@font-face { font-family: VillaAlbertine_Beta; src: url('../fonts/VillaAlbertine_Beta-Regular.woff'); }
.main {
    display: flex;
    flex-direction: column;
    max-width: 1410px;
    min-height: 100vh;
    margin: 0 auto;
    box-sizing: border-box;
}
.villaa-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 19px 24px 12px;
    border-bottom: 1px solid #000;
}
.villaa-header h1 {
    width: min-content;
    margin: 0;
    font-family: VillaAlbertine_Beta, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 98px;
    line-height: 88px;
}
.villaa-logos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    width: 50%;
    overflow: hidden;
}
.villaa-logos img {
    max-height: 176px;
    z-index: 2;
}
.villaa-logos img.ambassade {
    transform: scale(1.28);
    z-index: 1;
}
.villaa-logos img.mobile {
    display: none;
}
.villaa-subheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 42px;
    padding: 0 24px;
}
.villaa-subheader h2 {
    margin: 0;
    font-family: VillaAlbertine_Beta, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 44px;
    width: 100%;
}
.villaa-rs {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 81px;
}
.villaa-rs a {
    text-decoration: unset !important;
}
.villaa-choices {
    display: flex;
    margin: auto 0;
}
.villaa-choices a {
    width: 50%;
    height: 0;
    padding-bottom: 31.986%;
    text-decoration: unset !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.villaa-choices a:first-child {
    background-image: url('../images/lp/arts-and-ideas.jpg');
}
.villaa-choices a:last-child {
    background-image: url('../images/lp/education-and-research.jpg');
}
.villaa-choices span {
    display: block;
    padding: 24px;
    font-family: VillaAlbertine_Beta, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 98px;
    line-height: 88px;
}


@media screen and (max-width: 1024px) {
    .villaa-header  {
        padding-bottom: 24px;
    }
    .villaa-header h1 {
        font-size: 60px;
        line-height: 54px;
    }
    .villaa-logos img {
        max-height: 108px;
    }
    .villaa-choices span {
        padding: 12px 19px;
        font-size: 60px;
        line-height: 54px;
    }
}


@media screen and (max-width: 768px) {
    .villaa-header {
        margin-bottom: 17px;
        padding: 17px 15px;
    }
    .villaa-header h1 {
        width: auto;
        font-size: 20px;
        line-height: 20px;
    }
    .villaa-logos {
        gap: 10px;
    }
    .villaa-logos img {
        max-height: 26px;
    }
    .villaa-logos img.desktop {
        display: none;
    }
    .villaa-logos img.mobile {
        display: block;
    }
    .villaa-subheader {
        flex-direction: column;
        align-items: initial;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .villaa-subheader h2 {
        font-size: 37px;
        line-height: 40px;
    }
    .villaa-choices span {
        padding: 6px 15px;
    }
    .villaa-choices {
        flex-direction: column;
    }

    .villaa-choices a {
        width: 100%;
        padding-bottom: 63.85%;
    }
}