2022-10-12 21:49:01 +00:00
|
|
|
*{
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.page-header{
|
2022-10-12 22:36:52 +00:00
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
2022-10-12 21:49:01 +00:00
|
|
|
height: 101px;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
background: #000000;
|
|
|
|
}
|
|
|
|
.header-logo{
|
2022-10-12 22:17:28 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 226.16px;
|
2022-10-12 21:49:01 +00:00
|
|
|
height: 43px;
|
|
|
|
left: 847px;
|
|
|
|
top: 29px;
|
|
|
|
}
|
|
|
|
.main-banner-desktop{
|
2022-10-12 22:36:52 +00:00
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
2022-10-12 21:49:01 +00:00
|
|
|
left: 0px;
|
|
|
|
top: 101px;
|
2022-10-12 22:17:28 +00:00
|
|
|
}
|
|
|
|
@media screen and (max-width: 414px){
|
|
|
|
.main-banner-desktop{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 415px) {
|
|
|
|
.main-banner-mobile{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.title-one{
|
2022-10-12 22:36:52 +00:00
|
|
|
width: 100%;
|
2022-10-12 22:17:28 +00:00
|
|
|
height: 39px;
|
|
|
|
left: 850px;
|
|
|
|
top: 874px;
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.title-two{
|
2022-10-12 22:36:52 +00:00
|
|
|
width: 100%;
|
2022-10-12 22:17:28 +00:00
|
|
|
height: 58px;
|
|
|
|
left: 758px;
|
|
|
|
top: 913px;
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 48px;
|
|
|
|
line-height: 58px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #000000;
|
2022-10-12 22:36:52 +00:00
|
|
|
}
|
|
|
|
.title-three{
|
|
|
|
width: 100%;
|
|
|
|
height: 56px;
|
|
|
|
left: 577px;
|
|
|
|
top: 999px;
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
color: #000000;
|
|
|
|
|
|
|
|
}
|
|
|
|
.image-pc{
|
|
|
|
width: 315px;
|
|
|
|
height: 315.5px;
|
|
|
|
position: absolute;
|
|
|
|
left: 30%;
|
|
|
|
right: 0%;
|
|
|
|
top: 90%;
|
|
|
|
bottom: -0.16%;
|
2022-10-12 21:49:01 +00:00
|
|
|
}
|