﻿html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    vertical-align: baseline;
    display: inline-block;
}

    audio:not([controls]) {
        height: 0;
        display: none;
    }

[hidden], template {
    display: none;
}

a {
    background-color: #0000;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
    appearance: button;
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        appearance: none;
        -webkit-appearance: none;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

[class^="w-icon-"], [class*=" w-icon-"] {
    speak-as: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
    content: "î˜€";
}

.w-icon-slider-left:before {
    content: "î˜";
}

.w-icon-nav-menu:before {
    content: "î˜‚";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
    content: "î˜ƒ";
}

.w-icon-file-upload-remove:before {
    content: "î¤€";
}

.w-icon-file-upload-icon:before {
    content: "î¤ƒ";
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    cursor: default;
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.w-block {
    display: block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-clearfix:after {
    clear: both;
}

.w-hidden {
    display: none;
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

input.w-button {
    appearance: button;
    -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important;
}

.w-code-block {
    margin: unset;
}

pre.w-code-block code {
    all: inherit;
}

    pre.w-code-block code > span {
        display: block !important;
    }

.w-optimization {
    display: contents;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: bold;
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
}

figure {
    margin: 0 0 10px;
}

figcaption {
    text-align: center;
    margin-top: 5px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-embed:after {
    clear: both;
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative;
}

    .w-video iframe, .w-video object, .w-video embed {
        border: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

button, [type="button"], [type="reset"] {
    cursor: pointer;
    appearance: button;
    -webkit-appearance: button;
    border: 0;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

.w-input, .w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
}

.w-input, .w-select {
    display: block;
}

    .w-input::placeholder, .w-select::placeholder {
        color: #999;
    }

    .w-input:focus, .w-select:focus {
        border-color: #3898ec;
        outline: 0;
    }

    .w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
        cursor: not-allowed;
    }

        .w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
            background-color: #eee;
        }

textarea.w-input, textarea.w-select {
    height: auto;
}

.w-select {
    background-color: #f3f3f3;
}

    .w-select[multiple] {
        height: auto;
    }

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

    .w-radio:before, .w-radio:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-radio:after {
        clear: both;
    }

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
}

.w-file-upload {
    margin-bottom: 10px;
    display: block;
}

.w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: .1px;
    height: .1px;
    position: absolute;
    overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
    color: #333;
    display: inline-block;
}

.w-file-upload-error {
    margin-top: 10px;
    display: block;
}

    .w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
        display: none;
    }

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
}

.w-icon-file-upload-uploading {
    height: 20px;
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

    .w-container:before, .w-container:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-container:after {
        clear: both;
    }

    .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }

.w-row:before, .w-row:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

    .w-col .w-col {
        padding-left: 0;
        padding-right: 0;
    }

.w-col-1 {
    width: 8.33333%;
}

.w-col-2 {
    width: 16.6667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.3333%;
}

.w-col-5 {
    width: 41.6667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.3333%;
}

.w-col-8 {
    width: 66.6667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.3333%;
}

.w-col-11 {
    width: 91.6667%;
}

.w-col-12 {
    width: 100%;
}

.w-hidden-main {
    display: none !important;
}

html.w-mod-js:not(.w-mod-ix3) :is(.works_card, .heading-style-h3, .footer_component-2, .image-parallax, .faq_wrap, .faq_icon, .awards_wrap, .hero_parallax, .banner_btn, .statement_image-wrap, .brands_tag, :scope .awards_hover-bg, :scope .awards_content, .team_grid, .awards_btn, [data-load]) {
    visibility: visible !important;
}

.w-widget {
    position: relative;
}

.w-widget-map {
    width: 100%;
    height: 400px;
}

    .w-widget-map label {
        width: auto;
        display: inline;
    }

    .w-widget-map img {
        max-width: inherit;
    }

    .w-widget-map .gm-style-iw {
        text-align: center;
    }

        .w-widget-map .gm-style-iw > button {
            display: none !important;
        }

.w-widget-twitter {
    overflow: hidden;
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative;
}

    .w-widget-twitter-count-shim * {
        pointer-events: none;
        -webkit-user-select: none;
        user-select: none;
    }

    .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        text-align: center;
        color: #999;
        font-family: serif;
        font-size: 15px;
        line-height: 12px;
        position: relative;
    }

    .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
        display: block;
        position: relative;
    }

    .w-widget-twitter-count-shim.w--large {
        width: 36px;
        height: 28px;
    }

        .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 18px;
        }

    .w-widget-twitter-count-shim:not(.w--vertical) {
        margin-left: 5px;
        margin-right: 8px;
    }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large {
            margin-left: 6px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
            content: " ";
            pointer-events: none;
            border: solid #0000;
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            left: 0;
        }

        .w-widget-twitter-count-shim:not(.w--vertical):before {
            border-width: 4px;
            border-color: #75869600 #5d6c7b #75869600 #75869600;
            margin-top: -4px;
            margin-left: -9px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
            border-width: 5px;
            margin-top: -5px;
            margin-left: -10px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical):after {
            border-width: 4px;
            border-color: #fff0 #fff #fff0 #fff0;
            margin-top: -4px;
            margin-left: -8px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
            border-width: 5px;
            margin-top: -5px;
            margin-left: -9px;
        }

    .w-widget-twitter-count-shim.w--vertical {
        width: 61px;
        height: 33px;
        margin-bottom: 8px;
    }

        .w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
            content: " ";
            pointer-events: none;
            border: solid #0000;
            width: 0;
            height: 0;
            position: absolute;
            top: 100%;
            left: 50%;
        }

        .w-widget-twitter-count-shim.w--vertical:before {
            border-width: 5px;
            border-color: #5d6c7b #75869600 #75869600;
            margin-left: -5px;
        }

        .w-widget-twitter-count-shim.w--vertical:after {
            border-width: 4px;
            border-color: #fff #fff0 #fff0;
            margin-left: -4px;
        }

        .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 22px;
        }

        .w-widget-twitter-count-shim.w--vertical.w--large {
            width: 76px;
        }

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
}

    .w-background-video > video {
        object-fit: cover;
        z-index: -100;
        background-position: 50%;
        background-size: cover;
        width: 100%;
        height: 100%;
        margin: auto;
        position: absolute;
        inset: -100%;
    }

        .w-background-video > video::-webkit-media-controls-start-playback-button {
            -webkit-appearance: none;
            display: none !important;
        }

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

    .w-background-video--control > [hidden] {
        display: none !important;
    }

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #000000;
    background: #ddd;
    height: 300px;
    position: relative;
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #000000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0;
}

    .w-slider-nav.w-round > div {
        border-radius: 100%;
    }

    .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        font-size: inherit;
        line-height: inherit;
        padding: .2em .5em;
    }

    .w-slider-nav.w-shadow > div {
        box-shadow: 0 0 3px #3336;
    }

.w-slider-nav-invert {
    color: #fff;
}

    .w-slider-nav-invert > div {
        background-color: #2226;
    }

        .w-slider-nav-invert > div.w-active {
            background-color: #222;
        }

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
}

    .w-slider-dot.w-active {
        background-color: #fff;
    }

    .w-slider-dot:focus {
        outline: none;
        box-shadow: 0 0 0 2px #fff;
    }

        .w-slider-dot:focus.w-active {
            box-shadow: none;
        }

.w-slider-arrow-left, .w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #000000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

    .w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
        position: absolute;
    }

    .w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
        outline: 0;
    }

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0;
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.w-slider-force-show {
    display: block !important;
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}

    .w-dropdown-toggle:focus {
        outline: 0;
    }

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute;
}

    .w-dropdown-list.w--open {
        display: block;
    }

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
}

    .w-dropdown-link.w--current {
        color: #0082f3;
    }

    .w-dropdown-link:focus {
        outline: 0;
    }

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #000000e6;
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    inset: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto;
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
}

    .w-lightbox-view:before {
        content: "";
        height: 100vh;
    }

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
}

.w-lightbox-figure {
    margin: 0;
    position: relative;
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}

.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto;
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.w-lightbox-control {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0;
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
}

.w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    height: 2.6em;
    right: 0;
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto hidden;
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
    opacity: .3;
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
}

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
}

    .w-lightbox-spinner:after {
        content: "";
        border: 3px solid #0000;
        border-bottom-color: #fff;
        border-radius: 50%;
        position: absolute;
        inset: -4px;
    }

.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
    opacity: 0;
}

.w-richtext:before, .w-richtext:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-richtext:after {
    clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
    white-space: initial;
}

.w-richtext ol, .w-richtext ul {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0;
}

.w-richtext figure {
    max-width: 60%;
    position: relative;
}

    .w-richtext figure > div:before {
        cursor: default !important;
    }

    .w-richtext figure img {
        width: 100%;
    }

    .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
        opacity: .6;
    }

    .w-richtext figure div {
        color: #0000;
        font-size: 0;
    }

    .w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
        display: table;
    }

        .w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
            display: inline-block;
        }

        .w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
            caption-side: bottom;
            display: table-caption;
        }

    .w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
        width: 60%;
        height: 0;
    }

        .w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
            width: 100%;
        }

    .w-richtext figure.w-richtext-align-center {
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

        .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
            max-width: 100%;
        }

    .w-richtext figure.w-richtext-align-normal {
        clear: both;
    }

    .w-richtext figure.w-richtext-align-fullwidth {
        text-align: center;
        clear: both;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

        .w-richtext figure.w-richtext-align-fullwidth > div {
            padding-bottom: inherit;
            display: inline-block;
        }

        .w-richtext figure.w-richtext-align-fullwidth > figcaption {
            display: block;
        }

    .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        clear: none;
        margin-right: 15px;
    }

    .w-richtext figure.w-richtext-align-floatright {
        float: right;
        clear: none;
        margin-left: 15px;
    }

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
}

    .w-nav:before, .w-nav:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-nav:after {
        clear: both;
    }

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

    .w-nav-link.w--current {
        color: #0082f3;
    }

.w-nav-menu {
    float: right;
    position: relative;
}

[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

    .w-nav-overlay [data-nav-menu-open] {
        top: 0;
    }

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #000000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}

    .w-nav-button:focus {
        outline: 0;
    }

    .w-nav-button.w--open {
        color: #fff;
        background-color: #c8c8c8;
    }

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
    display: block;
}

.w--nav-dropdown-list-open {
    position: static;
}

.w-tabs {
    position: relative;
}

    .w-tabs:before, .w-tabs:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-tabs:after {
        clear: both;
    }

.w-tab-menu {
    position: relative;
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

    .w-tab-link.w--current {
        background-color: #c8c8c8;
    }

    .w-tab-link:focus {
        outline: 0;
    }

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}

.w-tab-pane {
    display: none;
    position: relative;
}

.w--tab-active {
    display: block;
}

.w-ix-emptyfix:after {
    content: "";
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
    display: none !important;
}

.wf-layout-layout {
    display: grid;
}

@font-face {
    font-family: Overusedgrotesk Vf;
    src: url("https://cdn.prod.website-files.com/69deff2abec3e740883ff6a9/69df0026362115a443ea6d1a_OverusedGrotesk-VF.ttf") format("truetype");
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

body {
    font-family: "Overusedgrotesk Vf", Arial, sans-serif;
    color: #080909;
    font-size: 1rem;
    line-height: 1.55;
    font-weight: 400;
}

h1 {
    font-family: "Overusedgrotesk Vf", Arial, sans-serif;
    font-size: 4.5em;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -.02em;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    font-family: "Overusedgrotesk Vf", Arial, sans-serif;
    font-size: 3.25em;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    font-family: "Overusedgrotesk Vf", Arial, sans-serif;
    font-size: 2.25em;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -.015em;
}

h4 {
    font-family: "Overusedgrotesk Vf", Arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -.01em;
    margin-top: 10px;
    margin-bottom: 10px;
}

h5 {
    font-family: "Overusedgrotesk Vf", Arial, sans-serif;
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

h6 {
    font-family: "Overusedgrotesk Vf", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    font-family: "Overusedgrotesk Vf", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

a {
    color: #141414;
    text-decoration: none;
}

    a:focus-visible, a[data-wf-focus-visible] {
        outline-offset: 2px;
        outline: 2px solid #ff4539;
    }

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.page-wrapper {
    background-color: #ebebeb;
    font-family: "Overusedgrotesk Vf", Arial, sans-serif;
    color: #080909;
    font-size: max(16px, calc(clamp(992px, 100vw, 1440px) / 90));
    line-height: 1.55;
    font-weight: 400;
}

.main-wrapper {
    display: block;
    position: relative;
    overflow: clip;
}

.heading-style-h1 {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
}

    .heading-style-h1.hero_heading {
        /* font-size: 72px;
  line-height: 96px;
  font-weight: 400; */
        font-size: 7rem;
        line-height: 1;
        font-weight: 600;
        letter-spacing: -.5px;
        margin-top: .12em;
        width: 100%;
        margin-bottom: 20px;
    }

.p-block {
    display: block;
}

.heading-style-h1.contact {
    font-size: 4.8em;
    line-height: 1.1;
    font-weight: 500;
}

.heading-style-h2 {
    font-size: 3.25em;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
}

    .heading-style-h2.text-weight-normal {
        font-size: 3.25em;
        line-height: 1.3;
        font-weight: 400;
    }

    .heading-style-h2.text-weight-medium {
        font-size: 3.25em;
        line-height: 1.1;
    }

.heading-style-h3 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.54px;
    margin-top: 0;
    margin-bottom: 0;
}

.heading-style-h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
}

.text-size-medium {
    font-size: 1.125em;
    line-height: 1.55;
}

.text-size-regular {
    font-size: 1em;
    line-height: 1.55;
}

    .text-size-regular.hero_bottom_subtitle {
        max-width: 61ch;
        font-family: "Overusedgrotesk Vf", Arial, sans-serif;
        color: #080909;
        font-size: 1.7em;
        line-height: 1.35;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0
    }

    .text-size-regular.text-weight-light {
        font-size: 1rem;
    }

.text-size-tiny {
    font-size: 20px;
    line-height: 27px;
}

.text-weight-light {
    font-weight: 300;
}

.text-style-allcaps {
    letter-spacing: .05em;
    text-transform: uppercase;
}

    .text-style-allcaps.text-size-small {
        font-size: .875em;
        line-height: 1.5;
    }

    .text-style-allcaps.text-weight-light {
        font-weight: 300;
    }

.padding-global {
    padding: 0 2.5em;
}

.container-medium {
    width: 100%;
    max-width: calc(clamp(992px, 100vw, 1680px) * .875);
    margin-left: auto;
    margin-right: auto;
}

.container-large {
    width: 100%;
    max-width: clamp(992px, 100vw, 1680px);
    margin-left: auto;
    margin-right: auto;
}

.button {
    color: #ebebeb;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
    cursor: pointer;
    font-size: 1rem;
    cursor: pointer;
    background-color: #0000;
    border-style: none;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: .8em 2em;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    display: inline-flex;
    position: relative;
}

    .button:focus-visible, .button[data-wf-focus-visible] {
        outline-offset: 2px;
        outline: 2px solid #ff4539;
    }

    .button.is--stretch {
        box-sizing: border-box;
        width: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
        display: flex;
    }

    .button.is--white {
        color: #080909;
        background-color: #0000;
    }

    .button.is--pill {
        grid-column-gap: .45em;
        grid-row-gap: .45em;
        color: #080909;
        padding: 1em 2.25em;
        font-size: 1.125em;
        background-color: #ebebeb;
    }

.button_bg {
    z-index: 0;
    background-color: #141414;
    width: 100%;
    height: 100%;
    color: #141414;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

    .button_bg:where(.w-variant-003b3c86-c67b-7973-a8a8-a821565da223) {
        background-color: #ebebeb;
    }

    .button_bg.is--white {
        background-color: #ebebeb;
        color: #080909;
    }

    .button_bg.is--pill {
        background-color: #ebebeb;
    }

.button_text {
    z-index: 1;
    line-height: 1.3;
    position: relative;
    overflow: hidden;
}

    .button_text:where(.w-variant-003b3c86-c67b-7973-a8a8-a821565da223) {
        color: #141414;
    }

.button_text_main {
    font-size: 1rem;
    line-height: 1.3;
    display: block;
}

.button_text_hover {
    font-size: 1rem;
    line-height: 1.3;
    display: block;
    position: absolute;
}

.button_icon {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: .9em;
    height: .9em;
    margin-left: .5em;
    display: inline-flex;
    position: relative;
}

    .button_icon.is--pill {
        font-size: 1rem;
        border-radius: 100rem;
    }

.divider {
    background-color: #dddddd;
    width: 100%;
    height: 1px;
    color: #141414;
}

.navbar_wrap {
    z-index: 10;
    width: 100%;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.navbar_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    display: grid;
}

.navbar_left {
    justify-self: start;
    align-items: center;
    display: flex;
    visibility: visible !important;
}
/* .navbar_logo {
  color: #080909;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: -.02em;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
} */
/* .navbar_logo:where(.w-variant-003b3c86-c67b-7973-a8a8-a821565da223) {
  color: #ebebeb;
} */
.navbar_logo > img {
    width: 130px;
}

.navbar_menu {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    justify-self: center;
    align-items: center;
    display: flex;
}

.navbar_link {
    color: #080909;
    font-size: 1rem;
    font-weight: 400;
    align-items: center;
    padding-top: .5714em;
    padding-bottom: .5714em;
    text-decoration: none;
    transition: color .25s;
    display: inline-flex;
}

    .navbar_link:where(.w-variant-003b3c86-c67b-7973-a8a8-a821565da223) {
        color: #ebebeb;
    }

    .navbar_link:hover {
        color: #ff4539;
    }

.navbar_right {
    justify-self: end;
    align-items: center;
    display: flex;
    visibility: visible !important;
}

.arc-marquee_wrap {
    width: 100%;
    height: 480px;
    position: relative;
}

.arc-marquee_track {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    inset: 0;
}

.arc-marquee_item {
    will-change: transform;
    border-radius: 20px;
    width: 28vh;
    height: 28vh;
    position: absolute;
    top: 40px;
    left: 0;
    overflow: hidden;
}

.arc-marquee_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff;
}

.brands_tag {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    color: #ebebeb;
    flex-flow: row;
    align-items: center;
    display: flex;
}

    .brands_tag.is--on-light {
        color: #080909;
        border-color: #080909;
    }

    .brands_tag.is--black {
        color: #080909;
    }

.brands_tag_dot {
    background-color: #ff4539;
    width: .3em;
    min-width: .3em;
    max-width: .3em;
    height: .3em;
    min-height: .3em;
    max-height: .3em;
    color: #ff4539;
    border-radius: 100rem;
}

.section_banner {
    background-color: #ffffff;
    color: #ebebeb;
    position: relative;
    padding: 150px 0;
}

.banner_component {
    min-height: 350px;
    color: #080909;
    border-radius: 60px;
    align-items: center;
    padding: 48px;
    display: flex;
    position: relative;
    overflow: hidden;
    background: linear-gradient(60deg, #000000, #505050);
    justify-content: space-between;
}

.banner_content {
    z-index: 2;
    gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.banner_heading {
    color: #ebebeb;
    max-width: 12em;
    font-size: 72px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 72px;
    text-align: left;
}

.banner_btn {
    flex-direction: column;
    width: 14em;
    margin-top: 2em;
    display: flex;
}

.banner_image-bg {
    z-index: 1;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.banner_bg-image {
    opacity: .6;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.banner_overlay {
    opacity: .35;
    background-color: #000;
    position: absolute;
    inset: 0;
}

.section_banner .works_image {
    object-position: 100% 50%;
}

.section_banner_2 {
    background-color: #ebebeb;
}

    .section_banner_2 .banner_component {
        min-height: 700px;
        background: #dddddd;
    }

.section_faq {
    z-index: 9;
    background-color: #ebebeb;
    color: #080909;
    position: relative;
}

.faq_heading-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.faq_heading {
    max-width: 24ch;
    color: #080909;
    margin-top: 0;
    margin-bottom: 0;
}

.faq_component {
    z-index: 9;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    padding-bottom: 150px;
    display: flex;
    position: relative;
}

.faq_item {
    cursor: pointer;
    background-color: #e1e2e4;
    border-radius: .5em;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 1.5em;
    transition: padding .5s;
    display: flex;
}

    .faq_item:hover {
        padding-top: 1.8em;
        padding-bottom: 1.8em;
    }

.faq_question {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

.faq_icon {
    width: 1em;
    height: 1em;
    color: #080909;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
/* .faq_wrap {
  height: 0;
  overflow: hidden;
} */
.faq_answer {
    opacity: .7;
    max-width: 100ch;
    font-size: 1rem;
    opacity: .7;
    max-width: 100ch;
    font-size: 1rem;
    padding-top: 1em;
}

.faq_answer-text {
    margin-top: 0;
    margin-bottom: 0;
}

.faq_wrap {
    display: none;
}

.faq_question {
    cursor: pointer;
}

.faq_icon svg {
    transition: transform 0.3s ease;
}

.faq_item.active .faq_icon svg {
    transform: rotate(45deg);
}

.section_pricing {
    z-index: 9;
    background-color: #ebebeb;
    color: #080909;
    position: relative;
}

.pricing_component {
    z-index: 8;
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
    padding-top: 20vh;
    padding-bottom: 8em;
    display: flex;
    position: relative;
    overflow: hidden;
}

.pricing_heading-row {
    z-index: 9;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.pricing_title-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    min-width: 80ch;
    max-width: 100ch;
    margin-right: 4em;
    display: flex;
}

.pricing_subtitle {
    opacity: 1;
    max-width: 64ch;
}

.pricing_grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.pricing_card {
    background-color: #fff;
    color: #fff;
    border-radius: .25em;
    position: relative;
}

    .pricing_card.is--dark {
        background-color: #080909;
        color: #ebebeb;
        position: relative;
        overflow: hidden;
    }

.pricing_icon-wrap {
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
}

    .pricing_icon-wrap.is--on-dark {
        z-index: 1;
        position: relative;
    }

.pricing_icon {
    color: #080909;
    display: flex;
}

    .pricing_icon.is--on-dark {
        color: #ebebeb;
    }

.pricing_content {
    grid-column-gap: 1.7em;
    grid-row-gap: 1.7em;
    color: #080909;
    flex-direction: column;
    padding: 3em 4em 3.5em;
    display: flex;
}

    .pricing_content.is--on-dark {
        z-index: 1;
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        color: #ebebeb;
        padding-top: 3em;
        padding-bottom: 3em;
        position: relative;
    }

.pricing_top {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.pricing_name {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    display: flex;
}

.pricing_popular {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    font-size: 1rem;
    font-weight: 500;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    font-size: 1rem;
    background-color: #dbf8cc;
    border-radius: 100rem;
    justify-content: center;
    align-items: center;
    padding: .35em 1em .35em .85em;
    font-weight: 500;
    display: flex;
}

    .pricing_popular.is--on-dark {
        color: #080909;
    }

.pricing_popular-dot {
    background-color: #34a853;
    border-radius: 100rem;
    width: .42em;
    min-width: .42em;
    max-width: .42em;
    height: .42em;
    min-height: .42em;
    max-height: .42em;
}

.pricing_description {
    max-width: 40ch;
}

.pricing_divider {
    background-color: #080909;
    opacity: .07;
    width: 100%;
    height: 1px;
    color: #080909;
}

.pricing_bottom {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    margin-bottom: 2em;
    display: flex;
}

.pricing_price {
    color: #080909;
}

.pricing_features {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.pricing_item {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    color: #080909;
    align-items: center;
    display: flex;
}

.section_footer {
    background-color: #080909;
    color: #ebebeb;
    position: relative;
}

.footer_component {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 80px;
    display: flex;
}

.footer_grid {
    gap: 144px;
    display: flex;
}

.footer_list {
    gap: 128px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer_wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    display: flex;
}

.footer_title {
    opacity: .8;
}

.footer_links {
    grid-row-gap: 20px;
    white-space: nowrap;
    flex-direction: column;
    display: flex;
}

.footer_link {
    color: #ebebeb;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.footer_newsletter {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    padding-right: 5rem;
    display: flex;
}

.footer_newsletter-subtitle {
    max-width: 100%;
    color: #ebebeb;
}

.footer_credit {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    font-size: max(16px, .75em);
    flex-direction: column;
    display: flex;
}

.footer_credits {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    color: #ebebeb;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.footer_credits-wrap {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    font-size: 1rem;
    display: flex;
}

.footer_credits-link {
    color: #ebebeb;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity .2s;
}

    .footer_credits-link:hover {
        opacity: .83;
    }

.footer_opacity-60 {
    opacity: .6;
}

.footer_pages-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    font-size: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.footer_divider {
    background-color: #ebebeb;
    opacity: .3;
    width: 1px;
    height: .7em;
}

.footer_bottom {
    height: 39vh;
    position: relative;
}

.footer_cta {
    z-index: 10;
    text-decoration: none;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .footer_cta._w-inline-block {
        border-radius: 100em;
        overflow: hidden;
    }

.sticky_wrap, .hero_parallax {
    position: relative;
    visibility: visible !important;
}

.section_hero {
    width: 100%;
    position: relative;
    visibility: visible !important;
}

.hero_top {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}

.hero_marquee {
    z-index: 1;
    /* pointer-events: none; */
    inset: 75vh 0 auto;
}

.hero_component {
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
}

.hero_bottom {
    z-index: 2;
    justify-content: center;
    padding: 21vh 2.5em 1em;
    display: flex;
    position: relative;
}

.hero_bottom_content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.hero_tag {
    color: #000000;
    font-weight: 600;
    align-items: center;
    padding: .3125em .8em;
    display: inline-flex;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
}

.hero_scroll-indicator {
    z-index: 3;
    justify-content: center;
    display: flex;
    position: absolute;
    bottom: 1.5em;
    left: 50%;
    transform: translateX(-50%);
}

.hero_scroll-line {
    background-color: #141414;
    opacity: 0;
    transform-origin: top;
    width: 1px;
    height: 4em;
    color: #141414;
    transform: scaleY(0);
}

.section_brands {
    background-color: #080909;
    color: #080909;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 9
}

.brands_inner {
    padding: 0 2.5em;
    position: relative;
}

.brands_heading-row {
    z-index: 9;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100ch;
    margin-bottom: 6em;
    display: flex;
    position: relative;
}

.brands_heading {
    color: #ebebeb;
    max-width: 22em;
    font-size: 52px;
    line-height: 57px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.brands_grid {
    z-index: 9;
    /* grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; */
    /* margin-bottom: 8em; */
    /* display: grid; */
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 10px;
}

.brands_logo {
    object-fit: contain;
    /* width: 100%; */
    max-width: 100%;
    width: 140px;
    height: 80px;
    display: block;
    filter: invert(1) brightness(1) grayscale(1);
}

    .brands_logo.is--large {
        letter-spacing: -.04em;
        width: 65%;
        max-width: 8em;
        font-size: 6.5em;
        line-height: 1;
    }

.section_team {
    background-color: #131616;
    color: #080909;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 9;
}
    /* Initial State */
    .section_team .team_position, .section_team .team_meta .brands_tag, .section_team .team_intro {
        opacity: 1;
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
        transition: clip-path 0.5s cubic-bezier(.22, .61, .36, 1);
    }
    /* Hover State */
    .section_team .team_card:hover .team_position {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }

    .section_team .team_card:hover .team_meta .brands_tag {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
        transition-delay: .08s;
    }

    .section_team .team_card:hover .team_intro {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
        transition-delay: .16s;
    }

.team_txt_tiny {
    font-size: 20px;
    line-height: 27px;
}

.team_component {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    flex-direction: column;
    padding: 0 2.5em;
    display: flex;
}

.heading-row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
    justify-content: space-between;
    place-items: start stretch;
    display: flex;
}

.team_heading {
    max-width: 35ch;
    color: #ebebeb;
    font-size: 3.25em;
    line-height: 1.2;
    font-weight: 300;
    max-width: 35ch;
    font-size: 3.25em;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 1.5em;
    font-weight: 400;
    line-height: 1.2;
}

    .team_heading.is--black {
        color: #080909;
        margin-left: 0;
    }

.team_grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
}

.tema_btn {
    display: flex;
    justify-content: center;
}

.team_card {
    aspect-ratio: 2 / 2.5;
    background-color: #0e0f0f;
    color: #0e0f0f;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    border: 1px solid #292d2d;
    border-radius: 20px;
}

.team_image {
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.team_card:first-child .team_image {
    object-position: 66% 100%;
}

.team_info {
    z-index: 1;
    box-sizing: border-box;
    aspect-ratio: 1 / 1.1;
    background-color: #ebebeb;
    opacity: 0;
    width: 80%;
    max-height: 70%;
    color: #080909;
    border-radius: .25em;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 1.5em;
    display: flex;
    position: relative;
    overflow: hidden;
}

.team_position {
    opacity: .67;
    color: #080909;
    align-self: flex-end;
}

.team_meta {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    color: #080909;
    flex-direction: column;
    display: flex;
}

.team_intro {
    color: #080909;
    font-size: max(16px, .75em);
    line-height: 1.55;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.section_awards {
    background-color: #080909;
    color: #080909;
    padding-top: 2em;
    padding-bottom: 8em;
    position: relative;
}

.awards_component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    padding: 0 2.5em;
    display: flex;
}

.awards_wrap {
    flex-direction: column;
    display: flex;
}

.awards_item {
    position: relative;
    overflow: hidden;
}

.awards_content {
    z-index: 2;
    align-items: center;
    display: flex;
    position: relative;
    transition: color .4s ease;
    padding: 55px 22px;
    color: #000000;
    gap: 16px;
}

.awards_item:hover .awards_content {
    color: #080909;
}

.awards_name {
    font-weight: 300;
}

.awards_info {
    opacity: .67;
    text-align: center;
    cursor: default;
    position: relative;
}

.awards_count {
    opacity: .67;
    text-align: right;
}

    .awards_count.text-size-small {
        font-size: max(16px, .75em);
    }

.awards_hover-bg {
    z-index: 1;
    background-color: #ebebeb;
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: height .4s ease;
}

.awards_item:hover .awards_hover-bg {
    height: 100%;
}

.awards_btn {
    box-sizing: border-box;
    width: 14em;
    margin: 2em auto 0;
    display: block;
}

.section_works {
    background-color: #ebebeb;
    color: #080909;
    position: relative;
    padding-bottom: 150px;
    padding-top: 150px;
}

.works_component {
    padding: 0 2.5em;
}

    .works_component.is--hero {
        padding-top: 12em;
    }

.works_heading-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100ch;
    margin-bottom: 6em;
    display: flex;
}

.works_heading {
    color: #080909;
    max-width: 22em;
    font-size: 52px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 57px;
}

.works_cards {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    perspective: 60em;
    flex-direction: column;
    grid-template-rows: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.works_card {
    aspect-ratio: 12.1 / 9;
    will-change: transform;
    border-radius: 2.5em;
    width: 100%;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    transform: perspective(1000px);
}

.section_works_2 .works_cards {
    display: flex;
}

.section_works_2 .works_card {
    aspect-ratio: 16 / 9;
}

.section_works_2 .works_image {
    object-position: 100% 37%;
}

.works_cursor {
    z-index: 10;
    grid-column-gap: .1875em;
    grid-row-gap: .1875em;
    opacity: 0;
    pointer-events: none;
    will-change: transform;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.works_cursor-item {
    background-color: #141414;
    color: #ebebeb;
    font-weight: 600;
    white-space: nowrap;
    padding: .3125em .5em;
}

.works_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    object-position: 100% 40%;
}

.works_card_name-wrap {
    pointer-events: none;
    align-items: flex-end;
    padding: 2em;
    display: flex;
    position: absolute;
    inset: 0;
}

.works_card_name {
    color: #ebebeb;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.section_statement {
    background-color: #ebebeb;
    min-height: 100vh;
    color: #ebebeb;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.statement_component {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    max-width: 42em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.statement_text {
    color: #080909;
    font-size: 43px;
    line-height: 57px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.statement_break {
    height: 1em;
    display: block;
}

.statement_image-wrap {
    vertical-align: middle;
    border-radius: .2em;
    justify-content: center;
    align-items: center;
    width: 1.725em;
    height: 1.2em;
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

.statement_inline-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.image {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

    .image.works-v2-card_bg-image, .image.cover {
        height: 100%;
    }

.arrow-link_text {
    display: inline-block;
    position: relative;
}

.arrow-link_line {
    background-color: #ff4539;
    width: 0%;
    height: 1px;
    color: #ff4539;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .arrow-link_line.is--black {
        background-color: #080909;
        color: #080909;
    }

.section_works-v2-hero {
    background-color: #ebebeb;
    color: #080909;
    position: relative;
}

.works-v2-hero_component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    padding-top: 10em;
    padding-bottom: 6em;
    display: flex;
}

.works-v2-hero_heading-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.works-v2-hero_heading {
    max-width: 60%;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

    .works-v2-hero_heading.hero {
        font-size: 3.25em;
        line-height: 1.1;
    }

.works-v2-hero_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 4em 2em;
    display: grid;
}

.works-v2-card_item {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    color: #080909;
    flex-direction: column;
    text-decoration: none;
    display: flex;
}

.works-v2-card_image-wrap {
    aspect-ratio: 5 / 4;
    border-radius: 1em;
    position: relative;
    overflow: hidden;
}

.works-v2-card_bg-wrap {
    z-index: 1;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.works-v2-card_content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
}

.works-v2-card_title {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.works-v2-card_text {
    opacity: .94;
    max-width: 70ch;
    color: #141414;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.works-v3_component {
    padding-top: 10em;
    padding-bottom: 4em;
}

.works-v3_heading-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3em;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
}

.works-v3_heading-col {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-shrink: 0;
    align-items: flex-end;
    display: flex;
}

.works-v3_heading {
    max-width: 5em;
    color: #080909;
    font-size: 4.8em;
    line-height: 1.1;
    font-weight: 400;
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.works-v3_info-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    max-width: 18em;
    padding-bottom: .5em;
    display: flex;
}

.works-v3_description {
    opacity: .91;
    color: #080909;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
}

.works-v3_cards {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-direction: column;
    display: flex;
}

.works-v3_card {
    aspect-ratio: 16 / 9;
    border-radius: 2.5em;
    width: 100%;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}

.works-v3_card-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.works-v3_card-name-wrap {
    pointer-events: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0;
}

.works-v3_card-name {
    color: #ebebeb;
    font-size: 6.5em;
    font-weight: 500;
    mix-blend-mode: difference;
    margin-top: 0;
    margin-bottom: 0;
}

.text-size-small {
    font-size: .875em;
    line-height: 1.5;
}

.text-weight-normal {
    font-weight: 400;
}

.contact-hero_submit-btn {
    box-sizing: border-box;
    background-color: #141414;
    width: 100%;
    max-width: 20em;
    color: #ebebeb;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border-style: none;
    border-radius: 8px;
    padding: 1em 2em;
}

    .contact-hero_submit-btn:hover {
        background-color: #2a2a2a;
    }

.section_contact-hero {
    background-color: #ebebeb;
    color: #080909;
    position: relative;
}

.contact-hero_component {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
    padding-top: 10em;
    padding-bottom: 8em;
    display: flex;
}

.contact-hero_left {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.contact-hero_heading {
    max-width: 60%;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

    .contact-hero_heading.heading-style-h2 {
        font-size: 3.25em;
        line-height: 1.1;
        font-weight: 500;
        letter-spacing: -.02em;
        margin-top: 0;
        margin-bottom: 0;
    }

.contact-hero_right {
    flex-direction: column;
    width: 50%;
    margin-left: auto;
    display: flex;
}

.contact-hero_form-v2 {
    flex-direction: column;
    display: flex;
}

.section_contact-v2 {
    background-color: #ebebeb;
    color: #080909;
    position: relative;
}

.contact-v2_component {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: center;
    padding-top: 12em;
    padding-bottom: 6em;
    display: flex;
}

.contact-v2_form-wrap {
    width: 50%;
}

.contact-v2_marquee {
    pointer-events: none;
    position: relative;
}

.section_contact-v3 {
    background-color: #ebebeb;
    color: #080909;
    position: relative;
}

.contact-v3_component {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    padding-top: 10em;
    padding-bottom: 6em;
    display: flex;
}

.contact-v3_heading {
    max-width: 60%;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-v3_grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto;
    grid-template-columns: 3fr 2fr;
    margin-top: 3em;
    display: grid;
}

.contact-v3_card-bg {
    z-index: 0;
    position: absolute;
    inset: 0;
}

.contact-v3_card-bg-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.contact-v3_stat-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.contact-v3_stat-text {
    opacity: 1;
    max-width: 32ch;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-v3_bento-wrap {
    z-index: 1;
    pointer-events: none;
    width: 75%;
    margin-left: auto;
    position: relative;
}

.contact-v3_bento-image {
    width: 100%;
    height: auto;
    display: block;
}

.arrow-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    cursor: pointer;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-decoration: none;
    display: inline-flex;
}

.section_blog-hero {
    background-color: #ebebeb;
    color: #080909;
    position: relative;
}

.blog-hero_component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    padding-top: 10em;
    padding-bottom: 8em;
    display: flex;
}

.blog-hero_heading-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.blog-hero_heading {
    max-width: 32ch;
    margin-top: 0;
    margin-bottom: 0;
}

    .blog-hero_heading.hero {
        font-size: 4em;
    }

.blog-hero_list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    display: flex;
}

.blog-hero_card {
    background-color: #fff;
    color: #080909;
    border-radius: 1em;
    flex-direction: row;
    align-items: stretch;
    text-decoration: none;
    display: flex;
}

.blog-hero_card-image-wrap {
    flex-shrink: 0;
    width: 50%;
    padding: .75em 0 .75em .75em;
}

.blog-hero_card-image-inner {
    border-radius: .5em;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-hero_card-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 28em;
}

.blog-hero_card-content {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding: 3em 4em;
    display: flex;
}

.blog-hero_card-date {
    color: #595959;
}

    .blog-hero_card-date.text-style-allcaps {
        color: #141414;
    }

.blog-hero_card-title {
    color: #080909;
    margin-top: 0;
    margin-bottom: 0;
}

    .blog-hero_card-title.text-weight-normal {
        line-height: 1.3;
        font-weight: 400;
    }

.blog-hero_card-excerpt {
    color: #595959;
    line-height: 1.55;
    margin-top: 0;
    margin-bottom: 0;
}

    .blog-hero_card-excerpt.text-size-small {
        font-size: .875em;
    }

.arrow-link-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    font-size: 1.125em;
    cursor: pointer;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-decoration: none;
    display: inline-flex;
}

.section_blog-v3-hero {
    background-color: #ebebeb;
    color: #080909;
    position: relative;
}

.blog-v3-hero_component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    padding-top: 10em;
    padding-bottom: 8em;
    display: flex;
}

.blog-v3-hero_heading-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.blog-v3-hero_heading {
    max-width: 32ch;
    margin-top: 0;
    margin-bottom: 0;
}

.blog-v3-hero_grid {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    gap: 4em 2em;
    display: grid;
}

.blog-v3-card_item {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    color: #080909;
    flex-direction: column;
    text-decoration: none;
    display: flex;
}

.blog-v3-card_image-wrap {
    aspect-ratio: 5 / 4;
    border-radius: 1em;
    overflow: hidden;
}

.blog-v3-card_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-v3-card_content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    padding-left: .5em;
    padding-right: .5em;
    display: flex;
}

.blog-v3-card_date {
    color: #595959;
}

.blog-v3-card_title {
    color: #080909;
    margin-top: 0;
    margin-bottom: 0;
}

    .blog-v3-card_title.text-weight-normal {
        line-height: 1.3;
        font-weight: 400;
    }

.blog-v3-card_excerpt {
    color: #595959;
    line-height: 1.55;
    margin-top: 0;
    margin-bottom: 0;
}

    .blog-v3-card_excerpt.text-size-small {
        max-width: 60ch;
        font-size: .875em;
        line-height: 1.5;
        max-width: 60ch;
        font-size: 1rem;
        line-height: 1.5;
    }

.progressive-blur_wrap {
    z-index: 999;
    pointer-events: none;
    width: 100%;
    height: 6.5rem;
    position: fixed;
    inset: auto 0% 0%;
    overflow: clip;
    transform: rotate(180deg);
}

.progressive-blur_panel {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2 * 2)));
    backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2 * 2)));
    padding: 0;
    position: absolute;
    -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
    mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
}

    .progressive-blur_panel.is-9 {
        -webkit-backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2 * 2 * 2 * 2)));
        backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2 * 2 * 2 * 2)));
        -webkit-mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
        mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
    }

    .progressive-blur_panel.is-8 {
        -webkit-backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2 * 2 * 2)));
        backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2 * 2 * 2)));
        -webkit-mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
        mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
    }

    .progressive-blur_panel.is-1 {
        -webkit-backdrop-filter: blur(1rem);
        backdrop-filter: blur(1rem);
        -webkit-mask: linear-gradient(#000 0% 10%, #0000 30%);
        mask: linear-gradient(#000 0% 10%, #0000 30%);
    }

    .progressive-blur_panel.is-6 {
        -webkit-backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2)));
        backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2)));
        -webkit-mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
        mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
    }

    .progressive-blur_panel.is-4 {
        -webkit-backdrop-filter: blur(calc(1rem / (2 * 2 * 2)));
        backdrop-filter: blur(calc(1rem / (2 * 2 * 2)));
        -webkit-mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
        mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
    }

    .progressive-blur_panel.is-3 {
        -webkit-backdrop-filter: blur(calc(1rem / (2 * 2)));
        backdrop-filter: blur(calc(1rem / (2 * 2)));
        -webkit-mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
        mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
    }

    .progressive-blur_panel.is-5 {
        -webkit-backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2)));
        backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2)));
        -webkit-mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
        mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
    }

    .progressive-blur_panel.is-10 {
        -webkit-backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2)));
        backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2)));
        -webkit-mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
        mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
    }

    .progressive-blur_panel.is-2 {
        -webkit-backdrop-filter: blur(calc(1rem / 2));
        backdrop-filter: blur(calc(1rem / 2));
        -webkit-mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
        mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
    }

    .progressive-blur_panel.is-7 {
        -webkit-backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2 * 2)));
        backdrop-filter: blur(calc(1rem / (2 * 2 * 2 * 2 * 2 * 2)));
        -webkit-mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
        mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
    }

.works-v3_card-wrap {
    position: sticky;
    top: 5em;
}

.contact-hero_form {
    flex-direction: column;
    display: flex;
}

.contact-hero_field {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-bottom: 1px solid #08090926;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
}

.contact-hero_field-left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    font-size: 1rem;
    flex-shrink: 0;
    align-items: center;
    display: flex;
}

.contact-hero_field-icon {
    width: .875em;
    height: .875em;
    color: #080909;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.contact-hero_field-label {
    color: #080909;
    flex-shrink: 0;
}

.contact-hero_input {
    color: #595959;
    font-size: max(16px, .75em);
    font-weight: 400;
    text-align: right;
    letter-spacing: .08em;
    text-transform: uppercase;
    background-color: #0000;
    border-style: none;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.contact-hero_submit {
    justify-content: flex-start;
    margin-top: 2.5em;
    display: flex;
}

    .contact-hero_submit.is--center {
        justify-content: center;
        align-items: center;
    }

.blog-list {
    grid-column-gap: 2rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.blog-image {
    aspect-ratio: 2 / 1.6;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
}

.blog-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    display: flex;
    position: relative;
}

.blog-icon {
    z-index: 5;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff40;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    transform: translate(2.5rem);
}

.opacity_60 {
    opacity: .87;
    font-size: 1rem;
}

.blog-link {
    z-index: 999;
    position: absolute;
    inset: 0%;
}

.image-2 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.section_logos .image-2 {
    width: 140px;
    filter: invert(1) brightness(1) grayscale(1);
}

.image-2.is-contain {
    object-fit: contain;
    object-position: 50% 100%;
}

.blog-title {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    max-width: 50ch;
    display: flex;
}

.blog-animation {
    z-index: 5;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: .5rem;
    right: .5rem;
    overflow: hidden;
}

.heading-style-h5 {
    font-size: 1.25em;
    line-height: 1.5;
}

.icon-img {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
}

.section_explore {
    z-index: 9;
    background-color: #ebebeb;
    position: relative;
}

.text-size-regular-2 {
    font-size: 1rem;
}

.slider-nav {
    display: none;
}

.testimonial-overlay {
    z-index: 2;
    background-image: linear-gradient(#1c1b1a00, #1c1b1a99);
    width: 100%;
    height: 10rem;
    position: absolute;
    inset: auto 0% 0%;
}

.services_title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
}

    .services_title.min-wdith {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        justify-content: center;
        align-items: center;
        max-width: none;
    }

.big-number {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

.slider-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
}

.numbers_paragraph {
    opacity: .8;
    max-width: none;
}

.bubble-text {
    max-width: 15ch;
}

.heading_component {
    z-index: 9;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
}

    .heading_component.is--center {
        text-align: center;
        justify-content: center;
        align-items: flex-start;
    }

.text-size-large {
    font-size: 1.25em;
    line-height: 1.5;
}

.numbers_component {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}

.quote-icon {
    width: 1.2rem;
    margin-bottom: .5rem;
}

.section_about {
    position: relative;
    overflow: clip;
}

.heading-style-h2-2 {
    font-size: 4rem;
    line-height: 1.2;
}

    .heading-style-h2-2.text-weight-medium {
        line-height: 1.2;
        font-weight: 500;
    }

.bubble {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    display: flex;
}

.icon_animation {
    justify-content: center;
    align-items: center;
    width: .9rem;
    height: .9rem;
    display: flex;
}

.lines_bg {
    z-index: 2;
    pointer-events: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    position: absolute;
    inset: 0%;
}

    .lines_bg.is--light {
        opacity: .78;
    }

    .lines_bg.is--black {
        opacity: .6;
    }

.left-arrow {
    opacity: .6;
    width: 2.5rem;
    height: 2.5rem;
    color: #080909;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: opacity .3s;
    display: flex;
    inset: -5rem 3.5rem auto auto;
}

    .left-arrow:hover {
        opacity: .3;
    }

.about-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20vh;
    padding-bottom: 6rem;
    display: flex;
}

.testimonial-video {
    z-index: 1;
    position: absolute;
    inset: 0%;
}

.slider_image {
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    overflow: hidden;
}

    .slider_image.is--square {
        border-radius: 4px;
    }

.section_testimonial {
    position: relative;
}

.heading-style-h3-2 {
    font-size: 3.4rem;
    line-height: 1.2;
}

    .heading-style-h3-2.text-weight-normal {
        line-height: 1.3;
        font-weight: 400;
    }

.growth {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    color: #329216;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    display: flex;
}

    .growth.is--bottom {
        margin-top: 0;
        margin-bottom: .3rem;
    }

.about_subtitle {
    opacity: .8;
    max-width: 80ch;
    line-height: 1.7;
    margin-top: 1rem;
}

.explore_btn {
    flex-flow: column;
    width: 19rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.icon_wrap {
    display: flex;
}

    .icon_wrap.one {
        margin-right: 40%;
    }

    .icon_wrap.fifth {
        margin-top: 45%;
        margin-right: 82%;
    }

        .icon_wrap.fifth.no-margin {
            margin-top: 0%;
            margin-right: 0%;
        }

    .icon_wrap.fourth {
        margin-top: 20%;
        margin-left: 30%;
    }

        .icon_wrap.fourth.no-margin {
            margin-top: 0%;
            margin-left: 0%;
        }

    .icon_wrap.sixth {
        margin-left: 25%;
    }

        .icon_wrap.sixth.no-margin {
            margin-left: 0%;
        }

    .icon_wrap.two {
        margin-left: 80%;
    }

    .icon_wrap.three {
        margin-top: 35%;
    }

.growth_icon {
    justify-content: center;
    align-items: center;
    width: .625rem;
    height: .625rem;
    display: flex;
}

.section_image {
    position: relative;
}

.elipse {
    background-color: #ff4539;
    border-radius: 50%;
    width: .3rem;
    min-width: .3rem;
    max-width: .3rem;
    height: .3rem;
    min-height: .3rem;
    max-height: .3rem;
}

    .elipse.is--large {
        width: .5rem;
        min-width: .5rem;
        height: .5rem;
        min-height: .5rem;
    }

        .elipse.is--large.black {
            opacity: .1;
            background-color: #141414;
        }

.text-size-huge {
    font-size: 6vw;
    line-height: .9;
}

    .text-size-huge.is--large {
        font-size: 6.5em;
        line-height: 1;
    }

    .text-size-huge.is--small {
        font-size: 5rem;
        line-height: .9;
    }

.bento_top-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
}

.heading_subtitle {
    opacity: .8;
    max-width: 64ch;
}

.bg_animation {
    z-index: 0;
    pointer-events: none;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
}

.slider_component {
    z-index: 9;
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    flex-flow: column;
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: flex;
    position: relative;
}

.container-huge {
    width: 100%;
    max-width: 100vw;
}

.lines_line {
    opacity: .4;
    border-left: 1px solid #0000001a;
    border-right: 1px solid #0000001a;
    width: 25%;
    height: 100%;
}

    .lines_line.is--left {
        border-right-style: none;
        border-right-width: 0;
    }

        .lines_line.is--left.is--black {
            border-left-color: #ebebeb1a;
        }

    .lines_line.is--right {
        border-left-style: none;
        border-left-width: 0;
    }

        .lines_line.is--right.is--black {
            border-right-color: #ebebeb1a;
        }

    .lines_line.is-black {
        border-left-color: #ebebeb1a;
        border-right-color: #ebebeb1a;
    }

.heading-style-h1-2 {
    font-size: 19vw;
    letter-spacing: -1.3vw;
    line-height: 1;
}

    .heading-style-h1-2.is--work {
        font-size: 9rem;
        line-height: 1;
        font-weight: 600;
        letter-spacing: -.5px;
    }

.bubble-img {
    border: 2px solid #ebebeb;
    border-radius: 50%;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    margin-left: -1rem;
    overflow: hidden;
}

.text-weight-medium {
    font-weight: 500;
}

.right-arrow {
    width: 2.5rem;
    height: 2.5rem;
    color: #ebebeb;
    background-color: #080909;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: opacity .3s;
    display: flex;
    inset: -5rem 0% auto auto;
}

    .right-arrow:hover {
        opacity: .8;
    }

.logos_card {
    aspect-ratio: 1;
    background-color: #0e0f0f;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 15vw;
    min-width: 17rem;
    margin-right: 1rem;
    padding: 5rem 3rem;
    display: flex;
}

.about_heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
}

.numbers_grid {
    grid-column-gap: 7rem;
    grid-row-gap: 5rem;
    width: 100%;
    margin-top: 6rem;
}

.slider-item {
    flex: none;
    max-width: 22rem;
    min-height: 27rem;
    margin-right: 1.5rem;
}

.explore_component {
    z-index: 4;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 1.1em;
    padding-bottom: 3em;
    display: flex;
    position: relative;
}

.slider-bottom {
    z-index: 3;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.logo_img.is-large {
    width: 65%;
    max-width: 8rem;
    font-size: 6rem;
}

.bubble-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}

.numbers_subtitle {
    opacity: .7;
    max-width: 85%;
    margin-top: 2rem;
}

.slider-mask {
    width: 22rem;
    min-height: 27rem;
    overflow: visible;
}

.slider {
    grid-row-gap: 3em;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 27rem;
    display: flex;
    position: relative;
}

.slider-testimonial {
    background-color: #f3f2ee;
    border-radius: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 27rem;
    padding: 1.5rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

    .slider-testimonial.is--video {
        color: #ebebeb;
        justify-content: flex-end;
        align-items: flex-start;
    }

.image-placeholder {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.background-video {
    z-index: 2;
    width: 100%;
    height: 100%;
}

.about_image {
    z-index: 9;
    height: 70vh;
    position: relative;
    overflow: clip;
    border-radius: 20px;
}

.numbers_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100ch;
    margin-right: 4rem;
    display: flex;
}

.text-size-small-2 {
    font-size: 1rem;
}

.image-parallax {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.testimonial-quote {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
}

.container-small {
    width: 100%;
    max-width: 80.8rem;
    margin-left: auto;
    margin-right: auto;
}

.tag {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.bg_animation-wrap {
    grid-column-gap: 15%;
    grid-row-gap: 15%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
    display: flex;
}

    .bg_animation-wrap.is--bottom {
        padding-bottom: 5%;
    }

    .bg_animation-wrap.is--top {
        justify-content: flex-start;
        align-items: center;
    }

.section_logos {
    color: #ebebeb;
    background-color: #080909;
    position: relative;
}

.logos_subtitle {
    opacity: .7;
    text-align: right;
    max-width: 67ch;
    margin-top: 5rem;
    margin-left: auto;
}

.logos_heading {
    max-width: 120ch;
    margin-top: 2rem;
}

.logos_content {
    z-index: 5;
    padding-top: 20vh;
    padding-bottom: 10rem;
    position: relative;
}

.logos {
    z-index: 5;
    padding-bottom: 12rem;
    position: relative;
}

.logos_list {
    display: flex;
}

.bento_vertical {
    color: #ebebeb;
    background-image: url("https://cdn.prod.website-files.com/69deff2abec3e740883ff6a9/69e001789372dd3d88e47e30_vertical_card-bg.avif");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    display: flex;
    position: relative;
}

.section_bento {
    position: relative;
}

.bento_component {
    z-index: 5;
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
    padding-top: 15vh;
    padding-bottom: 12rem;
    display: flex;
    position: relative;
}

.bento_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.bento_icon-wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
}

.cursor-chat {
    letter-spacing: .6px;
    background-color: #2e90fa;
    border: .1rem solid #1570ef;
    border-radius: 1.5rem .125rem 1.5rem 1.5rem;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    padding: .4rem 1.25rem .4rem 1rem;
    display: flex;
}

    .cursor-chat.is--green {
        background-color: #12b76a;
        border-color: #039855;
        border-top-left-radius: .125rem;
        border-top-right-radius: 1.5rem;
        margin-left: 1rem;
        margin-right: 0;
        padding-left: 1rem;
        padding-right: .9rem;
    }

.bento_animation {
    flex: 1;
    position: relative;
}

.cursor-img {
    width: 1.3rem;
    margin-bottom: -.3rem;
}

.bento_vertical-top {
    margin-top: 4rem;
    margin-left: 4rem;
    margin-right: 4rem;
}

.bent_paragraph {
    max-width: 24ch;
}

.bento_vertical-paragraph {
    border-left: 1px solid #ebebeb;
    max-width: 35ch;
    margin: auto 3.5rem 3rem;
    padding-left: 1rem;
}

.bento_top {
    min-height: 27rem;
    color: #ebebeb;
    background-color: #080909;
    background-image: url("https://cdn.prod.website-files.com/69deff2abec3e740883ff6a9/69dff82f60e88c6acfb5e153_card-bg.avif");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .25rem;
    flex-flow: column;
    transition: background-position .9s;
    display: flex;
    overflow: hidden;
}

    .bento_top:hover {
        background-image: url("https://cdn.prod.website-files.com/69deff2abec3e740883ff6a9/69dff82f60e88c6acfb5e153_card-bg.avif");
        background-position: 50% 55%;
        background-repeat: no-repeat;
        background-size: cover;
    }

.cursor-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

    .cursor-wrap.is--left {
        margin-top: -2%;
        margin-right: 35%;
    }

    .cursor-wrap.is--right {
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 5%;
        margin-left: 45%;
    }

.bento_bottom {
    background-color: #fff;
    background-image: url("https://cdn.prod.website-files.com/69deff2abec3e740883ff6a9/69e001789372dd3d88e47e2c_card_bg-white.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 27rem;
    transition: background-position 1s;
    display: flex;
    overflow: hidden;
}

    .bento_bottom:hover {
        background-position: 50% 20%;
    }

.bento_paragraph {
    border-left: 1px solid #141414;
    max-width: 45ch;
    padding-left: 1rem;
}

.bento_top-img {
    width: 60%;
    height: 100%;
}

.figma {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 10%;
    display: flex;
}

.bento_top-wrap {
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2rem;
    padding-left: 3.5rem;
    display: flex;
}

.bento-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

    .bento-title.is--bottom {
        justify-content: flex-start;
        align-items: flex-end;
    }

.bento_bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 2.5rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    display: flex;
}

._404 {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
}

.form {
    flex-flow: column;
    display: flex;
}

.field-label {
    font-weight: 500;
    text-align: center;
}

.div-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.text-block {
    margin-bottom: 1rem;
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 275px;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.button-line {
    background-color: #3f3f3f;
    width: 100%;
    height: 1px;
}

.license-content {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.style-guide-content {
    margin-bottom: 8rem;
}

.license-component {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}

.typography-content {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.section-style-guide {
    z-index: 9;
    background-color: #ebebeb;
    padding-top: 10em;
    position: relative;
}

.typography-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    max-width: 30rem;
    display: flex;
}

.style-guide-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #080909;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
    text-decoration: none;
    transition: opacity .2s;
    display: flex;
    overflow: hidden;
}

    .style-guide-button:hover {
        opacity: .5;
    }

.style-guide-header {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 4.5rem;
    display: flex;
}

.divider-2 {
    z-index: 2;
    opacity: .08;
    background-color: #000;
    width: 100%;
    height: 1px;
    position: relative;
}

.opacity_85 {
    opacity: .8;
}

.section_instructions-hero {
    color: #080909;
    background-color: #ebebeb;
    position: relative;
}

.instructions-hero_component {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10em;
    padding-bottom: 4em;
    display: flex;
}

.instructions-hero_heading {
    color: #080909;
    margin-top: 0;
    margin-bottom: 0;
}

    .instructions-hero_heading.heading-style-h1 {
        font-size: 4.8em;
        line-height: 1.1;
        font-weight: 500;
    }

.instructions-hero_subtitle {
    max-width: 52ch;
    color: #141414;
    margin-top: 0;
    margin-bottom: 0;
}

.section_instructions {
    color: #080909;
    background-color: #ebebeb;
    position: relative;
}

.instructions_component {
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 10em;
    display: flex;
}

.instructions_note {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    background-color: #0809090a;
    border-radius: .25em;
    flex-direction: column;
    margin-bottom: 2em;
    padding: 2em;
    display: flex;
}

.instructions_note-body {
    max-width: 68ch;
    color: #141414;
    margin-top: 0;
    margin-bottom: 0;
}

.instructions_group {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    border-top: 1px solid #0809091f;
    flex-direction: column;
    padding-top: 4em;
    padding-bottom: 4em;
    display: flex;
}

    .instructions_group:first-of-type {
        border-top-style: none;
        padding-top: 2em;
    }

.instructions_group-head {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 6em 1fr;
    align-items: baseline;
    display: grid;
}

.instructions_index {
    color: #080909;
    line-height: 1;
    letter-spacing: .08em;
}

.instructions_group-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    display: flex;
}

.instructions_group-heading {
    color: #080909;
    margin-top: 0;
    margin-bottom: 0;
}

.instructions_group-description {
    max-width: 64ch;
    color: #141414;
    margin-top: 0;
    margin-bottom: 0;
}

.instructions_items {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    padding-left: 8em;
    display: flex;
}

.instructions_attr-list {
    flex-direction: column;
    display: flex;
}

.instructions_attr {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-top: 1px solid #08090914;
    grid-template-rows: auto;
    grid-template-columns: 18em 1fr;
    align-items: baseline;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    display: grid;
}

    .instructions_attr:first-child {
        border-top-style: none;
        padding-top: 0;
    }

.instructions_attr-name {
    color: #080909;
    font-size: .95em;
    letter-spacing: 0;
    word-break: break-word;
}

.instructions_attr-description {
    max-width: 68ch;
    color: #141414;
    margin-top: 0;
    margin-bottom: 0;
}

    .instructions_attr-description.text-size-regular {
        font-size: 1rem;
        line-height: 1.55;
        font-size: 1rem;
    }

.instructions_steps {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    display: flex;
}

.instructions_step {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    border-top: 1px solid #08090914;
    grid-template-rows: auto;
    grid-template-columns: 5em 1fr;
    align-items: baseline;
    padding-top: 1em;
    padding-bottom: 1em;
    display: grid;
}

    .instructions_step:first-child {
        border-top-style: none;
        padding-top: 0;
    }

.instructions_step-number {
    color: #080909;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.instructions_step-text {
    max-width: 64ch;
    color: #141414;
    margin-top: 0;
    margin-bottom: 0;
}

.instructions_snippet {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    background-color: #fff;
    color: #0e0f0f;
    border-radius: .375em;
    flex-direction: column;
    padding: 1.5em 1.75em;
    display: flex;
}

.instructions_snippet-label {
    opacity: .6;
    color: #0e0f0f;
    letter-spacing: .08em;
}

    .instructions_snippet-label.text-style-allcaps.text-size-tiny {
        font-size: max(16px, .75em);
        line-height: 1.5;
        font-size: max(16px, .75em);
    }

.instructions_snippet-body {
    color: #0e0f0f;
    font-size: 1rem;
    line-height: 1.6;
    white-space: pre;
    font-size: 1rem;
    white-space: pre;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.6;
    overflow-x: auto;
}

.code-block {
    border-radius: .3rem;
}

.section_sg-hero {
    color: #080909;
    background-color: #ebebeb;
    position: relative;
}

.sg-hero_component {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10em;
    padding-bottom: 4em;
    display: flex;
}

.sg-hero_heading {
    color: #080909;
    margin-top: 0;
    margin-bottom: 0;
}

.sg-hero_subtitle {
    max-width: 44ch;
    color: #141414;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}

.section_sg {
    color: #080909;
    background-color: #ebebeb;
    position: relative;
}

.sg_tabs {
    padding-top: 2em;
    padding-bottom: 10em;
}

.sg_tab-menu {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border-bottom: 1px solid #0809091f;
    align-items: center;
    margin-bottom: 2em;
    display: flex;
}

.sg_tab-link {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    color: #141414;
    cursor: pointer;
    background-color: #0000;
    border-bottom: 1px solid #0000;
    align-items: baseline;
    margin-bottom: -1px;
    margin-right: 1.5em;
    padding: 1em 1.5em 1em 0;
    text-decoration: none;
    transition: color .2s;
    display: flex;
    position: relative;
}

    .sg_tab-link:hover {
        color: #080909;
    }

    .sg_tab-link.w--current {
        background-color: #0000;
        border-bottom-color: #000;
    }

.sg_tab-index {
    color: #080909;
    letter-spacing: .08em;
}

.sg_tab-label {
    font-size: 1rem;
    line-height: 1.3;
    font-size: 1rem;
    line-height: 1.3;
}

.sg_tab-content {
    width: 100%;
}

.sg_group {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    border-top: 1px solid #0809091f;
    flex-direction: column;
    padding-top: 4em;
    padding-bottom: 4em;
    display: flex;
}

    .sg_group:first-child {
        border-top-style: none;
        padding-top: 2em;
    }

.sg_group-head {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 6em 1fr;
    align-items: baseline;
    display: grid;
}

.sg_index {
    color: #080909;
    line-height: 1;
    letter-spacing: .08em;
}

.sg_group-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    display: flex;
}

.sg_group-heading {
    color: #080909;
    margin-top: 0;
    margin-bottom: 0;
}

.sg_group-description {
    max-width: 60ch;
    color: #141414;
    margin-top: 0;
    margin-bottom: 0;
}

.sg_items {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    padding-left: 8em;
    display: flex;
}

.sg-type_row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-top: 1px solid #08090914;
    grid-template-rows: auto;
    grid-template-columns: 14em 1fr;
    align-items: baseline;
    padding-top: 1.75em;
    padding-bottom: 1.75em;
    display: grid;
}

    .sg-type_row:first-child {
        border-top-style: none;
        padding-top: 0;
    }

.sg-type_meta {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-direction: column;
    display: flex;
}

.sg-type_name {
    color: #080909;
}

.sg-type_spec {
    color: #141414;
}

.sg-type_sample {
    color: #080909;
    margin-top: 0;
    margin-bottom: 0;
}

    .sg-type_sample.text-size-medium {
        font-size: 1.125em;
        line-height: 1.55;
        font-size: 1rem;
    }

    .sg-type_sample.text-size-huge {
        font-size: 6.5em;
        line-height: .9;
    }

    .sg-type_sample.heading-style-h2 {
        font-size: 3.25em;
        line-height: 1.1;
    }

    .sg-type_sample.text-size-regular {
        font-size: 1rem;
        line-height: 1.55;
    }

    .sg-type_sample.text-weight-normal {
        font-weight: 400;
    }

.sg-color_grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.sg-color_card {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    display: flex;
}

.sg-color_swatch {
    aspect-ratio: 4 / 3;
    background-color: #ebebeb;
    border: 1px solid #08090914;
    border-radius: .375em;
    width: 100%;
}

    .sg-color_swatch._2 {
        background-color: #fff;
    }

    .sg-color_swatch._3 {
        background-color: #0e0f0f;
    }

    .sg-color_swatch._4 {
        background-color: #080909;
    }

    .sg-color_swatch._5 {
        background-color: #141414;
    }

    .sg-color_swatch._6 {
        background-color: #ff4539;
    }

.sg-color_meta {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: baseline;
    display: flex;
}

.sg-color_name {
    color: #080909;
    font-weight: 500;
}

.sg-color_hex {
    color: #141414;
}

.sg-color_dot {
    border: 1px solid #0809091f;
    border-radius: 100rem;
    width: .9em;
    min-width: .9em;
    max-width: .9em;
    height: .9em;
    min-height: .9em;
    max-height: .9em;
}

    .sg-color_dot.is--white {
        background-color: #ebebeb;
    }

    .sg-color_dot.is--pure-white {
        background-color: #fff;
    }

    .sg-color_dot.is--carbon {
        background-color: #0e0f0f;
    }

    .sg-color_dot.is--black {
        background-color: #080909;
    }

    .sg-color_dot.is--grey {
        background-color: #141414;
    }

    .sg-color_dot.is--orange {
        background-color: #ff4539;
    }

.sg-semantic_group {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-top: 1px solid #08090914;
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 0;
    display: flex;
}

    .sg-semantic_group:first-child {
        border-top-style: none;
        padding-top: 0;
    }

.sg-semantic_rows {
    flex-direction: column;
    display: flex;
}

.sg-semantic_row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-top: 1px solid #0809090f;
    grid-template-rows: auto;
    grid-template-columns: 1.5em 1fr auto;
    align-items: center;
    padding-top: .875em;
    padding-bottom: .875em;
    display: grid;
}

    .sg-semantic_row:first-child {
        border-top-style: none;
    }

.sg-semantic_name {
    color: #080909;
}

.sg-semantic_hex {
    color: #141414;
    font-variant-numeric: tabular-nums;
}

.sg-space_rows {
    flex-direction: column;
    display: flex;
}

.sg-space_row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-top: 1px solid #0809090f;
    grid-template-rows: auto;
    grid-template-columns: 8em 6em 1fr;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    display: grid;
}

    .sg-space_row:first-child {
        border-top-style: none;
    }

.sg-space_name {
    color: #080909;
}

.sg-space_value {
    color: #141414;
    font-variant-numeric: tabular-nums;
}

.sg-space_visual {
    align-items: center;
    display: flex;
}

.sg-space_bar {
    background-color: #141414;
    border-radius: .125rem;
    height: 1.25rem;
}

    .sg-space_bar.is--tiny {
        width: .25rem;
    }

    .sg-space_bar.is--xxsmall {
        width: .5rem;
    }

    .sg-space_bar.is--xsmall {
        width: .75rem;
    }

    .sg-space_bar.is--custom1 {
        width: 1.25rem;
    }

    .sg-space_bar.is--custom2 {
        width: 2rem;
    }

    .sg-space_bar.is--custom3 {
        width: 3rem;
    }

    .sg-space_bar.is--xlarge {
        width: 4rem;
        font-size: 6rem;
    }

    .sg-space_bar.is--xxlarge {
        width: 5rem;
        font-size: 5rem;
    }

    .sg-space_bar.is--huge {
        width: 6rem;
    }

    .sg-space_bar.is--xhuge {
        width: 8rem;
    }

    .sg-space_bar.is--xxhuge {
        width: 10rem;
    }

    .sg-space_bar.is--section-medium {
        width: 7rem;
    }

.sg-container_rows {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    display: flex;
}

.sg-container_row {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-direction: column;
    display: flex;
}

.sg-container_meta {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: baseline;
    display: flex;
}

.sg-container_name {
    color: #080909;
}

.sg-container_value {
    color: #141414;
    font-variant-numeric: tabular-nums;
}

.sg-container_bar {
    background-color: #141414;
    border-radius: .125rem;
    height: .375em;
}

    .sg-container_bar.is--small {
        width: 1rem;
    }

    .sg-container_bar.is--medium {
        width: 1.5rem;
    }

    .sg-container_bar.is--large {
        width: 2.5rem;
    }

.footer_reveal {
    position: relative;
}

.post_heading {
    z-index: 5;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20vh;
    padding-bottom: 4rem;
    display: flex;
    position: relative;
}

.post_image {
    z-index: 9;
    height: 70vh;
    position: relative;
    overflow: hidden;
}

.share-icon {
    justify-content: center;
    align-items: center;
    display: flex;
}

.text-rich-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
}

    .text-rich-text h2 {
        margin-top: 2rem;
        font-weight: 500;
        line-height: 1.1;
    }

    .text-rich-text h4 {
        margin-top: 2rem;
        font-weight: 500;
    }

.share {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
}

.section_post {
    position: relative;
}

.share-link {
    color: #141414;
    transition: color .25s;
}

    .share-link:hover {
        color: #d71c21;
    }

.navbar {
    z-index: 99999;
    pointer-events: none;
    justify-content: space-between;
    align-items: flex-start;
    height: 100svh;
    position: absolute;
    inset: 0% 0% auto;
}

.post_info {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.post_heading-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    max-width: 60%;
    display: flex;
}

.footer_component-2 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    padding: 6.4rem 5.5rem 3rem;
    display: flex;
}

.footer {
    color: #ebebeb;
    background-color: #080909;
    position: sticky;
    bottom: 0;
    overflow: hidden;
}

.post_component {
    z-index: 9;
    position: relative;
}

.post_content {
    z-index: 9;
    max-width: 110ch;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
}

.share-wrap {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    flex-flow: column;
    margin-top: 6rem;
    padding-bottom: 1rem;
    display: flex;
}

.heading-style-h2 {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.25em;
    line-height: 1.1;
}

.text-weight-normal {
    font-weight: 400;
    line-height: 1.3;
}

.blog-author {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.author-image {
    border-radius: 1rem;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
}

.author-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.work-image_component {
    z-index: 5;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
    position: relative;
}

    .work-image_component.is--bottom {
        padding-bottom: 12rem;
    }

.specs_icon {
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
}

.work-post_heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
}

.specs_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
}

.work-image {
    overflow: hidden;
}

.work-post_content {
    z-index: 2;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    max-width: 100ch;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12rem;
    padding-bottom: 12rem;
    display: flex;
    position: relative;
}

.specs_item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-bottom: 1px solid #ebebeb1a;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
    display: flex;
}

.work-post_component {
    z-index: 5;
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
    padding-top: 20vh;
    padding-bottom: 6rem;
    display: flex;
    position: relative;
}

.specs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.section_work {
    color: #ebebeb;
    background-color: #080909;
    position: relative;
}

.work-post_subtitle {
    opacity: 1;
    max-width: 80ch;
    line-height: 1.7;
    margin-top: 1rem;
}

.live-project {
    color: #ebebeb;
}

.specs_left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.brands_card-v2 {
    box-sizing: border-box;
    aspect-ratio: 1;
    background-color: #141616;
    color: #0e0f0f;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    width: calc(20% - 8px);
    height: 200px;
}

#w-node-da0f3f6d-8345-0b3c-f092-2ac0d1aec8c1-9cf5cfb7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_18759a26-89f7-a38f-c54c-038cdbd3a691-1b03ad9f, #w-node-_18759a26-89f7-a38f-c54c-038cdbd3a6b5-1b03ad9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.section_creative_process {
    background-color: #ffffff;
    color: #080909;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 9;
}

    .section_creative_process .awards_hover-bg {
        background-color: #ebebeb;
    }

    .section_creative_process .awards_component {
        grid-row-gap: 5em;
    }

    .section_creative_process .awards_info {
        text-align: left;
        width: 50%;
    }

    .section_creative_process .statement_component {
        max-width: 52em;
    }

    .section_creative_process .works_heading-row {
        margin-bottom: 0;
    }

    .section_creative_process .text-size-medium {
        font-size: 23px;
        line-height: 31px;
        font-weight: 500;
        width: 50%;
    }

    .section_creative_process .statement_image-wrap {
        background: #ebebeb;
        padding: 10px;
        margin-right: 10px;
        width: 2.5em;
    }

.ai_production_inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

    .ai_production_inner .brands_heading-row {
        width: 50%;
        margin-bottom: 0;
    }

.ai_production-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.ai_production_content {
    margin: 1.2em 1em;
    color: #ffffff;
    position: relative;
}

.text-size-bold {
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    opacity: unset;
}

.ai_production_inner .awards_info {
    padding-left: 30px;
    text-align: left;
}

.ai_production_content::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #ffffff;
    width: 20px;
    left: 0;
    top: 11px;
}

.awards_info.text-size-bold {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
}

.section_explore_2 {
    background-color: #ffffff;
}

    .section_explore_2 .explore_component {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .section_explore_2 .blog-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

.brands_heading-row-inner {
    max-width: 620px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
/*====== SERVICES CSS START ======*/
.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.bento_grid.img_grid {
    grid-row-gap: 0;
}

.img_grid .bento_vertical {
    height: 850px;
}

.img_grid .bento_vertical-top {
    margin-top: 2rem;
}

    .img_grid .bento_vertical-top .text-size-huge {
        font-size: 5rem;
        line-height: 1.2;
        font-weight: 500;
    }

.img_grid .bento_bottom-content {
    height: 100%;
    margin: 0;
    justify-content: space-between;
    gap: 0;
}

.img_grid .bent_paragraph, .img_grid .bento_paragraph, .boxes_grid .pricing_description {
    max-width: 100%;
}

.grid_padding {
    width: 100%;
    padding: 2rem 3.5rem 3.5rem;
}

.img_grid .text-size-huge.is--large {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 500;
}

.black_sec {
    color: #ebebeb;
    background-color: #080909;
}

    .black_sec .numbers_content {
        width: 50%;
        margin: 0;
    }

    .black_sec .bento_bottom {
        width: 40%;
        background: unset;
        background-color: #141616;
    }

.black_sec1.grid_padding {
    padding: 0;
}

.black_sec1 .bento-title {
    padding: 2rem 3.5rem 3.5rem;
    padding-bottom: 0;
}

.black_sec .heading-style-h3-2, .black_sec2 .heading-style-h3-2 {
    font-size: 3rem;
}

.black_sec1 .text-size-huge.is--large {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 400;
}

.black_sec2.bento_paragraph {
    max-width: 100%;
    border-left: 0;
    padding: 2rem 3.5rem 3.5rem;
    padding-top: 0;
}

    .black_sec2.bento_paragraph p {
        margin: 0;
    }

.black_sec2 .numbers_content {
    width: 50%;
    margin: 0;
}

.black_sec2 .bento_bottom {
    width: 40%;
}
/*====== SERVICES CSS END ======*/
/*======= ABOUT CSS START ======*/
.about_sec .heading-style-h1-2.is--work {
    font-size: 7rem;
}

.about_sec2 {
    min-height: unset;
    padding: 8rem 0;
    background-color: #ffffff;
}

.aboutServices .heading_component {
    gap: 40px;
}

.leftServices {
    width: calc(40% - 40px);
}

.aboutServices .numbers_content {
    margin: 0;
    width: 50%;
    max-width: unset;
}

.leftServices .heading-style-h3-2.text-weight-normal {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 500;
}

.aboutServices .text-size-huge.is--large {
    font-size: 20px;
    line-height: 1.1;
}

.aboutServices .numbers_grid {
    gap: 0;
}

.aboutServices .bento_top-content {
    padding: 30px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.block_txt {
    display: block;
}

.bento_top-content img {
    width: 70px;
}

.numbers_paragraph {
    display: none;
}

.banner_btn p {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: underline;
}

.section_banner .banner_btn a {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: underline;
    text-align: left;
}
/*======= ABOUT CSS END =======*/
/*====== WORKS CSS START ======*/
.works_tabs {
    width: 100%;
    padding-top: 12rem;
    padding-bottom: 12rem;
    position: relative;
}

.tabs {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding-top: 80px;
}

.tab_buttons {
    width: calc(30% - 50px);
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    top: 60px;
    position: sticky;
}

.tab_btn {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
    min-width: unset;
    text-align: left;
    padding: 12px 30px;
    transition: .4s all;
    background: unset;
    border-radius: 20px;
    cursor: pointer;
    letter-spacing: .1px;
}

    .tab_btn.active {
        font-weight: 600;
        border-color: #000000;
        background-color: #ffffff;
    }

.tab_contents {
    width: 70%;
}

.tab_content {
    width: 100%;
    display: none;
}

    .tab_content.active {
        display: block;
    }

    .tab_content ul {
        width: 100%;
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
    }

        .tab_content ul li {
            width: calc(33.33% - 20px);
            display: block;
        }

.image_side1 {
    width: 100%;
    background-color: #ebebeb;
    position: relative;
}

.image_side {
    width: 100%;
    height: 450px;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

    .image_side img, .image_side video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .image_side.full_img img {
        object-fit: contain;
    }

.image_side1 .heading-style-h3-2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 10px;
}

.image_side1 .heading-style-h3-2 {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-top: 0;
    background-color: #ebebeb;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 16px;
    border-radius: 20px;
}

.video_modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.video_modal_content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video_modal_content img, .video_modal_content video {
        width: 90%;
        height: 90%;
        object-fit: contain;
        max-width: 900px;
        display: block;
    }

.video_modal_close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    line-height: 20px;
    font-weight: 300;
    color: #ffffff;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
}
/*======== WORKS CSS END =========*/
/*====== SERVICES CSS START ======*/
.services_sec0 .numbers_component {
    display: flex;
    justify-content: center;
}

.services_sec0_component {
    z-index: 9;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
    max-width: 80%;
    gap: 50px;
    width: 100%;
}

.services_sec0_left {
    width: 50%;
    margin-right: 50px;
    /* padding-top: 15vh; */
    /* padding-bottom: 25vh; */
}

    .services_sec0_left .heading-style-h3-2 {
        font-size: 32px;
        line-height: 43px;
    }

.services_sec0_right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
    position: sticky;
    top: 120px;
}

    .services_sec0_left .numbers_content, .services_sec0_right .bento_bottom {
        width: unset;
    }

.services_sec0_left .numbers_content {
    padding-top: 160px;
    padding-bottom: 160px;
    max-width: 520px;
}

    .services_sec0_left .numbers_content:first-child {
        padding-top: 0;
    }

    .services_sec0_left .numbers_content:last-child {
        padding-bottom: 30px;
    }

.services_sec0_right_wrap {
    background-color: #fff;
    border-radius: 20px;
    flex: none;
    width: 100%;
    height: 28rem;
    overflow: hidden;
    position: relative;
}

    .services_sec0_right_wrap .bento_bottom {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

        .services_sec0_right_wrap .bento_bottom:first-child {
            position: relative;
        }

.bento_icon {
    width: 90px;
    height: 90px;
}

.bento_txt {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
}

.banner_img_gallery {
    /* display: flex;
  align-items: center;
  gap: 20px; */
    position: relative;
    width: 300px;
    height: 220px;
}

.banner_img_div {
    height: 220px;
    width: 220px;
    border-radius: 20px;
    position: absolute;
    inset: 0;
    background: #ffffff;
    padding: 6px;
    display: flex;
    flex-direction: column;
}

.banner_img_div1 {
    top: -10px;
    left: 66px;
    right: -46px;
    transform: rotate(7deg);
    box-shadow: 0 20px 45px -20px rgba(20, 20, 26, 0.35);
    z-index: 1;
}

.banner_img_div2 {
    z-index: 2;
    transform: rotate(-3deg);
    box-shadow: 0 30px 60px -25px rgba(20, 20, 26, 0.32);
    top: 20px;
}

.banner_img_div img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section_serv_image .about_image {
    height: auto;
}
/*======= SERVICES CSS END =======*/