<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    font-size: 62.5%;
}
* {
    outline: none;
}
a{
    text-decoration: none;
}
body{
    font-family: 'Roboto';
    word-wrap: break-word;
}
.whatsapp{
    position: fixed;
    width: 7rem;
    height: 7rem;
    border: 0.2rem solid #00d8ff;
    background-color: #2C1737;
    border-radius: 50%;
    right: 4.1rem;
    bottom: 0;
    transform: translateY(-50%);
    z-index: 1000;
}
.whatsapp svg{
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 1.9rem;
}
.background_image_menu{
    width: 100%;
    height: 102rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.internal .background_image_menu{
    display: none;
}
.background_image_menu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.internal .background_image_menu img{
    display: none;
}
.internal{
    width: 100%;
    height: 100%;
    background-color: #471B48;
}
.central{
    width: 110rem;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.top_menu{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.top_menu .menu_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.8rem 3rem;
}
.top_menu .menu_top .consultant a{
    display: flex;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: left;
    color: #FFFFFF;
    align-items: flex-end;
}
.top_menu .menu_top .consultant a svg{
    width: 1.4rem;
    height: 1.4rem;
}
.top_menu .menu_top .consultant a p{
    padding-left: 0.5rem;
}
.top_menu .menu_top .logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.8rem;
}
.top_menu .menu_top .logo svg{
    width: 20rem;
}
.top_menu .menu_top .search{
    display: flex;
    align-items: center;
}
.top_menu .menu_top .search svg{
    width: 1.6rem;
    height: 1.6rem;
    fill: #FFFFFF;
}
.top_menu .menu_top .search .flag svg{
    width: 2.5rem;
    height: 2.5rem;
    fill: #FFFFFF;
    margin-right: 1.5rem;
}
.main_menu{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding-top: 4.8rem;
}
.main_menu .search_area .menu_list{
    display: flex;
    justify-content: space-between;
    padding: 2rem;
}
.main_menu .search_area .menu_list .dot{
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: block;
}
.main_menu .search_area .menu_list li{
    display: flex;
    align-items: center;
}
.main_menu .search_area .menu_list li a{
    font-weight: normal;
    font-size: 1.5rem;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
}
/*.talk_consultant{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(21,21,25,1) 70%, rgba(21,21,25,1) 100%);
}*/
.cover .talk_consultant,
.solution .talk_consultant{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(71,27,72,1) 0%, rgba(71,27,72,1) 70%, rgba(21,21,25,1) 70%, rgba(21,21,25,1) 100%);
}
.talk_consultant{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(21,21,25,1) 70%, rgba(21,21,25,1) 100%);
    padding-top: 1.5rem;
}
.company .talk_consultant,
.training .talk_consultant{
    background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 70%, rgba(21,21,25,1) 70%, rgba(21,21,25,1) 100%);
}
.talk_consultant .desc_consultant{
    width: 100%;
    background-color: #1C1A37;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.talk_consultant .desc_consultant h2{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 5rem;
    text-align: center;
    color: #f3f3f3;    
    padding-bottom: 1.4rem;
    padding-top: 4.6rem;
}
.talk_consultant .desc_consultant p{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: center;
    color: #00d8ff;
    padding-bottom: 2.4rem;
}
.talk_consultant .desc_consultant a{
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 4.5rem;
    text-align: center;
    color: #151519;
    text-transform: uppercase;
    background-color: #00d8ff;
    width: 43rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5.2rem;
}
.footer{
    width: 100%;
    height: 100%;
    background-color: #151519;
    border-bottom: 0.2rem solid #000000;
}
.footer .main_footer{
    padding: 4rem 0 3.8rem;
    border-bottom: 0.2rem solid #FFFFFF;
}
.footer .main_footer h3{
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 4.5rem;
    text-align: center;
    color: #fff;
    padding-bottom: 3.2rem;
    text-transform: uppercase; 
}
.footer .main_footer ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer .main_footer ul li{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10rem;
    margin-bottom: 2rem;
}
.footer .main_footer ul li img{
    max-width: 85%;
    max-height: 10rem;
    padding: 1rem 2rem;
}
.footer .main_footer_top{
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 5rem;
}
.footer .main_footer_top .logo{
    margin-left: 5rem;
}
.footer .main_footer_top .logo svg{
    width: 14.2rem;
}
.footer .main_footer_top .logo svg *{
    fill: #FFFFFF;
}
.footer .main_footer_top .footer_menus{
    margin-left: 5.5rem;
    width: 100%;
    margin-right: 5rem;
}
.footer .main_footer_top .footer_menus .menu_footer{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 5rem;
}
.footer .main_footer_top .footer_menus .menu_footer li{
    height: 50%;
    margin-right: 5rem;
}
.footer .main_footer_top .footer_menus .menu_footer li a{
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: left;
    color: #f3f3f3;
}
.footer .main_footer_top .contact{
    width: 70%;
}
.footer .main_footer_top .contact h3{
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #f3f3f3;
}
.footer .main_footer_top .contact .phone{
    display: flex;
}
.footer .main_footer_top .contact .phone li{
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: left;
    color: #f3f3f3;
    margin-right: 1rem;
}
.footer .main_footer_top .contact .phone li:last-child{
    margin-right: 0;
}
.footer .main_footer_top .contact .phone li a{
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: left;
    color: #f3f3f3;
}
.footer .main_footer_low{
    display: flex;
    margin-top: 3.6rem;
    padding-bottom: 3.5rem;
}
.footer .main_footer_low .contact_media{
    margin-left: 5rem;
    margin-right: 8rem;
}
.footer .main_footer_low .contact_media .social_media{
    display: flex;
}
.footer .main_footer_low .contact_media .social_media li{
    margin-right: 1rem;
}
.footer .main_footer_low .contact_media .social_media li:last-child{
    margin-right: unset;
}
.footer .main_footer_low .contact_media .social_media li svg *{
    fill: #FFFFFF;
}
.footer .main_footer_low .address{
    display: flex;
    justify-content: flex-start;
}
.footer .main_footer_low .address .localization{
    height: 100%;
    margin-right: 4.5rem;
}
.footer .main_footer_low .address .localization h3{
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #f3f3f3;    
}
.footer .main_footer_low .address .localization a{
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: left;
    color: #f3f3f3;    
}
.developer{
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #151519;
}
.developer p{
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: center;
    color: #f3f3f3;
    text-transform: uppercase;
    padding: 1.5rem;
}
.developer a{
    color: #f3f3f3;
}    
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
  }
  .grecaptcha-badge:hover {
    width: 256px !important;
  }</pre></body></html>