html {
	font-size: 62.5%;
	line-height: 1.4;
	font-family: "lores-9-narrow";
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	height: 100%;
	width: 100%;
	scroll-behavior: smooth;
}

html,
body,
h1 {
	cursor: url(../Images/Cursor.png), default !important;
}




.base-home body.no-intro {
	background-image: none;
	animation-name: none;
}

.loading {
	position: absolute;
	visibility: hidden;
	bottom: calc(50%);
	font-weight: 900;
	font-size: 3rem;
	text-align: center;
	width: 100%;
	color: #a9687c;
	animation: 500ms linear 6 condemned_blink_effect;
	text-shadow: 1px 1px 0px #f8f6f7, 2px 2px 0px #f8f6f7, 3px 3px 0px #a38c81, 4px 4px 0px #a38c81, 5px 5px 0px #a38c81;
	animation-fill-mode: backwards;
	text-transform: uppercase;
}

@keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}

	50% {
		visibility: hidden;
	}

	100% {
		visibility: visible;
	}
}

@keyframes continue {
	0% {
		visibility: visible;
	}

	50% {
		visibility: hidden;
	}

	100% {
		visibility: hidden;
	}
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
}


a,
button {
	color: inherit;
	cursor: url(../Images/Pointer.png), pointer !important;
	text-decoration: none;
}

.base-home {
	color: #615645;
	background-color: #f2c0ce;
}

.hero-wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transition: all 0.2s ease-in-out;
	overflow: visible;
	font-weight: 900;
}

.base-home .hero-wrapper {
	justify-content: center;
}

.base-home body {
	overflow-x: hidden;
	display: flex;
}

.homehero {
	position: relative;
	height: 85%;
	overflow: visible;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-device-width: 736px) {
	.base-home .hero-wrapper {
		justify-content: center;
	}

	.homehero {
		height: 70%;
	}
}


@media only screen and (max-device-width: 800px) {
	.base-home .hero-wrapper {
		justify-content: center;
	}

	.homehero {
		height: 70%;
	}
}

.marquee-wrapper {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	white-space: nowrap;
	color: #f8f6f7;
	-webkit-text-stroke-width: 6px;
	-webkit-text-stroke-color: initial;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	transform-style: preserve-3d;
}

.marquee-title {
	font-size: 23rem;
	text-transform: uppercase;
	display: block;
	position: relative;
	overflow: hidden;
	line-height: .9;
	letter-spacing: -.05em;
	width: 100%;
	z-index: 1;
	float: none;
	white-space: nowrap;
	transition: color 0.2s ease-in;
	animation-duration: .7s !important;
}

@media only screen and (max-device-width: 736px) {

	.marquee-title {
		font-size: 10rem;
		-webkit-text-stroke-width: 2.2px;
	}

}


@media only screen and (min-width: 737px) and (max-height: 825px) {

	.marquee-title {
		font-size: 20rem;
		-webkit-text-stroke-width: 2.2px;
	}

}

.YwainClub.marquee-title {
	animation-delay: 3.3s;
}

.tokens.marquee-title {
	animation-delay: 3.3s;
}

.checker.marquee-title {
	cursor: url(../Images/Pointer.png), pointer;
	animation-delay: 3.3s;
}


.marquee-title:hover {
	-webkit-text-fill-color: #615645;
	-webkit-text-stroke-color: transparent;
	text-shadow: none;
}

.marquee-title-text {
	display: inline-block;
	margin-right: 20px;
}

#scene {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 0;
	margin: 0 auto;
	padding: 0 15%;
	transform-origin: center;
	animation-name: intro, tilt;
	animation-delay: 3.2s, 3.8s;
	transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
	animation-duration: .3s !important;
	animation-fill-mode: backwards;
	transform: scale(.65) rotate(2deg) translateX(0);
}

.base-home #scene {
	padding: 0 18%;
}

@media only screen and (max-device-width: 736px) {
	.base-home #scene {
		padding: 0%;
	}
}

@media only screen and (max-device-width: 800px) {
	.base-home #scene {
		padding: 0%;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	.base-home #scene {
		padding: 0%;
	}
}

#scene.slideoutright {
	transition: 0.2s ease-in-out;
	transform: rotate(2deg) translateX(70%) !important;
}

#scene.slideoutleft {
	transition: 0.2s ease-in-out;
	transform: rotate(2deg) translateX(-70%) !important;
}


@keyframes intro {
	0% {
		opacity: 0;
		height: 0;
	}

	100% {
		opacity: 1;
		height: 100%;
	}
}

@keyframes tilt {
	0% {
		transform: scale(.65) rotate(0deg);
	}

	100% {
		transform: scale(.65) rotate(2deg);
	}
}


@keyframes tilt2 {
	0% {
		transform: scale(.85) rotate(0deg);
	}

	100% {
		transform: scale(.85) rotate(2deg);
	}
}

@keyframes tilt3 {
	0% {
		transform: scale(1) rotate(0deg);
	}

	100% {
		transform: scale(1) rotate(2deg);
	}
}


@media only screen and (max-device-width: 736px) {

	#scene {
		padding: 0 5%;
	}

}

.homehero-bg {
	position: relative;
	height: 90%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 0;
	overflow: visible;
	transition: all 0.1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.homehero-bg-inset {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-attachment: local;
	overflow: visible;
	z-index: 21;
}

.base-home .homehero-bg-inset {
	background-image: url(../Images/bg.webp);
}

.marquee-title:hover~#scene div.homehero-bg .homehero-bg-inset {
	background: none;
}

.base-home .theNatureClub {
	padding: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	z-index: -1;
	display: flex;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	background-position: 50% calc(50% + 0px);
	background-size: auto 60%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	transform: rotateX('145');
	background-image: url(../Images/bg.webp);
	will-change: transform;
	transform: translateZ(0);
}



.js-marquee-wrapper {
	will-change: transform;
	transform: translateZ(0);
}

.marquee-title:hover~#scene div.homehero-bg {
	overflow: visible;
}

@media only screen and (max-device-width: 800px) {


	#scene div.homehero-bg .homehero-bg-inset {
		background-image: url(../Images/bg.webp);
	}
}


@media only screen and (max-device-width: 700px) {
	.marquee-title:hover~#scene {
		transform: scale(.85) rotate(2deg) translateX(0);
	}

	.marquee-title:hover~#scene div.homehero-bg .homehero-bg-inset::after {
		background-size: 600px;
	}

}

.base-home .marquee-title:hover .marquee-title-text {
	animation: textshift 8000ms linear infinite;
	-webkit-text-fill-color: #ff4081;
	text-shadow:
		1px 1px #f8f6f7,
		2px 2px #f8f6f7,
		3px 3px #f8f6f7,
		4px 4px #f8f6f7,
		5px 5px #f8f6f7,
		6px 6px #f8f6f7,
		7px 7px #f8f6f7,
		8px 8px #f8f6f7;
}

@media (prefers-reduced-motion: reduce) {
	.base-home .marquee-title:hover .marquee-title-text {
		-webkit-text-fill-color: #615645;
		animation: none;
	}
}

.base-home .marquee-title.YwainClub:hover .marquee-title-text {
	animation: crt-flicker-light 10ms infinite, textshift2 1000ms linear infinite;
	-webkit-text-fill-color: #ff4081;
}

.base-home .marquee-title.tokens:hover .marquee-title-text {
	animation: crt-flicker-light 10ms infinite, textshift1 1000ms linear infinite;
	-webkit-text-fill-color: #00E5FF;
}

.base-home .marquee-title.checker:hover .marquee-title-text {
	animation: crt-flicker-light 10ms infinite, textshift3 1000ms linear infinite;
	-webkit-text-fill-color: #ff4081;
}

@keyframes textshift1 {
	0% {
		-webkit-text-fill-color: #00E5FF;
	}

	25% {
		-webkit-text-fill-color: #d500f9;
	}

	50% {
		-webkit-text-fill-color: #1de9b6;
	}

	75% {
		-webkit-text-fill-color: #fdd835;
	}

}

@keyframes textshift2 {
	0% {
		-webkit-text-fill-color: #ff4081;
	}

	25% {
		-webkit-text-fill-color: #00E5FF;
	}

	50% {
		-webkit-text-fill-color: #d500f9;
	}

	75% {
		-webkit-text-fill-color: #fdd835;
	}

}


@keyframes textshift3 {
	0% {
		-webkit-text-fill-color: #ff4081;
	}

	25% {
		-webkit-text-fill-color: #1de9b6;
	}

	50% {
		-webkit-text-fill-color: #fdd835;
	}

	75% {
		-webkit-text-fill-color: #00E5FF;
	}

}

.base-home h1 {
	font-size: 2.4rem;
	height: auto;
	text-align: center;
	padding-top: 0;
	transform: translateY(-25px);
	z-index: 20;
	animation-delay: 3.1s;
}

.base-home h1 br {
	display: none;
}

.base-home h1 a {
	color: inherit;
	text-decoration: none;
}

@media only screen and (max-device-width: 800px) {
	.base-home h1 {
		line-height: 1.5;
		transform: translateY(0px);
		letter-spacing: -.02em;
	}

	.base-home h1 br {
		display: block;
	}
}

@media only screen and (max-device-width: 736px) {

	.base-home h1 {
		font-size: 1.6rem;
		line-height: 1.8;
		transform: translateY(0px);
		letter-spacing: -.05em;
	}


}


.squiggle {
	text-decoration: none;
	border-bottom: 2px solid;
	border-bottom-color: inherit;
	transition: 0.1s ease-in-out;
	padding-bottom: 5px;
	transition-property: -webkit-text-fill-color, -webkit-text-stroke-color, color;
}


.squiggle:hover {
	color: #1C9CEB;
	border-bottom-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Squiggle-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 -2 20 9'%3E%3Cstyle type='text/css'%3E.st0{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%231C9CEB' stroke-width='2' class='st0' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
	background-position: 0 2.4rem;
	background-size: auto 8px;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

.squiggle:active {
	animation: jello .5s linear;
}


@media only screen and (max-device-width: 800px) {

	.squiggle {
		color: #1C9CEB;
		border-bottom-color: transparent;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Squiggle-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 -2 20 9'%3E%3Cstyle type='text/css'%3E.st0{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%231C9CEB' stroke-width='2' class='st0' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
		background-position: 0 1.2em;
		background-size: auto 5px;
		background-repeat: repeat-x;
		padding-bottom: 4px;
		text-decoration: none;
	}
}




@keyframes crt-flicker {
	0% {
		opacity: 0.55;
	}

	100% {
		opacity: 1;
	}
}

@keyframes crt-flicker-light {
	0% {
		opacity: 0.85;
	}

	100% {
		opacity: 1;
	}
}

.overflow {
	overflow-y: hidden !important;
}

.featherlight .featherlight-content.oveflow {
	overflow-y: hidden !important;
	overflow: hidden !important;
}

.blurry {
	filter: blur(10px);
}

.hidden {
	display: none !important;
}

.visuallyhidden {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto !important;
	height: auto !important;
	margin: 0 !important;
	overflow: visible !important;
	position: static !important;
	width: auto !important;
	white-space: inherit !important;
}

.invisible {
	visibility: hidden;
}

.opacity {
	opacity: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}