html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	background: none;
	border: none;
}

@font-face {
	font-family:"Helvetica Neue";font-weight:normal;font-display:swap;src:url("fonts/helveticaneueltpro-roman.woff2") format("woff2"),url("fonts/helveticaneueltpro-roman.woff") format("woff");
}

@font-face {
	font-family:"Neubit";font-weight:normal;font-display:swap;src:url("fonts/neuebit-regular.woff2") format("woff2"),url("fonts/neuebit-regular.woff") format("woff");
}

@font-face {
	font-family:"Mondwest";font-weight:normal;font-display:swap;src:url("fonts/mondwest-regular.woff2") format("woff2"),url("fonts/mondwest-regular.woff") format("woff");
}

:root {
	--grid-gutter: 16px;
	--grid-margin: 56px;
	--grid-columns: 24;
	--col: calc((100vw - (2 * var(--grid-margin)) - (calc(var(--grid-columns) - 1) * var(--grid-gutter))) / var(--grid-columns));
	--doodle-small: 160px;
	--doodle-big: 192px;
	--header: 80px;
	--header-spacing: 16px;
	--header-offset: calc(var(--header) + 2 * var(--header-spacing));
	--section-spacing: 120px;
}

@media(max-width: 767px) {
	:root {
		--grid-gutter: 16px;
		--grid-margin: 28px;
		--grid-columns: 6;
		--header: 64px;
		--header-spacing: var(--grid-margin);
		--section-spacing: 88px;
	}
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	flex-direction: column;
	font-family: "Helvetica Neue","Arial",sans-serif;
	font-size: 16px;
	color: #000;
}

.noscroll {
	overflow: hidden;
	touch-action: none;
}

a {
	color: #000;
	text-decoration: none;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text :focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

@keyframes wiggle {
	0% {
		transform: rotate(-8deg);
	}

	50% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(8deg);
	}
}

@keyframes spark {
	from {
		transform: translate(0, 0);
	}

	to {
		transform: translate(12px, 12px);
	}
}

@keyframes appear {
	from {
		transform: scale(0);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		transform: translateY(15%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes colorful-oscillation {
	0% {
		transform: translateY(-15%);
		opacity: 0;
		color: #F0583A;
	}

	35% {
		transform: translateY(15%);
		color: #F0583A;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
		color: #000;
	}
}

@keyframes colorful-oscillation-to-white {
	0% {
		transform: translateY(-15%);
		opacity: 0;
		color: #F0583A;
	}

	35% {
		transform: translateY(15%);
		color: #F0583A;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
		color: #fff;
	}
}

@keyframes rotatein {
	0% {
		transform: translateY(32px) rotate(-4deg);
		opacity: 0;
	}

	100% {
		transform: translateY(0) rotate(2deg);
		opacity: 1;
	}
}

.debug-grid {
	display: none;
	position: fixed;
	z-index: 1000;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.debug-grid.toggled {
	display: block;
}

.debug-grid>* {
	display: flex;
	height: 100%;
	grid-gap: 16px;
}

.debug-grid .desktop-only {
	margin: 0 56px;
}

.debug-grid .mobile-only {
	margin: 0 28px;
}

.debug-grid .column {
	flex: 1;
	background: rgba(255,0,0,.15);
}

.debug .doodle-text {
	border: 1px solid red;
}

.hero-text {
	font-size: 200px;
	line-height: 100%;
	letter-spacing: -0.05em;
}

.number-text {
	font-size: 160px;
	line-height: 100%;
	letter-spacing: -0.05em;
}

.highlight-text {
	font-size: 96px;
	line-height: 100%;
	letter-spacing: -0.05em;
}

.h1 {
	font-size: 64px;
	line-height: 95%;
	letter-spacing: -0.05em;
}

.h2 {
	font-size: 45px;
	line-height: 95%;
	letter-spacing: -0.05em;
}

.h3 {
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -0.03em;
}

.text p {
	line-height: 20px;
}

.p {
	font-size: 16px;
	line-height: 20px;
}

.p-big {
	font-size: 24px;
	line-height: 27px;
}

@media(max-width: 767px) {
	.hero-text {
		font-size: 72px;
	}

	.number-text {
		font-size: 64px;
	}

	.highlight-text {
		font-size: 54px;
	}

	.h1 {
		font-size: 40px;
	}

	.h2 {
		font-size: 32px;
	}

	.h3 {
		font-size: 24px;
	}

	.p-big {
		font-size: 20px;
		line-height: 22px;
	}
}

.button-primary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	padding: 0 28px;
	font-family: "Helvetica Neue","Arial",sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-transform: lowercase;
	transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button-primary .frame {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 10px;
	overflow: hidden;
	transform: translateZ(0);
	transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button-primary .frame:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: #F0583A;
	border-radius: 64px;
	transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
	transform: translateX(-100.1%);
	transform-origin: left center;
}

.button-primary:hover {
	cursor: pointer;
}

.button-primary:hover .frame {
	transform: scale(1.1, 1.18);
}

[data-color=brand-dark] .button-primary:not(#header .button-primary) {
	color: #000;
}

[data-color=brand-dark] .button-primary:not(#header .button-primary) .frame {
	background: #fff;
}

.button-secondary {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 64px;
	padding: 0 24px;
	margin-top: 24px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.button-secondary .frame {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.15);
	border: 1px solid #ff8353;
	border-radius: 10px;
	overflow: hidden;
	transform: translateZ(0);
	transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button-secondary .frame:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: #F0583A;
	border-radius: 10px;
	transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
	transform: translateX(-100.1%);
	transform-origin: left center;
}

.button-secondary:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background: url(images/icons/arrow.svg) no-repeat center center/cover;
}

.button-secondary.download:after {
	transform: rotate(90deg);
}

.button-secondary:hover {
	cursor: pointer;
}

.button-secondary:hover .frame {
	border-color: transparent;
	transform: scale(1.1, 1.18);
}

.button-secondary:hover .frame:before {
	transform: translateX(0);
}

[data-color=brand-regular] .button-secondary .frame {
	background: rgba(255,255,255,.15);
	border-color: #ff8353;
}

[data-color=brand-regular] .button-secondary .frame:before {
	background: #fff;
}

[data-color=brand-dark] .button-secondary {
	color: #fff;
}

[data-color=brand-dark] .button-secondary .frame {
	background: rgba(255,255,255,.15);
	border-color: #ff8353;
}

[data-color=brand-dark] .button-secondary:after {
	background: #fff;
	-webkit-mask-image: url(images/icons/arrow.svg);
	mask-image: url(images/icons/arrow.svg);
}

.button-bubble {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	background: rgba(255,255,255,.15);
	border: 1px solid #ff8353;
	border-radius: 10px;
	transition: border 300ms linear;
}

.button-bubble:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	border-radius: 8px;
	background: #F0583A;
	transform: scale(0);
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button-bubble:hover {
	cursor: pointer;
	transform: scale(1.1);
	border-color: transparent;
}

.button-bubble:hover:before {
	transform: scale(1);
}

.button-bubble .icon {
	position: relative;
	z-index: 1;
}

[data-color=brand-dark] .button-bubble {
	color: #fff;
}

[data-color=brand-dark] .button-bubble .icon {
	filter: invert(1);
}

[data-color=brand-dark] .button-bubble:hover .icon {
	filter: none;
}

.dropdown {
	position: relative;
}

.dropdown .current-value {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 8px;
	height: 64px;
	padding: 0 16px;
	background: rgba(255,255,255,.15);
	border: 1px solid #ff8353;
	border-radius: 64px;
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.dropdown .current-value .arrow {
	transform: rotate(90deg);
}

.dropdown .current-value .value-icon {
	width: 42px;
	height: 28px;
	object-fit: contain;
}

.dropdown select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: 0;
	cursor: pointer;
	font-size: 16px;
}

.dropdown:hover .current-value {
	background: #fff;
	transform: scale(1.1);
}

[data-color=brand-dark] .dropdown:not(#header .dropdown) {
	color: #fff;
}

[data-color=brand-dark] .dropdown:not(#header .dropdown) .arrow {
	filter: invert(1);
}

[data-color=brand-dark] .dropdown:not(#header .dropdown):hover {
	color: #000;
}

[data-color=brand-dark] .dropdown:not(#header .dropdown):hover .arrow {
	filter: none;
}

.language-selector-label {
	display: none;
}

@media(max-width: 767px) {
	.dropdown .current {
		height: 56px;
		font-size: 14px;
	}
}

.tags {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 8px;
}

.tags .tag {
	display: block;
	padding: 8px 12px;
	background: rgba(255,23,233,.1);
	border-radius: 8px;
	font-size: 12px;
	line-height: 16px;
	color: #F0583A;
	letter-spacing: .08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.word-with-doodle {
	position: relative;
}

.word-with-doodle .doodle-shape-container,.word-with-doodle .doodle-shape {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: inline-block;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.word-with-doodle .doodle-shape {
	transform: unset !important;
}

[data-dynamic-background=brand-regular] .word-with-doodle * {
	fill: #fff;
}

.button-primary .word-with-doodle * {
	fill: #F0583A;
}

.word-with-doodle .underline-1,.word-with-doodle .underline-2,.word-with-doodle .underline-3,.word-with-doodle .underline-4,.word-with-doodle .underline-5,.word-with-doodle .underline-6,.word-with-doodle .underline-7,.word-with-doodle .underline-8,.word-with-doodle .underline-9,.word-with-doodle .underline-10,.word-with-doodle .underline-11,.word-with-doodle .underline-12,.word-with-doodle .underline-13,.word-with-doodle .underline-14,.word-with-doodle .underline-15,.word-with-doodle .underline-16,.word-with-doodle .underline-17,.word-with-doodle .underline-18,.word-with-doodle .underline-19,.word-with-doodle .underline-20,.word-with-doodle .underline-21,.word-with-doodle .underline-22,.word-with-doodle .underline-23,.word-with-doodle .underline-24,.word-with-doodle .underline-25,.word-with-doodle .underline-26,.word-with-doodle .underline-27,.word-with-doodle .underline-28,.word-with-doodle .underline-29 {
	top: 50%;
}

.word-with-doodle .underline-4,.word-with-doodle .underline-20 {
	top: 80%;
}

.word-with-doodle .arrow-1,.word-with-doodle .arrow-2,.word-with-doodle .arrow-3,.word-with-doodle .arrow-4,.word-with-doodle .arrow-6,.word-with-doodle .arrow-7,.word-with-doodle .arrow-8,.word-with-doodle .arrow-9,.word-with-doodle .arrow-10 {
	bottom: 80%;
	top: auto;
}

.word-with-doodle .halo-1,.word-with-doodle .halo-2,.word-with-doodle .halo-3,.word-with-doodle .halo-4,.word-with-doodle .halo-5,.word-with-doodle .halo-6,.word-with-doodle .halo-7,.word-with-doodle .halo-8,.word-with-doodle .halo-9,.word-with-doodle .halo-10,.word-with-doodle .halo-11,.word-with-doodle .halo-12,.word-with-doodle .halo-13,.word-with-doodle .halo-14,.word-with-doodle .halo-15 {
	transform: scale(3.5) translateY(3%);
}

.word-with-doodle .halo-5,.word-with-doodle .halo-6,.word-with-doodle .halo-15,.word-with-doodle .halo-17 {
	transform: translateY(-20%) translateX(-25%);
}

.word-with-doodle .halo-11,.word-with-doodle .halo-12,.word-with-doodle .halo-16 {
	transform: translateY(-20%) translateX(50%);
}

.word-with-doodle .wrap-1,.word-with-doodle .wrap-2,.word-with-doodle .wrap-3,.word-with-doodle .wrap-4,.word-with-doodle .wrap-5,.word-with-doodle .wrap-6,.word-with-doodle .wrap-7,.word-with-doodle .wrap-8 {
	transform: scale(3.5);
}

.word-with-doodle .icon-sunsmile {
	top: auto;
	bottom: 100%;
	right: 0;
	transform: scale(2);
}

.h1 .word-with-doodle .wrap-1,.h1 .word-with-doodle .wrap-2,.h1 .word-with-doodle .wrap-3,.h1 .word-with-doodle .wrap-4,.h1 .word-with-doodle .wrap-5,.h1 .word-with-doodle .wrap-6,.h1 .word-with-doodle .wrap-7,.h1 .word-with-doodle .wrap-8,.h2 .word-with-doodle .wrap-1,.h2 .word-with-doodle .wrap-2,.h2 .word-with-doodle .wrap-3,.h2 .word-with-doodle .wrap-4,.h2 .word-with-doodle .wrap-5,.h2 .word-with-doodle .wrap-6,.h2 .word-with-doodle .wrap-7,.h2 .word-with-doodle .wrap-8 {
	transform: scale(2);
}

.h1 .word-with-doodle .halo-3,.h1 .word-with-doodle .halo-5,.h1 .word-with-doodle .halo-6,.h1 .word-with-doodle .halo-7,.h1 .word-with-doodle .halo-8,.h1 .word-with-doodle .halo-9,.h1 .word-with-doodle .halo-14,.h2 .word-with-doodle .halo-3,.h2 .word-with-doodle .halo-5,.h2 .word-with-doodle .halo-6,.h2 .word-with-doodle .halo-7,.h2 .word-with-doodle .halo-8,.h2 .word-with-doodle .halo-9,.h2 .word-with-doodle .halo-14 {
	transform: scale(2.6) translateY(-15%) translateX(25%);
}

.h1 .word-with-doodle .halo-1,.h1 .word-with-doodle .halo-2,.h1 .word-with-doodle .halo-4,.h1 .word-with-doodle .halo-10,.h1 .word-with-doodle .halo-13,.h2 .word-with-doodle .halo-1,.h2 .word-with-doodle .halo-2,.h2 .word-with-doodle .halo-4,.h2 .word-with-doodle .halo-10,.h2 .word-with-doodle .halo-13 {
	transform: scale(2.4);
}

.h1 .word-with-doodle .halo-11,.h2 .word-with-doodle .halo-11 {
	transform: scale(1.8) translateY(-35%) translateX(30%);
}

.h1 .word-with-doodle .halo-12,.h2 .word-with-doodle .halo-12 {
	transform: scale(1);
	top: -25%;
	left: -50%;
}

.h1 .word-with-doodle .halo-15,.h2 .word-with-doodle .halo-15 {
	transform: scale(1.5) translateY(-50%) translateX(25%);
}

.h1 .word-with-doodle .halo-16,.h2 .word-with-doodle .halo-16 {
	transform: scale(1);
	top: -25%;
	left: 50%;
}

.doodle-text {
	height: auto;
	object-fit: contain;
}

.doodle-text.doodle-small {
	width: var(--doodle-small);
	height: var(--doodle-small);
}

.doodle-text.doodle-big {
	width: var(--doodle-big);
	height: var(--doodle-big);
}

.marquee-track {
	display: flex;
	width: 100%;
	overflow: hidden;
}

.marquee-track+.marquee-track {
	padding-top: 40px;
}

.marquee-track .marquee {
	display: flex;
	align-items: center;
}

.marquee-track .marquee>* {
	flex: 0 0 auto;
}

.marquee-track .marquee img {
	object-fit: contain;
}

.marquee-track .marquee .logos {
	height: 72px;
	width: auto;
}

@media(max-width: 767px) {
	.marquee-track {
		padding: 32px 0;
	}

	.marquee-track .marquee {
		grid-gap: 54px;
	}

	.marquee-track .marquee img {
		max-height: 20vw;
	}

	.marquee-track .marquee .logos {
		height: 48px;
	}
}

.form .field-collection {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 8px;
	width: 100%;
}

.form .field {
	position: relative;
	height: 80px;
}

.form .field.full-width {
	grid-column-start: span 2;
}

.form .field label {
	position: absolute;
	left: 24px;
	display: flex;
	align-items: center;
	height: 100%;
	color: #ff8353;
	pointer-events: none;
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.form .field label.mandatory:after {
	content: "*";
}

.form .field.focus label,.form .field.filled label {
	transform: translateY(-8px) scale(0.9);
	transform-origin: 0 0;
}

.form .field.focus .input-text,.form .field.focus .input-select,.form .field.filled .input-text,.form .field.filled .input-select {
	background: #fff;
	border: 1px solid #ffe8fd;
}

.form .field.focus .input-text,.form .field.focus .input-select {
	border: 1px solid #F0583A;
}

.form .field.filled .input-text,.form .field.filled .input-select {
	border: 1px solid rgba(0,0,0,.5);
}

.form .input-text,.form .input-select {
	display: block;
	width: 100%;
	height: 100%;
	padding: 36px 24px 14px;
	background: rgba(255,255,255,.15);
	border: 1px solid rgba(207,153,195,.2);
	border-radius: 15px;
	font-family: "Helvetica Neue","Arial",sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	-webkit-appearance: none;
}

.form .input-text:-webkit-autofill,.form .input-text:-webkit-autofill:hover,.form .input-text:-webkit-autofill:focus,.form .input-select:-webkit-autofill,.form .input-select:-webkit-autofill:hover,.form .input-select:-webkit-autofill:focus {
	border: 1px solid #ffdfcf;
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form .input-text:focus,.form .input-select:focus {
	border: 1px solid #F0583A;
	outline: none;
}

.form .input-select:hover {
	cursor: pointer;
}

.form .field-select:after {
	pointer-events: none;
	position: absolute;
	top: calc(50% - 40px/2);
	right: 24px;
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid rgba(207,153,195,.15);
	transform: rotate(90deg);
	background: rgba(255,255,255,.15) url(images/icons/chevron.svg) no-repeat center center/16px;
}

.form .field-select.focus:after {
	background-color: #fff;
}

@media(max-width: 767px) {
	.form .field-collection {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 8px;
		width: 100%;
	}

	.form .field {
		height: 64px;
	}

	.form .field:not(.small) {
		grid-column-start: span 2;
	}

	.form .input-text,.form .input-select {
		padding: 32px 24px 12px;
	}

	.form .field-select:after {
		top: calc(50% - 32px/2);
		right: 16px;
		width: 32px;
		height: 32px;
	}
}

.toggleable-descriptions .toggleable-description {
	position: relative;
	padding: 24px 32px;
	border: 1px solid #ff8353;
	border-radius: 15px;
	background: #fff;
	color: #ff4700;
	margin-bottom: 8px;
	cursor: pointer;
	transition: .3s all cubic-bezier(0.16, 1, 0.3, 1);
	text-transform: none;
}

.toggleable-descriptions .toggleable-description.current {
	color: #000;
	background: #fff;
}

.toggleable-descriptions .toggleable-description.current .description-content {
	height: auto;
	margin-top: 10px;
}

.toggleable-descriptions .toggleable-description.current .doodle-text {
	display: initial;
}

.toggleable-descriptions .toggleable-description .description-content {
	color: #000;
	height: 0;
	overflow: hidden;
	line-height: 24px;
	transition: .3s all cubic-bezier(0.16, 1, 0.3, 1);
}

.toggleable-descriptions .toggleable-description .doodle-text {
	display: none;
}

.toggleable-descriptions .toggleable-description:hover {
	background: #F0583A;
}

.toggleable-descriptions .toggleable-description:hover .title {
	color: #000;
}

.toggleable-descriptions .photo-container {
	display: none;
}

@media(max-width: 767px) {
	.toggleable-descriptions .toggleable-description {
		display: flex;
		flex-direction: column;
		padding: 24px 0px;
		color: #000;
	}

	.toggleable-descriptions .toggleable-description,.toggleable-descriptions .toggleable-description.current,.toggleable-descriptions .toggleable-description:hover {
		border-color: #ff8353;
		background: rgba(255,255,255,.15);
	}

	.toggleable-descriptions .toggleable-description .title,.toggleable-descriptions .toggleable-description .description-content {
		padding: 0px 28px;
	}

	.toggleable-descriptions .toggleable-description .description-content {
		display: block;
		height: auto;
		max-height: none;
		margin-top: 10px;
	}

	.toggleable-descriptions .toggleable-description .photo-container {
		display: block;
	}

	.toggleable-descriptions .toggleable-description a.photo-container {
		position: relative;
	}

	.toggleable-descriptions .toggleable-description a.photo-container:before {
		position: absolute;
		z-index: 1;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
		display: block;
		content: "";
		width: 40px;
		height: 40px;
		background: url(images/icons/play.svg) no-repeat center center/contain;
		transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
	}

	.toggleable-descriptions .toggleable-description a.photo-container:hover {
		cursor: pointer;
	}

	.toggleable-descriptions .toggleable-description a.photo-container:hover:before {
		transform: scale(1.25);
	}

	.toggleable-descriptions .toggleable-description .image {
		display: block;
		margin-top: 48px;
		width: 100%;
	}
}

.checklist {
	display: flex;
	flex-direction: column;
	grid-gap: 8px;
}

.checklist .checklist-item {
	display: flex;
	align-items: center;
	grid-gap: 8px;
	font-size: 16px;
	line-height: 20px;
}

.checklist .checklist-item:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(images/icons/check.svg) no-repeat center center/contain;
}

.article-card {
	overflow: hidden;
}

.article-card .thumbnail {
	display: block;
	width: 100%;
	height: calc(calc((var(--col) * 8) + (var(--grid-gutter) * 7)) * (290/420));
	background: #000;
	object-fit: cover;
	transition: all 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

.article-card .text {
	position: relative;
	padding-top: 32px;
}

.article-card .about {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.article-card .about .category {
	padding: 8px 16px;
	border-radius: 8px;
	background: rgba(255,23,233,.1);
	color: #F0583A;
	font-size: 12px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.article-card .about .date,.article-card .about .read_time {
	opacity: .5;
}

.article-card .about .date {
	font-size: 12px;
}

.article-card .about .read_time {
	display: flex;
	align-items: center;
	font-size: 12px;
}

.article-card .about .read_time svg {
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 4px;
}

.article-card .title {
	margin-top: 16px;
	font-size: 24px;
	line-height: 27px;
}

.article-card .additionnal-content {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.article-card .excerpt {
	width: 90%;
	margin-top: 16px;
	font-size: 16px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.article-card .read-more {
	position: relative;
	margin-top: 56px;
	font-size: 24px;
	line-height: 27px;
}

.article-card .read-more:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	transform: scaleX(0);
	transform-origin: left center;
	transition: 1s transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.article-card .excerpt,.article-card .read-more {
	opacity: 0;
}

.article-card .text,.article-card .additionnal-content {
	transition: transform 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-color=brand-dark] .article-card .text .about,[data-color=brand-dark] .article-card .text .title,[data-color=brand-dark] .article-card .additionnal-content .about,[data-color=brand-dark] .article-card .additionnal-content .title {
	color: #fff;
}

.article-card:hover .thumbnail {
	transform: scale(1.1);
}

.article-card:hover .text {
	background: #F0583A;
	padding: 24px 24px 0;
	transform: translateY(var(--hover-offset));
}

.article-card:hover .text .additionnal-content {
	background: #F0583A;
	padding: 0 24px 24px;
}

.article-card:hover .text .about {
	color: #000;
}

.article-card:hover .text .about .category {
	font-size: 12px;
	opacity: 1;
	background: rgba(0,0,0,.1);
	color: #000;
}

.article-card:hover .text .about .category:hover {
	background: #ffe8fd;
}

.article-card:hover .text .title {
	color: #000;
}

.article-card:hover .excerpt,.article-card:hover .read-more {
	opacity: 1;
}

.article-card:hover .read-more:before {
	transform: scaleX(1);
	transform-origin: left center;
}

.article-card.blur .read-more:before {
	transform-origin: right center;
}

.article-card.hidden {
	display: none;
}

@media(max-width: 767px) {
	.article-card {
		position: relative;
	}

	.article-card .thumbnail {
		height: 216px;
	}

	.article-card .text {
		position: static;
	}

	.article-card .about {
		margin-top: 16px;
	}

	.article-card .about .category {
		position: absolute;
		top: 16px;
		left: 16px;
		background: #ffe8fd;
		color: #F0583A;
	}

	.article-card .title {
		font-size: 20px;
		line-height: 22px;
	}

	.article-card.show-category .text {
		padding-top: 16px;
	}

	.article-card.show-category .about {
		margin-top: 0;
	}

	.article-card:hover .category {
		display: none;
	}

	.article-card:hover .text {
		padding-top: 24px;
	}
}

#dynamic-background {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

#dynamic-background.brand-dark {
	background: #000;
}

#dynamic-background.brand-regular {
	background: #F0583A;
}

.will-animate.title .word,.will-animate.description,.will-animate.button-container,.will-animate.title strong .letter,.will-animate.stat-entry,.will-animate.article-card,.will-animate.article-image {
	opacity: 0;
}

.reached.title .word,.reached.description,.reached.button-container {
	animation: fadein 1.25s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.reached.title .word {
	display: inline-block;
}

.reached.title .word:nth-child(1) {
	animation-delay: 125ms;
}

.reached.title .word:nth-child(2) {
	animation-delay: 250ms;
}

.reached.title .word:nth-child(3) {
	animation-delay: 375ms;
}

.reached.title .word:nth-child(4) {
	animation-delay: 500ms;
}

.reached.title .word:nth-child(5) {
	animation-delay: 625ms;
}

.reached.title .word:nth-child(6) {
	animation-delay: 750ms;
}

.reached.title .word:nth-child(7) {
	animation-delay: 875ms;
}

.reached.title .word:nth-child(8) {
	animation-delay: 1000ms;
}

.reached.title .word:nth-child(9) {
	animation-delay: 1125ms;
}

.reached.title .word:nth-child(10) {
	animation-delay: 1250ms;
}

.reached.title .word:nth-child(11) {
	animation-delay: 1375ms;
}

.reached.title .word:nth-child(12) {
	animation-delay: 1500ms;
}

.reached.title .word:nth-child(13) {
	animation-delay: 1625ms;
}

.reached.title .word:nth-child(14) {
	animation-delay: 1750ms;
}

.reached.title .word:nth-child(15) {
	animation-delay: 1875ms;
}

.reached.title .word:nth-child(16) {
	animation-delay: 2000ms;
}

.reached.title .word:nth-child(17) {
	animation-delay: 2125ms;
}

.reached.title .word:nth-child(18) {
	animation-delay: 2250ms;
}

.reached.title .word:nth-child(19) {
	animation-delay: 2375ms;
}

.reached.title .word:nth-child(20) {
	animation-delay: 2500ms;
}

.reached.title .word:nth-child(21) {
	animation-delay: 2625ms;
}

.reached.title .word:nth-child(22) {
	animation-delay: 2750ms;
}

.reached.title .word:nth-child(23) {
	animation-delay: 2875ms;
}

.reached.title .word:nth-child(24) {
	animation-delay: 3000ms;
}

.reached.title .word:nth-child(25) {
	animation-delay: 3125ms;
}

.reached.title .word:nth-child(26) {
	animation-delay: 3250ms;
}

.reached.title .word:nth-child(27) {
	animation-delay: 3375ms;
}

.reached.title .word:nth-child(28) {
	animation-delay: 3500ms;
}

.reached.title .word:nth-child(29) {
	animation-delay: 3625ms;
}

.reached.title .word:nth-child(30) {
	animation-delay: 3750ms;
}

.reached.title .word:nth-child(31) {
	animation-delay: 3875ms;
}

.reached.title .word:nth-child(32) {
	animation-delay: 4000ms;
}

.reached.title .word:nth-child(33) {
	animation-delay: 4125ms;
}

.reached.title .word:nth-child(34) {
	animation-delay: 4250ms;
}

.reached.title .word:nth-child(35) {
	animation-delay: 4375ms;
}

.reached.title .word:nth-child(36) {
	animation-delay: 4500ms;
}

.reached.title .word:nth-child(37) {
	animation-delay: 4625ms;
}

.reached.title .word:nth-child(38) {
	animation-delay: 4750ms;
}

.reached.title .word:nth-child(39) {
	animation-delay: 4875ms;
}

.reached.title .word:nth-child(40) {
	animation-delay: 5000ms;
}

.reached.title .word:nth-child(41) {
	animation-delay: 5125ms;
}

.reached.title .word:nth-child(42) {
	animation-delay: 5250ms;
}

.reached.title .word:nth-child(43) {
	animation-delay: 5375ms;
}

.reached.title .word:nth-child(44) {
	animation-delay: 5500ms;
}

.reached.title .word:nth-child(45) {
	animation-delay: 5625ms;
}

.reached.title .word:nth-child(46) {
	animation-delay: 5750ms;
}

.reached.title .word:nth-child(47) {
	animation-delay: 5875ms;
}

.reached.title .word:nth-child(48) {
	animation-delay: 6000ms;
}

.reached.title .word:nth-child(49) {
	animation-delay: 6125ms;
}

.reached.title .word:nth-child(50) {
	animation-delay: 6250ms;
}

.reached.title .word:nth-child(51) {
	animation-delay: 6375ms;
}

.reached.title .word:nth-child(52) {
	animation-delay: 6500ms;
}

.reached.title .word:nth-child(53) {
	animation-delay: 6625ms;
}

.reached.title .word:nth-child(54) {
	animation-delay: 6750ms;
}

.reached.title .word:nth-child(55) {
	animation-delay: 6875ms;
}

.reached.title .word:nth-child(56) {
	animation-delay: 7000ms;
}

.reached.title .word:nth-child(57) {
	animation-delay: 7125ms;
}

.reached.title .word:nth-child(58) {
	animation-delay: 7250ms;
}

.reached.title .word:nth-child(59) {
	animation-delay: 7375ms;
}

.reached.title .word:nth-child(60) {
	animation-delay: 7500ms;
}

.reached.title .word:nth-child(61) {
	animation-delay: 7625ms;
}

.reached.title .word:nth-child(62) {
	animation-delay: 7750ms;
}

.reached.title .word:nth-child(63) {
	animation-delay: 7875ms;
}

.reached.title .word:nth-child(64) {
	animation-delay: 8000ms;
}

.reached.title strong {
	white-space: nowrap;
}

.reached.title strong .letter {
	display: inline-block;
	animation: colorful-oscillation 1000ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.reached.title strong .letter:nth-child(1) {
	animation-delay: 75ms;
}

.reached.title strong .letter:nth-child(2) {
	animation-delay: 150ms;
}

.reached.title strong .letter:nth-child(3) {
	animation-delay: 225ms;
}

.reached.title strong .letter:nth-child(4) {
	animation-delay: 300ms;
}

.reached.title strong .letter:nth-child(5) {
	animation-delay: 375ms;
}

.reached.title strong .letter:nth-child(6) {
	animation-delay: 450ms;
}

.reached.title strong .letter:nth-child(7) {
	animation-delay: 525ms;
}

.reached.title strong .letter:nth-child(8) {
	animation-delay: 600ms;
}

.reached.title strong .letter:nth-child(9) {
	animation-delay: 675ms;
}

.reached.title strong .letter:nth-child(10) {
	animation-delay: 750ms;
}

.reached.title strong .letter:nth-child(11) {
	animation-delay: 825ms;
}

.reached.title strong .letter:nth-child(12) {
	animation-delay: 900ms;
}

.reached.title strong .letter:nth-child(13) {
	animation-delay: 975ms;
}

.reached.title strong .letter:nth-child(14) {
	animation-delay: 1050ms;
}

.reached.title strong .letter:nth-child(15) {
	animation-delay: 1125ms;
}

.reached.title strong .letter:nth-child(16) {
	animation-delay: 1200ms;
}

.reached.title strong .letter:nth-child(17) {
	animation-delay: 1275ms;
}

.reached.title strong .letter:nth-child(18) {
	animation-delay: 1350ms;
}

.reached.title strong .letter:nth-child(19) {
	animation-delay: 1425ms;
}

.reached.title strong .letter:nth-child(20) {
	animation-delay: 1500ms;
}

.reached.title strong .letter:nth-child(21) {
	animation-delay: 1575ms;
}

.reached.title strong .letter:nth-child(22) {
	animation-delay: 1650ms;
}

.reached.title strong .letter:nth-child(23) {
	animation-delay: 1725ms;
}

.reached.title strong .letter:nth-child(24) {
	animation-delay: 1800ms;
}

.reached.title strong .letter:nth-child(25) {
	animation-delay: 1875ms;
}

.reached.title strong .letter:nth-child(26) {
	animation-delay: 1950ms;
}

.reached.title strong .letter:nth-child(27) {
	animation-delay: 2025ms;
}

.reached.title strong .letter:nth-child(28) {
	animation-delay: 2100ms;
}

.reached.title strong .letter:nth-child(29) {
	animation-delay: 2175ms;
}

.reached.title strong .letter:nth-child(30) {
	animation-delay: 2250ms;
}

.reached.title strong .letter:nth-child(31) {
	animation-delay: 2325ms;
}

.reached.title strong .letter:nth-child(32) {
	animation-delay: 2400ms;
}

.reached.title strong .letter:nth-child(33) {
	animation-delay: 2475ms;
}

.reached.title strong .letter:nth-child(34) {
	animation-delay: 2550ms;
}

.reached.title strong .letter:nth-child(35) {
	animation-delay: 2625ms;
}

.reached.title strong .letter:nth-child(36) {
	animation-delay: 2700ms;
}

.reached.title strong .letter:nth-child(37) {
	animation-delay: 2775ms;
}

.reached.title strong .letter:nth-child(38) {
	animation-delay: 2850ms;
}

.reached.title strong .letter:nth-child(39) {
	animation-delay: 2925ms;
}

.reached.title strong .letter:nth-child(40) {
	animation-delay: 3000ms;
}

.reached.title strong .letter:nth-child(41) {
	animation-delay: 3075ms;
}

.reached.title strong .letter:nth-child(42) {
	animation-delay: 3150ms;
}

.reached.title strong .letter:nth-child(43) {
	animation-delay: 3225ms;
}

.reached.title strong .letter:nth-child(44) {
	animation-delay: 3300ms;
}

.reached.title strong .letter:nth-child(45) {
	animation-delay: 3375ms;
}

.reached.title strong .letter:nth-child(46) {
	animation-delay: 3450ms;
}

.reached.title strong .letter:nth-child(47) {
	animation-delay: 3525ms;
}

.reached.title strong .letter:nth-child(48) {
	animation-delay: 3600ms;
}

.reached.title strong .letter:nth-child(49) {
	animation-delay: 3675ms;
}

.reached.title strong .letter:nth-child(50) {
	animation-delay: 3750ms;
}

.reached.title strong .letter:nth-child(51) {
	animation-delay: 3825ms;
}

.reached.title strong .letter:nth-child(52) {
	animation-delay: 3900ms;
}

.reached.title strong .letter:nth-child(53) {
	animation-delay: 3975ms;
}

.reached.title strong .letter:nth-child(54) {
	animation-delay: 4050ms;
}

.reached.title strong .letter:nth-child(55) {
	animation-delay: 4125ms;
}

.reached.title strong .letter:nth-child(56) {
	animation-delay: 4200ms;
}

.reached.title strong .letter:nth-child(57) {
	animation-delay: 4275ms;
}

.reached.title strong .letter:nth-child(58) {
	animation-delay: 4350ms;
}

.reached.title strong .letter:nth-child(59) {
	animation-delay: 4425ms;
}

.reached.title strong .letter:nth-child(60) {
	animation-delay: 4500ms;
}

.reached.title strong .letter:nth-child(61) {
	animation-delay: 4575ms;
}

.reached.title strong .letter:nth-child(62) {
	animation-delay: 4650ms;
}

.reached.title strong .letter:nth-child(63) {
	animation-delay: 4725ms;
}

.reached.title strong .letter:nth-child(64) {
	animation-delay: 4800ms;
}

.reached.description {
	animation-delay: 250ms;
}

.reached.button-container {
	animation-delay: 400ms;
}

.reached.stat-entry,.reached.article-card {
	animation: fadein 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.reached.stat-entry:nth-child(1),.reached.article-card:nth-child(1) {
	animation-delay: 100ms;
}

.reached.stat-entry:nth-child(2),.reached.article-card:nth-child(2) {
	animation-delay: 200ms;
}

.reached.stat-entry:nth-child(3),.reached.article-card:nth-child(3) {
	animation-delay: 300ms;
}

.reached.stat-entry:nth-child(4),.reached.article-card:nth-child(4) {
	animation-delay: 400ms;
}

.reached.stat-entry:nth-child(5),.reached.article-card:nth-child(5) {
	animation-delay: 500ms;
}

.reached.stat-entry:nth-child(6),.reached.article-card:nth-child(6) {
	animation-delay: 600ms;
}

.reached.stat-entry:nth-child(7),.reached.article-card:nth-child(7) {
	animation-delay: 700ms;
}

.reached.stat-entry:nth-child(8),.reached.article-card:nth-child(8) {
	animation-delay: 800ms;
}

.reached.stat-entry:nth-child(9),.reached.article-card:nth-child(9) {
	animation-delay: 900ms;
}

.reached.stat-entry:nth-child(10),.reached.article-card:nth-child(10) {
	animation-delay: 1000ms;
}

.reached.stat-entry:nth-child(11),.reached.article-card:nth-child(11) {
	animation-delay: 1100ms;
}

.reached.stat-entry:nth-child(12),.reached.article-card:nth-child(12) {
	animation-delay: 1200ms;
}

.reached.stat-entry:nth-child(13),.reached.article-card:nth-child(13) {
	animation-delay: 1300ms;
}

.reached.stat-entry:nth-child(14),.reached.article-card:nth-child(14) {
	animation-delay: 1400ms;
}

.reached.stat-entry:nth-child(15),.reached.article-card:nth-child(15) {
	animation-delay: 1500ms;
}

.reached.stat-entry:nth-child(16),.reached.article-card:nth-child(16) {
	animation-delay: 1600ms;
}

.reached.article-image {
	animation: rotatein 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

[data-color=brand-dark] .reached.title strong .letter {
	animation: colorful-oscillation-to-white 1000ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

[data-block-tied-to-scroll] {
	transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.copy-button:hover {
	cursor: pointer;
}

.copy-button:focus {
	outline: none;
}

.copy-button .tooltip {
	position: absolute;
	top: calc(100% + 12px);
	width: 224px;
	padding: 8px 16px;
	border-radius: 10px;
	background: #F0583A;
	opacity: 0;
	transform: translateY(25%);
	transition: all cubic-bezier(0.16, 1, 0.3, 1) 500ms;
	font-size: 14px;
	line-height: 16px;
}

.copy-button .tooltip:before {
	position: absolute;
	top: -7px;
	left: calc(50% - 7px);
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: #F0583A;
	border-radius: 4px 0 0 0;
	transform: scale(0.65, 1) rotate(45deg);
}

.copy-button .tooltip.copied {
	opacity: 1;
	transform: none;
}

.scrolling-title {
	perspective: 100vw;
	perspective-origin: 25vh 256px;
	overflow: hidden;
}

.scrolling-title .marquee-track {
	padding: 56px 0;
}

.scrolling-title .marquee-track>* {
	flex: 0 0 auto;
}

.scrolling-title .marquee-tagline {
	display: flex;
	align-items: center;
	grid-gap: 40px;
	flex-wrap: nowrap;
	white-space: nowrap;
	padding: 0 0 32px;
	margin-bottom: 24px;
	font-size: 200px;
	letter-spacing: -10px;
	color: #000;
}

.scrolling-title .marquee-tagline svg {
	width: 104px;
	height: 104px;
	margin-top: 32px;
}

[data-color=brand-dark] .scrolling-title .marquee-tagline {
	color: #fff;
}

@media(min-width: 768px)and (max-width: 1104px) {
	.scrolling-title .marquee-tagline {
		font-size: 160px;
	}
}

@media(max-width: 767px) {
	.scrolling-title .marquee-track {
		padding-bottom: 0px;
		padding-top: 30px;
	}

	.scrolling-title .marquee-tagline {
		grid-gap: 12px;
		padding: 0 0 16px;
		font-size: 72px;
		letter-spacing: -4px;
	}

	.scrolling-title .marquee-tagline svg {
		width: 36px;
		height: 36px;
		margin: 10px 0 0 0;
	}
}

#header {
	padding: 0 var(--grid-margin);
}

#header .logo {
	display: block;
	height: 48px;
	width: 200px;
	margin-left: 12px;
	/*transform: translateY(-2px);*/
	background: url(images/log.svg) no-repeat center center/contain;
	font: 0/0 a;
	color: transparent;
}

#header .menu .menu-link {
	display: flex;
	align-items: center;
}

#header .menu .menu-link span {
	position: relative;
}

#header .menu .menu-link span:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

#header .menu .menu-link:hover span:before {
	transform: scaleX(1);
	transform-origin: left center;
}

#header .menu .menu-link.blur span:before {
	transform-origin: right center;
}

#header .menu .menu-link.current {
	color: #F92F07;
}

#header .menu .menu-link.current span:before {
	display: none;
}

#header .menu .menu-link.external:after,#header .menu .menu-link.download:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: no-repeat center center/contain;
	margin-left: 4px;
}

#header .menu .menu-link.external:after {
	background-image: url(images/icons/external.svg);
}

#header .menu .menu-link.download:after {
	background-image: url(images/icons/download.svg);
}

#header .button-primary {
	position: relative;
}

#header .button-primary:after {
	position: absolute;
	top: 0;
	right: 8%;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: url(images/doodles/shapes/halo-11.svg) no-repeat center center/contain;
	transform-origin: left bottom;
}

#header .button-primary:hover:after {
	animation: 300ms steps(1) infinite alternate wiggle;
}

.webp:not(.safari) #header .logo {
	background-image: url(images/log.svg);
}

.webp:not(.safari) #header .logo:hover {
	background-image: url(images/log.svg);
}

@media(min-width: 1024px) {
	#header {
		position: fixed;
		z-index: 10;
		top: 0;
		width: 100%;
		padding-top: 16px;
		/*text-transform: lowercase;*/
	}

	#header .dropdown-overlay {
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0,0,0,.3);
		pointer-events: none;
		transition: all 750ms cubic-bezier(0.16, 1, 0.3, 1);
		opacity: 0;
	}

	#header .dropdown-overlay.toggled {
		opacity: 1;
	}

	#header .container {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		max-width: 1328px;
		padding: 12px;
		background: rgba(255, 255, 255, 0.80);
		border: 1px solid #ffe8fd;
		border-radius: 10px;
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);
	}

	#header #mobile-header-toggle {
		display: none;
	}

	#header .menu {
		display: flex;
		align-self: stretch;
		align-items: center;
		justify-content: center;
		grid-gap: 28px;
		margin: 0 auto;
	}

	#header .menu .menu-entry {
		display: flex;
		align-items: center;
		height: 100%;
	}

	#header .menu .menu-dropdown {
		position: relative;
	}

	#header .menu .menu-dropdown .dropdown-label {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#header .menu .menu-dropdown .dropdown-label svg {
		display: block;
		width: 16px;
		height: 16px;
		margin-left: 8px;
		transform: rotate(90deg);
	}

	#header .menu .menu-dropdown .dropdown-wrapper {
		position: absolute;
		top: 0;
		left: calc(50% - (656px / 2));
		padding-top: calc(var(--header) - 6px);
		transition: all 750ms cubic-bezier(0.16, 1, 0.3, 1);
		transform: translateY(-32px);
		opacity: 0;
		pointer-events: none;
	}

	#header .menu .menu-dropdown .dropdown-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 656px;
		padding: 32px;
		background: #fff;
		border-radius: 16px;
	}

	#header .menu .menu-dropdown .dropdown-content .major-link {
		font-size: 20px;
		line-height: 27px;
	}

	#header .menu .menu-dropdown .dropdown-content .major-link:hover {
		color: #F0583A;
	}

	#header .menu .menu-dropdown .dropdown-content .major-link+.major-link {
		margin-top: 18px;
	}

	#header .menu .menu-dropdown .dropdown-content main,#header .menu .menu-dropdown .dropdown-content aside {
		/*margin-top: 16px;*/
	}

	#header .menu .menu-dropdown .dropdown-content main {
		padding: 0 16px;
	}

	#header .menu .menu-dropdown .dropdown-content main .categories {
		display: flex;
		flex-direction: column;
		margin-top: 24px;
	}

	#header .menu .menu-dropdown .dropdown-content main .categories .category {
		font-size: 14px;
		line-height: 16px;
	}

	#header .menu .menu-dropdown .dropdown-content main .categories .category+.category {
		margin-top: 12px;
	}

	#header .menu .menu-dropdown .dropdown-content main .categories .category:hover {
		color: #F0583A;
	}

	#header .menu .menu-dropdown .dropdown-content aside {
		display: flex;
		flex: 0 0 auto;
		flex-direction: column;
		padding-left: 40px;
		border-left: 1px solid rgba(0,0,0,.1);
	}

	#header .menu .menu-dropdown .dropdown-content aside a+a {
		margin-top: 16px;
	}

	#header .menu .menu-dropdown .dropdown-content .last-article {
		position: relative;
		display: flex;
		align-items: center;
		width: 90%;
		grid-column: span 2;
		margin-top: 42px;
		padding: 24px 216px 24px 24px;
		background: #fff;
		border: 1px solid #ffe8fd;
		border-radius: 15px;
		line-height: 20px;
		transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
	}

	#header .menu .menu-dropdown .dropdown-content .last-article .article-thumbnail {
		position: absolute;
		top: calc(50% - 48px);
		right: 24px;
		width: 144px;
		height: 96px;
		transform: rotate(-4deg);
	}

	#header .menu .menu-dropdown .dropdown-content .last-article:hover {
		background: #F0583A;
		border-color: #F0583A;
	}

	#header .menu .menu-dropdown:hover {
		cursor: pointer;
	}

	#header .menu .menu-dropdown:hover .dropdown-label {
		color: #F0583A;
		text-decoration: underline;
	}

	#header .menu .menu-dropdown:hover .dropdown-label svg {
		transform: rotate(-90deg);
	}

	#header .menu .menu-dropdown:hover .dropdown-label svg * {
		stroke: #F0583A;
	}

	#header .menu .menu-dropdown:hover .dropdown-wrapper {
		transform: translateY(0);
		opacity: 1;
		pointer-events: all;
	}

	#header #header-language-selector {
		display: none;
	}

	#header .aside {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#header .aside .my-account {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 64px;
		height: 64px;
		flex-shrink: 0;
		background: #fff;
		border: 1px solid #ff8353;
		border-radius: 64px;
		transition: border 300ms linear;
		font: 0/0 a;
		color: transparent;
		width: 54px;
		height: 54px;
		margin-right: 16px;
		background: none;
	}

	#header .aside .my-account:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		content: "";
		border-radius: 64px;
		background: #F0583A;
		transform: scale(0);
		transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
	}

	#header .aside .my-account:hover {
		cursor: pointer;
		transform: scale(1.1);
		border-color: transparent;
	}

	#header .aside .my-account:hover:before {
		transform: scale(1);
	}

	#header .aside .my-account .icon {
		position: relative;
		z-index: 1;
	}

	#header .aside .my-account:after {
		position: relative;
		z-index: 1;
		display: block;
		content: "";
		width: 14px;
		height: 14px;
		background: url(images/icons/account.svg) no-repeat center center/contain;
	}
}

@media(min-width: 1496px) {
	#header .container {
		max-width: 1808px;
	}
}

@media(max-width: 1023px) {
	#header {
		position: fixed;
		z-index: 10;
		top: 0;
		width: 100%;
		padding-top: var(--grid-margin);
		text-transform: unset;
		pointer-events: none;
	}

	#header:before {
		display: block;
		content: "";
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
		opacity: 0;
		transform: scaleY(0);
		transform-origin: center top;
	}

	#header .container {
		display: flex;
		flex-direction: column;
	}

	#header .mobile-header-bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 64px;
		padding: 8px;
		background: rgba(255,255,255,.9);
		border: 1px solid #ffe8fd;
		border-radius: 10px;
		backdrop-filter: blur(15px);
		transition: padding 400ms cubic-bezier(0.16, 1, 0.3, 1);
		pointer-events: all;
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);
	}

	#header .logo {
		display: block;
		width: 160px;
		height: 36px;
		margin-left: 12px;
		/*transform: translateY(-1px);*/
	}

	#header #mobile-header-toggle {
		display: flex;
		width: 48px;
		height: 48px;
		background: url(images/icons/menu.svg) no-repeat center center/16px;
		font: 0/0 a;
		color: transparent;
	}

	#header #mobile-header-toggle:hover {
		background-color: #ffdfcf;
		border-color: #ffe8fd;
	}

	#header #mobile-header-toggle:before {
		display: none;
	}

	#header .menu {
		display: flex;
		flex-direction: column;
		grid-gap: 18px;
		padding: 6vh 0;
		margin: auto 0;
	}

	#header .menu .menu-entry>span,#header .menu .menu-entry .dropdown-label {
		font-size: 40px;
		line-height: 85%;
		letter-spacing: -0.05em;
	}

	#header .menu .menu-link.external:after,#header .menu .menu-link.download:after {
		width: 24px;
		height: 24px;
	}

	#header .menu .menu-link:hover,#header .menu .menu-link:active {
		color: #ff8353;
	}

	#header .menu .menu-link.current {
		color: #ff8353;
	}

	#header .menu .menu-dropdown .dropdown-label {
		display: flex;
		align-items: center;
	}

	#header .menu .menu-dropdown .dropdown-label svg {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 64px;
		height: 64px;
		flex-shrink: 0;
		background: #fff;
		border: 1px solid #ff8353;
		border-radius: 10px;
		transition: border 300ms linear;
		width: 32px;
		height: 32px;
		padding: 8px;
		margin: 6px 16px 0 0;
		order: -1;
	}

	#header .menu .menu-dropdown .dropdown-label svg:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		content: "";
		border-radius: 64px;
		background: #F0583A;
		transform: scale(0);
		transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
	}

	#header .menu .menu-dropdown .dropdown-label svg:hover {
		cursor: pointer;
		transform: scale(1.1);
		border-color: transparent;
	}

	#header .menu .menu-dropdown .dropdown-label svg:hover:before {
		transform: scale(1);
	}

	#header .menu .menu-dropdown .dropdown-label svg .icon {
		position: relative;
		z-index: 1;
	}

	#header .menu .menu-dropdown .dropdown-content {
		display: none;
	}

	#header.toggled.show-dropdown .menu-entry:not(.menu-dropdown),#header.toggled.show-dropdown .aside,#header.toggled.show-dropdown #header-language-selector {
		display: none;
	}

	#header.toggled.show-dropdown .mobile-header-bar .logo {
		opacity: 0;
	}

	#header.toggled.show-dropdown .menu {
		padding: 0;
		margin-top: 0;
		transform: translateY(-56px);
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-label svg {
		transform: rotate(180deg);
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-content {
		display: block;
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-content .major-link {
		font-size: 24px;
		line-height: 27px;
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-content .major-link:hover {
		color: #F0583A;
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-content .major-link+.major-link {
		margin-top: 18px;
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-content main {
		padding-top: 48px;
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-content main .categories {
		display: flex;
		flex-direction: column;
		margin-top: 24px;
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-content main .categories .category {
		font-size: 16px;
		line-height: 20px;
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-content main .categories .category+.category {
		margin-top: 16px;
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-content main .categories .category:hover {
		color: #F0583A;
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-content aside {
		display: flex;
		flex: 0 0 auto;
		flex-direction: column;
		margin-top: 50px;
		padding-top: 2px;
		border-top: 1px solid rgba(0,0,0,.1);
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .dropdown-content aside a+a {
		margin-top: 24px;
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .last-article {
		position: relative;
		display: flex;
		align-items: center;
		margin-top: 48px;
		padding: 24px 112px 24px 24px;
		background: #F0583A;
		border-radius: 10px;
		line-height: 20px;
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .last-article .article-thumbnail {
		position: absolute;
		top: calc(50% - 27px);
		right: 16px;
		width: 80px;
		height: 54px;
		transform: rotate(-4deg);
	}

	#header.toggled.show-dropdown .menu .menu-dropdown .last-article:hover {
		background: #F0583A;
	}

	#header #header-language-selector {
		align-self: flex-start;
		margin-top: 40px;
	}

	#header .aside {
		margin-top: auto;
	}

	#header .aside .button-primary {
		order: -1;
	}

	#header .aside .my-account {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		height: auto;
		border: none;
		background: none;
		margin: 0 16px 0 auto;
	}

	#header .aside .my-account:before {
		order: 1;
		display: block;
		content: "";
		width: 16px;
		height: 16px;
		margin-left: 8px;
		border-radius: 54px;
		background: url(images/icons/account.svg) no-repeat center center/contain;
	}

	#header .aside .my-account .icon {
		margin-left: 8px;
	}

	#header .menu,#header .aside {
		display: flex;
		pointer-events: none;
		opacity: 0;
		transform: translateY(-10vh);
		transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
	}

	#header.toggled {
		width: 100%;
		height: 100%;
		background: rgba(255,243,254,.9);
		pointer-events: all;
	}

	#header.toggled:before {
		opacity: 1;
		transform: scale(1);
	}

	#header.toggled .container {
		position: relative;
		height: 100%;
		padding-bottom: 14vh;
	}

	#header.toggled .logo {
		margin-left: 0;
	}

	#header.toggled .mobile-header-bar {
		background: transparent;
		border-color: transparent;
		backdrop-filter: none;
		padding-left: 0;
		padding-right: 0;
	}

	#header.toggled .menu,#header.toggled #header-language-selector,#header.toggled .aside {
		pointer-events: all;
		opacity: 1;
		transform: translateY(0);
	}

	#header.toggled #mobile-header-toggle {
		width: 56px;
		height: 56px;
		background-image: url(images/icons/cross.svg);
	}

	#header.toggled #mobile-header-close-area {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 13vh;
	}

	body.toggled {
		overflow: hidden;
	}
}

#footer {
	padding: 96px var(--grid-margin) 48px;
	margin-top: auto;
	font-size: 14px;
	text-transform: none;
}

#footer .container {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	grid-gap: 64px 0;
	margin: 0 auto;
	width: calc((var(--col) * 24) + (var(--grid-gutter) * 23));
}

#footer .logo {
	width: calc((var(--col) * 6) + (var(--grid-gutter) * 5) + var(--grid-gutter));
	height: 35px;
	background: url(images/log.svg) no-repeat left center/contain;
	font: 0/0 a;
	color: transparent;
}

#footer .sn-links {
	display: flex;
	align-items: flex-start;
	grid-gap: 10px;
	grid-row-start: 2;
}

#footer .sn-links a {
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

#footer .sn-links a img {
	width: 30px;
	height: 30px;
}

#footer .sn-links a:hover {
	transform: scale(1.1);
}

#footer .footer-menu {
	display: flex;
	justify-content: center;
	grid-gap: 16px;
	width: calc((var(--col) * 16) + (var(--grid-gutter) * 11));
}

#footer .link-collection {
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-gap: 16px;
	flex: 1;
	width: calc((var(--col) * 4) + (var(--grid-gutter) * 3));
	text-align: center;
}

#footer .link-collection .link-collection-title {
	color: #ff8353;
}

#footer .link-collection a {
	position: relative;
	display: flex;
	align-items: center;
}

#footer .link-collection a:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	display: block;
	content: "";
	background: #000;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

#footer .link-collection a:hover:before {
	transform: scaleX(1);
}

#footer .link-collection .external:after,#footer .link-collection .download:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: no-repeat center center/contain;
	margin-left: 4px;
}

#footer .link-collection .external:after {
	background-image: url(images/icons/external.svg);
}

#footer .link-collection .download:after {
	background-image: url(images/icons/download.svg);
}

#footer .page-controls {
	display: flex;
	grid-gap: 8px;
	align-items: flex-start;
	justify-self: flex-end;
	justify-content: flex-end;
	width: calc((var(--grid-gutter) * 4));
}

#footer .page-controls .back-to-top .icon {
	transform: rotate(-90deg);
}

#footer .legal {
	align-self: flex-end;
	justify-self: flex-end;
	grid-column-start: 3;
	color: #ff8353;
}

[data-color=brand-dark] #footer .logo {
	background-image: url(images/logo-intoteq-dark.svg);
}

[data-color=brand-dark] #footer .footer-menu a {
	color: #fff;
}

[data-color=brand-dark] #footer .link-collection a:before {
	background: #fff;
}

[data-color=brand-dark] #footer .link-collection .external:after,[data-color=brand-dark] #footer .link-collection .download:after {
	filter: invert(1);
}

@media(max-width: 1023px) {
	#footer {
		padding: 88px var(--grid-margin);
	}

	#footer .container {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		grid-gap: 48px 16px;
	}

	#footer .sn-links {
		order: 1;
		grid-gap: 10px;
		grid-column-start: span 2;
	}

	#footer .footer-menu {
		order: 2;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 32px;
	}

	#footer .link-collection {
		align-items: flex-start;
		text-align: left;
	}

	#footer .link-collection .terms-and-conditions,#footer .link-collection .cookies {
		display: none;
	}

	#footer .company {
		order: 3;
	}

	#footer .page-controls {
		order: 4;
		justify-self: flex-start;
	}

	#footer .logo {
		order: 5;
	}

	#footer .legal {
		order: 6;
		align-self: flex-start;
		justify-self: flex-start;
	}

	#footer .legal .links {
		margin-bottom: 16px;
	}

	#footer .legal .links .menu-item {
		margin-right: 24px;
	}
}

@media(min-width: 768px)and (max-width: 1023px) {
	#footer {
		padding: 54px var(--grid-margin);
	}

	#footer .sn-links,#footer .footer-menu,#footer .link-collection,#footer .page-controls {
		width: 100%;
	}

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

	#footer .page-controls {
		justify-content: flex-start;
	}
}

@media(max-width: 767px) {
	#footer {
		width: 100%;
	}

	#footer .container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	#footer .footer-menu {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		grid-gap: var(--grid-gutter);
	}

	#footer .link-collection {
		width: calc((var(--col) * 3) + (var(--grid-gutter) * 2));
		margin-top: 20px;
	}

	#footer .link-collection:nth-child(2) {
		grid-column: 1;
		margin-top: 20px;
	}

	#footer .link-collection:nth-child(3) {
		grid-row: 1;
		grid-column: 2;
	}

	#footer .page-controls {
		justify-content: flex-start;
	}
}

.hero {
	position: relative;
	display: flex;
	min-height: 100vh;
	padding-top: var(--header-offset);
	text-transform: initial;
}

.hero .container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
	width: 100%;
	max-width: 1104px;
	padding: 10vh 0 28vh;
}

.hero .text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	grid-gap: 40px;
	max-width: 512px;
	position: relative;
}

.hero .text p {
	line-height: 20px;
}

.hero .button-primary {
	height: 64px;
}

.hero .button-secondary {
	margin: 0 0 0 16px;
}

.hero .button-container {
	display: flex;
	align-items: center;
}

.hero .button-container .doodle-text {
	position: absolute;
	top: 64px;
	left: 32px;
}

@media(min-width: 1496px) {
	.hero .container {
		max-width: 1496px;
	}

	.hero .text {
		max-width: 740px;
	}
}

@media(max-width: 768px) {
	.hero {
		min-height: 0;
		overflow: hidden;
	}

	.hero .container {
		align-items: flex-start;
		padding: 8px var(--grid-margin) 0 var(--grid-margin);
	}

	.hero .text {
		grid-gap: 24px;
	}

	.hero .button-secondary {
		display: none;
	}
}

@media(min-width: 768px)and (max-width: 1023px) {
	.hero .text {
		grid-gap: 40px;
	}
}

.faq {
	padding: 120px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.faq .container {
	display: flex;
	justify-content: space-between;
	width: calc((var(--col) * 20) + (var(--grid-gutter) * 19));
}

.faq-title {
	width: calc((var(--col) * 7) + (var(--grid-gutter) * 6));
}

.faq-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
}

.faq .question-collection .question {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	transition: .3s all cubic-bezier(0.16, 1, 0.3, 1);
}

.faq .question-collection .question+.question {
	margin-top: 32px;
}

.faq .question-collection .question-text {
	font-size: 24px;
	line-height: 27px;
	margin-left: 16px;
}

.faq .question-collection .question-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	background: rgba(255,255,255,.15);
	border: 1px solid #ff8353;
	border-radius: 10px;
	transform: rotate(0.25turn);
	transition: .3s all cubic-bezier(0.16, 1, 0.3, 1);
}

.faq .question-collection .question-icon img {
	position: relative;
	z-index: 1;
}

.faq .question-collection .question-answer {
	display: none;
}

.faq .question-collection .question-label {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.faq .question-collection .question.toggled {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
	background: #F0583A;
	border-radius: 15px;
}

.faq .question-collection .question.toggled .question-icon {
	background: #fff;
	transform: rotate(-0.25turn);
}

.faq .question-collection .question.toggled .question-answer {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-top: 16px;
}

.faq .question-collection .question:last-child {
	margin-bottom: 0px;
}

[data-color=brand-dark] .faq {
	color: #fff;
}

[data-color=brand-dark] .faq .question-collection .question-icon img {
	filter: invert(1);
}

[data-color=brand-dark] .faq .question-collection .question.toggled {
	color: #000;
}

[data-color=brand-dark] .faq .question-collection .question.toggled .question-icon img {
	filter: none;
}

@media(min-width: 768px)and (max-width: 1024px -1) {
	.faq {
		padding: 0 var(--grid-margin);
	}

	.faq .container {
		width: 100%;
		grid-gap: 80px;
		justify-content: flex-start;
	}

	.faq .faq-list {
		width: auto;
	}
}

@media(max-width: 767px) {
	.faq {
		padding: 88px 0px;
	}

	.faq .container {
		flex-direction: column;
		align-items: center;
	}

	.faq .container,.faq-list,.faq-title {
		width: 100%;
	}

	.faq-title {
		padding: 0 28px;
	}

	.faq .faq-list {
		margin-top: 48px;
		width: 100%;
	}

	.faq .question-collection {
		width: 100%;
	}

	.faq .question-collection .question {
		width: 100%;
		padding: 0 28px;
	}

	.faq .question-collection .question-text {
		font-size: 16px;
		line-height: 20px;
	}

	.faq .question-collection .question-icon {
		padding: 10px;
	}

	.faq .question-collection .question.toggled {
		padding: 28px;
	}

	.faq .faq-button {
		padding: 0 28px;
	}
}

.brand-collection {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.brand-collection .marquee {
	grid-gap: 0 80px;
}

.brand-collection-title {
	width: calc((var(--col) * 16) + (var(--grid-gutter) * 15));
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.brand-collection-logos {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 56px;
	padding-bottom: 8px;
}

.brand-collection .description {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

[data-color=brand-dark] .brand-collection {
	color: #fff;
}

[data-color=brand-dark] .brand-collection-logos {
	filter: invert(1);
}

@media(max-width: 767px) {
	.brand-collection-title {
		width: 100%;
	}

	.brand-collection-title,.brand-collection .description {
		padding: 0px 7vw;
	}

	.brand-collection-logos {
		margin-top: 40px;
	}

	.brand-collection .marquee {
		grid-gap: 0 54px;
	}
}

.error-404 {
	padding: 120px 0px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.error-404 .container {
	display: flex;
	align-items: center;
	width: calc((var(--col) * 22) + (var(--grid-gutter) * 21));
}

.error-404 .description {
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	margin-left: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter));
	margin-right: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter) * 2);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 1;
	position: relative;
}

.error-404 .description .h1 {
	margin-bottom: 40px;
}

.error-404 .description .button-secondary {
	margin-top: 40px;
}

.error-404 .error-video,.error-404 .error-video-container {
	z-index: 1;
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	object-fit: cover;
}

.error-404 .error-video {
	transform: rotate(6deg);
}

.error-404 .error-video-container {
	position: relative;
}

.error-404 #error-doodle {
	position: absolute;
	max-width: 120px;
	left: 0;
	top: 100%;
}

#content>*:first-child.error-404 {
	padding-top: 160px;
}

@media(max-width: 1104px) {
	.error-404 .h1 {
		font-size: 40px;
		line-height: 44px;
		letter-spacing: -2px;
	}
}

@media(max-width: 767px) {
	.error-404 {
		padding: 88px var(--grid-margin);
	}

	.error-404 .container {
		flex-direction: column;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.error-404 .description {
		margin: 0;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.error-404 .error-video-container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		margin-top: 50px;
	}

	.error-404 .error-video {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		height: auto;
	}

	.error-404 #error-doodle {
		max-width: 90px;
		right: 0;
		left: auto;
		bottom: 100%;
		top: auto;
	}

	#content>*:first-child.error-404 {
		padding-top: 128px;
	}
}

.contact-form-confirmation {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px 0 8px;
	overflow: hidden;
}

.contact-form-confirmation .container {
	display: flex;
	position: relative;
	width: calc((var(--col) * 22) + (var(--grid-gutter) * 21));
	justify-content: space-between;
}

.contact-form-confirmation .description {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	position: relative;
	margin-left: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter));
}

.contact-form-confirmation .description .p,.contact-form-confirmation .description .button {
	margin-top: 40px;
}

.contact-form-confirmation .animation {
	z-index: 1;
	width: calc((var(--col) * 8) + (var(--grid-gutter) * 7));
	object-fit: contain;
	image-rendering: pixelated;
	transform: translate(calc((var(--col) * 2) + (var(--grid-gutter) * 1) + var(--grid-gutter)), -5%) rotate(-12deg);
}

.contact-form-confirmation #contact-form-confirmation-doodle-title {
	position: absolute;
	width: 66px;
	height: auto;
	left: 544px;
	top: 230px;
	transform: rotate(22deg);
}

.contact-form-confirmation #contact-form-confirmation-doodle-image {
	position: absolute;
	width: 138px;
	height: auto;
	top: 5%;
	right: calc((var(--col) * 6) + (var(--grid-gutter) * 5) + var(--grid-gutter));
	transform: rotate(13deg);
}

#content>*:first-child.contact-form-confirmation {
	padding-top: 160px;
}

@media(min-width: 1104px)and (max-width: 1232px),(min-width: 1496px)and (max-width: 1624px) {
	.contact-form-confirmation .container {
		padding-left: 32px;
	}
}

@media(max-width: 1104px) {
	.contact-form-confirmation {
		padding: 160px 7vw;
	}

	.contact-form-confirmation .h1 {
		font-size: 40px;
		line-height: 44px;
		letter-spacing: -2px;
	}

	.contact-form-confirmation #contact-form-confirmation-doodle-title {
		left: 95%;
		top: 45%;
	}

	.contact-form-confirmation #contact-form-confirmation-doodle-image {
		width: 104px;
	}
}

@media(max-width: 767px) {
	.contact-form-confirmation {
		padding: 88px var(--grid-margin);
	}

	.contact-form-confirmation .h1 {
		padding-right: 20px;
	}

	.contact-form-confirmation .container {
		flex-direction: column;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.contact-form-confirmation .description {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		margin-left: 0;
	}

	.contact-form-confirmation .animation {
		width: calc((var(--col) * 4) + (var(--grid-gutter) * 3) + var(--grid-margin));
		margin-top: 36px;
		align-self: flex-end;
		transform: translateX(var(--grid-margin)) rotate(-12deg);
		margin-top: -7%;
	}

	.contact-form-confirmation #contact-form-confirmation-doodle-title {
		top: 35%;
		left: auto;
		right: 16px;
		width: 80px;
		height: auto;
	}

	.contact-form-confirmation #contact-form-confirmation-doodle-image {
		top: auto;
		right: auto;
		bottom: 96px;
		left: 16px;
		width: 104px;
		height: auto;
		transform: none;
	}

	#content>*:first-child.contact-form-confirmation {
		padding-top: 128px;
	}
}

.page-template-default .page-cover {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
}

.page-template-default .page-cover .marquee-track:nth-child(3) {
	display: none;
}

.page-template-default .page-cover .container {
	position: relative;
}

.page-template-default .page-body {
	display: flex;
	justify-content: center;
	padding-top: 120px;
}

.page-template-default .page-body .container {
	width: calc((var(--col) * 14) + (var(--grid-gutter) * 13));
	display: flex;
	flex-direction: column;
}

.page-template-default .marquee-tagline {
	display: flex;
	align-items: center;
	grid-gap: 40px;
	font-size: 200px;
	letter-spacing: -10px;
	text-transform: lowercase;
	line-height: 235px;
}

.page-template-default .marquee-tagline .icon {
	width: 104px;
	margin-top: 32px;
}

.page-template-default .marquee-track+.marquee-track {
	padding-top: 20px;
}

.page-template-default h1,.page-template-default h2 {
	margin: 100px 0 120px;
	font-size: 48px;
	line-height: 53px;
	letter-spacing: -0.03em;
	width: 100%;
}

.page-template-default h3,.page-template-default h4 {
	margin: 50px 0 60px;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.03em;
}

.page-template-default p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 25px;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	margin: 0 calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter));
}

.page-template-default strong {
	font-weight: bold;
}

.page-template-default ol {
	list-style: decimal;
	padding: 0px calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter));
	margin-bottom: 60px;
}

.page-template-default ol li {
	margin: 30px 0 24px;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
}

.page-template-default ul {
	font-size: 16px;
	line-height: 20px;
	list-style: disc;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	margin: 0 calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter)) 24px;
}

.page-template-default ul li {
	margin: 24px 0px;
}

.page-template-default li>ol {
	padding: 0 calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter));
}

.page-template-default li>ol li {
	margin: 40px 0 24px;
}

.page-template-default li>h1,.page-template-default li>h2,.page-template-default li>h3,.page-template-default li>h4 {
	margin: 30px 0 24px;
}

.page-template-default table {
	border: 1px solid #000;
	table-layout: fixed;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
}

.page-template-default figure {
	padding: 0 calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter));
	margin-bottom: 25px;
}

.page-template-default tr {
	border: 1px solid #000;
}

.page-template-default td {
	border: 1px solid #000;
	padding: 10px;
}

.page-template-default blockquote>p {
	font-size: 24px;
	line-height: 27px;
	padding: 0 0 20px 0;
	width: 100%;
}

.page-template-default #content>*:first-child {
	padding-top: 0;
}

.page-template-default #page-cover-doodle {
	position: absolute;
	bottom: 100%;
	right: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter) + var(--grid-margin));
}

@media(max-width: 767px) {
	.page-template-default .page-cover .marquee-track {
		padding: 0;
	}

	.page-template-default .page-cover .marquee-track:nth-child(3) {
		display: flex;
	}

	.page-template-default .page-body {
		padding: 88px var(--grid-margin);
		overflow: hidden;
	}

	.page-template-default .page-body .container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.page-template-default .marquee-tagline {
		grid-gap: 20px;
		font-size: 72px;
		line-height: 86px;
		letter-spacing: -4px;
	}

	.page-template-default .marquee-tagline .icon {
		width: 36px;
		height: 36px;
		margin-top: 8px;
	}

	.page-template-default h1,.page-template-default h2 {
		font-size: 32px;
		line-height: 36px;
		margin: 60px 0;
	}

	.page-template-default h3,.page-template-default h4 {
		font-size: 26px;
		line-height: 30px;
		margin: 44px 0;
	}

	.page-template-default p {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		margin: 0;
	}

	.page-template-default ol {
		padding: 0;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.page-template-default ol li {
		margin-top: 30px;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.page-template-default li>ol {
		padding: 0 var(--grid-margin);
	}

	.page-template-default ul {
		margin: 0;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.page-template-default ul li {
		margin-top: 20px;
	}

	.page-template-default figure {
		padding: 0;
	}

	.page-template-default table {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.page-template-default #page-cover-doodle {
		right: var(--grid-margin);
		bottom: 80%;
	}
}

#video-embed {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#video-embed:before {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,.8);
}

#video-embed #video-embed-iframe {
	position: relative;
	background: #000;
}

#video-embed #video-embed-iframe,#video-embed #video-embed-iframe iframe {
	width: calc((var(--col) * 20) + (var(--grid-gutter) * 19));
	height: calc(calc((var(--col) * 20) + (var(--grid-gutter) * 19)) * (9/16));
}

#video-embed #video-embed-close {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	background: #fff;
	border: 1px solid #ff8353;
	border-radius: 64px;
	transition: border 300ms linear;
	position: absolute;
	top: 0;
	right: -80px;
}

#video-embed #video-embed-close:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	border-radius: 64px;
	background: #F0583A;
	transform: scale(0);
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

#video-embed #video-embed-close:hover {
	cursor: pointer;
	transform: scale(1.1);
	border-color: transparent;
}

#video-embed #video-embed-close:hover:before {
	transform: scale(1);
}

#video-embed #video-embed-close .icon {
	position: relative;
	z-index: 1;
}

#video-embed #video-embed-close:after {
	position: relative;
	z-index: 1;
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(images/icons/cross.svg) no-repeat center center/contain;
}

@media(max-width: 767px) {
	#video-embed #video-embed-iframe,#video-embed #video-embed-iframe iframe {
		width: 95vw;
		height: calc(95vw * (9/16));
	}

	#video-embed #video-embed-close {
		top: -64px;
		right: 0;
		width: 48px;
		height: 48px;
	}
}

.animated-hero {
	--animation-progression: 0;
	--animation-progression-eased: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-top: 0;
}

.animated-hero .hero {
	z-index: 3;
	margin-left: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + var(--grid-margin));
}

.animated-hero .hero ul li {
	position: relative;
	padding-left: 28px;
	font-size: 24px;
	line-height: 40px;
}

.animated-hero .hero ul li:before {
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: url(images/icons/dot.svg) no-repeat center center/contain;
}

.animated-hero .split-tip {
	grid-column: span 2;
}

.animated-hero .background {
	z-index: 2;
}

.animated-hero .split-tip {
	z-index: 1;
}

.animated-hero .background {
	position: sticky;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100vh;
}

.animated-hero .background .photo {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: calc((var(--col) * 11) + (var(--grid-gutter) * 10) + var(--grid-margin));
	height: 100%;
	clip-path: url("#intoteq-mask");
	overflow: hidden;
	background: #ffe8fd;
}

.animated-hero .background .photo #intoteq-mask-shape {
	transform: translate(calc(0% + var(--animation-progression) * (50% - 0%)), calc(100% + var(--animation-progression) * (-5% - 100%))) scale(calc(7 + var(--animation-progression) * (2.25 - 7)));
	transform-origin: 0 100%;
	transform-box: fill-box;
}

.animated-hero .background .photo img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.animated-hero .background .photo .start-image {
	opacity: calc(1 + var(--animation-progression-eased) * (0 - 1));
}

.animated-hero .background .photo .end-image {
	opacity: calc(0 + var(--animation-progression-eased) * (1 - 0));
	object-position: 65% center;
}

.animated-hero .background .resources {
	display: none;
}

.animated-hero .background .three-scene {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: calc(var(--grid-margin) + var(--animation-progression) * (calc(var(--grid-margin) + calc((var(--col) * 2) + (var(--grid-gutter) * 1)) + var(--grid-gutter)) - var(--grid-margin)));
	width: calc(calc((var(--col) * 16) + (var(--grid-gutter) * 15)) + var(--animation-progression) * (calc((var(--col) * 6) + (var(--grid-gutter) * 5)) - calc((var(--col) * 16) + (var(--grid-gutter) * 15))));
	height: calc(66vh + var(--animation-progression) * (100vh - 66vh));
}

@media(max-width: 768px) {
	.animated-hero {
		--device-width: calc((var(--col) * 4) + (var(--grid-gutter) * 3));
		--device-height: calc(var(--device-width) * 16/6);
		display: flex;
		flex-direction: column;
	}

	.animated-hero.isSquare {
		--device-width: 30vw;
	}

	.animated-hero .hero {
		position: absolute;
		width: 100%;
		min-height: 100vh;
		margin-left: 0;
		padding-bottom: 16px;
	}

	.animated-hero .background .photo {
		top: auto;
		bottom: calc(0px + var(--animation-progression) * (15vh - 0px));
		width: calc((var(--col) * 3) + (var(--grid-gutter) * 2) + var(--grid-margin));
		height: calc(66vh + var(--animation-progression) * (55vh - 66vh));
	}

	.animated-hero .background .photo #intoteq-mask-shape {
		transform: scale(calc(7 + var(--animation-progression) * (4 - 7)), calc(2.8 + var(--animation-progression) * (2 - 2.8))) translateX(calc(0% + var(--animation-progression) * (1% - 0%)));
	}

	.animated-hero .background .photo .start-image {
		object-position: 60% center;
	}

	.animated-hero .background .photo .end-image {
		object-position: 75% center;
	}

	.animated-hero .background .three-scene {
		right: calc(0px + var(--animation-progression) * (calc((100vw - var(--device-width)) / 2) - 0px));
		width: calc(100% + var(--animation-progression) * (var(--device-width) - 100%));
		height: calc(66vw + var(--animation-progression) * (var(--device-height) - 66vw));
	}
}

@media(max-width: 767px) {
	.animated-hero {
		--device-height: calc(var(--device-width) * 15/6);
	}

	.animated-hero .hero ul li {
		padding-left: 16px;
		font-size: 16px;
		line-height: 20px;
	}

	.animated-hero .hero ul li:before {
		top: 8px;
		width: 8px;
		height: 8px;
	}

	.animated-hero .hero ul li+li {
		margin-top: 8px;
	}

	.animated-hero .hero .button-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.animated-hero .hero .button-container .button-secondary {
		margin: 16px 0 0 0;
	}

	.animated-hero .hero .button-container .doodle-text {
		display: none;
	}
}

@media(min-width: 768px)and (max-width: 1023px) {
	.animated-hero {
		--device-width: calc((var(--col) * 11) + (var(--grid-gutter) * 10));
	}

	.animated-hero .hero .container {
		padding-top: 40px;
	}

	.animated-hero .background .photo {
		top: auto;
		bottom: calc(0px + var(--animation-progression) * (calc((100vh - 65vh) / 2) - 0px));
		width: calc(calc((var(--col) * 12) + (var(--grid-gutter) * 11) + var(--grid-margin)) + var(--animation-progression) * (calc((var(--col) * 9) + (var(--grid-gutter) * 8) + var(--grid-margin)) - calc((var(--col) * 12) + (var(--grid-gutter) * 11) + var(--grid-margin))));
		height: calc(90vh + var(--animation-progression) * (55vh - 90vh));
	}

	.animated-hero .background .photo .start-image {
		object-position: 58% center;
	}
}

.split-tip {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	text-transform: lowercase;
	transition: background 1500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.split-tip.reached {
	background: #ffdfcf;
}

.split-tip .container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: 0 auto;
	padding: 172px var(--grid-margin) 144px;
}

.split-tip .title,.split-tip .steps,.split-tip .step-descriptions,.split-tip .step-progress-track {
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	margin-left: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + var(--grid-gutter));
}

.split-tip .title,.split-tip .step-descriptions {
	position: relative;
	z-index: 1;
}

.split-tip .steps {
	position: relative;
	z-index: 0;
	display: flex;
	grid-gap: 16px;
	padding: 24px 0 80px;
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.split-tip .steps .step {
	font-size: 160px;
	letter-spacing: -4px;
	color: rgba(0,0,0,.1);
}

.split-tip .steps .step.current {
	color: #000;
}

.split-tip .steps .step:hover:not(.current) {
	color: #000;
	cursor: pointer;
}

.split-tip .steps.condensed-steps .step {
	font-size: 114px;
}

.split-tip .step-progress-track {
	height: 2px;
	background: rgba(0,0,0,.3);
}

.split-tip .step-progress-track .step-progress {
	height: 100%;
	background: #000;
}

.split-tip .step-descriptions {
	position: relative;
	min-height: 128px;
	padding-top: 32px;
	line-height: 20px;
}

.split-tip .step-descriptions .step-description {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	text-transform: initial;
}

.split-tip .step-descriptions .step-description.current {
	display: flex;
}

.split-tip .illustration {
	display: none;
}

.split-tip #split-tip-doodle {
	position: absolute;
	top: 25%;
	left: calc((var(--col) * 11) + (var(--grid-gutter) * 10) + var(--grid-gutter));
}

@media(min-width: 1496px) {
	.split-tip .steps .step {
		font-size: 200px;
		line-height: 220px;
		letter-spacing: -5px;
	}

	.split-tip .steps.condensed-steps .step {
		font-size: 180px;
	}
}

@media(min-width: 1921px) {
	.split-tip {
		display: flex;
	}

	.split-tip .container {
		width: 100%;
	}

	.split-tip .illustration .background {
		object-position: top;
		-webkit-mask: url(images/pages/home/split-tip-mask.svg) left 20%/cover no-repeat;
		mask: url(images/pages/home/split-tip-mask.svg) left 20%/cover no-repeat;
	}
}

@media(max-width: 768px) {
	.split-tip .container {
		align-items: center;
		padding: 88px 0 110px;
	}

	.split-tip .title,.split-tip .steps,.split-tip .step-descriptions,.split-tip .step-progress-track {
		margin: 0;
	}

	.split-tip .title,.split-tip .step-descriptions {
		width: auto;
		margin: 0 var(--grid-margin);
	}

	.split-tip .title {
		margin-bottom: var(--device-height);
	}

	.split-tip .steps {
		position: relative;
		align-self: flex-start;
		grid-gap: 0;
		padding: 0 0 32px 0;
	}

	.split-tip .steps .step {
		font-size: 64px;
		letter-spacing: -3px;
		padding: 0 2px 0 4px;
	}

	.split-tip .steps.condensed-steps .step {
		font-size: 48px;
	}

	.split-tip .step-progress-track {
		width: calc(100vw - var(--grid-margin) * 2);
		margin: 0 var(--grid-margin);
	}

	.split-tip .step-descriptions {
		min-height: 192px;
		padding-top: 40px;
	}

	.split-tip #split-tip-doodle {
		left: -14%;
		top: 270%;
		width: 120px;
	}
}

.pos {
	padding: 120px 0 120px;
	overflow: hidden;
}

.pos .button-secondary {
	margin-top: 40px;
}

.pos .marquee-track .marquee img {
	max-height: 140px;
}

.pos .brand-collection-title {
	position: relative;
}

.pos #POS-doodle {
	position: absolute;
	right: -15%;
	top: -30%;
}

@media(max-width: 1104px) {
	.pos {
		padding: 88px 0px;
	}

	.pos .marquee-track .marquee img {
		max-height: 64px;
	}

	.pos .button-secondary {
		margin-top: 24px;
	}

	.pos #POS-doodle {
		position: absolute;
		right: 6%;
		top: 250px;
	}
}

@media(max-width: 767px) {
	.pos #POS-doodle {
		display: none;
	}
}

.stats {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: var(--section-spacing) 0px;
	overflow: hidden;
}

.stats .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.stats .lang-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.stats .title {
	text-align: center;
	margin-bottom: 24px;
}

.stats .stats-container {
	margin-top: 56px;
	perspective: 66vw;
}

.stats .stat-collection {
	position: relative;
	display: flex;
	justify-content: center;
	grid-gap: var(--grid-gutter);
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
	opacity: 0;
	transform: rotateX(90deg);
	transform-origin: center top;
	pointer-events: none;
}

.stats .stat-collection:nth-child(n+2) {
	position: absolute;
	top: 0;
	width: 100%;
}

.stats .stat-collection.current {
	opacity: 1;
	transform: rotateX(0);
	transform-origin: center bottom;
	pointer-events: all;
}

.stats .stat-collection .stat-entry {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	background: #fff;
	border: 1px solid #ff8353;
	border-radius: 10px;
}

.stats .stat-collection .stat-entry .stat-text {
	padding: 80px 32px 0;
}

.stats .stat-collection .stat-entry .doodle-text {
	display: flex;
	justify-content: flex-end;
	margin: auto 24px auto auto;
}

@media(min-width: 1496px) {
	.stats .container {
		max-width: 1806px;
	}

	.stats .stat-collection .stat-entry {
		max-width: none;
		padding-bottom: 80px;
	}

	.stats .stat-collection .stat-entry .stat-text {
		padding: 80px 60px 0;
	}
}

@media(min-width: 768px)and (max-width: 1104px) {
	.stats .container {
		padding: 0 56px;
	}
}

@media(min-width: 768px)and (max-width: 1023px) {
	.stats .stat-collection {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.stats .stat-collection .stat-entry {
		width: 100%;
	}

	.stats .stat-collection .stat-entry .stat-text {
		padding: 64px 24px 0;
	}
}

@media(max-width: 767px) {
	.stats {
		padding: var(--section-spacing) 7vw;
	}

	.stats .stats-container {
		width: 100%;
	}

	.stats .stat-collection {
		flex-direction: column;
		transform: translateY(10vh);
	}

	.stats .stat-collection .stat-entry {
		width: 100%;
		padding-bottom: 0;
	}

	.stats .stat-collection .stat-entry .stat-text {
		padding: 56px 32px;
		text-align: center;
		/*height: 180px;*/
	}

	.stats .stat-collection .stat-entry .doodle-text {
		position: absolute;
		z-index: 1;
		bottom: calc(-1 * calc((var(--col) * 3) + (var(--grid-gutter) * 2)) * 0.5);
		right: calc(-1 * var(--grid-margin));
		width: calc((var(--col) * 3) + (var(--grid-gutter) * 2));
		height: calc((var(--col) * 3) + (var(--grid-gutter) * 2));
	}

	.stats .stat-collection .stat-entry:nth-child(1) .doodle-text {
		left: calc(-1 * var(--grid-margin));
		right: auto;
	}

	.stats .stat-collection .stat-entry:nth-child(1) {
		z-index: 10;
	}

	.stats .stat-collection .stat-entry:nth-child(2) {
		z-index: 9;
	}

	.stats .stat-collection .stat-entry:nth-child(3) {
		z-index: 8;
	}

	.stats .stat-collection .stat-entry:nth-child(4) {
		z-index: 7;
	}

	.stats .stat-collection .stat-entry:nth-child(5) {
		z-index: 6;
	}

	.stats .stat-collection .stat-entry:nth-child(6) {
		z-index: 5;
	}
}

.trusted {
	position: relative;
	overflow: hidden;
	padding: 170px 0 120px;
}

.trusted .title {
	position: relative;
}

.trusted .description {
	margin-top: 32px;
}

.trusted #trusted-doodle {
	position: absolute;
	top: 65%;
	left: 95%;
}

@media(max-width: 1104px) {
	.trusted {
		padding: 88px 0px;
	}

	.trusted .description {
		padding: 0px;
	}

	.trusted .logos {
		margin: 0px;
	}

	.trusted .marquee-track {
		padding: 16px 0;
	}

	.trusted .marquee-track .marquee img {
		max-height: 48px;
	}

	.trusted #trusted-doodle {
		left: 85%;
		top: 60%;
	}
}

@media(max-width: 767px) {
	.trusted .title {
		position: initial;
	}

	.trusted #trusted-doodle {
		top: 80%;
		right: 0%;
		left: auto;
	}
}

.simple-way-to-get-paid {
	--animation-progression: 0;
	--animation-progression-eased: 0;
	display: flex;
	flex-direction: column;
	padding-top: 0;
}

.simple-way-to-get-paid .hero {
	position: absolute;
	z-index: 2;
	margin-left: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + calc(var(--grid-margin) + var(--grid-gutter)));
}

.simple-way-to-get-paid .hero ul li {
	position: relative;
	padding-left: 28px;
	font-size: 24px;
	line-height: 40px;
}

.simple-way-to-get-paid .hero ul li:before {
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: url(images/icons/dot.svg) no-repeat center center/contain;
}

.simple-way-to-get-paid .background {
	position: sticky;
	top: 0;
	z-index: 1;
	pointer-events: none;
	width: 100%;
	height: 100vh;
}

.simple-way-to-get-paid .background .photo {
	position: absolute;
	top: 0;
	right: 0;
	width: calc((var(--col) * 11) + (var(--grid-gutter) * 10) + var(--grid-margin));
	height: 100%;
	clip-path: url("#intoteq-mask");
	overflow: hidden;
	background: #ffe8fd;
}

.simple-way-to-get-paid .background .photo #intoteq-mask-shape {
	transform: translate(calc(250% + var(--animation-progression) * (140% - 250%)), calc(-270% + var(--animation-progression) * (-62% - -270%))) rotate(calc(-48deg + var(--animation-progression) * (-25deg - -48deg))) scale(calc(6 + var(--animation-progression) * (2.5 - 6)));
	transform-origin: center bottom;
	transform-box: fill-box;
}

.simple-way-to-get-paid .background .photo img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.simple-way-to-get-paid .background .photo .start-image {
	opacity: calc(1 + var(--animation-progression-eased) * (0 - 1));
}

.simple-way-to-get-paid .background .photo .end-image {
	opacity: calc(0 + var(--animation-progression-eased) * (1 - 0));
	object-position: -100% center;
}

.simple-way-to-get-paid .background .resources {
	display: none;
}

.simple-way-to-get-paid .background .device {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: var(--grid-gutter);
	width: calc((var(--col) * 16) + (var(--grid-gutter) * 5));
	transform: translateY(calc(0px + var(--animation-progression) * (-200vh - 0px)));
}

[data-color=brand-dark] .simple-way-to-get-paid {
	color: #fff;
}

@media(max-width: 1024px) {
	.simple-way-to-get-paid .background .photo .end-image {
		object-position: center center;
	}
}

@media(max-width: 1023px) {
	.simple-way-to-get-paid {
		display: flex;
		flex-direction: column;
	}

	.simple-way-to-get-paid .hero {
		position: static;
		width: 100%;
		margin-left: 0;
		margin-bottom: 33vh;
		padding-bottom: 16px;
	}

	.simple-way-to-get-paid .hero ul li {
		padding-left: 16px;
		font-size: 16px;
		line-height: 20px;
	}

	.simple-way-to-get-paid .hero ul li:before {
		top: 8px;
		width: 8px;
		height: 8px;
	}

	.simple-way-to-get-paid .hero ul li+li {
		margin-top: 8px;
	}

	.simple-way-to-get-paid .background {
		position: absolute;
		top: 0;
		overflow: hidden;
		height: 100vh;
	}

	.simple-way-to-get-paid .background .photo {
		top: auto;
		bottom: 0;
		width: calc((var(--col) * 4) + (var(--grid-gutter) * 3) + var(--grid-margin));
		height: 55vh;
	}

	.simple-way-to-get-paid .background .photo .start-image {
		opacity: 1;
		object-position: left center;
	}

	.simple-way-to-get-paid .background .photo .end-image {
		opacity: 0;
	}

	.simple-way-to-get-paid .background .photo #intoteq-mask-shape {
		transform: translate(calc(0% + var(--animation-progression) * (25% - 0%)), -78%) rotate(31deg) scale(3.8, 2.3);
		transform-origin: left bottom;
	}

	.simple-way-to-get-paid .background .device {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 38vh;
		transform: translateX(calc(7vw + var(--animation-progression) * (18vw - 7vw))) scale(1.2);
		opacity: 1;
		object-fit: contain;
	}
}

@media(min-width: 768px)and (max-width: 1023px) {
	.simple-way-to-get-paid .hero {
		margin-left: 0;
	}

	.simple-way-to-get-paid .hero .container {
		padding-top: 40px;
	}

	.simple-way-to-get-paid .hero .text {
		width: calc((var(--col) * 16) + (var(--grid-gutter) * 15));
	}

	.simple-way-to-get-paid .background .photo {
		width: calc(calc((var(--col) * 9) + (var(--grid-gutter) * 8) + var(--grid-margin)) + var(--animation-progression) * (50vw - calc((var(--col) * 9) + (var(--grid-gutter) * 8) + var(--grid-margin))));
		height: 100vh;
		bottom: 10vh;
	}

	.simple-way-to-get-paid .background .photo #intoteq-mask-shape {
		transform: translate(calc(250% + var(--animation-progression) * (140% - 250%)), calc(-285% + var(--animation-progression) * (-62% - -285%))) rotate(calc(-48deg + var(--animation-progression) * (-25deg - -48deg))) scale(calc(6 + var(--animation-progression) * (2.5 - 6)));
		transform-origin: center bottom;
	}

	.simple-way-to-get-paid .background .photo .start-image {
		object-position: 25% center;
	}

	.simple-way-to-get-paid .background .photo .end-image {
		object-position: center center;
	}

	.simple-way-to-get-paid .background .device {
		width: 100%;
	}
}

@media(max-width: 767px) {
	.simple-way-to-get-paid .hero {
		min-height: 100vh;
		margin-left: 0;
		margin-bottom: 0;
	}
}

@media(min-width: 769px) {
	.how-does-it-work {
		position: relative;
		padding-left: var(--grid-margin);
		min-height: 100vh;
	}

	.how-does-it-work.desktop-only {
		display: block;
	}

	.how-does-it-work.mobile-only {
		display: none;
	}

	.how-does-it-work .container {
		position: relative;
		z-index: 1;
		margin-left: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + var(--grid-gutter));
	}

	.how-does-it-work .container .content {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.how-does-it-work .container .content .sticky-group {
		position: sticky;
		top: var(--header);
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		grid-gap: var(--grid-gutter);
	}

	.how-does-it-work .phantom-steps {
		padding-bottom: 77vh;
	}

	.how-does-it-work .phantom-steps .step {
		width: 50vw;
		height: 33vh;
	}

	.how-does-it-work .text {
		padding: 106px 0 140px;
		width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
		color: #fff;
	}

	.how-does-it-work .text .title {
		margin-bottom: 32px;
	}

	.how-does-it-work .linked-steps {
		max-width: 540px;
		margin-top: 54px;
		border-left: 1px solid #ff8353;
		text-transform: none;
	}

	.how-does-it-work .linked-steps .step {
		padding: 16px 32px;
		color: #ff8353;
	}

	.how-does-it-work .linked-steps .step .step-title {
		font-size: 24px;
		line-height: 27px;
	}

	.how-does-it-work .linked-steps .step p {
		display: none;
		margin-top: 16px;
	}

	.how-does-it-work .linked-steps .step:hover {
		cursor: pointer;
		color: #F0583A;
	}

	.how-does-it-work .linked-steps .step.current {
		position: relative;
		color: #fff;
	}

	.how-does-it-work .linked-steps .step.current:before {
		display: block;
		content: "";
		width: 2px;
		border-radius: 2px;
		position: absolute;
		top: 17%;
		bottom: 17%;
		left: -1px;
		background: #fff;
	}

	.how-does-it-work .linked-steps .step.current p {
		display: block;
		animation: fadein 1s cubic-bezier(0.16, 1, 0.3, 1);
	}

	.how-does-it-work .linked-steps .step:first-child {
		padding: 0 32px 16px 32px;
	}

	.how-does-it-work .linked-steps .step:first-child.current:before {
		top: 0;
	}

	.how-does-it-work .linked-steps .step:last-child {
		padding: 16px 32px 0 32px;
	}

	.how-does-it-work .linked-steps .step:last-child.current:before {
		bottom: 0;
	}

	.how-does-it-work .step-illustrations {
		position: sticky;
		top: 0;
		flex: 1;
		align-self: stretch;
		align-items: flex-start;
		width: calc((var(--col) * 12) + (var(--grid-gutter) * 11) + var(--grid-margin));
	}

	.how-does-it-work .linked-images {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.how-does-it-work .linked-images .image {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
		opacity: 0;
		transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
	}

	.how-does-it-work .linked-images .image.current {
		opacity: 1;
	}

	[data-color=white] .how-does-it-work .text {
		color: #000;
	}

	[data-color=white] .how-does-it-work .linked-steps .step.current {
		color: #000;
	}

	#how-it-works-doodle {
		position: absolute;
		top: 15%;
		left: 0;
	}
}

@media(min-width: 1921px) {
	.how-does-it-work .container {
		margin-left: calc((100vw - 1496px) / 2);
	}

	.how-does-it-work .background .video {
		-webkit-mask: url(images/pages/how-it-works/how-does-it-work-mask.svg) left top/cover no-repeat;
		mask: url(images/pages/how-it-works/how-does-it-work-mask.svg) left top/cover no-repeat;
	}

	.how-does-it-work .linked-steps {
		max-width: 740px;
	}

	.how-does-it-work .linked-images {
		transform: scale(1.2);
		transform-origin: right top;
	}
}

@media(min-width: 768px)and (max-width: 1023px) {
	.how-does-it-work .container {
		margin-left: 0;
	}

	.how-does-it-work .step-illustrations {
		flex: 0 0 auto;
		margin-top: 176px;
	}

	.how-does-it-work .background {
		width: calc((var(--col) * 8) + (var(--grid-gutter) * 7) + var(--grid-margin));
	}

	.how-does-it-work #how-it-works-doodle {
		position: absolute;
		top: 0%;
		left: 0;
	}
}

@media(max-width: 768px) {
	.how-does-it-work {
		padding: 88px 0 98px;
		overflow: hidden;
	}

	.how-does-it-work.desktop-only {
		display: none;
	}

	.how-does-it-work.mobile-only {
		display: block;
	}

	.how-does-it-work .container {
		padding: 0 var(--grid-margin);
	}

	.how-does-it-work .container .text .title {
		margin-bottom: 32px;
		width: auto;
	}

	.how-does-it-work .container .text .title,.how-does-it-work .container .text>p {
		color: #fff;
	}

	.how-does-it-work .linked-steps {
		display: flex;
		flex-direction: column;
		grid-gap: 8px;
		margin-top: 56px;
		width: auto;
	}

	.how-does-it-work .linked-steps .step {
		padding: 24px;
		background: #fff;
		border: 1px solid #ff8353;
		border-radius: 15px;
		color: #000;
	}

	.how-does-it-work .linked-steps .step .step-title {
		display: flex;
		align-items: center;
		color: #F0583A;
	}

	.how-does-it-work .linked-steps .step .step-title .icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		margin-right: 8px;
		background: #fff;
		border: 1px solid #ff8353;
		border-radius: 10px;
		transform: rotate(0.25turn);
		transition: .3s all cubic-bezier(0.16, 1, 0.3, 1);
	}

	.how-does-it-work .linked-steps .step .step-title .icon img {
		display: block;
		width: 16px;
		height: 16px;
	}

	.how-does-it-work .linked-steps .step .step-description {
		margin-top: 16px;
		position: relative;
	}

	.how-does-it-work .linked-steps .step .image {
		width: 100%;
		margin: 32px 0;
	}

	.how-does-it-work .linked-steps .step .step-description,.how-does-it-work .linked-steps .step .image {
		display: none;
	}

	.how-does-it-work .linked-steps .step.current {
		background: #fff;
		padding-bottom: 0;
	}

	.how-does-it-work .linked-steps .step.current .step-title {
		color: #000;
	}

	.how-does-it-work .linked-steps .step.current .step-title .icon {
		transform: rotate(-90deg);
	}

	.how-does-it-work .linked-steps .step.current .step-description {
		display: block;
	}

	.how-does-it-work .linked-steps .step.current .image {
		display: block;
		transform: scale(1.4);
	}
}

.restaurants {
	padding: 155px 0 120px;
}

.restaurants .description {
	margin-top: 40px;
	margin-bottom: 16px;
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
}

.restaurants .brand-collection-title {
	position: relative;
}

.restaurants #worldwide-doodle {
	position: absolute;
	right: 100%;
	bottom: -90px;
}

@media(max-width: 767px) {
	.restaurants {
		padding: 88px 0px;
	}

	.restaurants .description {
		margin-top: 24px;
		margin-bottom: 0px;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		padding: 0;
	}

	.restaurants .marquee-track .marquee img {
		max-height: 80px;
	}

	.restaurants #worldwide-doodle {
		left: 0;
		bottom: auto;
		top: 70%;
	}
}

.built-for-every-wallet {
	padding: 120px 0 180px;
}

.built-for-every-wallet .description {
	margin-top: 32px;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
}

.built-for-every-wallet .brand-collection-title {
	position: relative;
}

.built-for-every-wallet #wallets-doodle {
	position: absolute;
	left: 95%;
	top: -30%;
}

@media(max-width: 767px) {
	.built-for-every-wallet {
		padding: 88px 0px;
	}

	.built-for-every-wallet .description {
		padding: 0px;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.built-for-every-wallet .marquee-track .marquee img {
		max-height: 80px;
	}

	.built-for-every-wallet #wallets-doodle {
		display: none;
	}
}

.up-and-running {
	position: relative;
	overflow: hidden;
	padding: 120px 0px;
}

.up-and-running .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 var(--grid-margin);
}

.up-and-running .container .title {
	margin-left: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + var(--grid-gutter));
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
}

.up-and-running .nav {
	display: flex;
	align-items: center;
	margin: 32px calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter)) 0 0;
}

.up-and-running .nav .step-button {
	display: block;
	padding: 8px;
	font: 0/0 a;
	color: transparent;
}

.up-and-running .nav .step-button:before {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: rgb(81, 81, 81);
}

.up-and-running .nav .step-button:hover {
	cursor: pointer;
}

.up-and-running .nav .step-button:hover:before {
	background: #fff;
}

.up-and-running .nav .step-button.current:before {
	background: #000;
}

.up-and-running .scrollable-area {
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
	scroll-behavior: initial;
}

.up-and-running .scrollable-area::-webkit-scrollbar {
	display: none;
}

.up-and-running .scrollable-area:hover {
	cursor: move;
}

.up-and-running .scrollable-area .doodle-lines {
	position: absolute;
	z-index: 0;
	top: 22%;
	width: 100%;
	height: 100%;
	left: 0;
}

.up-and-running .scrollable-area .doodle-lines img {
	width: 100%;
}

.up-and-running .steps {
	position: relative;
	display: flex;
	align-items: flex-start;
	grid-gap: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + 2 * var(--grid-gutter));
	padding-top: 64px;
	padding-left: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + var(--grid-gutter) + var(--grid-margin));
}

.up-and-running .steps .step {
	flex: 1 0 auto;
	width: calc((var(--col) * 8) + (var(--grid-gutter) * 7));
}

.up-and-running .steps .step:nth-child(1) {
	padding-top: 6%;
}

.up-and-running .steps .step:nth-child(2) {
	padding-top: 2%;
}

.up-and-running .steps .step:nth-child(4) {
	padding-top: 8%;
}

.up-and-running .steps .step .step-count {
	position: relative;
	margin-bottom: 16px;
}

.up-and-running .steps .step .step-count .step-number {
	position: absolute;
	top: -32px;
	left: -16px;
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.up-and-running .steps .step .step-count .step-image {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 120px;
}

.up-and-running .steps .step .title {
	margin-bottom: 32px;
	max-width: calc((var(--col) * 8) + (var(--grid-gutter) * 7));
}

.up-and-running .steps .step .doodle-text {
	margin-top: 32px;
}

.up-and-running #up-and-running-doodle {
	position: absolute;
	left: 15%;
	bottom: 100px;
}

@media(min-width: 1496px) {
	.up-and-running .container {
		max-width: 1496px;
	}

	.up-and-running .steps .step {
		flex: 1 0 auto;
	}

	.up-and-running .steps .step:nth-child(2) {
		padding-top: 4.5%;
	}

	.up-and-running .steps .step:nth-child(3) {
		padding-top: 3%;
	}

	.up-and-running .steps .step:nth-child(4) {
		padding-top: 6%;
	}
}

@media(max-width: 1024px) {
	.up-and-running .steps .step .title .doodle-container {
		display: inline-block;
	}
}

@media(max-width: 767px) {
	.up-and-running {
		padding: 88px 0;
	}

	.up-and-running .container {
		flex-direction: column;
	}

	.up-and-running .container .title {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		margin-left: 0;
	}

	.up-and-running .container .nav {
		margin: 32px 0 0 0;
		width: calc((var(--col) * 3) + (var(--grid-gutter) * 2));
	}

	.up-and-running .scrollable-area {
		padding: 32px 0 0 0;
		margin-top: 48px;
		scroll-snap-type: x mandatory;
		scroll-padding: 7vw;
	}

	.up-and-running .scrollable-area .doodle-lines {
		top: 18%;
	}

	.up-and-running .steps {
		align-items: flex-start;
		grid-gap: calc((var(--col) * 1.1) + (var(--grid-gutter) * 0.1));
		padding-left: var(--grid-margin);
		padding-top: 0;
	}

	.up-and-running .steps:after {
		display: block;
		content: "";
		flex: 0 0 auto;
		width: 100vw;
		height: 1px;
	}

	.up-and-running .steps .step {
		width: calc((var(--col) * 4.5) + (var(--grid-gutter) * 3.5));
		scroll-snap-align: start;
	}

	.up-and-running .steps .step:nth-child(1),.up-and-running .steps .step:nth-child(2),.up-and-running .steps .step:nth-child(3),.up-and-running .steps .step:nth-child(4) {
		padding-top: 10%;
	}

	.up-and-running #up-and-running-doodle {
		left: 10%;
		bottom: 5%;
	}
}

.more-than-just-a-payment-solution {
	padding: 48px 0 100px;
	text-transform: lowercase;
}

.more-than-just-a-payment-solution .container {
	display: flex;
	align-items: flex-start;
	grid-gap: var(--grid-gutter);
	width: 100%;
	margin: 0 auto;
}

.more-than-just-a-payment-solution .text {
	width: 100%;
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	padding-top: 64px;
}

.more-than-just-a-payment-solution .text .toggleable-descriptions {
	margin-top: 48px;
}

.more-than-just-a-payment-solution .images {
	position: relative;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11) + var(--grid-margin));
	height: 712px;
}

.more-than-just-a-payment-solution .images img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
	opacity: 0;
}

.more-than-just-a-payment-solution .images img.current {
	opacity: 1;
}

@media(max-width: 767px) {
	.more-than-just-a-payment-solution {
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding: 88px 0px;
	}

	.more-than-just-a-payment-solution .container {
		flex-direction: column;
		padding: 0 7vw;
		align-items: center;
	}

	.more-than-just-a-payment-solution .text {
		margin: 0;
		padding: 0;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.more-than-just-a-payment-solution .images {
		display: none;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}
}

.dont-take-our-word-for-it {
	position: relative;
	padding: 155px 0 110px;
}

.dont-take-our-word-for-it .container {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin: 0 var(--grid-margin);
}

.dont-take-our-word-for-it .text {
	position: sticky;
	top: var(--header-offset);
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	padding: 48px 0;
	text-transform: lowercase;
}

.dont-take-our-word-for-it .text .testimonial-controls {
	display: flex;
	grid-gap: 16px;
	margin-top: 32px;
}

.dont-take-our-word-for-it .text .testimonial-controls button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	font: 0/0 a;
	color: transparent;
	background: #ffdfcf;
	border: 1px solid #ffe8fd;
	border-radius: 64px;
}

.dont-take-our-word-for-it .text .testimonial-controls button.prev {
	transform: rotate(180deg);
}

.dont-take-our-word-for-it .text .testimonial-controls button:hover {
	background: #fff;
	border-color: #ffdfcf;
	cursor: pointer;
}

.dont-take-our-word-for-it .testimonials {
	position: relative;
	width: calc((var(--col) * 5.7) + (var(--grid-gutter) * 4.7));
	margin-left: calc((var(--col) * 4) + (var(--grid-gutter) * 3) + var(--grid-gutter));
	margin-right: calc((var(--col) * 2.9) + (var(--grid-gutter) * 1.9));
}

.dont-take-our-word-for-it .testimonials .testimonial {
	position: sticky;
	top: var(--header-offset);
	padding: 48px 24px 32px;
	background: #fff;
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,.5);
	font-family: "Mondwest",monospace;
	font-size: 24px;
	line-height: 32px;
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
	border-radius: 10px;
}

.dont-take-our-word-for-it .testimonials .testimonial p+p {
	margin-top: 24px;
}

.dont-take-our-word-for-it .testimonials .testimonial p:last-of-type {
	margin-top: 0;
}

.dont-take-our-word-for-it .testimonials .testimonial img {
	display: block;
	width: 50%;
	margin: 24px auto 0;
}

.dont-take-our-word-for-it .testimonials .testimonial .quote {
	margin-top: 0;
}

.dont-take-our-word-for-it .testimonials .testimonial .quote::after,.dont-take-our-word-for-it .testimonials .testimonial .quote::before {
	content: '"';
}

.dont-take-our-word-for-it .testimonials .testimonial .name {
	font-size: 18px;
	font-family: "NeueBit";
}

.dont-take-our-word-for-it #dont-take-doodle {
	position: absolute;
	right: 0;
	top: 100%;
}

[data-color=brand-dark] .dont-take-our-word-for-it .text {
	color: #fff;
}

@media(min-width: 768px)and (max-width: 1104px) {
	.dont-take-our-word-for-it .testimonials {
		width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
		margin: 0;
	}

	.dont-take-our-word-for-it .text {
		width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
		margin: 0 0 0 var(--grid-gutter);
		padding-left: calc((var(--col) * 2) + (var(--grid-gutter) * 1));
		overflow: hidden;
	}
}

@media(max-width: 767px) {
	.dont-take-our-word-for-it {
		padding: 88px 0 50px;
	}

	.dont-take-our-word-for-it .container {
		flex-direction: column-reverse;
		align-items: center;
	}

	.dont-take-our-word-for-it .text {
		display: flex;
		flex-direction: column;
		width: auto;
		padding-top: 0;
	}

	.dont-take-our-word-for-it .text .testimonial-controls {
		margin-left: auto;
	}

	.dont-take-our-word-for-it .testimonials {
		width: auto;
		margin: 36px 0 0 0;
	}

	.dont-take-our-word-for-it .testimonials .testimonial {
		top: calc(var(--header-offset) + 88px);
		width: calc((var(--col) * 5) + (var(--grid-gutter) * 4));
		font-size: 20px;
		line-height: 24px;
	}

	.dont-take-our-word-for-it .testimonials .testimonial .name {
		font-size: 16px;
	}

	.dont-take-our-word-for-it #dont-take-doodle {
		left: 55%;
		top: auto;
		bottom: 80%;
	}
}

.customers-love-intoteq {
	padding-top: var(--header-offset);
	padding-bottom: 64px;
	text-transform: lowercase;
}

.customers-love-intoteq .container {
	position: relative;
	display: flex;
}

.customers-love-intoteq .text {
	position: sticky;
	z-index: 0;
	top: 124px;
	align-self: flex-start;
	width: calc((var(--col) * 9) + (var(--grid-gutter) * 8));
	margin-left: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + var(--grid-gutter) + var(--grid-margin));
	padding-top: 60px;
}

.customers-love-intoteq .checklist {
	margin-top: 40px;
}

.customers-love-intoteq .doodle-text {
	position: absolute;
	bottom: calc(-1 * var(--doodle-small));
	left: calc(50% - var(--doodle-small));
}

.parallax-gallery {
	display: flex;
	flex-direction: column;
	grid-gap: 96px;
	width: calc((var(--col) * 8) + (var(--grid-gutter) * 7));
	margin: 0 calc((var(--col) * 5) + (var(--grid-gutter) * 4) + var(--grid-margin)) 0 var(--grid-gutter);
	animation: 1s fadein cubic-bezier(0.16, 1, 0.3, 1) both;
	--small-portrait: calc((var(--col) * 4) + (var(--grid-gutter) * 3));
	--small-landscape: calc((var(--col) * 6) + (var(--grid-gutter) * 5) + -2 * var(--grid-gutter));
	--medium-portrait: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	--medium-landscape: calc((var(--col) * 8) + (var(--grid-gutter) * 7));
	--big-portrait: calc((var(--col) * 8) + (var(--grid-gutter) * 7));
	--big-landscape: calc((var(--col) * 12) + (var(--grid-gutter) * 11) + -2 * var(--grid-gutter));
}

.parallax-gallery .small.portrait {
	width: var(--small-portrait);
}

.parallax-gallery .small.landscape {
	width: var(--small-landscape);
}

/*.parallax-gallery .medium.portrait {
	width: var(--medium-portrait);
}*/



.parallax-gallery .medium.portrait {
	width: var(--medium-landscape);
}



.parallax-gallery .medium.landscape {
	width: var(--medium-landscape);
}

.parallax-gallery .big.portrait {
	width: var(--big-portrait);
}

.parallax-gallery .big.landscape {
	width: var(--big-landscape);
}

.parallax-gallery .photo {
	position: relative;
	height: auto;
	/*background: #fff;*/
}

.parallax-gallery .photo:nth-child(3n+1).small.portrait {
	left: calc(100% - var(--small-portrait) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+1).small.landscape {
	left: calc(100% - var(--small-landscape) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+1).medium.portrait {
	left: calc(100% - var(--medium-portrait) * 0.9);
	transform: rotate(-90deg);
	bottom: 20px;
}

.parallax-gallery .photo:nth-child(3n+1).medium.landscape {
	left: calc(100% - var(--medium-landscape) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+1).big.portrait {
	left: calc(100% - var(--big-portrait) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+1).big.landscape {
	left: calc(100% - var(--big-landscape) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+2).small.portrait {
	left: calc(-1 * var(--small-portrait) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+2).small.landscape {
	left: calc(-1 * var(--small-landscape) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+2).medium.portrait {
	left: calc(-1 * var(--medium-portrait) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+2).medium.landscape {
	left: calc(-1 * var(--medium-landscape) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+2).big.portrait {
	left: calc(-1 * var(--big-portrait) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+2).big.landscape {
	left: calc(-1 * var(--big-landscape) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+3).small.portrait {
	left: calc(50% - var(--small-portrait) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+3).small.landscape {
	left: calc(50% - var(--small-landscape) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+3).medium.portrait {
	left: calc(50% - var(--medium-portrait) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+3).medium.landscape {
	left: calc(50% - var(--medium-landscape) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+3).big.portrait {
	left: calc(50% - var(--big-portrait) * 0.5);
}

.parallax-gallery .photo:nth-child(3n+3).big.landscape {
	left: calc(50% - var(--big-landscape) * 0.5);
}

@media(max-width: 767px) {
	.customers-love-intoteq .container {
		flex-direction: column;
		margin: 0 var(--grid-margin);
	}

	.customers-love-intoteq .text {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.customers-love-intoteq .title {
		font-size: 40px;
		line-height: 44px;
	}

	.customers-love-intoteq .doodle-text {
		bottom: 25%;
		left: auto;
		right: 0;
	}

	.parallax-gallery {
		width: 100%;
		margin: 48px 0 0 0;
		--small-portrait: calc((var(--col) * 2) + (var(--grid-gutter) * 1));
		--small-landscape: calc((var(--col) * 3) + (var(--grid-gutter) * 2));
		--medium-portrait: calc((var(--col) * 4) + (var(--grid-gutter) * 3));
		--medium-landscape: calc((var(--col) * 4) + (var(--grid-gutter) * 3));
		--big-portrait: calc((var(--col) * 4) + (var(--grid-gutter) * 3));
		--big-landscape: calc((var(--col) * 5) + (var(--grid-gutter) * 4));
	}

	.parallax-gallery .small.portrait {
		width: var(--small-portrait);
	}

	.parallax-gallery .small.landscape {
		width: var(--small-landscape);
	}

	.parallax-gallery .medium.portrait {
		width: var(--medium-portrait);
	}

	.parallax-gallery .medium.landscape {
		width: var(--medium-landscape);
	}

	.parallax-gallery .big.portrait {
		width: var(--big-portrait);
	}

	.parallax-gallery .big.landscape {
		width: var(--big-landscape);
	}

	.parallax-gallery .photo:nth-child(3n+1).small.portrait,.parallax-gallery .photo:nth-child(3n+1).small.landscape,.parallax-gallery .photo:nth-child(3n+1).medium.portrait,.parallax-gallery .photo:nth-child(3n+1).medium.landscape,.parallax-gallery .photo:nth-child(3n+1).big.portrait,.parallax-gallery .photo:nth-child(3n+1).big.landscape {
		left: auto;
		align-self: flex-start;
		transform: rotate(0deg);
	}

	.parallax-gallery .photo:nth-child(3n+2).small.portrait,.parallax-gallery .photo:nth-child(3n+2).small.landscape,.parallax-gallery .photo:nth-child(3n+2).medium.portrait,.parallax-gallery .photo:nth-child(3n+2).medium.landscape,.parallax-gallery .photo:nth-child(3n+2).big.portrait,.parallax-gallery .photo:nth-child(3n+2).big.landscape {
		left: auto;
		align-self: center;
	}

	.parallax-gallery .photo:nth-child(3n+3).small.portrait,.parallax-gallery .photo:nth-child(3n+3).small.landscape,.parallax-gallery .photo:nth-child(3n+3).medium.portrait,.parallax-gallery .photo:nth-child(3n+3).medium.landscape,.parallax-gallery .photo:nth-child(3n+3).big.portrait,.parallax-gallery .photo:nth-child(3n+3).big.landscape {
		left: auto;
		align-self: flex-end;
	}
}

.a-single-qrcode {
	padding: 60px 0px 100px;
}

.a-single-qrcode .container {
	display: flex;
	align-items: flex-start;
	margin-left: var(--grid-margin);
	grid-gap: var(--grid-gutter);
}

.a-single-qrcode .text {
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	align-self: center;
	margin-left: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + var(--grid-gutter));
}

.a-single-qrcode .text .title {
	padding-right: calc((var(--col) * 2) + (var(--grid-gutter) * 1));
}

.a-single-qrcode .text .p {
	margin: 32px 0px 56px;
}

.a-single-qrcode #toggleable-description-doodle1 {
	position: absolute;
	z-index: 1;
	top: -250px;
	left: 88%;
}

.a-single-qrcode #toggleable-description-doodle2 {
	position: absolute;
	z-index: 1;
	top: -310px;
	left: 88%;
}

.a-single-qrcode .images {
	position: relative;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11) + var(--grid-margin));
	height: 712px;
}

.a-single-qrcode .images img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11) + var(--grid-margin));
	object-fit: contain;
	object-position: right center;
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
	opacity: 0;
}

.a-single-qrcode .images img.current {
	opacity: 1;
}

@media(min-width: 1496px) {
	.a-single-qrcode .images {
		height: 952px;
	}
}

@media(max-width: 767px) {
	.a-single-qrcode {
		flex-direction: column;
		align-items: center;
		padding: 50px 0 0;
	}

	.a-single-qrcode .container {
		flex-direction: column;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.a-single-qrcode .text {
		margin: 0;
		padding: 0;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.a-single-qrcode .text .title {
		padding-right: initial;
	}

	.a-single-qrcode .images {
		display: none;
	}

	.a-single-qrcode #toggleable-description-doodle1 {
		width: 133px;
		left: -15px;
		top: auto;
		bottom: 270px;
		display: initial;
	}

	.a-single-qrcode #toggleable-description-doodle2 {
		width: 136px;
		left: 0;
		top: auto;
		bottom: 255px;
		transform: rotate(0deg);
		display: none;
	}
}

.intoteq-makes-more-enjoyable {
	display: flex;
	justify-content: center;
	overflow: hidden;
	text-transform: lowercase;
	padding: 100px 0px;
}

.intoteq-makes-more-enjoyable .container {
	width: calc((var(--col) * 20) + (var(--grid-gutter) * 19));
	display: flex;
	align-items: center;
}

.intoteq-makes-more-enjoyable .description {
	position: relative;
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.intoteq-makes-more-enjoyable .img {
	width: calc((var(--col) * 8) + (var(--grid-gutter) * 7));
	margin-right: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + 2 * var(--grid-gutter));
	transform: rotate(-4deg);
	transition: all 1000ms cubic-bezier(0.16, 1, 0.3, 1);
}

.intoteq-makes-more-enjoyable .img.will-animate {
	transform: translateY(10%) rotate(-8deg);
	opacity: 0;
}

.intoteq-makes-more-enjoyable .img.reached {
	transform: rotate(-4deg);
	opacity: 1;
}

.intoteq-makes-more-enjoyable .p-big {
	margin: 40px 0px 16px;
}

.intoteq-makes-more-enjoyable #intoteq-makes-doodle {
	position: absolute;
	right: 100%;
	bottom: 110%;
}

@media(max-width: 1104px) {
	.intoteq-makes-more-enjoyable #intoteq-makes-doodle {
		bottom: 100%;
	}
}

@media(max-width: 767px) {
	.intoteq-makes-more-enjoyable {
		padding: 88px var(--grid-margin);
		position: relative;
	}

	.intoteq-makes-more-enjoyable .container {
		flex-direction: column-reverse;
	}

	.intoteq-makes-more-enjoyable .description {
		position: initial;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.intoteq-makes-more-enjoyable .p-big {
		margin: 32px 0px 12px;
	}

	.intoteq-makes-more-enjoyable .img {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		margin: 40px 0px 0px;
	}

	.intoteq-makes-more-enjoyable #intoteq-makes-doodle {
		top: auto;
		bottom: -3%;
		left: 50%;
	}
}

.catch {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-transform: lowercase;
	padding: 120px 0px 150px;
}

.catch-text {
	max-width: 880px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.catch-title {
	font-size: 64px;
	line-height: 70px;
}

.catch-description {
	font-size: 16px;
	line-height: 20px;
	margin: 32px 0px 40px;
	max-width: 656px;
}

.catch-check {
	width: 24px;
	height: 24px;
	margin-right: 6px;
}

.catch-p {
	font-size: 32px;
	line-height: 35px;
	margin-top: 16px;
}

.catch .img-phone {
	align-self: flex-end;
	margin-bottom: 60px;
	height: 320px;
}

.catch .img-customers {
	align-self: flex-end;
}

@media(max-width: 767px) {
	.catch {
		padding: 88px 0px;
		display: grid;
		grid-template-areas: "text text" "customers phone";
	}

	.catch-text {
		grid-area: text;
		padding: 0px 7vw;
		text-align: start;
	}

	.catch-title {
		font-size: 40px;
		line-height: 44px;
	}

	.catch-list {
		margin-bottom: 39px;
	}

	.catch-p {
		font-size: 24px;
		line-height: 27px;
	}

	.catch .img-phone {
		grid-area: phone;
		align-self: center;
		justify-self: center;
		margin: 0px;
	}

	.catch .img-customers {
		grid-area: customers;
		align-self: center;
		justify-self: center;
	}
}

@media(max-width: 500px) {
	.catch .img-customers {
		margin: 12px;
		height: 150px;
		width: 110px;
		justify-self: flex-end;
	}

	.catch .img-phone {
		height: 230px;
		width: 150px;
		justify-self: start;
	}
}

.who-you-are {
	display: flex;
	justify-content: center;
	padding: 120px 0px;
	overflow: hidden;
	text-transform: initial;
}

.who-you-are .container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc((var(--col) * 20) + (var(--grid-gutter) * 19));
}

.who-you-are .container .h2 {
	margin-bottom: 32px;
	letter-spacing: -0.03em;
}

.who-you-are .container .button-secondary {
	margin-top: 8px;
}

.who-you-are .container .button-secondary .icon {
	transform: rotate(-45deg);
}

.who-you-are .container .content strong {
	position: relative;
	cursor: pointer;
}

.who-you-are .container .content strong:after {
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
	transform-origin: left center;
	transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.who-you-are .container .content strong:hover:after {
	transform: scaleX(1);
	transform-origin: left center;
}

.who-you-are .container .content strong.blur:after {
	transform: scaleX(0);
	transform-origin: right center;
}

.who-you-are .container #who-you-are-doodle {
	position: absolute;
	transform: rotate(8deg);
	left: 180px;
	bottom: -50px;
}

.who-you-are .easter-eggs .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.85) rotate(-3deg);
	transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.who-you-are .easter-eggs .image img {
	width: 160px;
}

.who-you-are .easter-eggs .image.toggled {
	opacity: 1;
	transform: scale(1) rotate(-3deg);
}

.who-you-are .easter-eggs .image.toggled .close {
	pointer-events: all;
}

.who-you-are .easter-eggs .image .close {
	display: none;
}

@media(max-width: 767px) {
	.who-you-are .easter-eggs .image .close {
		position: absolute;
		top: -16px;
		right: -16px;
		display: block;
		content: "";
		width: 32px;
		height: 32px;
		border-radius: 32px;
		background: #F0583A url(images/icons/cross.svg) no-repeat center center/16px;
		font: 0/0 a;
		color: transparent;
	}

	.who-you-are .easter-eggs .image .close:active {
		background-color: #fff;
		box-shadow: 0 0 0 1px #000;
	}
}

@media(max-width: 767px) {
	.who-you-are {
		padding: 88px var(--grid-margin);
	}

	.who-you-are .h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.who-you-are .container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.who-you-are .container #who-you-are-doodle {
		transform: rotate(16deg);
		left: 115px;
		bottom: auto;
		top: 90%;
	}
}

.join-the-team-cover {
	text-transform: lowercase;
	min-height: 100vh;
	flex-direction: column;
	justify-content: center;
	display: flex;
}

.join-the-team-cover .container {
	position: relative;
}

.join-the-team-cover .marquee-track {
	padding: 0;
}

.join-the-team-cover .marquee-track:nth-child(3) {
	display: none;
}

.join-the-team-cover .marquee-tagline {
	display: flex;
	align-items: center;
	grid-gap: 40px;
	font-size: 200px;
	letter-spacing: -10px;
	text-transform: lowercase;
	line-height: 235px;
	margin-top: -35px;
}

.join-the-team-cover .marquee-tagline .icon {
	width: 104px;
	min-height: 104px;
	margin-top: 32px;
}

.join-the-team-cover .marquee-track+.marquee-track {
	padding-top: 20px;
}

.join-the-team-cover #join-team-cover-doodle {
	position: absolute;
	bottom: 100%;
	right: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter) + var(--grid-margin));
}

@media(max-width: 1104px) {
	.join-the-team-cover .marquee-track {
		padding: 0;
	}

	.join-the-team-cover .marquee-track:nth-child(3) {
		display: block;
	}

	.join-the-team-cover .marquee-track+.marquee-track {
		padding-top: 0px;
	}

	.join-the-team-cover .marquee-tagline {
		grid-gap: 8px;
		padding: 0 0 8px;
		font-size: 120px;
		letter-spacing: -4px;
		line-height: initial;
	}

	.join-the-team-cover .marquee-tagline .icon {
		min-height: auto;
	}
}

@media(max-width: 767px) {
	.join-the-team-cover .marquee-tagline {
		font-size: 72px;
	}

	.join-the-team-cover .marquee-tagline .icon {
		width: 36px;
		height: 36px;
		margin-top: 8px;
	}

	.join-the-team-cover #join-team-cover-doodle {
		right: var(--grid-margin);
		bottom: 80%;
	}
}

.whats-the-catch {
	position: relative;
	overflow: hidden;
	text-transform: lowercase;
	padding: 120px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.whats-the-catch .h1 {
	width: calc((var(--col) * 16) + (var(--grid-gutter) * 15));
}

.whats-the-catch .p {
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	margin: 32px 0 56px;
}

.whats-the-catch .list {
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
}

.whats-the-catch .list-p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: -0.03em;
	margin-bottom: 16px;
}

.whats-the-catch .list-check {
	width: 24px;
	height: 24px;
	margin-right: 16px;
}

.whats-the-catch .world-domination-container {
	position: absolute;
	right: 8%;
	top: 150px;
	transform: rotate(-20deg);
}

.whats-the-catch .world-domination-container #whats-the-catch-doodle {
	transform: rotate(18deg);
}

.whats-the-catch .world-domination-container .flag {
	width: 30px;
	margin-right: 8px;
}

.whats-the-catch .world-domination-container .flag:nth-child(1) {
	transform: rotate(-5deg);
}

.whats-the-catch .world-domination-container .flag:nth-child(2) {
	transform: rotate(5deg);
}

.whats-the-catch .world-domination-container .flag:nth-child(3) {
	transform: rotate(8deg);
}

.whats-the-catch .world-domination-container .flag:nth-child(5) {
	transform: translateY(-5px) rotate(-8deg);
}

[data-color=brand-dark] .whats-the-catch {
	color: #fff;
}

@media(max-width: 1104px) {
	.whats-the-catch .world-domination-container {
		text-align: center;
		bottom: 15px;
		transform: rotate(-15deg);
		right: 5%;
		top: initial;
	}

	.whats-the-catch .world-domination-container #whats-the-catch-doodle {
		transform: rotate(18deg);
	}

	.whats-the-catch .world-domination-container .flag {
		width: 24px;
	}

	.whats-the-catch .h1 {
		width: calc((var(--col) * 18) + (var(--grid-gutter) * 17));
	}

	.whats-the-catch .p {
		width: calc((var(--col) * 16) + (var(--grid-gutter) * 15));
	}

	.whats-the-catch .list {
		width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	}
}

@media(max-width: 767px) {
	.whats-the-catch {
		padding: 88px 0 140px;
		margin: 0 var(--grid-margin);
		text-align: start;
		align-items: flex-start;
	}

	.whats-the-catch .h1,.whats-the-catch .p {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.whats-the-catch .list {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.whats-the-catch .list-p {
		font-size: 24px;
		line-height: 27px;
		letter-spacing: -0.03em;
		justify-content: flex-start;
	}
}

.join-us {
	position: sticky;
	z-index: 100;
	top: calc(100vh - 40px);
	height: 40px;
	padding: 10px 0;
	background: #F0583A;
}

.join-us .marquee-tagline {
	grid-gap: 8px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

.join-us .marquee-tagline .icon {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

@media(max-width: 767px) {
	.join-us .marquee-track {
		padding: 0;
	}
}

.simple-beyond-trust {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px 0px;
	min-height: 100vh;
	text-transform: lowercase;
}

.simple-beyond-trust:hover {
	cursor: pointer;
}

.simple-beyond-trust #pencil {
	--position-x: 70vw;
	--position-y: 40vh;
	display: none;
	position: absolute;
	z-index: 1;
	top: -48px;
	left: -48px;
	width: 96px;
	height: 96px;
	background: url(images/pages/join-the-team/mop.png) no-repeat center center/contain;
	transform: translate(var(--position-x), var(--position-y));
}

.simple-beyond-trust canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	letter-spacing: -4px;
}

.simple-beyond-trust .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 200px;
	line-height: 200px;
	letter-spacing: -5px;
	text-align: center;
	color: #fff;
}

.simple-beyond-trust #simple-beyond-doodle {
	position: absolute;
	bottom: 0;
	right: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter) + var(--grid-margin));
}

.simple-beyond-trust #revealed-texts {
	display: none;
}

@media(max-width: 1104px) {
	.simple-beyond-trust {
		padding: 100px 0px;
	}

	.simple-beyond-trust #pencil {
		display: block;
	}

	.simple-beyond-trust canvas {
		letter-spacing: -2px;
	}

	.simple-beyond-trust .title .entry {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 140px;
		font-size: 72px;
		line-height: 1;
		letter-spacing: -1px;
	}

	.simple-beyond-trust #simple-beyond-doodle {
		right: var(--grid-margin);
	}
}

.who-we-are {
	position: relative;
	display: flex;
	justify-content: center;
	text-transform: lowercase;
	padding: 120px 0px;
}

.who-we-are .container {
	width: calc((var(--col) * 20) + (var(--grid-gutter) * 19));
	display: flex;
	align-items: center;
}

.who-we-are .description {
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	margin-right: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + var(--grid-gutter) * 2);
}

.who-we-are .description .content {
	margin-top: 32px;
}

.who-we-are .description .toggleable-descriptions {
	margin-top: 56px;
}

.who-we-are .description .photo-container {
	display: none;
}

.who-we-are .photo-collection {
	position: relative;
	width: calc((var(--col) * 8) + (var(--grid-gutter) * 7));
	height: calc(calc((var(--col) * 8) + (var(--grid-gutter) * 7)) * (600/430));
}

.who-we-are .photo-collection .photo-container {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	transform: translate(-12%, -7%) rotate(-3deg);
	opacity: .2;
	transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
	pointer-events: none;
}

.who-we-are .photo-collection .photo-container,.who-we-are .photo-collection .photo-container .photo {
	width: 100%;
	height: 100%;
}

.who-we-are .photo-collection .photo-container .photo {
	object-fit: cover;
}

.who-we-are .photo-collection .photo-container.current {
	z-index: 1;
	transform: none;
	opacity: 1;
	pointer-events: all;
}

.who-we-are a.photo-container {
	position: relative;
}

.who-we-are a.photo-container:before {
	position: absolute;
	z-index: 1;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	background: url(images/icons/play.svg) no-repeat center center/contain;
	transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.who-we-are a.photo-container:hover {
	cursor: pointer;
}

.who-we-are a.photo-container:hover:before {
	transform: scale(1.25);
}

.who-we-are #who-we-are-doodle {
	position: absolute;
	top: 10%;
	left: 38%;
}

@media(max-width: 767px) {
	.who-we-are {
		padding: 88px 0;
		margin: 0 var(--grid-margin);
	}

	.who-we-are .description {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		margin-right: 0;
	}

	.who-we-are .description .toggleable-descriptions .toggleable-description .image {
		margin-top: 16px;
	}

	.who-we-are .description .toggleable-descriptions .toggleable-description:nth-child(odd) .image {
		transform: scale(0.8) rotate(4deg);
	}

	.who-we-are .description .toggleable-descriptions .toggleable-description:nth-child(even) .image {
		transform: scale(0.8) rotate(-4deg);
	}

	.who-we-are .description .photo-container {
		display: block;
	}

	.who-we-are .photo-collection {
		display: none;
	}

	.who-we-are #who-we-are-doodle {
		top: auto;
		bottom: 15px;
		left: 45%;
	}
}

.current-job-openings {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 120px 0px;
	margin: 0 auto;
	text-transform: lowercase;
}

.current-job-openings .head {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.current-job-openings .head .title,.current-job-openings .head .subtitle {
	text-align: center;
}

.current-job-openings .head .title {
	width: calc((var(--col) * 16) + (var(--grid-gutter) * 15));
}

.current-job-openings .head .subtitle {
	margin-top: 64px;
}

.current-job-openings .head .doodle-text {
	position: absolute;
	top: calc(-1* var(--doodle-small));
	left: calc(50% - var(--doodle-small) * 2);
}

.current-job-openings .head .filters,.current-job-openings .head .dropdown+.dropdown {
	margin-top: 16px;
}

.current-job-openings .filters-results,.current-job-openings #job-results {
	margin-top: 40px;
}

.current-job-openings .filters-results {
	align-self: flex-start;
	margin-left: calc((var(--col) * 3) + (var(--grid-gutter) * 2) + var(--grid-margin) + var(--grid-gutter));
}

.current-job-openings .job-department-collection+.job-department-collection {
	margin-top: 80px;
}

.current-job-openings .job-department-collection-title {
	margin-bottom: 32px;
}

.current-job-openings .job {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: calc((var(--col) * 18) + (var(--grid-gutter) * 17));
	padding: 32px 0;
	background: rgba(255,255,255,.15);
	border: 1px solid #ff8353;
	border-radius: 15px;
	cursor: pointer;
	transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.current-job-openings .job+.job {
	margin-top: 8px;
}

.current-job-openings .job:hover {
	border-color: #ffe8fd;
	background: #F0583A;
}

.current-job-openings .job:hover .tag {
	background: rgba(255,255,255,.3);
	color: #000;
}

.current-job-openings .job:hover .button-bubble:before {
	display: none;
}

.current-job-openings .job .job-department {
	width: calc((var(--col) * 5) + (var(--grid-gutter) * 4) + var(--grid-gutter));
	padding-left: 32px;
}

.current-job-openings .job .job-about {
	width: calc((var(--col) * 11) + (var(--grid-gutter) * 10));
}

.current-job-openings .job .job-about .job-title {
	font-size: 24px;
	line-height: 27px;
}

.current-job-openings .job .job-about .job-location {
	margin-top: 16px;
}

.current-job-openings .job .button {
	margin-left: var(--grid-gutter);
	transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.current-job-openings .button-secondary img {
	width: 17px;
	height: 16px;
	margin-right: -2px;
}

@media(min-width: 768px) {
	.current-job-openings .dropdown .current-value {
		height: auto;
		background: none;
		border: none;
	}

	.current-job-openings .dropdown .arrow {
		padding: 22px;
		margin: 8px 24px 0 0;
		background: #ffdfcf;
		border: 1px solid #ffe8fd;
		border-radius: 64px;
	}

	.current-job-openings .dropdown .value-label {
		max-width: 66vw;
		padding-bottom: 6px;
		font-size: min(8vw, 96px);
		line-height: min(8.5vw, 118px);
		letter-spacing: -2px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

@media(min-width: 768px)and (max-width: 1103px) {
	.current-job-openings .filters-results {
		margin-left: var(--grid-margin);
	}

	.current-job-openings .job {
		width: calc((var(--col) * 24) + (var(--grid-gutter) * 23));
	}

	.current-job-openings .job .job-department {
		width: calc((var(--col) * 9) + (var(--grid-gutter) * 8) + var(--grid-gutter));
	}
}

@media(max-width: 767px) {
	.current-job-openings {
		width: 100%;
		padding: 88px var(--grid-margin);
	}

	.current-job-openings .head .title {
		width: auto;
	}

	.current-job-openings .head .subtitle {
		margin-top: 64px;
	}

	.current-job-openings .head .doodle-text {
		left: calc(100% - var(--doodle-small) * 2);
	}

	.current-job-openings .filters {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.current-job-openings .dropdown .value-label {
		order: -1;
		max-width: 66vw;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -1px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.current-job-openings .filters-results {
		margin-left: 0;
	}

	.current-job-openings .job {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		padding: 16px 0 32px;
	}

	.current-job-openings .job .job-department {
		width: auto;
		grid-row: 1;
		grid-column: 1;
	}

	.current-job-openings .job .job-about {
		width: auto;
		grid-column: span 2;
		padding: 0 32px;
		margin-top: 16px;
	}

	.current-job-openings .job .button {
		justify-self: flex-end;
		grid-row: 1;
		grid-column: 2;
		margin: 0 16px 0 0;
	}
}

.extract-press {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: var(--header-offset);
	padding-bottom: 120px;
}

.extract-press .text {
	position: relative;
	width: calc((var(--col) * 18) + (var(--grid-gutter) * 17));
	padding-top: 104px;
	text-align: center;
}

.extract-press .h1 {
	margin-bottom: 104px;
}

.extract-press #extract-press-doodle {
	position: absolute;
	left: -94px;
	bottom: 0;
}

.extract-press .marquee {
	grid-gap: 0 80px;
}

.extract-press .marquee-track .marquee {
	align-items: flex-start;
}

.extract-press .press-quote {
	width: 353px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.extract-press .press-quote .logo-container {
	height: 75px;
	display: flex;
	align-items: flex-end;
}

.extract-press .press-quote .press-logo {
	max-width: 125px;
	max-height: 70px;
}

.extract-press .press-quote .quote {
	display: flex;
	flex-direction: row;
	margin-top: 27px;
}

.extract-press .press-quote .quote-p {
	font-size: 32px;
	line-height: 35px;
	letter-spacing: -0.03em;
}

.extract-press .press-quote .quote-icon {
	width: 22px;
	height: 22px;
	margin: 0px 25px 0 7px;
}

@media(max-width: 1104px) {
	.extract-press .text {
		padding-top: 16px;
	}

	.extract-press #extract-press-doodle {
		left: auto;
		top: auto;
		bottom: -20%;
		right: var(--grid-margin);
	}
}

@media(max-width: 767px) {
	.extract-press {
		padding: 140px 0;
	}

	.extract-press .text {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		text-align: start;
	}

	.extract-press .marquee {
		grid-gap: 24px;
	}

	.extract-press .press-quote .quote-p {
		font-size: 24px;
		line-height: 27px;
	}
}

.press-video {
	padding: 85px 0;
	display: flex;
	justify-content: center;
}

.press-video .video {
	object-fit: cover;
	width: calc((var(--col) * 18) + (var(--grid-gutter) * 17));
	transition: opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1) 250ms;
}

.press-video .video.will-animate {
	opacity: 0;
}

.press-video .video.reached {
	opacity: 1;
}

@media(max-width: 1104px) {
	.press-video {
		padding-top: 0;
	}
}

@media(max-width: 767px) {
	.press-video {
		padding: 0px var(--grid-margin);
	}

	.press-video .video {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}
}

.more-good-news {
	display: flex;
	justify-content: center;
	padding: 120px 0;
}

.more-good-news .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((var(--col) * 16) + (var(--grid-gutter) * 15));
	position: relative;
}

.more-good-news .container #more-good-news {
	position: absolute;
	left: calc(100% + 32px);
	top: var(--doodle-small);
}

.more-good-news .news-list {
	display: flex;
	flex-direction: column;
	grid-gap: 8px;
	width: calc((var(--col) * 16) + (var(--grid-gutter) * 15));
	margin-top: 56px;
}

.more-good-news .news {
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #ff8353;
	border-radius: 10px;
	padding: 24px 28px 24px 40px;
	cursor: pointer;
	transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.more-good-news .news.toggled {
	display: flex;
	animation: 1s fadein cubic-bezier(0.16, 1, 0.3, 1) both;
}

.more-good-news .news:hover {
	background: #F0583A;
}

.more-good-news .news:hover .button-bubble:before {
	display: none;
}

.more-good-news .news .button-bubble {
	transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.more-good-news .news .button-bubble .icon {
	transform: rotate(-45deg);
}

.more-good-news .news .p-big {
	max-width: calc((var(--col) * 13) + (var(--grid-gutter) * 12));
}

.more-good-news .button-secondary {
	margin-top: 16px;
}

.more-good-news .button-secondary .icon {
	transform: rotate(90deg);
}

.more-good-news .toggleComplete {
	display: none;
}

@media(max-width: 1104px) {
	.more-good-news .news-list,.more-good-news .container {
		width: calc((var(--col) * 18) + (var(--grid-gutter) * 17));
	}
}

@media(max-width: 767px) {
	.more-good-news {
		padding: 88px 0;
		margin: 0 var(--grid-margin);
	}

	.more-good-news .container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.more-good-news .container #more-good-news {
		display: none;
	}

	.more-good-news .container .h2 {
		align-self: flex-start;
	}

	.more-good-news .button-icon {
		padding: 20px;
	}

	.more-good-news .button-secondary {
		margin-top: 40px;
	}

	.more-good-news .button-secondary .icon {
		padding: 24px;
	}

	.more-good-news .news-list {
		margin-top: 40px;
	}

	.more-good-news .news {
		padding: 16px 24px;
		border-radius: 15px;
		grid-gap: 16px;
	}

	.more-good-news .news-list {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.more-good-news .news .p-big {
		font-size: 16px;
		line-height: 20px;
	}
}

.for-all-press {
	padding: 120px 0;
	display: flex;
	justify-content: center;
}

.for-all-press .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: calc((var(--col) * 16) + (var(--grid-gutter) * 15));
}

.for-all-press .container .h2 {
	margin-bottom: 34px;
}

.for-all-press .container .download {
	position: relative;
	display: flex;
	align-items: center;
}

.for-all-press .container .download-btn {
	position: relative;
	margin-left: 8px;
	padding: 4px 4px 2px 4px;
	border: 1px solid #ff8353;
	border-radius: 100%;
	background: #fff;
}

.for-all-press .container .download-btn:hover {
	background: #F0583A;
	border-color: #F0583A;
}

.for-all-press .container .download #for-all-press-doodle {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: calc(100% + 10px);
}

.for-all-press .container a {
	text-decoration: underline;
}

.for-all-press .container a:hover {
	color: #F0583A;
}

.for-all-press .container #for-all-press-doodle {
	position: absolute;
	right: -120px;
	top: 30px;
}

@media(max-width: 767px) {
	.for-all-press {
		padding: 88px 0;
		margin: 0 var(--grid-margin);
	}

	.for-all-press .container {
		align-items: flex-start;
		text-align: start;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.for-all-press .container .h2 {
		margin-bottom: 32px;
	}

	.for-all-press .container .download #for-all-press-doodle {
		top: calc(var(--doodle-small) * 0.5);
		right: 0;
		left: auto;
	}
}

.categories-filter {
	display: flex;
	margin: 0 var(--grid-margin);
	text-transform: uppercase;
}

.categories-filter .dropdown {
	position: relative;
	padding-bottom: 40px;
}

@media(min-width: 767px) {
	.categories-filter .dropdown:hover .container {
		opacity: 1;
		transform: translateY(0);
		pointer-events: all;
	}

	.categories-filter .dropdown:hover .chevron {
		transform: rotate(-90deg);
	}
}

.categories-filter .text {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
}

.categories-filter .text .chevron {
	display: block;
	width: 16px;
	margin-left: 4px;
	transform: rotate(90deg);
	transition: all .5s cubic-bezier(0.16, 1, 0.3, 1);
}

.categories-filter .container {
	position: absolute;
	z-index: 1;
	top: calc(100% - 24px);
	left: calc(-1 * var(--grid-gutter));
	display: flex;
	align-items: flex-start;
	width: 616px;
	padding: 24px 24px 32px;
	background: #fff;
	box-shadow: 0px 10px 30px rgba(0,0,0,.05);
	border-radius: 16px;
	opacity: 0;
	transform: translateY(-32px);
	pointer-events: none;
	transition: all 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

.categories-filter .container .button {
	padding: 8px 16px;
	border-radius: 8px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .08em;
	cursor: pointer;
	color: #000;
}

.categories-filter .container .button-all {
	background: #ffdfcf;
	color: #F0583A;
	margin-right: 16px;
	min-width: 106px;
}

.categories-filter .container .button-all:hover {
	background: #F0583A;
	color: #000;
}

.categories-filter .container .button-category {
	border: 1px solid #000;
}

.categories-filter .container .button-category:hover,.categories-filter .container .button-category.active {
	background: #F0583A;
	border: 1px solid #F0583A;
}

.categories-filter .container .categories {
	display: flex;
	flex-wrap: wrap;
	padding-left: 16px;
	grid-gap: 16px;
	border-left: 1px solid rgba(0,0,0,.1);
}

[data-color=brand-dark] .categories-filter .text {
	color: #fff;
}

[data-color=brand-dark] .categories-filter .text .chevron {
	filter: invert(1);
}

@media(max-width: 767px) {
	.categories-filter .dropdown {
		width: 100%;
		padding: 18px 0 38px;
	}

	.categories-filter .text {
		font-size: 12px;
		line-height: 16px;
	}

	.categories-filter .container {
		flex-direction: column;
		width: 100%;
		left: 0;
		box-shadow: none;
	}

	.categories-filter .container .button-all {
		margin: 0 0 16px;
	}

	.categories-filter .container .categories {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		padding: 16px 0 0;
		border-left: none;
		border-top: 1px solid rgba(0,0,0,.1);
		grid-gap: 8px;
	}

	.categories-filter.toggled .overlay {
		position: fixed;
		z-index: 1;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		content: "";
		opacity: .3;
		background: #000;
	}

	.categories-filter.toggled .dropdown {
		position: absolute;
		z-index: 2;
		left: 0;
		width: 100vw;
		padding: 18px var(--grid-margin) 38px;
		border-radius: 16px;
		background: #fff;
		box-shadow: 0px 10px 30px rgba(0,0,0,.05);
	}

	.categories-filter.toggled .container {
		z-index: 2;
		opacity: 1;
		transform: none;
		pointer-events: all;
	}

	.categories-filter.toggled+.article-collection-grid {
		pointer-events: none;
	}
}

.blog-landing-hero {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.blog-landing-hero .container {
	color: #fff;
	width: calc((var(--col) * 20) + (var(--grid-gutter) * 19) + 2 * var(--grid-gutter));
}

.blog-landing-hero .container .title {
	font-size: 155px;
	line-height: 150px;
	text-align: center;
	letter-spacing: -0.04em;
	margin-bottom: 40px;
}

.blog-landing-hero .container .subtitle {
	font-size: 24px;
	line-height: 27px;
	text-align: center;
}

.blog-landing-hero #blog-landing-hero-doodle {
	width: calc((var(--col) * 4) + (var(--grid-gutter) * 3));
	position: absolute;
	bottom: 0;
	right: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-margin) + var(--grid-gutter));
}

@media(min-width: 767px)and (max-width: 1024px) {
	.blog-landing-hero .container .title {
		font-size: 14vw;
		line-height: 14vw;
	}
}

@media(max-width: 767px) {
	.blog-landing-hero {
		align-items: flex-start;
		height: auto;
		min-height: 50vh;
		padding-top: 144px;
	}

	.blog-landing-hero .container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		padding-bottom: 152px;
	}

	.blog-landing-hero .container .title {
		font-size: 54px;
		line-height: 60px;
		letter-spacing: -0.03em;
		margin-bottom: 24px;
	}

	.blog-landing-hero .container .subtitle {
		font-size: 16px;
		line-height: 20px;
	}

	.blog-landing-hero #blog-landing-hero-doodle {
		width: 152px;
		position: absolute;
		bottom: 0;
		right: auto;
	}
}

.social-list {
	padding: 120px 0;
	position: relative;
	text-transform: lowercase;
}

.social-list .marquee {
	grid-gap: 0 40px;
}

.social-list .marquee-track:nth-child(2),.social-list .marquee-track:nth-child(3) {
	display: none;
}

.social-list .marquee-track {
	height: 115px;
}

.social-list .social {
	display: flex;
	align-items: center;
	grid-gap: 40px;
}

.social-list .social:hover {
	color: #F0583A;
}

.social-list .social-name {
	font-size: 96px;
	line-height: 106px;
	letter-spacing: -0.04em;
}

.social-list .social-logo {
	width: 62px;
	height: 62px;
	margin-top: 15px;
}

@media(max-width: 1104px) {
	.social-list .marquee-track:nth-child(2),.social-list .marquee-track:nth-child(3) {
		display: block;
	}

	.social-list .marquee-track {
		height: auto;
		padding: 24px 0 0 0;
	}

	.social-list .social-name {
		font-size: 54px;
		line-height: 60px;
	}

	.social-list .social-logo {
		margin: 0;
	}
}

.blog-push {
	display: flex;
	justify-content: center;
	padding: 120px 0 136px;
}

.blog-push .container {
	width: calc((var(--col) * 20) + (var(--grid-gutter) * 19));
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + 2 * var(--grid-gutter));
}

.blog-push .push-cell {
	width: calc((var(--col) * 9) + (var(--grid-gutter) * 8));
}

.blog-push .push-cell:hover .button-secondary .icon:before {
	background: #ffe8fd;
	transform: scale(12);
}

.blog-push .push-cell:hover .button-secondary .icon:after {
	transform: scale(1);
	opacity: 1;
}

.blog-push .push-cell img {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.blog-push .push-cell .cell-text {
	max-width: calc((var(--col) * 8) + (var(--grid-gutter) * 7));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-top: 32px;
	padding-left: 24px;
}

.blog-push .push-cell .title {
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 16px;
}

.blog-push .push-cell .p {
	opacity: .4;
}

.blog-push .push-cell .button-secondary {
	margin-top: 16px;
}

@media(max-width: 767px) {
	.blog-push {
		padding: 80px 0;
	}

	.blog-push .container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		grid-template-columns: 1fr;
		grid-gap: 64px;
	}

	.blog-push .push-cell {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.blog-push .push-cell .cell-text {
		margin-top: 16px;
		max-width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		padding-left: 16px;
	}

	.blog-push .push-cell .title {
		font-size: 20px;
		line-height: 22px;
	}

	.blog-push .push-cell .p {
		font-size: 14px;
	}
}

.category-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: calc(var(--header) + var(--header-spacing)*2 + 16px) var(--grid-margin) 120px;
}

.category-title .detail-navigation {
	display: flex;
	align-self: flex-start;
	grid-gap: 8px;
	margin-bottom: 75px;
	font-size: 12px;
	line-height: 16px;
}

.category-title .detail-navigation .icon {
	display: flex;
	align-items: center;
}

.category-title .detail-navigation>* {
	opacity: .5;
}

.category-title .detail-navigation a:hover {
	opacity: 1;
}

.category-title .detail-navigation a span {
	position: relative;
}

.category-title .detail-navigation a span:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.category-title .detail-navigation a:hover span:before {
	transform: scaleX(1);
	transform-origin: left center;
}

.category-title .detail-navigation a.blur span:before {
	transform-origin: right center;
}

.category-title .container {
	width: calc((var(--col) * 14) + (var(--grid-gutter) * 13));
	position: relative;
}

.category-title .title {
	font-size: 64px;
	line-height: 70px;
	text-align: center;
	letter-spacing: -0.03em;
	margin-bottom: 40px;
}

.category-title .p {
	text-align: center;
}

.category-title #category-title-doodle {
	width: calc((var(--col) * 4) + (var(--grid-gutter) * 3));
	position: absolute;
	left: calc(100% + var(--grid-gutter));
	top: 0;
}

@media(max-width: 767px) {
	.category-title {
		padding-bottom: 88px;
	}

	.category-title .detail-navigation {
		margin-bottom: 14px;
	}

	.category-title .detail-navigation .category {
		display: none;
	}

	.category-title .detail-navigation .next {
		order: -1;
		transform: rotate(180deg);
	}

	.category-title .container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.category-title .title {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 24px;
	}

	.category-title .p {
		font-size: 14px;
	}

	.category-title #category-title-doodle {
		display: none;
	}
}

.article-highlight {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 720px;
}

.article-highlight .articles-navigation {
	position: absolute;
	z-index: 1;
	bottom: 48px;
	right: 64px;
	display: flex;
	align-items: center;
	grid-gap: 8px;
}

.article-highlight .articles-navigation .prev img {
	transform: rotate(180deg);
}

.article-highlight .article-thumbnails {
	position: relative;
	overflow: hidden;
}

.article-highlight .thumbnails-collection {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}

.article-highlight .thumbnails-collection img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 750ms cubic-bezier(0.16, 1, 0.3, 1);
	transform: translateX(-100%);
	opacity: 0;
}

.article-highlight .thumbnails-collection img.current {
	transform: translateX(0%);
	opacity: 1;
}

.article-highlight .thumbnails-collection img.current~img {
	transform: translateX(100%);
	opacity: 0;
}

.article-highlight .article-orbs {
	position: absolute;
	bottom: 74px;
	right: 58px;
	display: flex;
	align-items: center;
	grid-gap: 32px;
}

.article-highlight .article-orbs .orb {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #000;
	opacity: .1;
}

.article-highlight .article-orbs .orb.current {
	opacity: 1;
}

.article-highlight .article-container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	background: #F0583A;
}

.article-highlight .article-container .title {
	position: absolute;
	top: 72px;
	left: 64px;
	font-size: 24px;
	line-height: 27px;
}

.article-highlight .article-container .doodle-text {
	position: absolute;
	top: 64px;
	left: 64px;
	width: var(--doodle-big);
	height: var(--doodle-big);
}

.article-highlight .article-container .article-text-collection {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.article-highlight .article-container .article-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 72px 64px 64px;
	transition: all 750ms cubic-bezier(0.16, 1, 0.3, 1);
	transform: translateX(-100%);
	opacity: 0;
}

.article-highlight .article-container .article-text.current {
	transform: translateX(0%);
	opacity: 1;
}

.article-highlight .article-container .article-text.current~.article-text {
	transform: translateX(100%);
	opacity: 0;
}

.article-highlight .article-container .article-info {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	grid-gap: 16px;
}

.article-highlight .article-container .article-info .category {
	padding: 8px 16px;
	background: rgba(0,0,0,.1);
	border-radius: 8px;
}

.article-highlight .article-container .article-info .category:hover {
	background: #fff;
	color: #F0583A;
}

.article-highlight .article-container .article-info .date-time {
	display: flex;
	align-items: center;
	grid-gap: 16px;
}

.article-highlight .article-container .article-description {
	font-size: 48px;
	line-height: 53px;
	letter-spacing: -0.03em;
	margin-bottom: 75px;
}

.article-highlight .article-container .article-link {
	position: relative;
	font-size: 24px;
	line-height: 27px;
}

.article-highlight .article-container .article-link:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.article-highlight .article-container .article-link:hover:before {
	transform: scaleX(1);
	transform-origin: left center;
}

.article-highlight .article-container .article-link.blur:before {
	transform-origin: right center;
}

@media(max-width: 767px) {
	.article-highlight {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.article-highlight .articles-navigation {
		bottom: 32px;
		right: 26px;
	}

	.article-highlight .article-thumbnails {
		height: 375px;
		width: 100%;
	}

	.article-highlight .article-orbs {
		position: absolute;
		bottom: 42px;
		right: 26px;
	}

	.article-highlight .article-container {
		height: 316px;
	}

	.article-highlight .article-container .article-text {
		padding: 24px 26px 40px 28px;
	}

	.article-highlight .article-container .article-info {
		flex-direction: column;
		align-items: flex-start;
	}

	.article-highlight .article-container .article-info .date,.article-highlight .article-container .article-info .read-time {
		opacity: .5;
	}

	.article-highlight .article-container .title {
		top: 24px;
		left: 28px;
		font-size: 20px;
		line-height: 22px;
	}

	.article-highlight .article-container .doodle-text {
		top: 0;
		left: auto;
		right: 0;
		width: var(--doodle-small);
		height: var(--doodle-small);
	}

	.article-highlight .article-container .article-description {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 82px;
	}

	.article-highlight .article-container .article-description.has-category {
		margin-bottom: 62px;
	}

	.article-highlight .article-container .article-link {
		font-size: 20px;
		line-height: 27px;
	}
}

.blog-category-pagination-buttons {
	display: flex;
	justify-content: center;
}

.blog-category-pagination-buttons .container {
	display: flex;
	padding: 60px 0;
}

.blog-category-pagination-buttons .container li {
	margin-right: 16px;
}

.blog-category-pagination-buttons .container li:last-child {
	margin-right: 0;
}

.blog-category-pagination-buttons .container .button-bubble {
	cursor: pointer;
}

.blog-category-pagination-buttons .container .button-bubble::before {
	background: #F0583A;
	z-index: -1;
}

.blog-category-pagination-buttons .container .button-bubble.disabled {
	pointer-events: none;
	background: #fff;
}

.blog-category-pagination-buttons .container .button-bubble.current {
	border: none;
	background: #fff;
	position: relative;
	pointer-events: none;
}

.blog-category-pagination-buttons .container .button-bubble.current::before {
	position: absolute;
	content: "";
	z-index: 1;
	transform: translate(-2%, -4%) scale(1.2);
	width: 100%;
	height: 100%;
	background: url(images/icons/halo.svg) no-repeat center center/contain;
}

.blog-category-pagination-buttons .container .button-prev img {
	transform: rotate(180deg);
}

.blog-category-pagination-buttons .container .button-more {
	display: none;
}

@media(max-width: 767px) {
	.blog-category-pagination-buttons .container li {
		margin-right: 8px;
	}

	.blog-category-pagination-buttons .container .button-bubble {
		width: 56px;
		height: 56px;
	}

	.blog-category-pagination-buttons .container .button-bubble.current::before {
		transform: scale(0.9);
		left: -2px;
		top: -2px;
	}

	.blog-category-pagination-buttons .container .button-more {
		display: initial;
	}

	.blog-category-pagination-buttons .container .button-hidden {
		display: none;
	}
}

.article-collection-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 96px 18px;
	width: calc((var(--col) * 24) + (var(--grid-gutter) * 23));
	margin: 0 auto;
}

.article-highlight+.article-collection-grid {
	margin-top: 120px;
}

.article-collection-landing {
	padding-top: 120px;
}

.article-collection-landing .button-primary {
	margin: 64px auto 0;
}

@media(max-width: 767px) {
	.article-collection-grid {
		grid-template-columns: 1fr;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		grid-gap: 56px 18px;
	}

	.article-highlight+.article-collection-grid {
		margin-top: 88px;
	}

	.article-collection-landing {
		padding-top: 64px;
	}
}

.explore-categories {
	padding: 80px 0 160px;
	display: flex;
	justify-content: center;
}

.explore-categories .container {
	width: calc((var(--col) * 14) + (var(--grid-gutter) * 13));
	display: flex;
	flex-direction: column;
	align-items: center;
}

.explore-categories .container .title {
	text-transform: uppercase;
	margin-bottom: 32px;
}

.explore-categories .container .categories-collection {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.explore-categories .container .categories-link {
	background: #000;
	border-radius: 24px;
	padding: 16px 40px;
	color: #fff;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: -0.03em;
	margin: 16px 8px;
	transform: rotate(4deg);
}

.explore-categories .container .categories-link:nth-child(4n+1) {
	transform: rotate(-4deg);
}

.explore-categories .container .categories-link:nth-child(4n+4) {
	transform: rotate(-4deg);
}

.explore-categories .container .categories-link:hover {
	background: #ffdfcf;
	color: #F0583A;
}

@media(max-width: 767px) {
	.explore-categories {
		padding: 88px 0;
		margin: 0 var(--grid-margin);
		border-bottom: 1px solid #ffe8fd;
	}

	.explore-categories .container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.explore-categories .container .title {
		font-size: 12px;
		margin-bottom: 16px;
	}

	.explore-categories .container .categories-collection {
		flex-direction: column;
		align-items: center;
	}

	.explore-categories .container .categories-link {
		font-size: 24px;
		line-height: 27px;
		padding: 12px 24px;
		border-radius: 16px;
		margin: 10px 0;
	}
}

#content .post-type-post {
	padding-top: 0px;
}

.article-head {
	display: flex;
	flex-direction: column;
	padding-top: calc(var(--header) + var(--header-spacing)*2 + 16px);
	background: #F0583A;
	overflow: hidden;
	position: relative;
}

.article-head::after {
	content: "";
	height: 120px;
	width: 100%;
	background: #fff;
}

.article-head .container {
	margin-left: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + calc(var(--grid-gutter) + var(--grid-margin)));
	padding-bottom: 122px;
}

.article-head .detail-navigation {
	display: flex;
	grid-gap: 8px;
	padding-left: var(--grid-margin);
	font-size: 12px;
	line-height: 16px;
}

.article-head .detail-navigation .icon {
	display: flex;
	align-items: center;
}

.article-head .detail-navigation>* {
	opacity: .5;
}

.article-head .detail-navigation a:hover {
	opacity: 1;
}

.article-head .detail-navigation a span {
	position: relative;
}

.article-head .detail-navigation a span:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.article-head .detail-navigation a:hover span:before {
	transform: scaleX(1);
	transform-origin: left center;
}

.article-head .detail-navigation a.blur span:before {
	transform-origin: right center;
}

.article-head .article-hot {
	display: flex;
	margin-top: 74px;
}

.article-head .article-hot .article-info {
	display: flex;
	align-items: center;
	width: calc((var(--col) * 9) + (var(--grid-gutter) * 8));
	margin-top: 0;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-transform: uppercase;
}

.article-head .article-hot .article-info .category {
	padding: 8px 16px;
	border-radius: 8px;
	background: rgba(0,0,0,.1);
}

.article-head .article-hot .article-info .date-and-duration,.article-head .article-hot .article-info .time {
	display: flex;
	align-items: center;
	margin-left: 24px;
}

.article-head .article-hot .article-info .clock {
	margin-right: 8px;
}

.article-head .article-hot .article-title-block {
	width: calc((var(--col) * 9) + (var(--grid-gutter) * 8));
	margin-top: 24px;
	margin-right: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + 2 * var(--grid-gutter));
}

.article-head .article-hot .article-title {
	width: 100%;
	font-size: 48px;
	line-height: 53px;
	letter-spacing: -0.03em;
	margin-bottom: 48px;
}

.article-head .article-hot .article-subtitle {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}

.article-head .article-hot .article-img {
	position: absolute;
	bottom: 120px;
	right: 0;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11) + var(--grid-margin));
	height: calc(100% - 120px - 16px - 74px - (var(--header) + var(--header-spacing)*2 + 16px));
	object-fit: cover;
}

@media(max-width: 767px) {
	#content .post-type-post {
		overflow: hidden;
	}

	.article-head {
		overflow: initial;
	}

	.article-head::after {
		content: unset;
	}

	.article-head .container {
		padding: 0 0 105px var(--grid-margin);
		margin: 0;
		position: relative;
	}

	.article-head .detail-navigation {
		display: none;
	}

	.article-head .article-hot {
		position: initial;
		margin-top: 0;
	}

	.article-head .article-hot .article-info {
		flex-direction: column;
		align-items: flex-start;
		width: calc((var(--col) * 5) + (var(--grid-gutter) * 4));
	}

	.article-head .article-hot .article-info .date-and-duration {
		margin: 16px 0 0 0;
		opacity: .4;
	}

	.article-head .article-hot .article-title-block {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.article-head .article-hot .article-title {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 32px;
	}

	.article-head .article-hot .article-img {
		left: 0;
		right: 0;
		margin: 0 auto;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		height: auto;
		top: calc(100% - 48px);
	}
}

.article-layout {
	display: grid;
	width: calc((var(--col) * 24) + (var(--grid-gutter) * 23));
	margin: 0 var(--grid-margin) 120px;
	grid-template-columns: calc((var(--col) * 5) + (var(--grid-gutter) * 4)) calc((var(--col) * 14) + (var(--grid-gutter) * 13)) calc((var(--col) * 5) + (var(--grid-gutter) * 4));
	grid-gap: var(--grid-gutter);
	position: relative;
}

.article-content {
	grid-column: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.article-content h2 {
	font-size: 48px;
	line-height: 53px;
	letter-spacing: -0.03em;
	width: calc((var(--col) * 13) + (var(--grid-gutter) * 12));
	margin: 48px 0 72px;
}

.article-content h2:first-child {
	margin-top: 0;
}

.article-content h3 {
	font-size: 24px;
	line-height: 27px;
	margin-top: 40px;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	margin-bottom: 24px;
}

.article-content h4 {
	font-size: 24px;
	line-height: 27px;
	width: calc((var(--col) * 14) + (var(--grid-gutter) * 13));
	margin-bottom: 120px;
}

.article-content p {
	font-size: 16px;
	line-height: 20px;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	margin-bottom: 24px;
}

.article-content ul {
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	list-style-type: disc;
	padding-left: calc(2 * var(--grid-gutter));
}

.article-content ul li {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 20px;
}

.article-content strong {
	font-weight: bold;
}

.article-content em {
	font-style: italic;
}

.article-content a:not(.button-primary,.button-secondary) {
	text-decoration: underline;
}

.article-content a:not(.button-primary,.button-secondary):hover {
	color: #F0583A;
}

.article-content .quote {
	width: calc((var(--col) * 13) + (var(--grid-gutter) * 12));
}

.article-content .quote p {
	margin: 0;
}

.article-content .quote .author-title {
	margin-top: 4px;
	opacity: .4;
}

.article-content .quote blockquote+* {
	margin-top: 24px;
}

.article-content blockquote {
	position: relative;
	margin: 80px 0 0;
	font-size: 48px;
	line-height: 53px;
	letter-spacing: -0.03em;
}

.article-content blockquote::before {
	content: url(images/icons/quote.svg);
	height: 33px;
	width: 36px;
	position: absolute;
	top: -10px;
	right: calc(100% + var(--grid-gutter));
	transform: scalex(-1);
}

.article-content .button-container {
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	margin-top: 64px;
}

.article-content .button-container .button-primary {
	width: fit-content;
}

.article-content .button-container .button-secondary {
	width: fit-content;
	margin-top: 0px;
}

.article-content figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 72px 0;
}

.article-content figure .article-image {
	width: 100%;
	height: auto;
	max-width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	margin-bottom: 16px;
}

.article-content figure .article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-content figure figcaption {
	width: calc((var(--col) * 5) + (var(--grid-gutter) * 4));
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.article-content figure .credit {
	width: calc((var(--col) * 5) + (var(--grid-gutter) * 4));
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #ff8353;
}

.article-content .video-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 72px 0;
}

.article-content .video-container iframe {
	height: calc((var(--col) * 6) + (var(--grid-gutter) * 5) + 3 * var(--grid-gutter));
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
}

.article-content .video-container iframe+* {
	margin-top: 16px;
}

.article-content .video-container .video-description {
	width: calc((var(--col) * 5) + (var(--grid-gutter) * 4));
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.article-content .video-container .video-credit {
	width: calc((var(--col) * 5) + (var(--grid-gutter) * 4));
	text-align: center;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #ff8353;
}

@media(max-width: 767px) {
	.article-layout {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		margin: 0 var(--grid-margin);
	}

	.article-content {
		padding: 260px 0 60px;
	}

	.article-content h2 {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		font-size: 32px;
		line-height: 36px;
		margin: 20px 0 40px;
	}

	.article-content h3 {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		font-size: 20px;
		line-height: 22px;
		margin-top: 24px;
	}

	.article-content p {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.article-content ul {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.article-content figure {
		margin: 40px 0;
	}

	.article-content figure img {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		margin-bottom: 20px;
	}

	.article-content .quote {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		margin: 0 var(--grid-margin);
		padding-left: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter));
		margin-bottom: 40px;
	}

	.article-content blockquote {
		width: calc((var(--col) * 5) + (var(--grid-gutter) * 4));
		font-size: 32px;
		line-height: 36px;
	}

	.article-content blockquote::before {
		right: auto;
		top: 0;
		width: 25px;
		content: url(images/icons/mobile-quote.svg);
		left: calc(-1 * var(--grid-gutter));
		transform: translate(-100%, -50%);
	}

	.article-content .video-container {
		width: 100%;
		margin: 45px 0 40px;
	}

	.article-content .video-container iframe {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		height: calc((var(--col) * 3) + (var(--grid-gutter) * 2) + 3 * var(--grid-gutter));
		margin-bottom: 20px;
	}

	.article-content .button-container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}
}

.article-gallery {
	width: 100%;
	display: flex;
	overflow: hidden;
	justify-content: center;
	margin: 0 0 72px 0;
	padding-top: 84px;
}

.article-gallery .container {
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	display: grid;
	grid-template-areas: "gallery gallery" "steps controls";
}

.article-gallery .gallery-collection {
	position: relative;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	height: calc((var(--col) * 8) + (var(--grid-gutter) * 7));
	max-height: 75vh;
	grid-area: gallery;
}

.article-gallery .gallery-collection .gallery-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
	transform: translate3d(-25%, 0, 0) rotate(2deg);
	opacity: 0;
}

.article-gallery .gallery-collection .gallery-image.current {
	transform: translate3d(0, 0, 0) rotate(-2deg);
	opacity: 1;
}

.article-gallery .gallery-collection .gallery-image.current~.gallery-image {
	transform: translate3d(25%, 0, 0) rotate(2deg);
	opacity: 0;
}

.article-gallery .gallery-collection .gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-gallery .step-nav {
	display: flex;
	margin-top: 32px;
	align-items: center;
	grid-gap: 16px;
	grid-area: steps;
	justify-self: flex-start;
	margin-left: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter));
}

.article-gallery .step-nav .step-button {
	display: block;
	padding: 8px;
	font: 0/0 a;
	color: transparent;
}

.article-gallery .step-nav .step-button:hover {
	cursor: pointer;
}

.article-gallery .step-nav .step-button::before {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #ffe8fd;
}

.article-gallery .step-nav .step-button.current::before {
	background: #F0583A;
}

.article-gallery .swip-controls {
	display: flex;
	margin-top: 32px;
	grid-gap: 8px;
	grid-area: controls;
	justify-self: flex-end;
	margin-right: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter));
}

.article-gallery .swip-controls button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	font: 0/0 a;
	color: transparent;
	background: #ffdfcf;
	border: 1px solid #ffe8fd;
	border-radius: 64px;
}

.article-gallery .swip-controls button:hover {
	background: #fff;
	border-color: #ffdfcf;
	cursor: pointer;
}

.article-gallery .swip-controls button.prev {
	transform: rotate(180deg);
}

@media(max-width: 767px) {
	.article-gallery {
		margin: 0 0 40px;
		padding-top: 52px;
	}

	.article-gallery .container {
		width: calc((var(--col) * 7) + (var(--grid-gutter) * 6));
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.article-gallery .gallery-collection {
		order: 2;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		height: calc((var(--col) * 4) + (var(--grid-gutter) * 3));
	}

	.article-gallery .step-nav {
		order: 1;
		margin: 0 0 40px;
		justify-self: center;
	}

	.article-gallery .swip-controls {
		order: 3;
		margin: 40px 0 0;
		justify-self: center;
	}
}

.article-credits {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((var(--col) * 20) + (var(--grid-gutter) * 19));
	margin: 0 auto;
	padding-bottom: 8px;
}

.article-credits .author-photo {
	position: relative;
	margin-right: var(--grid-gutter);
}

.article-credits .author-photo .photo-doodle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-credits .author-photo .photo-image {
	width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
}

.article-credits .author-description {
	width: calc((var(--col) * 5) + (var(--grid-gutter) * 4));
	margin-right: var(--grid-gutter);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	align-self: flex-end;
	margin-bottom: 48px;
}

.article-credits .author-description .author-name {
	margin-bottom: 8px;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: -0.03em;
}

.article-credits .author-description .author-job {
	font-size: 16px;
	line-height: 24px;
	opacity: .4;
	margin-bottom: 24px;
}

.article-credits .author-description .author-link {
	text-decoration: underline;
}

.article-credits .share-article {
	width: calc((var(--col) * 9) + (var(--grid-gutter) * 8));
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.article-credits .share-article .button-container {
	margin-top: 32px;
	width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: var(--grid-gutter);
}

[data-color=brand-dark] .article-credits {
	color: #fff;
}

[data-color=brand-dark] .article-credits a {
	color: #fff;
}

@media(min-width: 768px)and (max-width: 1104px) {
	.article-credits .author-description {
		margin: 0 0 0 64px;
	}
}

@media(max-width: 767px) {
	.article-credits {
		position: relative;
		display: grid;
		grid-template-areas: "share share" "description photo";
		width: auto;
		padding-bottom: 48px;
		margin: 128px 0 0 var(--grid-margin);
	}

	.article-credits .author-description {
		width: calc((var(--col) * 3) + (var(--grid-gutter) * 2) + var(--grid-gutter));
		grid-area: description;
		margin-bottom: 24px;
	}

	.article-credits .author-description .author-name {
		font-size: 20px;
		line-height: 22px;
	}

	.article-credits .author-description .author-job {
		font-size: 14px;
		line-height: 24px;
		text-align: end;
	}

	.article-credits .author-photo {
		grid-area: photo;
	}

	.article-credits .author-photo .photo-image {
		width: calc((var(--col) * 3) + (var(--grid-gutter) * 2));
	}

	.article-credits .share-article {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		grid-area: share;
		margin-bottom: 26px;
	}
}

.related-articles {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 96px;
	padding: 120px 0;
}

.related-articles .marquee-track {
	color: #fff;
	padding-top: 0;
}

.related-articles .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((var(--col) * 24) + (var(--grid-gutter) * 23));
	margin: 0 auto;
}

.related-articles .article-collection-related {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	width: 100%;
	margin-bottom: 64px;
}

.related-articles .article-card .text,.related-articles .article-card .additionnal-content {
	background: #000;
}

.related-articles .article-card .about .date,.related-articles .article-card .about .read_time {
	color: #fff;
	opacity: .5;
}

.related-articles .article-card .about .read_time svg * {
	stroke: #fff;
}

.related-articles .article-card .title {
	color: #fff;
}

.related-articles .article-card:hover .text,.related-articles .article-card:hover .additionnal-content {
	background: #F0583A;
}

.related-articles .article-card:hover .title {
	color: #000;
}

.related-articles .article-card:hover .about .date,.related-articles .article-card:hover .about .read_time {
	color: #000;
}

.related-articles .article-card:hover .about .read_time svg * {
	stroke: #000;
}

.related-articles .button-secondary .text {
	color: #fff;
}

.related-articles .button-secondary:hover .text {
	color: #000;
}

@media(max-width: 1104px) {
	.related-articles .article-collection-related {
		grid-template-columns: 1fr;
		grid-gap: 56px;
	}
}

@media(max-width: 767px) {
	.related-articles {
		margin-top: 64px;
		padding: 80px 0;
	}

	.related-articles .container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}
}

.article-big-push {
	position: relative;
	padding: 78px 0 86px;
	margin-left: var(--grid-margin);
	text-transform: lowercase;
	overflow: hidden;
}

.article-big-push .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: calc((var(--col) * 22) + (var(--grid-gutter) * 21));
	grid-gap: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter) * 2);
	margin-left: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + var(--grid-gutter));
}

.article-big-push .title-text {
	position: relative;
	width: calc((var(--col) * 9) + (var(--grid-gutter) * 8));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.article-big-push .title-text .h2 {
	font-size: 64px;
	line-height: 70px;
	letter-spacing: -0.03em;
	margin-bottom: 32px;
	width: calc((var(--col) * 9) + (var(--grid-gutter) * 8));
	padding-right: calc((var(--col) * 1) + (var(--grid-gutter) * 0));
}

.article-big-push .title-text .button-secondary {
	margin-top: 48px;
}

.article-big-push .title-text ul li {
	position: relative;
	padding-left: 28px;
	font-size: 24px;
	line-height: 40px;
}

.article-big-push .title-text ul li:before {
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: url(images/icons/dot.svg) no-repeat center center/contain;
}

.article-big-push .device {
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11));
	z-index: 1;
	object-fit: contain;
}

.article-big-push .background-img {
	position: absolute;
	top: 0px;
	right: 0;
	width: calc((var(--col) * 6) + (var(--grid-gutter) * 5) + var(--grid-margin));
	height: 100%;
	object-fit: cover;
	-webkit-mask: url(images/pages/home/split-tip-mask.svg) right center/contain no-repeat;
	mask: url(images/pages/home/split-tip-mask.svg) right center/contain no-repeat;
}

.article-big-push #article-fastest-pay-doodle {
	position: absolute;
	width: 107px;
	bottom: 100%;
	right: 20%;
}

@media(max-width: 767px) {
	.article-big-push {
		padding: 88px 0;
	}

	.article-big-push .container {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		flex-direction: column;
		margin-left: 0;
		grid-gap: 35px;
	}

	.article-big-push .title-text {
		z-index: 1;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.article-big-push .title-text .h2 {
		margin-bottom: 24px;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		padding-right: 0;
		font-size: 40px;
		line-height: 44px;
	}

	.article-big-push .title-text .button-secondary {
		margin-top: 32px;
	}

	.article-big-push .title-text .button-secondary .text {
		padding: 0;
	}

	.article-big-push .title-text .button-secondary .icon {
		transform: rotate(0);
	}

	.article-big-push .device {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		transform: none;
	}

	.article-big-push .background-img {
		height: 45%;
		bottom: 50px;
		top: auto;
		width: calc((var(--col) * 3) + (var(--grid-gutter) * 2) + var(--grid-margin));
		-webkit-mask: url(images/pages/home/mask-mobile.svg) right center/contain no-repeat;
		mask: url(images/pages/home/mask-mobile.svg) right center/contain no-repeat;
	}

	.article-big-push #article-fastest-pay-doodle {
		width: 75px;
		top: 100%;
		right: 20%;
	}
}

.share-sticky {
	grid-column: 3;
	position: sticky;
	display: flex;
	flex-direction: column;
	justify-self: flex-end;
	align-self: flex-start;
	top: calc(50vh - 25%);
}

.share-sticky .article-progress-circle {
	position: relative;
}

.share-sticky .article-progress-circle .circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	fill: none;
	stroke: #F0583A;
	stroke-width: 2px;
	stroke-dasharray: 316px;
	stroke-dashoffset: calc(var(--read-progress) * 316px);
	transform: rotate(-90deg);
}

.share-sticky .up-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	border: 1px solid #ffe8fd;
}

.share-sticky .up-arrow img {
	transform: rotate(-90deg);
}

.share-sticky .social-share {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-top: 18px;
	background: #fff;
	border-radius: 64px;
	flex-shrink: 0;
}

.share-sticky .social-share img {
	width: 16px;
	height: 16px;
	position: relative;
	z-index: 2;
}

.share-sticky .social-share:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	border-radius: 64px;
	background: #F0583A;
	transform: scale(0);
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 1;
}

.share-sticky .social-share:hover {
	transform: scale(1);
}

.share-sticky .social-share:hover:before {
	transform: scale(1);
}

.share-sticky .social-share .tooltip {
	right: 0;
}

.share-sticky .social-share .tooltip:before {
	left: 85%;
}

@media(max-width: 767px) {
	.share-sticky {
		display: none;
	}
}

.hero-right {
	overflow: hidden;
	padding-left: var(--grid-margin);
}

.hero-right .container {
	margin-left: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + var(--grid-gutter));
}

.hero-right .background .video {
	position: absolute;
	top: 0;
	right: 0;
	width: calc((var(--col) * 11) + (var(--grid-gutter) * 10) + var(--grid-margin));
	height: 100%;
	object-fit: cover;
	-webkit-mask: url(images/pages/home/mask-desktop.svg) left center/cover no-repeat;
	mask: url(images/pages/home/mask-desktop.svg) left center/cover no-repeat;
}

.hero-right .background .device {
	position: absolute;
	bottom: 5%;
	left: 37%;
	width: 56vw;
	object-fit: contain;
}

.hero-right .text {
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
}

.hero-right .button-container {
	position: relative;
}

.hero-right .doodle-text {
	position: absolute;
	top: calc(50% - var(--doodle-big)/2);
	left: 100%;
}

@media(max-width: 1104px) {
	.hero-right .container {
		padding: 10vh 0 28vh;
	}
}

@media(max-width: 767px) {
	.hero-right .container {
		margin-left: 0;
	}

	.hero-right .background .video {
		top: auto;
		bottom: 0;
		width: 50vw;
		height: 66vh;
		-webkit-mask: url(images/pages/home/mask-mobile.svg) right center/contain no-repeat;
		mask: url(images/pages/home/mask-mobile.svg) right center/contain no-repeat;
		object-position: 60% center;
	}

	.hero-right .background .device {
		bottom: 10%;
		left: 0;
		width: 100%;
		height: 38vh;
		transform: scale(1.4) translateX(8%);
	}

	.hero-right .text {
		margin-bottom: 20vh;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}
}

.hero-scrolling-title {
	text-transform: lowercase;
	min-height: 100vh;
	flex-direction: column;
	justify-content: center;
	display: flex;
}

.hero-scrolling-title .container {
	position: relative;
}

.hero-scrolling-title .marquee-track {
	padding: 0;
}

.hero-scrolling-title .marquee-track:nth-child(3) {
	display: none;
}

.hero-scrolling-title .marquee-tagline {
	display: flex;
	align-items: center;
	grid-gap: 40px;
	padding: 0;
	margin: 0;
	font-size: 200px;
	line-height: 100%;
	letter-spacing: -0.05em;
	text-transform: lowercase;
}

.hero-scrolling-title .marquee-tagline .icon {
	width: 104px;
	min-height: 104px;
	margin-top: 32px;
}

.hero-scrolling-title svg * {
	fill: #fff;
}

.hero-scrolling-title #join-team-cover-doodle {
	position: absolute;
	bottom: 100%;
	right: calc((var(--col) * 1) + (var(--grid-gutter) * 0) + var(--grid-gutter) + var(--grid-margin));
}

@media(max-width: 1104px) {
	.hero-scrolling-title .marquee-track {
		padding: 0;
	}

	.hero-scrolling-title .marquee-track:nth-child(3) {
		display: block;
	}

	.hero-scrolling-title .marquee-track+.marquee-track {
		padding-top: 0px;
	}

	.hero-scrolling-title .marquee-tagline {
		grid-gap: 16px;
		font-size: 120px;
	}
}

@media(max-width: 767px) {
	.hero-scrolling-title .marquee-tagline {
		font-size: 72px;
	}

	.hero-scrolling-title .marquee-track+.marquee-track {
		margin-top: 8px;
	}

	.hero-scrolling-title #join-team-cover-doodle {
		right: var(--grid-margin);
		bottom: 80%;
	}
}

.scrolling-title-with-content {
	perspective: 100vw;
	perspective-origin: 25vh 256px;
	overflow: hidden;
	padding: 80px 0 80px;
	text-transform: lowercase;
}

.scrolling-title-with-content .marquee-track {
	padding: 56px 0;
}

.scrolling-title-with-content .marquee-track>* {
	flex: 0 0 auto;
}

.scrolling-title-with-content .marquee-tagline {
	display: flex;
	align-items: center;
	grid-gap: 40px;
	flex-wrap: nowrap;
	white-space: nowrap;
	padding: 0 0 32px;
	margin-bottom: 24px;
	font-size: 200px;
	letter-spacing: -10px;
}

.scrolling-title-with-content .marquee-tagline svg {
	width: 104px;
	height: 104px;
	margin-top: 32px;
}

.scrolling-title-with-content .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((var(--col) * 14) + (var(--grid-gutter) * 13));
	margin: 0 auto;
}

.scrolling-title-with-content .title {
	margin-bottom: 32px;
	font-size: 24px;
	line-height: 27px;
}

.scrolling-title-with-content .form {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.scrolling-title-with-content .form #pos-other-field {
	display: none;
	grid-column-start: 2;
}

.scrolling-title-with-content .form #pos-other-field.toggled {
	display: block;
}

.scrolling-title-with-content .form .about-mandatory {
	align-self: flex-end;
	margin-top: 12px;
	font-size: 14px;
	color: #ff8353;
	text-align: right;
}

.scrolling-title-with-content .form .button-primary {
	margin-top: 20px;
	height: 64px;
}

.scrolling-title-with-content .button-container {
	position: relative;
}

.scrolling-title-with-content #contact-form-doodle {
	position: absolute;
	left: calc(100% + 24px);
	top: 90%;
}

.scrolling-title-with-content .wpforms-container .wpforms-submit-container,.scrolling-title-with-content .wpforms-container .wpforms-clear {
	width: 100%;
	justify-content: center;
}

[data-color=brand-dark] .scrolling-title-with-content .marquee-tagline,[data-color=brand-dark] .scrolling-title-with-content .title,[data-color=brand-dark] .scrolling-title-with-content .content {
	color: #fff;
}

@media(min-width: 768px)and (max-width: 1104px) {
	.scrolling-title-with-content {
		padding: 60px 0 170px;
	}

	.scrolling-title-with-content .container {
		width: calc((var(--col) * 18) + (var(--grid-gutter) * 17));
	}

	.scrolling-title-with-content .marquee-tagline {
		font-size: 160px;
	}
}

@media(max-width: 767px) {
	.scrolling-title-with-content {
		padding: 80px 0 160px;
	}

	.scrolling-title-with-content .marquee-track {
		padding-bottom: 0px;
		padding-top: 30px;
	}

	.scrolling-title-with-content .marquee-tagline {
		grid-gap: 8px;
		padding: 0 0 16px;
		font-size: 72px;
		letter-spacing: -4px;
	}

	.scrolling-title-with-content .marquee-tagline svg {
		width: 36px;
		height: 36px;
		margin-top: 8px;
	}

	.scrolling-title-with-content .container {
		padding: 0 7vw;
		width: 100%;
	}

	.scrolling-title-with-content .form .title {
		align-self: flex-start;
	}

	.scrolling-title-with-content .form .button-primary {
		width: 100%;
		height: 56px;
		margin-top: 24px;
	}

	.scrolling-title-with-content .button-container {
		width: 100%;
	}

	.scrolling-title-with-content #contact-form-doodle {
		top: 50%;
		left: calc(50% - var(--doodle-small) * 0.5);
	}

	.scrolling-title-with-content .wpforms-container {
		width: 100%;
		margin: 0;
	}
}

.editorial {
	display: flex;
	justify-content: center;
	text-transform: initial;
	padding: var(--section-spacing) 0 0;
}

.edito+.editorial,.editorial+.editorial {
	padding-top: 0;
	padding: var(--section-spacing) 0 0;
}

.editorial+*:not(.editorial) {
	padding-top: var(--section-spacing);
}

.editorial+.editorial {
	padding-bottom: var(--section-spacing);
}

.editorial .container {
	position: relative;
	width: calc((var(--col) * 20) + (var(--grid-gutter) * 19));
	display: flex;
	align-items: center;
	grid-gap: calc((var(--col) * 2) + (var(--grid-gutter) * 1) + 2 * var(--grid-gutter));
}

.editorial .img-container {
	position: relative;
}

.editorial .img-container #doing-differently-doodle {
	position: absolute;
	top: -20%;
	left: 100%;
}

.editorial a.img-container {
	position: relative;
}

.editorial a.img-container:before {
	position: absolute;
	z-index: 1;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	background: url(images/icons/play.svg) no-repeat center center/contain;
	transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial a.img-container:hover {
	cursor: pointer;
}

.editorial a.img-container:hover:before {
	transform: scale(1.25);
}

.editorial .img {
	width: calc((var(--col) * 8) + (var(--grid-gutter) * 7));
}

.editorial .description {
	position: relative;
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.editorial .description .p,.editorial .description .p-big,.editorial .description .button-secondary {
	margin-top: 40px;
}

.editorial .description .p-big+.p {
	margin-top: 16px;
	color: #444;
}

.editorial .description .button-secondary .icon img {
	margin-right: -2px;
}

.editorial .doodle-text {
	position: absolute;
	top: 0;
}

.editorial.editorial-left .doodle-text {
	right: calc((var(--col) * 10) + (var(--grid-gutter) * 9) + var(--doodle-big) * -0.5);
}

.editorial.editorial-right .doodle-text {
	left: calc((var(--col) * 10) + (var(--grid-gutter) * 9) + var(--doodle-big) * -0.5);
}

.editorial .description:first-child .doodle-text {
	left: calc(100% - var(--doodle-big) * 0.25);
}

.editorial .description:last-child .doodle-text {
	right: calc(100% - var(--doodle-big) * 0.25);
}

[data-color=brand-dark] .editorial {
	color: #fff;
}

[data-color=brand-dark] .editorial .description .p-big+.p {
	color: rgba(255,255,255,.4);
}

@media(max-width: 767px) {
	.editorial {
		overflow: hidden;
	}

	.editorial.editorial-left,.editorial.editorial-right {
		padding-bottom: 16px;
	}

	.editorial .container {
		position: relative;
		display: grid;
		grid-gap: 0;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		margin: 0 var(--grid-margin);
	}

	.editorial .description {
		position: initial;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
		grid-row: 1;
	}

	.editorial .img-container {
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}

	.editorial .img {
		width: calc((var(--col) * 5) + (var(--grid-gutter) * 4) + var(--grid-gutter));
	}

	.editorial .img-container #doing-differently-doodle {
		position: absolute;
		top: 100%;
		right: 0;
		display: none;
	}

	.editorial .doodle-text {
		position: static;
	}
}

.edito {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: var(--section-spacing) 0;
}

.edito .text {
	display: flex;
	flex-direction: column;
}

.edito .title {
	position: relative;
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	letter-spacing: -1px;
}

.edito .description {
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	margin-top: 32px;
}

.edito .doodle {
	position: absolute;
	top: 65%;
	left: 95%;
}

.edito.edito-center .text {
	align-items: center;
}

.edito.edito-center .title,.edito.edito-center .description {
	text-align: center;
}

[data-color=brand-dark] .edito {
	color: #fff;
}

@media(max-width: 1104px) {
	.edito .title,.edito .description {
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.edito .description {
		padding: 0px;
	}

	.edito .logos {
		margin: 0px;
	}

	.edito .marquee-track {
		padding: 16px 0;
	}

	.edito .marquee-track .marquee img {
		max-height: 48px;
	}

	.edito .doodle {
		left: 85%;
		top: 60%;
	}
}

@media(max-width: 767px) {
	.edito .title {
		position: initial;
	}

	.edito .doodle {
		top: 80%;
		right: 0%;
		left: auto;
	}
}

.cards {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 120px 0px;
	overflow: hidden;
}

.cards .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.cards .lang-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cards .title {
	text-align: center;
	margin-bottom: 24px;
}

.cards .cards-container {
	margin-top: 56px;
	perspective: 66vw;
}

.cards .card-collection {
	position: relative;
	display: flex;
	justify-content: center;
	grid-gap: var(--grid-gutter);
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
	opacity: 0;
	transform: rotateX(90deg);
	transform-origin: center top;
	pointer-events: none;
}

.cards .card-collection:nth-child(n+2) {
	position: absolute;
	top: 0;
	width: 100%;
}

.cards .card-collection.current {
	opacity: 1;
	transform: rotateX(0);
	transform-origin: center bottom;
	pointer-events: all;
}

.cards .card-collection .card-entry {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	padding-bottom: 56px;
	background: linear-gradient(180deg, #ffdfcf 0%, #FFFFFF 100%);
	border-radius: 15px;
}

.cards .card-collection .card-entry .card-text {
	padding: 80px 32px 0;
}

.cards .card-collection .card-entry .doodle-text {
	display: flex;
	justify-content: flex-end;
	margin: auto 24px auto auto;
}

@media(min-width: 1496px) {
	.cards .container {
		max-width: 1806px;
	}

	.cards .card-collection .card-entry {
		max-width: none;
		padding-bottom: 80px;
	}

	.cards .card-collection .card-entry .card-text {
		padding: 80px 60px 0;
	}
}

@media(min-width: 768px)and (max-width: 1104px) {
	.cards .container {
		padding: 0 56px;
	}
}

@media(min-width: 768px)and (max-width: 1023px) {
	.cards .card-collection {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.cards .card-collection .card-entry {
		width: 100%;
	}

	.cards .card-collection .card-entry .card-text {
		padding: 64px 24px 0;
	}
}

@media(max-width: 767px) {
	.cards {
		padding: 88px 7vw;
	}

	.cards .card-collection {
		flex-direction: column;
		transform: translateY(10vh);
	}

	.cards .card-collection .card-entry {
		width: 100%;
		padding-bottom: 0;
	}

	.cards .card-collection .card-entry .card-text {
		padding: 56px 32px;
		text-align: center;
		height: 180px;
	}

	.cards .card-collection .card-entry .doodle-text {
		position: absolute;
		z-index: 1;
		bottom: calc(-1 * calc((var(--col) * 3) + (var(--grid-gutter) * 2)) * 0.5);
		right: calc(-1 * var(--grid-margin));
		width: calc((var(--col) * 3) + (var(--grid-gutter) * 2));
		height: calc((var(--col) * 3) + (var(--grid-gutter) * 2));
	}

	.cards .card-collection .card-entry:nth-child(1) .doodle-text {
		left: calc(-1 * var(--grid-margin));
		right: auto;
	}
}

.logo-collection {
	padding: var(--section-spacing) 0;
}

.toggleable-descriptions-block {
	padding: 0px 0;
	text-transform: initial;
}

.toggleable-descriptions-block .container {
	display: flex;
	align-items: flex-start;
	grid-gap: var(--grid-gutter);
	width: 100%;
	margin: 0 auto;
}

.toggleable-descriptions-block .text {
	width: calc((var(--col) * 10) + (var(--grid-gutter) * 9));
	padding-top: 64px;
}

.toggleable-descriptions-block .text .content {
	margin-top: 32px;
}

.toggleable-descriptions-block .text .toggleable-descriptions {
	margin-top: 48px;
}

.toggleable-descriptions-block .images {
	position: relative;
	width: calc((var(--col) * 12) + (var(--grid-gutter) * 11) + var(--grid-margin));
	height: 712px;
}

.toggleable-descriptions-block .images .photo-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
	opacity: 0;
}

.toggleable-descriptions-block .images .photo-container.current {
	opacity: 1;
}

.toggleable-descriptions-block .images .photo-container .image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.toggleable-descriptions-block .images a.photo-container {
	display: block;
}

.toggleable-descriptions-block .images a.photo-container:before {
	position: absolute;
	z-index: 1;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	background: url(images/icons/play.svg) no-repeat center center/contain;
	transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.toggleable-descriptions-block .images a.photo-container:hover {
	cursor: pointer;
}

.toggleable-descriptions-block .images a.photo-container:hover:before {
	transform: scale(1.25);
}

@media(max-width: 767px) {
	.toggleable-descriptions-block {
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding-top: 64px;
	}

	.toggleable-descriptions-block .container {
		flex-direction: column;
		padding: 0 7vw;
		align-items: center;
	}

	.toggleable-descriptions-block .text {
		margin: 0;
		padding: 0;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}

	.toggleable-descriptions-block .images {
		display: none;
		width: calc((var(--col) * 6) + (var(--grid-gutter) * 5));
	}
}

.page-template-template-form-debug {
	padding-top: calc(var(--header-offset) + 32px);
}

.page-template-template-form-debug .wpforms-container {
	max-width: 768px;
}

.wpforms-container {
	width: 100%;
	margin: 0 auto;
	--label: #000000;
}

[data-dynamic-background=brand-dark] .wpforms-container {
	--label: #FFFFFF;
}

.wpforms-container .wpforms-field-text,.wpforms-container .wpforms-field-textarea,.wpforms-container .wpforms-field-email,.wpforms-container .wpforms-field-number,.wpforms-container .wpforms-field-select,.wpforms-container .wpforms-field-phone .iti,.wpforms-container .wpforms-field-url,.wpforms-container .wpforms-field-medium,.wpforms-container .wpforms-field-medium div {
	display: grid;
	grid-gap: 8px;
	padding: 0;
}

.wpforms-container .wpforms-field-text.full-width,.wpforms-container .wpforms-field-textarea.full-width,.wpforms-container .wpforms-field-email.full-width,.wpforms-container .wpforms-field-number.full-width,.wpforms-container .wpforms-field-select.full-width,.wpforms-container .wpforms-field-phone .iti.full-width,.wpforms-container .wpforms-field-url.full-width,.wpforms-container .wpforms-field-medium.full-width,.wpforms-container .wpforms-field-medium div.full-width {
	grid-column-start: span 2;
}

.wpforms-container .wpforms-field-text .wpforms-field-label,.wpforms-container .wpforms-field-text .wpforms-field-sublabel,.wpforms-container .wpforms-field-textarea .wpforms-field-label,.wpforms-container .wpforms-field-textarea .wpforms-field-sublabel,.wpforms-container .wpforms-field-email .wpforms-field-label,.wpforms-container .wpforms-field-email .wpforms-field-sublabel,.wpforms-container .wpforms-field-number .wpforms-field-label,.wpforms-container .wpforms-field-number .wpforms-field-sublabel,.wpforms-container .wpforms-field-select .wpforms-field-label,.wpforms-container .wpforms-field-select .wpforms-field-sublabel,.wpforms-container .wpforms-field-phone .iti .wpforms-field-label,.wpforms-container .wpforms-field-phone .iti .wpforms-field-sublabel,.wpforms-container .wpforms-field-url .wpforms-field-label,.wpforms-container .wpforms-field-url .wpforms-field-sublabel,.wpforms-container .wpforms-field-medium .wpforms-field-label,.wpforms-container .wpforms-field-medium .wpforms-field-sublabel,.wpforms-container .wpforms-field-medium div .wpforms-field-label,.wpforms-container .wpforms-field-medium div .wpforms-field-sublabel {
	z-index: 1;
	grid-row: 1;
	grid-column: 1;
	height: 64px;
	padding: 0 17px;
	display: flex;
	align-items: center;
	color: #ff8353;
	pointer-events: none;
	transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wpforms-container .wpforms-field-text .wpforms-field-label.mandatory:after,.wpforms-container .wpforms-field-text .wpforms-field-sublabel.mandatory:after,.wpforms-container .wpforms-field-textarea .wpforms-field-label.mandatory:after,.wpforms-container .wpforms-field-textarea .wpforms-field-sublabel.mandatory:after,.wpforms-container .wpforms-field-email .wpforms-field-label.mandatory:after,.wpforms-container .wpforms-field-email .wpforms-field-sublabel.mandatory:after,.wpforms-container .wpforms-field-number .wpforms-field-label.mandatory:after,.wpforms-container .wpforms-field-number .wpforms-field-sublabel.mandatory:after,.wpforms-container .wpforms-field-select .wpforms-field-label.mandatory:after,.wpforms-container .wpforms-field-select .wpforms-field-sublabel.mandatory:after,.wpforms-container .wpforms-field-phone .iti .wpforms-field-label.mandatory:after,.wpforms-container .wpforms-field-phone .iti .wpforms-field-sublabel.mandatory:after,.wpforms-container .wpforms-field-url .wpforms-field-label.mandatory:after,.wpforms-container .wpforms-field-url .wpforms-field-sublabel.mandatory:after,.wpforms-container .wpforms-field-medium .wpforms-field-label.mandatory:after,.wpforms-container .wpforms-field-medium .wpforms-field-sublabel.mandatory:after,.wpforms-container .wpforms-field-medium div .wpforms-field-label.mandatory:after,.wpforms-container .wpforms-field-medium div .wpforms-field-sublabel.mandatory:after {
	content: "*";
}

.wpforms-container .wpforms-field-text.focus label:not(.wpforms-error),.wpforms-container .wpforms-field-text.filled label:not(.wpforms-error),.wpforms-container .wpforms-field-textarea.focus label:not(.wpforms-error),.wpforms-container .wpforms-field-textarea.filled label:not(.wpforms-error),.wpforms-container .wpforms-field-email.focus label:not(.wpforms-error),.wpforms-container .wpforms-field-email.filled label:not(.wpforms-error),.wpforms-container .wpforms-field-number.focus label:not(.wpforms-error),.wpforms-container .wpforms-field-number.filled label:not(.wpforms-error),.wpforms-container .wpforms-field-select.focus label:not(.wpforms-error),.wpforms-container .wpforms-field-select.filled label:not(.wpforms-error),.wpforms-container .wpforms-field-phone .iti.focus label:not(.wpforms-error),.wpforms-container .wpforms-field-phone .iti.filled label:not(.wpforms-error),.wpforms-container .wpforms-field-url.focus label:not(.wpforms-error),.wpforms-container .wpforms-field-url.filled label:not(.wpforms-error),.wpforms-container .wpforms-field-medium.focus label:not(.wpforms-error),.wpforms-container .wpforms-field-medium.filled label:not(.wpforms-error),.wpforms-container .wpforms-field-medium div.focus label:not(.wpforms-error),.wpforms-container .wpforms-field-medium div.filled label:not(.wpforms-error) {
	transform: translateY(-8px) scale(0.9);
	transform-origin: 0 0;
}

.wpforms-container .wpforms-field-text.filled input,.wpforms-container .wpforms-field-text.filled textarea,.wpforms-container .wpforms-field-text.filled select,.wpforms-container .wpforms-field-textarea.filled input,.wpforms-container .wpforms-field-textarea.filled textarea,.wpforms-container .wpforms-field-textarea.filled select,.wpforms-container .wpforms-field-email.filled input,.wpforms-container .wpforms-field-email.filled textarea,.wpforms-container .wpforms-field-email.filled select,.wpforms-container .wpforms-field-number.filled input,.wpforms-container .wpforms-field-number.filled textarea,.wpforms-container .wpforms-field-number.filled select,.wpforms-container .wpforms-field-select.filled input,.wpforms-container .wpforms-field-select.filled textarea,.wpforms-container .wpforms-field-select.filled select,.wpforms-container .wpforms-field-phone .iti.filled input,.wpforms-container .wpforms-field-phone .iti.filled textarea,.wpforms-container .wpforms-field-phone .iti.filled select,.wpforms-container .wpforms-field-url.filled input,.wpforms-container .wpforms-field-url.filled textarea,.wpforms-container .wpforms-field-url.filled select,.wpforms-container .wpforms-field-medium.filled input,.wpforms-container .wpforms-field-medium.filled textarea,.wpforms-container .wpforms-field-medium.filled select,.wpforms-container .wpforms-field-medium div.filled input,.wpforms-container .wpforms-field-medium div.filled textarea,.wpforms-container .wpforms-field-medium div.filled select {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.4);
}

.wpforms-container .wpforms-field-text input,.wpforms-container .wpforms-field-text select,.wpforms-container .wpforms-field-text textarea,.wpforms-container .wpforms-field-textarea input,.wpforms-container .wpforms-field-textarea select,.wpforms-container .wpforms-field-textarea textarea,.wpforms-container .wpforms-field-email input,.wpforms-container .wpforms-field-email select,.wpforms-container .wpforms-field-email textarea,.wpforms-container .wpforms-field-number input,.wpforms-container .wpforms-field-number select,.wpforms-container .wpforms-field-number textarea,.wpforms-container .wpforms-field-select input,.wpforms-container .wpforms-field-select select,.wpforms-container .wpforms-field-select textarea,.wpforms-container .wpforms-field-phone .iti input,.wpforms-container .wpforms-field-phone .iti select,.wpforms-container .wpforms-field-phone .iti textarea,.wpforms-container .wpforms-field-url input,.wpforms-container .wpforms-field-url select,.wpforms-container .wpforms-field-url textarea,.wpforms-container .wpforms-field-medium input,.wpforms-container .wpforms-field-medium select,.wpforms-container .wpforms-field-medium textarea,.wpforms-container .wpforms-field-medium div input,.wpforms-container .wpforms-field-medium div select,.wpforms-container .wpforms-field-medium div textarea {
	grid-row: 1;
	grid-column: 1;
	display: block;
	width: 100%;
	height: 64px;
	padding: 16px 16px 0;
	background-color: rgba(255,255,255,.15);
	border: 1px solid rgba(207,153,195,.2);
	border-radius: 15px;
	font-family: "Helvetica Neue","Arial",sans-serif;
	font-size: 16px;
	color: #000;
	-webkit-appearance: none;
}

.wpforms-container .wpforms-field-text input:-webkit-autofill,.wpforms-container .wpforms-field-text input:-webkit-autofill:hover,.wpforms-container .wpforms-field-text input:-webkit-autofill:focus,.wpforms-container .wpforms-field-text select:-webkit-autofill,.wpforms-container .wpforms-field-text select:-webkit-autofill:hover,.wpforms-container .wpforms-field-text select:-webkit-autofill:focus,.wpforms-container .wpforms-field-text textarea:-webkit-autofill,.wpforms-container .wpforms-field-text textarea:-webkit-autofill:hover,.wpforms-container .wpforms-field-text textarea:-webkit-autofill:focus,.wpforms-container .wpforms-field-textarea input:-webkit-autofill,.wpforms-container .wpforms-field-textarea input:-webkit-autofill:hover,.wpforms-container .wpforms-field-textarea input:-webkit-autofill:focus,.wpforms-container .wpforms-field-textarea select:-webkit-autofill,.wpforms-container .wpforms-field-textarea select:-webkit-autofill:hover,.wpforms-container .wpforms-field-textarea select:-webkit-autofill:focus,.wpforms-container .wpforms-field-textarea textarea:-webkit-autofill,.wpforms-container .wpforms-field-textarea textarea:-webkit-autofill:hover,.wpforms-container .wpforms-field-textarea textarea:-webkit-autofill:focus,.wpforms-container .wpforms-field-email input:-webkit-autofill,.wpforms-container .wpforms-field-email input:-webkit-autofill:hover,.wpforms-container .wpforms-field-email input:-webkit-autofill:focus,.wpforms-container .wpforms-field-email select:-webkit-autofill,.wpforms-container .wpforms-field-email select:-webkit-autofill:hover,.wpforms-container .wpforms-field-email select:-webkit-autofill:focus,.wpforms-container .wpforms-field-email textarea:-webkit-autofill,.wpforms-container .wpforms-field-email textarea:-webkit-autofill:hover,.wpforms-container .wpforms-field-email textarea:-webkit-autofill:focus,.wpforms-container .wpforms-field-number input:-webkit-autofill,.wpforms-container .wpforms-field-number input:-webkit-autofill:hover,.wpforms-container .wpforms-field-number input:-webkit-autofill:focus,.wpforms-container .wpforms-field-number select:-webkit-autofill,.wpforms-container .wpforms-field-number select:-webkit-autofill:hover,.wpforms-container .wpforms-field-number select:-webkit-autofill:focus,.wpforms-container .wpforms-field-number textarea:-webkit-autofill,.wpforms-container .wpforms-field-number textarea:-webkit-autofill:hover,.wpforms-container .wpforms-field-number textarea:-webkit-autofill:focus,.wpforms-container .wpforms-field-select input:-webkit-autofill,.wpforms-container .wpforms-field-select input:-webkit-autofill:hover,.wpforms-container .wpforms-field-select input:-webkit-autofill:focus,.wpforms-container .wpforms-field-select select:-webkit-autofill,.wpforms-container .wpforms-field-select select:-webkit-autofill:hover,.wpforms-container .wpforms-field-select select:-webkit-autofill:focus,.wpforms-container .wpforms-field-select textarea:-webkit-autofill,.wpforms-container .wpforms-field-select textarea:-webkit-autofill:hover,.wpforms-container .wpforms-field-select textarea:-webkit-autofill:focus,.wpforms-container .wpforms-field-phone .iti input:-webkit-autofill,.wpforms-container .wpforms-field-phone .iti input:-webkit-autofill:hover,.wpforms-container .wpforms-field-phone .iti input:-webkit-autofill:focus,.wpforms-container .wpforms-field-phone .iti select:-webkit-autofill,.wpforms-container .wpforms-field-phone .iti select:-webkit-autofill:hover,.wpforms-container .wpforms-field-phone .iti select:-webkit-autofill:focus,.wpforms-container .wpforms-field-phone .iti textarea:-webkit-autofill,.wpforms-container .wpforms-field-phone .iti textarea:-webkit-autofill:hover,.wpforms-container .wpforms-field-phone .iti textarea:-webkit-autofill:focus,.wpforms-container .wpforms-field-url input:-webkit-autofill,.wpforms-container .wpforms-field-url input:-webkit-autofill:hover,.wpforms-container .wpforms-field-url input:-webkit-autofill:focus,.wpforms-container .wpforms-field-url select:-webkit-autofill,.wpforms-container .wpforms-field-url select:-webkit-autofill:hover,.wpforms-container .wpforms-field-url select:-webkit-autofill:focus,.wpforms-container .wpforms-field-url textarea:-webkit-autofill,.wpforms-container .wpforms-field-url textarea:-webkit-autofill:hover,.wpforms-container .wpforms-field-url textarea:-webkit-autofill:focus,.wpforms-container .wpforms-field-medium input:-webkit-autofill,.wpforms-container .wpforms-field-medium input:-webkit-autofill:hover,.wpforms-container .wpforms-field-medium input:-webkit-autofill:focus,.wpforms-container .wpforms-field-medium select:-webkit-autofill,.wpforms-container .wpforms-field-medium select:-webkit-autofill:hover,.wpforms-container .wpforms-field-medium select:-webkit-autofill:focus,.wpforms-container .wpforms-field-medium textarea:-webkit-autofill,.wpforms-container .wpforms-field-medium textarea:-webkit-autofill:hover,.wpforms-container .wpforms-field-medium textarea:-webkit-autofill:focus,.wpforms-container .wpforms-field-medium div input:-webkit-autofill,.wpforms-container .wpforms-field-medium div input:-webkit-autofill:hover,.wpforms-container .wpforms-field-medium div input:-webkit-autofill:focus,.wpforms-container .wpforms-field-medium div select:-webkit-autofill,.wpforms-container .wpforms-field-medium div select:-webkit-autofill:hover,.wpforms-container .wpforms-field-medium div select:-webkit-autofill:focus,.wpforms-container .wpforms-field-medium div textarea:-webkit-autofill,.wpforms-container .wpforms-field-medium div textarea:-webkit-autofill:hover,.wpforms-container .wpforms-field-medium div textarea:-webkit-autofill:focus {
	border: 1px solid #ffdfcf;
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.wpforms-container .wpforms-field-text input::placeholder,.wpforms-container .wpforms-field-text select::placeholder,.wpforms-container .wpforms-field-text textarea::placeholder,.wpforms-container .wpforms-field-textarea input::placeholder,.wpforms-container .wpforms-field-textarea select::placeholder,.wpforms-container .wpforms-field-textarea textarea::placeholder,.wpforms-container .wpforms-field-email input::placeholder,.wpforms-container .wpforms-field-email select::placeholder,.wpforms-container .wpforms-field-email textarea::placeholder,.wpforms-container .wpforms-field-number input::placeholder,.wpforms-container .wpforms-field-number select::placeholder,.wpforms-container .wpforms-field-number textarea::placeholder,.wpforms-container .wpforms-field-select input::placeholder,.wpforms-container .wpforms-field-select select::placeholder,.wpforms-container .wpforms-field-select textarea::placeholder,.wpforms-container .wpforms-field-phone .iti input::placeholder,.wpforms-container .wpforms-field-phone .iti select::placeholder,.wpforms-container .wpforms-field-phone .iti textarea::placeholder,.wpforms-container .wpforms-field-url input::placeholder,.wpforms-container .wpforms-field-url select::placeholder,.wpforms-container .wpforms-field-url textarea::placeholder,.wpforms-container .wpforms-field-medium input::placeholder,.wpforms-container .wpforms-field-medium select::placeholder,.wpforms-container .wpforms-field-medium textarea::placeholder,.wpforms-container .wpforms-field-medium div input::placeholder,.wpforms-container .wpforms-field-medium div select::placeholder,.wpforms-container .wpforms-field-medium div textarea::placeholder {
	color: transparent;
}

.wpforms-container .wpforms-field-text input:focus,.wpforms-container .wpforms-field-text select:focus,.wpforms-container .wpforms-field-text textarea:focus,.wpforms-container .wpforms-field-textarea input:focus,.wpforms-container .wpforms-field-textarea select:focus,.wpforms-container .wpforms-field-textarea textarea:focus,.wpforms-container .wpforms-field-email input:focus,.wpforms-container .wpforms-field-email select:focus,.wpforms-container .wpforms-field-email textarea:focus,.wpforms-container .wpforms-field-number input:focus,.wpforms-container .wpforms-field-number select:focus,.wpforms-container .wpforms-field-number textarea:focus,.wpforms-container .wpforms-field-select input:focus,.wpforms-container .wpforms-field-select select:focus,.wpforms-container .wpforms-field-select textarea:focus,.wpforms-container .wpforms-field-phone .iti input:focus,.wpforms-container .wpforms-field-phone .iti select:focus,.wpforms-container .wpforms-field-phone .iti textarea:focus,.wpforms-container .wpforms-field-url input:focus,.wpforms-container .wpforms-field-url select:focus,.wpforms-container .wpforms-field-url textarea:focus,.wpforms-container .wpforms-field-medium input:focus,.wpforms-container .wpforms-field-medium select:focus,.wpforms-container .wpforms-field-medium textarea:focus,.wpforms-container .wpforms-field-medium div input:focus,.wpforms-container .wpforms-field-medium div select:focus,.wpforms-container .wpforms-field-medium div textarea:focus {
	background-color: #fff;
	border: 1px solid #F0583A;
	outline: none;
}

.wpforms-container .wpforms-field-text input:focus::placeholder,.wpforms-container .wpforms-field-text select:focus::placeholder,.wpforms-container .wpforms-field-text textarea:focus::placeholder,.wpforms-container .wpforms-field-textarea input:focus::placeholder,.wpforms-container .wpforms-field-textarea select:focus::placeholder,.wpforms-container .wpforms-field-textarea textarea:focus::placeholder,.wpforms-container .wpforms-field-email input:focus::placeholder,.wpforms-container .wpforms-field-email select:focus::placeholder,.wpforms-container .wpforms-field-email textarea:focus::placeholder,.wpforms-container .wpforms-field-number input:focus::placeholder,.wpforms-container .wpforms-field-number select:focus::placeholder,.wpforms-container .wpforms-field-number textarea:focus::placeholder,.wpforms-container .wpforms-field-select input:focus::placeholder,.wpforms-container .wpforms-field-select select:focus::placeholder,.wpforms-container .wpforms-field-select textarea:focus::placeholder,.wpforms-container .wpforms-field-phone .iti input:focus::placeholder,.wpforms-container .wpforms-field-phone .iti select:focus::placeholder,.wpforms-container .wpforms-field-phone .iti textarea:focus::placeholder,.wpforms-container .wpforms-field-url input:focus::placeholder,.wpforms-container .wpforms-field-url select:focus::placeholder,.wpforms-container .wpforms-field-url textarea:focus::placeholder,.wpforms-container .wpforms-field-medium input:focus::placeholder,.wpforms-container .wpforms-field-medium select:focus::placeholder,.wpforms-container .wpforms-field-medium textarea:focus::placeholder,.wpforms-container .wpforms-field-medium div input:focus::placeholder,.wpforms-container .wpforms-field-medium div select:focus::placeholder,.wpforms-container .wpforms-field-medium div textarea:focus::placeholder {
	color: rgba(207,153,195,.5);
}

.wpforms-container .wpforms-field-description {
	margin: 8px 0;
	font-size: 14px;
}

.wpforms-container select {
	background-image: url(images/icons/dropdown.svg);
	background-position: calc(100% - 16px) center;
	background-size: 40px;
	background-repeat: no-repeat;
}

.wpforms-container select:hover {
	cursor: pointer;
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern .choices {
	grid-row: 1;
	grid-column: 1;
	margin-bottom: 0;
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern .choices:after {
	display: none;
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
	height: 64px;
	padding: 0;
	background-color: rgba(255,255,255,.15);
	border: 1px solid rgba(207,153,195,.2);
	border-radius: 15px;
	background-image: url(images/icons/dropdown.svg);
	background-position: calc(100% - 16px) center;
	background-size: 40px;
	background-repeat: no-repeat;
	font-family: "Helvetica Neue","Arial",sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #000;
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner {
	background-color: #fff;
	border: 1px solid #F0583A;
	border-radius: 15px !important;
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--single {
	padding: 0;
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--single .choices__item {
	height: 100%;
	padding: 16px 16px 0;
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown input.choices__input:focus {
	border-color: #F0583A !important;
	box-shadow: 0 0 0 1px #F0583A !important;
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown {
	border: none;
	box-shadow: 0 8px 24px 0 rgba(0,0,0,.05);
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern .choices .choices__item.choices__placeholder {
	display: none;
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern .choices .choices__item .choices__button {
	margin-right: 64px;
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern.filled .choices__inner {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.4);
	border-radius: 15px !important;
}

.wpforms-container .wpforms-field.wpforms-field-select-style-modern.wpforms-has-error .choices .choices__inner {
	background-color: #fff;
	border: 1px solid red;
}

.wpforms-container .wpforms-field-textarea {
	height: auto;
}

.wpforms-container .wpforms-field-textarea .wpforms-field-label {
	height: 64px;
}

.wpforms-container .wpforms-field-textarea textarea {
	height: 128px;
	padding-top: 32px;
	resize: none;
}

.wpforms-container input[type=number] {
	position: relative;
}

.wpforms-container input[type=number]::-webkit-inner-spin-button {
	position: absolute;
	bottom: 12px;
	right: 16px;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,.15) url(images/icons/number-stepper.svg) no-repeat center center/contain;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.wpforms-container .wpforms-field-checkbox ul,.wpforms-container .wpforms-field-radio ul {
	width: auto;
	margin: 0;
}

.wpforms-container .wpforms-field-checkbox li,.wpforms-container .wpforms-field-radio li {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 16px;
	color: #ff8353;
}

.wpforms-container .wpforms-field-checkbox li+li,.wpforms-container .wpforms-field-radio li+li {
	margin-top: 16px;
}

.wpforms-container .wpforms-field-checkbox li,.wpforms-container .wpforms-field-checkbox li input,.wpforms-container .wpforms-field-checkbox li label,.wpforms-container .wpforms-field-radio li,.wpforms-container .wpforms-field-radio li input,.wpforms-container .wpforms-field-radio li label {
	cursor: pointer;
}

.wpforms-container .wpforms-field-checkbox li label,.wpforms-container .wpforms-field-radio li label {
	color: #ff8353;
}

.wpforms-container .wpforms-field-checkbox li:hover input,.wpforms-container .wpforms-field-radio li:hover input {
	border-color: #F0583A;
}

.wpforms-container .wpforms-field-checkbox li:hover label,.wpforms-container .wpforms-field-radio li:hover label {
	color: var(--label);
}

.wpforms-container .wpforms-field-checkbox li input,.wpforms-container .wpforms-field-radio li input {
	width: 24px;
	height: 24px;
	margin: 0 16px 0 0;
	background: rgba(255,255,255,.15);
	border: 1px solid #ff8353;
	border-radius: 5px;
	appearance: none;
}

.wpforms-container .wpforms-field-checkbox li.wpforms-selected,.wpforms-container .wpforms-field-radio li.wpforms-selected {
	color: var(--label);
}

.wpforms-container .wpforms-field-checkbox li.wpforms-selected label,.wpforms-container .wpforms-field-radio li.wpforms-selected label {
	color: var(--label);
}

.wpforms-container .wpforms-field-checkbox li.wpforms-selected input,.wpforms-container .wpforms-field-radio li.wpforms-selected input {
	background: #F0583A;
	border-color: #F0583A;
}

.wpforms-container .wpforms-field-radio li input {
	border-radius: 40px;
}

.wpforms-container .wpforms-field-number-slider {
	position: relative;
}

.wpforms-container .wpforms-field-number-slider input {
	width: 100%;
	margin: 16px 0;
	background: none;
	appearance: none;
	cursor: pointer;
}

.wpforms-container .wpforms-field-number-slider input::-webkit-slider-runnable-track {
	appearance: none;
	height: 16px;
	border-radius: 5px;
	background: linear-gradient(to right, #F0583A calc(var(--progress) * 100%), #FFFFFF calc(var(--progress) * 100%));
	border: 1px solid #ffe8fd;
}

.wpforms-container .wpforms-field-number-slider input::-webkit-slider-thumb {
	appearance: none;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	transform: translateY(-14px);
	background: #000;
	border: 1px solid #fff;
	box-shadow: 0 3px 0 0 #000;
}

.wpforms-container .wpforms-field-number-slider .wpforms-field-number-slider-hint {
	position: absolute;
	bottom: 5px;
	left: calc(var(--progress) * (100% - 40px - 1px));
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font: 0/0 a;
	color: transparent;
	pointer-events: none;
}

.wpforms-container .wpforms-field-number-slider .wpforms-field-number-slider-hint b {
	font-family: "Helvetica Neue","Arial",sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
}

.wpforms-container .wpforms-field-phone input {
	padding: 0 16px 0 96px !important;
}

.wpforms-container .wpforms-field-phone input::placeholder {
	color: #ff8353 !important;
}

.wpforms-container .wpforms-field-phone .iti__flag-container {
	top: 8px !important;
	left: 16px !important;
	height: 48px !important;
}

.wpforms-container .wpforms-field-phone .iti__flag-container .iti__selected-flag {
	background: rgba(255,255,255,.15);
	border: 1px solid #ff8353;
	border-radius: 24px;
	padding: 0 8px 0 12px;
}

.wpforms-container .wpforms-field-phone .iti__flag-container .iti__selected-flag .iti__arrow {
	width: 16px;
	height: 16px;
	margin: 0 0 0 8px;
	border: none;
	background: url(images/icons/down.svg) no-repeat center center/contain;
}

.wpforms-container .wpforms-field-phone .iti__flag-container:hover .iti__selected-flag {
	background: #fff !important;
}

.wpforms-container .wpforms-field-phone.filled input {
	background: #fff;
	border-color: #ffdfcf;
}

.wpforms-container .wpforms-field-rating .wpforms-field-rating-items {
	display: flex;
	align-items: center;
}

.wpforms-container .wpforms-field-rating .wpforms-field-rating-item {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(images/icons/star-empty.svg) no-repeat center center/32px;
}

.wpforms-container .wpforms-field-rating .wpforms-field-rating-item.selected,.wpforms-container .wpforms-field-rating .wpforms-field-rating-item.hover {
	background: url(images/icons/star-full.svg) no-repeat center center/40px;
}

.wpforms-container .wpforms-field-rating .wpforms-field-rating-item+.wpforms-field-rating-item {
	margin-left: 8px;
}

.wpforms-container .wpforms-field-rating .wpforms-field-rating-item>* {
	display: none;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader {
	padding: 24px;
	background: rgba(255,255,255,.15);
	border: 1px solid #ff8353;
	border-radius: 15px;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-message:before {
	display: block;
	content: "";
	width: 56px;
	height: 56px;
	background: url(images/icons/download.svg) no-repeat center center/16px;
	border: 1px solid #ffe8fd;
	border-radius: 56px;
	background-color: #fff;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-message svg {
	display: none;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-message .modern-title {
	margin-top: 8px;
	font-size: 14px;
	line-height: 16px;
	color: #ff8353;
	text-transform: lowercase;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 0;
	border: none;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview:before {
	display: block;
	content: "";
	width: 56px;
	height: 56px;
	background: url(images/icons/download.svg) no-repeat center center/16px;
	border: 1px solid #ffe8fd;
	border-radius: 56px;
	background-color: #fff;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-details {
	margin: 8px 0 0 0;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-image,.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-size {
	display: none;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-progress {
	position: static;
	margin-top: 8px;
	background: none;
	border: 1px solid #ffe8fd;
	border-radius: 5px;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-progress .dz-upload {
	background: #F0583A;
	border-radius: 5px;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove {
	opacity: 1;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove:before,.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove:after {
	background: #bb9baa;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove:hover:before,.wpforms-container .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove:hover:after {
	background: #000;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader:hover,.wpforms-container .wpforms-field-file-upload .wpforms-uploader.dz-drag-over {
	background: #fff;
	border-color: #F0583A;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader:hover .dz-message:before,.wpforms-container .wpforms-field-file-upload .wpforms-uploader.dz-drag-over .dz-message:before {
	background-color: #fff;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader:hover .dz-message .modern-title,.wpforms-container .wpforms-field-file-upload .wpforms-uploader.dz-drag-over .dz-message .modern-title {
	color: #000;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader.dz-max-files-reached {
	background: #fff;
	border-color: #ffe8fd;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader.dz-max-files-reached .dz-message .modern-title {
	color: #000;
}

.wpforms-container .wpforms-field-file-upload .wpforms-uploader.dz-max-files-reached .dz-preview:before {
	background-color: #ffdfcf;
}

.wpforms-container .wpforms-recaptcha-container {
	margin-top: 64px;
}

.wpforms-container .wpforms-datepicker-wrap {
	grid-row: 1;
	grid-column: 1;
}

.wpforms-container .wpforms-field-password div.wpforms-pass-strength-result {
	grid-row: 2;
	justify-self: start;
	width: auto;
	font-size: 12px;
	line-height: 34px;
	text-transform: lowercase;
	border: none;
	border-radius: 10px;
	padding: 0 10px;
}

.wpforms-container .wpforms-field-password div.wpforms-pass-strength-result.short,.wpforms-container .wpforms-field-password div.wpforms-pass-strength-result.bad {
	background-color: #ffe6e6;
	color: red;
}

.wpforms-container .wpforms-field-password div.wpforms-pass-strength-result.good,.wpforms-container .wpforms-field-password div.wpforms-pass-strength-result.strong {
	background-color: #dfffe2;
	color: #4eba28;
}

.wpforms-container .wpforms-field-password div.wpforms-pass-strength-result+label.wpforms-error {
	grid-row: 3;
	grid-column: 1;
}

.wpforms-container .wpforms-field-hidden {
	display: none;
	margin: 0;
}

.wpforms-container .wpforms-field-container,.wpforms-container .wpforms-page {
	display: flex;
	grid-gap: 0 8px;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.wpforms-container .wpforms-field-container .wpforms-field,.wpforms-container .wpforms-page .wpforms-field {
	width: 100%;
	margin-top: 8px;
}

.wpforms-container .wpforms-field-container .wpforms-one-half,.wpforms-container .wpforms-field-container .wpforms-one-third,.wpforms-container .wpforms-field-container .wpforms-one-fourth,.wpforms-container .wpforms-page .wpforms-one-half,.wpforms-container .wpforms-page .wpforms-one-third,.wpforms-container .wpforms-page .wpforms-one-fourth {
	flex: 1;
}

.wpforms-container .wpforms-field-container .wpforms-two-third,.wpforms-container .wpforms-field-container .two-fourths,.wpforms-container .wpforms-page .wpforms-two-third,.wpforms-container .wpforms-page .two-fourths {
	flex: 2;
}

.wpforms-container .wpforms-field-row {
	display: flex;
	grid-gap: 0;
	align-items: flex-start;
}

.wpforms-container .wpforms-field-row>div {
	width: 100%;
}

.wpforms-container .wpforms-field-row+.wpforms-field-row {
	margin-top: 8px;
}

.wpforms-container .wpforms-field-row .wpforms-field-row-block {
	grid-row: 1;
}

.wpforms-container .wpforms-field-row .wpforms-field-row-block+.wpforms-field-row-block {
	margin-left: 8px;
}

.wpforms-container .wpforms-page-indicator {
	display: block;
	margin-bottom: 56px;
}

.wpforms-container .wpforms-page-indicator .wpforms-page-indicator-page-title {
	font-size: 64px;
	line-height: 70px;
	color: var(--label);
	text-transform: lowercase;
	letter-spacing: -2px;
}

.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-title-sep {
	display: none;
}

.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-steps {
	display: block;
	margin-top: 32px;
	font-size: 24px;
	line-height: 27px;
	text-transform: lowercase;
	color: var(--label);
}

.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
	width: 75%;
	height: 16px;
	margin-top: 16px;
	border-radius: 16px;
	box-shadow: inset 0 0 0 1px #ffe8fd;
}

.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap .wpforms-page-indicator-page-progress {
	height: 100%;
	background: #F0583A !important;
	border-radius: 16px;
}

.wpforms-container .wpforms-page-indicator.circles {
	display: flex;
	align-items: center;
}

.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page {
	display: flex;
	align-items: center;
	width: auto !important;
	flex: 0 0 auto;
}

.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page+.wpforms-page-indicator-page {
	margin-left: 32px;
}

.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: #ffdfcf;
	border: 1px solid #ffe8fd;
	border-radius: 56px;
}

.wpforms-container .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
	background: #fff !important;
	border: 1px solid #F0583A;
}

.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page-title {
	margin-left: 16px;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;
}

.wpforms-container .wpforms-page-indicator.connector {
	display: flex;
	align-items: flex-start;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page+.wpforms-page-indicator-page {
	margin-left: 16px;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
	width: 100%;
	height: 16px;
	background: rgba(207,153,195,.2);
	border-radius: 6px;
	font: 0/0 a;
	color: transparent;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
	display: block;
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	line-height: 16px;
	color: #ff8353;
	letter-spacing: 0;
	text-align: center;
}

.wpforms-container .wpforms-page-indicator.connector .active .wpforms-page-indicator-page-number {
	position: relative;
	background: #F0583A !important;
	border-color: #F0583A;
}

.wpforms-container .wpforms-page-indicator.connector .active .wpforms-page-indicator-page-number:after {
	display: block;
	content: "";
	position: absolute;
	top: calc(100% - 6px);
	left: calc(50% - 6px);
	transform: rotate(45deg);
	width: 12px;
	height: 12px;
	background: #F0583A;
}

.wpforms-container .wpforms-page-indicator.connector .active .wpforms-page-indicator-page-title {
	color: var(--label);
}

.wpforms-container .wpforms-confirmation-container {
	margin-bottom: 32px;
}

@media(max-width: 767px) {
	.wpforms-container .wpforms-field-container .wpforms-one-half,.wpforms-container .wpforms-field-container .wpforms-one-third,.wpforms-container .wpforms-field-container .wpforms-one-fourth,.wpforms-container .wpforms-field-container .wpforms-two-third,.wpforms-container .wpforms-field-container .two-fourths,.wpforms-container .wpforms-page .wpforms-one-half,.wpforms-container .wpforms-page .wpforms-one-third,.wpforms-container .wpforms-page .wpforms-one-fourth,.wpforms-container .wpforms-page .wpforms-two-third,.wpforms-container .wpforms-page .two-fourths {
		flex: 0 0 auto;
	}

	.wpforms-container .wpforms-field-row {
		flex-direction: column;
	}

	.wpforms-container .wpforms-field-row .wpforms-field-row-block+.wpforms-field-row-block {
		margin: 8px 0 0 0;
	}
}

.wpforms-container .wpforms-field-address .wpforms-field-label,.wpforms-container .wpforms-field-richtext .wpforms-field-label,.wpforms-container .wpforms-field-checkbox .wpforms-field-label,.wpforms-container .wpforms-field-radio .wpforms-field-label,.wpforms-container .wpforms-field-number-slider .wpforms-field-label,.wpforms-container .wpforms-field-date-time .wpforms-field-label,.wpforms-container .wpforms-field-phone .wpforms-field-label,.wpforms-container .wpforms-field-rating .wpforms-field-label,.wpforms-container .wpforms-field-file-upload .wpforms-field-label,.wpforms-container .wpforms-field-password .wpforms-field-label,.wpforms-container .wpforms-field-name .wpforms-field-label {
	display: block;
	margin-bottom: 16px;
	margin-top: 32px;
	font-size: 24px;
	line-height: 27px;
	text-transform: lowercase;
	color: var(--label);
}

.wpforms-container .wpforms-field-address .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-richtext .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-checkbox .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-radio .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-number-slider .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-date-time .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-phone .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-rating .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-file-upload .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-password .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-name .wpforms-field-label.wpforms-label-hide {
	display: none;
}

.wpforms-container .wpforms-page .wpforms-field:first-child,.wpforms-container .wpforms-page .wpforms-field:first-child .wpforms-field-label {
	margin-top: 0;
}

.wpforms-container .wpforms-has-error label,.wpforms-container .wpforms-field-row label {
	color: #bb9baa;
}

.wpforms-container .wpforms-has-error input.wpforms-error,.wpforms-container .wpforms-has-error select.wpforms-error,.wpforms-container .wpforms-has-error textarea.wpforms-error,.wpforms-container .wpforms-field-row input.wpforms-error,.wpforms-container .wpforms-field-row select.wpforms-error,.wpforms-container .wpforms-field-row textarea.wpforms-error {
	background-color: #fff;
	border: 1px solid red;
	color: red;
}

.wpforms-container label.wpforms-error,.wpforms-has-error .wpforms-container label.wpforms-error {
	grid-row: 2;
	font-size: 12px;
	color: red;
}

.wpforms-container .wpforms-submit-container,.wpforms-container .wpforms-page .wpforms-field-pagebreak {
	margin-top: 35px;
	margin-bottom: 55px !important;
}

.wpforms-container .wpforms-page>.wpforms-field-pagebreak:first-child {
	margin-top: 0;
}

.wpforms-container .wpforms-page .wpforms-pagebreak-left {
	display: flex;
}

.wpforms-container .wpforms-page .wpforms-pagebreak-left button+button {
	margin-left: 16px;
}

.wpforms-container .wpforms-page .wpforms-pagebreak-left .wpforms-page-prev {
	width: 64px;
	height: 64px;
	padding: 0;
	background: rgba(255,255,255,.4);
	border: 1px solid #ffdfcf;
	font: 0/0 a;
	color: transparent;
}

.wpforms-container .wpforms-page .wpforms-pagebreak-left .wpforms-page-prev:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(images/icons/chevron.svg) no-repeat center center/16px;
	transform: rotate(180deg);
}

.wpforms-container .wpforms-page .wpforms-pagebreak-left .wpforms-page-prev:hover {
	background: #F0583A;
	border-color: #F0583A;
	box-shadow: none;
}

.wpforms-container .wpforms-submit-container {
	display: flex;
	align-items: center;
}

.wpforms-container .wpforms-submit-container .wpforms-submit-spinner {
	margin-left: 24px;
}

.wpforms-container .wpforms-page-button,.wpforms-container .wpforms-submit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	padding: 0 28px;
	font-family: "Helvetica Neue","Arial",sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-transform: lowercase;
	transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
	height: 10px;
	border-radius: 64px;
}

.wpforms-container .wpforms-page-button .frame,.wpforms-container .wpforms-submit .frame {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 100px;
	overflow: hidden;
	transform: translateZ(0);
	transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wpforms-container .wpforms-page-button .frame:before,.wpforms-container .wpforms-submit .frame:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: #F0583A;
	border-radius: 64px;
	transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
	transform: translateX(-100.1%);
	transform-origin: left center;
}

.wpforms-container .wpforms-page-button:hover,.wpforms-container .wpforms-submit:hover {
	cursor: pointer;
}

.wpforms-container .wpforms-page-button:hover .frame,.wpforms-container .wpforms-submit:hover .frame {
	transform: scale(1.1, 1.18);
}

[data-color=brand-dark] .wpforms-container .wpforms-page-button,[data-color=brand-dark] .wpforms-container .wpforms-submit {
	color: #000;
}

[data-color=brand-dark] .wpforms-container .wpforms-page-button .frame,[data-color=brand-dark] .wpforms-container .wpforms-submit .frame {
	background: #fff;
}

.wpforms-container .wpforms-entry-preview-notice {
	margin-bottom: 32px;
	color: var(--label);
	line-height: 20px;
}

.wpforms-container .wpforms-entry-preview-notice strong {
	display: inline-block;
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 35px;
	font-weight: normal;
	letter-spacing: -1px;
}

.wpforms-container .wpforms-entry-preview {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 16px 80px;
	padding: 44px 32px;
	background: #F0583A;
	border-radius: 16px;
}

.wpforms-container .wpforms-entry-preview .wpforms-entry-preview-label {
	font-size: 16px;
	line-height: 27px;
}

.wpforms-container .wpforms-entry-preview .wpforms-entry-preview-value {
	font-size: 24px;
	line-height: 27px;
}

.wpforms-container .wpforms-entry-preview .wpforms-entry-preview-value iframe {
	filter: brightness(0);
}

@media(max-width: 767px) {
	.wpforms-container .wpforms-entry-preview {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
		grid-gap: 0;
		padding: 32px 24px;
	}

	.wpforms-container .wpforms-entry-preview .wpforms-entry-preview-label {
		font-size: 16px;
		line-height: 20px;
	}

	.wpforms-container .wpforms-entry-preview .wpforms-entry-preview-value {
		margin-top: 8px;
		font-size: 20px;
		line-height: 22px;
	}

	.wpforms-container .wpforms-entry-preview .wpforms-entry-preview-value+.wpforms-entry-preview-label {
		margin-top: 24px;
	}
}

@media(max-width: 767px) {
	.wpforms-container {
		width: auto;
		max-width: auto;
		margin: 0 var(--grid-margin);
	}
}

@media(min-width: 767px) {
	.mobile-only {
		display: none;
	}
}

@media(max-width: 767px) {
	.desktop-only {
		display: none;
	}
}