2022-10-09 13:56:04 +00:00
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');
|
|
|
|
*{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
html, body{
|
2022-10-08 19:09:09 +00:00
|
|
|
box-sizing: border-box;
|
2022-10-09 13:56:04 +00:00
|
|
|
font-family: 'Inter', sans-serif;
|
2022-10-10 16:38:11 +00:00
|
|
|
color: black;
|
2022-10-08 19:09:09 +00:00
|
|
|
}
|
|
|
|
.header{
|
2022-10-09 13:56:04 +00:00
|
|
|
background: black;
|
2022-10-08 19:09:09 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 28px 0;
|
|
|
|
}
|
2022-10-09 13:56:04 +00:00
|
|
|
.imgLogoM3{
|
|
|
|
display: block;
|
2022-10-09 14:39:23 +00:00
|
|
|
}
|
|
|
|
.main-banner{
|
|
|
|
width: 100%;
|
2022-10-10 16:38:11 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
/*---------------------------------------------------------------------------------------*/
|
|
|
|
.top-infocard{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 80px;
|
|
|
|
margin-bottom: 95px;
|
|
|
|
}
|
|
|
|
.top-infocard-text{
|
|
|
|
max-width: 766px;
|
|
|
|
margin-right: 124px;
|
2022-10-09 14:39:23 +00:00
|
|
|
}
|
2022-10-10 16:38:11 +00:00
|
|
|
.top-infocard-subtitle{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 32px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.top-infocard-title{
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 48px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.top-infocard-description{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------------------------------------------------*/
|
|
|
|
|
2022-10-10 17:27:36 +00:00
|
|
|
.section-background{
|
|
|
|
display: flex;
|
|
|
|
background:#F0F0F0;
|
|
|
|
justify-content: center;
|
|
|
|
gap: 20px;
|
|
|
|
padding: 74px 0;
|
|
|
|
}
|
|
|
|
.section-cards{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-items: center;
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
|
|
|
max-width: 350px;
|
|
|
|
padding: 26px 26px 34px;
|
|
|
|
}
|
|
|
|
.section-img-cards{
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 26px;
|
|
|
|
}
|
|
|
|
.section-p-card{
|
|
|
|
max-width: 300px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-10-10 18:04:24 +00:00
|
|
|
/*----------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.img-pc{
|
|
|
|
width: 100%;
|
2022-10-10 18:53:16 +00:00
|
|
|
display: block;
|
|
|
|
margin-bottom: 142px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
.section-icon{
|
|
|
|
background: linear-gradient(180deg, #00C8FF 0%, #15ACD6 100%);
|
|
|
|
}
|
|
|
|
.section-wrapper{
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(2, max-content);
|
|
|
|
justify-content: center;
|
|
|
|
gap: 20px;
|
|
|
|
position: relative;
|
|
|
|
top: -60px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.section-icons{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
|
|
|
padding: 36px 32px 66px;
|
|
|
|
}
|
|
|
|
.img-section-icon{
|
|
|
|
margin-bottom: 14px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.section-icons-p{
|
|
|
|
max-width: 368px;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
text-align: center;
|
2022-10-10 18:04:24 +00:00
|
|
|
}
|
2022-10-10 16:38:11 +00:00
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
2022-10-09 14:39:23 +00:00
|
|
|
.main-banner-desktop{
|
|
|
|
display: none;
|
|
|
|
}
|
2022-10-10 18:04:24 +00:00
|
|
|
.img-pc-descktop{
|
|
|
|
display: none;
|
|
|
|
}
|
2022-10-10 16:38:11 +00:00
|
|
|
.top-infocard{
|
|
|
|
flex-direction: column;
|
|
|
|
margin-top: 54px;
|
|
|
|
margin-left: 31px;
|
|
|
|
margin-right: 26px;
|
2022-10-10 17:44:28 +00:00
|
|
|
margin-bottom: 158px;
|
2022-10-10 16:38:11 +00:00
|
|
|
}
|
|
|
|
.top-infocard-text{
|
|
|
|
margin: 0 0 68px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.top-infocard-subtitle{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
.top-infocard-title{
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 28px;
|
|
|
|
}
|
|
|
|
.top-infocard-description{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 19px;
|
|
|
|
}
|
|
|
|
.top-infocard-img{
|
|
|
|
margin: 0 86px 0 86px;
|
|
|
|
max-width: 240px;
|
|
|
|
}
|
2022-10-10 17:27:36 +00:00
|
|
|
/*------------------------------------------------------------------*/
|
2022-10-10 17:44:28 +00:00
|
|
|
.section-background{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2022-10-10 18:04:24 +00:00
|
|
|
padding: 36px 32px;
|
2022-10-10 17:44:28 +00:00
|
|
|
align-items: center;
|
|
|
|
}
|
2022-10-09 14:39:23 +00:00
|
|
|
}
|
2022-10-10 16:38:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1025px) {
|
2022-10-09 14:39:23 +00:00
|
|
|
.main-banner-mobile{
|
|
|
|
display: none;
|
|
|
|
}
|
2022-10-10 18:04:24 +00:00
|
|
|
.img-pc-mobile{
|
|
|
|
display: none;
|
|
|
|
}
|
2022-10-10 16:38:11 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1026px) and (max-width: 1220px){
|
|
|
|
.top-infocard-text{
|
|
|
|
max-width: 550px;
|
|
|
|
margin-right: 70px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 2500px) {
|
|
|
|
.top-infocard-subtitle{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 60px;
|
|
|
|
}
|
|
|
|
.top-infocard-title{
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 96px;
|
|
|
|
}
|
|
|
|
.top-infocard-description{
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 32px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.top-infocard-text{
|
|
|
|
max-width: 45%;
|
|
|
|
margin-right: 70px;
|
|
|
|
|
|
|
|
}
|
2022-10-10 18:53:16 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
/**/
|