    html,
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }

    h1,
    h2,
    h3,
    .display-1,
    .display-2,
    .display-3,
    .display-4,
    .display-5,
    .display-6 {
        letter-spacing: .2px;
    }
    
    :root {
        --overlay: rgba(0, 0, 0, .45);
    }

    body {
        font-family: 'Exo', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
        font-size: 16px;
    }

    .navbar.bg-body-tertiary {
        background-color: #e4f0f8 !important;
        --bs-bg-opacity: 1 !important;
        backdrop-filter: none !important;
    }

    .navbar-brand img {
        height: 40px;
    }

    .vh-45 {
        height: 45vh;
        min-height: 280px;
    }

    .slide-bg {
        background-size: cover;
        background-position: center;
    }

    .slide-overlay {
        background: var(--overlay);
    }

    .shadow-soft {
        box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    }

    .badge-light {
        background: rgba(255, 255, 255, .2);
        border: 1px solid rgba(255, 255, 255, .35);
    }

    footer a {
        color: inherit;
        text-decoration: none;
    }

    .caption-max {
        max-width: 760px;
    }

    .object-fit-contain {
        object-fit: contain;
        margin-top: 10px;
    }

    a.btn.btn-success {
        background-color: #000 !important;
        font-weight: bold;
    }

    a.btn.btn-success:hover {
        background-color: #2d693a !important;
        font-weight: bold;
    }

    button#send-btn {
        font-weight: bold !important;
    }

    h5 {
        font-weight: bold;
    }

    #footer {
        background-color: #000;
        color: #FFF !important;
    }

    .social-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .1);
    }

    .social-link svg {
        width: 18px;
        height: 18px;
    }

    .social-link:hover {
        background: #000;
    }

    .social-link:hover svg {
        fill: #fff;
    }

    .menu-icon {
        width: 16px;
        height: 16px;
        margin-right: .5rem;
        vertical-align: -2px;
        fill: #0A0A0A;
    }

    .bg-body-tertiary {
        background-color: #e4f0f8 !important;
    }

    .form-label {
        font-weight: bold;
    }

    .map-wrapper {
        position: relative;
        height: 100%;
    }

    #map-frame {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .map-badge {
        position: absolute;
        top: 12px;
        left: 16px;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        font-weight: 600;
        padding: 4px 8px;
        border-radius: 4px;
        font-family: 'Exo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        pointer-events: none;
        user-select: none;
    }

    @font-face {
        font-family: 'Exo';
        src: url('/assets/fonts/Exo-Thin.woff2') format('woff2'), url('/assets/fonts/Exo-Thin.woff') format('woff');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Exo';
        src: url('/assets/fonts/Exo-Regular.woff2') format('woff2'), url('/assets/fonts/Exo-Regular.woff') format('woff');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Exo';
        src: url('/assets/fonts/Exo-Italic.woff2') format('woff2'), url('/assets/fonts/Exo-Italic.woff') format('woff');
        font-weight: 400;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Exo';
        src: url('/assets/fonts/Exo-Bold.woff2') format('woff2'), url('/assets/fonts/Exo-Bold.woff') format('woff');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }