:root {
	--mop-font:
		"neue-haas-grotesk-display", "Helvetica Neue", Arial, sans-serif;
	--mop-weight-regular: 400;
	--mop-weight-semibold: 600;
	--mop-weight-bold: 700;
	--mop-weight-black: 900;
}

:root {
	--mop-bg: #ebe5d2;
	--mop-ink: #050505;
	--mop-dark: #282828;
	--mop-white: #fbfaf6;
	--mop-green: #a4d000;
	--mop-orange: #ff5b19;
	--mop-gold: #ffa800;
	--mop-blue: #6c7aff;
	--mop-pink: #fc8fc7;
	--mop-cyan: #05c6c8;
	--mop-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
	--mop-radius-lg: 46px;
	--mop-radius-md: 24px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	background: var(--mop-bg);
	color: var(--mop-ink);
	font-family: var(--mop-font);
	font-size: 16px;
	font-weight: var(--mop-weight-regular);
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

button,
input {
	font: inherit;
}

a {
	color: inherit;
}

.mop-page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	background: var(--mop-bg);
}

.mop-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mop-header {
	position: absolute;
	top: 36px;
	right: max(48px, calc((100vw - 1450px) / 2));
	z-index: 3;
	display: flex;
	align-items: end;
	gap: 9px;
}

.mop-header__note {
	margin: 0;
	max-width: 190px;
	font-size: 12px;
	font-weight: var(--mop-weight-regular);
	font-style: italic;
	text-align: right;
}

.mop-header__brand {
	color: #00aec7;
	font-size: 24px;
	font-weight: var(--mop-weight-black);
	line-height: 0.78;
	text-transform: uppercase;
}

.mop-header__brand .custom-logo-link {
	display: block;
	line-height: 0;
}

.mop-header__brand .custom-logo {
	display: block;
	width: 75px;
	height: 54px;
	object-fit: contain;
}

.mop-hero {
	position: relative;
	min-height: 0;
	padding: 356px 24px 248px;
	text-align: center;
}

.mop-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 1120px;
	margin: 0 auto;
}

.mop-hero__title,
.mop-section-title,
.mop-cta__title {
	margin: 0;
	font-weight: var(--mop-weight-black);
	letter-spacing: 0;
	line-height: 1;
}

.mop-title-accent {
	color: var(--mop-green);
}

.mop-hero__title {
	font-size: clamp(4.25rem, 4.85vw, 5rem);
}

.mop-hero__copy {
	margin: 50px auto 0;
	max-width: 1060px;
	font-size: 1.25rem;
	line-height: 1.2;
}

.mop-logo {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 40px;
	font-size: clamp(2.35rem, 3.4vw, 3.5rem);
	font-weight: var(--mop-weight-black);
	line-height: 1;
}

.mop-logo img {
	width: 0.75em;
	height: 0.75em;
}

.mop-logo--hero img {
	display: block;
	width: 264px;
	height: auto;
}

.mop-hero__decor {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	user-select: none;
	will-change: transform;
}

.mop-hero__decor--left {
	top: 0;
	left: 0;
	max-width: none;
}

.mop-hero__decor--right {
	top: 0;
	right: 0;
	max-width: none;
}

.mop-hero__decor--mobile-left,
.mop-hero__decor--mobile-right {
	display: none;
}

.mop-intro,
.mop-stats,
.mop-quiz,
.mop-toolkit {
	position: relative;
	z-index: 2;
	padding: 0 24px;
}

.mop-intro__card {
	display: grid;
	grid-template-columns: 451px 515px;
	align-items: center;
	gap: 30px;
	max-width: 1222px;
	min-height: 600px;
	margin: 0 auto;
	padding: 77px 81px 78px 145px;
	border-radius: 60px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 70px rgba(255, 255, 255, 0.56);
}

.mop-intro__content {
	width: 451px;
	padding-top: 0;
	align-self: center;
}

.mop-intro p.mop-intro__lead {
	margin-top: 0;
	margin-bottom: 32px;
	font-size: 1.625rem;
	font-weight: var(--mop-weight-regular);
	line-height: 1.4;
}

.mop-intro p {
	margin: 0 0 28px;
	font-size: 1rem;
	line-height: 1.6;
}

.mop-intro__strong {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: var(--mop-weight-bold);
	line-height: 1.4 !important;
}

.mop-intro__art {
	justify-self: start;
	width: 515px;
	height: 370px;
}

.mop-stats {
	padding-top: 112px;
}

.mop-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, 492px);
	gap: 32px;
	justify-content: center;
	max-width: 1016px;
	margin: 0 auto;
}

.mop-stats__card {
	position: relative;
	display: flex;
	width: 492px;
	height: 492px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	padding: 68px 72px 58px;
	border-radius: 60px;
	text-align: center;
}

.mop-stats__art {
	position: absolute;
	inset: 21px;
	z-index: 1;
	width: calc(100% - 42px);
	height: calc(100% - 42px);
	object-fit: contain;
	pointer-events: none;
	user-select: none;
}

.mop-stats__card--green {
	background: var(--mop-green);
}

.mop-stats__card--orange {
	background: var(--mop-orange);
}

.mop-stats__value {
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 7.875rem;
	font-weight: var(--mop-weight-black);
	line-height: 1;
	padding-left: 30px;
}

.mop-stats__value span {
	font-size: 0.28em;
	font-weight: var(--mop-weight-regular);
}

.mop-stats__copy {
	position: relative;
	z-index: 2;
	max-width: 259px;
	margin: 5px 0 0;
	font-size: 1.25rem;
	font-weight: var(--mop-weight-regular);
	line-height: 1.2;
}

.mop-stats__source {
	margin: 25px 0 0;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}

.mop-quiz {
	z-index: 4;
	padding-top: 78px;
	padding-bottom: 82px;
	text-align: center;
}

.mop-section-title {
	font-size: clamp(3.4rem, 4.85vw, 5rem);
}

.mop-quiz__form {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, 387px);
	gap: 32px;
	justify-content: center;
	max-width: 1225px;
	margin: 60px auto 0;
}

.mop-quiz__card {
	position: relative;
	min-width: 0;
	width: 387px;
	min-height: 466px;
	margin: 0;
	padding: 115px clamp(14px, 1vw, 15px) 25px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.mop-quiz__question {
	position: absolute;
	top: 0;
	left: clamp(18px, 1.4vw, 22px);
	z-index: 2;
	display: flex;
	align-items: center;
	width: calc(100% - (clamp(18px, 1.4vw, 22px) * 2));
	height: 85px;
	padding: 12px clamp(20px, 1.6vw, 26px);
	border-radius: 20px 20px 0 0;
	background: #ffffff;
	font-size: clamp(1rem, 0.76rem + 0.72vw, 1.25rem);
	font-weight: var(--mop-weight-bold);
	line-height: 1.16;
	text-align: left;
	overflow: hidden;
}

.mop-quiz__card::before {
	content: "";
	position: absolute;
	inset: 85px 0 0;
	z-index: 1;
	border-radius: 30px;
	background: rgba(235, 229, 208, 0.8);
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.mop-quiz__option {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: clamp(16px, 1.5vw, 25px);
	width: 100%;
	min-height: 92px;
	margin: 0 0 20px;
	padding: 10px clamp(16px, 1.45vw, 20px);
	border-radius: 30px;
	background: var(--mop-green);
	font-size: clamp(1.05rem, 0.68rem + 0.96vw, 1.625rem);
	font-weight: var(--mop-weight-regular);
	line-height: 1.34;
	text-align: left;
	cursor: pointer;
	transition:
		transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
		background-color 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mop-quiz__option span {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

.mop-quiz__option input {
	appearance: none;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	margin: 0;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: #ffffff;
	transition: background 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mop-quiz__option input:checked {
	background: radial-gradient(circle, var(--mop-dark) 0 42%, #ffffff 46%);
}

.mop-quiz__option.is-selected {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
	background: #b0dd0d;
}

.mop-quiz__option:hover,
.mop-quiz__option:focus-within {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.mop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	border: 0;
	border-radius: 999px;
	font-size: 26px;
	font-weight: var(--mop-weight-bold);
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
}

.mop-button::after {
	content: " ->";
	white-space: pre;
}

.mop-button--icon {
	gap: 5px;
	padding-right: 14px;
	color: #ffffff;
	transition:
		transform 180ms ease,
		box-shadow 180ms ease;
}

.mop-button--icon::after {
	content: none;
}

.mop-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: currentColor;
	transition: transform 180ms ease;
}

.mop-button__icon svg {
	display: block;
	width: auto;
	height: 1em;
}

.mop-button--reveal .mop-button__icon svg {
	height: 18px;
}

.mop-button--download .mop-button__icon svg {
	height: 20px;
}

.mop-button--icon:hover,
.mop-button--icon:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
}

.mop-button--reveal:hover .mop-button__icon,
.mop-button--reveal:focus-visible .mop-button__icon {
	transform: translateX(3px);
}

.mop-button--download:hover .mop-button__icon,
.mop-button--download:focus-visible .mop-button__icon {
	transform: translateY(2px);
}

@media (prefers-reduced-motion: reduce) {
	.mop-button--icon,
	.mop-button__icon,
	.mop-quiz__option,
	.mop-quiz__option input,
	.mop-modal-layer,
	.mop-modal {
		transition: none;
	}

	.mop-button--icon:hover,
	.mop-button--icon:focus-visible,
	.mop-button--reveal:hover .mop-button__icon,
	.mop-button--reveal:focus-visible .mop-button__icon,
	.mop-button--download:hover .mop-button__icon,
	.mop-button--download:focus-visible .mop-button__icon {
		transform: none;
	}
}

.mop-button--dark {
	background: var(--mop-dark);
	color: #ffffff;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
}

.mop-quiz__button {
	grid-column: 1 / -1;
	justify-self: center;
	margin-top: 10px;
	font-size: clamp(1.35rem, 1.05rem + 0.75vw, 1.625rem);
}

.mop-quiz__message {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--mop-orange);
	font-size: 1rem;
	font-weight: var(--mop-weight-bold);
	text-align: center;
}

html.mop-modal-is-open,
body.mop-modal-is-open {
	overflow: hidden;
}

.mop-modal-layer {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.62);
	opacity: 0;
	transition: opacity 220ms ease;
}

.mop-modal-layer[hidden],
.mop-modal[hidden] {
	display: none;
}

.mop-modal-layer[data-modal-theme="restorative"] {
	background: rgba(164, 208, 0, 0.9);
}

.mop-modal-layer[data-modal-theme="curious"] {
	background: rgba(108, 122, 255, 0.9);
}

.mop-modal-layer[data-modal-theme="movement"] {
	background: rgba(255, 91, 25, 0.9);
}

.mop-modal-layer[data-modal-theme="error"] {
	background: rgba(40, 40, 40, 0.78);
}

.mop-modal {
	position: relative;
	width: 620px;
	max-width: 100%;
	max-height: min(820px, calc(100dvh - 48px));
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	border-radius: 54px;
	background: rgba(251, 250, 246, 0.85);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	transform: translate3d(0, 18px, 0) scale(0.97);
	transition:
		opacity 240ms ease,
		transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mop-modal-layer.is-visible {
	opacity: 1;
}

.mop-modal-layer.is-visible .mop-modal {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.mop-modal::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.mop-modal__close {
	position: absolute;
	top: 45px;
	right: 45px;
	z-index: 2;
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: var(--mop-dark);
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
}

.mop-modal--result {
	padding: 72px 100px;
}

.mop-modal__art {
	display: block;
	width: min(100%, 340px);
	height: auto;
	margin: 0 auto 42px;
}

.mop-result-card {
	border: 1px solid var(--mop-dark);
	color: var(--mop-ink);
	background: rgba(251, 250, 246, 0.38);
	text-align: left;
}

.mop-result-card__header,
.mop-result-card__body,
.mop-result-card__download {
	padding: 18px 24px;
}

.mop-result-card__header,
.mop-result-card__body {
	border-bottom: 1px solid var(--mop-dark);
}

.mop-result-card__eyebrow {
	margin: 0 0 6px;
	font-size: 1rem;
	font-weight: var(--mop-weight-regular);
	line-height: 1.15;
}

.mop-result-card__title {
	margin: 0;
	font-size: 1.55rem;
	font-weight: var(--mop-weight-black);
	line-height: 1.08;
}

.mop-result-card__body p.mop-result-card__lead {
	margin: 0 0 28px !important;
	font-size: 22px;
	font-weight: var(--mop-weight-regular);
	line-height: 1.27 !important;
}

.mop-result-card__body p {
	margin: 0;
	font-size: 1rem;
	font-weight: var(--mop-weight-regular);
	line-height: 1.5;
}

.mop-result-card__download p {
	max-width: 330px;
	margin: 0 0 24px;
	font-size: 1rem;
	font-weight: var(--mop-weight-black);
	line-height: 1.3;
}

.mop-result-card__button {
	min-height: 43px;
	font-size: 1rem;
	font-weight: var(--mop-weight-black);
	line-height: 1;
}

.mop-modal--error {
	padding: 120px;
}

.mop-modal__art--error {
	width: min(100%, 379px);
	margin-bottom: 46px;
}

.mop-modal__error-copy {
	max-width: 360px;
	margin: 0 auto;
	font-size: 26px;
	font-weight: var(--mop-weight-regular);
	line-height: 1.22;
	text-align: left;
}

.mop-toolkit {
	z-index: 3;
	isolation: isolate;
	margin-bottom: -88px;
	padding-bottom: 172px;
	border-radius: 0 0 96px 96px;
	background: var(--mop-bg);
	overflow: hidden;
}

.mop-third-decor {
	position: absolute;
	z-index: 0;
	top: -238px;
	left: 50%;
	width: 1160px;
	max-width: none;
	--mop-parallax-base: translateX(-50%);
	transform: var(--mop-parallax-base);
	pointer-events: none;
	user-select: none;
	will-change: transform;
}

.mop-toolkit__panel {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 451px 451px;
	column-gap: 134px;
	row-gap: 50px;
	align-items: start;
	max-width: 1222px;
	min-height: 600px;
	margin: 0 auto;
	padding: 69px 84px 72px;
	border-radius: 60px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 0 80px rgba(255, 255, 255, 0.6);
	overflow: hidden;
}

.mop-toolkit__panel > :not(.mop-third-decor) {
	position: relative;
	z-index: 1;
}

.mop-toolkit .mop-section-title {
	grid-column: 1 / -1;
	justify-self: center;
	max-width: 560px;
	margin-bottom: 0;
	font-size: 2.5rem;
	line-height: 1;
	text-align: center;
}

.mop-toolkit__copy p {
	max-width: 451px;
	margin: 0;
	font-size: 1.625rem;
	line-height: 1.4;
}

.mop-toolkit__small {
	margin-top: 26px !important;
	font-size: 1rem !important;
	font-weight: var(--mop-weight-regular);
	line-height: 1.6 !important;
}

.mop-toolkit__list p {
	margin: 0 0 24px;
	font-size: 1rem;
	font-weight: var(--mop-weight-regular);
	line-height: 1.6;
}

.mop-toolkit__list ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mop-toolkit__list li {
	display: grid;
	grid-template-columns: 64px 1fr;
	align-items: center;
	width: 451px;
	min-height: 68px;
	background: #ffffff;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
	font-size: 1rem;
	line-height: 1.6;
	gap: 10px;
}

.mop-toolkit__list img {
	width: 64px;
	height: 68px;
	object-fit: cover;
}

.mop-toolkit__button {
	grid-column: 1 / -1;
	justify-self: center;
	margin-top: 2px;
}

.mop-cta {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 490px minmax(0, 640px);
	justify-content: center;
	align-items: start;
	column-gap: 30px;
	min-height: 640px;
	padding: 176px 24px 82px;
	background-color: var(--mop-cyan);
	background-image: url("../img/mop-cta.png");
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.mop-cta__media {
	width: 490px;
	height: 490px;
	border-radius: 60px;
	overflow: hidden;
}

.mop-cta__photo {
	display: block;
	width: 490px;
	height: 490px;
	object-fit: cover;
}

.mop-cta__title {
	grid-column: 1 / -1;
	max-width: 640px;
	font-size: 2.5rem;
	line-height: 1;
}

.mop-cta__content {
	display: grid;
	grid-template-columns: 236px 374px;
	column-gap: 30px;
	row-gap: 38px;
	align-items: start;
}

.mop-cta p {
	grid-column: 2;
	max-width: 374px;
	margin: 0;
	font-size: 1rem;
	font-weight: var(--mop-weight-regular);
	line-height: 1.6;
}

.mop-cta__strong {
	margin-top: -8px !important;
	font-weight: var(--mop-weight-bold) !important;
	line-height: 1.4 !important;
}

.mop-cta .mop-button {
	grid-column: 2;
	justify-self: start;
	margin-top: 0;
}

.mop-footer {
	position: relative;
	z-index: 2;
	padding: 60px 24px 52px;
	background: var(--mop-dark);
	color: #ffffff;
}

.mop-footer__container {
	max-width: 1222px;
	margin: 0 auto;
}

.mop-footer__columns {
	display: flex;
	align-items: baseline;
}

.mop-logo--footer {
	margin: 0 0 18px;
}

.mop-logo--footer img {
	display: block;
	width: 238px;
	height: 47px;
}

.mop-footer a,
.mop-footer span {
	color: #8d8d8d;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
}

.mop-footer p {
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: var(--mop-weight-semibold);
	line-height: 1.3;
}

.mop-footer__contact,
.mop-footer__social {
	display: grid;
	gap: 5px;
}

.mop-footer__contact {
	padding-right: 137px;
}

.mop-footer__contact p,
.mop-footer__contact a {
	line-height: 1;
}

.mop-footer__social {
	padding-right: 65px;
}

.mop-footer__contact p,
.mop-footer__social p {
	margin: 0;
	color: #ffffff;
	font-weight: var(--mop-weight-semibold);
}

.mop-footer__link {
	text-decoration: none;
}

.mop-footer__social a {
	display: grid;
	grid-template-columns: 16px 1fr;
	align-items: center;
	gap: 10px;
}

.mop-footer__contact .mop-footer__link,
.mop-footer__bottom a {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition:
		background-size 180ms ease,
		color 180ms ease;
}

.mop-footer__social a{
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 28px 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition:
		background-size 180ms ease,
		color 180ms ease;
}

.mop-footer__contact .mop-footer__link:hover,
.mop-footer__contact .mop-footer__link:focus-visible,
.mop-footer__social a:hover,
.mop-footer__social a:focus-visible,
.mop-footer__bottom a:hover,
.mop-footer__bottom a:focus-visible {
	background-size: 100% 1px;
}

.mop-footer__social img {
	width: 16px;
	max-height: 16px;
	object-fit: contain;
}

.mop-footer__acknowledgement {
	flex: 0 0 387px;
	align-self: flex-end;
	max-width: 387px;
	margin: 0;
	font-weight: 400 !important;
}

.mop-footer__bottom {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-top: 53px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.mop-footer__legal {
	display: flex;
	gap: 34px;
}

@media (max-width: 1020px) {
	.mop-hero {
		min-height: 670px;
		padding-top: 210px;
	}

	.mop-intro__card,
	.mop-toolkit__panel,
	.mop-cta {
		grid-template-columns: 1fr;
	}

	.mop-intro__content {
		width: auto;
		max-width: none;
	}

	.mop-intro__art {
		width: min(100%, 515px);
		height: auto;
	}

	.mop-toolkit__panel {
		max-width: 760px;
		min-height: 0;
		padding: 58px 56px 92px;
	}

	.mop-toolkit {
		margin-bottom: -70px;
		padding-bottom: 132px;
		border-radius: 0 0 76px 76px;
	}

	.mop-toolkit__copy p,
	.mop-toolkit__list li {
		width: 100%;
		max-width: none;
	}

	.mop-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mop-stats__card {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.mop-quiz__form {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}

	.mop-quiz__card {
		width: 100%;
	}

	.mop-quiz__question {
		left: 18px;
		width: calc(100% - 36px);
	}

	.mop-quiz__option {
		width: 100%;
	}

	.mop-cta {
		gap: 42px;
		grid-template-columns: 1fr;
		min-height: 0;
		padding-top: 132px;
	}

	.mop-cta__media,
	.mop-cta__content {
		justify-self: center;
		width: min(100%, 490px);
	}

	.mop-cta__content {
		grid-template-columns: 1fr;
		row-gap: 24px;
	}

	.mop-cta__title,
	.mop-cta p,
	.mop-cta .mop-button {
		grid-column: 1;
	}

	.mop-cta__photo {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.mop-cta p,
	.mop-cta__title {
		max-width: none;
	}
}

@media (min-width: 761px) and (max-width: 960px) {
	.mop-stats__copy {
		max-width: 232px;
		font-size: 14px;
		line-height: 1.16;
	}
	.mop-stats__value {
    font-size: 4.875rem;
	}
	.mop-title-accent {
    color: var(--mop-ink);
	}
}
@media (min-width: 1020px) and (max-width: 1280px) {
	.mop-toolkit__list li {
    width: 400px;
	}
	.mop-toolkit__panel {
    column-gap: 80px;
	}
}
@media (min-width: 1020px) and (max-width: 1100px) {
	.mop-toolkit__panel {
		grid-template-columns: 400px 400px;
	}
}

@media (max-width: 1280px) {
	.mop-quiz__form {
		max-width: min(1225px, 100%);
		gap: 26px;
	}

	.mop-quiz__question {
		font-size: clamp(0.96rem, 0.58rem + 0.9vw, 1.12rem);
		line-height: 1.18;
	}

	.mop-quiz__option {
		font-size: clamp(1rem, 0.46rem + 1.18vw, 1.42rem);
		line-height: 1.3;
	}
}

@media (max-width: 1120px) {
	.mop-quiz__form {
		gap: 20px;
	}

	.mop-quiz__question {
		padding-left: 18px;
		padding-right: 18px;
		font-size: clamp(0.94rem, 0.54rem + 0.92vw, 1.02rem);
	}

	.mop-quiz__option {
		gap: 14px;
		padding-left: 14px;
		padding-right: 14px;
		font-size: clamp(0.98rem, 0.42rem + 1.14vw, 1.22rem);
	}
}

@media (max-width: 1100px) {
	.mop-quiz__form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 860px;
		gap: 24px;
	}

	.mop-quiz__card {
		min-height: 438px;
	}

	.mop-quiz__question {
		font-size: clamp(0.98rem, 0.66rem + 0.7vw, 1.08rem);
	}

	.mop-quiz__option {
		font-size: clamp(1rem, 0.7rem + 0.8vw, 1.2rem);
	}

	.mop-quiz__button {
		margin-top: 6px;
	}
}

@media (max-width: 760px) {
	.mop-header {
		top: 18px;
		right: 18px;
	}

	.mop-hero {
		min-height: 620px;
		padding: 190px 18px 88px;
	}

	.mop-hero__title {
		font-size: clamp(2.125rem, 12vw, 3.6rem);
	}

	.mop-hero__copy {
		margin-top: 30px;
	}

	.mop-hero .mop-logo {
		margin-top: 32px;
	}

	.mop-intro,
	.mop-stats,
	.mop-quiz,
	.mop-toolkit {
		padding-left: 18px;
		padding-right: 18px;
	}

	.mop-intro__card,
	.mop-toolkit__panel {
		padding: 34px 24px 48px;
		border-radius: 28px;
	}

	.mop-toolkit .mop-section-title {
		margin-bottom: 0;
		font-size: clamp(2.125rem, 10vw, 3.4rem);
	}

	.mop-stats__grid,
	.mop-quiz__form {
		grid-template-columns: 1fr;
		max-width: 390px;
	}

	.mop-stats__card {
		width: 100%;
		height: auto;
		min-height: 280px;
		aspect-ratio: 1 / 1;
		padding: 42px 36px;
	}

	.mop-section-title {
		font-size: clamp(2.125rem, 10vw, 3.4rem);
	}

	.mop-quiz {
		padding-top: 54px;
	}

	.mop-quiz__form {
		margin-top: 34px;
	}

	.mop-quiz__card {
		min-height: auto;
		padding: 98px 12px 20px;
	}

	.mop-quiz__question {
		height: 76px;
		font-size: 1rem;
	}

	.mop-quiz__card::before {
		inset: 76px 0 0;
	}

	.mop-quiz__option {
		min-height: 74px;
		gap: 16px;
		padding: 14px 18px;
		font-size: 1.2rem;
	}

	.mop-quiz__option input {
		flex-basis: 30px;
		width: 30px;
		height: 30px;
	}

	.mop-toolkit__panel {
		gap: 34px;
	}

	.mop-third-decor {
		top: -145px;
		width: 860px;
	}

	.mop-cta {
		padding: 58px 18px;
	}

	.mop-cta p {
		margin-top: 28px;
	}

	.mop-cta .mop-button {
		margin-top: 32px;
	}

	.mop-footer__columns {
		flex-direction: column;

		align-items: start;
	}

	.mop-footer__bottom {
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 760px) {
	.mop-page {
		overflow-x: hidden;
	}

	.mop-hero {
		min-height: 0;
		padding: 120px 18px 108px;
	}

	.mop-hero__title {
		font-size: clamp(2rem, 10vw, 2.7rem);
		line-height: 0.92;
	}

	.mop-hero__copy {
		max-width: 260px;
		margin-top: 22px;
		font-size: 0.875rem;
		line-height: 1.25;
	}

	.mop-hero .mop-logo {
		margin-top: 26px;
		font-size: 1.45rem;
	}

	.mop-hero__decor--left {
		top: -84px;
		left: -286px;
		width: 520px;
	}

	.mop-hero__decor--right {
		top: 238px;
		right: -380px;
		width: 520px;
	}

	.mop-intro,
	.mop-stats,
	.mop-quiz,
	.mop-toolkit {
		padding-left: 24px;
		padding-right: 24px;
	}

	.mop-intro__card {
		display: flex;
		flex-direction: column;
		gap: 18px;
		min-height: 0;
		padding: 26px 22px 30px;
		border-radius: 12px;
	}

	.mop-intro__art {
		order: -1;
		width: min(100%, 300px);
		align-self: center;
	}

	.mop-intro p.mop-intro__lead {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 1.35;
	}

	.mop-intro p {
		margin-bottom: 14px;
		font-size: 16px;
		line-height: 1.45;
	}

	.mop-stats {
		padding-top: 42px;
	}

	.mop-stats__grid,
	.mop-quiz__form {
		grid-template-columns: 1fr;
		max-width: 100%;
	}

	.mop-stats__card {
		width: 100%;
		height: auto;
		min-height: 0;
		aspect-ratio: 1 / 1;
		padding: 36px 30px;
		border-radius: 12px;
	}

	.mop-stats__art {
		inset: 14px;
		width: calc(100% - 28px);
		height: calc(100% - 28px);
	}

	.mop-stats__value {
		font-size: clamp(4rem, 23vw, 5.8rem);
		padding-left: 0px;
	}

	.mop-stats__copy {
		max-width: 210px;
		font-size: 16px;
	}

	.mop-stats__source {
		font-size: 16px;
		max-width: 60%;
		margin: 30px auto 0;
	}

	.mop-section-title {
		font-size: 34px;
		max-width: 50%;
		margin: 0 auto;
	}
	.mop-button,
	.mop-quiz__button {
		font-size: 22px;
	}

	.mop-quiz {
		padding-top: 42px;
		padding-bottom: 48px;
	}

	.mop-quiz__form {
		margin-top: 28px;
		gap: 15px;
	}

	.mop-quiz__card {
		min-height: auto;
		padding: 126px 15px 25px;
	}

	.mop-quiz__question {
		left: 14px;
		width: calc(100% - 28px);
		height: 88px;
		padding: 20px 28px 25px;
		align-items: flex-start;
		border-radius: 30px 30px 0 0;
		font-size: 22px;
		line-height: 1.15;
	}

	.mop-quiz__card::before {
		inset: 88px 0 0;
		border-radius: 30px;
	}

	.mop-quiz__option {
		min-height: 0;
		gap: 25px;
		margin-bottom: 15px;
		padding: 22px 20px;
		border-radius: 30px;
		font-size: 20px;
		line-height: 1.25;
	}

	.mop-quiz__option input {
		flex-basis: 45px;
		width: 45px;
		height: 45px;
	}

	.mop-modal-layer {
		align-items: flex-start;
		padding: 12px;
	}

	.mop-modal {
		width: min(100%, 520px);
		max-height: calc(100dvh - 24px);
		border-radius: 26px;
	}

	.mop-modal__close {
		position: sticky;
		top: 14px;
		right: auto;
		float: right;
		width: 34px;
		height: 34px;
		margin: 0 0 -34px auto;
		font-size: 1.65rem;
	}

	.mop-modal--result {
		padding: 44px 18px 28px;
	}

	.mop-modal__art {
		width: min(82%, 245px);
		margin-bottom: 22px;
	}

	.mop-result-card__header,
	.mop-result-card__body,
	.mop-result-card__download {
		padding: 14px 16px;
	}

	.mop-result-card__title {
		font-size: 1.15rem;
	}

	.mop-result-card__lead {
		margin-bottom: 16px !important;
		font-size: 1.05rem !important;
		line-height: 1.24 !important;
	}

	.mop-result-card__body p,
	.mop-result-card__download p,
	.mop-result-card__button {
		font-size: 0.78rem;
	}

	.mop-result-card__download p {
		margin-bottom: 16px;
	}

	.mop-result-card__button {
		min-height: 38px;
		padding: 9px 18px;
	}

	.mop-modal--error {
		padding: 52px 34px 62px;
	}

	.mop-modal__art--error {
		width: min(100%, 250px);
	}

	.mop-modal__error-copy {
		font-size: 1.25rem;
	}

	.mop-toolkit__panel {
		gap: 24px;
		min-height: 0;
		padding: 26px 22px 30px;
		border-radius: 12px;
	}

	.mop-toolkit {
		margin-bottom: -46px;
		padding-bottom: 76px;
		border-radius: 0 0 42px 42px;
	}

	.mop-toolkit .mop-section-title {
		font-size: 40px;
		width: 65%;
	}

	.mop-toolkit__copy p {
		font-size: 20px;
		line-height: 1.45;
	}

	.mop-toolkit__small {
		margin-top: 14px !important;
		font-size: 16px !important;
	}

	.mop-toolkit__list p,
	.mop-toolkit__list li {
		font-size: 16px;
	}

	.mop-toolkit__list li {
		grid-template-columns: 74px 1fr;
		min-height: 74px;
	}

	.mop-toolkit__list img {
		width: 75px;
		height: 75px;
	}

	.mop-third-decor {
		top: -118px;
		width: 680px;
	}

	.mop-cta {
		padding: 90px 18px 40px;
	}

	.mop-cta__media,
	.mop-cta__content {
		width: 100%;
	}

	.mop-cta__media {
		height: auto;
		border-radius: 55px;
	}

	.mop-cta__title {
		font-size: 30px;
		width: 80%;
	}

	.mop-cta p {
		margin-top: 0;
		font-size: 16px;
	}

	.mop-cta .mop-button {
		justify-self: center;
		margin-top: 4px;
	}

	.mop-footer {
		padding: 34px 18px 32px;
	}

	.mop-logo--footer img {
		width: 132px;
		height: auto;
	}

	.mop-footer__columns {
		flex-direction: column;
		gap: 28px;
		align-items: start;
	}

	.mop-footer__contact,
	.mop-footer__social,
	.mop-footer__acknowledgement {
		flex-basis: auto;
		width: 100%;
	}

	.mop-footer__legal {
		flex-direction: column;
		gap: 4px;
	}
}

.mop-quiz-toolkit-shell {
	position: relative;
	z-index: 3;
	isolation: isolate;
	background: var(--mop-bg);
	border-radius: 0 0 96px 96px;
	margin-bottom: -112px;
	overflow: hidden;
}

.mop-quiz-toolkit-shell .mop-quiz {
	padding-top: 84px;
	padding-bottom: 108px;
}

.mop-quiz-toolkit-shell .mop-toolkit {
	z-index: 3;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 104px;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.mop-quiz-toolkit-shell .mop-third-decor {
	z-index: 0;
	top: -300px;
	left: 50%;
	width: min(1320px, 168vw);
}

.mop-quiz-toolkit-shell .mop-toolkit__panel {
	z-index: 1;
	background: rgba(255, 255, 255, 0.9);
	overflow: visible;
}

.mop-quiz-toolkit-shell .mop-toolkit__panel > :not(.mop-third-decor) {
	position: relative;
	z-index: 1;
}

.mop-quiz-toolkit-shell + .mop-cta {
	z-index: 2;
	padding-top: 196px;
}

@media (max-width: 1020px) {
	.mop-quiz-toolkit-shell {
		border-radius: 0 0 76px 76px;
	}

	.mop-quiz-toolkit-shell .mop-toolkit {
		margin-bottom: 0;
		padding-bottom: 84px;
	}

	.mop-quiz-toolkit-shell .mop-third-decor {
		top: -240px;
		width: 1180px;
	}
}

@media (max-width: 640px) {
	.mop-quiz-toolkit-shell {
		border-radius: 0 0 52px 52px;
		margin-bottom: -58px;
	}

	.mop-quiz-toolkit-shell .mop-quiz {
		padding-top: 42px;
		padding-bottom: 64px;
	}

	.mop-quiz-toolkit-shell .mop-toolkit {
		padding-bottom: 72px;
	}

	.mop-quiz-toolkit-shell .mop-third-decor {
		top: -176px;
		left: 50%;
		width: 860px;
	}

	.mop-quiz-toolkit-shell .mop-toolkit__panel {
		background: rgba(255, 255, 255, 0.92);
	}

	.mop-quiz-toolkit-shell + .mop-cta {
		padding-top: 126px;
	}
}

@media (max-width: 640px) {
	.mop-hero {
		min-height: 0;
		padding: 213px 10px 60px;
		overflow: hidden;
	}

	.mop-header {
		top: 38px;
		right: clamp(11px, 5.9vw, 23px);
		z-index: 4;
		gap: clamp(3px, 1.5vw, 6px);
		align-items: flex-end;
	}

	.mop-header__note {
		max-width: clamp(92px, 51.5vw, 127px);
		font-size: clamp(7px, 3vw, 12px);
		font-style: italic;
		font-weight: var(--mop-weight-regular);
		line-height: 1;
	}

	.mop-header__brand {
		font-size: clamp(10px, 5.1vw, 20px);
		line-height: 0.78;
	}

	.mop-header__brand .custom-logo {
		width: clamp(54px, 20vw, 75px);
		height: auto;
	}

	.mop-hero__inner {
		width: 100%;
		margin-top: 0;
	}

	.mop-hero__title {
		max-width: 380px;
		margin: 0 auto;
		font-size: clamp(18px, 8.7vw, 34px);
		line-height: 1;
	}

	.mop-hero__copy {
		max-width: 336px;
		margin-top: clamp(31px, 14.9vw, 58px);
		font-size: clamp(10px, 5.1vw, 20px);
		line-height: 1.2;
	}

	.mop-hero .mop-logo {
		margin-top: clamp(104px, 50.3vw, 196px);
		font-size: clamp(13px, 5.7vw, 22px);
	}

	.mop-hero__decor--left {
		display: none;
	}

	.mop-hero__decor--right {
		display: none;
	}

	.mop-hero__decor--mobile-left,
	.mop-hero__decor--mobile-right {
		display: block;
	}

	.mop-hero__decor--mobile-left {
		top: 10px;
		left: 0;
		width: auto;
	}

	.mop-hero__decor--mobile-right {
		top: 0;
		right: 0;
		width: auto;
	}
}
