*, *::before, *::after {
	box-sizing: border-box;
	outline: none !important;
}

html {
	background: #1C1917;
	color: #fff;
	font: normal normal 400 16px/1.5 'Montserrat', sans-serif;
	scroll-behavior: smooth;
}

@media (max-width: 1000px) {
	html {
		font-size: 15.5px;
	}}

@media (max-width: 700px) {
	html {
		font-size: 15px;
	}}

body {
	font: inherit;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)), url('images/background.png') center center / cover;
	background-attachment: fixed;
}

.LC-⭐a {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	padding-top: 75px;
	overflow: hidden;
}

.LC-⭐b {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	width: 100%;
	backdrop-filter: blur(15px);
	z-index: 999;
}

.LC-⭐c {
	display: flex;
	align-items: center;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 1.5rem;
	height: 75px;
}

.LC-⭐d {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 6.5px;
}

.LC-⭐d a {
	display: flex;
	align-items: center;
}

.LC-⭐d a svg {
	width: 32px;
	height: 32px;
	margin-right: 0.75rem;
}

.LC-⭐e {
	display: flex;
	align-items: center;
	margin-left: auto;
}

@media (max-width: 700px) {
	.LC-⭐e:not(.LC-⭐f) {
		display: none;
	}}

@media (min-width: 701px) {
	.LC-⭐f {
		display: none;
	}}

.LC-⭐g {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color 0.25s ease;
}

.LC-⭐g:hover {
	color: rgba(255, 255, 255, 1);
}

.LC-⭐g:not(:first-child) {
	margin-left: 1.25rem;
}

@media (min-width: 701px) {
	.LC-⭐h {
		background: red;
		padding: 0.6rem 1.25rem;
		color: #fff;
		font-size: 0.9rem;
		font-weight: 800;
		border-radius: 0.5rem;
		transition: opacity 0.25s ease;
	}
	.LC-⭐h:hover {
		opacity: 0.8;
	}}

@media (min-width: 701px) {
	.LC-⭐i {
		background: #5865F2;
		padding: 0.6rem 1.25rem;
		color: #fff;
		font-size: 0.9rem;
		font-weight: 800;
		border-radius: 0.5rem;
		transition: opacity 0.25s ease;
	}
	.LC-⭐h:hover {
		opacity: 0.8;
	}}

.LC-⭐f .LC-⭐g {
	font-size: 1.1rem;
	cursor: default;
}

.LC-⭐f .LC-⭐g label {
	padding: 1rem;
}

@media (max-width: 700px) {
	.LC-⭐e:not(.LC-⭐f) {
		position: absolute;
		top: 75px;
		right: 1rem;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		background: rgba(0, 0, 0, 0.6);
		width: 200px;
		border-radius: 0 0 0.5rem 0.5rem;
		transform-origin: top center;
		transition: transform 0.25s ease;
		z-index: 99;
	}
	.LC-⭐e:not(.LC-⭐f) .LC-⭐g {
		margin: 0;
		width: 100%;
		padding: 1rem;
		text-align: right;
	}
	#input-navbar:not(:checked)+.LC-⭐e:not(.LC-⭐f) {
		transform: scale(1, 0);
		pointer-events: none;
	}}

.LC-⭐j {
	flex-grow: 1;
}

.LC-⭐k {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.LC-⭐l {
	margin: 4rem 0;
	font-family: 'Rawline', sans-serif;
	font-size: 2.75rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}

.LC-⭐m {
	position: relative;
}

.LC-⭐m:first-child {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}

.LC-⭐m:last-child {
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}

.LC-⭐n {
	padding: 5rem 4rem;
}

@media (max-width: 700px) {
	.LC-⭐n {
		padding: 5rem 2rem;
	}}

@media (max-width: 700px) {
	.LC-⭐d {
	  letter-spacing: 0;
	}}

.LC-⭐o {
	font-family: 'Raleway', sans-serif;
	text-shadow: -3px -3px 8px rgba(0, 0, 0, 0.79);
	font-size: 2rem;
	letter-spacing: 5px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.LC-⭐p h1 {
	margin: 1.5rem 0 1rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
}


.LC-⭐q h1 {
	margin: 1.5rem 0 1rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

.LC-⭐p h2 {
	margin: 1.5rem 0 1rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
}

.LC-⭐p p+p {
	margin-top: 1rem;
}

.LC-⭐q p {
	margin-top: 1rem;
	text-align: center;
	font-size: 1.5rem;
}

.LC-⭐r {
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.1rem;
	line-height: 1.75;
}

.LC-⭐r a {
	color: red;
}

.LC-⭐p a {
	color: red;
}

.LC-⭐s {
	height: calc(100vh - 75px);
}

.LC-⭐s .LC-⭐n {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	padding: 0;
	height: 100%;
}

@media (max-width: 1200px) {
	.LC-⭐s .LC-⭐n {
		flex-direction: column-reverse;
	}}

.LC-⭐s .LC-⭐t {
	box-shadow: 0 0 40px rgb(0, 0, 0);
	position: relative;
	background: var(--image-url) center center / cover;
	flex-basis: 100%;
	width: 100%;
	border-radius: 1rem;
	z-index: 9;
	animation: reveal-hero-image 3s ease-out backwards;
}

.LC-⭐s .LC-⭐t::before {
	content: '';
	display: block;
	padding-top: calc(9 / 16 * 100%);
}

.LC-⭐s .LC-⭐t>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@keyframes reveal-hero-image {
	from {
		opacity: 0;
		transform: scale(1.1, 1.1);
	}}

@media (min-width: 1201px) {
	.LC-⭐s .LC-⭐t {
		transform: perspective(800px) rotateY(-15deg) translateY(10px) rotateX(10deg) scale(1);
		transition: transform 0.6s ease;
	}
	.LC-⭐s .LC-⭐t:hover {
		transform: scale(1.1, 1.1);
	}}

@media (max-width: 1200px) {
	.LC-⭐s .LC-⭐t {
		flex-basis: auto;
		max-width: 600px;
	}}

.LC-⭐s .LC-⭐t img {
	display: block;
	max-width: 100%;
	height: auto;
}

.LC-⭐s .LC-⭐u {
	position: relative;
	flex-basis: 100%;
	width: 100%;
}

@media (max-width: 1200px) {
	.LC-⭐s .LC-⭐u {
		flex-basis: auto;
		margin-bottom: 2rem;
		text-align: center;
	}}

.LC-⭐s .LC-⭐o {
	font-size: 3.5rem;
	letter-spacing: 9.5px;
	animation: reveal-hero-heading 1s ease-out both;
}

@keyframes reveal-hero-heading {
	from {
		opacity: 0;
		transform: translateX(-10px);
	}}

@media (max-width: 700px) {
	.LC-⭐s .LC-⭐o {
		font-size: 2.5rem;
	}}

.LC-⭐s .LC-⭐v {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	transform: translateX(13px);
	animation: reveal-hero-subheading 1s ease-out 0.5s both;
}

@media (max-width: 1200px) {
	.LC-⭐s .LC-⭐v {
		transform: translateX(-3px);
	}}

@keyframes reveal-hero-subheading {
	from {
		opacity: 0;
		transform: translateX(-10px);
	}}

@media (max-width: 700px) {
	.LC-⭐s .LC-⭐v {
		font-size: 0.9rem;
		letter-spacing: 1px;
	}}

.LC-⭐s .LC-⭐w {
	display: flex;
	justify-content: center;
	margin-top: 2.25rem;
	animation: reveal-hero-buttons 1s ease-out 0.75s both;
}

@keyframes reveal-hero-buttons {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}}

@media (min-width: 1201px) {
	.LC-⭐s .LC-⭐w {
		justify-content: flex-start;
	}}

@media (max-width: 700px) {
	.LC-⭐s .LC-⭐w {
		flex-direction: column;
	}}

.LC-⭐s .LC-⭐w .LC-⭐x {
	width: 250px;
	margin: 0 0.5rem;
}

@media (max-width: 700px) {
	.LC-⭐s .LC-⭐w .LC-⭐x {
		width: 100%;
		margin: 0.5rem 0;
	}}

.LC-⭐y {
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(15px);
}

.LC-⭐y .LC-⭐u {
	text-align: center;
}

.LC-⭐y .LC-⭐o {
	font-size: 2.5rem;
}

.LC-⭐y .LC-⭐r {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.LC-⭐z {
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(15px);
}

.LC-⭐z .LC-⭐n {
	display: flex;
	align-items: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (max-width: 1200px) {
	.LC-⭐z .LC-⭐n {
		flex-direction: column-reverse;
	}}

.LC-⭐z .LC-⭐t {
	box-shadow: 0 0 40px rgb(0, 0, 0);
	position: relative;
	background: var(--image-url) center center / cover;
	flex-basis: 100%;
	width: 100%;
	border-radius: 1rem;
}

.LC-⭐z .LC-⭐t::before {
	content: '';
	display: block;
	padding-top: calc(9 / 16 * 100%);
}

.LC-⭐z .LC-⭐t>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {
	.LC-⭐z .LC-⭐t {
		transform: perspective(750px) translate3d(0px, 0px, -220px) rotateY(20deg) scale(1.2, 1.2);
		transition: 0.6s;
	}
	.LC-⭐z .LC-⭐t:hover {
		transform: perspective(750px) translate3d(0px, 0px, -220px) rotateY(0) scale(1.35, 1.35);
		transition: 0.6s;
	}}

@media (max-width: 1200px) {
	.LC-⭐z .LC-⭐t {
		flex-basis: auto;
		max-width: 600px;
	}}

.LC-⭐z .LC-⭐t img {
	display: block;
	max-width: 100%;
	height: auto;
}

.LC-⭐z .LC-⭐u {
	flex-basis: 100%;
	padding-left: 2rem;
}

@media (max-width: 1201px) {
	.LC-⭐z .LC-⭐u {
		flex-basis: auto;
		margin-bottom: 2rem;
		padding-left: 0;
		text-align: center;
	}}

.LC-⭐z .LC-⭐o {
	font-size: 2.25rem;
}

@media (max-width: 700px) {
	.LC-⭐z .LC-⭐o {
		font-size: 2rem;
	}}

.LC-⭐z .LC-⭐r {
	margin-top: 1rem;
}

@media (max-width: 700px) {
	.LC-⭐z .LC-⭐r {
		font-size: 0.9rem;
	}}

.LC-⭐A {
	background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1201px) {
	.LC-⭐A .LC-⭐t {
		transform: perspective(750px) translate3d(0px, 0px, -250px) rotateY(-20deg) scale(1.2, 1.2);
	}}

.LC-⭐A .LC-⭐n {
	flex-direction: row-reverse;
}

@media (max-width: 1200px) {
	.LC-⭐A .LC-⭐n {
		flex-direction: column-reverse;
	}}

.LC-⭐A .LC-⭐u {
	padding-left: 0;
	padding-right: 2rem;
}

@media (max-width: 1200px) {
	.LC-⭐A .LC-⭐u {
		padding-right: 0;
	}}

.LC-⭐B {
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(15px);
}

.LC-⭐B .LC-⭐u {
	text-align: center;
}

.LC-⭐B .LC-⭐o {
	font-size: 2.5rem;
}

.LC-⭐B .LC-⭐r {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.LC-⭐B .LC-⭐w {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -0.5rem;
	margin-top: calc(2.25rem - 0.5rem);
}

@media (max-width: 700px) {
	.LC-⭐B .LC-⭐w {
		flex-direction: column;
	}}

.LC-⭐B .LC-⭐w .LC-⭐x {
	width: 250px;
	margin: 0.5rem;
}

@media (max-width: 700px) {
	.LC-⭐B .LC-⭐w .LC-⭐x {
		width: 100%;
		margin: 0.5rem 0;
	}}

.LC-⭐C {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.LC-⭐D {
	display: block;
	background: rgba(0, 0, 0, 0.2);
	padding: 1.5rem 2rem;
	backdrop-filter: blur(15px);
	border-radius: 1rem;
	transition: background 0.25s ease, transform 0.25s ease;
}

a.LC-⭐D:hover {
	background: rgba(0, 0, 0, 0.4);
	transform: scale(1.05, 1.05);
}

.LC-⭐p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.1rem;
	line-height: 1.75;
}

.LC-⭐E {
	height: 100%;
}

.LC-⭐E .LC-⭐F {
	margin-bottom: 1rem;
}

.LC-⭐E .LC-⭐F img {
	max-width: 100%;
	height: auto;
	border-radius: 0.5rem;
}

.LC-⭐E .LC-⭐G {
	margin-bottom: 0.25rem;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
}

.LC-⭐E .LC-⭐p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
}

.LC-⭐H {
	margin-top: 1.5rem;
}

.LC-⭐I {
	display: flex;
	margin: 0 -0.5rem;
}

.LC-⭐H:nth-child(2n) .LC-⭐I {
	flex-direction: row-reverse;
}

@media (max-width: 1000px) {
	.LC-⭐I {
		flex-direction: column !important;
	}}

.LC-⭐I>* {
	margin: 0 0.5rem;
	flex-basis: 100%;
}

.LC-⭐J {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.LC-⭐K {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.LC-⭐K img {
	max-width: 110px;
	height: auto;
}

.LC-⭐L {
	margin-bottom: 1rem;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
}

.LC-⭐J .LC-⭐x {
	height: 65px;
	font-size: 1.15rem;
}

.LC-⭐M {
	position: relative;
	width: 100%;
}

.LC-⭐M::before {
	content: '';
	display: block;
	padding-top: calc(9 / 16 * 100%);
}

.LC-⭐M>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1000px) {
	.LC-⭐M {
		margin-top: 1.5rem;
	}}

.LC-⭐M iframe {
	display: block;
	width: 100%;
	border-radius: 0.5rem;
	
}

.LC-⭐N {
	display: flex;
	align-items: center;
	max-width: 1300px;
	margin: 0 auto;
	padding: 4rem 1.5rem;
}

@media (max-width: 700px) {
	.LC-⭐N {
		flex-direction: column;
	}}

.LC-⭐O {
	width: 100%;
}

.LC-⭐P {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.LC-⭐Q {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.LC-⭐R {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 2px;
}

.LC-⭐S {
	display: flex;
	align-items: center;
	margin-left: auto;
}

@media (max-width: 700px) {
	.LC-⭐S {
		width: 100%;
		align-items: flex-start;
		margin-left: 0;
		margin-top: 1rem;
	}}

.LC-⭐T {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.25rem;
	text-decoration: none !important;
	transition: color 0.25s ease;
}

.LC-⭐T:not(:first-child) {
	margin-left: 1rem;
}

.LC-⭐T:hover {
	color: rgba(255, 255, 255, 1);
}

.LC-⭐x {
	box-shadow: 0 0 40px rgb(0, 0, 0);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 0 2rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	border-radius: 0.5rem;
	transition: opacity 0.25s ease;
}

.LC-⭐x:hover {
	opacity: 0.75;
	box-shadow: 0 0 40px rgb(0, 0, 0);
}

.LC-⭐U {
	background: rgba(255, 255, 255, 0.25);
}

.LC-⭐V {
	background: red;
}

strong {
	color: white;
	font-weight: 600;
}

a {
	color: inherit;
	text-decoration: none;
}

p {
	color: lightgrey;
}

.LC-⭐W {
	margin-bottom: 1.2rem 0;
  }
  
  input[type='checkbox'] {
	display: none;
  }
  
  .LC-⭐X {
	display: block;
  
	font-weight: bold;
	font-family: monospace;
	font-size: 1.2rem;
	text-transform: uppercase;
	text-align: center;
  
	padding: 1rem;
	border: 1px solid rgba(92, 92, 92, .45);
	border-bottom: 0px;

	color: white;  
	cursor: pointer;
  
	border-radius: 7px;
	transition: all 0.25s ease-out;
  }

  .LC-⭐Y
  {
	color: red;
  }
  
  .LC-⭐X:hover {
	color: grey;
  }
  
  .LC-⭐X::before {
	content: ' ';
	display: inline-block;
  
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid currentColor;
	vertical-align: middle;
	margin-right: .7rem;
	transform: translateY(-2px);
  
	transition: transform .2s ease-out;
  }
  
  .LC-⭐Z:checked + .LC-⭐X::before {
	transform: rotate(90deg) translateX(-3px);
  }
  
  .LC-⭐0 {
	max-height: 0px;
	overflow: hidden;
	transition: max-height .25s ease-in-out;
  }
  
  .LC-⭐Z:checked + .LC-⭐X + .LC-⭐0 {
	max-height: 100vh;
  }
  
  .LC-⭐Z:checked + .LC-⭐X {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
  }
  
  .LC-⭐0 .LC-⭐1 {
	border: 1px solid rgba(92, 92, 92, .45);
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top: 0px;
	padding: .5rem 1rem;
  }

.LC-⭐2 {
	position: fixed;
	background: transparent url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/clouds_repeat.png) repeat;
	background-size: 1000px 1000px;
	width: 10000px;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.25;
	animation: clouds 24s linear infinite;
	pointer-events: none;
}

@keyframes logo {
	to {
		filter: drop-shadow(0 0 8px var(--color-primary));
	}}

@keyframes clouds {
	to {
		transform: translate3d(1000px, 0px, 0px);
	}}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3.75pt #323333;
	background-color: #202020;
}

::-webkit-scrollbar-thumb {
	background: #780000;
	border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
	background: red;
}