@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --dim-grey: #4e4e4e;
  --sowy-tlo: #fcfcfc;
  --black2: #0f0f0f;
  --black: black;
  --white: white;
  --cadet-blue: #1eb2cf;
  --default-height: 1em;
  --grey-ghost: #919191;
  --light-grey: #cfcfcf;
  --lime-green: #00c006;
  --littile-titles-bottom: grey;
  --kura: #ededed;
  --pale-green: #adffb0;
  --peach-puff: #ffd7b2;
  --dark-orange: #ff7b00;
  --but: #0e0e0e;
  --oscedi-blue: #15395b;
  --oscedi-orange: #ff940a;
  --pulse-details-light: #16d4fa;
  --helphelp-yellow: #f4d331;
  --white-smoke: #f0f0f0;
  --error-red: #b2095a;
  --lighet-helphelp-yellow: #f4d33133;
  --2b: #2b2b2b;
  --full-height-left: 65vh;
  --half-width: 50vw;
  --arrow-width: 15vw;
  --arrow-height: 8vh;
  --arrow-margin: 75vh;
  --arrow-side-margin: 1em;
  --default: Roboto, sans-serif;
  --hover: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, sans-serif;
  --font-family: "Great Vibes", cursive;
  --cornerradius1: 500px;
  --cornerradius2: 32px;
  --rest: 300;
  --title: 2em;
}

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

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

a {
  border-style: none;
  text-decoration: underline;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer {
  color: var(--dim-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 10vh;
  padding: 20px 45px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.text-block-6 {
  color: #707070;
  font-family: Lato, sans-serif;
  font-size: .7em;
  font-weight: 400;
  line-height: 1;
}

.info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-2 {
  background-color: var(--sowy-tlo);
  text-align: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 8em 40px 20px;
  position: static;
  overflow: hidden;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.footer-heading {
  color: var(--black2);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.footer-link {
  opacity: 1;
  color: var(--black);
  cursor: pointer;
  border: 1px #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 2;
  text-decoration: none;
  transition: opacity .21s;
  display: block;
}

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

.div-block-42 {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-42._3 {
  display: none;
}

.div-block-43 {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.div-block-43._1 {
  background-image: url('../images/linkedin-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-left: 0;
}

.div-block-43._1.footer {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  padding: 0;
}

.div-block-43._1.footer._2 {
  filter: none;
  background-image: url('../images/instagram-logo_1instagram-logo.avif');
  background-size: contain;
}

.div-block-43._1.footer._3 {
  background-image: url('../images/calendly-1.webp');
}

.div-block-43._2 {
  background-image: url('../images/discord.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.top-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 92vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg {
  z-index: 1;
  background-color: var(--sowy-tlo);
  background-image: linear-gradient(85deg, #f5f5f5 14%, #f7f7f7d6 39%, #fff0), linear-gradient(178deg, #0000001a, #fff0);
  justify-content: center;
  align-items: center;
  height: 92vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wrapper2 {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  margin-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.wrapper2._4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color .41s, border-radius .41s;
  overflow: hidden;
}

.wrapper2._4:hover {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.wrapper2._4.distinctions2 {
  display: none;
}

.heading-19 {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1;
}

.heading-19._2 {
  color: var(--black2);
  text-align: left;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 300;
}

.heading-19._2.middle {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
}

.heading-19.dark {
  color: var(--black);
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 400;
}

.heading-19.main {
  color: var(--black2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-19.main.mobile {
  width: 100%;
  font-size: 2em;
  display: none;
}

.heading-19.main._1440up {
  display: none;
}

.heading-19.main.home {
  font-size: 2em;
  display: block;
}

.heading-19.main.work {
  text-align: left;
}

.heading-19.name {
  color: var(--black2);
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 300;
}

.copy {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.copy._4 {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: 18vh;
  padding-left: 2em;
  padding-right: 2em;
  display: none;
  position: relative;
  inset: auto 0% 0%;
}

.copy._4.extra {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  height: 16vh;
  display: flex;
}

.badge {
  background-color: var(--cadet-blue);
  opacity: 1;
  border: 2px #006c81;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 8px;
  display: flex;
}

.badge._2 {
  opacity: 1;
  filter: none;
  background-color: #efefef00;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  display: flex;
}

.heading-20 {
  color: #fff;
  -webkit-text-stroke-color: #00a0c0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.heading-20._2 {
  color: var(--black2);
  font-size: 1.1em;
  font-weight: 400;
}

.text-block-66 {
  color: var(--white);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}

.text-block-66._2 {
  color: #898989;
  text-align: left;
  -webkit-text-stroke-color: #9f9f9f;
  height: 24.625px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: .8em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.text-block-67 {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  background-image: none;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.award-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin: 0;
  padding: 20px 10px;
  text-decoration: none;
  transition: box-shadow .41s, border-radius .41s;
  display: flex;
  position: relative;
  overflow: visible;
}

.award-2:hover {
  border-radius: 8px;
}

.div-block-158 {
  background-image: url('../images/cclogo3_1cclogo3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8em;
  height: 8em;
  margin-bottom: 10px;
  position: relative;
}

.div-block-158._3 {
  background-image: url('../images/FbK4Dt_VEAEJQBn_1FbK4Dt_VEAEJQBn.avif');
  width: 10em;
  margin-bottom: 0;
  margin-right: 0;
  top: auto;
  left: auto;
}

.div-block-158._1 {
  background-image: url('../images/selction-award-logo_1selction-award-logo.avif');
  background-size: contain;
  margin-bottom: 0;
}

.div-block-158._2 {
  background-image: url('../images/prize2_napier_1prize2_napier.avif');
  background-size: contain;
  margin-bottom: 0;
}

.div-block-158._4 {
  background-image: url('../images/blueprint_logo.svg');
  width: 10em;
  margin-bottom: 0;
}

.div-block-158._5 {
  background-image: url('../images/BIGSEE-vertical_1BIGSEE-vertical.avif');
  margin-bottom: 0;
}

.div-block-158._6 {
  width: 10em;
  margin-bottom: 0;
}

.awards-rail {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black2);
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.awards-rail.mobile {
  display: flex;
}

.body {
  background-color: var(--sowy-tlo);
}

.paragraph-5 {
  color: var(--black2);
  letter-spacing: .05em;
  width: 25em;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.link {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-size: .8em;
  line-height: 1;
}

.pop-up {
  z-index: 2147483647;
  background-color: #0000009e;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.policy {
  background-color: var(--sowy-tlo);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 80%;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-22 {
  font-family: Roboto, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2;
}

.text-block-69 {
  color: var(--black2);
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1;
  position: relative;
  overflow: auto;
}

.forward {
  z-index: 2;
  filter: invert();
  cursor: pointer;
  background-image: url('../images/arrow52.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20em;
  height: 5em;
  display: none;
  position: relative;
  transform: rotate(90deg);
}

.sign {
  z-index: 999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff0d;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.sign.not-mobile {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff0;
  display: flex;
}

.icon {
  filter: invert();
  background-image: url('../images/X-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.2em;
  width: 80%;
  height: 80%;
  transition: background-color .45s, transform .45s;
}

.icon:hover {
  transform: scale(1.1);
}

.icon._2 {
  z-index: 5;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.casestudy {
  cursor: pointer;
  background-image: url('../images/vz-bg2_1vz-bg2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo {
  z-index: 2;
  background-image: url('../images/veriozn-clr-logo_1veriozn clr logo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4em;
  height: 3em;
  position: relative;
}

.logo._2 {
  z-index: 2;
  background-image: url('../images/Virgin-Atlantic-Logo-clr.png');
  background-position: 0%;
  background-size: contain;
  width: 5.5em;
  position: relative;
}

.logo._3 {
  z-index: 2;
  background-image: url('../images/JLR-Logo_2JLR-Logo.avif');
  width: 3em;
  margin-top: 4px;
  position: relative;
}

.logo._4 {
  background-image: url('../images/oragne-logo_1oragne-logo.avif');
  width: 2em;
  margin-top: 0;
}

.logo._5 {
  background-image: url('../images/logo.svg');
  width: 3em;
  margin-top: 4px;
}

.logo._6 {
  background-image: url('../images/citi-logo_1citi-logo.avif');
  background-position: 50%;
  background-size: contain;
  width: 3em;
  margin-top: 4px;
}

.logo.case-study {
  cursor: default;
  width: 6em;
  height: 4em;
  margin-right: 20px;
}

.logo.case-study:hover {
  border-radius: 0;
}

.logo.white {
  filter: invert();
  background-image: url('../images/JLR-Logo_2JLR-Logo.avif');
  width: 3em;
  margin-top: 4px;
}

.logo.white._2nd {
  filter: none;
  background-image: url('../images/mf-logo_1mf-logo.avif');
  background-size: contain;
  width: 6em;
}

.logo.white._3rd {
  filter: none;
  background-image: url('../images/va-logo-white_1va-logo white.avif');
  background-position: 0%;
  width: 6em;
  margin-left: -4px;
}

.logo.white._4th {
  filter: none;
  background-image: url('../images/vz-logo.svg');
  width: 6em;
}

.logo._7 {
  background-image: url('../images/mercury-logo_1mercury-logo.avif');
  background-size: contain;
  width: 6em;
  height: 4em;
}

.logo._8 {
  background-image: url('../images/DECAY-logo.svg');
  width: 3.5em;
  height: 4em;
}

.logo._9 {
  filter: invert();
  background-image: url('../images/comedonw-logo_1comedonw-logo.avif');
  width: 6em;
}

.logo._10 {
  background-image: url('../images/Vanguard-logo_2Vanguard-logo.avif');
  background-position: 50%;
  width: 6em;
  height: 2.5em;
  top: 3px;
}

.list {
  padding-left: 0;
}

.closepopup {
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0000002e;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 10%;
}

.text-block-72 {
  color: var(--black2);
  font-family: Roboto, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1;
}

.text-block-72._2 {
  color: var(--dim-grey);
  letter-spacing: .1em;
  font-weight: 700;
}

.infoblock {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-left: 20px;
  margin-right: 10px;
  display: flex;
}

.play-state {
  width: 100px;
}

.image-10 {
  filter: invert();
}

.image-11 {
  filter: invert();
  margin-left: 2px;
}

.titles {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-73 {
  z-index: 2;
  color: #343434;
  font-family: Roboto, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-73.dark {
  color: var(--black2);
}

.text-block-73.highlight {
  opacity: 1;
  display: flex;
  position: absolute;
}

.link-block {
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  text-decoration: none;
  transition: border-radius .21s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.link-block:hover {
  border-bottom-left-radius: 8px;
}

.link-block._3 {
  cursor: pointer;
  background-image: url('../images/linkedin-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 15px;
  display: none;
  inset: 0% 0% 0% auto;
}

.link-block.inside {
  display: none;
}

.link-block._2 {
  position: absolute;
  right: 25%;
}

.link-block._2:hover {
  border-bottom-right-radius: 8px;
}

.decorative {
  filter: invert(95%);
  background-image: url('../images/sign-in-progress2_1sign-in-progress2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  height: 10%;
  display: none;
  position: absolute;
  inset: auto 18% 66% auto;
  transform: rotate(-15deg);
}

.group {
  z-index: 2;
  position: relative;
}

.content-1 {
  z-index: 2;
  aspect-ratio: auto;
  background-color: var(--sowy-tlo);
  justify-content: flex-start;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.content-1.dark {
  background-color: var(--black2);
  display: none;
}

.content-1.dark.extra {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content-1.projects {
  background-color: var(--sowy-tlo);
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-left: 0;
  padding-right: 0;
}

.content-1.dl {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.column {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 6em;
  display: flex;
  overflow: visible;
}

.column.dark {
  justify-content: flex-start;
  align-items: center;
}

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

.heading-23 {
  color: var(--black2);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

.heading-23.light {
  color: var(--sowy-tlo);
}

.top-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.top-wrap._2, .top-wrap.dark {
  padding-left: 2em;
  padding-right: 2em;
}

.top-wrap._3 {
  z-index: 5;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 40%;
  height: 100%;
  padding-left: 2em;
  position: relative;
}

.items-wrap {
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: none;
}

.items-wrap.extra {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.project {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33.3333%;
  padding-top: .25em;
  text-decoration: none;
  transition: border-radius .41s, box-shadow .41s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project:hover {
  border-radius: 8px;
  box-shadow: 0 10px 40px 1px #00000012, 0 7px 40px -15px #0000000d, 0 20px 20px 7px #00000012;
}

.project.right {
  border-bottom-right-radius: 8px;
}

.project.right._2 {
  z-index: 1;
  text-decoration: none;
  display: none;
}

.project.left {
  border-bottom-left-radius: 8px;
  text-decoration: none;
}

.project.left._2, .project.middle {
  z-index: 1;
  display: none;
}

.div-block-180 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-block-74 {
  color: var(--dim-grey);
  letter-spacing: .1em;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.heading-24 {
  color: var(--black2);
  font-family: Roboto, sans-serif;
  font-size: 2em;
  line-height: var(--default-height);
  margin-top: 0;
  font-weight: 300;
}

.heading-24.white {
  color: var(--sowy-tlo);
  font-size: 2em;
}

.title-projects {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  padding: 20px 20px 10px;
  display: flex;
  position: relative;
}

.text-block-75 {
  color: var(--black2);
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

.text-block-75.white {
  color: var(--grey-ghost);
  margin-bottom: 5px;
}

.project_image {
  z-index: 1;
  background-image: url('../images/vx-bg3_1vx-bg3.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30vh;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.project_image._2 {
  background-image: url('../images/va-bg2_1va-bg2.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.project_image._3 {
  background-image: url('../images/jlr-bg_1jlr-bg.avif');
  overflow: hidden;
}

.project_image.awards {
  z-index: 100;
  background-image: linear-gradient(37deg, #e31589, #fff0 54%), url('../images/bid-design-bg4_1bid-design-bg4.avif');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-radius: 0 8px 8px 0;
  width: 0%;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 15% 10% auto;
  box-shadow: 0 18px 40px #00000069;
}

.project_image.awards._2 {
  background-image: url('../images/cc-awards_1cc-awards.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px 0 0 8px;
  inset: auto auto 10% 15%;
}

.project_image.awards._3 {
  background-image: url('../images/iconic-awards-bg2_1iconic-awards-bg2.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.project_image.awards._4 {
  background-image: url('../images/cidea-awards-bg_1cidea-awards-bg.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px 0 0 8px;
  inset: auto auto 10% 15%;
}

.project_image.awards._5 {
  background-image: url('../images/blueprint-bg2_1blueprint-bg2.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.project_image.awards._6 {
  background-image: url('../images/napier-awards1_1napier-awards1.avif');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px 0 0 8px;
  inset: auto auto 10% 15%;
}

.project_image.orange {
  background-image: url('../images/orange-bg2_1orange-bg2.avif');
}

.project_image.li {
  background-image: url('../images/hiking_1hiking.avif');
}

.project_image.citi {
  background-image: url('../images/citi-bg2_1citi-bg2.avif');
}

.sign-brand {
  background-image: url('../images/tg1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8em;
  width: 12em;
  height: 60px;
}

.sign-brand.w--current {
  width: 12em;
}

.sign-brand.open {
  display: none;
}

.copy-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-arrow {
  background-image: url('../images/chevron_1chevron.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 30px;
  transform: rotate(180deg);
}

.icon-arrow._2 {
  transform: none;
}

.slider-9 {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 99%;
  height: 30vh;
}

.left-arrow-10 {
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
  left: 0;
}

.right-arrow-10 {
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
  right: 0;
}

.slide-nav-9 {
  display: none;
}

.mask-4 {
  overflow: visible;
}

.projects-wrap {
  padding-left: 2em;
  padding-right: 2em;
}

.indicator {
  z-index: 2;
  background-color: var(--black2);
  border-radius: 120px;
  width: 10%;
  height: 1px;
  display: block;
  position: absolute;
  inset: auto auto 25%;
}

.indicator._2 {
  z-index: 2;
  border-radius: 120px;
  height: 4px;
  position: absolute;
  bottom: 19%;
}

.indicator._2.nav {
  width: 15%;
}

.text-span-2 {
  color: var(--black2);
  font-weight: 500;
}

.bg-hoverstate {
  z-index: 1;
  background-color: var(--black2);
  width: 100%;
  height: 0;
  position: absolute;
  inset: 0%;
}

.bg-hoverstate._2 {
  inset: auto 0% 0%;
}

.list-item {
  transition: opacity .21s;
}

.list-item:hover {
  opacity: .5;
}

.mobile-wrap1 {
  flex-flow: wrap;
  width: 100%;
  height: 25em;
  display: flex;
}

.award-img {
  background-image: url('../images/napier-awards1_1napier-awards1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.3333%;
}

.award-img._2 {
  background-image: url('../images/blueprint-no366-bg_1blueprint-no366-bg.avif');
  background-position: 0 0;
}

.award-img._3 {
  background-image: url('../images/cc-awards_1cc-awards.avif');
  background-position: 0 0;
}

.award-img._4 {
  background-image: url('../images/iconic-awards-bg2_1iconic-awards-bg2.avif');
  background-position: 50% 0;
}

.award-img._5 {
  background-image: url('../images/cidea-awards-bg_1cidea-awards-bg.avif');
  background-position: 0%;
}

.award-img._6 {
  background-image: linear-gradient(36deg, #d904ae, #fff0 48%), url('../images/bid-design-bg4_1bid-design-bg4.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.navlink {
  color: var(--black2);
  text-align: center;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1;
  display: none;
}

.navlink.w--current {
  color: var(--black2);
}

.navlink._1 {
  z-index: 2;
  -webkit-text-stroke-color: #0000;
  mix-blend-mode: screen;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

.navlink._1.home {
  display: none;
}

.navbar-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

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

.wrap-nav {
  display: flex;
}

.cover {
  display: none;
}

.cover._3 {
  z-index: 1;
  background-color: var(--black2);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: block;
  position: absolute;
  inset: 0% auto 0% -2em;
}

.header-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 95vh;
  padding-top: 4em;
  padding-bottom: 2em;
  display: flex;
}

.header-section.work {
  height: auto;
  margin-top: 10vh;
  padding-top: 6em;
  padding-bottom: 0;
}

.title-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.title-wrapper.white {
  width: 100%;
  padding-left: 0;
}

.title-wrapper.case {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 70%;
}

.title-wrapper.case.work {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  position: relative;
}

.skills-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.top-wrapper {
  z-index: 1;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.top-wrapper.work {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2em;
  padding-right: 4em;
}

.text-block-76 {
  color: var(--dim-grey);
  letter-spacing: .1em;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.project-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.project-details.clients {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.button-2 {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black2);
  letter-spacing: .1em;
  background-color: #3898ec00;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px 24px 12px 40px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 5%;
}

.icon-button {
  z-index: 2;
  filter: invert();
  background-image: url('../images/chevron_1chevron.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  position: relative;
  transform: rotate(180deg);
}

.text-block-77 {
  z-index: 2;
  font-weight: 400;
  position: relative;
}

.img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
}

.img._1 {
  background-image: url('../images/84.png'), linear-gradient(to bottom, var(--black), var(--black));
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 16px;
  width: 91vw;
  height: 90vh;
  position: absolute;
  inset: 0% 0% auto -.1%;
  overflow: hidden;
}

.img._1.second {
  z-index: 1;
  background-image: url('../images/85.png'), linear-gradient(to bottom, var(--black), var(--black));
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  position: absolute;
  inset: 0%;
}

.img._3 {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
}

.img._4 {
  background-image: url('../images/Zrzut-ekranu-2025-03-07-171831_1Zrzut ekranu 2025-03-07 171831.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.img.smaller {
  background-image: url('../images/image-4-VZ.jpg');
  height: 60vh;
}

.img.smaller.video {
  background-image: none;
  border-radius: 16px;
  overflow: hidden;
}

.img.smaller._3 {
  background-image: url('../images/image-75-1.png');
  background-size: cover;
  border-radius: 16px;
  width: 100%;
}

.img.smaller._4 {
  background-image: url('../images/_Half-1_1_Half (1).avif');
  border-radius: 16px;
}

.img.smaller._7 {
  background-image: url('../images/image-78-2-1_1image 78 (2) (1).avif'), linear-gradient(#000, #000);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 16px;
  width: 100%;
  height: 60vh;
}

.img.smaller._5 {
  background-image: url('../images/competitors.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60vh;
}

.img.type2 {
  background-color: #000;
  background-image: none;
  height: 80vh;
}

.img.type3 {
  background-image: url('../images/image-76_1image 76.avif'), linear-gradient(#fff, #fff);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 40vh;
}

.img.with-text {
  background-image: url('../images/My-Stuff---mobile_1My Stuff - mobile.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90vh;
}

.img.massive {
  background-image: url('../images/My-Stuff---mobile--tablet-3_1My Stuff - mobile & tablet 3.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 145vh;
}

.img.video {
  background-image: none;
}

.img._5 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-image: none;
  flex-flow: column;
  height: auto;
  overflow: hidden;
}

.img._6 {
  background-image: url('../images/week-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 60vh;
}

.img._7 {
  z-index: 2;
  background-image: url('../images/MacBook-Pro-3.png');
  background-size: contain;
  flex-flow: column;
  width: 95%;
  height: 85vh;
  position: relative;
  inset: 0%;
}

.img._8 {
  background-image: none;
  justify-content: space-around;
  margin-top: 6em;
}

.img._8._2 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: row-reverse;
  justify-content: center;
  margin-top: 0;
}

.img._9 {
  z-index: 2;
  background-image: url('../images/iPad-Pro-11-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 80vh;
  top: 80px;
  right: 280px;
}

.img._11 {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.img._12 {
  background-image: url('../images/composition-poster-1.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.img._13 {
  background-image: url('../images/Zrzut-ekranu-2025-03-07-171831_1Zrzut ekranu 2025-03-07 171831.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img._15 {
  z-index: 1;
  background-image: url('../images/iPad-Pro-landscape-1_1iPad-Pro-(landscape)-(1).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 90vh;
  position: absolute;
  left: 200px;
}

.img._16 {
  background-image: url('../images/Mockup-iphonesall.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.img._17 {
  background-color: var(--black);
  background-image: url('../images/guide-still.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
}

.img._18 {
  background-color: var(--white);
  background-image: url('../images/matrixes.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  height: 65vh;
}

.img._19 {
  background-image: url('../images/mac-still.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.img._20 {
  background-image: url('../images/comp.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
}

.img._21 {
  background-image: url('../images/screenshot_1screenshot.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img._22 {
  background-image: url('../images/principles.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 95%;
  height: 40vh;
}

.img._23 {
  background-image: url('../images/screenshot-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img._24 {
  background-image: url('../images/screens_1screens.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img._25 {
  background-image: url('../images/comp-1_1comp (1).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img._26 {
  background-image: url('../images/comp-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img._27 {
  background-image: url('../images/image-178_1image 178.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.img._28 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.img._29 {
  background-image: url('../images/image-179_1image 179.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80vh;
}

.img._30 {
  background-image: url('../images/MGPR8067.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.img._31 {
  background-image: url('../images/CEBB8239_1CEBB8239.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  top: 5%;
  left: 10%;
}

.img._32 {
  background-image: url('../images/IMG_3352.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.img._33 {
  background-image: url('../images/workflow-schedule.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60vh;
}

.img._34 {
  background-image: url('../images/sprint-plan_1sprint-plan.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vh;
}

.img._35 {
  background-image: url('../images/image-182-1_1image 182 (1).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60vh;
}

.img._36 {
  background-image: url('../images/ds-virgin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  height: 70vh;
}

.img._37 {
  background-image: url('../images/sprints.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img._38 {
  background-image: url('../images/image-184.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img._39 {
  background-image: url('../images/image-185.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img._40 {
  background-image: url('../images/image-185-1_1image 185 (1).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img._41 {
  background-color: #fff;
  background-image: url('../images/screens-1_1screens (1).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120vh;
}

.img._42 {
  background-image: url('../images/screenshot-1-2_1screenshot (1) (2).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img._43 {
  background-image: url('../images/image-15_1image 15.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.image-wrapper._2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 4em;
  display: flex;
}

.image-wrapper._2.illustration {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-wrapper._2.illustration._3d {
  position: absolute;
}

.image-wrapper._2.values {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.image-wrapper._3 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.image-wrapper._3.swaped {
  background-color: var(--white);
  flex-flow: row-reverse wrap-reverse;
  padding-top: 0;
  padding-left: 4em;
  padding-right: 4em;
  overflow: hidden;
}

.image-wrapper._3.last {
  padding-bottom: 0;
}

.image-wrapper.slider-mobile {
  display: none;
}

.image-wrapper.slider {
  padding-bottom: 0;
}

.image-wrapper.ipad {
  background-color: var(--black);
  padding-top: 8em;
  padding-bottom: 8em;
  top: -6px;
  overflow: hidden;
}

.image-wrapper.mac {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding-top: 4em;
  display: block;
  position: relative;
  top: -5px;
}

.image-wrapper.massive {
  padding-top: 0;
}

.image-wrapper._5 {
  background-color: var(--white);
  width: 100%;
  padding-top: 0;
}

.image-wrapper.phones {
  background-color: var(--black);
  top: -6px;
}

.image-wrapper.phones.virgin {
  background-color: #0000;
  padding-top: 4em;
  padding-bottom: 4em;
}

.copy-section {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8em 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.copy-section._2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: var(--white);
  flex-flow: row;
  padding: 8em 4em 2em;
  position: relative;
}

.copy-section._2.transparent-bg {
  background-color: #fff0;
}

.copy-section._2.transparent-bg.illustration {
  height: 110vh;
  padding-top: 12em;
  padding-right: 0;
}

.copy-section._2.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.copy-section._3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4em;
}

.copy-section._3.swap {
  flex-flow: row-reverse;
  padding-bottom: 8em;
}

.copy-section._3.less-space, .copy-section._3.virgin {
  padding-bottom: 8em;
}

.copy-section.other-projects {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: var(--black2);
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 8em;
}

.copy-section._4 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: center;
  align-items: center;
}

.copy-section.twopointo.small {
  padding-top: 6em;
}

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

.copy-section.work {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: center;
  align-items: center;
  padding-left: 11em;
  padding-right: 11em;
}

.paragraph-7 {
  color: var(--black2);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.paragraph-7.brief {
  font-size: 3em;
  font-weight: 300;
  line-height: 1;
}

.paragraph-7._2 {
  text-align: center;
  width: 250px;
  height: 5.6em;
}

.paragraph-7.stuff, .paragraph-7.ref-ia {
  width: 80%;
}

.paragraph-7.virgin {
  border: 1px solid #c9c9c9;
  border-radius: 50px;
  padding: 20px 40px;
}

.paragraph-7.proto {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2;
}

.paragraph-7.work {
  text-align: left;
}

.paragraph-7.final {
  text-align: center;
}

.paragraph-7._1440ver {
  display: none;
}

.heading-25 {
  color: var(--black2);
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.heading-25._2 {
  font-size: 2em;
  font-weight: 400;
}

.heading-25._2.white {
  color: var(--sowy-tlo);
}

.heading-25._3 {
  text-align: center;
  width: 250px;
  margin-top: 0;
  font-size: 2em;
}

.heading-25._3.longer {
  width: 300px;
}

.heading-25.bold {
  font-size: 2.5em;
  font-weight: 700;
}

.heading-25.prototype {
  width: auto;
  font-size: 2em;
  font-weight: 700;
  position: absolute;
  inset: 5% auto auto 2.5%;
}

.heading-25.no-br {
  display: block;
}

.heading-25.br {
  display: none;
}

.copy-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.copy-wrapper.wide {
  text-align: center;
  width: 100%;
  padding-right: 0;
}

.copy-wrapper.wide._2-copy {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 4em;
  padding-left: 12em;
  padding-right: 12em;
}

.copy-wrapper._2 {
  width: 50%;
  padding-right: 2em;
}

.copy-wrapper._2.virgin {
  width: 100%;
}

.copy-wrapper._3 {
  width: 60%;
  padding-right: 2em;
}

.copy-wrapper._5 {
  justify-content: flex-start;
  width: 40%;
  height: 100%;
}

.background-video {
  height: 90vh;
  position: absolute;
  inset: 0%;
}

.background-video._2 {
  width: 100%;
  height: 100%;
  margin: auto auto 0;
}

.background-video._2.larger {
  display: none;
}

.item {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/aspect-1-mobile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  width: 30%;
}

.item._2 {
  background-image: url('../images/aspect-2-mobile.jpg');
}

.item._3 {
  background-image: url('../images/aspect-3-mobile_1aspect-3-mobile.avif');
}

.item.ds2 {
  display: none;
}

.line-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  width: 100%;
  height: 25vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.case-study {
  cursor: pointer;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  text-decoration: none;
  transition: border-radius .21s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study:hover {
  border-radius: 16px;
}

.case-study.mf {
  display: none;
}

.case-study.or {
  cursor: default;
}

.other-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 60vh;
  display: none;
}

.other-wrap._2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  height: 65vh;
  display: flex;
}

.other-wrap._2.work {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  height: 60vh;
}

.img-more-cs {
  filter: none;
  background-image: url('../images/jlr-bg_1jlr-bg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
  position: relative;
}

.img-more-cs._2 {
  background-image: url('../images/va-bg2_1va-bg2.avif');
  background-position: 50% 100%;
}

.img-more-cs._3 {
  background-image: linear-gradient(7deg, #1acf3e, #fff0 45%), url('../images/Zrzut-ekranu-2025-03-09-145807_1Zrzut ekranu 2025-03-09 145807.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.img-more-cs._4 {
  background-image: url('../images/orange-bg2_1orange-bg2.avif');
}

.img-more-cs._1 {
  filter: none;
  background-image: url('../images/vx-bg3_1vx-bg3.avif');
}

.img-more-cs._5 {
  background-image: url('../images/citi-bg2_1citi-bg2.avif');
}

.img-more-cs._6 {
  background-image: url('../images/hiking_1hiking.avif');
}

.img-more-cs._7 {
  background-image: url('../images/stage2-2-of-1_1stage2 (2 of 1).avif');
  background-size: cover;
}

.img-more-cs._8 {
  background-image: url('../images/comedown_image1_1comedown_image1.avif');
}

.indicator-2 {
  z-index: 2;
  background-color: var(--lime-green);
  border-radius: 21px;
  width: 80px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto;
}

.indicator-2._2 {
  margin-top: auto;
}

.text-wrap {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.text-wrap._2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  width: 49%;
}

.text-wrap._3 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-wrap._3.dark {
  filter: invert();
  background-color: #fff;
  padding: 6em 4em 4em;
  position: relative;
  top: 3px;
}

.text-wrap._3.virgin {
  z-index: 2;
  width: 50%;
  position: relative;
}

.text-wrap._4 {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

.link-nav-wrapper {
  display: flex;
}

.menu-open {
  width: 250px;
  height: 250px;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 10px 40px;
  text-decoration: none;
  transition: border-radius .21s;
  display: none;
  position: relative;
  overflow: hidden;
}

.link-block-2:hover {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.link-block-2._1 {
  display: flex;
}

.protection-glass, .menu-close {
  display: none;
}

.go-back-up {
  z-index: 999;
  border: 2px solid var(--sowy-tlo);
  background-color: var(--black2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  text-decoration: none;
  transition: height .21s cubic-bezier(.959, .123, .216, .825), width .21s cubic-bezier(.924, .182, .187, .878);
  display: flex;
  position: fixed;
  inset: auto 2.5% 10% auto;
  box-shadow: 0 18px 40px #00000069;
}

.go-back-up:hover {
  width: 5em;
  height: 5em;
}

.icon-wrap {
  background-image: url('../images/chevron_1chevron.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  transform: rotate(-90deg);
}

.link-2 {
  color: var(--black2);
  letter-spacing: .2em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .41s;
  display: flex;
  position: relative;
}

.link-2:active {
  color: var(--lime-green);
}

.link-2.white, .link-2.pri {
  color: var(--sowy-tlo);
}

.text-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  text-decoration: none;
  display: flex;
}

.text-link-wrap.dark {
  filter: invert();
  width: 18em;
  text-decoration: none;
  display: none;
}

.text-link-wrap.dark._2 {
  display: none;
}

.text-link-wrap.mobile {
  border-color: var(--black2);
  width: 18em;
  display: flex;
}

.text-link-wrap.mobile.pri {
  background-color: var(--black2);
}

.div-block-182 {
  filter: invert();
  background-image: url('../images/chevron_1chevron.avif');
  background-position: 50%;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.div-block-182.white, .div-block-182.pri {
  filter: none;
}

.text-block-78 {
  color: #7f7f7f;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: .9em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  top: 0;
}

.text-block-78.left {
  text-align: center;
  font-size: .8em;
}

.text-block-78.white {
  color: var(--sowy-tlo);
}

.div-block-183 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-183.sapced {
  width: 100%;
}

.div-block-183.mac {
  display: none;
}

.div-block-183._2 {
  margin-bottom: 100px;
  padding-right: 40px;
}

.div-block-183._3 {
  top: 24px;
}

.div-block-183.virgin {
  margin-top: 40px;
}

.slider-10 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide-nav-10 {
  width: 25%;
  height: 8%;
  display: none;
}

.left-arrow-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-184 {
  background-image: url('../images/chevron_1chevron.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 20px;
  transform: rotate(180deg);
}

.div-block-184._2 {
  transform: none;
}

.div-block-184._2.dark, .div-block-184.dark {
  filter: invert();
}

.right-arrow-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.centre-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-bottom: 10px;
  display: flex;
}

.background-video-2 {
  width: 90%;
  height: 75%;
  position: absolute;
}

.image-slider {
  background-image: url('../images/bg-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 80%;
}

.image-slider._1 {
  background-image: url('../images/ipad-allcontent.jpg');
  background-size: contain;
  width: 100%;
  height: 100%;
}

.image-slider._2 {
  background-image: url('../images/image-4-VZ.jpg');
  width: 100%;
  height: 100%;
}

.image-slider._3 {
  display: none;
}

.wrap {
  width: 50%;
}

.wrap.type2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.wrap.type2.capped {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.wrap.type2.lottie {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.wrap.type2._80vw {
  justify-content: flex-start;
  align-items: flex-start;
}

.wrap.type2.ipads {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.wrap.type3 {
  width: 50%;
}

.div-block-185 {
  justify-content: center;
  align-items: center;
  width: 38%;
  height: 100%;
  display: flex;
}

.div-block-186 {
  background-image: url('../images/ia-new.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 90%;
}

.div-block-186._2 {
  background-image: url('../images/ia-new-1.png');
  background-position: 50%;
  position: relative;
  left: -5%;
}

.arrow-wrap {
  z-index: 99;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px solid var(--black2);
  opacity: .9;
  cursor: pointer;
  border-radius: 52424px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 16px 16px 16px 18px;
  transition: padding .41s, height .21s, width .21s;
  display: flex;
  position: absolute;
  inset: auto 55% 0% auto;
}

.arrow-wrap:hover {
  width: auto;
  height: auto;
  padding-left: 32px;
  padding-right: 24px;
}

.arrow-wrap._2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  padding-right: 18px;
  left: 3%;
  right: auto;
}

.arrow-wrap._2:hover {
  padding-left: 24px;
  padding-right: 32px;
}

.progress-scrollline {
  z-index: 99;
  background-color: #f50a23;
  border-radius: 4254550px;
  width: 100%;
  height: 6px;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.background-video-3 {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-79 {
  display: none;
}

.phone-still {
  background-image: url('../images/Samsung-Galaxy-Note20-Ultra-5G_1Samsung Galaxy Note20 Ultra 5G.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  height: 100%;
  position: relative;
  bottom: -11%;
}

.phone-still._2 {
  background-image: url('../images/iPhone-14-Pro.png');
  bottom: 0%;
}

.phone-still._2.virign {
  background-image: url('../images/screen-2.png');
  width: 25%;
  height: 70%;
}

.phone-still._3 {
  background-image: url('../images/Google-Pixel-4a.png');
  bottom: 8%;
}

.phone-still._3.virgin {
  background-image: url('../images/screen-1_1screen-1.avif');
  width: 25%;
  height: 70%;
  bottom: 11%;
}

.phone-still.virgin {
  background-image: url('../images/screen-3_1screen-3.avif');
  width: 25%;
  height: 70%;
}

.sticky {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.space-holder {
  width: 100%;
  height: 130vh;
  display: none;
  position: relative;
}

.space-holder._2 {
  height: 800vh;
}

.div-block-187 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 15em;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: visible;
}

.tile-wrap {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.tile-wrap._2 {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
}

.lottie-animation-4 {
  width: 120vw;
  height: 100%;
}

.text-block-80 {
  opacity: 0;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 5%;
}

.text-block-80._2 {
  bottom: 37%;
  left: 28%;
}

.text-block-80._3 {
  top: 33%;
  left: 49%;
}

.text-block-80._4 {
  top: 30%;
  left: 33%;
}

.text-block-80._5 {
  bottom: 40%;
  left: 43%;
}

.text-block-80._6 {
  top: 28%;
  left: 55%;
}

.lottie-animation-5 {
  width: 100%;
  height: 100vh;
}

.images-change {
  z-index: 2;
  width: 91vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.changer {
  width: 50%;
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.div-block-188 {
  z-index: 3;
  background-color: #fff;
  width: 10px;
  height: 90vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-189 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-189._1 {
  justify-content: center;
  align-items: flex-start;
  width: 12em;
  height: 12em;
  overflow: visible;
}

.text-span-4 {
  font-weight: 700;
}

._20-blocks {
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

._20-blocks._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

._20-blocks._2.smaller {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

._20-blocks._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

._20-blocks._3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 25px 40px;
  position: relative;
}

._20-blocks._4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

._20-blocks._5 {
  flex-flow: row;
  justify-content: space-around;
  width: 100%;
  padding: 25px;
}

._20-blocks._6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--black);
  justify-content: flex-end;
  align-items: center;
  height: 60%;
  padding: 40px 2em 20px;
}

.text-block-81 {
  color: var(--black2);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-81._3 {
  color: var(--sowy-tlo);
}

.text-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 30%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-flex._2 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-flex._3 {
  width: 90%;
  position: relative;
}

.text-flex._4 {
  width: 40%;
  height: auto;
}

.text-flex._5 {
  width: 50%;
}

.text-flex._6 {
  height: 15%;
}

.lottie-frame {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.lottie-frame._2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}

.lottie-frame._3 {
  height: 90%;
  position: relative;
}

.lottie-frame._4 {
  justify-content: center;
  align-items: flex-end;
}

.lottie-frame._5 {
  width: 40%;
  height: 80%;
}

.lottie-frame._6 {
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
}

.lottie-frame._7 {
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  position: relative;
  overflow: visible;
}

.lottie-frame._8 {
  border-radius: 24px;
  width: 66%;
  height: 60%;
  position: relative;
}

.lottie-frame._10 {
  background-image: url('../images/tv-connect-6.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
  left: 25px;
}

.lottie-animation-6 {
  height: 125%;
}

.lottie-animation-6._2 {
  height: 85%;
  position: relative;
}

.lottie-animation-6._3 {
  height: 100%;
}

.lottie-animation-6._6 {
  height: 120%;
  position: relative;
  top: 5.6em;
}

.vertical-column-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.vertical-column-wrap.horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23%;
}

.vertical-column-wrap.horizontal._2 {
  height: 73%;
}

.text-span-5 {
  color: var(--black2);
  font-weight: 700;
}

.text-span-5._2 {
  color: var(--white);
}

.line-20 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
}

.line-20.vertical {
  flex-flow: column;
}

._20-img {
  background-image: url('../images/Search-bubble_1Search bubble.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
}

._20-img._2 {
  background-image: url('../images/Account.png');
  background-position: 100%;
  width: 50%;
}

.text-block-82 {
  z-index: 20;
  color: var(--sowy-tlo);
  text-align: left;
  margin-left: -32px;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1;
  position: absolute;
  top: 10%;
}

.div-block-190 {
  opacity: 0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-193 {
  background-image: url('../images/Mockup-iphonesall.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.live-logo {
  background-image: url('../images/Verizon-Symbol.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 18px;
  width: 4em;
  height: 4em;
}

.div-block-194 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-195 {
  background-image: url('../images/app-sotre-score.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15em;
  height: 2em;
}

.div-block-195._2 {
  background-image: url('../images/app-sotre-score2.jpg');
}

.div-block-196 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--lime-green);
  text-decoration-color: var(--lime-green);
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.text-block-83 {
  color: var(--black2);
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.div-block-197 {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.tile-img {
  background-image: url('../images/catalogue.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12em;
  height: 12em;
}

.tile-img._2 {
  background-image: url('../images/AI-search.png');
}

.tile-img._3 {
  background-image: url('../images/playlists.png');
  background-position: 50%;
  background-size: contain;
  width: 36em;
  position: absolute;
  left: -30%;
}

.tile-img._4 {
  background-image: url('../images/unified.png');
}

.tile-img._5 {
  background-image: url('../images/player.png');
}

.tile-img._6 {
  background-image: url('../images/companion-tv.png');
}

.tile-img._7 {
  background-image: url('../images/profiles_1profiles.avif');
  width: 15em;
  height: 15em;
}

.tile-img._8 {
  background-image: url('../images/library.png');
  width: 15em;
  height: 15em;
}

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

.div-block-201 {
  background-image: url('../images/image-69-1_1image 69 (1).avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30em;
  width: 100%;
  height: 100%;
}

.div-block-203 {
  background-image: url('../images/ai-converstion_1ai-converstion.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.extra-text {
  opacity: .9;
  background-image: url('../images/put.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 50%;
  position: relative;
  bottom: 20%;
  left: 14%;
}

.extra-text._2 {
  filter: invert(90%);
  background-image: url('../images/self-note.avif');
  bottom: -48%;
  left: 32%;
  transform: rotate(4deg);
}

.div-block-204 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.lottie-animation-7 {
  border-radius: 24px;
  width: 27.32%;
  height: 90%;
  overflow: hidden;
  box-shadow: 0 8px 20px #0003;
}

.snapshot-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border: 4px #f22;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 5em;
  padding-left: 41px;
  display: flex;
  position: absolute;
  top: 9%;
  left: 58.5%;
}

.snapshot-button._2 {
  top: auto;
  bottom: 8%;
  left: 48%;
}

.snapshot-button._3 {
  flex-flow: row-reverse;
  padding-left: 0;
  padding-right: 41px;
  display: flex;
  top: auto;
  bottom: 24%;
  left: 16.5%;
}

.snapshot-button._3.second {
  display: flex;
  left: 19%;
}

.snapshot-button._4 {
  top: auto;
  bottom: 15%;
  left: 57.5%;
}

.snapshot-button._5 {
  top: auto;
  bottom: 24%;
  left: 53%;
}

.snapshot-button._5.first {
  flex-flow: row-reverse;
  padding-left: 0;
  padding-right: 41px;
  display: flex;
  bottom: 24%;
  left: 8.5%;
}

.snapshot-button._6 {
  flex-flow: row-reverse;
  padding-left: 0;
  padding-right: 41px;
  top: auto;
  bottom: 14%;
  left: 15%;
}

.div-block-206 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% auto auto 2.5%;
}

.div-block-207 {
  background-color: #db0e0e;
  border-radius: 40px;
  width: 120px;
  height: 3px;
}

.div-block-207._2 {
  width: 132px;
}

.div-block-207._3 {
  width: 200px;
}

.div-block-208 {
  background-color: #db0e0e;
  border-radius: 41px;
  width: 15px;
  height: 15px;
}

.div-block-209 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-209._2 {
  flex-flow: row-reverse;
}

.protection-cover {
  position: absolute;
  inset: 0%;
}

.div-block-210 {
  background-image: url('../images/hub-area-1_00000_17hub area 1_00000_00016.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 125%;
  margin-bottom: 4em;
}

.client-logo {
  filter: invert(60%);
  background-image: url('../images/vz-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 6em;
}

.client-logo._1 {
  filter: invert(60%);
  background-image: url('../images/city-logo.svg');
  background-size: 4em;
}

.client-logo._2 {
  background-image: url('../images/va-logo.svg');
}

.client-logo._3 {
  background-image: url('../images/jlr-logo_1jlr-logo.avif');
  background-size: 2.5em;
}

.client-logo._4 {
  background-image: url('../images/philips-logo.svg');
}

.client-logo._5 {
  background-image: url('../images/3m-logo.svg');
}

.client-logo._6 {
  background-image: url('../images/mf-logo.svg');
}

.client-logo._7 {
  background-image: url('../images/british-airways-2_1british-airways-2.avif');
  background-size: 5em;
}

.client-logo._8 {
  background-image: url('../images/nfc-logo.svg');
}

.client-logo._9 {
  background-image: url('../images/vanguard-logo_1vanguard logo.avif');
}

.client-logo._10 {
  background-image: url('../images/oragne-logo-3.png');
  background-size: 2.5em;
}

.client-logo._11 {
  background-image: url('../images/livestock-logo.avif');
}

.client-logo._12 {
  background-image: url('../images/logo-szare.svg');
  background-size: 3em;
}

.client-logo._13 {
  background-image: url('../images/logo-white.svg');
  background-size: 5em;
}

.client-logo._14 {
  background-image: url('../images/comedonw-logo_1comedonw-logo.avif');
  background-size: 7em;
}

.client-logo._15 {
  background-image: url('../images/DECAY-logo-white.svg');
  background-size: 4em;
}

.div-block-211 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
  overflow: hidden;
}

.section {
  grid-column-gap: 1em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4em;
  display: flex;
}

.label {
  z-index: 5;
  background-color: #252525;
  border-radius: 4px 4px 16px;
  justify-content: center;
  align-items: center;
  width: 12em;
  margin-top: 0;
  margin-left: 0;
  padding: 20px 10px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 18px #00000069;
}

.text-block-84 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}

.half-img {
  background-image: url('../images/vanguard-banner_1vanguard banner.avif');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.tag {
  color: var(--littile-titles-bottom);
  text-align: left;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: .7em;
  line-height: 1;
  position: absolute;
  inset: auto 0% -5%;
}

.the-arrow.work {
  display: none;
}

.wrappap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.movy-graphic-wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.badge-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff36;
  background-image: linear-gradient(333deg, #d3d3d352, #ffffffb8);
  border: 2px solid #ffffff69;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 2em;
  display: flex;
  position: relative;
}

.heading-26 {
  color: var(--black2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
}

.text-block-85 {
  color: var(--black2);
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
}

.shadow-block {
  filter: blur(18px);
  background-color: #c7c7c7;
  width: 28em;
  height: 3%;
  position: absolute;
  inset: auto 0% 8% 24%;
}

.swapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  box-shadow: 0 10px 15px #00000026;
}

.swapper._3 {
  background-color: #ffffff05;
}

.chevron {
  filter: invert();
  background-image: url('../images/chevron_1chevron.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 30px;
}

.slide-nav-11 {
  display: none;
}

.slider-11 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.slide-2, .slide-3 {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-5 {
  overflow: visible;
}

.slide-6, .slide-7 {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-13, .icon-14 {
  display: none;
}

.slide-8 {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.centerer {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.left-arrow-12 {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.right-arrow-12 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.wrap-buttons {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-buttons._2 {
  display: none;
}

.div-block-213 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-span-8 {
  font-size: .9em;
}

.loader-wrap {
  z-index: 99999;
  background-color: var(--sowy-tlo);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-214 {
  width: 25%;
  height: 30%;
  display: flex;
}

.lottie-animation-8 {
  width: 100%;
}

.text-span-10 {
  text-align: center;
  font-size: .8em;
  font-weight: 500;
  line-height: .8;
  position: relative;
}

.slider-12 {
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.slide-nav-12, .left-arrow-13, .icon-15 {
  display: none;
}

.right-arrow-13 {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.background-video-4 {
  border-radius: 8px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-4.dark {
  border-color: var(--black2);
  position: absolute;
  inset: 0%;
}

.div-block-215 {
  justify-content: center;
  align-items: flex-end;
  width: 38em;
  height: 60%;
  margin-right: 65px;
  display: flex;
  position: relative;
}

.mask-6 {
  width: 100%;
  overflow: visible;
}

.div-block-217 {
  z-index: 2;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-217.light {
  background-color: #ffffff9e;
}

.div-block-217.dark {
  background-color: #00000080;
}

.div-block-217.va {
  background-color: #ffffff7d;
}

.div-block-217.citi {
  background-color: #0000007d;
}

.background-video-5 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-218 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: #0000001a;
  border-radius: 0 0 8px 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-block-218.light {
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: #ffffff9e;
}

.div-block-219 {
  background-image: url('../images/veriozn-clr-logo-2_1veriozn-clr-logo-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 60px;
}

.div-block-219._2 {
  background-image: url('../images/mercury-logo_1mercury-logo.avif');
  left: 0;
}

.div-block-219._3 {
  background-image: url('../images/va-logo-white_1va-logo white.avif');
  width: 100%;
  left: 0;
}

.div-block-219._4 {
  background-image: url('../images/city-logo.svg');
  width: 70%;
}

.text-block-86 {
  color: #e3e3e3;
  text-align: left;
  width: 80%;
  font-family: Roboto, sans-serif;
  font-size: .8em;
  line-height: 1.1;
}

.text-block-86.dark {
  color: #343434;
}

.text-block-86._1440 {
  display: none;
}

.div-block-220 {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 60px;
  display: flex;
}

.text-span-11 {
  font-size: 1.2em;
  line-height: 1.4;
}

.text-span-12 {
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 1280px) {
  .top-section, .bg {
    height: 100vh;
  }

  .wrapper2 {
    justify-content: space-between;
    width: 50%;
    margin-bottom: 2em;
  }

  .heading-19.main {
    padding-right: 60px;
  }

  .heading-19.main.mobile {
    display: none;
  }

  .heading-19.main.home {
    padding-right: 0;
    display: block;
  }

  .copy._4 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    display: flex;
  }

  .copy._4.extra {
    display: none;
  }

  .awards-rail {
    padding-left: 0;
    padding-right: 0;
  }

  .awards-rail.mobile {
    display: none;
  }

  .logo {
    width: 5em;
    height: 4em;
  }

  .logo._2 {
    background-size: contain;
    width: 6em;
    height: 4em;
  }

  .logo._3 {
    width: 4em;
    height: 4em;
  }

  .logo._4 {
    width: 2.5em;
  }

  .logo._5 {
    width: 3.5em;
  }

  .logo._6 {
    width: 4em;
  }

  .logo.case-study:hover {
    box-shadow: none;
  }

  .content-1.dark {
    display: flex;
  }

  .content-1.dark.extra {
    display: none;
  }

  .content-1.projects {
    justify-content: center;
    align-items: center;
  }

  .top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .items-wrap {
    display: flex;
  }

  .items-wrap.extra {
    display: none;
  }

  .project {
    height: 60vh;
  }

  .project.right:hover {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .project.left:hover {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .text-block-75 {
    font-size: 1em;
    line-height: 1.2;
  }

  .project_image {
    height: 54%;
  }

  .project_image.awards {
    display: block;
  }

  .sign-brand {
    background-size: 9em;
    height: 80px;
    padding-bottom: 0;
  }

  .sign-brand.w--current {
    height: 80px;
  }

  .projects-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }

  .mission-statement {
    width: 92%;
    padding-right: 0;
  }

  .mobile-wrap1 {
    display: none;
  }

  .navlink._1 {
    height: 80px;
    font-size: 1.2em;
  }

  .navbar-2 {
    height: 80px;
  }

  .wrap-nav {
    justify-content: flex-start;
    align-items: center;
  }

  .header-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 100vh;
  }

  .title-wrapper {
    width: 70%;
  }

  .title-wrapper.case.work {
    width: 75%;
    padding-right: 100px;
  }

  .skills-wrapper {
    margin-left: 0;
  }

  .top-wrapper {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    justify-content: center;
    padding-left: 6em;
  }

  .top-wrapper.work {
    padding-left: 4em;
  }

  .button-2 {
    bottom: 0%;
  }

  .img._1.second {
    display: flex;
  }

  .img._7 {
    top: 10%;
  }

  .image-wrapper.mac {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .heading-25.prototype {
    left: 5%;
  }

  .copy-wrapper._2.virgin {
    padding-right: 0;
  }

  .copy-wrapper._3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .case-study {
    border-radius: 0;
    transition: box-shadow .41s, border-radius .21s;
  }

  .case-study:hover {
    box-shadow: 0 18px 40px #0003;
  }

  .other-wrap {
    display: flex;
  }

  .other-wrap._2 {
    display: none;
  }

  .other-wrap._2.work {
    height: 55vh;
    display: flex;
  }

  .img-more-cs, .img-more-cs._1 {
    filter: grayscale();
  }

  .img-more-cs._1.work, .img-more-cs.work {
    filter: none;
  }

  .link-block-2 {
    height: 80px;
  }

  .link-2 {
    color: var(--sowy-tlo);
  }

  .text-link-wrap.dark {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-link-wrap.dark._2 {
    border-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-link-wrap.mobile {
    display: none;
  }

  .div-block-182 {
    filter: none;
  }

  .tile {
    width: 19em;
  }

  .tile-wrap {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation-6._6 {
    height: 100%;
  }

  .live-logo {
    width: 4em;
    height: 4em;
  }

  .div-block-194 {
    margin-top: 60px;
  }

  .lottie-animation-7 {
    width: auto;
  }

  .snapshot-button {
    top: 9%;
    left: 58.5%;
  }

  .snapshot-button._2 {
    bottom: 8%;
    left: 48%;
  }

  .snapshot-button._3 {
    bottom: 24%;
    left: 18%;
  }

  .snapshot-button._3.second {
    bottom: 24%;
    left: 20.5%;
  }

  .snapshot-button._4 {
    bottom: 15%;
    left: 57.5%;
  }

  .snapshot-button._5 {
    bottom: 24%;
    left: 53%;
  }

  .snapshot-button._5.first {
    bottom: 24%;
    left: 11%;
  }

  .snapshot-button._6 {
    bottom: 14%;
    left: 16.5%;
  }

  .div-block-206 {
    left: 5%;
  }

  .div-block-211 {
    width: 65%;
  }

  .text-span-10 {
    left: 11%;
  }

  .right-arrow-13 {
    width: 80px;
  }

  .div-block-215 {
    width: 40em;
    margin-right: 80px;
  }

  .div-block-217.light {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-218 {
    padding: 20px;
  }

  .div-block-219 {
    width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  .footer, .footer-flex-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bg {
    background-image: linear-gradient(85deg, #f5f5f5 14%, #f7f7f7d6 39%, #fff0), linear-gradient(178deg, #0000001a, #fff0);
  }

  .wrapper2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 2.5em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .wrapper2._4 {
    width: 21%;
  }

  .heading-19._2.middle {
    font-size: 1.2em;
  }

  .heading-19.dark {
    margin-bottom: 10px;
    font-size: 1.3em;
  }

  .heading-19.main {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .heading-19.main._1440up {
    padding-right: 0;
    font-size: 2.2em;
    display: block;
  }

  .heading-19.main.home {
    display: none;
  }

  .heading-19.name {
    margin-bottom: 10px;
    font-weight: 300;
  }

  .copy._4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: center;
    height: 16vh;
  }

  .text-block-66 {
    font-weight: 300;
  }

  .awards-rail {
    background-color: #0f0f0f00;
  }

  .paragraph-5 {
    font-size: 1.2em;
  }

  .casestudy {
    height: 50vh;
  }

  .logo._4 {
    height: 4em;
  }

  .logo.case-study:hover {
    box-shadow: none;
  }

  .text-block-73 {
    font-size: 1.2em;
  }

  .content-1 {
    justify-content: center;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
  }

  .content-1.dark {
    background-color: #171717;
  }

  .content-1.projects {
    padding-left: 3em;
    padding-right: 3em;
  }

  .content-1.dl {
    justify-content: center;
    align-items: flex-end;
    padding-right: 0;
  }

  .column {
    max-width: 80vw;
  }

  .column.dl {
    margin-left: 0;
    padding-bottom: 12em;
    padding-left: 0;
    padding-right: 0;
  }

  .top-wrap._2 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top-wrap._3 {
    padding-left: 0;
    padding-right: 50px;
  }

  .project.right {
    border-bottom-right-radius: 0;
  }

  .project.right:hover {
    border-radius: 8px;
  }

  .project.left {
    border-bottom-left-radius: 0;
  }

  .project.left:hover {
    border-radius: 8px;
  }

  .text-block-74 {
    font-size: 1.2em;
  }

  .title-projects {
    padding-top: 20px;
  }

  .project_image.awards, .project_image.awards._2, .project_image.awards._4, .project_image.awards._6 {
    bottom: 11%;
  }

  .sign-brand {
    margin-left: 2em;
  }

  .slider-9 {
    background-color: #0000;
  }

  .mask-4 {
    overflow: hidden;
  }

  .projects-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .mission-statement {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-right: 10px;
    display: flex;
  }

  .bg-hoverstate._2 {
    display: none;
  }

  .header-section {
    height: 100vh;
  }

  .title-wrapper.white {
    max-width: 80vw;
  }

  .title-wrapper.case.work {
    width: 80%;
  }

  .skills-wrapper {
    width: 18em;
  }

  .top-wrapper {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4em;
  }

  .button-2 {
    bottom: 3%;
  }

  .img {
    border-radius: 16px;
  }

  .img._1 {
    width: 76vw;
  }

  .img.smaller.video {
    height: 95vh;
  }

  .img.smaller._7 {
    background-image: url('../images/image-78-2-1_1image 78 (2) (1).avif'), linear-gradient(#000, #000);
    background-position: 0%, 0 0;
  }

  .img.type2 {
    max-width: 80vw;
    height: 89vh;
  }

  .img.type3 {
    background-image: url('../images/image-76_1image 76.avif'), linear-gradient(to bottom, var(--white), var(--white));
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    max-width: 80vw;
  }

  .img.massive {
    height: 160vh;
  }

  .img.video {
    overflow: hidden;
  }

  .img._6 {
    height: 80vh;
  }

  .img._9 {
    height: 80vh;
    top: 4.6em;
  }

  .img._11 {
    border-radius: 0;
    height: auto;
    top: -10vh;
  }

  .img._12 {
    background-position: 50%;
    max-width: 80vw;
    height: 110vh;
    margin-left: auto;
    margin-right: auto;
  }

  .img._15 {
    left: 236px;
  }

  .img._16 {
    display: none;
  }

  .img._18 {
    height: 70vh;
  }

  .img._19 {
    display: none;
  }

  .img._22 {
    height: 35vh;
  }

  .img._32 {
    height: 110vh;
  }

  .image-wrapper {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper._2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .image-wrapper._2.guide {
    justify-content: center;
  }

  .image-wrapper._3.swaped {
    max-width: none;
    padding-left: 2em;
    padding-right: 2em;
  }

  .image-wrapper._3.poster {
    max-width: none;
  }

  .image-wrapper.slider {
    background-color: var(--black);
    max-width: none;
  }

  .image-wrapper.ipad {
    max-width: none;
    overflow: hidden;
  }

  .image-wrapper.mac {
    max-width: none;
    padding-top: 4em;
  }

  .image-wrapper._5 {
    max-width: none;
  }

  .image-wrapper.phones {
    max-width: none;
    top: -6px;
  }

  .copy-section {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .copy-section._2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 2em;
    padding-right: 2em;
  }

  .copy-section._2.transparent-bg, .copy-section._2.transparent-bg.illustration {
    justify-content: flex-start;
    align-items: center;
    max-width: 80vw;
  }

  .copy-section._2.vertical {
    justify-content: center;
    align-items: center;
  }

  .copy-section._3 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    justify-content: center;
    align-items: center;
  }

  .copy-section._3.spacier {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .copy-section.other-projects {
    flex-flow: column;
    max-width: none;
  }

  .copy-section._4 {
    padding-top: 4em;
    padding-bottom: 12em;
  }

  .copy-section._5 {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .paragraph-7 {
    line-height: 1.5;
  }

  .paragraph-7.work, .paragraph-7._1440ver {
    display: block;
  }

  .paragraph-7.regular {
    display: none;
  }

  .heading-25.ds {
    width: 85%;
  }

  .copy-wrapper.wide._2-copy {
    padding-left: 16em;
    padding-right: 16em;
  }

  .copy-wrapper._3.ds {
    width: 65%;
  }

  .background-video._2 {
    display: none;
  }

  .background-video._2.larger {
    display: block;
  }

  .other-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: 80vw;
    height: 50vh;
  }

  .other-wrap._2.work {
    height: 60vh;
  }

  .text-wrap._3 {
    max-width: 80vw;
  }

  .text-wrap._3.dark {
    max-width: 80vw;
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-wrap._3.ia {
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-block-78 {
    padding-left: 0;
  }

  .div-block-183 {
    justify-content: space-between;
    display: flex;
  }

  .div-block-183.mobilemockups {
    display: none;
  }

  .centre-wrap {
    padding-bottom: 0;
  }

  .wrap.type2.margin {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .wrap.type2.capped {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .wrap.type2.lottie {
    display: flex;
  }

  .wrap.type2._80vw {
    max-width: 80vw;
  }

  .wrap.type3 {
    width: 100%;
  }

  .progress-scrollline.virgin {
    background-color: #ec1a1d;
  }

  .sticky {
    display: flex;
  }

  .space-holder {
    display: block;
  }

  .lottie-animation-4 {
    width: 100vw;
  }

  .text-block-80 {
    left: 10%;
  }

  .text-flex._6 {
    width: 60%;
  }

  .lottie-frame._7 {
    width: 80%;
  }

  .text-block-82 {
    top: 16%;
  }

  .div-block-190 {
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .div-block-197 {
    display: none;
  }

  .snapshot-button {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    top: 9%;
    left: 57%;
  }

  .snapshot-button._2 {
    bottom: 8%;
    left: 47.25%;
  }

  .snapshot-button._3 {
    left: 17%;
  }

  .snapshot-button._3.second {
    bottom: 23%;
    left: 20%;
  }

  .snapshot-button._4 {
    bottom: 14%;
    left: 56.5%;
  }

  .snapshot-button._5 {
    bottom: 23%;
    left: 52%;
  }

  .snapshot-button._5.first {
    bottom: 23%;
  }

  .snapshot-button._6 {
    left: 16%;
  }

  .div-block-207 {
    background-color: #ec1a1a;
  }

  .div-block-207._2 {
    width: 150px;
  }

  .client-logo {
    width: 140px;
    height: 8em;
  }

  .div-block-211 {
    width: 70%;
  }

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

  .badge-2 {
    width: 35em;
  }

  .text-block-85 {
    line-height: 1.5;
  }

  .shadow-block {
    bottom: -10%;
  }

  .wrap-buttons._2 {
    flex-flow: row;
    display: flex;
  }

  .text-span-10 {
    left: 15%;
  }

  .right-arrow-13 {
    width: 100px;
  }

  .div-block-215 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 52.5em;
    margin-right: 80px;
  }

  .div-block-218 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-219 {
    width: 70%;
  }

  .div-block-219._2 {
    width: 100%;
  }

  .div-block-219._4 {
    width: 60%;
  }

  .text-block-86 {
    font-size: .9em;
    line-height: 1.2;
  }

  .text-block-86._1440 {
    display: block;
  }

  .text-block-86.va {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper2 {
    margin-bottom: 4em;
  }

  .wrapper2._4 {
    width: 23%;
  }

  .heading-19._2 {
    letter-spacing: .1em;
  }

  .heading-19.main {
    margin-bottom: 60px;
    padding-right: 50px;
  }

  .heading-19.main._1440up {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 2.2em;
  }

  .heading-19.main.work {
    margin-bottom: 40px;
  }

  .heading-19.name {
    font-size: 5em;
  }

  .copy._4 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    justify-content: center;
    max-width: 70vw;
    height: 14.5vh;
    margin-left: auto;
    margin-right: auto;
  }

  .badge._2 {
    height: 28px;
  }

  .heading-20, .text-block-66 {
    font-size: 1.2em;
  }

  .text-block-66._2 {
    font-size: .9em;
  }

  .text-block-67 {
    font-size: 2.2em;
  }

  .div-block-158 {
    height: 10em;
  }

  .casestudy {
    height: 45vh;
  }

  .logo._4 {
    width: 3em;
    margin-top: 4px;
  }

  .logo._5, .logo._6 {
    width: 4em;
  }

  .link-block._2 {
    right: 20%;
  }

  .content-1 {
    justify-content: center;
    align-items: center;
    padding-left: 8em;
    padding-right: 8em;
  }

  .column {
    max-width: 70vw;
  }

  .column.dark {
    padding-top: 6em;
    padding-bottom: 8em;
  }

  .column.dl {
    padding-left: 0;
    padding-right: 0;
  }

  .top-wrap {
    margin-bottom: 20px;
  }

  .top-wrap._3 {
    padding-right: 0;
  }

  .items-wrap {
    justify-content: space-around;
    align-items: stretch;
  }

  .project {
    height: 60vh;
  }

  .text-block-74 {
    font-size: 1.2em;
  }

  .heading-24 {
    font-size: 2.4em;
  }

  .text-block-75 {
    font-size: 1.2em;
  }

  .project_image.awards, .project_image.awards._2, .project_image.awards._4, .project_image.awards._6 {
    bottom: 13.5%;
  }

  .sign-brand {
    background-size: 9.25em;
    height: 90px;
  }

  .sign-brand.w--current {
    background-size: 9.5em;
  }

  .projects-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mission-statement {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .navlink._1, .navbar-2 {
    height: 100px;
  }

  .header-section {
    height: 90vh;
  }

  .title-wrapper.white {
    max-width: 70vw;
  }

  .title-wrapper.case.work {
    width: 70%;
    padding-right: 220px;
  }

  .img._1 {
    width: 67vw;
  }

  .img.smaller.video {
    height: 82vh;
  }

  .img.type2 {
    max-width: 80vw;
    height: 90vh;
  }

  .img._6 {
    height: 70vh;
  }

  .img._9 {
    width: 40%;
    height: 85vh;
    top: 54px;
    right: 388px;
  }

  .img._15 {
    width: 90%;
    left: 220px;
  }

  .img._22 {
    height: 30vh;
  }

  .img._32 {
    height: 100vh;
  }

  .image-wrapper {
    max-width: 70vw;
  }

  .image-wrapper._3.swaped {
    top: -5px;
  }

  .copy-section, .copy-section._2.transparent-bg, .copy-section._2.transparent-bg.illustration {
    max-width: 70vw;
  }

  .paragraph-7 {
    display: block;
  }

  .paragraph-7.ref-ia {
    width: 75%;
  }

  .paragraph-7._1440ver {
    display: none;
  }

  .paragraph-7.regular {
    display: block;
  }

  .heading-25.ds {
    width: 75%;
  }

  .other-wrap {
    max-width: 70vw;
    height: 50vh;
  }

  .other-wrap._2.work {
    height: 55vh;
  }

  .text-wrap._3, .text-wrap._3.dark, .text-wrap._3.padded {
    max-width: 70vw;
  }

  .link-block-2 {
    height: 100px;
  }

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

  .phone-still {
    width: 100%;
    overflow: visible;
  }

  .text-block-80 {
    font-size: 2.8em;
  }

  .lottie-frame._7 {
    width: 70%;
  }

  .div-block-203 {
    background-image: url('../images/ai-converstion_1ai-converstion.avif');
  }

  .snapshot-button {
    top: 10%;
    left: 58%;
  }

  .section {
    grid-row-gap: 6em;
    display: flex;
  }

  .movy-graphic-wrap {
    height: 50vh;
  }

  .div-block-215 {
    width: 75em;
  }

  .div-block-218 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 80%;
  }

  .div-block-219 {
    width: 60%;
  }

  .div-block-219._4 {
    width: 50%;
  }

  .text-block-86 {
    width: 75%;
    font-size: 1.2em;
  }

  .div-block-220.vz {
    width: 25%;
  }
}

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

  .text-block-6 {
    color: var(--dim-grey);
    text-align: center;
  }

  .info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 55%;
  }

  .footer-flex-container {
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-section, .bg {
    height: 90vh;
  }

  .wrapper2 {
    width: 80%;
  }

  .wrapper2._4 {
    width: 33.33%;
    display: flex;
  }

  .wrapper2._4.just-horizontal-tablet {
    display: none;
  }

  .wrapper2._4.distinctions2 {
    display: flex;
  }

  .heading-19._2 {
    font-size: 2em;
  }

  .heading-19._2.middle {
    font-size: 1.2em;
  }

  .heading-19.dark {
    text-align: center;
    font-size: 1.4em;
  }

  .heading-19.main {
    margin-bottom: 20px;
    font-size: 4em;
  }

  .heading-19.main.mobile {
    display: none;
  }

  .heading-19.main.home {
    padding-right: 0;
    font-size: 2.8em;
    display: block;
  }

  .copy {
    width: 55%;
  }

  .copy._4 {
    height: 14vh;
    display: none;
  }

  .copy._4.extra {
    height: 14vh;
    display: flex;
  }

  .heading-20 {
    font-size: .9em;
  }

  .heading-20._2 {
    font-size: 1.4em;
  }

  .text-block-66 {
    font-size: 1em;
  }

  .text-block-66._2 {
    font-size: .7em;
  }

  .text-block-67 {
    font-size: 1.5em;
  }

  .award-2 {
    justify-content: center;
    height: 20vh;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-158._3 {
    width: 8em;
    height: 5em;
  }

  .div-block-158._1, .div-block-158._2 {
    width: 7em;
    height: 7em;
  }

  .div-block-158._4, .div-block-158._5 {
    width: 7em;
    height: 6em;
  }

  .div-block-158._6 {
    width: 8em;
    height: 5em;
  }

  .awards-rail {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .awards-rail.mobile {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .forward {
    display: none;
  }

  .sign {
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .casestudy {
    height: 35vh;
  }

  .logo._4 {
    margin-top: 4px;
  }

  .logo._5 {
    width: 3em;
    margin-top: 4px;
  }

  .logo.case-study, .logo.case-study._2 {
    margin-right: 10px;
  }

  .text-block-72, .text-block-72._2 {
    font-size: 1.4em;
  }

  .text-block-73 {
    font-size: 1.2em;
  }

  .link-block {
    padding-left: 20px;
    padding-right: 20px;
    transition: background-color .21s, border-radius .21s;
  }

  .link-block:active {
    background-image: linear-gradient(to bottom, var(--black2), var(--black2));
  }

  .link-block._2 {
    right: 38%;
  }

  .decorative {
    width: 30%;
    right: 15%;
  }

  .content-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-1.dark {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .content-1.dark.extra {
    display: none;
  }

  .content-1.projects {
    padding-top: 2em;
  }

  .column {
    justify-content: center;
    align-items: flex-start;
    padding-top: 6em;
    padding-bottom: 4em;
  }

  .column.dark {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-bottom: 4em;
  }

  .column.dl {
    padding-top: 6em;
    padding-bottom: 4em;
    padding-left: 2em;
  }

  .heading-23 {
    font-size: 3.4em;
  }

  .top-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }

  .top-wrap._2 {
    width: 90%;
    margin-left: 0;
  }

  .top-wrap._3 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .items-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .items-wrap.extra {
    display: none;
  }

  .project {
    border-radius: 8px;
    width: 48%;
  }

  .project:hover {
    border-radius: 8px;
  }

  .project.right {
    width: 48%;
  }

  .project.right:hover, .project.right._2:hover {
    border-radius: 8px;
  }

  .project.left {
    border-radius: 8px;
    width: 48%;
  }

  .project.left:hover, .project.left._2:hover, .project.middle:hover {
    border-radius: 8px;
  }

  .text-block-74 {
    font-size: 1.2em;
  }

  .title-projects.cs {
    width: 50%;
  }

  .project_image {
    height: 20vh;
  }

  .project_image.awards {
    display: none;
  }

  .project_image.awards._5 {
    bottom: 0%;
  }

  .sign-brand {
    height: 100px;
  }

  .sign-brand.w--current {
    left: 0%;
  }

  .copy-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .slider-9 {
    display: none;
  }

  .projects-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-2 {
    transition: color .21s;
  }

  .text-span-2:active {
    color: var(--sowy-tlo);
  }

  .mobile-wrap1 {
    width: 100%;
    height: 16em;
    display: flex;
  }

  .award-img {
    background-image: url('../images/napier-awards1_1napier-awards1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16.6666%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .award-img._2 {
    background-image: url('../images/blueprint-no366-bg_1blueprint-no366-bg.avif');
    background-position: 50%;
  }

  .award-img._3 {
    background-image: url('../images/cc-awards_1cc-awards.avif');
    background-position: 0%;
  }

  .award-img._4 {
    background-image: url('../images/iconic-awards-bg2_1iconic-awards-bg2.avif');
    background-position: 80%;
  }

  .award-img._5 {
    background-image: url('../images/cidea-awards-bg_1cidea-awards-bg.avif');
  }

  .award-img._6 {
    background-image: linear-gradient(65deg, #ed0bb885 24%, #fff0 64%), url('../images/bid-design-bg4_1bid-design-bg4.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .navbar-2 {
    width: 100px;
    height: 100px;
    position: relative;
  }

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

  .header-section {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    height: auto;
    margin-top: 25vh;
    padding-top: 0;
  }

  .title-wrapper.case {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .title-wrapper.case.work {
    width: 75%;
    margin-top: 20px;
  }

  .skills-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .top-wrapper {
    flex-flow: column;
    padding-right: 4em;
  }

  .text-block-76 {
    font-size: 1.4em;
  }

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

  .button-2 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-left: 32px;
  }

  .text-block-77 {
    font-size: 1.2em;
  }

  .img {
    height: 40vh;
  }

  .img._3 {
    background-color: var(--white);
    height: 60vh;
  }

  .img.smaller._3 {
    background-position: 50% 40%;
    height: 40vh;
  }

  .img.smaller._4, .img.smaller._7 {
    height: 40vh;
  }

  .img.smaller._5 {
    background-size: cover;
    height: 40vh;
  }

  .img.type2 {
    height: 40vh;
  }

  .img.type3 {
    background-image: url('../images/image-77-1.png'), linear-gradient(to bottom, var(--white), var(--white));
  }

  .img.with-text {
    height: 60vh;
  }

  .img.massive {
    height: 100vh;
  }

  .img.video, .img._6 {
    height: 40vh;
  }

  .img._8 {
    height: 60vh;
    margin-top: 4em;
  }

  .img._9 {
    height: 50vh;
    right: 209px;
  }

  .img._12 {
    height: 80vh;
  }

  .img.summary {
    height: auto;
  }

  .img._15 {
    width: 100%;
    height: 50vh;
    left: 116px;
  }

  .img._17 {
    height: 46vh;
  }

  .img._18 {
    height: 40vh;
  }

  .img._19 {
    height: 40vh;
    display: flex;
  }

  .img._20, .img._21 {
    height: 40vh;
  }

  .img._22 {
    background-image: url('../images/ipad-brkp-row-values.png');
    height: 60vh;
  }

  .img._23 {
    height: 45vh;
  }

  .img._29 {
    height: 60vh;
  }

  .img._31 {
    background-position: 50%;
    width: 100%;
    height: 70vh;
    position: relative;
    top: auto;
    left: auto;
  }

  .img._32 {
    height: 60vh;
  }

  .img._33, .img._34, .img._35, .img._36, .img._37 {
    height: 40vh;
  }

  .img._41 {
    background-size: cover;
    height: 70vh;
  }

  .img._42 {
    height: 40vh;
  }

  .image-wrapper._2.proto {
    display: none;
  }

  .image-wrapper._2.illustration._3d {
    position: relative;
  }

  .image-wrapper.ipad {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .image-wrapper.phones {
    padding-top: 4em;
    padding-bottom: 6em;
    top: -7px;
  }

  .copy-section {
    padding-bottom: 2em;
  }

  .copy-section._2.transparent-bg.illustration {
    flex-flow: column;
    height: auto;
    padding-top: 8em;
    padding-right: 4em;
  }

  .copy-section._2.vertical {
    flex-flow: row;
  }

  .copy-section._3 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .copy-section._3.swap {
    flex-flow: column;
  }

  .copy-section._3.spacier {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .copy-section.other-projects {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .copy-section._5 {
    padding-top: 4em;
  }

  .copy-section.work {
    padding-left: 8em;
    padding-right: 8em;
  }

  .paragraph-7 {
    font-size: 1.4em;
  }

  .paragraph-7.brief {
    font-size: 3.5em;
  }

  .paragraph-7._2 {
    width: auto;
  }

  .paragraph-7.virgin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-25 {
    font-size: 3.5em;
    display: block;
  }

  .heading-25.no-br {
    display: block;
  }

  .heading-25.br {
    display: none;
  }

  .copy-wrapper.wide._2-copy {
    padding-left: 4em;
    padding-right: 4em;
  }

  .copy-wrapper._2 {
    width: 100%;
  }

  .copy-wrapper._2.virgin {
    padding-right: 0;
  }

  .copy-wrapper._3 {
    width: 100%;
  }

  .copy-wrapper._5 {
    width: 50%;
    padding-right: 1em;
  }

  .background-video {
    height: 40vh;
  }

  .item {
    width: 30vw;
  }

  .line-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: center;
    height: 32vh;
  }

  .case-study {
    flex-flow: row;
    width: 100%;
    height: 100%;
  }

  .other-wrap._2 {
    flex-flow: column;
    justify-content: space-around;
    height: 50vh;
    display: flex;
  }

  .other-wrap._2.work {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    height: 80vh;
  }

  .img-more-cs {
    background-position: 80%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    width: 50%;
    height: 100%;
  }

  .img-more-cs._2 {
    background-position: 90% 100%;
  }

  .img-more-cs._1 {
    width: 50%;
    height: 100%;
  }

  .text-wrap._2 {
    width: 80%;
  }

  .text-wrap._3.virgin {
    width: 100%;
  }

  .text-wrap._4 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .link-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-2._1 {
    width: 100px;
    height: 100px;
  }

  .go-back-up {
    bottom: 10%;
    right: 5%;
  }

  .go-back-up:hover {
    width: 4em;
    height: 4em;
  }

  .go-back-up.w--current {
    bottom: 5%;
    right: 5%;
  }

  .link-2 {
    color: var(--black2);
    font-weight: 500;
  }

  .link-2.white {
    color: var(--sowy-tlo);
    font-weight: 500;
  }

  .text-link-wrap.dark {
    filter: invert();
    display: none;
  }

  .text-link-wrap.dark._2 {
    display: none;
  }

  .text-link-wrap.mobile {
    border-color: var(--black2);
    display: flex;
  }

  .text-link-wrap.mobile.pri {
    display: flex;
  }

  .div-block-182 {
    filter: invert();
  }

  .div-block-182.white {
    filter: none;
  }

  .wrap {
    width: 100%;
  }

  .wrap.type2._80vw {
    background-color: var(--white);
  }

  .wrap.type3 {
    width: 100%;
  }

  .phone-still {
    width: 33.333%;
  }

  .tile {
    width: 20em;
  }

  .tile-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .tile-wrap._2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  ._20-blocks._2 {
    flex-flow: column;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  ._20-blocks._2.smaller {
    flex-flow: column;
    padding-right: 20px;
  }

  ._20-blocks._1 {
    flex-flow: column-reverse;
  }

  ._20-blocks._5 {
    height: 70%;
  }

  .text-flex {
    width: 100%;
  }

  .text-flex._2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-frame._2, .lottie-frame._3, .lottie-frame._4 {
    width: 100%;
  }

  .lottie-frame._6 {
    height: 120%;
  }

  .lottie-frame._7, .lottie-frame._8 {
    width: 100%;
  }

  .lottie-frame._10 {
    background-position: 0%;
    background-size: cover;
    height: 70vh;
  }

  .lottie-animation-6._2 {
    height: 95%;
  }

  .vertical-column-wrap.horizontal._2 {
    justify-content: center;
    align-items: flex-start;
  }

  .line-20.grid {
    height: 80vh;
  }

  .div-block-194 {
    margin-top: 60px;
  }

  .text-block-83 {
    font-size: 1.2em;
  }

  .extra-text {
    width: 50%;
    height: 45%;
    bottom: 14%;
  }

  .div-block-204 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 0;
  }

  .section {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .tag {
    bottom: -5%;
  }

  .arrow-go {
    width: 200px;
    height: 25px;
  }

  .the-arrow {
    filter: invert();
    background-image: url('../images/thearrowgo.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 50%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .the-arrow.work {
    filter: none;
    display: block;
  }

  .wrappap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .movy-graphic-wrap {
    width: 100%;
    height: 40vh;
  }

  .centerer {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
  }

  .right-arrow-12 {
    height: 85%;
    margin-top: 0;
    margin-bottom: auto;
  }

  .div-block-213 {
    grid-column-gap: 24px;
    grid-row-gap: 4px;
    flex-flow: wrap;
  }

  .text-span-8 {
    font-size: .8em;
  }

  .slider-12 {
    display: none;
  }

  .right-arrow-13 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 60%;
  }

  .footer-2 {
    padding: 40px 10px;
  }

  .footer-flex-container {
    align-items: flex-start;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-link {
    font-size: .8em;
  }

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

  .div-block-42._3 {
    align-items: center;
    display: none;
  }

  .div-block-43._1.footer._2 {
    filter: invert();
  }

  .top-section {
    height: 95vh;
    padding-bottom: 0;
  }

  .bg {
    height: 95vh;
  }

  .wrapper2 {
    width: 90%;
    margin-bottom: .5em;
  }

  .wrapper2._4 {
    width: 33.3333%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-19 {
    font-size: 2em;
  }

  .heading-19._2 {
    font-size: 1.1em;
  }

  .heading-19._2.middle {
    font-size: .9em;
  }

  .heading-19.dark {
    font-size: 1.1em;
  }

  .heading-19.main {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.5em;
  }

  .heading-19.main.home {
    font-size: 1.5em;
    display: block;
  }

  .heading-19.main.work {
    font-size: 2em;
    line-height: 1.2;
  }

  .heading-19.name {
    font-size: 2.1em;
  }

  .copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 75%;
  }

  .copy._4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-around;
    height: 15vh;
  }

  .copy._4.extra {
    height: 24vh;
    display: flex;
  }

  .heading-20 {
    font-size: .8em;
  }

  .heading-20._2 {
    font-size: 1em;
  }

  .text-block-66._2 {
    font-size: .6em;
  }

  .text-block-67 {
    font-size: 1em;
  }

  .award-2 {
    width: 45%;
    height: 25vh;
  }

  .div-block-158 {
    width: 5em;
  }

  .div-block-158._3 {
    width: 7em;
    margin-bottom: 0;
  }

  .div-block-158._1, .div-block-158._2 {
    height: 5em;
    margin-bottom: 0;
  }

  .div-block-158._4 {
    width: 5em;
    height: 5em;
    margin-bottom: 0;
  }

  .div-block-158._5 {
    height: 5em;
    margin-bottom: 0;
  }

  .div-block-158._6 {
    width: 7em;
    margin-bottom: 0;
  }

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

  .awards-rail.mobile {
    grid-row-gap: 24px;
  }

  .paragraph-5 {
    width: 18em;
  }

  .sign {
    padding-bottom: 0;
    padding-right: 40px;
  }

  .icon._2 {
    top: 2.5%;
  }

  .casestudy {
    height: 45vh;
  }

  .logo.case-study {
    width: 5em;
  }

  .play-pause-button {
    width: 60px;
    height: 60px;
    bottom: 15%;
  }

  .text-block-72, .text-block-72._2 {
    font-size: 1em;
  }

  .infoblock {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-73 {
    font-size: .9em;
  }

  .link-block {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block._2 {
    padding-left: 10px;
    padding-right: 10px;
    right: 38%;
  }

  .decorative {
    width: 35%;
    height: 18%;
    display: none;
    bottom: 64%;
    right: 10%;
  }

  .content-1.projects {
    padding-top: 0;
  }

  .column {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .column.dark {
    padding-bottom: 6em;
  }

  .column.dl {
    padding-bottom: 8em;
  }

  .heading-23 {
    font-size: 3em;
  }

  .project {
    height: 95vh;
  }

  .project:hover, .project.left:hover {
    box-shadow: none;
  }

  .text-block-74 {
    font-size: .9em;
  }

  .heading-24 {
    height: auto;
    font-size: 1.6em;
  }

  .title-projects {
    width: 100%;
  }

  .text-block-75 {
    font-size: 1em;
  }

  .project_image {
    height: 45%;
  }

  .sign-brand {
    background-size: 6.5em;
    width: 8em;
    height: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .sign-brand.w--current {
    width: 8em;
  }

  .copy-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .mission-statement {
    width: 86%;
    padding-right: 0;
  }

  .mobile-wrap1 {
    height: 10em;
  }

  .award-img._2 {
    background-position: 50% 0;
  }

  .navlink._1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .navbar-2 {
    width: auto;
    height: 60px;
  }

  .header-section {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    height: auto;
  }

  .header-section.work {
    padding-top: 0;
  }

  .title-wrapper.case {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-left: 10px;
  }

  .title-wrapper.case.work {
    width: 80%;
    margin-top: 10px;
    margin-left: 0;
  }

  .skills-wrapper {
    margin-top: 10px;
    margin-left: 10px;
  }

  .top-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    padding-left: 2em;
    padding-right: 2em;
  }

  .top-wrapper.work {
    padding-right: 2em;
  }

  .text-block-76 {
    font-size: 1em;
  }

  .project-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-2 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-left: 24px;
  }

  .text-block-77 {
    font-size: 1em;
  }

  .img.smaller._3, .img.smaller._4, .img.smaller._7 {
    height: 80vh;
  }

  .img.smaller._5 {
    background-size: cover;
    height: 80vh;
  }

  .img.type2 {
    height: 110vh;
  }

  .img.type3 {
    background-image: url('../images/image-76_1image 76.avif'), linear-gradient(to bottom, var(--white), var(--white));
  }

  .img.with-text {
    height: 140vh;
  }

  .img.massive {
    height: 200vh;
  }

  .img.video {
    height: 90vh;
  }

  .img._6 {
    height: 80vh;
  }

  .img._8 {
    height: 120vh;
  }

  .img._8._2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .img._9 {
    width: 70%;
    height: 90vh;
  }

  .img._12 {
    height: 120vh;
  }

  .img._13 {
    height: 80vh;
  }

  .img._15 {
    height: 100vh;
  }

  .img._16 {
    height: 80vh;
  }

  .img._17 {
    height: 100vh;
  }

  .img._18 {
    height: 80vh;
  }

  .img._19 {
    height: 90vh;
  }

  .img._20 {
    background-position: 50%;
    height: 80vh;
  }

  .img._21 {
    height: 80vh;
  }

  .img._22 {
    background-image: url('../images/principles.png');
    height: 50vh;
  }

  .img._23, .img._24, .img._25, .img._26, .img._27 {
    height: 80vh;
  }

  .img._29 {
    height: 110vh;
  }

  .img._30 {
    height: 80vh;
  }

  .img._31 {
    background-position: 50%;
    background-size: contain;
    height: 80vh;
  }

  .img._32 {
    background-size: contain;
    height: 80vh;
  }

  .img._33, .img._34, .img._35, .img._36, .img._37, .img._38, .img._39, .img._40 {
    height: 80vh;
  }

  .img._41 {
    height: 100vh;
  }

  .img._42, .img._43 {
    height: 80vh;
  }

  .image-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .image-wrapper._2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .image-wrapper._5 {
    padding-bottom: 6em;
  }

  .copy-section {
    padding: 4em 2em;
  }

  .copy-section._2.transparent-bg {
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .copy-section._2.transparent-bg.illustration {
    padding-right: 2em;
  }

  .copy-section._2.vertical {
    flex-flow: column;
  }

  .copy-section._3.virgin {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row;
    padding-bottom: 4em;
  }

  .copy-section.other-projects {
    padding-left: 2em;
    padding-right: 2em;
  }

  .copy-section.twopointo {
    padding-top: 8em;
  }

  .copy-section.twopointo.small {
    padding-left: 2em;
    padding-right: 2em;
  }

  .copy-section.work {
    padding-top: 6em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .paragraph-7 {
    font-size: 1.2em;
  }

  .paragraph-7.brief {
    font-size: 2.5em;
  }

  .paragraph-7.virgin {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .heading-25 {
    font-size: 2.5em;
    display: flex;
  }

  .heading-25._3 {
    justify-content: center;
    align-items: center;
  }

  .heading-25.no-br {
    display: block;
  }

  .heading-25.br {
    display: none;
  }

  .heading-25.final {
    justify-content: center;
    align-items: center;
  }

  .copy-wrapper.wide._2-copy {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .copy-wrapper._2.virgin {
    padding-right: 0;
  }

  .copy-wrapper._3 {
    width: 90%;
    padding-right: 0;
  }

  .copy-wrapper._5 {
    padding-right: 0;
  }

  .background-video {
    height: 90vh;
  }

  .item {
    width: 30%;
  }

  .line-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: space-between;
    height: 30vh;
    display: flex;
  }

  .other-wrap._2 {
    height: 160vh;
  }

  .other-wrap._2.work {
    height: 210vh;
  }

  .text-wrap._4 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .link-block-2._1 {
    width: auto;
    height: 60px;
  }

  .link-2 {
    font-weight: 500;
  }

  .text-link-wrap.dark {
    height: 70px;
  }

  .text-link-wrap.mobile {
    height: 70px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-185 {
    width: 45%;
  }

  .tile {
    width: 80%;
  }

  .tile-wrap._2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .lottie-frame._6 {
    width: 50%;
    height: 100%;
  }

  .line-20.vertical {
    height: 120vh;
  }

  .line-20.grid {
    height: 240vh;
  }

  .text-block-83 {
    font-size: 1em;
  }

  .extra-text {
    height: 50%;
  }

  .div-block-204 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .label {
    z-index: 5;
    position: relative;
  }

  .movy-graphic-wrap {
    height: 80vh;
  }

  .shadow-block {
    left: 12%;
  }

  .centerer {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .right-arrow-12 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrap-buttons {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .slider-12 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    height: 40%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-2 {
    text-align: left;
    margin-top: 0;
    padding: 100px 0;
  }

  .footer-flex-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .footer-heading, .footer-link {
    font-size: 1em;
  }

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

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

  .top-section {
    height: 95vh;
    padding-bottom: 0;
  }

  .bg {
    background-image: linear-gradient(85deg, #f5f5f5 14%, #f7f7f7d6 39%, #fff0);
  }

  .wrapper2 {
    width: 100%;
  }

  .heading-19 {
    font-size: 3em;
  }

  .heading-19._2 {
    font-size: 1.1em;
  }

  .heading-19.main {
    font-size: 2em;
    display: none;
  }

  .heading-19.main.mobile {
    width: auto;
    margin-bottom: 0;
    font-size: 1.8em;
    display: block;
  }

  .heading-19.main.mobile._4 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 2.5em;
  }

  .heading-19.main.mobile._4.work {
    text-align: center;
  }

  .heading-19.main.home {
    display: none;
  }

  .heading-19.name {
    font-size: 3em;
  }

  .copy {
    width: 100%;
    padding-top: 0;
    padding-left: 1.5em;
  }

  .copy._4, .copy._4.extra {
    display: none;
  }

  .badge {
    flex: 0 auto;
    margin-right: 0;
    position: relative;
  }

  .badge._2 {
    width: auto;
    height: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .heading-20 {
    font-size: 1em;
  }

  .heading-20._2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.2em;
  }

  .text-block-66 {
    text-align: center;
  }

  .text-block-66._2 {
    text-align: center;
    font-size: .7em;
  }

  .text-block-67 {
    text-align: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2em;
  }

  .award-2 {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: auto;
    margin: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-158 {
    width: 10em;
    height: 6em;
    top: auto;
    left: auto;
  }

  .div-block-158._3 {
    width: 8em;
    height: 6em;
  }

  .div-block-158._1, .div-block-158._2 {
    width: 8em;
    height: 8em;
  }

  .div-block-158._4 {
    width: 8em;
    height: 6em;
  }

  .div-block-158._5 {
    width: 8em;
    height: 8em;
  }

  .div-block-158._6 {
    width: 9em;
    height: 6em;
  }

  .awards-rail.mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-5 {
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
    font-size: 1em;
  }

  .policy {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-69 {
    text-align: left;
    width: 100%;
    line-height: 1.4;
  }

  .sign {
    z-index: 1001;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #e6e6e6b3;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .sign.not-mobile {
    display: none;
  }

  .sign.home-mobile {
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    background-color: #f5f5f5b8;
    padding-bottom: 5px;
  }

  .icon._2 {
    background-color: #ffffff4f;
    border-radius: 0% 0 0% 50%;
    width: 80px;
    height: 80px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .casestudy {
    height: 40vh;
  }

  .logo._4 {
    margin-top: 0;
  }

  .logo.case-study {
    width: 6em;
    height: 2em;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .logo.case-study._2 {
    width: 8em;
    height: 4em;
    padding-bottom: 0;
  }

  .play-pause-button {
    width: 80px;
    height: 80px;
    bottom: 5%;
    transform: scale(.8);
  }

  .text-block-72 {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .text-block-72._2 {
    font-size: 1.2em;
  }

  .infoblock {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-10 {
    filter: invert();
  }

  .image-11 {
    filter: invert();
    position: relative;
    left: 2%;
  }

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

  .text-block-73 {
    letter-spacing: .5px;
    font-size: 1em;
  }

  .text-block-73._2 {
    font-size: 1.1em;
  }

  .link-block {
    border-radius: 8px;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    transition: background-color .41s, border-radius .21s;
    position: relative;
  }

  .link-block.inside {
    background-color: var(--sowy-tlo);
    border-radius: 0;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .link-block.inside:hover {
    border-radius: 0;
  }

  .link-block._2 {
    display: none;
  }

  .decorative {
    filter: invert(90%);
    background-position: 0 100%;
    background-size: contain;
    width: 80vw;
    height: 11vh;
    display: none;
    inset: 26% 0% auto 28%;
    transform: rotate(15deg);
  }

  .content-1.projects {
    padding-top: 0;
  }

  .column {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 9em;
  }

  .column.dark {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .column.dl {
    padding-top: 9em;
    padding-bottom: 6em;
  }

  .heading-23 {
    font-size: 3em;
  }

  .top-wrap._3 {
    width: 100%;
  }

  .items-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project {
    border-radius: 0;
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  .project:hover {
    border-radius: 0;
  }

  .project.right {
    border-radius: 0;
    width: 100%;
  }

  .project.right:hover {
    border-radius: 0;
  }

  .project.left {
    border-radius: 0;
    width: 100%;
    padding-top: 0;
  }

  .project.left:hover {
    border-radius: 0;
  }

  .text-block-74 {
    font-size: 1.2em;
  }

  .heading-24, .heading-24.white {
    font-size: 2em;
  }

  .title-projects {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
    padding-bottom: 20px;
  }

  .title-projects.cs {
    width: 100%;
    padding-bottom: 20px;
  }

  .text-block-75 {
    font-size: 1.2em;
  }

  .text-block-75.white {
    color: var(--light-grey);
  }

  .project_image {
    height: 40vh;
    position: relative;
  }

  .sign-brand {
    background-size: 8em;
    height: 50px;
    margin-top: 10px;
    left: auto;
  }

  .sign-brand.w--current {
    height: 60px;
    padding-bottom: 0;
    padding-left: 0;
    left: auto;
  }

  .sign-brand.open {
    opacity: 0;
    display: none;
    position: absolute;
  }

  .copy-wrap {
    flex-flow: column;
  }

  .indicator._2.menu {
    display: none;
  }

  .mission-statement {
    width: 95%;
  }

  .mobile-wrap1 {
    flex-flow: wrap;
    width: 100%;
    height: 25em;
  }

  .award-img {
    width: 50%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navlink {
    box-shadow: none;
    color: var(--black2);
    letter-spacing: 1px;
    justify-content: flex-start;
    align-items: center;
    height: 3.5em;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .navlink.w--current {
    color: var(--black2);
  }

  .navlink._1 {
    background-color: var(--sowy-tlo);
    box-shadow: none;
    color: var(--black2);
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 2em;
    font-weight: 400;
    display: none;
  }

  .navlink._1.home {
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.8em;
    font-weight: 400;
    display: flex;
  }

  .navlink._1.home.only-mainpage {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .navlink._1.work {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.8em;
    display: flex;
  }

  .navlink._1.work.only-mainpage {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .navlink.middle, .navlink.bottom {
    box-shadow: none;
  }

  .navbar-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    position: fixed;
    inset: 0 0% auto auto;
  }

  .container {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    z-index: 2;
    background-color: #fff0;
    width: 100%;
    height: 100vh;
    box-shadow: 0 18px 40px #0003;
  }

  .menu-button {
    z-index: 5;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .icon-12 {
    display: none;
  }

  .wrap-nav {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    position: relative;
  }

  .cover {
    background-color: var(--sowy-tlo);
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: -10px 0% auto;
  }

  .cover._2 {
    background-color: var(--black2);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 0;
    height: 60px;
    padding: 18px 0;
    inset: 0% 0% auto auto;
  }

  .header-section {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    height: auto;
    margin-top: 0;
    padding-top: 25vh;
    padding-bottom: 6em;
  }

  .header-section.work {
    height: auto;
    margin-top: 0;
    padding-top: 25vh;
  }

  .title-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .title-wrapper.white {
    padding-left: 0;
  }

  .title-wrapper.case {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .title-wrapper.case.work {
    width: 90%;
    margin-top: 40px;
  }

  .skills-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    padding-left: 2em;
    padding-right: 2em;
  }

  .top-wrapper.work {
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-block-76 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .project-details {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .project-details.clients {
    width: auto;
  }

  .button-2 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-left: 12px;
    bottom: auto;
  }

  .img, .img._1 {
    height: 40vh;
  }

  .img._3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    height: 90vh;
  }

  .img.smaller {
    height: 60vh;
  }

  .img.smaller.video {
    height: 40vh;
  }

  .img.smaller._3 {
    background-position: 0 0;
    height: 40vh;
  }

  .img.smaller._4 {
    height: 40vh;
  }

  .img.smaller._7 {
    background-image: url('../images/image-78-2-1_1image 78 (2) (1).avif'), linear-gradient(#000, #000);
    background-position: 0%, 0 0;
    background-size: cover, auto;
    height: 40vh;
  }

  .img.smaller._5 {
    background-color: var(--white);
    background-size: contain;
    border-radius: 16px;
    height: 40vh;
  }

  .img.type2 {
    height: 77vh;
  }

  .img.type3 {
    background-image: url('../images/image-77-1.png');
    background-position: 50%;
    background-size: contain;
    width: 100%;
    height: 60vh;
    left: auto;
  }

  .img.with-text {
    height: 60vh;
  }

  .img.massive {
    background-position: 30%;
    background-size: cover;
    height: 90vh;
  }

  .img.video {
    height: 40vh;
  }

  .img._5 {
    background-color: var(--white);
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .img._6 {
    background-image: url('../images/week-mobile-1.png');
    height: 60vh;
  }

  .img._7 {
    height: 35vh;
  }

  .img._8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 240vh;
    margin-top: 4em;
  }

  .img._8._2 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    height: 200vh;
  }

  .img._9 {
    background-position: 100%;
    background-size: contain;
    width: 100%;
    height: 65vh;
    top: 90px;
    right: 100px;
  }

  .img._12 {
    height: 60vh;
  }

  .img._13 {
    height: 40vh;
  }

  .img.summary {
    height: auto;
  }

  .img._15 {
    background-position: 0%;
    background-size: cover;
    width: 80%;
    height: 70vh;
    left: 81px;
  }

  .img._16 {
    background-image: url('../images/Mockup-iphonesall.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    display: block;
  }

  .img._17 {
    background-size: cover;
    height: 40vh;
  }

  .img._18 {
    background-position: 50%;
    background-size: cover;
    height: 40vh;
  }

  .img._19 {
    background-position: 0%;
    background-size: cover;
    height: 60vh;
  }

  .img._20 {
    background-position: 47% 0;
    background-size: cover;
    height: 60vh;
  }

  .img._21 {
    height: 30vh;
  }

  .img._22 {
    background-image: url('../images/row.avif');
    background-size: contain;
    height: 160vh;
  }

  .img._23 {
    height: 30vh;
  }

  .img._24 {
    background-position: 0%;
    background-size: cover;
    height: 25vh;
  }

  .img._25 {
    background-size: cover;
    height: 60vh;
  }

  .img._26 {
    background-position: 0%;
    background-size: cover;
    height: 60vh;
  }

  .img._27 {
    height: 40vh;
  }

  .img._29 {
    background-position: 0%;
    background-size: cover;
    height: 50vh;
  }

  .img._30 {
    height: 40vh;
  }

  .img._31 {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 60vh;
    top: auto;
    left: auto;
  }

  .img._32 {
    background-size: cover;
    height: 40vh;
  }

  .img._33, .img._34, .img._35 {
    height: 25vh;
  }

  .img._36 {
    background-position: 0%;
    background-size: cover;
    height: 40vh;
  }

  .img._37 {
    height: 30vh;
  }

  .img._38 {
    background-position: 50%;
    background-size: cover;
    height: 30vh;
  }

  .img._39 {
    background-position: 5%;
    background-size: cover;
    height: 60vh;
  }

  .img._40 {
    background-size: cover;
    height: 25vh;
  }

  .img._41 {
    background-position: 45%;
    background-size: cover;
    height: 60vh;
  }

  .img._42 {
    height: 30vh;
  }

  .img._43 {
    background-position: 100%;
    height: 40vh;
  }

  .image-wrapper {
    padding: 0 0 4em;
  }

  .image-wrapper._2 {
    flex-flow: column;
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .image-wrapper._2.illustration {
    position: relative;
    right: auto;
  }

  .image-wrapper._2.illustration._3d {
    padding-top: 2em;
    position: relative;
  }

  .image-wrapper._2.fullwidth-onmobile, .image-wrapper._3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper._3.swaped {
    padding: 0 0 4em;
  }

  .image-wrapper.slider-mobile {
    background-color: #000;
    display: block;
  }

  .image-wrapper.slider {
    display: none;
  }

  .image-wrapper.ipad {
    padding-top: 4em;
    overflow: hidden;
  }

  .image-wrapper.phones {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .copy-section {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    padding: 6em 2em;
    display: flex;
  }

  .copy-section._2 {
    flex-flow: column;
    padding: 6em 2em 4em;
  }

  .copy-section._2.transparent-bg {
    padding-top: 6em;
    padding-bottom: 2em;
  }

  .copy-section._2.transparent-bg.illustration {
    height: auto;
    padding: 8em 0 2em;
  }

  .copy-section._2.vertical {
    flex-flow: column;
  }

  .copy-section._3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    align-items: center;
  }

  .copy-section._3.swap {
    flex-flow: column;
  }

  .copy-section._3.spacier {
    flex-flow: column;
    padding-left: 2em;
    padding-right: 2em;
  }

  .copy-section._3.less-space {
    padding-top: 4em;
  }

  .copy-section._3.virgin {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    padding-bottom: 6em;
  }

  .copy-section.other-projects {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    padding: 6em 0;
  }

  .copy-section._4 {
    padding-top: 6em;
  }

  .copy-section.twopointo, .copy-section.twopointo.small {
    padding-left: 0;
    padding-right: 0;
  }

  .copy-section._5 {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .copy-section.work {
    padding-top: 6em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .paragraph-7 {
    font-size: 1.3em;
    line-height: 1.6;
  }

  .paragraph-7.brief {
    font-size: 2.5em;
  }

  .paragraph-7._2 {
    width: auto;
    height: auto;
    font-size: 1.2em;
  }

  .paragraph-7.stuff, .paragraph-7.ref-ia {
    width: 100%;
  }

  .paragraph-7.virgin {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1em;
  }

  .heading-25 {
    justify-content: flex-start;
    align-items: center;
    font-size: 2.5em;
    display: flex;
  }

  .heading-25._2 {
    font-weight: 400;
    display: block;
  }

  .heading-25._2.white {
    color: var(--sowy-tlo);
    text-align: center;
    font-weight: 300;
  }

  .heading-25._3 {
    justify-content: center;
    align-items: center;
    font-size: 2em;
  }

  .heading-25.bold {
    justify-content: flex-start;
    align-items: center;
    font-size: 2em;
  }

  .heading-25.no-br {
    display: none;
  }

  .heading-25.br {
    display: block;
  }

  .heading-25.final {
    justify-content: center;
    align-items: center;
  }

  .copy-wrapper {
    padding-right: 0;
  }

  .copy-wrapper.wide {
    width: 100%;
    padding-right: 0;
  }

  .copy-wrapper.wide._2-copy {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .copy-wrapper._2 {
    width: 100%;
    padding-right: 0;
  }

  .copy-wrapper._2.virgin.second {
    padding-left: 2em;
    padding-right: 2em;
  }

  .copy-wrapper._3 {
    width: 100%;
    padding-right: 0;
  }

  .copy-wrapper._3.twopoint {
    padding-left: 2em;
    padding-right: 2em;
  }

  .copy-wrapper._5 {
    width: 100%;
    padding-right: 0;
  }

  .background-video {
    height: 40vh;
  }

  .item {
    background-image: url('../images/aspect-1-mobile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    height: 25vh;
    display: none;
  }

  .item._2 {
    background-image: url('../images/aspect-2-mobile.jpg');
    display: flex;
  }

  .item._3 {
    background-image: url('../images/aspect-3-mobile_1aspect-3-mobile.avif');
    display: flex;
  }

  .item.ds2 {
    display: flex;
  }

  .line-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .case-study {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    text-decoration: none;
    display: flex;
  }

  .case-study:hover {
    border-radius: 0;
  }

  .other-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    width: 100%;
    height: auto;
    display: none;
  }

  .other-wrap._2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    height: auto;
    display: flex;
  }

  .other-wrap._2.work {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    height: auto;
  }

  .img-more-cs {
    background-image: linear-gradient(358deg, var(--black2) 8%, #00000036 30%), url('../images/jlr-bg_1jlr-bg.avif');
    filter: none;
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 0;
    width: 100%;
    height: 40vh;
    position: relative;
    inset: 0%;
  }

  .img-more-cs._2 {
    background-image: linear-gradient(0deg, var(--black2) 1%, #0f0f0f36 32%), url('../images/va-bg2_1va-bg2.avif');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 0;
  }

  .img-more-cs._2.work {
    background-image: url('../images/va-bg2_1va-bg2.avif');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    position: relative;
  }

  .img-more-cs._3.work {
    background-image: linear-gradient(358deg, var(--lime-green), #00c0061c 29%), url('../images/Zrzut-ekranu-2025-03-09-145807_1Zrzut ekranu 2025-03-09 145807.avif');
    background-position: 0 0, 90%;
    position: relative;
  }

  .img-more-cs._4.work {
    background-image: url('../images/orange-bg2_1orange-bg2.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .img-more-cs._1 {
    background-image: linear-gradient(0deg, var(--black2), #0000001a 32%), url('../images/vx-bg3_1vx-bg3.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 40vh;
  }

  .img-more-cs._1.work {
    background-image: url('../images/vx-bg3_1vx-bg3.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
  }

  .img-more-cs.work {
    background-image: url('../images/jlr-bg_1jlr-bg.avif');
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    position: relative;
  }

  .img-more-cs._5.work {
    background-image: url('../images/citi-bg2_1citi-bg2.avif');
    position: relative;
  }

  .img-more-cs._6.work {
    background-image: url('../images/hiking_1hiking.avif');
    position: relative;
  }

  .img-more-cs._7.work {
    background-image: url('../images/stage2-2-of-1_1stage2 (2 of 1).avif');
    background-position: 50%;
  }

  .img-more-cs._8.work {
    background-image: url('../images/comedown-lamp-1_1comedown lamp 1.avif');
  }

  .indicator-2 {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .indicator-2._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrap, .text-wrap._2 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    width: 100%;
  }

  .text-wrap._3.dark {
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-wrap._3.virgin {
    width: 100%;
    margin-left: 0;
  }

  .link-nav-wrapper {
    background-color: var(--sowy-tlo);
    flex-flow: column;
    display: flex;
  }

  .menu-open {
    z-index: 1;
    width: 30px;
    height: 30px;
    margin: auto;
    position: relative;
    inset: 0%;
  }

  .link-block-2, .link-block-2._1 {
    display: none;
  }

  .protection-glass {
    z-index: 1000;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #fcfcfc03;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-close {
    z-index: 2;
    filter: invert();
    width: 30px;
    height: 30px;
    margin: auto;
    display: none;
    position: relative;
    inset: 0%;
  }

  .go-back-up {
    bottom: 5%;
    right: 5%;
  }

  .text-link-wrap.dark {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-link-wrap.mobile {
    width: 100%;
  }

  .text-block-78 {
    text-align: center;
    font-size: 1em;
    font-style: italic;
    font-weight: 400;
  }

  .text-block-78.left {
    font-size: .8em;
  }

  .div-block-183 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-183.sapced {
    justify-content: space-between;
  }

  .div-block-183._2 {
    padding-right: 10px;
  }

  .div-block-183._3 {
    top: -41px;
  }

  .div-block-183.virgin {
    margin-top: 0;
  }

  .slide-nav-10 {
    width: 100%;
    display: none;
  }

  .left-arrow-11 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .right-arrow-11 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
  }

  .centre-wrap {
    padding-bottom: 0;
  }

  .background-video-2 {
    display: none;
  }

  .image-slider {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
  }

  .image-slider._1 {
    background-image: url('../images/ipad-mobile-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-slider._2 {
    background-image: url('../images/image-4-VZ.jpg');
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-slider._3 {
    background-image: url('../images/desktop-1.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }

  .image-slider._4 {
    background-image: url('../images/tablet-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .image-slider._5 {
    background-image: url('../images/mobile-3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .image-slider._6 {
    background-image: url('../images/mobile-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .image-slider._7 {
    background-image: url('../images/mobile-5.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .image-slider._8 {
    background-image: url('../images/mobile-6.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .image-slider._9 {
    background-image: url('../images/mobile-7.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .image-slider._10 {
    background-image: url('../images/mobile-8.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .wrap {
    width: 100%;
  }

  .wrap.type2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .wrap.type2.margin {
    padding-right: 10px;
  }

  .wrap.type2.lottie {
    display: none;
  }

  .wrap.type2.ipads {
    width: 120%;
  }

  .wrap.type3 {
    width: 100%;
  }

  .div-block-185 {
    flex-flow: column;
    width: 100%;
    height: 50%;
  }

  .div-block-186 {
    background-image: url('../images/ia-new-2_1ia new (2).avif');
    background-position: 40%;
    background-size: contain;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-186._2 {
    background-image: url('../images/ia-new-1_1.png');
    background-position: 50%;
    background-size: cover;
    height: 100%;
    margin-left: 0;
  }

  .arrow-wrap {
    display: none;
    left: 40%;
  }

  .arrow-wrap._2 {
    left: 1%;
  }

  .progress-scrollline {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 70px;
  }

  .background-video-3 {
    display: block;
  }

  .text-block-79 {
    color: var(--black2);
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1.1em;
    font-weight: 900;
    line-height: 1em;
    display: block;
  }

  .text-block-79._2 {
    position: relative;
  }

  .phone-still {
    width: 100%;
    height: 33%;
    bottom: 0%;
  }

  .phone-still._2 {
    width: 100%;
  }

  .phone-still._2.virign {
    width: 65%;
    height: 30%;
    bottom: auto;
  }

  .phone-still._3 {
    bottom: 0%;
  }

  .phone-still._3.virgin, .phone-still.virgin {
    width: 65%;
    height: 30%;
    bottom: auto;
  }

  .sticky {
    background-color: #0000;
    top: 15em;
  }

  .space-holder {
    height: 210vh;
    display: none;
  }

  .tile {
    width: 15em;
    height: 30%;
  }

  .tile-wrap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .tile-wrap._2 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .lottie-animation-5 {
    width: 250%;
    height: 60vh;
    position: relative;
    left: 78%;
  }

  .div-block-189 {
    height: auto;
  }

  ._20-blocks {
    border-radius: 0;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  ._20-blocks._2 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._20-blocks._2.smaller {
    flex-flow: column;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 0;
  }

  ._20-blocks._1 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._20-blocks._3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    padding: 2em 10px;
  }

  ._20-blocks._4 {
    flex-flow: column;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  ._20-blocks._5 {
    flex-flow: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  ._20-blocks._6 {
    height: 65%;
    padding-top: 25px;
  }

  .text-flex {
    width: 100%;
    height: auto;
    padding: 2em;
  }

  .text-flex._2, .text-flex._3 {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-flex._4 {
    width: 100%;
    height: 60%;
  }

  .text-flex._5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20vh;
  }

  .text-flex._6 {
    position: relative;
  }

  .lottie-frame._2 {
    width: 100%;
    height: 40vh;
  }

  .lottie-frame._3 {
    background-image: url('../images/Pre-comp-1_00012.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 70vh;
  }

  .lottie-frame._3.wires {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 65vh;
  }

  .lottie-frame._4 {
    width: 100%;
    height: 40vh;
  }

  .lottie-frame._5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40%;
  }

  .lottie-frame._6 {
    width: 90%;
    height: 60vh;
  }

  .lottie-frame._7 {
    width: 100%;
    height: 75vh;
  }

  .lottie-frame._8 {
    background-image: url('../images/anim-ai-search-ask_00180.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 40vh;
  }

  .lottie-frame._10 {
    background-position: 0%;
    background-size: cover;
    height: 70vh;
    left: 10px;
  }

  .lottie-animation-6._2 {
    height: 100%;
  }

  .lottie-animation-6._3.asktext, .lottie-animation-6._3.dashboard {
    display: none;
  }

  .lottie-animation-6._6 {
    height: 120%;
  }

  .vertical-column-wrap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 100%;
  }

  .vertical-column-wrap.horizontal {
    height: 40%;
  }

  .vertical-column-wrap.horizontal._2 {
    justify-content: center;
    align-items: center;
    height: 60%;
  }

  .line-20.vertical {
    height: auto;
  }

  .line-20.grid {
    flex-flow: column;
    height: auto;
  }

  .line-20.grid._2 {
    height: auto;
  }

  ._20-img {
    width: 120px;
    height: 150px;
  }

  ._20-img._2 {
    width: 120px;
  }

  .text-block-82 {
    display: none;
  }

  .div-block-194 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-204 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 0;
  }

  .div-block-210 {
    background-size: contain;
    height: 160%;
    margin-bottom: 0;
  }

  .client-logo {
    width: 110px;
    height: 8em;
  }

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

  .section {
    grid-row-gap: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .tag {
    bottom: -2%;
  }

  .arrow-go {
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px 10px 0;
    display: flex;
    position: relative;
  }

  .the-arrow {
    filter: invert();
    background-image: url('../images/thearrowgo.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .the-arrow.work {
    filter: none;
    display: flex;
  }

  .wrappap {
    flex-flow: column;
  }

  .movy-graphic-wrap {
    justify-content: center;
    align-items: flex-start;
    height: 75vh;
    margin-top: 15%;
  }

  .badge-2 {
    width: 100%;
    height: auto;
    left: auto;
  }

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

  .shadow-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
  }

  .swapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-11 {
    height: 80%;
  }

  .centerer {
    justify-content: center;
    align-items: center;
    height: 90%;
  }

  .right-arrow-12 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 12%;
    margin-top: auto;
    margin-bottom: 0;
    position: relative;
  }

  .wrap-buttons {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .div-block-214 {
    width: 80%;
  }

  .text-span-10 {
    font-size: .7em;
  }

  .slider-12 {
    display: none;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}