/*!************************************************************************************************************************************************************************************************!*\
	!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/css/variables.scss ***!
	\************************************************************************************************************************************************************************************************/

/*!**************************************************************************!*\
	!*** css ./node_modules/css-loader/dist/cjs.js!./src/css/variables.scss ***!
	\**************************************************************************/
/* $media-xs: "max-width: 37rem";
$media-sm: "max-width: 50rem";
$media-md: "max-width: 70rem";
$media-lg: "max-width: 90rem";
$media-xl: "max-width: 114rem";
$primary-text-color: #a1a1a1;
$secondary-text-color: #f2f2f2;
$primary-background-color: #0c0c0c;
$secondary-background-color: #000; */

/*!*********************************************************************************************************************************************************************************************!*\
	!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/css/global.scss ***!
	\*********************************************************************************************************************************************************************************************/

@font-face {
	font-family: "DM Sans";
	src: url("/assets/fonts/DMSans-Regular.ttf");
}

.bg__primary {
	background: #0c0c0c;
}
.bg__secondary {
	background: #000;
}

.text__primary {
	color: #a1a1a1;
}
.text__secondary {
	color: #f2f2f2;
}
.text__tertiary {
	color: #bdbdbd;
}
.text__button-dark {
	color: #0c0c0c;
}

/* * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
} */

html {
	font-size: 62.5%;
	min-height: 100vh;
	background-color: #0c0c0c;
	position: relative;
}

body {
	background-color: #0c0c0c;
	color: white;
	font-family: DM Sans, sans-serif;
	/* height: 100%; */
	font-size: 1.6rem;
	line-height: 2.8rem;
}

/*---------- scrollbar style begins ----------*/
::-webkit-scrollbar {
	width: 12px;
	background-color: white;
}
::-webkit-scrollbar-track {
	border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
	background: #6c6c6c !important;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
/*---------- scrollbar style ends ----------*/

div,
p,
span,
pre {
	font-family: DM Sans, sans-serif;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--primary-text-color);
}

h1 {
	font-size: 5.6rem;
	line-height: 7.2rem;
}

h2 {
	font-size: 4.2rem;
	line-height: 5.468rem;
}

h3 {
	font-size: 3.6rem;
	line-height: 4.4rem;
}

h4 {
	font-size: 2.8rem;
	line-height: 3.646rem;
}

h5 {
	font-size: 2.6rem;
	line-height: 3.646rem;
}

h6,
pre {
	font-size: 1.6rem;
	line-height: 2.83rem;
}

hr {
	width: 100%;
}

li {
	list-style: none;
}

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

a {
	color: white;
}
.hidden {
	display: none !important;
}
.section {
	background-color: #0c0c0c;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	min-height: auto;
	max-width: 1440px;
}
@media (max-width: 90rem) {
	.section {
		padding: 0 15rem;
	}
}
@media (max-width: 70rem) {
	.section {
		padding: 0 10rem;
	}
}
@media (max-width: 70rem) {
	.section {
		padding: 0 10rem;
	}
}
@media (max-width: 50rem) {
	.section {
		padding: 0 5rem;
	}
	.section:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 50rem) {
	.section {
		padding: 0 2rem;
	}
	.section:last-child {
		margin-bottom: 0;
	}
}

/*!*********************************************************************************************************************************************************************************************!*\
	!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/css/footer.scss ***!
	\*********************************************************************************************************************************************************************************************/
.footer-section {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer-root {
	display: grid;
	grid-template-columns: 1fr 0fr;
	margin: 2rem 0;
	gap: 2rem;
	width: 100%;
}
@media (max-width: 50rem) {
	.footer-root {
		grid-template-columns: 1fr;
	}
}

/* .footer-copyright {
	display: flex;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #a1a1a1;
	text-decoration: none;
	justify-content: center;
	margin: 2rem 0;
	text-align: justify;
} */

.footer-connect__root {
	display: none;
	flex-direction: column;
	width: 100%;
}
@media (max-width: 50rem) {
	.footer-connect__root {
		display: flex;
	}
}

.footer-connect__links-item {
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #a1a1a1;
	text-decoration: none;
	margin-top: 1rem;
}

.footer-connect__links-title {
	color: rgb(255, 255, 255);
	width: 100%;
	padding: 0.6rem 0;
	border-bottom: 1px solid #fff;
	display: flex;
}

.footer-connect__wrapper {
	width: 100%;
	display: flex;
	margin-top: 0.5rem;
}

.footer-connect__social-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
@media (max-width: 50rem) {
	.footer-connect__social-links {
		justify-content: flex-end;
	}
}

.footer-connect__options {
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	align-items: center;
}
@media (max-width: 50rem) {
	.footer-connect__options {
		display: none;
	}
}
.footer-connect__options-mobile {
	display: none;
	flex-direction: row-reverse;
}
@media (max-width: 50rem) {
	.footer-connect__options-mobile {
		display: flex;
	}
}

.footer-connect__cities-container {
	color: #a1a1a1;
	display: flex;
	font-size: 1.4rem;
	margin-top: 1rem;
	width: 100%;
	align-self: flex-end;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 50rem) {
	.footer-connect__cities-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

.social-link__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
}

.social-link__item:not(:first-child) {
	margin-left: 1.4rem;
}
@media (max-width: 50rem) {
	.social-link__item {
		margin-left: 0;
		line-height: 0;
	}
	.social-link__item svg {
		width: 2.5rem;
		height: 2.5rem;
	}
}

.country-selector {
	margin-left: 3rem;
	margin-top: 0.9rem;
	display: flex;
	width: 100%;
	border: 1px solid rgb(166, 166, 166);
	border-radius: 0.7rem;
	min-width: 11rem;
	max-width: 20rem;
}
.country-selector > div {
	padding: 0rem 1.5rem;
	display: flex;
	flex-direction: row;
	margin-top: 0;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	cursor: pointer;
	margin-left: 1rem;
}
.country-selector > div > div {
	margin-left: -1rem;
}
.country-selector > div > div > div {
	display: flex;
	flex-direction: row-reverse;
}
.country-selector > div > img {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
}
.country-selector > div > input {
	cursor: pointer;
	caret-color: transparent;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	border: medium none;
	outline: currentcolor none medium;
	height: 100%;
	width: 100%;
	min-width: 3rem;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgb(242, 242, 242);
	font-family: "DM Sans", sans-serif;
	padding: 0.9rem 1.5rem;
	margin: 0px;
	box-sizing: border-box;
}

.app-store-button {
	margin-left: 3rem;
	margin-top: 0.9rem;
}

.footer-links-root {
	display: grid;
	flex-wrap: wrap;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 2rem;
	color: #a1a1a1;
}
.footer-links {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
	min-width: max-content;
}

.footer-connect__cities-item {
	margin-right: 1.2rem;
}
/*!************************************************************************************************************************************************************************************************!*\
	!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/css/preloader.scss ***!
	\************************************************************************************************************************************************************************************************/
@keyframes lds-heart {
	0% {
		transform: scale(0.95);
	}
	5% {
		transform: scale(1.1);
	}
	39% {
		transform: scale(0.85);
	}
	45% {
		transform: scale(1);
	}
	60% {
		transform: scale(0.95);
	}
	100% {
		transform: scale(0.9);
	}
}
.preloader-container {
	backdrop-filter: blur(5px);
	z-index: 9999;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100vh;
	top: 0;
}

.preloader-wrapper {
	color: transparent;
	font-size: 90px;
	overflow: hidden;
	width: 10.8rem;
	height: 7.8rem;
	transform: translate(-50%, -50%);
	animation: lds-heart 3s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*!*********************************************************************************************************************************************************************************************!*\
	!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/css/inputs.scss ***!
	\*********************************************************************************************************************************************************************************************/
.form-input__container {
	display: flex;
	position: relative;
	flex-direction: column;
}
.form-input__message {
	color: green;
	display: inline;
}
.form-input__info_message {
	color: green !important;
}
.form-input__message__text {
	color: rgb(242, 242, 242) !important;
}
.form-input__input {
	color: #f2f2f2;
}
.form-input__input::placeholder {
	color: #828282;
}

.select-input__options-container {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	border: 1px solid #a1a1a1;
	overflow: auto;
	max-height: 280px;
	border-radius: 8px;
}

.select-input__options-container::-webkit-scrollbar {
	width: 12px;
	background-color: black;
	border-radius: 6px;
}
.select-input__options-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.select-input__options-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
}
.select-input__options-img {
	position: relative;
	width: 20px;
	height: 20px;
}
.select-input__options-container > div {
	display: flex;
	padding: 0.5rem 1rem;
	cursor: pointer;
	transition-duration: 200ms;
	width: 100%;
}
.select-input__options-container > div:not(:last-child) {
	border-bottom: 1px dashed rgb(161, 161, 161);
}
.select-input__options-container > div :hover {
	background-color: rgba(255, 255, 255, 0.05);
}
.select-input__options-container > div > img {
	margin-left: auto;
	width: 2rem;
	height: 2rem;
}

.form-select__arrow {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xIDEuNzM0MzhMNyA4LjEzM0wxMyAxLjczNDM4IiBzdHJva2U9IiNGMkYyRjIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);
	background-repeat: no-repeat;
	position: absolute;
	left: 1rem;
	bottom: 0.5rem;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.form-select__arrow ~ input {
	cursor: pointer;
	padding-left: 3.5rem;
	caret-color: transparent;
}
.form-select__arrow ~ input::placeholder {
	color: #f2f2f2;
	opacity: 1;
}
/*!****************************************************************************************************************************************************************************************************!*\
	!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/css/register-form.scss ***!
	\****************************************************************************************************************************************************************************************************/
#registerForm {
	width: 100%;
}

.register-form__section {
	display: flex;
	flex-direction: column;
}
/*!*********************************************************************************************************************************************************************************************!*\
	!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/css/header.scss ***!
	\*********************************************************************************************************************************************************************************************/
@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-144rem);
		transform: translateX(-144rem);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 0.7;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
.header-wrapper {
	min-height: 15rem;
	position: relative;
}
@media (max-width: 50rem) {
	.header-wrapper {
		display: none;
	}
}

.logo {
	background-color: #fff;
}

.header-section {
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.menu-item-container {
	margin-right: 0;
	margin-left: 3rem;
}
.menu-item-container__right:not(:first-child) {
	margin-right: 0;
	margin-left: 3rem;
}

.menu-part-container {
	display: flex;
	margin-right: auto;
	margin-top: 3.1rem;
	z-index: 2;
}
.menu-part-container__right {
	margin-right: 0;
}

.nav-link {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #ffffff;
	color: #fff;
	text-decoration: none;
	transition-duration: 200ms;
	-moz-transition-duration: 200ms;
}
.nav-link:active {
	color: #fff;
}
.nav-link:hover {
	text-decoration: underline;
}

.logo-container {
	margin-top: 3rem;
	transition-duration: 200ms;
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	top: 0;
	z-index: 1;
}
.logo-container svg {
	height: 6rem;
}
.logo-container__small {
	margin-top: 1.5rem;
}
.logo-container__small svg {
	height: 4rem;
}

.menu-item__button {
	font-family: "DM Sans";
	outline: none;
	border: none;
	background: none;
	color: #fff;
	text-decoration: none;
	transition-duration: 200ms;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	cursor: pointer;
	color: #ffffff;
	-moz-transition-duration: 200ms;
}
.menu-item__button:active {
	color: #fff;
}
.menu-item__button:hover {
	text-decoration: underline;
}

.dropdown-menu__wrapper {
	width: 144rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation: backInLeft 2s cubic-bezier(0.5, 0.11, 0.38, 0.9);
}

.animation {
	animation: backInLeft 6s cubic-bezier(0.5, 0.11, 0.38, 0.9);
}

.dropdown-menu__root {
	overflow: hidden;
	position: absolute;
	display: flex;
	flex-direction: column;
	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);
	top: 7rem;
	left: 0;
	z-index: 1;
	transition-duration: 200ms;
	width: 65%;
}
.dropdown-menu__root__hidden {
	display: none;
}

.dropdown-menu-item__root {
	display: flex;
	background: none;
	border: none;
	outline: none;
	color: #fff;
	padding: 3rem 1.8rem 4rem 1.8rem;
	cursor: pointer;
	min-width: 0;
	min-width: 27rem;
	overflow: hidden;
}

.dropdown-menu-items__wrap {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	padding: 0 5rem;
}

.dropdown-menu-item__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1.4rem;
}

.dropdown-menu-item__label {
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 0.3rem;
	word-wrap: unset;
}

.dropdown-menu-item__label-wrap {
	display: flex;
	flex-direction: column;
	text-align: start;
}

.dropdown-menu-item__description {
	color: #a1a1a1;
	min-width: max-content;
}

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

.header-mobile {
	padding: 2rem;
	position: sticky;
	z-index: 10;
	top: 0rem;
	display: none;
	background-color: #0c0c0c;
}
@media (max-width: 50rem) {
	.header-mobile {
		display: flex;
	}
}

.mobile-link {
	margin-left: auto;
	display: flex;
	align-items: center;
	color: #fff;
	padding-right: 2rem;
	cursor: pointer;
}

.mobile-logo {
	margin: 0 auto;
	margin-top: 1rem;
	transform: translate(65%);
}

.mobile-logo__wrap {
	width: 7rem;
	height: 5rem;
}

.mobile-burger {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 2rem;
	margin-top: 2rem;
}

.mobile-backdrop {
	top: 0;
	display: flex;
	flex-direction: column;
	position: absolute;
	height: 100vh;
	z-index: 2;
	width: 100%;
	user-select: none;
	-moz-user-select: none;
	background: rgba(21, 21, 21, 0.4);
	backdrop-filter: blur(8px);
	overflow-y: auto;
}

.mobile-items__root {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
	background: #0c0c0c;
}

.mobile-items__wrap {
	display: flex;
	align-items: center;
	padding: 1rem 0;
	cursor: pointer;
}

.mobile-menu-item__root {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #f2f2f2;
	background-color: transparent;
	border: none;
	margin: 1rem 0;
}

.mobile-menu-list__wrap {
	display: flex;
	flex-direction: column;
}

.mobile-menu-dropdown__root-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 2rem;
}

.mobile-menu-dropdown__wrap {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.mobile-menu-item__image {
	margin-right: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-menu-item__title {
	display: flex;
	flex-direction: column;
}

.mobile-menu-item__label {
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.mobile-menu-item__description {
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #a1a1a1;
}
/*!********************************************************************************************************************************************************************************************!*\
	!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/css/login.scss ***!
	\********************************************************************************************************************************************************************************************/
.slide-section {
	width: 100%;
	margin: 0 0 11rem;
	height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
	background-repeat: no-repeat;
	background-position: auto;
	min-height: auto;
}

.login__background {
	position: relative;
	background: url(/assets/images/backgrounds/lines_bg.png);
	/* height: 65rem; */
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	/* opacity: 0.7; */
}

.login__paper {
	background: #0c0c0c;
	display: flex;
	flex-direction: column;
	padding: 1rem;
	width: 100%;
	height: 100%;
	margin: 11.5rem auto 5rem;
	padding: 5rem 7rem;
	max-width: 114rem;
	left: 0;
	right: 0;
}

.login-title__root {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.login-title__sub {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.16em;
	color: #f2f2f2;
	margin-bottom: 3rem;
	text-transform: uppercase;
}

.login-title__text {
	margin-bottom: 1rem;
	font-size: 3.6rem;
	font-weight: bold;
}

.form-input__login-wrap > div {
	display: flex;
}
.form-input__login-wrap > div:last-child {
	margin-bottom: 5rem;
}

.form-input__password-wrap {
	margin-bottom: 5rem;
}

.login-button-arrow__wrap {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 3.2rem;
}

.button-arrow-container {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border: none;
	outline: none;
	background: none;
	font-size: 2rem;
	line-height: 2.8rem;
	color: #fff;
	max-width: max-content;
	opacity: 1;
	cursor: pointer;
}
.button-arrow-container__left {
	margin-left: auto;
	flex-direction: row-reverse;
}
.button-arrow-container__left svg {
	transform: rotate(180deg);
}

.button-arrow__text {
	margin-right: 1rem;
}

#loginFormId .button-arrow__text {
	margin-right: 0rem;
}
#loginFormId .button-arrow__text svg {
	margin-left: 1rem;
}
#loginFormId #site_g_recaptcha .g-recaptcha div:first-child {
	margin: 0 auto;
}
.button-arrow__text-left {
	margin-left: 1rem;
}

.button-arrow__disabled {
	color: rgb(106, 106, 106);
}

.form-input__container {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	margin-top: 3rem;
}
.form-input___container {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 4rem;
	align-items: flex-start;
}
.form-input___container .input___container_child {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	margin-top: 3rem;
}

.form-input__label {
	margin-bottom: 1.4rem;
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
	line-height: 3rem;
}

.form-input__input {
	color: #f2f2f2;
	background: none;
	border: none;
	outline: none;
	line-height: 0;
	height: 100%;
	width: 100%;
	min-width: 3rem;
	padding: 1rem 2rem;
	font-size: 1.6rem;
	line-height: 2rem;
	font-family: "DM Sans", sans-serif;
	border: 1px solid rgba(242, 242, 242, 0.2) !important;
	border-radius: 1.6rem;
}
.form-input__input ::placeholder {
	color: #828282;
}
.form-input__input-error {
	border: 1px solid rgb(255, 0, 0) !important;
}

.form-input__message {
	color: red;
	font-size: 1.2rem;
	line-height: 1.6rem;
	text-align: justify;
	margin-top: 1rem;
}
.form-input__message__text {
	color: #a1a1a1;
}

.login-nav__container {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.login-nav__item {
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #a1a1a1;
	text-decoration: none;
	margin-top: 1rem;
}

.login-nav__wrap {
	margin-right: 6rem;
}
/*!***********************************************************************************************************************************************************************************************!*\
	!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/css/register.scss ***!
	\***********************************************************************************************************************************************************************************************/
.choose-root {
	display: flex;
	/* height: 70vh; */
	width: 100%;
}
@media (max-width: 50rem) {
	.choose-root {
		height: auto;
	}
}

.choose-root__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	max-width: 114rem;
}
@media (max-width: 50rem) {
	.choose-root__wrap {
		position: relative;
		margin: 0;
		padding: 2rem;
		width: 100%;
	}
}

#registerChooseAc.choose-root {
	padding: 10rem 0 26rem;
}
#registerChooseAc.choose-root .star-img-wrap {
	position: absolute;
}
#registerChooseAc.choose-root .star-img-wrap.star-img-right {
	right: 0px;
	top: 95px;
}
#registerChooseAc.choose-root .star-img-wrap.star-img-left {
	left: 0;
	top: 34.2rem;
}

#registerChooseAc.choose-root .acChooseLink {
	color: white;
}

.choose-text__wrap {
	align-self: flex-start;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.choose-account__subtitle {
	color: rgb(161, 161, 161);
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 3rem;
}
/* .choose-ac-sub-title {
	margin-bottom: 1.25rem;
}
.choose-ac-sub-title span {
	font-size: 36px;
	font-weight: 500;
	display: block;
	color: white;
	padding-top: 62px;
	padding-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 0px;
} */

.account-variants__root {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: flex-end;
	gap: 20rem;
	cursor: pointer;
	z-index: 100;
}
@media (max-width: 50rem) {
	.account-variants__root {
		grid-template-columns: 1fr;
		gap: 6rem;
	}
}
@media (max-width: 70rem) {
	.account-variants__root {
		gap: 10rem;
	}
}

.account-variants__wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	align-items: center;
	max-width: 50rem;
	margin: 8rem auto 0;
}
@media (max-width: 50rem) {
	.account-variants__wrap {
		max-width: auto;
		flex-direction: row-reverse;
	}
}

.account-variants__icon {
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.account-variants__icon-image {
	width: 100%;
	height: 100%;
}
@media (max-width: 50rem) {
	.account-variants__icon {
		width: 16rem;
	}
}
.account-variants__title {
	font-size: 2.4rem;
	line-height: 3.6rem;
	text-align: center;
}
.registerWrapFormSection {
	min-height: 35rem;
	width: 100%;
}

.register-form__root {
	min-height: 35rem;
	width: 100%;
}

[id^="registerForm-pvt-"] {
	display: grid;
}
.register-form__section {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 4rem;
	align-items: flex-start;
}
@media (max-width: 37rem) {
	.register-form__section {
		grid-template-columns: 1fr;
	}
}

.register-button__wrap {
	display: grid;
	column-gap: 4rem;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	margin-top: 8rem;
}

.help-root {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 4rem;
	width: 100%;
	align-items: flex-start;
	margin: 10rem auto;
}

.help-title__root {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: flex-start;
}

.help-input__wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.help-arrow__wrap {
	display: flex;
	margin-top: 2rem;
}

.help-title__span {
	color: #a1a1a1;
}

.err-wrap {
	width: 490px;
	text-align: left;
	align-self: center;
}
#login-err-wrap.err-wrap {
	margin-top: 2rem;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.form-note {
	color: rgb(106, 106, 106);
}

a:focus,
a:hover {
	color: #a1a1a1 !important;
	text-decoration: none;
}

.reg-checkbox {
	position: relative;
	overflow: hidden;
	height: 56px;
}
.reg-checkbox .text-underline {
	text-decoration: none !important;
}
.reg-checkbox .checkbox-text-style {
	position: absolute;
	left: 33px;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	color: #f2f2f2;
	line-height: 20px;
}

.reg-checkbox_input {
	position: absolute;
	top: -100px;
	left: -100px;
	display: none;
}

.reg-checkbox_inner {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 25%;
	border: 1px solid #626262;
	background: transparent no-repeat center;
}

.reg-checkbox_input:checked + .reg-checkbox_inner {
	border-color: #f2f2f2;
	background-color: Black;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: 14px 10px;
}

[id^="registerForm-bsns"],
[id^="registerForm-corp-"],
[id^="registerForm-ubo-"],
[id^="registerForm-ulti-"] {
	display: grid;
}

.addNewDirector,
.addNewUbo {
	width: fit-content;
	cursor: pointer;
	text-decoration: underline;
	color: #f2f2f2;
}

.hint-label {
	color: #828282;
	font-size: 1.4rem;
	line-height: 18px;
}
.auth-sign-cntnt {
	font-weight: 400;
	line-height: 30px;
	color: #f2f2f2;
	font-size: 2rem;
}
.auth-sign-container {
	display: grid;
	width: 100%;
	grid-template-columns: 45% 50%;
	grid-column-gap: 4rem;
	align-items: flex-start;
}
.auth-sign-info {
	display: flex;
	position: relative;
	width: 100%;
	margin-top: 2rem;
}

.reg-radio {
	padding: 0px 15px;
}
.reg-radio .radio-text-style {
	font-weight: 400;
	font-size: 20px;
	text-align: justify;
	color: #f2f2f2;
	line-height: 20px;
	margin-left: 5px;
}
.reg-radio_input {
	position: absolute;
	top: -100px;
	left: -100px;
	display: none;
}

.reg-radio_inner {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 25%;
	border: 1px solid #626262;
	background: transparent no-repeat center;
	vertical-align: text-bottom;
}

.reg-radio_input:checked + .reg-radio_inner {
	border-color: #f2f2f2;
	background-color: Black;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: 14px 10px;
}

#reset-password {
	display: grid;
	margin-bottom: 4rem;
}
#reset-password #login-err-wrap {
	margin: 0 auto;
}
#rp-btn-wrap {
	display: grid;
	column-gap: 4rem;
	width: 100%;
	margin: 8rem 0rem 4rem;
	justify-content: center;
}
#twofaform {
	background: transparent;
	opacity: 1;
}
#twofaform #loginFormButton {
	margin-top: 5.5rem;
}
#twofaform .login-title__text {
	font-size: 3rem;
	font-weight: bold;
}
#twofaform .button-arrow__text svg {
	margin-left: 1rem;
}
#twofaform .login-nav__container {
	margin: 2em 0em;
}
#twofaform .login-nav__container .login-nav__item {
	margin-top: 0;
}
/* .drop-arrow-wrap {
	position: relative;
}
.drop-arrow {
	top: 0rem;
	bottom: 0rem;
	left: 0rem;
	right: 0rem;
	width: 100%;
	height: 100%;
	border-radius: 1.6rem;
	background-position: 1.5rem 1.7rem;
} */


/* twofactorauthentication */
#login-2fa-setup.login__paper {
	margin: 2rem auto 5rem;
	min-height: 450px;
}
#login-2fa-setup h4 {
	margin-bottom: 1rem;
	font-size: 3.6rem;
	font-weight: bold;
}
#login-2fa-setup p {
	font-weight: normal;
}
#login-2fa-setup .button-arrow__text {
	margin-top: 4rem;
}
#login-2fa-setup .button-arrow__text svg {
	margin-left: 1rem;
}
#login-2fa-setup #qrCode-2fa-container {
	padding: 2rem 5rem;
}
#login-2fa-setup .login2faBtnWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
#login-2fa-setup .qrCodeSetup {
	padding-left: 2rem;
}
#login-2fa-setup #qrcode {
	text-align: center;
}
#login-2fa-setup #qrcode img {
	padding: 20px 50px;
	height: 200px;
}
#login-2fa-setup .SixDigitBold {
	margin: 1rem auto 0.6rem;
}
#login-2fa-setup .alert {
	margin-top: 5rem;
}
#login-2fa-setup .alert-dismissible .close {
	top: 0;
	right: 0;
}
/* twofactorauthentication */


@media screen and (max-width: 2560px) {
	.login__background {
		background-size: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.login__background {
		background-size: auto;
	}
	.login__paper {
		width: 90%;
	}
	#registerChooseAc.choose-root .star-img-wrap {
		display: none;
	}
	#registerChooseAc.choose-root {
		padding: 5rem 0 15rem;
	}
}

@media screen and (max-width: 768px) {
	.slide-section {
		margin: 3rem 0;
	}
	.login__paper {
		margin: 3.5rem auto 5rem;
	}
	.login-title__text {
		font-size: 3rem;
	}
	.account-variants__root {
		width: 55%;
		gap: 6rem;
	}
	.footerContent {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 425px) {
	#registerChooseAc.choose-root {
		padding: 5rem 0;
	}
	.choose-text__wrap h1 {
		font-size: 2.6rem;
	}
	.slide-section {
		margin: 3rem 0 0;
	}
	.login__paper {
		padding: 5rem 3rem;
	}
	.login-title__sub {
		margin-bottom: 1rem;
	}
	.login-title__text {
		font-size: 2.5rem;
	}
	.login-nav__container {
		display: grid;
	}
	.login-nav__item {
		font-size: 1.3rem;
	}
	.account-variants__root {
		width: auto;
		gap: 2rem;
	}
	.pvt-form h2 {
		font-size: 25px;
	}
	.form-input___container {
		grid-template-columns: 1fr;
	}
	#business-form h2 {
		font-size: 25px;
	}
	.account-variants__wrap {
		flex-direction: column;
		margin-top: 4rem;
	}
	.account-variants__icon {
		width: 75%;
	}
	.account-variants__title {
		width: 100%;
		font-size: 2.4rem;
		text-align: center;
	}
}

@media screen and (max-width: 415px) {
	.choose-text__wrap h1 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 395px) {
	.choose-text__wrap h1 {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 375px) {
	.choose-text__wrap h1 {
		font-size: 2.3rem;
	}
	.login-title__text {
	    font-size: 2.2rem;
	}
	.account-variants__wrap {
		flex-direction: column;
		margin-top: 4rem;
	}
	.account-variants__icon {
		width: 75%;
	}
	.account-variants__title {
		width: 100%;
		font-size: 2rem;
		text-align: center;
	}
}

@media screen and (max-width: 360px) {
	.choose-text__wrap h1 {
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 320px) {
	.choose-text__wrap h1 {
		font-size: 1.95rem;
	}
	.account-variants__wrap {
		margin-top: 3rem;
	}
	.slide-section {
	    margin: 0;
	}
	.login__paper {
		width: 100%;
		margin: 0;
		padding: 5rem 2.5rem;
	}
}

@media screen and (max-width: 280px) {
	.choose-text__wrap h1 {
		font-size: 1.65rem;
	}
}