#error-not-found #content{
    min-height: 525px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
#error-not-found #content p{
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}
#error-not-found h1{
    line-height: normal;
    margin: 0 0 24px;
}
@media(max-width: 767.98px){
    #error-not-found #content {
        min-height: 513px;
    }
    #error-not-found #content p{
        font-size: 12px;
        text-transform: lowercase;
    }
    #error-not-found #content p,
    #error-not-found h1{
        margin: 0 0 32px;
    }
}

/* cookie */
#privacy-pop-up p{
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 958px;
    margin: 0;
}
#privacy-pop-up p a{
    color: #fff;
    text-decoration: underline;
}
#privacy-pop-up .pop-up-inner{
    justify-content: space-between;
}
#privacy-pop-up .actions{
    margin-left: 24px;
}
#privacy-pop-up .pop-up-inner,
#privacy-pop-up .actions{
    display: flex;
    align-items: center;
}
#privacy-pop-up .btn:not(:last-child){
    margin-right: 24px;
}
#privacy-pop-up .btn:hover{
    border: 1px solid #000;
    color: #000;
    background: #fff;
}
#privacy-pop-up .btn{
    border: 1px solid #fff;
    color: #fff;
    min-width: 90px;
    padding: 6.5px 14.5px 7.5px;
    justify-content: center;
    outline: none;
    box-shadow: none;
}
#privacy-pop-up{
    display: none;
    background-color: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 24px 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-family: Roboto Mono;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media(max-width: 767.98px){
    #privacy-pop-up{
        padding: 16px 0;
    }
    #privacy-pop-up .actions{
        margin-top: 9px;
        margin-left: 0;
        justify-content: flex-end;
    }
    #privacy-pop-up .pop-up-inner{
        display: block;
    }
    #privacy-pop-up .btn:not(:last-child) {
        margin-right: 16px;
    }
    #privacy-pop-up p,
    #privacy-pop-up{
        font-size: 12px;
    }
    #privacy-pop-up .btn{
        font-size: 14px;
        min-width: 67px;
        padding: 2px 7px 3px;
    }
}

/* text animation */
.text-and-button-section.text-banner .text-and-button-title.text-animation p{
    display: inline;
}
.text-and-button-section.text-banner .text-and-button-title.text-animation {
    color: #000;
}
.text-and-button-section.text-banner .text-and-button-title.text-animation.animation-done::after{
    display: none;
}