<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu .background{
    width: 100%;
    height: 73.7rem;
    position: absolute;
    z-index: 1;
}
.menu .background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu .content{
    width: 100%;
    height: 73.7rem;
    position: relative;
    z-index: 3;
}
.menu .content .title{
    width: 50%;
    margin-right: auto;
}
.menu .content h1{
    font-weight: 900;
    font-size: 8rem;
    line-height: 9rem;
    text-align: left;
    color: #F3F3F3;
    text-transform: uppercase;
    padding-top: 13rem
}
.menu .content .desc{
    font-weight: 600;
    font-size: 3rem;
    line-height: 4rem;
    text-align: left;
    color: #F3F3F3;
    padding-bottom: 2.8rem;   
}
.menu .content .info{
    font-weight: normal;
    font-size: 6rem;
    line-height: 6.3rem;
    text-align: left;
    color: #F3F3F3;    
}
.menu .content .info strong{
    font-weight: 900;
    color: #00E7FF;
}
.text_company{
    width: 100%;
    height: 100%;
}
.text_company .desc_company{
    display: flex;
    width: 100%;
    height: 100%;
}
.text_company .desc_company .text{
    width: 100%;
    padding-top: 5rem;
}
.text_company .desc_company .text p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
    color: #636363;
    padding-bottom: 3.2rem;   
}
.consulting{
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 72.3rem;
}
.consulting .image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.consulting .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.consulting .content{
    width: 100%;
    height: 100%;
    position: relative;
}
.consulting .content .info{
    position: absolute; 
    top: 13rem;
    left: 0;
    max-width: 70%;
    z-index: 2;
}
.consulting .content .info h3{
    font-weight: normal;
    font-size: 5rem;
    line-height: 5.5rem;
    text-align: left;
    color: #636363;
    padding-bottom: 2rem;   
}
.consulting .content .info h3 strong{
    font-weight: bold;
}
.consulting .content .info p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    color: #636363;
    padding-bottom: 2.5rem;
    max-width: 80%;
}
.consulting .content .info a{
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    color: #09252f;
    padding: 1rem 1.5rem;
    background-color: #00E7FF;
    transition: all 0.2s linear;
}
.consulting .content .info a:hover{
    background-color: #FFFFFF;
}</pre></body></html>