/*!
Theme Name: Deuce Theme 2025
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: deuce
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

deuce is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
* {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Matter, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
}
:root {
  --yellow: #e6ff00;
  --blue: #3971ff;
  --orange: #ff6022;
	--green: #08BA21;
}
@font-face {
  font-family: Klein;
  src: url("./fonts/Klein-Condensed-Black.woff2") format("woff2"),
    url("./fonts/Klein-Condensed-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Matter;
  src: url("./fonts/Matter-Regular.woff2") format("woff2"),
    url("./fonts/Matter-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
main {
  display: block;
  position: relative;
}
h1 {
  font-size: 90px;
  line-height: 90%;
  margin: 0 0 40px;
  font-family: Klein;
  font-weight: 700;
}
h1.h2,
h2 {
  font-size: 90px;
  line-height: 90%;
  font-family: Klein;
  font-weight: 700;
  margin: 0 0 16px;
}
.has-hero-animation {
	opacity: 0;
}
.has-hero-animation.hero-animate {
	opacity: 1;
}
.uppercase {
  text-transform: uppercase;
}
h2.small {
  font-size: 28px;
  line-height: 100%;
  margin: 0 0 60px;
  font-weight: 700;
}
h3 {
  font-size: 58px;
  line-height: 90%;
  font-family: Klein;
  font-weight: 700;
  margin: 0;
}
h4 {
  font-size: 26px;
  line-height: 32px;
  font-family: Klein;
  font-weight: 700;
  margin: 0;
}
h5 {
  font-size: 20px;
  line-height: 24px;
  font-family: Klein;
  font-weight: 700;
  margin: 0;
}
h6 {
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  margin: 0;
}
.container {
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
	max-width: 1920px;
}
.ofc {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.jcsb {
  justify-content: space-between;
}
.aic {
  align-items: center;
}
.jcc {
  justify-content: center;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 16px;
}
.nm {
  margin: 0;
}
.body > p:last-of-type {
  margin: 0;
}
p.bold,
strong p,
.bold p,
strong,
.bold {
  font-weight: 700;
}
.faqs-section .accordion-inner p {
	font-size: 28px;
}
.faqs-section .accordion-inner {
	padding-right: 100px;
	max-width: 1200px;
}
#masthead {
  padding: 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#masthead .site-branding .logo svg {
  display: block;
  width: 162px;
  height: auto;
  color: #000;
  fill: currentColor;
  mix-blend-mode: normal;
  display: none;
}
#masthead .site-branding .logo {
  position: relative;
  display: inline-block;
  width: 162px;
  height: 59px;
  --logo-w: 162px;
  --logo-h: 59px;
}

#masthead .site-branding .logo::before {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--logo-w);
  height: var(--logo-h);
  pointer-events: none;
  z-index: -1;
  background: transparent;
  backdrop-filter: invert(1) grayscale(1) contrast(30000%) sepia(64%) saturate(2073%)
    hue-rotate(10deg) brightness(105%) contrast(105%);
  -webkit-backdrop-filter: invert(1) grayscale(1) contrast(30000) sepia(64%)
    saturate(2073%) hue-rotate(10deg) brightness(105%) contrast(105%);
  mask: url("./assets/logo-mask.svg") no-repeat 0 0 / 100% 100%;
  -webkit-mask: url("./assets/logo-mask.svg") no-repeat 0 0 / 100% 100%;
}
#masthead nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#masthead .nav-wrap {
	transition: transform 0.3s ease;
}
#masthead nav {
  padding: 4px;
  border-radius: 64px;
  transition: transform 0.3s ease, background 0.2s ease 0.3s;
	
}
#masthead.nav-black.nav-clear.scrolled nav,
#masthead.nav-black nav {
	background: #000000;
}
#masthead.nav-black.nav-clear nav {
  background: transparent;
}
#masthead.nav-black nav a {
  color: var(--yellow);
}
#masthead.nav-white nav {
  background: #ffffff;
}
#masthead .container {
	padding: 0 24px;
}
#masthead.nav-white nav a {
  color: #000000;
}
#masthead.scrolled .site-branding {
	transition: transform 0.3s ease;
}
#masthead.scrolled .site-branding,
#masthead.scrolled .nav-wrap {
  transform: translateY(-130px);
}
.scrolling-up #masthead.scrolled .site-branding,
.scrolling-up #masthead .site-branding,
.scrolling-up #masthead .nav-wrap,
.scrolling-up #masthead.scrolled .nav-wrap {
  transform: translateY(0);
}
#masthead nav ul a {
  padding: 16px 24px;
  border-radius: 80px;
  font-size: 16px;
  line-height: 100%;
  display: block;
}
svg {
  display: inline-block;
}
.hdr-left,
.hdr-right {
  width: 162px;
}
.hdr-right {
  text-align: right;
}
#colophon {
  position: relative;
  padding: 200px 0 0;
  overflow: hidden;
}
#colophon .container {
  position: relative;
}
#colophon .footer-contact-logo {
  position: absolute;
  top: -200px;
  width: 385px;
  right: 24px;
	display: none;
}
#colophon .footer-contact-logo svg {
  width: 100%;
  height: auto;
}
#colophon > svg {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.posts-main .post-grid > div:nth-of-type(3n + 2) {
	transition-delay: .1s;
}
.posts-main .post-grid > div:nth-of-type(3n) {
	transition-delay: .2s;
}
.footer-main {
  position: relative;
  z-index: 5;
  background: var(--yellow);
}
.footer-content {
  padding: 0 0 32px;
}
.footer-content-row {
  gap: 30px;
  flex-wrap: wrap;
}
.footer-content-row > div {
  min-width: 222px;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li {
  margin: 0 0 10px;
}
.footer-nav > li:last-of-type {
  margin: 0;
}
h6.footer-title {
  margin: 0 0 8px;
}
.footer-col-body p {
  margin: 0;
}
.footer-bottom svg {
  width: 110%;
  position: relative;
  left: -5%;
  height: auto;
  position: absolute;
  top: 0;
}
.footer-bottom {
  overflow: hidden;
  height: 0;
  padding-bottom: 28.4%;
  position: relative;
}
.footer-legal {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 40px;
  z-index: 5;
}
.footer-legal .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.legal-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
}
.footer-legal-inner {
  gap: 20px;
}
.footer-legal-inner p,
.footer-legal-inner li {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 140%;
}
.socials-row {
  gap: 30px;
  margin: 20px 0 0;
}
.socials-row a {
  display: block;
}
.bg-yellow {
  background: var(--yellow);
}
.home-hero-section {
  padding: 192px 0 112px;
	min-height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-section h2 img,
.home-hero-section h1 img {
  width: var(--max-width);
  height: auto;
  display: inline-block;
  margin-left: -3%;
  margin-right: -3%;
}
.hero-section h2,
.hero-section h1,
.home-hero-section h1 {
  font-size: 130px;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
}
.home-hero-section h1 {
	font-size: 150px;
}
.regular-hero-section h1,
.regular-hero-section h2 {
  margin: 0;
}
.regular-hero-section h1 {
  color: rgba(0, 0, 0, 0.2);
}
.regular-hero-section {
  padding: 200px 0 60px;
  min-height: 761px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.regular-hero-section.hero-section h1,
.regular-hero-section.hero-section h2 {
  text-align: left;
}
.hero-section .title-wrap,
.home-hero-section .title-wrap {
  width: 100%;
  max-width: var(--title-width);
  margin: 0 auto;
}
.regular-hero-section.hero-section .title-wrap {
  margin: 0;
}
.video-text-scroll-content {
  min-height: 400px;
  position: relative;
  z-index: 5;
  padding: 0 0 100px;
}
.video-text-scroll .sticky-video {
  position: sticky;
  top: 0;
  left: 0;
	overflow: hidden;
}
.video-text-scroll .sticky-video video {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.video-text-scroll-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.video-text-scroll-content .body {
  max-width: 750px;
}
.video-text-scroll-content .body p {
  font-size: 40px;
  line-height: 120%;
}
.projects-scrolling-number .body.xl p {
	font-size: 40px;
}
.video-text-scroll .sticky-video {
	height: 100vh;
}
.video-text-scroll-bg {
	background: rgba(0,0,0,0.6);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.project-main-container .video-text-scroll-bg {
	background: rgba(0,0,0,1);
}
.white *,
.white {
  color: #ffffff;
}
#normal-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 99999999;
  overflow: hidden;
}
#normal-page-loader svg, 
#normal-page-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 150px;
  height: auto;
  display: block;
}
#normal-page-loader {
  height: 200vh;
  background: linear-gradient(180deg, var(--yellow) 50%, #000000 50%);
  visibility: hidden;
  transform: translateY(100vh);
}
.page-out #normal-page-loader {
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease;
}
.new-page-loaded #normal-page-loader {
  transform: translateY(-200vh);
  transition: all 1s ease;
}
html,
body {
  scroll-behavior: auto;
}
html.no-scroll {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.bg-dark {
  background: #000000;
}
.normal-section-padding {
  padding: 120px 0;
}
.normal-section-margin {
  margin: 120px 0;
}
.text-center {
  text-align: center;
}
.check_in_view .normal-anim,
.normal-anim.check_in_view {
  transform: translateY(40px);
  opacity: 0;
}
.check_in_view.in-view .normal-anim,
.normal-anim.in-view.check_in_view {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease;
}
.delay-1 {
  transition-delay: 0.1s !important;
}
.delay-2 {
  transition-delay: 0.2s !important;
}
.delay-3 {
  transition-delay: 0.3s !important;
}
.delay-4 {
  transition-delay: 0.4s !important;
}
.delay-5 {
  transition-delay: 0.5s !important;
}
.delay-6 {
  transition-delay: 0.6s !important;
}
.delay-7 {
  transition-delay: 0.7s !important;
}
.delay-8 {
  transition-delay: 0.8s !important;
}
.delay-9 {
  transition-delay: 0.9s !important;
}
.delay-10 {
  transition-delay: 1s !important;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
.fifty-fifty-row .body {
	max-width: 550px;
}
.projects-grid > div:nth-of-type(5n + 1) {
  grid-column: span 2;
}
.projects-grid > div:nth-of-type(5n + 1) .project-card-content-inner {
  max-width: calc(50% - 15px);
}
.project-card .project-card-content {
	margin: 20px 0 0;
}
.projects-grid > div:nth-of-type(5n + 1) .pre-title {
  font-size: 20px;
  line-height: 100%;
}
.project-card .pre-title {
  font-size: 20px;
  line-height: 100%;
  margin: 0;
}
.project-card {
  position: relative;
}
.project-card h3 {
  margin: 10px 0 0;
  font-size: 40px;
}
.project-card .bg,
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
	border-radius: 20px;
	overflow: hidden;
}
.bg-content {
  position: relative;
  z-index: 5;
}
.card-tag {
  display: block;
  padding: 6px 8px;
  background: var(--yellow);
  border-radius: 100px;
  font-size: 14px;
  line-height: 120%;
}
.card-tags-row {
  gap: 8px;
  flex-wrap: wrap;
}
.project-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.project-card .project-img-container {
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
}
.project-card .project-card-content-inner {
  max-width: 450px;
}
.project-card:hover .overlay {
  opacity: 1;
}
.project-card:hover .project-card-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.project-card img {
	transition: all .2s ease;
	transform: scale(1.05);
}
.project-card:hover img {
	transform: scale(1);
}
.project-card > div {
	transition: all .2s ease;
}
.projects-grid.hovered .project-card > div {
	opacity: 0.4;
}
.projects-grid.hovered .project-card:hover > div {
	opacity: 1;
}
#hdr-contact-logo {
	transform-origin: top right;
	will-change: transform, opacity;
  display: inline-block;
}
#hdr-contact-logo svg {
	width: 116px;
	height: auto;
}
#hdr-contact-logo svg {
  transform-origin: top right;
  transform-box: fill-box;
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  backface-visibility: hidden;
  will-change: transform;
}

#footer-contact-logo {
  transform-origin: center center;
  will-change: transform, opacity;
  display: block;
}
#footer-contact-logo {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.sticky-footer-contact-logo #colophon .footer-contact-logo {
	display: block;
}
.sticky-footer-contact-logo #hdr-contact-logo {
	visibility: hidden;
}
a.stretch-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.btn,
a.btn {
  display: inline-flex;
  padding: 24px 30px;
  border-radius: 40px;
  border: 1px solid var(--yellow);
  font-size: 20px;
  line-height: 100%;
  position: relative;
  z-index: 3;
  transition: all 0.2s ease;
  appearance: none;
}
.btn-yellow,
a.btn-yellow {
  border-color: var(--yellow);
  color: var(--yellow);
  background: #000000;
}
.btn-wrap {
  position: relative;
  display: inline-block;
}
.btn-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  display: block;
  z-index: 1;
}
.btn-wrap .btn:hover {
  transform: translate(5px, -5px);
}
.btn-wrap .btn.btn-dark:hover {
  background: var(--yellow);
}
.btn-wrap .btn:active {
  transform: translate(2px, -2px);
}
.btn-wrap.yellow::after {
  background: var(--yellow);
}
.btn-wrap.black::after {
  background: #000000;
}
.btn-dark,
a.btn-dark {
  border-color: #000000;
  color: #000000;
  background: #ffffff;
}
.btn-container {
  margin: 60px 0 0;
}
.fifty-fifty-row {
  gap: 60px;
}
.fifty-fifty-row.alignment-right {
  flex-direction: row-reverse;
}
.fifty-fifty-row > div {
  width: calc(50% - 30px);
  max-width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  justify-content: center;
}
.fifty-fifty-row .btn-container {
  margin: 40px 0 0;
}
.service-fifty-fifty-section h2 {
  font-size: 58px;
  line-height: 90%;
  margin: 0 0 20px;
}
.service-fifty-fifty-section .fifty-fifty-row > div {
  justify-content: flex-start;
}
.service-fifty-fifty-section h2,
.service-fifty-fifty-section .body {
  max-width: 460px;
}
.service-fifty-fifty-section img {
  border-radius: 20px;
}
.service-fifty-fifty-section .img-container {
  height: 577px;
}
.page-builder-content img {
  max-width: 100%;
}
.large p {
  font-size: 28px;
  line-height: 120%;
}
.logos-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
.logos-carousel .swiper-slide {
  width: 208px;
  height: 140px;
}
.logos-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logos-carousel-section {
  overflow: hidden;
}
.bg-blue {
  background: var(--blue);
}
.post-card {
  position: relative;
}
.post-card-top {
  height: 0;
  padding-bottom: 125%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 30px;
}
.post-card:hover img {
	transform: scale(1);
}
.post-card-top img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
	transition: all .2s ease;
	transform: scale(1.05);
}
.post-card > div {
	transition: all .2s ease;
}
.hovered .post-card > div {
	opacity: 0.4;
}
.hovered .post-card:hover > div {
	opacity: 1;
}
.post-card h3 {
  font-size: 20px;
  line-height: 130%;
  margin: 10px 0 0;
  font-family: Matter, sans-serif;
  font-weight: 400;
}
.p-small p,
.p-small {
  font-size: 14px;
  line-height: 140%;
}
.post-cat {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  display: block;
  border-radius: 20px;
  padding: 4px 10px;
  background: #ffffff;
}
.posts-carousel-section {
  overflow: hidden;
}
.post-list-top {
  padding: 240px 0 60px;
}
.post-list-top h1 {
  margin: 0;
}
#footer-contact-logo svg path,
#hdr-contact-logo svg path {
  transform-origin: center center;
}
#footer-contact-logo:hover svg path:not(:last-of-type),
#hdr-contact-logo:hover svg path:not(:last-of-type) {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
#hdr-contact-logo svg path:nth-of-type(1),
#footer-contact-logo svg path:nth-of-type(1),
#hdr-contact-logo svg path:nth-of-type(2),
#footer-contact-logo svg path:nth-of-type(2),
#hdr-contact-logo svg path:nth-of-type(3),
#footer-contact-logo svg path:nth-of-type(3),
#hdr-contact-logo svg path:nth-of-type(4),
#footer-contact-logo svg path:nth-of-type(4) {
	transition: fill .1s ease, stroke .1s ease;
}
#hdr-contact-logo:hover svg path:nth-of-type(1),
#footer-contact-logo:hover svg path:nth-of-type(1),
#hdr-contact-logo:hover svg path:nth-of-type(2),
#footer-contact-logo:hover svg path:nth-of-type(2) {
	fill: var(--orange);
}
#hdr-contact-logo:hover svg path:nth-of-type(3),
#footer-contact-logo:hover svg path:nth-of-type(3) {
	stroke: #ffffff;
}
#hdr-contact-logo:hover svg path:nth-of-type(4),
#footer-contact-logo:hover svg path:nth-of-type(4) {
	fill: #ffffff;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 20px));
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
.post-grid .post-card h3,
.post-grid .post-card .date {
  color: #000000;
}
.sub-service-top {
  padding: 240px 0 120px;
}
.sub-service-top h1 {
  max-width: var(--mx);
}
.sub-service-top-row {
  gap: 40px;
}
.sub-service-top-row .left {
  max-width: 850px;
}
.bg-white {
  background: #ffffff;
}
.grey {
  color: rgba(255, 255, 255, 0.6);
}
.capabilities-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.capabilities-list li {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 130%;
}
.capabilities-list > li:last-of-type {
  margin: 0;
}
.sub-service-top-row .right {
  min-width: 29%;
}
p.capabilities-title {
  margin: 0 0 10px;
	position: relative;
	z-index: 5;
}
.accordion-content {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.accordion-title {
  cursor: pointer;
  padding: 20px 0;
  gap: 20px;
}
.accordion-title svg rect {
  transition: all 0.1s ease;
}
.accordion-title:hover svg rect {
  fill: var(--yellow);
}
.accordion-title h5 {
  font-size: 28px;
  line-height: 120%;
  font-family: Matter, sans-serif;
  margin: 0;
	font-weight: 400;
}
.accordion-arrow svg {
  transition: all 0.3s ease;
}
.active .accordion-arrow svg {
  transform: rotate(-180deg);
}
.active .accordion-content {
  height: var(--height);
}
.accordion-container > div:first-of-type .accordion-title {
  border: none;
}
.accordion-inner .body {
  padding: 0 0 24px;
}
.service-details-inner {
  position: relative;
}
.service-details-section .top-body {
  padding: 120px 0;
  max-width: 1020px;
}
.service-details-section .top-body p {
	font-size: 40px;
}
.service-detail-item {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	background: #000000;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.service-detail-item h3 {
  margin: 0 0 20px;
}
.service-detail-item h3 {
  overflow-wrap: anywhere;
}
.service-details-container {
  position: relative;
}
.service-detail-item .left {
  max-width: 50%;
}
.service-detail-item .right {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
.service-detail-item .right,
.service-detail-item .img-container {
  overflow: hidden;
  height: 100%;
}
.project-intro-row > div {
	width: calc(50% - 15px);
	max-width: calc(50% - 15px);
	min-width: calc(50% - 15px);
}
.project-intro-row .capabilities-list,
.service-detail-item .capabilities-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.project-intro-row .capabilities-list > li,
.service-detail-item .capabilities-list > li {
  width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  min-width: calc(50% - 5px);
  margin: 0;
}
.service-detail-item .left .bottom {
  margin-top: auto;
}
.service-detail-item .left {
  padding: 120px 100px 120px 60px;
}
.service-detail-row {
  flex-grow: 1;
  max-height: 100%;
}
.large-bottom-text-section {
  padding: 120px 0 0;
}
.large-bottom-text-section h2 {
  max-width: var(--mx);
}
.large-media-section video,
.large-media-section img {
  border-radius: 20px;
}
.title-btn-row {
  margin: 0 0 60px;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.title-btn-row h2,
.title-btn-row .btn-container {
  margin: 0;
}
.pb-link-item {
  padding: 80px 60px;
  position: relative;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  min-height: 484px;
  background: rgba(0,0,0,1);
  background-size: 100% 100%;
  background-position: top;
	overflow: hidden;
}
html {
	overscroll-behavior: none;
}
.pb-link-item h3 {
	z-index: 5;
	position: relative;
}
.pb-link-item .hover-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.3);
	z-index: 2;
}
.pb-link-item .hover-bg {
	transition: all 0.3s ease;
	opacity: 0;
}
.pb-link-item:hover .hover-bg {
	opacity: 1;
}
.pb-link-item:hover {
  background-position: bottom;
}
.pb-links-row > div:nth-of-type(2n + 1) {
  border-right: 1px solid #808080;
}
.pb-links-row > div {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
.pb-links-title {
  margin: 0 0 30px;
}
.contact-section {
  padding: 240px 0 120px;
}
.contact-options-row {
  gap: 40px;
  flex-wrap: wrap;
}
.contact-options-row p.options-title {
	font-size: 28px;
	color: #ffffff;
	line-height: 120%;
	margin: 0;
}
.contact-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-option label {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  font-size: 28px;
  line-height: 120%;
}
.contact-option label:hover .checkmark {
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.contact-option .checkmark {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  transition: all 0.1s ease;
}
.contact-option .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 20px;
  height: 20px;
  background: var(--yellow);
  border-radius: 2px;
  opacity: 0;
  transition: all 0.2s ease;
}
.contact-option input:checked ~ .checkmark {
  border-color: var(--yellow);
}
.contact-option input:checked ~ .checkmark::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  font-size: 28px;
  line-height: 120%;
  color: #ffffff;
  font-family: Matter, sans-serif;
}
.wpcf7-form .wpcf7-form-control-wrap input::placeholder,
.wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
  color: #ffffff;
}
.main-form {
  margin: 60px 0 0;
}
.main-form .form-wrap {
  margin: 60px 0 0;
  opacity: 0.3;
  pointer-events: none;
  position: relative;
}
.main-form .form-wrap.selected {
  opacity: 1;
  pointer-events: unset;
  transition: all 0.2s ease;
}
.form-wrap.no-form form {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.4s ease;
}
.form-wrap form {
  transition: all 0.4s ease;
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.contact-no-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 850px;
  visibility: hidden;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s ease;
}
.contact-no-form.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.2s ease 0.1s;
}
.contact-no-form p a {
  text-decoration: underline;
}
.title-body-row {
  gap: 30px;
}
.title-body-row .left {
  flex-grow: 1;
  max-width: 850px;
  width: 70%;
  flex-shrink: 0;
}
.post-main .entry-content h3 {
  font-family: Matter, sans-serif;
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
  margin: 0 0 20px;
}
.post-top h1 {
  font-size: 58px;
  line-height: 90%;
  margin: 0 0 30px;
}
.post-top {
  padding: 150px 0 60px;
}
.post-top-row {
  gap: 40px;
}
.post-top-row .left {
  width: 100%;
  max-width: 725px;
}
.post-top-row .right {
  max-width: 596px;
}
.post-top-row .featured-img-container {
  height: 728px;
}
.post-top-row .featured-img-container img {
  border-radius: 20px;
}
.post-top-row .post-tag {
  background: var(--yellow);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 140%;
}
.post-top-row .post-term {
  margin: 0 0 20px;
}
.entry-content {
  max-width: 725px;
}
.entry-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 60px 0;
}
.post-meta-row {
  margin-top: auto;
  padding: 20px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.sharing-row {
  gap: 30px;
}
a.copy-current-link {
  position: relative;
}
a.copy-current-link::after {
  content: "COPIED";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 2px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  color: var(--blue);
}
a.copy-current-link svg path {
  transition: all 0.1s ease;
}
a.copy-current-link.copied svg path {
  fill: var(--blue);
}
a.copy-current-link.copied::after {
  opacity: 1;
  visibility: visible;
}
.blog-post-main {
  padding: 60px 0 120px;
}
.content-wrap.post-type-post #colophon {
  background: var(--blue);
}
.content-wrap.post-type-project #colophon,
.content-wrap.post-type-project {
  background: #000000;
}
.post-main-row {
  gap: 40px;
}
.post-main-row .right {
  max-width: 472px;
  position: relative;
}
.post-main-row .post-sticky-cta {
  position: sticky;
  top: 55px;
  padding: 50px;
  background: var(--yellow);
  border-radius: 20px;
}
.post-main-row .post-sticky-cta h3 {
  font-size: 28px;
  line-height: 90%;
  margin: 0 0 20px;
}
.entry-content > *:last-of-type,
.entry-content > *:last-of-type * {
  margin-bottom: 0;
}
.entry-content p,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content h2 {
  transform: translateY(40px);
  opacity: 0;
}
.entry-content p.in-view,
.entry-content h3.in-view,
.entry-content h4.in-view,
.entry-content h5.in-view,
.entry-content h6.in-view,
.entry-content h2.in-view {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease;
}
.project-top {
  height: 100vh;
  height: 100svh;
}
.project-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.project-top .project-media-container {
  height: 100%;
}
.project-intro-section {
  padding: 60px 0 100px;
	background: #000000;
	position: relative;
	z-index: 5;
}
.project-intro-row .right .body {
	margin: 35px 0 0;
}
.project-main-container .video-text-scroll-bg {
	display: none;
}
.project-intro-row {
  gap: 30px;
}
.projects-carousel-section,
article.type-project .projects-carousel-section {
	margin: 100px 0;
	padding: 20px 0;
}
.testimonials-section h2.small,
.faqs-section h2.small,
.posts-carousel-section h2.small,
.small-projects-section h2.small,
.projects-carousel-section h2.small {
	font-size: 40px;
}
.projects-carousel-section .title-btn-row {
	align-items: center;
}
.project-intro-row .bottom {
  margin: 60px 0 0;
}
.project-intro-row .right {
  max-width: 721px;
}
.project-media-grid {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.project-media-grid .width-full {
  grid-column: span 2;
}
.project-media-grid video,
.project-media-grid img {
  border-radius: 20px;
}
.project-media-grid .type-media.width-half .media-container {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.project-media-grid .type-media.width-half.ratio-rectangle .media-container {
  padding-bottom: 125%;
}
.project-media-grid .type-media.width-half img,
.project-media-grid .type-media.width-half video {
  position: absolute;
  top: 0;
  left: 0;
}
.project-media-grid .type-media.width-full img,
.project-media-grid .type-media.width-full video {
  height: auto;
}
.project-free-text-section .body {
  max-width: 959px;
}
.projects-collaborators h2,
.project-media-grid .body h2,
.project-free-text-section .body h2 {
  font-size: 58px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.small-section-margin {
  margin: 60px 0;
}
.project-media-grid .body {
  padding: 30px;
}

.number-container {
  opacity: 0;
}
.number-container.initialized {
  opacity: 1;
  transition: all 0.1s ease;
}
.number-row {
  overflow: hidden;
}
.number-scroll-up {
  display: flex;
  flex-direction: row;
  height: 81px;
}
.projects-number-row .number-scroll-up {
  height: 117px;
}
.number-counter-col {
  transition: transform .8s ease, max-width .8s ease;
  max-width: 340px;
  transform: translateY(0);
  align-items: flex-start;
}
.number-counter {
  display: inline-block;
}
.number-counter-col {
  padding-top: 3px;
}
.number-text {
  padding-top: 3px;
}
.count-up .number-counter-col {
  transform: translateY(calc(-100% + 84px));
}
.number-text {
  font-size: 90px;
  margin: 0;
  line-height: 90%;
}
.projects-number-row .number-text {
  font-size: 130px;
}
.projects-number-row .count-up .number-counter-col {
  transform: translateY(calc(-100% + 120px));
}
.body.xl p {
  font-size: 58px;
  line-height: 110%;
  margin: 0;
}
.projects-number-row {
  gap: 60px;
}
.projects-number-row .right {
  max-width: 725px;
}
.quote {
  margin: 0 0 40px;
}
.projects-quote-section p.name {
  margin: 0 0 4px;
}
.projects-quote-section p.role {
  margin: 0;
}
.collaborators-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.collaborators-list li p,
.collaborators-list li {
  font-size: 28px;
  line-height: 120%;
}
.collaborators-list li p {
  margin: 0;
}
.collaborators-list li a {
  text-decoration: underline;
	transition: all .1s ease;
}
.collaborators-list li a:hover {
	color: var(--yellow);
}
.collaborators-list li {
  margin: 0 0 10px;
}
.collaborators-list > li:last-of-type {
  margin: 0;
}
.collaborators-title {
  margin: 0 0 20px;
}
.collaborators-row {
  gap: 60px;
}
.collaborators-row .left {
  max-width: 596px;
}
.collaborators-row .right {
  max-width: 725px;
  width: 100%;
}
.testimonial-item {
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.testimonial-item .left {
  padding: 30px;
}
.testimonial-bottom-row .left {
  padding: 0;
}
.testimonial-bottom-row p {
  margin: 0;
}
.testimonial-bottom-row p.name {
	font-size: 16px;
}
.testimonial-bottom-row p.role {
	font-size: 14px;
}
.testimonial-bottom-row {
  margin-top: auto;
  align-items: flex-end;
}
.testimonial-bottom-row .logo-container {
  max-width: 123px;
}
.testimonials-swiper {
  max-width: 978px;
  margin: 60px auto 0;
}
.swiper-container .swiper-slide {
  height: auto;
}
.testimonials-swiper .swiper-slide {
  width: 100%;
}
.testimoinal-row > div {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
.testimonials-swiper {
  overflow: visible;
}
.testimonials-swiper .swiper-slide {
  width: 100%;
  box-sizing: border-box;
}
.testimoinal-row,
.testimonial-item,
.testimonial-item .img-container {
  height: 100%;
}
.testimonials-swiper .swiper-slide {
  transform-origin: center center;
  transition: all 0.4s ease;
}
.testimonials-swiper .swiper-slide-next {
  transform-origin: center left;
}

.testimonials-swiper .swiper-slide-prev {
  transform-origin: center right;
}
.numbers-grid {
  gap: 30px;
}
.numbers-grid > div {
  width: calc(25% - 22.5px);
  max-width: calc(25% - 22.5px);
  min-width: calc(25% - 22.5px);
}
.numbers-grid .title {
  padding: 0 0 30px;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.numbers-grid .title p {
  margin: 0;
}
.numbers-grid .sub-text {
  margin: 20px 0 0;
}
.number-grid-section {
  padding: 0 0 120px;
}
.text-accordion-inner {
  padding: 40px;
  background: var(--orange);
  border-radius: 20px;
}
.text-accordion-inner.bg-blue {
	background: var(--blue);
}
.text-accordion-inner.bg-green {
	background: var(--green);
}
.text-accordion-inner .quote-box {
  max-width: 558px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  margin-top: auto;
}
.quote-box .quote-link {
  position: absolute;
  top: 20px;
  right: 20px;
}
.quote-box .quote-link svg rect {
  transition: all 0.1s ease;
}
.quote-box .quote-link:hover svg rect {
  fill-opacity: 0.4;
}
.text-accordion-inner .quote-box .body {
  max-width: 478px;
  padding-right: 80px;
}
.text-accordion-inner .body {
  padding: 0;
}
.quote-meta-row {
  margin: 30px 0 0;
}
.quote-meta-row p {
  margin: 0;
}
.quote-meta-row .logo-container {
  max-width: 123px;
}
.text-accordion-row {
  gap: 30px;
}
.text-accordion-row .right {
  width: 100%;
  max-width: 566px;
  flex-shrink: 0;
}
.text-accordion-row .left > .body {
  margin: 0 0 30px;
}
.accordion-title h2 {
  margin: 0;
}
.text-accordion-section .accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 0 20px;
}
.text-accordion-section .faqs-inner > div.accordion-item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 20px 0 40px;
}
.text-accordion-section .accordion-inner {
  padding: 0 0 20px;
}
.text-accordion-section
  .faqs-inner
  > div.accordion-item:last-of-type
  .accordion-inner {
  padding: 0;
}
.text-accordion-section .accordion-content-wrap:hover .accordion-content {
  height: 30px;
  transition: all 0.2s ease;
}
.text-accordion-section .active .accordion-content-wrap .accordion-content {
  height: var(--height);
}
.text-accordion-section .faqs-container {
  margin: 120px 0 0;
}
.show-tab {
  display: none;
}
.projects-grid > div:nth-of-type(5n + 3),
.projects-grid > div:nth-of-type(5n) {
  transition-delay: .1s !important;
}
.footer-nav li {
  font-size: 20px;
}
.posts-main,
.projects-main {
  padding-bottom: 60px;
}
.testimonials-section {
  overflow: hidden;
}
.projects-carousel-section {
  overflow: hidden;
}
.text-accordion-section .intro {
	max-width: 1000px;
}
.contact-section .title-body-row .right {
	max-width: 420px;
}
.page-bottom-links {
	margin-bottom: 0;
}
.project-intro-row h1.h2 {
	font-size: clamp(2.75rem, 0.8333rem + 3.9931vw, 5.625rem);
	margin: 0;
}
.home-hero-wrap {
	position: relative;
}
.home-hero-wrap .home-hero-section {
	position: sticky;
	top: 0;
	left: 0;
}
.home-hero-section h1 {
	margin: 0;
}
@media all and (min-width:1080px) {
	#masthead .nav-wrap {
		position: relative;
		border-radius: 50px;
	}
	#masthead .nav-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    backdrop-filter: invert(1) grayscale(1) contrast(30000%) sepia(64%) saturate(2073%) hue-rotate(10deg) brightness(105%) contrast(105%);
    -webkit-backdrop-filter: invert(1) grayscale(1) contrast(30000%) sepia(64%) saturate(2073%) hue-rotate(10deg) brightness(105%) contrast(105%);

    padding: 1px;

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;

    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    	mask-composite: exclude;
	}
	#masthead nav li a span {
		display: none;
	}
	#masthead nav li a {
		position: relative;
	}
	#masthead nav ul .current-page-ancestor a::after,
	#masthead nav ul .current-menu-item a::after {
	  display: block;
	}
	#masthead .menu-main-menu-container {
		position: relative;
		--pill-left: 0px;
  		--pill-width: 0px;
  		--pill-opacity: 0;
	}
	#masthead .menu-main-menu-container li {
		position: relative;
		z-index: 5;
	}
	#masthead .menu-main-menu-container::after {
		content: '';
		z-index: 1;
		position: absolute;
		top: 0;
		left: var(--pill-left);
 		 width: var(--pill-width);
		opacity: var(--pill-opacity);
  transition:
    left 0.25s ease,
    width 0.25s ease,
    opacity 0.2s ease;
		height: 100%;
		z-index: 1;
		pointer-events: none;
		border-radius: 60px;
		backdrop-filter: invert(1) grayscale(1) contrast(30000%) sepia(64%) saturate(2073%) hue-rotate(10deg) brightness(105%) contrast(105%);
    	-webkit-backdrop-filter: invert(1) grayscale(1) contrast(30000%) sepia(64%) saturate(2073%) hue-rotate(10deg) brightness(105%) contrast(105%);
	}
	#masthead nav {
		background: transparent !important;
	}
	#masthead nav li a::before {
		content: "";
		display: block;
		position: relative;
		pointer-events: none;
		z-index: 5;
		width: var(--mask-w);
    	height: var(--mask-h);
    	z-index: -1;
    	backdrop-filter: invert(1) grayscale(1) contrast(30000%) sepia(64%) saturate(2073%) hue-rotate(10deg) brightness(105%) contrast(105%);
    	-webkit-backdrop-filter: invert(1) grayscale(1) contrast(30000%) sepia(64%) saturate(2073%) hue-rotate(10deg) brightness(105%) contrast(105%);
    	mask: var(--mask) no-repeat center / contain;
    	-webkit-mask: var(--mask) no-repeat center / contain;
	}
}
@media all and (min-width: 1920px) {
	.service-detail-item .left {
		max-width: 960px;
		margin-left: auto;
	}
}
@media all and (max-width: 1300px) {
  .service-detail-item .right {
    min-width: 1px;
  }
  .service-detail-item .left {
    min-width: 700px;
    padding-right: 60px;
  }
  .numbers-grid .number-text {
    font-size: 70px;
  }
  .numbers-grid .number-scroll-up {
    height: 63px;
  }
  .numbers-grid .count-up .number-counter-col {
    transform: translateY(calc(-100% + 63px));
  }
}
@media all and (max-width: 1080px) {
	.footer-bottom svg {
		top: 0%;
	}
	.project-intro-row .bottom {
		margin: 30px 0 0; 
	}
	.project-intro-row .right .body {
		margin: 0;
	}
	.project-intro-section {
		padding: 60px 0;
	}
	#hdr-mob-contact-logo svg {
		width: 116px;
		height: auto;
		display: block;
	}
	.faqs-section .accordion-inner {
		padding-right: 50px;
		
	}
	.footer-legal {
    	bottom: auto;
    	top: auto;
    	position: relative;
  	}
	.footer-legal .container {
    	align-items: flex-start;
  	}
	.faqs-section .accordion-inner p {
		font-size: 20px;
	}
	.posts-main .post-grid > div:nth-of-type(2n + 1) {
		transition-delay: 0s;
	}
	.posts-main .post-grid > div:nth-of-type(2n) {
		transition-delay: 0.1s;
	}
  .container {
    padding: 0 24px;
  }
  .numbers-grid {
    flex-wrap: wrap;
  }
  .numbers-grid > div {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
    min-width: calc(50% - 15px);
  }
  #hdr-contact-logo,
  #footer-contact-logo {
    display: none;
  }
  .show-tab {
    display: block;
  }
  #masthead {
    padding: 14px 0;
  }
  .burger-menu {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    --w: 30px;
    --h: 30px;
    --line-h: 2px;
    --line-color: #000;
    --move-dur: 200ms;
    --spin-dur: 200ms;
    --e: ease;
  }
  .post-grid {
    grid-template-columns: repeat(2, calc(50% - 15px));
  }
  .accordion-title h5 {
    font-size: 20px;
  }
  .burger-menu > span {
    position: absolute;
    left: 0;
    width: var(--w);
    height: var(--line-h);
    border-radius: 4px;
    background: transparent;
  backdrop-filter: invert(1) grayscale(1) contrast(3) sepia(64%) saturate(2073%)
    hue-rotate(10deg) brightness(105%) contrast(105%);
  -webkit-backdrop-filter: invert(1) grayscale(1) contrast(30000) sepia(64%)
    saturate(2073%) hue-rotate(10deg) brightness(105%) contrast(105%);
    transform-origin: 50% 50%;
    transition: top var(--move-dur) var(--e), bottom var(--move-dur) var(--e),
      transform var(--spin-dur) var(--e) var(--move-dur);
    will-change: top, bottom, transform;
  }
  .burger-menu > span:nth-of-type(1) {
    top: 8px;
  }
  .burger-menu > span:nth-of-type(2) {
    bottom: 8px;
  }
  body.mob-menu-open .burger-menu > span:nth-of-type(1) {
    top: calc((var(--h) - var(--line-h)) / 2);
    transform: rotate(45deg);
  }
  body.mob-menu-open .burger-menu > span:nth-of-type(2) {
    bottom: calc((var(--h) - var(--line-h)) / 2);
    transform: rotate(-45deg);
  }
  body:not(.mob-menu-open) .burger-menu > span {
    transition: transform var(--spin-dur) var(--e),
      top var(--move-dur) var(--e) var(--spin-dur),
      bottom var(--move-dur) var(--e) var(--spin-dur);
  }
  .hdr-right {
    width: auto;
  }
  #masthead .nav-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: var(--yellow) !important;
    border: none !important;
    border-radius: 0;
    padding: 120px 24px 20px;
    transform: translateY(-100%) !important;
    transition: all 0s ease;
    visibility: hidden;
  }
  .mob-menu-ini #masthead .nav-wrap {
    transition: all 0.6s ease;
  }
  .mob-menu-open #masthead .nav-wrap {
    transform: translateY(0) !important;
    visibility: visible;
  }
  #masthead nav ul {
    flex-direction: column;
    gap: 36px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #masthead nav ul a {
    padding: 0;
    border-radius: 0;
    background: transparent !important;
  }
  #masthead nav ul a {
    font-size: 36px;
    line-height: 100%;
    color: #000000 !important;
  }
  #masthead .site-branding {
    position: relative;
    z-index: 20;
  }
  #hdr-mob-contact-logo {
    position: absolute;
    right: 24px;
    bottom: 24px;
  }
  .hero-section h2,
  .hero-section h1,
  .home-hero-section h1 {
    font-size: 88px;
  }
  h3 {
    font-size: 40px;
  }
  .service-detail-row .body.large p {
    font-size: 20px;
  }
  .service-detail-row .btn-container {
    margin: 20px 0 0;
  }
  .service-detail-item .left .bottom {
    margin: 20px 0 0;
  }
  .hero-section h2 img,
  .home-hero-section h1 img {
    max-width: calc(var(--max-width) * 0.7);
    margin-left: -2%;
    margin-right: -2%;
  }
  .footer-content {
    padding: 0 0 32px;
  }
  #colophon {
    padding: 120px 0 0;
  }
  #colophon > svg {
    top: 0;
  }
  .normal-section-padding {
    padding: 60px 0;
  }
  .normal-section-margin {
    margin: 60px 0;
  }
	.page-bottom-links {
		margin: 0;
	}
	.projects-carousel-section,
	article.type-project .projects-carousel-section {
		padding: 20px 0;
		margin: 40px 0;
	}
  .title-body-row,
  .fifty-fifty-row.tc,
  .tc {
    flex-direction: column;
  }
  .tcr {
    flex-direction: column-reverse;
  }
  .pb-link-item {
    padding: 40px 24px;
    min-height: 344px;
  }
	.contact-options-row p.options-title,
  .contact-option label {
    font-size: 24px;
  }
  .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea {
    font-size: 24px;
  }
  .text-accordion-row .img-container {
    max-width: 400px;
  }
  .text-accordion-inner .quote-box {
    max-width: 100%;
  }
  .text-accordion-inner {
    padding: 24px;
  }
  .accordion-arrow svg {
    width: 40px;
    height: auto;
    display: block;
  }
  .tc > div {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .project-card .project-card-content {
    position: unset;
    transform: unset;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .project-card .bg {
    border-radius: 12px;
    overflow: hidden;
    z-index: unset;
  }
  .project-card .bg .overlay {
    display: none;
  }
	.projects-grid > div:nth-of-type(5n + 1) .project-card-content-inner {
		max-width: 100%;
	}
  .projects-grid > div:nth-of-type(5n + 1),
  .projects-grid > div {
    height: auto;
    border-radius: 0;
  }
  .projects-grid {
    grid-row-gap: 40px;
  }
  .large p,
  .video-text-scroll-content .body p,
  .p-large p,
  .p-large {
    font-size: 24px;
    line-height: 120%;
  }
  .project-card h3 {
    font-size: 36px !important;
  }
  h1 {
    font-size: 58px;
  }
  h1.h2, h2 {
    font-size: 50px;
  }
  .service-fifty-fifty-section h2 {
    font-size: 48px;
  }
  .post-list-top {
    padding: 180px 0 60px;
  }
  .service-detail-item .left {
    padding: 40px 24px;
  }
  .service-detail-item .left,
  .service-detail-item .right {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .service-details-section .top-body {
    padding: 60px 0;
  }
  .large-bottom-text-section {
    padding: 60px 0 0;
  }
  .number-grid-section {
    padding: 0 0 60px;
  }
  .testimonials-swiper {
    max-width: 90%;
  }
  .testimonial-bottom-row {
    margin: 30px 0 0;
  }
  .testimonial-item .img-container {
    height: 400px;
  }
  .testimonial-item .img-container img {
    object-fit: cover;
  }
  .testimoinal-row {
    justify-content: space-between;
  }
  .text-accordion-section .faqs-container {
    margin: 60px 0 0;
  }
  .text-accordion-section .accordion-content-wrap:hover .accordion-content {
    height: 0;
  }
  .text-accordion-section .active .accordion-content-wrap .accordion-content {
    height: var(--height);
  }
  .contact-section {
    padding: 160px 0 60px;
  }
  .project-card {
    border-radius: 0;
  }
  .service-fifty-fifty-section .img-container {
    height: 374px;
  }
  .sub-service-top-row {
    flex-direction: column;
  }
  .sub-service-top {
    padding: 160px 0 60px;
  }
  .post-main-row,
  .post-top-row {
    flex-direction: column;
  } 
  .post-meta-row {
    margin: 60px 0 0;
  }
  .blog-post-main {
    padding: 60px 0;
  }
  .body.xl p {
    font-size: 34px;
  }
  .projects-collaborators h2, .project-media-grid .body h2, .project-free-text-section .body h2 {
    font-size: 48px;
  }
  .collaborators-list li p, .collaborators-list li {
    font-size: 24px;
  }
  .regular-hero-section {
    min-height: 100vh;
    min-height: 100svh;
  }
}
@media all and (max-width: 768px) {
  .project-media-grid,
  .projects-grid {
    display: grid;
    grid-template-columns: 100%;
  }
	.accordion-title h5 {
		font-size: 20px;
	}
	.testimonials-section h2.small,
	.faqs-section h2.small,
	.service-details-section .top-body p,
	.posts-carousel-section h2.small,
	.small-projects-section h2.small,
	.projects-carousel-section h2.small {
		font-size: 28px;
	}
	.posts-main .post-grid > div:nth-of-type(2n),
	.posts-main .post-grid > div:nth-of-type(2n + 1) {
		transition-delay: 0s;
	}
  .service-fifty-fifty-section h2 {
    font-size: 40px;
  }
  .projects-number-row .number-text {
    font-size: 90px;
  }
  .projects-number-row .number-scroll-up {
    height: 81px;
  }
  .projects-number-row .count-up .number-counter-col {
    transform: translateY(calc(-100% + 81px));
  }
  .projects-collaborators h2, .project-media-grid .body h2, .project-free-text-section .body h2 {
    font-size: 40px;
  }
  .collaborators-row {
    gap: 20px;
  }
  .projects-number-row {
    gap: 20px;
  }
	.projects-scrolling-number .body.xl p,
  .body.xl p {
    font-size: 26px;
  }
  .collaborators-list li p, .collaborators-list li {
    font-size: 22px;
  }
  .project-media-grid .body {
    padding: 0;
  }
  .project-media-grid > div {
    grid-column: span 1 !important;
  }
  .pb-links-row > div:nth-of-type(2n + 1) {
    border-right: 0;
  }
  .service-fifty-fifty-section .img-container {
    height: 280px;
  }
	.projects-carousel-section .title-btn-row,
  .title-btn-row {
    flex-direction: column;
    gap: 24px;
	  align-items: flex-start;
  }
  .contact-options-row {
    flex-direction: column;
    gap: 24px;
  }
  .testimonial-bottom-row {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .testimonial-item .left {
    padding: 24px;
  }
  .testimonial-bottom-row .left {
    padding: 0;
  }
  .testimonial-item .img-container {
    height: 240px;
  }
  .capabilities-list li {
    font-size: 16px;
  }
  .service-detail-item .right {
    flex-grow: 1;
  }
  .service-detail-item .left {
    height: 100%;
    
  }
  .service-detail-row .btn-container {
    margin: 20px 0;
  }
  .service-detail-item .left .bottom {
    margin-top: auto;
  }
  .service-detail-row .body.large p {
    font-size: 16px;
  }
  .large p,
  .video-text-scroll-content .body p,
  .p-large p,
  .p-large {
    font-size: 22px;
  }
  #masthead .site-branding .logo {
    width: 110px;
    height: 40px;
    --logo-w: 110px;
    --logo-h: 40px;
  }
  .footer-nav li {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }
  .btn, a.btn {
    font-size: 16px;
    padding: 20px 26px;
  }
  .pb-links-row > div {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .pb-links-row {
    flex-direction: column;
  }
  .home-hero-section {
    padding: 180px 0 100px;
  }
  .post-top h1,
  h1 {
    font-size: 50px;
  }
  .post-top-row .featured-img-container {
    height: auto;
  }
  .accordion-title h2 {
    font-size: 36px;
  }
  .text-accordion-inner .quote-box .body {
    padding-right: 0;
    padding-top: 80px;
  }
  .quote-meta-row {
    flex-direction: column;
    gap: 20px;
  }
  .testimonials-swiper {
    max-width: 94%
  }
  .hero-section h2, .hero-section h1, .home-hero-section h1 {
    font-size: 59px;
	  letter-spacing: -0.02em;
  }
  .hero-section h2 img, .home-hero-section h1 img {
    max-width: calc(var(--max-width) * 0.5);
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
  .projects-grid > div {
    grid-column: span 1 !important;
  }
  .footer-bottom {
    padding-bottom: 42%;
    height: auto;
  }
  .footer-bottom svg {
    top: auto;
    bottom: -11%;
  }
  .footer-content-row {
    flex-direction: column;
  }
  .footer-legal-inner,
  .legal-menu {
    flex-wrap: wrap;
  }
  .numbers-grid > div {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #colophon {
    padding: 90px 0 0;
  }
  .project-card h3 {
    font-size: 34px !important;
  }
  h1.h2, h2 {
    font-size: 44px;
  }
  .post-grid {
    grid-template-columns: 100%;
    grid-row-gap: 40px;
  }
  .post-card-top {
    margin: 0 0 20px;
  }
  .contact-option label {
    gap: 8px;
  }
	.contact-options-row p.options-title,
  .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea,
  .contact-option label {
    font-size: 20px;
  }
  .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea {
    margin: 0 0 20px;
  }
  .contact-option .checkmark {
    width: 24px;
    height: 24px;
  }
  .contact-option .checkmark::after {
    width: 16px;
    height: 16px;
  }
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.hero-animate-measuring .word,
.hero-animate-measuring .headline__img {
  animation: none !important;
  transform: none !important;
}
.hero-animate.by-lines .line {
  opacity: 0;
	display: inline-block;
  transform: translateY(40px);
  animation: lineFadeUp 0.6s ease forwards;
  animation-delay: calc(var(--line-index) * 200ms);
}
.token--img {
	display: inline-block;
}
h1.has-animation {
	opacity: 0;
}
h1.hero-animate {
	opacity: 1;
}
@keyframes lineFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
