*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #D4D4D8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

:-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

:-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/*cookie banner*/

#cookie-banner {
    position: fixed;
    bottom: 24px;
    left: 82px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 16px;
    border-radius: 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 358px;
    z-index: 999;
    flex-direction: column;
}

#cookie-banner .group-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

#cookie-banner p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Fixel';
}

#cookie-banner p a {
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    color: #000;
}

#cookie-refuse {
    border-radius: 100px;
    border: 1px solid #000;
    display: flex;
    width: 159px;
    height: 48px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
}

#cookie-accept {
    display: flex;
    width: 159px;
    height: 48px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #000;
    background: #EB5D40;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
}

#cookie-refuse:hover {
    background: #eb5d40;
}

#cookie-accept:hover {
    background: transparent;
}

.page-id-3576 div#cookie-banner,
.page-id-3593 div#cookie-banner {
    display: none !important;
}

.font-vn .steps-container .step-item .group-content h3 {
    font-family: "Source Serif 4", Sans-serif;
    font-weight: 500;
}

.font-vn p, .font-vn .quizzs-widget p {
    font-family: "Source Serif 4", Sans-serif;
}

.font-vn .quizzs-widget label {
    text-align: center;
    font-family: "Source Serif 4", Sans-serif;
}

body .btn-women.cs a {
    background-size: 100% 100%;
    padding: 12px 24px;
}

@media screen and (max-width: 767px) {
    #cookie-banner {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 376px) {
    #cookie-accept, #cookie-refuse {
        width: 125px;
    }

}