

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/open-sans-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/open-sans-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p {
    line-height: 25px;
}

.row img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border: 0 !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

figure {
    margin: 0;
}

#wrapper {

    margin: 0;
    padding: 0;
    position: relative;
}

input,
textarea {
    border: 1px solid #e1e1e1;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px;
}

input {
    height: 40px;
    margin: 3px 0;
    outline: none;
    line-height: normal;
    font-size: 14px;
}

input[type="submit"] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

select {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 5px;
}

input:focus,
textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

*:focus:not(:focus-visible) {
    outline: none;
}

:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

section {
    clear: both;
    overflow: hidden;
}

.row {
    max-width: 1245px;
    margin: 0 auto;
    padding: 35px 0;
    position: relative;
}

.no-padding-bottom .row,
.no-padding-bottom div,
.no-padding-bottom.row {
    padding-bottom: 0;
}

.no-padding-top.row,
.no-padding-top div {
    padding-top: 0;
}

.big-padding-top {
    padding-top: 75px !important;
}

.big-padding-bottom {
    padding-bottom: 85px !important;
}

[class*='col-'] {
    float: left;
    padding: 20px;
}

#clients .col-2-3 [class*='col-'] {
    padding: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.col-1 {
    width: 100%;
    padding-top: 0px;
}

.col-2 {
    width: 50%;

}

.col-3 {
    width: 33.33%;
}

.col-4 {

    width: 45%;

    padding: 0px;
    margin: 0px;

    aspect-ratio: 16 / 9;

    background-size: cover;
}

.col-5 {
    width: 33%;
}

.col-6 {
    width: 16.6666666667%;
}

.col-7 {
    width: 14.2857142857%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.1111111111%;
}

.col-10 {
    width: 10%;
}

.col-11 {
    width: 9.09090909091%;
}

.col-12 {
    width: 8.33%;
}

.col-2-3 {
    width: 66.66%;
}

.col-3-4 {
    width: 75%;
}

.col-9-10 {
    width: 90%;
}

.col-61 {
    width: 61.8%;
}

.col-38 {
    width: 38.2%;
}

#header {
    height: 71px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
    position: absolute !important;
    background: var(--header);
}

.scrollto {
    scroll-margin-top: 71px;
}

#header .row {
    padding: 0;
}

#header ul {
    text-align: center;
}

#header li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

#logo {
    float: left;
    height: 71px;
    line-height: 66px;
    margin-right: 15px;

    position: relative;
    z-index: 1;
}

#logo h1,
#logo h2 {
    display: inline-block;
}

#home #logo h1 {
    font-size: 28px;
    margin-right: 10px;
    font-weight: 900;
    padding: 0;
}

#logo h2 {
    font-size: 18px;
    padding: 0;
}

#logo a {
    background: transparent;
    text-decoration: none;
}

#logo img {

    width: auto;
    height: auto;
    max-height: 22px;
    vertical-align: middle;
    margin-right: 15px;
}

#navigation-logo {
    display: none;
}

.nav-solid #logo #banner-logo {
    display: none;
}

.nav-solid #logo #navigation-logo {
    display: inline-block;
}

.call-to-action {
    padding: 35px 0 35px 0;
}

.button {
    font-size: 16px;
    margin: 35px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
}

#video-section {
    position: relative;
}

.play-video {
    height: 110px;
    position: absolute;
    top: 50%;
    margin-top: -110px;
    width: 100%;
}

.play-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 45px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.play-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.play-icon:before {
    font-family: 'fontawesome';
    content: '\f144';
    speak: none;
    font-size: 74px;
    line-height: 110px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    color: var(--normal-text);
}

.play-video .play-icon {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: -webkit-transform ease-out 0.3s, background 0.4s;
    -moz-transition: -moz-transform ease-out 0.3s, background 0.4s;
    transition: transform ease-out 0.3s, background 0.4s;
}

.play-video .play-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.play-video .play-icon:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: var(--normal-text);
}

#header {
    font-size: 15px;
}

#header nav ul {
    text-transform: uppercase;

}

#header nav a {
    height: 71px;
    line-height: 71px;
    display: block;
    padding: 0 10px;
    margin-bottom: 0px;
}

#header nav a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header nav a:hover {

    opacity: 1;
}

#header nav#nav-main > ul > li > a:focus-visible,
#header nav#nav-main .nav-group summary:focus-visible,
#header nav#nav-main .nav-lang summary:focus-visible,
#header #nav-lang-mobile .nav-lang summary:focus-visible,
#header .theme-toggle:focus-visible,
#nav-trigger > span:focus-visible {
    outline: 2px solid #fff;

    outline-offset: -2px;
}

#header nav#nav-main .nav-sub a:focus-visible,
#header nav#nav-main .nav-lang .lang-options a:focus-visible,
#header #nav-lang-mobile .nav-lang .lang-options a:focus-visible,
#header nav#nav-mobile a:focus-visible,
#header nav#nav-mobile .nav-group summary:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: -2px;
}

#header nav .nav-lang {
    position: relative;
}

#header nav .nav-lang summary {

    height: 71px;
    line-height: 71px;
    padding: 0 10px;
    cursor: pointer;
    color: var(--on-header);
    opacity: 0.75;

    list-style: none;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#header nav .nav-lang summary::-webkit-details-marker {
    display: none;
}

#header nav .nav-lang summary:hover,
#header nav .nav-lang[open] summary {
    opacity: 1;
}

#header nav .nav-lang summary .svg-icon {
    width: 1.25em;
    height: 1.25em;

    vertical-align: -0.24em;

    background: transparent;
}

#header nav .lang-options {
    padding: 6px 0;
    border-radius: 3px;
    background: var(--surface);
    box-shadow: var(--panel-shadow);
    text-transform: none;

    text-align: left;
}

#header nav .lang-options .lang-option {
    display: block;
    height: auto;
    line-height: 1.4;
    padding: 8px 16px;
    white-space: nowrap;
    border-left: 3px solid transparent;
    color: var(--link);

    background: transparent;
    opacity: 0.8;
}

#header nav .lang-options a.lang-option:hover {
    color: var(--link);
    background: var(--panel-hover);
    opacity: 1;
}

#header nav .lang-options .is-current {
    font-weight: 700;
    border-left-color: var(--primary);
    background: var(--panel-hover);
    opacity: 1;
    cursor: default;
}

@media all and (min-width: 1024px) {
    #header nav .lang-options {
        position: absolute;
        top: 71px;
        right: 0;
        z-index: 10;
    }

    nav#nav-main {
        position: relative;
    }

    #header nav#nav-main .nav-lang {
        position: absolute;
        top: 0;
        right: 0;
    }
}

#nav-lang-mobile {
    display: inline-block;
    vertical-align: top;
}

#nav-lang-mobile .lang-options {
    position: absolute;
    top: 71px;
    right: 0;
    z-index: 10;
}

@media all and (max-width: 1023px) {
    #nav-mobile .nav-lang {
        display: none;
    }
}

#header nav .theme-toggle {

    display: block;
    height: 71px;
    line-height: 71px;
    padding: 0 10px;
    border: 0;
    background: transparent;
    color: var(--on-header);
    opacity: 0.75;
    cursor: pointer;

    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#header nav .theme-toggle:hover {
    opacity: 1;
}

#header nav .theme-toggle .svg-icon {

    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    vertical-align: -0.24em;
    background: transparent;
}

#header nav .theme-toggle .icon-moon {
    display: none;
}

html.theme-light #header nav .theme-toggle .icon-moon {
    display: inline-block;
}

html.theme-light #header nav .theme-toggle .icon-sun {
    display: none;
}

@media all and (min-width: 1024px) {
    #header nav#nav-main .nav-theme {
        position: absolute;
        top: 0;
        right: calc(1.25em + 20px);
    }
}

#nav-theme-mobile {
    display: inline-block;
    vertical-align: top;
}

html.no-theme-choice .nav-theme,
html.no-theme-choice #nav-theme-mobile {
    display: none !important;
}

@media all and (max-width: 1023px) {
    #nav-mobile .nav-theme {
        display: none;
    }
}

html.theme-animating {
    transition-property:
        --primary, --primary_0, --primary_100, --secondary,
        --normal-text, --header-text, --section-title, --section-subtitle,
        --section-heading, --link, --border, --footer-text,
        --surface, --surface-alt, --surface-border, --divider, --panel-hover,
        --hero-text, --muted-text, --faint-text, --accent-text;
    transition-duration: 320ms;
    transition-timing-function: ease;
}

@media (prefers-reduced-motion: reduce) {
    html.theme-animating {
        transition-duration: 0s;
    }
}

#header nav .nav-group {
    position: relative;
}

@media all and (min-width: 1024px) {

    #header nav .nav-sub a.nav-sub-all {
        display: none;
    }
}

#header nav .nav-group summary {
    height: 71px;
    line-height: 71px;
    padding: 0 10px 0 0;
    cursor: pointer;
    color: var(--on-header);
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header nav .nav-group summary a {

    display: inline-block;
    vertical-align: top;
    padding-right: 4px;
}

#header nav .nav-group summary::-webkit-details-marker {
    display: none;
}

#header nav .nav-group summary::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: 0.15em;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

#header nav .nav-group details[open] summary::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#header nav .nav-sub {
    padding: 6px 0;
    border-radius: 3px;
    background: var(--surface);
    box-shadow: var(--panel-shadow);
    text-transform: none;

    text-align: left;
}

#header nav .nav-sub a {
    display: block;
    height: auto;
    line-height: 1.4;
    padding: 8px 16px;
    white-space: nowrap;
    border-left: 3px solid transparent;
    color: var(--link);

    background: transparent;
    opacity: 0.8;
}

#header nav .nav-sub a:hover {
    color: var(--link);
    background: var(--panel-hover);
    opacity: 1;
}

#header nav .nav-sub a.active {
    font-weight: 700;
    border-left-color: var(--primary);
    background: var(--panel-hover);
    color: var(--link);
    opacity: 1;

    border-bottom: 0;
}

@media all and (min-width: 1024px) {
    #header nav .nav-sub {
        position: absolute;
        top: 71px;
        left: 0;
        min-width: 100%;
        z-index: 10;
    }
}

#header nav#nav-mobile .nav-group summary {
    height: auto;
    line-height: normal;
    padding: 15px;

    color: var(--link);
    opacity: 0.8;
    border-left: 3px solid transparent;
}

#header nav#nav-mobile .nav-group summary:has(a.active) {
    font-weight: 700;
    border-left-color: var(--primary);
    background: var(--panel-hover);
    opacity: 1;
}

#header nav#nav-mobile .nav-group summary a {
    display: inline;
    height: auto;
    line-height: normal;
    padding: 0;
    background: transparent;

    border-left: 0;
}

#header nav#nav-mobile .nav-sub {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

#header nav#nav-mobile .nav-sub a {
    padding: 12px 15px 12px 32px;
    border-top: 1px solid var(--surface-border);
}

#header.nav-solid [class*='col-'] {
    padding: 0 20px;
}

#header.nav-solid {

    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    left: 0;
}

#header.nav-solid nav a {

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header nav .active {
    font-weight: 700;
    border-bottom: 3px solid;
    border-color: var(--on-header);
}

#header.nav-solid nav a:hover {

    opacity: 1;
}

#header i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

#header i:hover {

    opacity: 1;
}

#header.nav-solid i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

#header.nav-solid i:hover {

    opacity: 1;

}

#nav-trigger {
    display: none;
    text-align: right;
}

#nav-trigger > span {
    display: inline-block;
    width: 38px;
    height: 71px;
    color: var(--link-hover-active);
    cursor: pointer;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#nav-trigger > span:after {
    display: inline-block;
    content: "";
    width: 38px;
    height: 71px;
    background-color: var(--on-header);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"/></svg>') no-repeat center / 22px 22px;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"/></svg>') no-repeat center / 22px 22px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#nav-trigger > span.open:after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
}

#nav-trigger > span:hover,
.nav-solid #nav-trigger > span.open:hover,
.nav-solid #nav-trigger > span:hover {

    opacity: 1;
}

#nav-trigger > span.open,
#nav-trigger > span.open:hover {
    color: var(--link-hover-active);
}

.nav-solid #nav-trigger > span.open:hover {
    color: var(--footer-text);
}

.nav-solid #nav-trigger > span {
    color: var(--footer-text);
    opacity: 1;
}

nav#nav-mobile {
    position: relative;
    display: none;
}

nav#nav-mobile ul li a {
    padding: 15px;
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: var(--surface);
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}

nav#nav-mobile ul:after {
    display: none;
}

nav#nav-mobile .nav-panel-logo {
    display: none;
}

nav#nav-mobile li {
    margin: 0 20px;
    float: none;
    text-align: left;
    border-bottom: 1px solid var(--surface-border);
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

.nav-solid nav#nav-mobile li {
    border-top: 1px solid var(--surface-border);
    border-bottom: none;
}

.nav-solid nav#nav-mobile li:first-child {
    border-top: none;
}

nav#nav-mobile a {
    display: block;
    padding: 12px 0;
    width: 100%;
    height: auto;
    line-height: normal;
    display: block;
    border-bottom: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header nav#nav-mobile a {
    color: var(--link);
    opacity: 0.8;
    border-left: 3px solid transparent;

    background: transparent;
}

#header nav#nav-mobile a:hover,
#header nav#nav-mobile .nav-sub a:hover,
#header nav#nav-mobile .nav-group summary:hover {
    background: var(--panel-hover);
    opacity: 1;
}

#header nav#nav-mobile a.active {
    font-weight: 700;
    border-left-color: var(--primary);
    background: var(--panel-hover);
    opacity: 1;
}

#header nav#nav-mobile .nav-group summary a:hover {
    background: transparent;
}

#header .col-4 {
    text-align: right;
}

.social-icons {
    display: inline-block;
    list-style: none;
}

.social-icons a {
    display: inline-block;
    width: 2.75em;
    text-align: center;
}

.social-icons .svg-icon {
    width: 2em;
    height: 2em;
}

.social-icons span {
    display: none;
}

img {
    vertical-align: top;
}

/* Inline icons, sized like the icon font they replaced: 1em square, painted
   with whatever `color` the surrounding rules set. These paths come from Font
   Awesome Free 6.7.2 (icons: CC BY 4.0, https://fontawesome.com/license/free),
   inlined so the page no longer waits on a CDN stylesheet and two webfonts.

   The class is also worn by the theme toggle's two <i> elements, which the kit
   swaps for its own <svg> — Font Awesome copies author classes across, so the
   sizing below applies before and after. Those two are the only icons here
   that come from the kit rather than from a path in this repo, because
   `moon-star` is a Pro glyph and the licence does not cover keeping its
   drawing in our source. */
.svg-icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.125em;
}

.image-center {
    display: block;
    margin: 0 auto;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}

h1 {
    padding: 20px 0;
}

h2 {
    padding: 14px 0;
}

.banner-intro {

    margin: 0;
    padding: 14px 0;
    line-height: normal;

    max-width: 55ch;
}

@media (max-width: 1279px) {
    #home .banner-intro {
        max-width: 48ch;
    }
}

.banner-intro-next {
    display: block;
    margin-top: 28px;
}

.expertise-line {

    margin: 0;
    padding: 20px 0 4px;
    display: flex;

    align-items: center;
    gap: 0.3em;

    font-size: clamp(14px, 4.4vw, 34px);
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .expertise-line-grow {
        width: max-content;
    }
}

@media (max-width: 767px) {
    #home .expertise-line {
        font-size: clamp(15px, 5vw, 24px);
    }

    #home .banner-intro {
        font-size: clamp(15px, 4.6vw, 18px) !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #home .expertise-line {
        font-size: 28px;
    }
}

.expertise-rotator {
    --expertise-icon: 1.5em;
    --expertise-step: calc(var(--expertise-icon) + 0.3em);
    display: block;
    height: var(--expertise-step);
    overflow: hidden;
}

.expertise-reel {
    display: block;

    animation: expertise-cycle 10s infinite;
}

.expertise-reel > span {
    display: flex;
    align-items: center;
    gap: 0.3em;
    height: var(--expertise-step);
}

.expertise-reel :is(img, svg) {
    height: var(--expertise-icon);
    width: calc(var(--expertise-icon) * 1.3);
    flex: 0 0 calc(var(--expertise-icon) * 1.3);
}

:root {
    --kit-icon-boost: 1.3;
}

.expertise-reel svg.fa-hand-holding-gear-industry-sack-dollar {
    height: calc(var(--expertise-icon) * var(--kit-icon-boost));
}

@media (max-width: 767px) {
    .expertise-rotator {
        --expertise-icon: 2em;
    }
}

@keyframes expertise-cycle {

    0%,
    20% {
        transform: translateY(0);
    }

    25%,
    45% {
        transform: translateY(calc(-1 * var(--expertise-step)));
    }

    50%,
    70% {
        transform: translateY(calc(-2 * var(--expertise-step)));
    }

    75%,
    95% {
        transform: translateY(calc(-3 * var(--expertise-step)));
    }

    100% {
        transform: translateY(calc(-4 * var(--expertise-step)));
    }
}

@media (prefers-reduced-motion: reduce) {
    .expertise-reel {
        animation: none;
    }
}

h3 {
    padding: 10px 0;
}

.card-title,
h4 {
    padding: 7px 0;
}

h5 {
    padding: 7px 0;
}

h6 {
    padding: 7px 0;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.content-left {
    display: flex;
    justify-content: left;
}

.content-center {
    display: flex;
    justify-content: center;
}

.content-right {
    display: flex;
    justify-content: right;
}

.section-heading {
    padding: 0 0 15px 0;
}

.row > .section-heading {
    padding-left: 20px;
    padding-right: 20px;
}

h1.section-title {
    padding: 14px 0 0 0;
}

.section-heading:has(> .section-subtitle) h1.section-title {
    padding-bottom: 14px;
}

.section-heading h1.section-title:after {
    margin-top: 20px;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
}

.section-heading > .section-subtitle {
    max-width: 720px;
    margin: 0;
    line-height: 28px;
}

.text-center .section-heading > .section-subtitle {
    margin-left: auto;
    margin-right: auto;
}

.section-heading.has-title-icon {
    display: grid;

    grid-template-columns: auto auto;
    justify-content: start;
    align-items: center;
    gap: 0 28px;
}

.section-heading.has-title-icon .title-icon {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 94px;
    text-align: center;

    font-size: 84px;
    line-height: 0;
    color: var(--primary);

    --fa-secondary-opacity: 0.3;
}

@media (max-width: 767px) {

    .section-heading.has-title-icon {
        gap: 0 20px;
    }

    .section-heading.has-title-icon .title-icon {
        width: 64px;
        font-size: 56px;
    }
}

.showcase-cta {
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 30px;
    padding-top: 30px;
}

.showcase-cta p {
    font-size: 16px;
}

.showcase-cta .cta-signature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.showcase-cta .cta-face {
    display: block;
    flex: 0 0 104px;
    width: 104px;
    height: 104px;
    object-fit: cover;
    object-position: 50% 4%;
    border-radius: 50%;
}

.showcase-cta .cta-signature-body {
    flex: 0 1 auto;
    min-width: 0;
}

.showcase-cta .cta-signature-body > p:first-child {
    margin: 0 0 10px;
}

.showcase-cta .cta-name {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}

.showcase-cta .cta-role {
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.showcase-cta .cta-mail {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 20px;
}

.section-heading h3,
.section-kicker {
    font-size: 14px;
    font-weight: bold;
    color: var(--section-heading);
    letter-spacing: 2px;
    padding: 10px 0 0;
}

p.section-kicker {
    margin: 0;
    line-height: normal;
}

.section-title {
    margin: 0;
    padding: 14px 0;
    line-height: normal;
}

#home {
    background-size: cover;
}

@media (max-width: 767px) {
    #home {
        min-height: 100vh;
        min-height: 100svh;
        display: flex;
        flex-direction: column;
    }

    #banner-content.row {
        flex: 1 1 auto;
        display: flex;
        align-items: center;

        padding-bottom: 110px !important;
    }

    #banner-content.row > .col-61 {
        width: 100%;
        float: none;
        display: flex;
    }

    #banner-content .section-heading {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #home .scroll-cue {
        display: flex;
    }
}

#banner-content.row {
    padding-top: 170px;
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    #home {
        height: auto;
        min-height: 100vh;
        min-height: 100svh;
        display: flex;
        flex-direction: column;
    }

    #banner-content.row {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        padding-top: 91px;
        padding-bottom: 40px;

        width: 100%;
    }

    #banner-content.row > .col-61 {
        width: 61.8%;
        float: none;
    }
}

@media (min-width: 1280px) {
    #banner-content.row {
        margin-left: calc(17px + (100vw - 1280px) * 0.3);
    }
}

.banner-spacer {
    height: 30px;
}

.scroll-cue {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--section-title);
    text-decoration: none;
    transition: color .2s linear, opacity .3s ease;
}

.scroll-cue.is-spent {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility 0s linear .3s;
}

@media (max-width: 767px) {
    .scroll-cue {
        display: none;
    }
}

.scroll-cue:hover,
.scroll-cue:focus-visible {
    color: var(--accent-text);
}

.scroll-cue-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px;

    line-height: 1;
}

.scroll-cue :is(i, svg) {
    display: block;
    width: 26px;
    height: 26px;
    fill: currentColor;
    transition: transform .2s ease-out;

    animation: scroll-cue-bounce 1.8s ease-in-out 1.2s 3;
}

@keyframes scroll-cue-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(7px);
    }

    60% {
        transform: translateY(3px);
    }
}

.scroll-cue:hover :is(i, svg),
.scroll-cue:focus-visible :is(i, svg) {
    transform: translateY(4px);
}

.scroll-cue:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 6px;
    border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {

    .scroll-cue,
    .scroll-cue :is(i, svg) {
        transition: none;
    }

    .scroll-cue :is(i, svg) {
        animation: none;
    }

    .scroll-cue:hover :is(i, svg),
    .scroll-cue:focus-visible :is(i, svg) {
        transform: none;
    }
}

#home {
    position: relative;
}

#home .scroll-cue {
    color: var(--hero-text);
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .55));
}

#home .scroll-cue:hover,
#home .scroll-cue:focus-visible {
    color: var(--accent-text);
}

.showcase-top {
    padding-top: 110px;
}

.showcase-top.about-top {
    padding-top: 85px;
}

.showcase-top.title-top {
    padding-top: 96px;
}

@media (max-width: 767px) {

    .showcase-top.about-top {
        padding-top: 100px;
    }
}

.fa-1x {
    font-size: 15px !important;
}

.icon {
    width: 60px;
}

.icon-block {
    position: relative;
}

.icon-block h4,
.icon-block .card-title {
    font-weight: bold;
    padding-top: 0;
}

.icon-block .icon {
    position: absolute;
}

.icon-block p {
    margin-top: 0;
}

.icon-left .icon {
    left: 15;
}

.icon-left .icon-block-description {
    padding-left: 53px;
}

.icon-right .icon {
    right: 15;
}

.icon-right .icon-block-description {
    padding-right: 53px;
}

.icon-top {
    display: block;
}

.icon-top .icon {
    position: relative;
    display: block;
}

.icon-top .icon-block-description {
    padding-top: 25px;
}

.area-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}

.area-grid > .col-6 {
    width: auto;
    float: none;
}

#businessareas .area-grid {
    counter-reset: area;
}

#businessareas .area-grid > .col-6.icon-block {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--surface-border);
    border-radius: 10px;
    background: var(--surface);
    box-shadow: var(--card-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

#businessareas .icon-block::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.07;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease;
    pointer-events: none;
}

#businessareas .area-grid > .icon-block:nth-child(1)::after {
    background-image: url("../images/icons/assetmanagement_logo.svg");
}

#businessareas .area-grid > .icon-block:nth-child(2)::after {
    background-image: url("../images/icons/gis_logo.svg");
}

#businessareas .area-grid > .icon-block:nth-child(3)::after {
    background-image: url("../images/icons/remotesensing_logo.webp");
}

#businessareas .area-grid > .icon-block:nth-child(4)::after {
    background-image: url("../images/icons/ai_logo.webp");
}

#businessareas .icon {
    position: relative;
    z-index: 1;
}

#businessareas .icon-top .icon-block-description {
    position: relative;
    z-index: 1;
}

#businessareas .icon-block-description::before {
    counter-increment: area;
    content: "0" counter(area);
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--section-subtitle);
}

#businessareas .icon-block p {
    color: var(--muted-text);
}

#businessareas .card-title {
    text-wrap: pretty;

    color: var(--normal-text);
}

@media (min-width: 768px) {

    #businessareas .area-grid {
        gap: 20px;
    }

    #businessareas .area-grid > .col-6.icon-block {
        padding: 30px 28px 34px !important;
    }

    #businessareas .icon-block:hover {
        transform: translateY(-4px);
        box-shadow: var(--card-shadow-hover);
        border-color: var(--primary);
    }

    #businessareas .icon-block::after {
        width: 180px;
        height: 180px;
    }

    #businessareas .icon-block:hover::after {
        transform: scale(1.12) rotate(-6deg);
        opacity: 0.14;
    }

    #businessareas .icon,
    #businessareas .icon img {
        width: 58px;
    }

    #businessareas .icon img {
        height: 58px;
    }

    #businessareas .icon-top .icon-block-description {
        padding-top: 22px;
    }

    #businessareas .icon-block-description::before {
        font-size: 13px;
        padding-bottom: 10px;
    }

    #businessareas .card-title {
        font-size: 21px;
    }

}

@media (max-width: 767px) {

    #businessareas .area-grid > .col-6.icon-block {
        padding: 16px 14px 18px !important;
        border-width: 1px;
    }

    #businessareas .icon-block::after {
        right: -22px;
        bottom: -22px;
        width: 96px;
        height: 96px;
    }

    #businessareas .icon-top .icon-block-description {
        padding-top: 12px;
    }

    #businessareas .icon-block-description::before {
        font-size: 11px;
        letter-spacing: 1.5px;
        padding-bottom: 6px;
    }

    #businessareas .card-title,
    #businessareas .icon-block p {
        -webkit-hyphens: auto;
        hyphens: auto;
        overflow-wrap: break-word;
    }

}

@media (min-width: 768px) and (max-width: 1180px) {
    #businessareas .area-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.industry-strip {
    border-top: 1px solid var(--surface-border);
    margin-top: 34px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 24px;
}

.industry-label {
    margin: 0;

    flex: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--section-heading);
}

@media (max-width: 767px) {
    .industry-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}

.banner-parallax-1,
.banner-parallax-2,
.banner-parallax-3 {
    min-height: 350px;
}

.divider {
    position: relative;
    width: 40%;
    height: 20px;
    line-height: 20px;
    margin: 10px auto 5px auto;
    clear: both;
    text-align: center;
}

.divider-inner {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    border-top: 1px solid;
    border-color: #e1e1e1;
}

.divider i {
    background: var(--normal-text);
    position: relative;
    top: -11px;
    padding: 0 5px 0 5px;
    color: #e1e1e1;
}

.introduction img.featured {
    padding: 55px 0 0 0;
}

.features.row {
    padding-left: 5%;
    padding-right: 5%;
}

.features div:nth-child(4) {
    clear: both;
}

.testimonial {
    padding: 15px;
}

blockquote {
    position: relative;
}

.testimonial img {
    max-height: 120px;
    border-radius: 250em;
}

.testimonial footer {
    padding-top: 15px;
}

.testimonial.classic img {
    display: inline-block;
    margin-bottom: 25px;
}

.testimonial.classic q {
    display: block;
}

.testimonial.bigtest {
    padding-top: 0;
}

.testimonial.bigtest q {
    font-size: 22px;
}

.backgroundimage {

    width: 100%;
    height: 180px;
    z-index: 0;
    border-radius: 16px;

    border: 1px solid white;
}

.text-on-image {
    position: absolute;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--section-subtitle);
    z-index: 2;

}

.text-on-image:hover {
    border-color: var(--primary_100);
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;

        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        z-index: 2147483647;

        text-align: center;
        padding: 25%;

        cursor: pointer;
        background: var(--secondary);

        background: rgba(0, 0, 0, 0);
    }

    .featherlight:last-of-type {

        background: var(--secondary);
        border: 3px solid;
        border-color: var(--border);
    }

    .featherlight:before {

        content: '';

        display: inline;
        height: 100%;

        vertical-align: top;
        margin-right: -0.25em;
    }

    .featherlight .featherlight-content {

        text-align: left;

        vertical-align: top;
        display: inline;

        overflow: auto;

        padding: 25px;
        border-bottom: 25px solid transparent;

        min-width: 30%;

        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;

        cursor: auto;

        white-space: normal;
    }

    .featherlight .featherlight-inner {

        display: block;
    }

    .featherlight .featherlight-close-icon {

        position: absolute;
        z-index: 9999;
        top: 25px;
        right: 25px;

        line-height: 25px;
        width: 25px;

        cursor: pointer;
        text-align: center;
        color: var(--normal-text);
        font-family: "fontawesome";
        font-size: 22px;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight .featherlight-close-icon:hover {
        opacity: 1;
    }

    .featherlight .featherlight-image {

        max-height: 100%;
        max-width: 100%;
    }

    .featherlight-iframe .featherlight-content {

        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {

        border: none;
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {

        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;

        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }

}

@media all {

    .featherlight-next,
    .featherlight-previous {
        font-family: "fontawesome";
        font-size: 22px;
        display: block;
        position: absolute;
        top: 25px;
        right: 0;
        bottom: 0;
        left: 80%;
        cursor: pointer;

        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-previous {
        left: 0;
        right: 80%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: inline-block;
        opacity: 0.3;
        position: absolute;
        top: 50%;
        width: 100%;
        font-size: 80px;
        line-height: 80px;

        margin-top: -40px;
        color: var(--normal-text);
        font-style: normal;
        font-weight: normal;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-next span {
        text-align: right;
        left: auto;
        right: 7%;
    }

    .featherlight-previous span {
        text-align: left;
        left: 7%;
    }

    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
        opacity: 1;
    }

    .featherlight-loading .featherlight-previous,
    .featherlight-loading .featherlight-next {
        display: none;
    }
}

@media only screen and (max-device-width: 1024px) {

    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: none;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}

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

    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }

    .featherlight-previous {
        left: 10px;
        right: 85%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px;
    }
}

#video-box {
    color: var(--normal-text);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.video_container,
.easyContainer {
    position: relative;
    padding-bottom: 56.25%;

    margin: 0;
    padding-top: 0;

    height: 0;
    overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.slvj-lightbox iframe,
.slvj-lightbox object,
.slvj-lightbox embed {
    width: 100% !important;
    height: 529px !important;
}

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -998;
}

#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-window,
#slvj-window * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-back-lightbox {
    max-width: 940px;
    max-height: 529px;
    z-index: 32;
    text-align: center;
    margin: 0 auto;
}

.slvj-lightbox {
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 53;
}

#slvj-close-icon:before {
    font-family: "fontawesome";
    color: var(--normal-text);
    content: '\f00d';
    font-size: 22px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99999;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#slvj-close-icon:before:hover {
    opacity: 1;
    cursor: pointer;
}

#clients a {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--normal-text);
}

#clients img {
    display: inline-block;
    padding: 15px 25px;
}

.client-overlay {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#clients a:hover .client-overlay {
    opacity: 1;
}

.client-overlay span {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;

    text-align: center;
    display: inline-block;
}

.product-sub {
    font-style: italic;
    color: var(--muted-text);
    margin: 0 0 25px 0;
}

.product-content {
    padding-bottom: 20px;
}

#landing-footer {
    clear: both;
}

#landing-footer .row {
    padding: 0;
}

#landing-footer p {
    margin: 0;
}

#landing-footer ul {
    list-style: none;
    text-align: right;
}

#landing-footer li {
    display: inline-block;
}

#scrollUp {
    bottom: 15px;
    right: 30px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: var(--normal-text);
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: #ccc;
    font-family: "fontawesome";
    font-size: 2.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: var(--normal-text);
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    content: "\f106";
    opacity: 1;
}

.col-15 {

}

.col-5 {

}

@media all and (max-width: 1023px) {
    #nav-trigger {
        display: block;
    }

    nav#nav-main {
        display: none;
    }

    nav#nav-mobile {
        display: block;
    }

    nav#nav-mobile li {
        display: block;
    }

    nav#nav-mobile > ul {
        max-height: calc(100vh - 71px);
        max-height: calc(100dvh - 71px);
        overflow-y: auto;
    }

}

@media (max-width: 480px) {

    #wrapper {
        margin: 0;
        padding: 0;
    }

    .row {
        padding: 15px !important;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,

    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-13,
    .col-14,
    .col-15,
    .col-2-3,
    .col-3-4,
    .col-9-10,
    .col-61,
    .col-38,
    .row {
        width: 100%;
    }

    .col-5 {
        width: 0%;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,

    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-13,
    .col-14,
    .col-15,
    .col-2-3,
    .col-3-4,
    .col-9-10,
    .col-61,
    .col-38,

    .row > .section-heading {
        padding-right: 0;
        padding-left: 0;
    }

    #header .row {
        padding: 0 15px !important;
    }

    #header.nav-solid [class*="col-"] {
        padding: 0;
    }

    #logo h2 {
        padding: 0;
    }

    #banner-content.row {
        padding-top: 40px !important;
    }

    #home #main-heading {
        padding-top: 40px;
    }

    #banner-content .button {
        margin: 12px 0 0;
    }

    .call-to-action {
        padding-bottom: 25px;
    }

    .slvj-lightbox iframe,
    .slvj-lightbox object,
    .slvj-lightbox embed {
        height: 270px !important;
    }

    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

    h1 {
        font-size: 38px;
    }

    a#scrollUp {
        display: none !important;
    }

}

@media (min-width: 481px) and (max-width: 767px) {

    #wrapper {
        margin: 0;
        padding: 0;
    }

    .row {
        padding: 15px !important;
    }

    .col-1,

    .col-2,

    .col-7,
    .col-9,
    .col-11,
    .col-2-3,
    .col-3-4,
    .col-61,
    .col-38,
    .row {
        width: 100%;
    }

    .col-3,

    .col-6,
    .col-8,
    .col-10,
    .col-12 {
        width: 50%;
    }

    .col-5 {
        width: 0%;
    }

    .col-15,
    .col-13 {
        width: 100%;
    }

    #header .row {
        padding: 0 !important;
    }

    #banner-content.row {
        padding-top: 40px !important;
    }

    #home #main-heading {
        padding-top: 40px;
    }

    #banner-content .button {
        margin: 12px 0 0;
    }

    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .slvj-lightbox iframe,
    .slvj-lightbox object,
    .slvj-lightbox embed {
        height: 370px !important;
    }

    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

}

@media (max-width: 767px) {

    #home h1 {
        font-size: clamp(40px, 13.4vw, 58px) !important;
        line-height: 1.05 !important;
    }

    .area-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 12px;
        row-gap: 12px;

        align-items: stretch;
    }

    .area-grid > .col-6 {
        width: auto;
        float: none;
        padding: 0;
    }

    .area-grid .icon img {
        max-width: 44px;
        height: auto;
    }

    .area-grid .icon-block-description {
        padding-top: 12px;
    }

    .area-grid .card-title {
        font-size: 16px;
        line-height: 1.25;
    }

    .area-grid p {
        font-size: 14px;
        line-height: 1.45;
    }

    .row > [class*='col-']:has(+ [class*='col-'] > .section-subtitle),
    .row > [class*='col-']:has(+ [class*='col-'] > .section-subtitle) > .section-heading {
        padding-bottom: 0;
    }

    .row > [class*='col-']:has(> .section-subtitle) {
        padding-top: 0;
    }

}

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

    #wrapper {
        margin: 0;
        padding: 0;
    }

    .col-61 {
        width: 100%;
    }

    .col-5 {
        width: 0%;
    }

    .col-13,
    .col-14,
    .col-15,
    .col-2-3 {
        width: 50%;
    }

    .big-padding-top {
        padding-top: 45px !important;
    }

    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .slvj-lightbox iframe,
    .slvj-lightbox object,
    .slvj-lightbox embed {
        height: 432px !important;
    }

}

@media (min-width: 1024px) {

    .col-5 {
        width: 33%;
    }

    .col-15 {
        width: 33%;
    }

    .col-14,
    .col-2-3 {
        width: 50%;
    }

    .col-13 {

        width: 50%;

    }

}

@media (max-width: 767px) and (max-height: 719px) {
    #banner-content.row {
        padding-bottom: 60px !important;
    }
}

@media (max-width: 767px) and (max-height: 688px) {
    #home {
        min-height: 0;
    }

    #home .scroll-cue {
        display: none;
    }

    #banner-content.row {
        padding-bottom: 40px !important;
    }
}

@media (max-height: 500px) {

    #nav-trigger {
        display: block;
    }

    nav#nav-mobile {
        display: block;
    }

    nav#nav-mobile li {
        display: block;

    }

    #header nav#nav-mobile .nav-sub {
        position: static;
        min-width: 0;
    }

    #header nav#nav-mobile .nav-sub a.nav-sub-all {
        display: block;
    }

    #header,
    #header.nav-solid {
        position: fixed !important;
        height: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
        animation: none !important;
        transform: none !important;
    }

    #header .row {
        padding: 0 !important;
    }

    nav#nav-main {
        display: none !important;
    }

    #logo {
        display: block;
        float: none;
        position: fixed;
        top: 10px;
        right: 58px;
        height: 48px;
        line-height: 48px;
        margin: 0;
        padding: 0 6px 0 14px;
        background: var(--header);
        border-radius: 10px 0 0 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
        z-index: 10000;
    }

    #logo #banner-logo {
        display: none;
    }

    #logo #navigation-logo {
        display: inline-block;
        height: 18px;
        width: auto;
        vertical-align: middle;
    }

    #nav-trigger {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 48px;
        height: 48px;
        margin: 0;
        border-radius: 0 10px 10px 0;
        background: var(--header);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
        z-index: 10002;
        text-align: center;
    }

    #nav-trigger nav {
        display: none;
    }

    #nav-trigger:has(> span.open) {
        background: transparent;
        box-shadow: none;
    }

    #nav-trigger > span,
    #nav-trigger > span:after {
        width: 48px;
        height: 48px;
        line-height: 48px;
        border-radius: 10px;
    }

    nav#nav-mobile > ul {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: min(280px, 80vw);
        margin: 0;

        padding: 0 0 10px;

        max-height: none;
        overflow-y: auto;
        box-shadow: -4px 0 16px rgba(0, 0, 0, 0.45);
        z-index: 10001;
    }

    nav#nav-mobile .nav-panel-logo {
        display: block;
        margin: 0;
        background: var(--header);
        border-bottom: none;

        position: sticky;
        top: 0;
        z-index: 1;
    }

    nav#nav-mobile .nav-panel-logo a {
        padding: 24px 15px 22px 35px;
    }

    nav#nav-mobile .nav-panel-logo img {
        height: 20px;
        width: auto;
        display: block;
    }

    #nav-mobile .nav-theme {
        display: block;
        float: left;
        width: 50%;
        margin: 0;
        border-bottom: none;
    }

    #nav-mobile .nav-lang {
        display: block;
        float: left;
        width: 50%;
        margin: 0;
        border-bottom: none;
    }

    #nav-mobile .nav-theme .theme-toggle {
        height: auto;
        line-height: normal;
        width: 100%;
        padding: 15px 15px 15px 35px;
        text-align: left;
    }

    #header nav#nav-mobile .nav-lang summary {
        height: auto;
        line-height: normal;
        padding: 15px 15px 15px 35px;
        display: block;
    }

    #header nav#nav-mobile .theme-toggle,
    #header nav#nav-mobile .nav-lang summary,
    #header nav#nav-mobile .svg-icon {
        color: var(--link);
        opacity: 0.8;
    }

    #header nav#nav-mobile .theme-toggle:hover,
    #header nav#nav-mobile .nav-lang summary:hover {
        opacity: 1;
    }

    #nav-mobile .nav-lang .lang-options {
        position: static;
        box-shadow: none;
    }

    #header nav#nav-mobile .lang-options .lang-option {
        display: block;
        padding: 12px 15px 12px 52px;
    }

    .scrollto {
        scroll-margin-top: 8px;
    }

    #banner-content.row {
        padding-top: 12px !important;
        padding-bottom: 10px !important;
    }

    #home #main-heading {
        font-size: clamp(34px, 9vh, 45px) !important;
        font-size: clamp(34px, 9svh, 45px) !important;
        line-height: 1.1 !important;
        padding-top: 0;
        padding-bottom: 10px;
    }

    #home .expertise-line {
        font-size: clamp(17px, 4.5vh, 22px);
        font-size: clamp(17px, 4.5svh, 22px);
        padding: 8px 0 4px;
    }

    #home .expertise-rotator {
        --expertise-icon: 1.5em;
    }

    #home .banner-intro {
        font-size: clamp(13px, 3.4vh, 16px) !important;
        font-size: clamp(13px, 3.4svh, 16px) !important;
        padding: 6px 0;

        max-width: 45ch;
    }

    #home .banner-intro-next {
        margin-top: clamp(10px, 4vh, 20px);
        margin-top: clamp(10px, 4svh, 20px);
    }

    #home .scroll-cue {
        display: none;
    }
}
