html, body{
	margin: 0px;
	padding: 0px;
	font-family: calibri;
}
@font-face {
  font-family:century;
  src: url("../century_normal.ttf");
}

@font-face {
  font-family: calibri;
  src: url("../calibri.ttf");
}

header{
	width: 100%;
	height: 150px;
	background: #FFFFFF;
	display: flex;
	position: fixed;
	top: 0px;
	left: 0px;
}

.sticky{
	position: fixed;
	top: 0px;
	left: 0px;
	box-shadow: 0px 0px 10px #ccc;
	z-index: 1;
}

.header-responsive{
	display: none;
}

.head-top1{
	width: 40%;
	height: 150px;
	background: #FFFFFF;
	display: flex;
	
}

.head-top1a{
	width: 25%;
	height: 115px;
	background: #FFFFFF;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-bottom: 35px;
}

.head-top1b{
	width: 73%;
	height: 105px;
	background:  #FFFFFF;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding-bottom: 45px;
	padding-left: 2%;
}

.head-top1 img{
	text-decoration: none;
	background: #ffffff;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	border-radius: 0.3em;
}

.head-top1 a:link{
	color: black;
	text-decoration: none;
	font-family:century;
	font-weight: bold;
	font-size: 25px;
}

.head-top1 a:visited{
	color: black;
}

.head-top1 a:active{
	color: black;
}

.head-top2{
	width: 60%;
	height: 150px;
	background: #FFFFFF;
}

.head-top2a{
	width: 90%;
	height: 150px;
	background: #FFFFFF;
	display: flex;
}

.head-top2a i{
	font-weight: bold;
	font-size: 11px;
	transition: 0.3s;
}

.head-nav1{
	width: 15%;
	height: 115px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}

.head-nav1 a:link{
	text-decoration: none;
	color: #292929;
	font-weight: bolder;
	font-size: 16px;
	background: #FFFFFF;
	width: 100%;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-nav1 a:visited{
	color: #292929;
}

.head-nav1 a:active{
	color: #292929;
}

.head-nav1-dropdown{
	width: 80%;
	height: 0px;
	background: #FFFFFF;
	position: fixed;
	top: 135px;
	left: 10%;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 0.3em;
	overflow: hidden;
	transition: 0.3s;
}

.head-nav1:hover .head-nav1-dropdown{
	height: 580px;
}

.head-nav1:hover #first{
	transform: rotate(180deg);
}





.head-nav1-dropdown1aii:hover .head-nav1-dropdown1aii-icon{
	background:  skyblue;
}

.head-nav1-dropdown1aii:hover .head-nav1-dropdown1aii-name{
	background:  skyblue;
}

.head-nav1-dropdown1aiii:hover .head-nav1-dropdown1aiii-icon{
	background:  skyblue;
}

.head-nav1-dropdown1aiii:hover .head-nav1-dropdown1aiii-name{
	background:  skyblue;
}

.head-nav1-dropdown1bb:hover .head-nav1-dropdown1bi{
	background:  skyblue;
}

.head-nav1-dropdown1bb:hover .head-nav1-dropdown1bii{
	background:  skyblue;
}

.head-nav1-dropdown1cc:hover .head-nav1-dropdown1ci{
	background:  skyblue;
}

.head-nav1-dropdown1cc:hover .head-nav1-dropdown1cii{
	background:  skyblue;
}

.head-nav1-dropdown2aii:hover .head-nav1-dropdown2aii-icon{
	background:  skyblue;
}

.head-nav1-dropdown2aii:hover .head-nav1-dropdown2aii-name{
	background:   skyblue;
}

.head-nav1-dropdown2aiii:hover .head-nav1-dropdown2aiii-icon{
	background:   skyblue;
}

.head-nav1-dropdown2aiii:hover .head-nav1-dropdown2aiii-name{
	background:   skyblue;
}

.head-nav1-dropdown2aiv:hover .head-nav1-dropdown2aiv-icon{
	background:   skyblue;
}

.head-nav1-dropdown2aiv:hover .head-nav1-dropdown2aiv-name{
	background:   skyblue;
}

.head-nav1-dropdown2bi:hover .head-nav1-dropdown2bi-icon{
	background:   skyblue;
}

.head-nav1-dropdown2bi:hover .head-nav1-dropdown2bi-name{
	background:  skyblue;
}


.head-nav1-dropdown2bii:hover .head-nav1-dropdown2bii-icon{
	background:   skyblue;
}

.head-nav1-dropdown2bii:hover .head-nav1-dropdown2bii-name{
	background:   skyblue;
}

.head-nav1-dropdown2biii:hover .head-nav1-dropdown2biii-icon{
	background:   skyblue;
}

.head-nav1-dropdown2biii:hover .head-nav1-dropdown2biii-name{
	background:   skyblue;
}

.head-nav1-dropdown2ci:hover .head-nav1-dropdown2ci-icon{
	background:  skyblue;
}

.head-nav1-dropdown2ci:hover .head-nav1-dropdown2ci-name{
	background:   skyblue;
}

.head-nav1-dropdown2cii:hover .head-nav1-dropdown2cii-icon{
	background:   skyblue;
}

.head-nav1-dropdown2cii:hover .head-nav1-dropdown2cii-name{
	background:  skyblue;
}




.head-nav1-dropdown1{
	width: 100%;
	height: 220px;
	background: #FFFFFF;
	display: flex;
}

.head-nav1-dropdown1a{
	width: 33.3%;
	height: 280px;
	background: #FFFFFF;
}

.head-nav1-dropdown1ai{
	width: 93%;
	height: 60px;
	background: #FFFFFF;
	padding-left: 7%;
	display: flex;
	align-items: flex-end;
}

.head-nav1-dropdown1ai h2{
	margin: 0px;
	font-weight: normal;
	font-family:century;
}

.head-nav1-dropdown1aii{
	width: 100%;
	height: 110px;
	background: #FFFFFF;
	display: flex;
}

.head-nav1-dropdown1aii-icon{
	width: 21%;
	height: 95px;
	background: #FFFFFF;
	padding-left: 7%;
	padding-top: 15px;
	transition: 0.5s;
}

.head-nav1-dropdown1aii-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav1-dropdown1aii-name{
	width: 72%;
	height: 95px;
	background: #FFFFFF;
	padding-top: 15px;
	transition: 0.5s;
}

.head-nav1-dropdown1aii-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav1-dropdown1aii-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
}


.head-nav1-dropdown1b{
	width: 33.3%;
	height: 280px;
	background: #FFFFFF;
}

.head-nav1-dropdown1bb{
	width: 100%;
	height: 83px;
	background: #ffffff;
	display: flex;
	padding-top: 51px;
}

.head-nav1-dropdown1bi{
	width: 21%;
	height: 134px;
	background: #ffffff;
	padding-left: 7%;
	padding-top: 70px;
	transition: 0.5s;
}

.head-nav1-dropdown1bi i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav1-dropdown1bii{
	width: 72%;
	height: 134px;
	background: #ffffff;
	padding-top: 70px;
	transition: 0.5s;
}

.head-nav1-dropdown1bii h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav1-dropdown1bii p{
	font-size: 15px;
	margin: 0px;
	color: black;
}

.head-nav1-dropdown1c{
	width: 33.4%;
	height: 280px;
	background: #ffffff;
}

.head-nav1-dropdown1cc{
	width: 100%;
	height: 83px;
	background: #ffffff;
	display: flex;
	padding-top: 51px;
}

.head-nav1-dropdown1ci{
	width: 21%;
	height: 134px;
	background: #ffffff;
	padding-left: 7%;
	padding-top: 70px;
	transition: 0.5s;
}

.head-nav1-dropdown1ci i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav1-dropdown1cii{
	width: 72%;
	height: 134px;
	background: #ffffff;
	padding-top: 70px;
	transition: 0.5s;
}

.head-nav1-dropdown1cii h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav1-dropdown1cii p{
	font-size: 15px;
	margin: 0px;
	color: black;
}

.head-nav1-dropdown2{
	width: 100%;
	height: 300px;
	background: #FFFFFF;
	display: flex;
}

.head-nav1-dropdown2a{
	width: 33.4%;
	height: 300px;
	background: #ffffff;
}

.head-nav1-dropdown2ai{
	width: 93%;
	height: 50px;
	background: #ffffff;
	padding-left: 7%;
	display: flex;
	align-items: flex-start;
}

.head-nav1-dropdown2ai h2{
	margin: 0px;
	font-weight: normal;
	font-family:century;
}

.head-nav1-dropdown2aii{
	width: 100%;
	height: 83px;
	background: #ffffff;
	display: flex;
}

.head-nav1-dropdown2aii-icon{
	width: 21%;
	height: 83px;
	background: #ffffff;
	padding-left: 7%;
	transition: 0.5s;
}

.head-nav1-dropdown2aii-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav1-dropdown2aii-name{
	width: 72%;
	height: 83px;
	background: #ffffff;
	transition: 0.5s;
}

.head-nav1-dropdown2aii h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav1-dropdown2aii p{
	font-size: 15px;
	margin: 0px;
	color: black;
}

.head-nav1-dropdown2aiii{
	width: 100%;
	height: 83px;
	background: #ffffff;
	display: flex;
}

.head-nav1-dropdown2aiii-icon{
	width: 21%;
	height: 83px;
	background: #ffffff;
	padding-left: 7%;
	transition: 0.5s;
}

.head-nav1-dropdown2aiii-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav1-dropdown2aiii-name{
	width: 72%;
	height: 83px;
	background: #ffffff;
	transition: 0.5s;
}

.head-nav1-dropdown2aiii-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav1-dropdown2aiii-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
}


.head-nav1-dropdown2aiv{
	width: 100%;
	height: 84px;
	background: #ffffff;
	display: flex;
}

.head-nav1-dropdown2aiv-icon{
	width: 21%;
	height: 83px;
	background: #ffffff;
	padding-left: 7%;
	transition: 0.5s;
}

.head-nav1-dropdown2aiv-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav1-dropdown2aiv-name{
	width: 72%;
	height: 83px;
	background: #ffffff;
	transition: 0.5s;
}

.head-nav1-dropdown2aiv-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav1-dropdown2aiv-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
}

.head-nav1-dropdown2b{
	width: 33.3%;
	height: 300px;
	background: #ffffff;
}

.head-nav1-dropdown2bi{
	width: 100%;
	height: 134px;
	background: #ffffff;
	display: flex;
}

.head-nav1-dropdown2bi-icon{
	width: 21%;
	height: 60px;
	background: #ffffff;
	padding-left: 7%;
	padding-top: 54px;
	margin-top: 20px;
	transition: 0.5s;
}

.head-nav1-dropdown2bi-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav1-dropdown2bi-name{
	width: 72%;
	height: 63px;
	background: #ffffff;
	padding-top: 51px;
	margin-top: 20px;
	transition: 0.5s;
}

.head-nav1-dropdown2bi-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav1-dropdown2bi-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
}

.head-nav1-dropdown2bii{
	width: 100%;
	height: 83px;
	background: #ffffff;
	display: flex;
}

.head-nav1-dropdown2bii-icon{
	width: 21%;
	height: 83px;
	background: #ffffff;
	padding-left: 7%;
	transition: 0.5s;
}

.head-nav1-dropdown2bii-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav1-dropdown2bii-name{
	width: 72%;
	height: 83px;
	background: #ffffff;
	transition: 0.5s;
}

.head-nav1-dropdown2bii-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav1-dropdown2bii-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
}

.head-nav1-dropdown2biii{
	width: 100%;
	height: 83px;
	background: #ffffff;
	display: flex;
}

.head-nav1-dropdown2biii-icon{
	width: 21%;
	height: 83px;
	background: #ffffff;
	padding-left: 7%;
	transition: 0.5s;
}

.head-nav1-dropdown2biii-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav1-dropdown2biii-name{
	width: 72%;
	height: 83px;
	background: #ffffff;
	transition: 0.5s;
}

.head-nav1-dropdown2biii-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav1-dropdown2biii-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
}

.head-nav1-dropdown2c{
	width: 33.3%;
	height: 300px;
	background: #ffffff;
}

.head-nav1-dropdown2ci{
	width: 100%;
	height: 134px;
	background: #ffffff;
	display: flex;
}

.head-nav1-dropdown2ci-icon{
	width: 21%;
	height: 63px;
	background: #ffffff;
	padding-left: 7%;
	padding-top: 51px;
	margin-top: 20px;
	transition: 0.5s;
}

.head-nav1-dropdown2ci-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav1-dropdown2ci-name{
	width: 72%;
	height: 69px;
	background: #ffffff;
	padding-top: 45px;
	margin-top: 20px;
	transition: 0.5s;
}

.head-nav1-dropdown2ci-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav1-dropdown2ci-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
}


.head-nav1-dropdown2cii{
	width: 100%;
	height: 166px;
	background: #ffffff;
	display: flex;
}

.head-nav1-dropdown2cii-icon{
	width: 21%;
	height: 126px;
	background: #ffffff;
	padding-left: 7%;
	margin-top: 40px;
	transition: 0.5s;
}

.head-nav1-dropdown2cii-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav1-dropdown2cii-name{
	width: 72%;
	height: 126px;
	background: #ffffff;
	margin-top: 40px;
	transition: 0.5s;
}

.head-nav1-dropdown2cii-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav1-dropdown2cii-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
}

.head-nav2{
	width: 16%;
	height: 115px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}

.head-nav2 a:link{
	text-decoration: none;
	color: #292929;
	font-weight: bolder;
	font-size: 16px;
	background: #FFFFFF;
	width: 100%;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-nav2 a:visited{
	color: #292929;
}

.head-nav2 a:active{
	color: #292929;
}

.head-nav2-dropdown{
	width: 80%;
	height: 0px;
	background: #ffffff;
	position: fixed;
	top: 135px;
	left: 10%;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 0.3em;
	box-shadow: 0px 0px 7px #ccc;
}

.head-nav2:hover .head-nav2-dropdown{
	height: 360px;
}

.head-nav2:hover .second{
	transform: rotate(180deg);
}

.head-nav2-dropdown1{
	width: 100%;
	height: 180px;
	background: #ffffff;
}

.head-nav2-dropdown1a{
	width: 97%;
	height: 35px;
	background: #ffffff;
	padding-left: 3%;
	padding-top: 15px;
}

.head-nav2-dropdown1a h2{
	margin: 0px;
	font-weight: normal;
	font-family:century;
}

.head-nav2-dropdown1b{
	width: 100%;
	height: 130px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-nav2-dropdown1bi{
	width: 95%;
	height: 120px;
	background: #ffffff;
	display: flex;
}

.head-nav2-dropdown1bi-1{
	width: 33.3%;
	height: 110px;
	background: #ffffff;
	display: flex;
}

.head-nav2-dropdown1bi-1:hover .head-nav2-dropdown1bi-1-icon{
	background: skyblue;
}

.head-nav2-dropdown1bi-1:hover .head-nav2-dropdown1bi-1-name{
	background: skyblue;
}

.head-nav2-dropdown1bi-1-icon{
	width: 20%;
	height: 110px;
	background: #ffffff;
	transition: 0.5s;
}

.head-nav2-dropdown1bi-1-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav2-dropdown1bi-1-name{
	width: 80%;
	height: 110px;
	background: #ffffff;
	transition: 0.5s;
}

.head-nav2-dropdown1bi-1-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav2-dropdown1bi-1-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
	font-weight: normal;
}

.head-nav2-dropdown1bi-2{
	width: 33.3%;
	height: 110px;
	background: #ffffff;
	display: flex;
}

.head-nav2-dropdown1bi-2:hover .head-nav2-dropdown1bi-2-icon{
	background: skyblue;
}

.head-nav2-dropdown1bi-2:hover .head-nav2-dropdown1bi-2-name{
	background: skyblue;
}


.head-nav2-dropdown1bi-2-icon{
	width: 20%;
	height: 110px;
	background: #ffffff;
	transition: 0.5s;
}

.head-nav2-dropdown1bi-2-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav2-dropdown1bi-2-name{
	width: 80%;
	height: 110px;
	background: #ffffff;
	transition: 0.5s;
}

.head-nav2-dropdown1bi-2-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav2-dropdown1bi-2-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
	font-weight: normal;
}

.head-nav2-dropdown1bi-3{
	width: 33.4%;
	height: 110px;
	background: red;
}

.head-nav2-dropdown1bi-3:hover .head-nav2-dropdown1bi-3-icon{
	background: skyblue;
}

.head-nav2-dropdown1bi-3:hover .head-nav2-dropdown1bi-3-name{
	background:skyblue;
}


.head-nav2-dropdown1bi-3-icon{
	width: 20%;
	height: 110px;
	background: #ffffff;
	transition: 0.5s;
}

.head-nav2-dropdown1bi-3-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav2-dropdown1bi-3-name{
	width: 80%;
	height: 110px;
	background: #ffffff;
	transition: 0.5s;
}

.head-nav2-dropdown1bi-3-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav2-dropdown1bi-3-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
	font-weight: normal;
}

.head-nav2-dropdown2{
	width: 100%;
	height: 180px;
	background: #ffffff;
}

.head-nav2-dropdown2a{
	width: 97%;
	height: 43px;
	background: #ffffff;
	padding-left: 3%;
	padding-top: 7px;
}

.head-nav2-dropdown2a h2{
	margin: 0px;
	font-weight: normal;
	font-family:century;
}

.head-nav2-dropdown2b{
	width: 100%;
	height: 130px;
	background: #ffffff;
	display: flex;
	justify-content: center;
}

.head-nav2-dropdown2bi{
	width: 95%;
	height: 120px;
	background: #ffffff;
}

.head-nav2-dropdown2bi-1{
	width: 33.3%;
	height: 110px;
	background: #ffffff;
	display: flex;
}

.head-nav2-dropdown2bi-1:hover .head-nav2-dropdown2bi-1-icon{
	background: skyblue;
}

.head-nav2-dropdown2bi-1:hover .head-nav2-dropdown2bi-1-name{
	background: skyblue;
}

.head-nav2-dropdown2bi-1-icon{
	width: 20%;
	height: 110px;
	background: #ffffff;
}

.head-nav2-dropdown2bi-1-icon i{
	background: #C1C1C1;
	width: 65px;
	height: 55px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: blue;
}

.head-nav2-dropdown2bi-1-name{
	width: 80%;
	height: 110px;
	background: #ffffff;
}

.head-nav2-dropdown2bi-1-name h2{
	margin: 0px;
	font-weight: normal;
	color: #4989FF;
}

.head-nav2-dropdown2bi-1-name p{
	font-size: 15px;
	margin: 0px;
	color: black;
	font-weight: normal;
}


.head-nav3{
	width: 17%;
	height: 115px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}

.borrow{
	margin-top: 5px;
}

.head-nav3-dropdown{
	width: 80%;
	height: 0px;
	background: #ffffff;
	position: fixed;
	top: 135px;
	left: 10%;
	transition: 0.3s;
	border-radius: 0.3em;
	overflow: hidden;
	border-radius: 0.3em;
	box-shadow: 0px 0px 7px #ccc;
}

.head-nav3:hover .head-nav3-dropdown{
	height: 150px;
}

.head-nav3:hover .borrow{
	transform: rotate(180deg);
}

.head-nav3-dropdown1{
	width: 97.5%;
	height: 40px;
	background: transparent;
	display: flex;
	align-items: flex-end;
	padding-left: 2.5%;
}

.head-nav3-dropdown1 h3{
	margin: 0px;
	font-family:century;
	font-weight: 300;
}

.head-nav3-dropdown2{
	width: 98%;
	height: 110px;
	background: transparent;
	display: flex;
	align-items: flex-end;
	padding-left: 2%;
}

.head-nav3-dropdown2-div{
	width: 90%;
	height: 100px;
	background: white;
	display: flex;
}

.head-nav3-dropdown2-diva{
	width: 100%;
	height: 100px;
	background: transparent;
	display: flex;
}

.head-nav3-dropdown2-diva:hover .head-nav3-dropdown2-diva-icon{
	background: skyblue;
}

.head-nav3-dropdown2-diva:hover .head-nav3-dropdown2-diva-text{
	background: skyblue;
}

.head-nav3-dropdown2-divb{
	width: 100%;
	height: 100px;
	background: transparent;
	display: flex;
}

.head-nav3-dropdown2-divb:hover .head-nav3-dropdown2-diva-icon{
	background: skyblue;
}

.head-nav3-dropdown2-divb:hover .head-nav3-dropdown2-diva-text{
	background: skyblue;
}

.head-nav3-dropdown2-divc{
	width: 100%;
	height: 100px;
	background: transparent;
	display: flex;
}

.head-nav3-dropdown2-divc:hover .head-nav3-dropdown2-diva-icon{
	background: skyblue;
}

.head-nav3-dropdown2-divc:hover .head-nav3-dropdown2-diva-text{
	background: skyblue;
}

.head-nav3-dropdown2-diva-icon{
	width: 20%;
	height: 95px;
	background: transparent;
	transition: 0.3s;
}

.head-nav3-dropdown2-diva-text{
	width: 80%;
	height: 88px;
	background: transparent;
	transition: 0.3s;
	padding-left: 1%;
	padding-top: 7px;
}

.head-nav3-dropdown2-diva-text h3{
	margin: 0px;
	color: #4989FF;
	font-size: 22px;
	font-weight: normal;
}

.head-nav3-dropdown2-diva-text p{
	margin: 0px;
	font-weight: normal;
}

.head-nav3-dropdown2-diva-icons{
	width: 90%;
	height: 60px;
	background:  #C1C1C1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.3em;
}

.head-nav3-dropdown2-diva-icons i{
	width: 30px;
	height: 30px;
	background: lightgray;
	font-size: 16px;
	color: blue;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10em;
}

.head-nav3 a:link{
	text-decoration: none;
	color: #292929;
	font-weight: bolder;
	font-size: 16px;
	background: #FFFFFF;
	width: 100%;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-nav3 a:visited{
	color: #292929;
}


.head-nav3 a:hover{
	color: blue;
}


.head-nav3 a:active{
	color: #292929;
}

.head-nav4{
	width: 15%;
	height: 115px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}

.head-nav4-dropdown{
	width: 60%;
	height: 0px;
	background: #ffffff;
	position: fixed;
	top: 135px;
	left: 20%;
	transition: 0.3s;
	border-radius: 0.3em;
	overflow: hidden;
	border-radius: 0.3em;
	box-shadow: 0px 0px 7px #ccc;
}

.head-nav4:hover .head-nav4-dropdown{
	height: 250px;
}

.head-nav4:hover #flew{
	transform: rotate(180deg);
}

.head-nav4-dropdown1{
	width: 97%;
	height: 50px;
	background: transparent;
	display: flex;
	align-items: flex-end;
	padding-left: 3%;
}

.head-nav4-dropdown1 h3{
	margin: 0px;
	font-family:century;
	font-size: 22px;
	font-weight: normal;
}

.head-nav4-dropdown2{
	width: 97%;
	height: 200px;
	background: transparent;
	padding-left: 3%;
}

.head-nav4-dropdown2-div1{
	width: 90%;
	height: 100px;
	background: transparent;
	display: flex;
	justify-content: space-between;
}

.head-nav4-dropdown2-div1a{
	width: 100%;
	height: 95px;
	background: transparent;
	display: flex;
}

.head-nav4-dropdown2-div1a:hover .head-nav4-dropdown2-div2ai1{
	background: skyblue;
}

.head-nav4-dropdown2-div1a:hover .head-nav4-dropdown2-div2ai2{
	background: skyblue;
}

.head-nav4-dropdown2-div1b{
	width: 100%;
	height: 95px;
	background: transparent;
	display: flex;
}

.head-nav4-dropdown2-div1b:hover .head-nav4-dropdown2-div2ai1{
	background: skyblue;
}

.head-nav4-dropdown2-div1b:hover .head-nav4-dropdown2-div2ai2{
	background: skyblue;
}

.head-nav4-dropdown2-div1c{
	width: 100%;
	height: 95px;
	background: transparent;
	display: flex;
}

.head-nav4-dropdown2-div1c:hover .head-nav4-dropdown2-div2ai1{
	background: skyblue;
}

.head-nav4-dropdown2-div1c:hover .head-nav4-dropdown2-div2ai2{
	background: skyblue;
}

.head-nav4-dropdown2-div2{
	width: 90%;
	height: 100px;
	background: transparent;
}

.head-nav4-dropdown2-div2a{
	width: 33.4%;
	height: 100px;
	background: transparent;
}

.head-nav4-dropdown2-div2a:hover .head-nav4-dropdown2-div2ai1{
	background: skyblue;
}

.head-nav4-dropdown2-div2a:hover .head-nav4-dropdown2-div2ai2{
	background: skyblue;
}
.head-nav4-dropdown2-div2ai{
	width: 99.5%;
	height: 85%;
	background: transparent;
	display: flex;
}

.head-nav4-dropdown2-div2ai1{
	width: 20%;
	height: 85px;
	background: transparent;
}

.head-nav4-dropdown2-div2ai2{
	width: 79%;
	height: 78px;
	background: transparent;
	padding-left: 1%;
	padding-top: 7px;
}

.head-nav4-dropdown2-div2ai2 h3{
	margin: 0px;
	color: #4989FF;
	font-size: 22px;
	font-weight: normal;
}

.head-nav4-dropdown2-div2ai2 p{
	margin: 0px;
	font-weight: normal;
	width: 90%;
}

.head-nav4-dropdown2-div2ai1-icon{
	width: 90%;
	height: 60px;
	background: #C1C1C1;
	border-radius: 0.3em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-nav4-dropdown2-div2ai1-icon i{
	width: 30px;
	height: 30px;
	background: lightgray;
	font-size: 16px;
	color: blue;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10em;
}

.head-nav4 a:link{
	text-decoration: none;
	color: #292929;
	font-weight: bolder;
	font-size: 16px;
	background: #FFFFFF;
	width: 100%;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-nav4 a:visited{
	color: #292929;
}

.head-nav4 a:hover{
	color: blue;
}

.head-nav4 a:active{
	color: #292929;
}

.head-nav5{
	width: 7%;
	height: 115px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}

.head-nav5-dropdown{
	width: 150px;
	height: 0px;
	background: #ffffff;
	position: fixed;
	top: 135px;
	left: 70%;
	box-shadow: 0px 0px 50px #ccc;
	border-radius: 0.3em;
	transition: 0.3s;
	overflow: hidden;
}

.head-nav5-dropdown ul{
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}

.head-nav5-dropdown a:link{
	margin: 0px;
	padding: 0px;
	color: #222222;
}

.head-nav5-dropdown a:visited{
	color: #222222;
}

.head-nav5:hover .head-nav5-dropdown{
	height: 600px;
}

.head-nav5:hover .flexend{
	transform: rotate(180deg);
}

.head-nav5 a:link{
	text-decoration: none;
	color: #292929;
	font-weight: bolder;
	font-size: 16px;
	background: #FFFFFF;
	width: 100%;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-nav5 a:visited{
	color: #292929;
}

.head-nav5 a:hover{
	color: blue;
}

.head-nav5 a:active{
	color: #292929;
}

.head-nav6{
	width: 11%;
	height: 115px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}

.head-nav6 a:link{
	text-decoration: none;
	color: blue;
	font-weight: bolder;
	font-size: 16px;
}

.head-nav6 a:visited{
	color: blue;
}

.head-nav6 a:active{
	color: blue;
}

.head-nav7{
	width: 19%;
	height: 115px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 35px;
}

.head-nav7 a:link{
	text-decoration: none;
	color: white;
	font-weight: bolder;
	font-size: 16px;
	background: #222222;
	width: 80%;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.3em;
	transition: 0.5s;
	border: 0px;
}

.head-nav7 a:visited{
	color: white;
}


.head-nav7 a:active{
	color: white;
}


main{
	width: 100%;
	height: auto;
	background: #ffffff;
	padding-top: 150px;
}

.row-1{
	width: 100%;
	height: 700px;
	background: #FFFFFF;
	display: flex;
}

.row-1-name{
	width: 55%;
	height: 700px;
	background: #ffffff;
}

.row-1-name1{
	width: 87%;
	height: 290px;
	background: #ffffff;
	padding-left: 13%;
	padding-top: 60px;
}

.row-1-name1 h1{
	margin: 0px;
	font-size: 68px;
	font-family:century;
}

#change-color{
	color: #C2454C;
	transition: 2s;
}

.row-1-name2{
	width: 87%;
	height: 190px;
	background: #ffffff;
	padding-left: 13%;
}

.row-1-name2 h2{
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
}

.row-1-name2 span{
	color: blue;
}

.row-1-name3{
	width: 87%;
	height: 160px;
	background: #ffffff;
	padding-left: 13%;
}

.row-1-name3 button{
	text-decoration: none;
	font-weight: bolder;
	font-size: 20px;
	background: #222222;
	height: 65px;
	width: 45%;
	border-radius: 0.3em;
	cursor: pointer;
	color: white;
	transition: 0.3s;
}

.row-1-name3 button:hover{
	border: 7px solid pink;
}

.row-1-name3 .itscol{
	color: darkred;
	font-weight: bolder;
}

.row-1-name3 span{
	font-weight: bold;
	font-size: 17px;
}

.row-1-image{
	width: 42%;
	height: 640px;
	background: #ffffff;
	padding-right: 3%;
	padding-top: 60px;
}

.row-1-image img{
	height: 640px;
	width: 97%;
	object-position: top;
	object-fit: contain;
}

.row-2{
	width: 100%;
	height: 1000px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-2a{
	width: 87%;
	height: 615px;
	background: #ffffff;
	display: flex;
	justify-content: space-between;
}

.row-2ai{
	width: 31%;
	height: 615px;
	background: #F9FAFF;
	border-radius: 0.2em;
}

.row-2ai-text{
	width: 97%;
	height: 315px;
	background: #F9FAFF;
	padding-left: 3%;
	padding-top: 20px;
	border-top-left-radius: 0.2em;
	border-top-right-radius: 0.2em;
}

.row-2ai-text h2{
	margin: 0px;
	font-size: 40px;
}

.row-2ai-text p{
	margin: 0px;
	font-size: 23px;
	font-weight: normal;
	width: 90%;
}

.row-2ai-text button{
	width: 35%;
	height: 45px;
	border: 0px;
	background: #2693FF;
	border-radius: 0.3em;
	color: white;
	font-weight: bolder;
	font-size: 17px;
	cursor: pointer;
	transition: 0.5s;
}

.row-2ai-text button:hover{
	border: 7px solid pink;
}

.row-2ai-img{
	width: 94%;
	height: 280px;
	background: #F9FAFF;
	padding-left: 6%;
	border-bottom-left-radius: 0.2em;
	border-bottom-right-radius: 0.2em;
}

.row-2ai-img img{
	width: 100%;
	height: 270px;
	object-fit: cover;
	object-position: center;
}

.row-2aii{
	width: 31%;
	height: 615px;
	background: #F9FAFF;
	border-radius: 0.2em;
}

.row-2aii-text{
	width: 97%;
	height: 315px;
	background: #F9FAFF;
	padding-left: 3%;
	padding-top: 20px;
}

.row-2aii-text h2{
	margin: 0px;
	font-size: 40px;
}

.row-2aii-text p{
	margin: 0px;
	font-size: 23px;
	font-weight: normal;
	width: 90%;
}

.row-2aii-text button{
	width: 35%;
	height: 45px;
	border: 0px;
	background: #2693FF;
	border-radius: 0.3em;
	color: white;
	font-weight: bolder;
	font-size: 17px;
	cursor: pointer;
	transition: 0.5s;
}

.row-2aii-text button:hover{
	border: 7px solid pink;
}

.row-2aii-img{
	width: 94%;
	height: 280px;
	background: #F9FAFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 6%;
}

.row-2aii-img img{
	height: 250px;
	object-position: center;
	object-fit: cover;
}

.row-2aiii{
	width: 31%;
	height: 615px;
	background: #F9FAFF;
	border-radius: 0.2em;
}

.row-2aiii-text{
	width: 97%;
	height: 315px;
	background: #F9FAFF;
	padding-left: 3%;
	padding-top: 20px;
}

.row-2aiii-text h2{
	margin: 0px;
	font-size: 40px;
}

.row-2aiii-text p{
	margin: 0px;
	font-size: 23px;
	font-weight: normal;
	width: 90%;
}

.row-2aiii-text button{
	width: 35%;
	height: 45px;
	border: 0px;
	background: #2693FF;
	border-radius: 0.3em;
	color: white;
	font-weight: bolder;
	font-size: 17px;
	cursor: pointer;
	transition: 0.5s;
}

.row-2aiii-text button:hover{
	border: 7px solid pink;
}

.row-2aiii-img{
	width: 100%;
	height: 280px;
	background: #F9FAFF;
}

.row-2aiii-img img{
	height: 280px;
	object-position: center;
	object-fit: cover;
}

.row-3{
	width: 100%;
	height: auto;
	background: #ffffff;
}

.row-3a{
	width: 93%;
	height: 140px;
	background: #ffffff;
	display: flex;
	align-items: center;
	padding-left: 7%;
}

.row-3a h1{
	margin: 0px;
	font-size: 55px;
	font-family:century;
}

.row-3b{
	width: 93%;
	height: 40px;
	background: #ffffff;
	display: flex;
	align-items: center;
	padding-left: 7%;
}

.row-3b p{
	margin: 0px;
	font-size: 23px;
}

.row-3c{
	width: 100%;
	height: auto;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-3c-ap{
	width: 87%;
	height: auto;
	background: red;
	border-radius: 1.2em;
}

.row-3d{
	width: 100%;
	height: 120px;
	background: #ffffff;
	display: flex;
}

.row-3di{
	width: 19%;
	height: 120px;
	background: #ffffff;
	display: flex;
	align-items: flex-start;
	padding-left: 7%;
}

.row-3di button{
	width: 190%;
	height: 60px;
	border: 0px;
	background: #222222;
	font-size: 22px;
	color: white;
	font-weight: bolder;
	border-radius: 0.5em;
	cursor: pointer;
}

.row-3dii{
	width: 74%;
	height: 100px;
	background: #ffffff;
	padding-top: 2.5vh;
}

.row-4{
	width: 100%;
	height: auto;
	background: #ffffff;
}

.row-4a{
	width: 93%;
	height: 160px;
	background: #F7F8F9;
	display: flex;
	align-items: flex-end;
	padding-left: 7%;
	padding-bottom: 10vh;
}

.row-4a h1{
	margin: 0px;
	font-weight: bolder;
	font-size: 62px;
	font-family:century;
}

.row-4b{
	width: 100%;
	height: 700px;
	background: #F7F8F9;
	display: flex;
	justify-content: center;
}

.row-4bi{
	width: 87%;
	height: 595px;
	background: #F7F8F9;
	display: flex;
	justify-content: space-between;
	border-radius: 1em;
}

.row-4-stock1{
	width: 31%;
	height: 560px;
	background: #ffffff;
	border-radius: 1em;
}

.row-4-stock1a{
	width: 91%;
	height: 370px;
	background: whitesmoke;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border: 5px solid #ffffff;
	border-bottom: 0px;
	padding-left: 7%;
	padding-top: 4vh;
}

.row-4-stock1a .stock1{
	background: black;
	height: 45px;
	width: 45px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10em;
	font-size: 20px;
}

.row-4-stock1a b{
	margin: 0px;
	font-size: 30px;
	font-weight: bold;
}

.row-4-stock1a span{
	font-size: 22px;
}

.anchor1{
	text-decoration: none;
	font-weight: bolder;
	font-size: 22px;
	color: #3179FF;
}

.anchor1:visited{
	color: #3179FF;
}

.anchor1:hover{
	text-decoration: underline;
}

.stock2{
	font-size: 15px;
}

.row-4-stock1a button{
	height: 50px;
	width: 40%;
	border: 0px;
	background: #222222;
	color: white;
	font-weight: bolder;
	cursor: pointer;
	border-radius: 0.5em;
}

#row-4-stock1b{
	width: 98%;
	height: 190px;
	background: #927691;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border: 5px solid #C7D3E2;
	border-top: 0px;
	transition: 3s;
}

.row-4-stock2{
	width: 31%;
	height: 560px;
	background: #ffffff;
	border-radius: 1em;
}

.row-4-stock2a{
	width: 91%;
	height: 370px;
	background: whitesmoke;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border: 5px solid #ffffff;
	border-bottom: 0px;
	padding-left: 7%;
	padding-top: 4vh;
}

.row-4-stock2a .stock3{
	background: black;
	height: 45px;
	width: 45px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10em;
	font-size: 20px;
}

.row-4-stock2a b{
	margin: 0px;
	font-size: 30px;
	font-weight: bold;
}

.row-4-stock2a span{
	font-size: 22px;
}

.row-4-stock2a button{
	height: 50px;
	width: 40%;
	border: 0px;
	background: #222222;
	color: white;
	font-weight: bolder;
	cursor: pointer;
	border-radius: 0.5em;
	margin-top: 10px;
}

.anchor2{
	text-decoration: none;
	font-weight: bolder;
	font-size: 22px;
	color: #3179FF;
}

.anchor2:visited{
	color: #3179FF;
}

.anchor2:hover{
	text-decoration: underline;
}

.stock4{
	font-size: 15px;
}

#row-4-stock2b{
	width: 98%;
	height: 190px;
	background: #927691;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border: 5px solid #C7D3E2;
	border-top: 0px;
	transition: 3s;
}

.row-4-stock3{
	width: 31%;
	height: 560px;
	background: #ffffff;
	border-radius: 1em;
}

.row-4-stock3a{
	width: 91%;
	height: 370px;
	background: whitesmoke;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border: 5px solid #ffffff;
	border-bottom: 0px;
	padding-top: 4vh;
	padding-left: 7%;
}

.row-4-stock3a .stock4{
	background: black;
	height: 45px;
	width: 45px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10em;
	font-size: 20px;
}

.row-4-stock3a b{
	margin: 0px;
	font-size: 30px;
	font-weight: bold;
}

.row-4-stock3a span{
	font-size: 22px;
}

.row-4-stock3a button{
	height: 49px;
	width: 40%;
	border: 0px;
	background: #222222;
	color: white;
	font-weight: bolder;
	cursor: pointer;
	border-radius: 0.5em;
	margin-top: 10px;
}

.anchor3{
	text-decoration: none;
	font-weight: bolder;
	font-size: 22px;
	color: #3179FF;
}

.anchor3:visited{
	color: #3179FF;
}

.anchor3:hover{
	text-decoration: underline;
}


.stock5{
	font-size: 15px;
}


#row-4-stock3b{
	width: 98%;
	height: 190px;
	background: #927691;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border: 5px solid #C7D3E2;
	border-top: 0px;
	transition: 3s;
}

.row-5{
	width: 100%;
	height: auto;
	background: #000000;
}

.row-5a{
	width: 100%;
	height: 1000px;
	background: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.row-5ai{
	width: 87%;
	height: 850px;
	background: #000000;
}

.row-5ai-h1{
	width: 100%;
	height: 140px;
	background: #000000;
	display: flex;
	align-items: flex-start;
}

.row-5ai-h1 h1{
	margin: 0px;
	font-size: 70px;
	font-weight: bolder;
	font-family:century;
	color: white;
}

.row-5ai-h1 #the-color{
	color: #8D7A98;
	transition: 2s;
}

.row-5ai-div1{
	width: 100%;
	height: 280px;
	background: #000000;
	display: flex;
	justify-content: space-between;
}

.row-5ai-div1i{
	width: 31%;
	height: 228px;
	background: #101419;
	border-radius: 1em;
	border: 3px solid #43464A;
	display: flex;
}

.row-5ai-div1i-img{
	width: 40%;
	height: 228px;
	background: transparent;
	display: flex;
	align-items: flex-end;
}

.row-5ai-div1i-img img{
	width: 150%;
	object-position: top;
}

.row-5ai-div1i-text{
	width: 60%;
	height: 228px;
	background: transparent;
	padding-top: 10vh;
}

.row-5ai-div1i-text p{
	margin: 0px;
	color: white;
	font-weight: normal;
	font-size: 20px;
	width: 90%;
}

.row-5ai-div1i-font{
	width: 50px;
	height: 50px;
	background:#35DCDB;
	position: absolute;
	top: 572vh;
	left: 8%;
	border-radius: 5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-5ai-div1ii{
	width: 31%;
	height: 228px;
	background: #101419;
	border-radius: 1em;
	border: 3px solid #43464A;
	display: flex;
}

.row-5ai-div1ii-img{
	width: 40%;
	height: 228px;
	background: transparent;
	display: flex;
	align-items: flex-end;
}

.row-5ai-div1ii-img img{
	width: 150px;
}

.row-5ai-div1ii-text{
	width: 60%;
	height: 228px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-5ai-div1ii-text p{
	margin: 0px;
	color: white;
	font-weight: normal;
	font-size: 20px;
	width: 90%;
}

.row-5ai-div1ii-font{
	width: 50px;
	height: 50px;
	background:#35DCDB;
	position: absolute;
	top: 572vh;
	left: 38%;
	border-radius: 5em;
	display: flex;
	align-items: center;
	justify-content: center;
}


.row-5ai-div1iii{
	width: 31%;
	height: 228px;
	background: #101419;
	border-radius: 1em;
	border: 3px solid #43464A;
	display: flex;
}

.row-5ai-div1iii-img{
	width: 40%;
	height: 228px;
	background: transparent;
	display: flex;
	align-items: flex-end;
}

.row-5ai-div1iii-img img{
	width: 150px;
}

.row-5ai-div1iii-text{
	width: 57%;
	height: 228px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 3%;
}

.row-5ai-div1iii-text p{
	margin: 0px;
	color: white;
	font-weight: normal;
	font-size: 20px;
	width: 90%;
}

.row-5ai-div1iii-font{
	width: 50px;
	height: 50px;
	background:#35DCDB;
	position: absolute;
	top: 572vh;
	left: 68%;
	border-radius: 5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-5ai-div2{
	width: 100%;
	height: 280px;
	background: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.row-5ai-div2i{
	width: 31%;
	height: 228px;
	background: #101419;
	border-radius: 1em;
	border: 3px solid  #43464A;
	display: flex;
}


.row-5ai-div2i-img{
	width: 40%;
	height: 228px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-5ai-div2i-img img{
	width: 130px;
}

.row-5ai-div2i-text{
	width: 60%;
	height: 228px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-5ai-div2i-text p{
	margin: 0px;
	color: white;
	font-weight: normal;
	font-size: 20px;
	width: 90%;
}

.row-5ai-div2i-font{
	width: 50px;
	height: 50px;
	background:#35DCDB;
	position: absolute;
	top: 615.5vh;
	left: 8%;
	border-radius: 5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-5ai-div2ii{
	width: 31%;
	height: 228px;
	background: #101419;
	border-radius: 1em;
	border: 3px solid  #43464A;
	display: flex;
}

.row-5ai-div2ii-img{
	width: 40%;
	height: 228px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.row-5ai-div2ii-img img{
	height: 170px;
}

.row-5ai-div2ii-text{
	width: 57%;
	height: 228px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 3%;
}

.row-5ai-div2ii-text p{
	margin: 0px;
	color: white;
	font-weight: normal;
	font-size: 20px;
	width: 90%;
}

.row-5ai-div2ii-font{
	width: 50px;
	height: 50px;
	background:#35DCDB;
	position: absolute;
	top:  615.5vh;
	left: 38%;
	border-radius: 5em;
	display: flex;
	align-items: center;
	justify-content: center;
}


.row-5ai-div2iii{
	width: 31%;
	height: 228px;
	background: #101419;
	border-radius: 1em;
	border: 3px solid  #43464A;
	display: flex;
}

.row-5ai-div2iii-img{
	width: 35%;
	height: 228px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 5%;
}

.row-5ai-div2iii-img img{
	width: 150px;
}

.row-5ai-div2iii-text{
	width: 55%;
	height: 228px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 5%;
}

.row-5ai-div2iii-text p{
	margin: 0px;
	color: white;
	font-weight: normal;
	font-size: 20px;
	width: 90%;
}


.row-5ai-div2iii-font{
	width: 50px;
	height: 50px;
	background:#35DCDB;
	position: absolute;
	top:  615.5vh;
	left: 68%;
	border-radius: 5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-5ai-booton{
	width: 100%;
	height: 140px;
	background: #000000;
	display: flex;
	align-items: center;
}

.row-5ai-booton button{
	height: 65px;
	width: 120%;
	font-weight: bold;
	font-size: 18px;
	border-radius: 0.5em;
	color: white;
	background: #61A7D7;
	transition: 1s;
	cursor: pointer;
}

.row-5b{
	width: 100%;
	height: 1420px;
	background: #000000;
	display: flex;
	justify-content: center;
}

.row-5bi-h1{
	width: 100%;
	height: 210px;
	background: #000000;
	padding-top: 5vh;
}

.row-5bi-h1 h1{
	margin: 0px;
	font-size: 62px;
	font-weight: bold;
	font-family:century;
	color: white;
}

.row-5bi-h1 p{
	margin: 0px;
	font-size: 62px;
	font-weight: bold;
	font-family:century;
	color:  #61A7D7;
	transition: 1s;
}

.row-5bi-h1 i{
	font-size: 45px;
}

.row-5bi{
	width: 87%;
	height: 960px;
	background: #000000;
}

.row-5bi-div{
	width: 100%;
	height: 710px;
	background: #0A101A;
	border-radius: 1em;
}

.row-5bi-div1{
	width: 97%;
	height: 110px;
	background: transparent;
	padding-left: 3%;
	display: flex;
	align-items: flex-end;
}

.row-5bi-div1 h1{
	color: white;
	font-weight: bold;
	font-size: 65px;
	font-family:century;
	margin: 0px;
}

.row-5bi-div2{
	width: 100%;
	height: 320px;
	background: transparent;
	display: flex;
}

.row-5bi-div2i{
	width: 45%;
	height: 320px;
	background: transparent;
}

.row-5bi-div2ia{
	width: 94%;
	height: 180px;
	background: transparent;
	padding-left: 6%;
	display: flex;
	align-items: center;
}

.row-5bi-div2ia p{
	margin: 0px;
	font-size: 30px;
	width: 90%;
	color: #96999F;
}

.row-5bi-div2ib{
	width: 94%;
	height: 140px;
	background: transparent;
	padding-left: 6%;
}

.row-5bi-div2ib button{
	width: 50%;
	height: 67px;
	border-radius: 1em;
	border: 7px solid #3D141F;
	background: #A76072;
	color: white;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

.row-5bi-div2ib span{
	color: white;
	font-size: 22px;
}

.row-5bi-div2ii{
	width: 55%;
	height: 320px;
	background: transparent;
	display: flex;
}

.row-5bi-div2iia{
	width: 7%;
	height: 250px;
	background: transparent;
	padding-top: 7vh;
	padding-left: 3%;
}

.row-5bi-div2iia i{
	font-size: 18px;
	width: 35px;
	height: 35px;
	border-radius: 5em;
	border: 3px solid #3179FF;
	color: #3179FF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-5bi-div2iib{
	width: 89%;
	height: 270px;
	background: transparent;
	padding-top: 5vh;
	padding-left: 1%;
}

.row-5bi-div2iib p{
	margin: 0px;
	width: 90%;
	font-size: 25px;
	color: white;
}

.row-5bi-div3{
	width: 100%;
	height: 270px;
	background: transparent;
	display: flex;
}

.row-5bi-div3-img1{
	width: 37%;
	height: 270px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 3%;
}

.row-5bi-div3-img1 img{
	height: 40vh;
	object-fit: cover;
}

.row-5bi-div3-img2{
	width: 60%;
	height: 270px;
	background: transparent;
	display: flex;
	align-items: center;
}

.row-5bi-div3-img2 img{
	height: 31vh;
	object-fit: cover;
	object-position: center;
}

.row-6{
	width: 93.5%;
	height:auto;
	background: white;
	padding-left: 6.5%;
}

.row-6-div1{
	width: 87%;
	height: 785px;
	background: white;
	box-shadow: 0px 0px 5px #ccc;
	/*position: absolute;
	top: 89vh;
	left: 6.5%;*/
	border-radius: 1em;
}

.row-6-div1a{
	width: 97%;
	height: 220px;
	background: transparent;
	padding-left: 3%;
	display: flex;
	align-items: center;
}

.row-6-div1a h1{
	margin: 0px;
	font-size: 62px;
	font-weight: bold;
	font-family:century;
	color: #222222;
}

.row-6-div1b{
	width: 100%;
	height: 320px;
	background: transparent;
	display: flex;
}

.row-6-div1bi{
	width: 44%;
	height: 290px;
	background: transparent;
	padding-left: 3%;
	padding-top: 3vh;
}

.row-6-div1bi p{
	margin: 0px;
	font-size: 27px;
	width: 90%;
	color: #222222;
}

.row-6-div1bi button{
	width: 50%;
	height: 62px;
	margin-top: 4vh;
	border: 0px;
	border-radius: 0.3em;
	background: #222222;
	color: white;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
}

.row-6-div1bii{
	width: 53%;
	height: 320px;
	background: transparent;
	display: flex;
}

.row-6-div1bii-icon{
	width: 7%;
	height: 220px;
	background: transparent;
	padding-top: 9vh;
	padding-left: 3%;
}

.row-6-div1bii-icon i{
	font-size: 18px;
	width: 35px;
	height: 35px;
	border-radius: 5em;
	border: 3px solid #3179FF;
	color: #3179FF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-6-div1bii-text{
	width: 89%;
	height: 290px;
	background: white;
	padding-top: 3.5vh;
	padding-left: 1%;
}

.row-6-div1bii-text p{
	margin: 0px;
	width: 80%;
	font-size: 27px;
	color: black;
}

.row-6-div1c{
	width: 100%;
	height: 245px;
	background: red;
}

.row-6-div2{
	width: 87%;
	height: 910px;
	background: transparent;
	/*position: absolute;
	top: 960vh;
	left: 6.5%;*/
}

.row-6-div2a{
	width: 100%;
	height: 140px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-6-div2a h1{
	margin: 0px;
	font-size: 65px;
	font-weight: bold;
	font-family:century;
}

.row-6-div2b{
	width: 100%;
	height: 620px;
	background: #EEF3FB;
	border-radius: 1em;
	box-shadow: 0px 0px 100px #EEF3FB;
	border: 5px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-6-div2b img{
	height: 82vh;
}

.row-6-div2c{
	width: 100%;
	height: 170px;
	background: transparent;
	display: flex;
	justify-content: center;
}

.row-6-div2c-botton{
	width: 40%;
	height: 170px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-6-div2c-botton button{
	width: 300px;
	height: 65px;
	cursor: pointer;
	border: 0px;
	background: #222222;
	color: white;
	font-size: 18px;
	font-weight: bold;
	border-radius: 0.3em;
	cursor: pointer;
}

.row-6-div3{
	width: 93.5%;
	height: 1200px;
	background: #ffffff;
	margin-top: 215vh;
	display: flex;
}

.row-6-div3a{
	width: 50%;
	height: 1200px;
	background: #ffffff;
}

.row-6-div3ai{
	width: 100%;
	height: 640px;
	background: #FFFFFF;
}

.row-6-div3ai1{
	width: 100%;
	height: 85px;
	background: #ffffff;
}

.row-6-div3ai1 h1{
	margin: 0px;
	font-size: 58px;
	font-family:century;
	font-weight: bold;
}

.row-6-div3ai2{
	width: 100%;
	height: 140px;
	background: #ffffff;
	padding-top: 4vh;
}

.row-6-div3ai2 .p{
	font-weight: bolder;
	margin: 0px;
	color: #3179FF;
	font-size: 20px;
}

.row-6-div3ai2 p{
	margin: 0px;
	font-size: 21px;
	width: 90%;
	color: #000000;
}

.row-6-div3ai3{
	width: 100%;
	height: 92px;
	background: #ffffff;
	display: flex;
	align-items: center;
}

.row-6-div3ai3 button{
	height: 60px;
	width: 280px;
	border-radius: 0.3em;
	border: 0px;
	background: #222222;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.row-6-div3ai4{
	width: 100%;
	height: 40px;
	background: #ffffff;
}

.row-6-div3ai4 p{
	margin: 0px;
	font-size: 21px;
	color: #4C4C4C;
}

.row-6-div3ai5{
	width: 100%;
	height: 140px;
	background: #ffffff;
	display: flex;
}

.row-6-div3ai5-img{
	width: 20%;
	height: 125px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.row-6-div3ai5-img img{
	height: 15vh;
}

.row-6-div3ai5-text{
	width: 80%;
	height: 125px;
	background: #ffffff;
}

.row-6-div3ai5-text1{
	width: 100%;
	height: 35px;
	background: #ffffff;
	display: flex;
	align-items: flex-end;
}

.row-6-div3ai5-text1 p{
	margin: 0px;
}

.row-6-div3ai5-text2{
	width: 100%;
	height: 65px;
	background: #ffffff;
	display: flex;
	align-items: center;
}

.row-6-div3ai5-text2 b{
	margin: 0px;
	font-weight: bold;
	font-size: 42px;
	color: blue;
}

.row-6-div3ai5-text3{
	width: 100%;
	height: 22px;
	background: #ffffff;
}

.row-6-div3ai5-text3 span{
	margin: 0px;
	color: #96999F;
	font-size: 12px;
}

.row-6-div3ai6{
	width: 100%;
	height: 140px;
	background: #ffffff;
	display: flex;
}

.row-6-div3ai6-img{
	width: 20%;
	height: 140px;
	background: #ffffff;
	display: flex;
	align-items: center;
}

.row-6-div3ai6-img img{
	height: 15vh;
}

.row-6-div3ai6-text{
	width: 80%;
	height: 140px;
	background: #ffffff;
}

.row-6-div3aii{
	width: 100%;
	height: 575px;
	background: #ffffff;
	display: flex;
	align-items: flex-end;
}

.row-6-div3aii-div{
	width: 95%;
	height: 505px;
	background: url(../images/for-naga222.WEBP);
	border-radius: 1em;
	border: 5px solid #C0BBB9;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.row-6-div3b{
	width: 50%;
	height: 1200px;
	background: #ffffff;
}

.row-6-div3b-img1{
	width: 100%;
	height: 600px;
	background: #ffffff;
	display: flex;
	justify-content: flex-end;
}

.row-6-div3b-img1-div{
	width: 97%;
	height: 575px;
	background: url(../images/for-nanana.WEBP);
	border-radius: 1em;
	border: 5px solid #C0BBB9;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.row-6-div3b-img2{
	width: 100%;
	height: 610px;
	background: #ffffff;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.row-6-div3b-img2-div{
	width: 97%;
	height: 575px;
	background: url(../images/for-mmama.WEBP);
	border-radius: 1em;
	border: 5px solid #C0BBB9;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.row-6-div4{
	width: 93.5%;
	height: 950px;
	background: #ffffff;
	margin-top: 25vh;
	display: flex;
	justify-content: center;
}

.row-6-div4a{
	width: 100%;
	height: 800px;
	background: #ffffff;
	display: flex;
}

.row-6-div4a-vd{
	width: 45%;
	height: 800px;
	background: #ffffff;
}

.row-6-div4a-vd video{
	height: 800px;
	width: 99%;
}

.row-6-div4a-text{
	width: 55%;
	height: 800px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.row-6-div4a-text1{
	width: 90%;
	height: 480px;
	background: #ffffff;
}

.row-6-div4a-text1a{
	width: 100%;
	height: 155px;
	background: #ffffff;
	display: flex;
	justify-content: flex-end;
}

.row-6-div4a-text1a h1{
	margin: 0px;
	font-weight: bold;
	font-size: 58px;
	width: 90%;
	font-family:century;
}

.row-6-div4a-text1b{
	width: 90%;
	height: 122px;
	background: #ffffff;
	padding-left: 10%;
	display: flex;
	align-items: center;
}

.row-6-div4a-text1b span{
	font-weight: bold;
	font-size: 30px;
	font-family: arial;
	color: #3179FF;
}

.row-6-div4a-text1c{
	width: 90%;
	height: 180px;
	background: #ffffff;
	padding-left: 10%;
}

.row-6-div4a-text1c p{
	margin: 0px;
	font-size: 22px;
}

.row-6-div4a-text1c  button{
	width: 280px;
	height: 60px;
	border: 0px;
	border-radius: 0.3em;
	background: #222222;
	color: white;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

.row-7{
	width: 100%;
	height: 1100px;
	background: #F6F9FC;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-7-div{
	width: 84%;
	height: 950px;
	background: #F6F9FC;
	display: flex;
}

.row-7-div-vd{
	width: 50%;
	height: 950px;
	background: #F6F9FC;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-7-div-vd video{
	height: 800px;
	width: 100%;
}

.row-7-div-text{
	width: 50%;
	height: 950px;
	background: #F6F9FC;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-7-div-texti{
	width: 90%;
	height: 500px;
	background: #F6F9FC;
}

.row-7-div-textia{
	width: 100%;
	height: 85px;
	background: #f6f9fc;
	display: flex;
	align-items: center;
}

.row-7-div-textia h1{
	margin: 0px;
	font-size: 50px;
	font-weight: bold;
	font-family:century;
}

.row-7-div-textib{
	width: 100%;
	height: 105px;
	background: #F6F9FC;
	display: flex;
	align-items: center;
}

.row-7-div-textib span{
	font-size: 20px;
}

.row-7-div-textic{
	width: 100%;
	height: 140px;
	background: #F6F9FC;
}

.row-7-div-textic1{
	width: 100%;
	height: 60px;
	background: #F6F9FC;
	display: flex;
}

.row-7-div-textic1-icon{
	width: 11%;
	height: 60px;
	background: #F6F9FC;
	display: flex;
	align-items: center;
}

.row-7-div-textic1-icon img{
	height: 7vh;
}

.row-7-div-textic1-text{
	width: 89%;
	height: 60px;
	background: #f6f9fc;
	display: flex;
	align-items: center;
}

.row-7-div-textic1-text span{
	font-size: 22px;
	padding: 0px;
}

.row-7-div-textic2{
	width: 100%;
	height: 60px;
	background: #F6F9FC;
	display: flex;
}

.row-7-div-textid{
	width: 100%;
	height: 110px;
	background: #F6F9FC;
}

.row-7-div-textid1{
	width: 100%;
	height: 85px;
	background: #F6F9FC;
	display: flex;
	align-items: flex-end;
}

.row-7-div-textid1 button{
	width: 280px;
	height: 58px;
	border: 0px;
	cursor: pointer;
	background: #222222;
	color: white;
	font-weight: bold;
	font-size: 18px;
	border-radius: 0.3em;
}

.row-7-div-textid2{
	width: 100%;
	height: 48px;
	background: #F6F9FC;
	display: flex;
	align-items: flex-end;
}

.row-7-div-textid2 span{
	color: #222222;
	font-weight: bold;
}

.row-8{
	width: 100%;
	height: auto;
	background: #080202;
}

.row-8-top{
	width: 93.5%;
	height: 170px;
	background: #ccc;
	display: flex;
	padding-left: 6.5%;
	align-items: center;
}

.row-8-top h1{
	margin: 0px;
	font-size: 60px;
	font-weight: bold;
	font-family:century;
	color: white;
}

.row-8-top h2{
	margin: 0px;
	font-size: 60px;
	font-weight: bold;
	font-family:century;
	color: #C1464D;
	transition: 2s;
}

.row-8-div1{
	width: 100%;
	height: 520px;
	background: transparent;
	display: flex;
}

.row-8-div1-text{
	width: 43.5%;
	height: 520px;
	background: transparent;
	padding-left: 6.5%;
	padding-top: 20vh;
}

.row-8-div1-text h1{
	margin: 0px;
	font-weight: bold;
	font-size: 35px;
	color: white;
	font-family:century;
}

.row-8-div1-text p{
	margin: 0px;
	font-size: 30px;
	color: #999999;
	width: 85%;
}

.row-8-div1-img{
	width: 50%;
	height: 520px;
	background: transparent;
	display: flex;
	align-items: center;
}

.row-8-div1-img img{
	height: 55vh;
}

.row-8-div2{
	width: 100%;
	height: 520px;
	background:transparent;
	display: flex;
}

.row-8-div2-text{
	width: 43.5%;
	height: 520px;
	background: transparent;
	padding-top: 20vh;
	padding-left: 6.5%;
}

.row-8-div2-text h1{
	margin: 0px;
	font-weight: bold;
	font-size: 35px;
	color: white;
	font-family:century;
}

.row-8-div2-text p{
	margin: 0px;
	font-size: 30px;
	color: #999999;
	width: 85%;
}

.row-8-div2-img{
	width: 50%;
	height: 520px;
	background: transparent;
	display: flex;
	align-items: center;
}

.row-8-div2-img img{
	height: 55vh;
}

.row-8-div3{
	width: 100%;
	height: 520px;
	background: transparent;
	display: flex;
}

.row-8-div3-text{
	width: 43.5%;
	height: 520px;
	background: transparent;
	padding-left: 6.5%;
	padding-top: 20vh;
}

.row-8-div3-text h1{
	margin: 0px;
	font-weight: bold;
	font-size: 35px;
	color: white;
	font-family:century;
}

.row-8-div3-text p{
	margin: 0px;
	font-size: 30px;
	color: #999999;
	width: 85%;
}

.row-8-div3-img{
	width: 50%;
	height: 520px;
	background: transparent;
	display: flex;
	align-items: center;
}

.row-8-div3-img img{
	height: 55vh;
}

.row-8-div4{
	width: 100%;
	height: 580px;
	background: transparent;
	display: flex;
}

.row-8-div4-text{
	width: 43.5%;
	height: 520px;
	background: transparent;
	padding-top: 20vh;
	padding-left: 6.5%;
}

.row-8-div4-text h1{
	margin: 0px;
	font-weight: bold;
	font-size: 35px;
	color: white;
	font-family:century;
}

.row-8-div4-text p{
	margin: 0px;
	font-size: 30px;
	color: #999999;
	width: 85%;
}

.row-8-div4-img{
	width: 50%;
	height: 520px;
	background: transparent;
	display: flex;
	align-items: center;
}

.row-8-div4-img img{
	height: 69vh;
	width: 77%;
	object-fit: cover;
	object-position: top;
	border-radius: 1em;
}

.row-9{
	width: 100%;
	height: 750px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-9-div{
	width: 87%;
	height: 600px;
	background: white;
	display: flex;
	align-items: center;
}

.row-9-diva{
	width: 100%;
	height: 600px;
	background: white;
	display: flex;
	align-items: center;
}

.row-9-diva1{
	width: 50%;
	height: 550px;
	background: white;
}

.row-9-diva1i{
	width: 100%;
	height: 220px;
	background: white;
	display: flex;
	align-items: center;
}

.row-9-diva1i h1{
	margin: 0px;
	font-weight: bold;
	font-size: 52px;
	font-family:century;
	width: 80%;
}

.row-9-diva1i span{
	margin: 0px;
	font-weight: bold;
	font-size: 45px;
	font-family:century;
	color: #C74044;
	transition: 1s;
}

.row-9-diva1ii{
	width: 100%;
	height: 220px;
	background: white;
	display: flex;
	align-items: center;
}

.row-9-diva1ii p{
	margin: 0px;
	color: #222222;
	font-size: 22px;
	width: 90%;
}

.row-9-diva1iii{
	width: 100%;
	height: 110px;
	background: white;
	display: flex;
	align-items: center;
}

.row-9-diva1iii button{
	width: 100%;
	height: 55px;
	border-radius: 0.3em;
	background: #222222;
	color: white;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

.row-9-diva2{
	width: 50%;
	height: auto;
	background: white;
}

#row-9-diva2i{
	width: 84%;
	height: 95px;
	background: whitesmoke;
	padding-left: 3%;
	display: flex;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 0px 20px #ccc;
	border: 1px solid white;
	border-radius: 0.5em;
}

#row-9-diva2i i{
	font-size: 18px;
	width: 35px;
	height: 35px;
	background: #E02031;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5em;
	color: white;
}

#row-9-diva2i span{
	font-size: 20px;
}

#row-9-diva2ii{
	width: 84%;
	height: 95px;
	background: white;
	padding-left: 3%;
	margin-top: 2vh;
	display: flex;
	align-items: center;
	cursor: pointer;
}

#row-9-diva2ii i{
	font-size: 18px;
	width: 35px;
	height: 35px;
	background: white;
	border: 2px solid #0077FF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5em;
	color: #0077FF;
}

#row-9-diva2ii span{
	font-size: 20px;
}

#row-9-diva2iii{
	width: 84%;
	height: 95px;
	background: white;
	cursor: pointer;
	padding-left: 3%;
	margin-top: 2vh;
	display: flex;
	align-items: center;
}

#row-9-diva2iii i{
	font-size: 18px;
	width: 35px;
	height: 35px;
	background: white;
	border: 2px solid #0077FF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5em;
	color: #0077FF;
}

#row-9-diva2iii span{
	font-size: 20px;
}

#row-9-diva2iv{
	width: 84%;
	height: 95px;
	background: white;
	cursor: pointer;
	padding-left: 3%;
	margin-top: 2vh;
	display: flex;
	align-items: center;
}

#row-9-diva2iv i{
	font-size: 18px;
	width: 35px;
	height: 35px;
	background: white;
	border: 2px solid #0077FF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5em;
	color: #0077FF;
}

#row-9-diva2iv span{
	font-size: 20px;
}
#row-9-diva2v{
	width: 84%;
	height: 95px;
	background: white;
	cursor: pointer;
	padding-left: 3%;
	margin-top: 2vh;
	display: flex;
	align-items: center;
}

#row-9-diva2v i{
	font-size: 18px;
	width: 35px;
	height: 35px;
	background: white;
	border: 2px solid #0077FF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5em;
	color: #0077FF;
}

#row-9-diva2v span{
	font-size: 20px;
}


.row-11{
	width: 100%;
	height: auto;
	background: #ffffff;
}

.row-11-1{
	width: 93%;
	height: 130px;
	background: white;
	padding-left: 7%;
	display: flex;
	align-items: flex-end;
}

.row-11-1 h1{
	margin: 0px;
	font-size: 52px;
	font-weight: bold;
	font-family:century;
}

.row-11-2{
	width: 100%;
	height: 185px;
	background: white;
	display: flex;
	justify-content: center;
}

.row-11-2-div{
	width: 87%;
	height: 170px;
	background: white;
	display: flex;
}

.row-11-2-div img{
	height: 35px;
}

.row-11-2-img1{
	width: 14.285;
	height: 170px;
	background: white;
	padding-top: 4vh;
}

.row-11-2-img2{
	width: 10.285%;
	height: 170px;
	background: white;
	padding-top: 4vh;
	display: flex;
	justify-content: center;
	padding-left: 4%;
}

.row-11-2-img3{
	width: 14.285%;
	height: 170px;
	background: white;
	padding-top: 4vh;
	display: flex;
	justify-content: center;
}

.row-11-2-img3 img{
	height: 45px;
}

.row-11-2-img4{
	width: 14.285%;
	height: 170px;
	background: white;
	padding-top: 4vh;
	display: flex;
	justify-content: center;
}

.row-11-2-img5{
	width: 14.285%;
	height: 170px;
	background: white;
	padding-top: 4vh;
	display: flex;
	justify-content: center;
}

.row-11-2-img6{
	width: 14.285%;
	height: 170px;
	background: white;
	padding-top: 4vh;
	display: flex;
	justify-content: center;
}

.row-11-2-img7{
	width: 14.285%;
	height: 170px;
	background: white;
	padding-top: 4vh;
	display: flex;
	justify-content: center;
}

.row-11-3{
	width: 93.5%;
	height: 80px;
	background: white;
	padding-left: 6.5%;
	display: flex;
	align-items: flex-end;
}

.row-11-3 h1{
	margin: 0px;
	font-size: 52px;
	font-weight: bold;
	font-family:century;
}

.row-11-4{
	width: 100%;
	height: 500px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-11-4-div{
	width: 87%;
	height: 450px;
	background: #F9F9FB;
	border-radius: 1em;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 50px #F5F7FA;
}

.row-11-4-diva{
	width: 23%;
	height: 450px;
	background: #F5F7FA;
	border-radius: 1em;
	box-shadow: 0px 0px 50px #F5F7FA;
	border: 3px solid white;
}

.row-11-4-diva-icon{
	width: 90%;
	height: 86px;
	background: transparent;
	padding-left: 10%;
	display: flex;
	align-items: center;
}

.row-11-4-div .icon{
	color: #FD7742;
	font-size: 38px;
}

.row-11-4-div h1{
	margin: 0px;
	font-weight: bold;
	font-size: 30px;
	font-family:century;
}

.row-11-4-div p{
	margin: 0px;
	width: 85%;
	font-size: 23px;
}

.row-11-4-diva-h1{
	width: 90%;
	height: 70px;
	background: transparent;
	padding-left: 10%;
	padding-top: 1vh;
}

.row-11-4-diva-text{
	width: 90%;
	height: 190px;
	background: transparent;
	padding-left: 10%;
}

.row-11-4-diva-link{
	width: 90%;
	height: 70px;
	background: transparent;
	padding-left: 10%;
}

.row-11-4-diva-link a:link{
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	color: #3179FF;
}

.row-11-4-diva-link a:visited{
	color: #3179FF;
}

.row-11-4-diva-link a:hover{
	text-decoration: underline;
}

.row-11-4-diva-link a:active{
	color: #3179FF;
}

.link{
	font-size: 11px;
	font-weight: bold;
}

.row-11-4-divb{
	width: 23%;
	height: 450px;
	background: #F5F7FA;
	border-radius: 1em;
	box-shadow: 0px 0px 50px #F5F7FA;
	border: 3px solid white;
}

.row-11-4-divb i{
	height: 38px;
	width: 38px;
	background: #6CE6CB;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10em;
}

.row-11-4-divc{
	width: 23%;
	height: 450px;
	background: #F5F7FA;
	border-radius: 1em;
	box-shadow: 0px 0px 50px #F5F7FA;
	border: 3px solid white;
}

.row-11-4-divc i{
	color: #795EE8;
	font-size: 38px;
}

.row-11-4-divd{
	width: 23%;
	height: 450px;
	background: #F5F7FA;
	border-radius: 1em;
	box-shadow: 0px 0px 50px #F5F7FA;
	border: 3px solid white;
}

.row-11-4-divd i{
	color: #FF585E;
	font-size: 38px;
}

.row-11-5{
	width: 100%;
	height: 410px;
	background: transparent;
	display: flex;
	justify-content: center;
}

.row-11-5-div{
	width: 87%;
	height: 410px;
	background: transparent;
	display: flex;
}

.row-11-5-div1{
	width: 50%;
	height: 410px;
	background: transparent;
	display: flex;
	align-items: center;
}

.row-11-5-div img{
	height: 9vh;
}

.row-11-5-div span{
	margin-left: 8%;
	font-size: 32px;
	color: white;
}

.row-11-5-div b{
	font-size: 32px;
	color: white;
}

.row-11-5-div button{
	width: 570px;
	height: 160px;
	display: flex;
	align-items: center;
	padding-left: 70px;
	cursor: pointer;
	background: -webkit-linear-gradient(left, #F3704D,#69A5FE);
	border: solid #B0D6EC;
	border-radius: 1em;
	transition: 0.1s;
	transition-timing-function: linear;
}

.row-11-5-div button:hover{
	background: -webkit-linear-gradient(right, #F3704D,#69A5FE);
	transform: scale(0.98);
}

.row-11-5-div a:link{
	text-decoration: none;
}

.row-11-5-div2{
	width: 49%;
	height: 410px;
	background: transparent;
	display: flex;
	align-items: center;
	padding-left: 1%;
}

.row-12{
	width: 100%;
	height: 500px;
	background: #F8FAFF;
	display: flex;
}

.row-12a{
	width: 100%;
	height: 500px;
	background: #F8FAFF;
}

.row-12ai{
	width: 87%;
	height: 310px;
	background: #F8FAFF;
	padding-left: 13%;
	padding-top: 40px;
}

.row-12ai h1{
	margin: 0px;
	font-size: 63px;
	width: 70%;
}

.row-12ai h2{
	margin: 0px;
	font-size: 52px;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(45deg, #F3704D,#69A5FE,#8187A9);
	animation: animat 5s ease-in-out 0s infinite;
}

@keyframes animat{
	0%{background-position: left center;}
	25%{background-position: center top;}
	50%{background-position: right center;}
	75%{background-position: center bottom;}
	100%{background-position:left center}
}

.row-12aii{
	width: 87%;
	height: 150px;
	background: transparent;
	padding-left: 13%;
}

.row-12aii button{
	width: 40%;
	cursor: pointer;
	height: 50px;
	border:0px;
	background: #222222;
	color: white;
	font-weight: bold;
	border-radius: 0.5em;
	font-size: 17px;
}

.row-12b{
	width: 100%;
	height: 500px;
	background: url(../images/app-phones.WEBP);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.row-13{
	width: 100%;
	height: 700px;
	background: white;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.row-13-div{
	width: 87%;
	height: 550px;
	background: white;
	display: flex;
}

.row-13-div1{
	width: 50%;
	height: 550px;
	background: transparent;
	display: flex;
	align-items: center;
}

.row-13-div1 img{
	height: 60vh;
}

.row-13-div2{
	width: 50%;
	height: 550px;
	background: white;
}

.row-13-div2a{
	width: 95%;
	height: 220px;
	background: transparent;
	padding-left: 5%;
}

.row-13-div2a h1{
	margin: 0px;
	font-family:century;
}

.row-13-div2a .black1{
	font-size: 50px;
}

.row-13-div2a .color0{
	font-size: 50px;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(45deg, #F3704D,#69A5FE,#8187A9);
}

.row-13-div2a .black2{
	font-size: 50px;
}

.row-13-div2b{
	width: 95%;
	height: 150px;
	background: transparent;
	padding-left: 5%;
	display: flex;
	align-items: center;
}

.row-13-div2b p{
	margin: 0px;
	width: 85%;
	font-size: 21px;
}

.row-13-div2c{
	width: 95%;
	height: 90px;
	background: white;
	display: flex;
	align-items: center;
	padding-left: 5%;
}

.row-13-div2c .brave1{
	color: white;
	font-size: 22px;
}

.row-13-div2c span{
	color: white;
}

.row-13-div2c .brave{
	width: 15px;
	height: 15px;
	background: #F2B14B;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5B97FE;
	border-radius: 10em;
}

.row-13-div2c1{
	width: 80%;
	height: 65px;
	background: transparent;
	display: flex;
	justify-content: space-between;
}

.row-13-divc1a{
	width: 45%;
	height: 7vh;
	background: #5B97FE;
	border-radius: 0.5em;
	display: flex;
}

.row-13-divc1a-icon1{
	width: 20%;
	height: 7vh;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-13-divc1a-text{
	width: 60%;
	height: 7vh;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-13-divc1a-icon2{
	width: 20%;
	height: 7vh;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-13-divc1b{
	width: 50%;
	height: 7vh;
	background: #5B97FE;
	border-radius: 0.5em;
	display: flex;
}

.row-13-divc1b-icon1{
	width: 17%;
	height: 7vh;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-13-divc1b-text{
	width: 68%;
	height: 7vh;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-13-divc1b-icon2{
	width: 15%;
	height: 7vh;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}


.row-13-div2d{
	width: 95%;
	height: 14vh;
	background: white;
	padding-top: 2vh;
	padding-left: 5%;
}

.row-13-div2d button{
	width: 45%;
	height: 50px;
	border:0px;
	background: #222222;
	font-weight: bold;
	font-size: 17px;
	color: white;
	border-radius: 0.5em;
}


footer{
	width: 100%;
	height: auto;
	background: white;
}

.footer-div{
	width: 100%;
	height: auto;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 50px;
}

.footer-div1{
	width: 87%;
	height: auto;
	background: white;
}

.footer-div1a{
	width: 100%;
	height: auto;
	background: transparent;
	display: flex;
}

.footer-div1ai{
	width: 25%;
	height: auto;
	background: white;
}

.footer-div1aii{
	width: 25%;
	height: auto;
	background: white;
}

.footer-div1aiii{
	width: 25%;
	height: auto;
	background: white;
}

.footer-div1aiv{
	width: 25%;
	height: auto;
	background: white;
}

.footer-div1ai1{
	width: 100%;
	height: 10vh;
	background: white;
	display: flex;
	align-items: flex-end;
}

.footer-div1ai1 h2{
	margin: 0px;
	font-family:century;
}

.footer-div1ai2{
	width: 100%;
	height: 33vh;
	background: white;
	padding-top: 2vh;
}

.footer-div1 ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

.footer-div1 a:link{
	text-decoration: none;
	color: #001829;
	font-size: 20px;
}

.footer-div1 a:visited{
	color: #001829;
}

.footer-div1 a:hover{
	text-decoration: underline;
}

.footer-div1 a:active{
	color: #001829;
}

.footer-div1b{
	width: 100%;
	height: auto;
	background: transparent;
	display: flex;
}

.footer-div2{
	width: 100%;
	height: auto;
	background: white;
	display: flex;
	justify-content: center;
}

.footer-div2-div{
	width: 87%;
	height: auto;
	background: white;
}

.footer-div2-div1{
	width: 100%;
	height: 5vh;
	background: white;
	display: flex;
	align-items: center;
	font-weight: bolder;
}

.footer-div2-div2{
	width: 100%;
	height: 5vh;
	background: transparent;
	display: flex;
	align-items: center;
}

.footer-div2-div3{
	width: 100%;
	height: 5vh;
	background: white;
	display: flex;
	align-items: center;
}

.footer-div2-div3 a:link{
	color: #222222;
}

.footer-div2-div3a{
	width: 7%;
	height: 3vh;
	background: white;
	border-right: 1px solid black;
	border-right-color: #BDBEBD;
	display: flex;
	align-items: center;
}

.footer-div2-div3b{
	width: 7.5%;
	height: 3vh;
	background: white;
	border-right: 1px solid black;
	border-right-color: #BDBEBD;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-div2-div3c{
	width: 15%;
	height: 3vh;
	background: white;
	display: flex;
	align-items: center;
	padding-left: 0.4%;
}

.footer-div2-div4{
	width: 100%;
	height: 7.5vh;
	background: white;
	display: flex;
	align-items: center;
}

.footer-div2-div5{
	width: 100%;
	height: 7.5vh;
	background: white;
	display: flex;
	align-items: center;
}

.footer-div2-div6{
	width: 100%;
	height: 15vh;
	background: white;
	display: flex;
	align-items: center;
}

.footer-div2-div7{
	width: 100%;
	height: 25vh;
	background: white;
}






@media screen and (max-width: 1100px){
	header{
		display: none;
	}

	.sticky{
		display: none;
	}

	.header-responsive{
		width: 100%;
		height: 15vh;
		background: #ffffff;
		display: block;
		display: flex;
		z-index: 10;
	}

	.header-responsive1{
		width: 76%;
		height: 15vh;
		background: transparent;
		padding-left: 4%;
		display: flex;
		align-items: center;
	}

	.header-responsive1 img{
		height: 7vh;
	}

	.header-responsive1 a:link{
		text-decoration: none;
		margin-left: 3%;
		color: #000000;
		font-size: 20px;
		font-family:century;
		font-weight: bold;
	}

	.header-responsive1 a:visited{
		color: #000000;
	}

	.header-responsive1 a:active{
		color: #000000;
	}

	.header-responsive2{
		width: 16%;
		height: 15vh;
		background: transparent;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right: 4%;
	}

	.header-responsive2 i{
		font-size: 24px;
		width: 55px;
		height: 55px;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50em;
		cursor: pointer;
		transition: 0.3s;
	}

	.header-responsive2 i:hover{
		background: #ccc;
	}

	.header-responsive-dropdown{
		width: 100%;
		height: auto;
		background: white;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		display: none;
		animation-name: animate;
		animation-duration: 0.4s;
		animation-timing-function: linear;
		z-index: 10;
		overflow: auto;
		scroll-behavior: smooth;
	}

	::-webkit-scrollbar{
		width: 0;
	}


	@keyframes animate{
		0%{margin-left: -100%}
		50%{margin-left: 0px}
	}

	.header-responsive-dropdown1{
		width: 100%;
		height: 15vh;
		background: white;
		display: flex;
	}

	.header-responsive2a{
		width: 50%;
		height: 15vh;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.header-responsive2b{
		width: 50%;
		height: 13vh;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 2vh;
	}

	.header-responsive2b i{
		font-size: 18px;
		width: 55px;
		height: 55px;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50em;
		cursor: pointer;
		transition: 0.3s;
	}

	.header-responsive2b i:hover{
		background: #ccc;
	}

	.header-responsive-dropdown2{
		width: 100%;
		height: auto;
		background: white;
	}

	.header-responsive-dropdown2-invest{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown2-invest-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown2-invest-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown2-invest-link{
		width: 100%;
		height: 0vh;
		overflow: hidden;
		background: white;
		transition: 0.3s;
	}

	.header-responsive-dropdown2-invest-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown2-invest-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown2-invest-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown2-invest-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown2-invest-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown2-invest-linka a:active{
		color: #7F93C2;
	}

	.header-responsive-dropdown3{
		width: 100%;
		height: auto;
		background: white;
	}

	
	.header-responsive-dropdown3-copy-trading{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown3-copy-trading-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown3-copy-trading-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown3-copy-trading-link{
		width: 100%;
		height: 0vh;
		background: white;
		transition: 0.3s;
		overflow: hidden;
	}

	.header-responsive-dropdown3-copy-trading-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown3-copy-trading-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown3-copy-trading-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown3-copy-trading-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown3-copy-trading-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown3-copy-trading-linka a:active{
		color: #7F93C2;
	}


	.header-responsive-dropdown4{
		width: 100%;
		height: auto;
		background: white;
	}

	.header-responsive-dropdown4-tools{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown4-tools-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown4-tools-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown4-tools-link{
		width: 100%;
		height: 0vh;
		overflow: hidden;
		background: white;
		transition: 0.3s;
	}

	.header-responsive-dropdown4-tools-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown4-tools-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown4-tools-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown4-tools-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown4-tools-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown4-tools-linka a:active{
		color: #7F93C2;
	}

	.header-responsive-dropdown5{
		width: 100%;
		height: auto;
		background: white;
	}

	.header-responsive-dropdown5-company{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown5-company-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown5-company-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown5-company-link{
		width: 100%;
		height: 0vh;
		overflow: hidden;
		background: white;
		transition: 0.3s;
	}

	.header-responsive-dropdown5-company-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown5-company-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown5-company-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown5-company-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown5-company-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown5-company-linka a:active{
		color: #7F93C2;
	}

	.header-responsive-dropdown6{
		width: 100%;
		height: 12vh;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-responsive-dropdown6 a:link{
		width: 90%;
		height: 55px;
		background: white;
		border: 2px solid #2693FF;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0.4em;
		font-weight: bold;
		font-size: 22px;
		color: #2693FF;
		text-decoration: none;
	}

	.header-responsive-dropdown6 a:visited{
		color: #2693FF;
	}

	.header-responsive-dropdown6 a:active{
		color: #2693FF;
	}

	.header-responsive-dropdown7{
		width: 100%;
		height: 12vh;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-responsive-dropdown7 a:link{
		width: 90%;
		height: 55px;
		background: #2693FF;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0.4em;
		font-weight: bold;
		font-size: 22px;
		color: #FFFFFF;
		text-decoration: none;
	}

	.header-responsive-dropdown7 a:visited{
		color: #FFFFFF;
	}

	.header-responsive-dropdown7 a:active{
		color: #FFFFFF;
	}

	.header-responsive1 img{
		height: 10vh;
	}

	.header-responsive1 a:link{
		font-size: 24px;
	}

	.row-1{
		height: auto;
	}

	.row-1-name{
		height: auto;
	}

	.row-1-name1{
		height: auto;
	}

	.row-1-name1 h1{
		font-size: 47px;
	}

	.row-1-name2{
		height: auto;
		margin-bottom: 3vh;
	}

	.row-1-name2 h2{
		font-size: 27px;
	}

	.row-1-name3 button{
		width: 80%;
		font-size: 17px;
	}

	.row-2{
		height: auto;
		margin-bottom: 10vh;
	}

	.row-2ai-text h2{
		font-size: 30px;
	}

	.row-2ai-text p{
		font-size: 19px;
	}

	.row-2ai-text button{
		width: 80%;
		font-size: 17px;
	}

	.row-2aii-text h2{
		font-size: 30px;
	}

	.row-2aii-text p{
		font-size: 19px;
	}

	.row-2aii-text button{
		font-size: 17px;
		width: 80%;
	}

	.row-2aiii-text h2{
		font-size: 30px;
	}

	.row-2aiii-text p{
		font-size: 19px;
	}

	.row-2aiii-text button{
		width: 80%;
		font-size: 19px;
	}

	.row-2aii-img img{
		height: 190px;
	}

	.row-2aiii-img img{
		height: 200px;
	}

	.row-2ai-img img{
		height: 200px;
	}

	.row-3a h1{
		font-size: 47px;
	}

	.row-3b p{
		font-size: 19px;
	}

	.row-3d{
		flex-direction: column;
		height: auto;
	}

	.row-3di{
		display: flex;
		align-items: center;
	}

	.row-3di button{
		width: 260px;
		border-radius: 0.3em;
		font-size: 17px;
	}

	.row-3dii{
		padding-left: 8%;
		width: 66%;
		height: auto;
	}

	.row-4{
		height: auto;
		margin-top: 10vh;
	}

	.row-4a h1{
		font-size: 47px;
	}

	.row-4-stock1a .stock1{
		width: 37px;
		height: 37px;
		font-size: 12px;
	}

	.row-4-stock2a .stock3{
		width: 37px;
		height: 37px;
		font-size: 12px;
	}

	.row-4-stock3a .stock4{
		width: 37px;
		height: 37px;
		font-size: 12px;
	}

	.row-4-stock1a b{
		font-size: 25px;
	}

	.row-4-stock1a span{
		font-size: 19px;
	}

	.row-4-stock1a button{
		width: 70%;
		font-size: 17px;
	}

	.row-4-stock2a b{
		font-size: 25px;
	}

	.row-4-stock2a span{
		font-size: 19px;
	}

	.row-4-stock3a b{
		font-size: 25px;
	}

	.row-4-stock3a span{
		font-size: 19px;
	}

	.row-5ai-h1 h1{
		font-size: 47px;
	}

	.row-5ai-div1ii-img img{
		height: 120px;
	}

	.row-5ai-div1iii-img img{
		height: 120px;
	}

	.row-5ai-div2i-img img{
		height: 110px;
	}

	.row-5ai-div2ii-img img{
		height: 130px;
	}

	.row-5ai-div2iii-img img{
		height: 110px;
	}

	.row-5ai-div1i-font{
		top: 538vh;
	}

	.row-5ai-div1ii-font{
		top: 538vh;
	}

	.row-5ai-div1iii-font{
		top: 538vh;
	}

	.row-5ai-div2i-font{
		top: 581vh;
	}

	.row-5ai-div2ii-font{
		top: 581vh;
	}

	.row-5ai-div2iii-font{
		top: 581vh;
	}

	.row-5bi-h1 h1{
		font-size: 47px;
	}

	.row-5bi-div1 h1{
		font-size: 47px;
	}

	.row-5bi-div2ia p{
		font-size: 25px;
	}

	.row-5bi-div2ib button{
		width: 80%;
		font-size: 17px;
	}

	.row-5bi-div2ib span{
		font-size: 19px;
	}

	.row-5bi-div2iib p{
		font-size: 20px;
	}

	.row-5bi-div2iia i{
		width: 28px;
		height: 28px;
	}

	.row-5bi-div3-img1 img{
		height: 30vh;
	}

	.row-5bi-div3-img2 img{
		height: 20vh;
	}

	.row-6-div1a h1{
		font-size: 47px;
	}

	.row-6-div1bi p{
		font-size: 22px;
	}

	.row-6-div1bi button{
		width: 80%;
		font-size: 17px;
	}

	.row-6-div1bii-text p{
		font-size: 22px;
	}

	.row-6-div1bii-icon{
		width: 12%;
	}

	.row-6-div1bii-text{
		width: 84%;
	}

	.row-6-div2a h1{
		font-size: 47px;
	}

	.row-6-div2b img{
		height: 65vh;
	}

	.row-6-div3{
		margin-top: 245vh;
	}

	.row-6-div3ai1 h1{
		font-size: 47px;
	}

	.row-6-div3ai3 button{
		font-size: 17px;
	}

	.row-6-div3ai4 p{
		font-size: 17px;
	}

	.row-6-div2b{
		height: 60vh;
	}

	.row-6-div2c-botton button{
		font-size: 16px;
	}

	.row-6-div4a-text1a h1{
		font-size: 40px;
	}

	.row-6-div4a-text1c button{
		font-size: 16px;
	}

	.row-7-div-textia h1{
		font-size: 40px;
	}

	.row-7-div-textic1-text{
		margin-left: 4%;
	}

	.row-7-div-textid1 button{
		font-size: 16px;
	}

	.row-8-top h1{
		font-size: 40px;
	}

	.row-8-top h2{
		font-size: 40px;
	}

	.row-8-div1-img img{
		height: 40vh;
	}

	.row-8-div2-img img{
		height: 40vh;
	}

	.row-8-div3-img img{
		height: 40vh;
	}

	.row-8-div4-img img{
		height: 40vh;
	}

	.row-9-diva1i span{
		font-size: 40px;
	}

	.row-9-diva1i h1{
		font-size: 40px;
	}

	main{
		overflow: hidden;
	}

	row-9{
		width: 100%;
		background: bisque;
	}

	.row-9-div{
		width: 93.5%;
		padding-left: 6.5%;
	}

	.row-9-diva1iii button{
		font-size: 16px;
	}

	.row-11-1 h1{
		font-size: 40px;
	}

	.row-11-3 h1{
		font-size: 40px;
	}

	.row-11-4-div h1{
		font-size: 27px;
	}

	.row-11-4-div p{
		font-size: 20px;
		width: 90%;
	}

	.row-11-5-div button{
		width: 350px;
		height: 80px;
	}

	.row-11-5-div b{
		font-size: 20px;
	}

	.row-11-5-div span{
		font-size: 20px;
	}

	.row-11-5-div img{
		height: 5vh;
	}

	.row-12ai h1{
		font-size: 40px;
	}

	.row-12aii button{
		font-size: 16px;
	}

	.row-13-div1 img{
		height: 40vh;
	}

	.row-13-div2a .black1{
		font-size: 45px;
	}

	.row-13-div2a .color0{
		font-size: 40px;
	}

	.row-13-div2a .black2{
		font-size: 40px;
	}

	.row-13-div2c .brave1{
		font-size: 18px;
	}

	.row-13-div2c span{
		font-size: 14px;
	}

	.row-13-div2d button{
		font-size: 16px;
	}

	.footer-div1ai1 h2{
		font-size: 19px;
	}

	.footer-div1ai2{
		font-size: 17px;
	}

	.footer-div2-div2{
		height: auto;
		margin-bottom: 10px;
	}

	.footer-div2-div3{
		height: auto;
		margin-bottom: 20px;
	}

	.footer-div2{
		height: auto;
	}

	.footer-div2-div3a{
		height: auto;
	}

	.footer-div2-div3b{
		height: auto;
	}

	.footer-div2-div3c{
		height: auto;
	}

}






@media screen and (max-width: 620px){
	header{
		display: none;
	}

	.sticky{
		display: none;
	}

	.header-responsive{
		width: 100%;
		height: 15vh;
		background: #ffffff;
		display: block;
		display: flex;
		z-index: 10;
	}

	.header-responsive1{
		width: 76%;
		height: 15vh;
		background: transparent;
		padding-left: 4%;
		display: flex;
		align-items: center;
	}

	.header-responsive1 img{
		height: 7vh;
	}

	.header-responsive1 a:link{
		text-decoration: none;
		margin-left: 3%;
		color: #000000;
		font-size: 20px;
		font-family:century;
		font-weight: bold;
	}

	.header-responsive1 a:visited{
		color: #000000;
	}

	.header-responsive1 a:active{
		color: #000000;
	}

	.header-responsive2{
		width: 16%;
		height: 15vh;
		background: transparent;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right: 4%;
	}

	.header-responsive2 i{
		font-size: 24px;
		width: 55px;
		height: 55px;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50em;
		cursor: pointer;
		transition: 0.3s;
	}

	.header-responsive2 i:hover{
		background: #ccc;
	}

	.header-responsive-dropdown{
		width: 100%;
		height: auto;
		background: white;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		display: none;
		animation-name: animate;
		animation-duration: 0.4s;
		animation-timing-function: linear;
		z-index: 10;
		overflow: auto;
		scroll-behavior: smooth;
	}

	::-webkit-scrollbar{
		width: 0;
	}


	@keyframes animate{
		0%{margin-left: -100%}
		50%{margin-left: 0px}
	}

	.header-responsive-dropdown1{
		width: 100%;
		height: 15vh;
		background: white;
		display: flex;
	}

	.header-responsive2a{
		width: 50%;
		height: 15vh;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.header-responsive2b{
		width: 50%;
		height: 13vh;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 2vh;
	}

	.header-responsive2b i{
		font-size: 18px;
		width: 55px;
		height: 55px;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50em;
		cursor: pointer;
		transition: 0.3s;
	}

	.header-responsive2b i:hover{
		background: #ccc;
	}

	.header-responsive-dropdown2{
		width: 100%;
		height: auto;
		background: white;
	}

	.header-responsive-dropdown2-invest{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown2-invest-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown2-invest-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown2-invest-link{
		width: 100%;
		height: 0vh;
		overflow: hidden;
		background: white;
		transition: 0.3s;
	}

	.header-responsive-dropdown2-invest-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown2-invest-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown2-invest-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown2-invest-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown2-invest-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown2-invest-linka a:active{
		color: #7F93C2;
	}

	.header-responsive-dropdown3{
		width: 100%;
		height: auto;
		background: white;
	}

	
	.header-responsive-dropdown3-copy-trading{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown3-copy-trading-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown3-copy-trading-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown3-copy-trading-link{
		width: 100%;
		height: 0vh;
		background: white;
		transition: 0.3s;
		overflow: hidden;
	}

	.header-responsive-dropdown3-copy-trading-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown3-copy-trading-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown3-copy-trading-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown3-copy-trading-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown3-copy-trading-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown3-copy-trading-linka a:active{
		color: #7F93C2;
	}


	.header-responsive-dropdown4{
		width: 100%;
		height: auto;
		background: white;
	}

	.header-responsive-dropdown4-tools{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown4-tools-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown4-tools-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown4-tools-link{
		width: 100%;
		height: 0vh;
		overflow: hidden;
		background: white;
		transition: 0.3s;
	}

	.header-responsive-dropdown4-tools-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown4-tools-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown4-tools-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown4-tools-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown4-tools-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown4-tools-linka a:active{
		color: #7F93C2;
	}

	.header-responsive-dropdown5{
		width: 100%;
		height: auto;
		background: white;
	}

	.header-responsive-dropdown5-company{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown5-company-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown5-company-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown5-company-link{
		width: 100%;
		height: 0vh;
		overflow: hidden;
		background: white;
		transition: 0.3s;
	}

	.header-responsive-dropdown5-company-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown5-company-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown5-company-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown5-company-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown5-company-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown5-company-linka a:active{
		color: #7F93C2;
	}

	.header-responsive-dropdown6{
		width: 100%;
		height: 12vh;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-responsive-dropdown6 a:link{
		width: 90%;
		height: 55px;
		background: white;
		border: 2px solid #2693FF;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0.4em;
		font-weight: bold;
		font-size: 22px;
		color: #2693FF;
		text-decoration: none;
	}

	.header-responsive-dropdown6 a:visited{
		color: #2693FF;
	}

	.header-responsive-dropdown6 a:active{
		color: #2693FF;
	}

	.header-responsive-dropdown7{
		width: 100%;
		height: 12vh;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-responsive-dropdown7 a:link{
		width: 90%;
		height: 55px;
		background: #2693FF;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0.4em;
		font-weight: bold;
		font-size: 22px;
		color: #FFFFFF;
		text-decoration: none;
	}

	.header-responsive-dropdown7 a:visited{
		color: #FFFFFF;
	}

	.header-responsive-dropdown7 a:active{
		color: #FFFFFF;
	}

	.row-1{
		flex-direction: column;
		height: auto;
	}

	.row-1-name{
		width: 100%;
		height: auto;
	}

	.row-1-name1{
		height: auto;
	}

	.row-1-name1 h1{
		font-size: 48px;
		width: 85%;
	}

	.row-1-name2{
		height: auto;
		margin-top: 20px;
	}

	.row-1-name2 h2{
		font-size: 24px;
		width: 90%;
	}

	.row-1-name3{
		height: auto;
		margin-top: 18px;
	}

	.row-1-name3 button{
		width: 80%;
		font-size: 16px;
	}

	.row-1-image{
		height: auto;
		width: 100%;
		margin-bottom: 30px;
	}

	.row-1-image img{
		height: 450px;
	}

	.row-2{
		height: auto;
	}

	.row-2a{
		flex-direction: column;
		height: auto;
	}

	.row-2ai{
		width: 100%;
	}

	.row-2aii{
		width: 100%;
	}

	.row-2aiii{
		width: 100%;
		height: auto;
	}

	.row-3{
		height: auto;
		margin-top: 40px;
	}

	.row-3a{
		height: auto;
	}

	.row-3a h1{
		font-size: 45px;
		width: 90%;
	}

	.row-3b{
		margin-top: 20px;
		height: auto;
	}

	.row-3b p{
		width: 85%;
		font-size: 22px;
	}

	.row-3d{
		flex-direction: column;
		height: auto;
	}

	.row-3di{
		width: 100%;
		height: auto;
	}

	.row-3dii{
		width: 100%;
		height: auto;
		padding-left: 7%;
		margin-bottom: 10vh;
	}

	.row-3di button{
		width: 330px;
		border-radius: 0.3em;
		font-size: 16px;
	}

	.row-4a h1{
		font-size: 48px;
		width: 90%;
	}

	.row-4{
		height: auto;
	}

	.row-4b{
		height: auto;
		margin-bottom: 20vh;
	}

	.row-4bi{
		flex-direction: column;
		height: auto;
	}

	.row-4-stock1{
		width: 100%;
		height: 70vh;
	}

	.row-4-stock1a{
		height: 45vh;
	}

	#row-4-stock1b{
		height: 25vh;
	}

	.row-4-stock1a b{
		font-size: 22px;
	}

	.row-4-stock2{
		margin-top: 80px;
		width: 100%;
		height: 68vh;
	}

	.row-4-stock2a{
		height: 43vh;
	}

	#row-4-stock2b{
		height: 25vh;
	}

	.row-4-stock2a b{
		font-size: 22px;
	}

	.row-4-stock2a button{
		margin-top: 0px;
	}

	.row-4-stock3{
		margin-top: 70px;
		width: 100%;
		height: 68vh;
	}

	.row-4-stock3a{
		height: 43vh;
	}

	#row-4-stock3b{
		height: 25vh;
	}

	.row-4-stock3a b{
		font-size: 22px;
	}

	.row-4-stock3a button{
		margin-top: 0px;
	}

	.row-5{
		height: auto;
		margin-top: 10vh;
	}

	.row-5a{
		height: auto;
	}

	.row-5ai-h1{
		height: auto;
		margin-top: 50px;
	}

	.row-5ai-h1 h1{
		font-size: 48px;
	}

	.row-5ai-div1{
		flex-direction: column;
		height: auto;
		margin-top: 30px;
	}

	.row-5ai-div1i{
		width: 100%;
	}

	.row-5ai-div1ii{
		width: 100%;
		margin-top: 30px;
	}

	.row-5ai-div1iii{
		width: 100%;
		margin-top: 30px;
	}

	.row-5ai-div2{
		height: auto;
		flex-direction: column;
	}

	.row-5ai-div2i{
		width: 100%;
		margin-top: 30px;
	}

	.row-5ai-div2ii{
		width: 100%;
		margin-top: 30px;
	}

	.row-5ai-div2iii{
		width: 100%;
		margin-top: 30px;
	}

	.row-5b{
		height: auto;
		margin-top: 150vh;
	}

	.row-5ai-div1i-img img{
		border-bottom-left-radius: 1em;
	}

	.row-5ai-div1iii-img img{
		border-bottom-left-radius: 1em;
	}

	.row-5ai-booton button{
		font-size: 16px;
	}

	.row-5bi{
		height: auto;
		margin-bottom: 100px;
	}

	.row-5bi-h1{
		height: auto;
	}

	.row-5bi-h1 h1{
		font-size: 46px;
		width: 90%;
	}

	.row-5bi-h1 p{
		font-size: 46px;
	}

	.row-5bi-div{
		height: auto;
		margin-top: 60px;
		padding-top: 40px;
	}

	.row-5bi-div1{
		height: auto;
	}

	.row-5bi-div1 h1{
		font-size: 46px;
		width: 90%;
	}

	.row-5bi-div2ia p{
		font-size: 25px;
	}

	.row-5bi-div2ib button{
		width: 80%;
		font-size: 16px;
	}

	.row-5bi-div2{
		height: auto;
		margin-top: 60px;
		flex-direction: column;
	}

	.row-5bi-div2i{
		height: auto;
		width: 100%;
	}

	.row-5bi-div2ib{
		margin-bottom: 5vh;
	}

	.row-5bi-div2ii{
		height: auto;
		width: 100%;
	}

	.row-5bi-div2iia{
		width: 12%;
		height: auto;
	}

	.row-5bi-div2iib{
		width: 88%;
		height: auto;
		margin-bottom: 5vh;
	}

	.row-5bi-div3{
		flex-direction: column;
		height: auto;
	}

	.row-5bi-div3-img1{
		width: 100%;
	}

	.row-5bi-div3-img1 img{
		height: 32vh;
	}

	.row-5bi-div2ib{
		font-size: 22px;
	}

	.row-5bi-div3-img2{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}

	.row-5bi-div3-img2 img{
		height: 14vh;
	}

	.row-5ai-div1i-font{
		top: 980.5vh;
		height: 45px;
		width: 45px;
		display: none;
	}

	.row-5ai-div1ii-font{
		top: 1017.5vh;
		left: 8%;
		height: 45px;
		width: 45px;
		display: none;
	}

	.row-5ai-div1iii-font{
		top: 1054vh;
		left: 8%;
		height: 45px;
		width: 45px;
		display: none;
	}

	.row-5ai-div2i-font{
		top: 1091vh;
		width: 45px;
		height: 45px;
		display: none;
	}

	.row-5ai-div2ii-font{
		top: 1128vh;
		left: 8%;
		height: 45px;
		width: 45px;
		display: none;
	}

	.row-5ai-div2iii-font{
		top: 1164.5vh;
		left: 8%;
		height: 45px;
		width: 45px;
		display: none;
	}

	.row-6{
		height: auto;
		overflow: hidden;
	}

	.row-6-div1{
		/*top: 1410vh;*/
		padding-top: 6vh;
		height: auto;
	}

	.row-6-div1a{
		height: auto;
	}

	.row-6-div1a h1{
		font-size: 46px;
	}

	.row-6-div1b{
		flex-direction: column;
		height: auto;
	}

	.row-6-div1bi{
		height: auto;
		width: 100%;
	}

	.row-6-div1bi p{
		font-size: 20px;
	}

	.row-6-div1bii{
		height: auto;
		width: 100%;
		margin-bottom: 30px;
	}

	.row-6-div1bii-icon i{
		font-size: 15px;
	}

	.row-6-div1bii-text p{
		font-size: 23px;
	}

	.row-6-div1bi button{
		width: 80%;
		font-size: 16px;
	}

	.row-6-div1bii-icon{
		width: 12%;
	}

	.row-6-div1bii-text{
		width: 88%;
	}

	.row-6-div2{
		/*top: 1570vh;*/
		height: auto;
	}

	.row-6-div2a h1{
		font-size: 46px;
	}

	.row-6-div2c{
		height: auto;
	}

	.row-6-div2b{
		overflow: hidden;
	}

	.row-6-div2c-botton button{
		font-size: 16px;
	}

	.row-6-div2b img{
		height: 40vh;
	}

	main{
		overflow: hidden;
	}

	.row-6-div3{
		height: auto;
		margin-top: 2340px;
		flex-direction: column;
	}

	.row-6-div3a{
		height: auto;
		width: 100%;
	}

	.row-6-div3ai1{
		height: auto;
		margin-bottom: 15px;
	}

	.row-6-div3ai1 h1{
		font-size: 46px;
	}

	.row-6-div3ai4{
		height: auto;
		margin-bottom: 10vh;
	}

	.row-6-div3ai3 button{
		width: 310px;
		font-size: 16px;
	}

	.row-6-div3ai5-text2 b{
		font-size: 35px;
	}

	.row-6-div3b{
		height: auto;
		width: 100%;
		margin-top: 50px;
	}

	.row-6-div3aii-div{
		height: 60vh;
	}

	.row-6-div3b-img1-div{
		height: 70vh;
	}

	.row-6-div4{
		height: auto;
		margin-top: 0px;
	}

	.row-6-div4a-text1c button{
		font-size: 16px;
	}

	.row-6-div4a{
		flex-direction: column;
		height: auto;
	}

	.row-6-div4a-vd{
		width: 100%;
	}

	.row-6-div4a-text{
		width: 100%;
		height: auto;
	}

	.row-6-div4a-text1a{
		display: flex;height:auto;
		justify-content: flex-start;
	}

	.row-6-div4a-text1a h1{
		font-size: 45px;
	}

	.row-6-div4a-text1b{
		padding-left: 0px;
	}

	.row-6-div4a-text1b span{
		font-size: 25px;
	}

	.row-6-div4a-text1c{
		padding-left: 0px;
	}

	.row-7{
		height: auto;
	}

	.row-7-div{
		flex-direction: column;
		height: auto;
	}

	.row-7-div-textia h1{
		font-size: 46px;
	}

	.row-7-div-textid1 button{
		font-size: 16px;
		width: 310px;
	}

	.row-7-div-vd{
		width: 100%;
		height: auto;
	}

	.row-7-div-vd video{
		height: 90vh;
	}

	.row-7-div-text{
		width: 100%;
		height: auto;
	}

	.row-7-div-texti{
		height: auto;
	}

	.row-7-div-textia{
		height: auto;
		margin-bottom: 15px;
	}

	.row-7-div-textic1-icon{
		width: 15%;
	}

	.row-7-div-textic1-text{
		width: 85%;
	}

	.row-7-div-textid{
		height: auto;
		margin-bottom: 40px;
	}

	.row-8{
		overflow: auto;
		height: 120vh;
	}

	.row-8-div1-text p{
		font-size: 25px;
	}

	.row-8-div2-text p{
		font-size: 25px;
	}

	.row-8-div3-text p{
		font-size: 25px;
	}

	.row-8-div4-text p{
		font-size: 25px;
	}

	.row-8-top h1{
		font-size: 40px;
	}

	.row-8-top h2{
		font-size: 30px;
		margin: 0px;
		width: 90%;
	}

	.row-8-div1{
		flex-direction: column;
		height: auto;
	}

	.row-8-div1-text{
		width: 100%;
		padding-top: 0px;
		height: auto;
		margin-bottom: 60px;
	}

	.row-8-div1-img{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		margin-bottom: 70px;
	}

	.row-8-div1-img img{
		height: 45vh;
	}

	.row-8-div2{
		flex-direction: column;
		height: auto;
	}

	.row-8-div2-text{
		width: 100%;
		padding-top: 0px;
		height: auto;
	}

	.row-8-div2-img{
		height: auto;
		width: 100%;
		margin-top: 10vh;
		display: flex;
		justify-content: center;
	}

	.row-8-div2-img img{
		height: 45vh;
	}

	.row-8-div3{
		flex-direction: column;
		height: auto;
	}

	.row-8-div3-text{
		padding-top: 10vh;
		width: 93.5%;
		height: auto;
	}

	.row-8-div3-img{
		height: auto;
		width: 100%;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		margin-bottom: 10vh;
	}

	.row-8-div3-img img{
		height: 40vh;
	}

	.row-8-div4{
		flex-direction: column;
		height: auto;
	}

	.row-8-div4-text{
		height: auto;
		padding-top: 5vh;
		width: 93.5%;
	}

	.row-8-div4-img{
		height: auto;
		margin-top: 10vh;
		width: 100%;
		margin-bottom: 10vh;
		display: flex;
		justify-content: center;
	}

	.row-8-div4-img img{
		height: 40vh;
	}

	.row-9{
		height: auto;
	}

	.row-9-diva1iii button{
		width: 310px;
		font-size: 16px;
	}

	.row-9-div{
		height: auto;
	}

	.row-9-diva{
		height: auto;
		flex-direction: column;
	}

	.row-9-diva1{
		width: 100%;
		margin-top: 10vh;
	}

	.row-9-diva2{
		width: 100%;
		margin-top: 6vh;
		margin-bottom: 10vh;
	}

	.row-11{
		height: auto;
	}

	.row-11-2{
		height: auto;
	}

	.row-11-2-div{
		height: 18vh;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.row-11-1 h1{
		font-size: 46px;
	}

	.row-11-3 h1{
		font-size: 46px;
	}

	.row-11-2-div img{
		height: 25px;
	}

	.row-11-2-img1{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img2{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img3{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img4{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img5{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img5 img{
		height: 15px;
	}

	.row-11-2-img6{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img6 img{
		height: 15px;
	}

	.row-11-2-img7{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img7 img{
		height: 15px;
	}

	.row-11-3{
		height: auto;
		margin-bottom: 10vh;
	}

	.row-11-4{
		height: auto;
	}

	.row-11-4-div{
		flex-direction: column;
		height: auto;
	}

	.row-11-4-diva{
		width: 80%;
	}

	.row-11-4-divb{
		width: 80%;
		margin-top: 5vh;
	}

	.row-11-4-divc{
		width: 80%;
		margin-top: 5vh;
	}

	.row-11-4-divd{
		width: 80%;
		margin-top: 5vh;
		margin-bottom: 10vh;
	}

	.row-11-5{
		height: auto;
	}

	.row-11-5-div{
		flex-direction: column;
		height: auto;
	}

	.row-11-5-div1{
		height: 150px;
		margin-top: 5vh;
		display: flex;
		align-items: center;
		
	}

	.row-11-5-div button{
		width: 500px;
		height: 100px;
	}

	.row-11-5-div1{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.row-11-5-div2{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.row-11-5-div img{
		height: 5vh;
	}

	.row-11-5-div span{
		font-size: 20px;
	}

	.row-11-5-div b{
		font-size: 20px;
	}

	.row-11-5-div2{
		height: 150px;
		display: flex;
		align-items: center;
		margin-bottom: 7vh;
	}

	.row-12{
		height: auto;
		flex-direction: column;
	}

	.row-12a{
		height: auto;
	}

	.row-12ai{
		height: auto;
		padding-top: 4vh;
	}

	.row-12ai h1{
		font-size: 40px;
		width: 85%;
	}

	.row-12ai h2{
		font-size: 45px;
	}

	.row-12aii{
		display: flex;
		align-items: center;
	}

	.row-12aii button{
		width: 300px;
		height: 60px;
		font-size: 16px;
	}

	.row-13{
		height: auto;
	}

	.row-13-div{
		height: auto;
		flex-direction: column;
	}

	.row-13-div1{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 60vh;
	}

	.row-13-div2{
		width: 100%;
		height: auto;
	}

	.row-13-div2a{
		height: auto;
	}

	.row-13-div1 img{
		height: 40vh;
	}

	.row-13-div2a .black1{
		font-size: 40px;
	}

	.row-13-div2a .color0{
		font-size: 40px;
	}

	.row-13-div2a .black2{
		font-size: 40px;
	}

	.row-13-divc1a{
		width: 42%;
	}

	.row-13-divc1b{
		width: 54%;
	}

	.row-13-div2d{
		margin-bottom: 10vh;
	}

	.row-13-div2c .brave1{
		font-size: 18px;
	}

	.row-13-div2c span{
		font-size: 11px;
	}

	footer{
		height: auto;
	}

	.footer-div{
		height: auto;
	}

	.footer-div1{
		height: auto;
	}

	.footer-div1a{
		height: auto;
		flex-wrap: wrap;
	}

	.footer-div1b{
		height: auto;
		flex-wrap: wrap;
	}

	.footer-div1ai{
		width: 48%;
	}

	.footer-div1aii{
		width: 48%;
	}

	.footer-div1aiii{
		width: 48%;
	}

	.footer-div1aiv{
		width: 48%;
	}

	.footer-div1ai1{
		padding-left: 14%;
	}

	.footer-div1ai .footer-div1ai1{
		padding-left: 8%;
	}

	.footer-div1aiii .footer-div1ai2{
		padding-left: 14%;
	}

	.footer-div1ai2{
		display: flex;
		justify-content: flex-start;
	}

	.footer-div1aiv .footer-div1ai2{
		padding-left: 10%;
		width: 90%;
	}

	.footer-div2{
		height: auto;
	}

	.footer-div2-div{
		height: auto;
	}

	.footer-div2-div1{
		height: 8vh;
	}

	.footer-div2-div2{
		height: 10vh;
		display: flex;
		align-items: center;
	}

	.footer-div2-div3{
		height: 8vh;
	}

	.footer-div2-div3a{
		width: 25%;
	}

	.footer-div2-div3b{
		width: 25%;
	}

	.footer-div2-div4{
		height: 22vh;
		display: flex;
		align-items: center;
	}

	.footer-div2-div3c{
		width: 40%;
	}

	.footer-div2-div5{
		height: auto;
		display: flex;
		align-items: center;
		margin-bottom: 5vh;
	}

	.footer-div2-div6{
		height: auto;
		display: flex;
		align-items: center;
		margin-bottom: 5vh;
	}

	.footer-div2-div7{
		height: auto;
		margin-bottom: 10vh;
	}

	.footer-div1ai .footer-div1ai1{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.footer-div1ai .footer-div1ai2{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		padding-left: 7%;
		width: 93%;
	}

	.footer-div1aii .footer-div1ai1{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.footer-div1aii .footer-div1ai2{
		padding-left: 12%;
		width: 88%;
	}

}













@media screen and (max-width: 620px){
	header{
		display: none;
	}

	.sticky{
		display: none;
	}

	.header-responsive{
		width: 100%;
		height: 15vh;
		background: #ffffff;
		display: block;
		display: flex;
		z-index: 10;
	}

	.header-responsive1{
		width: 76%;
		height: 15vh;
		background: transparent;
		padding-left: 4%;
		display: flex;
		align-items: center;
	}

	.header-responsive1 img{
		height: 7vh;
	}

	.header-responsive1 a:link{
		text-decoration: none;
		margin-left: 3%;
		color: #000000;
		font-size: 20px;
		font-family:century;
		font-weight: bold;
	}

	.header-responsive1 a:visited{
		color: #000000;
	}

	.header-responsive1 a:active{
		color: #000000;
	}

	.header-responsive2{
		width: 16%;
		height: 15vh;
		background: transparent;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right: 4%;
	}

	.header-responsive2 i{
		font-size: 24px;
		width: 55px;
		height: 55px;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50em;
		cursor: pointer;
		transition: 0.3s;
	}

	.header-responsive2 i:hover{
		background: #ccc;
	}

	.header-responsive-dropdown{
		width: 100%;
		height: auto;
		background: white;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		display: none;
		animation-name: animate;
		animation-duration: 0.4s;
		animation-timing-function: linear;
		z-index: 10;
		overflow: auto;
		scroll-behavior: smooth;
	}

	::-webkit-scrollbar{
		width: 0;
	}


	@keyframes animate{
		0%{margin-left: -100%}
		50%{margin-left: 0px}
	}

	.header-responsive-dropdown1{
		width: 100%;
		height: 15vh;
		background: white;
		display: flex;
	}

	.header-responsive2a{
		width: 50%;
		height: 15vh;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.header-responsive2b{
		width: 50%;
		height: 13vh;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 2vh;
	}

	.header-responsive2b i{
		font-size: 18px;
		width: 55px;
		height: 55px;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50em;
		cursor: pointer;
		transition: 0.3s;
	}

	.header-responsive2b i:hover{
		background: #ccc;
	}

	.header-responsive-dropdown2{
		width: 100%;
		height: auto;
		background: white;
	}

	.header-responsive-dropdown2-invest{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown2-invest-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown2-invest-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown2-invest-link{
		width: 100%;
		height: 0vh;
		overflow: hidden;
		background: white;
		transition: 0.3s;
	}

	.header-responsive-dropdown2-invest-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown2-invest-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown2-invest-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown2-invest-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown2-invest-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown2-invest-linka a:active{
		color: #7F93C2;
	}

	.header-responsive-dropdown3{
		width: 100%;
		height: auto;
		background: white;
	}

	
	.header-responsive-dropdown3-copy-trading{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown3-copy-trading-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown3-copy-trading-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown3-copy-trading-link{
		width: 100%;
		height: 0vh;
		background: white;
		transition: 0.3s;
		overflow: hidden;
	}

	.header-responsive-dropdown3-copy-trading-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown3-copy-trading-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown3-copy-trading-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown3-copy-trading-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown3-copy-trading-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown3-copy-trading-linka a:active{
		color: #7F93C2;
	}


	.header-responsive-dropdown4{
		width: 100%;
		height: auto;
		background: white;
	}

	.header-responsive-dropdown4-tools{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown4-tools-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown4-tools-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown4-tools-link{
		width: 100%;
		height: 0vh;
		overflow: hidden;
		background: white;
		transition: 0.3s;
	}

	.header-responsive-dropdown4-tools-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown4-tools-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown4-tools-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown4-tools-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown4-tools-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown4-tools-linka a:active{
		color: #7F93C2;
	}

	.header-responsive-dropdown5{
		width: 100%;
		height: auto;
		background: white;
	}

	.header-responsive-dropdown5-company{
		width: 100%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: center;
	}

	.header-responsive-dropdown5-company-div{
		width: 85%;
		height: 8vh;
		background: white;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}

	.header-responsive-dropdown5-company-div span{
		font-size: 24px;
		font-family:century;
	}

	.header-responsive-dropdown5-company-link{
		width: 100%;
		height: 0vh;
		overflow: hidden;
		background: white;
		transition: 0.3s;
	}

	.header-responsive-dropdown5-company-linka{
		width: 60%;
		height: 7vh;
		background: white;
		display: flex;
		align-items: center;
		padding-left: 20%;
	}

	.header-responsive-dropdown5-company-linka h2{
		margin: 0px;
		font-size: 26px;
		font-family:century;
	}

	.header-responsive-dropdown5-company-linka a:link{
		text-decoration: none;
		font-size: 24px;
		color: #7F93C2;
		background: white;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-responsive-dropdown5-company-linka a:visited{
		color: #7F93C2;
	}

	.header-responsive-dropdown5-company-linka a:hover{
		background: rgba(0,0,0,0.1);
	}

	.header-responsive-dropdown5-company-linka a:active{
		color: #7F93C2;
	}

	.header-responsive-dropdown6{
		width: 100%;
		height: 12vh;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-responsive-dropdown6 a:link{
		width: 90%;
		height: 55px;
		background: white;
		border: 2px solid #2693FF;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0.4em;
		font-weight: bold;
		font-size: 22px;
		color: #2693FF;
		text-decoration: none;
	}

	.header-responsive-dropdown6 a:visited{
		color: #2693FF;
	}

	.header-responsive-dropdown6 a:active{
		color: #2693FF;
	}

	.header-responsive-dropdown7{
		width: 100%;
		height: 12vh;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-responsive-dropdown7 a:link{
		width: 90%;
		height: 55px;
		background: #2693FF;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0.4em;
		font-weight: bold;
		font-size: 22px;
		color: #FFFFFF;
		text-decoration: none;
	}

	.header-responsive-dropdown7 a:visited{
		color: #FFFFFF;
	}

	.header-responsive-dropdown7 a:active{
		color: #FFFFFF;
	}

	.row-1{
		flex-direction: column;
		height: auto;
	}

	.row-1-name{
		width: 100%;
		height: auto;
	}

	.row-1-name1{
		height: auto;
	}

	.row-1-name1 h1{
		font-size: 48px;
		width: 85%;
	}

	.row-1-name2{
		height: auto;
		margin-top: 20px;
	}

	.row-1-name2 h2{
		font-size: 24px;
		width: 90%;
	}

	.row-1-name3{
		height: auto;
		margin-top: 18px;
	}

	.row-1-name3 button{
		width: 80%;
		font-size: 16px;
	}

	.row-1-image{
		height: auto;
		width: 100%;
		margin-bottom: 30px;
	}

	.row-1-image img{
		height: 450px;
	}

	.row-2{
		height: auto;
	}

	.row-2a{
		flex-direction: column;
		height: auto;
	}

	.row-2ai{
		width: 100%;
	}

	.row-2aii{
		width: 100%;
	}

	.row-2aiii{
		width: 100%;
		height: auto;
	}

	.row-3{
		height: auto;
		margin-top: 40px;
	}

	.row-3a{
		height: auto;
	}

	.row-3a h1{
		font-size: 45px;
		width: 90%;
	}

	.row-3b{
		margin-top: 20px;
		height: auto;
	}

	.row-3b p{
		width: 85%;
		font-size: 22px;
	}

	.row-3d{
		flex-direction: column;
		height: auto;
	}

	.row-3di{
		width: 100%;
		height: auto;
	}

	.row-3dii{
		width: 100%;
		height: auto;
		padding-left: 7%;
		margin-bottom: 10vh;
	}

	.row-3di button{
		width: 330px;
		border-radius: 0.3em;
		font-size: 16px;
	}

	.row-4a h1{
		font-size: 48px;
		width: 90%;
	}

	.row-4{
		height: auto;
	}

	.row-4b{
		height: auto;
		margin-bottom: 20vh;
	}

	.row-4bi{
		flex-direction: column;
		height: auto;
	}

	.row-4-stock1{
		width: 100%;
		height: 70vh;
	}

	.row-4-stock1a{
		height: 45vh;
	}

	#row-4-stock1b{
		height: 25vh;
	}

	.row-4-stock1a b{
		font-size: 22px;
	}

	.row-4-stock2{
		margin-top: 80px;
		width: 100%;
		height: 68vh;
	}

	.row-4-stock2a{
		height: 43vh;
	}

	#row-4-stock2b{
		height: 25vh;
	}

	.row-4-stock2a b{
		font-size: 22px;
	}

	.row-4-stock2a button{
		margin-top: 0px;
	}

	.row-4-stock3{
		margin-top: 70px;
		width: 100%;
		height: 68vh;
	}

	.row-4-stock3a{
		height: 43vh;
	}

	#row-4-stock3b{
		height: 25vh;
	}

	.row-4-stock3a b{
		font-size: 22px;
	}

	.row-4-stock3a button{
		margin-top: 0px;
	}

	.row-5{
		height: auto;
		margin-top: 10vh;
	}

	.row-5a{
		height: auto;
	}

	.row-5ai-h1{
		height: auto;
		margin-top: 50px;
	}

	.row-5ai-h1 h1{
		font-size: 48px;
	}

	.row-5ai-div1{
		flex-direction: column;
		height: auto;
		margin-top: 30px;
	}

	.row-5ai-div1i{
		width: 100%;
	}

	.row-5ai-div1ii{
		width: 100%;
		margin-top: 30px;
	}

	.row-5ai-div1iii{
		width: 100%;
		margin-top: 30px;
	}

	.row-5ai-div2{
		height: auto;
		flex-direction: column;
	}

	.row-5ai-div2i{
		width: 100%;
		margin-top: 30px;
	}

	.row-5ai-div2ii{
		width: 100%;
		margin-top: 30px;
	}

	.row-5ai-div2iii{
		width: 100%;
		margin-top: 30px;
	}

	.row-5b{
		height: auto;
		margin-top: 150vh;
	}

	.row-5ai-div1i-img img{
		border-bottom-left-radius: 1em;
	}

	.row-5ai-div1iii-img img{
		border-bottom-left-radius: 1em;
	}

	.row-5ai-booton button{
		font-size: 16px;
	}

	.row-5bi{
		height: auto;
		margin-bottom: 100px;
	}

	.row-5bi-h1{
		height: auto;
	}

	.row-5bi-h1 h1{
		font-size: 46px;
		width: 90%;
	}

	.row-5bi-h1 p{
		font-size: 46px;
	}

	.row-5bi-div{
		height: auto;
		margin-top: 60px;
		padding-top: 40px;
	}

	.row-5bi-div1{
		height: auto;
	}

	.row-5bi-div1 h1{
		font-size: 46px;
		width: 90%;
	}

	.row-5bi-div2ia p{
		font-size: 25px;
	}

	.row-5bi-div2ib button{
		width: 80%;
		font-size: 16px;
	}

	.row-5bi-div2{
		height: auto;
		margin-top: 60px;
		flex-direction: column;
	}

	.row-5bi-div2i{
		height: auto;
		width: 100%;
	}

	.row-5bi-div2ib{
		margin-bottom: 5vh;
	}

	.row-5bi-div2ii{
		height: auto;
		width: 100%;
	}

	.row-5bi-div2iia{
		width: 12%;
		height: auto;
	}

	.row-5bi-div2iib{
		width: 88%;
		height: auto;
		margin-bottom: 5vh;
	}

	.row-5bi-div3{
		flex-direction: column;
		height: auto;
	}

	.row-5bi-div3-img1{
		width: 100%;
	}

	.row-5bi-div3-img1 img{
		height: 32vh;
	}

	.row-5bi-div2ib{
		font-size: 22px;
	}

	.row-5bi-div3-img2{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}

	.row-5bi-div3-img2 img{
		height: 14vh;
	}

	.row-5ai-div1i-font{
		top: 980.5vh;
		height: 45px;
		width: 45px;
		display: none;
	}

	.row-5ai-div1ii-font{
		top: 1017.5vh;
		left: 8%;
		height: 45px;
		width: 45px;
		display: none;
	}

	.row-5ai-div1iii-font{
		top: 1054vh;
		left: 8%;
		height: 45px;
		width: 45px;
		display: none;
	}

	.row-5ai-div2i-font{
		top: 1091vh;
		width: 45px;
		height: 45px;
		display: none;
	}

	.row-5ai-div2ii-font{
		top: 1128vh;
		left: 8%;
		height: 45px;
		width: 45px;
		display: none;
	}

	.row-5ai-div2iii-font{
		top: 1164.5vh;
		left: 8%;
		height: 45px;
		width: 45px;
		display: none;
	}

	.row-6{
		height: auto;
		overflow: hidden;
	}

	.row-6-div1{
		/*top: 1450vh;*/
		padding-top: 6vh;
		height: auto;
	}

	.row-6-div1a{
		height: auto;
	}

	.row-6-div1a h1{
		font-size: 46px;
	}

	.row-6-div1b{
		flex-direction: column;
		height: auto;
	}

	.row-6-div1bi{
		height: auto;
		width: 100%;
	}

	.row-6-div1bi p{
		font-size: 20px;
	}

	.row-6-div1bii{
		height: auto;
		width: 100%;
		margin-bottom: 30px;
	}

	.row-6-div1bii-icon i{
		font-size: 15px;
	}

	.row-6-div1bii-text p{
		font-size: 23px;
	}

	.row-6-div1bi button{
		width: 80%;
		font-size: 16px;
	}

	.row-6-div1bii-icon{
		width: 12%;
	}

	.row-6-div1bii-text{
		width: 88%;
	}

	.row-6-div2{
		/*top: 1610vh;*/
		height: auto;
	}

	.row-6-div2a h1{
		font-size: 46px;
	}

	.row-6-div2c{
		height: auto;
	}

	.row-6-div2b{
		overflow: hidden;
	}

	.row-6-div2c-botton button{
		font-size: 16px;
	}

	.row-6-div2b img{
		height: 40vh;
	}

	main{
		overflow: hidden;
	}

	.row-6-div3{
		height: auto;
		margin-top: 2340px;
		flex-direction: column;
	}

	.row-6-div3a{
		height: auto;
		width: 100%;
	}

	.row-6-div3ai1{
		height: auto;
		margin-bottom: 15px;
	}

	.row-6-div3ai1 h1{
		font-size: 46px;
	}

	.row-6-div3ai4{
		height: auto;
		margin-bottom: 10vh;
	}

	.row-6-div3ai3 button{
		width: 310px;
		font-size: 16px;
	}

	.row-6-div3ai5-text2 b{
		font-size: 35px;
	}

	.row-6-div3b{
		height: auto;
		width: 100%;
		margin-top: 50px;
	}

	.row-6-div3aii-div{
		height: 60vh;
	}

	.row-6-div3b-img1-div{
		height: 70vh;
	}

	.row-6-div4{
		height: auto;
		margin-top: 0px;
	}

	.row-6-div4a-text1c button{
		font-size: 16px;
	}

	.row-6-div4a{
		flex-direction: column;
		height: auto;
	}

	.row-6-div4a-vd{
		width: 100%;
	}

	.row-6-div4a-text{
		width: 100%;
		height: auto;
	}

	.row-6-div4a-text1a{
		display: flex;
		justify-content: flex-start;
	}

	.row-6-div4a-text1a h1{
		font-size: 45px;
	}

	.row-6-div4a-text1b{
		padding-left: 0px;
	}

	.row-6-div4a-text1b span{
		font-size: 25px;
	}

	.row-6-div4a-text1c{
		padding-left: 0px;
	}

	.row-7{
		height: auto;
	}

	.row-7-div{
		flex-direction: column;
		height: auto;
	}

	.row-7-div-textia h1{
		font-size: 46px;
	}

	.row-7-div-textid1 button{
		font-size: 16px;
		width: 310px;
	}

	.row-7-div-vd{
		width: 100%;
		height: auto;
	}

	.row-7-div-vd video{
		height: 90vh;
	}

	.row-7-div-text{
		width: 100%;
		height: auto;
	}

	.row-7-div-texti{
		height: auto;
	}

	.row-7-div-textia{
		height: auto;
		margin-bottom: 15px;
	}

	.row-7-div-textic1-icon{
		width: 15%;
	}

	.row-7-div-textic1-text{
		width: 85%;
	}

	.row-7-div-textid{
		height: auto;
		margin-bottom: 40px;
	}

	.row-8{
		overflow: auto;
		height: 120vh;
	}

	.row-8-div1-text p{
		font-size: 25px;
	}

	.row-8-div2-text p{
		font-size: 25px;
	}

	.row-8-div3-text p{
		font-size: 25px;
	}

	.row-8-div4-text p{
		font-size: 25px;
	}

	.row-8-top h1{
		font-size: 40px;
	}

	.row-8-top h2{
		font-size: 30px;
		margin: 0px;
		width: 90%;
	}

	.row-8-div1{
		flex-direction: column;
		height: auto;
	}

	.row-8-div1-text{
		width: 100%;
		padding-top: 0px;
		height: auto;
		margin-bottom: 60px;
	}

	.row-8-div1-img{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		margin-bottom: 70px;
	}

	.row-8-div1-img img{
		height: 45vh;
	}

	.row-8-div2{
		flex-direction: column;
		height: auto;
	}

	.row-8-div2-text{
		width: 100%;
		padding-top: 0px;
		height: auto;
	}

	.row-8-div2-img{
		height: auto;
		width: 100%;
		margin-top: 10vh;
		display: flex;
		justify-content: center;
	}

	.row-8-div2-img img{
		height: 45vh;
	}

	.row-8-div3{
		flex-direction: column;
		height: auto;
	}

	.row-8-div3-text{
		padding-top: 10vh;
		width: 93.5%;
		height: auto;
	}

	.row-8-div3-img{
		height: auto;
		width: 100%;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		margin-bottom: 10vh;
	}

	.row-8-div3-img img{
		height: 40vh;
	}

	.row-8-div4{
		flex-direction: column;
		height: auto;
	}

	.row-8-div4-text{
		height: auto;
		padding-top: 5vh;
		width: 93.5%;
	}

	.row-8-div4-img{
		height: auto;
		margin-top: 10vh;
		width: 100%;
		margin-bottom: 10vh;
		display: flex;
		justify-content: center;
	}

	.row-8-div4-img img{
		height: 40vh;
	}

	.row-9{
		height: auto;
	}

	.row-9-diva1iii button{
		width: 310px;
		font-size: 16px;
	}

	.row-9-div{
		height: auto;
	}

	.row-9-diva{
		height: auto;
		flex-direction: column;
	}

	.row-9-diva1{
		width: 100%;
		margin-top: 10vh;
	}

	.row-9-diva2{
		width: 100%;
		margin-top: 6vh;
		margin-bottom: 10vh;
	}

	.row-11{
		height: auto;
	}

	.row-11-2{
		height: auto;
	}

	.row-11-2-div{
		height: 18vh;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.row-11-1 h1{
		font-size: 46px;
	}

	.row-11-3 h1{
		font-size: 46px;
	}

	.row-11-2-div img{
		height: 25px;
	}

	.row-11-2-img1{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img2{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img3{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img4{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img5{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img5 img{
		height: 15px;
	}

	.row-11-2-img6{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img6 img{
		height: 15px;
	}

	.row-11-2-img7{
		width: 12%;
		height: 14vh;
		display: flex;
		align-items: center;
	}

	.row-11-2-img7 img{
		height: 15px;
	}

	.row-11-3{
		height: auto;
		margin-bottom: 10vh;
	}

	.row-11-4{
		height: auto;
	}

	.row-11-4-div{
		flex-direction: column;
		height: auto;
	}

	.row-11-4-diva{
		width: 80%;
	}

	.row-11-4-divb{
		width: 80%;
		margin-top: 5vh;
	}

	.row-11-4-divc{
		width: 80%;
		margin-top: 5vh;
	}

	.row-11-4-divd{
		width: 80%;
		margin-top: 5vh;
		margin-bottom: 10vh;
	}

	.row-11-5{
		height: auto;
	}

	.row-11-5-div{
		flex-direction: column;
		height: auto;
	}

	.row-11-5-div1{
		height: 150px;
		margin-top: 5vh;
		display: flex;
		align-items: center;
		
	}

	.row-11-5-div button{
		width: 400px;
		height: 100px;
	}

	.row-11-5-div img{
		height: 5vh;
	}

	.row-11-5-div span{
		font-size: 20px;
	}

	.row-11-5-div b{
		font-size: 20px;
	}

	.row-11-5-div2{
		height: 150px;
		display: flex;
		align-items: center;
		margin-bottom: 7vh;
	}

	.row-12{
		height: auto;
		flex-direction: column;
	}

	.row-12a{
		height: auto;
	}

	.row-12ai{
		height: auto;
		padding-top: 4vh;
	}

	.row-12ai h1{
		font-size: 40px;
		width: 85%;
	}

	.row-12ai h2{
		font-size: 45px;
	}

	.row-12aii{
		display: flex;
		align-items: center;
	}

	.row-12aii button{
		width: 300px;
		height: 60px;
		font-size: 16px;
	}

	.row-13{
		height: auto;
	}

	.row-13-div{
		height: auto;
		flex-direction: column;
	}

	.row-13-div1{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 60vh;
	}

	.row-13-div2{
		width: 100%;
		height: auto;
	}

	.row-13-div2a{
		height: auto;
	}

	.row-13-div1 img{
		height: 40vh;
	}

	.row-13-div2a .black1{
		font-size: 40px;
	}

	.row-13-div2a .color0{
		font-size: 40px;
	}

	.row-13-div2a .black2{
		font-size: 40px;
	}

	.row-13-divc1a{
		width: 42%;
	}

	.row-13-divc1b{
		width: 54%;
	}

	.row-13-div2c .brave1{
		font-size: 18px;
	}

	.row-13-div2c span{
		font-size: 11px;
	}

	footer{
		height: auto;
	}

	.footer-div{
		height: auto;
	}

	.footer-div1{
		height: auto;
	}

	.footer-div1a{
		height: auto;
		flex-wrap: wrap;
	}

	.footer-div1b{
		height: auto;
		flex-wrap: wrap;
	}

	.footer-div1ai{
		width: 48%;
	}

	.footer-div1aii{
		width: 48%;
	}

	.footer-div1aiii{
		width: 48%;
	}

	.footer-div1aiv{
		width: 48%;
	}

	.footer-div1ai1{
		padding-left: 14%;
	}

	.footer-div1ai .footer-div1ai1{
		padding-left: 8%;
	}

	.footer-div1aiii .footer-div1ai2{
		padding-left: 14%;
	}

	.footer-div1ai2{
		display: flex;
		justify-content: center;
	}

	.footer-div2{
		height: auto;
	}

	.footer-div2-div{
		height: auto;
	}

	.footer-div2-div1{
		height: 8vh;
	}

	.footer-div2-div2{
		height: 10vh;
		display: flex;
		align-items: center;
	}

	.footer-div2-div3{
		height: 8vh;
	}

	.footer-div2-div3a{
		width: 25%;
	}

	.footer-div2-div3b{
		width: 25%;
	}

	.footer-div2-div4{
		height: 22vh;
		display: flex;
		align-items: center;
	}

	.footer-div2-div3c{
		width: 40%;
	}

	.footer-div2-div5{
		height: auto;
		display: flex;
		align-items: center;
		margin-bottom: 5vh;
	}

	.footer-div2-div6{
		height: auto;
		display: flex;
		align-items: center;
		margin-bottom: 5vh;
	}

	.footer-div2-div7{
		height: auto;
		margin-bottom: 10vh;
	}

}



@media(max-width: 430px){

	.row-1-name1 h1{
		font-size: 45px;
	}

	.row-3a h1{
		font-size: 42px;
	}

	.row-5bi-h1 h1{
		font-size: 42px;
	}

	.row-5bi-h1 p{
		font-size: 42px;
	}

	.row-6-div1{
		/*top: 1470vh;*/
	}

	.row-6-div2{
		/*top: 1640vh;*/
	}

	.row-6-div3{
		top: 2320vh;
	}

	.row-8{
		width: 100%;
	}

	.row-8-top h1{
		font-size: 32px;
	}

	.row-8-top h2{
		font-size: 27px;
	}

	.row-8-div1-text h1{
		font-size: 30px;
	}

	.row-8-div1-text{
		height: auto;
	}

	.row-8-div1-text p{
		margin-top: 5vh;
	}

	.row-8-div1-img img{
		height: 35vh;
	}

	.row-8-div2-text h1{
		font-size: 32px;
		width: 85%;
	}

	.row-8-div2-text p{
		margin-top: 5vh;
	}

	.row-8-div2-img img{
		height: 35vh;
	}

	.row-8-div3-text h1{
		font-size: 32px;
		width: 85%;
	}

	.row-8-div3-text p{
		margin-top: 5vh;
	}

	.row-8-div3-img img{
		height: 34vh;
	}

	#row-9-diva2i span{
		font-size: 17px;
	}

	#row-9-diva2ii span{
		font-size: 17px;
	}

	#row-9-diva2iii span{
		font-size: 17px;
	}

	#row-9-diva2iv span{
		font-size: 17px;
	}

	#row-9-diva2v span{
		font-size: 17px;
	}

	.row-10-transparent{
		top: 2800vh;
	}

	.row-11-1 h1{
		font-size: 42px;
	}

	.row-11-3 h1{
		font-size: 42px;
	}

	.row-11-5-div button{
		width: 350px;
		padding-left: 45px;
	}

	.row-12ai h1{
		font-size: 35px;
	}

	.row-12ai h2{
		font-size: 35px;
	}

	.row-13-div2a{
		margin-bottom: 5vh;
	}

	.row-13-div2b{
		height: auto;
		margin-bottom: 3vh;
	}

	.row-7-div-textic1-text{
		margin-left: 3%;
		width: 82%;
	}

	.row-7-div-textic1-icon img{
		font-size: 2.7vh;
	}

	.footer-div1ai1 h2{
		font-size: 18px;
	}

	.footer-div1 a:link{
		font-size: 18px;
	}






}

















