@font-face {
  font-family: Caveat;
  src: url("../fonts/Caveat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato_;
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Lato_;
  src: url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Lato_;
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 4.4rem;
  font-weight: 700;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 1rem;
}

a {
  text-decoration: underline;
}

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

.container {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6.4rem 9.6rem;
}

.container.center-h {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 11fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.container.center-h.margin-top-bottom-xl {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}

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

.container.grid.grid--2-cols {
  grid-column-gap: 9.6rem;
  grid-row-gap: 9.6rem;
  grid-template-columns: 2fr 7fr;
  place-items: center;
  overflow: hidden;
}

.container.grid.grid--2-cols.privacy {
  grid-column-gap: 4.4rem;
  grid-row-gap: 9.6rem;
  grid-template-columns: 3fr 5fr;
  place-items: stretch start;
  margin-bottom: 20rem;
  overflow: visible;
}

.container.grid.grid--2-cols.no-pad-ov-visi {
  overflow: visible;
}

.container.grid.grid--2-cols.h-auto {
  height: auto;
}

.container.grid.grid--2-cols.acc-h {
  height: 38rem;
}

.container.grid.grid--2-cols.acc-h.onlytoshow {
  height: auto;
}

.container.grid.grid--3-cols {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.grid.grid--3-cols.second-nav {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.container.header-center {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container.privacy {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.container.hero {
  position: relative;
}

.container.footer-flex {
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-video-box {
  z-index: 20;
  width: 60%;
  height: 50rem;
  margin-top: 10vh;
  margin-bottom: 10.2rem;
  display: none;
}

.section.s-second-nav {
  z-index: 30;
  background-color: #f7f7f7;
  border-bottom: 1.5px solid #000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  overflow: hidden;
}

.section._100vh {
  height: 100vh;
}

.section.section--footer {
  background-color: #000;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.body {
  color: #000;
  background-color: #f7f7f7;
  font-family: Lato_, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
}

.nav-btn {
  padding: 0.8rem 3.2rem;
  font-size: 24px;
  font-weight: 700;
}

.nav-btn.w--current {
  color: #000;
}

.nav-btn.nav-btn--email {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0;
  display: flex;
}

.nav-btn.hover-grey {
  padding: 0.8rem 3.2rem;
  font-size: 2.4rem;
}

.nav-btn.hover-grey.link-block-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  width: 22rem;
  text-decoration: none;
  transition-duration: 0.14s;
  display: flex;
}

.nav-btn.hover-grey.link-block-flex:hover {
  opacity: 0.65;
}

.nav-btn.hover-grey.link-block-flex.to-open {
  grid-column-gap: 0.6rem;
  grid-row-gap: 0.6rem;
  padding-right: 6.4rem;
}

.nav-btn.hover-grey.link-block-flex.to-close {
  grid-column-gap: 0.6rem;
  grid-row-gap: 0.6rem;
  padding-right: 6.4rem;
  display: none;
}

.nav-btn.hover-grey.projects-mobile {
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.nav-btn.hover-grey.projects-mobile.line,
.nav-btn.hover-grey.projects-mobile.line-2px {
  transform-style: preserve-3d;
}

.nav-btn.hover-grey.project-mobile-title-box {
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.nav-btn.hover-grey.profile {
  display: none;
}

.nav-btn.hover-grey.profile.fade-in-ready-clip {
  display: block;
}

.header {
  z-index: 15;
  background-color: #f7f7f7;
  border-bottom: 2px solid #000;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 84px;
  display: flex;
  position: fixed;
}

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

.logo.hover-grey {
  padding-left: 0;
}

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

.paragraph {
  margin-bottom: 1.6rem;
}

.paragraph.p-width {
  margin-bottom: 1.6rem;
  display: inline-block;
}

.paragraph.p-width.medium {
  margin-bottom: 1.6rem;
  font-weight: 400;
  display: block;
}

.paragraph.p-width.medium.center.p-cta {
  max-width: 43ch;
}

.paragraph.p-width.medium.privacy {
  display: block;
}

.paragraph.p-width.center {
  text-align: center;
}

.paragraph.p-width.privacy {
  text-decoration: none;
  display: block;
}

.paragraph.p-width.ml-0_5 {
  margin-left: 0.5rem;
}

.paragraph.inline {
  display: inline-block;
}

.paragraph.inline.medium {
  font-weight: 400;
}

.paragraph.inline.medium.mg-bottom-none {
  margin-bottom: 0;
}

.paragraph.inline.medium.mg-bottom-none.copy-email {
  font-size: 1.4rem;
}

.paragraph.medium {
  font-weight: 400;
}

.paragraph.external-link {
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.paragraph.tooltip {
  width: 40ch;
  margin-bottom: 2rem;
  margin-left: 0.4rem;
  font-family: Caveat, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph.tooltip.left {
  text-align: right;
  margin-left: 0;
  margin-right: 0.4rem;
}

.paragraph.tooltip.wp {
  width: 17ch;
}

.paragraph.external-link-privacy {
  color: #000;
  margin-bottom: 0;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.paragraph.tooltip-grid-box-r {
  margin-bottom: 2rem;
  margin-left: 0.4rem;
  font-family: Caveat, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
}

.subheading {
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
}

.heading-secondary {
  margin-top: -1.2rem;
  margin-bottom: 3rem;
  padding-top: 0;
  font-size: 6.2rem;
  line-height: 1.12;
}

.heading-secondary.fade-in-ready-clip {
  max-width: 74rem;
}

.heading-secondary.fade-in-ready-clip.mt-4 {
  margin-top: 4rem;
}

.heading-secondary.fade-in-ready-clip.pink {
  color: #000;
}

.heading-secondary.text-to-be-split.mt-4 {
  margin-top: 4rem;
}

.heading-secondary.mb-1 {
  margin-bottom: 1rem;
}

.grid-box-r {
  flex-direction: column;
  width: 100%;
  position: relative;
}

.grid-box-r.project-header {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  display: flex;
}

.grid-box-r.project-img.hidden {
  display: none;
}

.grid-box-r.project-img.border-round.bg-white {
  background-color: #fff;
}

.grid-box-r.pad-lft-s.pad-r-0 {
  padding-right: 0;
}

.grid-box-r.pad-lft-s.mt-minus9 {
  margin-top: -9rem;
}

.grid-box-r.flourish {
  height: 100%;
}

.container-divider {
  z-index: 10;
  height: 0;
}

.project-header-icons {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.project-acc-header {
  justify-content: space-between;
  align-items: flex-end;
  display: block;
}

.project-btn-chevron-box {
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1.5px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 4.8rem;
  margin-bottom: 0.8rem;
  display: flex;
}

.project-btn-text-box {
  grid-column-gap: 0rem;
  grid-row-gap: 0.125rem;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.heading-tertiary {
  letter-spacing: normal;
  margin-bottom: 8px;
  line-height: 1.2;
}

.heading-tertiary.mg-bottom-none {
  margin-bottom: 0;
}

.heading-tertiary.mg-bottom-none.email-btn-txt {
  font-size: 3.6rem;
}

.tag-skill {
  color: #000;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  object-fit: fill;
  background-color: #f7f7f7;
  border: 1.5px solid #000;
  border-radius: 5px;
  align-items: center;
  height: 3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.project-btn {
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.grid-box-l {
  align-items: center;
  display: flex;
  position: relative;
}

.grid-box-l.mar-top-bot {
  padding-top: 0;
}

.grid-box-l.portrait-box {
  width: 70%;
}

.grid-box-l.project-header-img-box {
  height: 25rem;
}

.grid-box-l.project-header-img-box.landscape-img {
  justify-content: center;
  width: 120%;
}

.grid-box-l.project-header-img-box.iphone {
  justify-content: center;
  align-items: center;
}

.grid-box-l.selected-proj-box.privacy {
  display: block;
}

.grid-box-l.flourish-iphone-v {
  width: 100%;
  height: 100%;
}

.chevron-down {
  filter: invert();
  border-radius: 5px;
  width: 3rem;
  padding-top: 0.4rem;
}

.border-round {
  border: 1.5px solid #000;
  border-radius: 5px;
}

.cta-btn-email {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 1rem 3.2rem;
  display: flex;
}

.center-h {
  justify-content: center;
  display: flex;
}

.icon-email {
  width: 4rem;
}

.icon-email.sm {
  width: 2.8rem;
  min-width: auto;
}

.flex-center-v {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.copy-icon {
  width: 1.6rem;
  margin-right: 0.5rem;
  padding-left: 0;
  padding-right: 0;
}

.flex-center-h {
  align-items: center;
  display: flex;
}

.flex-center-h.pointer {
  cursor: pointer;
}

.foot-col {
  z-index: 0;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}

.heading-footer {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
}

.grid-child-full-width {
  position: relative;
}

.grid-child-full-width.center-h {
  margin-left: auto;
  margin-right: auto;
}

.grid-child-full-width.center-h.justify-end {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

.cmm-vid {
  align-items: flex-end;
  display: flex;
}

.html-embe-full-w {
  background-color: #fff;
  overflow: hidden;
}

.flourish-embed-abs {
  padding-bottom: 56%;
  position: absolute;
  inset: 21% 6% 5% 11%;
  overflow: hidden;
}

.link-no-dec {
  text-decoration: none;
}

.flourish-embed-abs-mobile {
  padding-bottom: 147%;
  position: absolute;
  inset: 25% 6% 19%;
  overflow: hidden;
}

.flourish-embed-abs-mobile-landscape {
  z-index: 5;
  padding-bottom: 36%;
  position: absolute;
  inset: 18% 7% 8% 8%;
  overflow: hidden;
}

.vid-embed-hero {
  height: 32rem;
  overflow: hidden;
}

.embed-box-border {
  border: 1.5px solid #000;
  border-radius: 5px;
  overflow: hidden;
}

.nav-logo {
  font-size: 2.4rem;
  font-weight: 700;
  display: none;
}

.dropdown-box {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.8rem 1.6rem;
  text-decoration: none;
  display: flex;
}

.dropdown-box.hover-grey {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-project-categeory {
  letter-spacing: 0.7px;
  text-transform: uppercase;
  flex: none;
  font-size: 1.4rem;
  font-weight: 700;
}

.dropdown-project-name {
  letter-spacing: normal;
  flex: none;
  margin-top: -0.25rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.second-nav-box {
  z-index: 12;
  width: 100%;
  margin-top: 84px;
  position: fixed;
}

.chevron-down-sm {
  width: 2.1rem;
  padding-top: 0.5rem;
}

.hover-grey {
  transition: color 0.15s;
}

.hover-grey:hover {
  color: #666;
}

.icon-tech {
  cursor: pointer;
  border: 1.5px solid #000;
  border-radius: 5px;
  width: 4rem;
  height: 3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.icon-tech.wide {
  width: 6rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.icon-tech.d3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.icon-tech.js {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.icon-tech.figma {
  width: 3.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.icon-tech.php {
  width: 5rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.icon-tech.sendgrid {
  width: 7rem;
  padding-left: 6px;
  padding-right: 6px;
}

.icon-tech.node {
  width: 6rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.icon-tech.captcha {
  width: 3.25rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.icon-tech.cloudflare {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-tech.larger {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.flex-group {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.external-link--icon {
  width: 1.6rem;
  margin-left: 0.4rem;
  padding-bottom: 0.3rem;
}

.ext-link-box {
  border-bottom: 1.5px solid #000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0.6rem;
  display: inline-block;
}

.iphone-scroll-img {
  max-width: 308px;
}

.mask-top {
  background-color: #f7f7f7;
  height: 9.6rem;
}

.iphone-scroll-background {
  z-index: -2;
  background-image: url("../images/teambuilding-index-iphone_1teambuilding-index-iphone.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 106%;
  position: relative;
}

.sticky-mask-box {
  position: sticky;
  top: 6rem;
}

.mask-bottom {
  background-color: #f7f7f7;
  height: 9.6rem;
}

.mask-bottom-dynamic {
  z-index: -1;
  background-color: #f7f7f7;
  width: 100%;
  height: 2952px;
  display: block;
  position: absolute;
  bottom: 0;
}

.section-divider {
  z-index: 10;
  background-color: #000;
  width: 100%;
  height: 2px;
}

.section-divider.s4 {
  top: 93px;
}

.task-tooltip-box {
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 4rem;
  transform: translate(50%);
}

.task-tooltip-box.left {
  transform: translate(-50%);
}

.project-task-icon {
  cursor: pointer;
  justify-content: center;
  display: flex;
  position: relative;
}

.project-header-img.scale-l {
  transform: scale(1.2);
}

.project-header-img.iphone {
  width: 70%;
}

.arrow-hand {
  width: 2rem;
}

.header-icon-email-box {
  background-color: #000;
  border: 1.5px solid #000;
  border-radius: 5px;
  height: 4.8rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  display: flex;
}

.nav-btm-line-mobile {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: 48px;
  display: none;
  position: fixed;
}

.heading-quaternary {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
}

.heading-quaternary.sticky {
  position: sticky;
  top: 12.8rem;
}

.hero-headline-box {
  padding-top: 12.8rem;
}

.fs-cc-banner3_component {
  z-index: 5;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 33% 0% auto;
}

.fs-cc-banner3_component.iphone-v {
  top: 32%;
}

.fs-cc-banner3_paragraph {
  margin-bottom: 0;
  font-weight: 400;
}

.fs-cc-banner3_button-icon {
  filter: invert();
  width: 2rem;
  margin-right: 0.8rem;
}

.fs-cc-banner3_button {
  grid-column-gap: 0.2rem;
  grid-row-gap: 0.2rem;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.4rem 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner3_container {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.cookie-icon {
  width: 3rem;
  margin-right: 0.8rem;
}

.fs-cc-text-box {
  display: flex;
}

.fs-cc-text-box.iphone-v {
  grid-column-gap: 0.8rem;
  grid-row-gap: 0.8rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
}

.footer-link {
  color: #000;
  margin-bottom: 1rem;
  text-decoration: none;
  display: block;
}

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

.footer-link.inline {
  margin-bottom: 0;
  display: inline-block;
}

.footer-link.white {
  color: #fff;
  border-bottom: 1px solid #000;
}

.footer-link.white.inline-block {
  display: inline-block;
}

.div-block {
  z-index: 20;
  position: static;
  top: 3.2rem;
}

.privacy-sticky {
  position: sticky;
  top: 12.8rem;
}

.mar-btm-l {
  margin-bottom: 3.2rem;
}

.sticky {
  position: sticky;
  top: 12.8rem;
}

.mar-btm-none {
  margin-bottom: 0;
}

.mar-btm-m {
  margin-bottom: 1.2rem;
}

.privacy-link-box {
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.task-tooltip-box-grid-box-r {
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: -5.4rem 0% auto 43%;
}

.task-tooltip-box-grid-box-r._25perc-left {
  left: 25%;
}

.task-tooltip-box-grid-box-r._70perc-left {
  left: 70%;
}

.portrait-aparture {
  background-color: #fff0;
  position: absolute;
  inset: 18.2% 6% 20.2% 5%;
}

.portrait-btn {
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  position: absolute;
  inset: 84% 42.5% 8% 42%;
}

._3p-hero-vid {
  position: absolute;
  inset: 4.2% 3.5% 29%;
  overflow: hidden;
}

._3p-agentur-vid {
  background-color: #fff;
  overflow: hidden;
}

._3p-referenzen-vid {
  border-radius: 0 0 4px 4px;
  position: absolute;
  inset: 9.5% 3.2% 4.1% 3.4%;
  overflow: hidden;
}

.task-tooltip-box-grid-box-l {
  align-items: flex-end;
  width: 26rem;
  display: flex;
  position: absolute;
  inset: -5.2rem 0% auto 17%;
}

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

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

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

.top-border-line {
  background-color: #f7f7f7;
  border: 0 solid #000;
  border-top-width: 1.5px;
  height: 16rem;
  margin-top: -17rem;
}

.scale-1_4 {
  transform: scale(1.4);
}

.arrow-r-t {
  width: 1.6rem;
  margin-bottom: 0.2rem;
  margin-left: 0.1rem;
  display: inline-block;
}

.inline-link {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.inline-ext-arrow-light {
  color: #0000;
  background-image: url("../images/light-↗︎.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.4rem;
}

.imac-2024-vid {
  position: absolute;
  inset: 2.6% 2% 28%;
  overflow: hidden;
}

.arrow-down {
  width: 2rem;
  position: absolute;
  bottom: 4rem;
  left: 9.6rem;
  right: 0%;
}

.ext-arrow-footer {
  font-size: 1.2rem;
}

.h1-box {
  margin-top: 10vh;
}

.iphone-vid-abs {
  position: absolute;
  top: 12.8%;
  left: 5.5%;
  right: 6.5%;
  overflow: hidden;
}

.iphone-scroll-background-a {
  z-index: -2;
  background-image: url("../images/arudha-scroll.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 106%;
  position: relative;
}

.inline-ext-arrow-light-white {
  color: #0000;
  background-image: url("../images/↗︎-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.4rem;
}

.border-round-b0 {
  border: 1.5px solid #000;
  border-bottom-width: 0;
  border-radius: 5px 5px 0 0;
}

.mt--2 {
  margin-top: -2px;
}

.mt--2.pb-2 {
  z-index: 1;
  background-color: #fff;
  padding-bottom: 2rem;
  position: relative;
}

.mt--2.pb-2.border-bl-br {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.border-tl-tr {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.iphone-scroll-background-sauer {
  z-index: -2;
  background-image: url("../images/scroller-mob.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 106%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .container.grid.grid--2-cols {
    grid-column-gap: 8rem;
    grid-row-gap: 12.8rem;
    grid-template-columns: 1fr 3fr;
  }

  .container.header-center {
    align-items: center;
  }

  .hero-video-box {
    width: 70%;
    height: 35rem;
  }

  .nav-btn.hover-grey.link-block-flex.to-close {
    grid-column-gap: 0.6rem;
    grid-row-gap: 0.8rem;
  }

  .heading-secondary {
    font-size: 5.5rem;
  }

  .project-header-icons {
    grid-column-gap: 0.8rem;
  }

  .project-btn-chevron-box {
    width: 6.5rem;
  }

  .tag-skill {
    letter-spacing: 0.5px;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .grid-box-l.mar-top-bot {
    justify-content: center;
  }

  .grid-box-l.portrait-box {
    transform: scale(1.3);
  }

  .chevron-down {
    max-width: 80%;
  }

  .grid-child-full-width.mar-btm-l {
    margin-bottom: 9.6rem;
  }

  .flourish-embed-abs-mobile {
    top: 22%;
  }

  .icon-tech.captcha {
    width: 3rem;
  }

  .iphone-scroll-background {
    background-size: 98.5% 99%;
    width: 95%;
    height: 107%;
  }

  .fs-cc-banner3_component.iphone-v {
    top: 23%;
  }

  .fs-cc-banner3_container.iphone-v {
    padding-top: 0;
    padding-bottom: 0;
  }

  .task-tooltip-box-grid-box-r._60perc-left {
    left: 60%;
  }

  .task-tooltip-box-grid-box-r._25perc-left {
    width: 30rem;
    left: 30%;
  }

  .arrow-down {
    left: 8.2rem;
  }

  .iphone-scroll-background-a {
    background-image: url("../images/arudha-scroll.webp");
    background-size: 98.5% 99%;
    width: 95%;
    height: 107%;
  }

  .iphone-scroll-background-sauer {
    background-image: url("../images/scroller-mob.webp");
    background-size: 98.5% 99%;
    width: 95%;
    height: 107%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 60rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .container.grid.grid--2-cols {
    grid-column-gap: 3.2rem;
    grid-row-gap: 9.6rem;
  }

  .container.grid.grid--2-cols.privacy {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    grid-template-columns: 1fr;
  }

  .container.grid.grid--2-cols.no-pad-ov-visi {
    grid-template-columns: 1fr;
  }

  .container.grid.grid--2-cols.acc-h {
    height: 72rem;
  }

  .container.header-center {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container.footer-flex {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-video-box {
    width: 85%;
    height: 25rem;
  }

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

  .section.s-second-nav {
    display: none;
  }

  .nav-btn.nav-btn--email {
    background-color: #000;
    border-radius: 0;
    padding: 0 3.2rem;
  }

  .nav-btn.hover-grey {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .nav-btn.hover-grey.link-block-flex.to-open {
    height: 0;
    padding: 0;
    overflow: hidden;
  }

  .nav-btn.hover-grey.projects-mobile {
    width: auto;
    height: auto;
    padding: 1.2rem 6.4rem;
    overflow: visible;
  }

  .nav-btn.hover-grey.projects-mobile.line {
    cursor: default;
    background-color: #000;
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    transform: scale3d(2, 1, 1);
  }

  .nav-btn.hover-grey.projects-mobile.line-2px {
    background-color: #000;
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    transform: scale3d(2, 1, 1);
  }

  .nav-btn.hover-grey.project-mobile-title-box {
    text-transform: none;
    width: auto;
    height: auto;
    margin-right: 0.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 2rem;
    display: inline-block;
    overflow: visible;
  }

  .nav-btn.hover-grey.profile {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
    display: block;
  }

  .nav-btn.hover-grey.profile.fade-in-ready-clip {
    display: none;
  }

  .header {
    border-bottom-width: 0;
    height: 48px;
  }

  .nav-bar {
    background-color: #f7f7f7;
  }

  .heading-secondary {
    font-size: 5.2rem;
  }

  .grid-box-r.project-header {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .grid-box-r.pad-lft-s.mt-minus6-landscape {
    margin-top: -5rem;
  }

  .grid-box-r.pad-lft-s.mt-minus-10-landscape {
    margin-top: -10rem;
  }

  .grid-box-r.privacy {
    margin-bottom: 6.4rem;
  }

  .container-divider {
    top: 52px;
  }

  .heading-tertiary.mg-bottom-none.email-btn-txt {
    font-size: 3.2rem;
  }

  .grid-box-l.portrait-box {
    width: 35%;
    transform: scale(1);
  }

  .grid-box-l.project-header-img-box {
    justify-content: center;
    align-items: flex-end;
    width: 45%;
    height: 32rem;
    margin-bottom: -8rem;
  }

  .grid-box-l.project-header-img-box.landscape-img {
    width: 60%;
  }

  .grid-box-l.empty {
    display: none;
  }

  .grid-box-l.selected-proj-box {
    width: 50%;
  }

  .grid-box-l.selected-proj-box.privacy {
    width: 100%;
  }

  .grid-box-l.flourish-iphone-v {
    width: 50%;
  }

  .grid-box-l.toolstack-img {
    margin-bottom: -5rem;
  }

  .chevron-down {
    max-width: 60%;
    margin-top: 0;
  }

  .icon-email {
    width: 4.8rem;
  }

  .icon-email.sm {
    width: 3rem;
  }

  .flourish-embed-abs-mobile {
    top: 18%;
    bottom: 15%;
  }

  .second-nav-box {
    margin-top: 48px;
  }

  .icon-tech.wide {
    width: 5.5rem;
  }

  .iphone-scroll-background {
    background-size: 99% 95.5%;
    height: 110.5%;
  }

  .section-divider.s4 {
    top: 59px;
  }

  .project-header-img {
    padding-top: 3.2rem;
  }

  .project-header-img.scale-l {
    transform: scale(1);
  }

  .menu-button {
    padding: 1rem 1.6rem;
  }

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

  .header-icon-email-box {
    height: 6rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .nav-mobile-project-box {
    text-align: left;
    padding-left: 6.4rem;
  }

  .icon {
    color: #000;
    font-size: 4rem;
  }

  .nav-btm-line-mobile {
    z-index: 20;
    margin-top: 48px;
    display: block;
  }

  .hero-headline-box {
    padding-top: 8rem;
  }

  .fs-cc-banner3_component.iphone-v {
    top: 30%;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .task-tooltip-box-grid-box-r {
    width: 24.8rem;
    top: -5.1rem;
  }

  .task-tooltip-box-grid-box-l {
    width: 24.8rem;
  }

  .top-border-line {
    margin-top: -28rem;
  }

  .scale-1_4 {
    transform: scale(1.2);
  }

  .text-span-2 {
    font-size: 1.4rem;
  }

  .bold-text {
    margin-right: 0.75rem;
    display: inline-block;
  }

  .inline-ext-arrow-light {
    font-size: 1.25rem;
  }

  .arrow-down {
    left: 3.2rem;
  }

  .iphone-scroll-background-a {
    background-size: 99% 95.5%;
    height: 110.5%;
  }

  .iphone-scroll-background-sauer {
    background-image: url("../images/scroller-mob-mob-query.webp");
    background-size: 99% 95.5%;
    height: 110.5%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

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

  .container.grid.grid--2-cols.bm-minus10 {
    margin-bottom: -10rem;
  }

  .container.grid.grid--3-cols {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
  }

  .container.footer-flex {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    flex-flow: column;
  }

  .hero-video-box {
    width: 100%;
    height: 40rem;
  }

  .section.section--footer {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }

  .nav-btn.hover-grey,
  .nav-btn.hover-grey.projects-mobile {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .nav-btn.hover-grey.projects-mobile.line {
    transform: scale3d(2, 1, 1);
  }

  .nav-btn.hover-grey.profile {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .paragraph {
    font-size: 2.2rem;
  }

  .paragraph.tooltip-grid-box-r {
    font-size: 2.1rem;
  }

  .subheading {
    letter-spacing: 0.5px;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1;
  }

  .heading-secondary {
    margin-top: 0.2rem;
    font-size: 3.6rem;
  }

  .grid-box-r.project-header {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .container-divider {
    margin-top: -8rem;
  }

  .project-header-icons {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .project-btn-chevron-box {
    margin-bottom: 0.6rem;
  }

  .project-btn-text-box {
    text-align: left;
  }

  .heading-tertiary.mg-bottom-none.email-btn-txt {
    font-size: 2.4rem;
  }

  .project-btn {
    flex-direction: row;
    align-items: flex-end;
  }

  .grid-box-l {
    max-width: 60%;
  }

  .grid-box-l.mar-top-bot {
    max-width: 100%;
  }

  .grid-box-l.project-header-img-box {
    width: 60%;
    max-width: none;
  }

  .grid-box-l.project-header-img-box.landscape-img {
    width: 70%;
  }

  .grid-box-l.selected-proj-box.privacy {
    max-width: none;
  }

  .grid-box-l.flourish-iphone-v {
    width: 60%;
  }

  .grid-box-l.hidden {
    display: none;
  }

  .grid-box-l._w-60 {
    width: 60%;
  }

  .icon-email {
    width: 3.6rem;
  }

  .foot-col,
  .heading-footer {
    font-size: 2rem;
  }

  .flourish-embed-abs-mobile {
    padding-bottom: 147%;
    bottom: 10%;
    left: 6%;
    right: 6%;
  }

  .heading-tertinary {
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
  }

  .icon-tech.wide {
    width: 4.5rem;
  }

  .flex-group {
    grid-column-gap: 0.6rem;
    grid-row-gap: 0.6rem;
  }

  .iphone-scroll-background {
    background-size: cover;
    height: 626rem;
  }

  .task-tooltip-box {
    display: none;
  }

  .project-header-img.scale-l {
    margin-top: 4rem;
  }

  .project-header-img.iphone {
    max-width: 14rem;
  }

  .project-header-img.ipad-portrait {
    width: 85%;
  }

  .nav-mobile-project-box {
    padding-left: 2.4rem;
  }

  .fs-cc-banner3_component {
    top: 30%;
  }

  .fs-cc-banner3_container {
    grid-column-gap: 0.4rem;
    grid-row-gap: 0.4rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-text-box {
    padding-left: 2rem;
  }

  .mar-btm-l,
  .mar-btm-none,
  .mar-btm-m {
    font-size: 2.2rem;
  }

  .task-tooltip-box-grid-box-l {
    top: -4.7rem;
  }

  .top-border-line {
    margin-top: -23rem;
  }

  .scale-1_4 {
    transform: scale(1.1);
  }

  .arrow-r-t {
    width: 1.8rem;
    margin-bottom: 0.3rem;
    margin-left: 0.2rem;
    font-size: 2rem;
    line-height: 1.6;
  }

  .arrow-down {
    left: 2.4rem;
  }

  .iphone-scroll-background-a {
    background-image: url("../images/arudha-scroll.webp");
    background-size: cover;
    height: 626rem;
  }

  .hidden {
    display: none;
  }

  .inline-ext-arrow-light-white {
    font-size: 1.75rem;
  }

  .iphone-scroll-background-sauer {
    background-image: url("../images/scroller-mob-mob-query.webp");
    background-size: cover;
    height: 626rem;
  }
}

#w-node-_0c5eadb3-ea4a-33b1-1a48-0ce399bd069a-d9322631 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e63bcdb-d55d-87eb-7de1-c50907a5478e-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d51df49-1125-562a-f8a5-cc66933fb573-d9322631 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-c56d471e-78b5-e5c0-8284-df09491eb6e3-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c73be2-dae9-a3d5-3549-2cf885008df2-d9322631 {
  justify-self: stretch;
}

#w-node-_23c73be2-dae9-a3d5-3549-2cf885008dfe-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_23c73be2-dae9-a3d5-3549-2cf885008e10-d9322631 {
  place-self: stretch stretch;
}

#w-node-_23c73be2-dae9-a3d5-3549-2cf885008e1b-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_23c73be2-dae9-a3d5-3549-2cf885008e1c-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e2a-d9322631 {
  justify-self: stretch;
}

#w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e35-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e45-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e47-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e4a-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e4b-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e4d-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e4e-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b2d-d9322631 {
  justify-self: stretch;
}

#w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b38-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b44-d9322631,
#w-node-e3b542e0-3467-33ff-6aad-c4f55234a574-d9322631,
#w-node-a1139f0e-6e10-8c80-fc68-f007fa370907-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b49-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fceeae4-deff-d5fa-3639-892c6745fa7a-d9322631 {
  justify-self: stretch;
}

#w-node-_5fceeae4-deff-d5fa-3639-892c6745fa85-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8911f2ff-d138-7a1e-ba6d-48dd547ba645-d9322631 {
  place-self: stretch stretch;
}

#w-node-_5fceeae4-deff-d5fa-3639-892c6745fa95-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_5fceeae4-deff-d5fa-3639-892c6745fa96-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37154f07-f8d9-7062-9dd7-56224744c1c6-d9322631 {
  justify-self: stretch;
}

#w-node-_37154f07-f8d9-7062-9dd7-56224744c1d1-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_37154f07-f8d9-7062-9dd7-56224744c1e1-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_37154f07-f8d9-7062-9dd7-56224744c1ee-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37154f07-f8d9-7062-9dd7-56224744c1e6-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_37154f07-f8d9-7062-9dd7-56224744c1e3-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37154f07-f8d9-7062-9dd7-56224744c1ed-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_37154f07-f8d9-7062-9dd7-56224744c1e7-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2af079c5-9aa9-22f0-f156-7bef04b88038-d9322631 {
  justify-self: stretch;
}

#w-node-_2af079c5-9aa9-22f0-f156-7bef04b88042-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4f6731e1-1f12-2e65-1ca8-a98913b562a9-d9322631 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c18c-d9322631 {
  justify-self: stretch;
}

#w-node-e5da382e-4ccf-fac5-9808-493f349e422d-d9322631,
#w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c194-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c195-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adeaf2f5-cf67-71fa-147e-62d2aee48103-d9322631 {
  justify-self: center;
}

#w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c199-d9322631,
#w-node-c9185f44-2894-b9b8-3ad8-5f8245dee0e1-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77fe9909-aec0-4f73-3f60-3c1c64bff3e2-d9322631 {
  justify-self: stretch;
}

#w-node-_77fe9909-aec0-4f73-3f60-3c1c64bff3e9-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4a23185a-99e3-cc4a-0253-629197354c06-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_0f961250-81f2-f21d-fbfa-9a09831bc9ba-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f904b80-cae7-c4e8-fcd8-c472e4044e60-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f4673-d9322631 {
  justify-self: stretch;
}

#w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f467b-d9322631,
#w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f4681-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f4682-d9322631,
#w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f4686-d9322631,
#w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f468a-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_671066f1-2698-a29a-8f04-f064960ceb0d-d9322631 {
  justify-self: stretch;
}

#w-node-_671066f1-2698-a29a-8f04-f064960ceb15-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#grid-child-cmm-vid.w-node-f50c9cd8-c597-af36-f1e9-fd054348ff74-d9322631,
#w-node-_1658e40b-3630-5599-fbb1-a002c9e393e0-d9322631,
#w-node-d5bac516-9997-53f8-e4f2-af4d8ba36670-d9322631 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c8aea69-058e-bf95-66a2-ba9b3b057076-d9322631 {
  justify-self: stretch;
}

#w-node-_5c8aea69-058e-bf95-66a2-ba9b3b05707e-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0e8abc03-5a94-39f2-1462-b41e56b179e5-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_5c8aea69-058e-bf95-66a2-ba9b3b057083-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51e7364a-4521-a0be-f659-09a9da276349-d9322631 {
  justify-self: stretch;
}

#w-node-_51e7364a-4521-a0be-f659-09a9da276354-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_51e7364a-4521-a0be-f659-09a9da276365-d9322631 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start center;
}

#w-node-_51e7364a-4521-a0be-f659-09a9da276367-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_51e7364a-4521-a0be-f659-09a9da276368-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_244b21c1-1e44-6d2a-e32c-515c742d4ebd-d9322631 {
  justify-self: stretch;
}

#w-node-_244b21c1-1e44-6d2a-e32c-515c742d4ec5-d9322631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bbd34410-a36c-2943-e0e2-66356c278614-6c278612 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bbd34410-a36c-2943-e0e2-66356c278615-6c278612,
#w-node-bbd34410-a36c-2943-e0e2-66356c278621-6c278612,
#w-node-bbd34410-a36c-2943-e0e2-66356c278629-6c278612,
#w-node-_281585c0-f3a2-6b06-3b52-9b6fa5e0fafc-a5e0faf7,
#w-node-d24ed6e3-d25b-1df0-a6b4-b8a801ad9954-01ad9951,
#w-node-_4d5903a3-a66f-5f3f-da58-ca85d3d045c6-d3d045c5,
#w-node-eed41cd7-2a6f-e521-1eb0-96192b41a15b-2b41a15a,
#w-node-_65314784-77c9-a2de-dd56-f26a60315264-60315263,
#w-node-_9864f827-2abb-a644-4c8e-f2f39f41937e-9f41937d,
#w-node-e4e2bdba-7f14-f7c0-bbc6-dd1f21866b7a-21866b79,
#w-node-_0f1da96b-89f8-af9c-53aa-dfaf73ce36e6-73ce36e5,
#w-node-_60ecfea2-2996-1acd-fa8c-aa3a7d3c86cb-7d3c86ca,
#w-node-c89cf575-722b-2e90-6b74-1d42e6dea77d-e6dea77c,
#w-node-_3c68beaf-bfc7-abc8-29b2-bd359e89f1ab-9e89f1aa,
#w-node-_3dc1815d-d817-7f6a-a87a-6b606868b5ab-6868b5aa,
#w-node-_573f93ed-3a67-e8eb-1c32-7c850c010334-0c010333,
#w-node-acc1b326-8101-1482-f29b-4287b41b8b9e-b41b8b9d,
#w-node-dac9be2c-9c79-1c18-60b0-15bd33107d73-33107d72,
#w-node-_9a05dbc2-cf2a-358b-afdd-40e0adf0bea7-adf0bea6,
#w-node-_598c5f59-3fe4-2768-d203-74e3613a66f2-613a66f1,
#w-node-_9f6df6a8-9c50-aa00-f56f-dabe3982be1a-3982be19,
#w-node-_8168c943-f9fe-340a-7851-1a4e907a1b3e-907a1b3d,
#w-node-_06b99f24-3abc-708e-644a-bef635a75e60-35a75e5f,
#w-node-e1486f8c-d741-62bf-1ff9-4c3a606dd24d-606dd24c,
#w-node-f8bce1f7-dd60-4bc9-16e2-e86b6cd726e7-6cd726e6,
#w-node-_9976afea-45b3-39e7-fc51-dd73c376d2bd-c376d2bc,
#w-node-_01c47e0f-3298-9336-c16a-f840cd395409-cd395408,
#w-node-_0e7c71b6-6417-6ace-5d0d-ffc99df24809-9df24808,
#w-node-_09e08bf8-172e-2679-0baa-4d160cc4d8ae-0cc4d8ad,
#w-node-_89b19251-c000-bea5-2b69-8bb5cea9afee-cea9afed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64f10d9e-4d74-d032-1c73-352ed9108193-d9108190 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_64f10d9e-4d74-d032-1c73-352ed9108196-d9108190 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d51df49-1125-562a-f8a5-cc66933fb573-d9322633,
#w-node-_7d51df49-1125-562a-f8a5-cc66933fb573-d9322634 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7d51df49-1125-562a-f8a5-cc66933fb573-d9322635 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c4f93493-3d9a-ce08-9ef7-3846c2905c15-d9322635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dec44272-26f0-f842-f661-44d2d9d830df-d9322635 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dec44272-26f0-f842-f661-44d2d9d830e8-d9322635,
#w-node-d51cf867-8ca2-a8af-15b6-2190385e83d1-d9322635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7d3f453-fea9-0353-878c-225f84ea77f2-d9322635 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b7d3f453-fea9-0353-878c-225f84ea77fb-d9322635,
#w-node-_01c8f435-16ed-b23c-682a-edec642b3cad-d9322635,
#w-node-ce47d7e3-23bf-b3de-da24-7352bbcbc17e-d9322635,
#w-node-_2ce58e12-d8ab-fd4f-b543-931b1095aac4-d9322635,
#w-node-_576e05b0-017d-24f5-60a6-228b04f588d3-d9322635,
#w-node-fc4971aa-5c57-98ec-0690-412867fe5a77-d9322635,
#w-node-_38c3e865-c5c9-e045-e6c4-8d5ebca34c09-d9322635,
#w-node-c3762540-61c1-5f92-edc1-69ba6c246282-d9322635,
#w-node-b5159864-6807-3725-2894-ef7ce47899c2-d9322635,
#w-node-_156dfa78-aba3-8259-98e0-49917a4dd8bb-d9322635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e37d04eb-5cb5-b8e3-48bf-804732ee1241-d9322635 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e37d04eb-5cb5-b8e3-48bf-804732ee124e-d9322635,
#w-node-e37d04eb-5cb5-b8e3-48bf-804732ee125e-d9322635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2757f9b0-9525-0b17-099b-b5e1ea4b015b-d9322635 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2757f9b0-9525-0b17-099b-b5e1ea4b0170-d9322635,
#w-node-_2757f9b0-9525-0b17-099b-b5e1ea4b017c-d9322635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1658e40b-3630-5599-fbb1-a002c9e393e0-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0c5eadb3-ea4a-33b1-1a48-0ce399bd069a-d9322631 {
    grid-column-end: 3;
  }

  #w-node-_3db72991-1339-3b5d-ab0a-b2c668a1f264-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d51df49-1125-562a-f8a5-cc66933fb573-d9322631 {
    grid-column-end: 3;
  }

  #w-node-c56d471e-78b5-e5c0-8284-df09491eb6e0-d9322631,
  #w-node-_56a11b9d-2084-b113-383e-a0e8099cfdbb-d9322631,
  #w-node-_23c73be2-dae9-a3d5-3549-2cf885008df2-d9322631,
  #w-node-_23c73be2-dae9-a3d5-3549-2cf885008dff-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_23c73be2-dae9-a3d5-3549-2cf885008e1c-d9322631 {
    grid-column: span 2 / span 2;
  }

  #w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e28-d9322631,
  #w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e2a-d9322631,
  #w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e36-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e4b-d9322631,
  #w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e4e-d9322631 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b2b-d9322631,
  #w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b2d-d9322631,
  #w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b39-d9322631,
  #w-node-_29ebbac4-1691-d8ce-0c67-38ae4a0cc0a8-d9322631,
  #w-node-_5677bb54-f327-da56-f592-12774c9f1d24-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b49-d9322631 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5fceeae4-deff-d5fa-3639-892c6745fa78-d9322631,
  #w-node-_5fceeae4-deff-d5fa-3639-892c6745fa7a-d9322631,
  #w-node-_5fceeae4-deff-d5fa-3639-892c6745fa86-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5fceeae4-deff-d5fa-3639-892c6745fa96-d9322631 {
    grid-column: span 2 / span 2;
  }

  #w-node-_37154f07-f8d9-7062-9dd7-56224744c1c4-d9322631,
  #w-node-_37154f07-f8d9-7062-9dd7-56224744c1c6-d9322631,
  #w-node-_37154f07-f8d9-7062-9dd7-56224744c1d2-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37154f07-f8d9-7062-9dd7-56224744c1ee-d9322631,
  #w-node-_37154f07-f8d9-7062-9dd7-56224744c1e7-d9322631 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2af079c5-9aa9-22f0-f156-7bef04b88036-d9322631,
  #w-node-_2af079c5-9aa9-22f0-f156-7bef04b88038-d9322631,
  #w-node-_2af079c5-9aa9-22f0-f156-7bef04b88043-d9322631,
  #w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c18a-d9322631,
  #w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c18c-d9322631,
  #w-node-_78ddf171-47fe-3a5c-003a-2ed0340c4632-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c195-d9322631,
  #w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c199-d9322631 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1eeb1d06-80dc-37cc-ee7b-3a0ec993da04-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9185f44-2894-b9b8-3ad8-5f8245dee0e1-d9322631 {
    grid-column: span 2 / span 2;
  }

  #w-node-_77fe9909-aec0-4f73-3f60-3c1c64bff3e0-d9322631,
  #w-node-_77fe9909-aec0-4f73-3f60-3c1c64bff3e2-d9322631,
  #w-node-_77fe9909-aec0-4f73-3f60-3c1c64bff3ea-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f961250-81f2-f21d-fbfa-9a09831bc9ba-d9322631 {
    grid-column: span 2 / span 2;
  }

  #w-node-_78f0302b-859d-4039-1745-cfbb18c3d24c-d9322631,
  #w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f4671-d9322631,
  #w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f4673-d9322631,
  #w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f467c-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f4682-d9322631 {
    grid-column: span 2 / span 2;
  }

  #w-node-_671066f1-2698-a29a-8f04-f064960ceb0b-d9322631,
  #w-node-_671066f1-2698-a29a-8f04-f064960ceb0d-d9322631,
  #w-node-_74756144-2b3c-1d57-30b3-ad7b63eb3878-d9322631,
  #w-node-_5c8aea69-058e-bf95-66a2-ba9b3b057074-d9322631,
  #w-node-_5c8aea69-058e-bf95-66a2-ba9b3b057076-d9322631,
  #w-node-ba7d9003-f029-6472-9c1a-3c11fee13731-d9322631,
  #w-node-_51e7364a-4521-a0be-f659-09a9da276347-d9322631,
  #w-node-_51e7364a-4521-a0be-f659-09a9da276349-d9322631,
  #w-node-_51e7364a-4521-a0be-f659-09a9da276355-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_51e7364a-4521-a0be-f659-09a9da276368-d9322631 {
    grid-column: span 2 / span 2;
  }

  #w-node-_244b21c1-1e44-6d2a-e32c-515c742d4ebb-d9322631,
  #w-node-_244b21c1-1e44-6d2a-e32c-515c742d4ebd-d9322631,
  #w-node-_244b21c1-1e44-6d2a-e32c-515c742d4ec6-d9322631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d51df49-1125-562a-f8a5-cc66933fb573-d9322635,
  #w-node-dec44272-26f0-f842-f661-44d2d9d830df-d9322635,
  #w-node-b7d3f453-fea9-0353-878c-225f84ea77f2-d9322635,
  #w-node-e37d04eb-5cb5-b8e3-48bf-804732ee1241-d9322635,
  #w-node-_2757f9b0-9525-0b17-099b-b5e1ea4b015b-d9322635 {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56a11b9d-2084-b113-383e-a0e8099cfdbb-d9322631,
  #w-node-_23c73be2-dae9-a3d5-3549-2cf885008df2-d9322631,
  #w-node-_23c73be2-dae9-a3d5-3549-2cf885008dff-d9322631 {
    grid-column: span 1 / span 1;
  }

  #w-node-_23c73be2-dae9-a3d5-3549-2cf885008e10-d9322631 {
    justify-self: center;
  }

  #w-node-_23c73be2-dae9-a3d5-3549-2cf885008e1c-d9322631,
  #w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e28-d9322631,
  #w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e2a-d9322631,
  #w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e36-d9322631,
  #w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e47-d9322631,
  #w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e4b-d9322631,
  #w-node-d5a7a430-8119-3aea-1f76-dd7c41c28e4e-d9322631,
  #w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b2b-d9322631,
  #w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b2d-d9322631,
  #w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b39-d9322631,
  #w-node-_29ebbac4-1691-d8ce-0c67-38ae4a0cc0a8-d9322631,
  #w-node-_5677bb54-f327-da56-f592-12774c9f1d24-d9322631,
  #w-node-_7e734098-b7d4-1f25-36ae-05fe447e6b49-d9322631,
  #w-node-_5fceeae4-deff-d5fa-3639-892c6745fa78-d9322631,
  #w-node-_5fceeae4-deff-d5fa-3639-892c6745fa7a-d9322631,
  #w-node-_5fceeae4-deff-d5fa-3639-892c6745fa86-d9322631 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8911f2ff-d138-7a1e-ba6d-48dd547ba645-d9322631 {
    justify-self: center;
  }

  #w-node-_5fceeae4-deff-d5fa-3639-892c6745fa96-d9322631,
  #w-node-_37154f07-f8d9-7062-9dd7-56224744c1c4-d9322631,
  #w-node-_37154f07-f8d9-7062-9dd7-56224744c1c6-d9322631,
  #w-node-_37154f07-f8d9-7062-9dd7-56224744c1d2-d9322631,
  #w-node-_37154f07-f8d9-7062-9dd7-56224744c1ee-d9322631,
  #w-node-_37154f07-f8d9-7062-9dd7-56224744c1e3-d9322631,
  #w-node-_37154f07-f8d9-7062-9dd7-56224744c1e7-d9322631,
  #w-node-_2af079c5-9aa9-22f0-f156-7bef04b88036-d9322631,
  #w-node-_2af079c5-9aa9-22f0-f156-7bef04b88038-d9322631,
  #w-node-_2af079c5-9aa9-22f0-f156-7bef04b88043-d9322631,
  #w-node-_4f6731e1-1f12-2e65-1ca8-a98913b562a9-d9322631 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c18a-d9322631 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c18c-d9322631,
  #w-node-_78ddf171-47fe-3a5c-003a-2ed0340c4632-d9322631,
  #w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c195-d9322631,
  #w-node-_4d3b5b5a-c90c-3cdd-cad6-994c5d17c199-d9322631,
  #w-node-_1eeb1d06-80dc-37cc-ee7b-3a0ec993da04-d9322631,
  #w-node-c9185f44-2894-b9b8-3ad8-5f8245dee0e1-d9322631,
  #w-node-_77fe9909-aec0-4f73-3f60-3c1c64bff3e0-d9322631,
  #w-node-_77fe9909-aec0-4f73-3f60-3c1c64bff3e2-d9322631,
  #w-node-_77fe9909-aec0-4f73-3f60-3c1c64bff3ea-d9322631,
  #w-node-_0f961250-81f2-f21d-fbfa-9a09831bc9ba-d9322631,
  #w-node-_78f0302b-859d-4039-1745-cfbb18c3d24c-d9322631,
  #w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f4671-d9322631,
  #w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f4673-d9322631,
  #w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f467c-d9322631,
  #w-node-_45f1a3cd-b351-5fd3-e44c-7c48d40f4682-d9322631,
  #w-node-_671066f1-2698-a29a-8f04-f064960ceb0b-d9322631,
  #w-node-_671066f1-2698-a29a-8f04-f064960ceb0d-d9322631,
  #w-node-_74756144-2b3c-1d57-30b3-ad7b63eb3878-d9322631,
  #grid-child-cmm-vid.w-node-f50c9cd8-c597-af36-f1e9-fd054348ff74-d9322631,
  #w-node-_1658e40b-3630-5599-fbb1-a002c9e393e0-d9322631,
  #w-node-d5bac516-9997-53f8-e4f2-af4d8ba36670-d9322631,
  #w-node-_5c8aea69-058e-bf95-66a2-ba9b3b057074-d9322631 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5c8aea69-058e-bf95-66a2-ba9b3b057076-d9322631 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-ba7d9003-f029-6472-9c1a-3c11fee13731-d9322631 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0e8abc03-5a94-39f2-1462-b41e56b179e5-d9322631 {
    justify-self: center;
  }

  #w-node-_51e7364a-4521-a0be-f659-09a9da276347-d9322631,
  #w-node-_51e7364a-4521-a0be-f659-09a9da276349-d9322631,
  #w-node-_51e7364a-4521-a0be-f659-09a9da276355-d9322631,
  #w-node-_51e7364a-4521-a0be-f659-09a9da276365-d9322631,
  #w-node-_51e7364a-4521-a0be-f659-09a9da276368-d9322631,
  #w-node-_244b21c1-1e44-6d2a-e32c-515c742d4ebb-d9322631,
  #w-node-_244b21c1-1e44-6d2a-e32c-515c742d4ebd-d9322631,
  #w-node-_244b21c1-1e44-6d2a-e32c-515c742d4ec6-d9322631 {
    grid-column: span 1 / span 1;
  }
}

@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato_";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Lato_";
  src: url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Lato_";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* Manual added after Webflow export*/
@media screen and (min-width: 768px) {
  .nav-mobile-project-box {
    width: 0 !important;
  }
}
