:root {
    --page-gutter: 40px;
    --page-max-width: 1380px;
    --page-columns: 12;

    --header-height: 110px;
}

@media screen and (max-width: 1024px) {
    :root {
        --page-gutter: 32px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --page-gutter: 24px;
        --header-height: 79px;
    }
}

@media screen and (max-width: 640px) {
    :root {
        --page-gutter: 16px;
    }
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    border-width: 0;
    border-style: solid;
}

html {
    box-sizing: border-box;
    font-family: 'Aktiv Grotesk Extended', aktiv-grotesk-extended, system-ui,
        'Segoe UI', Roboto, Arial, sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    scroll-behavior: smooth;
    font-variant-numeric: lining-nums;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

abbr[title] {
    text-decoration: underline dotted;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

img,
video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.google-map * {
    border-style: none;
}

.swiper-wrapper {
    box-sizing: border-box;
}

ul,
ol {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

ol {
    padding-left: 1.75rem;
}

strong {
    font-weight: 600;
}

@media screen and (max-width: 768px) {

    h1,
    h2,
    h3,
    h4,
    h5 {
        margin-bottom: 1rem;
    }
}

.skip-link {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

.lenis.lenis-autoToggle {
    transition-property: overflow;
    transition-duration: 1ms;
    transition-behavior: allow-discrete;
}