.dbc-office-location:hover circle, .dbc-office-location circle {
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.dbc-office-location:hover circle.dbc-office-radius-1 {
    r: 24px;
}

.dbc-office-location:hover circle.dbc-office-radius-2 {
    r: 40px;
}

.dbc-office-location:hover circle.dbc-office-radius-3 {
    r: 59px;
}

.select2-container--default {
    width: 100%!important;
    min-height: 50px!important;
}

.select2-container--default .select2-selection--multiple {
    border: none!important;
    min-height: 50px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    border-radius: 13px;
    display: flex;
}

.select2-container--default .select2-selection--multiple .select2-search--inline {
    display: flex;
    min-height: 50px;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    margin: 0 0 0 10px;
}

.dbc-blog.dbc-content h2 {
    text-transform: inherit;
}

.chosen-container .chosen-results li.active-result {
    padding: 12px 5px;
}

.google-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.92);
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 13px;
    color: #1a1a1a;
    line-height: 1;
}

.google-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.google-rating-stars span[uk-icon] svg {
    width: 14px;
    height: 14px;
}

.google-rating-stars span[uk-icon] svg polygon {
    fill: #FBBC04;
    stroke: #FBBC04;
}

.google-rating-stars svg polygon {
    stroke: none!important;
}

@media (max-width: 640px) {

    .google-rating-badge {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        color: #103e5f !important;
        font-weight: bold;
        background: rgba(255,255,255,.3);
        margin-bottom: 20px;
    }

    .google-rating-badge .google-rating-text {
        width: 100%;
    }
}

@media (max-width: 1800px) and (min-width: 960px) {

    .dbc-footer-partners {
        padding: 0 100px 0 50px;
    }
}

@media (max-width: 1200px) {

    .uk-section:has(.dbc-business-card-image) {
        overflow: hidden;
        padding-top: 0;
    }

    .dbc-business-card-image {
        scale: 1.1;
        z-index: 0;
        max-height: 400px;
        position: relative!important;
        height: auto!important;
    }
}