﻿@charset "UTF-8"; /*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #1a191e;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-primary: #1a191e;
    --bs-secondary: #1a191e;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 26,25,30;
    --bs-secondary-rgb: 26,25,30;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #0a0a0c;
    --bs-secondary-text-emphasis: #0a0a0c;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d1d1d2;
    --bs-secondary-bg-subtle: #d1d1d2;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #a3a3a5;
    --bs-secondary-border-subtle: #a3a3a5;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 26,25,30;
    --bs-font-sans-serif: "nb_international_proregular",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1.375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.4;
    --bs-body-color: #1a191e;
    --bs-body-color-rgb: 26,25,30;
    --bs-body-bg: #f8f9fa;
    --bs-body-bg-rgb: 248,249,250;
    --bs-emphasis-color: #1a191e;
    --bs-emphasis-color-rgb: 26,25,30;
    --bs-secondary-color: rgba(26,25,30,.75);
    --bs-secondary-color-rgb: 26,25,30;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(26,25,30,.5);
    --bs-tertiary-color-rgb: 26,25,30;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: #1a191e;
    --bs-link-color: #1a191e;
    --bs-link-color-rgb: 26,25,30;
    --bs-link-decoration: none;
    --bs-link-hover-color: #100f12;
    --bs-link-hover-color-rgb: 16,15,18;
    --bs-link-hover-decoration: none;
    --bs-code-color: #d63384;
    --bs-highlight-color: #1a191e;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #1a191e;
    --bs-border-color-translucent: rgba(26,25,30,.175);
    --bs-border-radius: 0.35rem;
    --bs-border-radius-sm: 0.2rem;
    --bs-border-radius-lg: 0.3rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(26,25,30,.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(26,25,30,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(26,25,30,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(26,25,30,.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(26,25,30,.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

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

body {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(26,25,30,0)
}

hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .75
}

.h1,.h2,.h3,.h4,.h5,.h6,.ordered-large-list .headlines .headline .number,h1,h2,h3,h4,h5,h6 {
    color: var(--bs-heading-color);
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 0
}

.h1,h1 {
    font-size: 9.375rem
}

.h2,h2 {
    font-size: 2.2rem
}

.h3,.h4,.ordered-large-list .headlines .headline .number,h3,h4 {
    font-size: 1.890625rem
}

.h5,h5 {
    font-size: 1.6775rem
}

.h6,h6 {
    font-size: 1.375rem
}

p {
    margin-bottom: 1.5rem;
    margin-top: 0
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,ul {
    margin-bottom: 1rem;
    margin-top: 0;
    padding-left: 2rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 500
}

b,strong {
    font-weight: bolder
}

.small,small {
    font-size: .64em
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1))
}

a,a:hover {
    text-decoration: none
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code {
    color: var(--bs-code-color);
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    font-size: .64em;
    word-wrap: break-word
}

a>code {
    color: inherit
}

img,svg {
    vertical-align: middle
}

tr {
    border: 0 solid;
    border-color: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none!important
}

.case-desc-tags .text p,.lead {
    font-size: 1.71875rem;
    font-weight: 300
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-contact a {
    font-size: 2rem;
}
.list-contact .d-md-block.mb-3 span.h4 {
    color: #434245; /* Replace with your desired color code */
    font-weight:900;
    font-size: bolder;
    
}


/* Hide bullet points for larger screens (already applied) */
@media (max-width: 767.98px) { 
    .list-contact {
        list-style-type: none;
        padding-left: 0;
       
    }
    .list-contact .h3 {
        font-size: 1.5rem;
    }
}



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

.container,.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.9);
    width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width:580px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:780px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1600px
    }
}

.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0
}

.col-auto {
    width: auto
}

.col-5,.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-5 {
    width: 41.66666667%
}

.col-6 {
    width: 50%
}

.col-6,.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-10,.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-10 {
    width: 83.33333333%
}

.col-11 {
    width: 91.66666667%
}

.col-11,.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-5 {
    margin-left: 41.66666667%
}

.g-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0
    }

    .col-md-auto {
        width: auto
    }

    .col-md-3,.col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-4,.col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-6,.col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-10,.col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        width:auto
    }

    .col-lg-2,.col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3,.col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-5,.col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-7,.col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10,.col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .g-lg-0 {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0
    }
}

@media (min-width: 1200px) {
    .col-xl-8 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }
}

@media (min-width: 1400px) {
    .col-xxl-3 {
        width:25%
    }

    .col-xxl-3,.col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-5 {
        width: 41.66666667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-6,.col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-8 {
        width: 66.66666667%
    }

    .col-xxl-8,.col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }
}

@media (min-width: 1800px) {
    .col-xxxl-2 {
        width:16.66666667%
    }

    .col-xxxl-2,.col-xxxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-3 {
        width: 25%
    }

    .col-xxxl-4 {
        width: 33.33333333%
    }

    .col-xxxl-4,.col-xxxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-6 {
        width: 50%
    }

    .col-xxxl-8 {
        width: 66.66666667%
    }

    .col-xxxl-8,.col-xxxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-9 {
        width: 75%
    }

    .col-xxxl-10 {
        width: 83.33333333%
    }

    .col-xxxl-10,.col-xxxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxxl-12 {
        width: 100%
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

    .offset-xxxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxxl-3 {
        margin-left: 25%
    }

    .offset-xxxl-8 {
        margin-left: 66.66666667%
    }
}

.btn {
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-padding-y: 0.575rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1.75rem;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 1.4;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: .5rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(26,25,30,.075);
    --bs-btn-disabled-opacity: 0.5;
    --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb),.5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color)
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

.btn.active,.btn:first-child:active,:not(.btn-check)+.btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color)
}

.btn.active:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible {
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #1a191e;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #1a191e;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(26,25,30,.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.collapse:not(.show) {
    display: none
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.card,.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb),0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 1rem;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: var(--bs-body-color);
    -ms-flex-direction: column;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    border-top-width: 0
}

.case-item a {
    cursor: default;
}

.card>.list-group:last-child {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-width: 0
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@-webkit-keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.d-none {
    display: none!important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.h-100 {
    height: 100%!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 2rem!important
}

.mt-5 {
    margin-top: 4rem!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-4 {
    margin-bottom: 2rem!important
}

.mb-5 {
    margin-bottom: 4rem!important
}

.mb-6 {
    margin-bottom: 6rem!important
}

.mt-n5 {
    margin-top: -4rem!important
}

.mb-n5 {
    margin-bottom: -4rem!important
}

.p-0 {
    padding: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.text-center {
    text-align: center!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important
}

@media (min-width: 768px) {
    .d-md-block {
        display:block!important
    }

    .d-md-none {
        display: none!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .mx-md-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .mt-md-5 {
        margin-top: 4rem!important
    }

    .mt-md-6 {
        margin-top: 6rem!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-5 {
        margin-bottom: 4rem!important
    }

    .mt-md-n5 {
        margin-top: -4rem!important
    }

    .text-md-end {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display:block!important
    }

    .d-lg-none {
        display: none!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .mt-lg-5 {
        margin-top: 4rem!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-5 {
        margin-bottom: 4rem!important
    }

    .mb-lg-6 {
        margin-bottom: 6rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }
}

@media (min-width: 1400px) {
    .mt-xxl-5 {
        margin-top:4rem!important
    }
}

@media (min-width: 1800px) {
    .mt-xxxl-n5 {
        margin-top:-4rem!important
    }

    .pb-xxxl-0 {
        padding-bottom: 0!important
    }

    .ps-xxxl-5 {
        padding-left: 4rem!important
    }
}

body[data-is-dev=true]:after {
    background: red;
    bottom: 0;
    color: #fff;
    content: "undefined";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    padding: .1em 1em;
    position: fixed;
    right: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    background: orange;
    content: "xs 0 - 576px";
    order: 0
}

@media (min-width: 576px) {
    body[data-is-dev=true]:after {
        background:purple;
        content: "sm 576px – 768px"
    }
}

@media (min-width: 768px) {
    body[data-is-dev=true]:after {
        background:green;
        content: "md 768px – 992px"
    }
}

@media (min-width: 992px) {
    body[data-is-dev=true]:after {
        background:blue;
        content: "lg 992px - 1200px"
    }
}

@media (min-width: 1200px) {
    body[data-is-dev=true]:after {
        background:#000;
        content: "xl 1200px – 1400px"
    }
}

@media (min-width: 1400px) {
    body[data-is-dev=true]:after {
        background:#8b008b;
        content: "xxl 1400px – 1800px"
    }
}

@media (min-width: 1800px) {
    body[data-is-dev=true]:after {
        background:#9acd32;
        content: "xxxl >1800px"
    }
}

@font-face {
    font-display: swap;
    font-family: nb_international_proregular;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/fonts/nbinternationalproreg-webfont.eot);
    src: url(../assets/fonts/nbinternationalproreg-webfont.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/nbinternationalproreg-webfont.woff2) format("woff2"),url(../assets/fonts/nbinternationalproreg-webfont.woff) format("woff"),url(../assets/fonts/nbinternationalproreg-webfont.ttf) format("truetype")
}

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

.ff-ss {
    font-family: nb_international_proregular,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

.h1,h1 {
    font-size: clamp(2.8rem,10vw,10rem);
    font-weight: 300;
    margin-bottom: clamp(1.2rem,5vw,8rem);
    text-indent: -.5%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.h1,.h2,h1,h2 {
    font-family: Ambit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1;
    text-transform: uppercase
}

.h3,h3 {
    font-family: nb_international_proregular,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.04
}

.h4,.ordered-large-list .headlines .headline .number,h4 {
    font-family: Ambit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: .25px;
    line-height: 1.05;
    margin-bottom: clamp(2rem,5vw,3rem);
    text-transform: uppercase
}

.h5,.h6,h5,h6 {
    color: #1a191e;
    font-family: nb_international_proregular,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 700;
    line-height: 1.2
}

.h5,h5 {
    letter-spacing: .25px;
    line-height: 1.05
}

.h5,.h6,h5,h6 {
    font-family: Ambit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    margin-bottom: 0;
    text-transform: uppercase
}

.h6,h6 {
    letter-spacing: .08rem;
    line-height: 1.25
}

body {
    font-size: clamp(1rem,1.5vw,1.375rem)
}

.case-desc-tags .text p,.lead {
    font-size: clamp(1rem,1.5vw,1.875rem)
}

.h2,h2 {
    font-size: clamp(1.75rem,4vw,4.5rem)
}

.h3,h3 {
    font-size: clamp(1.75rem,6.5vw,6rem)
}

.h4,.ordered-large-list .headlines .headline .number,h4 {
    font-size: clamp(2rem,3.5vw,2.375rem)
}

.h5,h5 {
    font-size: clamp(1.3rem,2vw,1.75rem)
}

.h6,h6 {
    font-size: clamp(.625rem,2vw,1.0625rem);
    margin-bottom: clamp(1rem,2vw,1.5rem)
}

.h1,.h2,.h3,.h4,.h5,.h6,.ordered-large-list .headlines .headline .number,h1,h2,h3,h4,h5,h6 {
    color: #1a191e;
    font-weight: 400
}

body,body a {
    color: #1a191e
}

.dark,.dark .h1,.dark .h2,.dark .h3,.dark .h4,.dark .h5,.dark .h6,.dark .ordered-large-list .headlines .headline .number,.dark a,.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,.ordered-large-list .headlines .headline .dark .number {
    color: #e5e6e1
}

.nav-overlay-is-active .cases-link {
    opacity: 0
}

.headroom {
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
    will-change: transform
}

.headroom--pinned {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.headroom--unpinned {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%)
}

header {
    background: transparent;
    mix-blend-mode: difference;
    opacity: 0;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    pointer-events: none;
    position: fixed;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 200
}

.is-ready header {
    opacity: 1
}

@media (min-width: 1200px) {
    header {
        padding-bottom:2.75rem;
        padding-top: 2.75rem
    }
}

header .cases-link {
    background: #fff;
    -webkit-background-clip: text;
    color: #fff!important;
    -webkit-text-fill-color: transparent;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

@media (min-width: 992px) and (max-width:1199.98px) {
    header .cases-link {
        display:inline-block;
        margin-top: 2%
    }
}

header .logo {
    display: block;
    pointer-events: auto;
    position: relative;
    z-index: 200;
    transform: none; /* Remove any Y translation */
    mix-blend-mode: normal; /* Disable blend mode */
    -webkit-backface-visibility: visible; /* Ensure backface visibility */
    backface-visibility: visible; /* Ensure backface visibility */
    transition: none; /* Remove transitions temporarily */
}

header .logo img {
    width: 150px; /* Adjust size as needed */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Ensure the image is block-level */
}

header .logo .s2 {
    visibility: visible; /* Ensure visibility */
}

@media (min-width: 768px) {
    header .logo {
        transform: none; /* Remove any transform for this breakpoint */
    }
}

@media (min-width: 992px) {
    header .logo {
        transform: none; /* Remove any transform for this breakpoint */
    }
}


header a:hover {
    color: inherit
}

header .cases-link {
    margin-right: clamp(3rem,8vw,4rem);
    pointer-events: auto
}

header .toggle-nav-overlay {
    cursor: pointer;
    display: block;
    height: 1.75rem;
    mix-blend-mode: difference;
    pointer-events: auto;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 1.75rem;
    z-index: 200
}

header .toggle-nav-overlay:after,header .toggle-nav-overlay:before {
    background: #fff;
    content: "";
    display: block;
    position: absolute
}

header .toggle-nav-overlay:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

header .toggle-nav-overlay.is-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

header .toggle-nav-overlay.is-active:after {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

header .toggle-nav-overlay:before {
    height: 2px;
    left: 0;
    margin-top: -1px;
    top: 50%;
    width: 100%
}

header .toggle-nav-overlay:after {
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 2px
}


#footer {
    overflow: hidden;
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
    position: relative
}

@media (min-width: 992px) {
    #footer {
        padding-bottom:2.75rem;
        padding-top: 2.75rem
    }
}

#footer ul {
    margin-bottom: 0
}

@media (min-width: 992px) {
    #footer .nav-grid {
        display:grid;
        grid-template-columns: auto auto auto auto;
        grid-gap: 7vw;
        margin-right: 5.5vw
    }
}

@media (min-width: 1400px) {
    #footer .nav-grid {
        margin-right:7.5vw
    }
}

#footer .nav-grid .icon {
    width: clamp(40px,4vw,64px)
}

#footer .icon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.25vw
}

#footer .icon-grid .icon {
    width: clamp(40px,4vw,64px)
}

@media (max-width: 767.98px) {
    #footer .meta-nav {
        font-size:80%
    }
}

#footer .meta-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -.25rem;
    margin-left: -1rem
}

#footer .meta-nav li a {
    padding: .25rem 1rem
}

#footer .extendfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60vh
}

@media (min-width: 992px) {
    #footer .extendfooter {
        min-height:100vh
    }
}

#footer .sun-headline {
    position: relative
}

#footer .btn-container {
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    z-index: 2
}

#footer.no-transitions .btn-container {
    background: transparent
}

.dark #footer .btn-container {
    background: #1a191e
}

#footer #extendedfooter-sun {
    left: 50%;
    mix-blend-mode: difference;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-35%,-44%);
    transform: translate(-35%,-44%);
    width: 180vw
}

#footer #extendedfooter-sun svg {
    will-change: transform
}

#footer #extendedfooter-sun svg line {
    stroke: #fff;
    stroke-width: .75px
}

@media (min-width: 992px) {
    #footer #extendedfooter-sun svg line {
        stroke-width:1.5px
    }
}

.dark #footer #extendedfooter-sun svg line {
    stroke: #1a191e
}

@media (min-width: 768px) {
    #footer #extendedfooter-sun {
        -webkit-transform:translate(-50%,-51%);
        transform: translate(-50%,-51%);
        width: 150vw
    }
}

@media (min-width: 992px) {
    #footer #extendedfooter-sun {
        -webkit-transform:translate(-50%,-51%);
        transform: translate(-50%,-51%);
        width: 90vw
    }
}

#footer #extendedfooter-sun .svg-container:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%
}

@media (max-width: 575.98px) {
    #footer .link.link-underline {
        padding-bottom:16px;
        padding-top: 16px
    }
}

.text-centered {
    text-align: left!important
}

.ordered-large-list .headlines .headline .text-centered .number,.text-centered .h4,.text-centered .ordered-large-list .headlines .headline .number,.text-centered h4 {
    font-family: nb_international_proregular,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: 0;
    margin-bottom: 1rem;
    margin-top: clamp(3rem,4vw,8rem);
    text-transform: none
}

.ordered-large-list .headlines .headline .text-centered .number:first-child,.text-centered .h4:first-child,.text-centered .ordered-large-list .headlines .headline .number:first-child,.text-centered h4:first-child {
    margin-top: 0
}

.agb-text {
    margin-bottom: 5rem
    
}

.agb-text ul {
    list-style: disc
}

.agb-text ol,.agb-text ul {
    list-style-position: inside;
    margin-left: 0;
    padding: 0
}

.agb-text ol li,.agb-text ul li {
    margin-bottom: 2rem
}

.agb-text ol {
    counter-reset: none;
    list-style: decimal;
    margin-left: 1.4rem
}

.agb-text ol li {
    padding-left: 0;
    position: static
}

.agb-text ol li:before {
    content: ""
}

.agb-text ol.upper-roman {
    counter-reset: c1;
    list-style: none
}

.agb-text ol.upper-roman li {
    margin-bottom: 0!important;
    padding-left: 2rem;
    position: relative
}

.agb-text ol.upper-roman li:before {
    content: counter(c1,upper-roman) ". ";
    counter-increment: c1;
    left: 0;
    position: absolute
}

.intended {
    padding-left: clamp(1rem,5vw,2rem)
}

@media (max-width: 767.98px) {
    .intended {
        padding-left:0
    }
}

.case-page .hero {
    padding-bottom: clamp(2rem,5vw,5rem)
}

.nav-overlay {
    background: #1a191e;
    bottom: 0;
    height: 100%;
    left: 0;
    padding: 0;
    pointer-events: all;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99
}

.nav-overlay>.container {
    height: 100%
}

.nav-overlay .nav {
    display: block;
    margin-top: -5vh
}

.nav-overlay .nav+.btn {
    margin-top: clamp(2rem,8vh,3rem)
}

@media (max-width: 767.98px) {
    .nav-overlay .nav+.btn {
        margin-top:clamp(1rem,4vh,3rem)
    }
}

.nav-overlay .about {
    bottom: 0;
    color: #fff;
    left: 0;
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
    position: absolute
}

@media (min-width: 992px) {
    .nav-overlay .about {
        padding-bottom:2.75rem;
        padding-top: 2.75rem
    }
}

.case-hero-asset picture {
    display: block
}

.case-hero-asset picture img,.case-hero-asset video {
    width: 100%
}

.Residential .video .overlay img {
    width: clamp(80px,14%,480px)
}

.case-desc-tags .text,.case-desc-tags ul {
    margin-bottom: clamp(3rem,3vw,5rem)
}

.case-website-video .topbar {
    margin-bottom: -1px;
    position: relative
}

.case-website-video .topbar:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 1.9463087248%;
    width: 100%
}

@media (max-width: 575.98px) {
    .case-website-video .topbar {
        display:none
    }
}

.case-website-video .video.desaturate {
    -webkit-filter: saturate(.8);
    filter: saturate(.8)
}

.case-website-video .topbar-bg {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.case-website-video .topbar-bg path {
    fill: var(--framecolor)
}

.case-website-video .dots {
    left: 1%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5%
}

.case-website-video .dots ellipse {
    fill: var(--dotcolor)
}

.case-website-video .frame.outline {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid var(--framecolor);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (max-width: 575.98px) {
    .case-website-video .frame.outline {
        border-bottom-left-radius:0;
        border-bottom-right-radius: 0;
        border-top: 1px solid var(--framecolor)
    }
}

.case-website-video video {
    display: block;
    max-width: 100%
}

.case-website-video .btn {
    margin-top: clamp(.25rem,2.5vw,2rem)
}

.case-website-video .link-up-right-arrow span {
    display: inline-block;
    font-size: 136%;
    margin-right: .5%;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle
}

.case-asset-grid-p-p .grid {
    -webkit-column-gap: 5vw;
    -moz-column-gap: 5vw;
    column-gap: 5vw;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.case-next a {
    display: block;
    position: relative
}

.case-next a:hover span {
    -webkit-transform: translateX(.15ch);
    transform: translateX(.15ch)
}

.case-next span {
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out
}

.case-next span:before {
    content: "→";
    display: inline;
    font-size: .8em;
    visibility: hidden
}

.case-next span svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.agb-page .text-center .h4,.agb-page .text-center .ordered-large-list .headlines .headline .number,.agb-page .text-center h4,.ordered-large-list .headlines .headline .agb-page .text-center .number {
    margin-top: clamp(3rem,4vw,8rem)
}

.agb-page .text-center .h4:first-child,.agb-page .text-center .ordered-large-list .headlines .headline .number:first-child,.agb-page .text-center h4:first-child,.ordered-large-list .headlines .headline .agb-page .text-center .number:first-child {
    margin-top: 0
}

.agb-page .text-center .h3,.agb-page .text-center h3 {
    font-size: clamp(1.25rem,4vw,3rem)
}

.agb-page .text-center .h5,.agb-page .text-center h5 {
    font-size: clamp(1.25rem,4vw,2rem)
}

.agb-page .text-center .agb-text {
    margin-bottom: clamp(3rem,5vw,8rem)
}

.agb-page .text-center .agb-text ul {
    list-style: disc
}

.agb-page .text-center .agb-text ol,.agb-page .text-center .agb-text ul {
    list-style-position: inside;
    margin-left: 0;
    padding: 0
}

.agb-page .text-center .agb-text ol li,.agb-page .text-center .agb-text ul li {
    margin-bottom: 2rem
}

.agb-page .text-center .agb-text .upper-roman {
    counter-reset: c1;
    list-style: none
}

.agb-page .text-center .agb-text .upper-roman li {
    margin-bottom: 0!important;
    padding-left: 2rem;
    position: relative
}

.agb-page .text-center .agb-text .upper-roman li:before {
    content: counter(c1,upper-roman) ". ";
    counter-increment: c1;
    left: 0;
    position: absolute
}

.agb-page .text-center .intended {
    padding-left: clamp(1rem,5vw,2rem)
}

@media (max-width: 767.98px) {
    .agb-page .text-center .intended {
        padding-left:0
    }
}

.team-videos video {
    width: 100%
}

.team-videos .contact {
    padding-bottom: clamp(9rem,100%,8rem)
}

.team-videos .contact:last-child {
    padding-bottom: 0
}

@media (min-width: 768px) {
    .team-videos .team-grid {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 6vw
    }
}

@media (min-width: 992px) {
    .team-videos .team-grid {
        grid-template-columns:1fr 1fr 1fr;
        grid-column-gap: 3.5vw
    }
}

.team-videos .contact-info {
    position: relative
}

@media (min-width: 768px) {
    .team-videos .contact-info {
        display:grid;
        grid-template-rows: 180px auto
    }
}

.team-videos .btn {
    position: absolute;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .3s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275)
}

.team-videos .btn.collapsed {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.team-videos .h3,.team-videos h3 {
    font-size: clamp(1.5rem,1.5vw,1.875rem)
}

.team-videos .desc {
    max-width: 40ch;
    will-change: height
}

.team-videos .desc p:last-child {
    margin-bottom: 0
}

.cases-page .nav-cases {
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.455,.03,.515,.955) .2s;
    transition: opacity .5s cubic-bezier(.455,.03,.515,.955) .2s
}

.is-loaded.cases-page .nav-cases {
    opacity: 1
}

.nav-cases {
    position: relative
}

body:not(.is-touch) .nav-cases .h2,body:not(.is-touch) .nav-cases h2 {
    margin-bottom: 0!important
}

.start-page .nav-cases .hide-on-start-page {
    display: none
}

.nav-cases #cases-container .desc {
    max-width: 40ch!important
}

.nav-cases .nav-wrapper {
    min-height: 100vh
}

.is-touch .nav-cases .nav-wrapper {
    display: none
}

@media (max-width: 991.98px) {
    .nav-cases .nav-wrapper {
        display:none
    }
}

.nav-cases .nav {
    display: block;
    z-index: 50
}

.nav-cases .nav,.nav-cases a {
    position: relative
}

.nav-cases .cases-preview-container .case-preview .visual {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.case-video-landscape video {
    width: 100%
}

.profile-teaser {
    padding-top: clamp(8rem,10vw,15rem)
}

.profile-teaser .h2,.profile-teaser h2 {
    color: #fff!important;
    mix-blend-mode: difference;
    position: relative;
    will-change: transform;
    z-index: 30
}

@media (max-width: 575.98px) {
    .profile-teaser .video {
        margin-left:-1.5rem;
        margin-right: -1.5rem
    }
}

.profile-teaser video {
    width: 100%
}

.skills-teaser .text {
    max-width: 27ch
}

@media (min-width: 992px) {
    .skills-teaser .text {
        max-width:35ch
    }
}

.horizontal-scroller {
    padding-top: clamp(8rem,10vw,15rem)
}

.horizontal-scroller .hero-marquee {
    overflow: hidden;
    white-space: nowrap
}

.horizontal-scroller .marquee {
    font-size: 0
}

.horizontal-scroller .clipped-text {
    display: inline-block;
    margin-left: .25ch;
    margin-right: .25ch
}

.horizontal-scroller .icon {
    display: inline-block;
    height: 1.1ch;
    width: 1.2ch
}

.horizontal-scroller .svg-container:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%
}

.hero-about .pin-spacer {
    mix-blend-mode: difference
}

.hero-about .headline-pin {
    z-index: 20
}

.hero-about .h1,.hero-about h1 {
    color: #fff!important;
    position: relative;
    will-change: transform;
    z-index: 20
}

.hero-about .video video {
    width: 100%
}

.hero-start {
    padding-bottom: 0;
    position: relative;
    width: 100%
}

.hero-start .headlines {
    margin-top: clamp(6rem,10vw,15rem)
}

.hero-start .headlines span {
    display: inline-block
}

.hero-start .headlines :last-child {
    margin-bottom: 0
}

.hero-start .text {
    height: 40vh
}

@media (min-width: 992px) {
    .hero-start .text {
        height:50vh
    }

    .case-desc-tags .hero-start .text p,.hero-start .case-desc-tags .text p,.hero-start .text .lead {
        margin-top: 20vh
    }
}

.parallax-video-image picture {
    position: relative;
    z-index: 99
}

.parallax-video-image .z-index-top {
    z-index: 100
}

.list-group {
    margin-bottom: clamp(2rem,5vw,3rem)
}

.ordered-large-list .headlines .headline {
    margin-bottom: clamp(5rem,10vw,10rem);
    padding-left: 1.1em;
    position: relative
}

@media (min-width: 768px) {
    .ordered-large-list .headlines .headline {
        padding-left:1.4em
    }
}

.ordered-large-list .headlines .headline:last-child {
    margin-bottom: 0
}

.ordered-large-list .headlines .headline .number {
    display: inline-block;
    font-size: .53em;
    left: 0;
    position: absolute;
    text-align: right;
    top: 3%
}

.asset-dump {
    position: relative
}

.asset-dump .pin-spacer {
    mix-blend-mode: difference;
    pointer-events: none;
    z-index: 30!important
}

.asset-dump picture {
    display: block;
    position: relative
}

.asset-dump picture:before {
    content: "";
    display: block;
    height: 0;
    width: 100%
}

.asset-dump picture img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.asset-dump .parallax {
    will-change: transform
}

.asset-dump picture.landscape:before {
    padding-bottom: 63%
}

.asset-dump picture.portrait:before {
    padding-bottom: 140.056022409%
}

@media (max-width: 767.98px) {
    .asset-dump .hidden-on-mobile {
        display:none
    }
}

.asset-dump .z-index-top {
    z-index: 40
}

.asset-dump .headline-mobile {
    mix-blend-mode: difference;
    position: relative;
    will-change: transform;
    z-index: 50
}

.asset-dump .headline-mobile .h2,.asset-dump .headline-mobile h2 {
    color: #fff;
    font-size: clamp(4.5rem,10vw,10rem);
    margin-bottom: -10%;
    text-rendering: optimizeSpeed
}

.en .asset-dump .headline-container .h2,.en .asset-dump .headline-container h2,.en .asset-dump .headline-mobile .h2,.en .asset-dump .headline-mobile h2 {
    font-size: clamp(3rem,10vw,7rem)
}

.asset-dump .headline-container {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.asset-dump .headline-container.pinned {
    position: fixed
}

.asset-dump .headline-container .row {
    min-height: 100vh
}

.asset-dump .headline-container .h2,.asset-dump .headline-container h2 {
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: -1
}

.asset-dump .container-fluid,.asset-dump .container-lg,.asset-dump .container-md,.asset-dump .container-sm,.asset-dump .container-xl {
    padding: 0
}

.asset-dump .img-fluid {
    max-width: none;
    width: 100%
}

@media (min-width: 768px) and (max-width:991.98px) {
    .asset-dump .anka-vid {
        margin-top:0
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .asset-dump .anka-vid {
        margin-top:10%
    }
}

@media (min-width: 768px) {
    .asset-dump .felix {
        margin-top:-20%
    }
}

@media (min-width: 1400px) {
    .asset-dump .felix {
        margin-top:-40%
    }
}

@media (min-width: 768px) {
    .asset-dump .paulsen {
        margin-top:60%
    }

    .asset-dump .benni-coding {
        margin-top: -15%
    }

    .asset-dump .text {
        margin-top: 200%
    }

    .asset-dump .boxen {
        margin-top: 40%
    }

    .asset-dump .muesli {
        margin-top: 30%;
        z-index: 45
    }
}

.hero-contact video {
    width: 100%
}

.contact-data .hover-reveal {
    height: 500px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 500px
}

.contact-data .hover-reveal__img,.contact-data .hover-reveal__inner {
    height: 100%;
    position: relative;
    width: 100%
}

.contact-data .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center
}

.contact-data .video video {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.scroll-horizontal {
    overflow-x: hidden;
    width: 100%
}

@media (min-width: 992px) {
    .scroll-horizontal .scroll-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100vh;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .scroll-horizontal .slides {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 30vw;
        padding-right: 30vw
    }

    .scroll-horizontal .slide {
        margin-left: clamp(6rem,25vw,15rem);
        opacity: .2;
        -webkit-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out;
        width: 50vw
    }

    .scroll-horizontal .slide.active {
        opacity: 1
    }

    .scroll-horizontal .slide:first-of-type {
        margin-left: 0
    }

    .scroll-horizontal .slide p {
        max-width: 53ch
    }
}

@media (min-width: 1400px) {
    .scroll-horizontal .slide {
        width:45vw
    }
}

.scroll-horizontal .h2,.scroll-horizontal h2 {
    white-space: nowrap
}

.en .scroll-horizontal .h2,.en .scroll-horizontal h2 {
    font-size: clamp(3rem,10vw,7rem)
}

.scroll-horizontal .h2 .icon,.scroll-horizontal h2 .icon {
    display: inline-block;
    height: 1.1ch;
    width: 1.2ch
}

@media (max-width: 767.98px) {
    .hero-video .video {
        aspect-ratio:3/4
    }
}

@media (min-width: 992px) {
    .hero-video .video {
        aspect-ratio:auto;
        height: 100vh
    }
}

.hero-video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.case-skillconomy-type-scroll {
    overflow: hidden;
    position: relative;
    width: 100%
}

.case-skillconomy-type-scroll #morphing-blob {
    left: -20vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: clamp(20rem,55vw,70rem)
}

@media (min-width: 992px) {
    .case-skillconomy-type-scroll #morphing-blob {
        left:-15vw
    }
}

@media (min-width: 1200px) {
    .case-skillconomy-type-scroll #morphing-blob {
        width:clamp(20rem,60vw,80rem)
    }
}

.case-skillconomy-type-scroll #morphing-blob path {
    fill: #eef4fb
}

.case-skillconomy-type-scroll .scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .case-skillconomy-type-scroll .scroll-container {
        height:100vh
    }
}

.case-skillconomy-type-scroll .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20vw;
    padding-right: 20vw
}

.case-skillconomy-type-scroll .slide {
    width: 300vw
}

@media (max-width: 991.98px) {
    .case-skillconomy-type-scroll .slide {
        margin-right:10vw;
        width: clamp(1000px,200vw,2000px)
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .case-skillconomy-type-scroll .slide {
        width:clamp(500px,300vw,2500px)
    }
}

@media (min-width: 1200px) {
    .case-skillconomy-type-scroll .slide {
        width:clamp(500px,300vw,5090px)
    }
}

.case-skillconomy-type-scroll .slide svg {
    width: 100%
}

.is-touch .cases-list .cases-list-inner {
    display: none
}

.cases-list .cases-list-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr .6fr
}

.cases-list .cases-container {
    display: none
}

.cases-list .case-list-item {
    border-bottom: 1px solid hsla(72,9%,89%,.2)
}

.cases-list .case-list-item:first-child {
    border-top: 1px solid hsla(72,9%,89%,.2)
}

.cases-list .case-list-item .h3 {
    font-size: clamp(1.75rem,6.5vw,5rem)
}

.cases-list .case-list-item.is-active .h3 {
    position: relative;
    z-index: 9999
}

.cases-list .case-list-item.is-not-active a,.cases-list .case-list-item.is-not-active a .h3 {
    color: #434245
}

.cases-list .case-list-item:last-child {
    border-bottom: none
}

.cases-list .case-list-item a {
    padding-bottom: clamp(1.5rem,5vw,2rem);
    padding-top: clamp(1.5rem,5vw,2rem);
    position: relative;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.cases-list li.case-list-item>a>div {
    -ms-flex-item-align: center;
    align-self: center
}

.cases-list .cases-list-grid .case-preview {
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: clamp(10rem,40vw,40rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cases-list .cases-list-grid .case-preview.skillconomy-preview .visual {
    margin-bottom: 0!important
}

.cases-list .cases-list-grid .case-preview.commercial-preview {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cases-list .cases-list-grid .hover-reveal {
    aspect-ratio: 1/1;
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%!important;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.cases-list .cases-list-grid .hover-reveal__inner {
    height: 100%;
    position: relative;
    width: 100%
}

.case-website-tablet-mobile-device .devices {
    background: var(--bgcolor);
    padding-bottom: clamp(6rem,12.5vw,20rem);
    padding-top: clamp(6rem,12.5vw,20rem)
}

.case-website-tablet-mobile-device .device {
    border: 1px solid var(--devicebordercolor);
    border-radius: clamp(2px,.5vw,20px);
    overflow: hidden
}

.lang-switcher {
    bottom: 0;
    mix-blend-mode: difference;
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
    position: fixed;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 999
}

@media (max-width: 575.98px) {
    .lang-switcher {
        display:none;
        opacity: 0
    }
}

@media (min-width: 992px) {
    .lang-switcher {
        padding-bottom:2.75rem;
        padding-top: 2.75rem
    }
}

.lang-switcher a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang-switcher a:before {
    height: 1px
}

.lang-switcher span {
    display: inline-block
}

.lang-switcher .lang-full-name {
    overflow: hidden;
    width: 0
}

.video {
    position: relative
}

.video video {
    display: block
}

.video .overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.video .overlay img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: clamp(60px,40%,480px)
}

.btn-outline-light {
    border: none;
    -webkit-box-shadow: inset 0 0 0 1px #1a191e;
    box-shadow: inset 0 0 0 1px #1a191e;
    color: #1a191e!important;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

@media (min-width: 992px) {
    .btn-outline-light {
        -webkit-box-shadow:inset 0 0 0 2px #1a191e;
        box-shadow: inset 0 0 0 2px #1a191e
    }
}

.btn-outline-light:hover {
    color: #fff!important
}

.btn-outline-light:focus {
    -webkit-box-shadow: inset 0 0 0 1px #1a191e;
    box-shadow: inset 0 0 0 1px #1a191e
}

@media (min-width: 992px) {
    .btn-outline-light:focus {
        -webkit-box-shadow:inset 0 0 0 2px #1a191e;
        box-shadow: inset 0 0 0 2px #1a191e
    }
}

.no-transitions .btn-outline-light {
    -webkit-transition: none;
    transition: none
}

.dark .btn-outline-light {
    -webkit-box-shadow: inset 0 0 0 1px #e5e6e1;
    box-shadow: inset 0 0 0 1px #e5e6e1;
    color: #e5e6e1!important
}

@media (min-width: 992px) {
    .dark .btn-outline-light {
        -webkit-box-shadow:inset 0 0 0 2px #e5e6e1;
        box-shadow: inset 0 0 0 2px #e5e6e1
    }
}

.dark .btn-outline-light:hover {
    color: #1a191e!important
}

.dark .btn-outline-light:focus {
    -webkit-box-shadow: inset 0 0 0 1px #e5e6e1;
    box-shadow: inset 0 0 0 1px #e5e6e1
}

@media (min-width: 992px) {
    .dark .btn-outline-light:focus {
        -webkit-box-shadow:inset 0 0 0 2px #e5e6e1;
        box-shadow: inset 0 0 0 2px #e5e6e1
    }
}

.btn-fill-circle {
    background: transparent;
    display: inline-block;
    overflow: hidden;
    position: relative
}

.btn-fill-circle:hover {
    background: none;
    color: #fff
}

.btn-circle {
    -webkit-aspect-ratio: 1;
    aspect-ratio: 1;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 42px;
    line-height: 1;
    max-height: 42px;
    max-width: 42px;
    padding: .7rem;
    width: 42px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .btn-circle {
        height:60px;
        max-height: 60px;
        max-width: 60px;
        padding: 1rem;
        width: 60px
    }
}

.btn-circle:hover span:after,.btn-circle:hover span:before {
    background: #1a191e
}

.btn-circle span {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.btn-circle span:after,.btn-circle span:before {
    background: #e5e6e1;
    content: "";
    display: block;
    position: absolute
}

.btn-circle span:before {
    height: 2px;
    left: 0;
    margin-top: -1px;
    top: 50%;
    width: 100%
}

.btn-circle span:after {
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 0;
    width: 2px
}

.btn-fill-circle .button-bg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    border-radius: .5rem;
    height: 100%;
    left: 0;
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.btn-fill-circle:hover .button-bg {
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1)
}

.dark .btn-fill-circle .button-bg:after,.dark .btn-fill-circle .button-bg:before {
    background: #e5e6e1
}

.btn-fill-circle .button-bg:after,.btn-fill-circle .button-bg:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #1a191e;
    content: "";
    position: absolute;
    z-index: -1
}

.btn-fill-circle .button-bg:before {
    border-radius: 50%;
    height: 0;
    left: 50%;
    padding-bottom: 110%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0) scale3d(0,0,1);
    transform: translate3d(-50%,-50%,0) scale3d(0,0,1);
    width: 110%
}

.btn-fill-circle:hover {
    z-index: 0
}

.btn-fill-circle:hover .button-bg:before {
    -webkit-transform: translate3d(-50%,-50%,0) scaleX(1);
    transform: translate3d(-50%,-50%,0) scaleX(1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.1,0,.3,1);
    transition: -webkit-transform .6s cubic-bezier(.1,0,.3,1);
    transition: transform .6s cubic-bezier(.1,0,.3,1);
    transition: transform .6s cubic-bezier(.1,0,.3,1),-webkit-transform .6s cubic-bezier(.1,0,.3,1)
}

.no-transitions .btn-fill-circle:hover .button-bg:before {
    -webkit-transition: none;
    transition: none
}

.btn-fill-circle .button-bg:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    z-index: -1
}

.no-transitions .btn-fill-circle .button-bg:after {
    -webkit-transition: none;
    transition: none
}

.btn-fill-circle:hover .button-bg:after {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .01s;
    transition-duration: .01s
}

.btn-fill-circle:hover span {
    position: relative;
    z-index: 9999
}

.list-group-item {
    border-bottom: 1px solid hsla(72,9%,89%,.2);
    padding-bottom: clamp(2rem,5vw,3rem);
    padding-top: clamp(2rem,5vw,3rem)
}

.list-group-item:last-child {
    border-bottom: none
}

.list-group-item .headline {
    position: relative
}

.list-group-item .headline .btn-circle {
    position: absolute;
    right: 0;
    top: 0
}

.icon-sun line {
    stroke: #1a191e;
    stroke-width: 1px
}

@media (max-width: 991.98px) {
    .icon-sun line {
        stroke-width:.5px
    }
}

.dark .icon-sun line {
    stroke: #e5e6e1
}

.icon .svg-container:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%
}

.icon-eye path {
    stroke: #1a191e;
    stroke-width: 1px
}

@media (max-width: 991.98px) {
    .icon-eye path {
        stroke-width:.5px
    }
}

.dark .icon-eye path {
    stroke: #e5e6e1
}

.icon-maze rect {
    stroke: #1a191e;
    stroke-width: 1px
}

@media (max-width: 991.98px) {
    .icon-maze rect {
        stroke-width:.5px
    }
}

.dark .icon-maze rect {
    stroke: #e5e6e1
}

@media (min-width: 768px) {
    .case-preview-item .h6,.case-preview-item h6 {
        font-size:65%
    }
}

.case-preview {
    display: block;
    position: relative
}

.case-preview .visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.case-preview picture {
    display: block;
    max-width: 100%
}

.case-preview img {
    z-index: 1
}

.case-preview video {
    display: block
}

.case-preview .video {
    z-index: 1
}

.case-preview .video.inview {
    opacity: 1
}

@media (min-width: 992px) {
    .is-touch .case-preview .h3,.is-touch .case-preview h3 {
        font-size:50px
    }
}

.cases-preview-container .case-preview {
    height: auto;
    width: 50vw
}

@media (min-width: 1200px) {
    .cases-preview-container .case-preview {
        height:auto;
        max-width: 850px;
        min-width: 400px;
        width: 45vw
    }
}

.cases-preview-container .case-preview .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 1rem
}

.cases-preview-container .case-preview .desc p {
    display: inline-block;
    font-size: medium;
    line-height: 1.4;
    max-width: 32ch
}

.hover-reveal {
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%!important;
    -webkit-transform: translateX(-20%) translateY(-50%);
    transform: translateX(-20%) translateY(-50%);
    z-index: 9
}

@media (min-width: 1800px) {
    .hover-reveal {
        -webkit-transform:translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

.hover-reveal.triggered {
    left: 50%!important
}

.hover-reveal__inner {
    height: 100%;
    position: relative;
    width: 100%
}

.cases-preview-container {
    left: 10vw;
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 90vw;
    z-index: -1
}

.is-touch .cases-preview-container {
    display: none
}

@media (max-width: 991.98px) {
    .cases-preview-container {
        display:none
    }
}

@media (min-width: 1800px) {
    .cases-preview-container {
        left:25vw;
        width: 75vw
    }
}

.cases-preview-container .title {
    display: none
}

.cases-preview-container .case-preview.interior-preview .visual {
    margin-bottom: -3rem
}

.case-preview.interior-preview picture {
    max-width: 62%
}

.case-preview.interior-preview .video {
    margin-left: -10%;
    margin-top: 24%;
    max-width: 35%
}

.case-preview.interior-preview .video video {
    border-radius: 10px;
    overflow: hidden
}

@media (min-width: 768px) {
    .case-preview.interior-preview .video video {
        border-radius:20px
    }
}

.cases-preview-container .case-preview.interior-preview .desc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 20ch;
    position: relative
}

.case-preview.exterior-preview picture {
    max-width: 62%
}

@media (max-width: 991.98px) {
    .case-preview.exterior-preview picture {
        max-width:100%
    }
}

.case-preview.exterior-preview .desc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 35ch
}

.case-preview.commercial-preview picture {
    max-width: 62%
}

.case-preview.commercial-preview .desc {
    max-width: 20ch
}

.case-preview.commercial-preview .case-preview-visual {
    margin-left: -15%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: -10%;
    width: 30%
}

.case-preview.commercial-preview .case-preview-visual .case-preview-visual-inner {
    position: relative
}

.case-preview.commercial-preview .case-preview-visual .commercial-m {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 28%
}

.case-preview.commercial-preview .desc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.case-preview.skillconomy-preview .visual {
    margin-bottom: -10%;
    padding: 10%;
    width: 100%
}

.cases-preview-container .case-preview.skillconomy-preview .visual {
    margin-bottom: 0
}

.cases-preview-container .case-preview.skillconomy-preview .desc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 0;
    margin-top: -20%;
    max-width: 20ch
}

.case-preview.skillconomy-preview .video-blob-wrapper {
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.case-preview.skillconomy-preview .video-blob-wrapper .video,.case-preview.skillconomy-preview .video-blob-wrapper svg,.case-preview.skillconomy-preview .video-blob-wrapper video {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.case-preview.skillconomy-preview .video-blob-wrapper .video {
    -webkit-clip-path: url(#blobClipPath);
    clip-path: url(#blobClipPath)
}

.case-preview.skillconomy-preview .video-blob-wrapper video {
    -o-object-fit: cover;
    object-fit: cover
}

.cases-preview-container .case-preview.mitmacher-preview .visual {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.case-preview.mitmacher-preview .desc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cases-preview-container .case-preview.Residential-preview .visual {
    margin-top: 35%
}

.case-preview.Residential-preview .desc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}


.cases-preview-container .case-preview.Residential-preview .visual {
    margin-top: 35%
}

.case-preview.Residential-preview .desc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.rotating {
    -webkit-animation: rotating 60s linear infinite;
    animation: rotating 60s linear infinite
}

section {
    padding-bottom: clamp(6rem,10vw,15rem)
}

section.compact {
    padding-bottom: clamp(4rem,10vw,8rem)
}

.ordered-large-list {
    padding-bottom: clamp(8rem,25vw,25rem)
}

:root {
    --black: #1a191e;
    --black-20: #d1d1d2;
    --white-dif: #e5e6e1;
    --white-dif-20: #434245
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    -ms-flex-direction: column;
    flex-direction: column
}

body.dark {
    background: #1a191e
}

body.animated-bg {
    -webkit-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    will-change: background-color
}

.link {
    cursor: pointer;
    position: relative;
    white-space: nowrap
}

.link:after,.link:before {
    background: currentColor;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%
}

footer .link:after,footer .link:before {
    height: 1px
}

.link:before {
    content: ""
}

.link-underline:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.link-underline:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.link-in-text:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.link-in-text:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.case-list-item-hover-outline .h3,.case-list-item-hover-outline h3,.is-ready .nav-link-hover-outline {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.is-scrolling .case-list-item-hover-outline,.is-scrolling .nav-link-hover-outline {
    pointer-events: none
}

.nav-link-hover-outline {
    color: #e5e6e1;
    font-family: nb_international_proregular,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    -webkit-text-stroke: 1px transparent;
    font-size: clamp(2.75rem,6.5vw,6rem);
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.nav-link-hover-outline:visited {
    color: #e5e6e1
}

.nav-link-hover-outline.is-active,.nav-link-hover-outline:hover {
    color: transparent;
    -webkit-text-stroke: 1px #e5e6e1
}

.overflow-container {
    overflow: hidden;
    width: 100%
}

@media (min-width: 992px) {
    .container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
        padding-left:2.75rem;
        padding-right: 2.75rem
    }
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    padding-top: clamp(8rem,15vw,10rem)
}

.studio-page main {
    padding-top: 0
}

.dark ::-moz-selection {
    background: #fff;
    color: #1a191e
}

.dark ::selection {
    background: #fff;
    color: #1a191e
}

::-moz-selection {
    background: #212529;
    color: #fff
}

::selection {
    background: #212529;
    color: #fff
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --bs-breakpoint-xxxl: 1800px
}

.btn {
    font-family: Ambit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: clamp(1.1rem,2vw,2rem);
    font-weight: 300;
    text-transform: uppercase
}

.btn-outline-primary {
    background: transparent
}

.btn-outline-primary:hover {
    background: #1a191e!important;
    color: #fff
}

.btn-outline-primary svg * {
    fill: #1a191e
}

b,strong {
    font-weight: 500
}

ol {
    counter-reset: li;
    list-style: none;
    padding-left: 0
}

ol li {
    padding-left: 2rem;
    position: relative
}

ol li:before {
    content: counter(li) ". ";
    counter-increment: li;
    left: 0;
    position: absolute
}

a {
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

a:focus {
    outline: none
}

.bg-black {
    background-color: #1a191e
}

.badge.text-uppercase {
    letter-spacing: 1px
}

.svg-container {
    position: relative
}

.svg-container svg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.btn-primary {
    color: #fff
}

.btn-primary:focus,.btn-primary:hover {
    background: #020202;
    color: #fff
}

.btn-primary.disabled,.btn-primary:disabled {
    color: hsla(0,0%,100%,.6)
}

.btn-secondary {
    color: #1a191e
}

.btn-secondary:focus,.btn-secondary:hover {
    background: #1a191e;
    color: #020202
}

.btn-white {
    --bs-btn-color: #1a191e;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #1a191e;
    --bs-btn-hover-bg: #1a191e;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 221,221,221;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1a191e;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(26,25,30,.125);
    --bs-btn-disabled-color: #1a191e;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff
}

.btn.icon svg {
    display: inline-block;
    height: 1.25rem;
    line-height: 1;
    margin-right: .5rem;
    max-width: 1.25rem
}

.btn.icon:hover * {
    fill: #fff
}

.link-arrow-right {
    text-decoration: none
}

.link-arrow-right:hover:before {
    -webkit-transform: translateX(.25rem);
    transform: translateX(.25rem)
}

.link-arrow-right:before {
    content: "→";
    display: inline-block;
    margin-right: .5rem;
    position: relative;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out
}

img,video {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}



/* contact page ------ form test ----- start */

