*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 12px;
}

body #cdawrap {
	margin-left: auto;
}

body {
	margin: 0;
	--padding-ver: 5vw;
	--padding-hor: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	--cursor-stroke: #cc1111;
}

/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	border-radius: 50%;
	border: 3px solid var(--cursor-stroke);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5, 0.5, 1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover {
	color: var(--color-link-hover);
	outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
	/* Provide a fallback style for browsers
	 that don't support :focus-visible */
	outline: none;
	background: lightgrey;
}

a:focus:not(:focus-visible) {
	/* Remove the focus indicator on mouse-focus for browsers
	 that do support :focus-visible */
	background: transparent;
}

a:focus-visible {
	/* Draw a very noticeable focus style for
	 keyboard-focus on browsers that do support
	 :focus-visible */
	outline: 2px solid red;
	background: transparent;
}

.hover-line,
a.cda-sponsor-link {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.hover-line::before,
.cda-sponsor-link::before {
	content: '';
	height: 1px;
	width: 100%;
	background: currentColor;
	position: absolute;
	top: 92%;
	transition: transform 0.3s;
	transform-origin: 0% 50%;
}

.hover-line:hover::before,
.cda-sponsor-link:hover::before {
	transform: scaleX(0);
	transform-origin: 100% 50%;
}

.unbutton {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: none;
}

.unbutton:focus {
	outline: none;
}

.main {
	display: grid;
	padding: 0;
	position: relative;
	color: #4d4d4d;
	margin-top: -20px;
	background-color: #c5c5c5;
}

.frame {
	grid-area: 1 / 1 / 2 / 2;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	padding: var(--padding-hor) calc(var(--padding-ver) + 0.6vw);
	flex-direction: column;
	align-self: start;
	position: relative;
	z-index: 100;
}

.frame__title {
	font-size: 1rem;
	margin: 1rem 0;
	font-weight: normal;
}

.frame__links {
	display: inline-block;
}

.frame__links a {
	margin: 0 0.5rem;
}

.intro-grid,
.content-wrap {
	grid-area: 1 / 1 / 2 / 2;
}

.intro-grid {
	flex: 1;
	display: grid;
	max-height: 100%;
	margin: auto 0;
	padding: 0;
	overflow: hidden;
	grid-template-columns: 25% 15% 60%;
	grid-template-rows: repeat(5, 1fr);
	align-items: center;
	grid-column-gap: 3%;
	grid-row-gap: 2.5vmax;
	font-size: 8.625vw;
	line-height: 0.7;
	letter-spacing: -0.075vw;
	font-family: kudryashev-d-excontrast-sans, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 1em;
}

.intro--close {
	pointer-events: none;
}

.row{
	z-index: 3;
}

.image {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	display: grid;
	place-items: center;
	cursor: none;
	will-change: transform;
}

.img {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	display: grid;
	place-items: center;
	cursor: none;
	will-change: transform;
}

.image--up {
	grid-area: 1 / 3 / 4 / 4;
}

.image--down {
	grid-area: 2 / 1 / 5 / 2;
}

.image-3 {
	grid-area: 5 / 3 / 10 / 4;
}

.image-2 {
	grid-area: 6 / 1 / 9 / 3;
}

.image--1 {
	grid-area: 1 / 1 / 2 / 4;
}

.image--2 {
	grid-area: 2 / 1 / 3 / 4;
}


.image__inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.row--1 {
	grid-area: 1 / 1 / 2 / 3;
}

.row--2 {
	grid-area: 2 / 2 / 3 / 3;
}

.row--2-2 {
	grid-area: 3 / 2 / 4 / 3;
}

.row--3 {
	grid-area: 4 / 2 / 5 / 4;
}

.row--4 {
	grid-area: 5 / 1 / 6 / 3;
}

.row--5 {
	grid-area: 9 / 1 / 10 / 3;
}

.row--6 {
	grid-area: 10 / 2 / 11 / 4;
}

.oh {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.oh>span {
	display: inline-block;
	will-change: transform;
}

.row__text span {
	padding-top: 1.5vw;
}

.content-wrap {
	align-self: stretch;
	display: grid;
}

.content {
	opacity: 0;
	pointer-events: none;
	grid-area: 1 / 1 / 2 / 2;
	display: grid;
	grid-template-columns: 100%;
	height: 100%;
	grid-template-rows: 1fr 50%;
	padding: 0 var(--padding-ver);
}

.content--open {
	opacity: 1;
	pointer-events: auto;
}

.content--open .content__row--image {
	pointer-events: none;
}

.content__row--text {
	padding: calc(var(--padding-hor) + 9rem) 0 2.5rem;
	display: grid;
	grid-template-areas: 'title number' 'back back' 'meta meta';
	grid-template-columns: 1fr auto;
	grid-template-rows: auto 1fr auto;
}

.content__row--image+.content__row--text {
	padding-bottom: 1.5rem;
}

.content__title {
	grid-area: title;
	font-family: kudryashev-d-excontrast-sans, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1;
	margin: 0;
}

.content__number {
	grid-area: number;
	place-self: start end;
	font-size: clamp(3rem, 10vw, 10rem);
	line-height: 0.55;
	position: relative;
	display: flex;
	align-items: start;
	justify-content: start;
	align-content: start;
}

.content__number .oh>span {
	padding-bottom: 1.75vw;
	padding-left: 6vw;
	position: relative;
	display: block;
}

.content__number .oh>span::before {
	content: "";
	width: 1px;
	height: 111%;
	background: currentColor;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(25deg);
	transform-origin: 100% 100%;
}

.content__back {
	grid-area: back;
	justify-self: start;
	align-self: center;
	overflow: hidden;
}

.content__back svg {
	width: 100px;
	stroke: #000;
	stroke-width: 0.3px;
	transition: transform 0.2s;
	transform-origin: 0% 50%;
	transform: scaleX(0.8);
}

.content__back:hover svg {
	transform: scaleX(1);
}

.content__meta {
	grid-area: meta;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	font-size: clamp(0.75rem, 3vw, 1.5rem);
	line-height: 1;
}

.content__meta-text--center {
	text-align: center;
}

.cursor {
	display: none;
}

@media screen and (min-width: 53em) {
	.frame {
		flex-direction: row;
	}

	.frame__title {
		margin-top: 0;
	}

	.frame__links {
		margin-left: 8vw;
	}

	.content__row--text {
		padding: calc(var(--padding-hor) + 4rem) 0 2.5rem;
	}
}
.line-wrap{
	cursor: default;
}

@media (any-pointer:fine) {
	.cursor {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		pointer-events: none;
		z-index: 10000;
	}

	.cursor__inner {
		fill: none;
		stroke: var(--cursor-stroke);
		stroke-width: 2px;
	}

	.no-js .cursor {
		display: none;
	}
}