
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 400;
		src: url(../v2/static/fonts/GT-Walsheim-Regular.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 500;
		src: url(../v2/static/fonts/GT-Walsheim-Medium.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 200;
		src: url(../v2/static/fonts/GT-Walsheim-Light.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "Simplon Mono";
		font-weight: 400;
		src: url(../v2/static/fonts/SimplonMono-Regular.otf) format("opentype");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 400;
		src: url(../v2/static/fonts/GT-Walsheim-Regular.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 500;
		src: url(../v2/static/fonts/GT-Walsheim-Medium.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 200;
		src: url(../v2/static/fonts/GT-Walsheim-Light.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "Simplon Mono";
		font-weight: 400;
		src: url(../v2/static/fonts/SimplonMono-Regular.otf) format("opentype");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 400;
		src: url(../v2/static/fonts/GT-Walsheim-Regular.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 500;
		src: url(../v2/static/fonts/GT-Walsheim-Medium.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 200;
		src: url(../v2/static/fonts/GT-Walsheim-Light.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "Simplon Mono";
		font-weight: 400;
		src: url(../v2/static/fonts/SimplonMono-Regular.otf) format("opentype");
		font-display: swap
	}
	
	.alerts-bar {
		color: #23233c;
		background-color: #f4f5f5
	}
	
	.alerts-bar>* {
		max-width: 420px;
		margin-right: auto;
		margin-left: auto
	}
	
	@media(min-width: 718px) {
		.alerts-bar>* {
			max-width: 1440px
		}
	}
	
	.alerts-bar__items {
		padding: 0;
		margin: 0;
		list-style-type: none;
		padding: 0 36px;
		margin: 0 auto
	}
	
	@media(min-width: 718px) {
		.alerts-bar__items {
			padding: 0 54px
		}
	}
	
	@media(min-width: 1024px) {
		.alerts-bar__items {
			padding: 0 108px
		}
	}
	
	.alerts-bar__message {
		padding: 18px 0;
		text-align: center
	}
	
	.alerts-bar__message a {
		color: #07f
	}
	
	.alerts-bar__message a:hover,
	.alerts-bar__message a:focus {
		color: #07f;
		text-decoration: underline
	}
	
	
	@keyframes fade-in {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}
	
	@keyframes fade-out {
		from {
			opacity: 1
		}
		to {
			opacity: 0
		}
	}
	
	@keyframes fade-and-wipe-in-from-left {
		0% {
			position: relative;
			opacity: 0;
			transform: translateX(-100px)
		}
		50% {
			opacity: 1
		}
		100% {
			position: relative;
			max-width: 100%;
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes shrink-horizontally {
		from {
			transform: scaleX(1)
		}
		to {
			transform: scaleX(0)
		}
	}
	
	@keyframes zoom-in {
		from {
			transform: scale(1)
		}
		to {
			transform: scale(1.15)
		}
	}
	
	@keyframes fade-in-from-left {
		from {
			opacity: 0;
			transform: translateX(-20px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-left-lg {
		from {
			opacity: 0;
			transform: translateX(-50px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-left-xl {
		from {
			opacity: 0;
			transform: translateX(-100px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right {
		from {
			opacity: 0;
			transform: translateX(20px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right-lg {
		from {
			opacity: 0;
			transform: translateX(50px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right-xl {
		from {
			opacity: 0;
			transform: translateX(100px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-bottom {
		from {
			opacity: 0;
			transform: translateY(30px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-sm {
		from {
			opacity: 0;
			transform: translateY(10px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-md {
		from {
			opacity: 0;
			transform: translateY(60px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-lg {
		from {
			opacity: 0;
			transform: translateY(100px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-out-to-top {
		from {
			opacity: 1;
			transform: translateY(0)
		}
		to {
			opacity: 0;
			transform: translateY(-40px)
		}
	}
	
	@keyframes move-in-from-bottom-100 {
		from {
			transform: translateY(100%)
		}
		to {
			transform: translateY(0)
		}
	}
	
	@keyframes move-out-to-bottom-100 {
		from {
			transform: translateY(0)
		}
		to {
			transform: translateY(100%)
		}
	}
	
	@keyframes move-in-from-right-100 {
		from {
			transform: translateX(100%)
		}
		to {
			transform: translateX(0)
		}
	}
	
	@keyframes move-out-to-left-100 {
		from {
			transform: translateX(0)
		}
		to {
			transform: translateX(-100%)
		}
	}
	
	@keyframes reveal-and-scale-from-center {
		0% {
			transform: scale(1.2);
			clip-path: circle(0% at 50% 50%)
		}
		43% {
			clip-path: circle(50% at 50% 50%)
		}
		100% {
			transform: scale(1);
			clip-path: circle(50% at 50% 50%)
		}
	}
	
	@keyframes reveal-from-center {
		from {
			clip-path: circle(0% at 50% 50%)
		}
		to {
			clip-path: circle(50% at 50% 50%)
		}
	}
	
	@keyframes reveal-from-top {
		from {
			clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)
		}
		to {
			clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
		}
	}
	
	@keyframes shrink-to-default {
		from {
			transform: scale(1.2)
		}
		to {
			transform: scale(1)
		}
	}
	
	@keyframes grow-vertically-from-top {
		from {
			opacity: 1;
			transform: scaleY(0.3);
			transform-origin: top
		}
		to {
			opacity: 1;
			transform: scaleY(1);
			transform-origin: top
		}
	}
	
	@keyframes shrink-vertically-to-top {
		0% {
			opacity: 1;
			transform: scaleY(1);
			transform-origin: top
		}
		60% {
			opacity: 1
		}
		100% {
			opacity: 0;
			transform: scaleY(0.3);
			transform-origin: top
		}
	}
	
	@keyframes shrink-horizontally-to-right {
		from {
			transform: scaleX(1);
			transform-origin: right
		}
		to {
			transform: scaleX(0);
			transform-origin: right
		}
	}
	
	@keyframes grow-horiztonally-from-middle {
		0% {
			opacity: 0;
			transform: scaleX(0)
		}
		50% {
			opacity: 1
		}
		100% {
			opacity: 1;
			transform: scaleX(1)
		}
	}
	
	@keyframes waymo-logo-move-in-from-bottom {
		from {
			opacity: .5;
			transform: translateY(27px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes waymo-logo-move-in-from-right {
		from {
			opacity: 1;
			transform: translateX(53px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes waymo-one-expand-clip-path-from-center {
		from {
			clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%)
		}
		to {
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
		}
	}
	
	@keyframes waymo-one-scale-down {
		from {
			transform: scale(1.2)
		}
		to {
			transform: scale(1)
		}
	}
	
	@keyframes waymo-one-fade-in-from-bottom {
		from {
			opacity: 0;
			transform: translateY(23px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 400;
		src: url(../v2/static/fonts/GT-Walsheim-Regular.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 500;
		src: url(../v2/static/fonts/GT-Walsheim-Medium.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 200;
		src: url(../v2/static/fonts/GT-Walsheim-Light.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "Simplon Mono";
		font-weight: 400;
		src: url(../v2/static/fonts/SimplonMono-Regular.otf) format("opentype");
		font-display: swap
	}
	
	@keyframes fade-in {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}
	
	@keyframes fade-out {
		from {
			opacity: 1
		}
		to {
			opacity: 0
		}
	}
	
	@keyframes fade-and-wipe-in-from-left {
		0% {
			position: relative;
			opacity: 0;
			transform: translateX(-100px)
		}
		50% {
			opacity: 1
		}
		100% {
			position: relative;
			max-width: 100%;
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes shrink-horizontally {
		from {
			transform: scaleX(1)
		}
		to {
			transform: scaleX(0)
		}
	}
	
	@keyframes zoom-in {
		from {
			transform: scale(1)
		}
		to {
			transform: scale(1.15)
		}
	}
	
	@keyframes fade-in-from-left {
		from {
			opacity: 0;
			transform: translateX(-20px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-left-lg {
		from {
			opacity: 0;
			transform: translateX(-50px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-left-xl {
		from {
			opacity: 0;
			transform: translateX(-100px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right {
		from {
			opacity: 0;
			transform: translateX(20px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right-lg {
		from {
			opacity: 0;
			transform: translateX(50px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right-xl {
		from {
			opacity: 0;
			transform: translateX(100px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-bottom {
		from {
			opacity: 0;
			transform: translateY(30px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-sm {
		from {
			opacity: 0;
			transform: translateY(10px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-md {
		from {
			opacity: 0;
			transform: translateY(60px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-lg {
		from {
			opacity: 0;
			transform: translateY(100px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-out-to-top {
		from {
			opacity: 1;
			transform: translateY(0)
		}
		to {
			opacity: 0;
			transform: translateY(-40px)
		}
	}
	
	@keyframes move-in-from-bottom-100 {
		from {
			transform: translateY(100%)
		}
		to {
			transform: translateY(0)
		}
	}
	
	@keyframes move-out-to-bottom-100 {
		from {
			transform: translateY(0)
		}
		to {
			transform: translateY(100%)
		}
	}
	
	@keyframes move-in-from-right-100 {
		from {
			transform: translateX(100%)
		}
		to {
			transform: translateX(0)
		}
	}
	
	@keyframes move-out-to-left-100 {
		from {
			transform: translateX(0)
		}
		to {
			transform: translateX(-100%)
		}
	}
	
	@keyframes reveal-and-scale-from-center {
		0% {
			transform: scale(1.2);
			clip-path: circle(0% at 50% 50%)
		}
		43% {
			clip-path: circle(50% at 50% 50%)
		}
		100% {
			transform: scale(1);
			clip-path: circle(50% at 50% 50%)
		}
	}
	
	@keyframes reveal-from-center {
		from {
			clip-path: circle(0% at 50% 50%)
		}
		to {
			clip-path: circle(50% at 50% 50%)
		}
	}
	
	@keyframes reveal-from-top {
		from {
			clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)
		}
		to {
			clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
		}
	}
	
	@keyframes shrink-to-default {
		from {
			transform: scale(1.2)
		}
		to {
			transform: scale(1)
		}
	}
	
	@keyframes grow-vertically-from-top {
		from {
			opacity: 1;
			transform: scaleY(0.3);
			transform-origin: top
		}
		to {
			opacity: 1;
			transform: scaleY(1);
			transform-origin: top
		}
	}
	
	@keyframes shrink-vertically-to-top {
		0% {
			opacity: 1;
			transform: scaleY(1);
			transform-origin: top
		}
		60% {
			opacity: 1
		}
		100% {
			opacity: 0;
			transform: scaleY(0.3);
			transform-origin: top
		}
	}
	
	@keyframes shrink-horizontally-to-right {
		from {
			transform: scaleX(1);
			transform-origin: right
		}
		to {
			transform: scaleX(0);
			transform-origin: right
		}
	}
	
	@keyframes grow-horiztonally-from-middle {
		0% {
			opacity: 0;
			transform: scaleX(0)
		}
		50% {
			opacity: 1
		}
		100% {
			opacity: 1;
			transform: scaleX(1)
		}
	}
	
	@keyframes waymo-logo-move-in-from-bottom {
		from {
			opacity: .5;
			transform: translateY(27px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes waymo-logo-move-in-from-right {
		from {
			opacity: 1;
			transform: translateX(53px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes waymo-one-expand-clip-path-from-center {
		from {
			clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%)
		}
		to {
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
		}
	}
	
	@keyframes waymo-one-scale-down {
		from {
			transform: scale(1.2)
		}
		to {
			transform: scale(1)
		}
	}
	
	@keyframes waymo-one-fade-in-from-bottom {
		from {
			opacity: 0;
			transform: translateY(23px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 400;
		src: url(../v2/static/fonts/GT-Walsheim-Regular.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 500;
		src: url(../v2/static/fonts/GT-Walsheim-Medium.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 200;
		src: url(../v2/static/fonts/GT-Walsheim-Light.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "Simplon Mono";
		font-weight: 400;
		src: url(../v2/static/fonts/SimplonMono-Regular.otf) format("opentype");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 400;
		src: url(../v2/static/fonts/GT-Walsheim-Regular.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 500;
		src: url(../v2/static/fonts/GT-Walsheim-Medium.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 200;
		src: url(../v2/static/fonts/GT-Walsheim-Light.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "Simplon Mono";
		font-weight: 400;
		src: url(../v2/static/fonts/SimplonMono-Regular.otf) format("opentype");
		font-display: swap
	}
	
	.header {
		position: sticky;
		top: 0;
		z-index: 11;
		height: 82px;
		overflow: hidden;
		text-align: center;
		background: #fff;
		transition-duration: .4s, .4s;
		transition-property: transform, background
	}
	
	.page:not(.page--isIOS) .header {
		opacity: 0;
		animation: .3s .4s both fade-in
	}
	
	.page--dark-header .header {
		color: #fff;
		background: #050f1e
	}
	
	.page--laser-bear-header .header {
		color: #fff;
		background: #252525
	}
	
	.page--research .header {
		color: #fff;
		background: #323232
	}
	
	@media(max-width: 1023px) {
		.header {
			filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.1))
		}
	}
	
	@media(min-width: 1024px) {
		.header {
			height: 102px;
			transition-delay: .6s, 0s;
			transition-duration: .2s, .2s
		}
		.header>* {
			max-width: 420px;
			margin-right: auto;
			margin-left: auto
		}
	}
	
	@media(min-width: 1024px)and (min-width: 718px) {
		.header>* {
			max-width: 1440px
		}
	}
	
	.page--scroll-down:not(.page--scrolled-to-top) .header {
		transform: translateY(-150%)
	}
	
	@media(min-width: 1024px) {
		.page--scroll-down:not(.page--scrolled-to-top) .header {
			transition-delay: .2s, 0s
		}
	}
	
	.page--scrolled-to-top .header {
		background: none
	}
	
	@media(max-width: 1023px) {
		.page--scrolled-to-top .header {
			filter: none
		}
	}
	
	.page--scrolled-to-top.page--dark-header .header {
		background: #050f1e
	}
	
	.page--scrolled-to-top.page--laser-bear-header .header {
		background: #252525
	}
	
	.page--scrolled-to-top.page--research .header {
		background: #323232
	}
	
	@media(min-width: 718px) {
		.page--header-zero-vertical-space .header {
			margin-bottom: -102px
		}
	}
	
	@media(max-width: 717px) {
		.page--header-zero-vertical-space-mobile .header {
			margin-bottom: -82px
		}
	}
	
	@media(min-width: 1024px) {
		.header.header--dark {
			color: #fff;
			background-color: #323232
		}
	}
	
	@media(max-width: 1023px) {
		.header.header--mobile-menu-open,
		.header.header--search-menu-open {
			filter: none
		}
	}
	
	.header__content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		transition: opacity .2s
	}
	
	@media(min-width: 1024px) {
		.header__content {
			padding: 0 36px;
			height: 100%
		}
	}
	
	@media(min-width: 1024px)and (min-width: 718px) {
		.header__content {
			padding: 0 54px
		}
	}
	
	@media(min-width: 1024px)and (min-width: 1024px) {
		.header__content {
			padding: 0 108px
		}
	}
	
	.page--scroll-down .header__content {
		opacity: 0;
		transition: opacity .2s .2s
	}
	
	.page--scrolled-to-top.page--scroll-up .header__content {
		transition: opacity .2s .4s
	}
	
	.header--logo-only .header__content {
		justify-content: center
	}
	
	.header__logo {
		display: block;
		width: 87px;
		height: 80px;
		margin-left: 24px
	}
	
	@media(min-width: 718px) {
		.header__logo {
			margin-left: 36px
		}
	}
	
	@media(min-width: 1024px) {
		.header__logo {
			width: 81px;
			height: 74px;
			margin-left: -16px
		}
	}
	
	@media(max-width: 1023px) {
		.header__nav {
			display: flex;
			align-items: center;
			justify-content: center
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav {
			flex: 0 0 clamp(550px, 70%, 700px);
			height: 100%
		}
	}
	
	.header__nav__divider-container {
		padding: 0 36px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100vw;
		opacity: 0
	}
	
	@media(min-width: 718px) {
		.header__nav__divider-container {
			padding: 0 54px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__divider-container {
			padding: 0 108px
		}
	}
	
	@media(max-width: 1023px) {
		.header--mobile-menu-open .header__nav__divider-container {
			animation: .4s both grow-horiztonally-from-middle
		}
	}
	
	.header__nav__divider {
		margin: 0;
		border: none;
		width: 100%;
		height: 1px;
		background-color: #23233c
	}
	
	.page--research .header__nav__divider {
		background-color: #949a9f
	}
	
	.header__nav__links {
		padding: 0;
		margin: 0;
		list-style-type: none
	}
	
	@media(max-width: 1023px) {
		.header__nav__links {
			position: fixed;
			top: calc(82px + var(--alerts-offset));
			left: 0;
			width: 100vw;
			height: calc(100vh - 82px - var(--alerts-offset));
			padding-top: 35px;
			overflow: visible;
			text-align: left;
			pointer-events: none;
			background: #fff;
			opacity: 0;
			transform: scaleY(0.3);
			transition: opacity .2s, transform .3s;
			transform-origin: top
		}
	}
	
	@media(max-width: 1023px)and (min-width: 1024px) {
		.header__nav__links {
			top: calc(102px + var(--alerts-offset));
			width: 100%;
			height: calc(100vh - 102px - var(--alerts-offset))
		}
	}
	
	@media(max-width: 1023px) {
		.page--dark-header .header__nav__links {
			color: #fff;
			background-color: #050f1e
		}
		.page--laser-bear-header .header__nav__links {
			color: #fff;
			background: #252525
		}
		.page--research .header__nav__links {
			color: #fff;
			background: #323232
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links {
			display: flex;
			align-items: center;
			justify-content: space-between;
			height: 100%;
			padding: 0 2px;
			overflow: hidden
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links::after {
			position: fixed;
			top: calc(82px + var(--alerts-offset));
			left: 0;
			width: 100vw;
			height: calc(100vh - 82px - var(--alerts-offset));
			z-index: 1;
			pointer-events: none;
			background-color: rgba(35, 35, 60, .5);
			content: "";
			opacity: 0;
			transition: opacity .2s
		}
	}
	
	@media(min-width: 1024px)and (min-width: 1024px) {
		.header__nav__links::after {
			top: calc(102px + var(--alerts-offset));
			width: 100%;
			height: calc(100vh - 102px - var(--alerts-offset))
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links:hover .header__nav__links__preview,
		.header__nav__links:hover~.header__nav__links__preview,
		.header__nav__links:focus-within .header__nav__links__preview,
		.header__nav__links:focus-within~.header__nav__links__preview,
		.header__nav__links .header__nav__links__link:focus .header__nav__links__preview,
		.header__nav__links .header__nav__links__link:focus~.header__nav__links__preview {
			animation: .2s 0s forwards grow-vertically-from-top
		}
		.header__nav__links:hover .header__nav__links__preview>*,
		.header__nav__links:hover~.header__nav__links__preview>*,
		.header__nav__links:focus-within .header__nav__links__preview>*,
		.header__nav__links:focus-within~.header__nav__links__preview>*,
		.header__nav__links .header__nav__links__link:focus .header__nav__links__preview>*,
		.header__nav__links .header__nav__links__link:focus~.header__nav__links__preview>* {
			opacity: 1;
			transition: opacity .1s .2s;
			transition-delay: 0s
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links:hover::after,
		.header__nav__links:focus-within::after,
		.header__nav__links .header__nav__links__link:focus::after {
			opacity: 1;
			transition-delay: 0s
		}
	}
	
	@media(max-width: 1023px) {
		.header__nav__links>* {
			opacity: 0
		}
	}
	
	@media(max-width: 1023px) {
		.header__nav__links.header__nav__links--mobile-menu {
			pointer-events: auto;
			opacity: 1;
			transform: scaleY(1)
		}
	}
	
	@media(max-width: 1023px) {
		.header__nav__links.header__nav__links--mobile-menu>* {
			animation: .3s .2s both fade-in
		}
	}
	
	@media(max-width: 1023px) {
		.page--scroll-down .header__nav__links.header__nav__links--mobile-menu {
			opacity: 0
		}
	}
	
	@media(max-width: 1023px) {
		.header__nav__links.header__nav__links--mobile-submenu {
			transform: translateX(-100vw)
		}
	}
	
	.header__nav__links__item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		margin: 0 36px
	}
	
	@media(min-width: 718px) {
		.header__nav__links__item {
			margin: 0 54px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__item {
			height: 100%;
			margin: 0
		}
	}
	
	@media(max-width: 1023px) {
		.header__nav__links__item.header__nav__links__item--bold .link {
			font-weight: 700
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__item::before {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 5px;
			background-color: #23233c;
			content: "";
			opacity: 0;
			transition: opacity .2s
		}
		.page--dark-header .header__nav__links__item::before {
			background-color: #fff
		}
		.page--laser-bear-header .header__nav__links__item::before {
			background-color: #fff
		}
		.page--research .header__nav__links__item::before {
			background-color: #fff
		}
	}
	
	@media(min-width: 1024px) {
		.header--dark .header__nav__links__item::before {
			background-color: #fff
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__item:first-of-type::before {
			left: 0;
			width: 100%
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__item:hover::before,
		.header__nav__links__item:focus-within::before {
			opacity: 1
		}
	}
	
	@media(max-width: 1023px) {
		.header__nav__links__item.header__nav__links__item--active-submenu {
			position: relative;
			z-index: 10
		}
	}
	
	@media(max-width: 1023px) {
		.header__nav__links__item+.header__nav__links__item {
			margin-top: 27px
		}
	}
	
	.header__nav__links__item__search {
		display: none
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__item__search {
			padding: 0;
			margin: 0;
			cursor: pointer;
			background: none;
			border: none;
			outline: none;
			transition: outline .15s;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #050f1e;
			position: relative;
			height: 100%
		}
		.header__nav__links__item__search:focus {
			outline: 3px solid #00e89d
		}
		.header__nav__links__item__search:focus-visible {
			outline: 3px solid #00e89d
		}
		.header__nav__links__item__search {
			outline: 0px solid rgba(0, 0, 0, 0)
		}
		.header__nav__links__item__search:focus:not(:focus-visible) {
			outline: 0px solid rgba(0, 0, 0, 0)
		}
	}
	
	.header__nav__links__item__search svg {
		width: 24px;
		height: 24px
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__item__search::after {
			position: absolute;
			top: 0;
			right: calc(-0.5*var(--inter-link-gap));
			left: calc(-0.5*var(--inter-link-gap));
			height: 100%;
			content: ""
		}
	}
	
	.header__nav__links__link {
		color: inherit;
		text-decoration: none;
		cursor: pointer;
		font-family: "GT-Walsheim", sans-serif;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		font-weight: 400;
		letter-spacing: -0.04em;
		font-stretch: 100%;
		font-size: 40px;
		line-height: 46px
	}
	
	.header__nav__links__link:hover {
		color: inherit
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__link {
			font-size: 14px;
			line-height: 2
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__link {
			position: relative;
			display: flex;
			align-items: center;
			height: 100%
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__link::after {
			position: absolute;
			top: 0;
			right: calc(-0.5*var(--inter-link-gap));
			left: calc(-0.5*var(--inter-link-gap));
			height: 100%;
			content: ""
		}
	}
	
	.header__nav__links__open-submenu-button {
		padding: 0;
		margin: 0;
		cursor: pointer;
		background: none;
		border: none;
		outline: none;
		font-family: "GT-Walsheim", sans-serif;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		font-weight: 400;
		letter-spacing: -0.04em;
		font-stretch: 100%;
		font-size: 40px;
		line-height: 46px;
		display: flex;
		align-items: center;
		flex-direction: row-reverse
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__open-submenu-button {
			font-size: 14px;
			line-height: 2
		}
	}
	
	.page--dark-header .header__nav__links__open-submenu-button {
		filter: invert(1)
	}
	
	.page--laser-bear-header .header__nav__links__open-submenu-button {
		filter: invert(1)
	}
	
	.page--research .header__nav__links__open-submenu-button {
		filter: invert(1)
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__open-submenu-button {
			display: none
		}
	}
	
	.header__nav__links__open-submenu-button img {
		width: 11px;
		height: 20px;
		margin-left: 15px
	}
	
	.header__nav__links__preview {
		position: fixed;
		top: calc(82px + var(--alerts-offset));
		left: 0;
		width: 100vw;
		height: calc(100vh - 82px - var(--alerts-offset));
		background: #fff;
		transition: background .2s
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview {
			top: calc(102px + var(--alerts-offset));
			width: 100%;
			height: calc(100vh - 102px - var(--alerts-offset))
		}
	}
	
	.page--dark-header .header__nav__links__preview {
		color: #fff;
		background: #050f1e
	}
	
	.page--laser-bear-header .header__nav__links__preview {
		color: #fff;
		background: #252525
	}
	
	.page--research .header__nav__links__preview {
		color: #fff;
		background: #323232
	}
	
	@media(max-width: 1023px) {
		.header__nav__links__preview {
			padding: 0 36px;
			top: 0;
			transform: translateX(100vw);
			transition: transform .4s
		}
	}
	
	@media(max-width: 1023px)and (min-width: 718px) {
		.header__nav__links__preview {
			padding: 0 54px
		}
	}
	
	@media(max-width: 1023px)and (min-width: 1024px) {
		.header__nav__links__preview {
			padding: 0 108px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview {
			z-index: 2;
			height: 248px;
			padding-top: 0;
			text-align: left;
			pointer-events: none;
			opacity: 0
		}
		.header__nav__links__preview>* {
			max-width: 420px;
			margin-right: auto;
			margin-left: auto
		}
	}
	
	@media(min-width: 1024px)and (min-width: 718px) {
		.header__nav__links__preview>* {
			max-width: 1440px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview>* {
			opacity: 0;
			transition: opacity .2s
		}
	}
	
	.header__nav__links__preview--search {
		transition: height .2s
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__item:hover .header__nav__links__preview--search {
			height: 356px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__item:focus .header__nav__links__preview--search {
			height: 356px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__item:focus-within .header__nav__links__preview--search {
			height: 356px
		}
	}
	
	@media(max-width: 1023px) {
		.header__nav__links__preview__content {
			padding-top: 35px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__content {
			position: relative;
			display: grid;
			height: 100%;
			padding: 0 108px;
			grid: "topleft right" auto "bottomleft right" 1fr/1fr clamp(550px, 70%, 700px)
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__content.submenu-with-body,
		.header__nav__links__preview__content.submenu-with-body-full-image {
			grid: "topleft topright" auto "bottomleft bottomright" 1fr/1fr clamp(550px, 70%, 700px)
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__content.submenu-with-body .header__nav__links__preview__body,
		.header__nav__links__preview__content.submenu-with-body-full-image .header__nav__links__preview__body {
			grid-area: topright
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__content.submenu-with-body .header__nav__links__submenu,
		.header__nav__links__preview__content.submenu-with-body-full-image .header__nav__links__submenu {
			grid-area: bottomright;
			margin-top: 0
		}
	}
	
	.header__nav__links__preview__content--search {
		padding-block: 40px
	}
	
	.header__nav__links__preview__content--search .search-form__form {
		grid-area: 1/1/span 1/span 2
	}
	
	.header__nav__links__preview__content--search .search-form__quick-search {
		grid-area: bottomleft
	}
	
	@media(max-width: 1023px) {
		.header__nav__links__preview__divider-container {
			display: none
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__divider-container {
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			padding: 0 36px;
			top: 0;
			width: 100%;
			max-width: 1440px
		}
	}
	
	@media(min-width: 1024px)and (min-width: 718px) {
		.header__nav__links__preview__divider-container {
			padding: 0 54px
		}
	}
	
	@media(min-width: 1024px)and (min-width: 1024px) {
		.header__nav__links__preview__divider-container {
			padding: 0 108px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__divider {
			height: 1px;
			margin: 0;
			background-color: #23233c;
			border: none
		}
	}
	
	@media(min-width: 1024px) {
		.page--research .header__nav__links__preview__divider {
			background-color: #949a9f
		}
	}
	
	@media(min-width: 1024px) {
		.header--dark .header__nav__links__preview__divider {
			background-color: #949a9f
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview:hover,
		.page:not(.page--scroll-down) .header__nav__links__item:hover .header__nav__links__preview,
		.page:not(.page--scroll-down) .header__nav__links__item:focus~.header__nav__links__preview,
		.page:not(.page--scroll-down) .header__nav__links__item:focus-within .header__nav__links__preview {
			z-index: 5;
			pointer-events: auto
		}
	}
	
	@media(min-width: 1024px) {
		.page:not(.page--laser-bear-header):not(.page--dark-header) .header--dark .header__nav__links__preview:hover,
		.page:not(.page--laser-bear-header):not(.page--dark-header) .header--dark .header__nav__links__item:focus~.header__nav__links__preview {
			color: #fff;
			background-color: #323232 !important
		}
	}
	
	@media(min-width: 1024px) {
		.page:not(.page--laser-bear-header):not(.page--dark-header):not(.page--scroll-down) .header--dark .header__nav__links__preview {
			color: #fff;
			background-color: #323232 !important
		}
	}
	
	.header__nav__links__preview__close-submenu-button {
		padding: 0;
		margin: 0;
		cursor: pointer;
		background: none;
		border: none;
		outline: none;
		width: 10px;
		height: 20px
	}
	
	.page--dark-header .header__nav__links__preview__close-submenu-button {
		filter: invert(1)
	}
	
	.page--laser-bear-header .header__nav__links__preview__close-submenu-button {
		filter: invert(1)
	}
	
	.page--research .header__nav__links__preview__close-submenu-button {
		filter: invert(1)
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__close-submenu-button {
			display: none
		}
	}
	
	.header__nav__links__preview__title {
		font-family: "GT-Walsheim", sans-serif;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		font-weight: 400;
		letter-spacing: -0.04em;
		font-stretch: 100%;
		position: absolute;
		top: 30px;
		right: 36px;
		font-size: 44px;
		line-height: 1;
		transform: rotate(-90deg) translateY(-100%);
		transform-origin: top right
	}
	
	@media(min-width: 718px) {
		.header__nav__links__preview__title {
			right: 54px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__title {
			position: static;
			padding-right: 30px;
			margin-top: 40px;
			font-size: 40px;
			line-height: 44px;
			transform: none;
			grid-area: topleft
		}
	}
	
	.header__nav__links__preview__image {
		display: none
	}
	
	.header__nav__links__preview__image>.aspect-ratio-box {
		position: relative;
		height: 0;
		padding-top: max(min(calc(var(--aspect-ratio-height-mobile) / var(--aspect-ratio-width-mobile) * 100%), var(--aspect-ratio-max-height-mobile, 10000vh)), var(--aspect-ratio-min-height-mobile, 0px));
		overflow: hidden
	}
	
	@media(min-width: 718px) {
		.header__nav__links__preview__image>.aspect-ratio-box {
			padding-top: max(min(calc(var(--aspect-ratio-height) / var(--aspect-ratio-width) * 100%), var(--aspect-ratio-max-height, 10000vh)), var(--aspect-ratio-min-height, 0px))
		}
	}
	
	.header__nav__links__preview__image>.aspect-ratio-box>* {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__image {
			position: absolute;
			right: 108px;
			bottom: 0;
			display: block;
			width: 100%;
			height: 100%;
			pointer-events: none
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__image.community {
			width: 190px;
			height: 197px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__image.safety {
			width: 420px;
			height: auto;
			margin-bottom: 33px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__image picture {
			height: 100%
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__image img {
			width: 100%;
			height: 100%;
			-o-object-fit: contain;
			object-fit: contain;
			-o-object-position: right;
			object-position: right
		}
	}
	
	.header__nav__links__preview__content.submenu-with-body .header__nav__links__preview__image {
		display: none
	}
	
	@media(min-width: 1160px) {
		.header__nav__links__preview__content.submenu-with-body .header__nav__links__preview__image {
			display: block;
			width: 213px;
			height: unset
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__logo {
			width: 100%;
			height: 14px;
			max-width: 158px;
			padding-right: 30px;
			margin-top: 20px;
			grid-area: bottomleft
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview--logo-only .header__nav__links__preview__logo {
			width: 100%;
			height: 20px;
			max-width: 265px;
			padding-right: 30px;
			margin-top: 40px;
			grid-area: topleft
		}
	}
	
	.header__nav__links__preview__body {
		display: none
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__preview__body {
			transition: color .001s;
			display: block;
			max-width: 480px;
			margin-top: 40px;
			font-size: 22px;
			grid-area: right
		}
	}
	
	.header__nav__links__submenu {
		padding: 0;
		margin: 0;
		list-style-type: none;
		margin-top: 20px
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__submenu {
			display: grid;
			min-height: 60px;
			margin-top: 40px;
			grid-area: right;
			grid-template-columns: 140px 1fr;
			grid-template-rows: auto auto auto auto 1fr;
			grid-gap: 6px 16px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__submenu:has(.header__nav__links__submenu__item--box) {
			grid-template-columns: 140px 140px 185px
		}
	}
	
	@media(max-width: 1023px) {
		.header__nav__links__submenu>*+* {
			margin-top: 15px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__submenu__item.row-span-5 {
			grid-row: span 5
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__submenu__item.row-span-4 {
			grid-row: span 4
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__submenu__item.row-span-3 {
			grid-row: span 3
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__submenu__item.col-span-2 {
			grid-column: span 2
		}
	}
	
	.header__nav__links__submenu__item .link {
		color: inherit;
		text-decoration: none;
		cursor: pointer;
		font-family: "GT-Walsheim", sans-serif;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		font-weight: 400;
		letter-spacing: -0.04em;
		font-stretch: 100%;
		transition: color .001s;
		font-size: 20px;
		line-height: 2
	}
	
	.header__nav__links__submenu__item .link:hover {
		color: inherit
	}
	
	@media(min-width: 1024px) {
		.header__nav__links__submenu__item .link {
			font-family: "GT-Walsheim", sans-serif;
			-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
			font-weight: 400;
			letter-spacing: -0.04em;
			font-stretch: 100%;
			font-size: 16px;
			line-height: 1.5;
			letter-spacing: -0.02em
		}
	}
	
	.header__nav__links__submenu__item.header__nav__links__submenu__item--box {
		grid-area: 1/3/span 5/span 1;
		align-self: start;
		max-width: -moz-max-content;
		max-width: max-content;
		padding: 12px;
		border-radius: 12px;
		border: 1px solid #ccd3dc
	}
	
	.header__nav__links__submenu__item--box__link {
		width: -moz-max-content;
		width: max-content;
		padding: 0 8px;
		margin-top: 8px;
		border-radius: 2000px;
		border: 1px solid #ccd3dc
	}
	
	.header__nav__links__submenu__item--box__link .button-content {
		font-size: 11px;
		line-height: 1.5;
		letter-spacing: .1em;
		text-transform: uppercase
	}
	
	.header__nav__search-mobile {
		padding: 0;
		margin: 0;
		cursor: pointer;
		background: none;
		border: none;
		outline: none;
		transition: outline .15s;
		color: #050f1e;
		width: 32px;
		height: 32px
	}
	
	.header__nav__search-mobile:focus {
		outline: 3px solid #00e89d
	}
	
	.header__nav__search-mobile:focus-visible {
		outline: 3px solid #00e89d
	}
	
	.header__nav__search-mobile {
		outline: 0px solid rgba(0, 0, 0, 0)
	}
	
	.header__nav__search-mobile:focus:not(:focus-visible) {
		outline: 0px solid rgba(0, 0, 0, 0)
	}
	
	@media(min-width: 1024px) {
		.header__nav__search-mobile {
			display: none
		}
	}
	
	.header__nav__search-mobile-panel {
		padding: 0 36px;
		position: fixed;
		z-index: 10;
		top: 82px;
		left: 0;
		width: 100vw;
		height: calc(100dvh - 82px);
		padding-block: 17px;
		opacity: 0;
		background-color: #fff;
		overflow-y: hidden;
		pointer-events: none;
		transition: opacity .2s
	}
	
	@media(min-width: 718px) {
		.header__nav__search-mobile-panel {
			padding: 0 54px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__search-mobile-panel {
			padding: 0 108px
		}
	}
	
	@media(min-width: 718px) {
		.header__nav__search-mobile-panel {
			padding-block: 17px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__search-mobile-panel {
			display: none
		}
	}
	
	.header__nav__search-mobile-panel.header__nav__search-mobile-panel--open {
		opacity: 1;
		pointer-events: auto
	}
	
	.search-form__form {
		position: relative
	}
	
	.search-form__form__input {
		display: block;
		font-family: inherit;
		font-weight: inherit;
		color: inherit;
		border: none;
		transition: outline .15s;
		width: 100%;
		padding: 6px 0 13px 35px;
		border-bottom: 1px solid #949a9f;
		font-size: 24px;
		font-weight: 400;
		font-stretch: 100%;
		line-height: 28px;
		letter-spacing: -0.04em
	}
	
	.search-form__form__input::-webkit-input-placeholder,
	.search-form__form__input::-moz-placeholder {
		font-family: inherit;
		font-weight: inherit;
		color: inherit
	}
	
	.search-form__form__input:focus {
		outline: 3px solid #00e89d
	}
	
	.search-form__form__input:focus-visible {
		outline: 3px solid #00e89d
	}
	
	.search-form__form__input {
		outline: 0px solid rgba(0, 0, 0, 0)
	}
	
	.search-form__form__input:focus:not(:focus-visible) {
		outline: 0px solid rgba(0, 0, 0, 0)
	}
	
	.search-form__form__input::-webkit-search-cancel-button {
		-webkit-appearance: none;
		width: 24px;
		height: 24px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 24 24' fill='none'%3E%3Cline x1='3.53033' y1='2.46967' x2='20.5009' y2='19.4402' stroke='%23050F1E' stroke-width='1.5'/%3E%3Cline y1='-0.75' x2='24' y2='-0.75' transform='matrix(-0.707107 0.707107 0.707107 0.707107 21 3)' stroke='%23050F1E' stroke-width='1.5'/%3E%3C/svg%3E");
		background-size: contain;
		opacity: 0;
		pointer-events: none
	}
	
	.search-form__form__input:focus::-webkit-search-cancel-button {
		opacity: 1;
		pointer-events: all
	}
	
	.search-form__form__submit {
		padding: 0;
		margin: 0;
		cursor: pointer;
		background: none;
		border: none;
		outline: none;
		position: absolute;
		top: 8px;
		left: -2px;
		width: 24px;
		height: 24px
	}
	
	.search-form__form__icon {
		width: 100%;
		height: 100%
	}
	
	.search-form__quick-search {
		margin-top: 40px;
		text-align: left
	}
	
	@media(min-width: 1024px) {
		.search-form__quick-search {
			margin-top: 24px
		}
	}
	
	.search-form__quick-search__items {
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: flex;
		align-items: center;
		flex-direction: column;
		align-items: start;
		gap: 8px;
		margin-top: 16px;
		color: #000
	}
	
	.search-form__quick-search__item__link {
		color: inherit;
		text-decoration: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px
	}
	
	.search-form__quick-search__item__link:hover {
		color: inherit
	}
	
	.search-form__quick-search__item__link svg {
		display: block;
		flex: 0 0 auto;
		width: 18px;
		height: 18px
	}
	
	.header__nav__menu-button {
		position: relative;
		width: 48px;
		height: 48px;
		margin-right: 23px
	}
	
	.page--dark-header .header__nav__menu-button {
		filter: invert(1)
	}
	
	.page--laser-bear-header .header__nav__menu-button {
		filter: invert(1)
	}
	
	.page--research .header__nav__menu-button {
		filter: invert(1)
	}
	
	@media(min-width: 718px) {
		.header__nav__menu-button {
			margin-right: 39px
		}
	}
	
	@media(min-width: 1024px) {
		.header__nav__menu-button {
			display: none
		}
	}
	
	.header__nav__menu-button__open,
	.header__nav__menu-button__close {
		padding: 0;
		margin: 0;
		cursor: pointer;
		background: none;
		border: none;
		outline: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: opacity .2s
	}
	
	.header__nav__menu-button__open.header__nav__menu-button__open--hidden {
		opacity: 0;
		pointer-events: none
	}
	
	.header__nav__menu-button__close.header__nav__menu-button__close--hidden {
		opacity: 0;
		pointer-events: none
	}
	
	.skip-to-main {
		color: inherit;
		text-decoration: none;
		cursor: pointer;
		padding: 0;
		margin: 0;
		cursor: pointer;
		background: none;
		border: none;
		outline: none;
		font-family: "GT-Walsheim", sans-serif;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		font-weight: 400;
		letter-spacing: -0.04em;
		font-stretch: 100%;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.02em;
		padding: 16px 30px;
		color: #fff;
		background: #07f;
		border: 1px solid #07f;
		border-radius: 3px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		z-index: 12;
		opacity: .01;
		transform: translate(-50%, -120%);
		transition: transform .15s
	}
	
	.skip-to-main:hover {
		color: inherit
	}
	
	.skip-to-main:hover,
	.skip-to-main:focus {
		color: #07f;
		background: #fff
	}
	
	.skip-to-main:focus {
		color: #fff;
		background-color: #000;
		opacity: 1;
		transform: translate(-50%, 0)
	}
	
	.animated-banner {
		background: #050f1e
	}
	
	.animated-banner>* {
		max-width: 420px;
		margin-right: auto;
		margin-left: auto
	}
	
	@media(min-width: 718px) {
		.animated-banner>* {
			max-width: 1440px
		}
	}
	
	.tb-os-marker:not(.tb-os-marker--ios) .animated-banner {
		contain: layout paint
	}
	
	.animated-banner__content {
		padding: 0 36px;
		display: flex;
		align-items: center;
		flex-direction: column
	}
	
	@media(min-width: 718px) {
		.animated-banner__content {
			padding: 0 54px
		}
	}
	
	@media(min-width: 1024px) {
		.animated-banner__content {
			padding: 0 108px
		}
	}
	
	@media(min-width: 718px) {
		.animated-banner__content {
			display: grid;
			grid: "left gap right1 right2"/auto 1fr auto auto
		}
	}
	
	@media(max-width: 717px) {
		.animated-banner__animation {
			width: calc(100% + 72px);
			margin-right: -36px;
			margin-left: -36px
		}
	}
	
	@media(max-width: 717px)and (min-width: 718px) {
		.animated-banner__animation {
			width: calc(100% + 108px);
			margin-right: -54px;
			margin-left: -54px
		}
	}
	
	@media(max-width: 717px)and (min-width: 1024px) {
		.animated-banner__animation {
			width: calc(100% + 216px);
			margin-right: -108px;
			margin-left: -108px
		}
	}
	
	@media(min-width: 718px) {
		.animated-banner__animation {
			flex: 1
		}
	}
	
	.animated-banner__animation--desktop-left,
	.animated-banner__animation--desktop-right {
		display: none
	}
	
	@media(min-width: 718px) {
		.animated-banner__animation--desktop-left,
		.animated-banner__animation--desktop-right {
			display: block
		}
	}
	
	@media(min-width: 718px) {
		.animated-banner__animation--desktop-left {
			width: 450px;
			max-width: 35vw;
			grid-area: left
		}
	}
	
	@media(min-width: 718px) {
		.animated-banner__animation--desktop-right {
			grid-area: right1;
			width: 140px
		}
	}
	
	@media(min-width: 718px) {
		.animated-banner__animation--mobile {
			display: none
		}
	}
	
	.animated-banner__animation__canvas>.aspect-ratio-box {
		position: relative;
		height: 0;
		padding-top: max(min(calc(var(--aspect-ratio-height-mobile) / var(--aspect-ratio-width-mobile) * 100%), var(--aspect-ratio-max-height-mobile, 10000vh)), var(--aspect-ratio-min-height-mobile, 0px));
		overflow: hidden
	}
	
	@media(min-width: 718px) {
		.animated-banner__animation__canvas>.aspect-ratio-box {
			padding-top: max(min(calc(var(--aspect-ratio-height) / var(--aspect-ratio-width) * 100%), var(--aspect-ratio-max-height, 10000vh)), var(--aspect-ratio-min-height, 0px))
		}
	}
	
	.animated-banner__animation__canvas>.aspect-ratio-box>* {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
	
	.animated-banner__links {
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 340px;
		gap: 10px;
		padding-bottom: 20px;
		opacity: 0
	}
	
	@media(min-width: 718px) {
		.animated-banner__links {
			width: -moz-max-content;
			width: max-content;
			padding-bottom: 0;
			grid-area: right2
		}
	}
	
	.animated-banner--anim-started .animated-banner__links {
		animation: fade-in .5s 1s both
	}
	
	.animated-banner__links__item {
		display: block;
		flex: 1
	}
	
	@media(min-width: 718px) {
		.animated-banner__links__item {
			width: 100px
		}
	}
	
	@media(min-width: 1440px) {
		.animated-banner__links__item {
			width: 125px
		}
	}
	
	.animated-banner__links__link {
		transition: color .15s
	}
	
	.animated-banner__links__link:focus {
		color: #00e89d
	}
	
	.animated-banner__links__link:focus-visible {
		color: #00e89d
	}
	
	.animated-banner__links__link {
		color: #07f;
		outline: none
	}
	
	.animated-banner__links__link:focus:not(:focus-visible) {
		color: #07f;
		outline: none
	}
	
	.animated-banner__links__link .button-content:focus {
		outline: none
	}
	
	.animated-banner__links__link .button-content:focus-visible {
		outline: none
	}
	
	.animated-banner__links__link .button-content {
		outline: none
	}
	
	.animated-banner__links__link .button-content:focus:not(:focus-visible) {
		outline: none
	}
	
	.animated-banner__links__link .button-content>.aspect-ratio-box {
		position: relative;
		height: 0;
		padding-top: max(min(calc(var(--aspect-ratio-height-mobile) / var(--aspect-ratio-width-mobile) * 100%), var(--aspect-ratio-max-height-mobile, 10000vh)), var(--aspect-ratio-min-height-mobile, 0px));
		overflow: hidden
	}
	
	@media(min-width: 718px) {
		.animated-banner__links__link .button-content>.aspect-ratio-box {
			padding-top: max(min(calc(var(--aspect-ratio-height) / var(--aspect-ratio-width) * 100%), var(--aspect-ratio-max-height, 10000vh)), var(--aspect-ratio-min-height, 0px))
		}
	}
	
	.animated-banner__links__link .button-content>.aspect-ratio-box>* {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
	
	.animated-banner--sticky {
		position: sticky;
		top: 82px;
		z-index: 5;
		transition-duration: .4s, .4s;
		transition-property: transform, background
	}
	
	@media(min-width: 1024px) {
		.animated-banner--sticky {
			top: 102px;
			transition-delay: .6s, 0s;
			transition-duration: .2s, .2s
		}
	}
	
	.page--scroll-down:not(.page--scrolled-to-top) .animated-banner--sticky {
		transform: translateY(calc(-150% - 82px))
	}
	
	@media(min-width: 1024px) {
		.page--scroll-down:not(.page--scrolled-to-top) .animated-banner--sticky {
			transform: translateY(calc(-150% - 102px));
			transition-delay: .2s, 0s
		}
	}
	
	
	@keyframes fade-in {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}
	
	@keyframes fade-out {
		from {
			opacity: 1
		}
		to {
			opacity: 0
		}
	}
	
	@keyframes fade-and-wipe-in-from-left {
		0% {
			position: relative;
			opacity: 0;
			transform: translateX(-100px)
		}
		50% {
			opacity: 1
		}
		100% {
			position: relative;
			max-width: 100%;
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes shrink-horizontally {
		from {
			transform: scaleX(1)
		}
		to {
			transform: scaleX(0)
		}
	}
	
	@keyframes zoom-in {
		from {
			transform: scale(1)
		}
		to {
			transform: scale(1.15)
		}
	}
	
	@keyframes fade-in-from-left {
		from {
			opacity: 0;
			transform: translateX(-20px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-left-lg {
		from {
			opacity: 0;
			transform: translateX(-50px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-left-xl {
		from {
			opacity: 0;
			transform: translateX(-100px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right {
		from {
			opacity: 0;
			transform: translateX(20px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right-lg {
		from {
			opacity: 0;
			transform: translateX(50px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right-xl {
		from {
			opacity: 0;
			transform: translateX(100px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-bottom {
		from {
			opacity: 0;
			transform: translateY(30px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-sm {
		from {
			opacity: 0;
			transform: translateY(10px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-md {
		from {
			opacity: 0;
			transform: translateY(60px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-lg {
		from {
			opacity: 0;
			transform: translateY(100px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-out-to-top {
		from {
			opacity: 1;
			transform: translateY(0)
		}
		to {
			opacity: 0;
			transform: translateY(-40px)
		}
	}
	
	@keyframes move-in-from-bottom-100 {
		from {
			transform: translateY(100%)
		}
		to {
			transform: translateY(0)
		}
	}
	
	@keyframes move-out-to-bottom-100 {
		from {
			transform: translateY(0)
		}
		to {
			transform: translateY(100%)
		}
	}
	
	@keyframes move-in-from-right-100 {
		from {
			transform: translateX(100%)
		}
		to {
			transform: translateX(0)
		}
	}
	
	@keyframes move-out-to-left-100 {
		from {
			transform: translateX(0)
		}
		to {
			transform: translateX(-100%)
		}
	}
	
	@keyframes reveal-and-scale-from-center {
		0% {
			transform: scale(1.2);
			clip-path: circle(0% at 50% 50%)
		}
		43% {
			clip-path: circle(50% at 50% 50%)
		}
		100% {
			transform: scale(1);
			clip-path: circle(50% at 50% 50%)
		}
	}
	
	@keyframes reveal-from-center {
		from {
			clip-path: circle(0% at 50% 50%)
		}
		to {
			clip-path: circle(50% at 50% 50%)
		}
	}
	
	@keyframes reveal-from-top {
		from {
			clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)
		}
		to {
			clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
		}
	}
	
	@keyframes shrink-to-default {
		from {
			transform: scale(1.2)
		}
		to {
			transform: scale(1)
		}
	}
	
	@keyframes grow-vertically-from-top {
		from {
			opacity: 1;
			transform: scaleY(0.3);
			transform-origin: top
		}
		to {
			opacity: 1;
			transform: scaleY(1);
			transform-origin: top
		}
	}
	
	@keyframes shrink-vertically-to-top {
		0% {
			opacity: 1;
			transform: scaleY(1);
			transform-origin: top
		}
		60% {
			opacity: 1
		}
		100% {
			opacity: 0;
			transform: scaleY(0.3);
			transform-origin: top
		}
	}
	
	@keyframes shrink-horizontally-to-right {
		from {
			transform: scaleX(1);
			transform-origin: right
		}
		to {
			transform: scaleX(0);
			transform-origin: right
		}
	}
	
	@keyframes grow-horiztonally-from-middle {
		0% {
			opacity: 0;
			transform: scaleX(0)
		}
		50% {
			opacity: 1
		}
		100% {
			opacity: 1;
			transform: scaleX(1)
		}
	}
	
	@keyframes waymo-logo-move-in-from-bottom {
		from {
			opacity: .5;
			transform: translateY(27px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes waymo-logo-move-in-from-right {
		from {
			opacity: 1;
			transform: translateX(53px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes waymo-one-expand-clip-path-from-center {
		from {
			clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%)
		}
		to {
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
		}
	}
	
	@keyframes waymo-one-scale-down {
		from {
			transform: scale(1.2)
		}
		to {
			transform: scale(1)
		}
	}
	
	@keyframes waymo-one-fade-in-from-bottom {
		from {
			opacity: 0;
			transform: translateY(23px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}
	
	@keyframes fade-out {
		from {
			opacity: 1
		}
		to {
			opacity: 0
		}
	}
	
	@keyframes fade-and-wipe-in-from-left {
		0% {
			position: relative;
			opacity: 0;
			transform: translateX(-100px)
		}
		50% {
			opacity: 1
		}
		100% {
			position: relative;
			max-width: 100%;
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes shrink-horizontally {
		from {
			transform: scaleX(1)
		}
		to {
			transform: scaleX(0)
		}
	}
	
	@keyframes zoom-in {
		from {
			transform: scale(1)
		}
		to {
			transform: scale(1.15)
		}
	}
	
	@keyframes fade-in-from-left {
		from {
			opacity: 0;
			transform: translateX(-20px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-left-lg {
		from {
			opacity: 0;
			transform: translateX(-50px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-left-xl {
		from {
			opacity: 0;
			transform: translateX(-100px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right {
		from {
			opacity: 0;
			transform: translateX(20px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right-lg {
		from {
			opacity: 0;
			transform: translateX(50px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-right-xl {
		from {
			opacity: 0;
			transform: translateX(100px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes fade-in-from-bottom {
		from {
			opacity: 0;
			transform: translateY(30px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-sm {
		from {
			opacity: 0;
			transform: translateY(10px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-md {
		from {
			opacity: 0;
			transform: translateY(60px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-in-from-bottom-lg {
		from {
			opacity: 0;
			transform: translateY(100px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes fade-out-to-top {
		from {
			opacity: 1;
			transform: translateY(0)
		}
		to {
			opacity: 0;
			transform: translateY(-40px)
		}
	}
	
	@keyframes move-in-from-bottom-100 {
		from {
			transform: translateY(100%)
		}
		to {
			transform: translateY(0)
		}
	}
	
	@keyframes move-out-to-bottom-100 {
		from {
			transform: translateY(0)
		}
		to {
			transform: translateY(100%)
		}
	}
	
	@keyframes move-in-from-right-100 {
		from {
			transform: translateX(100%)
		}
		to {
			transform: translateX(0)
		}
	}
	
	@keyframes move-out-to-left-100 {
		from {
			transform: translateX(0)
		}
		to {
			transform: translateX(-100%)
		}
	}
	
	@keyframes reveal-and-scale-from-center {
		0% {
			transform: scale(1.2);
			clip-path: circle(0% at 50% 50%)
		}
		43% {
			clip-path: circle(50% at 50% 50%)
		}
		100% {
			transform: scale(1);
			clip-path: circle(50% at 50% 50%)
		}
	}
	
	@keyframes reveal-from-center {
		from {
			clip-path: circle(0% at 50% 50%)
		}
		to {
			clip-path: circle(50% at 50% 50%)
		}
	}
	
	@keyframes reveal-from-top {
		from {
			clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)
		}
		to {
			clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
		}
	}
	
	@keyframes shrink-to-default {
		from {
			transform: scale(1.2)
		}
		to {
			transform: scale(1)
		}
	}
	
	@keyframes grow-vertically-from-top {
		from {
			opacity: 1;
			transform: scaleY(0.3);
			transform-origin: top
		}
		to {
			opacity: 1;
			transform: scaleY(1);
			transform-origin: top
		}
	}
	
	@keyframes shrink-vertically-to-top {
		0% {
			opacity: 1;
			transform: scaleY(1);
			transform-origin: top
		}
		60% {
			opacity: 1
		}
		100% {
			opacity: 0;
			transform: scaleY(0.3);
			transform-origin: top
		}
	}
	
	@keyframes shrink-horizontally-to-right {
		from {
			transform: scaleX(1);
			transform-origin: right
		}
		to {
			transform: scaleX(0);
			transform-origin: right
		}
	}
	
	@keyframes grow-horiztonally-from-middle {
		0% {
			opacity: 0;
			transform: scaleX(0)
		}
		50% {
			opacity: 1
		}
		100% {
			opacity: 1;
			transform: scaleX(1)
		}
	}
	
	@keyframes waymo-logo-move-in-from-bottom {
		from {
			opacity: .5;
			transform: translateY(27px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@keyframes waymo-logo-move-in-from-right {
		from {
			opacity: 1;
			transform: translateX(53px)
		}
		to {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	@keyframes waymo-one-expand-clip-path-from-center {
		from {
			clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%)
		}
		to {
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
		}
	}
	
	@keyframes waymo-one-scale-down {
		from {
			transform: scale(1.2)
		}
		to {
			transform: scale(1)
		}
	}
	
	@keyframes waymo-one-fade-in-from-bottom {
		from {
			opacity: 0;
			transform: translateY(23px)
		}
		to {
			opacity: 1;
			transform: translateY(0)
		}
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 400;
		src: url(../v2/static/fonts/GT-Walsheim-Regular.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 500;
		src: url(../v2/static/fonts/GT-Walsheim-Medium.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 200;
		src: url(../v2/static/fonts/GT-Walsheim-Light.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "Simplon Mono";
		font-weight: 400;
		src: url(../v2/static/fonts/SimplonMono-Regular.otf) format("opentype");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 400;
		src: url(../v2/static/fonts/GT-Walsheim-Regular.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 500;
		src: url(../v2/static/fonts/GT-Walsheim-Medium.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "GT-Walsheim";
		font-weight: 200;
		src: url(../v2/static/fonts/GT-Walsheim-Light.woff) format("woff");
		font-display: swap
	}
	
	@font-face {
		font-family: "Simplon Mono";
		font-weight: 400;
		src: url(../v2/static/fonts/SimplonMono-Regular.otf) format("opentype");
		font-display: swap
	}
	
	.one-hero {
		overflow: hidden
	}
	
	.one-hero>* {
		max-width: 420px;
		margin-right: auto;
		margin-left: auto
	}
	
	@media(min-width: 718px) {
		.one-hero>* {
			max-width: 1440px
		}
	}
	
	.tb-os-marker:not(.tb-os-marker--ios) .one-hero {
		contain: layout paint
	}
	
	.one-hero__content {
		padding: 73px 36px;
		display: grid;
		grid: "logo" "title" "video" "subtitle" "body" "links"/1fr
	}
	
	@media(min-width: 718px) {
		.one-hero__content {
			padding: 54px 54px
		}
	}
	
	@media(min-width: 1024px) {
		.one-hero__content {
			padding: 108px 108px
		}
	}
	
	@media(min-width: 718px) {
		.one-hero__content {
			grid: "logo video" auto "title video" auto "subtitle video" auto "body video" auto "links video" 1fr/40% 1fr;
			grid-column-gap: 20px
		}
	}
	
	@media(min-width: 1024px) {
		.one-hero__content {
			grid: "logo video" auto "title video" auto "subtitle video" auto "body video" auto "links video" 1fr/410px 1fr;
			padding-top: 120px
		}
	}
	
	.one-hero__logo {
		grid-area: logo;
		width: 163px;
		height: 14px
	}
	
	@media(min-width: 718px) {
		.one-hero__logo {
			width: 201px;
			height: 17px
		}
	}
	
	@media(min-width: 1024px) {
		.one-hero__logo {
			margin-top: 140px
		}
	}
	
	.one-hero__title {
		font-family: "GT-Walsheim", sans-serif;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		font-weight: 400;
		letter-spacing: -0.04em;
		font-stretch: 100%;
		font-size: 40px;
		line-height: 1.1;
		grid-area: title;
		margin-top: 12px
	}
	
	@media(min-width: 718px) {
		.one-hero__title {
			font-size: 50px
		}
	}
	
	.one-hero__videos {
		padding: 0;
		margin: 0;
		list-style-type: none;
		grid-area: video;
		max-width: 540px;
		align-self: center;
		justify-self: center
	}
	
	@media(max-width: 717px) {
		.one-hero__videos {
			width: calc(100% + 72px);
			margin-right: -36px;
			margin-left: -36px;
			margin-top: 36px
		}
	}
	
	@media(max-width: 717px)and (min-width: 718px) {
		.one-hero__videos {
			width: calc(100% + 108px);
			margin-right: -54px;
			margin-left: -54px
		}
	}
	
	@media(max-width: 717px)and (min-width: 1024px) {
		.one-hero__videos {
			width: calc(100% + 216px);
			margin-right: -108px;
			margin-left: -108px
		}
	}
	
	.one-hero__video {
		display: none
	}
	
	@media(max-width: 717px) {
		.one-hero__video.md-lt {
			display: block
		}
	}
	
	@media(min-width: 718px) {
		.one-hero__video.md {
			display: block
		}
	}
	
	.one-hero__subtitle {
		font-family: "GT-Walsheim", sans-serif;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		font-weight: 400;
		letter-spacing: -0.04em;
		font-stretch: 100%;
		font-size: 40px;
		line-height: 1.1;
		grid-area: subtitle;
		margin-top: 36px
	}
	
	@media(min-width: 718px) {
		.one-hero__subtitle {
			margin-top: 150px
		}
	}
	
	.one-hero__subtitle sup {
		font-size: .5em;
		vertical-align: super
	}
	
	.one-hero__body {
		grid-area: body;
		margin-top: 12px
	}
	
	@media(min-width: 718px) {
		.one-hero__body {
			margin-top: 16px
		}
	}
	
	.one-hero__links {
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: flex;
		gap: 7px;
		grid-area: links;
		margin-top: 36px
	}
	
	.one-hero__link {
		width: 116px;
		height: 34px
	}
	
	.one-hero__link a {
		color: inherit;
		text-decoration: none;
		cursor: pointer;
		transition: outline .15s;
		display: block
	}
	
	.one-hero__link a:hover {
		color: inherit
	}
	
	.one-hero__link a:focus {
		outline: 3px solid #00e89d
	}
	
	.one-hero__link a:focus-visible {
		outline: 3px solid #00e89d
	}
	
	.one-hero__link a {
		outline: 0px solid rgba(0, 0, 0, 0)
	}
	
	.one-hero__link a:focus:not(:focus-visible) {
		outline: 0px solid rgba(0, 0, 0, 0)
	}
	
	
	
.btn-1{    border: 1px solid #0077ff;    color: #ffffff;    padding: 10px 15px;    border-radius: 6px;    margin: 0px 0 0px;    display: inline-block;    text-decoration: none;    font-size: 16px;    font-weight: 500;    font-family: system-ui;    display: flex;    flex-wrap: nowrap;    gap: 3px;    align-items: center;    background: #0077ff;}	
.btn-2{	border: 1px solid #464c59;    color: #000000;    padding: 10px 15px;    border-radius: 6px;    margin: 0px 0 0px;    display: inline-block;    text-decoration: none;    font-size: 16px;    font-weight: 500;    font-family: system-ui;    align-items: center;    display: inline-block !important;}	
.btn-1 svg{    height: 25px;}	
.btn-2 img{    height: 12px;    filter: invert(1);    display: inline-block;    width: auto;    margin: 0 0 0 5px;}	

.btn-1:hover{}
.btn-1:hover svg{    animation: arrow-slide-left 1s ease-in-out infinite;}
.btn-2:hover{}
.btn-2:hover img{    animation: arrow-move 1s infinite;}


.main-banner{padding: 120px 0 70px;position: relative;background: #3f2fee;}
.main-banner .txtwrp{    width: 100%;    position: relative;    z-index: 9;}
.main-banner .txtwrp h1{font-size: 58px;line-height: 1.15;letter-spacing: -.04em;font-weight: 400;font-stretch: 100%;margin: 0 0 20px;color: #fff;}
.main-banner .txtwrp p{font-size: 20px;margin: 0 0 30px;width: 80%;color: #fff;}
.main-banner .btnwrp{    display: flex;    gap: 15px;    margin: 0 0 20px;}
.main-banner .bottom-banner-text{    position: absolute;    bottom: 90px;}
.main-banner .bottom-banner-text p{
    color: #fff;
}
.main-banner .bottom-banner-text a{color: #E94D22;text-decoration: underline;}
.main-banner .btnwrp a{}
.main-banner .videowrp{}
.main-banner .videowrp video{    width: 100%;    margin: 0 0 0 -80px;}
.client-testimonial{display: flex;align-items: center;gap: 10px;margin: 40px 0 30px;}
.need-help-persons {display: flex;margin-bottom: 0rem;}
.need-help-persons>img {width: auto;height: auto;object-fit: cover;border-radius: 0%;}
.need-help-persons>img:not(:first-child) {    margin-left: -10px;}
.client-testimonial .text{}
.client-testimonial .text p{font-size: 18px;color: #fff;}



.service-pg .stats-1{position: absolute;width: 190px;right: 51px;top: 110px;z-index: 0;box-shadow: 0px 5px 19px 2px #00000047;border-radius: 9px;}  
.service-pg .stats-2{position: absolute;width: 230px;top: 470px;right: 90px;box-shadow: 0px 5px 19px 2px #00000047;border-radius: 9px;}  
.service-pg .stats-3{position: absolute;left: -150px;top: 440px;width: 180px;box-shadow: 0px 5px 19px 2px #00000047;border-radius: 9px;}




.one-features{padding: 70px 0 !important;}

.featureswrp{padding: 70px 0;}
/* big-network-sec */


.big-platform-box {
    height: 400px;
    background: #fff;
    margin-top: 2rem;
    border-radius: 40px;
    padding: 2rem 2rem 3rem 2rem;
    display: grid;
    align-content: space-between;
    gap: 3rem;
    position: relative;
    border: 1px solid #464c59;
}

.big-platform-box:hover div>span {
    transform: rotateY(360deg) scale(1.1);
}

.big-platform-box:hover h3{color: #ffffff;}
.big-platform-box:hover p{color: #f4f4f4;}

.big-platform-box>div {
    display: flex;
    align-items: center;
}

.big-network-sec .big-platform-box>div {
    display: flex;
    align-items: center;
}

.big-network-sec .row:nth-child(2) {
    margin-top: 1rem;
}

.big-platform-box>div span {
    width: 130px;
    height: 130px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border: 2px solid #70707052;
    border-radius: 50%;
    background: white;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.big-platform-box>div h3 {
    width: calc(100% - 130px);
    color: #000000;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 24px;
    margin: 0;
    font-family: "GT-Walsheim",sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

.big-platform-box>p {
    color: #000000;
    line-height: 1.2;
    height: 110px;
    display: grid;
    align-content: end;
    font-size: 18px;
}



/* width */
.big-platform-box>p::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.big-platform-box>p::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.big-platform-box>p::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.big-platform-box>p::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.big-platform-box>div span>img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.big-platform-box>img:first-child {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 25px;
    color: black;
    transition: 0.3s ease-in-out;
}

.big-platform-box:hover>img:first-child {
    animation: arrow-move 1s infinite;
}

.big-platform-box:hover {
    background: #0077ff;
}

a.bok-met-cta>span {
    color: var(--orange-color);
    text-decoration: underline;
}

/* big-network-sec */


.paid-ads-pg .main-banner{background: #2f4a92;    height: 900px;}
.paid-ads-pg .main-banner .videowrp video{width: 900px;    margin: 30px 0px 0px -200px;    /*transform: rotate(-35deg);*/}
.paid-ads-pg .main-banner .videowrp{position: relative;
    /* border: 3px solid #aeaeae; */
    border-radius: 300px;
    /*overflow: hidden;*/
    /* transform: rotate(35deg); */
    width: 510px;
    height: 720px;
    margin: 0px 0 0px 50px;}
.paid-ads-pg .main-banner .videowrp:after{content:'';}
.parallax-wrap{    z-index: 9;}

.one-features-cards__feature__body{height: 250px;}
.one-features-cards__feature__body h4{font-size: 24px;    margin: 0 0 10px;    font-weight: 500;}
.one-features-cards__feature__body p {    font-size: 20px;    color: #000;}


.other-services-slide .ceo-message .upper-head img{border-radius: unset;    height: 42px;    border: unset;    margin: 0;}



.drives-section{padding: 120px 0 100px;background: #3E190D;position: relative;margin: 80px 0 0;position: relative;z-index: 9;}
.drives-section .txtwrp{text-align: center;width: 60%;margin: 0 auto;position: relative;z-index: 999;}
.drives-section .txtwrp h2{color:#fff;position: relative;z-index: 9;    margin: 0 0 10px;}
.drives-section .txtwrp p{color:#fff;}
.drives-section:after{content:'';background-image: url(./images/lines-dts.svg);width: 100%;height: 240px;position: absolute;top: 0;z-index: 9;left: 0;z-index: -1;}
.drives-section:before{content:'';background-image: url(./images/lines-dts.svg);width: 100%;height: 200px;position: absolute;bottom: 0;z-index: 9;left: 0;z-index: -1;transform: rotate(180deg);}
.drives-section .main{margin: 70px 0px 40px 40px;}
.drives-section .main h4{    font-size: 46px;}
.drives-section .main h6{    font-size: 28px;    color: #fff; font-weight: 400;    line-height: 32px;    margin: 0 0 10px;}
.drives-section .main p{    font-size: 16px;    color: #ffffffd6;}
.drives-section .main-bx{display: flex;justify-content: center;align-items: center;gap: 20px;margin: 100px 0 0;}
.drives-section .main-bx .ceo-img{    background-image: url(./images/akk1.png);    width: 60px;    height: 60px;    border: 1px solid #e94d22;    border-radius: 30px;    background-size: 106px;    background-position: -23px 0px;    background-repeat: repeat;}
.drives-section .main-bx p{    color: #fff;}
.drives-section .main-bx a{}
.drives-section .line-right{position:relative;}
.drives-section .line-right:after {content: '';position: absolute;height: 210px;top: 0;right: -10px;background: #623b2e;width: 1px;}
.drives-section .line-right.one:after {content: '';right: -15px;}
.drives-section .parallax-wrap{    position: relative;}
.drives-section .parallax-wrap .stats-custom{right: 700px;top: -230px;z-index: -1;width: max-content;padding: 10px 10px;background: #e94d22;}
.drives-section .parallax-wrap .stats-custom .flx{    display: flex;    align-items: center;}
.drives-section .parallax-wrap .stats-custom .flx h6{    font-size: 27px;    background: #623b2e;    width: 45px;    height: 45px;    border-radius: 50px;    padding: 10px;    display: flex;    align-items: center;    justify-content: center;    margin: 0 10px 0 0;}
.drives-section .parallax-wrap .stats-custom .flx h4{font-size: 26px;font-weight: 500;text-align: left;line-height: 18px;color: #fff;}
.drives-section .parallax-wrap .stats-custom .flx p{color: #fff;}
.drives-section .parallax-wrap .trnsform{transform: rotate(-15deg);}

.drives-section .parallax-wrap .stats-custom.stats-2{right: -60px;top: -220px;z-index: -1;width: max-content;padding: 10px 10px;background: #e94d22;}
.drives-section .parallax-wrap .stats-custom.stats-2 .flx{    display: flex;    align-items: center;}
.drives-section .parallax-wrap .stats-custom.stats-2 .flx h6{    font-size: 27px;    background: #623b2e;    width: 45px;    height: 45px;    border-radius: 50px;    padding: 10px;    display: flex;    align-items: center;    justify-content: center;    margin: 0 10px 0 0;}
.drives-section .parallax-wrap .stats-custom.stats-2 .flx h4{font-size: 26px;font-weight: 500;text-align: left;line-height: 18px;color: #fff;}
.drives-section .parallax-wrap .stats-custom.stats-2 .flx p{color: #fff;}
.drives-section .parallax-wrap .trnsform-2{transform: rotate(15deg);}
.drives-section .main img {width: 20%; margin-bottom: 17px;}



    
.creatives-pg .main-banner .videowrp video{width: 740px;    margin: 10px 0px 0px -150px;}
.creatives-pg .main-banner{background: #f1d8bb !important;}
.marketing-pg .main-banner{background: #5a5eae;}


.creatives-pg .client-testimonial .text p{color:#000;}
.creatives-pg .main-banner .txtwrp h1, .creatives-pg .main-banner .txtwrp p, .creatives-pg  .main-banner .bottom-banner-text p{color:#000;}

.cro-pg .main-banner .videowrp video{    width: 600px;    margin: 40px 0px 0px -20px;}
.cro-pg .main-banner{background: #ede6da;}
.cro-pg .client-testimonial .text p{color:#000;}
.cro-pg .main-banner .txtwrp h1, .cro-pg .main-banner .txtwrp p, .cro-pg .main-banner .bottom-banner-text p{color:#000;}

.local-pg .main-banner .videowrp video{    width: 700px;    margin: 120px 0px 0px -140px;}
.local-pg .main-banner .videowrp{margin: 0px 0 0px -80px;}
.local-pg .main-banner{    background: #090052;}

.ctv-pg .main-banner .videowrp video{    width: 770px;    margin: 80px 0px 0px -90px;}
.ctv-pg .main-banner .videowrp{    margin: 0px 0 0px -40px;}
.ctv-pg .main-banner{    background: #ffadbb;}

.planning-pg .main-banner .videowrp video{    width: 820px;    margin: 130px 0px 0px -140px;}
.planning-pg .main-banner .videowrp{    margin: 0px 0 0px -20px;}
.planning-pg .main-banner{    background: #fce7d1;}
.planning-pg .client-testimonial .text p{color:#000;}
.planning-pg .main-banner .txtwrp h1, .planning-pg .main-banner .txtwrp p, .planning-pg .main-banner .bottom-banner-text p{color:#000;}