2022-10-09 01:13:52 +00:00
|
|
|
*{
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
body{
|
|
|
|
font-family: 'Inter', sans-serif;
|
|
|
|
}
|
|
|
|
.header{
|
|
|
|
text-align: center;
|
|
|
|
background: #000000;
|
|
|
|
width: 100%;
|
|
|
|
height: 100px;
|
|
|
|
padding:28px;
|
|
|
|
}
|
|
|
|
.header img{
|
|
|
|
|
|
|
|
}
|
2022-10-10 01:23:34 +00:00
|
|
|
.topbannerdesktop{
|
2022-10-09 01:13:52 +00:00
|
|
|
width: 100%;
|
2022-10-10 01:23:34 +00:00
|
|
|
}
|
|
|
|
.topbannermobile{
|
|
|
|
display: none;
|
2022-10-09 01:13:52 +00:00
|
|
|
}
|
|
|
|
.topinfo{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.topinfo-texts{
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 73px;
|
|
|
|
width: 43%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.topinfo-subtitle{
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.topinfo-title{
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 48px;
|
|
|
|
line-height: 58px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
|
|
|
}
|
|
|
|
.topinfo-text{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
margin-top: 28px;
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
}
|
|
|
|
.topinfo-img{
|
|
|
|
margin-top:70px;
|
|
|
|
}
|
2022-10-09 02:16:52 +00:00
|
|
|
.topcards{
|
|
|
|
margin: 0 25%;
|
|
|
|
}
|
|
|
|
.topcards-wrapper{
|
|
|
|
margin-top: 178px;
|
|
|
|
margin-bottom: 80px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
gap:21px;
|
|
|
|
}
|
|
|
|
.topcard{
|
|
|
|
padding: 46px 26px 27px;
|
|
|
|
text-align: center;
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
|
|
|
}
|
|
|
|
.topcard-text{
|
|
|
|
min-width: 300px;
|
|
|
|
margin-top: 38px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
2022-10-09 04:09:10 +00:00
|
|
|
.middle{
|
|
|
|
background: #E0E0E0;
|
|
|
|
}
|
|
|
|
.middle-wrapper{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
justify-content: center;
|
|
|
|
top:62px;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
.gridimg{
|
|
|
|
margin:0 72px;
|
|
|
|
display: grid;
|
|
|
|
flex-wrap:nowrap;
|
|
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
|
|
gap:39px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.middle-img1{
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.middle-img2{
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.middle-img3{
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
}
|
2022-10-09 01:13:52 +00:00
|
|
|
|
2022-10-10 01:23:34 +00:00
|
|
|
@media screen and (max-width: 1023px){
|
|
|
|
.topbannerdesktop{
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
.topbannermobile{
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-10-09 01:13:52 +00:00
|
|
|
@media screen and (max-width: 1439px){
|
|
|
|
.topinfo-texts{
|
|
|
|
min-width: 86%;
|
|
|
|
}
|
|
|
|
.topinfo-subtitle{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 24px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.topinfo-title{
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 28px;
|
|
|
|
line-height: 34px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.topinfo-text{
|
|
|
|
text-align: center;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
.figuretopinfo{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.topinfo-img{
|
|
|
|
width: 75%;
|
|
|
|
}
|
2022-10-09 02:16:52 +00:00
|
|
|
.topcards{
|
|
|
|
margin: 0 10%;
|
|
|
|
}
|
|
|
|
.topcards-wrapper{
|
2022-10-10 01:23:34 +00:00
|
|
|
margin-top: 32px;
|
2022-10-09 02:16:52 +00:00
|
|
|
margin-bottom: 80px;
|
|
|
|
flex-direction:column;
|
|
|
|
gap:24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topcard-text{
|
|
|
|
min-width: 0;
|
|
|
|
|
|
|
|
}
|
2022-10-09 04:09:10 +00:00
|
|
|
.middle-wrapper{
|
2022-10-10 01:23:34 +00:00
|
|
|
top:32px;
|
2022-10-09 04:09:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gridimg{
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(4, 1fr);
|
|
|
|
grid-template-rows: repeat(1, 1fr);
|
|
|
|
grid-row-gap: 24px;
|
|
|
|
grid-column-gap: 14px;
|
|
|
|
width: 100%;
|
2022-10-10 01:23:34 +00:00
|
|
|
margin: 0 23px;
|
2022-10-09 04:09:10 +00:00
|
|
|
}
|
|
|
|
.middle-img1{
|
|
|
|
width: 100%;
|
|
|
|
grid-area: 1 / 3 / 2 / 5;
|
|
|
|
}
|
|
|
|
.middle-img2{
|
|
|
|
width: 100%;
|
|
|
|
grid-area: 1 / 1 / 2 / 3;
|
|
|
|
}
|
|
|
|
.middle-img3{
|
|
|
|
width: 100%;
|
|
|
|
grid-area: 2 / 1 / 3 / 5;
|
|
|
|
}
|
2022-10-09 01:13:52 +00:00
|
|
|
}
|
2022-10-09 04:09:10 +00:00
|
|
|
|
2022-10-09 01:13:52 +00:00
|
|
|
@media screen and (min-width: 2500px){
|
|
|
|
.topinfo-subtitle{
|
|
|
|
font-size: 64px;
|
|
|
|
line-height: 78px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.topinfo-title{
|
|
|
|
font-size: 96px;
|
|
|
|
line-height: 116px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.topinfo-text{
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 48px;
|
|
|
|
margin-top: 28px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.figuretopinfo{
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.topinfo-img{
|
2022-10-09 02:16:52 +00:00
|
|
|
width: 13%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topcard-text{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 48px;
|
2022-10-09 01:13:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|