html, body {
	font-family: 'Segoe UI Regular';
	margin: 0;
	padding: 0;
	background: black;
}
a {
	cursor: pointer;
	text-decoration: none;
}
.content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	width: 100%;
	max-width: 1600px;
	z-index: 3;
}
.header .button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	color: white;
	border: 1px solid white;
	cursor: pointer;
	border-radius: 10px;
}
.banner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1600px;
	z-index: 3;
	padding-top: 120px;
}
.mainbg {
	position: absolute;
	z-index: 1;
	bottom: -300;
	overflow: hidden;
	max-width: 100%;
}
.modal {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	background: rgba(17, 17, 17, 0.97);
	backdrop-filter: blur(1px);
	height: 100%;
	width: 100%;
}

.dementor {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.dementor img {
	width: 300px;
}


.cmodal {
	border-radius: 5px;
	padding: 20px;
	background: #000;
	background-image: url('/img/mcircle.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 540px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	height: 700px;
}

.buttons {
	width: 100%;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.buttons a {
	border-radius: 100px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	width: 80%;
	border-radius: 100px;
	border: 1px solid #FFF;
	background: linear-gradient(90deg, #FFF 0%, #BFBFBF 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 2px 7px 0px rgba(20, 20, 43, 0.08);
}

.cheader {
	width: 100%;
	display: flex;
	justify-content: end;
}

.ctitle {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

#insert .ctitle {
	font-size: 35px;
}

.warning {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 20px;
	border-radius: 12px;
	background: rgba(204, 255, 255, 0.85);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 18px;
	box-sizing: border-box;
}

.warning p {
	margin: 0;
}

.warning p span {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}

.instertor {
	border-radius: 12px;
	background: rgba(248, 248, 250, 0.85);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(7.5px);
	outline: 0;
	border: 0;
	padding: 10px;
	width: 100%;
	height: 200px;
}

.words {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}

#hardware .ctitle {
	color: #FFF;
	text-align: center;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
}

#hardware .hwallet {
	width: 100%;
	padding: 10px;
}

#trezor {
	border-top: 1px solid #fff;
}
.title {
	color: #F9FAFB;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
}
.left {
	display: flex;
	flex-direction: column;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.left img {
	margin-right: 20px;
}
.web3 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
}
.incontent {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.text {
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.wtitle {
	color: #FFF;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 700;
margin: 0;
}
.dtitle {
color: #D1D5DB;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
}
.hcontent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1600px;
	width: 100%;
}
.hspeed {
	width: 100%;
	margin: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
	background: #1B1B1B;
	box-sizing: border-box;
}
.htitle {
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-family: 'Segoe UI Bold';
	font-weight: 700;
	margin: 0;
}
.leverage {
	color: #959595;
	font-size: 20px;
	font-style: normal;
}
.leverage b {
	color: white;
}
.ideal {
	width: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 60px 0;
	margin: 40px 0;
}
.icontent {
	width: 100%;
	max-width: 1600px;
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.need {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.needlittle {
	width: 100%;
	max-width: 1600px;
	justify-content: center;
	flex-direction: column;
	display: flex;
	align-items: center;
}
.pick {
	width: 100%;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid white;
	padding-top: 35px;
	box-sizing: border-box;
}
.dnt {
	color: #F3F4F6;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 5px;
}
.more {
	color: #FFF;
	font-size: 20px;
	width: 100%;
	font-style: normal;
	font-weight: 700;
}
.footer {
	padding-top: 200px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-bottom: 10px;
}
.footer a {
	color: #9CA3AF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}