/* Main styles */
* {
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

img,
a {
	-webkit-user-drag: none;
}

html {
	background-color: #ffffff;
}

body {
	margin: 0;
	padding: 0;
	background: #faf9f8;
	font-family: Normalidad, Arial, sans-serif;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}

.container {
	position: relative;
	width: 100%;
	min-height: 100vh;
	aspect-ratio: 1440 / 900;
}

.container-inner {
	position: relative;
	width: 100%;
}

.tree {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	object-fit: cover;
	pointer-events: none;
}

@font-face {
	font-family: 'Normalidad';
	src: url('media/fonts/Normalidad Text-Regular-Desktop.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Normalidad Wide';
	src: url('media/fonts/Normalidad Wide-Regular-Desktop.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.close-icon-shadows {
	box-shadow: 2px 2px 52.3px 0px #0000004d, 1px 1px 1.7px 0px #00000033,
		3px 3px 8.8px 0px #0000002e, 0px 0px 0.8px 2px #443d329e inset,
		0px 0px 16.7px 7px #443d3266 inset;
	border-radius: 100%;
}

/* Scrollbar styles */
body::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: url('media/texture/textures_wood.avif') no-repeat center center;
	background-size: 700% 700%;
}

body::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

.orange-modal::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}

.orange-modal::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: url('media/texture/textures_wood.avif') no-repeat center center;
	background-size: 700% 700%;
}

.orange-modal::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: transparent;
}

.orange-modal .inner::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}

.orange-modal .inner::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: url('media/texture/textures_wood.avif') no-repeat center center;
	background-size: 700% 700%;
}

.orange-modal .inner::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: transparent;
}

.portraits-modal__text::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}

.portraits-modal__text::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: url('media/texture/textures_wood.avif') no-repeat center center;
	background-size: 700% 700%;
}

.portraits-modal__text::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: transparent;
}

.orange1-modal-more::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}

.orange1-modal-more::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: url('media/texture/textures_wood.avif') no-repeat center center;
	background-size: 700% 700%;
}

.orange1-modal-more::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: transparent;
}

.popup .inner::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}

.popup .inner::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: url('media/texture/textures_wood.avif') no-repeat center center;
	background-size: 700% 700%;
}

.popup .inner::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: transparent;
}

/* Buttons */
.texture-button {
	position: relative;
	display: inline-block;
	font-family: 'Normalidad';
	color: #2e2c24;
	cursor: pointer;
	background: url('media/texture/textures_wood.avif') repeat center center;
	background-size: cover;
	border: none;
	border-radius: 16px;
	z-index: 0;
	text-align: center;
	margin: 0.7vw;
	padding: 1.2vh 1.6vw;
	font-size: 1.6vw;
	border: none;
	white-space: nowrap;
	width: auto;
	height: auto;
}

.texture-button::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	background: #ffffff url('media/texture/textures_white.avif') no-repeat center
		center;
	border-radius: 10px;
	z-index: -1;
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 1px #443d3266 inset;
	background-size: 500%;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
}

/* Pinata area styles */
.pinata-area {
	position: absolute;
	left: 18.1%;
	top: 48%;
	width: 20vw;
	height: 20vh;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: visible;
}

.pinata {
	position: absolute;
	width: 100%;
	height: auto;
	cursor: pointer;
	transition: filter 0.2s;
	user-select: none;
	will-change: transform;
	transform-origin: top center;
	z-index: 3;
}
.pinata:hover {
	filter: brightness(1.1);
}
.pinata-shake-left {
	animation: shakeLeft 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: top center;
}
.pinata-shake-right {
	animation: shakeRight 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: top center;
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	pointer-events: none;
}
.confetti {
	position: absolute;
	top: -100%;
	left: -100%;
	z-index: 2;
	pointer-events: none;
}

.hint-window {
	position: absolute;
	top: 45%;
	left: 25%;
	transform: translateX(-25%);
	z-index: 5;
	pointer-events: none;
	font-family: 'Normalidad';
	font-size: 1.5vw;
	color: #2e2c24;
}

.hint-window .inner {
	margin: 6px;
	position: relative;
	border-radius: 10px;
	z-index: 100;
	background: url('media/texture/textures_white.avif') no-repeat center center;
	background-size: 500%;
	min-height: calc(100% - 10px);
	overflow: hidden;
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 7px #443d3266 inset;
	padding: 0.7vw;
}

.hint-window::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('media/texture/textures_wood.avif') repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 16px;
}

.popup-backdrop {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	animation: fadeIn 0.3s;
	background-color: rgba(0, 0, 0, 0.8);
}

.popup-backdrop2 {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	isolation: isolate;
}

.popup {
	width: 46%;
	height: 70%;
	text-align: center;
	position: relative;
	animation: popupIn 0.3s;
	z-index: 100;
}

.popup .inner {
	margin: 6px;
	position: relative;
	border-radius: 42px;
	z-index: 100;
	background: url('media/texture/textures_white.avif') no-repeat center center;
	background-size: 250%;
	min-height: calc(100% - 10px);
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 7px #443d3266 inset;
	max-height: calc(
		100% - 10px
	); /* Быстрый способ был пофиксить, иначе сдвигается пиньята (я о том, что мин и макс хайт равны)*/
	overflow-y: scroll;
}

.popup::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('media/texture/textures_wood.avif') repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 48px;
	box-shadow: 0 2px 5px #6b5c44;
}

.popup .popup-pinata {
	height: auto;
	top: 11%;
	left: -2%;
	width: 42.8%;
	position: relative;
}

.popup h2 {
	font-family: Normalidad;
	font-weight: 400;
	font-size: 3.5vw;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	color: #2e2c24;
	margin-top: -2vh;
}

.promo-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1vw;
	margin-top: -1vh;
}

.promo-code {
	color: #2e2c24;
	cursor: pointer;
	background-color: #ffffff;
	padding: 0.8vh 2vw 0.8vh 2vw;
	border-radius: 3vw;
	font-size: 2.2vw;
	display: inline-flex;
	align-items: center;
}

.copy-icon {
	height: 1.8vw;
	margin-left: 0.8vw;
}

.promo-desc {
	color: #2e2c24;
	font-size: 0.9vw;
	text-align: center;
	opacity: 50%;
	margin: 2vh 3vh 0.1vh 3vh;
	width: 85%;
}
.promo-brand-before {
	font-family: Normalidad;
	font-weight: 400;
	font-size: 1.4vw;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	margin: 2vh 0 0 0;
	color: #2e2c24;
}

.promo-brand {
	width: 25%;
}

.promo-brand img.promo-logo {
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

#close-popup-btn {
	width: 2.9vw;
	height: auto;
	border: none;
	background: none;
	cursor: pointer;
	top: 20%;
	position: fixed;
	right: 29%;
	padding: 0;
}

#close-popup-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes popupIn {
	from {
		transform: scale(0.9);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
.swing-1 {
	animation: swing1 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	transform-origin: top center;
}
.swing-2 {
	animation: swing2 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	transform-origin: top center;
}
.swing-3 {
	animation: swing3 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	transform-origin: top center;
}
.swing-4 {
	animation: swing4 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	transform-origin: top center;
}
.swing-5 {
	animation: swing5 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	transform-origin: top center;
}
.return-to-center {
	animation: returnToCenter 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) forwards;
	transform-origin: top center;
}
@keyframes swing1 {
	0% {
		transform: rotate(var(--start-rotation, 0deg));
	}
	50% {
		transform: rotate(calc(var(--start-rotation, 0deg) - 5deg));
	}
	100% {
		transform: rotate(calc(var(--start-rotation, 0deg) + 4deg));
	}
}
@keyframes swing2 {
	0% {
		transform: rotate(var(--start-rotation, 0deg));
	}
	50% {
		transform: rotate(calc(var(--start-rotation, 0deg) - 8deg));
	}
	100% {
		transform: rotate(calc(var(--start-rotation, 0deg) + 6deg));
	}
}
@keyframes swing3 {
	0% {
		transform: rotate(var(--start-rotation, 0deg));
	}
	50% {
		transform: rotate(calc(var(--start-rotation, 0deg) - 12deg));
	}
	100% {
		transform: rotate(calc(var(--start-rotation, 0deg) + 9deg));
	}
}
@keyframes swing4 {
	0% {
		transform: rotate(var(--start-rotation, 0deg));
	}
	50% {
		transform: rotate(calc(var(--start-rotation, 0deg) - 15deg));
	}
	100% {
		transform: rotate(calc(var(--start-rotation, 0deg) + 12deg));
	}
}
@keyframes swing5 {
	0% {
		transform: rotate(var(--start-rotation, 0deg));
	}
	50% {
		transform: rotate(calc(var(--start-rotation, 0deg) - 20deg));
	}
	100% {
		transform: rotate(calc(var(--start-rotation, 0deg) + 15deg));
	}
}
@keyframes returnToCenter {
	from {
		transform: rotate(var(--start-rotation, 0deg));
	}
	to {
		transform: rotate(0deg);
	}
}
@keyframes shakeLeft {
	0% {
		transform: rotate(var(--current-rotation, 0deg));
	}
	25% {
		transform: rotate(calc(var(--current-rotation, 0deg) - 5deg));
	}
	75% {
		transform: rotate(calc(var(--current-rotation, 0deg) + 2.5deg));
	}
	100% {
		transform: rotate(var(--current-rotation, 0deg));
	}
}
@keyframes shakeRight {
	0% {
		transform: rotate(var(--current-rotation, 0deg));
	}
	25% {
		transform: rotate(calc(var(--current-rotation, 0deg) + 5deg));
	}
	75% {
		transform: rotate(calc(var(--current-rotation, 0deg) - 2.5deg));
	}
	100% {
		transform: rotate(var(--current-rotation, 0deg));
	}
}

/* Loading screen styles */
.loading-screen {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
	background: #6b5c44 url('media/loading_cover.avif') no-repeat center center;
	background-size: cover;
	z-index: 3000;
}

.cancer-warn,
.brand-desc,
.wait,
#loading-percentage,
.brand {
	font-family: 'Normalidad';
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	color: #ffffff;
	position: absolute;
}

.brand {
	width: 23%;
	height: auto;
	left: 41.5%;
	top: 9%;
}

.cancer-warn {
	font-size: 1.5vw;
	font-family: Normalidad;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0%;
	width: 28.8%;
	left: 41.5%;
	top: 17%;
}

.brand-desc {
	font-size: 1.5vw;
	font-family: Normalidad;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0%;
	width: 28.8%;
	top: 30%;
	left: 41.5%;
}

.wait {
	font-size: 1.07vw;
	width: 12.5%;
	top: 69%;
	left: 4%;
}

#loading-percentage {
	font-size: 17.46vw;
	font-family: Normalidad;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: right;
	top: 65%;
	left: 41%;
}

.no-scroll {
	overflow: hidden;
	height: 100vh;
	position: fixed;
	width: 100%;
}

@keyframes slideUp {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-100%);
	}
}

@keyframes slideUp2 {
	from {
		transform: translateY(100%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes slideUpOrModal {
	from {
		transform: translateX(-50%) translateY(100%);
	}
	to {
		transform: translateX(-50%) translateY(0);
	}
}

@keyframes fadeInFocus {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeOutFocus {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/* Orange modal styles */
.orange {
	position: absolute;
	width: 5.5%;
	height: auto;
	z-index: 1;
	isolation: isolate;
}

.orange img {
	width: 100%;
	height: 100%;
}

.orange-modal {
	display: none;
	position: absolute;
	top: 15%;
	left: 50%;
	z-index: 20;
	width: 90%;
	overflow-y: auto;
	color: #2e2c24;
	font-family: 'Normalidad';
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	overflow-x: hidden;
	transform: translateX(-50%);
	border-radius: 20px;
	isolation: isolate;
}

.orange-modal .inner {
	margin: 6px;
	position: relative;
	border-radius: 42px;
	z-index: 100;
	background: url('media/texture/textures_white.avif') no-repeat center center;
	background-size: 250%;
	min-height: calc(100% - 10px);
	overflow: hidden;
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 7px #443d3266 inset;
}

.orange-modal::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('media/texture/textures_wood.avif') repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 48px;
	box-shadow: 0 2px 5px #6b5c44;
}

.orange:hover .orange-modal {
	display: block;
}

.orange-modal.active {
	display: inline-block;
	animation: fadeInFocus 0.15s ease forwards;
}

.tooltip {
	position: absolute;
	top: 10%;
	left: 180%;
	transform: translateX(-50%);
	z-index: 999;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.15s ease;
	white-space: nowrap;
	font-size: 1.5vw;
}

.tooltip-inner {
	margin: 6px;
	position: relative;
	border-radius: 10px;
	z-index: 100;
	background: url('media/texture/textures_white.avif') no-repeat center center;
	background-size: 300%;
	min-height: calc(100% - 10px);
	overflow: hidden;
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 7px #443d3266 inset;
	padding: 0.7vw;
}

.tooltip::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('media/texture/textures_wood.avif') repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 16px;
}

.orange:hover .tooltip {
	opacity: 1;
	animation: fadeInFocus 0.15s ease forwards;
}

.orange[data-tooltip='Колесо добрых дел'] .tooltip {
	left: 250%;
}

.orange[data-tooltip='Раскраска'] .tooltip {
	left: 200%;
}

#orange1 {
	left: 10%;
	top: 23%;
	z-index: 9;
}

#orange2 {
	left: 11.6%;
	top: 6%;
}

#orange3 {
	left: 63.9%;
	top: 12.2%;
	z-index: 6;
}

#orange4 {
	position: absolute;
	left: 80%;
	top: 54%;
	width: 5.5%;
	height: auto;
	z-index: 1;
}

#orange4 img {
	top: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
}

#orange4 .new-orange {
	z-index: 1;
	opacity: 0;
	position: absolute;
	left: 0;
}

#orange4.clicked .old-orange {
	animation: drop 1s forwards;
}

#orange4.clicked .new-orange {
	animation: grow 1s forwards;
	transform-origin: top center;
}

#orange5 {
	position: absolute;
	right: 10%;
	top: 20%;
	width: 5.5%;
	height: auto;
	z-index: 1;
}

#orange5 img {
	width: 100%;
	height: auto;
}

#orange6 {
	position: absolute;
	left: 8.5%;
	top: 46%;
	width: 5.5%;
	height: auto;
	z-index: 1;
}

#orange6 img {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
}

.old-orange {
	z-index: 2;
}
.new-orange {
	z-index: 1;
	opacity: 0;
}

#orange6.clicked .old-orange {
	animation: drop 1s forwards;
}

#orange6.clicked .new-orange {
	animation: grow 1s forwards;
	transform-origin: top center;
}

@keyframes drop {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(100vh);
		opacity: 0;
	}
}

@keyframes grow {
	0% {
		opacity: 1;
		transform: scale(0.001);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

#orange7 {
	right: 24%;
	top: 35%;
}

#orange8 {
	left: 50%;
	top: 5%;
}

#orange9 {
	left: 31%;
	top: 11%;
	z-index: 7;
}

#orange10 {
	right: 72.2%;
	top: 25.5%;
	z-index: 4;
}

#orange1-modal {
	position: absolute;
	background-size: cover;
	box-sizing: border-box;
	z-index: 8;
	font-family: 'Normalidad';
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 1.5vw;
	color: #2e2c24;
	overflow-x: hidden;
	top: 21%;
	left: 29.5%;
	width: 44%;
	height: 32%;
	text-align: center;
	min-height: 285px;
}

#orange1-modal h2 {
	font-weight: 400;
	text-align: left;
	color: #2e2c24;
	line-height: 105%;
	left: 22%;
	position: relative;
	margin-bottom: 10px;
	margin-top: 35px;
}

#orange1-modal .inner {
	min-height: calc(98% - 6px);
}

#orange1-modal .donation-thermometer-container {
	left: 22%;
	width: 72%;
}

.buttons-wrapper {
	position: absolute;
	bottom: 13%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	left: 57%;
}

#learn-more {
	margin-left: 0;
}

#orange1-modal .team-help-button:hover,
#orange1-modal #learn-more:hover {
	filter: brightness(0.9);
}

#orange1-modal .team-help-button.texture-button {
	color: #2e2c24;
	background: url('media/texture/textures_orange_border.avif') repeat center
		center;
	background-size: cover;
	color: #faf9f8;
}

#orange1-modal .team-help-button.texture-button::after {
	background: url('media/texture/textures_orange_inner.avif') no-repeat center
		center;
	background-size: 700%;
}

#orange1-modal .close-modal {
	position: absolute;
	top: 9%;
	right: 6%;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
}

#orange1-modal-more {
	position: fixed;
	top: 5%;
	left: 3%;
	width: 95vw;
	height: 105vh;
	box-sizing: border-box;
	color: #2e2c24;
	overflow-y: hidden;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Normalidad';
	box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.8);
	padding-bottom: 5vh;
}

#orange1-modal-more::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

#orange1-modal-more .inner {
	margin: 6px;
	position: relative;
	border-radius: 42px;
	z-index: 100;
	background: url('media/texture/textures_white.avif') no-repeat center center;
	background-size: 150%;
	min-height: calc(100% - 10px);
	overflow: hidden;
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 7px #443d3266 inset;
	overflow-y: scroll;
}

#orange1-modal-more::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('media/texture/textures_wood.avif') repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 48px;
}

#close-orange1-modal-more {
	position: fixed;
	top: 4%;
	right: 3%;
	width: 3vw;
	height: auto;
	cursor: pointer;
	z-index: 1001;
}

#close-orange1-modal-more img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#orange1-modal-more h2 {
	font-size: 2.9vw;
	font-family: Normalidad;
	font-weight: 400;
	font-size: 2.5vw;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-align: center;
	width: 35%;
	position: relative;
	left: 32.5%;
}

#orange1-modal-more p {
	font-family: Normalidad;
	font-weight: 400;
	font-size: 1.5vw;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: center;
	width: 40%;
	left: 30%;
	position: relative;
}

#orange1-modal-more .cards-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2vw 1vw;
	padding: 2vw;
	justify-items: center;
}

#orange1-modal-more .card {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	color: #2e2c24;
	text-align: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	width: 97%;
}

#orange1-modal-more .card .inner {
	margin: 6px;
	position: relative;
	border-radius: 26px;
	z-index: 100;
	background: url('media/texture/textures_white.avif') no-repeat center center;
	background-size: 250%;
	min-height: calc(100% - 10px);
	overflow: hidden;
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 7px #443d3266 inset;
}

#orange1-modal-more .card::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('media/texture/textures_wood.avif') repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 32px;
}

#orange1-modal-more .card img {
	width: 25%;
	height: auto;
}

#orange1-modal-more .card p {
	font-size: 1.5vw;
	margin: 0 0 1vh 0;
	width: 100%;
	left: 0;
}

#orange1-modal-more .card span {
	font-size: 1.7vw;
	font-weight: bold;
	margin: 1% 0 5% 0;
	display: inline-block;
}

#orange1-modal-more h3 {
	font-family: Normalidad;
	font-weight: 400;
	font-size: 2vw;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	width: 44%;
	left: 28%;
	position: relative;
}

#orange1-modal-more .donation-thermometer-container {
	width: 32%;
	left: 34%;
	position: relative;
}

.donation-thermometer-container {
	width: 70%;
	left: 15%;
	position: relative;
}

#orange1-modal-more .team-help-button-more {
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Normalidad';
	margin: 5vh 0 10vh 0;
	font-size: 2vw;
	left: 41.8%;
}

#orange1-modal-more .team-help-button-more:hover {
	filter: brightness(0.9);
}

#orange1-modal-more .team-help-button-more.texture-button {
	color: #2e2c24;
	background: url('media/texture/textures_orange_border.avif') repeat center
		center;
	background-size: cover;
	color: #faf9f8;
}

#orange1-modal-more .team-help-button-more.texture-button::after {
	background: url('media/texture/textures_orange_inner.avif') no-repeat center
		center;
	background-size: 700%;
}

#orange2-modal {
	background-size: cover;
	width: 88vw;
	height: 99vh;
	position: fixed;
	z-index: 999;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.8);
	color: #2e2c24;
	font-family: 'Normalidad';
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 1.5vw;
	overflow-x: hidden;
	align-items: center;
	top: 4%;
	overflow: hidden;
}

#orange2-modal.active {
	animation: slideUpOrModal 0.4s ease-out forwards;
}

#orange2-modal::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

#orange2-modal .inner {
	overflow-y: scroll;
	overflow-x: hidden;
	min-height: calc(100% - 20px);
	height: calc(100% - 20px);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-size: 130%;
}

#orange2-modal::after {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.orange2-modal-content {
	width: 70.5%;
	padding-left: 4%;
}

#orange2-modal .close-modal {
	position: fixed;
	top: 3%;
	right: 2.5%;
}

.team-container {
	display: inline-block;
	position: relative;
	margin-top: 50px;
	z-index: 1;
}

.team-container::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('media/texture/textures_wood.avif') repeat center center;
	z-index: 0;
	left: 0;
	top: 0;
	border-radius: 38px;
}

.team-img {
	display: block;
	margin: 6px;
	position: relative;
	z-index: 100;
	width: calc(100% - 12px);
	height: auto;
	overflow: hidden;
	border-radius: 32px;
}

#orange2-modal h2 {
	padding: 0;
	font-family: Normalidad;
	font-weight: 400;
	font-size: 2.77vw;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	width: 81.75%;
	margin: 8vh 0 3vh 0;
}

#o2m-header {
	width: 100% !important;
	margin: 3vh 0 3vh 0 !important;
}

#orange2-modal p {
	padding: 0;
	font-family: 'Normalidad';
	font-weight: 400;
	font-size: 1.66vw;
	line-height: 140%;
	letter-spacing: 0%;

	width: 88%;
}

.orange2-modal ul {
	padding-left: 2.5%;
}

.orange2-modal-content li {
	padding-top: 1.67%;
	padding-bottom: 1.67%;
}

.orange2-modal-content-btns {
	display: flex;
	margin-bottom: 5vh;
	margin-top: -1vh;
}
.orange2-modal-content .texture-button {
	font-size: 2.2vw;
}

.orange2-modal-content .team-help-button.texture-button {
	color: #2e2c24;
	background: url('media/texture/textures_orange_border.avif') repeat center
		center;
	background-size: cover;
	color: #faf9f8;
	margin-left: 0;
}

.orange2-modal-content .team-help-button.texture-button::after {
	background: url('media/texture/textures_orange_inner.avif') no-repeat center
		center;
	background-size: 700%;
}

.orange2-modal-content .texture-button:hover {
	filter: brightness(0.9);
}

#orange3-modal {
	width: 30%;
	height: 49%;
	min-height: 420px;
	position: absolute;
	top: 36%;
	left: 55.5%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	z-index: 1000;
	border: none;
	box-shadow: none;
	z-index: 5;
	overflow: hidden;
	font-family: 'Normalidad';
	font-family: 'Normalidad';
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 1.5vw;
	color: #2e2c24;
}

#orange3-modal h2,
#orange3-modal p {
	padding: 2% 15% 0 2%;
}
#orange3-modal .bottle {
	height: 29vh;
	transform: rotate(13.31deg);
	position: relative;
	left: -4%;
	top: -3%;
}

#orange3-modal .inner {
	overflow: hidden;
	height: 95%;
	min-height: calc(100% - 12px);
	padding-left: 5%;
}

#orange3-modal .close-modal {
	position: absolute;
	top: -1%;
	left: 13%;
	z-index: 10;
	width: 12%;
	cursor: pointer;
}

.close-modal {
	position: absolute;
	top: 0%;
	right: 5%;
	z-index: 10;
	cursor: pointer;
	width: 3vw;
	height: auto;
}

.close-modal img {
	width: 100%;
	height: 100%;
}

#orange7-modal {
	background: rgba(0, 0, 0, 0.8);
	background-size: 100% 100%;
	display: none;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	box-shadow: none;
	top: 0;
	border-radius: 0;
	align-items: center;
}

#orange7-modal.active {
	display: flex;
}

#orange7-modal.active .orange7-modal-content {
	animation: slideUp2 0.4s ease-out forwards;
}

#orange7-modal::after {
	display: none;
}

.orange7-modal-content {
	width: 35.13%;
	height: 72.7%;
	position: relative;
	text-align: center;
	background: url('media/paint_game/paper.avif') center center no-repeat;
	background-size: 100% 100%;
	left: 31.9%;
}

.orange7-modal-content .close-modal {
	position: absolute;
	top: 2%;
	right: 1%;
	width: 3vw;
	height: auto;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.orange7-modal-content h2 {
	margin-top: 0;
	margin-bottom: 8vh;
	left: 23%;
	font-family: 'Normalidad';
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 2vw;
	color: #2e2c24;
	max-width: 50%;
	position: relative;
	top: 6%;
}

.orange7-modal-content canvas {
	width: 100%;
	height: auto;
	display: block;
	pointer-events: all;
}

#orangeCanvas {
	z-index: 1;
	height: 100%;
}

#orangeOverlay {
	z-index: 2;
	pointer-events: none;
	height: 100%;
}

.orange-canvas-wrapper {
	position: relative;
	height: 41%;
	aspect-ratio: 1 / 1;
	left: 22%;
	margin-bottom: 8vh;
}

.orange7-modal-content .action-buttons {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.orange7-modal-content .palette {
	margin-bottom: 0;
}

.orange7-modal-content .color-btn {
	width: 3vw;
	height: 3vh;
	padding: 0;
	border: none;
	overflow: hidden;
	cursor: pointer;
	background: none;
	align-items: center;
	justify-content: center;
}
.orange7-modal-content .color-btn.active {
	transform: scale(1.2);
}

.orange7-modal-content .color-btn:hover:not(.active) {
	transform: scale(1.2);
}

.orange7-modal-content .color-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.orange7-modal-content .save-btn {
	display: inline-block;
	margin: 10px 6px 0 6px;
	color: rgba(244, 237, 222, 1);
}

.orange7-modal-content .texture-button {
	color: #2e2c24;
}

.orange7-modal-content .texture-button {
	color: #2e2c24;
	background: url('media/texture/textures_beige_border.avif') repeat center
		center;
	background-size: cover;
	color: #faf9f8;
}

.orange7-modal-content .texture-button::after {
	background: url('media/texture/textures_beige_inner.avif') no-repeat center
		center;
	background-size: 250%;
}

#saveDrawing.active:hover {
	filter: brightness(0.9);
}

#saveDrawing.active {
	background: url('media/texture/textures_orange_border.avif') repeat center
		center;
	background-size: cover;
}

#saveDrawing.active::after {
	background: url('media/texture/textures_orange_inner.avif') no-repeat center
		center;
	background-size: 700%;
}

#paintGameClear:hover {
	filter: brightness(0.9);
}

#paintGameClear.texture-button {
	color: #2e2c24;
	background: url('media/texture/textures_wood.avif') repeat center center;
	background-size: cover;
}

#paintGameClear.texture-button::after {
	background: url('media/texture/textures_white.avif') no-repeat center center;
}

#orange8-modal {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 999;
	top: 0;
	border-radius: 0;
	overflow: hidden;
}

#orange8-modal .inner {
	background: none;
	box-shadow: none;
}

#orange8-modal::after {
	background: none;
	box-shadow: none;
}

#orange8-modal h2 {
	font-family: 'Normalidad';
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	font-size: 3vw;
	margin-top: 10vh;
	text-align: center;
	color: #faf9f8;
}

#orange8-modal .close-modal {
	top: 10%;
	right: 27%;
}

#orange8-modal .wheel-wrapper {
	position: relative;
	width: 55vh;
	height: 55vh; /* test */
	margin: 0 auto;
}

#orange8-modal #wheel {
	width: 100%;
	height: 100%;
	transition: transform 5s cubic-bezier(0.33, 1, 0.68, 1);
	transform: rotate(0deg);
}

#orange8-modal .pointer {
	position: absolute;
	top: 41%;
	right: -14%;
	height: 18%;
}

#orange8-modal .pointer img {
	width: 100%;
	height: 100%;
}

#orange8-modal #spinBtn {
	font-size: 2.5vw;
}

#spinBtn:hover {
	filter: brightness(0.9);
}

#spinBtn.texture-button {
	color: #2e2c24;
	background: url('media/texture/textures_orange_border.avif') repeat center
		center;
	background-size: cover;
	color: #faf9f8;
}

#spinBtn.texture-button::after {
	background: url('media/texture/textures_orange_inner.avif') no-repeat center
		center;
	background-size: 700%;
}

.center-button-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 4vh;
}

#orange9-modal .button-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.3vw 1.5vw;
	padding: 2vw 2vw;
	justify-items: center;
}

#orange9-modal {
	max-width: 52vw;
	border-radius: 28px;
	top: 8%;
	left: 54.5%;
	z-index: 6;
}

#orange9-modal h2 {
	position: relative;
	font-family: 'Normalidad';
	font-style: normal;
	line-height: 116%;
	font-weight: 400;
	font-size: 2.5vw;
	right: -19%;
	max-width: 85%;
	margin: 2.5vh 0 0 0;
}

#orange9-modal .button-grid img {
	width: 100%;
	cursor: pointer;
	border-radius: 100%;
	transition: transform 0.2s;
	background-clip: content-box;
}

#orange9-modal .button-grid img:hover {
	transform: scale(1.05);
	background-color: #fc7509;
}

.video-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.video-modal.hidden {
	display: none;
}

.close-btn {
	position: absolute;
	top: 11%;
	right: 32%;
	cursor: pointer;
	z-index: 1000;
	max-width: 3vw;
}

.close-btn img {
	width: 100%;
	height: 100%;
}

.carousel {
	display: flex;
	transition: transform 0.25s linear;
	width: 100%;
	overflow: visible;
	position: relative;
	height: auto;
}

.carousel video {
	width: 25vw;
	height: auto;
	max-height: 90vh;
	flex-shrink: 0;
	margin: 0 10px;
	border-radius: 42px;
	object-fit: cover;
	opacity: 0.6;
	transform: scale(0.7);
	transition: transform 0.4s ease, opacity 0.4s ease;
	border: #4f442f 3px solid;
}

.carousel video.active {
	transform: scale(1.1);
	opacity: 1;
	z-index: 10;
}

.carousel video.left {
	order: -1;
}

.carousel video.right {
	order: 1;
}

#orange10-modal .button-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	padding: 2rem;
}

#orange10-modal {
	width: 45vw;
	text-align: center;
	border-radius: 20px;
	top: 24%;
	left: 43%;
	z-index: 3;
}

#orange10-modal h2 {
	font-size: 2.3vw;
	margin-top: 4vh;
	margin-right: -5vw;
}

.portraits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	padding: 1vw;
	width: calc(100% - 2vw);
}

.portraits-grid__item {
	width: 8.5vw;
	height: auto;
	object-fit: contain;
	border-radius: 100%;
	background-clip: content-box;
	cursor: pointer;
	transition: transform 0.3s;
	margin: 0.3vw;
}

.portraits-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.8);
}

.portraits-modal--active {
	opacity: 1;
	pointer-events: all;
}

.portraits-modal__content {
	display: flex;
	max-width: 95vw;
	width: 100%;
	overflow: hidden;
	position: absolute;
	max-height: 100vh;
	height: 100%;
	bottom: -7%;
	padding-bottom: 5vh;
}

.portraits-modal__content .inner {
	display: flex;
	margin: 6px;
	position: relative;
	border-radius: 42px 42px 0 0;
	z-index: 100;
	background: url('media/texture/textures_white.avif') no-repeat center center;
	background-size: 150%;
	min-height: calc(100% - 10px);
	overflow: hidden;
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 7px #443d3266 inset;
}

.portraits-modal__content::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('media/texture/textures_wood.avif') repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 48px 48px 0 0;
}

.portraits-modal__photo-container {
	width: 30%;
	padding: 4vw 0 0 4vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.portraits-modal__image-border {
	background: url('media/texture/textures_wood.avif');
	border-radius: 100%;
	position: relative;
	display: block;
	padding: 6px;
}

.portraits-modal__image {
	width: 100%;
	height: auto;
	max-height: 45vh;
	object-fit: contain;
	border-radius: 100%;
	position: relative;
	display: block;
}

.portraits-modal__name {
	font-size: 2.7vw;
	font-weight: bold;
	text-align: center;
	color: #2e2c24;
	line-height: 135%;
}

.portraits-modal__name span.title {
	font-weight: 600;
	font-size: 2.7vw;
}

.portraits-modal__name span {
	font-size: 1.9vw;
	font-weight: 400;
	line-height: 135%;
}

.portraits-modal__name h2 span {
	display: block;
}

.portraits-modal__text {
	flex: 1;
	padding: 7vw;
	overflow-y: auto;
	color: #2e2c24;
	line-height: 1.5;
	font-size: 1.5vw;
}

.quote {
	font-size: 2.7vw;
}

.portraits-modal__close {
	position: absolute;
	top: 2.5%;
	right: 2%;
	width: 2.5vw;
	height: 2.5vw;
	background: url('media/close-icon.avif') no-repeat center center;
	background-size: 100% 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 24px;
	color: white;
	border: none;
	z-index: 10;
}

/* Caterpillar and bird styles */
.caterpillar {
	position: absolute;
	left: 56.8%;
	top: 55%;
	width: 5.36%;
	height: auto;
	z-index: 1;
	isolation: isolate;
}
.caterpillar img {
	width: 100%;
	height: 100%;
}

.caterpillar-modal {
	display: none;
	position: absolute;
	top: -281%;
	left: 38%;
	transform: translateX(-50%);
	z-index: 20;
	font-family: 'Normalidad';
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 1.6vw;
	color: #2e2c24;
	width: 390%;
	height: 283%;
	text-align: center;
}

.caterpillar-modal .inner {
	margin: 6px;
	position: relative;
	background: url('media/texture/textures_white.avif') no-repeat center center;
	background-size: 500%;
	z-index: 100;
	min-height: calc(100% - 12px);
	overflow: hidden;
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 7px #443d3266 inset;
	border-radius: 18px;
}

.caterpillar-modal::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('media/texture/textures_wood.avif') repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 24px;
}

.bird {
	position: absolute;
	left: 36.6%;
	top: 33.3%;
	width: 8.79%;
	height: auto;
	z-index: 1;
}

.bird img {
	width: 100%;
	height: 100%;
}

.bird-modal {
	display: none;
	position: absolute;
	top: -228%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	font-family: 'Normalidad';
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 1.6vw;
	color: #2e2c24;
	width: 300%;
	height: 228%;
	text-align: center;
}

.bird-modal .inner {
	margin: 6px;
	position: relative;
	background: url('media/texture/textures_white.avif') no-repeat center center;
	background-size: 500%;
	z-index: 100;
	min-height: calc(100% - 12px);
	overflow: hidden;
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 7px #443d3266 inset;
	border-radius: 18px;
}

.bird-modal::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('media/texture/textures_wood.avif') repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 24px;
}

.caterpillar-modal p,
.bird-modal p {
	margin-top: 6%;
	margin-bottom: 1%;
	font-family: 'Normalidad';
}
/* Sign styles */
#help-button {
	position: absolute;
	left: 46.3%;
	top: 78.4%;
	width: 10vw;
	height: 15vh;
	background: url('media/help_sign.avif') no-repeat center center;
	background-size: contain;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 2;
	transition: transform 0.15s ease;
	transform-origin: 55% 25%;
}

#help-button:hover {
	background: url('media/help_sign_hover.avif') no-repeat center center;
	background-size: contain;
	transform: rotate(-5deg);
}

/* Other buttons styles */
#open-cards-button.texture-button {
	color: #2e2c24;
	background: url('media/texture/textures_orange_border.avif') repeat center
		center;
	background-size: cover;
	color: #faf9f8;
}

#open-cards-button::after {
	background: url('media/texture/textures_orange_inner.avif') no-repeat center
		center;
	background-size: 700%;
}

#open-cards-button:hover {
	filter: brightness(0.9);
}

#call-button.texture-button {
	color: #2e2c24;
	background: url('media/texture/textures_orange_border.avif') repeat center
		center;
	background-size: cover;
	color: #faf9f8;
}

#call-button.texture-button::after {
	background: url('media/texture/textures_orange_inner.avif') no-repeat center
		center;
	background-size: 700%;
}

#call-button:hover {
	filter: brightness(0.9);
}

/* Card selection styles */
.card-selection {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

.card-selection-content {
	position: relative;
	text-align: center;
	z-index: 100;
	font-family: 'Normalidad';
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 1.5vw;
	color: #2e2c24;
	max-width: 90vw;
	max-height: 100vh;
	bottom: -7%;
}

.card-selection-content .inner {
	margin: 6px;
	position: relative;
	border-radius: 42px;
	z-index: 100;
	background: url('media/texture/textures_white.avif') no-repeat center center;
	background-size: 150%;
	min-height: calc(100% - 10px);
	overflow: hidden;
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 7px #443d3266 inset;
}

.card-selection-content::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('media/texture/textures_wood.avif') repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 48px;
	box-shadow: 0 2px 5px #6b5c44;
}

.card-selection .close {
	position: absolute;
	top: 2%;
	right: 2%;
	cursor: pointer;
	z-index: 200;
	width: 3vw;
}

.card-selection-content h2 {
	font-size: 2.5vw;
	text-align: center;
	padding-top: 2vh;
}

.card-selection-content p {
	font-size: 3.2vw;
	width: 53%;
	position: relative;
	left: 23%;
	line-height: 99%;
	margin-bottom: 1%;
}

.card-selection .close img {
	width: 100%;
	height: 100%;
}

.card-selection .cards {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
}

.card-selection .card {
	margin: 10px;
	text-align: center;
	cursor: pointer;
	border: 2px solid transparent;
	transition: filter 0.3s, border-color 0.3s;
	flex: 1 1 auto;
	min-width: 0;
	max-width: calc(25% - 20px);
	transition: transform 0.2s ease, filter 0.3s, border-color 0.3s,
		box-shadow 0.2s ease;
}

.card-selection .card img {
	width: 100%;
	height: auto;
	object-fit: contain;
	max-height: 100%;
}

.card-selection .card.selected {
	opacity: 1;
	transform: translateY(-25px);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-selection .card:not(.selected):hover {
	transform: translateY(-10px);
}

.card-selection .cards.has-selection .card:not(.selected) {
	opacity: 0.5;
}

#card-selected-text,
#download-selected-card {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.card-selection .show-after-select {
	opacity: 1 !important;
	pointer-events: auto;
}

#download-selected-card {
	color: #fff;
	font-size: 2.5vw;
	margin-bottom: 15vh;
	pointer-events: all;
}

#download-selected-card.texture-button {
	background: url('media/texture/textures_orange_border.avif');
	background-size: cover;
}

#download-selected-card.texture-button::after {
	background: url('media/texture/textures_orange_inner.avif');
	background-size: 700%;
}

#download-selected-card:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

#download-selected-card:hover:not(:disabled) {
	filter: brightness(0.9);
}

/* Orientation prompt styles */
#orientation-prompt {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6b5c44;
	color: #ffffff;
	z-index: 1002;
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#orientation-prompt h1 {
	font-family: 'Normalidad';
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	color: #ffffff;
	width: 80%;
	max-width: 600px;
	font-size: 2.5rem;
	padding: 20px;
}

/* Audio toggle styles */
#audio-toggle {
	position: fixed;
	bottom: 8%;
	right: 2%;
	width: 4vw;
	height: 4vw;
	color: #fff;
	border: none;
	cursor: pointer;
	z-index: 20;
	display: inline-block;
	background: url('media/texture/textures_wood.avif') repeat center center;
	background-size: cover;
	border: none;
	border-radius: 8px;
	border: none;
	white-space: nowrap;
	z-index: 30;
}

#audio-toggle::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	background: #ffffff url('media/texture/textures_white.avif') no-repeat center
		center;
	border-radius: 5px;
	box-shadow: 0px 0px 0.8px 1px #443d329e inset,
		0px 0px 16.7px 1px #443d3266 inset;
	background-size: 2000%;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	pointer-events: none;
	z-index: 1;
}

#audio-toggle div {
	width: 100%;
	height: 100%;
	background: url('media/icons/icon_sound_on.avif') no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	z-index: 2;
}

#audio-toggle:hover {
	filter: brightness(0.9);
}

/* Bottom pinata */
.bottom-pinata {
	width: 20vw;
	height: 20vw;
	top: 124.3%;
	position: relative;
	right: -67%;
	background: url('media/pinata/bottom-pinata.png') no-repeat center center;
	background-size: contain;
}

/* Media queries */
@media (min-width: 1921px) {
	#orange1-modal h2 {
		margin-top: 50px;
	}
}

@media (min-width: 1900px) {
	#card-selected-text {
		font-size: 2.2vw !important;
	}
	#download-selected-card {
		font-size: 1.8vw;
	}

	.donation-theme-widget-container {
		top: 110% !important;
	}
	.donate_offer {
		top: 125% !important;
	}

	#orange10-modal {
		top: 27%;
	}

	#orange10-modal h2 {
		margin-top: 5vh;
	}

	#orange3-modal {
		min-height: 515px !important;
	}
}

@media (min-width: 768px) {
	.container {
		width: 100%;
		min-height: 100vh;
		margin: 0 auto;
	}
}

@media (min-width: 1024px) {
	.container {
		width: 100%;
		margin: 0 auto;
		min-height: 0;
	}
}

/* Donation */
.donate_offer {
	font-family: 'Normalidad Wide';
	font-weight: 400;
	font-size: 3.2vw;
	line-height: 110.00000000000001%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #453b1c;
	top: 117%;
	position: absolute;
	left: 3%;
}

.donation-theme-widget-container {
	top: 100%;
	position: relative;
	left: 1.55%;
	width: 30vw;
}

/** Pay widget **/
.donation-theme-widget-block {
	background: none !important;
	min-width: 430px;
}

.donation-theme-widget-period-buttons-block {
	background: none !important;
	margin-bottom: 24px !important;
}

.donation-theme-widget-button svg {
	display: none;
}

.donation-theme-widget-period-buttons-block .donation-theme-widget-button {
	background: url('media/texture/textures_white.avif') no-repeat center center !important;
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	z-index: 20;
	border: 5px solid #796c58 !important;
	line-height: 120% !important;
	width: calc(50% - 8px) !important;
	height: 45px;
	padding: 5px 0 0 0 !important;
	color: #453b1c !important;
}

.donation-theme-widget-container
	.donation-theme-widget-group.active
	.donation-theme-widget-after {
	color: #796c58 !important;
	margin-top: 2px !important;
}

.donation-theme-widget-after {
	color: #796c58 !important;
	margin-top: 2px !important;
}

.donation-theme-widget-period-buttons-block
	.donation-theme-widget-button:first-child {
	margin-right: 8px !important;
}

.donation-theme-widget-button.donation-theme-widget-button-main {
	background: url('media/texture/textures_white.avif') no-repeat center center !important;
	background-size: 600% !important;
	font-size: 24px;
	text-transform: uppercase;
	border-radius: 20px;
	border: 5px solid #796c58 !important;
	line-height: 120% !important;
	height: 50px;
	padding: 2px 0 0 0 !important;
}

.donation-theme-widget-control {
	background: url('media/texture/textures_white.avif') no-repeat center center !important;
	background-size: 350% !important;
	font-size: 24px;
	text-transform: uppercase;
	border-radius: 20px !important;
	border: 5px solid #796c58 !important;
	line-height: 120% !important;
	height: 45px;
	padding: 0px 0 0 0 !important;
}

.donation-theme-widget-amount-buttons-block .donation-theme-widget-button {
	padding-top: 3px !important;
	color: #453b1c !important;
	margin-bottom: 8px !important;
}

.donation-theme-widget-container .donation-theme-widget-group.active > label {
	color: #453b1c !important;
}

.donation-theme-widget-group
	> label:not(.donation-theme-widget-control-checkbox) {
	color: #453b1c !important;
	top: 17px !important;
}

.donation-theme-widget-group
	> label:not(.donation-theme-widget-control-checkbox) {
	text-transform: uppercase;
}

.donation-theme-widget-button-block .donation-theme-widget-btn {
	border-radius: 20px;
	background: url('media/texture/textures_orange_inner.avif') no-repeat center
		center !important;
	background-size: 550% !important;
	font-weight: 400 !important;
	font-size: 28px !important;
	min-height: 50px;
	border: 5px solid #be4d0e !important;
}

.donation-theme-widget-button-block .donation-theme-widget-btn:hover {
	filter: brightness(0.9);
}

.donation-theme-widget-control-checkbox {
	font-size: 18px;
	color: #2e2c24 !important;
}

.donation-theme-widget-control-checkbox a {
	opacity: 0.5;
	color: #2e2c24 !important;
}

.donation-theme-widget-consent-block {
	margin-bottom: 18px !important;
}

.donation-theme-widget-control-checkbox::before {
	background: url('media/texture/textures_white.avif') no-repeat center center !important;
	border-radius: 20px;
	border: 2px solid #796c58 !important;
}

.donation-theme-widget-control-checkbox span::after {
	border-color: #ff5100 !important;
}

.donation-theme-widget-group.donation-theme-widget-control-focus
	.donation-theme-widget-control
	~ label,
.donation-theme-widget-group.donation-theme-widget-control-touched
	.donation-theme-widget-control
	~ label,
.donation-theme-widget-group
	.donation-theme-widget-control[placeholder]
	~ label {
	font-size: 10px !important;
	top: 2px !important;
}

.donation-theme-widget-container
	input:not([type='checkbox']).donation-theme-widget-control,
.donation-theme-widget-container textarea.donation-theme-widget-control,
.donation-theme-widget-container select.donation-theme-widget-control {
	padding-left: 13px !important;
}

.donation-theme-widget-button-main:focus,
.donation-theme-widget-button-main:hover,
.donation-theme-widget-button-main.active {
	color: #fff !important;
	background: url('media/texture/textures_orange_inner.avif') no-repeat center
		center !important;
	background-size: 700% !important;
	border: 5px solid #be4d0e !important;
}

.donation-theme-widget-button-main:hover {
	filter: brightness(0.9);
}

.donation-theme-widget-container .donation-theme-widget-group.active > label {
	color: #6c2402ff !important;
}

.donation-theme-widget-container .donation-theme-widget-control-error {
	color: #fd0000 !important;
}

.donation-theme-widget-button span,
.donation-theme-widget-button svg,
.donation-theme-widget-group-buttons button span,
.donation-theme-widget-group-buttons button svg {
	color: #453b1c !important;
}

.donation-theme-widget-button-main:focus,
.donation-theme-widget-button-main:hover,
.donation-theme-widget-button-main.active span {
	color: #fff !important;
}

.donation-theme-widget-fields-block {
	margin-bottom: 5px !important;
}

.donation-theme-widget-group:last-child span {
	margin-bottom: 0px !important;
}

.donation-theme-widget-gateway-buttons-block .donation-theme-widget-button {
	width: calc(50% - 8px) !important;
}

.donation-theme-widget-control-error {
	margin-top: 5px !important;
}

.donation-thermometer-amount-top-left {
	display: none !important;
}

.donation-thermometer-amount-top-right {
	display: none !important;
}

.donation-thermometer-amount-footer-left,
.donation-thermometer-amount-footer-right {
	font-size: 1.5vw !important;
	font-weight: 400 !important;
	color: #2e2c24 !important;
}

.donation-thermometer-amount-footer-left {
	text-align: left !important;
}

.donation-thermometer-container .donation-thermometer-amount-center-line {
	box-shadow: 1px 1px 1.7px 0px #00000033;
	box-shadow: 0px 0px 0.8px 2px #443d329e inset;
	border-radius: 20px;
	background: none !important;
	position: relative;
	height: 12px !important;
}

.donation-thermometer-amount-center-line::after {
	content: ' ';
	position: absolute;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	background: url('media/texture/textures_orange_border.avif') repeat center
		center !important;
	opacity: 0.21;
	top: 0;
	left: 0;
}

.donation-thermometer-container .donation-thermometer-amount-center-line div {
	height: 12px !important;
	background: url('media/texture/textures_orange_inner.avif') no-repeat center
		center !important;
	border-radius: 20px;
}

.donation-theme-widget-container
	input:not([type='checkbox']).donation-theme-widget-control,
.donation-theme-widget-container textarea.donation-theme-widget-control,
.donation-theme-widget-container select.donation-theme-widget-control {
	font-size: 90% !important;
	min-height: 55px !important;
	padding-top: 5px !important;
	color: #453b1c !important;
	margin-bottom: 8px !important;
}

.donation-theme-widget-container
	.donation-theme-widget-group.active
	.donation-theme-widget-control {
	color: #6c2402ff !important;
}

.donation-theme-widget-container .donation-theme-widget-group.active > label {
	color: #453b1c !important;
}

.donation-theme-widget-container
	.donation-theme-widget-amount-buttons-block
	input:not([type='checkbox']).donation-theme-widget-control {
	color: #453b1c !important;
}

.donation-theme-widget-gateway-buttons-block {
	margin-bottom: 16px !important;
}

.tree_mobile {
	display: none;
}

#orange10-modal .close-popup-btn {
	display: none;
}

#orange9-modal .close-modal {
	display: none;
}

#orange3-modal .close-modal {
	display: none;
}

#orange10-modal .close-modal {
	display: none;
}

#orange1-modal .close-modal {
	display: none;
}

.caterpillar-modal .close-modal {
	display: none;
}

.bird-modal .image {
	display: none;
}

.bird-modal .close {
	display: none;
}

.caterpillar-modal .inner-image {
	display: none;
}

#help-info {
	display: none;
}

@media (orientation: landscape) {
	.portraits-grid__item[data-id='1']:hover {
		content: url('media/portraits/portrait_hover_1.avif');
		transform: scale(1.05);
	}
	.portraits-grid__item[data-id='2']:hover {
		content: url('media/portraits/portrait_hover_2.avif');
		transform: scale(1.05);
	}
	.portraits-grid__item[data-id='3']:hover {
		content: url('media/portraits/portrait_hover_3.avif');
		transform: scale(1.05);
	}
	.portraits-grid__item[data-id='4']:hover {
		content: url('media/portraits/portrait_hover_4.avif');
		transform: scale(1.05);
	}
	.portraits-grid__item[data-id='5']:hover {
		content: url('media/portraits/portrait_hover_5.avif');
		transform: scale(1.05);
	}
	.portraits-grid__item[data-id='6']:hover {
		content: url('media/portraits/portrait_hover_6.avif');
		transform: scale(1.05);
	}
	.portraits-grid__item[data-id='7']:hover {
		content: url('media/portraits/portrait_hover_7.avif');
		transform: scale(1.05);
	}
	.portraits-grid__item[data-id='8']:hover {
		content: url('media/portraits/portrait_hover_8.avif');
		transform: scale(1.05);
	}
}

@media (orientation: portrait) {
	.container {
		min-height: calc(var(--vh, 1vh) * 100) !important;
	}

	body {
		height: calc(var(--vh, 1vh) * 100) !important;
		overflow-y: hidden !important;
	}

	#orange2 {
		top: 15px !important;
	}

	#orange1 {
		top: 67px !important;
		left: 17px !important;
	}

	#orange9 {
		top: 73px !important;
		left: 178px !important;
	}

	#orange6 {
		top: 134px !important;
		left: 20px !important;
	}

	#orange10 {
		top: 95px !important;
	}

	#orange3 {
		top: 17px !important;
		left: auto !important;
		right: 10px !important;
	}

	#orange5 {
		top: 90px !important;
	}

	#orange7 {
		top: 120px !important;
	}

	#orange4 {
		top: 185px !important;
		right: 20px !important;
		left: auto !important;
	}

	.bottom-pinata {
		display: none !important;
		top: 475px !important;
		position: absolute !important;
		right: 16px !important;
	}

	#orange8 {
		top: 20px !important;
	}

	.bird {
		top: 80px !important;
	}

	#help-button {
		top: 452px !important;
		left: 37% !important;
		width: 70px !important;
		height: 70px !important;
	}

	.caterpillar-modal {
		position: fixed !important;
		top: 50% !important;
		transform: none !important;
		left: 5% !important;
		width: 90% !important;
		margin-top: -50% !important;
	}

	.caterpillar-modal .inner {
		min-height: 200px !important;
	}

	.caterpillar-modal::after {
		height: 345px !important;
		box-shadow: none !important;
	}

	.caterpillar-modal p,
	.bird-modal p {
		font-size: 24px !important;
		line-height: 120% !important;
		padding-top: 24px !important;
	}

	#call-button.texture-button {
		font-size: 18px !important;
		width: 50% !important;
	}

	.caterpillar {
		top: 206px !important;
		width: 65px !important;
	}

	.orange7-modal-content {
		width: 90% !important;
		left: 5% !important;
		height: 540px !important;
	}

	#orange3-modal {
		width: 90% !important;
		left: 5% !important;
		top: 50% !important;
		margin-top: -50% !important;
		transform: none !important;
		z-index: 500 !important;
	}

	#orange8-modal .wheel-wrapper {
		width: 90% !important;
		height: 90% !important;
	}

	#orange8-modal #spinBtn {
		width: 90% !important;
		margin-left: 5% !important;
		height: auto !important;
		padding: 12px 1rem !important;
		font-size: 22px !important;
	}

	#spinBtn.texture-button::after {
		background-size: cover !important;
	}

	#orange8-modal h2 {
		margin-top: 28px !important;
	}

	#orange1-modal {
		width: 90% !important;
		left: 5% !important;
		top: 10px !important;
		transform: none !important;
		z-index: 20 !important;
		min-height: 295px !important;
	}

	#orange10-modal {
		top: 10px !important;
		width: 80% !important;
		left: 5% !important;
		transform: none !important;
	}

	.portraits-grid {
		margin: 0px 17px 32px 17px !important;
		padding: 0 !important;
		grid-template-columns: repeat(3, 1fr) !important;
	}

	.portraits-grid__item {
		width: 75% !important;
		height: auto !important;
	}

	.donation-theme-widget-container {
		width: 100% !important;
		top: 850px !important;
		padding-bottom: 15px !important;
	}

	.donation-theme-widget-block {
		min-width: 380px !important;
	}

	.pinata-area {
		top: 205px !important;
		left: 16px !important;
		width: 160px;
	}

	.loading-content {
		padding: 32px;
		position: relative !important;
		height: calc(100dvh - 40px) !important;
	}

	.cancer-warn,
	.brand-desc,
	.wait,
	#loading-percentage,
	.brand {
		position: static !important;
		margin-bottom: 32px !important;
	}

	.brand {
		width: 275px !important;
	}

	.cancer-warn,
	.brand-desc {
		font-weight: 400;
		font-size: 120% !important;
		line-height: 130%;
		width: 100% !important;
	}

	#loading-percentage {
		bottom: 32px !important;
		position: absolute !important;
		top: auto !important;
		margin-bottom: 0 !important;
		left: 32px !important;
		font-size: 96px !important;
	}

	.wait {
		position: absolute !important;
		left: 32px !important;
		font-weight: 400;
		font-size: 90% !important;
		line-height: 130%;
		margin-bottom: 0 !important;
		bottom: 72px !important;
		width: 100%;
	}

	.tree {
		display: none !important;
	}

	.tree_mobile {
		background: url('media/tree_mobile.avif') no-repeat center center !important;
		height: 859px;
		width: 100%;

		display: block !important;
		position: absolute;

		top: -90px;
		background-size: auto 105% !important;
	}

	.donate_offer {
		font-size: 24px !important;
		text-align: center;
		width: 100% !important;
		left: 0 !important;
		top: 780px !important;
	}

	body {
		background-color: #fff !important;
	}

	.orange {
		width: 40px !important;
		height: 40px !important;
	}

	.orange[data-tooltip]:hover::after {
		display: none !important;
	}

	.popup {
		width: calc(100% - 20px) !important;
		position: absolute !important;
		top: 10px !important;
		left: 10px !important;
	}

	#close-popup-btn {
		position: absolute !important;
		top: 15px !important;
		right: 10px !important;
		width: 25px !important;
		height: 25px !important;
	}

	#close-popup-btn img {
		width: 25px !important;
		height: 25px !important;
	}

	.popup::after {
		border-radius: 30px !important;
		overflow: hidden !important;
	}

	.popup .inner {
		border-radius: 27px !important;
	}

	.close-modal img {
		width: 40px !important;
		height: 40px !important;
	}

	#orange9-modal {
		top: 50% !important;
		margin-top: -50% !important;
		z-index: 15 !important;
		width: 90% !important;
		left: 5% !important;
		max-width: 100% !important;
		transform: none !important;
		z-index: 500 !important;
	}

	#orange9-modal h2 {
		font-size: 23px !important;
		max-width: 100% !important;
		right: 0 !important;
		padding-left: 32px;
	}

	#orange9-modal .button-grid {
		padding: 10px !important;
		grid-template-columns: repeat(3, 1fr) !important;
	}

	#video-modal .close-btn img {
		width: 40px !important;
		height: 40px !important;
	}

	#video-modal .close-btn {
		top: 20px !important;
		right: 40px !important;
	}

	.orange2-modal-content {
		width: 92% !important;
	}

	#o2m-header {
		width: auto !important;
	}

	#orange2-modal .inner {
		border-radius: 20px !important;
		background-size: 400% !important;
	}

	#orange2-modal {
		width: 100%;
	}

	#orange2-modal h2 {
		font-size: 20px !important;
	}

	#orange2-modal::after {
		border-radius: 30px !important;
	}

	#orange2-modal p {
		font-size: 16px !important;
	}

	#orange2-modal .close-modal {
		right: 50px !important;
		top: 15px !important;
	}

	#orange3-modal .close-modal {
		right: 0px !important;
		top: 15px !important;
		position: absolute;
		display: block !important;
		left: auto !important;
	}

	.orange2-modal-content li {
		font-size: 16px !important;
		line-height: 120% !important;
	}

	.team-help-button,
	.orange2-modal-content a {
		font-size: 18px !important;
		width: auto !important;
	}

	#orange1-modal #learn-more {
		width: auto !important;
		font-size: 18px !important;
	}

	#orange1-modal h2 {
		font-size: 24px !important;
		margin-bottom: 10px !important;
		left: 0px !important;
		text-align: left;
		margin-left: 32px !important;
		margin-right: 42px !important;
	}

	#orange1-modal .donation-thermometer-container {
		left: 0 !important;
		max-width: calc(100% - 32px - 32px);
		margin: 0 auto !important;
		width: 100%;
	}

	#orange1-modal .team-help-button.texture-button {
		display: block;
	}

	#orange1-modal .buttons-wrapper {
		display: block !important;
		margin-left: 32px !important;
		margin-right: 32px !important;
		position: relative !important;
		left: 0 !important;
	}

	#orange1-modal .team-help-button.texture-button {
		width: 100% !important;
	}

	#orange1-modal #learn-more {
		width: 100% !important;
	}

	.donation-thermometer-container .donation-thermometer-amount-footer-left,
	.donation-thermometer-container .donation-thermometer-amount-footer-right {
		font-size: 16px !important;
	}

	.buttons-wrapper {
		left: 25px !important;
		transform: none !important;
	}

	.donation-thermometer-container .donation-thermometer-amount-footer-left,
	.donation-thermometer-container .donation-thermometer-amount-footer-right {
		font-size: 14px !important;
	}

	#orange10-modal {
		top: 50% !important;
		z-index: 15 !important;
		width: 90% !important;
		left: 5% !important;
		max-width: 100% !important;
		transform: none !important;
		margin-top: -50% !important;
		z-index: 500 !important;
	}

	#orange10-modal h2 {
		margin-top: 22px !important;
		margin-left: 32px !important;
		margin-right: 32px !important;
		font-size: 24px !important;
		text-align: left !important;
		font-weight: 400 !important;
		line-height: 110% !important;
	}

	.portraits-modal__name {
		width: 150%;
	}

	.portraits-modal__name h2 {
		font-size: 28px !important;
		font-weight: 400 !important;
		text-align: left !important;
		line-height: 105% !important;
	}

	.portraits-modal__text .quote {
		line-height: 105% !important;
	}

	.portraits-modal__name h2 span {
		font-size: 16px !important;
	}

	.portraits-modal__text {
		font-size: 16px !important;
		line-height: 160% !important;
		padding: 0 32px 32px 32px !important;
	}

	.portraits-modal__text .quote {
		font-size: 20px !important;
		line-height: 120% !important;
		text-decoration: none !important;
		font-weight: 400 !important;
	}

	.portraits-modal__text .quote i {
		font-style: normal !important;
	}

	.portraits-modal__content .inner {
		background-size: cover !important;
		overflow-y: scroll !important;
	}

	.portraits-modal__content {
		max-width: 100% !important;
	}

	.portraits-modal__close {
		width: 30px !important;
		height: 30px !important;
		right: 20px !important;
	}

	#orange10-modal .close-popup-btn {
		position: absolute;
		width: 30px !important;
		height: 30px !important;
		background: none !important;
		border: none !important;
		top: 6px !important;
		right: 11px !important;
	}

	#orange10-modal .close-popup-btn img {
		width: 30px !important;
		height: 30px !important;
	}

	#orange9-modal .close-modal {
		position: absolute;
		width: 30px !important;
		height: 30px !important;
		background: none !important;
		border: none !important;
		top: 28px !important;
		right: 31px !important;
		display: block;
	}

	.caterpillar-modal .close,
	.bird-modal .close {
		position: absolute;
		width: 30px !important;
		height: 30px !important;
		background: none !important;
		border: none !important;
		top: 6px !important;
		right: 6px !important;
		display: block;
	}

	#orange10-modal .close-modal {
		position: absolute;
		width: 30px !important;
		height: 30px !important;
		background: none !important;
		border: none !important;
		top: 19px !important;
		right: 27px !important;
		display: block;
	}

	#orange3-modal h2 {
		font-size: 22px !important;
		font-weight: 400;
		padding-left: 32px;
	}

	#orange3-modal .close-modal img {
		width: 40px !important;
		height: 40px !important;
	}

	#orange3-modal .close-modal {
		right: 13px !important;
		top: 9px !important;
	}

	#orange3-modal p {
		font-size: 18px !important;
		font-weight: 400;
		padding-left: 32px;
		line-height: 120% !important;
	}

	#orange8-modal .close-modal img {
		width: 40px !important;
		height: 40px !important;
	}

	#orange7-modal .close-modal img {
		width: 40px !important;
		height: 40px !important;
	}

	#orange7-modal .close-modal {
		right: 25px !important;
	}

	#orange8-modal .close-modal {
		top: 10px !important;
		right: 30px !important;
	}

	#orange8-modal h2 {
		font-size: 24px !important;
	}

	.orange7-modal-content button.save-btn {
		font-size: 18px !important;
	}

	#paintGameClear.texture-button {
		font-size: 18px !important;
	}

	.orange7-modal-content .color-btn {
		width: 30px !important;
		height: 30px !important;
		margin-left: 8px !important;
		margin-right: 8px !important;
	}

	.orange-canvas-wrapper {
		margin-bottom: 16px !important;
		left: 85px !important;
	}

	#audio-toggle {
		width: 40px !important;
		height: 40px !important;
		bottom: 10px !important;
		left: 28px !important;
		z-index: 99 !important;
		padding: 2px !important;
	}

	#audio-toggle div {
		background-size: contain !important;
	}

	.bird-modal {
		width: 90% !important;
		top: 50% !important;
		position: fixed !important;
		transform: none !important;
		left: 5% !important;
		margin-top: -50% !important;
	}

	.bird {
		top: 152px !important;
		width: 65px !important;
		left: 87px !important;
	}

	.bird-modal .inner {
		min-height: 400px !important;
	}

	.bird-modal p {
		font-size: 20px !important;
		padding: 0px 16px;
		margin-top: 0 !important;
		margin-bottom: 32px !important;
	}

	.bird-modal::after {
		height: 410px !important;
	}

	.bird-modal #open-cards-button.texture-button {
		font-size: 20px !important;
	}

	.bird-modal .close-modal img {
		width: 40px !important;
		height: 40px !important;
	}

	.bird-modal .close-modal {
		right: 25px !important;
		top: 15px !important;
	}

	.bird-modal .image {
		display: block !important;
		margin-bottom: 0 !important;
		width: 75% !important;
		margin: 0 auto !important;
	}

	.bird-modal p {
		padding-top: 12px !important;
		margin-bottom: 12px !important;
	}

	.bird-modal #open-cards-button.texture-button {
		height: auto !important;
		padding: 15px 30px !important;
		position: relative !important;
		left: auto !important;
		margin-bottom: 16px !important;
	}

	#orange2-modal h2.text2 {
		font-size: 24px !important;
		padding-right: 0px !important;
		width: 100% !important;
	}

	.orange2-modal-content .team-help-button.texture-button {
		width: 100% !important;
		display: block !important;
	}

	.orange2-modal-content-btns {
		display: block !important;
	}

	.orange2-modal-content-btns a {
		width: 100% !important;
		margin-top: 5px !important;
	}

	#orange2-modal h2,
	#orange2-modal p {
		padding-left: 0 !important;
	}

	.orange2-modal-content {
		padding-left: 26px !important;
		padding-right: 26px !important;
		width: auto !important;
	}

	.donation-theme-widget-period-buttons-block .donation-theme-widget-button {
		font-size: 14px !important;
	}

	.popup-pinata {
		width: 80% !important;
	}

	#close-popup-btn img {
		width: 40px !important;
		height: 40px !important;
	}

	#close-popup-btn {
		right: 25px !important;
	}

	.pinata-popup h2 {
		font-size: 32px !important;
		margin-left: 26px;
	}

	.pinata-popup {
		position: absolute !important;
	}

	.promo-code {
		font-size: 24px !important;
		border-radius: 40px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.copy-icon {
		height: 20px !important;
		padding-left: 10px;
	}

	.promo-brand-before {
		font-size: 18px !important;
	}

	.promo-brand {
		font-size: 24px !important;
	}

	.promo-desc {
		font-size: 12px !important;
		padding-bottom: 16px !important;
	}

	#orange1-modal .close-modal {
		display: block;
	}

	.popup .inner {
		background-size: 1000% !important;
	}

	#help-button {
		background: url('media/help_sign_hover.avif') no-repeat center center !important;
		background-size: contain !important;
	}

	#popup-backdrop .popup {
		height: 110% !important;
	}

	.card-selection {
		z-index: 1005 !important;
	}

	.card-selection-content {
		top: 10px !important;
		position: absolute !important;
	}

	.card-selection-content h2 {
		font-size: 26px !important;
		margin: 32px 32px 16px 32px !important;
		font-weight: 400 !important;
		text-align: left !important;
	}

	.card-selection .card {
		max-width: 200px !important;
		min-width: 200px !important;
		height: 293px !important;
	}

	.card-selection .card:first-child {
		padding-left: 20px !important;
	}

	.card-selection .cards {
		overflow-x: scroll !important;
		justify-content: initial !important;
		margin: 0px 32px 0 0px !important;
		padding-top: 30px !important;
	}

	#card-selected-text,
	#download-selected-card {
		font-size: 22px !important;
	}

	.card-selection-content p {
		width: 100% !important;
		left: 0 !important;
		text-align: left !important;
		margin: 0 32px !important;
	}

	#download-selected-card.texture-button {
		margin-top: 20px !important;
		margin-left: 32px !important;
		display: block !important;
	}

	.card-selection .close img {
		width: 40px !important;
		height: 40px !important;
	}

	.card-selection .close {
		right: 49px !important;
	}

	.portraits-modal__photo-container {
		display: block !important;
	}

	.portraits-modal__content .inner {
		display: block !important;
	}

	.portraits-modal__photo-container {
		width: 200px !important;
		padding-bottom: 0px !important;
		padding-left: 32px !important;
	}

	.caterpillar-modal .inner-image {
		display: block;
		margin-top: 32px;
	}

	.caterpillar-modal .inner-image img {
		width: 175px;
	}

	.caterpillar-modal p {
		margin-top: 0 !important;
		padding-left: 32px !important;
		padding-right: 32px !important;
	}

	#call-button.texture-button {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}

	.caterpillar-modal .close {
		top: 17px !important;
		right: 24px !important;
	}

	#call-button.texture-button {
		font-size: 20px !important;
		padding: 15px 30px !important;
		width: auto !important;
	}

	.orange7-modal-content h2 {
		font-size: 22px !important;
	}

	.orange7-modal-content button.save-btn,
	#paintGameClear.texture-button {
		padding: 15px 30px !important;
	}

	.carousel video {
		width: 50% !important;
	}

	.card-selection-content .inner {
		background-size: 400% !important;
	}

	#download-selected-card.texture-button {
		padding: 15px 30px !important;
	}

	.card-selection .card:last-child {
		margin-right: 30px !important;
	}

	.orange-modal .inner {
		border-radius: 30px !important;
	}

	.orange-modal::after {
		border-radius: 37px !important;
	}

	#orange3-modal .inner {
		padding-left: 0 !important;
	}

	.carousel video.active {
		transform: scale(1.3) !important;
		border-radius: 15px !important;
	}

	#orange3-modal h2 {
		margin-top: 22px !important;
	}

	.container {
		overflow-x: hidden !important;
	}

	.donation-theme-widget-button span,
	.donation-theme-widget-button svg,
	.donation-theme-widget-group-buttons button span,
	.donation-theme-widget-group-buttons button svg {
		font-size: 16px !important;
	}

	.portraits-modal__name h2 {
		line-height: 120% !important;
	}

	.portraits-modal__name h2 span.title {
		font-size: 28px !important;
	}

	.pinata-popup .inner2 {
		max-height: 85vh !important;
		overflow-y: scroll;
	}

	.popup .popup-pinata {
		top: 0 !important;
	}

	#orange1-modal-more .inner {
		background-size: 400% !important;
	}

	.container {
		padding-bottom: 10px !important;
	}

	#orange1-modal-more h2 {
		font-size: 22px !important;
		text-align: left !important;
		margin-left: 32px !important;
		margin-right: 32px !important;
		left: 0 !important;
		width: auto !important;
	}

	#orange1-modal-more h3 {
		font-size: 22px !important;
		text-align: left !important;
		margin-left: 32px !important;
		margin-right: 32px !important;
		left: 0 !important;
		width: auto !important;
	}

	.orange1-modal-more .donation-thermometer-container {
		width: calc(100% - 64px) !important;
		left: 32px !important;
	}

	#orange1-modal-more .team-help-button-more.texture-button {
		left: 32px !important;
		margin-top: 22px !important;
		width: calc(100% - 64px) !important;
		font-size: 20px !important;
	}

	#orange1-modal-more p {
		font-size: 16px !important;
		text-align: left !important;
		margin-left: 32px !important;
		margin-right: 32px !important;
		left: 0 !important;
		width: auto !important;
	}

	#orange1-modal-more .cards-wrapper {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	#orange1-modal-more .card p {
		text-align: center !important;
		font-size: 16px !important;
	}

	#orange1-modal-more .card span {
		font-size: 24px !important;
	}

	#close-orange1-modal-more {
		width: 40px !important;
		height: 40px !important;
		right: 20px !important;
		top: 23px !important;
	}

	#orange8-modal .pointer {
		width: 60px !important;
	}

	#orange1-modal .inner {
		min-height: 285px !important;
	}

	.hint-window {
		font-size: 12px !important;
		left: 5px !important;
		transform: none !important;
		top: 190px !important;
	}

	.hint-window .inner {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}


	#help-info {
		display: block;
		background: url(media/texture/textures_orange_border.avif) repeat center center;
		background-size: cover;
		color: #faf9f8;

		position: fixed;
		bottom: 24px;
		z-index: 100;
		padding: 16px;
		border-radius: 10px;
		overflow: hidden;
		font-size: 16px;
		left: 20px;
		width: calc(100% - 70px);
		text-align: center;
	}

	#help-info:after {
		background: url(media/texture/textures_orange_inner.avif) no-repeat center center;
    	background-size: 700%;

		content: '';
		position: absolute;
		top: 6px;
		left: 6px;
		border-radius: 10px;
		z-index: -1;
		box-shadow: 0px 0px 0.8px 1px #443d329e inset, 0px 0px 16.7px 1px #443d3266 inset;
		background-size: 500%;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
	}
}
