body.patronite--new {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    background-color: #fcfcfc;
    word-break: break-word;
    overflow-x: hidden;
}

html{
    font-size: 16px;
}

.main-header{
    background-color: #fff;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    z-index: 99999999;
    display: flex;
}

.main-header--inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.logo{
    width: 166px;
}

.hero{
    display: flex;
    flex-direction: column;
    min-height: 282px;
    padding: 32px 0;
    background-color: #efefef;
    position: relative;
    background-image: url(img/patronite-sygnet-alpha.png);
    background-repeat: no-repeat;
    background-position: -47px -52px;
}

.hero .container-small{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero h1{
    font-size: 2rem !important;
    line-height: 2.5rem !important;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    color: #000000;
}

.imgs-logos-eu{
    margin-bottom: 55px;
}

.main-content{
    padding: 64px 0 40px;
}

section:not(:last-of-type){
    margin-bottom: 80px;
}

.section-title{
    font-size: 1.75rem !important;
    line-height: 2.5rem !important;
    padding-bottom: 24px;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 40px !important;
}

.section-title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 92px;
    background-color: #2279EF;
}

.section-body p, .section-body li{
    font-size: 1rem;
    line-height: 1.5rem;
}

.section-body ul li {
    list-style-type: disc;
}

.section-body p{
    margin-bottom: 0;
}

.stats{
    display: flex;
    gap: 16px;
}

.stats .stats-box{
    flex: 1;
}

.stats-box{
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}

.stats-box__title{
    font-weight: 600;
    display: flex;
    margin-bottom: 8px;
}

.stats-box__value{
    display: flex;
    color: #2279EF;
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 600;
}

.hashtags{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.hashtag{
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: #000;
}

footer{
    padding: 0 0 64px !important;
}

.patronite--new ul.with-dots li:not(:last-child) {
    margin-bottom: 4px;
}

.logo-eu{
    width: 170px;
}

.accessibility-menu{
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    margin-bottom: 32px;
    z-index: 2;
    position: relative;
}

.btn-icon{
    font-size: 2rem;
    background-color: transparent;
    color: inherit;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}

.btn-icon:focus-visible {
    outline: 1px solid #2279EF;
}

.contrast-menu--wrapper{
    position: relative;
}

.contrast-menu{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .25s all ease-in-out;
    background-color: #fff;
    border: 1px solid #D9D9D9;
}

.contrast-menu--wrapper:hover .contrast-menu{
    opacity: 1;
    visibility: visible;
}

.contrast-menu button{
    appearance: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 8px 16px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    background-color: transparent;
    font-weight: 600;
}

.contrast-menu button.yellow-black{
    background-color: #fcf755;
    color: #000;
}

.contrast-menu button.black-yellow{
    background-color: #000;
    color: #fcf755;
}

.contrast-menu button.black-white{
    background-color: #000;
    color: #fff;
}


@media screen and (max-width: 656px) {
    .patronite--new [class^="container"]{
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero h1 {
        font-size: 1.75rem !important;
        line-height: 2rem !important;
    }
    .main-content{
        padding: 32px 0 40px;
    }
    section:not(:last-of-type){
        margin-bottom: 40px;
    }
    .section-title, .stats-box__value{
        font-size: 1.5rem !important;
        line-height: 2.25rem !important;
    }
    .stats{
        flex-direction: column;
    }
    footer{
        padding: 0 0 32px !important;
    }
}

/* [ACCESSIBILITY] - Black white */

body.black-white{
    background-color: #000;
    color: #fff;
}

body.black-white .logo-letters{
    fill: #fff !important;
}

body.black-white .main-header{
    background-color: #000;
}

body.black-white .hero, body.black-white .stats-box{
    background-color: #161616;
}

body.black-white .stats-box__value{
    color: #fff;
}

body.black-white .hero h1{
    color: #fff;
}

body.black-white .hashtag{
    color: #fff;
}

/* [ACCESSIBILITY] - Yellow black */

body.yellow-black{
    background-color: #fcf755;
    color: #000;
}

body.yellow-black .logo-letters{
    fill: #000 !important;
}

body.yellow-black .main-header{
    background-color: #fcf755;
    border-color: #000;
}

body.yellow-black .hero, body.yellow-black .stats-box{
    background-color: #fff554;
}

body.yellow-black .stats-box{
    border-color: #000;
}

body.yellow-black .stats-box__value{
    color: #000;
}

body.yellow-black .hero h1{
    color: #000;
}

body.yellow-black .hashtag{
    color: #000;
}

/* [ACCESSIBILITY] - Black yellow */

body.black-yellow{
    background-color: #000;
    color: #fcf755;
}

body.black-yellow .logo-letters{
    fill: #fcf755 !important;
}

body.black-yellow .main-header{
    background-color: #000;
}

body.black-yellow .hero, body.black-yellow .stats-box{
    background-color: #0c0c0c;
}

body.black-yellow .stats-box{
    border-color: #fcf755;
}

body.black-yellow .stats-box__value{
    color: #fcf755;
}

body.black-yellow .hero h1{
    color: #fcf755;
}

body.black-yellow .hashtag{
    color: #fcf755;
}

/* [ACCESSIBILITY] - Font size */

html.font-size-1 {
    font-size: 20px !important;
    line-height: 28px !important;
}

html.font-size-2 {
    font-size: 24px !important;
    line-height: 32px !important;
}

html.font-size-3{
    font-size: 28px !important;
    line-height: 36px !important;
}

html.font-size-4{
    font-size: 32px !important;
    line-height: 40px !important;
}