<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --bs-btn-font-family: 'Roboto';
}

.grecaptcha-badge {
    visibility: hidden;
}

@font-face {
    font-family: 'gothamlight';
    src: url('Gotham Light.otf');
}

body {
    /*font-family: Plus Jakarta Sans;*/
    /*font-family: 'gothamlight', sans-serif;*/
    font-family: 'Roboto';
    background-color: white;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: 100%;
}

a {
    color: black;
    height: fit-content;
}

a:hover {
    color: #fec90f;
}

.btn {
    font-family: 'Roboto' !important;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #303a53;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #303a53;
}

.btn-check+.btn:hover {
    background-color: white;
    color: black;
}

.btn-check:checked+.btn:hover {
    background-color: #303a53;
    color: white;
}

.btn-primary {
    --bs-btn-bg: #fec90f;
}

.btn {
    background-color: #303a5324;
    border: none;
    border-color: #fec90f;
    color: #303a53;
}

.btn:hover {
    background-color: #303a53;
    border-color: #fec90f;
    color: white;
}

.nav-link:hover {
    color: #fec90f;
}

.active {
    color: white !important;
    background-color: #303a53 !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: #303a53;
    color: white;
}

.modal-content {
    padding: 25px;
}

.alert-dismissible .btn-close {
    font-size: 0.8rem;
    padding: 0.5rem 0.5rem;
}

.select2-search__field {
    width: 100% !important;
}

.select2 {
    /*width: 100% !important;*/
    border-radius: 0px;
}

.has-success .cbx-label {
    color: #022148 !important;
}

.has-success .cbx-active {
    border-color: #fec90f !important;
    color: #022148 !important;
}

.has-success .cbx-active:hover, .has-success .cbx-active:focus {
    box-shadow: 0 0 0 0.25rem #fec90f73 !important;
}

span.selection {
    width: 100%;
}

.select2-selection__rendered {
    /*white-space: normal !important;
    overflow: visible !important;*/
}

.select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection .select2-selection__rendered {
    white-space: normal !important;
}

ul.select2-selection__rendered {
    overflow: visible;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.select2-container--open .select2-selection__rendered {
    flex-wrap: wrap;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: .15rem 0.5rem .15rem .25rem !important;
    margin: 0px 0px 0px 5px;
}

/*span.select2.select2-container.select2-container--krajee-bs5.select2-container--below {
    overflow: hidden;
    display: flex;
}*/

.select2-container--open .select2-selection--multiple .select2-selection__choice {
    margin: 0.35rem 0 0 0.25rem !important;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice__remove {
    float: left !important;
    margin-right: 2px;
}

.form-floating&gt;.select2-container--krajee-bs5 .select2-selection--multiple {
    padding: 0px !important;
}

.form-floating&gt;.select2-container--krajee-bs5 .select2-selection--multiple .select2-search__field {
    padding-left: 10px !important;
}

.select2-container--focus select2-container--open .form-floating&gt;.select2-container--krajee-bs5:not([dir="rtl"]) .select2-selection--multiple .select2-selection__choice {
    margin: 0.35rem 0 0 0.25rem !important;
}

.form-floating&gt;.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear {
    margin: 5px 10px 5px 10px !important;
}

.form-floating&gt;.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
    padding: 0.3rem;
    font-size: 1rem;
}

.select2-selection:focus,
select:focus,
input:focus {
    border-color: #fec90f !important;
    box-shadow: none !important;
}

.select2-selection__placeholder {
    color: #565656 !important;
}

.select2-search__field {
    font-family: 'Roboto' !important;
}

.select2-search__field::placeholder {
    color: #565656 !important;
}

.select2-selection__rendered {
    color: #565656 !important;
}

.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected] {
    background-color: #fec90f !important;
    color: white !important;
}

.select2-container--krajee-bs5 .select2-results__option.select2-results__option--selected,
.select2-container--krajee-bs5 .select2-results__option[aria-selected=true] {
    background-color: #303a53 !important;
    color: white !important;
}

.select2-container--krajee-bs5 .select2-results__option[aria-selected] {
    color: #6e6e6e;
}

select.is-valid+.select2-container--krajee-bs5 .select2-selection--single,
.has-success.select2-container--krajee-bs5 .select2-dropdown,
.has-success .select2-container--krajee-bs5 .select2-selection {
    border-color: #fec90f !important;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear {
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 8px;
    margin-left: 2px;
}

.form-floating&gt;.select2-container--krajee-bs5 .select2-selection--multiple {
    min-height: 45px;
    height: auto !important;
}

.form-control::placeholder {
    color: #565656
}

.alert-box {
    position: fixed;
    z-index: 9999;
    top: 3vh;
    left: 1vw;
}

.owl-carousel {
    width: auto;
}

.bootstrap-switch-handle-on {
    background: #FEC90F !important;
}

.cookie-switches {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-preferences .form-switch {
    display: flex;
    font-size: 1.2rem;
    margin-right: 4%;
    /*align-items: center;*/
}

.cookie-switches input[type="checkbox"]::before {
    content: none;
}

.cookie-wrapper {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    width: 30%;
    height: auto;
    background: white;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.cookie-wrapper header svg {
    font-size: 2rem;
    color: #022148;
}

.cookie-wrapper header {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.cookie-wrapper header i {
    color: #fec90f;
    font-size: 32px;
}

.cookie-wrapper header h2 {
    color: #fec90f;
    font-weight: 500;
}

.cookie-wrapper .cookie-data {
    margin-top: 16px;
}

.cookie-wrapper .cookie-data p {
    color: black;
    font-size: 16px;
}

.cookie-wrapper .cookie-data p a {
    color: #fec90f;
    text-decoration: none;
}

.cookie-wrapper .cookie-data p a:hover {
    text-decoration: underline;
}

.cookie-wrapper .cookie-buttons,
.cookie-wrapper .cookie-buttons-more {
    margin-top: 16px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: space-around;
}

.cookie-wrapper .cookie-buttons .cookie-btn,
.cookie-wrapper .cookie-buttons-more .cookie-btn {
    border: none;
    color: white;
    padding: 8px 6px;
    margin-right: 1%;
    margin-top: 10px;
    border-radius: 4px;
    background: #fec90f;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s ease;
}

.cookie-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: #00000059;
}

.cookie-wrapper .cookie-buttons #cookie-acceptBtn:hover,
.cookie-wrapper .cookie-buttons #cookie-declineBtn:hover,
.cookie-wrapper .cookie-buttons #cookie-submitBtn:hover {
    background-color: #d3b017;
}

#cookie-choicesBtn {
    border: 2px solid #fec90f;
    background-color: #fff;
    color: #4c4d4f;
}

#cookie-choicesBtn:hover {
    background-color: #fec90f;
    color: #fff;
}

.cookie-switches .form-check-input {
    margin-right: 7px;
}

@media only screen and (min-width: 1921px) {}

@media only screen and (max-width: 1921px) {}

@media screen and (max-width: 1680px) {
    .cookie-wrapper {
        width: 35%;
    }
}

@media only screen and (max-width: 1400px) {
    .cookie-wrapper {
        width: 40%;
    }
}

@media only screen and (max-width: 1200px) {
    .cookie-wrapper {
        width: 60%;
    }
}

@media only screen and (max-width: 992px) {
    
}

@media only screen and (max-width: 768px) {
    .cookie-preferences .form-switch {
        font-size: 1.2em;
    }

    .cookie-wrapper {
        width: 80%;
    }

    .cookie-switches {
        display: flex;
        align-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
    }

    .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
        padding: .15rem 1.5rem .15rem .25rem !important;
    }
}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 420px) {
    .cookie-wrapper {
        width: 90%;
    }
}

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 320px) {
    .cookie-preferences .form-switch {
        font-size: 0.7em;
        margin-right: 3%;
    }
}</pre></body></html>