@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


footer .footer-content .footer-sponsors:before {
	content: "";
	position: absolute;
	background-color: var(--other-mode-1);
	width: 200vw;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: -100vw;
}


/* social media icons */
footer .footer-content .footer-top .social-media div:after,
footer .footer-content .footer-top .social-media a:after {
	height: 32px;
	width: 32px;
	-webkit-mask-size: contain;
	display: block;
	content: "";
	background-color: var(--primary-6);
	transition: background-color .5s;
}

footer .footer-content .footer-top .social-media a.facebook:after,
footer .footer-content .footer-top .social-media div.facebook::after {
	-webkit-mask: url(../img/footer/icon-facebook.svg);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.facebook:hover:after,
footer .footer-content .footer-top .social-media div.facebook:hover:after {
	background-color: #1877f2;
}

footer .footer-content .footer-top .social-media a.telegram:after,
footer .footer-content .footer-top .social-media div.telegram:after {
	-webkit-mask: url(../img/footer/icon-telegram.png);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.telegram:hover:after,
footer .footer-content .footer-top .social-media div.telegram:hover:after {
	background-image: url(../img/footer/icon-telegram-hover.png);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.instagram:after,
footer .footer-content .footer-top .social-media div.instagram:after {
	-webkit-mask: url(../img/footer/icon-instagram.svg);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.instagram:hover:after,
footer .footer-content .footer-top .social-media div.instagram:hover:after {
	background-image: url(../img/footer/icon-instagram-hover.svg);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.twitter:after,
footer .footer-content .footer-top .social-media div.twitter:after {
	-webkit-mask: url(../img/footer/icon-twitter.svg);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.twitter:hover:after,
footer .footer-content .footer-top .social-media div.twitter:hover:after {
	background-color: #000000;
    color:#fff;
}

footer .footer-content .footer-top .social-media a.youtube:after,
footer .footer-content .footer-top .social-media div.youtube:after {
	-webkit-mask: url(../img/footer/icon-youtube.svg);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.youtube:hover:after,
footer .footer-content .footer-top .social-media div.youtube:hover:after {
	background-color: #e62703;
}

footer .footer-content .footer-top .social-media a.tiktok:after,
footer .footer-content .footer-top .social-media div.tiktok:after {
	-webkit-mask: url(../img/footer/icon-tiktok.svg);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.tiktok:hover:after,
footer .footer-content .footer-top .social-media div.tiktok:hover:after {
	background-color: #fff;
}

footer .footer-content .footer-top .social-media a.threads:after,
footer .footer-content .footer-top .social-media div.threads:after {
	-webkit-mask: url(../img/footer/social-icon-threads.svg);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.threads:hover:after,
footer .footer-content .footer-top .social-media div.threads:hover:after {
	background-color: #000;
}

footer .footer-content .footer-top .social-media a.kuaishou:after,
footer .footer-content .footer-top .social-media div.kuaishou:after {
	-webkit-mask: url(../img/footer/icon-kuaishou.svg);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.kuaishou:hover:after,
footer .footer-content .footer-top .social-media div.kuaishou:hover:after {
	background-color: #ff4906;
}

footer .footer-content .footer-top .social-media a.bilibili:after,
footer .footer-content .footer-top .social-media div.bilibili:after {
	-webkit-mask: url(../img/footer/icon-bilibili.svg);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.bilibili:hover:after,
footer .footer-content .footer-top .social-media div.bilibili:hover:after {
	background-color: #07a3d7;
}

footer .footer-content .footer-top .social-media a.line:after,
footer .footer-content .footer-top .social-media div.line:after {
	-webkit-mask: url(../img/footer/icon-line.svg);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.line:hover:after,
footer .footer-content .footer-top .social-media div.line:hover:after {
	background-color: #00B900;
}

footer .footer-content .footer-top .social-media a.whatsapp:after,
footer .footer-content .footer-top .social-media div.whatsapp:after {
	-webkit-mask: url(../img/footer/icon-whatsapp.svg);
	-webkit-mask-size: contain;
}

footer .footer-content .footer-top .social-media a.whatsapp:hover:after,
footer .footer-content .footer-top .social-media div.whatsapp:hover:after {
	background-color: #40BA57;
}

/* providers */
footer .footer-content .footer-center .separation-line-wrapper {
	z-index: 1;
}

footer .footer-content .footer-center .separation-line {
	height: 1px;
}

.footer-mobile-only {
	display: block !important;
}

@media(min-width: 1023.5px) {
	.footer-mobile-only {
		display: none !important
	}
}

.footer-desktop-only {
	display: none !important
}

@media(min-width: 1023.5px) {
	.footer-desktop-only {
		display: block !important
	}
}