@charset "UTF-8";
@font-face {
	font-family: "GTEestiProTextRegular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("GTEestiProTextRegular"), local("GTEestiProTextRegular"), url("../fonts/GTEestiProText-Regular.woff2") format("woff2"), url("../fonts/GTEestiProText-Regular.woff") format("woff");
}
@font-face {
	font-family: "GTEestiProDisplay-Regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("GTEestiProDisplay-Regular"), local("GTEestiProDisplay-Regular"), url("../fonts/GTEestiProDisplay-Regular.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-Regular.woff") format("woff");
}
@font-face {
	font-family: "GTEestiProTextLight";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("GTEestiProTextLight"), local("GTEestiProTextLight"), url("../fonts/GTEestiProText-Light.woff2") format("woff2"), url("../fonts/GTEestiProText-Light.woff") format("woff");
}
@font-face {
	font-family: "GTEestiProDisplayMedium";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("GTEestiProDisplay-Medium"), local("GTEestiProDisplay-Medium"), url("../fonts/GTEestiProDisplay-Medium.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-Medium.woff") format("woff");
}
@font-face {
	font-family: "GTEestiProDisplayBold";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("GTEestiProDisplay-Bold"), local("GTEestiProDisplay-Bold"), url("../fonts/GTEestiProDisplay-Bold.woff2") format("woff2"), url("../fonts/GTEestiProDisplay-Bold.woff") format("woff");
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	text-wrap-style: balance;
}

body {
	margin: 0;
	color: #ffffff;
	padding: 7rem 0 0 0;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: 0ms;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}
img[data-src] {
	position: absolute;
	opacity: 0;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
cite,
address {
	font-weight: normal;
	font-style: normal;
}

ul,
ol,
dl {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object {
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	font: normal 400 100%/1 "GTEestiProTextLight", serif;
}

body {
	font-size: 1rem;
	line-height: 1.125;
}

.text\:1 {
	font-size: 1rem;
	line-height: 1.125;
}
.text\:2 {
	font-size: 1rem;
	line-height: 1.125;
}
.text\:3 {
	font-size: 1rem;
}
.text\:4 {
	font-size: 1.25rem;
	line-height: 1;
}
.text\:5 {
	font-size: 1.5rem;
	line-height: 1.1;
}
.text\:6 {
	font-size: 2.25rem;
}
.text\:7 {
	font-size: 1.25rem;
}
.text\:8 {
	font-size: 2.375rem;
}

.font\:rg {
	font-family: "GTEestiProDisplay-Regular", sans-serif;
}
.font\:md {
	font-family: "GTEestiProDisplayMedium", sans-serif;
}
.font\:bd {
	font-family: "GTEestiProDisplayBold", sans-serif;
}

cite {
	letter-spacing: 0.0225rem;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a[href^="mailto:"], a[href^="tel:"] {
	white-space: nowrap;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

input {
	font: inherit;
}

button {
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: inherit;
	font: inherit;
}

textarea {
	overflow: auto;
	display: block;
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

input[type=search]::-webkit-search-cancel-button {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	        appearance: none;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select {
	-webkit-appearance: none;
	        appearance: none;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 0;
	width: 100%;
	padding: 0.75em 1em;
	background: #f0f0f0;
	color: #000000;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.about header {
	margin: 0 auto 2.25rem 0;
}
.about__copy .copy\:1 + ul li {
	width: 45%;
}
.about__copy .copy\:1 + ul figure {
	aspect-ratio: 360/188;
	filter: grayscale(100%);
	transition: filter 500ms ease;
}
.about__copy .copy\:1 + ul img {
	height: 55%;
	width: 100%;
	object-position: center;
	object-fit: contain;
}
.about__copy > ul {
	margin: 3.75rem auto 0 0;
	flex-wrap: wrap;
	column-gap: 1.5rem;
	row-gap: 1.75rem;
}
.about__image {
	aspect-ratio: 582/687;
	width: 32.54%;
}
.about__quote {
	margin: auto 0 0 0;
	max-width: 24.0625rem;
	width: 100%;
}
.about__quote blockquote > div > p {
	text-indent: -0.625rem;
}
.about__quote cite {
	display: block;
	margin: 0.5rem 0 0 0;
}
.about .wrap > .flex {
	column-gap: 1rem;
}

.article .copy\:article {
	margin: 4.375rem auto 0 0;
	width: 90%;
}

.contact__details h2 {
	margin: 0 0 0.5rem 0;
}
.contact__panel {
	gap: 1rem;
}
.contact__jobs {
	margin: 4.6875rem 0 0 0;
}
.contact__jobs .grid\:2 > div > div > h2 {
	margin: 0 0 1.5rem 0;
}

.page-template-tpl-contact main {
	padding: 0 0 4.6875rem 0;
}

.copy-image .copy\:article > *:not(:first-child) {
	max-width: 45.8125rem;
}

.copy-section__container {
	width: 90%;
	max-width: 72.375rem;
}
.copy-section__podcast .copy-section__container {
	max-width: 46rem;
	width: 90%;
}

.cta {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 auto 0 auto;
}

.cta__icons {
	display: grid;
	grid-template-columns: repeat(22, 1fr);
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
}

.cta__icons .arrow {
	background-image: url(../images/cta-arrow.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 60%;
	width: 5vw;
	height: 5vw;
	transform-origin: center;
}

.cta__heading {
	background: #000000;
	height: 4.5rem;
	width: 41.69vw;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	position: absolute;
	z-index: 2;
}
.cta__heading p {
	transition: opacity 250ms ease, color 250ms ease;
}

.episodes__podcasts > h2 {
	margin: 0 0 1.875rem 0;
}

.featured-news .wrap {
	position: relative;
}
.featured-news .grid {
	margin: 2rem 0 0 0;
}
.featured-news header {
	margin: 0 0 1.875rem 0;
}

.features .grid\:2 {
	row-gap: 3.625rem;
}

.filters ul {
	gap: 0.75rem;
}
.filters .button.active {
	background: #9B44F4;
	color: #ffffff;
}

.hero {
	margin: 0 0 4.6875rem 0;
}
.hero figure {
	margin: 1.5rem 0 0 0;
}
.hero figcaption {
	margin: 0.75rem auto 0 0;
}

.single-post .hero {
	margin: 0;
}

.idle {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: -70vh;
	height: 23.78125rem;
	width: 7.3125rem;
	z-index: 9999;
	cursor: pointer;
	animation: none; /* 🚨 important */
}
.idle__popped {
	display: none;
}

.idle.is-animating {
	animation: idleFloat 8s linear forwards;
}

@keyframes idleFloat {
	0% {
		bottom: -70vh;
	}
	50% {
		bottom: 50vh;
	}
	100% {
		bottom: 140vh;
	}
}
.idle.is-fixed {
	animation: none;
	bottom: 50vh;
	transform: translate(-50%, -50%);
}

.idle.is-fixed .idle__default {
	display: none;
}

.idle.is-fixed .idle__popped {
	display: block;
}

.idle.is-fixed {
	bottom: auto;
	transform: none;
}

.job__card footer {
	margin: 1rem 0 0 0;
}

.single-jobs main {
	padding: 0 0 4.6875rem 0;
}

.job__overview, .job__essentials, .job__responsibilities {
	margin: 0 0 4.6875rem 0;
	width: 83%;
}
.job__section h2 {
	margin: 0 0 0.5rem 0;
}
.job__applications {
	max-width: 37.625rem;
	width: 100%;
}
.job__details {
	margin: 4.375rem auto 0 0;
}

.landing {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 300;
	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
	transition: -webkit-clip-path 1000ms cubic-bezier(0.7, 0, 0, 1);
	transition: clip-path 1000ms cubic-bezier(0.7, 0, 0, 1);
	transition: clip-path 1000ms cubic-bezier(0.7, 0, 0, 1), -webkit-clip-path 1000ms cubic-bezier(0.7, 0, 0, 1);
}
.landing #rive-canvas {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 2.5rem);
	height: auto;
}
.landing__text h2 {
	overflow: hidden;
	position: relative;
}
.landing__text span {
	display: block;
	transform: translateY(100%);
	transition: transform 1000ms cubic-bezier(0.7, 0, 0, 1);
}

.has-landing {
	overflow: hidden;
}

.wipe-landing .landing {
	-webkit-clip-path: inset(0 0 100% 0);
	        clip-path: inset(0 0 100% 0);
}
.wipe-landing .landing__text span {
	transform: translateY(-0.25vw);
}

body.home:not(.has-landing) .landing__text h2 span {
	transform: translateY(-0.25vw) !important;
}

.logo-gallery {
	text-align: center;
}
.logo-gallery .swiper {
	border-radius: 0.75rem;
	height: 54.45vw !important;
}
.logo-gallery figure {
	align-items: center;
	justify-content: center;
	height: 100%;
}
.logo-gallery img {
	object-fit: contain;
	object-position: center;
	display: block;
	margin: 0 auto;
	max-height: 4rem;
}
.logo-gallery p {
	margin: 1.875rem 0 0 0;
}
.logo-gallery .swiper-slide {
	height: 100% !important;
}

.more figure {
	margin: 1.875rem 0 0 0;
}
.more video {
	cursor: url("../images/cursor.svg") 64 64, auto;
}

.site-navicon {
	display: block;
	height: 1.25rem;
	width: 1.25rem;
}
.site-navicon svg {
	transition: transform 250ms ease;
}
.site-navicon path {
	transition: fill 250ms ease;
}

.has-mobile-nav .site-navicon svg {
	transform: rotate(90deg);
}

.news .grid {
	margin: 1.5rem 0 0 0;
}

.original, .original a {
	display: block;
	position: relative;
	overflow: hidden;
}
.original footer {
	margin: 1rem 0 0 0;
}
.original .cover {
	transition: transform 750ms cubic-bezier(0.7, 0, 0, 1);
	transform: scale(1.06);
}
.original .overlay {
	opacity: 0;
	transition: opacity 750ms cubic-bezier(0.7, 0, 0, 1), transform 750ms cubic-bezier(0.7, 0, 0, 1);
	position: absolute;
	inset: 0;
	top: 50%;
	transform: translateY(-50%) scale(1.094);
}
.original.episode__podcast .overlay {
	transform: translateY(-50%) scale(1.74);
}

.our-work .grid {
	margin: 2rem 0 0 0;
}
.our-work .wrap {
	position: relative;
}
.our-work .grid\:3 {
	row-gap: 3.375rem;
}
.our-work header {
	margin: 0 0 1.875rem 0;
}

.page-spacing {
	padding: 0 0 4.6875rem 0;
}

.panel {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0.75rem;
	padding: 1.5rem 1.5rem 2.5rem 1.5rem;
}
.panel h2 + * {
	margin: 1.5rem auto 0 0;
}
.panel ul {
	list-style: disc;
}

.podcast-description__content {
	width: 83%;
}
.podcast-description h2 {
	margin: 0 0 1.875rem 0;
}
.podcast-description h3 {
	margin: 1.25rem 0 0.75rem 0;
}
.podcast-description h3 + ul {
	gap: 0.5rem;
}
.post-card footer {
	margin: 0.9375rem 0 0 0;
}
.post-card h2 {
	margin: 1rem 0 0 0;
}
.post-card h2 + p {
	max-width: 31.25rem;
	margin: 0.375rem auto 0 0;
}
.post-card .cover {
	transition: transform 750ms cubic-bezier(0.7, 0, 0, 1);
	transform: scale(1.06);
}
.post-card .overlay {
	opacity: 0;
	transition: opacity 750ms cubic-bezier(0.7, 0, 0, 1), transform 750ms cubic-bezier(0.7, 0, 0, 1);
	position: absolute;
	inset: 0;
	top: 50%;
	transform: translateY(-50%) scale(1.2);
}

.profile-card figure + * {
	margin: 1rem 0 0 0;
}
.profile-card figure + * h2 + p {
	margin: 0.1875rem 0 0 0;
}
.profile-card figure + * > div {
	margin: 1rem auto 0 0;
	max-width: 33.25rem;
}

.project-card footer {
	margin: 1rem 0 0 0;
}
.project-card .cover {
	transition: transform 750ms cubic-bezier(0.7, 0, 0, 1);
	transform: scale(1.06);
}
.project-card .overlay {
	opacity: 0;
	transition: opacity 750ms cubic-bezier(0.7, 0, 0, 1), transform 750ms cubic-bezier(0.7, 0, 0, 1);
	position: absolute;
	inset: 0;
	top: 50%;
	transform: translateY(-50%) scale(1.485);
}

.project-hero {
	margin: 0 auto 4.6875rem auto;
}
.project-hero header {
	margin: 0 0 1.5rem 0;
}
.project-hero header * {
	font-weight: normal;
}
.project-hero figure + div {
	margin: 4.6875rem 0 0 0;
}
.project-hero aside h2 + ul {
	margin: 0.25rem 0 0 0;
}
.project-hero aside li:not(:last-child) {
	margin: 0 0 0.1875rem 0;
}
.project-hero aside div + div {
	margin: 1.5rem 0 0 0;
}

.quote-image__content,
.quote-image figure {
	width: 100%;
}
.quote-image__section:not(:last-child) {
	margin: 0 0 5rem 0;
}
.quote-image .flex {
	align-items: flex-start;
}
.quote-image cite {
	display: block;
	margin: 1.5rem auto 0 0;
}

.quote blockquote > div {
	margin: 0 auto;
	width: 100%;
	width: 92.26%;
}
.quote blockquote,
.quote cite {
	text-align: center;
}
.quote cite {
	display: block;
	margin: 1.25rem auto 0 auto;
	letter-spacing: 0.03rem;
}

em {
	font-style: unset;
}

.section {
	padding: 0 0 4.6875rem 0;
}

.similar .wrap > header {
	margin: 0 0 1.875rem 0;
}

.site-footer {
	padding: 1.375rem 0 2rem 0;
}
.site-footer .button {
	display: inline-flex;
	gap: 0.625rem;
}
.site-footer__details {
	max-width: 26.9375rem;
}
.site-footer__details > p {
	margin: 2.125rem 0 0 0;
}
.site-footer__details > div {
	margin: 0 0 1.625rem 0;
}
.site-footer__container {
	margin: 0 0 6.875rem 0;
}
.site-footer__navigation {
	align-items: flex-start;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 1.25rem;
}
.site-footer__navigation ul {
	row-gap: 0.9375rem;
	flex-direction: column;
}
.site-footer__navigation nav {
	display: grid;
	column-gap: 1.25rem;
	grid-column-start: 1;
	grid-column-end: 2;
}
.site-footer__socials {
	flex-direction: column;
}
.site-footer img {
	width: 100%;
}
.site-footer a {
	color: #000000;
}
.site-footer a + p {
	display: block;
	margin: 2.25rem auto 0 0;
	opacity: 0.5;
}
.site-footer .bg\:tint {
	background: rgba(0, 0, 0, 0.1);
}
.site-footer .bg\:tint svg path {
	fill: #000000;
}

.site-header {
	background: rgba(242, 242, 242, 0);
	padding: 2rem 0;
	position: fixed;
	top: 0;
	border-radius: 2.5rem;
	transform: translateX(-50%);
	left: 50%;
	-webkit-backdrop-filter: blur(1.5rem);
	        backdrop-filter: blur(1.5rem);
	transition: height 500ms cubic-bezier(0.4, 0, 0.2, 1), border-radius 500ms cubic-bezier(0.4, 0, 0.2, 1), background 500ms cubic-bezier(0.4, 0, 0.2, 1), width 500ms cubic-bezier(0.4, 0, 0.2, 1), padding 500ms cubic-bezier(0.4, 0, 0.2, 1), border-radius 500ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	z-index: 100;
}
.site-header .wrap {
	transition: padding 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.headroom--not-top {
	background: rgba(255, 255, 255, 0.1);
	padding: 1.25rem 0;
	top: 1rem;
	width: 92%;
}
.site-header.headroom--not-top .wrap {
	padding: 0 1.25rem;
}
.site-header > .flex {
	align-items: center;
}

.site-logo {
	display: block;
	transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-logo,
.site-logo canvas {
	width: 4.125rem;
}
.site-logo path {
	transition: fill 250ms ease;
}
.site-logo svg {
	display: block;
}
.site-nav ul {
	gap: 2.75rem;
}
.site-nav a {
	letter-spacing: 0.08rem;
}
.site-nav .is-active a {
	color: #9B44F4;
}
.has-mobile-nav .site-header {
	border-radius: 1.75rem;
}

.standfirst .copy\:article {
	max-width: 58.75rem;
}
.steps .wrap > div > ul {
	width: 90%;
}
.steps .wrap .steps__animation {
	aspect-ratio: 1/1;
	border-radius: 1.25rem;
}
.steps .wrap .steps__animation #rive-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.steps canvas {
	height: auto !important;
	width: 100% !important;
}
.steps .step:not(:last-child) {
	margin: 0 0 2rem 0;
}
.steps .step h2 + div {
	margin: 0.5rem auto 0 0;
}
.steps #rive-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.steps #rive-canvas {
	width: 100%;
	height: 100%;
	display: block;
}

.team > div > header {
	margin: 0 0 1.875rem 0;
}
.team .grid\:3 {
	row-gap: 3.375rem;
}

.text-image__sections {
	width: 90%;
}
.text-image__sections h2 + * {
	margin: 1.5rem auto 0 0;
}
.text-image__section:not(:last-child) {
	margin: 0 0 5rem 0;
}
.text-image .flex {
	align-items: flex-start;
}
.text-image figure {
	width: 100%;
}

.three-images\:stacked-left > div > div, .three-images\:stacked-right > div > div {
	gap: 0.875rem;
}

.trust-bar header {
	margin: 0 0 1.875rem 0;
}

.two-images\:50-50 figure {
	aspect-ratio: 885/589;
}
.two-images\:offset-left .grid {
	grid-template-columns: 66.38% 32.77%;
}
.two-images\:offset-left figure {
	aspect-ratio: 1185/789;
}
.two-images\:offset-left figure + figure {
	aspect-ratio: 585/789;
}
.two-images\:offset-right .grid {
	grid-template-columns: 32.77% 66.38%;
}
.two-images\:offset-right figure {
	aspect-ratio: 585/789;
}
.two-images\:offset-right figure + figure {
	aspect-ratio: 1185/789;
}

.video-modal {
	background: rgba(0, 0, 0, 0);
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	opacity: 0;
	pointer-events: none;
	transition: opacity 750ms ease, background 750ms ease;
	z-index: 200;
}
.video-modal video {
	cursor: auto;
}
.video-modal__controls {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100vw;
	z-index: 201;
}
.video-modal__controls > .flex {
	padding: 0 1.875rem 1.875rem 1.875rem;
}
.video-modal__controls .flex .flex {
	gap: 1rem;
}
.video-modal__play, .video-modal__sound, .video-modal__collapse {
	height: 3rem;
	width: 3rem;
	cursor: pointer;
}
.video-modal__play path, .video-modal__sound path, .video-modal__collapse path {
	transition: fill 250ms ease, stroke 250ms ease;
}
.video-modal__play svg, .video-modal__sound svg, .video-modal__collapse svg {
	display: block;
	height: 100%;
	width: 100%;
}
.video-modal__play.is-playing .video-modal__pause-icon {
	display: block;
}
.video-modal__play.is-playing .video-modal__play-icon {
	display: none;
}
.video-modal__play:not(.is-playing) .video-modal__pause-icon {
	display: none;
}
.video-modal__play:not(.is-playing) .video-modal__play-icon {
	display: block;
}
.video-modal__sound.is-muted .video-modal__mute-icon {
	display: block;
}
.video-modal__sound.is-muted .video-modal__sound-icon {
	display: none;
}
.video-modal__sound:not(.is-muted) .video-modal__mute-icon {
	display: none;
}
.video-modal__sound:not(.is-muted) .video-modal__sound-icon {
	display: block;
}

.has-video-modal {
	overflow: hidden;
}
.has-video-modal .video-modal {
	opacity: 1;
	pointer-events: all;
	background: rgba(0, 0, 0, 0.75);
}

.what-we-do {
	position: relative;
}
.what-we-do header {
	margin: 0 auto 2.5rem 0;
}
.what-we-do__copy > div > .flex {
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 auto 0 0;
	max-width: 40.875rem;
	width: 100%;
}
.what-we-do__copy .copy\:1 > *:first-child {
	font-size: 2.3125rem;
	line-height: 1.1;
}
.what-we-do__copy + .button {
	margin: 1.75rem 0 0 0;
}
.what-we-do .grid {
	align-items: flex-start;
}
.what-we-do__sections > div {
	align-items: flex-start;
}
.what-we-do__sections + div {
	flex-direction: column;
	align-items: flex-start;
	row-gap: 1.3125rem;
}
.what-we-do__sections li p {
	overflow: hidden;
}
.what-we-do__sections li span:first-child {
	transition: margin-left 250ms ease;
}
.what-we-do__sections li span:first-child {
	margin-left: -2.4375rem;
}
.what-we-do__sections li > p {
	align-items: center;
	opacity: 0.2;
	transition: opacity 250ms ease;
	gap: 0.75rem;
}
.what-we-do__sections li.active-scroll-section span:first-child {
	margin-left: 0;
}
.what-we-do__sections li.active-scroll-section > p {
	opacity: 1;
}
.what-we-do__sections .scroll-panel {
	display: none;
}
.what-we-do__sections .scroll-panel figure {
	aspect-ratio: 4/5;
}
.what-we-do__sections .scroll-panel.active-scroll-panel {
	display: block;
}
.what-we-do__sections figure + .copy\:1 {
	margin: 1.125rem 0 0 0;
}
.what-we-do__sections .active-scroll-section > p {
	opacity: 1;
}
.what-we-do__sections li:not(:last-of-type) > p {
	margin: 0 0 1.625rem 0;
}
.what-we-do__arrow svg {
	display: block;
	width: 1.5625rem;
	height: 1.3125rem;
}

.ar {
	position: relative;
	overflow: hidden;
}
.ar\:hero {
	aspect-ratio: 362/306;
}
.ar\:hero-home {
	aspect-ratio: 362/306;
}
.ar\:card {
	aspect-ratio: 585/750;
}
.ar\:logo-tile {
	aspect-ratio: 585/348;
}
.ar\:post-card {
	aspect-ratio: 585/394;
}
.ar\:portrait {
	aspect-ratio: 585/877;
}
.ar\:landscape {
	aspect-ratio: 885/589;
}
.ar\:portrait-stacked {
	aspect-ratio: 885/1193;
}
.ar\:squared {
	aspect-ratio: 885/835;
}

.button {
	border-radius: 4.25rem;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	transition: background 250ms ease;
	padding: 0.75rem 1.25rem;
	overflow: hidden;
	cursor: pointer;
	white-space: nowrap;
}
.button span {
	letter-spacing: 0.03rem;
}
.button p {
	align-items: center;
	gap: 0.625rem;
}
.button svg {
	transition: transform 250ms ease;
	transform: translateY(0.0625rem) rotate(90deg);
	transform-origin: center center;
	width: 0.875rem;
	height: 0.875rem;
}
.button:hover svg {
	transform: translateY(0.0625rem) rotate(0deg);
}

.copy\:body > *:not(:last-child):not(li) {
	margin: 0 0 1.125rem 0;
}
.copy\:1 a, .copy\:2 a, .copy\:article a {
	text-decoration: underline;
	transition: unset;
}
.copy\:1 > *:not(:last-child):not(li) {
	margin: 0 0 1rem 0;
}
.copy\:1 li:not(:last-child) {
	margin: 0 0 0.4375rem 0;
}
.copy\:1 li {
	padding-left: 1.25rem;
	text-indent: -1rem;
}
.copy\:1 ul {
	list-style: disc;
	list-style-position: inside;
}
.copy\:2 > *:not(:last-child):not(li) {
	margin: 0 0 0.6875rem 0;
}
.copy\:2 li {
	padding-left: 1.25rem;
	text-indent: -1.35rem;
}
.copy\:2 li:not(:last-child) {
	margin: 0 0 0.75rem 0;
}
.copy\:2 ul {
	list-style: disc;
	list-style-position: inside;
}
.copy\:article > *:first-child {
	font-family: "GTEestiProTextRegular";
	margin: 0 0 1rem 0 !important;
}
.copy\:article > *:not(:first-child) {
	font-size: 1rem;
	line-height: 1.125;
}
.copy\:article > *:not(:last-child):not(li) {
	margin: 0 0 1.5rem 0;
}
.copy strong {
	font-family: "GTEestiProTextRegular", sans-serif;
}

.embed {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 56.25%;
}
.embed embed,
.embed iframe,
.embed object,
.embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.error.section {
	padding-top: 0;
	min-height: 100dvh;
}

::selection {
	background: #9B44F4;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
/* FONT_END */
:root {
	--swiper-theme-color: #007aff;
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	--swiper-wrapper-transition-timing-function: initial;
	*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	        scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	        scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: none;
	        scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	        margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	        margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 10px;
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */
:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	--swiper-pagination-left: auto;
	--swiper-pagination-right: 8px;
	--swiper-pagination-bottom: 8px;
	--swiper-pagination-top: auto;
	--swiper-pagination-fraction-color: inherit;
	--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
	--swiper-pagination-progressbar-size: 4px;
	--swiper-pagination-bullet-size: 8px;
	--swiper-pagination-bullet-width: 8px;
	--swiper-pagination-bullet-height: 8px;
	--swiper-pagination-bullet-border-radius: 50%;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 4px;
	--swiper-pagination-bullet-vertical-gap: 6px;
	*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	/*
	--swiper-scrollbar-border-radius: 10px;
	--swiper-scrollbar-top: auto;
	--swiper-scrollbar-bottom: 4px;
	--swiper-scrollbar-left: auto;
	--swiper-scrollbar-right: 4px;
	--swiper-scrollbar-sides-offset: 1%;
	--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
	--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
	--swiper-scrollbar-size: 4px;
	*/
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.bg\:body {
	background: #000000;
}
.bg\:light {
	background: #ffffff;
}
.bg\:highlight {
	background: #9B44F4;
}
.bg\:warn {
	background: #DC3232;
}
.bg\:success {
	background: #27AE60;
}
.bg\:tint {
	background: rgba(255, 255, 255, 0.1);
}

.colour\:body {
	color: #000000;
}
.colour\:light {
	color: #ffffff;
}
.colour\:highlight {
	color: #9B44F4;
}
.colour\:warn {
	color: #DC3232;
}
.colour\:success {
	color: #27AE60;
}
.colour\:tint {
	color: rgba(255, 255, 255, 0.1);
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
}

[data-barba=container],
#content {
	transition: opacity 500ms ease, margin-top 500ms ease;
	opacity: 1;
}

main {
	transition: background 500ms ease;
}

.fade-content [data-barba=container],
.fade-content #content {
	opacity: 0;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}
.grid\:2 {
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
}
.grid\:3 {
	gap: 2rem;
	grid-template-columns: repeat(1, 1fr);
}
.grid\:project {
	gap: 4.6875rem;
}
.grid\:4 {
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(2.5rem);
	transition: opacity 750ms cubic-bezier(0.7, 0, 0, 1), transform 750ms cubic-bezier(0.7, 0, 0, 1);
	transition-delay: 250ms;
}

[data-reveal=revealed] {
	opacity: 1;
	transform: translateY(0);
}

.spacious {
	justify-content: space-between;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.wrap {
	padding: 0 1.25rem;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 630px) {
	.grid\:3 {
		gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 860px) {
	body {
		padding: 21.25rem 0 0 0;
	}
	html {
		font: normal 400 75%/1 "GTEestiProTextLight", serif;
	}
	.text\:1 {
		font-size: 1.375rem;
		line-height: 1.1;
		letter-spacing: 0.0275rem;
	}
	.text\:2 {
		font-size: 1.625rem;
		line-height: 1.19;
	}
	.text\:3 {
		font-size: 1.75rem;
		letter-spacing: 0.035rem;
		line-height: 1.1;
	}
	.text\:4 {
		font-size: 2.3125rem;
	}
	.text\:5 {
		font-size: clamp(24.3px, 3.33vw, 64px);
		letter-spacing: clamp(0.576px, 0.066vw, 1.28px);
		line-height: 1.1;
	}
	.text\:6 {
		font-size: clamp(45px, 5.2vw, 100px);
		letter-spacing: clamp(0.45px, 0.052vw, 1px);
		line-height: 1;
	}
	.text\:8 {
		font-size: clamp(35.1px, 4.0625vw, 78px);
	}
	.text\:9 {
		font-size: 1.375rem;
		line-height: 1.1;
	}
	cite {
		letter-spacing: 0.03rem;
	}
	.about header {
		margin: 0 auto 6.25rem auto;
	}
	.about__copy .copy\:1 + ul {
		row-gap: 1rem;
	}
	.about__copy {
		max-width: 26.25rem;
		width: 100%;
	}
	.article .copy\:article {
		margin: 0 auto 0 0;
		max-width: 55.3125rem;
		width: 100%;
		padding-right: 0;
	}
	.contact__details h2 {
		margin: 0 0 1.5rem 0;
	}
	.contact__text {
		width: 36.4%;
	}
	.contact__panel {
		grid-column-start: 2;
		grid-column-end: 4;
	}
	.contact__address {
		width: 23.9%;
	}
	.contact__jobs {
		margin: 7.375rem 0 0 0;
	}
	.contact__jobs ul {
		margin: 0.75rem 0 0 0;
	}
	.contact__jobs .grid {
		grid-column-start: 2;
		grid-column-end: 4;
	}
	.contact__jobs div > h2 + .copy\:1 {
		margin: 1.5rem 0 0 0;
	}
	.page-template-tpl-contact main {
		padding: 0 0 18.125rem 0;
	}
	.copy-section__container {
		width: 64.85%;
	}
	.copy-section .grid\:2 {
		gap: 2.5rem;
	}
	.copy-section__podcast .copy-section__container {
		width: 100%;
	}
	.cta {
		margin: -2.875rem auto 9.0625rem auto;
	}
	.cta__heading {
		height: 11.1vw;
		width: 31.6875vw;
	}
	.episodes__podcasts > h2 {
		margin: 0 0 3.25rem 0;
	}
	.featured-news .wrap > div {
		text-align: right;
	}
	.featured-news header {
		margin: 0 0 clamp(10.8px, 1.25vw, 24px) 0;
	}
	.filters ul {
		gap: 1rem;
	}
	.filters ul {
		justify-content: flex-end;
	}
	.hero {
		margin: 0 0 9.0625rem 0;
	}
	.hero figure {
		margin: clamp(23.4px, 2.7vw, 52px) 0 0 0;
	}
	.hero figcaption {
		margin: 1.25rem auto 0 0;
	}
	.job__card h2 {
		margin: 0.75rem 0 0 0;
	}
	.single-jobs main {
		padding: 0 0 18.5rem 0;
	}
	.job__overview, .job__essentials, .job__responsibilities {
		margin: 0 0 6.375rem 0;
		width: 66.38%;
	}
	.job__section h2 {
		margin: 0 0 1.5rem 0;
	}
	.job__details {
		margin: 8.125rem auto 6.375rem 0;
	}
	.landing #rive-canvas {
		width: 33.85vw;
	}
	.logo-gallery .swiper {
		border-radius: 1.25rem;
		height: 20vw !important;
	}
	.logo-gallery img {
		max-height: 8rem;
	}
	.more figure {
		margin: 3.125rem 0 0 0;
	}
	.more.section {
		padding: 9.0625rem 0 18.125rem 0;
	}
	.site-navicon {
		display: none;
	}
	.news .grid {
		margin: clamp(23.4px, 2.7vw, 52px) 0 0 0;
	}
	.news .grid\:3 {
		row-gap: 3.75rem;
	}
	.original footer {
		margin: 1.4375rem auto 0 0;
	}
	.original h2 + p {
		margin: 0.375rem auto 0 0;
	}
	.our-work .grid {
		min-height: calc(100vh - 31.875rem);
	}
	.our-work .wrap > div {
		text-align: right;
	}
	.our-work header {
		margin: 0 0 clamp(10.8px, 1.25vw, 24px) 0;
	}
	.page-spacing {
		padding: 0 0 18.125rem 0;
	}
	.panel {
		border-radius: 1.25rem;
		padding: 3.25rem 2.5rem 5rem 2.5rem;
	}
	.panel h2 + * {
		margin: 3rem auto 0 0;
	}
	.podcast-description h2 {
		margin: 0 0 3.25rem 0;
	}
	.podcast-description h3 {
		margin: 3.125rem 0 2rem 0;
	}
	.podcast-description h3 + ul {
		gap: 1rem;
	}
	.post-card__category {
		letter-spacing: 0.03rem;
	}
	.post-card footer {
		margin: 0.75rem 0 0 0;
	}
	.post-card h2 {
		margin: 0.6875rem 0 0 0;
	}
	.profile-card figure + * {
		margin: 1.625rem 0 0 0;
	}
	.profile-card figure + * > div {
		margin: 1.5rem auto 0 0;
	}
	.project-card footer {
		margin: 1.625rem 0 0 0;
	}
	.project-card h2 + p {
		margin: 0.375rem auto 0 0;
	}
	.project-hero {
		margin: 0 auto 9.375rem auto;
	}
	.project-hero header {
		margin: 0 0 3.5rem 0;
	}
	.project-hero figure + div {
		margin: 18.75rem 0 0 0;
	}
	.project-hero aside h2 + ul {
		margin: 1.5rem 0 0 0;
	}
	.project-hero aside div + div {
		margin: 3.4375rem 0 0 0;
	}
	.quote-image__content {
		width: 41.17%;
	}
	.quote-image figure {
		width: 49.57%;
	}
	.quote blockquote > div {
		width: 58.9375vw;
	}
	.section {
		padding: 9.0625rem 0;
	}
	.section:last-child {
		padding: 9.0625rem 0 18.125rem 0;
	}
	.similar .wrap > header {
		margin: 0 0 3.125rem 0;
	}
	.site-footer {
		padding: 3.5rem 0 3.75rem 0;
	}
	.site-footer__details {
		margin: 0 0 0 auto;
	}
	.site-footer__details > div {
		margin: 0 0 2.5rem 0;
	}
	.site-footer__container {
		margin: 0 0 16.5rem 0;
	}
	.site-footer__navigation {
		grid-template-columns: repeat(3, 1fr);
	}
	.site-footer__details, .site-footer__navigation {
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.site-header {
		padding: 3.5rem 0;
	}
	.site-header.headroom--not-top {
		top: 2rem;
		width: 66rem;
	}
	.site-header.headroom--not-top .site-logo {
		width: 4.875rem;
	}
	.site-header.headroom--not-top .wrap {
		padding: 0 2rem;
	}
	.site-logo,
.site-logo canvas {
		width: 8.875rem;
	}
	.page-template-tpl-approach .standfirst .copy\:article {
		width: 41.69vw;
	}
	.steps .grid {
		align-items: flex-start;
	}
	.steps .wrap > div > ul {
		width: 85%;
	}
	.steps .step:not(:last-child) {
		margin: 0 0 6.375rem 0;
	}
	.steps .step h2 + div {
		margin: 1.5rem auto 0 0;
	}
	.steps .step {
		opacity: 0.2;
		transition: opacity 250ms ease;
	}
	.steps .step.is-active {
		opacity: 1;
	}
	.steps .steps__animation {
		position: -webkit-sticky;
		position: sticky;
		top: 25vh;
		overflow: hidden;
	}
	.team > div > header {
		margin: 0 0 6.375rem 0;
	}
	.text-image__sections {
		width: 32%;
	}
	.text-image figure {
		width: 49.57%;
	}
	.trust-bar header {
		margin: 0 auto clamp(45px, 5.2vw, 100px) auto;
	}
	.video-modal__play, .video-modal__sound, .video-modal__collapse {
		height: 4rem;
		width: 4rem;
	}
	.has-video-modal .video-modal {
		background: rgb(0, 0, 0);
	}
	.what-we-do header {
		margin: 0 auto 6.25rem 0;
	}
	.what-we-do__copy .copy\:1 > *:not(:first-child) {
		font-size: 1.625rem;
		line-height: 1.19;
	}
	.what-we-do__copy {
		width: 100%;
	}
	.what-we-do__sections li span:first-child {
		margin-left: -2.69vw;
	}
	.what-we-do__sections li span + span {
		transform: translateY(-0.3125rem);
		white-space: nowrap;
	}
	.what-we-do__sections li > p {
		margin: 0 0 clamp(16.65px, 1.92vw, 37px) 0;
	}
	.what-we-do__sections div > ul + ul {
		position: absolute;
		left: auto;
		right: 0;
		margin: 0 0 0 auto;
		width: 22.6525vw;
		transform: translateY(-7.625rem);
	}
	.what-we-do__sections div > ul + ul li {
		position: -webkit-sticky;
		position: sticky;
		top: 5rem;
	}
	.what-we-do__sections li:not(:last-of-type) > p {
		margin: 0 0 clamp(16.65px, 1.92vw, 37px) 0;
	}
	.what-we-do__arrow svg {
		height: 1.5625vw;
		width: 1.86vw;
	}
	.ar\:hero {
		aspect-ratio: 1785/775;
	}
	.ar\:hero-home {
		aspect-ratio: 1785/1004;
	}
	.copy\:1 > *:not(:last-child):not(li) {
		margin: 0 0 1.875rem 0;
	}
	.copy\:1 li {
		padding-left: 2rem;
		text-indent: -2rem;
	}
	.copy\:2 > *:not(:last-child):not(li) {
		margin: 0 0 1.9375rem 0;
	}
	.copy\:2 li {
		padding-left: 2.25rem;
		text-indent: -2.25rem;
	}
	.copy\:article > *:first-child {
		font-size: clamp(24.3px, 2.8125vw, 64px);
		line-height: 1.1;
		letter-spacing: clamp(0.576px, 0.066vw, 1.28px);
		margin: 0 0 2.5625rem 0 !important;
		width: 90%;
	}
	.copy\:article > *:not(:first-child) {
		font-size: 1.375rem;
		line-height: 1.1;
		letter-spacing: 0.035rem;
	}
	.mobile {
		display: none;
	}
	.grid\:2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid\:project {
		gap: 1.5rem;
		grid-template-columns: 40.56% 57.53%;
	}
	.wrap {
		padding: 0 4.25rem;
	}
}
@media screen and (min-width: 1200px) {
	.grid\:3 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1280px) {
	html {
		font: normal 400 87.5%/1 "GTEestiProTextLight", serif;
	}
}
@media screen and (min-width: 1600px) {
	html {
		font: normal 400 100%/1 "GTEestiProTextLight", serif;
	}
}
@media screen and (min-width: 1920px) {
	.what-we-do__sections li span:first-child {
		margin-left: -3.25rem;
	}
}
@media screen and (max-width: 1200px) {
	.panels.section .grid\:2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 860px) {
	.about__copy .copy\:1 {
		margin: 0 auto 3.375rem 0;
		width: 90%;
	}
	.about__copy .copy\:1 + ul {
		justify-content: space-evenly;
		max-width: 80.4%;
		margin: 0 auto;
	}
	.about__copy .copy\:1 + ul img {
		max-height: 3rem;
	}
	.about__quote {
		margin: 2.375rem auto 0 auto;
		text-align: center;
	}
	.about__quote cite {
		font-size: 0.5rem;
	}
	.about__image, .about__quote {
		width: 67.4%;
	}
	.about__image {
		margin: 3.75rem auto 0 auto;
	}
	.about .wrap > .flex {
		flex-direction: column;
	}
	.contact__details .grid\:3 {
		gap: 1rem;
	}
	.contact .text\:5 {
		font-size: 2.25rem;
	}
	.contact__panel {
		flex-direction: column;
	}
	.contact__jobs div > h2 {
		font-size: 1.5rem;
	}
	.contact__jobs .text\:1 {
		font-size: 1rem;
	}
	.contact__jobs .grid\:2 {
		gap: 2rem;
	}
	.contact__jobs .grid\:3 {
		row-gap: 1.875rem;
	}
	.episodes__podcasts .episode .text\:3 {
		font-size: 1.25rem;
	}
	.episodes__podcasts .episode .text\:2 {
		font-size: 1rem;
		line-height: 1.125;
		margin: 0.1875rem 0 0 0;
	}
	.featured-news .swiper {
		transform: translateX(-1.25rem);
		width: calc(100% + 2.5rem);
	}
	.featured-news header + div {
		position: absolute !important;
		top: 0;
		left: auto;
		right: 1.25rem;
		width: 5rem !important;
		transform: unset !important;
	}
	.hero header {
		max-width: 26rem;
	}
	.hero + .section {
		padding-top: 0;
	}
	.home .hero header {
		max-width: 17.625rem;
	}
	.job__card footer {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.job__card h2.text\:1 {
		font-size: 1.25rem;
	}
	.job__overview {
		margin-top: -1.25rem;
	}
	.job__section .text\:3 {
		font-size: 1.25rem;
	}
	.job__applications {
		margin: 4.6875rem 0 0 0;
	}
	.job__responsibilities .grid\:2 {
		row-gap: 2rem;
	}
	.more .text\:3 {
		font-size: 1.5rem;
	}
	.original h2 + p {
		margin: 0.1875rem 0 0 0;
	}
	.featured-originals .grid\:2 {
		gap: 3.625rem;
	}
	.our-work .wrap {
		padding-right: 0;
	}
	.our-work .wrap .swiper-wrapper > *:last-child {
		margin-right: 1.25rem !important;
	}
	.our-work header + div {
		position: absolute;
		top: 0;
		left: auto;
		right: 1.25rem;
		width: auto !important;
		transform: unset !important;
	}
	.page-template-tpl-our-work .our-work {
		padding-right: 1.25rem;
	}
	.page-template-tpl-our-work .our-work header + div {
		position: relative;
		left: 0;
		top: auto;
	}
	.page-template-tpl-our-work .our-work header {
		margin: 0 0 0.875rem 0;
	}
	.podcast-description h3 + ul {
		margin: 0 auto 1rem 0;
	}
	.post-card__category {
		font-size: 0.75rem;
	}
	.post-card h2 {
		font-size: 1.25rem;
	}
	.post-card h2 + p {
		font-size: 1rem;
		margin: 0.1875rem 0 0 0;
	}
	.profile-card .text\:3 {
		font-size: 1.25rem;
	}
	.profile-card .text\:2 {
		font-size: 1rem;
	}
	.project-card h2 + p {
		margin: 0.1875rem 0 0 0;
	}
	.project-hero header.grid\:project {
		row-gap: 2rem;
	}
	.project-hero aside + div {
		width: 90%;
	}
	.quote-image .flex {
		flex-direction: column-reverse;
		gap: 1.5rem;
	}
	.quote cite {
		margin: 1rem auto 0 auto;
		font-size: 0.75rem;
		letter-spacing: 0.0225rem;
	}
	.similar .text\:3 {
		font-size: 1.25rem;
	}
	.similar li:nth-child(2),
.similar li:nth-child(3) {
		display: none;
	}
	.similar > .wrap {
		padding-right: 0;
	}
	.similar > .wrap .swiper-wrapper {
		margin-left: -1.25rem;
	}
	.site-footer__details {
		margin: 1.375rem auto 0 0;
		width: 90%;
		max-width: 18.75rem;
	}
	.site-footer a + p {
		font-size: 0.5rem;
		margin: 1.25rem auto 0 0;
	}
	.site-header {
		height: 5.625rem;
	}
	.site-header.headroom--not-top {
		height: 4.125rem;
	}
	.site-nav {
		position: fixed;
		left: 50%;
		top: 5.5rem;
		transform: translateX(-50%);
		opacity: 0;
		pointer-events: none;
		transition: opacity 250ms ease;
		width: 100%;
		padding: 0 1.25rem;
	}
	.site-nav ul {
		flex-direction: column;
		gap: 1.5rem;
		width: 100%;
	}
	.has-mobile-nav .site-header {
		height: 21rem;
	}
	.has-mobile-nav .site-header.headroom--top {
		border-radius: 0 !important;
	}
	.has-mobile-nav-items .site-nav {
		opacity: 1;
		pointer-events: all;
	}
	.steps {
		margin-top: -1rem;
	}
	.steps .wrap > div {
		grid-row-start: 2;
		grid-row-end: 2;
	}
	.steps .wrap .steps__animation {
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.text-image .flex {
		flex-direction: column-reverse;
	}
	.text-image figure {
		margin: 0 0 1.5rem 0;
	}
	.three-images .grid\:3 {
		row-gap: 1.5rem;
	}
	.two-images .grid\:2 {
		row-gap: 1.5rem;
	}
	.video-modal video {
		object-position: center;
		object-fit: contain;
		width: 100%;
	}
	.what-we-do__copy.text\:2 {
		font-size: 1rem;
		line-height: 1.125;
	}
	.what-we-do__copy + .button {
		margin: 1.3125rem 0 0 0;
	}
	.what-we-do .grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.what-we-do__sections + div {
		flex-direction: column;
		margin: 2.25rem auto 0 0;
	}
	.what-we-do__sections li p {
		align-items: flex-start;
	}
	.what-we-do__sections ul:first-child {
		width: 100%;
	}
	.what-we-do__sections li:not(:last-of-type) > p {
		width: 100%;
	}
	.what-we-do__arrow {
		margin-top: 0.625rem;
	}
	.button {
		padding: 0.625rem 0.875rem;
	}
	.button p {
		gap: 0.5rem;
	}
	.button svg {
		width: 0.625rem;
		height: 0.5rem;
	}
	.button {
		font-size: 0.75rem;
	}
	.desktop {
		display: none;
	}
	.error .copy\:article h1 {
		margin: 0 0 1.5rem 0 !important;
	}
}
@media (hover: hover) {
	.about__copy .copy\:1 + ul figure:hover {
		filter: grayscale(0%);
	}
	.contact__details a:hover {
		color: #9B44F4;
	}
	.cta__heading:hover p {
		color: #9B44F4;
	}
	.site-navicon:hover svg path {
		fill: #9B44F4;
	}
	.original:hover .overlay {
		opacity: 1;
		transform: translateY(-50%) scale(1.135);
	}
	.original:hover .cover {
		transform: scale(1);
	}
	.original.episode__podcast:hover .overlay {
		transform: translateY(-50%) scale(1.9);
	}
	.post-card:hover .overlay {
		opacity: 1;
		transform: translateY(-50%) scale(1.235);
	}
	.post-card:hover .cover {
		transform: scale(1);
	}
	.project-card:hover .overlay {
		opacity: 1;
		transform: translateY(-50%) scale(1.515);
	}
	.project-card:hover .cover {
		transform: scale(1);
	}
	.site-footer a:hover {
		color: #9B44F4;
	}
	.site-logo:hover path {
		fill: #9B44F4;
	}
	.site-nav a:hover {
		color: #9B44F4;
	}
	.video-modal__play:hover .background, .video-modal__sound:hover .background, .video-modal__collapse:hover .background {
		fill: #9B44F4;
	}
	.video-modal__play:hover .foreground, .video-modal__sound:hover .foreground, .video-modal__collapse:hover .foreground {
		fill: #000000;
	}
	.video-modal__play:hover .background-stroke, .video-modal__sound:hover .background-stroke, .video-modal__collapse:hover .background-stroke {
		stroke: #000000;
	}
	.button:hover {
		background: #9B44F4;
	}
	.button:hover * {
		color: #000000;
		fill: #000000;
	}
	.copy\:1 a:hover, .copy\:2 a:hover, .copy\:article a:hover {
		color: #9B44F4;
	}
}
/*# sourceMappingURL=main.css.map */
