<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Open Sans", sans-serif;
	color: white;
	background-color: #0c0c0c;
	height: 100%;
	font-size: 1.6rem;
	line-height: 2.8rem;
}
html {
	font-size: 62.5%;
}
div, p, span, pre {
	font-family: "Open Sans", sans-serif !important;
}
.navbar-wrapper {
	display: flex;
	text-decoration: none;
	list-style: none;
	justify-content: space-between;
	position: relative;
	padding: 0 5rem;
	min-height: 15rem;
}
.logoItem {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	left: 0;
	margin-top: 3rem;
}
.navItem {
	display: flex;
	gap: 30px;
	margin: 0;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-style: normal;
	position: relative;
	z-index: 2;
}
.navItem .underline {
	display: inline;
}
.navItem .underline:hover {
	text-decoration: none;
}
.navTopMargin {
	margin-top: 3rem;
}
.navItem .underline a:hover {
	color: white !important;
	text-decoration: underline;
}
li a {
	cursor: pointer;
}

.dropDown {
	display: flex;
	flex-direction: column;
	/* padding-top: 20px; */
	width: 55px;
}
.clickDropDown {
	margin-top: 2rem;
	padding: 10px 8px;
	background-color: #0c0c0c;
}
.clickDropDown img {
	padding-right: 5px;
}
.clickDropDown img.dropDownImg {
	vertical-align: baseline;
}
.clickDropDown a {
	font-size: 1.6rem;
}
.dropDown {
	position: absolute;
	display: none;
}
.dropDown a {
	font-family: "Open Sans";
	font-size: 1.6rem;
	border-top: 2px solid #a1a1a1;
	padding: 10px 8px;
	width: 100%;
	background-color: #0c0c0c;
}
.dropDown a:hover {
	cursor: pointer;
	transition: 200ms;
	background-color: #151515;
}
.dropDown a:last-child {
	border-bottom-left-radius: 1.6rem;
	border-bottom-right-radius: 1.6rem;
}
.dropDown.langDropDown {
	width: 70px;
}
.closeLanguage a:hover {
	color: white !important;
}
.languageModalOpen {
	border-top-left-radius: 1.6rem;
	border-top-right-radius: 1.6rem;
}
.languageModalOpen:hover {
	cursor: pointer;
	transition: 200ms;
	background-color: #151515;
}

.navLogo {
	height: 77%;
	margin: 0;
	cursor: pointer;
}

.underline:hover {
	text-decoration: underline;
}

.footer {
	margin: auto;
	width: 85%;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.footerItems {
	display: flex;
	gap: 30px;
	width: 100%;
}

.footerWrapper {
	display: flex;
	width: 100%;
	gap: 30px;
}
.footerWrapper .itemWrapper:last-child {
	width: 40%;
}
p {
	font-weight: 700;
	font-size: 1.6rem;
}

.itemWrapper {
	width: 100%;
}

.footerContent {
	display: flex;
	flex-direction: column;
	/* gap: 10px; */
	font-size: 1.2rem;
}
.footerContent a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	line-height: 1.8rem;
	margin-top: 1rem;
}

p {
	margin: 0;
}
.socials {
	display: none;
}

.footerDescription {
	margin-top: 25px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 100;
	font-size: 0.9rem;
	line-height: 1.8rem;
	text-align: justify;
}
.language {
	display: none;
	background-color: black;
}

.language img {
	padding-right: 5px;
}
.languageDropDown {
	display: none;
}

.dropDown {
	cursor: pointer;
	background-color: black;
}

.aboutModal {
	flex-direction: column;
	position: absolute;
	background-color: black;
	top: 7rem;
	background: linear-gradient(
		90deg,
		rgba(12, 12, 12, 0) 0%,
		#151515 30.73%,
		#151515 67.19%,
		rgba(12, 12, 12, 0) 100%
	);
	backdrop-filter: blur(6px);
	width: 100%;
	margin-left: -7rem;
	display: none;
}
.aboutModalContentWrapper {
	display: flex;
	justify-content: space-between;
	background: linear-gradient(
		90deg,
		rgba(12, 12, 12, 0) 0%,
		#151515 30.73%,
		#151515 67.19%,
		rgba(12, 12, 12, 0) 100%
	);
	padding: 0 5rem;
}
.aboutModalContainer {
	width: 93.6rem;
	position: absolute;
	top: 0;
	left: 16.5rem;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.modalContentWrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 2rem;
}
.modalContentWrapper.abt-col3 {
	justify-content: start;
}
.aboutModalContent {
	display: flex;
	font-size: 1.4rem;
	gap: 20px;
	cursor: pointer;
	padding: 3.5rem 1rem;
	align-items: center;
}
.aboutModalContent a {
	display: flex;
	gap: 2rem;
}
.aboutModalContent a:hover {
	color: white !important;
}

.modalMobileContent {
	display: flex;
	gap: 2rem;
	margin: 1rem 0;
}
.modalMobileContent a {
	display: flex;
	gap: 2rem;
}
.grayText {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: rgb(161, 161, 161);
}

.aboutModalText {
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin-bottom: 0.3rem;
}

.accountModal {
	flex-direction: column;
	position: absolute;
	top: 7rem;
	margin-left: -7rem;
	background: linear-gradient(
		90deg,
		rgba(12, 12, 12, 0) 0%,
		#151515 30.73%,
		#151515 67.19%,
		rgba(12, 12, 12, 0) 100%
	);
	backdrop-filter: blur(6px);
	width: 100%;
	display: none;
}

.accountModalContentWrapper {
	display: flex;
	font-size: 1.4rem;
	padding: 0 5rem;
	width: 100%;
	justify-content: space-between;
}

.accountModalContent {
	display: flex;
	cursor: pointer;
	align-items: center;
	padding: 3.5rem 1rem;
	justify-content: space-between;
	width: 100%;
}
.accountModalContent a {
	display: flex;
	gap: 2rem;
}
.mediaModal {
	flex-direction: column;
	position: absolute;
	top: 7rem;
	margin-left: -7rem;
	background: linear-gradient(
		90deg,
		rgba(12, 12, 12, 0) 0%,
		#151515 30.73%,
		#151515 67.19%,
		rgba(12, 12, 12, 0) 100%
	);
	backdrop-filter: blur(6px);
	width: 100%;
	display: none;
}

.mediaModalContentWrapper {
	display: flex;
	font-size: 1.4rem;
	padding: 0 5rem;
	width: 100%;
	justify-content: space-between;
}

.modalUnderline {
	display: block;
	height: 1px;
	width: 100%;
	border: none;
	background: linear-gradient(
		90deg,
		rgba(12, 12, 12, 0) 0%,
		#cecece 30.73%,
		#cbcbcb 67.19%,
		rgba(12, 12, 12, 0) 100%
	);
	margin: 0 auto;
}

.mediaModalContent {
	display: flex;
	cursor: pointer;
	align-items: center;
	padding: 3.5rem 1rem;
	justify-content: space-between;
	width: 100%;
}
.mediaModalContent a {
	display: flex;
	gap: 2rem;
}

.hamburger {
	display: none;
}

.responsiveNav {
	display: none;
	/* cursor: pointer; */
	text-decoration: none;
	list-style: none;
	flex-direction: column;
	/* gap: 25px; */
	width: 100%;
	padding-bottom: 25px;
	padding-left: 25px;
	border-bottom: 2px solid #a1a1a1;
}

.responsiveNav li {
	cursor: pointer;
	margin: 1rem 0;
}
.socialIconDesktop {
	margin-top: 1rem;
	display: flex;
}
.socialIconDesktop img {
	margin-right: 1rem;
}
.socialIconDesktop #twitterLogo {
	background-color: #515151;
	border-radius: 35px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	text-align: center
}
.socialIconDesktop #twitterLogo img {
	width: 20px;
	vertical-align: -webkit-baseline-middle;
	margin-right: 0rem;
}
.aboutmobileModalHide {
	display: none;
}
.accountmobileModalHide {
	display: none;
}
.mediamobileModalHide {
	display: none;
}

.mobileNavOverflow {
	height: 100vh;
	overflow: auto;
}
.mobileModalHide {
	display: none;
}
.mobileModal {
	position: absolute;
	top: 2rem;
	width: 100%;
	background-color: #0c0c0c;
	z-index: 2;
	left: 0;
}
.mobileModal::-webkit-scrollbar {
    width: 5px;
    background-color: black;
}
.mobileModal::-webkit-scrollbar-thumb {
    background: #6c6c6c !important;
}
.mobileModal::-webkit-scrollbar-track {
    border: 0px;
}
.closeIcon {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 800px) {
	.navItem {
		font-family: "Open Sans";
		font-size: 1.6rem;
	}
	.navTopMargin {
		margin-top: 1rem;
	}
	.closeLanguage {
		display: none;
	}
	body {
		overflow-x: hidden;
	}
	.footer {
		/* width: 95%;
		padding: 0 20px; */
	}
	.footerItems {
		display: flex;
		flex-direction: column;
	}
	.footerWrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.socials {
		display: block;
		width: 100%;
	}
	.links {
		display: none;
	}

	.socialIcon {
		display: flex;
		gap: 40%;
	}

	.socialIcon #twitterLogo {
		background-color: #515151;
		border-radius: 35px;
		margin-right: 10px;
		width: 40px;
		height: 40px;
		text-align: center
	}
	.socialIcon #twitterLogo img {
		width: 20px;
		vertical-align: -webkit-baseline-middle;
		margin-right: 0rem;
	}

	.language {
		display: flex;
		margin-top: 1.5rem;
		cursor: pointer;
		background-color: #0c0c0c;
		padding-bottom: 10px;
		gap: 5px;
	}

	.languageDropDown {
		position: absolute;
		flex-direction: column;
		width: 55px;
	}
	.languageDropDown a {
		border-top: 2px solid #a1a1a1;
		padding: 10px 6px;

		width: 100%;
		background-color: black;
	}
	.languageDropDown a:hover {
		cursor: pointer;
		transition: 500ms;
		background-color: #151515;
	}

	.hamburger {
		display: block;
		cursor: pointer;
	}
	.navLogo {
		margin: 0;
		width: 70px;
		height: 50px !important;
	}

	.responsiveClick {
		padding: 2rem;
	}

	.navbar-wrapper {
		padding-top: 5px;
		align-items: center;
		padding: 0;
		min-height: auto;
	}
	.clickDropDown {
		display: none;
	}

	.navItem .responsiveNavItem {
		display: none;
	}
	.responsiveNav {
		display: none;
		padding-left: 2rem;
		/* gap: 20px; */
	}
	.hamburger {
		display: block;
		z-index: 2;
		margin-top: 0.5rem;
	}
}
@media only screen and (max-width: 598px) {
	.socialIcon {
		margin-top: 10px;
		gap: 12%;
	}

	.socialIconDesktop img {
		margin-right: 0.5rem;
	}
	.socialMobile {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.footer {
		width: 87.5%;
	}
	.footerContent {
		display: grid;
		grid-template-columns: 1fr 1fr;
		/* flex-direction: column; */
		font-size: 1.2rem;
		/* column-gap: 40px; */
		max-height: 168px;
		flex-wrap: wrap;
	}
	.footerContent a {
		width: 140px;
	}
}
</pre></body></html>