@import "https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;600;700;800&family=Roboto:wght@300;400;500;600;700&display=swap";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	background-color: #090909;
	overflow-x: hidden;
}
body.body-overlay {
	overflow: hidden;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
body.body-overlay::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(3px);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Alumni Sans", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
}
h1 {
	font-size: 56px;
}
@media screen and (max-width: 1199px) {
	h1 {
		font-size: 42px;
	}
}
@media screen and (max-width: 991px) {
	h1 {
		font-size: 32px;
	}
}
@media screen and (max-width: 575px) {
	h1 {
		font-size: 28px;
	}
}
h2 {
	font-size: 48px;
}
@media screen and (max-width: 1199px) {
	h2 {
		font-size: 36px;
	}
}
@media screen and (max-width: 991px) {
	h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 575px) {
	h2 {
		font-size: 24px;
	}
}
h3 {
	font-size: 32px;
}
@media screen and (max-width: 991px) {
	h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 575px) {
	h3 {
		font-size: 20px;
	}
}
p {
	margin-bottom: 24px;
	color: hsla(0, 0%, 100%, 0.6);
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color: #abe225;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
ul,
ol {
	list-style: none;
}
button {
	border: none;
	background: none;
	cursor: pointer;
	font-family: inherit;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
}
main {
	margin-top: 100px;
}
@media screen and (max-width: 575px) {
	main {
		margin-top: 84px;
	}
}
.to-top-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 10px 12px;
	z-index: 5;
	border-radius: 50%;
	background-color: #abe225;
	border: 1px solid #fff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}
@media only screen and (max-width: 991px) {
	.to-top-btn {
		bottom: 5px;
	}
}
@media only screen and (max-width: 575px) {
	.to-top-btn {
		padding: 6px 8px;
		bottom: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
}
.to-top-btn.btn-show {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.page-title {
	font-family: "Alumni Sans", sans-serif;
	font-size: 90px;
	line-height: 0.875;
	font-weight: 800;
	text-align: center;
	margin-bottom: 60px;
	text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
	.page-title {
		font-size: 60px;
	}
}
@media screen and (max-width: 991px) {
	.page-title {
		font-size: 42px;
	}
}
@media screen and (max-width: 575px) {
	.page-title {
		font-size: 32px;
	}
}
.page-title .highlighted {
	color: #abe225;
}
.section-padding {
	padding: 60px 0;
}
@media screen and (max-width: 991px) {
	.section-padding {
		padding: 40px 0;
	}
}
@media screen and (max-width: 575px) {
	.section-padding {
		padding: 25px 0;
	}
}
.section-margin {
	margin: 60px 0;
}
@media screen and (max-width: 991px) {
	.section-margin {
		margin: 40px 0;
	}
}
@media screen and (max-width: 575px) {
	.section-margin {
		margin: 25px 0;
	}
}
.section-heading {
	font-size: 50px;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	margin-bottom: 32px;
	font-style: italic;
}
@media screen and (max-width: 1199px) {
	.section-heading {
		font-size: 46px;
	}
}
@media screen and (max-width: 991px) {
	.section-heading {
		font-size: 32px;
	}
}
@media screen and (max-width: 767px) {
	.section-heading {
		font-size: 24px;
	}
}
@media screen and (max-width: 575px) {
	.section-heading {
		font-size: 24px;
	}
}
.section-heading.small {
	font-size: 36px;
}
@media screen and (max-width: 991px) {
	.section-heading.small {
		font-size: 28px;
	}
}
@media screen and (max-width: 575px) {
	.section-heading.small {
		font-size: 20px;
	}
}
.highlighted {
	color: #abe225;
}
.primary-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 32px;
	background-color: #abe225;
	border-radius: 3px;
	color: #090909;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: none;
	position: relative;
	overflow: visible;
	text-decoration: none;
	min-width: 154px;
	height: 49px;
	-webkit-box-shadow: 4px 4px 0 0 #fff;
	box-shadow: 4px 4px 0 0 #fff;
}
.primary-btn:hover {
	background-color: hsl(77.4603174603, 76.5182186235%, 46.568627451%);
	color: #090909;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media screen and (max-width: 575px) {
	.primary-btn {
		min-width: auto;
		height: auto;
		padding: 12px 24px;
		font-size: 14px;
	}
}
#chat-widget-container {
	bottom: -10px !important;
	z-index: 99999 !important;
}
#features,
#services,
#pricing,
#paymentandbilling,
#pricingplans,
#cancellation,
#deliverypolicy {
	scroll-margin-top: 110px;
}
.print-btn {
	border-radius: 0 8px 8px 0;
	background-color: #abe225;
	display: block;
	height: 110px;
	padding: 10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	position: sticky;
	top: 150px;
	z-index: 10;
	margin-left: auto;
	width: fit-content;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.print-btn::before {
	display: none;
}
.print-btn span {
	position: static;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	-webkit-transform: none;
	transform: none;
	color: #090909;
}
@media only screen and (max-width: 991px) {
	.print-btn span {
		display: none;
	}
}
.print-btn img {
	width: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
	.print-btn img {
		margin: 0;
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}
@media only screen and (max-width: 991px) {
	.print-btn {
		height: auto;
	}
}
.print-btn:hover {
	-webkit-transform: rotate(180deg) scale(1.1);
	transform: rotate(180deg) scale(1.1);
}
.text-center {
	text-align: center;
}
.w-100 {
	width: 100%;
}
@-webkit-keyframes float {
	0%,
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
@keyframes float {
	0%,
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
.float-animation {
	-webkit-animation: float 3s ease-in-out infinite;
	animation: float 3s ease-in-out infinite;
}
header {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 24px 0;
	background-color: #090909;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
header.sticky {
	background-color: rgba(9, 9, 9, 0.95);
	backdrop-filter: blur(50px);
	padding: 16px 0;
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1199px) {
	header {
		padding: 16px 0;
	}
}
header .navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}
header .navbar .navbar-brand .logo {
	height: 38px;
	width: auto;
}
@media screen and (max-width: 1399px) {
	header .navbar .navbar-brand .logo {
		height: 30px;
	}
}
@media screen and (max-width: 575px) {
	header .navbar .navbar-brand .logo {
		height: 20px;
	}
}
header .navbar .menu-btn {
	display: none;
	background: none;
	border: none;
	padding: 8px;
	cursor: pointer;
}
@media screen and (max-width: 1199px) {
	header .navbar .menu-btn {
		display: block;
	}
}
header .navbar .menu-btn .hamburger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	width: 30px;
}
header .navbar .menu-btn .hamburger .bar {
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .navbar .menu-btn .hamburger.active .bar:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(5px, 4px);
	transform: rotate(45deg) translate(5px, 4px);
}
header .navbar .menu-btn .hamburger.active .bar:nth-child(2) {
	opacity: 0;
}
header .navbar .menu-btn .hamburger.active .bar:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(7px, -7px);
	transform: rotate(-45deg) translate(7px, -7px);
}
@media screen and (max-width: 1199px) {
	header .navbar .navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #090909;
		-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
	}
}
header .navbar .navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}
@media screen and (max-width: 1199px) {
	header .navbar .navbar-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 20px;
		width: 100%;
	}
}
@media screen and (max-width: 1199px) {
	header .navbar .navbar-nav .nav-item {
		width: 100%;
	}
}
header .navbar .navbar-nav .nav-item .nav-link {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0;
	white-space: nowrap;
	font-size: clamp(0.7rem, 1vw, 0.2rem);
}
header .navbar .navbar-nav .nav-item .nav-link.active {
	color: #abe225;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
	color: #abe225;
}
@media screen and (max-width: 1399px) {
	header .navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}
}
@media screen and (max-width: 1199px) {
	header .navbar .navbar-nav .nav-item .nav-link {
		padding: 0;
		display: block;
		width: 100%;
		text-align: center;
	}
}
header .navbar .auth-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
@media screen and (max-width: 1199px) {
	header .navbar .auth-container {
		display: none;
	}
}
header .navbar .auth-container .auth-btn {
	padding: 14px 32px !important;
	min-width: unset;
	height: unset;
	border-radius: 3px;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	position: relative;
	font-size: clamp(0.7rem, 1vw, 0.2rem);
}
header .navbar .auth-container .auth-btn.signup-btn {
	background-color: hsla(0, 0%, 100%, 0.17);
	color: #fff;
}
header .navbar .auth-container .auth-btn.signup-btn:hover {
	background-color: hsla(0, 0%, 100%, 0.25);
	color: #fff;
}
header .navbar .auth-container .auth-btn.login-btn {
	background-color: #abe225;
	color: #090909;
}
header .navbar .auth-container .auth-btn.login-btn:hover {
	background-color: hsl(77.4603174603, 76.5182186235%, 46.568627451%);
	color: #090909;
}
@media screen and (max-width: 1399px) {
	header .navbar .auth-container .auth-btn {
		padding: 10px 30px;
	}
}
footer {
	background-color: #090909;
	color: #fff;
	padding: 60px 0 30px;
	position: relative;
}
@media screen and (max-width: 991px) {
	footer {
		padding: 30px 0 70px;
	}
}
footer .footer-logo-text {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	font-family: "Alumni Sans", sans-serif;
	font-size: clamp(80px, 22vw, 310px);
	font-style: normal;
	font-weight: 800;
	line-height: 0.8;
	text-transform: uppercase;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-39.52%, rgba(171, 226, 37, 0.5)),
		color-stop(148.1%, rgba(171, 226, 37, 0))
	);
	background: linear-gradient(180deg, rgba(171, 226, 37, 0.5) -39.52%, rgba(171, 226, 37, 0) 148.1%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	text-align: center;
	width: 100%;
	overflow: hidden;
	word-break: break-word;
}
@media screen and (max-width: 1399px) {
	footer .footer-logo-text {
		font-size: clamp(70px, 18vw, 250px);
	}
}
@media screen and (max-width: 1199px) {
	footer .footer-logo-text {
		font-size: clamp(60px, 15vw, 200px);
	}
}
footer .footer-description {
	color: hsla(0, 0%, 100%, 0.8);
	font-size: 16px;
	line-height: 1.625;
	margin-bottom: 60px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
@media screen and (max-width: 991px) {
	footer .footer-description {
		font-size: 14px;
		max-width: 500px;
		margin: 0 auto 40px;
	}
}
footer .accordion {
	margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
	footer .accordion {
		max-width: 400px;
		margin: 0 auto 60px;
	}
}
footer .accordion .accordion-item {
	border: none;
	background-color: rgba(0, 0, 0, 0);
}
footer .accordion .accordion-item .accordion-header .accordion-button {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1399px) {
	footer .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	footer .accordion .accordion-item .accordion-header .accordion-button {
		margin-bottom: 0;
		font-size: 16px;
	}
}
footer .accordion .accordion-item .accordion-header .accordion-button::after {
	background-image: url("../images/icons/arrow-down.svg");
}
footer .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"]::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
footer .accordion .accordion-item .accordion-collapse ul {
	padding-left: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 18px;
}
@media screen and (max-width: 991px) {
	footer .accordion .accordion-item .accordion-collapse ul {
		padding-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	footer .accordion .accordion-item .accordion-collapse ul {
		row-gap: 10px;
	}
}
footer .accordion .accordion-item .accordion-collapse ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
@media screen and (max-width: 575px) {
	footer .accordion .accordion-item .accordion-collapse ul li img {
		width: 18px;
		height: 18px;
	}
}
footer .accordion .accordion-item .accordion-collapse ul li a,
footer .accordion .accordion-item .accordion-collapse ul li p {
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	font-weight: 300;
}
@media screen and (max-width: 1399px) {
	footer .accordion .accordion-item .accordion-collapse ul li a,
	footer .accordion .accordion-item .accordion-collapse ul li p {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	footer .accordion .accordion-item .accordion-collapse ul li a,
	footer .accordion .accordion-item .accordion-collapse ul li p {
		font-size: 14px;
	}
}
footer .accordion .accordion-item .accordion-collapse ul li a:hover {
	text-decoration: underline;
	text-decoration-color: #abe225;
}
footer .accordion .accordion-item .accordion-collapse ul li a:not(.get-in-touch)::first-letter {
	text-transform: uppercase !important;
}
footer .footer-payment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0;
}
@media screen and (max-width: 991px) {
	footer .footer-payment {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
footer .footer-payment .payment-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 991px) {
	footer .footer-payment .payment-icons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
footer .footer-payment .payment-icons img {
	height: 28px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
footer .footer-payment .encryption-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
footer .footer-payment .encryption-info img {
	width: 20px;
	height: 20px;
}
footer .footer-payment .encryption-info span {
	color: hsla(0, 0%, 100%, 0.8);
	font-size: 16px;
}
@media screen and (max-width: 991px) {
	footer .footer-payment .encryption-info span {
		font-size: 14px;
	}
}
footer .footer-bottom {
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	footer .footer-bottom {
		margin-top: 20px;
	}
}
footer .footer-bottom p {
	color: hsla(0, 0%, 100%, 0.8);
	margin: 0;
	font-size: 16px;
}
@media screen and (max-width: 991px) {
	footer .footer-bottom p {
		font-size: 14px;
	}
}
@media screen and (min-width: 992px) {
	footer .accordion .accordion-collapse {
		display: block !important;
		height: auto !important;
		visibility: visible !important;
		overflow: visible !important;
	}
	footer .accordion .accordion-button {
		pointer-events: none;
	}
	footer .accordion .accordion-button::after {
		-webkit-transform: rotate(180deg) !important;
		transform: rotate(180deg) !important;
		display: none;
	}
	footer .accordion .accordion-button.collapsed {
		color: #fff;
		background-color: rgba(0, 0, 0, 0);
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
@media screen and (max-width: 991px) {
	footer .accordion .accordion-button::after {
		-webkit-transition: -webkit-transform 0.2s ease;
		transition: -webkit-transform 0.2s ease;
		transition: transform 0.2s ease;
		transition:
			transform 0.2s ease,
			-webkit-transform 0.2s ease;
	}
	footer .accordion .accordion-button[aria-expanded="false"]::after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	footer .accordion .accordion-button[aria-expanded="true"]::after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
.form-group {
	margin-bottom: 0;
}
.form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #fff;
}
.form-group .form-control {
	width: 100%;
	padding: 14px 20px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #fff;
	color: #000;
}
.form-group .form-control:focus {
	outline: none;
	border-color: #abe225;
	-webkit-box-shadow: 0 0 0 3px rgba(171, 226, 37, 0.2);
	box-shadow: 0 0 0 3px rgba(171, 226, 37, 0.2);
}
.form-group .form-control::-webkit-input-placeholder {
	color: #090909;
}
.form-group .form-control::-moz-placeholder {
	color: #090909;
}
.form-group .form-control:-ms-input-placeholder {
	color: #090909;
}
.form-group .form-control::-ms-input-placeholder {
	color: #090909;
}
.form-group .form-control::placeholder {
	color: #090909;
}
.form-group textarea.form-control {
	min-height: 120px;
	resize: vertical;
}
.input-disabled-form input:focus,
.input-disabled-form textarea:focus {
	outline: none;
}
.modal {
	background: hsla(0, 0%, 100%, 0.1);
	backdrop-filter: blur(9px);
}
@media screen and (min-width: 575px) {
	.modal .modal-dialog {
		max-width: 600px;
	}
}
.modal .modal-content {
	border-radius: 20px;
	border: none;
	position: relative;
	background-color: #090909;
}
.modal .modal-content .btn-close {
	margin: 0;
	--bs-btn-close-bg: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/icons/modal-close.svg");
	background-size: 16px;
	border-radius: 50%;
	opacity: 1;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
	padding: 7px;
}
.modal .modal-content .btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media screen and (max-width: 575px) {
	.modal .modal-content .btn-close {
		top: 10px;
		right: 10px;
	}
}
.modal .modal-content .modal-body {
	border-radius: 30px;
	padding: 60px 40px;
	z-index: 2;
}
.modal .modal-content .modal-body .section-heading {
	font-size: 60px;
	margin-bottom: 20px;
	letter-spacing: 0;
	color: #fff;
}
@media only screen and (max-width: 1199px) {
	.modal .modal-content .modal-body .section-heading {
		font-size: 50px;
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.modal .modal-content .modal-body .section-heading {
		font-size: 32px;
		margin-bottom: 12px;
	}
}
.modal .modal-content .modal-body .section-heading span {
	color: #abe225;
}
.modal .modal-content .modal-body a {
	text-decoration: none;
	color: #abe225;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	font-size: 16px;
	display: inline-block;
}
.modal .modal-content .modal-body a:hover {
	color: #fff;
}
@media only screen and (max-width: 575px) {
	.modal .modal-content .modal-body a {
		font-size: 14px;
	}
}
.modal .modal-content .modal-body p,
.modal .modal-content .modal-body li {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
@media only screen and (max-width: 575px) {
	.modal .modal-content .modal-body p,
	.modal .modal-content .modal-body li {
		font-size: 14px;
	}
}
@media only screen and (max-width: 575px) {
	.modal .modal-content .modal-body {
		padding: 20px 16px 16px;
	}
}
.modal .modal-content .modal-body p {
	max-width: 350px;
	margin: 0 auto 30px;
}
.modal .modal-content .modal-body p.agree-terms {
	margin-bottom: 30px;
}
.modal .modal-content .modal-body .custom-check-box input {
	width: 20px !important;
	height: 20px;
	border-radius: 5px;
	accent-color: #abe225;
}
@media (max-width: 575px) {
	.modal .modal-content .modal-body .custom-check-box input {
		width: 16px !important;
		height: 16px;
	}
}
.modal .modal-content .modal-footer {
	border: none;
	padding: 0 30px 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.hero-section {
	padding-top: 80px 0;
	background-color: #090909;
	position: relative;
}
@media screen and (max-width: 991px) {
	.hero-section {
		padding: 60px 0;
	}
}
.hero-section .hero-content {
	margin-top: auto;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.hero-section .hero-content {
		margin-top: 0;
		text-align: center;
		margin-bottom: 40px;
	}
}
.hero-section .hero-content .hero-heading {
	font-family: "Alumni Sans", sans-serif;
	font-size: 85px;
	font-weight: 800;
	font-style: italic;
	line-height: 0.93;
	margin-bottom: 32px;
	text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
	.hero-section .hero-content .hero-heading {
		font-size: 60px;
	}
}
@media screen and (max-width: 991px) {
	.hero-section .hero-content .hero-heading {
		font-size: 42px;
	}
}
@media screen and (max-width: 575px) {
	.hero-section .hero-content .hero-heading {
		font-size: 32px;
	}
}
.hero-section .hero-content .hero-description {
	font-size: 16px;
	color: hsla(0, 0%, 100%, 0.8);
	margin-bottom: 48px;
	line-height: 1.625;
}
@media screen and (max-width: 991px) {
	.hero-section .hero-content .hero-description {
		font-size: 14px;
	}
}
.hero-section .member-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin-top: auto;
	display: none;
}
@media screen and (max-width: 991px) {
	.hero-section .member-info {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.hero-section .member-info .profile-pictures {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: -10px;
}
.hero-section .member-info .profile-pictures .profile-pic {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(135deg, #abe225, #ff6b6b);
	margin-left: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
}
.hero-section .member-info .profile-pictures .profile-pic:first-child {
	margin-left: 0;
}
.hero-section .member-info .profile-pictures .profile-pic.add-icon {
	background: #abe225;
	color: #fff;
	font-size: 40px;
}
.hero-section .member-info .member-stats .member-count {
	font-size: 20px;
	font-weight: 600;
	color: hsla(0, 0%, 100%, 0.7);
	margin: 0;
}
@media screen and (max-width: 575px) {
	.hero-section .member-info .member-stats .member-count {
		font-size: 18px;
	}
}
.hero-section .member-info .member-stats .member-label {
	font-size: 15px;
	font-weight: 400;
	color: hsla(0, 0%, 100%, 0.7);
	margin: 0;
}
.hero-section .hero-image {
	position: relative;
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 991px) {
	.hero-section .hero-image {
		max-width: 440px;
		margin: 0 auto;
	}
}
.hero-section .hero-image img {
	width: 100%;
	height: 100%;
}
.hero-section .vector-1 {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.hero-section .vector-1 {
		width: 100px;
	}
}
@media screen and (max-width: 575px) {
	.hero-section .vector-1 {
		top: 70px;
	}
}
.hero-section .vector-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.hero-section .vector-2 {
		width: 100px;
	}
}
.features-section {
	background-color: #090909;
	position: relative;
}
.features-section .section-heading {
	font-family: "Alumni Sans", sans-serif;
	font-size: 80px;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	line-height: 0.99;
	margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
	.features-section .section-heading {
		font-size: 60px;
	}
}
@media screen and (max-width: 991px) {
	.features-section .section-heading {
		font-size: 42px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.features-section .section-heading {
		font-size: 32px;
		margin-bottom: 20px;
	}
}
.features-section .feature-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.features-section .feature-item {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 20px;
		row-gap: 10px;
	}
}
.features-section .feature-item .feature-number {
	font-family: "Alumni Sans", sans-serif;
	font-size: 120px;
	font-weight: 800;
	font-style: italic;
	color: #090909;
	line-height: 0.66;
	letter-spacing: 8.4px;
	text-transform: uppercase;
	text-align: left;
	text-shadow:
		-1px -1px 0 #abe225,
		1px -1px 0 #abe225,
		-1px 1px 0 #abe225,
		1px 2px 0 #abe225,
		-2px 0px 0 #abe225,
		2px 0px 0 #abe225,
		0px -2px 0 #abe225,
		0px 2px 0 #abe225;
}
@media screen and (max-width: 991px) {
	.features-section .feature-item .feature-number {
		font-size: 80px;
		position: relative;
	}
}
@media screen and (max-width: 575px) {
	.features-section .feature-item .feature-number {
		font-size: 60px;
	}
}
.features-section .feature-item .feature-img-wrapper {
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.features-section .feature-item .feature-img-wrapper img {
	width: 100%;
	height: 100%;
}
.features-section .feature-item .feature-title {
	font-family: "Alumni Sans", sans-serif;
	font-size: 38px;
	font-weight: 800;
	font-style: italic;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 9px 14px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
	.features-section .feature-item .feature-title {
		font-size: 28px;
		left: 0;
	}
}
@media screen and (max-width: 575px) {
	.features-section .feature-item .feature-title {
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.features-section .feature-item.feature-item-middle {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 991px) {
	.features-section .feature-item.feature-item-middle .feature-number {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
.features-section .vector-1 {
	position: absolute;
	top: -200px;
	left: 0;
	z-index: 1;
	width: 150px;
}
@media screen and (max-width: 767px) {
	.features-section .vector-1 {
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.features-section .vector-1 {
		top: 0;
	}
}
.features-section .vector-2 {
	position: absolute;
	bottom: 100px;
	right: 0;
	z-index: 1;
	width: 150px;
}
@media screen and (max-width: 767px) {
	.features-section .vector-2 {
		width: 100px;
	}
}
.get-started-section {
	background-color: #090909;
}
.get-started-section .get-started-img-wrapper {
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.get-started-section .get-started-img-wrapper {
		max-width: 400px;
		margin: 0 auto;
	}
}
.get-started-section .get-started-img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 991px) {
	.get-started-section .get-started-content {
		text-align: center;
	}
}
.get-started-section .get-started-content .section-heading {
	font-family: "Alumni Sans", sans-serif;
	font-size: 80px;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	line-height: 0.875;
}
@media screen and (max-width: 1199px) {
	.get-started-section .get-started-content .section-heading {
		font-size: 60px;
	}
}
@media screen and (max-width: 991px) {
	.get-started-section .get-started-content .section-heading {
		font-size: 42px;
	}
}
@media screen and (max-width: 575px) {
	.get-started-section .get-started-content .section-heading {
		font-size: 32px;
	}
}
.get-started-section .get-started-content .get-started-description {
	font-size: 16px;
	color: hsla(0, 0%, 100%, 0.8);
	line-height: 1.625;
	margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
	.get-started-section .get-started-content .get-started-description {
		font-size: 14px;
		max-width: 400px;
		margin: 0 auto;
	}
}
.get-started-section.first {
	position: relative;
}
.get-started-section.first .vector-1 {
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.get-started-section.first .vector-1 {
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.get-started-section.first .vector-1 {
		top: -50px;
	}
}
.get-started-section.first .vector-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.get-started-section.first .vector-2 {
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.get-started-section.first .vector-2 {
		bottom: -50px;
	}
}
.get-started-section.second {
	position: relative;
}
.get-started-section.second .vector-1 {
	position: absolute;
	top: -200px;
	left: 0;
	z-index: 1;
	width: 150px;
}
@media screen and (max-width: 767px) {
	.get-started-section.second .vector-1 {
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.get-started-section.second .vector-1 {
		top: 0;
	}
}
.get-started-section.second .vector-2 {
	position: absolute;
	bottom: 100px;
	right: 0;
	z-index: 1;
	width: 150px;
}
@media screen and (max-width: 767px) {
	.get-started-section.second .vector-2 {
		width: 100px;
	}
}
.pricing-section {
	background-color: #090909;
	position: relative;
}
.pricing-section .section-heading {
	font-family: "Alumni Sans", sans-serif;
	font-size: 80px;
	font-weight: 800;
	font-style: normal;
	text-transform: capitalize;
	line-height: 0.875;
}
@media screen and (max-width: 1199px) {
	.pricing-section .section-heading {
		font-size: 60px;
	}
}
@media screen and (max-width: 991px) {
	.pricing-section .section-heading {
		font-size: 42px;
	}
}
@media screen and (max-width: 575px) {
	.pricing-section .section-heading {
		font-size: 32px;
	}
}
.pricing-section .pricing-card {
	cursor: pointer;
	background-color: hsla(0, 0%, 100%, 0.08);
	border: none;
	border-radius: 20px;
	padding: 40px 32px;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 100%;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (max-width: 767px) {
	.pricing-section .pricing-card {
		max-width: 400px;
		margin: 0 auto;
	}
}
.pricing-section .pricing-card:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
	background-color: hsla(0, 0%, 100%, 0.12);
}
.pricing-section .pricing-card.featured {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(171, 226, 37, 0.12)),
		to(rgba(171, 226, 37, 0.6))
	);
	background: linear-gradient(180deg, rgba(171, 226, 37, 0.12) 0%, rgba(171, 226, 37, 0.6) 100%);
	border: none;
}
.pricing-section .pricing-card .pricing-header .pricing-title-container {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	background-color: #fff;
	padding: 12px 24px;
	border-radius: 10px;
}
@media screen and (max-width: 575px) {
	.pricing-section .pricing-card .pricing-header .pricing-title-container {
		padding: 8px 16px;
		border-radius: 8px;
	}
}
.pricing-section .pricing-card .pricing-header .pricing-title-container .pricing-icon {
	width: 24px;
	height: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.pricing-section .pricing-card .pricing-header .pricing-title-container .pricing-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.pricing-section .pricing-card .pricing-header .pricing-title-container .pricing-title {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	color: #090909;
	line-height: 1;
	font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
	.pricing-section .pricing-card .pricing-header .pricing-title-container .pricing-title {
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.pricing-section .pricing-card .pricing-header .pricing-title-container .pricing-title {
		font-size: 14px;
	}
}
.pricing-section .pricing-card .pricing-header .pricing-subtitle {
	display: none;
}
.pricing-section .pricing-card .pricing-divider {
	height: 1px;
	background-color: hsla(0, 0%, 100%, 0.2);
	margin: 32px 0;
}
.pricing-section .pricing-card .pricing-details {
	margin-bottom: 0;
	text-align: left;
}
.pricing-section .pricing-card .pricing-details .pricing-detail-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
}
.pricing-section .pricing-card .pricing-details .pricing-detail-item img {
	width: 24px;
	height: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 0;
}
.pricing-section .pricing-card .pricing-details .pricing-detail-item span {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
@media screen and (max-width: 575px) {
	.pricing-section .pricing-card .pricing-details .pricing-detail-item span {
		font-size: 15px;
	}
}
.pricing-section .pricing-card .pricing-price {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 4px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.pricing-section .pricing-card .pricing-price .price {
	font-size: 80px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
}
@media screen and (max-width: 1199px) {
	.pricing-section .pricing-card .pricing-price .price {
		font-size: 60px;
	}
}
@media screen and (max-width: 991px) {
	.pricing-section .pricing-card .pricing-price .price {
		font-size: 50px;
	}
}
@media screen and (max-width: 575px) {
	.pricing-section .pricing-card .pricing-price .price {
		font-size: 40px;
	}
}
.pricing-section .pricing-card .pricing-price .price-duration {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
}
@media screen and (max-width: 991px) {
	.pricing-section .pricing-card .pricing-price .price-duration {
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.pricing-section .pricing-card .pricing-price .price-duration {
		font-size: 16px;
	}
}
.pricing-section .pricing-card .primary-btn {
	width: 100%;
	margin-top: auto;
	text-align: center;
}
.pricing-section .vector-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.pricing-section .vector-1 {
		width: 100px;
	}
}
.pricing-section .vector-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.pricing-section .vector-2 {
		width: 100px;
	}
}
.banner-section {
	background-color: #fff;
	color: #fff;
	position: relative;
	padding: 220px 0;
}
@media screen and (max-width: 991px) {
	.banner-section {
		padding: 40px 0;
	}
}
.banner-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/banner-bg.png") no-repeat center;
	background-size: cover;
	opacity: 1;
	z-index: 0;
}
.banner-section .container {
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.banner-section .banner-content {
		text-align: center;
	}
}
.banner-section .banner-content .heading-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
@media screen and (max-width: 991px) {
	.banner-section .banner-content .heading-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.banner-section .banner-content .heading-wrapper .banner-heading {
	font-family: "Alumni Sans", sans-serif;
	color: #fff;
	font-size: 100px;
	font-style: italic;
	font-weight: 800;
	margin-bottom: 16px;
	text-transform: uppercase;
	line-height: 0.7;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}
@media screen and (max-width: 1199px) {
	.banner-section .banner-content .heading-wrapper .banner-heading {
		font-size: 70px;
	}
}
@media screen and (max-width: 991px) {
	.banner-section .banner-content .heading-wrapper .banner-heading {
		font-size: 50px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 575px) {
	.banner-section .banner-content .heading-wrapper .banner-heading {
		font-size: 36px;
	}
}
.banner-section .banner-content .heading-wrapper .banner-heading:last-child {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
@media screen and (max-width: 991px) {
	.banner-section .banner-content .heading-wrapper .banner-heading:last-child {
		-ms-flex-item-align: center;
		align-self: center;
	}
}
.banner-section .banner-content .banner-description {
	color: hsla(0, 0%, 100%, 0.8);
	font-size: 16px;
	line-height: 1.625;
	max-width: 400px;
	margin-top: -100px;
}
@media screen and (max-width: 1199px) {
	.banner-section .banner-content .banner-description {
		max-width: 350px;
	}
}
@media screen and (max-width: 991px) {
	.banner-section .banner-content .banner-description {
		font-size: 14px;
		margin: 10px auto 20px;
	}
}
.banner-section .banner-img-wrapper {
	width: 100%;
	max-width: 510px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
@media screen and (max-width: 1199px) {
	.banner-section .banner-img-wrapper {
		max-width: 440px;
	}
}
@media screen and (max-width: 991px) {
	.banner-section .banner-img-wrapper {
		position: relative;
		-webkit-transform: none;
		transform: none;
		left: auto;
		margin: 0 auto 20px;
		max-width: 300px;
	}
}
.banner-section .banner-img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.banner-section .vector-1 {
	position: absolute;
	top: -214px;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.banner-section .vector-1 {
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.banner-section .vector-1 {
		top: -100px;
	}
}
.banner-section .vector-2 {
	position: absolute;
	bottom: -178px;
	right: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.banner-section .vector-2 {
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.banner-section .vector-2 {
		bottom: -50px;
	}
}
.about-content-section {
	background-color: #090909;
	position: relative;
	overflow: hidden;
}
.about-content-section .about-content {
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.about-content-section .about-content {
		text-align: center;
	}
}
.about-content-section .about-content .about-content-heading {
	font-family: "Alumni Sans", sans-serif;
	font-size: 80px;
	font-weight: 800;
	font-style: italic;
	line-height: 0.875;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
	.about-content-section .about-content .about-content-heading {
		font-size: 60px;
	}
}
@media screen and (max-width: 991px) {
	.about-content-section .about-content .about-content-heading {
		font-size: 42px;
	}
}
@media screen and (max-width: 575px) {
	.about-content-section .about-content .about-content-heading {
		font-size: 32px;
	}
}
.about-content-section .about-content .about-content-heading .highlighted {
	color: #abe225;
}
.about-content-section .about-content .about-content-description {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	color: hsla(0, 0%, 100%, 0.8);
	margin-bottom: 48px;
	max-width: 512px;
}
@media screen and (max-width: 991px) {
	.about-content-section .about-content .about-content-description {
		max-width: 100%;
		margin: 0 auto 48px;
	}
}
@media screen and (max-width: 575px) {
	.about-content-section .about-content .about-content-description {
		font-size: 14px;
	}
}
.about-content-section .about-img-wrapper {
	position: relative;
	z-index: 2;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 991px) {
	.about-content-section .about-img-wrapper {
		max-width: 400px;
		margin: 0 auto 40px;
	}
}
.about-content-section .about-img-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-content-section .vector-1 {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.about-content-section .vector-1 {
		width: 100px;
	}
}
@media screen and (max-width: 575px) {
	.about-content-section .vector-1 {
		top: 70px;
	}
}
.about-content-section .vector-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.about-content-section .vector-2 {
		width: 100px;
	}
}
.contact-info-section {
	background-color: #090909;
	position: relative;
	overflow: hidden;
}
.contact-info-section .contact-images-wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 700px;
}
@media screen and (max-width: 991px) {
	.contact-info-section .contact-images-wrapper {
		max-width: 400px;
		margin: 0 auto 40px;
	}
}
.contact-info-section .contact-images-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
.contact-info-section .contact-info-content {
	position: relative;
	z-index: 2;
	padding-left: 40px;
}
@media screen and (max-width: 991px) {
	.contact-info-section .contact-info-content {
		padding-left: 0;
	}
}
.contact-info-section .contact-info-content .contact-info-heading {
	font-family: "Roboto", sans-serif;
	font-size: 50px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 32px;
}
@media screen and (max-width: 1399px) {
	.contact-info-section .contact-info-content .contact-info-heading {
		font-size: 42px;
	}
}
@media screen and (max-width: 1199px) {
	.contact-info-section .contact-info-content .contact-info-heading {
		font-size: 40px;
	}
}
@media screen and (max-width: 991px) {
	.contact-info-section .contact-info-content .contact-info-heading {
		font-size: 36px;
		text-align: center;
	}
}
@media screen and (max-width: 575px) {
	.contact-info-section .contact-info-content .contact-info-heading {
		font-size: 28px;
	}
}
.contact-info-section .contact-info-content .contact-info-description {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: hsla(0, 0%, 100%, 0.8);
	margin-bottom: 48px;
	max-width: 467px;
}
@media screen and (max-width: 991px) {
	.contact-info-section .contact-info-content .contact-info-description {
		max-width: 100%;
		margin: 0 auto 48px;
		text-align: center;
	}
}
@media screen and (max-width: 575px) {
	.contact-info-section .contact-info-content .contact-info-description {
		font-size: 16px;
	}
}
.contact-info-section .contact-info-content .contact-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}
@media screen and (max-width: 991px) {
	.contact-info-section .contact-info-content .contact-details {
		gap: 24px;
		max-width: 300px;
		margin: 0 auto;
	}
}
.contact-info-section .contact-info-content .contact-details .contact-detail-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px;
}
.contact-info-section .contact-info-content .contact-details .contact-detail-item .contact-icon-wrapper {
	width: 44px;
	height: 44px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contact-info-section .contact-info-content .contact-details .contact-detail-item .contact-icon-wrapper img {
	width: 24px;
	height: 24px;
}
.contact-info-section .contact-info-content .contact-details .contact-detail-item .contact-detail-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.contact-info-section
	.contact-info-content
	.contact-details
	.contact-detail-item
	.contact-detail-content
	.contact-detail-label {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 4px;
	line-height: normal;
}
@media screen and (max-width: 991px) {
	.contact-info-section
		.contact-info-content
		.contact-details
		.contact-detail-item
		.contact-detail-content
		.contact-detail-label {
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.contact-info-section
		.contact-info-content
		.contact-details
		.contact-detail-item
		.contact-detail-content
		.contact-detail-label {
		font-size: 16px;
	}
}
.contact-info-section
	.contact-info-content
	.contact-details
	.contact-detail-item
	.contact-detail-content
	.contact-detail-value {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	line-height: normal;
	display: block;
}
@media screen and (max-width: 575px) {
	.contact-info-section
		.contact-info-content
		.contact-details
		.contact-detail-item
		.contact-detail-content
		.contact-detail-value {
		font-size: 14px;
	}
}
.contact-info-section
	.contact-info-content
	.contact-details
	.contact-detail-item
	.contact-detail-content
	.contact-detail-value:hover {
	color: #abe225;
}
.contact-info-section .vector-1 {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.contact-info-section .vector-1 {
		width: 100px;
	}
}
@media screen and (max-width: 575px) {
	.contact-info-section .vector-1 {
		top: 70px;
	}
}
.contact-info-section .vector-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.contact-info-section .vector-2 {
		width: 100px;
	}
}
.contact-form-section {
	background-color: #090909;
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
	.contact-form-section {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}
.contact-form-section .contact-form-heading {
	font-family: "Alumni Sans", sans-serif;
	font-size: 90px;
	font-weight: 700;
	font-style: normal;
	line-height: 0.94;
	letter-spacing: -2.7px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
	.contact-form-section .contact-form-heading {
		font-size: 70px;
		letter-spacing: -2px;
	}
}
@media screen and (max-width: 991px) {
	.contact-form-section .contact-form-heading {
		font-size: 50px;
		letter-spacing: -1.5px;
	}
}
@media screen and (max-width: 575px) {
	.contact-form-section .contact-form-heading {
		font-size: 36px;
		letter-spacing: -1px;
	}
}
.contact-form-section .contact-form-heading .highlighted {
	color: #abe225;
}
.contact-form-section .contact-form .form-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin-top: 24px;
}
@media screen and (max-width: 991px) {
	.contact-form-section .contact-form .form-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}
.contact-form-section .contact-form .form-footer .recaptcha-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media screen and (max-width: 991px) {
	.contact-form-section .contact-form .form-footer .recaptcha-wrapper {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (max-width: 991px) {
	.contact-form-section .contact-form .form-footer .primary-btn {
		width: 100%;
	}
}
.customer-support-section {
	background-color: #090909;
	padding-top: 120px;
	padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
	.customer-support-section {
		padding-top: 100px;
		padding-bottom: 60px;
	}
}
.customer-support-section .support-section-heading {
	font-family: "Alumni Sans", sans-serif;
	font-size: 90px;
	font-weight: 700;
	font-style: normal;
	line-height: 0.94;
	letter-spacing: -2.7px;
	color: #fff;
	text-transform: none;
	margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
	.customer-support-section .support-section-heading {
		font-size: 70px;
		letter-spacing: -2px;
	}
}
@media screen and (max-width: 991px) {
	.customer-support-section .support-section-heading {
		font-size: 50px;
		letter-spacing: -1.5px;
	}
}
@media screen and (max-width: 575px) {
	.customer-support-section .support-section-heading {
		font-size: 36px;
		letter-spacing: -1px;
	}
}
.customer-support-section .support-section-heading .highlighted {
	color: #abe225;
}
.customer-support-section .support-card {
	background-color: hsla(0, 0%, 100%, 0.2);
	border-radius: 24px;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	height: 100%;
}
@media screen and (max-width: 991px) {
	.customer-support-section .support-card {
		padding: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.customer-support-section .support-card .support-card-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
@media screen and (max-width: 767px) {
	.customer-support-section .support-card .support-card-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}
.customer-support-section .support-card .support-card-content .support-icon-wrapper {
	width: 60px;
	height: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.customer-support-section .support-card .support-card-content .support-icon-wrapper {
		width: 50px;
		height: 50px;
	}
}
.customer-support-section .support-card .support-card-content .support-icon-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.customer-support-section .support-card .support-card-content .support-text-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.customer-support-section .support-card .support-card-content .support-text-content .support-card-title {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
	line-height: normal;
}
@media screen and (max-width: 991px) {
	.customer-support-section .support-card .support-card-content .support-text-content .support-card-title {
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.customer-support-section .support-card .support-card-content .support-text-content .support-card-title {
		font-size: 16px;
	}
}
.customer-support-section .support-card .support-card-content .support-text-content .support-card-description {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: hsla(0, 0%, 100%, 0.75);
	margin-bottom: 0;
}
@media screen and (max-width: 575px) {
	.customer-support-section .support-card .support-card-content .support-text-content .support-card-description {
		font-size: 14px;
	}
}
.customer-support-section .support-card .primary-btn {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
@media screen and (max-width: 767px) {
	.customer-support-section .support-card .primary-btn {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 100%;
	}
}
.customer-support-section .support-card.cancel-membership-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.customer-support-section .support-card.cancel-membership-card .cancel-membership-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.customer-support-section .support-card.cancel-membership-card .cancel-membership-form .form-group {
	margin-bottom: 0;
}
.customer-support-section .support-card.cancel-membership-card .cancel-membership-form .form-group .form-control {
	background-color: #fff;
	color: #090909;
	border: none;
	border-radius: 3px;
	padding: 17px 24px;
	font-size: 16px;
	height: 60px;
	font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 575px) {
	.customer-support-section .support-card.cancel-membership-card .cancel-membership-form .form-group .form-control {
		padding: 14px 20px;
		font-size: 14px;
		height: 50px;
	}
}
.customer-support-section
	.support-card.cancel-membership-card
	.cancel-membership-form
	.form-group
	.form-control::-webkit-input-placeholder {
	color: rgba(9, 9, 9, 0.5);
}
.customer-support-section
	.support-card.cancel-membership-card
	.cancel-membership-form
	.form-group
	.form-control::-moz-placeholder {
	color: rgba(9, 9, 9, 0.5);
}
.customer-support-section
	.support-card.cancel-membership-card
	.cancel-membership-form
	.form-group
	.form-control:-ms-input-placeholder {
	color: rgba(9, 9, 9, 0.5);
}
.customer-support-section
	.support-card.cancel-membership-card
	.cancel-membership-form
	.form-group
	.form-control::-ms-input-placeholder {
	color: rgba(9, 9, 9, 0.5);
}
.customer-support-section
	.support-card.cancel-membership-card
	.cancel-membership-form
	.form-group
	.form-control::placeholder {
	color: rgba(9, 9, 9, 0.5);
}
.customer-support-section .support-card.cancel-membership-card .cancel-membership-form .form-group .form-control:focus {
	outline: none;
	border-color: #abe225;
	-webkit-box-shadow: 0 0 0 3px rgba(171, 226, 37, 0.2);
	box-shadow: 0 0 0 3px rgba(171, 226, 37, 0.2);
}
.customer-support-section .support-card.cancel-membership-card .cancel-membership-form .primary-btn {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	font-size: 20px;
	padding: 16px 24px;
}
@media screen and (max-width: 575px) {
	.customer-support-section .support-card.cancel-membership-card .cancel-membership-form .primary-btn {
		font-size: 16px;
		padding: 14px 20px;
	}
}
.faq-section {
	background-color: #090909;
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
	.faq-section {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}
.faq-section .faq-section-heading {
	font-family: "Alumni Sans", sans-serif;
	font-size: 90px;
	font-weight: 700;
	font-style: normal;
	line-height: 0.94;
	letter-spacing: -2.7px;
	color: #fff;
	text-transform: none;
	margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
	.faq-section .faq-section-heading {
		font-size: 70px;
		letter-spacing: -2px;
	}
}
@media screen and (max-width: 991px) {
	.faq-section .faq-section-heading {
		font-size: 50px;
		letter-spacing: -1.5px;
	}
}
@media screen and (max-width: 575px) {
	.faq-section .faq-section-heading {
		font-size: 36px;
		letter-spacing: -1px;
	}
}
.faq-section .faq-section-heading .highlighted {
	color: #abe225;
}
.faq-section .faq-accordion .accordion-item {
	border: 1px solid #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 991px) {
	.faq-section .faq-accordion .accordion-item {
		border-radius: 10px;
	}
}
.faq-section .faq-accordion .accordion-item.active {
	background-color: #abe225;
	border-color: #abe225;
}
.faq-section .faq-accordion .accordion-item.active .wrapper .accordion-header button {
	color: #090909;
}
.faq-section .faq-accordion .accordion-item .wrapper .accordion-header {
	color: #fff;
}
.faq-section .faq-accordion .accordion-item .wrapper .accordion-header button {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	width: 100%;
	color: #fff;
	text-align: left;
	padding: 24px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 6px;
	-moz-column-gap: 6px;
	column-gap: 6px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	font-family: "Roboto", sans-serif;
}
.faq-section .faq-accordion .accordion-item .wrapper .accordion-header button::after {
	content: "";
	width: 28px;
	height: 28px;
	background-image: url("../images/icons/faq-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 6px;
	background-color: #fff;
}
@media screen and (max-width: 575px) {
	.faq-section .faq-accordion .accordion-item .wrapper .accordion-header button::after {
		width: 18px;
		height: 18px;
		background-size: 14px 14px;
	}
}
@media screen and (max-width: 767px) {
	.faq-section .faq-accordion .accordion-item .wrapper .accordion-header button {
		font-size: 16px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media screen and (max-width: 575px) {
	.faq-section .faq-accordion .accordion-item .wrapper .accordion-header button {
		padding: 20px;
	}
}
.faq-section .faq-accordion .accordion-item .wrapper .accordion-header button[aria-expanded="true"]::after {
	background-image: url("../images/icons/faq-arrow-down.svg");
	background-color: #090909;
}
.faq-section .faq-accordion .accordion-item .wrapper .accordion-collapse {
	margin-top: 5px;
}
.faq-section .faq-accordion .accordion-item .wrapper .accordion-collapse .content-wrapper {
	padding: 0 30px 26px 30px;
	border-radius: 20px 20px 40px 40px;
	background-color: rgba(0, 0, 0, 0);
	color: #090909;
}
.faq-section .faq-accordion .accordion-item .wrapper .accordion-collapse .content-wrapper p {
	font-size: 16px;
	line-height: 1.6;
	color: #090909;
}
@media screen and (max-width: 1199px) {
	.faq-section .faq-accordion .accordion-item .wrapper .accordion-collapse .content-wrapper p {
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.faq-section .faq-accordion .accordion-item .wrapper .accordion-collapse .content-wrapper p {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.faq-section .faq-accordion .accordion-item .wrapper .accordion-collapse .content-wrapper {
		padding: 0 20px 20px;
	}
}
.faq-section .faq-accordion .accordion-item .wrapper table tbody tr {
	border-color: #090909;
}
.faq-section .faq-accordion .accordion-item .wrapper table tbody tr td {
	color: #090909;
}
.signup-section {
	background-color: #090909;
}
.signup-section .signup-image-wrapper {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	position: relative;
}
@media screen and (max-width: 1199px) {
	.signup-section .signup-image-wrapper {
		max-width: 100%;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 991px) {
	.signup-section .signup-image-wrapper {
		border-radius: 24px;
		max-width: 500px;
		margin: 0 auto 40px;
	}
}
.signup-section .signup-image-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
@media screen and (max-width: 1199px) {
	.signup-section .signup-form-wrapper {
		padding-left: 0;
	}
}
.signup-section .signup-form-wrapper .signup-heading {
	font-family: "Alumni Sans", sans-serif;
	font-size: 90px;
	font-weight: 700;
	font-style: normal;
	line-height: 0.94;
	letter-spacing: -2.7px;
	color: #fff;
	text-transform: none;
	margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
	.signup-section .signup-form-wrapper .signup-heading {
		font-size: 70px;
		letter-spacing: -2px;
	}
}
@media screen and (max-width: 991px) {
	.signup-section .signup-form-wrapper .signup-heading {
		font-size: 50px;
		letter-spacing: -1.5px;
		text-align: center;
	}
}
@media screen and (max-width: 575px) {
	.signup-section .signup-form-wrapper .signup-heading {
		font-size: 36px;
		letter-spacing: -1px;
	}
}
.signup-section .signup-form-wrapper .signup-heading .highlighted {
	color: #abe225;
}
.signup-section .signup-form-wrapper .signup-form .signup-login-link {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: hsla(0, 0%, 100%, 0.5);
	margin-top: 24px;
	margin-bottom: 0;
}
@media screen and (max-width: 575px) {
	.signup-section .signup-form-wrapper .signup-form .signup-login-link {
		font-size: 14px;
	}
}
.signup-section .signup-form-wrapper .signup-form .signup-login-link a {
	color: #abe225;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.signup-section .signup-form-wrapper .signup-form .signup-login-link a:hover {
	color: rgb(188.3441295547, 231.987854251, 82.012145749);
	text-decoration: underline;
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	position: relative;
}
@media (max-width: 767px) {
	.policy-content {
		font-size: 15px;
	}
}
.policy-content a {
	color: #abe225;
}
.policy-content a:hover {
	color: #fff;
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
		line-height: 28px;
	}
}
.policy-content b {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}
.policy-content p {
	color: #fff;
}
.policy-content p small {
	font-size: 14px;
	line-height: 20px;
}
table {
	margin-top: 0;
	padding-top: 0;
}
table {
	width: 100%;
	overflow: hidden;
	border-collapse: separate;
	border-radius: 15px;
	border-spacing: 0;
	table-layout: fixed;
	border: 1px solid hsla(0, 0%, 100%, 0.4);
}
@media only screen and (max-width: 575px) {
	table {
		table-layout: auto;
	}
}
table th {
	background-color: #abe225;
	color: #090909;
	padding: 25px 30px;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
	border-right: 1px solid rgba(9, 9, 9, 0.2);
}
table th:first-of-type {
	border-radius: 15px 0 0 0;
}
table th:last-of-type {
	border-radius: 0 15px 0 0;
	border-right: none;
}
@media only screen and (max-width: 1199px) {
	table th {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	table th {
		font-size: 12px;
		padding: 16px 8px;
	}
}
table tr {
	color: #090909;
}
table tr td {
	padding: 25px 30px;
	line-height: 1.5;
	vertical-align: top;
	border-right: 1px solid hsla(0, 0%, 100%, 0.3);
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
	background-color: hsla(0, 0%, 100%, 0.2);
	color: #fff;
}
@media only screen and (max-width: 767px) {
	table tr td {
		padding: 16px 8px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 380px) {
	table tr td {
		padding: 10px 3px;
	}
}
table tr td:last-child {
	border-right: none;
}
table tr:last-of-type td {
	border-bottom: none;
}
table tr:nth-child(even) td {
	background-color: #090909;
	color: #fff;
}
@media only screen and (max-width: 991px) {
	table br {
		display: block;
	}
}

.overflow-unset {
	overflow: unset !important;
}

/* FOR GOOGLE TRANSLATE CSS START HERE */
body {
	top: 0 !important;
}

body .goog-text-highlight {
	background: rgba(0, 0, 0, 0) !important;
	box-shadow: none !important;
}

.goog-te-gadget {
	display: block !important;
}

#google_translate_element,
select.goog-te-combo {
	position: fixed;
	z-index: 999;
	top: -999px;
}

.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-tooltip {
	display: none !important;
}

font,
.goog-text-highlight {
	background-color: rgba(0, 0, 0, 0) !important;
	box-shadow: none !important;
}

#goog-gt-tt,
.goog-te-combo,
.skiptranslate {
	display: none !important;
}

#teams-dropdown-menu span.icon .fa {
	display: inline-block;
	color: #ffffff;
}

#teams-dropdown-menu span.icon {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
}

#teams-dropdown-menu span.icon i {
	transition: transform 0.2s ease;
	transform-origin: center;
}

/* .loader {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	left: 0;
} */

#teams-dropdown-menu ul li {
	text-transform: capitalize;
}

#teams-dropdown-menu {
	border-radius: 10px;
	position: relative;
	background-color: #363636;
	cursor: pointer;
	width: 60px;
	display: flex;
	align-items: center;
	height: 36px;
	padding: 6px;
	margin-bottom: 0px;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

#teams-dropdown-menu * {
	cursor: pointer;
}

#teams-dropdown-menu .flag-text {
	font-size: 0px;
	color: #000000;
}

#teams-dropdown-menu ul {
	background: #fff;
	border-radius: 5px;
	box-shadow:
		0 2px 5px rgba(10, 10, 10, 0.0509803922),
		0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	display: none;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	width: 135px;
	z-index: 99;
	padding: 0;
	left: unset !important;
	right: 0;
}

img.img-fluid.flg {
	margin-right: 10px;
}

#teams-dropdown-menu ul.active {
	display: block;
	animation: slidedown 0.2s;
	top: 50px;
}

#teams-dropdown-menu ul.active ~ span.icon i {
	transform: rotate(180deg);
}

@keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
#teams-dropdown-menu ul li {
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.5px;
	height: auto !important;
	display: flex;
	margin-left: 0;
	float: none;
}

#teams-dropdown-menu ul li:hover {
	color: #000 !important;
	background-color: #f0f0f0;
}

#teams-dropdown-menu span.icon:before {
	display: none;
	content: none;
}

@media screen and (max-width: 1199px) {
	#teams-dropdown-menu {
		height: 32px;
		position: relative !important;
		cursor: pointer !important;
		width: 60px !important;
		display: flex !important;
		margin-right: 0px !important;
		margin-bottom: 0px !important;
	}
	#teams-dropdown-menu .flag-text {
		font-size: 0px;
		color: #000000;
		margin-right: 10px;
	}
	#teams-dropdown-menu .submenu-button {
		display: none;
	}
	#teams-dropdown-menu span.icon i {
		color: #000;
	}
	.header-main #teams-dropdown-menu {
		margin-left: auto !important;
	}
	.header.sticky header nav.menu.open ul {
		margin-top: 25px;
	}
}
@media (max-width: 575px) {
	#teams-dropdown-menu .flag-text {
		margin-right: 0;
	}
}

#teams-dropdown-menu.mobile {
	display: block;
}
@media (min-width: 1024px) {
	#teams-dropdown-menu.mobile {
		display: none !important;
	}
}

#teams-dropdown-menu.desktop {
	display: none !important;
}
@media (min-width: 1024px) {
	#teams-dropdown-menu.desktop {
		display: flex !important;
	}
}
