* {
	padding:0;
    margin:0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
a,
span {
	font-family: 'Satoshi';
}
.guest .navbar.navbar-default {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 1;
  	padding: 12px 0;
}
.guest #navbar {
	display: flex !important;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
.guest #navbar .navbar-center {
	float: none;
	margin: auto;
}
#topsec {
	background: radial-gradient(101.03% 101.03% at 79.2% 100%, #FDFEC5 0%, #7F07FF 100%);
	padding: 120px 0 0;
	position: relative;
	overflow: hidden;
}
.register-btn {
	border-radius: 28px;
	background-color: #000;
	padding: 1px !important;
	min-width: 110px;
	color: #FFF !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2 !important;
	display: flex !important;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.register-btn-inner {
	background: linear-gradient(to bottom,rgba(255, 255, 255,30%) 0%, rgba(255, 255, 255,0) 100%);
	padding: 1px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 28px;
}
.register-btn-inner2 {
	background: linear-gradient(to bottom,rgba(255, 255, 255,20%) 0%, rgba(255, 255, 255,0) 100%);
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 28px;
	padding: 13px;
}
.register-btn:hover, 
.register-btn:focus {
	background-color: #8C21F9 !important;
}
.guest .navbar-nav > li > a {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0;
	margin: 0 12px;
}
.guest .navbar-nav > li > a:hover, 
.guest .navbar-nav > li.active > a:hover,
.guest .navbar-nav > li.active > a,
.guest .navbar-nav > li > a:focus {
	color: #000;
	background-color: transparent;
}
.trademarks-wrap {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 8px;
	margin-bottom: 20px;
}
.trademark-txt {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}
.main-title {
	color: #FFF;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -1.08px;
	margin-bottom: 24px;
}
#topsec .txt {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
.login-frm-wrap {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 4px 16px 0 rgba(64, 66, 101, 0.20);
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.20);
  	margin: 24px 0;
}
.form-control {
	border-radius: 42px;
	background-color: #FFF;
	height: 43px;
	border: 0;
	box-shadow: none;
	color: rgba(77, 91, 101, 99);
}
.form-control::placeholder {
	color: rgba(77, 91, 101, 0.35) !important;
}
.form-group {
	position: relative;
}
.inpt-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.inpt-icon + .form-control {
	padding-left: 53px;
}
.inpt-icon::after {
	content: '';
	background-color: #DBDBDB;
	height: 19px;
	width: 1px;
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
}
.forgot-password1 {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 12px;
	display: block;
	width: max-content;
}
.have-acc {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 12px;
}
.have-acc a {
	color: #fff;
	font-weight: 600;
}
.topsec-img-wrap {
	position: relative;
}
.topsec-img {
	position: absolute;
	max-width: unset;
	top: 50px;
	right: -80px;
}
.stats-row {
	margin-top: 65px;
	position: relative;
	z-index: 1;
}
.stats-title-box {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.36px;
  	margin-bottom: 77px;
}
.stats-box {
	border-radius: 24px;
	border: 1px solid #FFF;
	background: linear-gradient(270deg, #FFF 0%, #F4DFC9 100%);
	box-shadow: 0 7px 16px 0 rgba(71, 85, 105, 0.15);
	padding: 24px;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
  	margin-bottom: 20px;
}
.stats-box-number {
	display: flex;
	align-content: center;
	align-items: center;
}
.stats-number-icon {
	line-height: 1;
	width: 64px;
	height: 38px;
	border-radius: 22px;
	background: #FF872B;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.stats-number {
	color: #000;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.88px;
	padding-left: 10px;
}
.stats-box2 {
	background: linear-gradient(90deg, #FFBFCA 0%, #FFF 100%);
	box-shadow: 0 7px 16px 0 rgba(71, 85, 105, 0.15);
}
.stats-box3 {
	background: linear-gradient(270deg, #FFF 0%, #E3F4CB 100%);
	box-shadow: 0 7px 16px 0 rgba(71, 85, 105, 0.15);
}
.stats-box2 .stats-number-icon {
	background-color: #FF517C;
}
.stats-box3 .stats-number-icon {
	background-color: #0AC000;
}
.whitebox {
	position: absolute;
	width: 100%;
	height: 140px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}