@font-face {
    font-family: Space Grotesk;
    src: url(../assets/fonts/spacegroteskvf.ttf) format("truetype-variations");
    font-weight: 100 1000;
    font-stretch: 25% 151%
}

.dk-select, .dk-select *, .dk-select-multi, .dk-select-multi *, .dk-select-multi :after, .dk-select-multi :before, .dk-select :after, .dk-select :before {
    box-sizing: border-box
}

.dk-select, .dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    width: 200px;
    cursor: pointer
}

.dk-selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .4em;
    padding: 0 1.5em 0 .5em;
    text-overflow: ellipsis
}

    .dk-selected:after, .dk-selected:before {
        content: "";
        display: block;
        position: absolute;
        right: 0
    }

    .dk-selected:before {
        top: 50%;
        border: solid transparent;
        border-width: .25em .25em 0;
        border-top-color: #ccc;
        margin: -.125em .5em 0 0
    }

    .dk-selected:after {
        top: 0;
        height: 100%;
        border-left: 1px solid #ccc;
        margin: 0 1.5em 0 0
    }

.dk-selected-disabled {
    color: #bbb
}

.dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0
}

.dk-select-open-up .dk-select-options {
    border-radius: .4em .4em 0 0;
    margin-bottom: -1px;
    bottom: 100%
}

.dk-select-open-down .dk-select-options {
    border-radius: 0 0 .4em .4em;
    margin-top: -1px;
    top: 100%
}

.dk-select-multi .dk-select-options {
    max-height: 10em
}

.dk-select-options {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .4em;
    list-style: none;
    margin: 0;
    max-height: 10.5em;
    overflow-x: hidden;
    overflow-y: auto;
    padding: .25em 0;
    width: auto;
    z-index: 100
}

.dk-option-selected {
    background-color: #3297fd;
    color: #fff
}

.dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit
}

.dk-option {
    padding: 0 .5em
}

.dk-select-options .dk-option-highlight {
    background-color: #3297fd;
    color: #fff
}

.dk-select-options .dk-option-disabled {
    color: #bbb;
    background-color: transparent
}

.dk-select-options .dk-option-hidden {
    display: none
}

.dk-optgroup {
    border: solid #ccc;
    border-width: 1px 0;
    padding: .25em 0
}

    .dk-optgroup, .dk-optgroup + .dk-option {
        margin-top: .25em
    }

        .dk-optgroup + .dk-optgroup {
            border-top-width: 0;
            margin-top: 0
        }

        .dk-optgroup:nth-child(2) {
            padding-top: 0;
            border-top: none;
            margin-top: 0
        }

        .dk-optgroup:last-child {
            border-bottom-width: 0;
            margin-bottom: 0;
            padding-bottom: 0
        }

.dk-optgroup-disabled {
    opacity: .6;
    color: #bbb;
    cursor: not-allowed
}

.dk-optgroup-label {
    padding: 0 .5em .25em;
    font-weight: 700;
    width: 100%
}

.dk-optgroup-options {
    list-style: none;
    padding-left: 0
}

    .dk-optgroup-options
    li {
        padding-left: 1.2em
    }

.dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #3297fd
}

.dk-select-open-down .dk-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #3297fd
}

    .dk-select-open-down .dk-selected:before, .dk-select-open-up .dk-selected:before {
        border-width: 0 .25em .25em;
        border-bottom-color: #3297fd
    }

    .dk-select-open-down .dk-selected:after, .dk-select-open-up .dk-selected:after {
        border-left-color: #3297fd
    }

.dk-select-multi:focus .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-open-up .dk-select-options {
    display: block;
    border-color: #3297fd
}

.dk-select-multi:focus, .dk-select-multi:hover {
    outline: none
}

.dk-selected:focus, .dk-selected:hover {
    outline: none;
    border-color: #3297fd
}

    .dk-selected:focus:before, .dk-selected:hover:before {
        border-top-color: #3297fd
    }

    .dk-selected:focus:after, .dk-selected:hover:after {
        border-left-color: #3297fd
    }

.dk-select-disabled {
    opacity: .6;
    color: #bbb;
    cursor: not-allowed
}

    .dk-select-disabled .dk-selected:focus, .dk-select-disabled .dk-selected:hover {
        border-color: inherit
    }

        .dk-select-disabled .dk-selected:focus:before, .dk-select-disabled .dk-selected:hover:before {
            border-top-color: inherit
        }

        .dk-select-disabled .dk-selected:focus:after, .dk-select-disabled .dk-selected:hover:after {
            border-left-color: inherit
        }

select[data-dkcacheid] {
    display: none
}
/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth
body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform .3s,opacity .3s;
    opacity: 0
}

    .c-scrollbar:hover {
        transform: scaleX(1.45)
    }

    .c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
        opacity: 1
    }

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1)
}

    [data-scroll-direction=horizontal] .c-scrollbar:hover {
        transform: scaleY(1.3)
    }

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

@keyframes b {
    0% {
        opacity: 0
    }

    9% {
        opacity: 0
    }

    10% {
        opacity: .5
    }

    13% {
        opacity: 0
    }

    20% {
        opacity: .5
    }

    25% {
        opacity: 1
    }
}

@keyframes c {
    0% {
        opacity: .9
    }

    20% {
        opacity: .75
    }

    50% {
        opacity: 1
    }

    85% {
        opacity: .7
    }

    to {
        opacity: .9
    }
}

@keyframes d {
    0% {
        width: 24px
    }

    50% {
        width: 60px
    }

    to {
        width: 24px
    }
}

@keyframes e {
    0% {
        transform: scale(1);
        stroke-width: 4px;
        opacity: 1
    }

    to {
        transform: scale(1.37);
        stroke-width: 1px;
        opacity: 0
    }
}

.viewed .splitting:not(a.email):not(a.phone):not(.value):not(.slide-title):not(.menu-item):not(.directions) .char {
    animation: b 1.2s cubic-bezier(.5,0,.5,1) both;
    animation-delay: calc(.2s * var(--random) + .5s)
}

.z-index--3 {
    z-index: 3
}

.z-index--2 {
    z-index: 2
}

.z-index--1 {
    z-index: 1
}

.z-index--0 {
    z-index: 0
}

.z-index--sub1 {
    z-index: -1
}

.error404
.hero {
    color: #fff;
    height: 100vh;
    min-height: 600px;
    background-color: #000;
    position: relative;
    background-position: 50%
}

    .error404 .hero, .error404 .hero:before {
        background-repeat: no-repeat;
        background-size: cover
    }

        .error404 .hero:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../assets/imagesg/bg-top-glow.png);
            background-position: top;
            transform-origin: top right;
            animation: c 6s cubic-bezier(.5,0,.5,1) infinite
        }

        .error404 .hero
        .container {
            height: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 4vw;
            padding-right: 4vw;
            width: 100%;
            max-width: 1280px
        }

        .error404 .hero
        .content {
            width: 100%;
            z-index: 2;
            position: absolute;
            transform: translate(-50%,-50%);
            top: 50%;
            left: 50%;
            text-align: center
        }

        .error404 .hero
        h1 {
            font-size: calc(120px + 80 * ((100vw - 640px) / 640));
            font-size: calc(7.5rem + 80 * ((100vw - 40rem) / 640));
            line-height: 1
        }

        .error404 .hero
        h3 {
            font-size: calc(28px + 18 * ((100vw - 370px) / 910));
            font-size: calc(1.75rem + 18 * ((100vw - 23.125rem) / 910));
            line-height: 1.2;
            font-weight: 300
        }

            .error404 .hero h3
            b {
                font-weight: 615
            }

        .error404 .hero
        h3 {
            font-weight: 500
        }

        .error404 .hero
        .button {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
            background-size: 200% auto;
            font-size: 12px;
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: 1.3px;
            letter-spacing: .08125rem;
            text-transform: uppercase;
            padding: 16px 30px;
            text-align: center;
            border-radius: 50px;
            transition: all 1.25s ease;
            min-width: 200px;
            width: auto;
            cursor: pointer
        }

            .error404 .hero .button:hover {
                transition: all 1.25s ease;
                background-position: 100%
            }

                .error404 .hero .button:hover
                span {
                    animation: b 1s cubic-bezier(.5,0,.5,1) both;
                    animation-delay: .2s
                }

        .error404 .hero
        .button {
            background: #fff;
            color: #000;
            border: 1px solid transparent;
            transition: all .5s ease
        }

            .error404 .hero .button:hover {
                background: #000;
                color: #fff;
                border: 1px solid #fff;
                transition: all .5s ease
            }

        .error404 .hero
        .button {
            display: inline-block;
            margin-top: 40px
        }

.error404.view-detect
.container {
    opacity: 0;
    transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
}

.error404.view-detect.viewed
.container {
    opacity: 1
}

* {
    border: 0;
    font: inherit;
    font-style: normal;
    font-size: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    quotes: none;
    text-decoration: none;
    vertical-align: baseline
}

*, :after, :before {
    box-sizing: border-box
}

body, html {
    background-color: #fff;
    color: #000;
    font: 16px/170% Space Grotesk,-apple-system,linkMacSystemFont,Helvetica Neue,Segoe UI,Roboto,Arial,sans-serif;
    font-weight: 400;
    max-width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    body::-webkit-scrollbar, html::-webkit-scrollbar {
        display: none
    }

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.grecaptcha {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: -1 !important
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

textarea {
    resize: vertical
}

::selection {
    background-color: #333 !important;
    color: #fff !important;
    text-shadow: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    a:focus, button:focus, input:focus {
        outline: 0
    }

[tabindex="-1"]:focus {
    outline: none !important
}

@-ms-viewport {
    width: device-width
}

article.post {
    display: block
}

div.categories-list.white {
    color: #fff
}

div.categories-list
.category {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 615;
    color: #999;
    line-height: 1.25;
    letter-spacing: 1px;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    opacity: 1
}

    div.categories-list .category:not(:last-child):after {
        content: "|";
        display: inline-block;
        margin: 0 5px;
        opacity: .25
    }

div.contact-popup {
    display: block;
    height: 100vh;
    overflow: hidden;
    width: 785px;
    max-width: 90%;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(110%);
    opacity: 0;
    transition: all .4s cubic-bezier(.47,0,.745,.715);
    background-color: #fff;
    z-index: 111
}

    div.contact-popup:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../assets/images/dots-sphere.png);
        background-position: 0 100%;
        width: 229px;
        height: 282px
    }

    div.contact-popup.is-active {
        transform: translateX(0);
        opacity: 1;
        transition: all .4s cubic-bezier(.47,0,.745,.715)
    }

    div.contact-popup
    .inner {
        padding: 15vh 120px;
        overflow: auto;
        height: 100%
    }

    div.contact-popup .close-button {
        color: #000;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        line-height: 1.1;
        position: relative;
        z-index: 3;
        top: 3vh;
        left: 3vw
    }

        div.contact-popup .close-button:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 12px;
            background-image: url(../assets/images/close-icon.svg);
            background-position: 50%;
            margin-top: -2px;
            margin-right: 10px
        }

    div.contact-popup
    .title {
        font-size: calc(28px + 18 * ((100vw - 370px) / 910));
        font-size: calc(1.75rem + 18 * ((100vw - 23.125rem) / 910));
        line-height: 1.2
    }

        div.contact-popup .title
        b {
            font-weight: 615
        }

    div.contact-popup
    .title {
        font-weight: 300;
        margin-bottom: 40px
    }

        div.contact-popup .title
        b {
            font-weight: 530
        }

    div.contact-popup
    .phone {
        font-size: calc(22px + 8 * ((100vw - 420px) / 860));
        font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
        font-weight: 600;
        line-height: 1.05;
        letter-spacing: .5px;
        letter-spacing: .03125rem
    }

        div.contact-popup .phone
        b {
            font-weight: 615
        }

    div.contact-popup
    .phone {
        color: #000;
        display: block;
        font-weight: 530;
        margin-bottom: 40px
    }

        div.contact-popup .phone:hover
        .char {
            animation: b .9s cubic-bezier(.5,0,.5,1) both;
            animation-delay: calc(.2s * var(--random))
        }

    div.contact-popup
    .subtitle {
        font-size: 10px;
        font-size: .625rem;
        font-weight: 615;
        text-transform: uppercase;
        color: #999;
        line-height: 1.25;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        margin-bottom: 10px
    }

    div.contact-popup .contact-form .top_label .gfield_label, div.contact-popup .contact-form
    legend.gfield_label {
        display: block !important
    }

    div.contact-popup .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_fileupload) {
        position: relative
    }

        div.contact-popup .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_fileupload):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #e9e9e9;
            border-radius: 4px
        }

    div.contact-popup .contact-form ul
    li.gfield {
        margin-top: 5px;
        position: relative
    }

        div.contact-popup .contact-form ul
        li.gfield.gfield_error {
            background-color: transparent !important;
            margin-bottom: 0 !important;
            border-top: none;
            border-bottom: none;
            padding-bottom: 0;
            padding-top: 0
        }

            div.contact-popup .contact-form ul li.gfield.gfield_error
            textarea {
                border: 1px solid #ff4040
            }

            div.contact-popup .contact-form ul li.gfield.gfield_error
            .gfield_label {
                margin-top: 0 !important;
                color: #000
            }

            div.contact-popup .contact-form ul li.gfield.gfield_error
            input {
                border: 1px solid #ff4040 !important
            }

        div.contact-popup .contact-form ul li.gfield
        .validation_message {
            border: none !important;
            margin-bottom: 20px;
            color: #fff;
            background: #ff4040;
            font-weight: 600;
            font-size: 10px;
            font-size: .625rem;
            letter-spacing: 1px;
            letter-spacing: .0625rem;
            text-transform: uppercase;
            text-align: left;
            margin-top: -4px;
            padding: 5px 15px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px
        }

            div.contact-popup .contact-form ul li.gfield
            .validation_message.instruction {
                display: none
            }

        div.contact-popup .contact-form ul li.gfield .ginput_container_checkbox + .validation_message, div.contact-popup .contact-form ul li.gfield .ginput_container_consent + .validation_message, div.contact-popup .contact-form ul li.gfield .ginput_container_radio + .validation_message {
            margin-top: 10px
        }

    div.contact-popup .contact-form
    label.gfield_label {
        text-align: center;
        position: absolute;
        z-index: 2;
        top: 32px;
        left: 15px;
        font-size: 10px;
        font-size: .625rem;
        padding: 0 5px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        line-height: 14px;
        line-height: .875rem;
        color: #fff;
        background-color: #000;
        transition: all .3s ease
    }

        div.contact-popup .contact-form label.gfield_label.is-fixed {
            position: static;
            background: transparent;
            text-align: left;
            margin-top: 20px
        }

        div.contact-popup .contact-form label.gfield_label.is-active, div.contact-popup .contact-form label.gfield_label.select-field {
            top: 3px;
            left: 15px;
            transition: all .3s ease
        }

            div.contact-popup .contact-form label.gfield_label.is-active + .ginput_container:before {
                background-image: linear-gradient(47deg,#40db5c,#03c7fd)
            }

    div.contact-popup .contact-form
    .validation_error {
        display: none !important;
        border: none !important;
        margin-bottom: 0;
        color: #fafafa;
        background: #ff4040;
        font-weight: 400;
        font-size: 14px;
        font-size: .875rem;
        text-align: left;
        margin-top: 60px;
        padding: 12px 20px
    }

    div.contact-popup .contact-form li.gfield
    .description {
        color: #fff;
        margin: 14px 0 32px
    }

    div.contact-popup .contact-form
    li.field_description_above {
        margin-top: 50px !important
    }

    div.contact-popup .contact-form
    .gfield_description {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 30px;
        color: #fff
    }

    div.contact-popup .contact-form
    .gfield_required {
        color: #000
    }

    div.contact-popup .contact-form
    .gform_validation_errors {
        display: none !important
    }

    div.contact-popup .contact-form
    .ginput_container {
        position: relative
    }

        div.contact-popup .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-active:before, div.contact-popup .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-completed:before {
            transition: width .4s cubic-bezier(.77,0,.175,1) 0s;
            width: 0
        }

        div.contact-popup .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-active:after, div.contact-popup .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-completed:after {
            transition: width .7s cubic-bezier(.77,0,.175,1) 0s;
            width: calc(100% - 4px)
        }

    div.contact-popup .contact-form input[type=email], div.contact-popup .contact-form input[type=password], div.contact-popup .contact-form input[type=tel], div.contact-popup .contact-form input[type=text], div.contact-popup .contact-form input[type=url], div.contact-popup .contact-form
    textarea {
        -webkit-appearance: none;
        appearance: none;
        color: #fff;
        font-weight: 530;
        font-size: 14px;
        font-size: .875rem;
        text-transform: none;
        display: block;
        height: 60px;
        border-radius: 4px;
        padding-left: 20px !important;
        outline: none;
        width: 100%;
        transition: .3s
    }

    div.contact-popup .contact-form
    textarea {
        height: 160px !important;
        max-height: 400px;
        min-height: 80px;
        padding: 26px 0;
        resize: none
    }

    div.contact-popup .contact-form
    .gfield_required {
        margin-left: 2px
    }

    div.contact-popup .contact-form :-ms-input-placeholder {
        color: #fff;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400
    }

    div.contact-popup .contact-form ::placeholder {
        color: #fff;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400
    }

    div.contact-popup .contact-form input:-webkit-autofill, div.contact-popup .contact-form input:-webkit-autofill:focus, div.contact-popup .contact-form input:-webkit-autofill:hover, div.contact-popup .contact-form select:-webkit-autofill, div.contact-popup .contact-form select:-webkit-autofill:focus, div.contact-popup .contact-form select:-webkit-autofill:hover, div.contact-popup .contact-form textarea:-webkit-autofill, div.contact-popup .contact-form textarea:-webkit-autofill:focus, div.contact-popup .contact-form textarea:-webkit-autofill:hover {
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0 1000px #000 inset
    }

    div.contact-popup .contact-form
    .gform_footer {
        position: relative;
        width: 100%;
        left: 0;
        right: 0
    }

    div.contact-popup .contact-form .gform_button, div.contact-popup .contact-form button, div.contact-popup .contact-form input[type=submit] {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
        background-size: 200% auto;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        text-transform: uppercase;
        padding: 16px 30px;
        text-align: center;
        border-radius: 50px;
        transition: all 1.25s ease;
        min-width: 200px;
        width: auto
    }

        div.contact-popup .contact-form .gform_button:hover, div.contact-popup .contact-form button:hover, div.contact-popup .contact-form input[type=submit]:hover {
            transition: all 1.25s ease;
            background-position: 100%
        }

            div.contact-popup .contact-form .gform_button:hover span, div.contact-popup .contact-form button:hover span, div.contact-popup .contact-form input[type=submit]:hover
            span {
                animation: b 1s cubic-bezier(.5,0,.5,1) both;
                animation-delay: .2s
            }

    div.contact-popup .contact-form .gform_button, div.contact-popup .contact-form button, div.contact-popup .contact-form input[type=submit] {
        width: 100%;
        outline: none;
        top: 0;
        left: 0;
        right: 0;
        cursor: pointer
    }

    div.contact-popup .contact-form
    ul.gform_fields {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%
    }

        div.contact-popup .contact-form ul.gform_fields > li {
            flex: 0 0 100%
        }

            div.contact-popup .contact-form ul.gform_fields > li:not(.gfield_html):not(:last-of-type) {
                margin-bottom: 0
            }

            div.contact-popup .contact-form ul.gform_fields > li:not(.gfield_html):last-of-type {
                margin-bottom: 20px
            }

        div.contact-popup .contact-form ul.gform_fields
        li.gfield.gsection {
            border-bottom: none !important;
            margin-top: 80px !important
        }

            div.contact-popup .contact-form ul.gform_fields li.gfield.gsection
            .gsection_title {
                font-family: Space Grotesk;
                font-size: calc(18px + 8 * ((100vw - 420px) / 1020));
                font-size: calc(1.125rem + 8 * ((100vw - 26.25rem) / 1020))
            }

                div.contact-popup .contact-form ul.gform_fields li.gfield.gsection .gsection_title
                span {
                    color: #9fa0a0
                }

    div.contact-popup .contact-form .ginput_container_checkbox
    .gfield_checkbox {
        display: flex;
        flex-flow: column;
        margin-left: 0
    }

        div.contact-popup .contact-form .ginput_container_checkbox .gfield_checkbox
        li {
            margin-right: 10px;
            margin-bottom: 4px;
            min-width: 150px;
            display: flex;
            overflow: visible;
            width: 100%
        }

            div.contact-popup .contact-form .ginput_container_checkbox .gfield_checkbox li
            label {
                color: #8a8a8a;
                font-size: 10px;
                font-size: .625rem;
                text-transform: uppercase;
                font-weight: 530 !important;
                letter-spacing: 1px;
                letter-spacing: .0625rem
            }

            div.contact-popup .contact-form .ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
                width: 22px !important;
                height: 22px !important
            }

    div.contact-popup .contact-form .ginput_container_checkbox label, div.contact-popup .contact-form .ginput_container_consent
    label {
        margin-left: 12px;
        margin-top: 9px;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400
    }

    div.contact-popup .contact-form .ginput_container_checkbox .gfield_required, div.contact-popup .contact-form .ginput_container_consent
    .gfield_required {
        margin-top: 7px
    }

    div.contact-popup .contact-form .ginput_container_checkbox input[type=checkbox], div.contact-popup .contact-form .ginput_container_consent input[type=checkbox] {
        position: relative;
        height: 22px;
        width: 22px;
        background: transparent;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        margin: 4px;
        border-radius: 4px
    }

        div.contact-popup .contact-form .ginput_container_checkbox input[type=checkbox]:after, div.contact-popup .contact-form .ginput_container_consent input[type=checkbox]:after {
            width: 14px;
            height: 14px;
            background: #f8f8f8
        }

        div.contact-popup .contact-form .ginput_container_checkbox input[type=checkbox]:checked:after, div.contact-popup .contact-form .ginput_container_consent input[type=checkbox]:checked:after {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAsCAYAAAAacYo8AAAA6klEQVRoQ+3XYQlCMRTF8f9tYAQbWEETGEFMIDawgUYwihGMYARNMBk8wU+6sbOhcPb5cjnvt8PgBX964k9z4+Cjb87iFi8UcFUKoWRjFpdRFi6yeCGUbMziMsrCRRYvhJKNWfwTZUppFhF3GTf0/5FIKZ2BNbCKiKsqfNeqTKE3wANY/mzwXAngCOyBA7DrETrfmlT8TfgGzKdabCMi10V61MGz+AVY9AwtF88Lp7rk8Kce0q9rk4pLu/BlmYOP1O7S8VEf4KqMkvarMlra4havFPBzWAnWPG7xZsLKBRavBGset3gzYeWCJ9xsJi2Vohp/AAAAAElFTkSuQmCC")
        }

    div.contact-popup .contact-form
    .ginput_container_radio {
        margin-left: 34px
    }

        div.contact-popup .contact-form .ginput_container_radio
        li {
            overflow: visible;
            margin-left: 25px
        }

            div.contact-popup .contact-form .ginput_container_radio li
            label {
                color: #8a8a8a;
                font-size: 10px;
                font-size: .625rem;
                text-transform: uppercase;
                font-weight: 530 !important;
                letter-spacing: 1px;
                letter-spacing: .0625rem
            }

        div.contact-popup .contact-form .ginput_container_radio:after, div.contact-popup .contact-form .ginput_container_radio:before {
            content: none !important
        }

        div.contact-popup .contact-form .ginput_container_radio input[type=radio], div.contact-popup .contact-form .ginput_container_radio
        label {
            cursor: pointer
        }

        div.contact-popup .contact-form .ginput_container_radio input[type=radio] {
            position: relative;
            height: 22px;
            width: 22px;
            -webkit-appearance: none;
            appearance: none;
            outline: none
        }

            div.contact-popup .contact-form .ginput_container_radio input[type=radio]:before {
                content: "";
                position: absolute;
                top: 42%;
                left: -20px;
                width: 22px;
                height: 22px;
                border-radius: 50%;
                transform: translate(-50%,-50%);
                background-color: #f8f8f8;
                border: 1px solid #e9e9e9
            }

            div.contact-popup .contact-form .ginput_container_radio input[type=radio]:checked:before {
                border: 1px solid #40db5c;
                background-color: #fff
            }

            div.contact-popup .contact-form .ginput_container_radio input[type=radio]:checked:after {
                content: "";
                position: absolute;
                top: 42%;
                left: -20px;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background-image: linear-gradient(43deg,#40db5c,#03c7fd);
                transform: translate(-50%,-50%);
                visibility: visible
            }

    div.contact-popup .contact-form
    .ginput_container_fileupload {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #000;
        font-weight: 700;
        border-radius: 4px;
        padding: 10px;
        height: 60px;
        line-height: 35px;
        line-height: 2.1875rem;
        border: 1px solid #e9e9e9;
        position: relative
    }

        div.contact-popup .contact-form .ginput_container_fileupload input[type=file] {
            margin-top: 0;
            font-size: 14px;
            font-size: .875rem;
            font-weight: 530;
            margin-left: 30px
        }

        div.contact-popup .contact-form .ginput_container_fileupload:before {
            content: "Upload CV";
            position: absolute;
            top: 0;
            left: 15px;
            text-align: center;
            pointer-events: none;
            cursor: pointer;
            font-size: 10px;
            font-size: .625rem;
            width: 117px;
            border-right: 1px solid #e9e9e9;
            font-weight: 700;
            letter-spacing: 1px;
            letter-spacing: .0625rem;
            color: #000;
            text-transform: uppercase;
            background-color: #fff;
            height: 56px;
            line-height: 56px;
            line-height: 3.5rem;
            background-image: url(../assets/images/upload.svg);
            background-size: 16px 21px;
            background-repeat: no-repeat;
            background-position: 0 50%
        }

        div.contact-popup .contact-form .ginput_container_fileupload
        .validation_message {
            display: none !important
        }

        div.contact-popup .contact-form .ginput_container_fileupload
        .ginput_preview {
            margin-left: 130px;
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-flow: row-reverse
        }

            div.contact-popup .contact-form .ginput_container_fileupload .ginput_preview
            img {
                margin-left: 10px
            }

    div.contact-popup .contact-form
    .ginput_container_consent {
        display: flex;
        font-size: 10px;
        font-size: .625rem;
        font-weight: 615;
        text-transform: uppercase;
        color: #999;
        line-height: 1.25;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        color: #fff
    }

        div.contact-popup .contact-form .ginput_container_consent
        a {
            color: #40db5c
        }

        div.contact-popup .contact-form .ginput_container_consent input[type=checkbox] {
            margin-left: 3px !important
        }

        div.contact-popup .contact-form .ginput_container_consent
        label {
            margin-top: 5px
        }

            div.contact-popup .contact-form .ginput_container_consent label
            a {
                font-weight: 300
            }

    div.contact-popup .contact-form
    label.gfield_label {
        color: #000;
        background-color: #fff
    }

    div.contact-popup .contact-form .gfield_description, div.contact-popup .contact-form li.gfield
    .description {
        color: #000
    }

        div.contact-popup .contact-form .gfield_description
        a {
            color: #40db5c
        }

    div.contact-popup .contact-form input[type=email], div.contact-popup .contact-form input[type=password], div.contact-popup .contact-form input[type=tel], div.contact-popup .contact-form input[type=text], div.contact-popup .contact-form input[type=url], div.contact-popup .contact-form
    textarea {
        color: #000;
        border: 1px solid transparent;
        background-color: #fff;
        position: relative
    }

    div.contact-popup .contact-form :-ms-input-placeholder {
        color: #000;
        font-size: 0
    }

    div.contact-popup .contact-form ::placeholder {
        color: #000;
        font-size: 0
    }

    div.contact-popup .contact-form input:-webkit-autofill, div.contact-popup .contact-form input:-webkit-autofill:focus, div.contact-popup .contact-form input:-webkit-autofill:hover, div.contact-popup .contact-form select:-webkit-autofill, div.contact-popup .contact-form select:-webkit-autofill:focus, div.contact-popup .contact-form select:-webkit-autofill:hover, div.contact-popup .contact-form textarea:-webkit-autofill, div.contact-popup .contact-form textarea:-webkit-autofill:focus, div.contact-popup .contact-form textarea:-webkit-autofill:hover {
        border: 0 none;
        -webkit-text-fill-color: #000;
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
        transition: background-color 5000s ease-in-out 0s
    }

    div.contact-popup .contact-form
    .gfield_visibility_hidden {
        color: transparent;
        display: none;
        font-size: 0;
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
        visibility: hidden
    }

    div.contact-popup .contact-form .ginput_container_checkbox, div.contact-popup .contact-form
    .ginput_container_consent {
        margin-top: 30px;
        font-weight: 400
    }

        div.contact-popup .contact-form .ginput_container_checkbox:after, div.contact-popup .contact-form .ginput_container_checkbox:before, div.contact-popup .contact-form .ginput_container_consent:after, div.contact-popup .contact-form .ginput_container_consent:before {
            display: none
        }

        div.contact-popup .contact-form .ginput_container_checkbox label.gfield_label, div.contact-popup .contact-form .ginput_container_consent
        label.gfield_label {
            background-color: #fff
        }

        div.contact-popup .contact-form .ginput_container_checkbox input[type=checkbox], div.contact-popup .contact-form .ginput_container_checkbox label, div.contact-popup .contact-form .ginput_container_consent input[type=checkbox], div.contact-popup .contact-form .ginput_container_consent
        label {
            cursor: pointer
        }

        div.contact-popup .contact-form .ginput_container_checkbox label, div.contact-popup .contact-form .ginput_container_consent
        label {
            color: #000
        }

        div.contact-popup .contact-form .ginput_container_checkbox input[type=checkbox], div.contact-popup .contact-form .ginput_container_consent input[type=checkbox] {
            border: 1px solid #e9e9e9
        }

            div.contact-popup .contact-form .ginput_container_checkbox input[type=checkbox]:before, div.contact-popup .contact-form .ginput_container_consent input[type=checkbox]:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 16px;
                height: 16px;
                border-radius: 4px;
                transform: translate(-50%,-50%);
                background-image: linear-gradient(57deg,#03c7fd,#40db5c);
                background-position: 50%;
                background-repeat: no-repeat;
                opacity: 0
            }

            div.contact-popup .contact-form .ginput_container_checkbox input[type=checkbox]:after, div.contact-popup .contact-form .ginput_container_consent input[type=checkbox]:after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 12px;
                height: 12px;
                background: none;
                border-radius: 2px;
                transform: translate(-50%,-50%)
            }

            div.contact-popup .contact-form .ginput_container_checkbox input[type=checkbox]:checked:before, div.contact-popup .contact-form .ginput_container_consent input[type=checkbox]:checked:before {
                opacity: 1
            }

            div.contact-popup .contact-form .ginput_container_checkbox input[type=checkbox]:checked:after, div.contact-popup .contact-form .ginput_container_consent input[type=checkbox]:checked:after {
                background-image: url(../assets/images/checked-icon.svg);
                background-position: 50%
            }

    div.contact-popup .contact-form .toggle
    ul.gfield_radio {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0
    }

        div.contact-popup .contact-form .toggle ul.gfield_radio
        li {
            position: relative;
            width: 48%;
            margin-bottom: 25px
        }

            div.contact-popup .contact-form .toggle ul.gfield_radio li
            input {
                opacity: 0;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                position: absolute;
                width: 100% !important;
                height: 100%;
                padding: 0;
                margin: 0
            }

                div.contact-popup .contact-form .toggle ul.gfield_radio li input:checked + label {
                    border-color: #000;
                    background-color: #000;
                    color: #fff
                }

            div.contact-popup .contact-form .toggle ul.gfield_radio li
            label {
                text-align: center;
                color: #000;
                text-transform: uppercase;
                letter-spacing: .2em;
                font-size: 12px;
                font-size: .75rem;
                display: block;
                line-height: 1.1em;
                padding: 1.7em 2.7em;
                border: 1px solid #000;
                transition: all .2s ease-in;
                background-color: transparent;
                max-width: 100%;
                margin: 0;
                width: 100%
            }

    div.contact-popup .contact-form .ginput_container_consent input[type=checkbox] {
        margin-left: 0 !important
    }

    div.contact-popup .contact-form .ginput_container_consent
    label {
        font-size: 10px;
        font-size: .625rem;
        font-weight: 615;
        text-transform: uppercase;
        color: #999;
        line-height: 1.25;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        font-weight: 530;
        margin-top: 9px;
        margin-left: 10px !important
    }

        div.contact-popup .contact-form .ginput_container_consent label
        a {
            color: #000;
            font-weight: 600
        }

    div.contact-popup .contact-form .dk-select {
        width: 100%;
        min-width: 300px
    }

        div.contact-popup .contact-form .dk-select:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #e9e9e9;
            border-radius: 4px
        }

        div.contact-popup .contact-form .dk-select.dk-select-open-down, div.contact-popup .contact-form .dk-select.dk-select-open-up {
            position: relative
        }

            div.contact-popup .contact-form .dk-select.dk-select-open-down:before, div.contact-popup .contact-form .dk-select.dk-select-open-up:before {
                background-image: linear-gradient(47deg,#40db5c,#03c7fd)
            }

            div.contact-popup .contact-form .dk-select.dk-select-open-down .dk-selected:before {
                transform: rotate(180deg)
            }

        div.contact-popup .contact-form .dk-select .dk-selected {
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid transparent;
            padding: 20px 27px;
            font-size: 14px;
            font-size: .875rem;
            font-weight: 530
        }

            div.contact-popup .contact-form .dk-select .dk-selected:before {
                content: "";
                position: absolute;
                top: 28px;
                right: 20px;
                border: none;
                width: 13px;
                height: 7px;
                background-position: 50%;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAlCAYAAADbVxCwAAAAz0lEQVRYR+2VwQ3CMBAEJ51QAiVAB5RAB5SUVmiBCqADUgLyI1IUOfKdfPew2LxX1mS8d54Y6JsGYkWwWbclszILGrCsFsiszBYD2rNZPfgrs3fgAVyBpWHUk60e1Wv2DDyBdwO4gM7AC7gYfiwFthzaAg4BjdwGR8BhoJGwNcO3iKvf9qG3s/turYa/wKm3o/vDo2G3hj89w1SbsAzYFbjAttaZ6/3IgnVBWMOCtZry5mTWa8yal1mrKW9OZr3GrHmZtZry5mTWa8yaH8rsDyzRJCZ96WXpAAAAAElFTkSuQmCC")
            }

            div.contact-popup .contact-form .dk-select .dk-selected:after {
                border: none
            }

        div.contact-popup .contact-form .dk-select .dk-select-options {
            padding: 20px 25px;
            background-color: #fff;
            border-radius: 0
        }

            div.contact-popup .contact-form .dk-select .dk-select-options .dk-option-selected {
                background-color: #fff;
                color: #000;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAC+0lEQVRYR+2Wz0sUYRjHv+/7jmYlQtDFwhUzSmLNXbc124ooKOiiB2mUTh3t5h8g9A+USBREBy8eapc82KVbh8hNDLLcVQhK2w1DKalU9FA7T8yvnRl2Yd61DSRmLy/zvi+7n/283/d5hmEXftguZEIAJXsqganAlKwB2X3/X6YOv32uEvE+ItFNxEPEBIh4niCmATHxNRZJydpx79uRqabZZ3FibBQkEoCARhwWEIrP+jxEGlwZWouGX1cCVzFUy7vJHo34JIGDYJixRmGOJfMcIN77Ld7xVBasIqgjsxNx4mxGBwEzDdlmjBHC+2yv66C8pkvWWEVQrXOPp4h4wmPIsOM2ZpkrGjPXNfD0Wix6VsaWNNTxzLhaIJ70mDGMKSXG6kUt1gtkzTvrBNEvE35pqGNzY0mgRtVcmXGHWs8SoKCe1yJ1NI5Xmz9wa3nJA8wgUquxU/1+tqSh2jJjOQ08VGLKun16xur5HiRbu9FUuw/XPrxBZnvLkzG9XKzGTjdXEeoh2dkxQ80x3BjHk+85LGxvGECPWs8bQOrHGWS3Nh0g1xGvdJ7xFeG7wf5XJ7IPqHjbwNEg9mK85QoO1ezHYC6N4caoATSwmPYC2RcBHBoJrHSe8/1N3w0O1L0cIEJOGRBoUEywtroD2Cj8wvXFF8hurZuGypUHJvJfoheqd3zh+btJIq4a19uoP4pRKNvqDuJ+80Xc/PQSC9s/XQVUcRXWYsVPLUcvVS/o4cyICqYk9SyVlgUHtLSgOvuJif7lyGXffih9fPoxtmdHpogpCae1lC+UxXVPy1HS+cjV6hZPHSqSvR3/DT6jX38iq1JbrcQAcbUezzoTKGis63O0R6oxV2RKBzuZvdNDjE2SnqliM3beEso3ada71NH3bxqyfRMtY6OASNhvBXaWDEPme5Ue+rRW4EOL0QEpQ/b3V2zKXY3D8yMqIPqIeDdBhMwjVPJEfBrgE+/bb/iGulx1/ysov3ax0/UAStZcYCowJWtAdl+QKVlTfwCsgoc0X7Sk5QAAAABJRU5ErkJggg==");
                background-size: 36px;
                background-position: 101% 50%;
                background-repeat: no-repeat
            }

            div.contact-popup .contact-form .dk-select .dk-select-options .dk-option {
                text-transform: none;
                font-size: 14px;
                font-size: .875rem;
                font-weight: 530;
                padding: 5px 0
            }

                div.contact-popup .contact-form .dk-select .dk-select-options .dk-option.dk-option-highlight {
                    background-color: #fff;
                    color: #000
                }

                div.contact-popup .contact-form .dk-select .dk-select-options .dk-option:focus, div.contact-popup .contact-form .dk-select .dk-select-options .dk-option:hover {
                    outline: none;
                    color: #000;
                    border-color: transparent;
                    background-color: transparent;
                    opacity: .7
                }

html.has-custom-cursor .custom-cursor {
    position: fixed;
    width: 90px;
    height: 90px;
    line-height: 105px;
    border-radius: 50%;
    color: #fff;
    background-color: #fff;
    pointer-events: none;
    z-index: 999;
    transition: transform .2s;
    display: none;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(1);
    border: 5px solid transparent
}

    html.has-custom-cursor .custom-cursor:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 0 7.5px 16px;
        border-color: transparent transparent transparent #000;
        background-blend-mode: multiply;
        position: absolute;
        top: calc(50% - 7.5px);
        left: calc(50% - 8px)
    }

#full-screen-menu {
    position: fixed;
    top: 0;
    height: 0;
    min-height: 0;
    width: 100%;
    background-color: #fafafa;
    color: #000;
    transform: translateY(-20%);
    transition: all .4s cubic-bezier(.47,0,.745,.715);
    overflow: hidden;
    opacity: 0;
    z-index: -1
}

    #full-screen-menu:after {
        content: "";
        position: absolute;
        bottom: -500px;
        right: -400px;
        background-image: url(../assets/images/dots-sphere.png);
        width: 847px;
        height: 793px
    }

body.scroll-up #full-screen-menu {
    top: 0
}

#full-screen-menu.is-active, #full-screen-menu.is-hovered.contact {
    transform: translateY(0);
    height: 100vh;
    min-height: 600px;
    opacity: 1;
    transition: all .4s cubic-bezier(.39,.575,.565,1)
}

    #full-screen-menu.is-active .burger-menu .menu-item, #full-screen-menu.is-hovered.contact .burger-menu .menu-item {
        top: 0
    }

    #full-screen-menu.is-active .contact-info, #full-screen-menu.is-hovered.contact .contact-info {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }

#full-screen-menu > .inner {
    overflow: auto;
    height: calc(100vh - 110px);
    position: relative;
    z-index: 2;
    margin-top: 100px;
    margin-bottom: 10px
}

#full-screen-menu
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    display: flex;
    align-items: self-start;
    padding-top: 50px
}

#full-screen-menu
.col {
    width: 65%
}

    #full-screen-menu
    .col.right {
        width: 35%;
        padding-left: 5%;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        position: relative;
        height: 80%
    }

#full-screen-menu .burger-menu li.menu-item {
    position: relative;
    transition: .5s all calc(.2s * (var(--menu-index)) * .5) ease;
    top: 60px
}

    #full-screen-menu .burger-menu li.menu-item > a {
        font-size: calc(30px + 40 * ((100vw - 640px) / 640));
        font-size: calc(1.875rem + 40 * ((100vw - 40rem) / 640));
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: .2px;
        letter-spacing: .0125rem;
        color: #0a0a0a;
        line-height: 1.1;
        display: block;
        padding: 5px 0;
        transition: all .5s cubic-bezier(.47,0,.745,.715)
    }

    #full-screen-menu .burger-menu li.menu-item:last-child
    a {
        padding-bottom: 0
    }

#full-screen-menu .contact-info {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .75s ease .5s;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 15px
}

    #full-screen-menu .contact-info
    .address {
        margin-bottom: 15px
    }

    #full-screen-menu .contact-info
    .phone {
        display: block
    }

    #full-screen-menu .contact-info
    .email {
        color: #000;
        display: block;
        text-decoration: none;
        transition: all .4s ease
    }

        #full-screen-menu .contact-info .email:hover .char, #full-screen-menu .contact-info .phone:hover
        .char {
            animation: b .9s cubic-bezier(.5,0,.5,1) both;
            animation-delay: calc(.2s * var(--random))
        }

    #full-screen-menu .contact-info
    a {
        color: #1d1c1f
    }

#full-screen-menu .secondary-menu
a {
    color: #000;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    letter-spacing: .08125rem;
    line-height: 1.1;
    max-width: 100%;
    width: 360px;
    position: relative;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    border-bottom: 1px solid #e9e9e9
}

    #full-screen-menu .secondary-menu a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #000;
        transition: .5s
    }

    #full-screen-menu .secondary-menu a:after {
        content: "";
        background-image: url(../assets/images/arrow-right.svg);
        position: absolute;
        top: 20px;
        right: 0;
        width: 12px;
        height: 12px;
        background-size: contain
    }

    #full-screen-menu .secondary-menu a:hover:before {
        width: 100%
    }

#full-screen-menu .submenu-items {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    margin-left: 70px
}

    #full-screen-menu .submenu-items.is-active {
        max-height: 100vh;
        opacity: 1;
        padding-top: 15px;
        padding-bottom: 15px;
        transition: all .5s ease-in-out
    }

        #full-screen-menu .submenu-items.is-active .submenu-item
        .char {
            animation: none
        }

        #full-screen-menu .submenu-items.is-active .submenu-item
        span.whitespace {
            margin: 0 5px
        }

        #full-screen-menu .submenu-items.is-active .submenu-item:hover
        .char {
            animation: b .9s cubic-bezier(.5,0,.5,1) both;
            animation-delay: calc(.2s * var(--random))
        }

    #full-screen-menu .submenu-items .submenu-item {
        line-height: 1;
        font-size: calc(20px + 22 * ((100vw - 420px) / 860));
        font-size: calc(1.25rem + 22 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        text-transform: uppercase;
        color: #0a0a0a;
        display: block;
        transition: .5s all calc(.2s * (var(--submenu-index)) * .5) ease;
        margin-bottom: 15px
    }

#full-screen-menu.submenu .submenu-items {
    opacity: 1;
    visibility: visible
}

#full-screen-menu.submenu .submenu-item {
    transform: translateX(0)
}

#full-screen-menu
.button {
    display: none
}

#full-screen-menu.is-active .burger-menu li.menu-item > a, #full-screen-menu.is-hovered .burger-menu li.menu-item > a, #full-screen-menu.submenu .burger-menu li.menu-item > a {
    color: #0a0a0a;
    will-change: text-shadow;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#full-screen-menu.is-active .burger-menu li.menu-item.current > a, #full-screen-menu.is-active .burger-menu li.menu-item.is-active > a, #full-screen-menu.is-hovered .burger-menu li.menu-item.current > a, #full-screen-menu.is-hovered .burger-menu li.menu-item.is-active > a, #full-screen-menu.submenu .burger-menu li.menu-item.current > a, #full-screen-menu.submenu .burger-menu li.menu-item.is-active > a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .5s;
    font-weight: 700
}

div.list-content {
    margin-top: 120px
}

    div.list-content
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    div.list-content .list-item {
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: 1px solid #e9e9e9;
        display: flex
    }

    div.list-content
    aside {
        width: 50%
    }

    div.list-content
    .title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        div.list-content .title
        b {
            font-weight: 530
        }

    div.list-content
    .title {
        font-size: calc(24px + 12 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
        padding-right: 60px
    }

.scroll-down {
    transform: rotate(90deg);
    text-transform: uppercase;
    color: #fff;
    font-size: 9px;
    font-size: .5625rem;
    letter-spacing: 3px;
    letter-spacing: .1875rem;
    position: absolute;
    bottom: 125px;
    z-index: 3;
    right: 0
}

    .scroll-down:after, .scroll-down:before {
        content: "";
        height: 1px;
        width: 60px;
        background-color: #fff;
        position: absolute;
        bottom: 50%
    }

    .scroll-down:before {
        left: 65px;
        opacity: .5
    }

    .scroll-down:after {
        left: calc(100% + 13px);
        width: 24px;
        animation: d 3s cubic-bezier(.77,0,.175,1) infinite
    }

.stats {
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly
}

    .stats .stat-item {
        min-width: 130px
    }

        .stats .stat-item:not(:last-child) {
            margin-right: 30px
        }

        .stats .stat-item
        .number {
            font-size: calc(35px + 15 * ((100vw - 420px) / 860));
            font-size: calc(2.1875rem + 15 * ((100vw - 26.25rem) / 860));
            line-height: 1.1
        }

            .stats .stat-item .number
            b {
                font-weight: 615
            }

        .stats .stat-item
        .number {
            line-height: 1;
            font-weight: 700;
            margin-bottom: 15px
        }

        .stats .stat-item
        .caption {
            font-size: 11px;
            font-size: .6875rem;
            font-weight: 615;
            opacity: .25;
            line-height: 1.25;
            letter-spacing: 1.2px;
            letter-spacing: .075rem;
            opacity: 1;
            text-transform: uppercase;
            color: #8a8a8a;
            max-width: 180px
        }

    .stats.column {
        max-width: 550px;
        margin: 0 auto;
        padding: 40px 0 0;
        flex-flow: column
    }

        .stats.column .stat-item {
            width: 100%;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            border-left: none;
            border-bottom: 1px solid #e3e3e3;
            margin-right: 0;
            padding-bottom: 10px;
            padding-left: 0;
            margin-bottom: 25px
        }

        .stats.column
        .number {
            margin-bottom: 0;
            padding-right: 25px
        }

        .stats.column
        .caption {
            max-width: 200px
        }

hgroup.page-titles {
    display: block;
    color: #fff
}

    hgroup.page-titles.centered {
        text-align: center
    }

    hgroup.page-titles.dark {
        color: #000
    }

    hgroup.page-titles .page-title {
        font-size: calc(42px + 48 * ((100vw - 420px) / 860));
        font-size: calc(2.625rem + 48 * ((100vw - 26.25rem) / 860));
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: -2px;
        letter-spacing: -.125rem
    }

        hgroup.page-titles .page-title
        b {
            font-weight: 615
        }

    hgroup.page-titles .page-title {
        font-weight: 300
    }

        hgroup.page-titles .page-title.smaller {
            font-size: calc(32px + 20 * ((100vw - 420px) / 860));
            font-size: calc(2rem + 20 * ((100vw - 26.25rem) / 860));
            text-transform: uppercase;
            line-height: 1;
            letter-spacing: -2px;
            letter-spacing: -.125rem
        }

            hgroup.page-titles .page-title.smaller
            b {
                font-weight: 615
            }

    hgroup.page-titles .page-copy {
        font-size: calc(14px + 4 * ((100vw - 420px) / 860));
        font-size: calc(.875rem + 4 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.4
    }

        hgroup.page-titles .page-copy
        b {
            font-weight: 530
        }

    hgroup.page-titles .page-copy {
        margin-top: 20px
    }

nav.primary-menu {
    margin-left: 25px
}

    nav.primary-menu li.menu-item {
        display: inline-block;
        margin: 0 10px
    }

        nav.primary-menu li.menu-item.has-submenu > a {
            position: relative
        }

            nav.primary-menu li.menu-item.has-submenu > a:after {
                content: "";
                vertical-align: middle;
                display: inline-block;
                background-image: url(../assets/images/dropdown-icon.svg);
                margin-top: -2px;
                width: 7px;
                height: 5px;
                transition: .5s
            }

            nav.primary-menu li.menu-item.has-submenu > a:before {
                content: "";
                position: absolute;
                bottom: 1px;
                left: 0;
                background-image: linear-gradient(47deg,#40db5c,#03c7fd);
                width: 100%;
                height: 0;
                transition: .4s
            }

        nav.primary-menu li.menu-item.has-submenu.is-active > a:after {
            transform: rotate(180deg)
        }

        nav.primary-menu li.menu-item > a {
            color: #000;
            font-size: 12px;
            font-size: .75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.3px;
            letter-spacing: .08125rem;
            line-height: 1.1;
            transition: all .5s cubic-bezier(.47,0,.745,.715);
            color: #fff;
            display: inline-block;
            padding: 45px 0;
            z-index: 99
        }

            nav.primary-menu li.menu-item > a:hover
            .char {
                animation: b .9s cubic-bezier(.5,0,.5,1) both;
                animation-delay: calc(.2s * var(--random))
            }

        nav.primary-menu li.menu-item:hover > a {
            opacity: .8
        }

            nav.primary-menu li.menu-item:hover > a:before {
                height: 3px;
                transition: .4s
            }

        nav.primary-menu li.menu-item:hover .primary-submenu {
            height: auto;
            min-height: 200px;
            transform: translateY(0);
            opacity: 1;
            pointer-events: all;
            transition: all .6s .2s
        }

            nav.primary-menu li.menu-item:hover .primary-submenu .submenu-tile {
                opacity: 1;
                transform: translateY(0);
                transition: .5s all calc(.2s * (var(--submenuItem-index)) * .5) cubic-bezier(.47,0,.745,.715)
            }

            nav.primary-menu li.menu-item:hover .primary-submenu .submenu-link {
                opacity: 1;
                transform: translateX(0);
                transition: .75s all calc(.2s * (var(--submenuLink-index)) * .5) cubic-bezier(.47,0,.745,.715)
            }

    nav.primary-menu .primary-submenu {
        position: absolute;
        top: calc(100% - 40px);
        padding-top: 40px;
        left: 0;
        width: 100%;
        background-color: #fafafa;
        transform: translateY(0);
        height: 0;
        min-height: 0;
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s,transform .2s .4s
    }

    nav.primary-menu
    .wrapper {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1480px;
        padding-bottom: 65px;
        padding-top: 65px;
        overflow: auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    nav.primary-menu .col:only-child {
        width: 100% !important
    }

    nav.primary-menu
    .col.tiles {
        width: 75%
    }

    nav.primary-menu
    .col.links {
        width: 25%;
        padding-left: 5%;
        display: flex;
        flex-flow: column;
        justify-content: space-between
    }

    nav.primary-menu .submenu-tiles {
        display: flex;
        flex-flow: wrap
    }

        nav.primary-menu .submenu-tiles.two-rows .submenu-tile {
            height: 230px
        }

    nav.primary-menu .submenu-tile {
        font-weight: 300;
        background-color: #101010;
        flex: 1 1 30%;
        height: 280px;
        max-width: 470px;
        margin: 5px;
        position: relative;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-5px);
        transition: all .4s cubic-bezier(.47,0,.745,.715)
    }

        nav.primary-menu .submenu-tile
        .image {
            overflow: hidden;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: cover;
            transform: scale(1);
            transition: all 1s cubic-bezier(.43,.195,.02,1)
        }

            nav.primary-menu .submenu-tile .image:after {
                content: "";
                overflow: hidden;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                position: absolute;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-position: 50%;
                background-size: cover;
                background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.5))
            }

        nav.primary-menu .submenu-tile:before {
            content: "";
            overflow: hidden;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: cover
        }

        nav.primary-menu .submenu-tile
        .title {
            font-size: calc(22px + 8 * ((100vw - 420px) / 860));
            font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
            font-weight: 600;
            line-height: 1.05;
            letter-spacing: .5px;
            letter-spacing: .03125rem
        }

            nav.primary-menu .submenu-tile .title
            b {
                font-weight: 615
            }

        nav.primary-menu .submenu-tile
        .title {
            position: absolute;
            bottom: 0;
            text-transform: uppercase;
            padding: 20px;
            font-weight: 300;
            color: #fff;
            z-index: 2
        }

            nav.primary-menu .submenu-tile .title
            b {
                font-weight: 600
            }

        nav.primary-menu .submenu-tile:hover
        .image {
            transform: scale(1.2)
        }

        nav.primary-menu .submenu-tile:first-child:before {
            background-image: url(../assets/images/tile_grad01.png)
        }

        nav.primary-menu .submenu-tile:nth-child(2):before {
            background-image: url(../assets/images/tile_grad02.png)
        }

        nav.primary-menu .submenu-tile:nth-child(3):before {
            background-image: url(../assets/images/tile_grad03.png)
        }

        nav.primary-menu .submenu-tile:nth-child(4):before {
            background-image: url(../assets/images/tile_grad04.png)
        }

        nav.primary-menu .submenu-tile:nth-child(5):before {
            background-image: url(../assets/images/tile_grad05.png)
        }

        nav.primary-menu .submenu-tile:nth-child(6):before {
            background-image: url(../assets/images/tile_grad06.png)
        }

    nav.primary-menu .submenu-link {
        color: #000;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        line-height: 1.1;
        max-width: 100%;
        width: 360px;
        position: relative;
        padding-right: 40px;
        padding-top: 16px;
        padding-bottom: 16px;
        display: block;
        border-bottom: 1px solid #e9e9e9
    }

        nav.primary-menu .submenu-link:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 1px;
            background-color: #000;
            transition: .5s
        }

        nav.primary-menu .submenu-link:after {
            content: "";
            background-image: url(../assets/images/arrow-right.svg);
            position: absolute;
            top: 20px;
            right: 0;
            width: 12px;
            height: 12px;
            background-size: contain
        }

        nav.primary-menu .submenu-link:hover:before {
            width: 100%
        }

    nav.primary-menu .submenu-link {
        opacity: 0;
        transform: translateX(-20px)
    }

section.title-aside-textarea {
    margin-top: 120px
}

    section.title-aside-textarea
    .container {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

        section.title-aside-textarea
        .container.top {
            padding-top: 20px;
            border-top: 1px solid #e9e9e9
        }

    section.title-aside-textarea
    aside {
        width: 50%
    }

    section.title-aside-textarea .left-column {
        max-width: 600px;
        padding-right: 100px
    }

    section.title-aside-textarea
    .title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        section.title-aside-textarea .title
        b {
            font-weight: 530
        }

    section.title-aside-textarea
    .title {
        font-size: calc(24px + 12 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860))
    }

    section.title-aside-textarea
    .subtitle {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.title-aside-textarea .subtitle:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain;
            background-image: url(../assets/images/arrow01-grey.svg)
        }

    section.title-aside-textarea
    .subtitle {
        margin-bottom: 100px
    }

    section.title-aside-textarea .textarea
    p {
        margin-bottom: 30px
    }

    section.title-aside-textarea .textarea
    ul {
        font-size: calc(13px + 2 * ((100vw - 420px) / 860));
        font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
        line-height: 1.75;
        color: #5d5d5d
    }

        section.title-aside-textarea .textarea ul
        b {
            font-weight: 530
        }

    section.title-aside-textarea .textarea
    ul {
        margin-bottom: 30px
    }

        section.title-aside-textarea .textarea ul
        li {
            margin-bottom: 4px;
            margin-left: 20px;
            padding-left: 20px;
            position: relative
        }

            section.title-aside-textarea .textarea ul li:before {
                content: "•";
                position: absolute;
                top: -7px;
                font-size: 24px;
                font-size: 1.5rem;
                left: 0;
                color: #000
            }

        section.title-aside-textarea .textarea ul > li, section.title-aside-textarea .textarea ul ul ol li, section.title-aside-textarea .textarea ul ul ul
        li {
            list-style-type: none
        }

    section.title-aside-textarea .textarea
    ol {
        font-size: calc(13px + 2 * ((100vw - 420px) / 860));
        font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
        line-height: 1.75;
        color: #5d5d5d
    }

        section.title-aside-textarea .textarea ol
        b {
            font-weight: 530
        }

    section.title-aside-textarea .textarea
    ol {
        margin-bottom: 30px
    }

        section.title-aside-textarea .textarea ol
        li {
            margin-bottom: 4px;
            margin-left: 45px
        }

        section.title-aside-textarea .textarea ol > li {
            list-style-type: decimal
        }

        section.title-aside-textarea .textarea ol ol ol li, section.title-aside-textarea .textarea ol ol ul
        li {
            list-style-type: lower-latin
        }

    section.title-aside-textarea .textarea
    h1 {
        font-size: calc(52px + 32 * ((100vw - 420px) / 860));
        font-size: calc(3.25rem + 32 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1
    }

        section.title-aside-textarea .textarea h1
        b {
            font-weight: 615
        }

    section.title-aside-textarea .textarea
    h1 {
        margin-bottom: 40px
    }

    section.title-aside-textarea .textarea
    h2 {
        font-size: calc(28px + 18 * ((100vw - 370px) / 910));
        font-size: calc(1.75rem + 18 * ((100vw - 23.125rem) / 910));
        line-height: 1.2;
        font-weight: 300
    }

        section.title-aside-textarea .textarea h2
        b {
            font-weight: 615
        }

    section.title-aside-textarea .textarea
    h2 {
        margin-bottom: 30px
    }

    section.title-aside-textarea .textarea
    h3 {
        font-size: calc(24px + 12 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: .5px;
        letter-spacing: .03125rem
    }

        section.title-aside-textarea .textarea h3
        b {
            font-weight: 615
        }

    section.title-aside-textarea .textarea
    h3 {
        margin-bottom: 30px
    }

    section.title-aside-textarea .textarea
    h4 {
        font-size: calc(22px + 8 * ((100vw - 420px) / 860));
        font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
        font-weight: 600;
        line-height: 1.05;
        letter-spacing: .5px;
        letter-spacing: .03125rem
    }

        section.title-aside-textarea .textarea h4
        b {
            font-weight: 615
        }

    section.title-aside-textarea .textarea
    h4 {
        margin-bottom: 20px
    }

    section.title-aside-textarea .textarea
    h5 {
        font-size: calc(22px + 8 * ((100vw - 420px) / 860));
        font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
        font-weight: 600;
        line-height: 1.05;
        letter-spacing: .5px;
        letter-spacing: .03125rem
    }

        section.title-aside-textarea .textarea h5
        b {
            font-weight: 615
        }

    section.title-aside-textarea .textarea
    h5 {
        margin-bottom: 20px
    }

    section.title-aside-textarea .textarea
    p {
        font-size: calc(13px + 2 * ((100vw - 420px) / 860));
        font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
        line-height: 1.75;
        color: #5d5d5d
    }

        section.title-aside-textarea .textarea p
        b {
            font-weight: 530
        }

    section.title-aside-textarea .textarea b, section.title-aside-textarea .textarea bold, section.title-aside-textarea .textarea
    strong {
        font-weight: 700
    }

    section.title-aside-textarea .textarea
    .dropkick {
        width: 100%;
        min-width: 300px
    }

        section.title-aside-textarea .textarea .dropkick:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #e9e9e9;
            border-radius: 4px
        }

        section.title-aside-textarea .textarea .dropkick.dk-select-open-down, section.title-aside-textarea .textarea .dropkick.dk-select-open-up {
            position: relative
        }

            section.title-aside-textarea .textarea .dropkick.dk-select-open-down:before, section.title-aside-textarea .textarea .dropkick.dk-select-open-up:before {
                background-image: linear-gradient(47deg,#40db5c,#03c7fd)
            }

            section.title-aside-textarea .textarea .dropkick.dk-select-open-down .dk-selected:before {
                transform: rotate(180deg)
            }

        section.title-aside-textarea .textarea .dropkick .dk-selected {
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid transparent;
            padding: 20px 27px;
            font-size: 14px;
            font-size: .875rem;
            font-weight: 530
        }

            section.title-aside-textarea .textarea .dropkick .dk-selected:before {
                content: "";
                position: absolute;
                top: 28px;
                right: 20px;
                border: none;
                width: 13px;
                height: 7px;
                background-position: 50%;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAlCAYAAADbVxCwAAAAz0lEQVRYR+2VwQ3CMBAEJ51QAiVAB5RAB5SUVmiBCqADUgLyI1IUOfKdfPew2LxX1mS8d54Y6JsGYkWwWbclszILGrCsFsiszBYD2rNZPfgrs3fgAVyBpWHUk60e1Wv2DDyBdwO4gM7AC7gYfiwFthzaAg4BjdwGR8BhoJGwNcO3iKvf9qG3s/turYa/wKm3o/vDo2G3hj89w1SbsAzYFbjAttaZ6/3IgnVBWMOCtZry5mTWa8yal1mrKW9OZr3GrHmZtZry5mTWa8yaH8rsDyzRJCZ96WXpAAAAAElFTkSuQmCC")
            }

            section.title-aside-textarea .textarea .dropkick .dk-selected:after {
                border: none
            }

        section.title-aside-textarea .textarea .dropkick .dk-select-options {
            padding: 20px 25px;
            background-color: #fff;
            border-radius: 0
        }

            section.title-aside-textarea .textarea .dropkick .dk-select-options .dk-option-selected {
                background-color: #fff;
                color: #000;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAC+0lEQVRYR+2Wz0sUYRjHv+/7jmYlQtDFwhUzSmLNXbc124ooKOiiB2mUTh3t5h8g9A+USBREBy8eapc82KVbh8hNDLLcVQhK2w1DKalU9FA7T8yvnRl2Yd61DSRmLy/zvi+7n/283/d5hmEXftguZEIAJXsqganAlKwB2X3/X6YOv32uEvE+ItFNxEPEBIh4niCmATHxNRZJydpx79uRqabZZ3FibBQkEoCARhwWEIrP+jxEGlwZWouGX1cCVzFUy7vJHo34JIGDYJixRmGOJfMcIN77Ld7xVBasIqgjsxNx4mxGBwEzDdlmjBHC+2yv66C8pkvWWEVQrXOPp4h4wmPIsOM2ZpkrGjPXNfD0Wix6VsaWNNTxzLhaIJ70mDGMKSXG6kUt1gtkzTvrBNEvE35pqGNzY0mgRtVcmXGHWs8SoKCe1yJ1NI5Xmz9wa3nJA8wgUquxU/1+tqSh2jJjOQ08VGLKun16xur5HiRbu9FUuw/XPrxBZnvLkzG9XKzGTjdXEeoh2dkxQ80x3BjHk+85LGxvGECPWs8bQOrHGWS3Nh0g1xGvdJ7xFeG7wf5XJ7IPqHjbwNEg9mK85QoO1ezHYC6N4caoATSwmPYC2RcBHBoJrHSe8/1N3w0O1L0cIEJOGRBoUEywtroD2Cj8wvXFF8hurZuGypUHJvJfoheqd3zh+btJIq4a19uoP4pRKNvqDuJ+80Xc/PQSC9s/XQVUcRXWYsVPLUcvVS/o4cyICqYk9SyVlgUHtLSgOvuJif7lyGXffih9fPoxtmdHpogpCae1lC+UxXVPy1HS+cjV6hZPHSqSvR3/DT6jX38iq1JbrcQAcbUezzoTKGis63O0R6oxV2RKBzuZvdNDjE2SnqliM3beEso3ada71NH3bxqyfRMtY6OASNhvBXaWDEPme5Ue+rRW4EOL0QEpQ/b3V2zKXY3D8yMqIPqIeDdBhMwjVPJEfBrgE+/bb/iGulx1/ysov3ax0/UAStZcYCowJWtAdl+QKVlTfwCsgoc0X7Sk5QAAAABJRU5ErkJggg==");
                background-size: 36px;
                background-position: 101% 50%;
                background-repeat: no-repeat
            }

            section.title-aside-textarea .textarea .dropkick .dk-select-options .dk-option {
                text-transform: none;
                font-size: 14px;
                font-size: .875rem;
                font-weight: 530;
                padding: 5px 0
            }

                section.title-aside-textarea .textarea .dropkick .dk-select-options .dk-option.dk-option-highlight {
                    background-color: #fff;
                    color: #000
                }

                section.title-aside-textarea .textarea .dropkick .dk-select-options .dk-option:focus, section.title-aside-textarea .textarea .dropkick .dk-select-options .dk-option:hover {
                    outline: none;
                    color: #000;
                    border-color: transparent;
                    background-color: transparent;
                    opacity: .7
                }

    section.title-aside-textarea .textarea
    hr {
        background-color: rgba(0,0,0,.1);
        border: 0;
        height: 1px;
        margin-bottom: 1em
    }

    section.title-aside-textarea .textarea
    .alignleft {
        float: left
    }

    section.title-aside-textarea .textarea
    .alignright {
        float: right
    }

    section.title-aside-textarea .textarea
    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    section.title-aside-textarea .textarea blockquote.alignleft, section.title-aside-textarea .textarea
    img.alignleft {
        margin: 7px 24px 7px 0
    }

    section.title-aside-textarea .textarea .wp-caption.alignleft {
        margin: 7px 14px 7px 0
    }

    section.title-aside-textarea .textarea blockquote.alignright, section.title-aside-textarea .textarea
    img.alignright {
        margin: 7px 0 7px 24px
    }

    section.title-aside-textarea .textarea .wp-caption.alignright {
        margin: 7px 0 7px 14px
    }

    section.title-aside-textarea .textarea .wp-caption.aligncenter, section.title-aside-textarea .textarea blockquote.aligncenter, section.title-aside-textarea .textarea
    img.aligncenter {
        margin-bottom: 7px;
        margin-top: 7px
    }

    section.title-aside-textarea .textarea .site-content blockquote.alignleft, section.title-aside-textarea .textarea .site-content
    blockquote.alignright {
        border-top: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-top: 17px;
        width: 50%
    }

        section.title-aside-textarea .textarea .site-content blockquote.alignleft p, section.title-aside-textarea .textarea .site-content blockquote.alignright
        p {
            margin-bottom: 17px
        }

    section.title-aside-textarea .textarea
    .gallery {
        margin-bottom: 20px
    }

    section.title-aside-textarea .textarea .gallery-item {
        float: left;
        margin: 0 4px 4px 0;
        overflow: hidden;
        position: relative
    }

    section.title-aside-textarea .textarea .gallery-columns-1 .gallery-item {
        max-width: 100%
    }

    section.title-aside-textarea .textarea .gallery-columns-2 .gallery-item {
        max-width: 48%;
        max-width: calc(50% - 4px)
    }

    section.title-aside-textarea .textarea .gallery-columns-3 .gallery-item {
        max-width: 32%;
        max-width: calc(33.3% - 4px)
    }

    section.title-aside-textarea .textarea .gallery-columns-4 .gallery-item {
        max-width: 23%;
        max-width: calc(25% - 4px)
    }

    section.title-aside-textarea .textarea .gallery-columns-5 .gallery-item {
        max-width: 19%;
        max-width: calc(20% - 4px)
    }

    section.title-aside-textarea .textarea .gallery-columns-6 .gallery-item {
        max-width: 15%;
        max-width: calc(16.7% - 4px)
    }

    section.title-aside-textarea .textarea .gallery-columns-7 .gallery-item {
        max-width: 13%;
        max-width: calc(14.28% - 4px)
    }

    section.title-aside-textarea .textarea .gallery-columns-8 .gallery-item {
        max-width: 11%;
        max-width: calc(12.5% - 4px)
    }

    section.title-aside-textarea .textarea .gallery-columns-9 .gallery-item {
        max-width: 9%;
        max-width: calc(11.1% - 4px)
    }

        section.title-aside-textarea .textarea .gallery-columns-1 .gallery-item:nth-of-type(1n), section.title-aside-textarea .textarea .gallery-columns-2 .gallery-item:nth-of-type(2n), section.title-aside-textarea .textarea .gallery-columns-3 .gallery-item:nth-of-type(3n), section.title-aside-textarea .textarea .gallery-columns-4 .gallery-item:nth-of-type(4n), section.title-aside-textarea .textarea .gallery-columns-5 .gallery-item:nth-of-type(5n), section.title-aside-textarea .textarea .gallery-columns-6 .gallery-item:nth-of-type(6n), section.title-aside-textarea .textarea .gallery-columns-7 .gallery-item:nth-of-type(7n), section.title-aside-textarea .textarea .gallery-columns-8 .gallery-item:nth-of-type(8n), section.title-aside-textarea .textarea .gallery-columns-9 .gallery-item:nth-of-type(9n) {
            margin-right: 0
        }

    section.title-aside-textarea .textarea .gallery-caption {
        background-color: rgba(0,0,0,.7);
        box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.5;
        margin: 0;
        max-height: 50%;
        opacity: 0;
        padding: 6px 8px;
        bottom: 0;
        left: 0;
        position: absolute;
        text-align: left;
        width: 100%
    }

        section.title-aside-textarea .textarea .gallery-caption:before {
            content: "";
            min-height: 49px;
            top: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 100%
        }

    section.title-aside-textarea .textarea .gallery-item:hover .gallery-caption {
        opacity: 1
    }

    section.title-aside-textarea .textarea .gallery-columns-7 .gallery-caption, section.title-aside-textarea .textarea .gallery-columns-8 .gallery-caption, section.title-aside-textarea .textarea .gallery-columns-9 .gallery-caption {
        display: none
    }

    section.title-aside-textarea .textarea .format-aside .entry-content, section.title-aside-textarea .textarea .format-aside .entry-summary, section.title-aside-textarea .textarea .format-link .entry-content, section.title-aside-textarea .textarea .format-link .entry-summary, section.title-aside-textarea .textarea .format-quote .entry-content, section.title-aside-textarea .textarea .format-quote .entry-summary {
        padding-top: 0
    }

    section.title-aside-textarea .textarea .site-content .format-aside .entry-title, section.title-aside-textarea .textarea .site-content .format-link .entry-title, section.title-aside-textarea .textarea .site-content .format-quote .entry-title {
        display: none
    }

    section.title-aside-textarea .textarea .mce-ignore-li ol, section.title-aside-textarea .textarea .mce-ignore-li ol li, section.title-aside-textarea .textarea .mce-ignore-li ul, section.title-aside-textarea .textarea .mce-ignore-li ul
    li {
        font-size: 1em;
        margin: 0;
        padding: 0;
        list-style: none
    }

    section.title-aside-textarea .right-column
    .subtitle {
        margin-left: 0
    }

        section.title-aside-textarea .right-column .subtitle:before {
            content: none
        }

article.article-builder {
    display: block;
    margin-bottom: 200px
}

    article.article-builder > .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    article.article-builder.view-detect {
        opacity: 0;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
    }

        article.article-builder.view-detect.viewed {
            opacity: 1
        }

footer.primary {
    padding: 155px 0 60px;
    margin-top: -2px
}

    footer.primary.dark {
        background-color: #000;
        color: #fff;
        position: relative
    }

        footer.primary.dark
        .directions {
            color: #fff
        }

            footer.primary.dark .directions:before {
                filter: invert(1)
            }

        footer.primary.dark .copyright-right a, footer.primary.dark .footer-menu a, footer.primary.dark
        a {
            color: #fff
        }

        footer.primary.dark .footer-bottom:after {
            background-color: hsla(0,0%,100%,.1)
        }

        footer.primary.dark:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../assets/images/bg-bottom-glow.png);
            background-position: 0 100%;
            background-repeat: no-repeat;
            background-size: contain;
            animation: c 5s cubic-bezier(.5,0,.5,1) infinite
        }

body.page-template-default:not(.home) footer.primary {
    margin-top: 160px
}

footer.primary
a {
    color: #000
}

footer.primary
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
    max-width: 1280px;
    display: flex;
    position: relative
}

footer.primary .footer-title {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 615;
    text-transform: uppercase;
    opacity: .25;
    line-height: 1.25;
    letter-spacing: 1.2px;
    letter-spacing: .075rem;
    margin-bottom: 5px
}

footer.primary
.cta {
    width: 50%;
    padding-right: 5%
}

footer.primary .contact-info, footer.primary .footer-menu {
    width: 25%
}

footer.primary .cta-title {
    font-size: calc(24px + 16 * ((100vw - 420px) / 860));
    font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
    font-weight: 300;
    line-height: 1.2
}

    footer.primary .cta-title
    b {
        font-weight: 530
    }

footer.primary .cta-title {
    font-size: calc(24px + 12 * ((100vw - 420px) / 860));
    font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
    margin-bottom: 30px
}

    footer.primary .cta-title
    b {
        font-weight: 600
    }

footer.primary .cta-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
    background-size: 200% auto;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    letter-spacing: .08125rem;
    text-transform: uppercase;
    padding: 16px 30px;
    text-align: center;
    border-radius: 50px;
    transition: all 1.25s ease;
    min-width: 200px;
    width: auto;
    cursor: pointer
}

    footer.primary .cta-button:hover {
        transition: all 1.25s ease;
        background-position: 100%
    }

        footer.primary .cta-button:hover
        span {
            animation: b 1s cubic-bezier(.5,0,.5,1) both;
            animation-delay: .2s
        }

footer.primary .cta-button {
    max-width: 210px
}

footer.primary
.directions {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.3px;
    letter-spacing: .08125rem;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #000
}

    footer.primary .directions:hover
    .char {
        animation: b .9s cubic-bezier(.5,0,.5,1) both;
        animation-delay: calc(.2s * var(--random))
    }

    footer.primary .directions:before {
        content: "";
        display: inline-block;
        vertical-align: sub;
        margin-right: 10px;
        background-image: url(../assets/images/arrow-right.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        width: 12px;
        height: 14px
    }

footer.primary .address, footer.primary .email, footer.primary
.phone {
    margin-bottom: 30px;
    display: block;
    font-size: 18px;
    font-size: 1.125rem
}

    footer.primary .email:hover .char, footer.primary .phone:hover
    .char {
        animation: b .9s cubic-bezier(.5,0,.5,1) both;
        animation-delay: calc(.2s * var(--random))
    }

footer.primary .footer-menu
a {
    color: #000;
    text-transform: uppercase
}

    footer.primary .footer-menu a:hover
    .char {
        animation: b .9s cubic-bezier(.5,0,.5,1) both;
        animation-delay: calc(.2s * var(--random))
    }

footer.primary .footer-top {
    margin-bottom: 220px
}

footer.primary .footer-bottom {
    justify-content: space-between;
    padding-top: 40px;
    position: relative
}

    footer.primary .footer-bottom:after {
        content: "";
        position: absolute;
        top: 0;
        width: calc(100% - 80px);
        height: 1px;
        background-color: rgba(0,0,0,.1)
    }

footer.primary
.logo {
    display: none
}

footer.primary .copyright, footer.primary .copyright-right {
    font-size: 12px;
    font-size: .75rem;
    opacity: .4;
    line-height: 1.5
}

footer.primary .copyright-right {
    font-weight: 400;
    text-align: right
}

    footer.primary .copyright-right
    a {
        display: block;
        color: #000;
        font-weight: 530
    }

        footer.primary .copyright-right a:hover {
            opacity: .8
        }

header.primary {
    position: fixed;
    top: 0;
    transform: translateY(0);
    left: 0;
    width: 100%;
    z-index: 101;
    transition: all .5s ease-in-out;
    background-color: #000;
    border-bottom: 1px solid hsla(0,0%,100%,.15)
}

    header.primary:after {
        width: 100%
    }

    header.primary.hide-header {
        transform: translateY(-100%)
    }

    header.primary.transparent {
        background: transparent;
        border-bottom: 1px solid hsla(0,0%,100%,.15)
    }

    header.primary.scrolled {
        background-color: #000
    }

    header.primary .left-col {
        justify-content: space-between
    }

    header.primary .left-col, header.primary .right-col {
        display: flex;
        align-items: center
    }

    header.primary
    .logo {
        position: relative;
        z-index: 5;
        max-height: 58px;
        width: 100px;
    }

        header.primary .logo
        svg {
            max-height: 58px;
            width: 145px;
            margin-top: 10px
        }

            header.primary .logo svg
            .text {
                fill: #fff;
                transition: all .5s
            }

    header.primary
    .button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
        background-size: 200% auto;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        text-transform: uppercase;
        padding: 16px 30px;
        text-align: center;
        border-radius: 50px;
        transition: all 1.25s ease;
        min-width: 200px;
        width: auto;
        cursor: pointer
    }

        header.primary .button:hover {
            transition: all 1.25s ease;
            background-position: 100%
        }

            header.primary .button:hover
            span {
                animation: b 1s cubic-bezier(.5,0,.5,1) both;
                animation-delay: .2s
            }

    header.primary
    .button {
        margin-left: 20px;
        margin-right: 20px;
        position: relative
    }

    header.primary .login-button {
        padding: 15px
    }

        header.primary .login-button
        img {
            filter: invert(1);
            transition: all .5s;
            width: 18px;
            height: 18px
        }

    header.primary.view-detect {
        opacity: 0;
        transform: translateY(-20px);
        transition: transform .5s cubic-bezier(.77,0,.175,1) 1.75s,opacity .5s cubic-bezier(.77,0,.175,1) 1.75s;
        visibility: hidden
    }

body:not(.is-fixed) header.primary.white {
    background-color: #fff
}

body.is-fixed:not(.transparent) header.primary, header.primary.is-opened, header.primary.white {
    background-color: #fff;
    color: #000;
    border-bottom-color: #e9e9e9;
    transition: .5s
}

    body.is-fixed:not(.transparent) header.primary .primary-menu, header.primary.is-opened .primary-menu, header.primary.white .primary-menu {
        opacity: 0;
        pointer-events: none
    }

    body.is-fixed:not(.transparent) header.primary .logo .text, header.primary.is-opened .logo .text, header.primary.white .logo
    .text {
        fill: #000;
        transition: all .5s
    }

    body.is-fixed:not(.transparent) header.primary .login-button img, header.primary.is-opened .login-button img, header.primary.white .login-button
    img {
        filter: none;
        transition: all .5s
    }

    body.is-fixed:not(.transparent) header.primary .hamburger-button span, header.primary.is-opened .hamburger-button span, header.primary.white .hamburger-button
    span {
        background-color: #000
    }

body:not(.transparent) header.primary.is-opened .primary-menu, body:not(.transparent) header.primary.white .primary-menu {
    opacity: 1;
    pointer-events: all
}

    body:not(.transparent) header.primary.is-opened .primary-menu .menu-item > a, body:not(.transparent) header.primary.white .primary-menu .menu-item > a {
        color: #000
    }

        body:not(.transparent) header.primary.is-opened .primary-menu .menu-item > a:after, body:not(.transparent) header.primary.white .primary-menu .menu-item > a:after {
            transition: .5s;
            filter: invert(1)
        }

header.primary.view-detect.viewed {
    opacity: 1;
    transform: none;
    visibility: visible
}

.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1560px;
    margin: auto;
    padding: 0 25px
}

.hamburger-button {
    background-color: transparent;
    padding: 20px;
    padding-right: 0;
    position: relative;
    display: block;
    z-index: 4;
    transition: all .75s cubic-bezier(.77,0,.175,1)
}

    .hamburger-button
    span {
        display: block;
        width: 30px;
        height: 2px;
        position: relative;
        opacity: .88;
        background: #fff;
        z-index: 1;
        transform-origin: 4px 0;
        transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease
    }

        .hamburger-button span:first-child {
            transform-origin: 0 0;
            margin-bottom: 7px
        }

        .hamburger-button span:nth-last-child(2) {
            transform-origin: 0 100%;
            width: 16px;
            margin-bottom: 7px;
            transition: all .6s ease
        }

    .hamburger-button.is-active
    span {
        opacity: 1;
        transform: rotate(45deg)
    }

        .hamburger-button.is-active span:nth-last-child(3) {
            transform: rotate(45deg) translateY(-2px)
        }

        .hamburger-button.is-active span:nth-last-child(2) {
            opacity: 0;
            transform: rotate(0deg) scale(.2)
        }

        .hamburger-button.is-active span:last-child {
            transform: rotate(-45deg) translateY(-2px)
        }

    .hamburger-button:hover
    span {
        opacity: 1
    }

        .hamburger-button:hover span:nth-last-child(2) {
            width: 30px
        }

body > main.base {
    position: relative
}

body.home {
    background: #000
}

    body.home
    main {
        color: #fff
    }

section.block {
    display: block
}

    section.block.view-detect {
        opacity: 0;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
    }

        section.block.view-detect.viewed {
            opacity: 1
        }

section.contact-form {
    display: block;
    background-color: #000;
    padding-top: 270px;
    padding-bottom: 240px
}

.input-validation-error {
    border: 1px solid #ff4040 !important;
}

section.contact-form:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/bg-top-glow.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: top right;
    animation: c 6s cubic-bezier(.5,0,.5,1) infinite
}

section.contact-form
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
    max-width: 1280px;
    max-width: 1320px;
    display: flex;
    justify-content: space-between;
    position: relative
}

section.contact-form .section-title {
    font-size: calc(52px + 32 * ((100vw - 420px) / 860));
    font-size: calc(3.25rem + 32 * ((100vw - 26.25rem) / 860));
    font-weight: 300;
    line-height: 1
}

    section.contact-form .section-title
    b {
        font-weight: 615
    }

section.contact-form .section-title {
    margin-bottom: 60px;
    text-transform: uppercase;
    max-width: 470px
}

    section.contact-form .section-title
    span {
        font-weight: 300 !important
    }

    section.contact-form .section-title b, section.contact-form .section-title b
    span {
        font-weight: 600 !important
    }

section.contact-form .contact-info {
    width: 40%;
    color: #fff;
    margin-top: 20px
}

section.contact-form
.directions {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.3px;
    letter-spacing: .08125rem;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #fff
}

    section.contact-form .directions:hover
    .char {
        animation: b .9s cubic-bezier(.5,0,.5,1) both;
        animation-delay: calc(.2s * var(--random))
    }

    section.contact-form .directions:before {
        content: "";
        display: inline-block;
        vertical-align: sub;
        margin-right: 10px;
        filter: invert(1);
        background-image: url(../assets/images/arrow-right.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        width: 12px;
        height: 14px
    }

section.contact-form .address, section.contact-form .email, section.contact-form
.phone {
    margin-bottom: 30px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem
}

    section.contact-form .address:hover .char, section.contact-form .email:hover .char, section.contact-form .phone:hover
    .char {
        animation: b .9s cubic-bezier(.5,0,.5,1) both;
        animation-delay: calc(.2s * var(--random))
    }

section.contact-form
.subtitle {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 615;
    text-transform: uppercase;
    opacity: .25;
    line-height: 1.25;
    letter-spacing: 1.2px;
    letter-spacing: .075rem;
    color: #707070;
    opacity: 1;
    margin-bottom: 10px
}

section.contact-form .contact-form {
    width: 60%;
    background-color: #fff;
    max-width: 720px;
    padding: 15vh 6vw
}

    section.contact-form .contact-form .top_label .gfield_label, section.contact-form .contact-form
    legend.gfield_label {
        display: block !important
    }

    section.contact-form .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_fileupload) {
        position: relative
    }

        section.contact-form .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_fileupload):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #e9e9e9;
            border-radius: 4px
        }

    section.contact-form .contact-form ul
    li.gfield {
        margin-top: 5px;
        position: relative
    }

        section.contact-form .contact-form ul
        li.gfield.gfield_error {
            background-color: transparent !important;
            margin-bottom: 0 !important;
            border-top: none;
            border-bottom: none;
            padding-bottom: 0;
            padding-top: 0
        }

            section.contact-form .contact-form ul li.gfield.gfield_error
            textarea {
                border: 1px solid #ff4040
            }

            section.contact-form .contact-form ul li.gfield.gfield_error
            .gfield_label {
                margin-top: 0 !important;
                color: #000
            }

            section.contact-form .contact-form ul li.gfield.gfield_error
            input {
                border: 1px solid #ff4040 !important
            }

        section.contact-form .contact-form ul li.gfield
        .validation_message {
            border: none !important;
            margin-bottom: 10px;
            color: #fff;
            background: #ff4040;
            font-weight: 600;
            font-size: 10px;
            font-size: .625rem;
            letter-spacing: 1px;
            letter-spacing: .0625rem;
            text-transform: uppercase;
            text-align: left;
            margin-top: 0px;
            padding: 0px 15px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px
        }

            section.contact-form .contact-form ul li.gfield
            .validation_message.instruction {
                display: none
            }

        section.contact-form .contact-form ul li.gfield .ginput_container_checkbox + .validation_message, section.contact-form .contact-form ul li.gfield .ginput_container_consent + .validation_message, section.contact-form .contact-form ul li.gfield .ginput_container_radio + .validation_message {
            margin-top: 10px
        }

    section.contact-form .contact-form
    label.gfield_label {
        text-align: center;
        position: absolute;
        z-index: 2;
        top: 32px;
        left: 15px;
        font-size: 10px;
        font-size: .625rem;
        padding: 0 5px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        line-height: 14px;
        line-height: .875rem;
        color: #fff;
        background-color: #000;
        transition: all .3s ease
    }

        section.contact-form .contact-form label.gfield_label.is-fixed {
            position: static;
            background: transparent;
            text-align: left;
            margin-top: 20px
        }

        section.contact-form .contact-form label.gfield_label.is-active, section.contact-form .contact-form label.gfield_label.select-field {
            top: 3px;
            left: 15px;
            transition: all .3s ease
        }

            section.contact-form .contact-form label.gfield_label.is-active + .ginput_container:before {
                background-image: linear-gradient(47deg,#40db5c,#03c7fd)
            }

    section.contact-form .contact-form
    .validation_error {
        display: none !important;
        border: none !important;
        margin-bottom: 0;
        color: #fafafa;
        background: #ff4040;
        font-weight: 400;
        font-size: 14px;
        font-size: .875rem;
        text-align: left;
        margin-top: 60px;
        padding: 12px 20px
    }

    section.contact-form .contact-form li.gfield
    .description {
        color: #fff;
        margin: 14px 0 32px
    }

    section.contact-form .contact-form
    li.field_description_above {
        margin-top: 50px !important
    }

    section.contact-form .contact-form
    .gfield_description {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 30px;
        color: #fff
    }

    section.contact-form .contact-form
    .gfield_required {
        color: #000
    }

    section.contact-form .contact-form
    .gform_validation_errors {
        display: none !important
    }

    section.contact-form .contact-form
    .ginput_container {
        position: relative
    }

        section.contact-form .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-active:before, section.contact-form .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-completed:before {
            transition: width .4s cubic-bezier(.77,0,.175,1) 0s;
            width: 0
        }

        section.contact-form .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-active:after, section.contact-form .contact-form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-completed:after {
            transition: width .7s cubic-bezier(.77,0,.175,1) 0s;
            width: calc(100% - 4px)
        }

    section.contact-form .contact-form input[type=email], section.contact-form .contact-form input[type=password], section.contact-form .contact-form input[type=tel], section.contact-form .contact-form input[type=text], section.contact-form .contact-form input[type=url], section.contact-form .contact-form
    textarea {
        -webkit-appearance: none;
        appearance: none;
        color: #fff;
        font-weight: 530;
        font-size: 14px;
        font-size: .875rem;
        text-transform: none;
        display: block;
        height: 60px;
        border-radius: 4px;
        padding-left: 20px !important;
        outline: none;
        width: 100%;
        transition: .3s
    }

    section.contact-form .contact-form
    textarea {
        height: 160px !important;
        max-height: 400px;
        min-height: 80px;
        padding: 26px 0;
        resize: none
    }

    section.contact-form .contact-form
    .gfield_required {
        margin-left: 2px
    }

    section.contact-form .contact-form :-ms-input-placeholder {
        color: #fff;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400
    }

    section.contact-form .contact-form ::placeholder {
        color: #fff;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400
    }

    section.contact-form .contact-form input:-webkit-autofill, section.contact-form .contact-form input:-webkit-autofill:focus, section.contact-form .contact-form input:-webkit-autofill:hover, section.contact-form .contact-form select:-webkit-autofill, section.contact-form .contact-form select:-webkit-autofill:focus, section.contact-form .contact-form select:-webkit-autofill:hover, section.contact-form .contact-form textarea:-webkit-autofill, section.contact-form .contact-form textarea:-webkit-autofill:focus, section.contact-form .contact-form textarea:-webkit-autofill:hover {
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0 1000px #000 inset
    }

    section.contact-form .contact-form
    .gform_footer {
        position: relative;
        width: 100%;
        left: 0;
        right: 0
    }

    section.contact-form .contact-form .gform_button, section.contact-form .contact-form button, section.contact-form .contact-form input[type=submit] {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
        background-size: 200% auto;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        text-transform: uppercase;
        padding: 16px 30px;
        text-align: center;
        border-radius: 50px;
        transition: all 1.25s ease;
        min-width: 200px;
        width: auto
    }

        section.contact-form .contact-form .gform_button:hover, section.contact-form .contact-form button:hover, section.contact-form .contact-form input[type=submit]:hover {
            transition: all 1.25s ease;
            background-position: 100%
        }

            section.contact-form .contact-form .gform_button:hover span, section.contact-form .contact-form button:hover span, section.contact-form .contact-form input[type=submit]:hover
            span {
                animation: b 1s cubic-bezier(.5,0,.5,1) both;
                animation-delay: .2s
            }

    section.contact-form .contact-form .gform_button, section.contact-form .contact-form button, section.contact-form .contact-form input[type=submit] {
        width: 100%;
        outline: none;
        top: 0;
        left: 0;
        right: 0;
        cursor: pointer
    }

    section.contact-form .contact-form
    ul.gform_fields {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%
    }

        section.contact-form .contact-form ul.gform_fields > li {
            flex: 0 0 100%
        }

            section.contact-form .contact-form ul.gform_fields > li:not(.gfield_html):not(:last-of-type) {
                margin-bottom: 0
            }

            section.contact-form .contact-form ul.gform_fields > li:not(.gfield_html):last-of-type {
                margin-bottom: 20px
            }

        section.contact-form .contact-form ul.gform_fields
        li.gfield.gsection {
            border-bottom: none !important;
            margin-top: 80px !important
        }

            section.contact-form .contact-form ul.gform_fields li.gfield.gsection
            .gsection_title {
                font-family: Space Grotesk;
                font-size: calc(18px + 8 * ((100vw - 420px) / 1020));
                font-size: calc(1.125rem + 8 * ((100vw - 26.25rem) / 1020))
            }

                section.contact-form .contact-form ul.gform_fields li.gfield.gsection .gsection_title
                span {
                    color: #9fa0a0
                }

    section.contact-form .contact-form .ginput_container_checkbox
    .gfield_checkbox {
        display: flex;
        flex-flow: column;
        margin-left: 0
    }

        section.contact-form .contact-form .ginput_container_checkbox .gfield_checkbox
        li {
            margin-right: 10px;
            margin-bottom: 4px;
            min-width: 150px;
            display: flex;
            overflow: visible;
            width: 100%
        }

            section.contact-form .contact-form .ginput_container_checkbox .gfield_checkbox li
            label {
                color: #8a8a8a;
                font-size: 10px;
                font-size: .625rem;
                text-transform: uppercase;
                font-weight: 530 !important;
                letter-spacing: 1px;
                letter-spacing: .0625rem
            }

            section.contact-form .contact-form .ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
                width: 22px !important;
                height: 22px !important
            }

    section.contact-form .contact-form .ginput_container_checkbox label, section.contact-form .contact-form .ginput_container_consent
    label {
        margin-left: 12px;
        margin-top: 9px;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400
    }

    section.contact-form .contact-form .ginput_container_checkbox .gfield_required, section.contact-form .contact-form .ginput_container_consent
    .gfield_required {
        margin-top: 7px
    }

    section.contact-form .contact-form .ginput_container_checkbox input[type=checkbox], section.contact-form .contact-form .ginput_container_consent input[type=checkbox] {
        position: relative;
        height: 22px;
        width: 22px;
        background: transparent;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        margin: 4px;
        border-radius: 4px
    }

        section.contact-form .contact-form .ginput_container_checkbox input[type=checkbox]:after, section.contact-form .contact-form .ginput_container_consent input[type=checkbox]:after {
            width: 14px;
            height: 14px;
            background: #f8f8f8
        }

        section.contact-form .contact-form .ginput_container_checkbox input[type=checkbox]:checked:after, section.contact-form .contact-form .ginput_container_consent input[type=checkbox]:checked:after {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAsCAYAAAAacYo8AAAA6klEQVRoQ+3XYQlCMRTF8f9tYAQbWEETGEFMIDawgUYwihGMYARNMBk8wU+6sbOhcPb5cjnvt8PgBX964k9z4+Cjb87iFi8UcFUKoWRjFpdRFi6yeCGUbMziMsrCRRYvhJKNWfwTZUppFhF3GTf0/5FIKZ2BNbCKiKsqfNeqTKE3wANY/mzwXAngCOyBA7DrETrfmlT8TfgGzKdabCMi10V61MGz+AVY9AwtF88Lp7rk8Kce0q9rk4pLu/BlmYOP1O7S8VEf4KqMkvarMlra4havFPBzWAnWPG7xZsLKBRavBGset3gzYeWCJ9xsJi2Vohp/AAAAAElFTkSuQmCC")
        }

    section.contact-form .contact-form
    .ginput_container_radio {
        margin-left: 34px
    }

        section.contact-form .contact-form .ginput_container_radio
        li {
            overflow: visible;
            margin-left: 25px
        }

            section.contact-form .contact-form .ginput_container_radio li
            label {
                color: #8a8a8a;
                font-size: 10px;
                font-size: .625rem;
                text-transform: uppercase;
                font-weight: 530 !important;
                letter-spacing: 1px;
                letter-spacing: .0625rem
            }

        section.contact-form .contact-form .ginput_container_radio:after, section.contact-form .contact-form .ginput_container_radio:before {
            content: none !important
        }

        section.contact-form .contact-form .ginput_container_radio input[type=radio], section.contact-form .contact-form .ginput_container_radio
        label {
            cursor: pointer
        }

        section.contact-form .contact-form .ginput_container_radio input[type=radio] {
            position: relative;
            height: 22px;
            width: 22px;
            -webkit-appearance: none;
            appearance: none;
            outline: none
        }

            section.contact-form .contact-form .ginput_container_radio input[type=radio]:before {
                content: "";
                position: absolute;
                top: 42%;
                left: -20px;
                width: 22px;
                height: 22px;
                border-radius: 50%;
                transform: translate(-50%,-50%);
                background-color: #f8f8f8;
                border: 1px solid #e9e9e9
            }

            section.contact-form .contact-form .ginput_container_radio input[type=radio]:checked:before {
                border: 1px solid #40db5c;
                background-color: #fff
            }

            section.contact-form .contact-form .ginput_container_radio input[type=radio]:checked:after {
                content: "";
                position: absolute;
                top: 42%;
                left: -20px;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background-image: linear-gradient(43deg,#40db5c,#03c7fd);
                transform: translate(-50%,-50%);
                visibility: visible
            }

    section.contact-form .contact-form
    .ginput_container_fileupload {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #000;
        font-weight: 700;
        border-radius: 4px;
        padding: 10px;
        height: 60px;
        line-height: 35px;
        line-height: 2.1875rem;
        border: 1px solid #e9e9e9;
        position: relative
    }

        section.contact-form .contact-form .ginput_container_fileupload input[type=file] {
            margin-top: 0;
            font-size: 14px;
            font-size: .875rem;
            font-weight: 530;
            margin-left: 30px
        }

        section.contact-form .contact-form .ginput_container_fileupload:before {
            content: "Upload CV";
            position: absolute;
            top: 0;
            left: 15px;
            text-align: center;
            pointer-events: none;
            cursor: pointer;
            font-size: 10px;
            font-size: .625rem;
            width: 117px;
            border-right: 1px solid #e9e9e9;
            font-weight: 700;
            letter-spacing: 1px;
            letter-spacing: .0625rem;
            color: #000;
            text-transform: uppercase;
            background-color: #fff;
            height: 56px;
            line-height: 56px;
            line-height: 3.5rem;
            background-image: url(../assets/images/upload.svg);
            background-size: 16px 21px;
            background-repeat: no-repeat;
            background-position: 0 50%
        }

        section.contact-form .contact-form .ginput_container_fileupload
        .validation_message {
            display: none !important
        }

        section.contact-form .contact-form .ginput_container_fileupload
        .ginput_preview {
            margin-left: 130px;
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-flow: row-reverse
        }

            section.contact-form .contact-form .ginput_container_fileupload .ginput_preview
            img {
                margin-left: 10px
            }

    section.contact-form .contact-form
    .ginput_container_consent {
        display: flex;
        font-size: 10px;
        font-size: .625rem;
        font-weight: 615;
        text-transform: uppercase;
        color: #999;
        line-height: 1.25;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        color: #fff
    }

        section.contact-form .contact-form .ginput_container_consent
        a {
            color: #40db5c
        }

        section.contact-form .contact-form .ginput_container_consent input[type=checkbox] {
            margin-left: 3px !important
        }

        section.contact-form .contact-form .ginput_container_consent
        label {
            margin-top: 5px
        }

            section.contact-form .contact-form .ginput_container_consent label
            a {
                font-weight: 300
            }

    section.contact-form .contact-form
    label.gfield_label {
        color: #000;
        background-color: #fff
    }

    section.contact-form .contact-form .gfield_description, section.contact-form .contact-form li.gfield
    .description {
        color: #000
    }

        section.contact-form .contact-form .gfield_description
        a {
            color: #40db5c
        }

    section.contact-form .contact-form input[type=email], section.contact-form .contact-form input[type=password], section.contact-form .contact-form input[type=tel], section.contact-form .contact-form input[type=text], section.contact-form .contact-form input[type=url], section.contact-form .contact-form
    textarea {
        color: #000;
        border: 1px solid transparent;
        background-color: #fff;
        position: relative
    }

    section.contact-form .contact-form :-ms-input-placeholder {
        color: #000;
        font-size: 0
    }

    section.contact-form .contact-form ::placeholder {
        color: #000;
        font-size: 0
    }

    section.contact-form .contact-form input:-webkit-autofill, section.contact-form .contact-form input:-webkit-autofill:focus, section.contact-form .contact-form input:-webkit-autofill:hover, section.contact-form .contact-form select:-webkit-autofill, section.contact-form .contact-form select:-webkit-autofill:focus, section.contact-form .contact-form select:-webkit-autofill:hover, section.contact-form .contact-form textarea:-webkit-autofill, section.contact-form .contact-form textarea:-webkit-autofill:focus, section.contact-form .contact-form textarea:-webkit-autofill:hover {
        border: 0 none;
        -webkit-text-fill-color: #000;
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
        transition: background-color 5000s ease-in-out 0s
    }

    section.contact-form .contact-form
    .gfield_visibility_hidden {
        color: transparent;
        display: none;
        font-size: 0;
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
        visibility: hidden
    }

    section.contact-form .contact-form .ginput_container_checkbox, section.contact-form .contact-form
    .ginput_container_consent {
        margin-top: 30px;
        font-weight: 400
    }

        section.contact-form .contact-form .ginput_container_checkbox:after, section.contact-form .contact-form .ginput_container_checkbox:before, section.contact-form .contact-form .ginput_container_consent:after, section.contact-form .contact-form .ginput_container_consent:before {
            display: none
        }

        section.contact-form .contact-form .ginput_container_checkbox label.gfield_label, section.contact-form .contact-form .ginput_container_consent
        label.gfield_label {
            background-color: #fff
        }

        section.contact-form .contact-form .ginput_container_checkbox input[type=checkbox], section.contact-form .contact-form .ginput_container_checkbox label, section.contact-form .contact-form .ginput_container_consent input[type=checkbox], section.contact-form .contact-form .ginput_container_consent
        label {
            cursor: pointer
        }

        section.contact-form .contact-form .ginput_container_checkbox label, section.contact-form .contact-form .ginput_container_consent
        label {
            color: #000
        }

        section.contact-form .contact-form .ginput_container_checkbox input[type=checkbox], section.contact-form .contact-form .ginput_container_consent input[type=checkbox] {
            border: 1px solid #e9e9e9
        }

            section.contact-form .contact-form .ginput_container_checkbox input[type=checkbox]:before, section.contact-form .contact-form .ginput_container_consent input[type=checkbox]:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 16px;
                height: 16px;
                border-radius: 4px;
                transform: translate(-50%,-50%);
                background-image: linear-gradient(57deg,#03c7fd,#40db5c);
                background-position: 50%;
                background-repeat: no-repeat;
                opacity: 0
            }

            section.contact-form .contact-form .ginput_container_checkbox input[type=checkbox]:after, section.contact-form .contact-form .ginput_container_consent input[type=checkbox]:after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 12px;
                height: 12px;
                background: none;
                border-radius: 2px;
                transform: translate(-50%,-50%)
            }

            section.contact-form .contact-form .ginput_container_checkbox input[type=checkbox]:checked:before, section.contact-form .contact-form .ginput_container_consent input[type=checkbox]:checked:before {
                opacity: 1
            }

            section.contact-form .contact-form .ginput_container_checkbox input[type=checkbox]:checked:after, section.contact-form .contact-form .ginput_container_consent input[type=checkbox]:checked:after {
                background-image: url(../assets/images/checked-icon.svg);
                background-position: 50%
            }

    section.contact-form .contact-form .toggle
    ul.gfield_radio {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0
    }

        section.contact-form .contact-form .toggle ul.gfield_radio
        li {
            position: relative;
            width: 48%;
            margin-bottom: 25px
        }

            section.contact-form .contact-form .toggle ul.gfield_radio li
            input {
                opacity: 0;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                position: absolute;
                width: 100% !important;
                height: 100%;
                padding: 0;
                margin: 0
            }

                section.contact-form .contact-form .toggle ul.gfield_radio li input:checked + label {
                    border-color: #000;
                    background-color: #000;
                    color: #fff
                }

            section.contact-form .contact-form .toggle ul.gfield_radio li
            label {
                text-align: center;
                color: #000;
                text-transform: uppercase;
                letter-spacing: .2em;
                font-size: 12px;
                font-size: .75rem;
                display: block;
                line-height: 1.1em;
                padding: 1.7em 2.7em;
                border: 1px solid #000;
                transition: all .2s ease-in;
                background-color: transparent;
                max-width: 100%;
                margin: 0;
                width: 100%
            }

    section.contact-form .contact-form .ginput_container_consent input[type=checkbox] {
        margin-left: 0 !important
    }

    section.contact-form .contact-form .ginput_container_consent
    label {
        font-size: 10px;
        font-size: .625rem;
        font-weight: 615;
        text-transform: uppercase;
        color: #999;
        line-height: 1.25;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        font-weight: 530;
        margin-top: 9px;
        margin-left: 10px !important
    }

        section.contact-form .contact-form .ginput_container_consent label
        a {
            color: #000;
            font-weight: 600
        }

    section.contact-form .contact-form .dk-select {
        width: 100%;
        min-width: 300px
    }

        section.contact-form .contact-form .dk-select:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #e9e9e9;
            border-radius: 4px
        }

        section.contact-form .contact-form .dk-select.dk-select-open-down, section.contact-form .contact-form .dk-select.dk-select-open-up {
            position: relative
        }

            section.contact-form .contact-form .dk-select.dk-select-open-down:before, section.contact-form .contact-form .dk-select.dk-select-open-up:before {
                background-image: linear-gradient(47deg,#40db5c,#03c7fd)
            }

            section.contact-form .contact-form .dk-select.dk-select-open-down .dk-selected:before {
                transform: rotate(180deg)
            }

        section.contact-form .contact-form .dk-select .dk-selected {
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid transparent;
            padding: 20px 27px;
            font-size: 14px;
            font-size: .875rem;
            font-weight: 530
        }

            section.contact-form .contact-form .dk-select .dk-selected:before {
                content: "";
                position: absolute;
                top: 28px;
                right: 20px;
                border: none;
                width: 13px;
                height: 7px;
                background-position: 50%;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAlCAYAAADbVxCwAAAAz0lEQVRYR+2VwQ3CMBAEJ51QAiVAB5RAB5SUVmiBCqADUgLyI1IUOfKdfPew2LxX1mS8d54Y6JsGYkWwWbclszILGrCsFsiszBYD2rNZPfgrs3fgAVyBpWHUk60e1Wv2DDyBdwO4gM7AC7gYfiwFthzaAg4BjdwGR8BhoJGwNcO3iKvf9qG3s/turYa/wKm3o/vDo2G3hj89w1SbsAzYFbjAttaZ6/3IgnVBWMOCtZry5mTWa8yal1mrKW9OZr3GrHmZtZry5mTWa8yaH8rsDyzRJCZ96WXpAAAAAElFTkSuQmCC")
            }

            section.contact-form .contact-form .dk-select .dk-selected:after {
                border: none
            }

        section.contact-form .contact-form .dk-select .dk-select-options {
            padding: 20px 25px;
            background-color: #fff;
            border-radius: 0
        }

            section.contact-form .contact-form .dk-select .dk-select-options .dk-option-selected {
                background-color: #fff;
                color: #000;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAC+0lEQVRYR+2Wz0sUYRjHv+/7jmYlQtDFwhUzSmLNXbc124ooKOiiB2mUTh3t5h8g9A+USBREBy8eapc82KVbh8hNDLLcVQhK2w1DKalU9FA7T8yvnRl2Yd61DSRmLy/zvi+7n/283/d5hmEXftguZEIAJXsqganAlKwB2X3/X6YOv32uEvE+ItFNxEPEBIh4niCmATHxNRZJydpx79uRqabZZ3FibBQkEoCARhwWEIrP+jxEGlwZWouGX1cCVzFUy7vJHo34JIGDYJixRmGOJfMcIN77Ld7xVBasIqgjsxNx4mxGBwEzDdlmjBHC+2yv66C8pkvWWEVQrXOPp4h4wmPIsOM2ZpkrGjPXNfD0Wix6VsaWNNTxzLhaIJ70mDGMKSXG6kUt1gtkzTvrBNEvE35pqGNzY0mgRtVcmXGHWs8SoKCe1yJ1NI5Xmz9wa3nJA8wgUquxU/1+tqSh2jJjOQ08VGLKun16xur5HiRbu9FUuw/XPrxBZnvLkzG9XKzGTjdXEeoh2dkxQ80x3BjHk+85LGxvGECPWs8bQOrHGWS3Nh0g1xGvdJ7xFeG7wf5XJ7IPqHjbwNEg9mK85QoO1ezHYC6N4caoATSwmPYC2RcBHBoJrHSe8/1N3w0O1L0cIEJOGRBoUEywtroD2Cj8wvXFF8hurZuGypUHJvJfoheqd3zh+btJIq4a19uoP4pRKNvqDuJ+80Xc/PQSC9s/XQVUcRXWYsVPLUcvVS/o4cyICqYk9SyVlgUHtLSgOvuJif7lyGXffih9fPoxtmdHpogpCae1lC+UxXVPy1HS+cjV6hZPHSqSvR3/DT6jX38iq1JbrcQAcbUezzoTKGis63O0R6oxV2RKBzuZvdNDjE2SnqliM3beEso3ada71NH3bxqyfRMtY6OASNhvBXaWDEPme5Ue+rRW4EOL0QEpQ/b3V2zKXY3D8yMqIPqIeDdBhMwjVPJEfBrgE+/bb/iGulx1/ysov3ax0/UAStZcYCowJWtAdl+QKVlTfwCsgoc0X7Sk5QAAAABJRU5ErkJggg==");
                background-size: 36px;
                background-position: 101% 50%;
                background-repeat: no-repeat
            }

            section.contact-form .contact-form .dk-select .dk-select-options .dk-option {
                text-transform: none;
                font-size: 14px;
                font-size: .875rem;
                font-weight: 530;
                padding: 5px 0
            }

                section.contact-form .contact-form .dk-select .dk-select-options .dk-option.dk-option-highlight {
                    background-color: #fff;
                    color: #000
                }

                section.contact-form .contact-form .dk-select .dk-select-options .dk-option:focus, section.contact-form .contact-form .dk-select .dk-select-options .dk-option:hover {
                    outline: none;
                    color: #000;
                    border-color: transparent;
                    background-color: transparent;
                    opacity: .7
                }

    section.contact-form .contact-form
    .title {
        font-size: 10px;
        font-size: .625rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        line-height: 1.3;
        margin-bottom: 15px
    }

section.contact-form .tabs-titles {
    margin-bottom: 25px
}

section.contact-form .tab-title {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: .0625rem;
    line-height: 1.3;
    border-radius: 6px;
    margin-right: 5px;
    text-align: center;
    color: #000;
    border: 1px solid transparent;
    position: relative;
    min-width: 140px;
    height: 60px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #fff
}

    section.contact-form .tab-title
    span {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        background: #fff;
        width: 100%;
        display: block;
        height: 100%;
        line-height: 60px;
        line-height: 3.75rem;
        border-radius: 4px
    }

    section.contact-form .tab-title:after {
        content: "";
        position: absolute;
        top: 5px;
        right: 5px;
        background-image: url(../assets/images/checked-icon.svg);
        width: 18px;
        height: 18px;
        opacity: 0
    }

    section.contact-form .tab-title:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        background: #e9e9e9;
        border-radius: 4px
    }

    section.contact-form .tab-title.is-active:after {
        opacity: 1
    }

    section.contact-form .tab-title.is-active:before {
        background-image: linear-gradient(47deg,#40db5c,#03c7fd)
    }

section.contact-form .tab-panel {
    display: none
}

    section.contact-form .tab-panel.is-active {
        display: block
    }

section.contact-form.view-detect {
    opacity: 0;
    transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
}

    section.contact-form.view-detect.viewed {
        opacity: 1
    }

section.crosslinks {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 140px 0 120px;
    position: relative;
    margin-top: -2px;
    border-top: 1px solid hsla(0,0%,100%,.15)
}

    section.crosslinks.light {
        background-color: #fff;
        color: #000;
        border-top: 1px solid rgba(0,0,0,.15)
    }

        section.crosslinks.light .post-card
        .title {
            color: #000
        }

        section.crosslinks.light .progress-bar .current, section.crosslinks.light .progress-bar:before {
            background-color: #000
        }

    section.crosslinks.inline-title
    .titles {
        display: none
    }

    section.crosslinks.inline-title
    .carousel {
        gap: 0
    }

    section.crosslinks
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    section.crosslinks .section-title {
        font-size: calc(28px + 18 * ((100vw - 370px) / 910));
        font-size: calc(1.75rem + 18 * ((100vw - 23.125rem) / 910));
        line-height: 1.2;
        font-weight: 300
    }

        section.crosslinks .section-title
        b {
            font-weight: 615
        }

    section.crosslinks .section-title {
        text-align: center;
        margin-bottom: 60px;
        text-transform: uppercase
    }

    section.crosslinks .title-wrapper {
        flex: 33.3
    }

        section.crosslinks .title-wrapper .section-title {
            max-width: 280px;
            text-align: left
        }

    section.crosslinks
    .carousel {
        display: flex;
        flex-flow: wrap;
        width: 100%;
        gap: 2%
    }

        section.crosslinks .carousel:after {
            content: ""
        }

    section.crosslinks .post-card {
        color: #fff;
        margin-bottom: 80px;
        width: 32%;
        position: relative
    }

        section.crosslinks .post-card .image-wrapper {
            position: relative;
            overflow: hidden;
            width: 100%;
            padding-bottom: 100%;
            margin-bottom: 20px
        }

        section.crosslinks .post-card .image-src {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: cover;
            transition: all 1s ease
        }

            section.crosslinks .post-card .image-src.placeholder {
                background-color: #101010
            }

                section.crosslinks .post-card .image-src.placeholder:after {
                    content: "";
                    background-image: url(../assets/images/image-icon.svg);
                    background-position: 50%;
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 36px;
                    height: 36px;
                    position: absolute;
                    transform: translate(-50%,-50%);
                    top: 50%;
                    left: 50%
                }

        section.crosslinks .post-card
        .title {
            font-size: calc(24px + 16 * ((100vw - 420px) / 860));
            font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
            font-weight: 300;
            line-height: 1.2
        }

            section.crosslinks .post-card .title
            b {
                font-weight: 530
            }

        section.crosslinks .post-card
        .title {
            color: #fff;
            text-transform: uppercase
        }

        section.crosslinks .post-card .arrow-button {
            display: none
        }

        section.crosslinks .post-card.page
        .inner {
            position: relative
        }

            section.crosslinks .post-card.page .inner:after {
                content: "";
                position: absolute;
                height: 50%;
                width: 100%;
                top: auto;
                bottom: -2px;
                left: 0;
                background-image: linear-gradient(180deg,transparent,#000)
            }

        section.crosslinks .post-card.page .image-wrapper {
            margin-bottom: 0
        }

        section.crosslinks .post-card.page
        .text {
            position: absolute;
            z-index: 2;
            padding: 25px;
            bottom: 0;
            left: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        section.crosslinks .post-card.page
        .title {
            font-size: calc(22px + 8 * ((100vw - 420px) / 860));
            font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
            font-weight: 600;
            line-height: 1.05;
            letter-spacing: .5px;
            letter-spacing: .03125rem
        }

            section.crosslinks .post-card.page .title
            b {
                font-weight: 615
            }

        section.crosslinks .post-card.page
        .title {
            font-weight: 300;
            width: calc(100% - 80px);
            padding-right: 10px;
            line-height: 1.1;
            color: #fff
        }

        section.crosslinks .post-card.page .arrow-button {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            display: block;
            position: relative;
            border: 1px solid #393939;
            transition: all .4s ease
        }

            section.crosslinks .post-card.page .arrow-button:before {
                content: "";
                position: absolute;
                top: 20px;
                left: 17px;
                background-image: url(../assets/images/arrow-right02.svg);
                filter: invert(1);
                background-size: contain;
                background-repeat: no-repeat;
                width: 29px;
                height: 19px;
                opacity: 1;
                transition: all .3s ease
            }

        section.crosslinks .post-card:hover .image-src {
            transform: scale(1.25) translateZ(0)
        }

        section.crosslinks .post-card:hover .arrow-button {
            background-color: #fff
        }

            section.crosslinks .post-card:hover .arrow-button:before {
                filter: none
            }

    section.crosslinks
    .controls {
        display: none
    }

    section.crosslinks .progress-bar {
        background: transparent;
        margin: 0;
        max-width: 940px;
        overflow: hidden;
        top: 11px;
        right: 0;
        bottom: 0;
        position: absolute;
        width: calc(100% - 170px);
        height: 7px;
        z-index: 0;
        top: 25px
    }

        section.crosslinks .progress-bar:before {
            background: #fff;
            content: "";
            bottom: 3px;
            left: 0;
            position: absolute;
            opacity: .2;
            width: 100%;
            height: 2px
        }

        section.crosslinks .progress-bar
        .current {
            background: #fff;
            display: block;
            opacity: 1;
            height: 2px;
            bottom: 3px;
            left: 0;
            position: absolute;
            transition: all 25ms cubic-bezier(.77,0,.175,1)
        }

    section.crosslinks .nav-arrows .flickity-button {
        -webkit-appearance: none;
        appearance: none;
        background: #000;
        border-radius: 100%;
        box-shadow: none;
        cursor: pointer;
        opacity: 1;
        outline: none;
        overflow: hidden;
        top: auto;
        bottom: 20px;
        left: auto;
        width: 40px;
        height: 40px;
        transform: none;
        transition: all .6s ease 0s;
        top: calc(50% - 31px);
        border: 1px solid hsla(0,0%,100%,.45)
    }

        section.crosslinks .nav-arrows .flickity-button .flickity-button-icon {
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            width: 15px;
            height: 15px;
            transition: transform .6s ease .15s
        }

        section.crosslinks .nav-arrows .flickity-button
        svg {
            transition: all .6s ease 0s
        }

            section.crosslinks .nav-arrows .flickity-button svg
            path {
                fill: #000;
                transition: all .6s ease 0s
            }

        section.crosslinks .nav-arrows .flickity-button:after {
            background: #000;
            content: "";
            margin: auto;
            opacity: 0;
            top: calc(50% - 1px);
            right: 0;
            left: 0;
            position: absolute;
            width: 0;
            height: 2px;
            transition: all .6s ease 0s
        }

        section.crosslinks .nav-arrows .flickity-button:disabled {
            background-color: #000
        }

            section.crosslinks .nav-arrows .flickity-button:disabled:after, section.crosslinks .nav-arrows .flickity-button:disabled
            svg {
                opacity: .35
            }

        section.crosslinks .nav-arrows .flickity-button:not(:hover) svg
        path {
            fill: #fff
        }

        section.crosslinks .nav-arrows .flickity-button:not(:hover):after {
            background: #000
        }

        section.crosslinks .nav-arrows .flickity-button:not(:disabled):active, section.crosslinks .nav-arrows .flickity-button:not(:disabled):hover {
            background-color: #fff;
            border-color: transparent
        }

            section.crosslinks .nav-arrows .flickity-button:not(:disabled):active .flickity-button-icon, section.crosslinks .nav-arrows .flickity-button:not(:disabled):hover .flickity-button-icon {
                transition-delay: .15s
            }

            section.crosslinks .nav-arrows .flickity-button:not(:disabled):active:after, section.crosslinks .nav-arrows .flickity-button:not(:disabled):hover:after {
                opacity: 1;
                transition-delay: 0s;
                width: 20px
            }

            section.crosslinks .nav-arrows .flickity-button:not(:disabled):active.previous .flickity-button-icon, section.crosslinks .nav-arrows .flickity-button:not(:disabled):hover.previous .flickity-button-icon {
                transform: translateX(-7px)
            }

            section.crosslinks .nav-arrows .flickity-button:not(:disabled):active.next .flickity-button-icon, section.crosslinks .nav-arrows .flickity-button:not(:disabled):hover.next .flickity-button-icon {
                transform: translateX(7px)
            }

        section.crosslinks .nav-arrows .flickity-button.previous {
            left: 4vw
        }

        section.crosslinks .nav-arrows .flickity-button.next {
            right: 4vw
        }

    section.crosslinks.view-detect .post-card {
        opacity: 0;
        transform: translateY(60px);
        transition: transform 1s cubic-bezier(.77,0,.175,1) .8s,opacity 1s cubic-bezier(.77,0,.175,1) .8s;
        visibility: hidden
    }

        section.crosslinks.view-detect .post-card:first-of-type {
            transition-delay: .75s
        }

        section.crosslinks.view-detect .post-card:nth-of-type(2) {
            transition-delay: 1s
        }

        section.crosslinks.view-detect .post-card:nth-of-type(3) {
            transition-delay: 1.25s
        }

    section.crosslinks.view-detect.viewed .post-card {
        opacity: 1;
        transform: none;
        visibility: visible
    }

section.features-carousel {
    overflow: hidden;
    padding: 70px 0;
    position: relative;
    background-color: #000
}

    section.features-carousel:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../assets/images/bg-top-glow.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        transform-origin: top right;
        opacity: .4;
        animation: c 6s cubic-bezier(.5,0,.5,1) infinite
    }

    section.features-carousel
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

        section.features-carousel
        .container.top {
            text-align: left;
            position: relative
        }

    section.features-carousel .section-subtitle {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.features-carousel .section-subtitle:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain
        }

    section.features-carousel .section-subtitle {
        color: #fff;
        margin-bottom: 10px
    }

    section.features-carousel .section-title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        section.features-carousel .section-title
        b {
            font-weight: 530
        }

    section.features-carousel .section-title {
        color: #fff
    }

    section.features-carousel
    .slides {
        margin-top: 40px;
        position: relative
    }

    section.features-carousel
    .f {
        position: static
    }

    section.features-carousel .flickity-viewport {
        overflow: visible
    }

    section.features-carousel .feature-card {
        margin-right: 20px;
        background-color: #fff
    }

        section.features-carousel .feature-card > .inner {
            width: calc(100vw - 8vw - 40px);
            padding: 35px;
            display: flex;
            flex-flow: column;
            justify-content: space-between;
            min-height: 380px
        }

        section.features-carousel .feature-card .icon-wrapper {
            background-color: #000;
            border-radius: 50%;
            width: 80px;
            height: 80px;
            position: relative;
            margin-bottom: 22px
        }

            section.features-carousel .feature-card .icon-wrapper:before {
                content: "";
                background-image: url(../assets/images/circle-gradient.png);
                overflow: hidden;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                position: absolute;
                width: 100%;
                height: 100%
            }

            section.features-carousel .feature-card .icon-wrapper
            img {
                object-fit: contain;
                transform: translate(-50%,-50%);
                position: absolute;
                top: 50%;
                left: 50%;
                width: 60px;
                height: 60px;
                padding: 10px;
                filter: invert(1) grayscale(0)
            }

        section.features-carousel .feature-card
        .title {
            font-size: calc(24px + 12 * ((100vw - 420px) / 860));
            font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: .5px;
            letter-spacing: .03125rem
        }

            section.features-carousel .feature-card .title
            b {
                font-weight: 615
            }

        section.features-carousel .feature-card
        .title {
            font-weight: 300;
            text-transform: uppercase;
            line-height: 1;
            margin-bottom: 20px
        }

        section.features-carousel .feature-card
        .copy {
            font-size: 14px;
            font-size: .875rem
        }

    section.features-carousel
    .controls {
        margin: 45px auto 0;
        max-width: 1200px;
        position: relative
    }

    section.features-carousel .progress-bar {
        background: transparent;
        margin: 0;
        max-width: 940px;
        overflow: hidden;
        top: 11px;
        right: 0;
        bottom: 0;
        position: absolute;
        width: calc(100% - 240px);
        height: 7px;
        left: auto;
        right: 4vw;
        z-index: 0;
        top: 25px
    }

        section.features-carousel .progress-bar:before {
            background: #fff;
            content: "";
            bottom: 3px;
            left: 0;
            position: absolute;
            opacity: .2;
            width: 100%;
            height: 2px
        }

        section.features-carousel .progress-bar
        .current {
            background: #fff;
            display: block;
            opacity: 1;
            height: 2px;
            bottom: 3px;
            left: 0;
            position: absolute;
            transition: all 25ms cubic-bezier(.77,0,.175,1)
        }

    section.features-carousel .nav-arrows {
        display: block;
        text-align: left;
        margin-left: 0;
        z-index: 1
    }

        section.features-carousel .nav-arrows .flickity-button {
            -webkit-appearance: none;
            appearance: none;
            background: #000;
            border-radius: 100%;
            box-shadow: none;
            cursor: pointer;
            opacity: 1;
            outline: none;
            overflow: hidden;
            top: auto;
            bottom: 20px;
            left: auto;
            width: 40px;
            height: 40px;
            transform: none;
            transition: all .6s ease 0s;
            top: calc(50% - 31px);
            border: 1px solid hsla(0,0%,100%,.45)
        }

            section.features-carousel .nav-arrows .flickity-button .flickity-button-icon {
                margin: auto;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                position: absolute;
                width: 15px;
                height: 15px;
                transition: transform .6s ease .15s
            }

            section.features-carousel .nav-arrows .flickity-button
            svg {
                transition: all .6s ease 0s
            }

                section.features-carousel .nav-arrows .flickity-button svg
                path {
                    fill: #000;
                    transition: all .6s ease 0s
                }

            section.features-carousel .nav-arrows .flickity-button:after {
                background: #000;
                content: "";
                margin: auto;
                opacity: 0;
                top: calc(50% - 1px);
                right: 0;
                left: 0;
                position: absolute;
                width: 0;
                height: 2px;
                transition: all .6s ease 0s
            }

            section.features-carousel .nav-arrows .flickity-button:disabled {
                background-color: #000
            }

                section.features-carousel .nav-arrows .flickity-button:disabled:after, section.features-carousel .nav-arrows .flickity-button:disabled
                svg {
                    opacity: .35
                }

            section.features-carousel .nav-arrows .flickity-button:not(:hover) svg
            path {
                fill: #fff
            }

            section.features-carousel .nav-arrows .flickity-button:not(:hover):after {
                background: #000
            }

            section.features-carousel .nav-arrows .flickity-button:not(:disabled):active, section.features-carousel .nav-arrows .flickity-button:not(:disabled):hover {
                background-color: #fff;
                border-color: transparent
            }

                section.features-carousel .nav-arrows .flickity-button:not(:disabled):active .flickity-button-icon, section.features-carousel .nav-arrows .flickity-button:not(:disabled):hover .flickity-button-icon {
                    transition-delay: .15s
                }

                section.features-carousel .nav-arrows .flickity-button:not(:disabled):active:after, section.features-carousel .nav-arrows .flickity-button:not(:disabled):hover:after {
                    opacity: 1;
                    transition-delay: 0s;
                    width: 20px
                }

                section.features-carousel .nav-arrows .flickity-button:not(:disabled):active.previous .flickity-button-icon, section.features-carousel .nav-arrows .flickity-button:not(:disabled):hover.previous .flickity-button-icon {
                    transform: translateX(-7px)
                }

                section.features-carousel .nav-arrows .flickity-button:not(:disabled):active.next .flickity-button-icon, section.features-carousel .nav-arrows .flickity-button:not(:disabled):hover.next .flickity-button-icon {
                    transform: translateX(7px)
                }

            section.features-carousel .nav-arrows .flickity-button.previous {
                left: 4vw
            }

            section.features-carousel .nav-arrows .flickity-button.next {
                right: 4vw
            }

        section.features-carousel .nav-arrows button.flickity-button {
            position: relative;
            bottom: 0
        }

            section.features-carousel .nav-arrows button.flickity-button.previous {
                left: 0
            }

            section.features-carousel .nav-arrows button.flickity-button.next {
                right: auto;
                left: 10px
            }

    section.features-carousel.view-detect .timeline-card {
        opacity: 0;
        transform: translateY(60px);
        transition: transform 1s cubic-bezier(.77,0,.175,1) .8s,opacity 1s cubic-bezier(.77,0,.175,1) .8s;
        visibility: hidden
    }

        section.features-carousel.view-detect .timeline-card:first-of-type {
            transition-delay: 1.2s
        }

        section.features-carousel.view-detect .timeline-card:nth-of-type(2) {
            transition-delay: 1.4s
        }

        section.features-carousel.view-detect .timeline-card:nth-of-type(3) {
            transition-delay: 1.6s
        }

        section.features-carousel.view-detect .timeline-card:nth-of-type(4) {
            transition-delay: 1.8s
        }

        section.features-carousel.view-detect .timeline-card:nth-of-type(5) {
            transition-delay: 2s
        }

    section.features-carousel.view-detect.viewed .hgroup, section.features-carousel.view-detect.viewed .timeline-card {
        opacity: 1;
        transform: none;
        visibility: visible
    }

section.full-screen-media {
    position: relative;
    background-color: #000;
    width: 100%;
    max-height: 100vh;
    color: #fff;
    overflow: hidden
}

    section.full-screen-media.has-overlay:after {
        content: "";
        transform: rotate(-180deg);
        background-image: linear-gradient(2deg,hsla(0,0%,4%,.45) 36%,hsla(0,0%,4%,.65) 99%)
    }

    section.full-screen-media.has-overlay:after, section.full-screen-media .video-link {
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%
    }

    section.full-screen-media .video-link {
        color: #fff;
        display: block;
        z-index: 3
    }

    section.full-screen-media
    .media {
        width: 100%;
        padding-bottom: 56.25%;
        position: relative
    }

    section.full-screen-media
    .wrapper {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 880px;
        position: absolute;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 50%;
        z-index: 2;
        text-align: center;
        display: block
    }

    section.full-screen-media .bg-image, section.full-screen-media
    video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover
    }

    section.full-screen-media .section-subtitle {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.full-screen-media .section-subtitle:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain
        }

    section.full-screen-media .section-subtitle {
        margin-bottom: 10px
    }

        section.full-screen-media .section-subtitle:before {
            filter: brightness(11);
            left: -18px;
            width: 9px;
            height: 9px;
            opacity: .8
        }

    section.full-screen-media
    .title {
        font-size: calc(42px + 48 * ((100vw - 420px) / 860));
        font-size: calc(2.625rem + 48 * ((100vw - 26.25rem) / 860));
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: -2px;
        letter-spacing: -.125rem
    }

        section.full-screen-media .title
        b {
            font-weight: 615
        }

    section.full-screen-media
    .title {
        font-weight: 300
    }

    section.full-screen-media
    .copy {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        max-width: 450px;
        margin: 10px auto 0
    }

    section.full-screen-media
    .button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
        background-size: 200% auto;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        text-transform: uppercase;
        padding: 16px 30px;
        text-align: center;
        border-radius: 50px;
        transition: all 1.25s ease;
        min-width: 200px;
        width: auto;
        cursor: pointer
    }

        section.full-screen-media .button:hover {
            transition: all 1.25s ease;
            background-position: 100%
        }

            section.full-screen-media .button:hover
            span {
                animation: b 1s cubic-bezier(.5,0,.5,1) both;
                animation-delay: .2s
            }

    section.full-screen-media
    .button {
        background: #fff;
        color: #000;
        border: 1px solid transparent;
        transition: all .5s ease
    }

        section.full-screen-media .button:hover {
            background: #000;
            color: #fff;
            border: 1px solid #fff;
            transition: all .5s ease
        }

    section.full-screen-media
    .button {
        margin-top: 40px
    }

    section.full-screen-media .play-icon {
        display: none
    }

    section.full-screen-media.view-detect {
        opacity: 0;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
    }

        section.full-screen-media.view-detect.viewed {
            opacity: 1
        }

.hero-wrapper {
    position: relative;
    background: #000
}

    .hero-wrapper:after {
        content: "";
        background: url(../assets/images/dark-overlay.png);
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        background-position: 50% -50px;
        z-index: 2
    }

section.hero-home {
    display: block;
    min-height: 100vh;
    position: relative
}

    section.hero-home:before {
        content: "";
        background: #000 url(../assets/images/home-hero-slide-1-glow.webp);
        background-position: 75% 70%;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -100px;
        left: 0;
        transform: rotate(180deg) scaleX(-1);
        opacity: .81;
        animation: c 10s cubic-bezier(.5,0,.5,1) infinite
    }

    section.hero-home
    .slider {
        position: relative;
        z-index: 3
    }

    section.hero-home
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 100vh
    }

    section.hero-home .slider-nav {
        margin-bottom: 10px;
        margin-left: 15px
    }

        section.hero-home .slider-nav
        li {
            display: inline-block;
            font-size: 11px;
            font-size: .6875rem;
            letter-spacing: 1.19px;
            letter-spacing: .07438rem;
            opacity: .55;
            text-transform: uppercase;
            margin-right: 25px;
            font-weight: 600;
            position: relative;
            cursor: pointer;
            transition: all .75s ease
        }

            section.hero-home .slider-nav li:hover {
                opacity: .6
            }

            section.hero-home .slider-nav li.is-selected {
                opacity: 1;
                cursor: auto
            }

                section.hero-home .slider-nav li.is-selected:before {
                    content: "";
                    width: 7px;
                    height: 7px;
                    border-radius: 4px;
                    background-color: #42ea95;
                    position: absolute;
                    top: 9px;
                    left: -13px
                }

    section.hero-home
    .slide {
        width: 100%
    }

        section.hero-home .slide.is-selected .slide-title
        .char {
            animation: b 1.2s cubic-bezier(.5,0,.5,1) both;
            animation-delay: calc(.2s * var(--random) + .5s)
        }

        section.hero-home .slide.is-selected .button .word:not(:hover) {
            animation: b 1.5s cubic-bezier(.5,0,.5,1) both;
            animation-delay: calc(.5s * var(--random) + .4s);
            animation-delay: unset;
            animation-duration: 2.5s
        }

    section.hero-home .slide-1-img, section.hero-home .slide-3-img {
        background-image: url(../assets/images/home-hero01.png);
        background-repeat: no-repeat;
        background-position: top;
        position: absolute;
        top: -250px;
        right: 0;
        width: 100%;
        height: calc(140% + 250px);
        opacity: 0;
        transform: scale(1.1);
        transform-origin: center;
        filter: blur(10px);
        transition: all .2s
    }

    section.hero-home .slide-2-img {
        position: absolute;
        background: url(../assets/images/multi-tenant.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 400px;
        height: 400px;
        top: calc(50% - 200px);
        left: calc(50% + 80px);
        opacity: 0;
        transform: scale(1.075);
        transform-origin: center;
        filter: blur(10px);
        transition: all .2s
    }

    section.hero-home.slide-2 .slide-2-img-1 {
        top: 95%;
        right: 95%
    }

    section.hero-home.slide-2 .slide-2-img-1, section.hero-home.slide-2 .slide-2-img-2 {
        position: absolute;
        background-image: url(../assets/images/multi-tenant.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 180px;
        height: 180px
    }

    section.hero-home.slide-2 .slide-2-img-2 {
        bottom: 95%;
        left: 95%
    }

    section.hero-home.slide-2 .slide-2-img-3 {
        position: absolute;
        background-image: url(../assets/images/multi-tenant.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 67px;
        height: 67px;
        filter: blur(5px);
        bottom: -70px;
        right: -150px
    }

    section.hero-home.slide-2:before {
        transform: scale(1.25);
        height: 100%;
        top: 0;
        background-repeat: no-repeat;
        background-position: 50% 25%;
        background-size: cover;
        background-image: url(../assets/images/glow-slide02.png)
    }

    section.hero-home
    .content {
        padding: 200px 0;
        max-width: 600px;
        width: 100%;
        position: relative;
        z-index: 3
    }

    section.hero-home .slide-label {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.hero-home .slide-label:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain
        }

    section.hero-home .slide-label {
        margin-bottom: 10px;
        display: none
    }

        section.hero-home .slide-label:before {
            filter: invert(1)
        }

    section.hero-home .slide-title {
        font-size: calc(42px + 48 * ((100vw - 420px) / 860));
        font-size: calc(2.625rem + 48 * ((100vw - 26.25rem) / 860));
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: -2px;
        letter-spacing: -.125rem
    }

        section.hero-home .slide-title
        b {
            font-weight: 615
        }

    section.hero-home .slide-title {
        font-weight: 400
    }

    section.hero-home
    .button {
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
        background-size: 200% auto;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        text-transform: uppercase;
        padding: 16px 30px;
        text-align: center;
        border-radius: 50px;
        transition: all 1.25s ease;
        min-width: 200px;
        width: auto;
        cursor: pointer
    }

        section.hero-home .button:hover {
            transition: all 1.25s ease;
            background-position: 100%
        }

            section.hero-home .button:hover
            span {
                animation: b 1s cubic-bezier(.5,0,.5,1) both;
                animation-delay: .2s
            }

    section.hero-home
    .button {
        background: #fff;
        color: #000;
        border: 1px solid transparent;
        transition: all .5s ease
    }

        section.hero-home .button:hover {
            background: #000;
            color: #fff;
            border: 1px solid #fff;
            transition: all .5s ease
        }

    section.hero-home
    .button {
        text-align: left;
        display: inline-block;
        position: relative
    }

        section.hero-home .button:after {
            content: "";
            background-image: url(../assets/images/arrow-right.svg);
            position: absolute;
            top: 21px;
            right: 25px;
            width: 15px;
            height: 15px;
            background-size: contain;
            transition: .4s
        }

        section.hero-home .button:hover:after {
            filter: invert(1)
        }

    section.hero-home .nav-arrows .flickity-button {
        -webkit-appearance: none;
        appearance: none;
        background: #000;
        border-radius: 100%;
        box-shadow: none;
        cursor: pointer;
        opacity: 1;
        outline: none;
        overflow: hidden;
        top: auto;
        bottom: 20px;
        left: auto;
        width: 40px;
        height: 40px;
        transform: none;
        transition: all .6s ease 0s;
        top: calc(50% - 31px);
        border: 1px solid hsla(0,0%,100%,.45)
    }

        section.hero-home .nav-arrows .flickity-button .flickity-button-icon {
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            width: 15px;
            height: 15px;
            transition: transform .6s ease .15s
        }

        section.hero-home .nav-arrows .flickity-button
        svg {
            transition: all .6s ease 0s
        }

            section.hero-home .nav-arrows .flickity-button svg
            path {
                fill: #000;
                transition: all .6s ease 0s
            }

        section.hero-home .nav-arrows .flickity-button:after {
            background: #000;
            content: "";
            margin: auto;
            opacity: 0;
            top: calc(50% - 1px);
            right: 0;
            left: 0;
            position: absolute;
            width: 0;
            height: 2px;
            transition: all .6s ease 0s
        }

        section.hero-home .nav-arrows .flickity-button:disabled {
            background-color: #000
        }

            section.hero-home .nav-arrows .flickity-button:disabled:after, section.hero-home .nav-arrows .flickity-button:disabled
            svg {
                opacity: .35
            }

        section.hero-home .nav-arrows .flickity-button:not(:hover) svg
        path {
            fill: #fff
        }

        section.hero-home .nav-arrows .flickity-button:not(:hover):after {
            background: #000
        }

        section.hero-home .nav-arrows .flickity-button:not(:disabled):active, section.hero-home .nav-arrows .flickity-button:not(:disabled):hover {
            background-color: #fff;
            border-color: transparent
        }

            section.hero-home .nav-arrows .flickity-button:not(:disabled):active .flickity-button-icon, section.hero-home .nav-arrows .flickity-button:not(:disabled):hover .flickity-button-icon {
                transition-delay: .15s
            }

            section.hero-home .nav-arrows .flickity-button:not(:disabled):active:after, section.hero-home .nav-arrows .flickity-button:not(:disabled):hover:after {
                opacity: 1;
                transition-delay: 0s;
                width: 20px
            }

            section.hero-home .nav-arrows .flickity-button:not(:disabled):active.previous .flickity-button-icon, section.hero-home .nav-arrows .flickity-button:not(:disabled):hover.previous .flickity-button-icon {
                transform: translateX(-7px)
            }

            section.hero-home .nav-arrows .flickity-button:not(:disabled):active.next .flickity-button-icon, section.hero-home .nav-arrows .flickity-button:not(:disabled):hover.next .flickity-button-icon {
                transform: translateX(7px)
            }

        section.hero-home .nav-arrows .flickity-button.previous {
            left: 4vw
        }

        section.hero-home .nav-arrows .flickity-button.next {
            right: 4vw
        }

    section.hero-home .nav-arrows button.flickity-button {
        width: 44px;
        height: 44px
    }

        section.hero-home .nav-arrows button.flickity-button .flickity-button-icon {
            width: 12px;
            height: 12px
        }

    section.hero-home .nav-arrows {
        position: absolute;
        z-index: 3;
        top: calc(50% - 40px);
        left: 20px;
        display: block
    }

        section.hero-home .nav-arrows button.flickity-button {
            background: transparent
        }

            section.hero-home .nav-arrows button.flickity-button.previous {
                top: 20px;
                left: 0
            }

            section.hero-home .nav-arrows button.flickity-button.next {
                left: 0;
                right: auto
            }

    section.hero-home.loaded .slides-images .is-selected {
        transform: scale(1);
        filter: none;
        opacity: 1;
        transition: opacity 1s .2s,transform .75s .2s,filter 1.75s cubic-bezier(.43,.195,.02,1) .2s
    }

    section.hero-home.loaded .slide-2-img.is-selected .slide-2-img-1 {
        transform: rotate(180deg);
        transition: transform 4.2s cubic-bezier(.16,.34,.17,1.03)
    }

    section.hero-home.loaded .slide-2-img.is-selected .slide-2-img-2 {
        transform: rotate(180deg);
        transition: transform 4s cubic-bezier(.16,.34,.17,1.03)
    }

    section.hero-home.view-detect {
        opacity: 0;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
    }

        section.hero-home.view-detect.viewed {
            opacity: 1
        }

section.hero-simple {
    display: block;
    padding-top: 250px;
    padding-bottom: 80px
}

    section.hero-simple
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    section.hero-simple.view-detect {
        opacity: 0;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
    }

        section.hero-simple.view-detect.viewed {
            opacity: 1
        }

section.hero-single {
    position: relative;
    padding-top: 240px;
    color: #000
}

    section.hero-single > .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    section.hero-single .text-column {
        max-width: 900px;
        margin-bottom: 60px
    }

    section.hero-single
    .logo {
        margin-bottom: 30px;
        filter: grayscale(1)
    }

    section.hero-single
    .copy {
        font-size: calc(35px + 15 * ((100vw - 420px) / 860));
        font-size: calc(2.1875rem + 15 * ((100vw - 26.25rem) / 860));
        line-height: 1.1
    }

        section.hero-single .copy
        b {
            font-weight: 615
        }

    section.hero-single
    .copy {
        margin-bottom: 70px
    }

    section.hero-single .categories-list {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 615;
        text-transform: uppercase;
        opacity: .25;
        line-height: 1.25;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        opacity: 1;
        margin-bottom: 50px
    }

        section.hero-single .categories-list
        a {
            color: #000;
            font-weight: 700;
            display: inline-block
        }

            section.hero-single .categories-list a:hover {
                animation: b .9s cubic-bezier(.5,0,.5,1) both;
                animation-delay: calc(.2s * var(--random))
            }

            section.hero-single .categories-list a:not(:last-child):after {
                content: "|";
                display: inline-block;
                margin: 0 5px;
                opacity: .25
            }

        section.hero-single .categories-list
        span {
            font-weight: 400
        }

    section.hero-single .image-wrapper {
        position: relative;
        overflow: hidden;
        padding-bottom: 50%;
        max-height: 100vh
    }

    section.hero-single .image-src {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover
    }

        section.hero-single .image-src:before {
            content: "";
            background: #000;
            opacity: .25;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 100%
        }

    section.hero-single.view-detect {
        opacity: 0;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
    }

        section.hero-single.view-detect.viewed {
            opacity: 1
        }

section.hero-solution {
    background-color: #000;
    position: relative
}

    section.hero-solution:before {
        content: "";
        position: absolute;
        background-color: #f9f9f9;
        height: 20%;
        width: 100%;
        bottom: 0;
        left: 0
    }

    section.hero-solution
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    section.hero-solution
    hgroup {
        background-color: #000;
        padding-top: 240px;
        text-align: center
    }

    section.hero-solution
    .media {
        margin-top: 100px;
        overflow: hidden
    }

    section.hero-solution .play-icon {
        position: absolute;
        width: 90px;
        height: 90px;
        line-height: 105px;
        line-height: 6.5625rem;
        border-radius: 50%;
        background-color: #fff;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        z-index: 2;
        transition: all .8s;
        opacity: 1;
        display: block
    }

        section.hero-solution .play-icon:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7.5px 0 7.5px 16px;
            border-color: transparent transparent transparent #000;
            background-blend-mode: multiply;
            position: absolute;
            top: calc(50% - 7.5px);
            left: calc(50% - 8px)
        }

    section.hero-solution .video-link {
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        color: #fff;
        display: block;
        z-index: 3
    }

        section.hero-solution .video-link:hover + .play-icon {
            opacity: 1;
            transform: translate(-50%,-50%) scale(1.2);
            transform-origin: center
        }

    section.hero-solution
    .media {
        width: 100%;
        padding-bottom: 56.25%;
        position: relative
    }

    section.hero-solution .bg-image {
        transform: scale(1);
        transition: all 1s cubic-bezier(.43,.195,.02,1)
    }

        section.hero-solution .bg-image.placeholder {
            background-color: #101010
        }

            section.hero-solution .bg-image.placeholder:after {
                content: "";
                background-image: url(../assets/images/image-icon.svg);
                background-position: 50%;
                background-size: contain;
                background-repeat: no-repeat;
                width: 36px;
                height: 36px;
                position: absolute;
                transform: translate(-50%,-50%);
                top: 50%;
                left: 50%
            }

    section.hero-solution .bg-image, section.hero-solution
    video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover
    }

    section.hero-solution .scroll-down {
        bottom: calc(20% + 125px)
    }

    section.hero-solution.view-detect
    .container {
        opacity: 0;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
    }

    section.hero-solution.view-detect.viewed
    .container {
        opacity: 1
    }

section.hero-standard {
    background-color: #000;
    position: relative;
    padding-top: 180px;
    z-index: 2
}

    section.hero-standard > .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    section.hero-standard .text-column {
        width: 50%;
        padding-right: 10%;
        padding-bottom: 70px
    }

    section.hero-standard .page-title {
        margin-bottom: 50px
    }

    section.hero-standard .underlay-title {
        font-size: calc(52px + 32 * ((100vw - 420px) / 860));
        font-size: calc(3.25rem + 32 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1
    }

        section.hero-standard .underlay-title
        b {
            font-weight: 615
        }

    section.hero-standard .underlay-title {
        line-height: 1.2;
        text-transform: uppercase;
        -webkit-text-stroke-color: #979797;
        -webkit-text-stroke-width: 1px;
        white-space: nowrap;
        color: transparent;
        position: absolute;
        bottom: 40px;
        left: 50px;
        opacity: .35;
        z-index: -1
    }

    section.hero-standard .image-column {
        position: relative;
        overflow: hidden;
        max-width: 670px;
        width: 50%;
        padding-bottom: 60%;
        margin-bottom: -70px
    }

    section.hero-standard .image-src {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        transform: scale(1.25) translateZ(0);
        transition: all 1.3s cubic-bezier(.43,.195,.02,1) .5s
    }

        section.hero-standard .image-src.viewed {
            transform: scale(1) translateZ(0)
        }

    section.hero-standard.view-detect
    .container {
        opacity: 0;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
    }

    section.hero-standard.view-detect .underlay-title {
        opacity: 0;
        transition: opacity .7s cubic-bezier(.77,0,.175,1) 1s
    }

    section.hero-standard.view-detect.viewed
    .container {
        opacity: 1
    }

    section.hero-standard.view-detect.viewed .underlay-title {
        opacity: .35
    }

section.image-and-text-repeatable {
    background-color: #fff;
    color: #000;
    padding: 180px 0;
    margin-bottom: -1px
}

    section.image-and-text-repeatable
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    section.image-and-text-repeatable .content-block {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10%
    }

        section.image-and-text-repeatable .content-block:not(:last-child) {
            margin-bottom: 100px
        }

        section.image-and-text-repeatable .content-block:nth-of-type(2n) {
            flex-flow: row-reverse;
            margin-bottom: 140px
        }

            section.image-and-text-repeatable .content-block:nth-of-type(2n) .image-column:before {
                content: "";
                position: absolute;
                top: auto;
                bottom: -50px;
                right: 0
            }

        section.image-and-text-repeatable .content-block:nth-of-type(odd) .image-wrapper {
            float: right
        }

    section.image-and-text-repeatable
    aside {
        width: 50%
    }

    section.image-and-text-repeatable .image-column {
        position: relative
    }

        section.image-and-text-repeatable .image-column:before {
            content: "";
            position: absolute;
            background-image: url(../assets/images/deco-el-noizy.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 100%;
            width: 346px;
            height: 369px;
            top: -50px;
            right: -50px
        }

    section.image-and-text-repeatable .image-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 550px;
        padding-bottom: 135%
    }

        section.image-and-text-repeatable .image-wrapper.placeholder {
            background-color: #101010
        }

            section.image-and-text-repeatable .image-wrapper.placeholder:after {
                content: "";
                background-image: url(../assets/images/image-icon.svg);
                background-position: 50%;
                background-size: contain;
                background-repeat: no-repeat;
                width: 36px;
                height: 36px;
                position: absolute;
                transform: translate(-50%,-50%);
                top: 50%;
                left: 50%
            }

    section.image-and-text-repeatable .image-src {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        transform: scale(1.25) translateZ(0);
        transition: all 1.3s cubic-bezier(.43,.195,.02,1) .5s
    }

        section.image-and-text-repeatable .image-src.viewed {
            transform: scale(1) translateZ(0)
        }

    section.image-and-text-repeatable .content-column {
        max-width: 490px;
        padding: 0 30px
    }

    section.image-and-text-repeatable .section-subtitle {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.image-and-text-repeatable .section-subtitle:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain;
            background-image: url(../assets/images/arrow01-grey.svg)
        }

    section.image-and-text-repeatable .section-subtitle {
        margin-bottom: 14px
    }

    section.image-and-text-repeatable
    .title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        section.image-and-text-repeatable .title
        b {
            font-weight: 530
        }

    section.image-and-text-repeatable
    .title {
        font-size: calc(24px + 12 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
        margin-bottom: 15px
    }

    section.image-and-text-repeatable
    .copy {
        color: #5d5d5d;
        font-size: 15px;
        font-size: .9375rem
    }

    section.image-and-text-repeatable
    .logos {
        margin-top: 30px
    }

        section.image-and-text-repeatable .logos
        .image {
            max-width: 155px;
            object-fit: contain;
            max-height: 100px;
            padding: 10px 30px 10px 0
        }

section.text-centered + section.image-and-text-repeatable {
    padding-top: 0
}

section.image-and-text-repeatable.view-detect .content-column, section.image-and-text-repeatable.view-detect .image-column {
    opacity: 0;
    transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
}

section.image-and-text-repeatable.view-detect.viewed .content-column, section.image-and-text-repeatable.view-detect.viewed .image-column {
    opacity: 1
}

section.image-and-text {
    background-color: #fff;
    color: #000;
    padding: 140px 0;
    margin-bottom: -1px
}

    section.image-and-text.light
    .button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
        background-size: 200% auto;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        text-transform: uppercase;
        padding: 16px 30px;
        text-align: center;
        border-radius: 50px;
        transition: all 1.25s ease;
        min-width: 200px;
        width: auto;
        cursor: pointer
    }

        section.image-and-text.light .button:hover {
            transition: all 1.25s ease;
            background-position: 100%
        }

            section.image-and-text.light .button:hover
            span {
                animation: b 1s cubic-bezier(.5,0,.5,1) both;
                animation-delay: .2s
            }

    section.image-and-text.light
    .button {
        background: #000;
        color: #fff;
        border: 1px solid hsla(0,0%,100%,.2);
        transition: all .5s ease
    }

        section.image-and-text.light .button:hover {
            background: #fff;
            color: #000;
            border: 1px solid #e9e9e9;
            transition: all .5s ease
        }

    section.image-and-text.dark {
        background-color: #000;
        color: #fff
    }

        section.image-and-text.dark
        .title {
            font-size: calc(24px + 16 * ((100vw - 420px) / 860));
            font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
            font-weight: 300;
            line-height: 1.2
        }

            section.image-and-text.dark .title
            b {
                font-weight: 530
            }

        section.image-and-text.dark
        .copy {
            color: #828282
        }

        section.image-and-text.dark
        .button {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
            background-size: 200% auto;
            font-size: 12px;
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: 1.3px;
            letter-spacing: .08125rem;
            text-transform: uppercase;
            padding: 16px 30px;
            text-align: center;
            border-radius: 50px;
            transition: all 1.25s ease;
            min-width: 200px;
            width: auto;
            cursor: pointer
        }

            section.image-and-text.dark .button:hover {
                transition: all 1.25s ease;
                background-position: 100%
            }

                section.image-and-text.dark .button:hover
                span {
                    animation: b 1s cubic-bezier(.5,0,.5,1) both;
                    animation-delay: .2s
                }

        section.image-and-text.dark
        .button {
            background: #fff;
            color: #000;
            border: 1px solid transparent;
            transition: all .5s ease
        }

            section.image-and-text.dark .button:hover {
                background: #000;
                color: #fff;
                border: 1px solid #fff;
                transition: all .5s ease
            }

        section.image-and-text.dark .image-small {
            border-color: #000
        }

        section.image-and-text.dark .section-subtitle:before {
            filter: invert(.5)
        }

    section.image-and-text
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px;
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10%
    }

        section.image-and-text
        .container.reverse {
            flex-flow: row-reverse
        }

    section.image-and-text
    aside {
        width: 50%
    }

    section.image-and-text .image-column {
        position: relative
    }

        section.image-and-text .image-column.two-images {
            margin-bottom: 70px
        }

    section.image-and-text .image-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 605px;
        padding-bottom: 100%
    }

        section.image-and-text .image-wrapper.portrait_02 {
            padding-bottom: 125%
        }

        section.image-and-text .image-wrapper.placeholder {
            background-color: #101010
        }

            section.image-and-text .image-wrapper.placeholder:after {
                content: "";
                background-image: url(../assets/images/image-icon.svg);
                background-position: 50%;
                background-size: contain;
                background-repeat: no-repeat;
                width: 36px;
                height: 36px;
                position: absolute;
                transform: translate(-50%,-50%);
                top: 50%;
                left: 50%
            }

    section.image-and-text .image-src {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        transform: scale(1.25) translateZ(0);
        transition: all 1.3s cubic-bezier(.43,.195,.02,1) .5s
    }

        section.image-and-text .image-src.viewed {
            transform: scale(1) translateZ(0)
        }

    section.image-and-text .image-small {
        width: 280px;
        height: 280px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        position: absolute;
        left: -75px;
        bottom: -75px;
        border: 10px solid #fff
    }

    section.image-and-text .content-column {
        max-width: 480px
    }

    section.image-and-text .section-subtitle {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.image-and-text .section-subtitle:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain;
            background-image: url(../assets/images/arrow01-grey.svg)
        }

    section.image-and-text .section-subtitle {
        margin-bottom: 14px
    }

    section.image-and-text
    .title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        section.image-and-text .title
        b {
            font-weight: 530
        }

    section.image-and-text
    .title {
        font-size: calc(24px + 12 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
        margin-bottom: 15px
    }

    section.image-and-text
    .copy {
        color: #5d5d5d;
        font-size: 15px;
        font-size: .9375rem
    }

    section.image-and-text .title + .button {
        margin-top: 20px
    }

    section.image-and-text
    .button {
        margin-top: 40px
    }

    section.image-and-text
    .stats {
        margin-top: 90px
    }

    section.image-and-text .underlay-title {
        font-size: calc(52px + 32 * ((100vw - 420px) / 860));
        font-size: calc(3.25rem + 32 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1
    }

        section.image-and-text .underlay-title
        b {
            font-weight: 615
        }

    section.image-and-text .underlay-title {
        line-height: 1.2;
        text-transform: uppercase;
        -webkit-text-stroke-color: #979797;
        -webkit-text-stroke-width: 1px;
        white-space: nowrap;
        color: transparent;
        position: absolute;
        bottom: 240px;
        left: 0;
        opacity: .35
    }

    section.image-and-text.type-2 {
        position: relative
    }

        section.image-and-text.type-2 .image-small {
            display: none
        }

        section.image-and-text.type-2
        .container {
            align-items: self-start
        }

        section.image-and-text.type-2 .content-column {
            margin-top: 40px
        }

        section.image-and-text.type-2 .image-wrapper {
            padding-bottom: 112%
        }

        section.image-and-text.type-2 .image-big {
            max-width: 510px;
            margin-left: auto;
            margin-right: auto;
            right: 0
        }

        section.image-and-text.type-2
        .stats {
            margin-top: 30px;
            justify-content: flex-start
        }

        section.image-and-text.type-2 .image-small.type-2 {
            width: 100%;
            max-width: 400px;
            height: 400px;
            margin-top: 70px;
            position: static;
            border: none;
            display: block
        }

section.text-centered + section.image-and-text.overlayed, section.two-columns-content + section.image-and-text.overlayed {
    position: relative;
    z-index: 2;
    background-color: transparent;
    padding-bottom: 70px;
    color: #000
}

    section.text-centered + section.image-and-text.overlayed .image-column, section.two-columns-content + section.image-and-text.overlayed .image-column {
        margin-top: -100px
    }

    section.text-centered + section.image-and-text.overlayed .container, section.two-columns-content + section.image-and-text.overlayed
    .container {
        position: relative
    }

    section.text-centered + section.image-and-text.overlayed:before, section.two-columns-content + section.image-and-text.overlayed:before {
        content: "";
        background-color: #fff;
        overflow: hidden;
        top: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        width: 75%;
        right: 0;
        left: auto
    }

    section.text-centered + section.image-and-text.overlayed.dark, section.two-columns-content + section.image-and-text.overlayed.dark {
        background-color: #000
    }

section.text-centered:not(.has-graphics):not(.has-glow) + section.image-and-text.light {
    padding-top: 40px
}

section.values-slider + section.image-and-text.light {
    position: relative;
    overflow: hidden
}

    section.values-slider + section.image-and-text.light:after {
        content: "";
        background-image: url(../assets/images/dots-sphere.png);
        width: 600px;
        height: 600px;
        top: -300px;
        right: -300px;
        position: absolute
    }

section.text-centered.overview + section.image-and-text, section.two-columns-content.overview + section.image-and-text {
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
    color: #000
}

    section.text-centered.overview + section.image-and-text.dark, section.two-columns-content.overview + section.image-and-text.dark {
        background-color: #000
    }

    section.text-centered.overview + section.image-and-text:before, section.two-columns-content.overview + section.image-and-text:before {
        content: "";
        height: calc(100% + 220px);
        top: -100px;
        background-color: #fff;
        position: absolute;
        width: 70%;
        right: 0;
        left: auto
    }

    section.text-centered.overview + section.image-and-text + section, section.two-columns-content.overview + section.image-and-text + section {
        padding-top: 320px
    }

section.image-and-text.view-detect:before {
    width: 0
}

section.image-and-text.view-detect .content-column, section.image-and-text.view-detect .image-column, section.image-and-text.view-detect:before {
    opacity: 0;
    transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
}

section.image-and-text.view-detect.viewed:before {
    opacity: 1;
    width: 70%
}

section.image-and-text.view-detect.viewed .content-column, section.image-and-text.view-detect.viewed .image-column {
    opacity: 1
}

section.image-text-accordion {
    color: #000;
    position: relative;
    padding: 100px 0
}

    section.image-text-accordion.full-width:before {
        width: 100%
    }

    section.image-text-accordion:before {
        content: "";
        background-color: #fff;
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        left: auto;
        width: 70%
    }

    section.image-text-accordion .titles-wrapper {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 880px;
        text-align: center;
        position: relative;
        z-index: 2;
        margin-bottom: 15em;
    }

    section.image-text-accordion .section-subtitle {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.image-text-accordion .section-subtitle:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain
        }

    section.image-text-accordion
    .title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        section.image-text-accordion .title
        b {
            font-weight: 530
        }

    section.image-text-accordion
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative
    }

    section.image-text-accordion
    aside {
        width: 50%
    }

    section.image-text-accordion
    .images {
        overflow: hidden;
        position: relative;
        padding-bottom: 62.5%
    }

body.page-template-template_primary_solution section.image-text-accordion
.images {
    padding-bottom: 50%
}

section.image-text-accordion .flickity-viewport {
    position: absolute;
    width: 100%
}

section.image-text-accordion .image-src {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a0a0a0;
    transition: opacity .45s ease,transform .75s cubic-bezier(.28,.44,.49,1);
    transform: scale(1.2);
    will-change: transform;
    opacity: 0 !important
}

    section.image-text-accordion .image-src.is-current {
        transform: scale(1.2)
    }

    section.image-text-accordion .image-src.is-selected {
        width: 100%;
        transform: translateX(0) scale(1);
        opacity: 1 !important;
        z-index: 2
    }

section.image-text-accordion .scroll-left .image-src.is-inactive {
    transform: translateX(100%) scale(.8);
    transition: transform .3s cubic-bezier(.28,.44,.49,1);
    opacity: 1;
    z-index: 1
}

section.image-text-accordion .scroll-right .image-src.is-inactive {
    transform: translateX(-100%) scale(.8);
    transition: transform .3s cubic-bezier(.28,.44,.49,1);
    opacity: 1
}

section.image-text-accordion
.content {
    padding-left: 8%
}

section.image-text-accordion
.accordion {
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    position: relative
}

    section.image-text-accordion .accordion:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #000;
        transition: .5s
    }

    section.image-text-accordion .accordion:hover:after {
        width: 100%
    }

    section.image-text-accordion .accordion.is-current:after {
        opacity: 1
    }

    section.image-text-accordion .accordion.is-current .accordion-title {
        transform: translateX(40px);
        font-weight: 700
    }

        section.image-text-accordion .accordion.is-current .accordion-title:before {
            transition: all .5s ease .3s;
            transform: translateX(-100%);
            visibility: visible;
            opacity: 1
        }

    section.image-text-accordion .accordion.is-current .accordion-content {
        max-height: 100vh;
        opacity: 1;
        padding: 0 0 55px 40px;
        transition: all .75s ease-in-out
    }

section.image-text-accordion .accordion-title {
    font-size: calc(22px + 8 * ((100vw - 420px) / 860));
    font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: .5px;
    letter-spacing: .03125rem
}

    section.image-text-accordion .accordion-title
    b {
        font-weight: 615
    }

section.image-text-accordion .accordion-title {
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s ease
}

    section.image-text-accordion .accordion-title:before {
        content: "";
        position: absolute;
        top: 6px;
        left: -10px;
        background-image: url(../assets/images/arrow-right02.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 29px;
        height: 19px;
        transform: translateX(-120%);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        will-change: transform
    }

    section.image-text-accordion .accordion-title:hover {
        transform: translateX(40px);
        font-weight: 700
    }

        section.image-text-accordion .accordion-title:hover:before {
            transition: all .5s ease .3s;
            transform: translateX(-100%);
            visibility: visible;
            opacity: 1
        }

section.image-text-accordion
.copy {
    color: #5d5d5d
}

section.image-text-accordion .accordion-content {
    padding: 0 0 0 55px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease
}

section.image-text-accordion
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
    background-size: 200% auto;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    letter-spacing: .08125rem;
    text-transform: uppercase;
    padding: 16px 30px;
    text-align: center;
    border-radius: 50px;
    transition: all 1.25s ease;
    min-width: 200px;
    width: auto;
    cursor: pointer
}

    section.image-text-accordion .button:hover {
        transition: all 1.25s ease;
        background-position: 100%
    }

        section.image-text-accordion .button:hover
        span {
            animation: b 1s cubic-bezier(.5,0,.5,1) both;
            animation-delay: .2s
        }

section.image-text-accordion
.button {
    background: #000;
    color: #fff;
    border: 1px solid hsla(0,0%,100%,.2);
    transition: all .5s ease
}

    section.image-text-accordion .button:hover {
        background: #fff;
        color: #000;
        border: 1px solid #e9e9e9;
        transition: all .5s ease
    }

section.image-text-accordion
.button {
    margin-top: 20px
}

body.page-template-template_solution section.image-text-accordion {
    background-color: #f9f9f9
}

    body.page-template-template_solution section.image-text-accordion:before {
        height: calc(100% + 220px);
        top: -100px
    }

    body.page-template-template_solution section.image-text-accordion + section {
        padding-top: 320px
    }

body.page-template-template_primary_solution section.image-text-accordion {
    background-color: #000;
    padding-top: 370px;
    padding-bottom: 160px;
    color: #fff
}

    body.page-template-template_primary_solution section.image-text-accordion
    .copy {
        color: #fff
    }

    body.page-template-template_primary_solution section.image-text-accordion:before {
        content: none
    }

    body.page-template-template_primary_solution section.image-text-accordion:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../assets/images/bg-top-glow.png);
        background-color: #000;
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100% 50%;
        transform-origin: top right;
        animation: c 6s cubic-bezier(.5,0,.5,1) infinite
    }

    body.page-template-template_primary_solution section.image-text-accordion
    .container {
        flex-flow: row-reverse;
        position: relative;
        z-index: 2
    }

    body.page-template-template_primary_solution section.image-text-accordion
    .content {
        padding-right: 8%;
        padding-left: 0
    }

    body.page-template-template_primary_solution section.image-text-accordion
    .accordion {
        border-color: hsla(0,0%,100%,.2)
    }

        body.page-template-template_primary_solution section.image-text-accordion .accordion:after {
            background-color: #fff
        }

    body.page-template-template_primary_solution section.image-text-accordion .accordion-title:before {
        filter: invert(1)
    }

section.logos-ticker {
    padding: 45px 0 90px;
    background-color: #fff;
    margin-top: -1px
}

    section.logos-ticker
    .title {
        position: relative;
        text-align: center;
        margin-bottom: 90px
    }

        section.logos-ticker .title
        span {
            display: inline-block;
            position: relative;
            font-size: 11px;
            font-size: .6875rem;
            font-weight: 615;
            text-transform: uppercase;
            opacity: .25;
            line-height: 1.25;
            letter-spacing: 1.2px;
            letter-spacing: .075rem;
            padding: 5px 20px;
            background-color: #fff;
            color: #262831;
            opacity: 1
        }

        section.logos-ticker .title:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            background-color: #f0f0f0;
            height: 1px
        }

    section.logos-ticker
    .logos {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        position: relative
    }

        section.logos-ticker .logos
        img {
            object-fit: contain;
            margin: auto
        }

    section.logos-ticker .slick-track {
        display: flex;
        align-items: center
    }

    section.logos-ticker .slick-slide {
        opacity: .1;
        transition: opacity .6s ease;
        display: flex;
        justify-content: center;
        align-items: center
    }

    section.logos-ticker .slick-active {
        opacity: 1;
        transition: opacity .6s ease
    }

    section.logos-ticker.view-detect
    .container {
        opacity: 0;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
    }

    section.logos-ticker.view-detect.viewed
    .container {
        opacity: 1
    }

.page-template-template_looking_glass
main.base {
    /*background:url(../assets/images/bg-looking-glass-bl.jpg) 0 100%/contain no-repeat,url(../assets/images/bg-looking-glass-tr.jpg) 100% 0/contain no-repeat;*/
    background: url(../assets/images/bg-looking-glass-tr.jpg) 100% 0/contain no-repeat;
    background-color: #000
}

section.looking-glass {
    color: #fff;
    padding: 150px 0 70px;
    position: relative;
    z-index: 1
}

    section.looking-glass
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    section.looking-glass
    .title {
        font-size: calc(42px + 42 * ((100vw - 768px) / 512));
        font-size: calc(2.625rem + 42 * ((100vw - 48rem) / 512));
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        font-weight: 300
    }

    section.looking-glass
    .desc {
        font-size: calc(14px + 1 * ((100vw - 768px) / 512));
        font-size: calc(.875rem + 1 * ((100vw - 48rem) / 512));
        font-weight: 300;
        line-height: 1.6;
        max-width: 577px;
        margin: 0 auto;
        text-align: center
    }

    section.looking-glass .form-block {
        display: flex;
        align-items: center;
        position: relative;
        max-width: 635px;
        margin: 40px auto;
        flex-wrap: wrap
    }

        section.looking-glass .form-block
        .item {
            position: relative;
            display: flex;
            background: #0f0f0f;
            border: 1px solid hsla(0,0%,91%,.05);
            align-items: center;
            height: 50px;
            padding-top: 18px;
            padding-right: 17px;
            padding-left: 20px;
            flex: 0 0 100%;
            border-radius: 100px;
            margin-bottom: 10px;
            max-width: 100%
        }

            section.looking-glass .form-block .item.on-active
            .label {
                transform: translateY(-7px)
            }

            section.looking-glass .form-block .item
            .label {
                position: absolute;
                top: 50%;
                font-weight: 700;
                font-size: calc(9px + 2 * ((100vw - 768px) / 512));
                font-size: calc(.5625rem + 2 * ((100vw - 48rem) / 512));
                text-transform: uppercase;
                margin-top: -.6em;
                line-height: 1.2;
                opacity: .25;
                transition: transform .4s ease-in-out;
                pointer-events: none
            }

            section.looking-glass .form-block .item .dk-select {
                position: static;
                width: 100%;
                font-size: calc(13px + 2 * ((100vw - 768px) / 512));
                font-size: calc(.8125rem + 2 * ((100vw - 48rem) / 512));
                font-weight: 500;
                letter-spacing: .428571px;
                letter-spacing: .02679rem
            }

                section.looking-glass .form-block .item .dk-select.dk-select-open-down:after, section.looking-glass .form-block .item .dk-select.dk-select-open-up:after {
                    transform: rotate(180deg)
                }

                section.looking-glass .form-block .item .dk-select.dk-select-open-down .dk-select-options {
                    margin-top: 3px
                }

                section.looking-glass .form-block .item .dk-select.dk-select-open-up .dk-select-options {
                    margin-bottom: 3px
                }

                section.looking-glass .form-block .item .dk-select:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%
                }

                section.looking-glass .form-block .item .dk-select:after {
                    content: "";
                    position: absolute;
                    margin: 0;
                    top: 50%;
                    right: 17px;
                    border: none;
                    font-size: 20px;
                    font-size: 1.25rem;
                    margin-top: -.5em;
                    width: 1em;
                    height: 1em;
                    background: url(../assets/images/dropdown-arrow.svg) 50%/contain no-repeat;
                    transition: transform .4s ease-in-out
                }

                section.looking-glass .form-block .item .dk-select .dk-selected {
                    background: transparent;
                    border: none;
                    border-radius: 0;
                    padding: 0 30px 0 0
                }

                    section.looking-glass .form-block .item .dk-select .dk-selected:after, section.looking-glass .form-block .item .dk-select .dk-selected:before {
                        display: none
                    }

                section.looking-glass .form-block .item .dk-select .dk-select-options {
                    background: #0f0f0f;
                    border: 1px solid hsla(0,0%,91%,.05);
                    left: -1px;
                    width: calc(100% + 2px);
                    padding: 5px 0;
                    line-height: 1.06
                }

                    section.looking-glass .form-block .item .dk-select .dk-select-options .dk-option {
                        font: inherit;
                        padding: 10px 15px;
                        transition: color .3s ease-in-out
                    }

                        section.looking-glass .form-block .item .dk-select .dk-select-options .dk-option.dk-option-highlight, section.looking-glass .form-block .item .dk-select .dk-select-options .dk-option.dk-option-selected {
                            background: none;
                            color: #5d5d5d
                        }

                section.looking-glass .form-block .item .dk-select
                select {
                    background: transparent
                }

                section.looking-glass .form-block .item .dk-select select, section.looking-glass .form-block .item input[type=text] {
                    color: #fff;
                    font-size: calc(13px + 2 * ((100vw - 768px) / 512));
                    font-size: calc(.8125rem + 2 * ((100vw - 48rem) / 512));
                    font-weight: 500;
                    letter-spacing: .428571px;
                    letter-spacing: .02679rem;
                    width: 100%
                }

            section.looking-glass .form-block .item input[type=text] {
                -webkit-appearance: none;
                appearance: none;
                background: none;
                border: none;
                outline: none;
                border-radius: 0;
                padding-top: 20px;
                margin-top: -20px
            }

                section.looking-glass .form-block .item input[type=text]:-webkit-autofill {
                    background: none !important;
                    color: #fff !important
                }

        section.looking-glass .form-block .d-none, section.looking-glass .form-block .help-button {
            display: none
        }

    section.looking-glass .help-button {
        position: absolute;
        top: 50%;
        left: 100%;
        font-weight: 500;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.538em;
        height: 1.538em;
        border-radius: 50%;
        background: #2b2827;
        color: #fff;
        margin-top: -.769em;
        padding-top: .3em;
        margin-left: 15px;
        cursor: pointer
    }

    section.looking-glass .go-button-block {
        position: relative
    }

        section.looking-glass .go-button-block .help-button {
            display: flex;
            left: 50%;
            margin-left: 125px
        }

    section.looking-glass .go-button {
        display: block;
        margin: 0 auto;
        -webkit-appearance: none;
        appearance: none;
        background: none;
        border: none;
        outline: none;
        border-radius: 0;
        cursor: pointer;
        font-size: 180px;
        font-size: 11.25rem
    }

        section.looking-glass .go-button
        svg {
            display: block;
            width: 1em;
            height: 1em
        }

            section.looking-glass .go-button svg .circle1, section.looking-glass .go-button svg .circle2, section.looking-glass .go-button svg
            .circle3 {
                animation: e 6s ease-in-out infinite
            }

            section.looking-glass .go-button svg
            .circle2 {
                animation-delay: 2s
            }

            section.looking-glass .go-button svg
            .circle3 {
                animation-delay: 4s
            }

            section.looking-glass .go-button svg
            circle {
                transform-origin: 50% 50%
            }

        section.looking-glass .go-button.loading svg .circle1, section.looking-glass .go-button.loading svg .circle2, section.looking-glass .go-button.loading svg
        .circle3 {
            animation-duration: 3s
        }

        section.looking-glass .go-button.loading svg
        .circle2 {
            animation-delay: 1s
        }

        section.looking-glass .go-button.loading svg
        .circle3 {
            animation-delay: 2s
        }

    section.looking-glass .bottom-block {
        font-size: calc(14px + 1 * ((100vw - 768px) / 512));
        font-size: calc(.875rem + 1 * ((100vw - 48rem) / 512));
        font-weight: 300;
        line-height: 1.6;
        text-align: center;
        margin-top: 50px
    }

        section.looking-glass .bottom-block
        b {
            font-weight: 500
        }

    section.looking-glass .actions-block {
        position: relative;
        max-width: 633px;
        margin: 0 auto
    }

    section.looking-glass .result-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none
    }

        section.looking-glass .result-block .output p kbd, section.looking-glass .result-block .pre-scrollable {
            position: relative;
            display: block;
            font-family: Space Mono;
            background: #000;
            border-radius: 8px;
            font-size: 12px;
            font-size: .75rem;
            padding: 10px 15px
        }

            section.looking-glass .result-block .output p kbd:after, section.looking-glass .result-block .pre-scrollable:after {
                content: "";
                position: absolute;
                top: -1px;
                left: -1px;
                right: -1px;
                bottom: -1px;
                background: #40dbb5;
                z-index: -1;
                border-radius: 8px;
                background: linear-gradient(69deg,#40dbb5,#03c7fd)
            }

        section.looking-glass .result-block .output
        p {
            margin-bottom: 20px
        }

        section.looking-glass .result-block .reset-button {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
            background-size: 200% auto;
            font-size: 12px;
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: 1.3px;
            letter-spacing: .08125rem;
            text-transform: uppercase;
            padding: 16px 30px;
            text-align: center;
            border-radius: 50px;
            transition: all 1.25s ease;
            min-width: 200px;
            width: auto;
            cursor: pointer
        }

            section.looking-glass .result-block .reset-button:hover {
                transition: all 1.25s ease;
                background-position: 100%
            }

                section.looking-glass .result-block .reset-button:hover
                span {
                    animation: b 1s cubic-bezier(.5,0,.5,1) both;
                    animation-delay: .2s
                }

        section.looking-glass .result-block .reset-button {
            background: #fff;
            color: #000;
            border: 1px solid transparent;
            transition: all .5s ease
        }

            section.looking-glass .result-block .reset-button:hover {
                background: #000;
                color: #fff;
                border: 1px solid #fff;
                transition: all .5s ease
            }

        section.looking-glass .result-block .reset-button {
            margin-top: 50px;
            width: 100%
        }

    section.looking-glass .help-popup-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        padding: 15px;
        overflow: auto;
        display: none
    }

        section.looking-glass .help-popup-block
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: .5;
            cursor: pointer
        }

        section.looking-glass .help-popup-block
        .wrap {
            position: absolute;
            top: 130px;
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            color: #252525;
            margin: auto;
            max-width: 644px;
            padding: 30px
        }

        section.looking-glass .help-popup-block
        .close {
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 16px;
            font-size: 1rem;
            background: url(../assets/images/close-icon.svg) 50%/contain no-repeat;
            width: 1em;
            height: 1em;
            cursor: pointer
        }

        section.looking-glass .help-popup-block
        h4 {
            font-size: calc(22px + 8 * ((100vw - 420px) / 860));
            font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
            font-weight: 600;
            line-height: 1.05;
            letter-spacing: .5px;
            letter-spacing: .03125rem
        }

            section.looking-glass .help-popup-block h4
            b {
                font-weight: 615
            }

        section.looking-glass .help-popup-block
        h4 {
            margin-bottom: .6em
        }

            section.looking-glass .help-popup-block h4
            .badge {
                font-family: Space Mono;
                background: #252525;
                border-radius: 5px;
                color: #fff;
                padding: .4em .7em;
                font-size: .4em;
                vertical-align: middle
            }

        section.looking-glass .help-popup-block
        .description {
            margin-bottom: 30px
        }

        section.looking-glass .help-popup-block .parameter-desc
        ul {
            font-size: calc(13px + 2 * ((100vw - 420px) / 860));
            font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
            line-height: 1.75;
            color: #5d5d5d
        }

            section.looking-glass .help-popup-block .parameter-desc ul
            b {
                font-weight: 530
            }

        section.looking-glass .help-popup-block .parameter-desc
        ul {
            margin-bottom: 30px
        }

            section.looking-glass .help-popup-block .parameter-desc ul
            li {
                margin-bottom: 4px;
                margin-left: 20px;
                padding-left: 20px;
                position: relative
            }

                section.looking-glass .help-popup-block .parameter-desc ul li:before {
                    content: "•";
                    position: absolute;
                    top: -7px;
                    font-size: 24px;
                    font-size: 1.5rem;
                    left: 0;
                    color: #000
                }

            section.looking-glass .help-popup-block .parameter-desc ul > li, section.looking-glass .help-popup-block .parameter-desc ul ul ol li, section.looking-glass .help-popup-block .parameter-desc ul ul ul
            li {
                list-style-type: none
            }

        section.looking-glass .help-popup-block .parameter-desc
        ul {
            margin: 10px 0
        }

        section.looking-glass .help-popup-block .parameter-desc
        ol {
            font-size: calc(13px + 2 * ((100vw - 420px) / 860));
            font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
            line-height: 1.75;
            color: #5d5d5d
        }

            section.looking-glass .help-popup-block .parameter-desc ol
            b {
                font-weight: 530
            }

        section.looking-glass .help-popup-block .parameter-desc
        ol {
            margin-bottom: 30px
        }

            section.looking-glass .help-popup-block .parameter-desc ol
            li {
                margin-bottom: 4px;
                margin-left: 45px
            }

            section.looking-glass .help-popup-block .parameter-desc ol > li {
                list-style-type: decimal
            }

            section.looking-glass .help-popup-block .parameter-desc ol ol ol li, section.looking-glass .help-popup-block .parameter-desc ol ol ul
            li {
                list-style-type: lower-latin
            }

        section.looking-glass .help-popup-block .parameter-desc
        ol {
            margin: 10px 0
        }

        section.looking-glass .help-popup-block .parameter-desc
        a {
            color: inherit;
            text-decoration: underline
        }

            section.looking-glass .help-popup-block .parameter-desc a:hover {
                cursor: pointer;
                text-decoration: none
            }

section.media-carousel {
    display: block;
    color: #000;
    margin-top: 120px
}

body.page-template-template_primary_solution section.media-carousel, body.page-template-template_solution section.media-carousel {
    padding: 120px 0;
    margin: 0;
    background-color: #000;
    color: #fff
}

section.media-carousel
.container {
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
    max-width: 1280px
}

section.media-carousel .section-subtitle {
    margin-bottom: 0;
    text-align: center
}

    section.media-carousel .section-subtitle
    span {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.media-carousel .section-subtitle span:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain
        }

    section.media-carousel .section-subtitle
    span {
        margin-bottom: 10px
    }

section.media-carousel .section-title {
    font-size: calc(28px + 18 * ((100vw - 370px) / 910));
    font-size: calc(1.75rem + 18 * ((100vw - 23.125rem) / 910));
    line-height: 1.2;
    font-weight: 300
}

    section.media-carousel .section-title
    b {
        font-weight: 615
    }

section.media-carousel .section-title {
    text-align: center;
    margin-bottom: 80px
}

section.media-carousel .carousel .flickity-button {
    -webkit-appearance: none;
    appearance: none;
    background: #000;
    border-radius: 100%;
    box-shadow: none;
    cursor: pointer;
    opacity: 1;
    outline: none;
    overflow: hidden;
    top: auto;
    bottom: 20px;
    left: auto;
    width: 40px;
    height: 40px;
    transform: none;
    transition: all .6s ease 0s;
    top: calc(50% - 31px);
    border: 1px solid hsla(0,0%,100%,.45)
}

    section.media-carousel .carousel .flickity-button .flickity-button-icon {
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 15px;
        height: 15px;
        transition: transform .6s ease .15s
    }

    section.media-carousel .carousel .flickity-button
    svg {
        transition: all .6s ease 0s
    }

        section.media-carousel .carousel .flickity-button svg
        path {
            fill: #000;
            transition: all .6s ease 0s
        }

    section.media-carousel .carousel .flickity-button:after {
        background: #000;
        content: "";
        margin: auto;
        opacity: 0;
        top: calc(50% - 1px);
        right: 0;
        left: 0;
        position: absolute;
        width: 0;
        height: 2px;
        transition: all .6s ease 0s
    }

    section.media-carousel .carousel .flickity-button:disabled {
        background-color: #000
    }

        section.media-carousel .carousel .flickity-button:disabled:after, section.media-carousel .carousel .flickity-button:disabled
        svg {
            opacity: .35
        }

    section.media-carousel .carousel .flickity-button:not(:hover) svg
    path {
        fill: #fff
    }

    section.media-carousel .carousel .flickity-button:not(:hover):after {
        background: #000
    }

    section.media-carousel .carousel .flickity-button:not(:disabled):active, section.media-carousel .carousel .flickity-button:not(:disabled):hover {
        background-color: #fff;
        border-color: transparent
    }

        section.media-carousel .carousel .flickity-button:not(:disabled):active .flickity-button-icon, section.media-carousel .carousel .flickity-button:not(:disabled):hover .flickity-button-icon {
            transition-delay: .15s
        }

        section.media-carousel .carousel .flickity-button:not(:disabled):active:after, section.media-carousel .carousel .flickity-button:not(:disabled):hover:after {
            opacity: 1;
            transition-delay: 0s;
            width: 20px
        }

        section.media-carousel .carousel .flickity-button:not(:disabled):active.previous .flickity-button-icon, section.media-carousel .carousel .flickity-button:not(:disabled):hover.previous .flickity-button-icon {
            transform: translateX(-7px)
        }

        section.media-carousel .carousel .flickity-button:not(:disabled):active.next .flickity-button-icon, section.media-carousel .carousel .flickity-button:not(:disabled):hover.next .flickity-button-icon {
            transform: translateX(7px)
        }

    section.media-carousel .carousel .flickity-button.previous {
        left: 4vw
    }

    section.media-carousel .carousel .flickity-button.next {
        right: 4vw
    }

section.media-carousel
.carousel {
    position: relative
}

    section.media-carousel .carousel:focus {
        outline: 0
    }

    section.media-carousel .carousel.is-draggable {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        section.media-carousel .carousel.is-draggable .flickity-viewport {
            cursor: move;
            cursor: grab
        }

            section.media-carousel .carousel.is-draggable .flickity-viewport.is-pointer-down {
                cursor: grabbing
            }

    section.media-carousel .carousel .flickity-viewport {
        height: 100%;
        overflow: hidden;
        position: relative
    }

    section.media-carousel .carousel .flickity-slider {
        position: absolute;
        width: 100%;
        height: 100%
    }

    section.media-carousel .carousel .flickity-prev-next-button {
        position: absolute
    }

        section.media-carousel .carousel .flickity-prev-next-button:disabled {
            cursor: not-allowed
        }

    section.media-carousel .carousel .flickity-page-dots {
        bottom: 55px;
        width: auto;
        margin: auto;
        left: 0;
        right: 0
    }

        section.media-carousel .carousel .flickity-page-dots
        .dot {
            width: 35px;
            height: 2px;
            background-color: #8a8a8a;
            border-radius: 0;
            opacity: 1;
            margin: 0 6px
        }

            section.media-carousel .carousel .flickity-page-dots .dot.is-selected {
                background-color: #fff
            }

    section.media-carousel .carousel.one-slide .flickity-button, section.media-carousel .carousel.one-slide .flickity-page-dots {
        display: none
    }

    section.media-carousel .carousel
    .slide {
        background: #e9e9e9;
        overflow: hidden;
        padding-bottom: 62.5%;
        position: relative;
        width: 100%;
        height: 0
    }

    section.media-carousel .carousel .media-wrap {
        padding-bottom: inherit;
        width: inherit;
        height: inherit
    }

    section.media-carousel .carousel
    video {
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    section.media-carousel .carousel
    .image {
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        transition: opacity .8s;
        opacity: 0
    }

        section.media-carousel .carousel .image:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: .25;
            top: 0;
            left: 0
        }

        section.media-carousel .carousel .image.flickity-bg-lazyerror, section.media-carousel .carousel .image.flickity-bg-lazyloaded {
            opacity: 1
        }

section.network-diagram {
    background-color: #000;
    color: #fff;
    position: relative;
    padding: 80px 0;
    text-align: center;
    overflow: hidden
}

    section.network-diagram .diagram-wrap {
        padding: 0 15px
    }

    section.network-diagram
    .diagram {
        position: relative;
        max-width: 1304px;
        margin: auto
    }

        section.network-diagram .diagram > svg {
            max-width: 100%;
            display: block;
            margin: auto;
            height: auto
        }

            section.network-diagram .diagram > svg [id^=C--MAIN] {
                cursor: pointer
            }

        section.network-diagram .diagram
        svg.animation {
            display: block;
            position: absolute;
            width: 15%;
            height: auto;
            border-radius: 50%;
            z-index: 2
        }

            section.network-diagram .diagram svg.animation .circle1, section.network-diagram .diagram svg.animation .circle2, section.network-diagram .diagram svg.animation
            .circle3 {
                animation: e 6s ease-in-out infinite
            }

            section.network-diagram .diagram svg.animation
            .circle2 {
                animation-delay: 2s
            }

            section.network-diagram .diagram svg.animation
            .circle3 {
                animation-delay: 4s
            }

            section.network-diagram .diagram svg.animation
            circle {
                transform-origin: 50% 50%
            }

    section.network-diagram .anim-circle-1 {
        top: -3.25%;
        left: 41.25%
    }

    section.network-diagram .anim-circle-2 {
        top: 35.1%;
        left: 29%;
        cursor: pointer
    }

    section.network-diagram .anim-circle-3 {
        top: 35.1%;
        left: 53.35%;
        cursor: pointer
    }

    section.network-diagram:before {
        top: -25%;
        right: 0;
        background-image: url(../assets/images/bg-top-glow.png);
        background-position: top;
        background-size: cover;
        transform-origin: top right;
        animation: c 6s cubic-bezier(.5,0,.5,1) infinite
    }

    section.network-diagram:after, section.network-diagram:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat
    }

    section.network-diagram:after {
        top: 0;
        left: 0;
        background-image: url(../assets/images/bg-bottom-glow.png);
        background-position: 0 100%;
        background-size: contain;
        animation: c 5s cubic-bezier(.5,0,.5,1) infinite
    }

    section.network-diagram #diagram.left-active path[id*=-left], section.network-diagram #diagram.right-active path[id*=-right] {
        animation: b 1.5s cubic-bezier(.5,0,.5,1) both;
        animation-delay: calc(.5s * var(--random) + .4s)
    }

    section.network-diagram .mobile-content {
        display: none
    }

    section.network-diagram
    .button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
        background-size: 200% auto;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        text-transform: uppercase;
        padding: 16px 30px;
        text-align: center;
        border-radius: 50px;
        transition: all 1.25s ease;
        min-width: 200px;
        width: auto;
        cursor: pointer
    }

        section.network-diagram .button:hover {
            transition: all 1.25s ease;
            background-position: 100%
        }

            section.network-diagram .button:hover
            span {
                animation: b 1s cubic-bezier(.5,0,.5,1) both;
                animation-delay: .2s
            }

    section.network-diagram
    .title {
        font-size: calc(28px + 18 * ((100vw - 370px) / 910));
        font-size: calc(1.75rem + 18 * ((100vw - 23.125rem) / 910));
        line-height: 1.2;
        font-weight: 300
    }

        section.network-diagram .title
        b {
            font-weight: 615
        }

    section.network-diagram
    .title {
        margin-bottom: 25px
    }

.page-template-template_standard .fancybox-image {
    padding: 10px 0;
    background-color: #000 !important
}

section.positions {
    background-color: #000;
    color: #fff;
    position: relative;
    padding: 160px 0
}

    section.positions:before {
        right: 0;
        background-image: url(../assets/images/bg-top-glow.png);
        background-position: top;
        background-size: cover;
        transform-origin: top right;
        animation: c 6s cubic-bezier(.5,0,.5,1) infinite
    }

    section.positions:after, section.positions:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat
    }

    section.positions:after {
        left: 0;
        background-image: url(../assets/images/bg-bottom-glow.png);
        background-position: 0 100%;
        background-size: contain;
        animation: c 5s cubic-bezier(.5,0,.5,1) infinite
    }

    section.positions .section-subtitle {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.positions .section-subtitle:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain;
            background-image: url(../assets/images/arrow01-grey.svg)
        }

    section.positions
    .title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        section.positions .title
        b {
            font-weight: 530
        }

    section.positions
    .copy {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.75;
        opacity: .8;
        color: #e9e9e9
    }

    section.positions
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2
    }

    section.positions .left-col {
        width: 40%;
        padding-right: 40px
    }

    section.positions .right-col {
        width: 58%
    }

    section.positions .tabs-titles {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 15px
    }

        section.positions .tabs-titles
        li {
            display: block;
            font-size: 12px;
            font-size: .75rem;
            letter-spacing: 1.19px;
            letter-spacing: .07438rem;
            opacity: .25;
            text-transform: uppercase;
            margin-right: 25px;
            font-weight: 600;
            position: relative;
            transition: all .75s ease;
            cursor: pointer
        }

            section.positions .tabs-titles li:hover {
                opacity: .6
            }

            section.positions .tabs-titles li.is-current {
                opacity: 1;
                cursor: auto
            }

                section.positions .tabs-titles li.is-current:before {
                    content: "";
                    width: 7px;
                    height: 7px;
                    border-radius: 4px;
                    background-color: #42ea95;
                    position: absolute;
                    top: 9px;
                    left: -13px
                }

    section.positions .section-title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        section.positions .section-title
        b {
            font-weight: 530
        }

    section.positions .section-title {
        font-size: calc(24px + 12 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
        text-transform: none;
        margin-bottom: 20px
    }

    section.positions .titles-wrapper {
        max-width: 408px
    }

    section.positions
    .position {
        position: relative;
        padding: 64px 0 40px;
        border-top: 1px solid hsla(0,0%,100%,.1);
        border-bottom: 1px solid hsla(0,0%,100%,.1);
        color: #fff;
        display: none
    }

        section.positions .position:before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 0;
            height: 1px;
            background-color: #fff;
            transition: all .3s cubic-bezier(.77,.2,.05,1)
        }

        section.positions .position:hover:before {
            width: 100%;
            transition: all .7s cubic-bezier(.77,.2,.05,1)
        }

        section.positions .position:hover .link:hover {
            background-color: #fff
        }

            section.positions .position:hover .link:hover:before {
                filter: none
            }

        section.positions .position
        .icon {
            position: relative;
            width: 86px;
            height: 86px;
            border-radius: 50%;
            background-image: linear-gradient(47deg,#40db5c,#03c7fd);
            margin-right: 20px;
            margin-top: -24px
        }

            section.positions .position .icon:before {
                content: "";
                position: absolute;
                background-color: #000;
                border-radius: 50%;
                top: 2px;
                left: 2px;
                width: calc(100% - 4px);
                height: calc(100% - 4px)
            }

            section.positions .position .icon
            img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                max-width: 50px;
                max-height: 50px
            }

        section.positions .position
        .content {
            width: calc(100% - 220px)
        }

        section.positions .position
        .link {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            display: block;
            position: relative;
            border: 1px solid #393939;
            transition: all .4s ease
        }

            section.positions .position .link:before {
                content: "";
                position: absolute;
                top: 20px;
                left: 17px;
                background-image: url(../assets/images/arrow-right02.svg);
                filter: invert(1);
                background-size: contain;
                background-repeat: no-repeat;
                width: 29px;
                height: 19px;
                opacity: 1;
                transition: all .3s ease
            }

        section.positions .position
        .link {
            margin-left: 50px
        }

        section.positions .position
        .title {
            font-size: calc(22px + 8 * ((100vw - 420px) / 860));
            font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
            font-weight: 600;
            line-height: 1.05;
            letter-spacing: .5px;
            letter-spacing: .03125rem
        }

            section.positions .position .title
            b {
                font-weight: 615
            }

        section.positions .position
        .title {
            font-weight: 400;
            margin-bottom: 0;
            text-transform: uppercase
        }

        section.positions .position
        .subtitle {
            color: hsla(0,0%,100%,.25);
            font-family: Space Grotesk;
            font-size: 11px;
            font-size: .6875rem;
            font-weight: 700;
            letter-spacing: .46px;
            letter-spacing: .02875rem
        }

        section.positions .position
        .description {
            font-family: Space Grotesk;
            color: #828282
        }

            section.positions .position .description
            p {
                margin-bottom: 30px
            }

            section.positions .position .description
            ul {
                font-size: calc(13px + 2 * ((100vw - 420px) / 860));
                font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
                line-height: 1.75;
                color: #5d5d5d
            }

                section.positions .position .description ul
                b {
                    font-weight: 530
                }

            section.positions .position .description
            ul {
                margin-bottom: 30px
            }

                section.positions .position .description ul
                li {
                    margin-bottom: 4px;
                    margin-left: 20px;
                    padding-left: 20px;
                    position: relative
                }

                    section.positions .position .description ul li:before {
                        content: "•";
                        position: absolute;
                        top: -7px;
                        font-size: 24px;
                        font-size: 1.5rem;
                        left: 0;
                        color: #000
                    }

                section.positions .position .description ul > li, section.positions .position .description ul ul ol li, section.positions .position .description ul ul ul
                li {
                    list-style-type: none
                }

            section.positions .position .description
            ol {
                font-size: calc(13px + 2 * ((100vw - 420px) / 860));
                font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
                line-height: 1.75;
                color: #5d5d5d
            }

                section.positions .position .description ol
                b {
                    font-weight: 530
                }

            section.positions .position .description
            ol {
                margin-bottom: 30px
            }

                section.positions .position .description ol
                li {
                    margin-bottom: 4px;
                    margin-left: 45px
                }

                section.positions .position .description ol > li {
                    list-style-type: decimal
                }

                section.positions .position .description ol ol ol li, section.positions .position .description ol ol ul
                li {
                    list-style-type: lower-latin
                }

            section.positions .position .description
            h1 {
                font-size: calc(52px + 32 * ((100vw - 420px) / 860));
                font-size: calc(3.25rem + 32 * ((100vw - 26.25rem) / 860));
                font-weight: 300;
                line-height: 1
            }

                section.positions .position .description h1
                b {
                    font-weight: 615
                }

            section.positions .position .description
            h1 {
                margin-bottom: 40px
            }

            section.positions .position .description
            h2 {
                font-size: calc(28px + 18 * ((100vw - 370px) / 910));
                font-size: calc(1.75rem + 18 * ((100vw - 23.125rem) / 910));
                line-height: 1.2;
                font-weight: 300
            }

                section.positions .position .description h2
                b {
                    font-weight: 615
                }

            section.positions .position .description
            h2 {
                margin-bottom: 30px
            }

            section.positions .position .description
            h3 {
                font-size: calc(24px + 12 * ((100vw - 420px) / 860));
                font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
                font-weight: 600;
                line-height: 1.2;
                letter-spacing: .5px;
                letter-spacing: .03125rem
            }

                section.positions .position .description h3
                b {
                    font-weight: 615
                }

            section.positions .position .description
            h3 {
                margin-bottom: 30px
            }

            section.positions .position .description
            h4 {
                font-size: calc(22px + 8 * ((100vw - 420px) / 860));
                font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
                font-weight: 600;
                line-height: 1.05;
                letter-spacing: .5px;
                letter-spacing: .03125rem
            }

                section.positions .position .description h4
                b {
                    font-weight: 615
                }

            section.positions .position .description
            h4 {
                margin-bottom: 20px
            }

            section.positions .position .description
            h5 {
                font-size: calc(22px + 8 * ((100vw - 420px) / 860));
                font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
                font-weight: 600;
                line-height: 1.05;
                letter-spacing: .5px;
                letter-spacing: .03125rem
            }

                section.positions .position .description h5
                b {
                    font-weight: 615
                }

            section.positions .position .description
            h5 {
                margin-bottom: 20px
            }

            section.positions .position .description
            p {
                font-size: calc(13px + 2 * ((100vw - 420px) / 860));
                font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
                line-height: 1.75;
                color: #5d5d5d
            }

                section.positions .position .description p
                b {
                    font-weight: 530
                }

            section.positions .position .description b, section.positions .position .description bold, section.positions .position .description
            strong {
                font-weight: 700
            }

            section.positions .position .description
            .dropkick {
                width: 100%;
                min-width: 300px
            }

                section.positions .position .description .dropkick:before {
                    content: "";
                    position: absolute;
                    top: -1px;
                    left: -1px;
                    width: calc(100% + 2px);
                    height: calc(100% + 2px);
                    background: #e9e9e9;
                    border-radius: 4px
                }

                section.positions .position .description .dropkick.dk-select-open-down, section.positions .position .description .dropkick.dk-select-open-up {
                    position: relative
                }

                    section.positions .position .description .dropkick.dk-select-open-down:before, section.positions .position .description .dropkick.dk-select-open-up:before {
                        background-image: linear-gradient(47deg,#40db5c,#03c7fd)
                    }

                    section.positions .position .description .dropkick.dk-select-open-down .dk-selected:before {
                        transform: rotate(180deg)
                    }

                section.positions .position .description .dropkick .dk-selected {
                    background-color: #fff;
                    border-radius: 4px;
                    border: 1px solid transparent;
                    padding: 20px 27px;
                    font-size: 14px;
                    font-size: .875rem;
                    font-weight: 530
                }

                    section.positions .position .description .dropkick .dk-selected:before {
                        content: "";
                        position: absolute;
                        top: 28px;
                        right: 20px;
                        border: none;
                        width: 13px;
                        height: 7px;
                        background-position: 50%;
                        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAlCAYAAADbVxCwAAAAz0lEQVRYR+2VwQ3CMBAEJ51QAiVAB5RAB5SUVmiBCqADUgLyI1IUOfKdfPew2LxX1mS8d54Y6JsGYkWwWbclszILGrCsFsiszBYD2rNZPfgrs3fgAVyBpWHUk60e1Wv2DDyBdwO4gM7AC7gYfiwFthzaAg4BjdwGR8BhoJGwNcO3iKvf9qG3s/turYa/wKm3o/vDo2G3hj89w1SbsAzYFbjAttaZ6/3IgnVBWMOCtZry5mTWa8yal1mrKW9OZr3GrHmZtZry5mTWa8yaH8rsDyzRJCZ96WXpAAAAAElFTkSuQmCC")
                    }

                    section.positions .position .description .dropkick .dk-selected:after {
                        border: none
                    }

                section.positions .position .description .dropkick .dk-select-options {
                    padding: 20px 25px;
                    background-color: #fff;
                    border-radius: 0
                }

                    section.positions .position .description .dropkick .dk-select-options .dk-option-selected {
                        background-color: #fff;
                        color: #000;
                        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAC+0lEQVRYR+2Wz0sUYRjHv+/7jmYlQtDFwhUzSmLNXbc124ooKOiiB2mUTh3t5h8g9A+USBREBy8eapc82KVbh8hNDLLcVQhK2w1DKalU9FA7T8yvnRl2Yd61DSRmLy/zvi+7n/283/d5hmEXftguZEIAJXsqganAlKwB2X3/X6YOv32uEvE+ItFNxEPEBIh4niCmATHxNRZJydpx79uRqabZZ3FibBQkEoCARhwWEIrP+jxEGlwZWouGX1cCVzFUy7vJHo34JIGDYJixRmGOJfMcIN77Ld7xVBasIqgjsxNx4mxGBwEzDdlmjBHC+2yv66C8pkvWWEVQrXOPp4h4wmPIsOM2ZpkrGjPXNfD0Wix6VsaWNNTxzLhaIJ70mDGMKSXG6kUt1gtkzTvrBNEvE35pqGNzY0mgRtVcmXGHWs8SoKCe1yJ1NI5Xmz9wa3nJA8wgUquxU/1+tqSh2jJjOQ08VGLKun16xur5HiRbu9FUuw/XPrxBZnvLkzG9XKzGTjdXEeoh2dkxQ80x3BjHk+85LGxvGECPWs8bQOrHGWS3Nh0g1xGvdJ7xFeG7wf5XJ7IPqHjbwNEg9mK85QoO1ezHYC6N4caoATSwmPYC2RcBHBoJrHSe8/1N3w0O1L0cIEJOGRBoUEywtroD2Cj8wvXFF8hurZuGypUHJvJfoheqd3zh+btJIq4a19uoP4pRKNvqDuJ+80Xc/PQSC9s/XQVUcRXWYsVPLUcvVS/o4cyICqYk9SyVlgUHtLSgOvuJif7lyGXffih9fPoxtmdHpogpCae1lC+UxXVPy1HS+cjV6hZPHSqSvR3/DT6jX38iq1JbrcQAcbUezzoTKGis63O0R6oxV2RKBzuZvdNDjE2SnqliM3beEso3ada71NH3bxqyfRMtY6OASNhvBXaWDEPme5Ue+rRW4EOL0QEpQ/b3V2zKXY3D8yMqIPqIeDdBhMwjVPJEfBrgE+/bb/iGulx1/ysov3ax0/UAStZcYCowJWtAdl+QKVlTfwCsgoc0X7Sk5QAAAABJRU5ErkJggg==");
                        background-size: 36px;
                        background-position: 101% 50%;
                        background-repeat: no-repeat
                    }

                    section.positions .position .description .dropkick .dk-select-options .dk-option {
                        text-transform: none;
                        font-size: 14px;
                        font-size: .875rem;
                        font-weight: 530;
                        padding: 5px 0
                    }

                        section.positions .position .description .dropkick .dk-select-options .dk-option.dk-option-highlight {
                            background-color: #fff;
                            color: #000
                        }

                        section.positions .position .description .dropkick .dk-select-options .dk-option:focus, section.positions .position .description .dropkick .dk-select-options .dk-option:hover {
                            outline: none;
                            color: #000;
                            border-color: transparent;
                            background-color: transparent;
                            opacity: .7
                        }

            section.positions .position .description
            hr {
                background-color: rgba(0,0,0,.1);
                border: 0;
                height: 1px;
                margin-bottom: 1em
            }

            section.positions .position .description
            .alignleft {
                float: left
            }

            section.positions .position .description
            .alignright {
                float: right
            }

            section.positions .position .description
            .aligncenter {
                display: block;
                margin-left: auto;
                margin-right: auto
            }

            section.positions .position .description blockquote.alignleft, section.positions .position .description
            img.alignleft {
                margin: 7px 24px 7px 0
            }

            section.positions .position .description .wp-caption.alignleft {
                margin: 7px 14px 7px 0
            }

            section.positions .position .description blockquote.alignright, section.positions .position .description
            img.alignright {
                margin: 7px 0 7px 24px
            }

            section.positions .position .description .wp-caption.alignright {
                margin: 7px 0 7px 14px
            }

            section.positions .position .description .wp-caption.aligncenter, section.positions .position .description blockquote.aligncenter, section.positions .position .description
            img.aligncenter {
                margin-bottom: 7px;
                margin-top: 7px
            }

            section.positions .position .description .site-content blockquote.alignleft, section.positions .position .description .site-content
            blockquote.alignright {
                border-top: 1px solid rgba(0,0,0,.1);
                border-bottom: 1px solid rgba(0,0,0,.1);
                padding-top: 17px;
                width: 50%
            }

                section.positions .position .description .site-content blockquote.alignleft p, section.positions .position .description .site-content blockquote.alignright
                p {
                    margin-bottom: 17px
                }

            section.positions .position .description
            .gallery {
                margin-bottom: 20px
            }

            section.positions .position .description .gallery-item {
                float: left;
                margin: 0 4px 4px 0;
                overflow: hidden;
                position: relative
            }

            section.positions .position .description .gallery-columns-1 .gallery-item {
                max-width: 100%
            }

            section.positions .position .description .gallery-columns-2 .gallery-item {
                max-width: 48%;
                max-width: calc(50% - 4px)
            }

            section.positions .position .description .gallery-columns-3 .gallery-item {
                max-width: 32%;
                max-width: calc(33.3% - 4px)
            }

            section.positions .position .description .gallery-columns-4 .gallery-item {
                max-width: 23%;
                max-width: calc(25% - 4px)
            }

            section.positions .position .description .gallery-columns-5 .gallery-item {
                max-width: 19%;
                max-width: calc(20% - 4px)
            }

            section.positions .position .description .gallery-columns-6 .gallery-item {
                max-width: 15%;
                max-width: calc(16.7% - 4px)
            }

            section.positions .position .description .gallery-columns-7 .gallery-item {
                max-width: 13%;
                max-width: calc(14.28% - 4px)
            }

            section.positions .position .description .gallery-columns-8 .gallery-item {
                max-width: 11%;
                max-width: calc(12.5% - 4px)
            }

            section.positions .position .description .gallery-columns-9 .gallery-item {
                max-width: 9%;
                max-width: calc(11.1% - 4px)
            }

                section.positions .position .description .gallery-columns-1 .gallery-item:nth-of-type(1n), section.positions .position .description .gallery-columns-2 .gallery-item:nth-of-type(2n), section.positions .position .description .gallery-columns-3 .gallery-item:nth-of-type(3n), section.positions .position .description .gallery-columns-4 .gallery-item:nth-of-type(4n), section.positions .position .description .gallery-columns-5 .gallery-item:nth-of-type(5n), section.positions .position .description .gallery-columns-6 .gallery-item:nth-of-type(6n), section.positions .position .description .gallery-columns-7 .gallery-item:nth-of-type(7n), section.positions .position .description .gallery-columns-8 .gallery-item:nth-of-type(8n), section.positions .position .description .gallery-columns-9 .gallery-item:nth-of-type(9n) {
                    margin-right: 0
                }

            section.positions .position .description .gallery-caption {
                background-color: rgba(0,0,0,.7);
                box-sizing: border-box;
                color: #fff;
                font-size: 12px;
                font-size: .75rem;
                line-height: 1.5;
                margin: 0;
                max-height: 50%;
                opacity: 0;
                padding: 6px 8px;
                bottom: 0;
                left: 0;
                position: absolute;
                text-align: left;
                width: 100%
            }

                section.positions .position .description .gallery-caption:before {
                    content: "";
                    min-height: 49px;
                    top: 0;
                    left: 0;
                    position: absolute;
                    width: 100%;
                    height: 100%
                }

            section.positions .position .description .gallery-item:hover .gallery-caption {
                opacity: 1
            }

            section.positions .position .description .gallery-columns-7 .gallery-caption, section.positions .position .description .gallery-columns-8 .gallery-caption, section.positions .position .description .gallery-columns-9 .gallery-caption {
                display: none
            }

            section.positions .position .description .format-aside .entry-content, section.positions .position .description .format-aside .entry-summary, section.positions .position .description .format-link .entry-content, section.positions .position .description .format-link .entry-summary, section.positions .position .description .format-quote .entry-content, section.positions .position .description .format-quote .entry-summary {
                padding-top: 0
            }

            section.positions .position .description .site-content .format-aside .entry-title, section.positions .position .description .site-content .format-link .entry-title, section.positions .position .description .site-content .format-quote .entry-title {
                display: none
            }

            section.positions .position .description .mce-ignore-li ol, section.positions .position .description .mce-ignore-li ol li, section.positions .position .description .mce-ignore-li ul, section.positions .position .description .mce-ignore-li ul
            li {
                font-size: 1em;
                margin: 0;
                padding: 0;
                list-style: none
            }

            section.positions .position .description > * {
                color: #828282
            }

            section.positions .position .description ol, section.positions .position .description p, section.positions .position .description
            ul {
                color: #828282;
                margin-bottom: 15px
            }

                section.positions .position .description ul li:before {
                    color: #828282
                }

            section.positions .position .description h2, section.positions .position .description h3, section.positions .position .description h4, section.positions .position .description
            h5 {
                margin-bottom: 5px
            }

        section.positions .position.is-current {
            display: flex
        }

body.page-template-template_case_studies {
    position: relative
}

    body.page-template-template_case_studies .page-hero {
        background-color: #000
    }

    body.page-template-template_case_studies
    hgroup {
        padding: 0 4vw;
        padding-top: 240px;
        text-align: center;
        max-width: 880px;
        margin: auto
    }

    body.page-template-template_case_studies .page-copy {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

[v-cloak] {
    display: none
}

.posts-grid {
    margin-top: -1px;
    padding-top: 100px;
    padding-bottom: 140px;
    background-color: #000
}

    .posts-grid
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 5%
    }

    .posts-grid .categories-list {
        padding: 30px 0;
        text-align: center;
        margin-bottom: 100px
    }

    .posts-grid .categories-list-item, .posts-grid .sf-level-0 {
        display: inline-block;
        float: none;
        padding: 10px 20px
    }

        .posts-grid .categories-list-item input, .posts-grid .sf-level-0
        input {
            display: none
        }

        .posts-grid .categories-list-item a, .posts-grid .categories-list-item label, .posts-grid .sf-level-0 a, .posts-grid .sf-level-0
        label {
            font-size: 13px;
            font-size: .8125rem;
            font-weight: 600;
            color: #fff;
            text-transform: uppercase;
            line-height: 1.25;
            letter-spacing: 1.2px;
            letter-spacing: .075rem;
            opacity: .25;
            position: relative;
            cursor: pointer
        }

            .posts-grid .categories-list-item a:after, .posts-grid .categories-list-item label:after, .posts-grid .sf-level-0 a:after, .posts-grid .sf-level-0 label:after {
                content: "";
                position: absolute;
                bottom: -10px;
                left: 0;
                height: 2px;
                width: 100%;
                background-image: linear-gradient(57deg,#40db5c,#03c7fd);
                opacity: 0
            }

        .posts-grid .categories-list-item .active, .posts-grid .categories-list-item:focus a:not(.active), .posts-grid .categories-list-item:hover a:not(.active), .posts-grid .sf-level-0 .active, .posts-grid .sf-level-0:focus a:not(.active), .posts-grid .sf-level-0:hover a:not(.active) {
            outline: none;
            opacity: 1
        }

            .posts-grid .categories-list-item .active:after, .posts-grid .sf-level-0 .active:after {
                opacity: 1
            }

        .posts-grid .categories-list-item.sf-option-active label, .posts-grid .sf-level-0.sf-option-active
        label {
            opacity: 1;
            outline: none
        }

            .posts-grid .categories-list-item.sf-option-active label:after, .posts-grid .sf-level-0.sf-option-active label:after {
                opacity: 1
            }

    .posts-grid .mobile-toggler {
        display: none;
        background-image: url(../assets/images/filters-icon.svg);
        background-position: 50%;
        border-radius: 50%;
        margin: auto;
        background-color: transparent;
        position: relative;
        width: 70px;
        height: 70px;
        cursor: pointer;
        transition: .4s;
        opacity: 1
    }

        .posts-grid .mobile-toggler:before {
            content: "";
            background-image: url(../assets/images/filters.svg);
            width: 19px;
            height: 14px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%)
        }

        .posts-grid .mobile-toggler:hover {
            opacity: .75;
            transition: .4s
        }

    .posts-grid .posts-preloader {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 3;
        &:after

{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 35px;
    height: 35px;
    margin-top: -8px;
    margin-left: -8px;
    background-position: 50% 50%;
    background-size: cover;
    animation: a 1s ease-in-out infinite
}

}

.posts-grid .posts-enter {
    transform: scale(.5) translateY(-80px);
    opacity: 0
}

.posts-grid .posts-leave-to {
    opacity: 0
}

.posts-grid .posts-leave-active {
    position: absolute;
    left: 50%;
    z-index: -1;
    transform: scale(.5) translateX(-50%)
}

.posts-grid .no-posts {
    color: #fff;
    font-size: calc(24px + 16 * ((100vw - 420px) / 860));
    font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
    font-weight: 300;
    line-height: 1.2
}

    .posts-grid .no-posts
    b {
        font-weight: 530
    }

.posts-grid .post-card {
    color: #fff;
    margin-bottom: 80px;
    width: 30%
}

    .posts-grid .post-card .image-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-bottom: 100%;
        margin-bottom: 20px
    }

    .posts-grid .post-card .image-src {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        transform: scale(1.25) translateZ(0);
        transition: all 1.3s cubic-bezier(.43,.195,.02,1) .5s
    }

        .posts-grid .post-card .image-src.viewed {
            transform: scale(1) translateZ(0)
        }

        .posts-grid .post-card .image-src:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: .25
        }

    .posts-grid .post-card
    .category {
        font-size: 10px;
        font-size: .625rem;
        font-weight: 615;
        color: #999;
        line-height: 1.25;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        color: #fff;
        text-transform: uppercase
    }

        .posts-grid .post-card .category:after {
            content: "|";
            display: inline-block;
            margin: 0 4px 0 7px
        }

        .posts-grid .post-card .category:last-of-type:after {
            content: none
        }

    .posts-grid .post-card
    .title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        .posts-grid .post-card .title
        b {
            font-weight: 530
        }

    .posts-grid .post-card
    .title {
        color: #fff;
        text-transform: uppercase
    }

    .posts-grid .post-card:hover .image-src {
        transform: scale(1.25) translateZ(0);
        transition: all 1s cubic-bezier(.43,.195,.02,1)
    }

.posts-grid .fade-enter-active, .posts-grid .fade-leave-active {
    transition: opacity .5s
}

.posts-grid .fade-enter, .posts-grid .fade-leave-to {
    opacity: 0
}

section.style-guide {
    padding: 150px 0;
    background-color: #fafafa
}

    section.style-guide
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    section.style-guide .content
    p {
        margin-bottom: 30px
    }

    section.style-guide .content
    ul {
        font-size: calc(13px + 2 * ((100vw - 420px) / 860));
        font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
        line-height: 1.75;
        color: #5d5d5d
    }

        section.style-guide .content ul
        b {
            font-weight: 530
        }

    section.style-guide .content
    ul {
        margin-bottom: 30px
    }

        section.style-guide .content ul
        li {
            margin-bottom: 4px;
            margin-left: 20px;
            padding-left: 20px;
            position: relative
        }

            section.style-guide .content ul li:before {
                content: "•";
                position: absolute;
                top: -7px;
                font-size: 24px;
                font-size: 1.5rem;
                left: 0;
                color: #000
            }

        section.style-guide .content ul > li, section.style-guide .content ul ul ol li, section.style-guide .content ul ul ul
        li {
            list-style-type: none
        }

    section.style-guide .content
    ol {
        font-size: calc(13px + 2 * ((100vw - 420px) / 860));
        font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
        line-height: 1.75;
        color: #5d5d5d
    }

        section.style-guide .content ol
        b {
            font-weight: 530
        }

    section.style-guide .content
    ol {
        margin-bottom: 30px
    }

        section.style-guide .content ol
        li {
            margin-bottom: 4px;
            margin-left: 45px
        }

        section.style-guide .content ol > li {
            list-style-type: decimal
        }

        section.style-guide .content ol ol ol li, section.style-guide .content ol ol ul
        li {
            list-style-type: lower-latin
        }

    section.style-guide .content
    h1 {
        font-size: calc(52px + 32 * ((100vw - 420px) / 860));
        font-size: calc(3.25rem + 32 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1
    }

        section.style-guide .content h1
        b {
            font-weight: 615
        }

    section.style-guide .content
    h1 {
        margin-bottom: 40px
    }

    section.style-guide .content
    h2 {
        font-size: calc(28px + 18 * ((100vw - 370px) / 910));
        font-size: calc(1.75rem + 18 * ((100vw - 23.125rem) / 910));
        line-height: 1.2;
        font-weight: 300
    }

        section.style-guide .content h2
        b {
            font-weight: 615
        }

    section.style-guide .content
    h2 {
        margin-bottom: 30px
    }

    section.style-guide .content
    h3 {
        font-size: calc(24px + 12 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: .5px;
        letter-spacing: .03125rem
    }

        section.style-guide .content h3
        b {
            font-weight: 615
        }

    section.style-guide .content
    h3 {
        margin-bottom: 30px
    }

    section.style-guide .content
    h4 {
        font-size: calc(22px + 8 * ((100vw - 420px) / 860));
        font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
        font-weight: 600;
        line-height: 1.05;
        letter-spacing: .5px;
        letter-spacing: .03125rem
    }

        section.style-guide .content h4
        b {
            font-weight: 615
        }

    section.style-guide .content
    h4 {
        margin-bottom: 20px
    }

    section.style-guide .content
    h5 {
        font-size: calc(22px + 8 * ((100vw - 420px) / 860));
        font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
        font-weight: 600;
        line-height: 1.05;
        letter-spacing: .5px;
        letter-spacing: .03125rem
    }

        section.style-guide .content h5
        b {
            font-weight: 615
        }

    section.style-guide .content
    h5 {
        margin-bottom: 20px
    }

    section.style-guide .content
    p {
        font-size: calc(13px + 2 * ((100vw - 420px) / 860));
        font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
        line-height: 1.75;
        color: #5d5d5d
    }

        section.style-guide .content p
        b {
            font-weight: 530
        }

    section.style-guide .content b, section.style-guide .content bold, section.style-guide .content
    strong {
        font-weight: 700
    }

    section.style-guide .content
    .dropkick {
        width: 100%;
        min-width: 300px
    }

        section.style-guide .content .dropkick:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #e9e9e9;
            border-radius: 4px
        }

        section.style-guide .content .dropkick.dk-select-open-down, section.style-guide .content .dropkick.dk-select-open-up {
            position: relative
        }

            section.style-guide .content .dropkick.dk-select-open-down:before, section.style-guide .content .dropkick.dk-select-open-up:before {
                background-image: linear-gradient(47deg,#40db5c,#03c7fd)
            }

            section.style-guide .content .dropkick.dk-select-open-down .dk-selected:before {
                transform: rotate(180deg)
            }

        section.style-guide .content .dropkick .dk-selected {
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid transparent;
            padding: 20px 27px;
            font-size: 14px;
            font-size: .875rem;
            font-weight: 530
        }

            section.style-guide .content .dropkick .dk-selected:before {
                content: "";
                position: absolute;
                top: 28px;
                right: 20px;
                border: none;
                width: 13px;
                height: 7px;
                background-position: 50%;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAlCAYAAADbVxCwAAAAz0lEQVRYR+2VwQ3CMBAEJ51QAiVAB5RAB5SUVmiBCqADUgLyI1IUOfKdfPew2LxX1mS8d54Y6JsGYkWwWbclszILGrCsFsiszBYD2rNZPfgrs3fgAVyBpWHUk60e1Wv2DDyBdwO4gM7AC7gYfiwFthzaAg4BjdwGR8BhoJGwNcO3iKvf9qG3s/turYa/wKm3o/vDo2G3hj89w1SbsAzYFbjAttaZ6/3IgnVBWMOCtZry5mTWa8yal1mrKW9OZr3GrHmZtZry5mTWa8yaH8rsDyzRJCZ96WXpAAAAAElFTkSuQmCC")
            }

            section.style-guide .content .dropkick .dk-selected:after {
                border: none
            }

        section.style-guide .content .dropkick .dk-select-options {
            padding: 20px 25px;
            background-color: #fff;
            border-radius: 0
        }

            section.style-guide .content .dropkick .dk-select-options .dk-option-selected {
                background-color: #fff;
                color: #000;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAC+0lEQVRYR+2Wz0sUYRjHv+/7jmYlQtDFwhUzSmLNXbc124ooKOiiB2mUTh3t5h8g9A+USBREBy8eapc82KVbh8hNDLLcVQhK2w1DKalU9FA7T8yvnRl2Yd61DSRmLy/zvi+7n/283/d5hmEXftguZEIAJXsqganAlKwB2X3/X6YOv32uEvE+ItFNxEPEBIh4niCmATHxNRZJydpx79uRqabZZ3FibBQkEoCARhwWEIrP+jxEGlwZWouGX1cCVzFUy7vJHo34JIGDYJixRmGOJfMcIN77Ld7xVBasIqgjsxNx4mxGBwEzDdlmjBHC+2yv66C8pkvWWEVQrXOPp4h4wmPIsOM2ZpkrGjPXNfD0Wix6VsaWNNTxzLhaIJ70mDGMKSXG6kUt1gtkzTvrBNEvE35pqGNzY0mgRtVcmXGHWs8SoKCe1yJ1NI5Xmz9wa3nJA8wgUquxU/1+tqSh2jJjOQ08VGLKun16xur5HiRbu9FUuw/XPrxBZnvLkzG9XKzGTjdXEeoh2dkxQ80x3BjHk+85LGxvGECPWs8bQOrHGWS3Nh0g1xGvdJ7xFeG7wf5XJ7IPqHjbwNEg9mK85QoO1ezHYC6N4caoATSwmPYC2RcBHBoJrHSe8/1N3w0O1L0cIEJOGRBoUEywtroD2Cj8wvXFF8hurZuGypUHJvJfoheqd3zh+btJIq4a19uoP4pRKNvqDuJ+80Xc/PQSC9s/XQVUcRXWYsVPLUcvVS/o4cyICqYk9SyVlgUHtLSgOvuJif7lyGXffih9fPoxtmdHpogpCae1lC+UxXVPy1HS+cjV6hZPHSqSvR3/DT6jX38iq1JbrcQAcbUezzoTKGis63O0R6oxV2RKBzuZvdNDjE2SnqliM3beEso3ada71NH3bxqyfRMtY6OASNhvBXaWDEPme5Ue+rRW4EOL0QEpQ/b3V2zKXY3D8yMqIPqIeDdBhMwjVPJEfBrgE+/bb/iGulx1/ysov3ax0/UAStZcYCowJWtAdl+QKVlTfwCsgoc0X7Sk5QAAAABJRU5ErkJggg==");
                background-size: 36px;
                background-position: 101% 50%;
                background-repeat: no-repeat
            }

            section.style-guide .content .dropkick .dk-select-options .dk-option {
                text-transform: none;
                font-size: 14px;
                font-size: .875rem;
                font-weight: 530;
                padding: 5px 0
            }

                section.style-guide .content .dropkick .dk-select-options .dk-option.dk-option-highlight {
                    background-color: #fff;
                    color: #000
                }

                section.style-guide .content .dropkick .dk-select-options .dk-option:focus, section.style-guide .content .dropkick .dk-select-options .dk-option:hover {
                    outline: none;
                    color: #000;
                    border-color: transparent;
                    background-color: transparent;
                    opacity: .7
                }

    section.style-guide .content
    hr {
        background-color: rgba(0,0,0,.1);
        border: 0;
        height: 1px;
        margin-bottom: 1em
    }

    section.style-guide .content
    .alignleft {
        float: left
    }

    section.style-guide .content
    .alignright {
        float: right
    }

    section.style-guide .content
    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    section.style-guide .content blockquote.alignleft, section.style-guide .content
    img.alignleft {
        margin: 7px 24px 7px 0
    }

    section.style-guide .content .wp-caption.alignleft {
        margin: 7px 14px 7px 0
    }

    section.style-guide .content blockquote.alignright, section.style-guide .content
    img.alignright {
        margin: 7px 0 7px 24px
    }

    section.style-guide .content .wp-caption.alignright {
        margin: 7px 0 7px 14px
    }

    section.style-guide .content .wp-caption.aligncenter, section.style-guide .content blockquote.aligncenter, section.style-guide .content
    img.aligncenter {
        margin-bottom: 7px;
        margin-top: 7px
    }

    section.style-guide .content .site-content blockquote.alignleft, section.style-guide .content .site-content
    blockquote.alignright {
        border-top: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-top: 17px;
        width: 50%
    }

        section.style-guide .content .site-content blockquote.alignleft p, section.style-guide .content .site-content blockquote.alignright
        p {
            margin-bottom: 17px
        }

    section.style-guide .content
    .gallery {
        margin-bottom: 20px
    }

    section.style-guide .content .gallery-item {
        float: left;
        margin: 0 4px 4px 0;
        overflow: hidden;
        position: relative
    }

    section.style-guide .content .gallery-columns-1 .gallery-item {
        max-width: 100%
    }

    section.style-guide .content .gallery-columns-2 .gallery-item {
        max-width: 48%;
        max-width: calc(50% - 4px)
    }

    section.style-guide .content .gallery-columns-3 .gallery-item {
        max-width: 32%;
        max-width: calc(33.3% - 4px)
    }

    section.style-guide .content .gallery-columns-4 .gallery-item {
        max-width: 23%;
        max-width: calc(25% - 4px)
    }

    section.style-guide .content .gallery-columns-5 .gallery-item {
        max-width: 19%;
        max-width: calc(20% - 4px)
    }

    section.style-guide .content .gallery-columns-6 .gallery-item {
        max-width: 15%;
        max-width: calc(16.7% - 4px)
    }

    section.style-guide .content .gallery-columns-7 .gallery-item {
        max-width: 13%;
        max-width: calc(14.28% - 4px)
    }

    section.style-guide .content .gallery-columns-8 .gallery-item {
        max-width: 11%;
        max-width: calc(12.5% - 4px)
    }

    section.style-guide .content .gallery-columns-9 .gallery-item {
        max-width: 9%;
        max-width: calc(11.1% - 4px)
    }

        section.style-guide .content .gallery-columns-1 .gallery-item:nth-of-type(1n), section.style-guide .content .gallery-columns-2 .gallery-item:nth-of-type(2n), section.style-guide .content .gallery-columns-3 .gallery-item:nth-of-type(3n), section.style-guide .content .gallery-columns-4 .gallery-item:nth-of-type(4n), section.style-guide .content .gallery-columns-5 .gallery-item:nth-of-type(5n), section.style-guide .content .gallery-columns-6 .gallery-item:nth-of-type(6n), section.style-guide .content .gallery-columns-7 .gallery-item:nth-of-type(7n), section.style-guide .content .gallery-columns-8 .gallery-item:nth-of-type(8n), section.style-guide .content .gallery-columns-9 .gallery-item:nth-of-type(9n) {
            margin-right: 0
        }

    section.style-guide .content .gallery-caption {
        background-color: rgba(0,0,0,.7);
        box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.5;
        margin: 0;
        max-height: 50%;
        opacity: 0;
        padding: 6px 8px;
        bottom: 0;
        left: 0;
        position: absolute;
        text-align: left;
        width: 100%
    }

        section.style-guide .content .gallery-caption:before {
            content: "";
            min-height: 49px;
            top: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 100%
        }

    section.style-guide .content .gallery-item:hover .gallery-caption {
        opacity: 1
    }

    section.style-guide .content .gallery-columns-7 .gallery-caption, section.style-guide .content .gallery-columns-8 .gallery-caption, section.style-guide .content .gallery-columns-9 .gallery-caption {
        display: none
    }

    section.style-guide .content .format-aside .entry-content, section.style-guide .content .format-aside .entry-summary, section.style-guide .content .format-link .entry-content, section.style-guide .content .format-link .entry-summary, section.style-guide .content .format-quote .entry-content, section.style-guide .content .format-quote .entry-summary {
        padding-top: 0
    }

    section.style-guide .content .site-content .format-aside .entry-title, section.style-guide .content .site-content .format-link .entry-title, section.style-guide .content .site-content .format-quote .entry-title {
        display: none
    }

    section.style-guide .content .mce-ignore-li ol, section.style-guide .content .mce-ignore-li ol li, section.style-guide .content .mce-ignore-li ul, section.style-guide .content .mce-ignore-li ul
    li {
        font-size: 1em;
        margin: 0;
        padding: 0;
        list-style: none
    }

    section.style-guide
    header {
        display: block;
        font-size: 30px;
        font-size: 1.875rem;
        color: red;
        margin: 5rem 0 1em;
        text-decoration: underline
    }

    section.style-guide form .top_label .gfield_label, section.style-guide form
    legend.gfield_label {
        display: block !important
    }

    section.style-guide form .ginput_container:not(.ginput_container_select):not(.ginput_container_fileupload) {
        position: relative
    }

        section.style-guide form .ginput_container:not(.ginput_container_select):not(.ginput_container_fileupload):before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #e9e9e9;
            border-radius: 4px
        }

    section.style-guide form ul
    li.gfield {
        margin-top: 5px;
        position: relative
    }

        section.style-guide form ul
        li.gfield.gfield_error {
            background-color: transparent !important;
            margin-bottom: 0 !important;
            border-top: none;
            border-bottom: none;
            padding-bottom: 0;
            padding-top: 0
        }

            section.style-guide form ul li.gfield.gfield_error
            textarea {
                border: 1px solid #ff4040
            }

            section.style-guide form ul li.gfield.gfield_error
            .gfield_label {
                margin-top: 0 !important;
                color: #000
            }

            section.style-guide form ul li.gfield.gfield_error
            input {
                border: 1px solid #ff4040 !important
            }

        section.style-guide form ul li.gfield
        .validation_message {
            border: none !important;
            margin-bottom: 20px;
            color: #fff;
            background: #ff4040;
            font-weight: 600;
            font-size: 10px;
            font-size: .625rem;
            letter-spacing: 1px;
            letter-spacing: .0625rem;
            text-transform: uppercase;
            text-align: left;
            margin-top: -4px;
            padding: 5px 15px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px
        }

            section.style-guide form ul li.gfield
            .validation_message.instruction {
                display: none
            }

        section.style-guide form ul li.gfield .ginput_container_checkbox + .validation_message, section.style-guide form ul li.gfield .ginput_container_consent + .validation_message, section.style-guide form ul li.gfield .ginput_container_radio + .validation_message {
            margin-top: 10px
        }

    section.style-guide form
    label.gfield_label {
        text-align: center;
        position: absolute;
        z-index: 2;
        top: 32px;
        left: 15px;
        font-size: 10px;
        font-size: .625rem;
        padding: 0 5px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        line-height: 14px;
        line-height: .875rem;
        color: #fff;
        background-color: #000;
        transition: all .3s ease
    }

        section.style-guide form label.gfield_label.is-fixed {
            position: static;
            background: transparent;
            text-align: left;
            margin-top: 20px
        }

        section.style-guide form label.gfield_label.is-active, section.style-guide form label.gfield_label.select-field {
            top: 3px;
            left: 15px;
            transition: all .3s ease
        }

            section.style-guide form label.gfield_label.is-active + .ginput_container:before {
                background-image: linear-gradient(47deg,#40db5c,#03c7fd)
            }

    section.style-guide form
    .validation_error {
        display: none !important;
        border: none !important;
        margin-bottom: 0;
        color: #fafafa;
        background: #ff4040;
        font-weight: 400;
        font-size: 14px;
        font-size: .875rem;
        text-align: left;
        margin-top: 60px;
        padding: 12px 20px
    }

    section.style-guide form li.gfield
    .description {
        color: #fff;
        margin: 14px 0 32px
    }

    section.style-guide form
    li.field_description_above {
        margin-top: 50px !important
    }

    section.style-guide form
    .gfield_description {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 30px;
        color: #fff
    }

    section.style-guide form
    .gfield_required {
        color: #000
    }

    section.style-guide form
    .gform_validation_errors {
        display: none !important
    }

    section.style-guide form
    .ginput_container {
        position: relative
    }

        section.style-guide form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-active:before, section.style-guide form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-completed:before {
            transition: width .4s cubic-bezier(.77,0,.175,1) 0s;
            width: 0
        }

        section.style-guide form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-active:after, section.style-guide form .ginput_container:not(.ginput_container_select):not(.ginput_container_consent).is-completed:after {
            transition: width .7s cubic-bezier(.77,0,.175,1) 0s;
            width: calc(100% - 4px)
        }

    section.style-guide form input[type=email], section.style-guide form input[type=password], section.style-guide form input[type=tel], section.style-guide form input[type=text], section.style-guide form input[type=url], section.style-guide form
    textarea {
        -webkit-appearance: none;
        appearance: none;
        color: #fff;
        font-weight: 530;
        font-size: 14px;
        font-size: .875rem;
        text-transform: none;
        display: block;
        height: 60px;
        border-radius: 4px;
        padding-left: 20px !important;
        outline: none;
        width: 100%;
        transition: .3s
    }

    section.style-guide form
    textarea {
        height: 160px !important;
        max-height: 400px;
        min-height: 80px;
        padding: 26px 0;
        resize: none
    }

    section.style-guide form
    .gfield_required {
        margin-left: 2px
    }

    section.style-guide form :-ms-input-placeholder {
        color: #fff;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400
    }

    section.style-guide form ::placeholder {
        color: #fff;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400
    }

    section.style-guide form input:-webkit-autofill, section.style-guide form input:-webkit-autofill:focus, section.style-guide form input:-webkit-autofill:hover, section.style-guide form select:-webkit-autofill, section.style-guide form select:-webkit-autofill:focus, section.style-guide form select:-webkit-autofill:hover, section.style-guide form textarea:-webkit-autofill, section.style-guide form textarea:-webkit-autofill:focus, section.style-guide form textarea:-webkit-autofill:hover {
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0 1000px #000 inset
    }

    section.style-guide form
    .gform_footer {
        position: relative;
        width: 100%;
        left: 0;
        right: 0
    }

    section.style-guide form .gform_button, section.style-guide form button, section.style-guide form input[type=submit] {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
        background-size: 200% auto;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        text-transform: uppercase;
        padding: 16px 30px;
        text-align: center;
        border-radius: 50px;
        transition: all 1.25s ease;
        min-width: 200px;
        width: auto
    }

        section.style-guide form .gform_button:hover, section.style-guide form button:hover, section.style-guide form input[type=submit]:hover {
            transition: all 1.25s ease;
            background-position: 100%
        }

            section.style-guide form .gform_button:hover span, section.style-guide form button:hover span, section.style-guide form input[type=submit]:hover
            span {
                animation: b 1s cubic-bezier(.5,0,.5,1) both;
                animation-delay: .2s
            }

    section.style-guide form .gform_button, section.style-guide form button, section.style-guide form input[type=submit] {
        width: 100%;
        outline: none;
        top: 0;
        left: 0;
        right: 0;
        cursor: pointer
    }

    section.style-guide form
    ul.gform_fields {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%
    }

        section.style-guide form ul.gform_fields > li {
            flex: 0 0 100%
        }

            section.style-guide form ul.gform_fields > li:not(.gfield_html):not(:last-of-type) {
                margin-bottom: 0
            }

            section.style-guide form ul.gform_fields > li:not(.gfield_html):last-of-type {
                margin-bottom: 20px
            }

        section.style-guide form ul.gform_fields
        li.gfield.gsection {
            border-bottom: none !important;
            margin-top: 80px !important
        }

            section.style-guide form ul.gform_fields li.gfield.gsection
            .gsection_title {
                font-family: Space Grotesk;
                font-size: calc(18px + 8 * ((100vw - 420px) / 1020));
                font-size: calc(1.125rem + 8 * ((100vw - 26.25rem) / 1020))
            }

                section.style-guide form ul.gform_fields li.gfield.gsection .gsection_title
                span {
                    color: #9fa0a0
                }

    section.style-guide form .ginput_container_checkbox
    .gfield_checkbox {
        display: flex;
        flex-flow: column;
        margin-left: 0
    }

        section.style-guide form .ginput_container_checkbox .gfield_checkbox
        li {
            margin-right: 10px;
            margin-bottom: 4px;
            min-width: 150px;
            display: flex;
            overflow: visible;
            width: 100%
        }

            section.style-guide form .ginput_container_checkbox .gfield_checkbox li
            label {
                color: #8a8a8a;
                font-size: 10px;
                font-size: .625rem;
                text-transform: uppercase;
                font-weight: 530 !important;
                letter-spacing: 1px;
                letter-spacing: .0625rem
            }

            section.style-guide form .ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
                width: 22px !important;
                height: 22px !important
            }

    section.style-guide form .ginput_container_checkbox label, section.style-guide form .ginput_container_consent
    label {
        margin-left: 12px;
        margin-top: 9px;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400
    }

    section.style-guide form .ginput_container_checkbox .gfield_required, section.style-guide form .ginput_container_consent
    .gfield_required {
        margin-top: 7px
    }

    section.style-guide form .ginput_container_checkbox input[type=checkbox], section.style-guide form .ginput_container_consent input[type=checkbox] {
        position: relative;
        height: 22px;
        width: 22px;
        background: transparent;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        margin: 4px;
        border-radius: 4px
    }

        section.style-guide form .ginput_container_checkbox input[type=checkbox]:after, section.style-guide form .ginput_container_consent input[type=checkbox]:after {
            width: 14px;
            height: 14px;
            background: #f8f8f8
        }

        section.style-guide form .ginput_container_checkbox input[type=checkbox]:checked:after, section.style-guide form .ginput_container_consent input[type=checkbox]:checked:after {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAsCAYAAAAacYo8AAAA6klEQVRoQ+3XYQlCMRTF8f9tYAQbWEETGEFMIDawgUYwihGMYARNMBk8wU+6sbOhcPb5cjnvt8PgBX964k9z4+Cjb87iFi8UcFUKoWRjFpdRFi6yeCGUbMziMsrCRRYvhJKNWfwTZUppFhF3GTf0/5FIKZ2BNbCKiKsqfNeqTKE3wANY/mzwXAngCOyBA7DrETrfmlT8TfgGzKdabCMi10V61MGz+AVY9AwtF88Lp7rk8Kce0q9rk4pLu/BlmYOP1O7S8VEf4KqMkvarMlra4havFPBzWAnWPG7xZsLKBRavBGset3gzYeWCJ9xsJi2Vohp/AAAAAElFTkSuQmCC")
        }

    section.style-guide form
    .ginput_container_radio {
        margin-left: 34px
    }

        section.style-guide form .ginput_container_radio
        li {
            overflow: visible;
            margin-left: 25px
        }

            section.style-guide form .ginput_container_radio li
            label {
                color: #8a8a8a;
                font-size: 10px;
                font-size: .625rem;
                text-transform: uppercase;
                font-weight: 530 !important;
                letter-spacing: 1px;
                letter-spacing: .0625rem
            }

        section.style-guide form .ginput_container_radio:after, section.style-guide form .ginput_container_radio:before {
            content: none !important
        }

        section.style-guide form .ginput_container_radio input[type=radio], section.style-guide form .ginput_container_radio
        label {
            cursor: pointer
        }

        section.style-guide form .ginput_container_radio input[type=radio] {
            position: relative;
            height: 22px;
            width: 22px;
            -webkit-appearance: none;
            appearance: none;
            outline: none
        }

            section.style-guide form .ginput_container_radio input[type=radio]:before {
                content: "";
                position: absolute;
                top: 42%;
                left: -20px;
                width: 22px;
                height: 22px;
                border-radius: 50%;
                transform: translate(-50%,-50%);
                background-color: #f8f8f8;
                border: 1px solid #e9e9e9
            }

            section.style-guide form .ginput_container_radio input[type=radio]:checked:before {
                border: 1px solid #40db5c;
                background-color: #fff
            }

            section.style-guide form .ginput_container_radio input[type=radio]:checked:after {
                content: "";
                position: absolute;
                top: 42%;
                left: -20px;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background-image: linear-gradient(43deg,#40db5c,#03c7fd);
                transform: translate(-50%,-50%);
                visibility: visible
            }

    section.style-guide form
    .ginput_container_fileupload {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #000;
        font-weight: 700;
        border-radius: 4px;
        padding: 10px;
        height: 60px;
        line-height: 35px;
        line-height: 2.1875rem;
        border: 1px solid #e9e9e9;
        position: relative
    }

        section.style-guide form .ginput_container_fileupload input[type=file] {
            margin-top: 0;
            font-size: 14px;
            font-size: .875rem;
            font-weight: 530;
            margin-left: 30px
        }

        section.style-guide form .ginput_container_fileupload:before {
            content: "Upload CV";
            position: absolute;
            top: 0;
            left: 15px;
            text-align: center;
            pointer-events: none;
            cursor: pointer;
            font-size: 10px;
            font-size: .625rem;
            width: 117px;
            border-right: 1px solid #e9e9e9;
            font-weight: 700;
            letter-spacing: 1px;
            letter-spacing: .0625rem;
            color: #000;
            text-transform: uppercase;
            background-color: #fff;
            height: 56px;
            line-height: 56px;
            line-height: 3.5rem;
            background-image: url(../assets/images/upload.svg);
            background-size: 16px 21px;
            background-repeat: no-repeat;
            background-position: 0 50%
        }

        section.style-guide form .ginput_container_fileupload
        .validation_message {
            display: none !important
        }

        section.style-guide form .ginput_container_fileupload
        .ginput_preview {
            margin-left: 130px;
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-flow: row-reverse
        }

            section.style-guide form .ginput_container_fileupload .ginput_preview
            img {
                margin-left: 10px
            }

    section.style-guide form
    .ginput_container_consent {
        display: flex;
        font-size: 10px;
        font-size: .625rem;
        font-weight: 615;
        text-transform: uppercase;
        color: #999;
        line-height: 1.25;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        color: #fff
    }

        section.style-guide form .ginput_container_consent
        a {
            color: #40db5c
        }

        section.style-guide form .ginput_container_consent input[type=checkbox] {
            margin-left: 3px !important
        }

        section.style-guide form .ginput_container_consent
        label {
            margin-top: 5px
        }

            section.style-guide form .ginput_container_consent label
            a {
                font-weight: 300
            }

    section.style-guide form
    label.gfield_label {
        color: #000;
        background-color: #fff
    }

    section.style-guide form .gfield_description, section.style-guide form li.gfield
    .description {
        color: #000
    }

        section.style-guide form .gfield_description
        a {
            color: #40db5c
        }

    section.style-guide form input[type=email], section.style-guide form input[type=password], section.style-guide form input[type=tel], section.style-guide form input[type=text], section.style-guide form input[type=url], section.style-guide form
    textarea {
        color: #000;
        border: 1px solid transparent;
        background-color: #fff;
        position: relative
    }

    section.style-guide form :-ms-input-placeholder {
        color: #000;
        font-size: 0
    }

    section.style-guide form ::placeholder {
        color: #000;
        font-size: 0
    }

    section.style-guide form input:-webkit-autofill, section.style-guide form input:-webkit-autofill:focus, section.style-guide form input:-webkit-autofill:hover, section.style-guide form select:-webkit-autofill, section.style-guide form select:-webkit-autofill:focus, section.style-guide form select:-webkit-autofill:hover, section.style-guide form textarea:-webkit-autofill, section.style-guide form textarea:-webkit-autofill:focus, section.style-guide form textarea:-webkit-autofill:hover {
        border: 0 none;
        -webkit-text-fill-color: #000;
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
        transition: background-color 5000s ease-in-out 0s
    }

    section.style-guide form
    .gfield_visibility_hidden {
        color: transparent;
        display: none;
        font-size: 0;
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
        visibility: hidden
    }

    section.style-guide form .ginput_container_checkbox, section.style-guide form
    .ginput_container_consent {
        margin-top: 30px;
        font-weight: 400
    }

        section.style-guide form .ginput_container_checkbox:after, section.style-guide form .ginput_container_checkbox:before, section.style-guide form .ginput_container_consent:after, section.style-guide form .ginput_container_consent:before {
            display: none
        }

        section.style-guide form .ginput_container_checkbox label.gfield_label, section.style-guide form .ginput_container_consent
        label.gfield_label {
            background-color: #fff
        }

        section.style-guide form .ginput_container_checkbox input[type=checkbox], section.style-guide form .ginput_container_checkbox label, section.style-guide form .ginput_container_consent input[type=checkbox], section.style-guide form .ginput_container_consent
        label {
            cursor: pointer
        }

        section.style-guide form .ginput_container_checkbox label, section.style-guide form .ginput_container_consent
        label {
            color: #000
        }

        section.style-guide form .ginput_container_checkbox input[type=checkbox], section.style-guide form .ginput_container_consent input[type=checkbox] {
            border: 1px solid #e9e9e9
        }

            section.style-guide form .ginput_container_checkbox input[type=checkbox]:before, section.style-guide form .ginput_container_consent input[type=checkbox]:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 16px;
                height: 16px;
                border-radius: 4px;
                transform: translate(-50%,-50%);
                background-image: linear-gradient(57deg,#03c7fd,#40db5c);
                background-position: 50%;
                background-repeat: no-repeat;
                opacity: 0
            }

            section.style-guide form .ginput_container_checkbox input[type=checkbox]:after, section.style-guide form .ginput_container_consent input[type=checkbox]:after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 12px;
                height: 12px;
                background: none;
                border-radius: 2px;
                transform: translate(-50%,-50%)
            }

            section.style-guide form .ginput_container_checkbox input[type=checkbox]:checked:before, section.style-guide form .ginput_container_consent input[type=checkbox]:checked:before {
                opacity: 1
            }

            section.style-guide form .ginput_container_checkbox input[type=checkbox]:checked:after, section.style-guide form .ginput_container_consent input[type=checkbox]:checked:after {
                background-image: url(../assets/images/checked-icon.svg);
                background-position: 50%
            }

    section.style-guide form .toggle
    ul.gfield_radio {
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0
    }

        section.style-guide form .toggle ul.gfield_radio
        li {
            position: relative;
            width: 48%;
            margin-bottom: 25px
        }

            section.style-guide form .toggle ul.gfield_radio li
            input {
                opacity: 0;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                position: absolute;
                width: 100% !important;
                height: 100%;
                padding: 0;
                margin: 0
            }

                section.style-guide form .toggle ul.gfield_radio li input:checked + label {
                    border-color: #000;
                    background-color: #000;
                    color: #fff
                }

            section.style-guide form .toggle ul.gfield_radio li
            label {
                text-align: center;
                color: #000;
                text-transform: uppercase;
                letter-spacing: .2em;
                font-size: 12px;
                font-size: .75rem;
                display: block;
                line-height: 1.1em;
                padding: 1.7em 2.7em;
                border: 1px solid #000;
                transition: all .2s ease-in;
                background-color: transparent;
                max-width: 100%;
                margin: 0;
                width: 100%
            }

    section.style-guide form .ginput_container_consent input[type=checkbox] {
        margin-left: 0 !important
    }

    section.style-guide form .ginput_container_consent
    label {
        font-size: 10px;
        font-size: .625rem;
        font-weight: 615;
        text-transform: uppercase;
        color: #999;
        line-height: 1.25;
        letter-spacing: 1px;
        letter-spacing: .0625rem;
        font-weight: 530;
        margin-top: 9px;
        margin-left: 10px !important
    }

        section.style-guide form .ginput_container_consent label
        a {
            color: #000;
            font-weight: 600
        }

    section.style-guide form .dk-select {
        width: 100%;
        min-width: 300px
    }

        section.style-guide form .dk-select:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #e9e9e9;
            border-radius: 4px
        }

        section.style-guide form .dk-select.dk-select-open-down, section.style-guide form .dk-select.dk-select-open-up {
            position: relative
        }

            section.style-guide form .dk-select.dk-select-open-down:before, section.style-guide form .dk-select.dk-select-open-up:before {
                background-image: linear-gradient(47deg,#40db5c,#03c7fd)
            }

            section.style-guide form .dk-select.dk-select-open-down .dk-selected:before {
                transform: rotate(180deg)
            }

        section.style-guide form .dk-select .dk-selected {
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid transparent;
            padding: 20px 27px;
            font-size: 14px;
            font-size: .875rem;
            font-weight: 530
        }

            section.style-guide form .dk-select .dk-selected:before {
                content: "";
                position: absolute;
                top: 28px;
                right: 20px;
                border: none;
                width: 13px;
                height: 7px;
                background-position: 50%;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAlCAYAAADbVxCwAAAAz0lEQVRYR+2VwQ3CMBAEJ51QAiVAB5RAB5SUVmiBCqADUgLyI1IUOfKdfPew2LxX1mS8d54Y6JsGYkWwWbclszILGrCsFsiszBYD2rNZPfgrs3fgAVyBpWHUk60e1Wv2DDyBdwO4gM7AC7gYfiwFthzaAg4BjdwGR8BhoJGwNcO3iKvf9qG3s/turYa/wKm3o/vDo2G3hj89w1SbsAzYFbjAttaZ6/3IgnVBWMOCtZry5mTWa8yal1mrKW9OZr3GrHmZtZry5mTWa8yaH8rsDyzRJCZ96WXpAAAAAElFTkSuQmCC")
            }

            section.style-guide form .dk-select .dk-selected:after {
                border: none
            }

        section.style-guide form .dk-select .dk-select-options {
            padding: 20px 25px;
            background-color: #fff;
            border-radius: 0
        }

            section.style-guide form .dk-select .dk-select-options .dk-option-selected {
                background-color: #fff;
                color: #000;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAC+0lEQVRYR+2Wz0sUYRjHv+/7jmYlQtDFwhUzSmLNXbc124ooKOiiB2mUTh3t5h8g9A+USBREBy8eapc82KVbh8hNDLLcVQhK2w1DKalU9FA7T8yvnRl2Yd61DSRmLy/zvi+7n/283/d5hmEXftguZEIAJXsqganAlKwB2X3/X6YOv32uEvE+ItFNxEPEBIh4niCmATHxNRZJydpx79uRqabZZ3FibBQkEoCARhwWEIrP+jxEGlwZWouGX1cCVzFUy7vJHo34JIGDYJixRmGOJfMcIN77Ld7xVBasIqgjsxNx4mxGBwEzDdlmjBHC+2yv66C8pkvWWEVQrXOPp4h4wmPIsOM2ZpkrGjPXNfD0Wix6VsaWNNTxzLhaIJ70mDGMKSXG6kUt1gtkzTvrBNEvE35pqGNzY0mgRtVcmXGHWs8SoKCe1yJ1NI5Xmz9wa3nJA8wgUquxU/1+tqSh2jJjOQ08VGLKun16xur5HiRbu9FUuw/XPrxBZnvLkzG9XKzGTjdXEeoh2dkxQ80x3BjHk+85LGxvGECPWs8bQOrHGWS3Nh0g1xGvdJ7xFeG7wf5XJ7IPqHjbwNEg9mK85QoO1ezHYC6N4caoATSwmPYC2RcBHBoJrHSe8/1N3w0O1L0cIEJOGRBoUEywtroD2Cj8wvXFF8hurZuGypUHJvJfoheqd3zh+btJIq4a19uoP4pRKNvqDuJ+80Xc/PQSC9s/XQVUcRXWYsVPLUcvVS/o4cyICqYk9SyVlgUHtLSgOvuJif7lyGXffih9fPoxtmdHpogpCae1lC+UxXVPy1HS+cjV6hZPHSqSvR3/DT6jX38iq1JbrcQAcbUezzoTKGis63O0R6oxV2RKBzuZvdNDjE2SnqliM3beEso3ada71NH3bxqyfRMtY6OASNhvBXaWDEPme5Ue+rRW4EOL0QEpQ/b3V2zKXY3D8yMqIPqIeDdBhMwjVPJEfBrgE+/bb/iGulx1/ysov3ax0/UAStZcYCowJWtAdl+QKVlTfwCsgoc0X7Sk5QAAAABJRU5ErkJggg==");
                background-size: 36px;
                background-position: 101% 50%;
                background-repeat: no-repeat
            }

            section.style-guide form .dk-select .dk-select-options .dk-option {
                text-transform: none;
                font-size: 14px;
                font-size: .875rem;
                font-weight: 530;
                padding: 5px 0
            }

                section.style-guide form .dk-select .dk-select-options .dk-option.dk-option-highlight {
                    background-color: #fff;
                    color: #000
                }

                section.style-guide form .dk-select .dk-select-options .dk-option:focus, section.style-guide form .dk-select .dk-select-options .dk-option:hover {
                    outline: none;
                    color: #000;
                    border-color: transparent;
                    background-color: transparent;
                    opacity: .7
                }

    section.style-guide
    form {
        max-width: 600px;
        margin: auto
    }

    section.style-guide
    .button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
        background-size: 200% auto;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        text-transform: uppercase;
        padding: 16px 30px;
        text-align: center;
        border-radius: 50px;
        transition: all 1.25s ease;
        min-width: 200px;
        width: auto;
        cursor: pointer
    }

        section.style-guide .button:hover {
            transition: all 1.25s ease;
            background-position: 100%
        }

            section.style-guide .button:hover
            span {
                animation: b 1s cubic-bezier(.5,0,.5,1) both;
                animation-delay: .2s
            }

    section.style-guide
    .button {
        margin-bottom: 20px
    }

    section.style-guide .button-1 {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
        background-size: 200% auto;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        text-transform: uppercase;
        padding: 16px 30px;
        text-align: center;
        border-radius: 50px;
        transition: all 1.25s ease;
        min-width: 200px;
        width: auto;
        cursor: pointer
    }

        section.style-guide .button-1:hover {
            transition: all 1.25s ease;
            background-position: 100%
        }

            section.style-guide .button-1:hover
            span {
                animation: b 1s cubic-bezier(.5,0,.5,1) both;
                animation-delay: .2s
            }

    section.style-guide .button-1 {
        background: #fff;
        color: #000;
        border: 1px solid transparent;
        transition: all .5s ease
    }

        section.style-guide .button-1:hover {
            background: #000;
            color: #fff;
            border: 1px solid #fff;
            transition: all .5s ease
        }

    section.style-guide .button-1 {
        margin-bottom: 20px
    }

    section.style-guide .button-2 {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
        background-size: 200% auto;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        text-transform: uppercase;
        padding: 16px 30px;
        text-align: center;
        border-radius: 50px;
        transition: all 1.25s ease;
        min-width: 200px;
        width: auto;
        cursor: pointer
    }

        section.style-guide .button-2:hover {
            transition: all 1.25s ease;
            background-position: 100%
        }

            section.style-guide .button-2:hover
            span {
                animation: b 1s cubic-bezier(.5,0,.5,1) both;
                animation-delay: .2s
            }

    section.style-guide .button-2 {
        background: #000;
        color: #fff;
        border: 1px solid hsla(0,0%,100%,.2);
        transition: all .5s ease
    }

        section.style-guide .button-2:hover {
            background: #fff;
            color: #000;
            border: 1px solid #e9e9e9;
            transition: all .5s ease
        }

    section.style-guide .button-2 {
        margin-bottom: 20px
    }

    section.style-guide .arrow-link {
        color: #000;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.3px;
        letter-spacing: .08125rem;
        line-height: 1.1;
        max-width: 100%;
        width: 360px;
        position: relative;
        padding-right: 40px;
        padding-top: 16px;
        padding-bottom: 16px;
        display: block;
        border-bottom: 1px solid #e9e9e9
    }

        section.style-guide .arrow-link:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 1px;
            background-color: #000;
            transition: .5s
        }

        section.style-guide .arrow-link:after {
            content: "";
            background-image: url(../assets/images/arrow-right.svg);
            position: absolute;
            top: 20px;
            right: 0;
            width: 12px;
            height: 12px;
            background-size: contain
        }

        section.style-guide .arrow-link:hover:before {
            width: 100%
        }

    section.style-guide .arrow-link {
        margin-bottom: 20px
    }

section.testimonials-carousel {
    padding: 200px 0;
    position: relative;
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid hsla(0,0%,100%,.15)
}

    section.testimonials-carousel.bg-glow:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../assets/images/bg-top-glow.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        transform-origin: top right;
        opacity: .4;
        animation: c 6s cubic-bezier(.5,0,.5,1) infinite
    }

    section.testimonials-carousel
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 880px
    }

    section.testimonials-carousel .nav-arrows .flickity-button {
        -webkit-appearance: none;
        appearance: none;
        background: #000;
        border-radius: 100%;
        box-shadow: none;
        cursor: pointer;
        opacity: 1;
        outline: none;
        overflow: hidden;
        top: auto;
        bottom: 20px;
        left: auto;
        width: 40px;
        height: 40px;
        transform: none;
        transition: all .6s ease 0s;
        top: calc(50% - 31px);
        border: 1px solid hsla(0,0%,100%,.45)
    }

        section.testimonials-carousel .nav-arrows .flickity-button .flickity-button-icon {
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            width: 15px;
            height: 15px;
            transition: transform .6s ease .15s
        }

        section.testimonials-carousel .nav-arrows .flickity-button
        svg {
            transition: all .6s ease 0s
        }

            section.testimonials-carousel .nav-arrows .flickity-button svg
            path {
                fill: #000;
                transition: all .6s ease 0s
            }

        section.testimonials-carousel .nav-arrows .flickity-button:after {
            background: #000;
            content: "";
            margin: auto;
            opacity: 0;
            top: calc(50% - 1px);
            right: 0;
            left: 0;
            position: absolute;
            width: 0;
            height: 2px;
            transition: all .6s ease 0s
        }

        section.testimonials-carousel .nav-arrows .flickity-button:disabled {
            background-color: #000
        }

            section.testimonials-carousel .nav-arrows .flickity-button:disabled:after, section.testimonials-carousel .nav-arrows .flickity-button:disabled
            svg {
                opacity: .35
            }

        section.testimonials-carousel .nav-arrows .flickity-button:not(:hover) svg
        path {
            fill: #fff
        }

        section.testimonials-carousel .nav-arrows .flickity-button:not(:hover):after {
            background: #000
        }

        section.testimonials-carousel .nav-arrows .flickity-button:not(:disabled):active, section.testimonials-carousel .nav-arrows .flickity-button:not(:disabled):hover {
            background-color: #fff;
            border-color: transparent
        }

            section.testimonials-carousel .nav-arrows .flickity-button:not(:disabled):active .flickity-button-icon, section.testimonials-carousel .nav-arrows .flickity-button:not(:disabled):hover .flickity-button-icon {
                transition-delay: .15s
            }

            section.testimonials-carousel .nav-arrows .flickity-button:not(:disabled):active:after, section.testimonials-carousel .nav-arrows .flickity-button:not(:disabled):hover:after {
                opacity: 1;
                transition-delay: 0s;
                width: 20px
            }

            section.testimonials-carousel .nav-arrows .flickity-button:not(:disabled):active.previous .flickity-button-icon, section.testimonials-carousel .nav-arrows .flickity-button:not(:disabled):hover.previous .flickity-button-icon {
                transform: translateX(-7px)
            }

            section.testimonials-carousel .nav-arrows .flickity-button:not(:disabled):active.next .flickity-button-icon, section.testimonials-carousel .nav-arrows .flickity-button:not(:disabled):hover.next .flickity-button-icon {
                transform: translateX(7px)
            }

        section.testimonials-carousel .nav-arrows .flickity-button.previous {
            left: 4vw
        }

        section.testimonials-carousel .nav-arrows .flickity-button.next {
            right: 4vw
        }

    section.testimonials-carousel .nav-arrows button.flickity-button.previous {
        left: 110px
    }

    section.testimonials-carousel .nav-arrows button.flickity-button.next {
        right: 110px
    }

    section.testimonials-carousel
    .testimonial {
        position: relative;
        color: #fff;
        text-align: left;
        width: 100%
    }

        section.testimonials-carousel .testimonial:before {
            content: "";
            background-image: url(../assets/images/quote.svg);
            width: 31px;
            height: 25px;
            display: block;
            margin-bottom: 40px
        }

        section.testimonials-carousel .testimonial
        .quote {
            font-size: calc(24px + 16 * ((100vw - 420px) / 860));
            font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
            font-weight: 300;
            line-height: 1.2
        }

            section.testimonials-carousel .testimonial .quote
            b {
                font-weight: 530
            }

        section.testimonials-carousel .testimonial
        .quote {
            margin-bottom: 65px
        }

        section.testimonials-carousel .testimonial
        .meta {
            display: flex;
            align-items: center
        }

        section.testimonials-carousel .testimonial
        .photo {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 50%;
            margin-right: 15px
        }

        section.testimonials-carousel .testimonial
        .name {
            font-size: calc(14px + 4 * ((100vw - 420px) / 860));
            font-size: calc(.875rem + 4 * ((100vw - 26.25rem) / 860));
            font-weight: 300;
            line-height: 1.4
        }

            section.testimonials-carousel .testimonial .name
            b {
                font-weight: 530
            }

        section.testimonials-carousel .testimonial
        .name {
            font-weight: 600;
            margin-bottom: 5px
        }

        section.testimonials-carousel .testimonial
        .position {
            font-size: 11px;
            font-size: .6875rem;
            font-weight: 615;
            text-transform: uppercase;
            opacity: .25;
            line-height: 1.25;
            letter-spacing: 1.2px;
            letter-spacing: .075rem;
            opacity: 1;
            color: #5d5d5d
        }

    section.testimonials-carousel.view-detect
    .container {
        opacity: 0;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
    }

    section.testimonials-carousel.view-detect.viewed
    .container {
        opacity: 1
    }

section.text-centered {
    background: transparent;
    padding: 240px 0;
    position: relative;
    overflow: hidden;
    margin-top: -1px
}

.hero-wrapper section.text-centered {
    z-index: 3
}

    .hero-wrapper section.text-centered:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0a0a0a;
        background: linear-gradient(180deg,hsla(0,0%,4%,0),#0a0a0a 50%,hsla(0,0%,4%,.9) 75%,hsla(0,0%,4%,.95))
    }

    .hero-wrapper section.text-centered:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: linear-gradient(240deg,hsla(0,0%,4%,0),hsla(0,0%,4%,.2) 65%,#000)
    }

section.text-centered
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
    max-width: 880px;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2
}

section.text-centered .section-subtitle {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1.2px;
    letter-spacing: .075rem;
    margin-bottom: 23px;
    margin-left: 20px;
    position: relative;
    display: inline-block
}

    section.text-centered .section-subtitle:before {
        content: "";
        position: absolute;
        top: 1px;
        left: -20px;
        width: 10px;
        height: 10px;
        background-image: url(../assets/images/arrow01.svg);
        background-size: contain;
        background-image: url(../assets/images/arrow01-grey.svg)
    }

section.text-centered .section-subtitle {
    color: #fff
}

section.text-centered
.title {
    font-size: calc(24px + 16 * ((100vw - 420px) / 860));
    font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
    font-weight: 300;
    line-height: 1.2
}

    section.text-centered .title
    b {
        font-weight: 530
    }

section.text-centered
.buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px
}

section.text-centered
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
    background-size: 200% auto;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    letter-spacing: .08125rem;
    text-transform: uppercase;
    padding: 16px 30px;
    text-align: center;
    border-radius: 50px;
    transition: all 1.25s ease;
    min-width: 200px;
    width: auto;
    cursor: pointer
}

    section.text-centered .button:hover {
        transition: all 1.25s ease;
        background-position: 100%
    }

        section.text-centered .button:hover
        span {
            animation: b 1s cubic-bezier(.5,0,.5,1) both;
            animation-delay: .2s
        }

section.text-centered .button-2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(57deg,#40db5c,#03c7fd 50%,#40db5c);
    background-size: 200% auto;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    letter-spacing: .08125rem;
    text-transform: uppercase;
    padding: 16px 30px;
    text-align: center;
    border-radius: 50px;
    transition: all 1.25s ease;
    min-width: 200px;
    width: auto;
    cursor: pointer
}

    section.text-centered .button-2:hover {
        transition: all 1.25s ease;
        background-position: 100%
    }

        section.text-centered .button-2:hover
        span {
            animation: b 1s cubic-bezier(.5,0,.5,1) both;
            animation-delay: .2s
        }

section.text-centered .button-2 {
    background: #000;
    color: #fff;
    border: 1px solid hsla(0,0%,100%,.2);
    transition: all .5s ease
}

    section.text-centered .button-2:hover {
        background: #fff;
        color: #000;
        border: 1px solid #e9e9e9;
        transition: all .5s ease
    }

section.text-centered .deco-el {
    display: none
}

section.text-centered .stats-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
    max-width: 1280px
}

    section.text-centered .stats-wrapper .stat-item {
        border-left: 1px solid #e3e3e3;
        padding-left: 20px
    }

section.text-centered
.stats {
    padding-bottom: 0
}

section.text-centered.cta-banner {
    background-color: #000;
    color: #fff;
    padding: 140px 0;
    position: relative
}

    section.text-centered.cta-banner:before {
        content: "";
        width: 1360px;
        max-width: 100%;
        margin: auto;
        background-color: hsla(0,0%,100%,.1);
        height: 1px;
        top: 0;
        right: 0;
        left: 0;
        position: absolute
    }

section.text-centered.overview {
    background-color: #f9f9f9;
    position: relative;
    padding-top: 175px;
    padding-bottom: 250px
}

    section.text-centered.overview:before {
        content: "";
        background-image: url(../assets/images/dots-sphere.png);
        width: 600px;
        height: 600px;
        top: -400px;
        right: -400px;
        position: absolute
    }

section.text-centered.has-graphics {
    padding: 240px 0
}

    section.text-centered.has-graphics .deco-el {
        display: block
    }

    section.text-centered.has-graphics .deco-el--1 {
        opacity: .4;
        max-width: 400px;
        position: absolute;
        top: -200px;
        right: -120px
    }

    section.text-centered.has-graphics .deco-el--2 {
        opacity: .4;
        max-width: 222px;
        transform: rotate(150deg);
        position: absolute;
        bottom: 100px;
        right: 100px
    }

    section.text-centered.has-graphics .deco-el--3 {
        opacity: .45;
        max-width: 450px;
        position: absolute;
        bottom: -200px;
        left: -100px
    }

section.text-centered.has-glow {
    position: relative;
    background-color: #000
}

    section.text-centered.has-glow:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../assets/images/bg-glow-03.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        transform-origin: top right;
        opacity: .4;
        animation: c 6s cubic-bezier(.5,0,.5,1) infinite
    }

section.hero-standard + section.text-centered {
    padding: 175px 0 150px
}

    section.hero-solution + section.text-centered .section-subtitle, section.hero-standard + section.text-centered .section-subtitle {
        color: #000
    }

    section.hero-solution + section.text-centered .container, section.hero-standard + section.text-centered
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1020px
    }

    section.hero-solution + section.text-centered .title, section.hero-standard + section.text-centered
    .title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        section.hero-solution + section.text-centered .title b, section.hero-standard + section.text-centered .title
        b {
            font-weight: 530
        }

    section.hero-solution + section.text-centered .title, section.hero-standard + section.text-centered
    .title {
        font-size: calc(24px + 12 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860))
    }

section.text-centered.view-detect > .container {
    opacity: 0;
    transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
}

section.text-centered.view-detect.viewed > .container {
    opacity: 1
}

section.tiles-grid {
    display: block;
    padding: 130px 0 120px;
    color: #000
}

    section.tiles-grid
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    section.tiles-grid .tiles-row {
        display: flex;
        justify-content: flex-start;
        gap: 20px
    }

        section.tiles-grid .tiles-row:first-child {
            border-top: 1px solid #e9e9e9;
            padding-top: 40px
        }

        section.tiles-grid .tiles-row:nth-child(2n) {
            justify-content: flex-end
        }

    section.tiles-grid
    .tile {
        width: calc(33.3% - 13px);
        margin-bottom: 40px;
        max-width: 410px
    }

        section.tiles-grid .tile
        .title {
            font-size: calc(24px + 12 * ((100vw - 420px) / 860));
            font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: .5px;
            letter-spacing: .03125rem
        }

            section.tiles-grid .tile .title
            b {
                font-weight: 615
            }

        section.tiles-grid .tile
        .title {
            font-weight: 300;
            margin-bottom: 10px;
            text-transform: uppercase
        }

        section.tiles-grid .tile .image-wrapper {
            position: relative;
            overflow: hidden;
            width: 100%;
            padding-bottom: 68%;
            margin-bottom: 20px
        }

        section.tiles-grid .tile .image-src {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: cover;
            transform: scale(1.25) translateZ(0);
            transition: all 1.3s cubic-bezier(.43,.195,.02,1) .5s
        }

            section.tiles-grid .tile .image-src.viewed {
                transform: scale(1) translateZ(0)
            }

            section.tiles-grid .tile .image-src.placeholder {
                background-color: #101010
            }

                section.tiles-grid .tile .image-src.placeholder:after {
                    content: "";
                    background-image: url(../assets/images/image-icon.svg);
                    background-position: 50%;
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 36px;
                    height: 36px;
                    position: absolute;
                    transform: translate(-50%,-50%);
                    top: 50%;
                    left: 50%
                }

        section.tiles-grid .tile
        .copy {
            font-size: calc(13px + 2 * ((100vw - 420px) / 860));
            font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
            line-height: 1.75;
            color: #5d5d5d
        }

            section.tiles-grid .tile .copy
            b {
                font-weight: 530
            }

    section.tiles-grid.view-detect
    .tile {
        opacity: 0;
        transform: translateY(60px);
        transition: transform 1s cubic-bezier(.77,0,.175,1) .8s,opacity 1s cubic-bezier(.77,0,.175,1) .8s;
        visibility: hidden
    }

        section.tiles-grid.view-detect .tile:first-of-type {
            transition-delay: .8s
        }

        section.tiles-grid.view-detect .tile:nth-of-type(2) {
            transition-delay: .9s
        }

        section.tiles-grid.view-detect .tile:nth-of-type(3) {
            transition-delay: 1.2s
        }

        section.tiles-grid.view-detect .tile:nth-of-type(4) {
            transition-delay: 1.3s
        }

        section.tiles-grid.view-detect .tile:nth-of-type(5) {
            transition-delay: 1.6s
        }

        section.tiles-grid.view-detect .tile:nth-of-type(6) {
            transition-delay: 1.7s
        }

    section.tiles-grid.view-detect.viewed
    .tile {
        opacity: 1;
        transform: none;
        visibility: visible
    }

section.tiles-list {
    display: block;
    padding: 130px 0 120px;
    background-color: #f9f9f9;
    color: #000;
    position: relative
}

    section.tiles-list
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    section.tiles-list
    .tile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
        padding-top: 40px;
        border-top: 1px solid #e9e9e9
    }

        section.tiles-list .tile
        .content {
            max-width: 790px;
            padding: 0 2% 0 8%;
            width: 60%
        }

        section.tiles-list .tile
        .title {
            font-size: calc(24px + 12 * ((100vw - 420px) / 860));
            font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: .5px;
            letter-spacing: .03125rem
        }

            section.tiles-list .tile .title
            b {
                font-weight: 615
            }

        section.tiles-list .tile
        .title {
            font-weight: 300;
            margin-bottom: 20px;
            text-transform: uppercase
        }

        section.tiles-list .tile
        .copy {
            font-size: calc(13px + 2 * ((100vw - 420px) / 860));
            font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
            line-height: 1.75;
            color: #5d5d5d
        }

            section.tiles-list .tile .copy
            b {
                font-weight: 530
            }

        section.tiles-list .tile
        .copy {
            max-width: 530px
        }

        section.tiles-list .tile .image-wrapper {
            position: relative;
            overflow: hidden;
            max-width: 410px;
            width: 35%;
            padding-bottom: 23.25%
        }

        section.tiles-list .tile .image-src {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: cover;
            transform: scale(1.25) translateZ(0);
            transition: all 1.3s cubic-bezier(.43,.195,.02,1) .5s
        }

            section.tiles-list .tile .image-src.viewed {
                transform: scale(1) translateZ(0)
            }

            section.tiles-list .tile .image-src:before {
                content: "";
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                position: absolute;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: .25
            }

            section.tiles-list .tile .image-src.placeholder {
                background-color: #101010
            }

                section.tiles-list .tile .image-src.placeholder:after {
                    content: "";
                    background-image: url(../assets/images/image-icon.svg);
                    background-position: 50%;
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 36px;
                    height: 36px;
                    position: absolute;
                    transform: translate(-50%,-50%);
                    top: 50%;
                    left: 50%
                }

        section.tiles-list .tile
        .arrow {
            min-width: 60px
        }

        section.tiles-list .tile .arrow-button {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            position: relative;
            border: 1px solid #393939;
            transition: all .4s ease
        }

            section.tiles-list .tile .arrow-button:before {
                content: "";
                position: absolute;
                top: 20px;
                left: 17px;
                background-image: url(../assets/images/arrow-right02.svg);
                filter: invert(1);
                background-size: contain;
                background-repeat: no-repeat;
                width: 29px;
                height: 19px;
                opacity: 1;
                transition: all .3s ease
            }

        section.tiles-list .tile .arrow-button {
            border-color: #e9e9e9
        }

            section.tiles-list .tile .arrow-button:before {
                filter: none
            }

            section.tiles-list .tile .arrow-button:hover {
                background-color: #000
            }

                section.tiles-list .tile .arrow-button:hover:before {
                    filter: invert(1)
                }

        section.tiles-list .tile .arrow-button {
            display: block
        }

    section.tiles-list.view-detect
    .tile {
        opacity: 0;
        transform: translateY(60px);
        transition: transform 1s cubic-bezier(.77,0,.175,1) .8s,opacity 1s cubic-bezier(.77,0,.175,1) .8s;
        visibility: hidden
    }

        section.tiles-list.view-detect .tile:first-of-type {
            transition-delay: .8s
        }

        section.tiles-list.view-detect .tile:nth-of-type(2) {
            transition-delay: .9s
        }

        section.tiles-list.view-detect .tile:nth-of-type(3) {
            transition-delay: 1.2s
        }

        section.tiles-list.view-detect .tile:nth-of-type(4) {
            transition-delay: 1.3s
        }

        section.tiles-list.view-detect .tile:nth-of-type(5) {
            transition-delay: 1.6s
        }

        section.tiles-list.view-detect .tile:nth-of-type(6) {
            transition-delay: 1.7s
        }

    section.tiles-list.view-detect.viewed
    .tile {
        opacity: 1;
        transform: none;
        visibility: visible
    }

section.timeline-carousel {
    overflow: hidden;
    padding: 70px 0;
    position: relative;
    background-color: #f8f8f8
}

    section.timeline-carousel
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

        section.timeline-carousel
        .container.top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative
        }

    section.timeline-carousel .section-subtitle {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.timeline-carousel .section-subtitle:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain;
            background-image: url(../assets/images/arrow01-grey.svg)
        }

    section.timeline-carousel .section-subtitle {
        color: #000;
        margin-bottom: 0
    }

    section.timeline-carousel .section-title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        section.timeline-carousel .section-title
        b {
            font-weight: 530
        }

    section.timeline-carousel
    .slides {
        margin-top: 40px;
        position: relative
    }

    section.timeline-carousel
    .f {
        position: static
    }

    section.timeline-carousel .flickity-viewport {
        overflow: visible
    }

    section.timeline-carousel .timeline-card {
        border-left: 1px solid #d8d8d8;
        padding-left: 15px
    }

        section.timeline-carousel .timeline-card > .inner {
            width: calc(100vw - 8vw - 40px);
            padding-right: 15px
        }

        section.timeline-carousel .timeline-card
        .image {
            width: 100%;
            max-width: 440px;
            padding-bottom: 100%;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: cover;
            margin-bottom: 15px
        }

        section.timeline-carousel .timeline-card
        .content {
            display: flex;
            flex-flow: column;
            justify-content: space-between;
            align-items: flex-start;
            min-height: 165px;
            padding: 10px;
            padding-bottom: 0
        }

        section.timeline-carousel .timeline-card
        .date {
            font-size: 11px;
            font-size: .6875rem;
            font-weight: 600;
            letter-spacing: 1.2px;
            letter-spacing: .075rem;
            line-height: 1
        }

        section.timeline-carousel .timeline-card
        .title {
            font-size: 28px;
            font-size: 1.75rem;
            font-weight: 300;
            text-transform: uppercase;
            line-height: 1;
            margin-bottom: 20px
        }

        section.timeline-carousel .timeline-card.is-selected {
            transform: scale(1.5)
        }

    section.timeline-carousel .nav-arrows {
        display: block;
        text-align: right;
        z-index: 1
    }

        section.timeline-carousel .nav-arrows .flickity-button {
            -webkit-appearance: none;
            appearance: none;
            background: #000;
            border-radius: 100%;
            box-shadow: none;
            cursor: pointer;
            opacity: 1;
            outline: none;
            overflow: hidden;
            top: auto;
            bottom: 20px;
            left: auto;
            width: 40px;
            height: 40px;
            transform: none;
            transition: all .6s ease 0s;
            top: calc(50% - 31px);
            border: 1px solid hsla(0,0%,100%,.45)
        }

            section.timeline-carousel .nav-arrows .flickity-button .flickity-button-icon {
                margin: auto;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                position: absolute;
                width: 15px;
                height: 15px;
                transition: transform .6s ease .15s
            }

            section.timeline-carousel .nav-arrows .flickity-button
            svg {
                transition: all .6s ease 0s
            }

                section.timeline-carousel .nav-arrows .flickity-button svg
                path {
                    fill: #000;
                    transition: all .6s ease 0s
                }

            section.timeline-carousel .nav-arrows .flickity-button:after {
                background: #000;
                content: "";
                margin: auto;
                opacity: 0;
                top: calc(50% - 1px);
                right: 0;
                left: 0;
                position: absolute;
                width: 0;
                height: 2px;
                transition: all .6s ease 0s
            }

            section.timeline-carousel .nav-arrows .flickity-button:disabled {
                background-color: #000
            }

                section.timeline-carousel .nav-arrows .flickity-button:disabled:after, section.timeline-carousel .nav-arrows .flickity-button:disabled
                svg {
                    opacity: .35
                }

            section.timeline-carousel .nav-arrows .flickity-button:not(:hover) svg
            path {
                fill: #fff
            }

            section.timeline-carousel .nav-arrows .flickity-button:not(:hover):after {
                background: #000
            }

            section.timeline-carousel .nav-arrows .flickity-button:not(:disabled):active, section.timeline-carousel .nav-arrows .flickity-button:not(:disabled):hover {
                background-color: #fff;
                border-color: transparent
            }

                section.timeline-carousel .nav-arrows .flickity-button:not(:disabled):active .flickity-button-icon, section.timeline-carousel .nav-arrows .flickity-button:not(:disabled):hover .flickity-button-icon {
                    transition-delay: .15s
                }

                section.timeline-carousel .nav-arrows .flickity-button:not(:disabled):active:after, section.timeline-carousel .nav-arrows .flickity-button:not(:disabled):hover:after {
                    opacity: 1;
                    transition-delay: 0s;
                    width: 20px
                }

                section.timeline-carousel .nav-arrows .flickity-button:not(:disabled):active.previous .flickity-button-icon, section.timeline-carousel .nav-arrows .flickity-button:not(:disabled):hover.previous .flickity-button-icon {
                    transform: translateX(-7px)
                }

                section.timeline-carousel .nav-arrows .flickity-button:not(:disabled):active.next .flickity-button-icon, section.timeline-carousel .nav-arrows .flickity-button:not(:disabled):hover.next .flickity-button-icon {
                    transform: translateX(7px)
                }

            section.timeline-carousel .nav-arrows .flickity-button.previous {
                left: 4vw
            }

            section.timeline-carousel .nav-arrows .flickity-button.next {
                right: 4vw
            }

        section.timeline-carousel .nav-arrows button.flickity-button {
            position: relative;
            bottom: 0;
            background-color: transparent;
            border: 1px solid #000
        }

            section.timeline-carousel .nav-arrows button.flickity-button svg
            path {
                fill: #000 !important
            }

            section.timeline-carousel .nav-arrows button.flickity-button.previous {
                left: -40px
            }

    section.timeline-carousel.view-detect .timeline-card {
        opacity: 0;
        transform: translateY(60px);
        transition: transform 1s cubic-bezier(.77,0,.175,1) .8s,opacity 1s cubic-bezier(.77,0,.175,1) .8s;
        visibility: hidden
    }

        section.timeline-carousel.view-detect .timeline-card:first-of-type {
            transition-delay: 1.2s
        }

        section.timeline-carousel.view-detect .timeline-card:nth-of-type(2) {
            transition-delay: 1.4s
        }

        section.timeline-carousel.view-detect .timeline-card:nth-of-type(3) {
            transition-delay: 1.6s
        }

        section.timeline-carousel.view-detect .timeline-card:nth-of-type(4) {
            transition-delay: 1.8s
        }

        section.timeline-carousel.view-detect .timeline-card:nth-of-type(5) {
            transition-delay: 2s
        }

    section.timeline-carousel.view-detect.viewed .hgroup, section.timeline-carousel.view-detect.viewed .timeline-card {
        opacity: 1;
        transform: none;
        visibility: visible
    }

section.two-columns-content {
    padding: 120px 0;
    margin-top: -1px
}

    section.two-columns-content.overview {
        background-color: #f9f9f9;
        position: relative;
        padding-top: 175px;
        padding-bottom: 250px
    }

    section.two-columns-content
    .container {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1280px
    }

    section.two-columns-content
    aside {
        width: 50%
    }

    section.two-columns-content .left-column {
        max-width: 600px;
        padding-right: 100px
    }

    section.two-columns-content
    .title {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 16 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1.2
    }

        section.two-columns-content .title
        b {
            font-weight: 530
        }

    section.two-columns-content
    .title {
        font-size: calc(24px + 12 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860))
    }

    section.two-columns-content
    .subtitle {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.two-columns-content .subtitle:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain
        }

    section.two-columns-content .textarea
    p {
        margin-bottom: 30px
    }

    section.two-columns-content .textarea
    ul {
        font-size: calc(13px + 2 * ((100vw - 420px) / 860));
        font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
        line-height: 1.75;
        color: #5d5d5d
    }

        section.two-columns-content .textarea ul
        b {
            font-weight: 530
        }

    section.two-columns-content .textarea
    ul {
        margin-bottom: 30px
    }

        section.two-columns-content .textarea ul
        li {
            margin-bottom: 4px;
            margin-left: 20px;
            padding-left: 20px;
            position: relative
        }

            section.two-columns-content .textarea ul li:before {
                content: "•";
                position: absolute;
                top: -7px;
                font-size: 24px;
                font-size: 1.5rem;
                left: 0;
                color: #000
            }

        section.two-columns-content .textarea ul > li, section.two-columns-content .textarea ul ul ol li, section.two-columns-content .textarea ul ul ul
        li {
            list-style-type: none
        }

    section.two-columns-content .textarea
    ol {
        font-size: calc(13px + 2 * ((100vw - 420px) / 860));
        font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
        line-height: 1.75;
        color: #5d5d5d
    }

        section.two-columns-content .textarea ol
        b {
            font-weight: 530
        }

    section.two-columns-content .textarea
    ol {
        margin-bottom: 30px
    }

        section.two-columns-content .textarea ol
        li {
            margin-bottom: 4px;
            margin-left: 45px
        }

        section.two-columns-content .textarea ol > li {
            list-style-type: decimal
        }

        section.two-columns-content .textarea ol ol ol li, section.two-columns-content .textarea ol ol ul
        li {
            list-style-type: lower-latin
        }

    section.two-columns-content .textarea
    h1 {
        font-size: calc(52px + 32 * ((100vw - 420px) / 860));
        font-size: calc(3.25rem + 32 * ((100vw - 26.25rem) / 860));
        font-weight: 300;
        line-height: 1
    }

        section.two-columns-content .textarea h1
        b {
            font-weight: 615
        }

    section.two-columns-content .textarea
    h1 {
        margin-bottom: 40px
    }

    section.two-columns-content .textarea
    h2 {
        font-size: calc(28px + 18 * ((100vw - 370px) / 910));
        font-size: calc(1.75rem + 18 * ((100vw - 23.125rem) / 910));
        line-height: 1.2;
        font-weight: 300
    }

        section.two-columns-content .textarea h2
        b {
            font-weight: 615
        }

    section.two-columns-content .textarea
    h2 {
        margin-bottom: 30px
    }

    section.two-columns-content .textarea
    h3 {
        font-size: calc(24px + 12 * ((100vw - 420px) / 860));
        font-size: calc(1.5rem + 12 * ((100vw - 26.25rem) / 860));
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: .5px;
        letter-spacing: .03125rem
    }

        section.two-columns-content .textarea h3
        b {
            font-weight: 615
        }

    section.two-columns-content .textarea
    h3 {
        margin-bottom: 30px
    }

    section.two-columns-content .textarea
    h4 {
        font-size: calc(22px + 8 * ((100vw - 420px) / 860));
        font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
        font-weight: 600;
        line-height: 1.05;
        letter-spacing: .5px;
        letter-spacing: .03125rem
    }

        section.two-columns-content .textarea h4
        b {
            font-weight: 615
        }

    section.two-columns-content .textarea
    h4 {
        margin-bottom: 20px
    }

    section.two-columns-content .textarea
    h5 {
        font-size: calc(22px + 8 * ((100vw - 420px) / 860));
        font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
        font-weight: 600;
        line-height: 1.05;
        letter-spacing: .5px;
        letter-spacing: .03125rem
    }

        section.two-columns-content .textarea h5
        b {
            font-weight: 615
        }

    section.two-columns-content .textarea
    h5 {
        margin-bottom: 20px
    }

    section.two-columns-content .textarea
    p {
        font-size: calc(13px + 2 * ((100vw - 420px) / 860));
        font-size: calc(.8125rem + 2 * ((100vw - 26.25rem) / 860));
        line-height: 1.75;
        color: #5d5d5d
    }

        section.two-columns-content .textarea p
        b {
            font-weight: 530
        }

    section.two-columns-content .textarea b, section.two-columns-content .textarea bold, section.two-columns-content .textarea
    strong {
        font-weight: 700
    }

    section.two-columns-content .textarea
    .dropkick {
        width: 100%;
        min-width: 300px
    }

        section.two-columns-content .textarea .dropkick:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #e9e9e9;
            border-radius: 4px
        }

        section.two-columns-content .textarea .dropkick.dk-select-open-down, section.two-columns-content .textarea .dropkick.dk-select-open-up {
            position: relative
        }

            section.two-columns-content .textarea .dropkick.dk-select-open-down:before, section.two-columns-content .textarea .dropkick.dk-select-open-up:before {
                background-image: linear-gradient(47deg,#40db5c,#03c7fd)
            }

            section.two-columns-content .textarea .dropkick.dk-select-open-down .dk-selected:before {
                transform: rotate(180deg)
            }

        section.two-columns-content .textarea .dropkick .dk-selected {
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid transparent;
            padding: 20px 27px;
            font-size: 14px;
            font-size: .875rem;
            font-weight: 530
        }

            section.two-columns-content .textarea .dropkick .dk-selected:before {
                content: "";
                position: absolute;
                top: 28px;
                right: 20px;
                border: none;
                width: 13px;
                height: 7px;
                background-position: 50%;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAlCAYAAADbVxCwAAAAz0lEQVRYR+2VwQ3CMBAEJ51QAiVAB5RAB5SUVmiBCqADUgLyI1IUOfKdfPew2LxX1mS8d54Y6JsGYkWwWbclszILGrCsFsiszBYD2rNZPfgrs3fgAVyBpWHUk60e1Wv2DDyBdwO4gM7AC7gYfiwFthzaAg4BjdwGR8BhoJGwNcO3iKvf9qG3s/turYa/wKm3o/vDo2G3hj89w1SbsAzYFbjAttaZ6/3IgnVBWMOCtZry5mTWa8yal1mrKW9OZr3GrHmZtZry5mTWa8yaH8rsDyzRJCZ96WXpAAAAAElFTkSuQmCC")
            }

            section.two-columns-content .textarea .dropkick .dk-selected:after {
                border: none
            }

        section.two-columns-content .textarea .dropkick .dk-select-options {
            padding: 20px 25px;
            background-color: #fff;
            border-radius: 0
        }

            section.two-columns-content .textarea .dropkick .dk-select-options .dk-option-selected {
                background-color: #fff;
                color: #000;
                background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAC+0lEQVRYR+2Wz0sUYRjHv+/7jmYlQtDFwhUzSmLNXbc124ooKOiiB2mUTh3t5h8g9A+USBREBy8eapc82KVbh8hNDLLcVQhK2w1DKalU9FA7T8yvnRl2Yd61DSRmLy/zvi+7n/283/d5hmEXftguZEIAJXsqganAlKwB2X3/X6YOv32uEvE+ItFNxEPEBIh4niCmATHxNRZJydpx79uRqabZZ3FibBQkEoCARhwWEIrP+jxEGlwZWouGX1cCVzFUy7vJHo34JIGDYJixRmGOJfMcIN77Ld7xVBasIqgjsxNx4mxGBwEzDdlmjBHC+2yv66C8pkvWWEVQrXOPp4h4wmPIsOM2ZpkrGjPXNfD0Wix6VsaWNNTxzLhaIJ70mDGMKSXG6kUt1gtkzTvrBNEvE35pqGNzY0mgRtVcmXGHWs8SoKCe1yJ1NI5Xmz9wa3nJA8wgUquxU/1+tqSh2jJjOQ08VGLKun16xur5HiRbu9FUuw/XPrxBZnvLkzG9XKzGTjdXEeoh2dkxQ80x3BjHk+85LGxvGECPWs8bQOrHGWS3Nh0g1xGvdJ7xFeG7wf5XJ7IPqHjbwNEg9mK85QoO1ezHYC6N4caoATSwmPYC2RcBHBoJrHSe8/1N3w0O1L0cIEJOGRBoUEywtroD2Cj8wvXFF8hurZuGypUHJvJfoheqd3zh+btJIq4a19uoP4pRKNvqDuJ+80Xc/PQSC9s/XQVUcRXWYsVPLUcvVS/o4cyICqYk9SyVlgUHtLSgOvuJif7lyGXffih9fPoxtmdHpogpCae1lC+UxXVPy1HS+cjV6hZPHSqSvR3/DT6jX38iq1JbrcQAcbUezzoTKGis63O0R6oxV2RKBzuZvdNDjE2SnqliM3beEso3ada71NH3bxqyfRMtY6OASNhvBXaWDEPme5Ue+rRW4EOL0QEpQ/b3V2zKXY3D8yMqIPqIeDdBhMwjVPJEfBrgE+/bb/iGulx1/ysov3ax0/UAStZcYCowJWtAdl+QKVlTfwCsgoc0X7Sk5QAAAABJRU5ErkJggg==");
                background-size: 36px;
                background-position: 101% 50%;
                background-repeat: no-repeat
            }

            section.two-columns-content .textarea .dropkick .dk-select-options .dk-option {
                text-transform: none;
                font-size: 14px;
                font-size: .875rem;
                font-weight: 530;
                padding: 5px 0
            }

                section.two-columns-content .textarea .dropkick .dk-select-options .dk-option.dk-option-highlight {
                    background-color: #fff;
                    color: #000
                }

                section.two-columns-content .textarea .dropkick .dk-select-options .dk-option:focus, section.two-columns-content .textarea .dropkick .dk-select-options .dk-option:hover {
                    outline: none;
                    color: #000;
                    border-color: transparent;
                    background-color: transparent;
                    opacity: .7
                }

    section.two-columns-content .textarea
    hr {
        background-color: rgba(0,0,0,.1);
        border: 0;
        height: 1px;
        margin-bottom: 1em
    }

    section.two-columns-content .textarea
    .alignleft {
        float: left
    }

    section.two-columns-content .textarea
    .alignright {
        float: right
    }

    section.two-columns-content .textarea
    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    section.two-columns-content .textarea blockquote.alignleft, section.two-columns-content .textarea
    img.alignleft {
        margin: 7px 24px 7px 0
    }

    section.two-columns-content .textarea .wp-caption.alignleft {
        margin: 7px 14px 7px 0
    }

    section.two-columns-content .textarea blockquote.alignright, section.two-columns-content .textarea
    img.alignright {
        margin: 7px 0 7px 24px
    }

    section.two-columns-content .textarea .wp-caption.alignright {
        margin: 7px 0 7px 14px
    }

    section.two-columns-content .textarea .wp-caption.aligncenter, section.two-columns-content .textarea blockquote.aligncenter, section.two-columns-content .textarea
    img.aligncenter {
        margin-bottom: 7px;
        margin-top: 7px
    }

    section.two-columns-content .textarea .site-content blockquote.alignleft, section.two-columns-content .textarea .site-content
    blockquote.alignright {
        border-top: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-top: 17px;
        width: 50%
    }

        section.two-columns-content .textarea .site-content blockquote.alignleft p, section.two-columns-content .textarea .site-content blockquote.alignright
        p {
            margin-bottom: 17px
        }

    section.two-columns-content .textarea
    .gallery {
        margin-bottom: 20px
    }

    section.two-columns-content .textarea .gallery-item {
        float: left;
        margin: 0 4px 4px 0;
        overflow: hidden;
        position: relative
    }

    section.two-columns-content .textarea .gallery-columns-1 .gallery-item {
        max-width: 100%
    }

    section.two-columns-content .textarea .gallery-columns-2 .gallery-item {
        max-width: 48%;
        max-width: calc(50% - 4px)
    }

    section.two-columns-content .textarea .gallery-columns-3 .gallery-item {
        max-width: 32%;
        max-width: calc(33.3% - 4px)
    }

    section.two-columns-content .textarea .gallery-columns-4 .gallery-item {
        max-width: 23%;
        max-width: calc(25% - 4px)
    }

    section.two-columns-content .textarea .gallery-columns-5 .gallery-item {
        max-width: 19%;
        max-width: calc(20% - 4px)
    }

    section.two-columns-content .textarea .gallery-columns-6 .gallery-item {
        max-width: 15%;
        max-width: calc(16.7% - 4px)
    }

    section.two-columns-content .textarea .gallery-columns-7 .gallery-item {
        max-width: 13%;
        max-width: calc(14.28% - 4px)
    }

    section.two-columns-content .textarea .gallery-columns-8 .gallery-item {
        max-width: 11%;
        max-width: calc(12.5% - 4px)
    }

    section.two-columns-content .textarea .gallery-columns-9 .gallery-item {
        max-width: 9%;
        max-width: calc(11.1% - 4px)
    }

        section.two-columns-content .textarea .gallery-columns-1 .gallery-item:nth-of-type(1n), section.two-columns-content .textarea .gallery-columns-2 .gallery-item:nth-of-type(2n), section.two-columns-content .textarea .gallery-columns-3 .gallery-item:nth-of-type(3n), section.two-columns-content .textarea .gallery-columns-4 .gallery-item:nth-of-type(4n), section.two-columns-content .textarea .gallery-columns-5 .gallery-item:nth-of-type(5n), section.two-columns-content .textarea .gallery-columns-6 .gallery-item:nth-of-type(6n), section.two-columns-content .textarea .gallery-columns-7 .gallery-item:nth-of-type(7n), section.two-columns-content .textarea .gallery-columns-8 .gallery-item:nth-of-type(8n), section.two-columns-content .textarea .gallery-columns-9 .gallery-item:nth-of-type(9n) {
            margin-right: 0
        }

    section.two-columns-content .textarea .gallery-caption {
        background-color: rgba(0,0,0,.7);
        box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.5;
        margin: 0;
        max-height: 50%;
        opacity: 0;
        padding: 6px 8px;
        bottom: 0;
        left: 0;
        position: absolute;
        text-align: left;
        width: 100%
    }

        section.two-columns-content .textarea .gallery-caption:before {
            content: "";
            min-height: 49px;
            top: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 100%
        }

    section.two-columns-content .textarea .gallery-item:hover .gallery-caption {
        opacity: 1
    }

    section.two-columns-content .textarea .gallery-columns-7 .gallery-caption, section.two-columns-content .textarea .gallery-columns-8 .gallery-caption, section.two-columns-content .textarea .gallery-columns-9 .gallery-caption {
        display: none
    }

    section.two-columns-content .textarea .format-aside .entry-content, section.two-columns-content .textarea .format-aside .entry-summary, section.two-columns-content .textarea .format-link .entry-content, section.two-columns-content .textarea .format-link .entry-summary, section.two-columns-content .textarea .format-quote .entry-content, section.two-columns-content .textarea .format-quote .entry-summary {
        padding-top: 0
    }

    section.two-columns-content .textarea .site-content .format-aside .entry-title, section.two-columns-content .textarea .site-content .format-link .entry-title, section.two-columns-content .textarea .site-content .format-quote .entry-title {
        display: none
    }

    section.two-columns-content .textarea .mce-ignore-li ol, section.two-columns-content .textarea .mce-ignore-li ol li, section.two-columns-content .textarea .mce-ignore-li ul, section.two-columns-content .textarea .mce-ignore-li ul
    li {
        font-size: 1em;
        margin: 0;
        padding: 0;
        list-style: none
    }

section.values-slider {
    padding: 150px 0 170px;
    position: relative;
    background-color: #000;
    color: #fff
}

    section.values-slider
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        width: 100%;
        max-width: 1480px
    }

    section.values-slider
    .titles {
        margin-bottom: 120px;
        text-align: center
    }

    section.values-slider .section-subtitle {
        font-size: 11px;
        font-size: .6875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1.2px;
        letter-spacing: .075rem;
        margin-bottom: 23px;
        margin-left: 20px;
        position: relative;
        display: inline-block
    }

        section.values-slider .section-subtitle:before {
            content: "";
            position: absolute;
            top: 1px;
            left: -20px;
            width: 10px;
            height: 10px;
            background-image: url(../assets/images/arrow01.svg);
            background-size: contain
        }

    section.values-slider .section-subtitle {
        margin-bottom: 10px
    }

    section.values-slider .section-title {
        font-size: calc(28px + 18 * ((100vw - 370px) / 910));
        font-size: calc(1.75rem + 18 * ((100vw - 23.125rem) / 910));
        line-height: 1.2;
        font-weight: 300
    }

        section.values-slider .section-title
        b {
            font-weight: 615
        }

    section.values-slider
    .slide {
        position: relative;
        width: 100%
    }

        section.values-slider .slide
        .value {
            font-size: calc(50px + 250 * ((100vw - 320px) / 960));
            font-size: calc(3.125rem + 250 * ((100vw - 20rem) / 960));
            font-weight: 300;
            text-transform: uppercase;
            line-height: 1;
            margin-bottom: 65px;
            text-align: center;
            opacity: .25
        }

        section.values-slider .slide.is-selected .value
        span.char {
            animation: b 1.5s cubic-bezier(.5,0,.5,1) both;
            animation-delay: calc(.5s * var(--random) + .4s)
        }

        section.values-slider .slide.is-selected
        .copy {
            opacity: 1
        }

        section.values-slider .slide
        .copy {
            font-size: calc(22px + 8 * ((100vw - 420px) / 860));
            font-size: calc(1.375rem + 8 * ((100vw - 26.25rem) / 860));
            font-weight: 600;
            line-height: 1.05;
            letter-spacing: .5px;
            letter-spacing: .03125rem
        }

            section.values-slider .slide .copy
            b {
                font-weight: 615
            }

        section.values-slider .slide
        .copy {
            font-weight: 300;
            max-width: 600px;
            text-align: center;
            margin: 90px auto 0;
            transition: all .75s ease .2s;
            opacity: 0
        }

    section.values-slider .nav-arrows .flickity-button {
        -webkit-appearance: none;
        appearance: none;
        background: #000;
        border-radius: 100%;
        box-shadow: none;
        cursor: pointer;
        opacity: 1;
        outline: none;
        overflow: hidden;
        top: auto;
        bottom: 20px;
        left: auto;
        width: 40px;
        height: 40px;
        transform: none;
        transition: all .6s ease 0s;
        top: calc(50% - 31px);
        border: 1px solid hsla(0,0%,100%,.45)
    }

        section.values-slider .nav-arrows .flickity-button .flickity-button-icon {
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            width: 15px;
            height: 15px;
            transition: transform .6s ease .15s
        }

        section.values-slider .nav-arrows .flickity-button
        svg {
            transition: all .6s ease 0s
        }

            section.values-slider .nav-arrows .flickity-button svg
            path {
                fill: #000;
                transition: all .6s ease 0s
            }

        section.values-slider .nav-arrows .flickity-button:after {
            background: #000;
            content: "";
            margin: auto;
            opacity: 0;
            top: calc(50% - 1px);
            right: 0;
            left: 0;
            position: absolute;
            width: 0;
            height: 2px;
            transition: all .6s ease 0s
        }

        section.values-slider .nav-arrows .flickity-button:disabled {
            background-color: #000
        }

            section.values-slider .nav-arrows .flickity-button:disabled:after, section.values-slider .nav-arrows .flickity-button:disabled
            svg {
                opacity: .35
            }

        section.values-slider .nav-arrows .flickity-button:not(:hover) svg
        path {
            fill: #fff
        }

        section.values-slider .nav-arrows .flickity-button:not(:hover):after {
            background: #000
        }

        section.values-slider .nav-arrows .flickity-button:not(:disabled):active, section.values-slider .nav-arrows .flickity-button:not(:disabled):hover {
            background-color: #fff;
            border-color: transparent
        }

            section.values-slider .nav-arrows .flickity-button:not(:disabled):active .flickity-button-icon, section.values-slider .nav-arrows .flickity-button:not(:disabled):hover .flickity-button-icon {
                transition-delay: .15s
            }

            section.values-slider .nav-arrows .flickity-button:not(:disabled):active:after, section.values-slider .nav-arrows .flickity-button:not(:disabled):hover:after {
                opacity: 1;
                transition-delay: 0s;
                width: 20px
            }

            section.values-slider .nav-arrows .flickity-button:not(:disabled):active.previous .flickity-button-icon, section.values-slider .nav-arrows .flickity-button:not(:disabled):hover.previous .flickity-button-icon {
                transform: translateX(-7px)
            }

            section.values-slider .nav-arrows .flickity-button:not(:disabled):active.next .flickity-button-icon, section.values-slider .nav-arrows .flickity-button:not(:disabled):hover.next .flickity-button-icon {
                transform: translateX(7px)
            }

        section.values-slider .nav-arrows .flickity-button.previous {
            left: 4vw
        }

        section.values-slider .nav-arrows .flickity-button.next {
            right: 4vw
        }

    section.values-slider .nav-arrows button.flickity-button.previous {
        left: 110px
    }

    section.values-slider .nav-arrows button.flickity-button.next {
        right: 110px
    }

    section.values-slider.view-detect
    .container {
        opacity: 0;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) .2s
    }

    section.values-slider.view-detect.viewed
    .container {
        opacity: 1
    }

@media only screen and (min-width:600px) {
    section.features-carousel .feature-card:nth-child(2n+2) figure.cover {
        height: 340px
    }

    section.features-carousel .feature-card
    .inner {
        max-width: 380px
    }

    section.timeline-carousel .timeline-card:nth-child(2n+2) figure.cover {
        height: 340px
    }

    section.timeline-carousel .timeline-card
    .inner {
        max-width: 380px
    }
}

@media (min-width:661px) {
    div.contact-popup .contact-form .toggle ul.gfield_radio li, section.contact-form .contact-form .toggle ul.gfield_radio li, section.style-guide form .toggle ul.gfield_radio
    li {
        width: 22%
    }
}

@media (min-width:769px) {
    section.looking-glass {
        padding: 280px 0 295px
    }

        section.looking-glass .form-block
        .item {
            padding-top: 22px;
            padding-left: 15px;
            padding-right: 17px;
            flex: 1;
            height: 64px;
            border-radius: 0;
            margin-bottom: 0
        }

            section.looking-glass .form-block
            .item.first {
                border-radius: 100px 0 0 100px;
                padding-left: 25px
            }

            section.looking-glass .form-block
            .item.last {
                border-radius: 0 100px 100px 0
            }

            section.looking-glass .form-block
            .item.item1 {
                max-width: 246px
            }

            section.looking-glass .form-block
            .item.item2 {
                margin: 0 2px;
                max-width: 160px
            }

            section.looking-glass .form-block
            .item.item3 {
                max-width: 225px
            }

            section.looking-glass .form-block .item.on-active
            .label {
                transform: translateY(-9px)
            }

        section.looking-glass .form-block .help-button {
            display: flex
        }

        section.looking-glass .go-button-block {
            padding: 80px 0 50px
        }

            section.looking-glass .go-button-block .help-button {
                display: none
            }

        section.looking-glass .go-button {
            font-size: 360px;
            font-size: 22.5rem
        }

    section.text-centered + section.tiles-list {
        padding-top: 0;
        margin-top: -100px
    }
}

@media(min-width:961px) {
    section.crosslinks.inline-title .post-card {
        padding-left: 20px;
        padding-right: 0
    }

    section.tiles-grid
    .tile {
        margin-bottom: 80px
    }
}

@media (min-width:1024px) {
    html.has-custom-cursor .full-screen-media
    * {
        cursor: none
    }

    html.has-custom-cursor .custom-cursor {
        display: block
    }
}

@media (min-width:1025px) {
    .error404 .hero
    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    * {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    div.contact-popup .contact-form ul.gform_fields > li:not(.gfield_html):not(:last-of-type) {
        margin-bottom: 10px
    }

    div.contact-popup .contact-form ul.gform_fields > li:not(.gfield_html):last-of-type {
        margin-bottom: 30px
    }

    #full-screen-menu
    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    #full-screen-menu .burger-menu {
        margin-left: 40px
    }

        #full-screen-menu .burger-menu li.menu-item > a:before {
            content: "";
            position: absolute;
            top: 22px;
            left: -10px;
            background-image: url(../assets/images/arrow-right-big.svg);
            background-size: contain;
            width: 60px;
            height: 41px;
            transform: translateX(-120%);
            opacity: 0;
            visibility: hidden;
            transition: all .3s ease;
            will-change: transform
        }

    #full-screen-menu.is-active .burger-menu li.menu-item.current > a, #full-screen-menu.is-active .burger-menu li.menu-item.is-active > a, #full-screen-menu.is-hovered .burger-menu li.menu-item.current > a, #full-screen-menu.is-hovered .burger-menu li.menu-item.is-active > a, #full-screen-menu.submenu .burger-menu li.menu-item.current > a, #full-screen-menu.submenu .burger-menu li.menu-item.is-active > a {
        transform: translateX(70px)
    }

        #full-screen-menu.is-active .burger-menu li.menu-item.current > a:before, #full-screen-menu.is-active .burger-menu li.menu-item.is-active > a:before, #full-screen-menu.is-hovered .burger-menu li.menu-item.current > a:before, #full-screen-menu.is-hovered .burger-menu li.menu-item.is-active > a:before, #full-screen-menu.submenu .burger-menu li.menu-item.current > a:before, #full-screen-menu.submenu .burger-menu li.menu-item.is-active > a:before {
            transition: all .5s ease .3s;
            transform: translateX(-100%);
            visibility: visible;
            opacity: 1
        }

    article.article-builder > .container, div.list-content .container, footer.primary .container, nav.primary-menu .wrapper, section.contact-form .container, section.title-aside-textarea
    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    section.contact-form .contact-form ul.gform_fields > li:not(.gfield_html):not(:last-of-type) {
        margin-bottom: 10px
    }

    section.contact-form .contact-form ul.gform_fields > li:not(.gfield_html):last-of-type {
        margin-bottom: 30px
    }

    section.crosslinks
    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    section.crosslinks .nav-arrows .flickity-button {
        width: 62px;
        height: 62px
    }

        section.crosslinks .nav-arrows .flickity-button.previous {
            left: 35px
        }

        section.crosslinks .nav-arrows .flickity-button.next {
            right: 35px
        }

    section.features-carousel {
        padding: 160px 0
    }

        section.features-carousel
        .container {
            padding-left: 40px;
            padding-right: 40px
        }

        section.features-carousel
        .controls {
            margin-top: 80px
        }

        section.features-carousel .nav-arrows .flickity-button {
            width: 62px;
            height: 62px
        }

            section.features-carousel .nav-arrows .flickity-button.previous {
                left: 35px
            }

            section.features-carousel .nav-arrows .flickity-button.next {
                right: 35px
            }

    section.full-screen-media .wrapper, section.hero-home
    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    section.hero-home .nav-arrows .flickity-button {
        width: 62px;
        height: 62px
    }

        section.hero-home .nav-arrows .flickity-button.previous {
            left: 35px
        }

        section.hero-home .nav-arrows .flickity-button.next {
            right: 35px
        }

    section.hero-simple .container, section.hero-single > .container, section.hero-solution .container, section.hero-standard > .container, section.image-and-text-repeatable .container, section.image-and-text .container, section.image-text-accordion .container, section.image-text-accordion .titles-wrapper {
        padding-left: 40px;
        padding-right: 40px
    }

    body.home section.image-text-accordion {
        overflow: hidden
    }

        body.home section.image-text-accordion:after {
            content: "";
            position: absolute;
            top: -560px;
            right: -450px;
            background-image: url(../assets/images/dots-sphere.png);
            width: 847px;
            height: 793px
        }

    section.looking-glass .container, section.media-carousel
    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    section.media-carousel .carousel .flickity-button {
        width: 62px;
        height: 62px
    }

        section.media-carousel .carousel .flickity-button.previous {
            left: 35px
        }

        section.media-carousel .carousel .flickity-button.next {
            right: 35px
        }

    .posts-grid .container, section.positions .container, section.style-guide
    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    section.style-guide form ul.gform_fields > li:not(.gfield_html):not(:last-of-type) {
        margin-bottom: 10px
    }

    section.style-guide form ul.gform_fields > li:not(.gfield_html):last-of-type {
        margin-bottom: 30px
    }

    section.testimonials-carousel
    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    section.testimonials-carousel .nav-arrows .flickity-button {
        width: 62px;
        height: 62px
    }

        section.testimonials-carousel .nav-arrows .flickity-button.previous {
            left: 35px
        }

        section.testimonials-carousel .nav-arrows .flickity-button.next {
            right: 35px
        }

    section.text-centered .container, section.text-centered .stats-wrapper {
        padding-left: 40px;
        padding-right: 40px
    }

    body.page-template-template_standard section.text-centered.cta-banner {
        padding: 240px 0
    }

    section.text-centered.has-graphics {
        padding: 280px 0
    }

    section.hero-solution + section.text-centered .container, section.hero-standard + section.text-centered .container, section.tiles-grid .container, section.tiles-list
    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    section.timeline-carousel {
        padding: 120px 0
    }

        section.timeline-carousel
        .container {
            padding-left: 40px;
            padding-right: 40px
        }

        section.timeline-carousel .nav-arrows .flickity-button {
            width: 62px;
            height: 62px
        }

            section.timeline-carousel .nav-arrows .flickity-button.previous {
                left: 35px
            }

            section.timeline-carousel .nav-arrows .flickity-button.next {
                right: 35px
            }

    section.two-columns-content .container, section.values-slider
    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    section.values-slider .nav-arrows .flickity-button {
        width: 62px;
        height: 62px
    }

        section.values-slider .nav-arrows .flickity-button.previous {
            left: 35px
        }

        section.values-slider .nav-arrows .flickity-button.next {
            right: 35px
        }
}

@media (min-width:1230px) and (max-width:1430px) {
    section.crosslinks .progress-bar {
        left: 20px;
        margin-left: 0;
        margin-right: 0
    }

    section.features-carousel .progress-bar {
        right: 20px;
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:1231px) {
    section.crosslinks.inline-title .post-card {
        min-width: 410px
    }

    section.features-carousel .feature-card .inner:hover
    figure.cover {
        opacity: .3
    }

    section.timeline-carousel .timeline-card .inner:hover
    figure.cover {
        opacity: .3
    }
}

@media screen and (min-width:1280px) {
    .error404 .hero
    h1 {
        font-size: 200px;
        font-size: 12.5rem
    }

    .error404 .hero h3, div.contact-popup
    .title {
        font-size: 46px;
        font-size: 2.875rem
    }

    div.contact-popup
    .phone {
        font-size: 30px;
        font-size: 1.875rem
    }

    #full-screen-menu .burger-menu li.menu-item > a {
        font-size: 70px;
        font-size: 4.375rem
    }

    #full-screen-menu .submenu-items .submenu-item {
        font-size: 42px;
        font-size: 2.625rem
    }

    div.list-content
    .title {
        font-size: 40px;
        font-size: 2.5rem;
        font-size: 36px;
        font-size: 2.25rem
    }

    .stats .stat-item
    .number {
        font-size: 50px;
        font-size: 3.125rem
    }

    hgroup.page-titles .page-title {
        font-size: 90px;
        font-size: 5.625rem
    }

        hgroup.page-titles .page-title.smaller {
            font-size: 52px;
            font-size: 3.25rem
        }

    hgroup.page-titles .page-copy {
        font-size: 18px;
        font-size: 1.125rem
    }

    nav.primary-menu .submenu-tile
    .title {
        font-size: 30px;
        font-size: 1.875rem
    }

    section.title-aside-textarea
    .title {
        font-size: 40px;
        font-size: 2.5rem;
        font-size: 36px;
        font-size: 2.25rem
    }

    section.title-aside-textarea .textarea ol, section.title-aside-textarea .textarea
    ul {
        font-size: 15px;
        font-size: .9375rem
    }

    section.title-aside-textarea .textarea
    h1 {
        font-size: 84px;
        font-size: 5.25rem
    }

    section.title-aside-textarea .textarea
    h2 {
        font-size: 46px;
        font-size: 2.875rem
    }

    section.title-aside-textarea .textarea
    h3 {
        font-size: 36px;
        font-size: 2.25rem
    }

    section.title-aside-textarea .textarea h4, section.title-aside-textarea .textarea
    h5 {
        font-size: 30px;
        font-size: 1.875rem
    }

    section.title-aside-textarea .textarea
    p {
        font-size: 15px;
        font-size: .9375rem
    }

    footer.primary .cta-title {
        font-size: 40px;
        font-size: 2.5rem;
        font-size: 36px;
        font-size: 2.25rem
    }

    section.contact-form .section-title {
        font-size: 84px;
        font-size: 5.25rem
    }

    section.crosslinks .section-title {
        font-size: 46px;
        font-size: 2.875rem
    }

    section.crosslinks .post-card
    .title {
        font-size: 40px;
        font-size: 2.5rem
    }

    section.crosslinks .post-card.page
    .title {
        font-size: 30px;
        font-size: 1.875rem
    }

    section.features-carousel .section-title {
        font-size: 40px;
        font-size: 2.5rem
    }

    section.features-carousel .feature-card
    .title {
        font-size: 36px;
        font-size: 2.25rem
    }

    section.full-screen-media .title, section.hero-home .slide-title {
        font-size: 90px;
        font-size: 5.625rem
    }

    section.hero-single
    .copy {
        font-size: 50px;
        font-size: 3.125rem
    }

    section.hero-standard .underlay-title {
        font-size: 84px;
        font-size: 5.25rem
    }

    section.image-and-text-repeatable
    .title {
        font-size: 40px;
        font-size: 2.5rem;
        font-size: 36px;
        font-size: 2.25rem
    }

    section.image-and-text.dark .title, section.image-and-text
    .title {
        font-size: 40px;
        font-size: 2.5rem
    }

    section.image-and-text
    .title {
        font-size: 36px;
        font-size: 2.25rem
    }

    section.image-and-text .underlay-title {
        font-size: 84px;
        font-size: 5.25rem
    }

    section.image-text-accordion
    .title {
        font-size: 40px;
        font-size: 2.5rem
    }

    section.image-text-accordion .accordion-title {
        font-size: 30px;
        font-size: 1.875rem
    }

    section.looking-glass
    .title {
        font-size: 84px;
        font-size: 5.25rem
    }

    section.looking-glass
    .desc {
        font-size: 15px;
        font-size: .9375rem
    }

    section.looking-glass .form-block .item
    .label {
        font-size: 11px;
        font-size: .6875rem
    }

    section.looking-glass .bottom-block, section.looking-glass .form-block .item .dk-select, section.looking-glass .form-block .item .dk-select select, section.looking-glass .form-block .item input[type=text] {
        font-size: 15px;
        font-size: .9375rem
    }

    section.looking-glass .help-popup-block
    h4 {
        font-size: 30px;
        font-size: 1.875rem
    }

    section.looking-glass .help-popup-block .parameter-desc ol, section.looking-glass .help-popup-block .parameter-desc
    ul {
        font-size: 15px;
        font-size: .9375rem
    }

    section.media-carousel .section-title, section.network-diagram
    .title {
        font-size: 46px;
        font-size: 2.875rem
    }

    section.positions .section-title, section.positions
    .title {
        font-size: 40px;
        font-size: 2.5rem
    }

    section.positions .section-title {
        font-size: 36px;
        font-size: 2.25rem
    }

    section.positions .position
    .title {
        font-size: 30px;
        font-size: 1.875rem
    }

    section.positions .position .description ol, section.positions .position .description
    ul {
        font-size: 15px;
        font-size: .9375rem
    }

    section.positions .position .description
    h1 {
        font-size: 84px;
        font-size: 5.25rem
    }

    section.positions .position .description
    h2 {
        font-size: 46px;
        font-size: 2.875rem
    }

    section.positions .position .description
    h3 {
        font-size: 36px;
        font-size: 2.25rem
    }

    section.positions .position .description h4, section.positions .position .description
    h5 {
        font-size: 30px;
        font-size: 1.875rem
    }

    section.positions .position .description
    p {
        font-size: 15px;
        font-size: .9375rem
    }

    .posts-grid .no-posts, .posts-grid .post-card
    .title {
        font-size: 40px;
        font-size: 2.5rem
    }

    section.style-guide .content ol, section.style-guide .content
    ul {
        font-size: 15px;
        font-size: .9375rem
    }

    section.style-guide .content
    h1 {
        font-size: 84px;
        font-size: 5.25rem
    }

    section.style-guide .content
    h2 {
        font-size: 46px;
        font-size: 2.875rem
    }

    section.style-guide .content
    h3 {
        font-size: 36px;
        font-size: 2.25rem
    }

    section.style-guide .content h4, section.style-guide .content
    h5 {
        font-size: 30px;
        font-size: 1.875rem
    }

    section.style-guide .content
    p {
        font-size: 15px;
        font-size: .9375rem
    }

    section.testimonials-carousel .testimonial
    .quote {
        font-size: 40px;
        font-size: 2.5rem
    }

    section.testimonials-carousel .testimonial
    .name {
        font-size: 18px;
        font-size: 1.125rem
    }

    section.hero-solution + section.text-centered .title, section.hero-standard + section.text-centered .title, section.text-centered
    .title {
        font-size: 40px;
        font-size: 2.5rem
    }

    section.hero-solution + section.text-centered .title, section.hero-standard + section.text-centered .title, section.tiles-grid .tile
    .title {
        font-size: 36px;
        font-size: 2.25rem
    }

    section.tiles-grid .tile
    .copy {
        font-size: 15px;
        font-size: .9375rem
    }

    section.tiles-list .tile
    .title {
        font-size: 36px;
        font-size: 2.25rem
    }

    section.tiles-list .tile
    .copy {
        font-size: 15px;
        font-size: .9375rem
    }

    section.timeline-carousel .section-title, section.two-columns-content
    .title {
        font-size: 40px;
        font-size: 2.5rem
    }

    section.two-columns-content
    .title {
        font-size: 36px;
        font-size: 2.25rem
    }

    section.two-columns-content .textarea ol, section.two-columns-content .textarea
    ul {
        font-size: 15px;
        font-size: .9375rem
    }

    section.two-columns-content .textarea
    h1 {
        font-size: 84px;
        font-size: 5.25rem
    }

    section.two-columns-content .textarea
    h2 {
        font-size: 46px;
        font-size: 2.875rem
    }

    section.two-columns-content .textarea
    h3 {
        font-size: 36px;
        font-size: 2.25rem
    }

    section.two-columns-content .textarea h4, section.two-columns-content .textarea
    h5 {
        font-size: 30px;
        font-size: 1.875rem
    }

    section.two-columns-content .textarea
    p {
        font-size: 15px;
        font-size: .9375rem
    }

    section.values-slider .section-title {
        font-size: 46px;
        font-size: 2.875rem
    }

    section.values-slider .slide
    .value {
        font-size: 300px;
        font-size: 18.75rem
    }

    section.values-slider .slide
    .copy {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media (min-width:1431px) {
    .scroll-down {
        right: 45px
    }
}

@media screen and (min-width:1440px) {
    div.contact-popup .contact-form ul.gform_fields li.gfield.gsection .gsection_title, section.contact-form .contact-form ul.gform_fields li.gfield.gsection .gsection_title, section.style-guide form ul.gform_fields li.gfield.gsection
    .gsection_title {
        font-size: 26px;
        font-size: 1.625rem
    }
}

@media (min-width:2200px) {
    .hero-wrapper:after {
        background-position: 50% -250px
    }

    .hero-wrapper .text-centered {
        padding: 120px 0 240px
    }
}

@media (max-width:460px) {
    #full-screen-menu
    .button {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
        z-index: 2;
        padding: 14px 10px
    }

    header.primary
    .button {
        display: none
    }
}

@media (max-width:767px) {
    .error404 .hero
    .button {
        font-size: 9px;
        font-size: .5625rem;
        padding: 10px 15px;
        min-width: 140px
    }

    div.contact-popup
    .inner {
        padding: 15vh 30px
    }

    div.contact-popup .contact-form .gform_button, div.contact-popup .contact-form button, div.contact-popup .contact-form input[type=submit] {
        font-size: 9px;
        font-size: .5625rem;
        padding: 10px 15px;
        min-width: 140px
    }

    div.contact-popup .contact-form .toggle ul.gfield_radio li
    label {
        padding: .8em 2em
    }

    div.list-content {
        margin-top: 40px
    }

        div.list-content .list-item {
            padding: 20px 0
        }

            div.list-content .list-item
            .title {
                margin-bottom: 10px
            }

    .scroll-down {
        display: none
    }

    .stats {
        max-width: 550px;
        margin: 0 auto;
        padding: 40px 0 0;
        flex-flow: column
    }

        .stats .stat-item {
            margin-bottom: 30px;
            text-align: right;
            width: 100%;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            border-left: none;
            border-bottom: 1px solid #e3e3e3;
            margin-right: 0;
            padding-bottom: 10px;
            padding-left: 0;
            margin-bottom: 25px
        }

        .stats
        .number {
            margin-bottom: 0;
            padding-right: 25px
        }

        .stats
        .caption {
            max-width: 200px
        }

    section.title-aside-textarea
    .subtitle {
        margin-left: 13px
    }

        section.title-aside-textarea .subtitle:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.title-aside-textarea .textarea h2, section.title-aside-textarea .textarea h3, section.title-aside-textarea .textarea h4, section.title-aside-textarea .textarea h5, section.title-aside-textarea .textarea ol, section.title-aside-textarea .textarea p, section.title-aside-textarea .textarea
    ul {
        margin-bottom: 10px
    }

    section.title-aside-textarea {
        margin-top: 30px
    }

        section.title-aside-textarea
        .container.top {
            padding-top: 20px
        }

        section.title-aside-textarea .left-column {
            margin-bottom: 20px
        }

        section.title-aside-textarea
        .subtitle {
            margin-bottom: 35px
        }

    footer.primary.dark:before {
        background-image: url(../assets/images/bg-glow-footer.png);
        background-position: top
    }

    footer.primary .cta-button {
        padding: 10px 15px
    }

    footer.primary
    .container {
        flex-flow: column;
        justify-content: center
    }

    footer.primary
    .cta {
        text-align: center;
        max-width: 425px;
        width: 100%;
        order: 1;
        margin: auto;
        margin-bottom: 60px;
        padding-right: 0
    }

    footer.primary .contact-info {
        order: 3;
        width: 100%
    }

    footer.primary
    .cols {
        display: flex;
        align-items: self-start;
        margin-bottom: 20px
    }

    footer.primary .col-1, footer.primary .col-2 {
        width: 50%
    }

    footer.primary .footer-menu {
        width: 100%;
        order: 2;
        margin-bottom: 50px
    }

    footer.primary .footer-top {
        margin-bottom: 0
    }

        footer.primary .footer-top:before {
            width: 100%
        }

    footer.primary .footer-bottom > div {
        text-align: center
    }

    footer.primary
    .logo {
        display: block;
        margin: auto;
        margin-bottom: 20px;
        height: 32px;
    }

    footer.primary .cta-button {
        margin: auto;
        padding: 10px;
        min-width: 140px;
        font-size: 9px;
        font-size: .5625rem
    }

    footer.primary.dark .logo
    .text {
        fill: #fff
    }

    footer.primary.dark .footer-bottom:before {
        background-color: hsla(0,0%,100%,.1)
    }

    footer.primary
    .copyright {
        margin-bottom: 30px
    }

    header.primary .button, section.contact-form .contact-form .gform_button, section.contact-form .contact-form button, section.contact-form .contact-form input[type=submit] {
        font-size: 9px;
        font-size: .5625rem;
        padding: 10px 15px;
        min-width: 140px
    }

    section.contact-form .contact-form .toggle ul.gfield_radio li
    label {
        padding: .8em 2em
    }

    section.crosslinks {
        padding: 80px 0
    }

        section.crosslinks .section-title {
            text-align: left
        }

    section.features-carousel .section-subtitle {
        margin-left: 13px
    }

        section.features-carousel .section-subtitle:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.full-screen-media .section-subtitle {
        margin-left: 13px
    }

        section.full-screen-media .section-subtitle:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.full-screen-media
    .button {
        font-size: 9px;
        font-size: .5625rem;
        padding: 10px 15px;
        min-width: 140px
    }

    section.full-screen-media {
        min-height: 100vh
    }

        section.full-screen-media
        .media {
            height: 100%;
            padding-bottom: 0;
            position: absolute
        }

        section.full-screen-media .mobile-bg {
            display: block;
            background-size: cover;
            overflow: hidden;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 100%
        }

        section.full-screen-media .play-icon {
            display: block;
            width: 60px;
            height: 60px;
            line-height: 105px;
            line-height: 6.5625rem;
            border-radius: 50%;
            background-color: #fff;
            z-index: 2;
            transition: all .8s;
            opacity: 1;
            position: relative;
            margin: 20px auto
        }

            section.full-screen-media .play-icon:before {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 7.5px 0 7.5px 16px;
                border-color: transparent transparent transparent #000;
                background-blend-mode: multiply;
                position: absolute;
                top: calc(50% - 7.5px);
                left: calc(50% - 8px)
            }

    section.hero-home .slider-nav li.is-selected:before {
        display: none
    }

    section.hero-home .slide-1-img, section.hero-home .slide-3-img {
        height: 105%;
        background-position: 80% 100%
    }

        section.hero-home .slide-1-img:before, section.hero-home .slide-3-img:before {
            content: "";
            background: #000;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: .3;
            background-blend-mode: darken
        }

    section.hero-home
    .content {
        padding: 100px 0
    }

    section.hero-home .slide-label {
        margin-left: 13px
    }

        section.hero-home .slide-label:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.hero-home
    .button {
        padding: 10px 15px;
        min-width: 140px
    }

        section.hero-home .button:after {
            top: 15px;
            right: 15px;
            width: 12px;
            height: 12px
        }

    section.hero-home.loaded .slides-images .is-selected {
        opacity: .8
    }

    section.hero-home {
        padding-bottom: 20px
    }

        section.hero-home:before {
            background-position: 75% 76%;
            height: 150%;
            opacity: 1
        }

        section.hero-home .slide-label {
            display: block
        }

        section.hero-home .slide-1-img, section.hero-home .slide-3-img {
            top: -50px;
            height: 140%;
            background-size: cover
        }

        section.hero-home .slide-2-img {
            width: 300px;
            height: 300px;
            top: 100px;
            left: auto;
            right: -50px
        }

        section.hero-home.slide-2 .slide-2-img-1 {
            top: 0;
            right: 100%;
            width: 70px;
            height: 70px
        }

        section.hero-home.slide-2 .slide-2-img-2 {
            top: calc(100% + 40px);
            left: 40%;
            width: 70px;
            height: 70px
        }

        section.hero-home
        .content {
            padding-bottom: 0;
            display: flex;
            flex-flow: column
        }

            section.hero-home .content .slide-title {
                font-size: 52px;
                font-size: 3.25rem;
                line-height: 1.15;
                color: #f8f8f8
            }

        section.hero-home
        .button {
            margin-top: 30px;
            max-width: 150px;
            min-width: 150px;
            padding-bottom: 10px;
            padding-top: 10px;
            font-size: 9px;
            font-size: .5625rem
        }

        section.hero-home .slider-nav {
            position: static;
            margin-top: 60px;
            order: 4
        }

            section.hero-home .slider-nav
            li {
                display: block
            }

        section.hero-home .nav-arrows {
            display: block !important;
            top: auto;
            left: auto;
            bottom: 20px;
            right: 60px
        }

            section.hero-home .nav-arrows button.flickity-button.previous {
                top: auto;
                left: auto;
                right: 10px
            }

            section.hero-home .nav-arrows button.flickity-button.next {
                top: auto
            }

    section.hero-single
    .logo {
        max-width: 75px
    }

    section.hero-single .copy, section.hero-single .text-column {
        margin-bottom: 40px
    }

    section.hero-single .categories-list {
        margin-bottom: 30px
    }

    section.hero-single .image-wrapper {
        padding-bottom: 80%
    }

    section.hero-solution .play-icon {
        width: 60px;
        height: 60px
    }

    section.hero-solution
    hgroup {
        padding-top: 160px
    }

    section.hero-solution
    .media {
        margin-top: 45px
    }

    section.hero-standard .scroll-down {
        display: none
    }

    section.hero-standard .page-copy {
        border-left: 1px solid #2a2a2a;
        padding-left: 12px
    }

        section.hero-standard .page-copy, section.hero-standard .page-copy
        p {
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.5
        }

    section.hero-standard .image-column {
        padding-bottom: 100%
    }

    section.image-and-text-repeatable .section-subtitle {
        margin-left: 13px
    }

        section.image-and-text-repeatable .section-subtitle:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.image-and-text-repeatable article.content-block {
        flex-flow: column-reverse !important
    }

        section.image-and-text-repeatable article.content-block:nth-of-type(odd) .image-wrapper {
            float: none
        }

        section.image-and-text-repeatable article.content-block:nth-of-type(2n) .image-column:before {
            bottom: -20px;
            right: -20px
        }

    section.image-and-text-repeatable .image-wrapper {
        padding-bottom: 110%
    }

    section.image-and-text-repeatable .image-column {
        width: 100%;
        max-width: 450px;
        margin-bottom: 40px
    }

        section.image-and-text-repeatable .image-column:before {
            top: -20px;
            right: -20px
        }

    section.image-and-text-repeatable
    aside {
        width: 100%
    }

    section.image-and-text-repeatable .content-column {
        max-width: 500px;
        padding: 0
    }

    section.image-and-text.dark .button, section.image-and-text.light
    .button {
        font-size: 9px;
        font-size: .5625rem;
        padding: 10px 15px;
        min-width: 140px
    }

    section.image-and-text .section-subtitle {
        margin-left: 13px
    }

        section.image-and-text .section-subtitle:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.text-centered + section.image-and-text.overlayed .image-column, section.two-columns-content + section.image-and-text.overlayed .image-column {
        margin-top: 0
    }

    section.text-centered + section.image-and-text.overlayed:before, section.two-columns-content + section.image-and-text.overlayed:before {
        height: 100%;
        top: 0;
        width: 100%;
        background-color: #f9f9f9
    }

    section.text-centered.overview + section.image-and-text, section.two-columns-content.overview + section.image-and-text {
        padding-top: 0
    }

        section.text-centered.overview + section.image-and-text:before, section.two-columns-content.overview + section.image-and-text:before {
            height: 100%;
            top: 0;
            width: 100%;
            background-color: #f9f9f9
        }

        section.text-centered.overview + section.image-and-text + section, section.two-columns-content.overview + section.image-and-text + section {
            padding-top: 90px;
            padding-bottom: 90px
        }

    section.image-and-text .container, section.image-and-text
    .container.reverse {
        flex-flow: column
    }

    section.image-and-text
    .stats {
        margin-top: 50px;
        padding-top: 0
    }

        section.image-and-text .stats
        .number {
            margin-bottom: 0
        }

    section.image-and-text .image-wrapper {
        width: 100%
    }

        section.image-and-text .image-wrapper.portrait_02 {
            padding-bottom: 120%
        }

    section.image-and-text
    aside {
        width: 100%
    }

    section.image-and-text .image-column {
        margin-bottom: 50px;
        max-width: 500px;
        width: 100%
    }

        section.image-and-text .image-column.two-images {
            margin-bottom: 120px
        }

            section.image-and-text .image-column.two-images .image-wrapper {
                width: 85%;
                float: right
            }

            section.image-and-text .image-column.two-images .image-small {
                left: 0
            }

    section.image-and-text .content-column {
        max-width: 500px
    }

    section.image-and-text.view-detect.viewed:before {
        width: 100%;
        height: 80%;
        top: auto;
        bottom: 0
    }

    section.image-text-accordion .section-subtitle {
        margin-left: 13px
    }

        section.image-text-accordion .section-subtitle:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.image-text-accordion
    .button {
        font-size: 9px;
        font-size: .5625rem;
        padding: 10px 15px;
        min-width: 140px
    }

    section.image-text-accordion
    .container {
        flex-flow: column !important;
        align-items: start
    }

    section.image-text-accordion
    aside {
        width: 100%
    }

    section.image-text-accordion
    .images {
        margin-bottom: 50px;
        max-width: 550px;
        padding-bottom: 100%;
        /*margin-left: -4vw*/
    }

    section.image-text-accordion
    .content {
        padding-left: 0
    }

    section.image-text-accordion .accordion-title:before {
        top: 3px !important
    }

    .hero-wrapper + section.image-text-accordion {
        padding-top: 0;
        margin-top: 240px
    }

        .hero-wrapper + section.image-text-accordion
        .images {
            z-index: 4;
            margin-top: -200px
        }

    body.page-template-template_primary_solution section.image-text-accordion .images, body.page-template-template_solution section.image-text-accordion
    .images {
        display: none
    }

    body.page-template-template_primary_solution section.image-text-accordion .accordion, body.page-template-template_solution section.image-text-accordion
    .accordion {
        padding: 10px 0 20px
    }

        body.page-template-template_primary_solution section.image-text-accordion .accordion .accordion-content, body.page-template-template_solution section.image-text-accordion .accordion .accordion-content {
            display: block;
            max-height: 100%;
            padding: 0
        }

            body.page-template-template_primary_solution section.image-text-accordion .accordion .accordion-content .accordion-title:before, body.page-template-template_solution section.image-text-accordion .accordion .accordion-content .accordion-title:before {
                content: none
            }

            body.page-template-template_primary_solution section.image-text-accordion .accordion .accordion-content .copy, body.page-template-template_solution section.image-text-accordion .accordion .accordion-content
            .copy {
                font-size: 13px;
                line-height: 1.75;
                opacity: .8
            }

    section.logos-ticker {
        padding-bottom: 30px
    }

        section.logos-ticker
        .title {
            margin-bottom: 25px
        }

    section.looking-glass .result-block .reset-button {
        font-size: 9px;
        font-size: .5625rem;
        padding: 10px 15px;
        min-width: 140px
    }

    section.media-carousel .section-subtitle
    span {
        margin-left: 13px
    }

        section.media-carousel .section-subtitle span:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    .article-builder section.media-carousel {
        margin-top: 40px
    }

    section.network-diagram:after {
        background-image: url(../assets/images/bg-glow-footer.png);
        background-position: top;
        background-size: cover
    }

    section.network-diagram:before {
        display: none
    }

    section.network-diagram .mobile-content {
        display: block;
        position: relative;
        z-index: 2
    }

    section.network-diagram
    .diagram {
        display: none
    }

    section.network-diagram
    .button {
        font-size: 9px;
        font-size: .5625rem;
        padding: 10px 15px;
        min-width: 140px
    }

    section.positions:after {
        background-image: url(../assets/images/bg-glow-footer.png);
        background-position: top
    }

    section.positions .section-subtitle {
        margin-left: 13px
    }

        section.positions .section-subtitle:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.positions .tabs-titles li.is-current:before {
        display: none
    }

    section.positions .position .description h2, section.positions .position .description h3, section.positions .position .description h4, section.positions .position .description h5, section.positions .position .description ol, section.positions .position .description p, section.positions .position .description
    ul {
        margin-bottom: 10px
    }

    section.positions {
        padding: 80px 0
    }

        section.positions .left-col {
            margin-bottom: 60px;
            padding-right: 0
        }

        section.positions
        .position {
            padding: 30px 0
        }

            section.positions .position
            .icon {
                display: none
            }

            section.positions .position
            .content {
                width: calc(100% - 100px)
            }

    .posts-grid .categories-list {
        margin-bottom: 20px
    }

    .posts-grid .post-card {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 50px
    }

        .posts-grid .post-card .image-wrapper {
            padding-bottom: 85%;
            margin-bottom: 10px
        }

    section.style-guide .content h2, section.style-guide .content h3, section.style-guide .content h4, section.style-guide .content h5, section.style-guide .content ol, section.style-guide .content p, section.style-guide .content
    ul {
        margin-bottom: 10px
    }

    section.style-guide form .gform_button, section.style-guide form button, section.style-guide form input[type=submit] {
        font-size: 9px;
        font-size: .5625rem;
        padding: 10px 15px;
        min-width: 140px
    }

    section.style-guide form .toggle ul.gfield_radio li
    label {
        padding: .8em 2em
    }

    section.style-guide .button, section.style-guide .button-1, section.style-guide .button-2 {
        font-size: 9px;
        font-size: .5625rem;
        padding: 10px 15px;
        min-width: 140px
    }

    .hero-wrapper section.text-centered {
        padding-bottom: 20px
    }

    section.text-centered .section-subtitle {
        margin-left: 13px
    }

        section.text-centered .section-subtitle:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.text-centered .button, section.text-centered .button-2 {
        font-size: 9px;
        font-size: .5625rem;
        padding: 10px 15px;
        min-width: 140px
    }

    section.text-centered.overview {
        padding: 80px 0 10px
    }

        section.text-centered.overview:before {
            content: none
        }

    section.text-centered
    .stats {
        max-width: 550px;
        margin: 0 auto;
        padding: 40px 0 0
    }

        section.text-centered .stats .stat-item {
            width: 100%;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            border-left: none;
            border-bottom: 1px solid #e3e3e3;
            margin-right: 0;
            padding-bottom: 15px;
            padding-left: 0
        }

        section.text-centered .stats
        .number {
            margin-bottom: 0;
            padding-right: 25px
        }

        section.text-centered .stats
        .caption {
            max-width: 200px
        }

    section.tiles-grid {
        padding: 80px 0
    }

        section.tiles-grid .tiles-row {
            flex-flow: column;
            align-items: center
        }

    section.tiles-list {
        padding: 80px 0
    }

        section.tiles-list
        .tile {
            width: 100%;
            flex-flow: column;
            align-items: start;
            margin-bottom: 50px;
            padding-top: 30px
        }

            section.tiles-list .tile .image-wrapper {
                margin-bottom: 30px;
                width: 100%;
                padding-bottom: 41.5%
            }

            section.tiles-list .tile
            .content {
                width: 100%;
                margin-bottom: 20px;
                padding: 0
            }

    section.timeline-carousel .section-subtitle {
        margin-left: 13px
    }

        section.timeline-carousel .section-subtitle:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.timeline-carousel .nav-arrows button.flickity-button.previous {
        left: -30px
    }

    section.two-columns-content
    .subtitle {
        margin-left: 13px
    }

        section.two-columns-content .subtitle:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.two-columns-content .textarea h2, section.two-columns-content .textarea h3, section.two-columns-content .textarea h4, section.two-columns-content .textarea h5, section.two-columns-content .textarea ol, section.two-columns-content .textarea p, section.two-columns-content .textarea
    ul {
        margin-bottom: 10px
    }

    section.two-columns-content {
        margin-top: 30px
    }

        section.two-columns-content .left-column {
            margin-bottom: 20px
        }

        section.two-columns-content
        .subtitle {
            margin-bottom: 35px
        }

    section.values-slider .section-subtitle {
        margin-left: 13px
    }

        section.values-slider .section-subtitle:before {
            width: 7px;
            height: 7px;
            left: -13px
        }

    section.values-slider .slide .copy, section.values-slider
    .titles {
        text-align: left
    }
}

@media (max-width:479px) {
    body, html {
        font-size: 16px
    }

    section.tiles-list .tile div.image-wrapper {
        padding-bottom: 70%
    }
}

@media (max-width:1280px) {
    header.primary .right-col nav.primary-menu {
        display: none
    }

    header.primary
    .button {
        margin-left: 10px;
        margin-right: 10px;
        padding: 8px 10px;
        min-width: 155px
    }

    header.primary .login-button {
        padding-left: 10px;
        padding-right: 10px
    }

    header.primary .menu-header-menu-container {
        display: none
    }

    header.primary .hamburger-button {
        height: 55px
    }
}

@media (max-width:1229px) {
    header.primary
    .button {
        margin-left: 10px
    }

    header.primary .logo
    svg {
        max-height: 44px;
        max-width: 145px
    }

    header.primary .hamburger-button {
        width: 55px
    }

    section.crosslinks .nav-arrows
    .previous {
        left: 20px
    }

    section.crosslinks .nav-arrows
    .next {
        right: 20px
    }

    section.features-carousel .nav-arrows {
        margin-left: 40px
    }

    section.image-text-accordion .accordion-title:before {
        top: 6px
    }

    section.testimonials-carousel .nav-arrows button.flickity-button.previous {
        left: 20px
    }

    section.testimonials-carousel .nav-arrows button.flickity-button.next {
        right: 20px
    }

    section.values-slider .nav-arrows button.flickity-button.previous {
        left: 20px
    }

    section.values-slider .nav-arrows button.flickity-button.next {
        right: 20px
    }
}

@media (max-width:1023px) {
    div.contact-popup:after {
        top: -100px;
        right: -70px
    }

    div.contact-popup
    .inner {
        padding: 15vh 5vw
    }

    #full-screen-menu
    .container {
        display: block
    }

    #full-screen-menu
    .col {
        width: 100%
    }

        #full-screen-menu
        .col.right {
            width: 100%;
            padding-left: 0;
            padding-bottom: 75px;
            height: auto
        }

    #full-screen-menu .burger-menu li.menu-item > a:before {
        content: none
    }

    #full-screen-menu .contact-info {
        display: none
    }

    #full-screen-menu .secondary-menu {
        margin-top: 40px;
        position: relative;
        z-index: 2
    }

        #full-screen-menu .secondary-menu
        a {
            padding: 10px 0
        }

            #full-screen-menu .secondary-menu a:after, #full-screen-menu .secondary-menu a:before {
                content: none
            }

    #full-screen-menu .submenu-items {
        position: relative;
        opacity: 1;
        visibility: visible;
        margin-left: 0
    }

        #full-screen-menu .submenu-items .submenu-item {
            transform: none;
            flex: 1 1 49%
        }

    .stats .stat-item {
        min-width: 105px
    }

    nav.primary-menu
    .wrapper {
        display: block
    }

    nav.primary-menu, nav.primary-menu
    .col.links {
        display: none
    }

    header.primary {
        padding: 15px 0
    }

    section.crosslinks .progress-bar {
        left: auto;
        right: 4vw;
        width: calc(100% - 170px)
    }

    section.features-carousel .progress-bar {
        right: 40px;
        width: calc(100% - 200px)
    }

    section.image-and-text-repeatable {
        padding: 130px 0 110px
    }

    section.values-slider + section.image-and-text.light:after {
        content: none
    }

    section.image-and-text {
        padding: 70px 0
    }

        section.image-and-text
        .button {
            margin-top: 20px
        }

        section.image-and-text .image-small {
            width: 140px;
            height: 140px
        }

    .posts-grid {
        padding-top: 60px;
        padding-bottom: 80px
    }

        .posts-grid .mobile-toggler {
            display: block
        }

        .posts-grid .categories-list {
            max-height: 0;
            opacity: 0;
            transition: all .4s ease;
            margin-bottom: 20px
        }

            .posts-grid .categories-list.active {
                max-height: 100%;
                opacity: 1;
                transition: all .4s ease
            }

        .posts-grid .categories-list-item, .posts-grid .sf-level-0 {
            display: block;
            margin: 0
        }

    section.text-centered {
        padding: 90px 0
    }

        section.text-centered.has-graphics .deco-el--1 {
            max-width: 200px;
            top: -50px;
            right: -50px
        }

        section.text-centered.has-graphics .deco-el--2 {
            max-width: 70px;
            right: 10vw;
            bottom: 130px
        }

        section.text-centered.has-graphics .deco-el--3 {
            max-width: 200px;
            bottom: -55px;
            left: -30px
        }
}

@media screen and (max-width:420px) {
    div.contact-popup
    .phone {
        font-size: 22px;
        font-size: 1.375rem
    }

    div.contact-popup .contact-form ul.gform_fields li.gfield.gsection
    .gsection_title {
        font-size: 18px;
        font-size: 1.125rem
    }

    #full-screen-menu .submenu-items .submenu-item {
        font-size: 20px;
        font-size: 1.25rem
    }

    div.list-content
    .title {
        font-size: 24px;
        font-size: 1.5rem
    }

    .stats .stat-item
    .number {
        font-size: 35px;
        font-size: 2.1875rem
    }

    hgroup.page-titles .page-title {
        font-size: 42px;
        font-size: 2.625rem
    }

        hgroup.page-titles .page-title.smaller {
            font-size: 32px;
            font-size: 2rem
        }

    hgroup.page-titles .page-copy {
        font-size: 14px;
        font-size: .875rem
    }

    nav.primary-menu .submenu-tile
    .title {
        font-size: 22px;
        font-size: 1.375rem
    }

    section.title-aside-textarea
    .title {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.title-aside-textarea .textarea ol, section.title-aside-textarea .textarea
    ul {
        font-size: 13px;
        font-size: .8125rem
    }

    section.title-aside-textarea .textarea
    h1 {
        font-size: 52px;
        font-size: 3.25rem
    }

    section.title-aside-textarea .textarea
    h3 {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.title-aside-textarea .textarea h4, section.title-aside-textarea .textarea
    h5 {
        font-size: 22px;
        font-size: 1.375rem
    }

    section.title-aside-textarea .textarea
    p {
        font-size: 13px;
        font-size: .8125rem
    }

    footer.primary .cta-title {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.contact-form .section-title {
        font-size: 52px;
        font-size: 3.25rem
    }

    section.contact-form .contact-form ul.gform_fields li.gfield.gsection
    .gsection_title {
        font-size: 18px;
        font-size: 1.125rem
    }

    section.crosslinks .post-card
    .title {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.crosslinks .post-card.page
    .title {
        font-size: 22px;
        font-size: 1.375rem
    }

    section.features-carousel .feature-card .title, section.features-carousel .section-title {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.full-screen-media .title, section.hero-home .slide-title {
        font-size: 42px;
        font-size: 2.625rem
    }

    section.hero-single
    .copy {
        font-size: 35px;
        font-size: 2.1875rem
    }

    section.hero-standard .underlay-title {
        font-size: 52px;
        font-size: 3.25rem
    }

    section.image-and-text-repeatable .title, section.image-and-text.dark .title, section.image-and-text
    .title {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.image-and-text .underlay-title {
        font-size: 52px;
        font-size: 3.25rem
    }

    section.image-text-accordion
    .title {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.image-text-accordion .accordion-title, section.looking-glass .help-popup-block
    h4 {
        font-size: 22px;
        font-size: 1.375rem
    }

    section.looking-glass .help-popup-block .parameter-desc ol, section.looking-glass .help-popup-block .parameter-desc
    ul {
        font-size: 13px;
        font-size: .8125rem
    }

    section.positions .section-title, section.positions
    .title {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.positions .position
    .title {
        font-size: 22px;
        font-size: 1.375rem
    }

    section.positions .position .description ol, section.positions .position .description
    ul {
        font-size: 13px;
        font-size: .8125rem
    }

    section.positions .position .description
    h1 {
        font-size: 52px;
        font-size: 3.25rem
    }

    section.positions .position .description
    h3 {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.positions .position .description h4, section.positions .position .description
    h5 {
        font-size: 22px;
        font-size: 1.375rem
    }

    section.positions .position .description
    p {
        font-size: 13px;
        font-size: .8125rem
    }

    .posts-grid .no-posts, .posts-grid .post-card
    .title {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.style-guide .content ol, section.style-guide .content
    ul {
        font-size: 13px;
        font-size: .8125rem
    }

    section.style-guide .content
    h1 {
        font-size: 52px;
        font-size: 3.25rem
    }

    section.style-guide .content
    h3 {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.style-guide .content h4, section.style-guide .content
    h5 {
        font-size: 22px;
        font-size: 1.375rem
    }

    section.style-guide .content
    p {
        font-size: 13px;
        font-size: .8125rem
    }

    section.style-guide form ul.gform_fields li.gfield.gsection
    .gsection_title {
        font-size: 18px;
        font-size: 1.125rem
    }

    section.testimonials-carousel .testimonial
    .quote {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.testimonials-carousel .testimonial
    .name {
        font-size: 14px;
        font-size: .875rem
    }

    section.hero-solution + section.text-centered .title, section.hero-standard + section.text-centered .title, section.text-centered .title, section.tiles-grid .tile
    .title {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.tiles-grid .tile
    .copy {
        font-size: 13px;
        font-size: .8125rem
    }

    section.tiles-list .tile
    .title {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.tiles-list .tile
    .copy {
        font-size: 13px;
        font-size: .8125rem
    }

    section.timeline-carousel .section-title, section.two-columns-content
    .title {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.two-columns-content .textarea ol, section.two-columns-content .textarea
    ul {
        font-size: 13px;
        font-size: .8125rem
    }

    section.two-columns-content .textarea
    h1 {
        font-size: 52px;
        font-size: 3.25rem
    }

    section.two-columns-content .textarea
    h3 {
        font-size: 24px;
        font-size: 1.5rem
    }

    section.two-columns-content .textarea h4, section.two-columns-content .textarea
    h5 {
        font-size: 22px;
        font-size: 1.375rem
    }

    section.two-columns-content .textarea
    p {
        font-size: 13px;
        font-size: .8125rem
    }

    section.values-slider .slide
    .copy {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media screen and (max-width:320px) {
    section.values-slider .slide
    .value {
        font-size: 50px;
        font-size: 3.125rem
    }
}

@media screen and (max-width:640px) {
    .error404 .hero
    h1 {
        font-size: 120px;
        font-size: 7.5rem
    }

    #full-screen-menu .burger-menu li.menu-item > a {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width:370px) {
    .error404 .hero h3, div.contact-popup .title, section.crosslinks .section-title, section.media-carousel .section-title, section.network-diagram .title, section.positions .position .description h2, section.style-guide .content h2, section.title-aside-textarea .textarea h2, section.two-columns-content .textarea h2, section.values-slider .section-title {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media (min-height:650px) {
    section.hero-home
    .content {
        margin-top: 30px
    }
}

@media (max-width:1429px) {
    section.hero-home .nav-arrows {
        display: none
    }
}

@media (min-height:600px) {
    #full-screen-menu
    .container {
        align-items: center;
        padding-top: 50px
    }
}

@media screen and (max-width:768px) {
    section.looking-glass
    .title {
        font-size: 42px;
        font-size: 2.625rem
    }

    section.looking-glass
    .desc {
        font-size: 14px;
        font-size: .875rem
    }

    section.looking-glass .form-block .item
    .label {
        font-size: 9px;
        font-size: .5625rem
    }

    section.looking-glass .form-block .item .dk-select, section.looking-glass .form-block .item .dk-select select, section.looking-glass .form-block .item input[type=text] {
        font-size: 13px;
        font-size: .8125rem
    }

    section.looking-glass .bottom-block {
        font-size: 14px;
        font-size: .875rem
    }
}

@media (max-width:959px) {
    div.list-content {
        padding-top: 15px
    }

        div.list-content .list-item {
            flex-flow: column
        }

        div.list-content
        aside {
            width: 100%
        }

    section.title-aside-textarea {
        padding-top: 15px
    }

        section.title-aside-textarea
        .container.bottom {
            flex-flow: column
        }

            section.title-aside-textarea .container.bottom .left-column {
                padding-right: 0;
                margin-bottom: 30px
            }

        section.title-aside-textarea
        .subtitle {
            margin-bottom: 55px
        }

        section.title-aside-textarea
        aside {
            width: 100%
        }

    article.article-builder {
        margin-bottom: 100px
    }

    body.page-template-default:not(.home) footer.primary {
        margin-top: 80px
    }

    footer.primary .address, footer.primary .email, footer.primary
    .phone {
        font-size: 14px;
        font-size: .875rem
    }

    footer.primary {
        padding: 80px 0 30px
    }

        footer.primary .footer-top {
            margin-bottom: 100px
        }

        footer.primary .footer-bottom:after {
            width: calc(100% - 8vw)
        }

    header.primary .menu-header-menu-container {
        display: block !important;
        margin-bottom: 40px
    }

        header.primary .menu-header-menu-container
        a {
            border-bottom: none !important
        }

    header.primary
    .logo {
        width: auto;
        max-width: 100%;
        max-height: 32px;
    }

        header.primary .logo
        svg {
            max-height: 44px
        }

    header.primary .hamburger-button {
        width: 44px
    }

        header.primary .hamburger-button
        span {
            width: 25px !important
        }

            header.primary .hamburger-button span:first-child, header.primary .hamburger-button span:nth-child(2) {
                margin-bottom: 5px
            }

    .hamburger-button.is-active span:nth-last-child(3) {
        transform: rotate(45deg) translateY(-2px)
    }

    section.contact-form .address, section.contact-form .email, section.contact-form
    .phone {
        font-size: 14px;
        font-size: .875rem
    }

    section.contact-form {
        padding: 180px 0 80px
    }

        section.contact-form
        .container {
            flex-flow: column
        }

        section.contact-form .contact-form {
            width: 100%;
            margin-bottom: 55px
        }

        section.contact-form .contact-info {
            width: 100%
        }

        section.contact-form
        .cols {
            display: flex;
            align-items: self-start;
            margin-bottom: 50px
        }

        section.contact-form .col-1, section.contact-form .col-2 {
            width: 50%
        }

    section.crosslinks.inline-title
    .titles {
        display: block
    }

    section.crosslinks .post-card.page
    .text {
        padding-right: calc(4vw + 25px)
    }

    section.crosslinks .posts-container {
        padding-right: 0
    }

    section.crosslinks
    .carousel {
        position: relative
    }

        section.crosslinks .carousel:focus {
            outline: 0
        }

        section.crosslinks .carousel.is-draggable {
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            section.crosslinks .carousel.is-draggable .flickity-viewport {
                cursor: move;
                cursor: grab
            }

                section.crosslinks .carousel.is-draggable .flickity-viewport.is-pointer-down {
                    cursor: grabbing
                }

        section.crosslinks .carousel .flickity-viewport {
            height: 100%;
            overflow: hidden;
            position: relative
        }

        section.crosslinks .carousel .flickity-slider {
            position: absolute;
            width: 100%;
            height: 100%
        }

        section.crosslinks .carousel .flickity-prev-next-button {
            position: absolute
        }

            section.crosslinks .carousel .flickity-prev-next-button:disabled {
                cursor: not-allowed
            }

    section.crosslinks
    .carousel {
        display: block;
        width: auto
    }

        section.crosslinks .carousel:after {
            content: "flickity";
            display: none
        }

        section.crosslinks .carousel .title-wrapper {
            display: none
        }

    section.crosslinks
    .controls {
        display: block;
        margin: 0 auto;
        max-width: 1200px;
        position: relative
    }

    section.crosslinks .nav-arrows {
        display: block;
        text-align: left;
        z-index: 1;
        margin-left: calc(4vw + 30px)
    }

        section.crosslinks .nav-arrows button.flickity-button {
            position: relative;
            bottom: 0
        }

            section.crosslinks .nav-arrows button.flickity-button.previous {
                left: -30px
            }

    section.crosslinks .section-title {
        margin-bottom: 40px
    }

    section.crosslinks .post-card {
        width: auto;
        margin-bottom: 40px;
        padding-right: 20px
    }

        section.crosslinks .post-card > .inner {
            width: calc(100vw - 8vw - 40px);
            max-width: 400px
        }

        section.crosslinks .post-card .arrow-button {
            display: none !important
        }

    section.crosslinks .image-wrapper {
        max-width: 400px;
        padding-bottom: 85%;
        margin-bottom: 10px
    }

    section.hero-simple {
        padding: 200px 0 0
    }

    section.hero-single, section.hero-standard {
        padding-top: 150px
    }

        section.hero-standard
        .container {
            flex-flow: column;
            align-items: start
        }

        section.hero-standard .text-column {
            width: 100%;
            margin-bottom: 55px;
            padding-bottom: 0;
            max-width: 550px
        }

        section.hero-standard .image-column {
            width: 100%
        }

        section.hero-standard .page-title {
            margin-bottom: 20px
        }

    section.image-and-text .underlay-title {
        display: none
    }

    section.image-and-text.type-2 .image-small {
        display: block;
        left: -25px
    }

        section.image-and-text.type-2 .image-small.type-2 {
            display: none
        }

    section.image-text-accordion:before {
        width: 100%
    }

    body.page-template-template_solution section.image-text-accordion + section {
        padding-top: 220px
    }

    section.positions .tabs-titles {
        background: #fff;
        max-width: 182px;
        height: 45px;
        border-radius: 22px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding: 0 20px;
        color: #000;
        position: relative
    }

        section.positions .tabs-titles.is-active {
            height: 100%
        }

        section.positions .tabs-titles li.tab-title {
            height: 45px;
            line-height: 1;
            padding: 17px 0;
            opacity: 1
        }

        section.positions .tabs-titles
        .arrow {
            background-image: url(../assets/images/arrow-right.svg);
            transform: rotate(90deg);
            width: 12px;
            height: 12px;
            position: absolute;
            top: 18px;
            right: 20px
        }

    section.positions
    .container {
        flex-flow: column
    }

    section.positions .left-col, section.positions .right-col {
        width: 100%
    }

    .posts-grid .post-card {
        width: 46.75%
    }

    section.testimonials-carousel .nav-arrows button.flickity-button.previous {
        bottom: 70px;
        top: auto
    }

    section.testimonials-carousel .nav-arrows button.flickity-button.next {
        top: auto;
        bottom: 70px;
        left: 70px;
        right: auto
    }

    section.testimonials-carousel {
        padding: 70px 0 220px
    }

    section.text-centered.has-graphics {
        padding: 170px 0
    }

    section.hero-standard + section.text-centered {
        padding: 150px 0 80px
    }

    section.tiles-grid
    .tile {
        width: 100%
    }

    section.two-columns-content.overview {
        padding: 150px 0 180px
    }

    section.two-columns-content {
        padding-top: 15px
    }

        section.two-columns-content
        .subtitle {
            margin-bottom: 55px
        }

        section.two-columns-content
        aside {
            width: 100%
        }

    section.values-slider .nav-arrows button.flickity-button.previous {
        bottom: 70px;
        top: auto
    }

    section.values-slider .nav-arrows button.flickity-button.next {
        top: auto;
        bottom: 70px;
        left: 70px;
        right: auto
    }

    section.values-slider {
        padding: 80px 0 150px
    }

        section.values-slider
        .titles {
            margin-bottom: 60px
        }

        section.values-slider .slide
        .copy {
            margin-top: 40px
        }
}
