:root {
  --font: 'Kollektif', sans-serif;
  --bodyfont: 'Kollektif', sans-serif;
  --mobile_menu_width: 310px;
  --mobile_menu_move: -310px;
}

/* KOLLEKTIF */
@font-face {
  font-family: 'Kollektif';
  src: url('../kollektiv/Kollektif-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Kollektif';
  src: url('../kollektiv/Kollektif-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Kollektif';
  src: url('../kollektiv/Kollektif-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Kollektif';
  src: url('../kollektiv/Kollektif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ======================================
   GENERAL
   ====================================== */
* {
  box-sizing: border-box;
}
li.header_primary > a {
  padding: 9px 13px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  display: inlin:root{
    --bz_diagonal_radius: 4px;
    --bodyfont : 'Inter', sans-serif;
    --border-radius-small: 3px;
}
.bz_form {
    font-family: var(--bodyfont);
    max-width: 100%;
    margin: 0px;
    position: relative;
    padding: 0px 0px;
}

.bz_form .bz_form_fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bz_form .bz_form_fields .bz_form_field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    align-items: flex-start;
    max-width: 750px;
}

.bz_form .bz_form_fields .bz_form_field .bz_form_field_message {
    font-size: 14px;
    color: #666;
    font-family: var(--bodyfont);
    line-height: 1.4;
    position: absolute;
    right: 0;
    top: -12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px 14px;
}

.bz_form .bz_form_fields .bz_form_field .bz_form_field_el {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.bz_form .bz_form_fields .bz_form_field .bz_form_field_error_indicator {
    color: #d32f2f;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 6px;
    height: 4px;
    width: calc(100% - 40px);
    background-color: #d32f2f;
    left: 20px;
    border-radius: 0;
    /* background-color: #e5e5f7; */
    /* background-size: 10px 10px; */
    /* background-image: repeating-linear-gradient(45deg, #d32f2f 0, #d32f2f 3px, white 0, white 50%); */
}

.bz_form .bz_form_fields .bz_form_field .bz_form_field_error {
    background-color: #ffebee;
    background-color: #b93f3f;
    padding: 5px 8px;
    border-radius: 0p;
    font-size: 14px;
    /* border-left: 5px solid #d32f2f; */
    border-radius: 2px!important;
    color: white;
    font-weight: 700;
}

.bz_form .bz_form_fields .bz_form_field .bz_form_field_input {
    padding: 19px 20px;
    font-family: var(--bodyfont);
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.4;
    transition: box-shadow 0.2s ease;
    background-color: #fff;
    border: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.bz_form .bz_form_fields .bz_form_field .bz_form_field_input::placeholder {
    color: #888;
    font-size: 16px;
    font-weight: 400;
}

/* Select: custom arrow, matching padding */
.bz_form .bz_form_fields .bz_form_field select.bz_form_field_input {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 48px;
}

.bz_form .bz_form_fields .bz_form_field select.bz_form_field_input option[value=""][disabled] {
    color: #888;
}

.bz_form .bz_form_fields .bz_form_field .bz_form_field_input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.bz_form .bz_form_fields .bz_form_field .bz_btn.bz_btn_primary {
    background-color: var(--secondary);
    color: #FFFFFF;
    padding: 11px 30px;
    border: none;
    border-radius: var(--bz_diagonal_radius);
    font-family: var(--headerfont);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-md);
}

.bz_form .bz_form_fields .bz_form_field .bz_btn.bz_btn_primary:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 20px;
}

.bz_form .bz_form_fields .bz_form_field .bz_btn.bz_btn_primary:active {
    transform: translateY(0px);
    box-shadow: var(--shadow-md);
}

.bz_form .bz_form_fields .bz_form_field .bz_btn.bz_btn_primary:focus {
    outline: 3px solid rgba(0, 0, 0, 0.1);
    outline-offset: 2px;
}

.bz_form .bz_form_fields .bz_form_field .bz_btn.bz_btn_primary span {
    display: inline-block;
}

.bz_form .bz_form_field_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
}

.bz_form .bz_form_field_loader .bz_form_field_spinner {
    width: 34px;
    height: 34px;
    border: 6px solid #D3DDDE;
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.bz_form .bz_form_field_loader p {
    font-family: var(--headerfont);
    font-size: 30px;
    color: white;
    margin: 0;
}

.bz_form_field_submit{
    position: relative;
}
.bz_form_field_submit,
.bz_form_field_submit > button{
    width: 138px;
    border-radius: var(--border-radius-small)!important;
    /* font-size: 24px!important; */
}


/* modal fields */
.bz_form_field_modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #171717a8;
    z-index: 999999999999999999999999999999!important;
}
.bz_form_field_modal .bz_form_field_modal_content {
    width: 350px;
    height: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
}
.bz_form_field_modal_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.bz_form_field_modal_content .bz_sent_confirmation_img {
    width: 100px;
    height: 100px;
}

.bz_form_field_modal_content .bz_sent_confirmation_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bz_form_field_modal_content .bz_sent_confirmation_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.bz_form_field_modal_content .bz_sent_confirmation_content .bz_btn.bz_btn_primary.bz_form_field_modal_close {
    background-color: var(--primary);
    color: #FFFFFF;
    padding: 11px 30px;
    border: none;
    border-radius: var(--bz_diagonal_radius);
    font-family: var(--headerfont);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-md);
}

.bz_form_field_modal_content .bz_sent_confirmation_content .bz_btn.bz_btn_primary.bz_form_field_modal_close span {
    display: inline-block;
}

.bz_consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 0;
}

.bz_consent #bz_consent_checkbox {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--primary);
}

.bz_consent .bz_text.bz_txt_light {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    font-family: var(--bodyfont);
}

.bz_consent .bz_text.bz_txt_light .bz_text.bz_txt_primary {
    color: var(--accent);
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bz_consent .bz_text.bz_txt_light .bz_text.bz_txt_primary:hover {
    color: var(--secondary);
    text-decoration: none;
}

.bz_consent .bz_text.bz_txt_light .bz_text.bz_txt_primary:active {
    transform: translateY(1px);
}

.bz_consent .bz_text.bz_txt_light .bz_text.bz_txt_primary:focus {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
    border-radius: 2px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Section headers ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.bz_form_section {
    max-width: 750px;
    padding: 6px 0 2px;
}

.bz_form_section_title {
    display: block;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    font-family: var(--bodyfont);
    line-height: 1.4;
}

.bz_form_section_desc {
    margin: 5px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.80);
    font-family: var(--bodyfont);
    line-height: 1.5;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Upload field ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.bz_form_field_upload {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    transition: box-shadow 0.2s ease;
}

.bz_form_field_upload:hover {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.bz_form_field_upload_label {
    flex: 1;
    padding: 19px 20px;
    font-size: 16px;
    color: #888;
    font-family: var(--bodyfont);
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.bz_form_field_upload_label.has-file {
    color: #1a1a1a;
}

.bz_form_field_upload_btn {
    padding: 19px 20px;
    background-color: #e0e0e0;
    color: #444;
    font-size: 16px;
    font-family: var(--bodyfont);
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
    line-height: 1.4;
}

.bz_form_field_upload:hover .bz_form_field_upload_btn {
    background-color: #d0d0d0;
}


e-block !important;
  margin-right: 5px !important;
  color: white;
}
a.bz_btn {
  background-color: #f5f5f5;
  padding: 9px 13px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  display: inline-block !important;
  margin-right: 5px !important;
}
a.bz_btn.bz_btn_yellow {
  background-color: #fbba00;
  color: white;
}
a.bz_btn.bz_btn_white {
  background-color: #fff;
  color: #005a77;
}
a.bz_btn.bz_btn_blue {
  background-color: #005a77;
  color: white;
}

/* Specifiek voor huidige menu-item */
li.header_primary.current-menu-item > a {
  color: var(--primary) !important;
}

/* ======================================
   HEADER DESKTOP
   ====================================== */
.bz_header_desktop_spacer {
  display: block;
  width: 100%;
  background-color: var(--primary);
  height: 120px;
}
.bz_header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 123px;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 99999999;
}
.bz_header_secondary {
  width: 100%;
  background-color: var(--accent);
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-bottom: 2px solid #D2E1F4;
}
.bz_header_wrapper::after {
  content: "";
  background-color: var(--primary);
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.bz_header_secondary_inner{
    height: 35px!important;
    padding: 0px!important;
    display: flex!important;
    justify-content: flex-end!important;
    flex-direction: row;
    align-content: center;
}
.bz_header_secondary_inner > span {
    color: white !important;
    font-family: var(--font);
    font-size: 18px;
    font-weight: 300;
}

/* Style for .bz_header_secondary_inner menu */
.bz_header_secondary_inner .menu {
    display: flex;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    height: 100%;
}

.bz_header_secondary_inner .menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.bz_header_secondary_inner .menu li a {
    color: white !important;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 3px;
    transition: background 0.2s, color 0.2s;
}

.bz_header_secondary_inner .menu li a:hover,
.bz_header_secondary_inner .menu li a:focus {
    background: rgba(255,255,255,0.15);
    color: var(--gcid-vwuxcnix9v);
}
.bz_desktop,
.bz_header_secondary_inner {
  width: 80%;
  max-width: 1080px;
  display: flex;
  padding-top: 5px;
  padding-bottom: 7px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.bz_logo {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
  width: 200px;
  height: 100%;
}
.bz_logo img {
  height: 100%;
  max-width: 200px;
  max-height: 100%;
  object-fit: contain;
}
div.bz_header_upper {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}
div.bz_header_lower {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
}
div.bz_header_upper > div,
div.bz_header_lower > div {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
div.bz_header_upper > div > ul,
div.bz_header_lower > div > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  gap: 22px;
}
div.bz_header_upper > div > ul > li,
div.bz_header_lower > div > ul > li {
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
div.bz_header_upper > div > ul > li > a,
div.bz_header_lower > div > ul > li > a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
div.bz_header_upper > div > ul > li > a {
  font-family: var(--font);
  font-size: 17px;
  font-weight: 600;
  color: var(--text);
}
.bz_header_cta {
  background-color: var(--secondary);
  color: white !important;
  padding: 9px 16px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  display: inline-block !important;
  margin-right: 5px !important;
  border-radius: 20px;
}
.bz_header_cta > a {
  color: white !important;
}

/* ======================================
   HEADER ON SCROLL
   ====================================== */
.bz_header_wrapper.bz_header_scroll {
  height: 75px;
}
.bz_header_wrapper.bz_header_scroll > .bz_desktop {
  grid-template-rows: 1fr;
}
.bz_header_wrapper.bz_header_scroll > .bz_desktop > .bz_header_upper {
  display: none;
}
.bz_header_wrapper.bz_header_scroll > .bz_desktop > .bz_header_lower {
  grid-row: 1 / span 1;
}
.bz_header_wrapper.bz_header_scroll > .bz_desktop > .bz_header_lower > .menu-primary-container ul li > a {
  color: var(--primary);
}
.bz_header_wrapper.bz_header_scroll > .bz_desktop > .bz_header_lower > .menu-primary-container ul li.header_primary > a {
  background-color: var(--accent);
  color: white !important;
}
.bz_header_wrapper.bz_header_scroll .bz_logo img {
  width: 69px;
  display: block;
}
.bz_header_wrapper > .bz_desktop > .bz_logo > img.bz_logo_dark {
  display: none;
}
.bz_header_wrapper.bz_header_scroll > .bz_desktop > .bz_logo > img.bz_logo_dark,
.bz_header_wrapper.bz_header_scroll > .bz_mobile_header > .bz_logo > img.bz_logo_dark {
  display: block;
  padding: 5px;
}
.bz_header_wrapper.bz_header_scroll > .bz_header_secondary {
  display: none;
}

/* ======================================
   SUB-MENU
   ====================================== */
ul.sub-menu {
  list-style: none !important;
  padding: 15px 8px !important;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-radius: 4px;
  box-shadow: rgba(17, 17, 26, 0.05) 0 4px 16px,
              rgba(17, 17, 26, 0.05) 0 8px 32px;
}
ul.sub-menu > li {
  border-bottom: 2px solid #ededed;
  padding-bottom: 11px;
}
ul.sub-menu > li:last-child {
  border-bottom: none;
}
ul.sub-menu > li > a {
  padding-left: 12px;
}
.menu-item > ul {
  position: absolute;
  display: none;
}
.menu-item:hover > ul {
  display: flex;
}

/* ======================================
   MOBILE MENU
   ====================================== */
.bz_mobile {
  display: none;
}
body.bz_menu_lock {
  overflow: hidden;
}
.bz_mobile_menu {
  width: var(--mobile_menu_width);
  background-color: var(--bg);
  position: fixed;
  z-index: 99999999999;
  height: 100%;
  top: 0;
  right: 0;
  overflow-y: auto;
  transform: translateX(var(--mobile_menu_width));
  display: flex;
  flex-direction: column;
}
.bz_mobile_menu.bz_mobile_menu_open {
  padding: 13px 11px 40px;
  box-sizing: border-box;
  gap: 24px;
  transform: translateX(0);
}

/* Menu header: logo + close button */
.bz_mobile_menu_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
}
.bz_mobile_menu_header .bz_logo {
  width: 140px;
  cursor: pointer;
}
.bz_mobile_menu_header .bz_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.bz_mobile_menu_close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: white;
  opacity: 0.75;
  transition: opacity 0.2s ease;
  line-height: 0;
  flex-shrink: 0;
}
.bz_mobile_menu_close:hover {
  opacity: 1;
}

/* Top-level nav list */
.bz_mobile_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.bz_mobile_menu .menu > li {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
}
.bz_mobile_menu .menu > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.bz_mobile_menu .menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 2px;
  font-family: var(--font);
  font-size: 17px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 0;
  color: white;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.bz_mobile_menu .menu > li > a:hover {
  color: var(--accent);
  padding-left: 6px;
}

/* Arrow for items with sub-menu */
.bz_mobile_menu .menu > li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255,255,255,0.7);
  border-bottom: 2px solid rgba(255,255,255,0.7);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  margin-right: 2px;
  flex-shrink: 0;
}
.bz_mobile_menu .menu > li.menu-item-has-children.bz_sub_open > a::after {
  transform: rotate(-135deg);
}

/* Sub-menu (accordion, hidden by default) */
.bz_mobile_menu .sub-menu {
  display: none;
  list-style: none;
  padding: 4px 0 10px 12px !important;
  margin: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  flex-direction: column;
  gap: 0;
}
.bz_mobile_menu .sub-menu > li {
  border-bottom: none;
  padding-bottom: 0;
}
.bz_mobile_menu .sub-menu > li > a {
  display: block;
  padding: 9px 4px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  text-transform: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bz_mobile_menu .sub-menu > li:last-child > a {
  border-bottom: none;
}
.bz_mobile_menu .sub-menu > li > a:hover {
  color: white;
  padding-left: 8px;
}

/* Hitarea en transities voor mobile */
.bz_mobile_hitarea,
.bz_mobile_menu,
.bz_ease_page {
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 400ms ease;
}
.bz_mobile_hitarea {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999998;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background-color 400ms ease;
}
.bz_mobile_hitarea.bz_mobile_hitarea_open {
  background-color: rgba(0, 0, 0, 0.55);
  pointer-events: auto;
}
.bz_move_page {
  transform: translateX(var(--mobile_menu_move));
}
.bz_mobile_menu_open {
  transform: translateX(0);
}

ul > li.bz_header_cta.current-menu-item > a{
    color: white!important;
}
.bz_mobile_btn > img {
    width: 34px;
}

.bz_logo.bz_mobilemenu_logo > img {
    width: 190px;
}


.bz_mobile_menu .menu {
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 0px;
  flex-direction: column;
}
.bz_mobile_menu .menu > li {
  padding: 0;
}
.bz_mobile_menu .menu > li > a {
  font-family: var(--font);
  color: #181818 !important;
  font-weight: 900;
  font-size: 24px;
}
.bz_mobile_menu .menu > li.current_page_item > a {
  color: var(--secondary)!important;
  position: relative;
  padding-left: 20px;
}


.bz_mobile_menu::after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 230px;
  height: 240px;
  background-image: url(/wp-content/uploads/2026/03/header-illustratie.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  /* filter: saturate(0.5); */
  /* mix-blend-mode: multiply; */
}


/* ======================================
   MOBILE HEADER (<= 900px)
   ====================================== */
@media screen and (max-width: 900px) {
  .bz_desktop {
    display: none;
  }
  .bz_mobile {
    display: flex !important;
    width: 80% !important;
    height: 100% !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .bz_header_secondary {
    display: none !important;
  }
  .bz_header_desktop_spacer {
    height: 70px;
  }
  .bz_header_wrapper {
    height: 70px;
  }
  .bz_mobile > * {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .bz_mobile_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0;
  }
  .bz_mobile > .bz_logo {
    width: 160px;
    height: 100%;
    padding: 10px 0;
  }
  /* Slider controls uitschakelen in mobile */
  .bz_slider_controlls {
    display: none !important;
  }
  .bz_header_wrapper.bz_header_scroll > .bz_mobile_header > .bz_mobile_btn {
    background-color: var(--accent);
    height: 37px;
    width: 37px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* Full-width menu on phones */
  .bz_mobile_menu {
    width: min(var(--mobile_menu_width), 85vw);
    transform: translateX(min(var(--mobile_menu_width), 85vw));
  }
  .bz_header_wrapper::after{
    display: none;
  }
  .current_page_item{
  position:relative;
}
.current_page_item::after{
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-55%);
  width: 4px;
  height: 24px;
  background-color: var(--secondary);
  /*.bz_logo img border-radius: 50%; */
}
  .bz_logo img{
    max-width: 180px;
}
}

/* ======================================
   LAYOUT FIX (tussen 900-920px)
   ====================================== */
@media screen and (max-width: 920px) {
  .bz_desktop {
    grid-template-columns: 200px 1fr;
  }
}

.current_page_item > a {
  color: var(--secondary) !important;
}

.bz_logo > img{
  cursor: pointer!important;
}