:root {
    --bg-color:  #dfe4e5;
    --primary-500:  #003e92;
    --text-light:  #fff;
    --text-dark:  #000000;
    --text-xxs:  11px;
    --text-sm:  12px;
    --text-md:  13px;
    --text-lg:  18px;
    --text-xl:  24px;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}
* {
    -webkit-touch-callout: auto !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body {
    background-color: var(--bg-color) !important;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #151b1e;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat" !important;
    color: var(--text-dark);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
[tabindex="-1"]:focus {
    outline: none !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
    display: flex;
}
a, area, button, [role=button], input, label, select, summary, textarea {
    touch-action: manipulation;
}
label {
    display: inline-block;
    margin-bottom: 0;
}
select.form-control {
    padding: 0 .75rem;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
[hidden] {
    display: none !important;
}
.wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 50px;
}
.wrapper.main-wrapper {
    flex-direction: column;
}
.wrapper.main-wrapper>* {
    width: 100%}
@media screen and (max-width: 600px) {
    .wrapper {
    padding: 0 28px;
}
}@media screen and (max-width: 375px) {
    .wrapper {
    padding: 0 16px;
}
}.button {
    color: var(--text-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    line-height: normal;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    font-size: var(--text-xxs);
    min-width: 40px;
    background-color: var(--primary-500);
}
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.button--burger {
    display: none;
    margin-left: 20px;
    background-color: rgba(0, 0, 0, 0);
    margin-right: -10px;
}
.button--burger svg {
    color: var(--primary-500);
    width: 20px;
}
.button--empty {
    background-color: rgba(0, 0, 0, 0);
    color: var(--text-dark);
    margin-top: 10px;
    margin-right: 35px;
}
.button--empty svg {
    width: 30px;
}
.button--primary {
    padding: 0 55px;
}
.button--primary:hover {
    background-color: #000;
    color: #fff;
}
.header-wrapper {
    height: 150px;
}
.header-logo {
    height: 50px;
    margin-right: auto;
}
.header-logo img {
    height: 100%}
.header-nav--list {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    grid-gap: 38px;
    list-style: none;
    font-size: var(--text-sm);
}
.header-nav--item {
    transition: all .2s ease-in-out;
}
.header-nav--item:hover, .header-nav--item.is-active {
    color: var(--primary-500);
}
.header-nav--link {
    color: inherit;
    text-transform: uppercase;
}
.burger-menu--overlay {
    position: fixed;
    right: 100%;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 91;
    display: none;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
@media screen and (max-width: 960px) {
    .button--burger {
    display: inline-flex;
}
.burger-menu--overlay {
    display: unset;
}
.header-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: -300px;
    top: 0;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    max-width: 290px;
    z-index: 99;
    transition: right .3s ease-in-out;
}
.header-nav--list {
    padding: 30px 50px;
    flex-direction: column;
    align-items: flex-end;
    grid-gap: 25px;
}
.header-nav.is-active {
    right: 0;
}
.header-nav.is-active .burger-menu--overlay {
    opacity: 1;
    right: 290px;
    width: calc(100% - 290px);
}
}@media screen and (max-width: 480px) {
    .header-logo {
    height: 36px;
}
.header-logo img {
    height: 36px;
}
}.intro {
    margin-bottom: 30px;
}
.intro-motto {
    text-transform: capitalize;
    font-size: var(--text-md);
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 30px;
    letter-spacing: .2px;
    text-transform: uppercase;
}
.intro-video {
    width: 100%;
    height: calc(100vh - 196px);
    -o-object-fit: fill;
    object-fit: fill;
}
@media screen and (max-width: 768px) {
    .intro-video {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
}
}.section:not(:last-of-type) {
    margin-bottom: 100px;
}
.section--hash {
    display: block;
    color: var(--primary-500);
    font-size: var(--text-md);
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.section--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
}
.section--title {
    font-size: var(--text-xl);
    font-weight: bold;
    line-height: 29px;
    max-width: 390px;
    text-transform: uppercase;
}
.section--description {
    font-weight: normal;
    font-size: var(--text-md);
    line-height: 16px;
    max-width: 50%;
    margin: 0;
}
.section--content {
    margin-top: 30px;
}
.section--rotated {
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
}
.section--rotated .section--header {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
}
.section--rotated .section--content {
    width: 50%;
    margin-top: 0;
    flex-shrink: 0;
}
.section--rotated .section--description {
    max-width: unset;
}
@media screen and (max-width: 1170px) {
    .section--rotated {
    flex-direction: column;
}
.section--rotated .section--content {
    width: 100%}
}@media screen and (max-width: 768px) {
    .section--header {
    flex-direction: column;
    align-items: flex-start;
}
.section--title, .section--description {
    max-width: unset;
}
}.services-card--list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill,  minmax(280px,  1fr));
    grid-auto-flow: dense;
}
.services-card--item {
    padding: 25px;
    display: flex;
    flex-direction: column;
    min-height: 285px;
    color: var(--text-light);
    font-size: var(--text-sm);
    font-weight: 300;
    background-color: #fff;
    position: relative;
}
.services-card--item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    top: 0;
    z-index: 1;
    transition: background-color .2s ease-in-out;
}
.services-card--item:hover {
    color: var(--text-dark);
}
.services-card--item:hover::before {
    background-color: #fff;
}
.services-card--item:hover .services-card-option--item::before {
    background-color: var(--primary-500);
}
.services-card--title {
    font-weight: bold;
    font-size: var(--text-lg);
    line-height: 22px;
    min-height: 44px;
    margin-bottom: 11px;
    transition: color .2s ease-in-out;
    text-transform: uppercase;
    z-index: 1;
}
.services-card--description {
    line-height: 16px;
    transition: color .2s ease-in-out;
    z-index: 1;
}
.services-card--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.services-card-option--list {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: auto;
    z-index: 1;
}
.services-card-option--item {
    padding-left: 16px;
    position: relative;
    line-height: 15px;
    text-transform: capitalize;
    transition: color .2s ease-in-out;
}
.services-card-option--item::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
    transition: background-color .2s ease-in-out;
}
.projects--list {
    list-style: none;
    padding: 0;
    margin: 0;
    grid-gap: 32px 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill,  minmax(250px,  1fr));
    grid-auto-flow: dense;
}
.projects--item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    min-height: 121px;
    position: relative;
    transition: background-color .2s ease-in-out;
    overflow: hidden;
}
.projects--item:hover {
    background-color: #000;
}
.projects--item:hover img {
    filter: invert(100%);
}
.projects--item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--primary-500);
}
.projects--item img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    transition: filter .2s ease-in-out;
}
.whyus--list {
    margin-top: 70px;
    width: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill,  minmax(223px,  1fr));
    grid-auto-flow: dense;
}
.whyus--item {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    justify-content: flex-end;
}
.whyus--item:nth-child(2n) {
    flex-direction: column-reverse;
}
.whyus--heading {
    display: flex;
    flex-direction: column;
    padding: 25px;
    height: 100%}
.whyus--title {
    font-weight: bold;
    font-size: var(--text-lg);
    margin-bottom: 20px;
    line-height: 22px;
    text-transform: uppercase;
}
.whyus--description {
    font-weight: 300;
    font-size: var(--text-sm);
    line-height: 15px;
    margin: 0;
    margin-top: auto;
}
.whyus--img {
    width: 100%;
    height: auto;
}
.footer {
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 25px;
}
.footer-wrapper {
    flex-direction: column;
    justify-content: center;
}
.footer-logo {
    margin-bottom: 50px;
}
.footer-logo svg {
    height: 15px;
}
.footer-nav--list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    grid-gap: 60px;
    padding: 0;
}
.footer-nav--item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-gap: 5px;
}
.footer-nav--title {
    font-size: var(--text-xxs);
    color: var(--primary-500);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px;
}
.footer-nav--link {
    color: inherit;
    transition: all .2s ease-out;
    font-size: var(--text-md);
    font-weight: bold;
    max-width: 250px;
    line-height: 16px;
}
.footer-nav--link:hover {
    color: var(--primary-500);
}
.footer--content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer--content .button {
    margin-left: 50px;
}
@media screen and (max-width: 1050px) {
    .footer--content {
    flex-direction: column;
    }
.footer--content .button {
    margin-top: 30px;
    margin-left: unset;
}
.footer-nav--list {
    justify-content: center;
    grid-gap: 20px 40px;
}
.contact-info{
}

}@media screen and (max-width: 600px) {
    .footer-nav--list {
    justify-content: flex-start;
}
}.language-switcher {
    display: flex;
    align-items: center;
    margin-left: 70px;
    gap: 8px;
}
.language-switcher-select {
    display: flex;
    flex-direction: column;
    padding: 5px 8px;
    width: 60px;
    height: 34px;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    margin-left: 30px;
}
.language-switcher-select:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.language-switcher-select:hover a {
    display: flex !important;
}
.language-switcher-select a {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    height: 100%;
    width: 100%;
    text-align: center;
    left: 0;
    background-color: #fff;
    transition: background-color .2s ease-in-out;
}
.language-switcher-select a+a {
    box-shadow: 0px -1px 0 #dfe4e5;
}
.language-switcher-select a:hover {
    background-color: rgba(255, 255, 255, .6);
}
.language-switcher-select a:not(.is-active) {
    position: absolute;
    top: 100%;
    display: none;
}
.language-switcher-select a:first-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.language-switcher-select a:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.language-switcher a {
    color: #000;
    transition: color .2s ease-in-out;
}
.language-switcher a.is-active {
    box-shadow: 0px 1px 0 #000;
}
.language-switcher a:hover {
    color: rgba(0, 0, 0, .7);
}
@media screen and (max-width: 390px) {
    .language-switcher {
    margin-left: 39px;
}
}

.contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 5px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 2rem;
    background: white;
    border-bottom: 1px solid #eaeaea;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 11px;
}

.contact-item {
    display: flex;
    align-items: center;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 900;
}

.contact-label {
    font-weight: 800;
    color: #0452bb;
    margin-right: 0.5rem;
    font-size: 8px;
    width: max-content;
}

.contact-item a {
    color: inherit;
    text-decoration: none;
    font-size: 9px;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-link {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 900;
}

.divider {
    color: #666;
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 0.5rem;
    }

    .nav-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-button {

    }

    .social-links {
        flex-direction: column;
    }

    .social-link {
        font-size: 15px;
    }
}


.nav-buttons {
    display: flex;
    gap: 1rem;
}

.nav-button {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    transition: color 0.3s ease;
    width: max-content;
    display: flex;
    align-items: center;
}

.nav-button:hover {
    color: #151b1e;
}

.nav-button.active {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    padding: 11px 2rem;
}

.nav-button.contact {
    color: #ffffff;
    background-color: #003e92;
    border-radius: 4px;
    padding: 11px 2rem;
    min-width: max-content;
}

@media (min-width: 900px) {
    .contact-info {
        padding-left: 120px;
        padding-right: 20px;
    }

    .footer {
        flex-direction: row;
    }

    .contact-item {
    }

    #mobile-hidden {
        display: none;
        gap: 10px;
    }

    #mobile-not-hidden {
        display: flex;
    }
}

@media (max-width: 900px) {
    .nav-buttons {
        flex-direction: row;
        gap: 1rem;
        width: 100vw;
        display: flex;
        justify-content: center;
        background: #dfe4e5;
        padding: 1.5rem 1.1rem;
        font-size: 17px;
    }

    .nav-button {
        font-size: 17px;
    }

    .footer {
        flex-direction: column;
        gap: 1rem;
    }

    .contact-info {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: normal;
    }

    .contact-info a {
        font-size: 11px;
    }

    .social-links {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #mobile-hidden {
        display: flex;
        gap: 10px;
    }

    #mobile-not-hidden {
        display: none;
    }
}

@media (max-width: 1170px) {
    .footer {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .nav-buttons {
        width: 100vw;
        display: flex;
        justify-content: center;
        background: #dfe4e5;
        padding: 1.5rem 1.1rem;
        font-size: 17px;
    }

    .addresses {
        display: flex;
        flex-direction: column;
        width: max-content;
        gap: 10px;
    }
    
}

.addresses {
    gap: 10px;
    display: flex;
}

.labels {
    flex-shrink: 0; /* Prevent shrinking of labels column */
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.labels .mobile-labels {
    display: flex;
    justify-content: flex-end;
    font-weight: 800;
    color: #0452bb;
    font-size: 8px;
    align-items: center;
}

.mobile-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#mobile-hidden > a {
    text-decoration: none; /* Remove underline for links */
    color: #000; /* Customize link colors */
    display: block; /* Ensure links take up full width */
}

.content-one {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.label-one {
    margin-bottom: 15px;
}