<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.header.-fixed {
    position: fixed;
    background:     #cacaf7;
    padding: 4px !important;
}
.site-footer-copyright .-right a {
    background: #000;
    color: #fff !important;
    padding: 10px 30px !important;
    margin-left: 50px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 16px;
}
a.button.-small.btn-optional{
    background:     #000;
    color: #fff !important;
    padding: 10px 30px !important;
    margin-left: 50px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 16px;
}

a.button.-small.btn-optionals{
    background:     #dc2828;
    color: #fff !important;
    padding: 10px 30px !important;
    margin-left: 50px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 16px;
}

a.button.-small.btn-optionals .dark-scheme .button:not(.-outlined):not(.-text):not(.-flat):not(.-primary):not(.page-link):not(.-reset-color):not(:hover){
    background-color: #dc2828 !important;
}

.select2-container--default .select2-selection--single, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: 0 1rem;
    font-family: inherit;
    border: none;
    width: 100%;
    text-align: inherit;
    min-height: 3rem;
    background-color: #fff !important;
    font-size: 1.025rem;
    -webkit-border-radius: 0.35rem;
    border-radius: 0.35rem;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s;
}


select:not(.lang-dropdown) {
    color: #000 !important;
}


</pre></body></html>