@font-face {
  font-family: Thermal VF;
  src: url('../fonts/ThermalVariable.otf') format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thermal Italic VF;
  src: url('../fonts/ThermalItalicVariable.otf') format("opentype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Romans Story;
  src: url('../fonts/Romans-Story.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #fff9ee;
  --green: #889981;
  --bippen-warm: #e4c095;
  --dark: #242424;
  --transparent: #0000;
  --bippen-green: #4b524a;
  --dark-overlay: #171717;
  --dark-faded: #4c4a48;
  --white: white;
  --greycliff-font: greycliff-cf, sans-serif;
  --black: black;
  --bippen-cream: #f4efe7;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hdng;
  font-size: 160px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hdng;
  font-size: 135px;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hdng;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hdng;
  font-size: 75px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hdng;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}

p {
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

a {
  color: var(--cream);
  font-family: greycliff-cf, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 40px;
  font-family: Inter;
}

li {
  margin-bottom: 15px;
}

blockquote {
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: var(--green);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 20px 25px;
  font-family: Inter;
  font-size: 16px;
  line-height: 1.2em;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1728px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.brand {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.brand:hover {
  text-decoration: none;
}

.brand.w--current {
  color: var(--bippen-warm);
  font-family: greycliff-cf, sans-serif;
  font-weight: 700;
}

.nav-menu-left, .nav-menu-right {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  display: flex;
  position: static;
  overflow: visible;
}

.nav-menu:hover {
  text-decoration: none;
}

.link-list-el-2 {
  text-shadow: 0 1px 3px #0006;
  color: inherit;
  padding: 10px 20px;
  font-family: greycliff-cf, sans-serif;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  display: inline-block;
}

.link-list-el-2:hover {
  color: var(--cream);
  text-decoration: none;
}

.link-list-el-2.dublicate {
  position: absolute;
  top: 100%;
}

.nav-link-el-container-2 {
  color: var(--cream);
  text-transform: lowercase;
  flex-flow: column;
  font-weight: 200;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-el-container-2:hover {
  color: var(--cream);
  text-decoration: none;
}

.nav-link-el-container-2.w--current {
  font-family: greycliff-cf, sans-serif;
}

.nav {
  background-color: var(--transparent);
  color: var(--cream);
  border-bottom: 1px #0000001a;
  padding: 25px 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.body-container {
  background-color: var(--bippen-green);
  color: var(--cream);
  letter-spacing: normal;
  mix-blend-mode: normal;
  padding-bottom: 20px;
  font-family: greycliff-cf, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.airframe-link {
  color: var(--green);
  font-style: italic;
  text-decoration: underline;
}

.footer {
  z-index: 2;
  background-color: var(--transparent);
  color: var(--cream);
  border-radius: 10px;
  margin: 20px 30px 0;
  position: relative;
}

.footer-signature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: block;
}

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

.wrapper {
  color: inherit;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.wrapper.hero {
  z-index: 2;
  text-align: center;
  width: 70%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.wrapper.relative {
  position: relative;
}

.wrapper.wrapper-thin {
  max-width: 991px;
}

.wrapper.bottompad60 {
  padding-bottom: 60px;
}

.wrapper.toppad80 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.wrapper.toppad80._800-width {
  max-width: 800px;
  padding-bottom: 100px;
}

.footer-credentials {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--cream);
  flex-flow: column;
  display: flex;
}

.footer-links {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  color: var(--cream);
  text-align: left;
  text-transform: lowercase;
  flex-flow: wrap;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 200;
  display: flex;
}

.webflow-link {
  color: var(--green);
  font-style: italic;
  text-decoration: underline;
}

.footer-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0e0e0d;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.footer-link {
  color: var(--cream);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--green);
}

.footer-link.w--current {
  font-family: greycliff-cf, sans-serif;
  font-size: 14px;
}

.message-form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--dark-overlay);
  border-radius: 5px;
}

.list-el-checkmark {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.button-red-text {
  z-index: 2;
  color: var(--cream);
  position: relative;
}

.section-styleguide {
  line-height: 1.2em;
  font-size: inherit;
  border: 1px #ffffff26;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-p-regular {
  margin-bottom: 30px;
  font-family: greycliff-cf, sans-serif;
}

.text-h6-marked {
  color: #d64e29;
  text-transform: uppercase;
  font-family: greycliff-cf, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.text-h6-marked.h6-marked {
  color: var(--green);
  font-family: greycliff-cf, sans-serif;
}

.style-inputs {
  margin-bottom: 50px;
}

.style-fonts {
  color: inherit;
  margin-bottom: 50px;
}

.error-message {
  background-color: var(--dark);
  color: var(--green);
  border-radius: 5px;
}

.input {
  background-color: var(--cream);
  color: var(--cream);
  border: 1px solid #171717;
  border-radius: 8px;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
}

.input:hover {
  border-style: solid;
  border-color: var(--green);
}

.input:focus {
  border-color: var(--green);
}

.input::placeholder {
  color: var(--dark-faded);
  font-size: 16px;
  line-height: 1em;
}

.text-h1-extra {
  opacity: 1;
  color: #fff9ee;
  text-transform: none;
  font-family: greycliff-cf, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1em;
}

.button {
  background-color: var(--cream);
  color: var(--dark);
  text-transform: capitalize;
  border-radius: 300px;
  padding: 21px 35px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.button:hover {
  text-decoration: none;
  transform: scale(1.08);
}

.button.button-red {
  background-color: var(--green);
  color: #0e0e0d;
}

.button.button-red:focus {
  border: 1px #d64e29;
}

.button.button-light {
  border: 1px solid var(--cream);
  color: var(--cream);
  background-color: #0000;
}

.style-button-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  display: block;
}

.button-light-text {
  z-index: 2;
  color: var(--cream);
  position: relative;
}

.wrapper-2 {
  color: inherit;
  width: 100%;
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 20px;
}

.wrapper-2.wrapper-thin {
  max-width: 860px;
}

.message-form-wrap {
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.form-error-text {
  color: var(--green);
  text-align: center;
}

.feature-block-checmarks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 70px;
  margin-bottom: 0;
  display: flex;
}

.text-p-faded {
  opacity: 1;
  color: var(--dark-faded);
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
}

.list-el-checkmark-text {
  margin-top: 1px;
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.html-embed {
  display: block;
}

.list-el-checkmark-img {
  align-self: flex-start;
  padding-top: 5px;
  padding-right: 10px;
}

.style-hero {
  text-align: center;
  margin-bottom: 100px;
}

.text-h5 {
  font-family: greycliff-cf, sans-serif;
  font-size: 27px;
  line-height: 32px;
}

.button-text {
  z-index: 2;
  color: var(--dark);
  font-weight: 700;
  position: relative;
}

.message-form-container {
  max-width: 760px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-divider {
  background-color: #171717;
  width: 100%;
  max-width: 350px;
  height: 1px;
  margin: 50px auto;
  padding-bottom: 0;
}

.text-uppercase {
  color: var(--cream);
  text-align: left;
  text-transform: uppercase;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600;
}

.text-uppercase.text-h1-extra {
  margin-bottom: -65px;
}

.textarea {
  background-color: var(--cream);
  color: var(--cream);
  border: 1px solid #171717;
  border-radius: 8px;
  min-height: 200px;
  padding: 30px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.textarea:hover {
  border-style: solid;
  border-color: var(--green);
}

.textarea:focus {
  border-color: var(--green);
}

.textarea::placeholder {
  color: var(--dark-faded);
  font-size: 16px;
  font-weight: 400;
}

.submit-button {
  background-color: var(--green);
  text-transform: capitalize;
  border-radius: 150px;
  padding: 21px 75px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.submit-button:hover {
  transform: scale(1.04);
}

.button-arrow-container {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 4px;
}

.text-p-small {
  color: var(--cream);
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-p-small.text-p-faded.name {
  margin-top: 15px;
}

.section-changelog {
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.changelog-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #171717;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.release-headlinne {
  margin-top: 0;
  margin-bottom: 0;
}

.text-no-camelcase {
  text-transform: none;
  font-family: greycliff-cf, sans-serif;
}

.licensing-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

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

.licensing-img-example {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.licensing-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-right: 40px;
  display: flex;
}

.section-home-hero {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 60vh;
  max-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50%;
  display: grid;
}

.hero-grid-col-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-text-description {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50%;
  padding-top: 6px;
  padding-bottom: 35px;
  padding-left: 70px;
  display: flex;
}

.hero-text-description.left {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  height: 50%;
  padding: 35px 100px 35px 0;
  display: flex;
}

.hero-description-container {
  max-width: 230px;
  display: none;
}

.hero-description-img {
  width: 40px;
}

.hero-h1 {
  z-index: 3;
  color: var(--cream);
  text-align: right;
  -webkit-text-stroke-color: var(--cream);
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 80px;
  line-height: .85em;
  display: inline-flex;
  position: relative;
}

.hero-h1.dublicate {
  z-index: 3;
  color: var(--cream);
  -webkit-text-stroke-color: var(--white);
  mix-blend-mode: normal;
  line-height: 1em;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
}

.hero-h1.dublicate.right {
  padding-left: 38px;
  line-height: 1em;
  inset: auto auto auto 0%;
}

.hero-h1.right {
  text-align: left;
  padding-left: 38px;
  line-height: 1em;
}

.hero-h1.rightaligned {
  z-index: 3;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 80px;
  display: inline-flex;
}

.hero-h1.rightaligned-copy {
  z-index: 3;
  text-align: center;
  font-size: 120px;
  display: block;
}

.hero-grid-col-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.hero-heading-container {
  text-align: center;
  justify-content: flex-end;
  align-items: flex-start;
  height: 70%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 35px;
  line-height: 1em;
  display: flex;
  position: relative;
}

.hero-heading-container.right {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 300px;
  height: 100%;
}

.hero-grid-col-2 {
  z-index: 2;
  perspective: 1500px;
  position: relative;
}

.hero-main-img {
  z-index: 2;
  object-fit: fill;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  display: none;
  position: relative;
  transform: translate(0);
}

.page-loader {
  z-index: 9999;
  background-color: var(--dark);
  color: var(--dark);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader-img-rounding {
  height: 50px;
}

.body-content-wrapper {
  z-index: 1;
  position: relative;
}

.home-hero-bg-geometry {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.bg-geometry-line {
  background-color: var(--cream);
  opacity: .15;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.bg-geometry-line-circle {
  border: 1px solid var(--cream);
  opacity: .15;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%);
}

.bg-geometry-line-circle.bottom {
  top: 50%;
  bottom: auto;
}

.bg-geometry-line-circle.middle {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}

.section-projects {
  padding-bottom: 100px;
}

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

.project-el {
  border-radius: 10px;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.project-bg-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-bg-overlay {
  z-index: 2;
  background-image: linear-gradient(180deg, #0000, var(--dark-overlay));
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.project-bg-mask {
  z-index: 3;
  background-color: var(--dark-overlay);
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.project-text {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 30px 30px;
}

.project-text-description {
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 100px;
  display: flex;
}

.project-date-type {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.project-el-link {
  cursor: pointer;
  width: 100%;
}

.custom-cursor-container {
  z-index: 9999;
  height: 1px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.custom-cursor {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
  position: absolute;
}

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

.brand-text {
  color: var(--bippen-warm);
  text-align: center;
  text-transform: none;
  font-family: greycliff-cf, sans-serif;
  text-decoration: none;
}

.projects-cta-container {
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.section-feedbacks {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.feedbacks-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0%;
  display: flex;
}

.feedbacks-text {
  z-index: 3;
  background-color: var(--dark);
  text-align: left;
  border-bottom: 1px solid #fff9ee33;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.feedbacks-slider-container {
  z-index: 2;
  position: relative;
}

.feedbacks-slider {
  background-color: #0000;
  height: auto;
  overflow: visible;
}

.feedbacks-slider-mask {
  width: 350px;
  padding: 0;
  overflow: visible;
}

.feedbacks-slider-left {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
  background-image: url('../images/arrow-left-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .3s;
  top: 50%;
  left: 10px;
  transform: translate(0%, -100%);
}

.feedbacks-slider-left:hover {
  background-color: #00000040;
  border-color: #ffffff4d;
  transform: translate(0%, -100%);
}

.feedbacks-slider-right {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
  background-image: url('../images/arrow-right-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0;
  transition: all .3s;
  top: 50%;
  left: 360px;
  transform: translate(0, -100%);
}

.feedbacks-slider-right:hover {
  background-color: #00000040;
  border-color: #ffffff4d;
}

.slide-nav {
  display: none;
}

.feedback-slide {
  perspective: 1500px;
  width: 350px;
  padding-left: 0;
  padding-right: 10px;
}

.slide-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 600px;
}

.slide-text {
  margin-top: 15px;
  padding-right: 15px;
}

.section-services {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
  overflow: hidden;
}

.services-headline-loop-mask {
  display: block;
  overflow: hidden;
}

.services-headline-loop-container {
  z-index: 3;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
  overflow: visible;
  transform: translate(-56vw);
}

.services-headline-group {
  color: #fff;
  white-space: nowrap;
  background-image: url('../images/suriken.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 100px;
  display: inline-block;
}

.text-marked {
  color: var(--green);
  font-style: normal;
  font-weight: 800;
}

.services-headline-text.text-h1-extra.text-uppercase, .services-headline-text.text-h1-extra.text-uppercase-copy {
  color: var(--bippen-warm);
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 100px;
  line-height: 1em;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-col3-empty {
  height: 0;
}

.services-grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #fff9ee33;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  padding-left: 32px;
  display: block;
}

.services-el {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 1500px;
  cursor: pointer;
  border-bottom: 1px #fff9ee33;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.services-el.hidden {
  display: block;
}

.services-el-name {
  margin-top: 0;
  margin-bottom: 0;
}

.services-el-img {
  object-fit: cover;
  border-radius: 20px;
  width: 260px;
  height: 170px;
  position: absolute;
  top: 50%;
  right: 80px;
  transform: rotate(-10deg)translate(0, -50%);
}

.services-el-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  display: flex;
  position: relative;
}

.services-el-description {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.services-el-name-text {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 40px;
  line-height: 42px;
}

.services-el-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-partners {
  padding-top: 40px;
  padding-bottom: 40px;
}

.partners-text-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.partners-text-icon {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 50px;
  display: flex;
}

.project-text-headline {
  color: var(--bippen-warm);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.project-text-h4 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 30px;
  line-height: 1em;
  display: inline-block;
}

.partnes-list-mask {
  margin-top: 50px;
  overflow: hidden;
  transform: translate(0);
}

.partners-list {
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.partners-el {
  border: 1px solid #fff9ee33;
  border-radius: 50%;
  width: 300px;
  min-width: 300px;
  height: 300px;
  display: inline-block;
}

.partners-el-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.partners-el-img {
  object-fit: fill;
  max-width: 90%;
  max-height: 50%;
  padding: 0;
}

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

.section-cta {
  z-index: 3;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.cta-heading.text-uppercase.text-h1-extra {
  z-index: 1;
  color: var(--green);
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: .8em;
  position: relative;
}

.cta-heading.text-uppercase.text-h1-extra.dublicat {
  z-index: 3;
  mix-blend-mode: color-dodge;
  font-family: greycliff-cf, sans-serif;
  line-height: .8em;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-heading-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta-img-container {
  z-index: 2;
  perspective: 1500px;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.cta-img {
  object-fit: contain;
  border-radius: 20px;
}

.cta-img._450-tall {
  vertical-align: baseline;
}

.cta-button {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.section-about-hero {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-text {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-hero-text-name {
  justify-content: center;
  align-items: flex-end;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.about-hero-photo {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  height: 150px;
  margin-left: 20px;
  margin-right: 20px;
  position: static;
}

.about-hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 90px;
  line-height: 1em;
}

.about-hero-text-description {
  width: 90%;
  max-width: 600px;
  margin-top: 50px;
}

.about-hero-location {
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-hero-photo-container {
  perspective: 1500px;
}

.section-history {
  padding-bottom: 100px;
}

.experience-text {
  color: var(--green);
  padding-top: 20px;
  padding-bottom: 0;
}

.experience-list {
  border-top: 1px solid #fff9ee33;
  margin-top: 50px;
}

.experience-el {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #fff9ee33;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.experience-el-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.experience-el-name-h5 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.section-awards {
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
}

.awards-grid {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.awards-el {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.awards-el.el-2, .awards-el.el-4 {
  justify-content: flex-end;
  align-items: flex-start;
}

.awards-el-photo {
  width: 60%;
  min-width: 60%;
}

.awards-el-photo.el-2 {
  width: 80%;
  min-width: 80%;
}

.awards-el-photo.el-3 {
  width: 70%;
  min-width: 70%;
}

.awards-el-photo.el-4 {
  width: 40%;
  min-width: 40%;
}

.awards-el-text {
  width: 40%;
  min-width: 40%;
  padding-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

.awards-el-text.el-4 {
  text-align: right;
  padding-top: 20px;
}

.awards-el-photo-text {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.awards-bg-geomentry {
  border: 1px solid #fff9ee33;
  border-radius: 50%;
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.metrics-container {
  padding-left: 0%;
}

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

.metrics-el {
  border-top: 1px solid #fff9ee33;
  border-left: 1px solid #fff9ee33;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 50px;
}

.projects-list-container.hiddenwork {
  display: none;
}

.section-project-hero {
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 50px;
  position: relative;
}

.project-heading {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-thumbnail {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 800px;
  margin-top: 50px;
}

.section-project-details {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.project-details-description {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.project-details-outcome {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  line-height: 1.3em;
  display: flex;
}

.project-details-container {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 80%;
  padding-right: 150px;
  font-size: 18px;
  display: flex;
  position: relative;
}

.project-details-bg {
  border: 1px solid #fff9ee33;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vw;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.project-details-bg-img {
  max-width: 40px;
  transform: rotate(0);
}

.project-pictures-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.project-pictures-el {
  border-radius: 20px;
}

.section-projects-hero {
  text-align: center;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 20px;
}

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

.utility-page-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  width: auto;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-contact-hero {
  z-index: 1;
  text-align: center;
  position: relative;
}

.contact-hero-text {
  margin-top: 100px;
  padding-top: 100px;
}

.contact-hero-img {
  object-fit: cover;
  border-radius: 20px;
  width: 250px;
  height: 250px;
  margin-top: -45px;
  position: static;
  transform: rotate(-6deg);
}

.section-contact-form {
  z-index: 2;
  background-color: var(--transparent);
  border-top: 1px #fff9ee33;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--green);
}

.heading-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--bippen-warm);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Thermal Italic VF, Times New Roman, sans-serif;
  font-size: 120px;
  font-weight: 200;
  display: inline-flex;
  position: relative;
  inset: 25% 0% auto;
}

.text-span-4 {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
}

.text-span-5, .text-span-6 {
  color: var(--green);
}

.paragraph {
  max-width: 800px;
  padding-top: 0;
  padding-left: 9px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 200;
  display: none;
  overflow: visible;
}

.paragraph.project-types {
  color: var(--green);
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-3 {
  font-family: greycliff-cf, sans-serif;
  font-size: 40px;
  line-height: 1em;
}

.imagebgfull {
  z-index: 0;
  opacity: .1;
  mix-blend-mode: normal;
  background-image: url('../images/grain.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.imagebgfull.ceremonybgvid {
  opacity: .33;
}

.image {
  margin-left: 10px;
  display: inline-block;
}

.section-whatido {
  z-index: 200;
  background-color: var(--dark);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.paragraph-2 {
  font-family: greycliff-cf, sans-serif;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
}

.services-headline-loop-mask-copy {
  display: none;
  overflow: hidden;
}

.gridblock {
  padding-left: 0;
  padding-right: 0;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.services-grid-empty {
  border-top: 1px #fff9ee33;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-img-container-wid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 1500px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
}

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

.linebreak-container {
  border-top: 1px none var(--bippen-green);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.linebrea-line {
  border-top: 1px solid var(--bippen-green);
}

.heading-4 {
  font-family: greycliff-cf, sans-serif;
  font-size: 26px;
}

.heading-5, .heading-6, .heading-7 {
  font-family: greycliff-cf, sans-serif;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  font-family: greycliff-cf, sans-serif;
  font-weight: 200;
}

.heading-8 {
  font-family: greycliff-cf, sans-serif;
  font-size: 90px;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13 {
  font-family: greycliff-cf, sans-serif;
}

.heading-14 {
  font-family: greycliff-cf, sans-serif;
  position: static;
}

.paragraph-7, .block-quote, .heading-15, .heading-16, .list-item, .list-2, .heading-17, .list-3, .heading-18 {
  font-family: greycliff-cf, sans-serif;
}

.heading-19 {
  font-family: greycliff-cf, sans-serif;
  font-size: 90px;
}

.paragraph-8, .heading-20 {
  font-family: greycliff-cf, sans-serif;
}

.rich-text-block {
  font-family: var(--greycliff-font);
}

.rich-text-block h1, .rich-text-block h2, .rich-text-block h3, .rich-text-block h4, .rich-text-block h5 {
  font-family: greycliff-cf, sans-serif;
}

.rich-text-block p {
  font-size: 18px;
  line-height: 1.4em;
}

.rich-text-block h6 {
  text-transform: none;
}

.text-span-7 {
  font-family: greycliff-cf, sans-serif;
}

.div-block {
  display: none;
}

.heading-1, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .paragraph-9, .block-quote-2, .paragraph-10, .list-4 {
  font-family: greycliff-cf, sans-serif;
}

.paragraph-11 {
  font-family: greycliff-cf, sans-serif;
  font-size: 22px;
}

.list-5, .paragraph-12, .link, .paragraph-13, .bold-text, .paragraph-14, .paragraph-15, .paragraph-16 {
  font-family: greycliff-cf, sans-serif;
}

.section-creativestrategy {
  z-index: 200;
  background-color: var(--dark);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.creativestrategy-title {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.ceremony-header {
  color: var(--bippen-warm);
  text-align: center;
  text-transform: none;
  font-family: greycliff-cf, sans-serif;
  font-size: 80px;
  line-height: 1em;
}

.all-text-defs {
  font-family: var(--greycliff-font);
}

.heading-28, .heading-29 {
  font-family: greycliff-cf, sans-serif;
}

.heading-30 {
  color: var(--bippen-warm);
  font-family: greycliff-cf, sans-serif;
  line-height: .9em;
}

.heading-31, .heading-32, .heading-33 {
  font-family: greycliff-cf, sans-serif;
}

.creativestrategy-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

.section-ceremony-hero {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 70vh;
  margin-top: -90px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ceremony-bg-geometry {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.body-container-ceremony {
  background-color: var(--black);
  color: var(--cream);
  letter-spacing: normal;
  mix-blend-mode: normal;
  padding-bottom: 20px;
  font-family: greycliff-cf, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.main-strip {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-strip.right {
  z-index: 51;
  inset: 0% 0% 0% auto;
}

.hero-interaction {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-overflow-title {
  z-index: 50;
  position: sticky;
  top: 200px;
}

.hero-preview {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-home-flex {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.35;
  display: flex;
  position: static;
}

.main-image {
  width: 22vw;
  height: 27vw;
  min-height: 27vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.main-image.fifth {
  background-image: url('../images/02_TheHighPriestess.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  margin-top: -50vw;
  left: -57vw;
  transform: rotate(-164deg);
}

.main-image.first {
  transform-style: preserve-3d;
  background-image: url('../images/01_TheMagician.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  height: 33vw;
  min-height: 19vw;
  margin-top: -64vw;
  top: -37vh;
  left: -60vw;
  transform: rotateX(15deg)rotateY(9deg)rotateZ(18deg);
}

.main-image.third {
  transform-style: preserve-3d;
  background-image: url('../images/15_TheDevil.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 30vw;
  min-height: 23vw;
  top: 20vh;
  left: 2.3vw;
  transform: rotateX(-1deg)rotateY(-4deg)rotateZ(-7deg);
}

.main-image.sixth {
  background-image: url('../images/08_Strength.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22vw;
  height: 25vw;
  min-height: 25vw;
  margin-bottom: -5vw;
  top: -10.6vh;
  left: -9.6vw;
  transform: rotate(9deg);
}

.main-image.eight {
  transform-style: preserve-3d;
  background-image: url('../images/01_TheMagician.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -150%;
  transform: rotateX(0)rotateY(12deg)rotateZ(0);
}

.main-image.seven {
  transform-style: preserve-3d;
  background-image: url('../images/11_Justice.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
  transform: rotateX(0)rotateY(4deg)rotateZ(-9deg);
}

.main-image.fourth {
  transform-style: preserve-3d;
  background-image: url('../images/03_TheEmpress.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15vw;
  height: 19vw;
  min-height: 0;
  margin-top: -45vw;
  top: 8.8vh;
  left: 48.8vw;
  transform: rotateX(0)rotateY(-1deg)rotateZ(-142deg);
}

.main-image.second {
  transform-style: preserve-3d;
  background-image: url('../images/13_Death.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  height: 33vh;
  min-height: auto;
  top: -19.1vh;
  left: -4.2vw;
  transform: rotateX(-4deg)rotateY(4deg)rotateZ(-9deg);
}

.hero-main-title {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Romans Story, Times New Roman, sans-serif;
  font-size: 30vw;
  font-weight: 400;
  line-height: 1;
}

.hero-wrapper {
  height: 350vh;
  position: relative;
  overflow: visible;
}

.hero-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 3rem;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

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

.hero-images {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 40vh;
  display: flex;
}

.hero-images.right-slide {
  z-index: 25;
  justify-content: center;
  align-items: center;
  inset: 0% 0% 0% auto;
}

.hero-images.left, .top-title-overflow {
  position: relative;
}

.hero-text-wrapper {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70vw;
  display: flex;
  position: static;
}

.hero-first {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.background-video {
  opacity: .21;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.paragraph-17 {
  line-height: 1.4em;
}

.text-block-2 {
  line-height: 1.5em;
}

.text-block-2.paragraph {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 18px;
  font-weight: 200;
  display: block;
  position: relative;
}

.text-block-2.paragraph-copy {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 200;
}

.text-block-2.results-text-block {
  color: var(--green);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  font-size: 16px;
  font-weight: 200;
}

.ceremony-subheader {
  color: var(--green);
  text-align: center;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: greycliff-cf, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.2em;
}

.bold-text-2 {
  color: var(--bippen-warm);
}

.section-gallery {
  z-index: 200;
  background-color: var(--dark);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-2 {
  width: 100%;
  height: auto;
}

.imagecard-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-credits {
  z-index: 200;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.results-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.results-grid-container.hide {
  display: none;
}

.results-grid-item {
  background-color: var(--green);
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-34 {
  color: var(--bippen-warm);
  text-align: center;
  text-transform: none;
  line-height: 1em;
}

.heading-35 {
  text-align: center;
  white-space: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Thermal Italic VF, Times New Roman, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none;
}

.body-container-thrillride {
  background-color: var(--bippen-green);
  color: var(--cream);
  font-family: greycliff-cf, sans-serif;
}

.hero-wrapper-thrillride {
  height: 70vh;
  position: relative;
  overflow: visible;
}

.hero-main-title-toyota {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thermal Italic VF, Times New Roman, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: .9;
  display: none;
  position: relative;
  top: 30%;
}

.imagecard-container-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}

.split-video-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.yt-vid-container {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.project-header {
  color: var(--bippen-warm);
  text-align: center;
  text-transform: none;
  font-family: greycliff-cf, sans-serif;
  font-size: 80px;
  line-height: 1em;
}

.project-header-secondary {
  color: var(--bippen-warm);
  text-align: center;
  text-transform: none;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-family: greycliff-cf, sans-serif;
  font-size: 70px;
  line-height: 1em;
}

.yt-vid-container-split {
  max-width: 800px;
  padding: 10px;
}

.yt-vid-container-copy {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

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

.split-content-columns.three-column {
  grid-template-columns: 1fr 1.5fr 1fr;
}

.content-container-split {
  padding: 0;
}

.creativestrategy-content-wide {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

.imagecard-container-narrow {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta-img-container-wid-narrow {
  z-index: 2;
  perspective: 1500px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/chr-r-tuned.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.spacer-20 {
  height: 20px;
}

.image-div {
  background-image: url('../images/singlechair.jpg');
  background-position: 50%;
  background-size: contain;
}

.project-container {
  line-height: 1em;
}

.project-container.hiddenwork {
  display: none;
}

.flexcolumns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  display: inline-flex;
}

.text-block-4 {
  text-align: center;
  padding-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 38px;
  font-weight: 100;
}

.text-block-5 {
  text-align: center;
  font-size: 38px;
  font-weight: 100;
}

.section-work-hero {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.workheader-wrapper {
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
}

.workheader-wrapper.hero {
  z-index: 2;
  text-align: center;
  width: 70%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.workheader-wrapper.relative {
  position: relative;
}

.workheader-wrapper.wrapper-thin {
  max-width: 991px;
}

.workheader-wrapper.bottompad60 {
  padding-bottom: 60px;
}

.workheader-wrapper.toppad80 {
  padding-top: 60px;
}

.background-video-toponly {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-creativestrategy-fullwidth, .section-gallery-fullwidth {
  z-index: 200;
  background-color: var(--dark);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.single-video {
  padding-top: 10px;
  padding-bottom: 10px;
}

.hiddenarea {
  display: none;
}

.heading-36 {
  color: var(--bippen-warm);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 80px;
  line-height: 1em;
}

.headerthird {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: greycliff-cf, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.headersecond {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: greycliff-cf, sans-serif;
  font-size: 60px;
  font-weight: 100;
}

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

.hero-wrapper-papercuts {
  background-image: url('../images/_0005_Papercuts-thumb.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  position: relative;
  overflow: visible;
}

.div-block-2 {
  background-image: linear-gradient(#0000004d, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.codepen-wrapper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-3, .image-4 {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-3-alreadyover {
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rounded {
  border-radius: 20px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.body-container-papercuts {
  color: var(--cream);
  background-color: #000;
  font-family: greycliff-cf, sans-serif;
}

.video {
  margin-top: 16px;
  margin-bottom: 16px;
}

.background-video-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  max-width: 800px;
  min-height: 500px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.background-video-3 {
  object-fit: fill;
  position: relative;
  inset: 0%;
}

.div-block-3 {
  width: 100%;
  height: 700px;
  position: relative;
}

.image-5 {
  object-fit: contain;
  width: 100%;
  position: relative;
}

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

.body-container-zircon {
  color: var(--cream);
  font-family: greycliff-cf, sans-serif;
}

.body-container-zircontools {
  color: var(--cream);
  background-color: #0f1521;
  font-family: greycliff-cf, sans-serif;
}

.hero-wrapper-zircon {
  background-image: url('../images/_0002_zircon-thumb.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  position: relative;
  overflow: visible;
}

.columns {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.dropshadow {
  filter: drop-shadow(0 2px 6px #0006);
}

.width900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.body-container-fromzero {
  background-color: var(--bippen-green);
  color: var(--cream);
  font-family: greycliff-cf, sans-serif;
}

.hero-wrapper-fromzero {
  height: 40vh;
  position: relative;
  overflow: visible;
}

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.background-video-4 {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.bg-vid-holder {
  margin-left: auto;
  margin-right: auto;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
}

.background-video-udacity {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.grid-6 {
  background-color: #ddd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
}

.hero-wrapper-udacity {
  height: 40vh;
  position: relative;
  overflow: visible;
}

.body-container-alreadyover {
  color: var(--cream);
  background-color: #000;
  font-family: greycliff-cf, sans-serif;
}

.hero-wrapper-muse {
  background-image: url('../images/_0006_muse-thumb.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  position: relative;
  overflow: visible;
}

.body-container-hybridtheory {
  color: var(--cream);
  background-color: #000;
  font-family: greycliff-cf, sans-serif;
}

.hero-wrapper-hybridtheory {
  background-image: url('../images/lp-ht-thumb.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  position: relative;
  overflow: visible;
}

.grid-3-lpht20 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
}

.body-container-meteora {
  color: var(--cream);
  background-color: #000;
  font-family: greycliff-cf, sans-serif;
}

.hero-wrapper-meteora {
  background-image: url('../images/meteora-thumb.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  position: relative;
  overflow: visible;
}

.grid-3-lpmeteora {
  grid-template-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-wrapper-alreadyover {
  background-image: url('../images/_0003_shinoda-thumb.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  position: relative;
  overflow: visible;
}

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

.grid-3-alreadyover-stack {
  grid-template-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-video-5 {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.background-video-6 {
  width: 100%;
  height: 100%;
}

.grid-3-muse {
  grid-template-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-wrapper-unlimitedlove {
  background-image: url('../images/_0004_rhcp-thumb.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  position: relative;
  overflow: visible;
}

.body-container-unlimitedlove {
  color: var(--cream);
  background-color: #000;
  font-family: greycliff-cf, sans-serif;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 205px;
  }

  h2 {
    font-size: 145px;
  }

  h3 {
    font-size: 100px;
  }

  h4 {
    font-size: 90px;
  }

  h5 {
    font-size: 60px;
  }

  h6 {
    font-size: 30px;
    line-height: 1em;
  }

  .brand {
    color: var(--cream);
    text-decoration: none;
  }

  .footer {
    background-color: #0000;
  }

  .wrapper.hero {
    position: relative;
  }

  .wrapper.toppad80 {
    padding-top: 80px;
  }

  .footer-links {
    font-family: greycliff-cf, sans-serif;
  }

  .input {
    color: var(--dark);
  }

  .text-h1-extra {
    font-size: 160px;
  }

  .list-el-checkmark-text {
    font-size: 30px;
  }

  .textarea {
    color: var(--dark);
  }

  .home-hero-grid {
    position: relative;
  }

  .hero-grid-col-1 {
    position: static;
  }

  .hero-h1 {
    line-height: .85em;
  }

  .hero-h1.dublicate {
    color: #f7d0c5;
  }

  .hero-heading-container {
    max-width: 500px;
  }

  .hero-grid-col-2 {
    z-index: 2;
    perspective: 1500px;
    position: relative;
    transform: translate(0);
  }

  .hero-main-img {
    height: 750px;
    display: none;
    position: static;
  }

  .page-loader {
    background-color: var(--dark);
    display: none;
  }

  .body-content-wrapper {
    position: relative;
  }

  .bg-geometry-line, .bg-geometry-line-circle {
    opacity: .2;
  }

  .bg-geometry-line-circle.middle {
    transform: translate(-50%, -50%);
  }

  .projects-list {
    position: relative;
  }

  .project-el {
    height: 500px;
  }

  .project-el-link {
    position: relative;
    top: 0;
  }

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

  .custom-cursor {
    width: 130px;
    height: 130px;
  }

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

  .feedbacks-slider-mask {
    width: 450px;
  }

  .feedbacks-slider-right {
    left: 460px;
  }

  .feedback-slide {
    width: 450px;
  }

  .slide-img {
    height: 730px;
  }

  .section-services {
    background-image: linear-gradient(180deg, var(--dark), #212321 50%, var(--dark));
  }

  .services-grid {
    justify-content: center;
    align-items: center;
    max-width: 1200px;
  }

  .services-grid-content {
    padding-left: 100px;
    padding-right: 0;
  }

  .services-el-img {
    width: 350px;
    height: 230px;
  }

  .project-text-headline {
    padding-top: 20px;
    padding-bottom: 40px;
    display: none;
  }

  .partnes-list-mask {
    margin-left: 0;
  }

  .section-about-hero {
    min-height: 80vh;
  }

  .about-hero-text {
    z-index: 2;
  }

  .about-hero-bg-geometry {
    position: absolute;
    inset: 0%;
  }

  .experience-el {
    grid-auto-columns: 1fr;
  }

  .awards-grid {
    position: relative;
  }

  .awards-el {
    z-index: 2;
    position: relative;
  }

  .awards-el-photo.el-2 {
    width: 70%;
    min-width: 70%;
  }

  .awards-el-photo.el-3 {
    width: 85%;
    min-width: 85%;
  }

  .awards-bg-geomentry {
    border: 1px solid #fff9ee33;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

  .section-metrics {
    padding-top: 150px;
  }

  .metrics-container {
    padding-left: 0%;
  }

  .metrics-el {
    padding-bottom: 35px;
  }

  .project-heading {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .project-thumbnail {
    object-position: 50% 50%;
    height: 900px;
  }

  .project-details-description, .project-details-outcome {
    max-width: 1100px;
  }

  .project-details-bg {
    width: 70vh;
    height: 70vh;
  }

  .project-pictures-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .project-pictures-el {
    border-radius: 20px;
  }

  .project-pictures-list-container {
    z-index: 2;
    position: relative;
  }

  .section-projects-hero {
    text-align: center;
  }

  .utility-page-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: auto;
  }

  .utility-page-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph {
    max-width: 500px;
  }

  .heading-3 {
    font-size: 90px;
  }

  .imagebgfull {
    z-index: 0;
    opacity: .1;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-size: cover;
    background-clip: border-box;
    position: fixed;
  }

  .section-whatido {
    background-image: linear-gradient(180deg, var(--dark), #212321 50%, var(--dark));
  }

  .list {
    font-size: 30px;
    list-style-type: square;
  }

  .section-creativestrategy {
    background-image: linear-gradient(180deg, var(--dark), #212321 50%, var(--dark));
  }

  .section-creativestrategy.page-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .section-creativestrategy.pagebott {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .section-creativestrategy.page-top-copy {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .ceremony-header {
    font-size: 46px;
  }

  .text-block-2.paragraph {
    max-width: 800px;
    padding-bottom: 0;
  }

  .text-block-2.paragraph-copy {
    max-width: 800px;
    padding-bottom: 60px;
  }

  .text-block-2.results-text-block {
    color: var(--green);
    text-align: center;
    max-width: 800px;
    padding-bottom: 60px;
  }

  .section-gallery, .section-credits {
    background-image: linear-gradient(180deg, var(--dark), #212321 50%, var(--dark));
  }

  .project-header {
    font-size: 46px;
  }

  .workheader-wrapper.hero {
    position: relative;
  }

  .workheader-wrapper.toppad80 {
    padding-top: 80px;
  }

  .section-creativestrategy-fullwidth {
    background-image: linear-gradient(180deg, var(--dark), #212321 50%, var(--dark));
  }

  .section-creativestrategy-fullwidth.page-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .section-creativestrategy-fullwidth.pagebott {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .section-creativestrategy-fullwidth.page-top-copy {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .section-gallery-fullwidth {
    background-image: linear-gradient(180deg, var(--dark), #212321 50%, var(--dark));
  }

  .hero-wrapper-papercuts, .hero-wrapper-zircon {
    height: 50vh;
  }

  .columns {
    max-width: 1200px;
  }

  .hero-wrapper-fromzero, .hero-wrapper-udacity, .hero-wrapper-muse, .hero-wrapper-hybridtheory, .hero-wrapper-meteora, .hero-wrapper-alreadyover, .hero-wrapper-unlimitedlove {
    height: 50vh;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 100px;
    line-height: 1.1em;
  }

  h2 {
    font-size: 80px;
    line-height: 1.1em;
  }

  h3 {
    font-size: 70px;
    line-height: 1.1em;
  }

  h4 {
    font-size: 55px;
    line-height: 1.1em;
  }

  h5 {
    font-size: 40px;
    line-height: 1.1em;
  }

  h6 {
    font-size: 27px;
    line-height: 1.1em;
  }

  p {
    font-size: 16px;
  }

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

  .nav-menu-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-menu-right {
    flex-flow: column;
  }

  .nav-link-el-outer-wrapper {
    overflow: hidden;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--dark);
    color: #0e0e0d;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 50px;
    display: block;
    position: absolute;
    top: 0;
  }

  .link-list-el-2 {
    padding: 20px;
    font-size: 40px;
    font-weight: 700;
    display: block;
  }

  .nav-link-el-container-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
  }

  .nav {
    background-color: var(--transparent);
    padding: 20px;
  }

  .nav-mobile-button {
    background-color: #0000;
  }

  .nav-mobile-button.w--open {
    color: #d64e29;
    background-color: #171717;
    border-radius: 50%;
  }

  .body-container {
    font-family: Inter;
  }

  .footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-signature {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
    display: block;
  }

  .wrapper {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.hero {
    width: 95%;
  }

  .footer-credentials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links {
    margin-bottom: 25px;
  }

  .footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 35px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 50px 0;
    display: flex;
  }

  .message-form {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-h6-marked {
    font-size: 18px;
    line-height: 20px;
  }

  .input {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-size: 18px;
  }

  .input::placeholder {
    font-size: 18px;
  }

  .button {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .wrapper-2, .wrapper-2.wrapper-thin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-block-checmarks {
    margin-top: 60px;
  }

  .list-el-checkmark-text {
    font-size: 20px;
  }

  .button-text {
    font-size: 16px;
    font-weight: 600;
  }

  .text-uppercase {
    margin-bottom: -20px;
  }

  .text-uppercase.text-h1-extra {
    margin-bottom: -40px;
  }

  .textarea {
    color: #0e0e0d;
  }

  .textarea::placeholder {
    font-size: 18px;
  }

  .submit-button {
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .button-arrow-container {
    font-size: 16px;
  }

  .section-home-hero {
    min-height: 70vh;
  }

  .home-hero-grid {
    flex-flow: wrap;
    display: flex;
  }

  .hero-grid-col-1 {
    order: -1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .hero-text-description {
    order: 1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 33px;
    padding-top: 10px;
    padding-left: 0;
  }

  .hero-text-description.left {
    order: -1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .hero-description-container {
    text-align: center;
    max-width: 50%;
  }

  .hero-description-img {
    height: auto;
  }

  .hero-h1 {
    z-index: 3;
    text-align: center;
    font-size: 60px;
    line-height: 1em;
  }

  .hero-h1.dublicate {
    text-align: center;
    display: none;
    inset: 0%;
  }

  .hero-h1.dublicate.right {
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .hero-h1.rightaligned {
    font-size: 60px;
  }

  .hero-grid-col-3 {
    order: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
  }

  .hero-heading-container {
    order: 0;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .hero-heading-container.right {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    max-width: 400px;
    padding-bottom: 0;
  }

  .hero-grid-col-2 {
    order: 0;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 116px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .hero-main-img {
    z-index: 1;
    opacity: .38;
    width: 50%;
    height: 100%;
    max-height: none;
    display: none;
  }

  .bg-geometry-line-circle {
    width: 60vh;
    height: 60vh;
  }

  .projects-list {
    grid-row-gap: 20px;
  }

  .project-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .project-text-description {
    text-align: left;
    margin-top: 25px;
    padding-left: 0;
  }

  .project-el-link {
    cursor: pointer;
  }

  .brand-text {
    background-color: #0000;
  }

  .feedbacks-grid {
    display: flex;
  }

  .feedbacks-slider-container {
    padding-bottom: 200px;
  }

  .feedbacks-slider-left {
    transform: translate(0%, -50%);
  }

  .feedbacks-slider-right {
    left: auto;
    transform: translate(0, -50%);
  }

  .slide-text {
    position: absolute;
  }

  .section-services {
    overflow: visible;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    display: flex;
  }

  .grid-col3-empty {
    display: none;
  }

  .services-grid-content {
    padding-left: 10px;
  }

  .services-el-img {
    display: none;
  }

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

  .services-el-name-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-el-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .partners-text-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .project-text-h4 {
    padding-bottom: 30px;
  }

  .partners-el {
    width: 250px;
    min-width: 250px;
    height: 250px;
  }

  .partners-el-container {
    padding: 10px;
  }

  .cta-img-container {
    margin-top: -70px;
  }

  .cta-img {
    border-radius: 20px;
  }

  .about-hero-h1 {
    font-size: 70px;
  }

  .experience-el {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section-awards {
    overflow: hidden;
  }

  .awards-grid {
    flex-flow: column;
    display: flex;
  }

  .awards-bg-geomentry {
    width: 120vw;
    height: 120vw;
  }

  .section-metrics {
    overflow: hidden;
  }

  .metrics-content {
    flex-flow: column;
    display: flex;
  }

  .metrics-el {
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .project-heading {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .project-thumbnail {
    object-fit: cover;
    height: 500px;
    min-height: 400px;
  }

  .project-details-container {
    padding-right: 0;
  }

  .project-details-bg {
    width: 30vw;
    height: 30vw;
  }

  .project-pictures-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 15px;
    font-size: 90px;
    inset: 0%;
  }

  .section-whatido {
    overflow: visible;
  }

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

  .list {
    align-self: center;
    padding-left: 40px;
    padding-right: 0;
    font-size: 20px;
  }

  .cta-img-container-wid {
    margin-top: 0;
    padding-left: 0;
  }

  .heading-19 {
    font-size: 60px;
  }

  .section-creativestrategy {
    overflow: visible;
  }

  .body-container-ceremony {
    font-family: Inter;
  }

  .main-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .main-image.fifth {
    width: 20vw;
    height: 30vw;
    left: -65vw;
  }

  .main-image.first {
    width: 30vw;
    height: 50vw;
    min-height: 22vw;
  }

  .main-image.third {
    width: 30vw;
    height: 40vw;
  }

  .main-image.sixth {
    width: 30vw;
    height: 50vw;
    left: -5.5vw;
  }

  .main-image.seven {
    left: 87%;
  }

  .main-image.fourth {
    width: 20vw;
    height: 30vw;
    min-height: 23vw;
  }

  .main-image.second {
    width: 30vw;
    height: 30vh;
  }

  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 20vh;
  }

  .hero-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .section-gallery {
    overflow: visible;
  }

  .imagecard-container {
    padding-top: 0;
  }

  .section-credits {
    overflow: visible;
  }

  .heading-34 {
    font-size: 20px;
  }

  .heading-34.bignumber {
    font-size: 60px;
  }

  .hero-wrapper-thrillride {
    height: 70vh;
  }

  .imagecard-container-copy, .imagecard-container-narrow {
    padding-top: 0;
  }

  .cta-img-container-wid-narrow {
    margin-top: 0;
  }

  .flexcolumns {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .text-block-4 {
    text-align: center;
    margin-bottom: 0;
    font-size: 33px;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 0;
    font-size: 33px;
  }

  .workheader-wrapper {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .workheader-wrapper.hero {
    width: 95%;
  }

  .section-creativestrategy-fullwidth {
    overflow: visible;
  }

  .headerthird {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
  }

  .headersecond {
    text-align: center;
    margin-bottom: 0;
    font-size: 33px;
  }

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

  .hero-wrapper-papercuts {
    height: 40vh;
  }

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

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

  .hero-wrapper-zircon {
    height: 40vh;
  }

  .hero-wrapper-fromzero {
    height: 70vh;
  }

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

  .hero-wrapper-udacity, .hero-wrapper-muse, .hero-wrapper-hybridtheory {
    height: 40vh;
  }

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

  .hero-wrapper-meteora {
    height: 40vh;
  }

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

  .hero-wrapper-alreadyover {
    height: 40vh;
  }

  .grid-3-alreadyover-stack, .grid-3-muse {
    grid-template-columns: 1fr;
  }

  .hero-wrapper-unlimitedlove {
    height: 40vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 75px;
  }

  h3 {
    font-size: 55px;
  }

  h4 {
    font-size: 39px;
  }

  h5 {
    font-size: 31px;
  }

  h6 {
    font-size: 22px;
  }

  .brand {
    color: var(--cream);
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    font-size: 16px;
    display: flex;
    left: 0%;
    transform: translate(20px, -50%);
  }

  .brand.w--current {
    padding-left: 20px;
  }

  .nav-mobile-button.w--open {
    border-radius: 50%;
  }

  .footer-signature {
    flex-flow: column;
    display: flex;
  }

  .wrapper {
    padding-top: 0;
  }

  .footer-credentials {
    text-align: center;
    margin-top: 10px;
  }

  .footer-links {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list-el-checkmark {
    text-align: left;
  }

  .input {
    padding: 20px 30px 20px 20px;
    font-size: 16px;
  }

  .input::placeholder {
    font-size: 16px;
  }

  .text-h1-extra {
    line-height: 1.1em;
  }

  .message-form-wrap {
    width: 100%;
  }

  .text-uppercase {
    margin-bottom: 0;
  }

  .text-uppercase.text-h1-extra {
    margin-bottom: -25px;
  }

  .textarea {
    padding: 20px;
    font-size: 16px;
  }

  .textarea::placeholder {
    font-size: 16px;
  }

  .submit-button {
    font-size: 14px;
  }

  .licensing-block {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .section-home-hero {
    min-height: 50vh;
  }

  .hero-grid-col-1 {
    margin-left: 0;
  }

  .hero-h1 {
    flex-flow: column;
    font-size: 80px;
  }

  .hero-h1.rightaligned {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-h1.rightaligned-copy {
    text-align: center;
  }

  .hero-heading-container.right {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-main-img {
    width: 70%;
    height: 100%;
    display: none;
  }

  .bg-geometry-line-circle {
    width: 50vh;
    height: 50vh;
  }

  .projects-list {
    grid-row-gap: 10px;
  }

  .project-el {
    height: 450px;
  }

  .project-text {
    bottom: 25px;
    left: 25px;
    right: 25px;
  }

  .brand-text {
    color: var(--bippen-warm);
    font-size: 26px;
  }

  .feedbacks-slider-mask {
    width: 300px;
  }

  .feedbacks-slider-right {
    left: auto;
  }

  .feedback-slide {
    width: 300px;
  }

  .slide-img {
    height: 500px;
  }

  .services-grid {
    flex-flow: column;
  }

  .partners-el-img {
    width: 70%;
  }

  .cta-heading.text-uppercase.text-h1-extra {
    font-size: 110px;
  }

  .cta-img-container {
    margin-top: -40px;
  }

  .cta-img {
    border-radius: 10px;
    height: auto;
  }

  .cta-img._450-tall {
    border-radius: 10px;
  }

  .about-hero-text-name {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .about-hero-photo {
    object-position: 50% 20%;
    width: 300px;
    height: 300px;
  }

  .about-hero-text-description {
    width: 100%;
  }

  .about-hero-photo-container {
    order: -1;
    margin-bottom: 20px;
  }

  .awards-el {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .awards-el.el-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .awards-el-photo, .awards-el-photo.el-2, .awards-el-photo.el-3, .awards-el-photo.el-4 {
    width: 100%;
    min-width: 100%;
  }

  .awards-el-text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .awards-el-text.el-4 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .metrics-el {
    margin-bottom: 30px;
  }

  .section-project-details {
    padding-top: 0;
  }

  .project-details-container {
    width: 100%;
  }

  .project-details-bg {
    display: none;
  }

  .contact-hero-img {
    width: 170px;
    height: 170px;
    margin-top: -25px;
  }

  .section-contact-form {
    margin-top: 0;
  }

  .heading-2 {
    flex-flow: column;
  }

  .paragraph {
    padding-left: 3px;
  }

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

  .cta-img-container-wid {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    font-size: 70px;
  }

  .section-ceremony-hero {
    min-height: 50vh;
  }

  .main-image.sixth {
    margin-bottom: 12vw;
    top: -1.4vh;
  }

  .hero-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .imagecard-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .imagecard-container-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .imagecard-container-narrow {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cta-img-container-wid-narrow {
    margin-top: 0;
  }

  .flexcolumns {
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .text-block-4, .text-block-5 {
    font-size: 30px;
  }

  .section-work-hero {
    min-height: 50vh;
  }

  .workheader-wrapper {
    padding-top: 0;
  }

  .heading-36 {
    font-size: 40px;
  }

  .headerthird, .headersecond {
    font-size: 30px;
  }

  .hero-wrapper-papercuts {
    height: 20vh;
  }

  .div-block-2 {
    background-image: linear-gradient(#0000004d, #0000);
  }

  .hero-wrapper-zircon {
    height: 20vh;
  }

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

  .hero-wrapper-udacity {
    height: 20vh;
  }

  .column {
    padding-bottom: 40px;
  }

  .hero-wrapper-muse, .hero-wrapper-hybridtheory, .hero-wrapper-meteora, .hero-wrapper-alreadyover, .hero-wrapper-unlimitedlove {
    height: 20vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 55px;
    line-height: 1em;
  }

  h2 {
    font-size: 37px;
    line-height: 40px;
  }

  h3 {
    font-size: 33px;
    line-height: 35px;
  }

  h4 {
    font-size: 29px;
    line-height: 1.1em;
  }

  h5 {
    font-size: 26px;
    line-height: 1.1em;
  }

  h6 {
    font-size: 17px;
    line-height: 18px;
  }

  p, blockquote {
    font-size: 15px;
  }

  .nav-flex {
    position: relative;
  }

  .brand {
    color: var(--cream);
    max-width: none;
    left: 20px;
    transform: translate(0%, -50%);
  }

  .brand.w--current {
    left: 20px;
    transform: translate(0%, -50%);
  }

  .link-list-el-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav {
    padding: 10px;
  }

  .body-container {
    padding-bottom: 10px;
  }

  .text-block {
    font-size: 15px;
  }

  .footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-logo {
    height: 23px;
    margin-bottom: 0;
  }

  .wrapper {
    width: 90%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links {
    grid-column-gap: 25px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-container {
    flex-flow: column;
    display: flex;
  }

  .message-form {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-h6-marked {
    font-size: 16px;
    line-height: 18px;
  }

  .input {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .input::placeholder {
    font-size: 14px;
  }

  .text-h1-extra {
    font-size: 50px;
    line-height: 1.1em;
  }

  .wrapper-2 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .message-form-wrap {
    padding: 10px;
  }

  .feature-block-checmarks {
    margin-top: 50px;
  }

  .list-el-checkmark-text {
    font-size: 20px;
  }

  .text-uppercase.text-h1-extra {
    margin-bottom: 0;
  }

  .textarea {
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
  }

  .textarea::placeholder {
    font-size: 14px;
  }

  .section-home-hero {
    min-height: 70vh;
    padding-bottom: 10px;
  }

  .hero-grid-col-1 {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-text-description {
    max-width: 280px;
  }

  .hero-text-description.left {
    padding-bottom: 50px;
  }

  .hero-description-container {
    max-width: 100%;
  }

  .hero-description-img {
    max-width: 30px;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .hero-grid-col-3 {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .hero-heading-container {
    margin-bottom: 0;
  }

  .hero-heading-container.right {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-grid-col-2 {
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-main-img {
    width: 85%;
    height: 100%;
    display: none;
  }

  .projects-list {
    grid-row-gap: 10px;
  }

  .project-bg-overlay {
    height: 90%;
  }

  .brand-text {
    font-size: 24px;
  }

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

  .feedbacks-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feedbacks-slider-container {
    padding-bottom: 300px;
  }

  .feedbacks-slider-mask {
    width: 80%;
  }

  .feedbacks-slider-left {
    background-size: 17px;
    width: 50px;
    height: 50px;
    top: 10px;
    transform: translate(0%);
  }

  .feedbacks-slider-right {
    background-size: 17px;
    width: 50px;
    height: 50px;
    top: 10px;
    transform: none;
  }

  .feedback-slide {
    width: 100%;
  }

  .slide-img {
    height: 380px;
  }

  .services-headline-loop-container {
    transform: translate(-116%);
  }

  .services-headline-group {
    background-position: 100%;
    background-size: 25px 25px;
    margin-right: 20px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 1em;
  }

  .section-partners {
    padding-top: 100px;
  }

  .project-text-h4 {
    padding-bottom: 20px;
  }

  .partners-el {
    width: 180px;
    min-width: 180px;
    height: 180px;
  }

  .partners-el-img {
    width: 70%;
    max-width: 100%;
    max-height: 100%;
  }

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

  .cta-heading.text-uppercase.text-h1-extra, .cta-heading.text-uppercase.text-h1-extra.dublicat {
    font-size: 70px;
  }

  .cta-img-container {
    margin-top: -20px;
  }

  .cta-img {
    width: auto;
  }

  .section-about-hero {
    min-height: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-hero-text {
    margin-bottom: 40px;
  }

  .about-hero-text-name {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
  }

  .about-hero-photo {
    object-fit: cover;
    object-position: 50% 20%;
    width: 250px;
    height: 230px;
    margin-bottom: 20px;
  }

  .about-hero-h1 {
    font-size: 80px;
  }

  .about-hero-text-description {
    width: 100%;
    margin-top: 20px;
  }

  .about-hero-photo-container {
    order: -1;
  }

  .section-awards {
    padding-top: 50px;
  }

  .section-metrics {
    padding-top: 100px;
  }

  .metrics-el {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .project-thumbnail {
    height: 300px;
    min-height: 300px;
  }

  .section-projects-hero, .contact-hero-text {
    padding-top: 20px;
  }

  .contact-hero-img {
    width: 130px;
    height: 130px;
    margin-top: -15px;
  }

  .section-contact-form {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-2 {
    height: auto;
  }

  .paragraph {
    padding-left: 0;
  }

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

  .gridblock {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list {
    padding-left: 30px;
    font-size: 20px;
  }

  .services-grid-empty {
    display: none;
  }

  .heading-4 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .heading-8, .heading-19, .ceremony-header {
    font-size: 50px;
  }

  .section-ceremony-hero {
    min-height: auto;
    padding-bottom: 50px;
  }

  .body-container-ceremony {
    padding-bottom: 10px;
  }

  .hero-interaction {
    margin-top: 92vh;
  }

  .main-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-image.fifth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    left: -46.5vw;
  }

  .main-image.first {
    height: 60vw;
    min-height: 60vw;
    margin-top: -4vw;
    left: -53vw;
  }

  .main-image.third {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    top: 33.8vh;
    left: -4.1vw;
  }

  .main-image.sixth {
    width: 40vw;
    height: 70vw;
    min-height: 70vw;
    margin-bottom: -62vw;
    top: -22.9vh;
    left: -4vw;
  }

  .main-image.eight {
    display: none;
  }

  .main-image.fourth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -17vw;
    top: -17.4vh;
    left: -13.3vw;
  }

  .main-image.second {
    width: 25vw;
    min-height: 40vw;
    top: -8vh;
  }

  .hero-main-title {
    font-size: 23vw;
  }

  .hero-wrapper {
    height: 80vh;
  }

  .hero-content {
    padding-bottom: 14vh;
  }

  .hero-images.right-slide {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-images.left {
    height: 70vh;
    max-height: 70vh;
  }

  .hero-first {
    height: 80vh;
    min-height: 80vh;
  }

  .text-block-2.paragraph {
    text-align: center;
  }

  .text-block-2.results-text-block {
    font-size: 15px;
  }

  .imagecard-container {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-34.bignumber {
    font-size: 42px;
  }

  .hero-wrapper-thrillride {
    height: 50vh;
  }

  .hero-main-title-toyota {
    font-size: 38vw;
  }

  .imagecard-container-copy {
    padding-top: 0;
  }

  .project-header, .project-header-secondary {
    font-size: 50px;
  }

  .split-content-columns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .split-content-columns.three-column {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .imagecard-container-narrow {
    padding-top: 0;
  }

  .cta-img-container-wid-narrow {
    margin-top: 0;
  }

  .flexcolumns {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .text-block-4 {
    font-size: 20px;
    font-weight: 400;
  }

  .text-block-5 {
    font-family: greycliff-cf, sans-serif;
    font-size: 20px;
  }

  .section-work-hero {
    padding-bottom: 50px;
  }

  .workheader-wrapper {
    width: 90%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6 {
    text-align: center;
  }

  .headerthird, .headersecond {
    font-size: 20px;
    font-weight: 400;
  }

  .hero-wrapper-papercuts {
    height: 40vh;
  }

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

  .hero-wrapper-zircon {
    height: 40vh;
  }

  .hero-wrapper-fromzero {
    height: 50vh;
  }

  .background-video-4 {
    width: 200px;
    height: 200px;
  }

  .hero-wrapper-udacity {
    height: 40vh;
  }

  .column {
    padding-bottom: 40px;
  }

  .hero-wrapper-muse, .hero-wrapper-hybridtheory {
    height: 40vh;
  }

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

  .hero-wrapper-meteora {
    height: 40vh;
  }

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

  .hero-wrapper-alreadyover {
    height: 40vh;
  }

  .grid-3-alreadyover-stack, .grid-3-muse {
    grid-template-columns: 1fr;
  }

  .hero-wrapper-unlimitedlove {
    height: 40vh;
  }
}

#w-node-_65ac4e55-1567-4b0d-4c97-c88918d15d8c-64bd26c2, #w-node-_963236f7-393e-8a63-4d80-2024430ed69c-64bd26c2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_20e735d8-d215-c43d-1c36-454748e06039-48e06036 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20e735d8-d215-c43d-1c36-454748e0603e-48e06036 {
  grid-area: span 1 / span 10 / span 1 / span 10;
  align-self: center;
}

#w-node-_8a6b640c-2c23-e237-aa5b-d044e294b509-64bd26c5, #w-node-defcfb75-e4de-b390-cd0d-f1df4b588f1e-64bd26c6, #w-node-_3054ccc7-1f49-ebd3-1cd2-0d94f320b35c-64bd26c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47cc47e7-e256-e898-c831-7074ace4811e-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5a1d3876-82d3-6273-a76a-44223cd698c6-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-aadfc5d1-9822-d0b6-17a7-bec579eebc82-64bd26c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aadfc5d1-9822-d0b6-17a7-bec579eebc85-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-aadfc5d1-9822-d0b6-17a7-bec579eebc88-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7903b0e3-7ae3-c9c1-ff47-31f60dd06cb8-64bd26c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7903b0e3-7ae3-c9c1-ff47-31f60dd06cbb-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7903b0e3-7ae3-c9c1-ff47-31f60dd06cbe-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fd58b2c2-ebd8-540f-0308-55afdf799595-64bd26c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd58b2c2-ebd8-540f-0308-55afdf799598-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fd58b2c2-ebd8-540f-0308-55afdf79959b-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0f9bfa25-d02b-89b8-da61-8eed1e34845b-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0f9bfa25-d02b-89b8-da61-8eed1e34845e-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0f9bfa25-d02b-89b8-da61-8eed1e348469-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0f9bfa25-d02b-89b8-da61-8eed1e34846c-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0f9bfa25-d02b-89b8-da61-8eed1e348475-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0f9bfa25-d02b-89b8-da61-8eed1e348478-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ecc04c1e-b359-839f-88ae-99fe0180e1e3-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ecc04c1e-b359-839f-88ae-99fe0180e1e6-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ecc04c1e-b359-839f-88ae-99fe0180e1ee-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ecc04c1e-b359-839f-88ae-99fe0180e1f1-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ecc04c1e-b359-839f-88ae-99fe0180e1f7-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ecc04c1e-b359-839f-88ae-99fe0180e1fa-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_62cbedbd-e91c-a160-19cc-911ab7d00adc-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_62cbedbd-e91c-a160-19cc-911ab7d00adf-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5f2d83ad-b041-52cd-7906-404ad2099a0b-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5f2d83ad-b041-52cd-7906-404ad2099a0e-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_597bf706-b192-cc9f-7bdf-bcd62d68ab30-64bd26c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_597bf706-b192-cc9f-7bdf-bcd62d68ab33-64bd26c8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e40e4a61-1d7e-ba2d-0451-4540eee86910-5891fbdf {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e40e4a61-1d7e-ba2d-0451-4540eee86917-5891fbdf, #w-node-e40e4a61-1d7e-ba2d-0451-4540eee8691f-5891fbdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce5b4029-adbc-f339-41e7-b3301839749a-3c0d11c0, #w-node-ce5b4029-adbc-f339-41e7-b33018397496-3c0d11c0, #w-node-_85d2f2f8-487c-0132-d8a7-abcaebbe091a-3c0d11c0, #w-node-_4e9f7ebe-ea3e-af5d-9ceb-4a380f937c47-52ddc0e7, #w-node-_416ced9b-90e0-045b-2539-fcff5876d470-52ddc0e7, #w-node-fb22aa00-1089-f30a-33e8-b589050a4f76-52ddc0e7, #w-node-_97a7e9d5-bcc4-edb6-e63b-4a5718e25365-52ddc0e7, #w-node-_4afa895d-aeb1-c9d6-1cca-71a6ce103fd7-52ddc0e7, #w-node-_4afa895d-aeb1-c9d6-1cca-71a6ce103fd8-52ddc0e7 {
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_4e9f7ebe-ea3e-af5d-9ceb-4a380f937c47-52ddc0e7, #w-node-_416ced9b-90e0-045b-2539-fcff5876d470-52ddc0e7, #w-node-fb22aa00-1089-f30a-33e8-b589050a4f76-52ddc0e7, #w-node-_97a7e9d5-bcc4-edb6-e63b-4a5718e25365-52ddc0e7, #w-node-_4afa895d-aeb1-c9d6-1cca-71a6ce103fd7-52ddc0e7, #w-node-_4afa895d-aeb1-c9d6-1cca-71a6ce103fd8-52ddc0e7 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_20e735d8-d215-c43d-1c36-454748e06039-48e06036 {
    grid-column: span 6 / span 6;
  }

  #w-node-_20e735d8-d215-c43d-1c36-454748e0603e-48e06036 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_20e735d8-d215-c43d-1c36-454748e06039-48e06036 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Thermal VF';
  src: url('../fonts/ThermalVariable.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thermal Italic VF';
  src: url('../fonts/ThermalItalicVariable.otf') format('opentype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Romans Story';
  src: url('../fonts/Romans-Story.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}