html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}



.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
}

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 {
    -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
}

.w-optimization {
    display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    overflow: unset !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    inset: auto 12px 12px auto !important;
    transform: none !important
}

.w-webflow-badge>img {
    position: unset;
    visibility: unset !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important
}



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;
    -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: 700;
    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;
    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: 400;
    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: 400;
    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: 400;
    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: 400;
    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
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }
    .w-hidden-main {
        display: inherit !important
    }
    .w-hidden-medium {
        display: none !important
    }
    .w-col-medium-1 {
        width: 8.33333%
    }
    .w-col-medium-2 {
        width: 16.6667%
    }
    .w-col-medium-3 {
        width: 25%
    }
    .w-col-medium-4 {
        width: 33.3333%
    }
    .w-col-medium-5 {
        width: 41.6667%
    }
    .w-col-medium-6 {
        width: 50%
    }
    .w-col-medium-7 {
        width: 58.3333%
    }
    .w-col-medium-8 {
        width: 66.6667%
    }
    .w-col-medium-9 {
        width: 75%
    }
    .w-col-medium-10 {
        width: 83.3333%
    }
    .w-col-medium-11 {
        width: 91.6667%
    }
    .w-col-medium-12 {
        width: 100%
    }
    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {
    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important
    }
    .w-hidden-small {
        display: none !important
    }
    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }
    .w-col-small-1 {
        width: 8.33333%
    }
    .w-col-small-2 {
        width: 16.6667%
    }
    .w-col-small-3 {
        width: 25%
    }
    .w-col-small-4 {
        width: 33.3333%
    }
    .w-col-small-5 {
        width: 41.6667%
    }
    .w-col-small-6 {
        width: 50%
    }
    .w-col-small-7 {
        width: 58.3333%
    }
    .w-col-small-8 {
        width: 66.6667%
    }
    .w-col-small-9 {
        width: 75%
    }
    .w-col-small-10 {
        width: 83.3333%
    }
    .w-col-small-11 {
        width: 91.6667%
    }
    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }
    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important
    }
    .w-hidden-tiny {
        display: none !important
    }
    .w-col {
        width: 100%
    }
    .w-col-tiny-1 {
        width: 8.33333%
    }
    .w-col-tiny-2 {
        width: 16.6667%
    }
    .w-col-tiny-3 {
        width: 25%
    }
    .w-col-tiny-4 {
        width: 33.3333%
    }
    .w-col-tiny-5 {
        width: 41.6667%
    }
    .w-col-tiny-6 {
        width: 50%
    }
    .w-col-tiny-7 {
        width: 58.3333%
    }
    .w-col-tiny-8 {
        width: 66.6667%
    }
    .w-col-tiny-9 {
        width: 75%
    }
    .w-col-tiny-10 {
        width: 83.3333%
    }
    .w-col-tiny-11 {
        width: 91.6667%
    }
    .w-col-tiny-12 {
        width: 100%
    }
}

.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: #0000;
    tap-highlight-color: #0000;
    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: #0000;
    tap-highlight-color: #0000;
    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 {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    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: #0000;
    tap-highlight-color: #0000;
    -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
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.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;
    -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;
    -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: 50%;
    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;
    -webkit-transform: translate(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: translateY(-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
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }
    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }
    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }
    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }
    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block
    }
    .w-lightbox-close {
        opacity: .8
    }
    .w-lightbox-control:hover {
        opacity: 1
    }
}

.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: #0000;
    tap-highlight-color: #0000;
    -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
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }
    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }
    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }
    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }
    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.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
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    to {
        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
}

:root {
    --_theme---background: var(--_colors---swatch--creme);
    --_theme---body-text: var(--_colors---swatch--black);
    --_fonts---fonts--heading: Inter, sans-serif;
    --_headings---heading-xxl--font-size: var(--_sizes---size--128px);
    --_headings---heading-xxl--line-height: .95em;
    --_headings---heading-xxl--font-weight: var(--_fonts---font-weight--semi-bold);
    --_headings---heading-xxl--letter-spacing: -.05em;
    --_headings---heading-xl--font: var(--_fonts---fonts--heading);
    --_headings---heading-xl--font-size: var(--_sizes---size--128px);
    --_headings---heading-xl--font-weight: var(--_fonts---font-weight--semi-bold);
    --_headings---heading-xl--letter-spacing: -.05em;
    --_headings---heading-l--font: var(--_fonts---fonts--heading);
    --_headings---heading-l--font-size: var(--_sizes---size--96px);
    --_headings---heading-xl--line-height: 1em;
    --_headings---heading-l--font-weight: var(--_fonts---font-weight--semi-bold);
    --_headings---heading-l--letter-spacing: -.05em;
    --_headings---heading-m--font: var(--_fonts---fonts--heading);
    --_headings---heading-m--font-size: var(--_sizes---size--80px);
    --_headings---heading-m--line-height: 1em;
    --_headings---heading-m--font-weight: var(--_fonts---font-weight--semi-bold);
    --_headings---heading-m--letter-spacing: -.04em;
    --_headings---heading-s--font: var(--_fonts---fonts--heading);
    --_headings---heading-s--font-size: var(--_sizes---size--56px);
    --_headings---heading-s--line-height: 1em;
    --_headings---heading-s--font-weight: var(--_fonts---font-weight--semi-bold);
    --_headings---heading-s--letter-spacing: -.04em;
    --_headings---heading-xs--font: var(--_fonts---fonts--heading);
    --_headings---heading-xs--font-size: var(--_sizes---size--32px);
    --_headings---heading-xs--line-height: 1.1em;
    --_headings---heading-xs--font-weight: var(--_fonts---font-weight--semi-bold);
    --_headings---heading-xs--letter-spacing: -.03em;
    --color-mode-default--body-text\<deleted\|variable-cb61a870-d154-a6fe-c8a0-f25e0e5af2eb\>: var(--swatch--gunmetal\<deleted\|variable-7aae26b0-9412-ed86-55f6-0d55abbd998f\>);
    --_layout---padding-global--page-padding: 2.5em;
    --_sizes---size--96px: 6em;
    --_sizes---size--128px: 8em;
    --_sizes---size--160px: 10em;
    --_sizes---size--224px: 14em;
    --_sizes---size--320px: 20em;
    --_sizes---size--256px: 16em;
    --spacing--tablet-256px\<deleted\|variable-916d0a3e-b68a-1e36-5438-38f6239c015c\>: 12em;
    --spacing--mobile-256px\<deleted\|variable-f160f7f9-1c91-dbef-028c-2ad57aa45df6\>: 6em;
    --spacing--tablet-224px\<deleted\|variable-ead628c9-5f3a-db74-2b37-4fc8c9b0460b\>: 10em;
    --spacing--mobile-224px\<deleted\|variable-9855d4de-3551-ba49-c73f-35436feb24aa\>: 5.25em;
    --_sizes---size--192px: 12em;
    --spacing--tablet-192px\<deleted\|variable-95da8060-f85f-6001-2a25-ed668e55b33d\>: 8em;
    --spacing--mobile-192px\<deleted\|variable-1f8ae059-c45a-e7df-4fc9-d2f57d50172d\>: 4.5em;
    --spacing--tablet-160px\<deleted\|variable-063ff5bb-51f0-efdd-5dd1-1b258dc08bac\>: 7em;
    --spacing--mobile-160px\<deleted\|variable-ccbf86d9-b96d-7f3f-1a39-3ceea7a753d5\>: 4.25em;
    --spacing--tablet-128px\<deleted\|variable-692abbe8-7ac6-8dfe-e5ef-0972beaccf77\>: 6em;
    --spacing--mobile-128px\<deleted\|variable-deff835c-7805-b241-712d-4f21fbb7d357\>: 4em;
    --spacing--tablet-96px\<deleted\|variable-358c04c2-a70a-d048-1059-a1da2e2f5b6b\>: 5em;
    --spacing--mobile-96px\<deleted\|variable-fb7ae1bd-8718-b1a9-85a8-432abe81a168\>: 3.5em;
    --_sizes---size--88px: 5.5em;
    --spacing--tablet-88px\<deleted\|variable-57d919a2-626f-7126-2870-f95a5ef58814\>: 4.5em;
    --spacing--mobile-88px\<deleted\|variable-925ca50b-581c-61ff-04c2-8d4436ccc623\>: 3.25em;
    --_sizes---size--80px: 5em;
    --spacing--tablet-80px\<deleted\|variable-4eeec3e9-fd54-e471-5943-7c004fbd4ee1\>: 4em;
    --spacing--mobile-80px\<deleted\|variable-772f0a1e-b3db-6b13-4c2d-65df819a0069\>: 3em;
    --_sizes---size--72px: 4.5em;
    --spacing--tablet-72px\<deleted\|variable-b30e677a-d534-27d1-fa19-aa0996e20938\>: 3.5em;
    --spacing--mobile-72px\<deleted\|variable-cb9dd2a9-55a6-38cd-c697-89578ac94265\>: 2.5em;
    --_sizes---size--64px: 4em;
    --spacing--tablet-64px\<deleted\|variable-3a2c49ea-a4a7-69e1-4176-c1f0ad9f624a\>: 3em;
    --spacing--mobile-64px\<deleted\|variable-ea717513-d22f-2cb5-8b15-13122c8f220f\>: 2em;
    --_sizes---size--56px: 3.5em;
    --spacing--tablet-56px\<deleted\|variable-b38f6756-4926-ec42-7946-e0fd6f94e56b\>: 2.75em;
    --spacing--mobile-56px\<deleted\|variable-bd37f518-f02b-43bd-96c2-75648d40de4e\>: 1.75em;
    --_sizes---size--48px: 3em;
    --spacing--tablet-48px\<deleted\|variable-3ac3ad93-56d1-41dc-f645-343bcfd0074e\>: 2.5em;
    --spacing--mobile-48px\<deleted\|variable-63a98136-1756-9cea-98cd-58946d9162df\>: 1.5em;
    --_sizes---size--40px: 2.5em;
    --spacing--tablet-40px\<deleted\|variable-8775444d-0210-196e-c16e-98a48bc11d73\>: 2em;
    --spacing--mobile-40px\<deleted\|variable-bbf13b83-2c9f-902a-0466-bc94b64923d3\>: 1.375em;
    --_sizes---size--32px: 2em;
    --spacing--tablet-32px\<deleted\|variable-372d7255-d371-fb88-17c6-374d13c69062\>: 1.5em;
    --spacing--mobile-32px\<deleted\|variable-6ea3e16d-059c-a2e0-f71d-13fee24117db\>: 1.25em;
    --_sizes---size--24px: 1.5em;
    --spacing--tablet-24px\<deleted\|variable-086a30c7-ce5d-6b58-9324-98c929be3b7b\>: 1.25em;
    --spacing--mobile-24px\<deleted\|variable-52f0b367-4b4a-aff8-5fee-09b21cb958c8\>: 1.125em;
    --_sizes---size--16px: 1em;
    --_sizes---size--12px: .75em;
    --_sizes---size--8px: .5em;
    --_sizes---size--4px: .25em;
    --_sizes---size--2px: .125em;
    --_theme---button-text: var(--_colors---swatch--off-white);
    --_colors---brand-colors--red: #fa5424;
    --_paragraphs---paragraph-regular--font-size: 1.25em;
    --_paragraphs---paragraph-regular--font: var(--_fonts---fonts--paragraph);
    --_paragraphs---paragraph-regular--line-height: 1.4em;
    --_paragraphs---paragraph-regular--font-weight: var(--_fonts---font-weight--medium);
    --_paragraphs---paragraph-regular--letter-spacing: -.03em;
    --_paragraphs---paragraph-s--letter-spacing: -.03em;
    --_fonts---font-weight--semi-bold: 600;
    --_headings---heading-l--line-height: 1em;
    --_paragraphs---paragraph-xl--font: var(--_fonts---fonts--paragraph);
    --_paragraphs---paragraph-xl--font-size: 2.5em;
    --_paragraphs---paragraph-xl--line-height: 1.1em;
    --_paragraphs---paragraph-xl--font-weight: var(--_fonts---font-weight--semi-bold);
    --_paragraphs---paragraph-xl--letter-spacing: -.03em;
    --_paragraphs---paragraph-l--font: var(--_fonts---fonts--paragraph);
    --_paragraphs---paragraph-l--font-size: 2em;
    --_paragraphs---paragraph-l--line-height: 1.3em;
    --_paragraphs---paragraph-l--font-weight: var(--_fonts---font-weight--semi-bold);
    --_paragraphs---paragraph-l--letter-spacing: -.03em;
    --_paragraphs---paragraph-m--font: var(--_fonts---fonts--paragraph);
    --_paragraphs---paragraph-m--font-size: 1.5em;
    --_paragraphs---paragraph-m--line-height: 1.3em;
    --_paragraphs---paragraph-m--letter-spacing: -.03em;
    --_paragraphs---paragraph-m--font-weight: var(--_fonts---font-weight--semi-bold);
    --_fonts---font-weight--bold: 700;
    --_paragraphs---paragraph-s--font: var(--_fonts---fonts--paragraph);
    --_paragraphs---paragraph-s--font-size: 1em;
    --_paragraphs---paragraph-s--line-height: 1.3em;
    --_paragraphs---paragraph-s--font-weight: var(--_fonts---font-weight--normal);
    --_paragraphs---paragraph-xs--font-size: .75rem;
    --_paragraphs---paragraph-xs--font-weight: var(--_fonts---font-weight--normal);
    --_paragraphs---paragraph-xxs--font: var(--_fonts---fonts--paragraph);
    --_paragraphs---paragraph-xxs--font-size: .625rem;
    --_paragraphs---paragraph-xxs--line-height: 1.4em;
    --_paragraphs---paragraph-xxs--font-weight: var(--_fonts---font-weight--normal);
    --_paragraphs---paragraph-xxs--letter-spacing: -.02em;
    --_layout---grid--gap: 2em;
    --_colors---swatch--black: #161616;
    --_colors---swatch--grey: grey;
    --_colors---swatch--white: white;
    --_colors---brand-colors--blue: #0d8dff;
    --_layout---grid--gap-tablet\<deleted\|variable-ff4ab7d8-1b7d-e830-21bf-aa88e5d5e74c\>: 1.5em;
    --_layout---grid--gap-mobile\<deleted\|variable-4fadcf1f-040e-5667-91a8-46bc48510e01\>: 1em;
    --element-button--height\<deleted\|variable-d0d4f496-fb53-f8c5-27d6-19ba5c3f0b43\>: 3rem;
    --element-button--radius-desktop\<deleted\|variable-f8d99249-c057-b20e-d4ea-c9ff0273add7\>: .5em;
    --swatch--eerie-black\<deleted\|variable-96a5984c-58ac-dea9-ceed-345ea1a68be0\>: #171c1c;
    --swatch--anti-flash-white\<deleted\|variable-2b55c37a-a697-95d1-de06-5cd18e98aa75\>: #eef0f2;
    --element-button--radius-tablet\<deleted\|variable-5e60258f-bfd2-096e-5216-491e715da2a6\>: .25em;
    --element-button--radius-mobile\<deleted\|variable-3defd336-edc9-0654-9420-78e55b6eb313\>: .5em;
    --element-card--card-tablet\<deleted\|variable-8802b6d5-a8b9-c5b5-b6e7-ea525c156394\>: 1.25em;
    --element-card--radius-mobile\<deleted\|variable-853e8ebc-2621-fa73-dacc-84aa8de9e8de\>: 1em;
    --color-mode-default--background-transparent\<deleted\|variable-8a828534-93a1-419c-aaf6-274fb4d2cc93\>: var(--swatch--transparent-white\<deleted\|variable-03753bb9-6a2d-beec-b4e9-06f7b439f1a5\>);
    --color-mode-default--button-outline\<deleted\|variable-7e835c89-7b86-8033-7fa0-f32c43db959e\>: var(--swatch--gunmetal\<deleted\|variable-7aae26b0-9412-ed86-55f6-0d55abbd998f\>);
    --element-card--padding-tablet\<deleted\|variable-c28b41a6-a697-24b0-1cb7-c9d16b5f21d9\>: 1em;
    --element-card--padding-mobile\<deleted\|variable-27437fc3-c1c5-926b-2762-44eab12995d9\>: 1em;
    --color-mode-default--bp-card-bg\<deleted\|variable-4ed1ea21-6547-af99-3c69-f02950a385c2\>: var(--color-mode-default--bp-label-bg\<deleted\|variable-fd68ec54-23b7-4749-ebbb-80c097cd5cd4\>);
    --blueprint--gap: 1em;
    --blueprint--label-height: 3em;
    --blueprint--label-text-size: .875em;
    --element-label--radius-tablet\<deleted\|variable-32c37fc7-7a2d-27cf-3450-597acbf4740b\>: .25em;
    --element-label--radius-mobile\<deleted\|variable-50db59c2-591f-ccbd-8db7-883048e9293b\>: .25em;
    --element-border--regular\<deleted\|variable-8015d590-9b6a-d5c6-03d9-d0ec4248d695\>: 1px;
    --element-field--text-size\<deleted\|variable-bb6b4bc2-df1d-cb98-174b-12f265efaa7b\>: 1em;
    --text-size--regular\<deleted\|variable-ab42a22f-2f14-5509-9418-fb33eaa20dd5\>: 1em;
    --element-field--checkmarks\<deleted\|variable-c789989a-753e-68f7-2ece-c4da18b2a223\>: .875em;
    --element-field--label-text-size\<deleted\|variable-1935e2cc-7076-60f9-b096-049805c979b3\>: .875em;
    --color-mode-default--heading\<deleted\|variable-63623ff2-f93a-6dbc-537d-501639045b22\>: var(--swatch--eerie-black\<deleted\|variable-96a5984c-58ac-dea9-ceed-345ea1a68be0\>);
    --element-button--gap\<deleted\|variable-0282ece1-564b-3134-a176-8a733f25aca8\>: 1em;
    --color-mode-default--background\<deleted\|variable-c0c89dc0-00da-9374-de7c-29979972e8ac\>: var(--swatch--anti-flash-white\<deleted\|variable-2b55c37a-a697-95d1-de06-5cd18e98aa75\>);
    --color-mode-default--active-state\<deleted\|variable-43f921cb-bd7a-3666-9ac5-0f1d734b1a8f\>: var(--swatch--honeydew\<deleted\|variable-ce750e9f-1666-65be-5b8a-2186b18b3781\>);
    --color-mode-default--button-bg\<deleted\|variable-09c6d403-c69d-6535-5389-2450cdc1de75\>: var(--swatch--ash-grey\<deleted\|variable-dec3fd67-9c25-d8c5-a38a-7241449f34ed\>);
    --typography--eyebrow-style\<deleted\|variable-be8b669d-5c5b-2309-f3c7-39288f8f5c10\>: Georgia, Times, "Times New Roman", serif;
    --typography--support-style\<deleted\|variable-164e4023-cfcf-c88c-30cd-e9cd01bde5ba\>: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --element-field--padding\<deleted\|variable-04151b8e-2d25-fe18-4d6f-ee1c48ad3804\>: 1em;
    --element-field--text-area-padding\<deleted\|variable-fef68998-fe96-422c-105c-91c0def0d39f\>: .75em;
    --element-label--gap\<deleted\|variable-8142a8e4-aa6a-fab1-8d32-88edc71fc83d\>: .5em;
    --element-field--height\<deleted\|variable-af4c4744-50fe-ad09-4c4d-09ff8bc415e5\>: 3em;
    --element-field--text-area-height\<deleted\|variable-fe010bcc-7d76-b7d5-6e12-278725850868\>: 12em;
    --color-mode-dark--body-text\<deleted\|variable-c5fff99a-9c05-9a85-8b33-a73a35c2f91c\>: var(--swatch--ash-grey\<deleted\|variable-dec3fd67-9c25-d8c5-a38a-7241449f34ed\>);
    --_headings---heading-xxl--font: var(--_fonts---fonts--heading);
    --_colors---brand-colors--green: #33c791;
    --_colors---brand-colors--pink: #fcb8fa;
    --_colors---swatch--creme: #faf4ec;
    --_colors---swatch--off-white: #fffef7;
    --_colors---swatch--taupe: #eae4d8;
    --_colors---brand-colors--pink-200: #fdd0fe;
    --_theme---button-bg: var(--_colors---brand-colors--red);
    --_theme---button-icon-bg: var(--_colors---swatch--white);
    --_theme---button-icon: var(--_colors---swatch--black);
    --_layout---radius--border-radius-small: 1.25em;
    --_layout---radius--border-radius-medium: 2em;
    --_theme---label-bg: white;
    --_colors---brand-colors--red-300: #fc997b;
    --_colors---brand-colors--blue-400: #50c8ff;
    --_theme---accent-2: var(--_colors---swatch--taupe);
    --_theme---card-outline: white;
    --_layout---radius--border-radius-large: 2.5em;
    --_theme---accent-1: white;
    --_theme---heading: var(--_colors---swatch--black);
    --_theme---border: var(--_colors---swatch--grey);
    --_theme---cursor-select-bg: var(--_colors---swatch--black);
    --_theme---cursor-select-text: var(--_colors---swatch--white);
    --_theme---button-outline: var(--_colors---swatch--black);
    --_fonts---fonts--paragraph: Inter, sans-serif;
    --_fonts---fonts--eyebrow: Inter, sans-serif;
    --_paragraphs---paragraph-xs--font: var(--_fonts---fonts--paragraph);
    --_paragraphs---paragraph-xs--line-height: 1.3em;
    --_paragraphs---paragraph-xs--letter-spacing: -.045em;
    --_layout---radius--menu: 1em;
    --_sizes---size--112px: 7em;
    --_sizes---size--104px: 6.5em;
    --_fonts---font-weight--thin: 100;
    --_fonts---font-weight--extra-light: 200;
    --_fonts---font-weight--light: 300;
    --_fonts---font-weight--normal: 400;
    --_fonts---font-weight--medium: 500;
    --_fonts---font-weight--extra-bold: 800;
    --_fonts---font-weight--black: 900;
    --_colors---brand-colors--blue-500: #28aaff;
    --_colors---brand-colors--green-200: #aaf0d0;
    --_colors---brand-colors--green-300: #73e2b6;
    --_colors---brand-colors--red-400: #fc997b;
    --_colors---brand-colors--pink-100: #ffe8ff;
    --swatch--gunmetal\<deleted\|variable-7aae26b0-9412-ed86-55f6-0d55abbd998f\>: #31383b;
    --swatch--transparent-white\<deleted\|variable-03753bb9-6a2d-beec-b4e9-06f7b439f1a5\>: #eef0f200;
    --color-mode-default--bp-label-bg\<deleted\|variable-fd68ec54-23b7-4749-ebbb-80c097cd5cd4\>: var(--swatch--gunmetal\<deleted\|variable-7aae26b0-9412-ed86-55f6-0d55abbd998f\>);
    --swatch--honeydew\<deleted\|variable-ce750e9f-1666-65be-5b8a-2186b18b3781\>: #e1f7e1;
    --swatch--ash-grey\<deleted\|variable-dec3fd67-9c25-d8c5-a38a-7241449f34ed\>: #acb7c1
}

.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
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-checkbox:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1/1/2/2;
    display: table
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal
}

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec
}

.w-form-formradioinput--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 4px;
    border-color: #3898ec
}

@media screen and (max-width:991px) {
    .w-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width:767px) {
    .w-layout-blockcontainer {
        max-width: none
    }
}

body {
    background-color: var(--_theme---background);
    color: var(--_theme---body-text);
    overscroll-behavior: none;
    text-wrap: balance;
    font-family: Inter, sans-serif;
    line-height: 1.5;
    font-size: var(--size-font)
}


p {
    margin-bottom: 0
}

a {
    cursor: pointer;
    text-decoration: underline
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2ch
}

ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 3ch;
    list-style: decimal-leading-zero
}

form {
    margin-bottom: 0
}

blockquote {
    border-left: .25rem solid var(--color-mode-default--body-text\<deleted\|variable-cb61a870-d154-a6fe-c8a0-f25e0e5af2eb\>);
    margin-bottom: 0;
    padding: .5rem .75rem;
    line-height: 1.3
}

figcaption {
    text-align: center;
    margin-top: 5px;
    display: none !important
}

.spacing {
    display: block
}

.global-styles {
    height: 0
}

.page-wrapper {
    overflow: clip
}

.main-wrapper {
    position: relative
}

.section_hero {
    width: 100%;
    position: relative
}

.padding-global {
    padding-right: var(--_layout---padding-global--page-padding);
    padding-left: var(--_layout---padding-global--page-padding);
    width: 100%
}

.section-padding-96px {
    padding-top: var(--_sizes---size--96px);
    padding-bottom: var(--_sizes---size--96px)
}

.section-padding-128px {
    padding-top: var(--_sizes---size--128px);
    padding-bottom: var(--_sizes---size--128px)
}

.section-padding-160px {
    padding-top: var(--_sizes---size--160px);
    padding-bottom: var(--_sizes---size--160px)
}

.section-padding-224px {
    padding-top: var(--_sizes---size--224px);
    padding-bottom: var(--_sizes---size--224px)
}

.aspect-ratio-2-3 {
    aspect-ratio: 2/3;
    width: 100%;
    position: relative
}

.aspect-ratio-1-1 {
    aspect-ratio: 1;
    width: 100%;
    position: relative
}

.aspect-ratio-4-3 {
    aspect-ratio: 4/3;
    width: 100%;
    position: relative
}

.aspect-ratio-3-2 {
    aspect-ratio: 3/2;
    width: 100%;
    position: relative
}

.aspect-ratio-8-5 {
    aspect-ratio: 8/5;
    width: 100%;
    position: relative
}

.aspect-ratio-16-9 {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    position: relative
}

.aspect-ratio-2-1 {
    aspect-ratio: 2;
    width: 100%;
    position: relative
}

.aspect-ratio-21-9 {
    aspect-ratio: 21/9;
    width: 100%;
    position: relative
}

.aspect-ratio-2-39-1 {
    aspect-ratio: 2.39;
    width: 100%;
    position: relative
}

.padding-320px {
    padding: var(--_sizes---size--320px)
}

.padding-256px {
    padding: var(--_sizes---size--256px)
}

.padding-224px {
    padding: var(--_sizes---size--224px)
}

.padding-192px {
    padding: var(--_sizes---size--192px)
}

.padding-160px {
    padding: var(--_sizes---size--160px)
}

.padding-128px {
    padding: var(--_sizes---size--128px)
}

.padding-96px {
    padding: var(--_sizes---size--96px)
}

.padding-88px {
    padding: var(--_sizes---size--88px)
}

.padding-80px {
    padding: var(--_sizes---size--80px)
}

.padding-72px {
    padding: var(--_sizes---size--72px)
}

.padding-64px {
    padding: var(--_sizes---size--64px)
}

.padding-56px {
    padding: var(--_sizes---size--56px)
}

.padding-48px {
    padding: var(--_sizes---size--48px)
}

.padding-40px {
    padding: var(--_sizes---size--40px)
}

.padding-32px {
    padding: var(--_sizes---size--32px)
}

.padding-24px {
    padding: var(--_sizes---size--24px)
}

.padding-16px {
    padding: var(--_sizes---size--16px)
}

.padding-12px {
    padding: var(--_sizes---size--12px)
}

.padding-8px {
    padding: var(--_sizes---size--8px)
}

.padding-4px {
    padding: var(--_sizes---size--4px)
}

.margin-320px {
    margin: var(--_sizes---size--320px)
}

.margin-256px {
    margin: var(--_sizes---size--256px)
}

.margin-224px {
    margin: var(--_sizes---size--224px)
}

.margin-192px {
    margin: var(--_sizes---size--192px)
}

.margin-160px {
    margin: var(--_sizes---size--160px)
}

.margin-128px {
    margin: var(--_sizes---size--128px)
}

.margin-96px {
    margin: var(--_sizes---size--96px)
}

.margin-88px {
    margin: var(--_sizes---size--88px)
}

.margin-80px {
    margin: var(--_sizes---size--80px)
}

.margin-72px {
    margin: var(--_sizes---size--72px)
}

.margin-64px {
    margin: var(--_sizes---size--64px)
}

.margin-56px {
    margin: var(--_sizes---size--56px)
}

.margin-48px {
    margin: var(--_sizes---size--48px)
}

.margin-40px {
    margin: var(--_sizes---size--40px)
}

.margin-32px {
    margin: var(--_sizes---size--32px)
}

.margin-24px {
    margin: var(--_sizes---size--24px)
}

.margin-16px {
    margin: var(--_sizes---size--16px)
}

.margin-12px {
    margin: var(--_sizes---size--12px)
}

.margin-8px {
    margin: var(--_sizes---size--8px)
}

.margin-4px {
    margin: var(--_sizes---size--4px)
}

.padding-horizontal {
    padding-top: 0;
    padding-bottom: 0
}

.padding-vertical {
    padding-left: 0;
    padding-right: 0
}

.padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0
}

.padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

.margin-horizontal {
    margin-top: 0;
    margin-bottom: 0
}

.margin-vertical {
    margin-left: 0;
    margin-right: 0
}

.margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0
}

.margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
}

.container-col-12 {
    width: 100%;
    max-width: 120em
}

.container-col-11 {
    grid-row-gap: 48rem;
    flex-direction: column;
    width: 100%;
    max-width: 91.6667%
}

.container-col-10 {
    width: 100%;
    max-width: 83.3333%
}

.container-col-09 {
    width: 100%;
    max-width: 75%
}

.container-col-08 {
    width: 100%;
    max-width: 66.6667%
}

.container-col-07 {
    width: 100%;
    max-width: 58.3333%
}

.container-col-06 {
    width: 100%;
    max-width: 50%
}

.max-width-col-12 {
    max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/12)*12);
    width: 100%
}

.max-width-col-11 {
    max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/12)*11);
    width: 100%
}

.max-width-col-10 {
    max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/12)*10);
    width: 100%
}

.max-width-col-09 {
    max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/12)*9);
    width: 100%
}

.max-width-col-08 {
    max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/12)*8);
    width: 100%
}

.max-width-col-07 {
    max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/12)*7);
    width: 100%
}

.max-width-col-06 {
    max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/12)*6);
    width: 100%
}

.max-width-col-05 {
    max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/12)*5);
    width: 100%
}

.max-width-col-04 {
    max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/12)*4);
    width: 100%
}

.max-width-col-03 {
    max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/12)*3);
    width: 100%
}

.max-width-col-02 {
    max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/12)*2);
    width: 100%
}

.max-width-960px {
    width: 100%;
    max-width: 60em
}

.max-width-880px {
    width: 100%;
    max-width: 55em
}

.max-width-800px {
    width: 100%;
    max-width: 50em
}

.max-width-720px {
    width: 100%;
    max-width: 45em
}

.max-width-640px {
    width: 100%;
    max-width: 40em
}

.max-width-512px {
    width: 100%;
    max-width: 32em
}

.max-width-448px {
    width: 100%;
    max-width: 28em
}

.max-width-384px {
    width: 100%;
    max-width: 24em
}

.max-width-320px {
    width: 100%;
    max-width: 20em
}

.max-width-256px {
    width: 100%;
    max-width: 16em
}

.max-width-224px {
    width: 100%;
    max-width: 14em
}

.padding-2px {
    padding: var(--_sizes---size--2px)
}

.margin-2px {
    margin: var(--_sizes---size--2px)
}

.section-padding-192px {
    padding-top: var(--_sizes---size--192px);
    padding-bottom: var(--_sizes---size--192px)
}

.button {
    z-index: 1;
    color: var(--_theme---button-text);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 1em;
    justify-content: center;
    align-items: center;
    padding: .8em 1em .8em 1.5em;
    font-size: 1.5em;
    display: grid;
    position: relative;
    overflow: hidden
}

.display-inlineflex {
    display: inline-flex
}

.overflow-visible {
    overflow: visible
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-auto {
    overflow: auto
}

.overflow-clip {
    overflow: clip
}

.pointer-events-off {
    pointer-events: none
}

.pointer-events-on {
    pointer-events: auto
}

.text-weight-light {
    font-weight: 300
}

.text-weight-normal {
    font-weight: 400
}

.text-weight-bold {
    font-weight: 700
}

.text-weight-black {
    font-weight: 900
}

.text-weight-thin {
    font-weight: 100
}

.text-weight-xlight {
    font-weight: 200
}

.text-weight-medium {
    font-weight: 500
}

.text-weight-semibold {
    font-weight: 600
}

.text-weight-xbold {
    font-weight: 800
}

.text-style-italic {
    font-style: italic
}

.text-style-uppercase {
    text-transform: uppercase;
    justify-content: center
}

.text-style-lowercase {
    text-transform: lowercase
}

.text-style-strikethrough {
    text-decoration: line-through
}

.text-style-underline {
    text-decoration: underline
}

.text-style-link {
    color: var(--_colors---brand-colors--red);
    cursor: pointer;
    text-decoration: none;
    transition: all .4s
}

.text-style-link:hover {
    text-decoration: underline
}

.text-style-nowrap {
    white-space: nowrap
}

.rich-text-regular {
    font-size: var(--_paragraphs---paragraph-regular--font-size);
    text-wrap: pretty
}

.rich-text-regular p {
    font-family: var(--_paragraphs---paragraph-regular--font);
    line-height: var(--_paragraphs---paragraph-regular--line-height);
    font-weight: var(--_paragraphs---paragraph-regular--font-weight);
    letter-spacing: var(--_paragraphs---paragraph-regular--letter-spacing);
    margin-bottom: 1.5rem
}

.rich-text-regular h3 {
    margin-top: 0;
    margin-bottom: 1.25rem
}

.rich-text-regular h2 {
    margin-top: 0;
    margin-bottom: 1.5rem
}

.rich-text-regular h6 {
    margin-top: 0;
    margin-bottom: 1.25rem
}

.rich-text-regular h1 {
    margin-top: 0;
    margin-bottom: 1.5rem
}

.rich-text-regular img {
    object-fit: cover
}

.rich-text-regular h5 {
    margin-top: 0;
    margin-bottom: 1.25rem
}

.rich-text-regular ol {
    font-family: var(--_paragraphs---paragraph-regular--font);
    font-weight: var(--_paragraphs---paragraph-regular--font-weight);
    margin-bottom: 1.5rem
}

.rich-text-regular blockquote {
    margin-bottom: 1.5rem;
    line-height: 1.2
}

.rich-text-regular figure {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.rich-text-regular h4 {
    margin-top: 0;
    margin-bottom: 1.25rem
}

.rich-text-regular ul {
    font-family: var(--_paragraphs---paragraph-regular--font);
    font-weight: var(--_paragraphs---paragraph-regular--font-weight);
    letter-spacing: var(--_paragraphs---paragraph-s--letter-spacing);
    margin-bottom: 1.5rem
}

.rich-text-regular li {
    letter-spacing: var(--_paragraphs---paragraph-s--letter-spacing)
}

.rich-text-regular.text-wrap-wrap {
    text-wrap: pretty
}

.text-align-left {
    text-align: left
}

.text-align-center {
    text-align: center;
    font-family: Inter, sans-serif
}

.text-align-right {
    text-align: right
}

.image {
    object-fit: cover;
    width: 100%;
    max-width: none;
    position: absolute;
    inset: 0%
}

.image-parallax {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden
}

.image-parallax_image {
    height: 100%;
    position: relative
}

.image-parallax_image.is-default {
    height: 125%
}

.image-parallax_trigger {
    pointer-events: none
}

.image-parallax_trigger.is-default {
    height: 100%;
    min-height: 100vh;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.image-parallax_trigger.is-hero {
    height: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%
}

.image-parallax_trigger.is-section,
.image-parallax_trigger.is-section-100vh {
    height: 100%;
    min-height: 100vh;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.aspect-ratio-100vh {
    height: 100vh;
    position: relative
}

.heading-stretch {
    width: 100%;
    container-type: inline-size
}

.heading-stretch_text {
    will-change: transform;
    font-size: 25.75cqw
}

.heading-content {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: inline
}

.heading_text {
    display: inline-block
}

.custom-heading_img {
    object-fit: contain;
    width: .75em;
    max-width: none;
    height: .75em
}

.height-25 {
    height: 25%
}

.height-50 {
    height: 50%
}

.height-75 {
    height: 75%
}

.height-100 {
    height: 100%
}

.width-25 {
    width: 25%
}

.width-50 {
    width: 50%
}

.width-75 {
    width: 75%
}

.width-100 {
    width: 100%
}

.icon-12px {
    justify-content: center;
    align-items: center;
    max-width: none;
    height: .75em;
    display: flex
}

.icon-16px {
    justify-content: center;
    align-items: center;
    height: 1em;
    display: flex
}

.icon-18px {
    justify-content: center;
    align-items: center;
    height: 1.125em;
    display: flex
}

.icon-24px {
    justify-content: center;
    align-items: center;
    height: 1.5em;
    display: flex
}

.icon-32px {
    justify-content: center;
    align-items: center;
    height: 2em;
    display: flex
}

.icon-40px {
    justify-content: center;
    align-items: center;
    height: 2.5em;
    display: flex
}

.icon-48px {
    justify-content: center;
    align-items: center;
    height: 3em;
    display: flex
}

.icon-64px {
    justify-content: center;
    align-items: center;
    height: 4em;
    display: flex
}

.rotation-45 {
    transform: rotate(45deg)
}

.rotation-90 {
    transform: rotate(90deg)
}

.rotation-135 {
    transform: rotate(135deg)
}

.rotation-180 {
    transform: rotate(180deg)
}

.rotation-225 {
    transform: rotate(225deg)
}

.rotation-270 {
    transform: rotate(270deg)
}

.rotation-315 {
    transform: rotate(315deg)
}

.opacity-75 {
    opacity: .75
}

.opacity-50 {
    opacity: .5
}

.opacity-25 {
    opacity: .25
}

.opacity-0 {
    opacity: 0
}

.opacity-90 {
    opacity: .75
}

.opacity-80 {
    opacity: .8
}

.opacity-70 {
    opacity: .7
}

.opacity-60 {
    opacity: .6
}

.opacity-40 {
    opacity: .4
}

.opacity-30 {
    opacity: .3
}

.opacity-20 {
    opacity: .2
}

.opacity-10 {
    opacity: .1
}

.fade-horizontal {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(90deg, #0000 0%, #000 50% 50%, #0000 100%);
    mask-image: linear-gradient(90deg, #0000 0%, #000 50% 50%, #0000 100%)
}

.fade-vertical {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(#0000 0%, #000 50% 50%, #0000 100%);
    mask-image: linear-gradient(#0000 0%, #000 50% 50%, #0000 100%)
}

.fade-left {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(90deg, #0000 0%, #000 100%);
    mask-image: linear-gradient(90deg, #0000 0%, #000 100%)
}

.fade-right {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(270deg, #0000 0%, #000 100%);
    mask-image: linear-gradient(270deg, #0000 0%, #000 100%)
}

.fade-top {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(#0000 0%, #000 100%);
    mask-image: linear-gradient(#0000 0%, #000 100%)
}

.fade-bottom {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(#000 0%, #0000 100%);
    mask-image: linear-gradient(#000 0%, #0000 100%)
}

.fade-horizontal-64px {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(90deg, #0000 0%, #000 4rem calc(100% - 4rem), #0000 100%);
    mask-image: linear-gradient(90deg, #0000 0%, #000 4rem calc(100% - 4rem), #0000 100%)
}

.fade-vertical-64px {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(#0000 0%, #000 4rem calc(100% - 4rem), #0000 100%);
    mask-image: linear-gradient(#0000 0%, #000 4rem calc(100% - 4rem), #0000 100%)
}

.fade-left-64px {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(90deg, #0000 0%, #000 4rem);
    mask-image: linear-gradient(90deg, #0000 0%, #000 4rem)
}

.fade-right-64px {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(270deg, #0000 0%, #000 4rem);
    mask-image: linear-gradient(270deg, #0000 0%, #000 4rem)
}

.fade-top-64px {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(#0000 0%, #000 4rem);
    mask-image: linear-gradient(#0000 0%, #000 4rem)
}

.fade-bottom-64px {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(0deg, #0000 0%, #000 4rem);
    mask-image: linear-gradient(0deg, #0000 0%, #000 4rem)
}

.blendmode-darken {
    mix-blend-mode: darken
}

.blendmode-multiply {
    mix-blend-mode: multiply
}

.blendmode-color-burn {
    mix-blend-mode: color-burn
}

.blendmode-lighten {
    mix-blend-mode: lighten
}

.blendmode-screen {
    mix-blend-mode: screen
}

.blendmode-color-dodge {
    mix-blend-mode: color-dodge
}

.blendmode-overlay {
    mix-blend-mode: overlay
}

.blendmode-soft-light {
    mix-blend-mode: soft-light
}

.blendmode-hard-light {
    mix-blend-mode: hard-light
}

.blendmode-difference {
    mix-blend-mode: difference
}

.blendmode-exclusion {
    mix-blend-mode: exclusion
}

.blendmode-hue {
    mix-blend-mode: hue
}

.blendmode-saturation {
    mix-blend-mode: saturation
}

.blendmode-color {
    mix-blend-mode: color
}

.blendmode-luminosity {
    mix-blend-mode: luminosity
}

.heading-xl {
    font-family: var(--_fonts---fonts--heading);
    font-size: var(--_headings---heading-xl--font-size);
    line-height: var(--_headings---heading-xl--line-height);
    font-weight: var(--_fonts---font-weight--semi-bold);
    letter-spacing: var(--_headings---heading-xl--letter-spacing)
}

.heading-l {
    font-family: var(--_headings---heading-m--font);
    font-size: var(--_headings---heading-l--font-size);
    line-height: var(--_headings---heading-l--line-height);
    font-weight: var(--_headings---heading-l--font-weight);
    letter-spacing: var(--_headings---heading-l--letter-spacing)
}

.heading-m {
    font-family: var(--_headings---heading-m--font);
    font-size: var(--_headings---heading-m--font-size);
    line-height: var(--_headings---heading-l--line-height);
    font-weight: var(--_headings---heading-m--font-weight);
    letter-spacing: var(--_headings---heading-m--letter-spacing)
}

.heading-m.text-weight-semibold {
    font-weight: var(--_fonts---font-weight--semi-bold)
}

.heading-s {
    font-family: var(--_headings---heading-s--font);
    font-size: var(--_headings---heading-s--font-size);
    line-height: var(--_headings---heading-s--line-height);
    font-weight: var(--_headings---heading-s--font-weight);
    letter-spacing: var(--_headings---heading-s--letter-spacing)
}

.heading-xs {
    font-family: var(--_headings---heading-xs--font);
    font-size: var(--_headings---heading-xs--font-size);
    line-height: var(--_headings---heading-xs--line-height);
    font-weight: var(--_headings---heading-xs--font-weight);
    letter-spacing: var(--_headings---heading-xs--letter-spacing)
}

.heading-style-24px {
    font-size: 1.5em;
    line-height: 1.2
}

.paragraph-xl {
    font-family: var(--_paragraphs---paragraph-xl--font);
    font-size: var(--_paragraphs---paragraph-xl--font-size);
    line-height: var(--_paragraphs---paragraph-xl--line-height);
    font-weight: var(--_paragraphs---paragraph-xl--font-weight);
    letter-spacing: var(--_paragraphs---paragraph-xl--letter-spacing)
}

.paragraph-l {
    font-family: var(--_paragraphs---paragraph-l--font);
    font-size: var(--_paragraphs---paragraph-l--font-size);
    line-height: var(--_paragraphs---paragraph-l--line-height);
    font-weight: var(--_paragraphs---paragraph-l--font-weight);
    letter-spacing: var(--_paragraphs---paragraph-l--letter-spacing)
}

.paragraph-m {
    font-family: var(--_paragraphs---paragraph-m--font);
    font-size: var(--_paragraphs---paragraph-m--font-size);
    line-height: var(--_paragraphs---paragraph-m--line-height);
    font-weight: var(--_paragraphs---paragraph-regular--font-weight);
    letter-spacing: var(--_paragraphs---paragraph-m--letter-spacing)
}

.paragraph-m.text-weight-semibold {
    font-weight: var(--_paragraphs---paragraph-m--font-weight)
}

.paragraph-regular {
    font-family: var(--_paragraphs---paragraph-regular--font);
    font-size: var(--_paragraphs---paragraph-regular--font-size);
    line-height: var(--_paragraphs---paragraph-regular--line-height);
    font-weight: var(--_paragraphs---paragraph-regular--font-weight);
    letter-spacing: var(--_paragraphs---paragraph-regular--letter-spacing)
}

.paragraph-regular.text-weight-bold {
    font-weight: var(--_fonts---font-weight--bold)
}

.paragraph-regular.text-weight-semibold {
    font-weight: var(--_paragraphs---paragraph-l--font-weight)
}

.paragraph-s {
    font-family: var(--_paragraphs---paragraph-s--font);
    font-size: var(--_paragraphs---paragraph-s--font-size);
    line-height: var(--_paragraphs---paragraph-s--line-height);
    font-weight: var(--_paragraphs---paragraph-s--font-weight);
    letter-spacing: var(--_paragraphs---paragraph-s--letter-spacing)
}

.paragraph-xs {
    font-family: var(--_headings---heading-xs--font);
    font-size: var(--_paragraphs---paragraph-xs--font-size);
    line-height: var(--_headings---heading-xs--line-height);
    font-weight: var(--_paragraphs---paragraph-xs--font-weight);
    letter-spacing: var(--_headings---heading-xs--letter-spacing)
}

.paragraph-xxs {
    font-family: var(--_paragraphs---paragraph-xxs--font);
    font-size: var(--_paragraphs---paragraph-xxs--font-size);
    line-height: var(--_paragraphs---paragraph-xxs--line-height);
    font-weight: var(--_paragraphs---paragraph-xxs--font-weight);
    letter-spacing: var(--_paragraphs---paragraph-xxs--letter-spacing)
}

.button-bg {
    background-color: var(--_colors---brand-colors--red);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute
}

.section-padding-320px {
    padding-top: var(--_sizes---size--320px);
    padding-bottom: var(--_sizes---size--320px)
}

.bp-card_img {
    border-radius: calc(var(--card--radius-desktop)*.5);
    width: 100%;
    position: relative;
    overflow: hidden
}

.user-select-none {
    -webkit-user-select: none;
    user-select: none
}

.grid-column-03 {
    grid-column-gap: var(--_layout---grid--gap);
    grid-row-gap: var(--_layout---grid--gap);
    grid-template-rows: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-column-04 {
    grid-column-gap: var(--_layout---grid--gap);
    grid-row-gap: var(--_layout---grid--gap);
    grid-template-rows: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-column-02 {
    grid-column-gap: var(--_layout---grid--gap);
    grid-row-gap: var(--_layout---grid--gap);
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.button-group {
    z-index: 10;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    pointer-events: auto;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.bg-color-black {
    background-color: var(--_colors---swatch--black)
}

.bg-color-grey {
    background-color: var(--_colors---swatch--grey)
}

.bg-color-white {
    background-color: var(--_colors---swatch--white)
}

.bg-color-blue {
    background-color: var(--_colors---brand-colors--blue)
}

.text-color-black {
    color: var(--_colors---swatch--black)
}

.text-color-grey {
    color: var(--_colors---swatch--grey)
}

.text-color-white {
    color: var(--_colors---swatch--white)
}

.text-color-blue {
    color: var(--_colors---brand-colors--blue)
}

.bp-layout {
    grid-column-gap: var(--_layout---grid--gap);
    grid-row-gap: var(--_layout---grid--gap);
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    align-items: start
}

.bp-layout.is-vertical {
    grid-template-columns: 1fr
}

.bp-header {
    position: sticky;
    top: 5rem
}

.bp-button {
    height: var(--element-button--height\<deleted\|variable-d0d4f496-fb53-f8c5-27d6-19ba5c3f0b43\>);
    border-radius: var(--element-button--radius-desktop\<deleted\|variable-f8d99249-c057-b20e-d4ea-c9ff0273add7\>);
    background-color: var(--swatch--eerie-black\<deleted\|variable-96a5984c-58ac-dea9-ceed-345ea1a68be0\>);
    color: var(--swatch--anti-flash-white\<deleted\|variable-2b55c37a-a697-95d1-de06-5cd18e98aa75\>);
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex
}

.bp-card {
    background-color: var(--_theme---background);
    color: var(--_theme---body-text);
    border-style: solid;
    border-width: 1px;
    border-radius: 1.5em;
    position: relative;
    overflow: hidden
}

.bp-card.is-transparent-bg {
    border-color: var(--color-mode-default--background-transparent\<deleted\|variable-8a828534-93a1-419c-aaf6-274fb4d2cc93\>);
    background-color: var(--color-mode-default--background-transparent\<deleted\|variable-8a828534-93a1-419c-aaf6-274fb4d2cc93\>)
}

.bp-card.is-outline {
    background-color: var(--color-mode-default--background-transparent\<deleted\|variable-8a828534-93a1-419c-aaf6-274fb4d2cc93\>)
}

.bp-card.is-fill-outline {
    border-color: var(--color-mode-default--button-outline\<deleted\|variable-7e835c89-7b86-8033-7fa0-f32c43db959e\>)
}

.bp-card_content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    padding: 2em;
    display: flex;
    position: relative
}

.bp-card_content.is-typography {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom: .0625rem solid var(--color-mode-default--bp-card-bg\<deleted\|variable-4ed1ea21-6547-af99-3c69-f02950a385c2\>);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.bp-card_content.is-absolute {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.bp-specs_item-title {
    min-width: 2rem
}

.bp-specs_wrap {
    justify-content: space-between;
    display: flex
}

.bp-class_group {
    grid-column-gap: var(--blueprint--gap);
    grid-row-gap: var(--blueprint--gap);
    flex-flow: column;
    margin-top: auto;
    display: flex;
    position: relative
}

.bp-label {
    height: var(--blueprint--label-height);
    background-color: var(--_colors---swatch--black);
    color: var(--_colors---swatch--white);
    font-size: var(--blueprint--label-text-size);
    letter-spacing: .15em;
    text-transform: lowercase;
    white-space: nowrap;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex
}

.bp-grid-column-03 {
    grid-column-gap: var(--blueprint--gap);
    grid-row-gap: var(--blueprint--gap);
    grid-template-rows: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-columns: 1fr;
    display: grid
}

.bp-label_content {
    justify-content: center;
    align-items: center;
    display: flex
}

.divider {
    height: var(--element-border--regular\<deleted\|variable-8015d590-9b6a-d5c6-03d9-d0ec4248d695\>);
    background-color: var(--color-mode-default--bp-card-bg\<deleted\|variable-4ed1ea21-6547-af99-3c69-f02950a385c2\>);
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.bp-grid-column-01 {
    grid-column-gap: var(--blueprint--gap);
    grid-row-gap: var(--blueprint--gap);
    grid-template-rows: auto;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-columns: 1fr;
    display: grid
}

.bp-grid-column-04 {
    grid-column-gap: var(--blueprint--gap);
    grid-row-gap: var(--blueprint--gap);
    grid-template-rows: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.bp-grid-column-02 {
    grid-column-gap: var(--blueprint--gap);
    grid-row-gap: var(--blueprint--gap);
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.bp-card_content-bottom {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    margin-top: auto;
    display: flex
}

.form_radio {
    font-size: var(--element-field--text-size\<deleted\|variable-bb6b4bc2-df1d-cb98-174b-12f265efaa7b\>);
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.form_checkbox {
    font-size: var(--text-size--regular\<deleted\|variable-ab42a22f-2f14-5509-9418-fb33eaa20dd5\>);
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.form_form {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex
}

.form_message-success {
    text-align: left;
    background-color: #0000;
    padding: 0
}

.form_radio-icon {
    width: var(--element-field--checkmarks\<deleted\|variable-c789989a-753e-68f7-2ece-c4da18b2a223\>);
    height: var(--element-field--checkmarks\<deleted\|variable-c789989a-753e-68f7-2ece-c4da18b2a223\>);
    border-width: .0625rem;
    border-color: #545454;
    margin-top: 0;
    margin-left: 0;
    margin-right: .5rem
}

.form_radio-icon.w--redirected-checked {
    background-color: #2d40ea;
    border-width: .0625rem;
    border-color: #2d40ea;
    width: .875rem;
    height: .875rem
}

.form_radio-icon.w--redirected-focus {
    border-width: .0625rem;
    border-color: #2d40ea;
    width: .875rem;
    height: .875rem;
    box-shadow: 0 0 .25rem 0 #2d40ea
}

.select {
    height: var(--element-button--height\<deleted\|variable-d0d4f496-fb53-f8c5-27d6-19ba5c3f0b43\>);
    border: var(--element-border--regular\<deleted\|variable-8015d590-9b6a-d5c6-03d9-d0ec4248d695\>)solid var(--color-mode-default--button-outline\<deleted\|variable-7e835c89-7b86-8033-7fa0-f32c43db959e\>);
    border-radius: var(--element-button--radius-desktop\<deleted\|variable-f8d99249-c057-b20e-d4ea-c9ff0273add7\>);
    font-size: var(--element-field--text-size\<deleted\|variable-bb6b4bc2-df1d-cb98-174b-12f265efaa7b\>);
    cursor: pointer;
    background-color: #0000;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: block;
    position: relative;
    overflow: clip
}

.select.is-dropdown {
    height: auto;
    padding-left: 0
}

.form_message-error {
    margin-top: .75rem;
    padding: .75rem
}

.form-element_label {
    font-size: var(--element-field--label-text-size\<deleted\|variable-1935e2cc-7076-60f9-b096-049805c979b3\>);
    margin-bottom: .25rem
}

.form_checkbox-icon {
    width: var(--element-field--checkmarks\<deleted\|variable-c789989a-753e-68f7-2ece-c4da18b2a223\>);
    height: var(--element-field--checkmarks\<deleted\|variable-c789989a-753e-68f7-2ece-c4da18b2a223\>);
    border-width: .0625rem;
    border-color: #545454;
    border-radius: .125rem;
    margin: 0 .5rem 0 0
}

.form_checkbox-icon.w--redirected-checked {
    background-color: #2d40ea;
    background-size: 90%;
    border-width: .0625rem;
    border-color: #2d40ea;
    border-radius: .125rem;
    width: .875rem;
    height: .875rem;
    margin: 0 8rem 0 0
}

.form_checkbox-icon.w--redirected-focus {
    box-shadow: none;
    border-width: .0625rem;
    border-color: #2d40ea;
    border-radius: .125rem;
    width: .875rem;
    height: .875rem;
    margin: 0 8rem 0 0
}

.form_component {
    margin-bottom: 0
}

.bp-rotation_element {
    background-color: var(--color-mode-default--body-text\<deleted\|variable-cb61a870-d154-a6fe-c8a0-f25e0e5af2eb\>);
    border-radius: 100%;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 8rem;
    min-width: 8rem;
    height: 8rem;
    min-height: 8rem;
    display: flex;
    position: relative
}

.bp-rotation_core {
    background-color: var(--color-mode-default--bp-card-bg\<deleted\|variable-4ed1ea21-6547-af99-3c69-f02950a385c2\>);
    border-radius: 100%;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem
}

.bp-rotation_pointer {
    background-color: var(--color-mode-default--bp-card-bg\<deleted\|variable-4ed1ea21-6547-af99-3c69-f02950a385c2\>);
    border-radius: 100%;
    justify-content: center;
    align-items: flex-start;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    min-height: 1rem;
    display: flex;
    position: absolute;
    top: .75rem
}

.bp-rotation {
    justify-content: center;
    align-items: center;
    display: flex
}

.bp-size_wrap {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%
}

.bp-size_wrap.is-width {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch
}

.bp-size_content {
    width: 100%;
    height: 100%;
    position: relative
}

.bp-card_bg {
    position: absolute;
    inset: 0%
}

.lottie {
    color: var(--color-mode-default--heading\<deleted\|variable-63623ff2-f93a-6dbc-537d-501639045b22\>);
    width: 100%;
    height: 100%
}

.custom-heading_item {
    margin-right: .1em;
    display: inline-flex;
    position: relative
}

.custom-heading_underline {
    width: 85%;
    height: 4rem;
    position: absolute;
    bottom: -3.6rem;
    left: 0%
}

.bp-label_group {
    flex-flow: column;
    display: flex
}

.radius_card-content {
    border-radius: calc(var(--element-card--radius-desktop)*.25);
    width: 100%;
    position: relative;
    overflow: hidden
}

.fade-radial {
    width: 100%;
    height: 100%;
    -webkit-mask-image: radial-gradient(circle, #0000 25%, #000 100%);
    mask-image: radial-gradient(circle, #0000 25%, #000 100%)
}

.fade-vignette {
    width: 100%;
    height: 100%;
    -webkit-mask-image: radial-gradient(circle, #000 0%, #0000 100%);
    mask-image: radial-gradient(circle, #000 0%, #0000 100%)
}

.fade-radial-64px {
    width: 100%;
    height: 100%;
    -webkit-mask-image: radial-gradient(circle, #0000 calc(100% - 4rem), #000 100%);
    mask-image: radial-gradient(circle, #0000 calc(100% - 4rem), #000 100%)
}

.fade-vignette-64px {
    width: 100%;
    height: 100%;
    -webkit-mask-image: radial-gradient(circle, #000 calc(100% - 4rem), #0000 100%);
    mask-image: radial-gradient(circle, #000 calc(100% - 4rem), #0000 100%)
}

.form-element_wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    display: flex;
    position: relative
}

.select-content_field {
    margin-bottom: 0;
    display: none
}

.select-toggle {
    height: var(--element-button--height\<deleted\|variable-d0d4f496-fb53-f8c5-27d6-19ba5c3f0b43\>);
    padding: 0px 0px 0px var(--element-button--gap\<deleted\|variable-0282ece1-564b-3134-a176-8a733f25aca8\>);
    background-color: var(--color-mode-default--background-transparent\<deleted\|variable-8a828534-93a1-419c-aaf6-274fb4d2cc93\>);
    border: 1px #000;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.search-cms_empty {
    display: none
}

.select-content_item {
    height: var(--element-button--height\<deleted\|variable-d0d4f496-fb53-f8c5-27d6-19ba5c3f0b43\>);
    padding-right: var(--element-button--gap\<deleted\|variable-0282ece1-564b-3134-a176-8a733f25aca8\>);
    padding-left: var(--element-button--gap\<deleted\|variable-0282ece1-564b-3134-a176-8a733f25aca8\>);
    background-color: var(--color-mode-default--background-transparent\<deleted\|variable-8a828534-93a1-419c-aaf6-274fb4d2cc93\>);
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: all .3s cubic-bezier(.509, .188, .041, .989);
    display: flex;
    position: relative
}

.select-content_item:hover {
    color: #161618;
    background-color: color-mix(in srgb, var(--color-mode-default--body-text), transparent 60%);
    padding-left: 1.5rem
}

.select-content_item.is-clear {
    background-color: var(--color-mode-default--body-text\<deleted\|variable-cb61a870-d154-a6fe-c8a0-f25e0e5af2eb\>);
    color: var(--color-mode-default--background\<deleted\|variable-c0c89dc0-00da-9374-de7c-29979972e8ac\>);
    padding-right: 0
}

.select-content_item.is-clear:hover {
    color: var(--color-mode-default--active-state\<deleted\|variable-43f921cb-bd7a-3666-9ac5-0f1d734b1a8f\>)
}

.select-content {
    background-color: #c6c6c626;
    display: block;
    position: relative;
    overflow: hidden
}

.select-content.w--open {
    background-color: color-mix(in srgb, var(--color-mode-default--body-text), transparent 85%)
}

.form-element_icon {
    width: var(--element-button--height\<deleted\|variable-d0d4f496-fb53-f8c5-27d6-19ba5c3f0b43\>);
    height: var(--element-button--height\<deleted\|variable-d0d4f496-fb53-f8c5-27d6-19ba5c3f0b43\>);
    pointer-events: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.filter-reset {
    height: var(--element-button--height\<deleted\|variable-d0d4f496-fb53-f8c5-27d6-19ba5c3f0b43\>);
    padding-left: var(--element-button--gap\<deleted\|variable-0282ece1-564b-3134-a176-8a733f25aca8\>);
    border-top-style: solid;
    border-top-width: .0625rem;
    border-top-color: var(--color-mode-default--button-bg\<deleted\|variable-09c6d403-c69d-6535-5389-2450cdc1de75\>);
    border-right-style: solid;
    border-right-width: .0625rem;
    border-right-color: var(--color-mode-default--button-bg\<deleted\|variable-09c6d403-c69d-6535-5389-2450cdc1de75\>);
    border-bottom-style: solid;
    border-bottom-width: .0625rem;
    border-bottom-color: var(--color-mode-default--button-bg\<deleted\|variable-09c6d403-c69d-6535-5389-2450cdc1de75\>);
    border-left-style: solid;
    border-left-width: .0625rem;
    border-left-color: var(--color-mode-default--button-bg\<deleted\|variable-09c6d403-c69d-6535-5389-2450cdc1de75\>);
    border-top-left-radius: var(--element-button--radius-desktop\<deleted\|variable-f8d99249-c057-b20e-d4ea-c9ff0273add7\>);
    border-top-right-radius: var(--element-button--radius-desktop\<deleted\|variable-f8d99249-c057-b20e-d4ea-c9ff0273add7\>);
    border-bottom-left-radius: var(--element-button--radius-desktop\<deleted\|variable-f8d99249-c057-b20e-d4ea-c9ff0273add7\>);
    border-bottom-right-radius: var(--element-button--radius-desktop\<deleted\|variable-f8d99249-c057-b20e-d4ea-c9ff0273add7\>);
    font-size: var(--element-field--text-size\<deleted\|variable-bb6b4bc2-df1d-cb98-174b-12f265efaa7b\>);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    transition-property: border-color, color;
    transition-duration: .3s, .3s;
    transition-timing-function: cubic-bezier(.509, .188, .041, .989), cubic-bezier(.509, .188, .041, .989);
    display: flex;
    position: relative;
    overflow: clip
}

.filter-reset:hover {
    border-color: var(--color-mode-default--body-text\<deleted\|variable-cb61a870-d154-a6fe-c8a0-f25e0e5af2eb\>);
    color: var(--color-mode-default--active-state\<deleted\|variable-43f921cb-bd7a-3666-9ac5-0f1d734b1a8f\>)
}

.filter-reset:focus-visible,
.filter-reset[data-wf-focus-visible] {
    outline-offset: 4px;
    outline: 2px solid #9b9b9b
}

.bp-card_grid-tiles {
    pointer-events: none;
    mix-blend-mode: overlay;
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/6848603da8e6ac95794b74af_grid-tile.svg);
    background-position: 50%;
    background-repeat: repeat;
    background-size: 128px;
    position: absolute;
    inset: 0%;
    -webkit-mask-image: radial-gradient(circle, #000 5%, #0000 100%);
    mask-image: radial-gradient(circle, #000 5%, #0000 100%)
}

.section-padding-256px {
    padding-top: var(--_sizes---size--256px);
    padding-bottom: var(--_sizes---size--256px)
}

.bp-section_hero {
    position: relative
}

.bp-hero_specs {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: center;
    height: 5rem;
    line-height: 1;
    display: flex
}

.eyebrow-style {
    font-family: var(--typography--eyebrow-style\<deleted\|variable-be8b669d-5c5b-2309-f3c7-39288f8f5c10\>);
    color: var(--color-mode-default--heading\<deleted\|variable-63623ff2-f93a-6dbc-537d-501639045b22\>)
}

.support-style {
    font-family: var(--typography--support-style\<deleted\|variable-164e4023-cfcf-c88c-30cd-e9cd01bde5ba\>);
    color: var(--color-mode-default--body-text\<deleted\|variable-cb61a870-d154-a6fe-c8a0-f25e0e5af2eb\>)
}

.bp-hero_bg {
    position: absolute;
    inset: 0%
}

.bp-hero_content {
    flex-flow: column;
    display: flex;
    position: relative
}

.bp-hero_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr
}

.bp-hero_grid.is-04 {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.form-element_item {
    padding-top: 0;
    padding-right: var(--element-field--padding\<deleted\|variable-04151b8e-2d25-fe18-4d6f-ee1c48ad3804\>);
    padding-bottom: 0;
    padding-left: var(--element-field--padding\<deleted\|variable-04151b8e-2d25-fe18-4d6f-ee1c48ad3804\>);
    border-top-style: solid;
    border-top-width: var(--element-border--regular\<deleted\|variable-8015d590-9b6a-d5c6-03d9-d0ec4248d695\>);
    border-top-color: var(--color-mode-default--button-outline\<deleted\|variable-7e835c89-7b86-8033-7fa0-f32c43db959e\>);
    border-right-style: solid;
    border-right-width: var(--element-border--regular\<deleted\|variable-8015d590-9b6a-d5c6-03d9-d0ec4248d695\>);
    border-right-color: var(--color-mode-default--button-outline\<deleted\|variable-7e835c89-7b86-8033-7fa0-f32c43db959e\>);
    border-bottom-style: solid;
    border-bottom-width: var(--element-border--regular\<deleted\|variable-8015d590-9b6a-d5c6-03d9-d0ec4248d695\>);
    border-bottom-color: var(--color-mode-default--button-outline\<deleted\|variable-7e835c89-7b86-8033-7fa0-f32c43db959e\>);
    border-left-style: solid;
    border-left-width: var(--element-border--regular\<deleted\|variable-8015d590-9b6a-d5c6-03d9-d0ec4248d695\>);
    border-left-color: var(--color-mode-default--button-outline\<deleted\|variable-7e835c89-7b86-8033-7fa0-f32c43db959e\>);
    border-top-left-radius: var(--element-button--radius-desktop\<deleted\|variable-f8d99249-c057-b20e-d4ea-c9ff0273add7\>);
    border-top-right-radius: var(--element-button--radius-desktop\<deleted\|variable-f8d99249-c057-b20e-d4ea-c9ff0273add7\>);
    border-bottom-left-radius: var(--element-button--radius-desktop\<deleted\|variable-f8d99249-c057-b20e-d4ea-c9ff0273add7\>);
    border-bottom-right-radius: var(--element-button--radius-desktop\<deleted\|variable-f8d99249-c057-b20e-d4ea-c9ff0273add7\>);
    cursor: pointer;
    color: color-mix(in srgb, var(--color-mode-default--body-text), transparent 60%);
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.509, .188, .041, .989);
    display: flex;
    position: relative;
    overflow: clip
}

.form-element_item:hover {
    border-top-color: var(--color-mode-default--heading\<deleted\|variable-63623ff2-f93a-6dbc-537d-501639045b22\>);
    border-right-color: var(--color-mode-default--heading\<deleted\|variable-63623ff2-f93a-6dbc-537d-501639045b22\>);
    border-bottom-color: var(--color-mode-default--heading\<deleted\|variable-63623ff2-f93a-6dbc-537d-501639045b22\>);
    border-left-color: var(--color-mode-default--heading\<deleted\|variable-63623ff2-f93a-6dbc-537d-501639045b22\>);
    color: color-mix(in srgb, var(--color-mode-default--body-text), transparent 0%)
}

.form-element_item:focus {
    border-color: var(--color-mode-default--button-outline\<deleted\|variable-7e835c89-7b86-8033-7fa0-f32c43db959e\>)
}

.form-element_item.is-input-field {
    cursor: auto
}

.form-element_item.is-text-area {
    padding-top: var(--element-field--text-area-padding\<deleted\|variable-fef68998-fe96-422c-105c-91c0def0d39f\>);
    cursor: auto
}

.label-group {
    grid-column-gap: var(--element-label--gap\<deleted\|variable-8142a8e4-aa6a-fab1-8d32-88edc71fc83d\>);
    grid-row-gap: var(--element-label--gap\<deleted\|variable-8142a8e4-aa6a-fab1-8d32-88edc71fc83d\>);
    display: flex
}

.form-element {
    height: var(--element-field--height\<deleted\|variable-af4c4744-50fe-ad09-4c4d-09ff8bc415e5\>);
    font-size: var(--element-field--text-size\<deleted\|variable-bb6b4bc2-df1d-cb98-174b-12f265efaa7b\>);
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
    position: relative
}

.form-element.is-text-area {
    min-height: var(--element-field--text-area-height\<deleted\|variable-fe010bcc-7d76-b7d5-6e12-278725850868\>);
    flex-flow: row;
    min-width: 100%;
    max-width: 100%;
    height: auto
}

.icon {
    color: inherit;
    height: 100%
}

.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: 260px;
    display: flex
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex
}

.nav-scrolltrigger {
    pointer-events: none;
    width: 100%;
    height: calc(100% - 101vh);
    display: block;
    position: absolute;
    top: 101vh;
    left: 0%;
    right: 0%
}

.icon-button {
    flex: none;
    width: 4.5em;
    height: 4.5em
}

.icon-button.w--current {
    display: none
}

.icon-button_element {
    cursor: pointer;
    border-radius: 1em;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: transform .3s cubic-bezier(.509, .188, .041, .989);
    display: flex;
    position: relative;
    overflow: hidden
}

.icon-button_element:hover {
    transform: scale(.975)
}

.icon-button_element.is-outline {
    border: var(--element-border--regular\<deleted\|variable-8015d590-9b6a-d5c6-03d9-d0ec4248d695\>)solid var(--swatch--eerie-black\<deleted\|variable-96a5984c-58ac-dea9-ceed-345ea1a68be0\>)
}

.icon-button_element.is-outline:hover {
    color: var(--color-mode-dark--body-text\<deleted\|variable-c5fff99a-9c05-9a85-8b33-a73a35c2f91c\>)
}

.icon-btn_bg {
    transition: transform .3s cubic-bezier(.509, .188, .041, .989);
    position: absolute;
    inset: -.5%;
    transform: translateY(100%)
}

.icon-btn_bg.is-vertical {
    transform: translateY(100%)
}

.icon-btn_bg.is-skew {
    transform: translate(100%, -100%)
}

.icon-btn_bg.is-horizontal {
    transform: translate(100%)
}

.icon-btn_bg-fill {
    background-color: var(--_colors---swatch--black);
    border-radius: .5em;
    width: 100%;
    height: 100%
}

.icon-btn_content {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative
}

.icon-btn_track {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all .3s cubic-bezier(.509, .188, .041, .989);
    display: flex;
    transform: translate(-100%)
}

.icon-btn_track.is-vertical {
    flex-flow: column;
    transform: translateY(-100%)
}

.icon-btn_track.is-vertical:hover {
    transform: translate(0%)
}

.icon-btn_track.is-horizontal:hover {
    transform: translate(0%)
}

.icon-btn_track.is-skew {
    flex-flow: column;
    transform: translate(0%)
}

.icon-btn_track.is-skew:hover {
    transform: translate(100%, -100%)
}

.icon-btn_item {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

.icon-btn_item.is-skew {
    transform: translate(-100%)
}

.localization {
    pointer-events: auto;
    font-size: 1.25rem
}

.rich-text-large h5 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 2rem;
    line-height: 1.2
}

.rich-text-large h1 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 6rem;
    line-height: 1.2
}

.rich-text-large blockquote {
    font-size: var(--_paragraphs---paragraph-m--font-size);
    line-height: var(--_paragraphs---paragraph-regular--line-height);
    letter-spacing: var(--_paragraphs---paragraph-l--letter-spacing);
    margin-bottom: 1.5rem
}

.rich-text-large h3 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    line-height: 1.2
}

.rich-text-large ul {
    font-family: var(--_paragraphs---paragraph-l--font);
    font-size: var(--_paragraphs---paragraph-l--font-size);
    letter-spacing: var(--_headings---heading-l--letter-spacing);
    margin-bottom: 1.5rem
}

.rich-text-large p {
    font-family: var(--_headings---heading-l--font);
    font-size: var(--_paragraphs---paragraph-l--font-size);
    line-height: var(--_paragraphs---paragraph-l--line-height);
    font-weight: var(--_paragraphs---paragraph-l--font-weight);
    letter-spacing: var(--_paragraphs---paragraph-l--letter-spacing);
    margin-bottom: 1.5rem
}

.rich-text-large h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 5rem;
    line-height: 1.2
}

.rich-text-large h4 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 3rem;
    line-height: 1.2
}

.rich-text-large h6 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.2
}

.rich-text-large img {
    object-fit: cover
}

.rich-text-large figure {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.rich-text-large ol {
    font-size: var(--_paragraphs---paragraph-l--font-size);
    letter-spacing: var(--_headings---heading-l--letter-spacing);
    margin-bottom: 1.5rem
}

.divider-wrap {
    width: 100%;
    position: relative
}

.max-width-30ch {
    width: 100%;
    max-width: 30ch
}

.max-width-35ch {
    width: 100%;
    max-width: 35ch
}

.max-width-40ch {
    width: 100%;
    max-width: 40ch
}

.max-width-45ch {
    width: 100%;
    max-width: 45ch
}

.max-width-50ch {
    width: 100%;
    max-width: 50ch
}

.max-width-55ch {
    width: 100%;
    max-width: 55ch
}

.max-width-60ch {
    width: 100%;
    max-width: 60ch
}

.text-size-regular {
    font-size: var(--_paragraphs---paragraph-regular--font-size)
}

.heading-xxl {
    font-family: var(--_headings---heading-xxl--font);
    font-size: var(--_headings---heading-xxl--font-size);
    line-height: var(--_headings---heading-xxl--line-height);
    font-weight: var(--_headings---heading-xxl--font-weight);
    letter-spacing: var(--_headings---heading-xxl--letter-spacing)
}

.theme-white {
    background-color: var(--_theme---background);
    color: var(--_theme---body-text);
    --_theme---background: var(--_colors---swatch--white);
    --_theme---body-text: var(--_colors---swatch--black);
    --_theme---button-text: var(--_colors---swatch--off-white);
    --_theme---button-bg: var(--_colors---brand-colors--red);
    --_theme---button-icon-bg: var(--_colors---swatch--white);
    --_theme---button-icon: var(--_colors---swatch--black);
    --_theme---label-bg: var(--_colors---swatch--taupe);
    --_theme---accent-2: var(--_colors---swatch--taupe);
    --_theme---card-outline: var(--_colors---brand-colors--red);
    --_theme---accent-1: var(--_colors---swatch--creme);
    --_theme---heading: var(--_colors---swatch--black);
    --_theme---border: var(--_colors---swatch--grey);
    --_theme---cursor-select-bg: var(--_colors---swatch--black);
    --_theme---cursor-select-text: var(--_colors---swatch--white);
    --_theme---button-outline: var(--_colors---swatch--black)
}

.theme-blue {
    background-color: var(--_theme---background);
    color: var(--_theme---body-text);
    --_theme---background: var(--_colors---brand-colors--blue);
    --_theme---body-text: var(--_colors---swatch--black);
    --_theme---button-text: var(--_colors---swatch--black);
    --_theme---button-bg: var(--_colors---swatch--white);
    --_theme---button-icon-bg: var(--_colors---swatch--black);
    --_theme---button-icon: var(--_colors---swatch--white);
    --_theme---label-bg: white;
    --_theme---accent-2: var(--_colors---brand-colors--blue-500);
    --_theme---card-outline: white;
    --_theme---accent-1: var(--_colors---brand-colors--blue-400);
    --_theme---heading: var(--_colors---swatch--black);
    --_theme---border: var(--_colors---swatch--black);
    --_theme---cursor-select-bg: var(--_colors---swatch--black);
    --_theme---cursor-select-text: var(--_colors---swatch--white);
    --_theme---button-outline: var(--_colors---swatch--black)
}

.populair-item_img-wrap {
    width: 100%;
    position: absolute;
    overflow: hidden
}

.image-mask {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden
}

.swiper-wrapper {
    display: flex
}

.swiper-slide_img {
    aspect-ratio: 1;
    background-color: #e4e4e4;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.swiper {
    width: 100%
}

.swiper-component {
    width: 100%;
    position: relative
}

.swiper-component.swiper-populair {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column
}

.swiper-class-button {
    color: #212220;
    cursor: pointer;
    background-color: #0000;
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/6848603da8e6ac95794b74b2_swiper-arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35%;
    border: 2px solid #212220;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 3.5em;
    height: 3.5em;
    margin-top: 2em;
    margin-bottom: -5em;
    margin-right: 1em;
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    display: flex;
    position: absolute;
    bottom: -1em;
    right: 0
}

.swiper-class-button:hover {
    background-position: 65%
}

.swiper-class-button.is-prev {
    right: 4em;
    transform: rotate(180deg)
}

.image-current {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0%
}

.swiper-slide_caption {
    flex-flow: column;
    display: flex
}

.swiper-slide_link {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    width: 100%;
    display: flex
}

.image-hover {
    z-index: 0;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0%
}

.swiper-slide {
    flex: none;
    width: 33.33%
}

.bg-color-red {
    background-color: var(--_colors---brand-colors--red)
}

.text-color-red {
    color: var(--_colors---brand-colors--red)
}

.bg-color-green {
    background-color: var(--_colors---brand-colors--green)
}

.text-color-green {
    color: var(--_colors---brand-colors--green)
}

.bg-color-pink {
    background-color: var(--_colors---brand-colors--pink)
}

.text-color-pink {
    color: var(--_colors---brand-colors--pink)
}

.bg-color-creme {
    background-color: var(--_colors---swatch--creme)
}

.text-color-creme {
    color: var(--_colors---swatch--creme)
}

.text-color-off-white {
    color: var(--_colors---swatch--off-white)
}

.bg-color-off-white {
    background-color: var(--_colors---swatch--off-white)
}

.bg-color-taupe {
    background-color: var(--_colors---swatch--taupe)
}

.text-color-taupe {
    color: var(--_colors---swatch--taupe)
}

.button-container {
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.button-icon {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex
}

.button-icon.is-first {
    opacity: 0;
    position: absolute;
    left: -3em
}

.button-text {
    font-weight: 600;
    display: block
}

.button-devider {
    background-color: var(--_theme---button-text);
    width: .0625em;
    height: 1.25em;
    margin-left: .875em;
    margin-right: .875em
}

.hero {
    padding-top: 12em;
    padding-bottom: 4em
}

.hero.is-coming-soon {
    justify-content: space-between;
    align-items: flex-end;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 4.25em;
    display: flex
}

.hero.is-work {
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.hero.is-case {
    align-items: flex-end;
    width: 100%;
    height: calc(100vh - 10em);
    margin-top: 7.5em;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    display: flex;
    position: relative
}

.grid-col-12 {
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid
}

.grid-col-12.is-about-hero {
    grid-template-rows: auto auto;
    height: 100%
}

.hero-logo {
    width: 58.75em;
    margin-bottom: 3em
}

.sticker {
    width: 15em
}

.hero-svg {
    z-index: -1;
    opacity: .07;
    position: absolute;
    top: 5em
}

.hero-nav {
    border-bottom: .0625em solid #16161633;
    height: 4em;
    position: absolute;
    inset: 0% 0% auto
}

.marquee-css {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.marquee-css.is-top-bar {
    background-color: var(--_colors---brand-colors--pink-200);
    color: var(--_colors---swatch--black);
    height: 100%
}

.marquee-css__list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex: none;
    align-items: center;
    display: flex;
    position: relative
}

.marquee-css__list.is-top-bar {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem
}

.marquee-css__item {
    letter-spacing: -.02em;
    font-weight: 600;
    font-size: var(--size-font);
    flex: 0;
    align-items: center;
    padding-right: 1em;
    display: flex
}

.button-default {
    z-index: 1;
    color: var(--_theme---button-text);
    letter-spacing: -.02em;
    -webkit-user-select: none;
    user-select: none;
    place-content: center;
    align-items: center;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1;
    display: flex;
    position: relative;
    transform: none
}

.button-default.is-outline {
    color: var(--_colors---swatch--black)
}

.button-default.is-icon {
    color: var(--_theme---body-text)
}

.button-default.is-form {
    justify-content: flex-start;
    align-items: center
}

.button-default.is-nav {
    color: var(--_colors---swatch--black);
    justify-content: flex-start;
    align-items: center
}

.button-default.is-pink {
    color: var(--_colors---swatch--black)
}

.button-default__text {
    white-space: nowrap;
    margin-left: .25em;
    margin-right: .5em;
    display: block
}

.button-default__text.is-back {
    margin-left: .5em;
    margin-right: .25em
}

.button-default__background {
    z-index: -1;
    background-color: var(--_theme---button-bg);
    border-radius: 1.25rem;
    place-self: center;
    width: calc(100% - .5em);
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute
}

.button-default__background.is-outline {
    border: 1px solid var(--_colors---swatch--black);
    background-color: var(--_theme---background)
}

.button-default__background.is-button-icon {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--_theme---body-text);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--_theme---body-text);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--_theme---body-text);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--_theme---body-text);
    background-color: #0000;
    width: calc(100% - .5em)
}

.button-default__background.is-button-icon.is-arrow {
    width: 100%
}

.button-default__background.is-button-icon.is-white {
    background-color: var(--_colors---swatch--white);
    border-style: none;
    width: 100%
}

.button-default__background.is-nav,
.button-default__background.is-nav-mobile,
.button-default__background.is-pink {
    background-color: var(--_colors---brand-colors--pink)
}

.hero-sticker {
    position: absolute;
    top: 16em;
    right: 5em
}

.button-default__icon {
    background-color: var(--_colors---swatch--off-white);
    color: var(--_colors---brand-colors--red);
    border-radius: .625em;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2.25em;
    height: 2.25em;
    display: flex;
    position: relative
}

.button-default__icon.is-button-icon {
    width: 1em;
    height: 1em;
    margin-left: 0
}

.button-default__icon.is-black {
    background-color: var(--_colors---swatch--black);
    color: var(--_theme---background)
}

.button-default__icon.is-default {
    background-color: var(--_theme---button-icon-bg);
    color: var(--_theme---button-icon)
}

.paragraph-xxl {
    font-family: var(--_paragraphs---paragraph-xl--font);
    font-size: var(--_headings---heading-s--font-size);
    line-height: var(--_paragraphs---paragraph-xl--line-height);
    font-weight: var(--_fonts---font-weight--semi-bold);
    letter-spacing: -.05em
}

.paragraph-xxl.is-testimonial {
    text-indent: 1.5em
}

.button-default__inner {
    justify-content: center;
    align-items: center;
    height: 2.75em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1em;
    display: flex;
    position: relative
}

.button-default__inner.is-icon {
    flex-flow: column;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    width: 2.75em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

.container.is-clients-marquee {
    display: flex
}

.container.is-mwg_effect025 {
    justify-content: space-between;
    width: 100%;
    padding: 4em;
    display: flex
}

.section-divider {
    background-color: var(--_theme---body-text);
    opacity: .2;
    width: 100%;
    height: .0625rem
}

.card {
    aspect-ratio: 1;
    width: 20vw
}

.client-card {
    background-color: var(--_colors---swatch--creme);
    border: .0625em solid #16161659;
    border-radius: 1em;
    width: 100%;
    height: 100%;
    position: relative
}

.section_footer {
    pointer-events: none;
    position: relative
}

.cs-footer {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 100vh;
    display: flex
}

.cs-footer-cta {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex
}

.cs-footer-bottom {
    z-index: 10;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    position: absolute;
    inset: auto 0% 0%
}

.hero-title {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    max-width: 70%;
    display: flex
}

.hero-title.is-work {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 54em
}

.intro-text {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    display: flex
}

.cs-footer-info-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 1.5em;
    padding-right: 2em;
    display: flex;
    position: absolute;
    inset: auto 0% 0%
}

.footer-info {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    padding-right: 4em;
    display: flex
}

.footer-col {
    pointer-events: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.footer-col.is-socials {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center
}

.footer-link {
    letter-spacing: -.01em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1em;
    font-weight: 500;
    transition: color .2s
}

.footer-link:hover {
    color: var(--_colors---brand-colors--red)
}

.footer-label {
    margin-bottom: .25em
}

.social-icon {
    background-color: var(--_colors---swatch--off-white);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    transition: transform .2s cubic-bezier(.34, 1.37, .64, 1);
    display: flex
}

.social-icon:hover {
    transform: scale(1.15)
}

.social-icon-group {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    display: flex
}

.footer-bg {
    width: 100%;
    position: absolute;
    inset: auto 0% 0%
}

.footer-logo {
    padding-bottom: .6em;
    padding-left: .8em;
    inset: auto auto 0% 0%
}

.footer-bg-wrap {
    margin-bottom: -.5em;
    position: relative
}

.hero-scroll-down {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.hero-cs_sticky {
    justify-content: flex-end;
    align-items: flex-end;
    height: 100vh;
    padding-bottom: 4.25em;
    padding-right: 1.5em;
    position: sticky;
    top: 0
}

.hero-cs_wrapper {
    flex-flow: column;
    display: flex
}

.hero-cs_container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative
}

.button-default__icon-wrap {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

.button-default__icons {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.marquee-css__text {
    white-space: pre
}

.cs-footer-info_bg {
    display: none
}

.footer-logo_svg {
    height: 9em
}

.show-mobile,
.footer-mobile-logo {
    display: none
}

.hero-cs_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex
}

.hero-mobile-button {
    display: none
}

.footer-sticker {
    position: absolute;
    inset: -7.5em 8em auto auto;
    transform: scale(.6)
}

.radiocheck-field {
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    position: relative
}

.radiocheck-check-svg {
    color: #222;
    width: 1.5em;
    position: absolute
}

.button-regular {
    z-index: 0;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    white-space: pre;
    justify-content: flex-start;
    align-items: center;
    padding: .25em;
    display: flex;
    position: relative;
    overflow: hidden
}

.form-notification-icon {
    pointer-events: none;
    color: inherit;
    justify-content: center;
    align-items: center;
    width: 3.5em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.form-notification-icon.is-success {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0)
}

.text-style-link-2 {
    cursor: pointer;
    text-decoration: underline;
    transition: all .4s
}

.text-style-link-2:hover {
    color: #222
}

.modal-contact {
    z-index: 1;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    background-color: var(--_theme---background);
    flex-flow: column;
    width: 50%;
    height: 100%;
    padding: 8em 5em 4em;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
    transform: translate(110%)
}

.form-notification-p {
    color: #222;
    font-size: 1.125em
}

.modal_close {
    z-index: 1;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%
}

.radiocheck-field-icon {
    opacity: 0;
    pointer-events: none;
    color: #cbc8c5;
    -webkit-user-select: none;
    user-select: none;
    border-radius: .375em;
    justify-content: center;
    align-items: center;
    width: 3.5em;
    max-height: 3.5em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    position: absolute;
    top: 1px;
    right: 1px
}

.radiocheck-field-icon.is--success {
    justify-content: center;
    align-items: center;
    width: 1.25em;
    height: 1.25em;
    max-height: none;
    padding-left: 0;
    padding-right: 1px;
    inset: 0%
}

.radiocheck-field-icon.is--error {
    color: #ff4c24
}

.radiocheck-custom {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--_colors---swatch--grey);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--_colors---swatch--grey);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--_colors---swatch--grey);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--_colors---swatch--grey);
    background-color: var(--_theme---background);
    pointer-events: none;
    color: #222;
    -webkit-user-select: none;
    user-select: none;
    border-radius: .125em;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 1.25em;
    height: 1.25em;
    margin-top: .066em;
    margin-right: .75em;
    display: flex;
    position: absolute
}

.form-field-group {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: flex
}

.form-field-group.is-text-area {
    height: 100%
}

.form-field-group.is-submit {
    width: auto
}

.heading-style-64px-2 {
    letter-spacing: -.02em;
    font-size: 4em;
    line-height: .9
}

.form-field {
    color: #222;
    width: 100%;
    position: relative
}

.form-field.is-submit {
    width: auto
}

.form-field.is-text-area {
    height: 100%
}

.form-submit {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    inset: 0
}

.modal-close {
    z-index: 99;
    transform-origin: 100% 0;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 2em 3.5em auto auto;
    transform: scale(.8)
}

.modal-close:hover {
    border-radius: 3em
}

.radiocheck-label {
    color: #a1a19c;
    cursor: pointer;
    flex-grow: 1;
    margin-bottom: 0;
    padding-left: 1.8em;
    line-height: 1.2
}

.radiocheck-label.is--small {
    flex-grow: 1;
    padding-left: 2em;
    font-size: 1em
}

.form-required {
    color: #ff4c24
}

.form-group {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex
}

.checkbox-input {
    cursor: pointer;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: 0;
    position: absolute
}

.form {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex
}

.form-row {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.form-row.is-submit {
    justify-content: flex-start
}

.form-notification-bg {
    opacity: .1;
    pointer-events: none;
    color: inherit;
    background-color: currentColor;
    border-radius: calc(.375rem - 2px);
    display: flex;
    position: absolute;
    inset: 0
}

.form-input-field {
    background-color: var(--_theme---background);
    outline-offset: 0px;
    color: var(--_theme---body-text);
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid #a1a19c;
    border-radius: .328125em;
    outline: 0 #0000;
    height: auto;
    margin-bottom: 0;
    padding: 1.25em 3.5em 1.25em 1em;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 0 0 #0000
}

.form-input-field:focus {
    border-color: #222
}

.form-input-field.is-text-area {
    height: 100%
}

.form-notifcation_wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    color: #222;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 10em;
    padding-bottom: 10em;
    display: flex
}

.form-submit-btn {
    outline-offset: 0px;
    cursor: pointer;
    outline: 0 #0000;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: -1.5em;
    padding-right: 2em;
    display: flex;
    position: relative;
    overflow: visible;
    box-shadow: inset 0 0 #0000
}

.form-submit-btn:focus {
    outline-offset: 0px;
    border-width: 1px;
    border-color: #cbc8c5;
    outline-color: #131313
}

.radiocheck-group {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-flow: column;
    width: 100%;
    display: flex;
    position: relative
}

.form-divider {
    opacity: .15;
    background-color: #131313;
    width: 100%;
    height: 1px
}

.form-field-icon {
    opacity: 0;
    pointer-events: none;
    color: #cbc8c5;
    -webkit-user-select: none;
    user-select: none;
    border-radius: .375em;
    justify-content: center;
    align-items: center;
    width: 3.5em;
    max-height: 3.5em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px
}

.form-field-icon.is--error {
    color: #ff4c24
}

.modal {
    z-index: 10;
    background-color: #2229;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto
}

.modal.is-contact {
    z-index: 2000;
    display: none
}

.form-notifcation {
    background-color: var(--_theme---background);
    outline-offset: 0px;
    text-align: center;
    border-color: inherit;
    outline: 0 #0000;
    width: 100%;
    padding: 1.125em;
    font-size: 1em;
    position: absolute;
    inset: 0%
}

.form-notifcation.is--error {
    color: #ff4c24;
    margin-top: 0;
    padding-right: 3.5em
}

.form-label {
    color: #222;
    margin-bottom: 0;
    font-size: .875em;
    font-weight: 500;
    line-height: 1
}

.form-label.is-caption {
    opacity: .4;
    width: auto
}

.contact-link {
    color: #222;
    cursor: pointer;
    background-color: #f5f6ee;
    border: 1px solid #a1a19c;
    border-radius: .625em;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 11.5em;
    padding: 1.5em 1em 1em 1.5em;
    display: flex;
    overflow: hidden
}

.form-label_wrap {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex
}

.mwg_effect020 {
    width: 100%;
    height: 100vh;
    margin-top: -100vh;
    position: relative;
    overflow: hidden
}

.mwg_effect020-css {
    display: none
}

.nav {
    z-index: 999;
    width: 100%;
    padding-left: 2.5em;
    padding-right: 2.5em;
    position: fixed;
    inset: 0% 0% auto
}

.navbar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 120em;
    height: 7.5em;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.nav_logo {
    height: 4.75em
}

.navbar_menu {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    background-color: var(--_colors---swatch--white);
    border-radius: 1em;
    height: 3.5em;
    padding: .5em;
    display: flex;
    position: absolute;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%)
}

.button-color-swoosh {
    color: #000;
    letter-spacing: -.02em;
    -webkit-user-select: none;
    user-select: none;
    transform-style: preserve-3d;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    display: grid
}

.button-color-swoosh_bg {
    background-color: var(--_colors---swatch--white);
    border-radius: .625em;
    grid-area: 1/1;
    display: grid;
    overflow: clip
}

.button-color-swoosh_bg-inner {
    transform-origin: 100% 0;
    grid-area: 1/1;
    width: 120%;
    display: block
}

.button-color-swoosh_bg-inner.is-first {
    background-color: var(--_colors---brand-colors--red);
    padding-bottom: 0;
    padding-right: 0
}

.button-color-swoosh_bg-inner.is-second {
    background-color: var(--_colors---swatch--black);
    padding-bottom: 0;
    padding-right: 0
}

.button-color-swoosh_inner {
    z-index: 1;
    grid-area: 1/1;
    padding: .625em .75em;
    display: grid;
    overflow: clip
}

.button-color-swoosh_inner.is-footer {
    padding-top: .75em;
    padding-bottom: .75em
}

.button-color-swoosh_text {
    transform-origin: 0 0;
    grid-area: 1/1;
    display: block
}

.navbar_menu-trigger,
.show-tablet,
.navbar_menu-bg,
.navbar_menu-bg-back {
    display: none
}

.footer_contact {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex
}

.footer-legal {
    opacity: .6;
    pointer-events: auto;
    letter-spacing: -.01em;
    margin-top: .5em;
    font-size: .875em;
    font-weight: 500;
    transition: color .3s cubic-bezier(.19, 1, .22, 1), opacity .3s cubic-bezier(.19, 1, .22, 1)
}

.footer-legal:hover {
    opacity: 1;
    color: var(--_colors---brand-colors--red)
}

.footer-legal.is-copyright {
    pointer-events: none
}

.footer_links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    display: flex
}

.footer_sitemap {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    pointer-events: auto;
    display: flex
}

.small-image {
    aspect-ratio: 3/4;
    border-radius: var(--_layout---radius--border-radius-small);
    position: relative;
    overflow: hidden
}

.mwg_effect025 {
    justify-content: center;
    align-items: center;
    display: flex
}

.results-card {
    aspect-ratio: 4.8/6.2;
    background-color: var(--_theme---background);
    color: var(--_theme---body-text);
    will-change: transform;
    border-radius: 3em;
    width: 28em;
    position: relative;
    overflow: hidden
}

.results-card.sw-item {
    background-color: #0000;
    overflow: visible
}

.results-card_content {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 2em;
    display: flex
}

.mwg_effect025-css {
    display: none
}

.results-card_title {
    letter-spacing: -.05em;
    font-size: 5.5em;
    font-weight: 600;
    line-height: .9
}

.results-card_title.is-work {
    font-size: 4.5em
}

.results-card_body {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    width: 100%;
    display: flex
}

.results-card_divider {
    background-color: var(--_theme---body-text);
    width: 100%;
    height: 1px
}

.theme-green {
    color: var(--_theme---body-text);
    --_theme---background: var(--_colors---brand-colors--green);
    --_theme---body-text: var(--_colors---swatch--black);
    --_theme---button-text: var(--_colors---swatch--black);
    --_theme---button-bg: var(--_colors---swatch--white);
    --_theme---button-icon-bg: var(--_colors---swatch--black);
    --_theme---button-icon: var(--_colors---swatch--white);
    --_theme---label-bg: white;
    --_theme---accent-2: var(--_colors---brand-colors--green-300);
    --_theme---card-outline: white;
    --_theme---accent-1: var(--_colors---brand-colors--green-200);
    --_theme---heading: var(--_colors---swatch--black);
    --_theme---border: var(--_colors---swatch--black);
    --_theme---cursor-select-bg: var(--_colors---swatch--black);
    --_theme---cursor-select-text: var(--_colors---swatch--white);
    --_theme---button-outline: var(--_colors---swatch--black)
}

.theme-pink {
    --_theme---background: var(--_colors---brand-colors--pink);
    --_theme---body-text: var(--_colors---swatch--black);
    --_theme---button-text: var(--_colors---swatch--black);
    --_theme---button-bg: var(--_colors---swatch--white);
    --_theme---button-icon-bg: var(--_colors---swatch--black);
    --_theme---button-icon: var(--_colors---swatch--white);
    --_theme---label-bg: white;
    --_theme---accent-2: var(--_colors---brand-colors--pink-200);
    --_theme---card-outline: white;
    --_theme---accent-1: var(--_colors---brand-colors--pink-100);
    --_theme---heading: var(--_colors---swatch--black);
    --_theme---border: var(--_colors---swatch--black);
    --_theme---cursor-select-bg: var(--_colors---swatch--black);
    --_theme---cursor-select-text: var(--_colors---swatch--white);
    --_theme---button-outline: var(--_colors---swatch--black)
}

.theme-red {
    color: var(--_theme---body-text);
    --_theme---background: var(--_colors---brand-colors--red);
    --_theme---body-text: var(--_colors---swatch--white);
    --_theme---button-text: var(--_colors---swatch--black);
    --_theme---button-bg: var(--_colors---swatch--white);
    --_theme---button-icon-bg: var(--_colors---swatch--black);
    --_theme---button-icon: var(--_colors---swatch--white);
    --_theme---label-bg: white;
    --_theme---accent-2: var(--_colors---brand-colors--red-400);
    --_theme---card-outline: white;
    --_theme---accent-1: var(--_colors---brand-colors--red-300);
    --_theme---heading: var(--_colors---swatch--white);
    --_theme---border: var(--_colors---swatch--white);
    --_theme---cursor-select-bg: var(--_colors---swatch--white);
    --_theme---cursor-select-text: var(--_colors---swatch--black);
    --_theme---button-outline: var(--_colors---swatch--white)
}

.video-card {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    background-color: #f0f0f0;
    border-radius: .75em;
    flex-flow: column;
    width: 22em;
    padding: .75em .75em 1.25em;
    transition: background-color .2s;
    display: flex
}

.video-card:hover {
    background-color: #fff
}

.video-card-visual {
    aspect-ratio: 1.6;
    border-radius: .5em;
    width: 100%;
    position: relative;
    overflow: hidden
}

.video-card_placeholder {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.video-card-visual__video {
    opacity: 0;
    object-fit: cover;
    width: 100%;
    padding: 0;
    transition: opacity .2s;
    position: absolute;
    inset: 0%
}

.video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    inset: 0%
}

.content-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.content-wrap.small {
    grid-column-gap: 1em;
    grid-row-gap: 1em
}

.icon-14px {
    justify-content: center;
    align-items: center;
    max-width: none;
    height: .875em;
    display: flex
}

.button-wrap {
    margin-left: -1em;
    display: flex
}

.mwg_effect031 {
    padding-top: var(--_sizes---size--96px);
    padding-bottom: var(--_sizes---size--96px);
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.expertise-slide {
    height: calc(100vh - 4em);
    padding-top: 4em
}

.expertise-wrap {
    perspective: 250vw;
    width: 100%;
    height: 100%
}

.expertise-content {
    background-color: var(--_theme---background);
    transform-origin: 50% 10%;
    color: var(--_theme---body-text);
    transform-style: preserve-3d;
    border-radius: 2.5em;
    flex-flow: column;
    justify-content: space-between;
    padding: 4em;
    display: flex;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.expertise-content_top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative
}

.label {
    background-color: var(--_theme---label-bg);
    border-radius: .5em;
    justify-content: center;
    align-items: center;
    height: 3em;
    padding-left: .75em;
    padding-right: .75em;
    display: flex
}

.label.is-work {
    background-color: var(--_colors---swatch--black);
    color: var(--_colors---swatch--white)
}

.label.is-pink {
    background-color: var(--_colors---brand-colors--pink-200);
    color: var(--_colors---swatch--black)
}

.label.is-branded {
    background-color: var(--_colors---brand-colors--red-300)
}

.label.is-experience {
    background-color: var(--_colors---brand-colors--blue-400)
}

.label.is-taupe {
    background-color: var(--_colors---swatch--taupe)
}

.label.is-type {
    background-color: var(--_colors---swatch--creme)
}

.label.is-sotd {
    background-color: var(--_colors---swatch--taupe);
    color: var(--_colors---swatch--black)
}

.expertise-content_number {
    color: var(--_theme---accent-2);
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto
}

.expertise-content_bottom {
    z-index: 2;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 35em;
    display: flex;
    position: relative
}

.expertise-content_img {
    padding: 8px;
    position: absolute;
    inset: auto 4em 4em auto;
    transform: rotate(2.5deg)
}

.medium-image {
    aspect-ratio: 3/4;
    border-radius: var(--_layout---radius--border-radius-small);
    width: 17em;
    position: relative;
    overflow: hidden
}

.expertise-link {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%
}

.sw_wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    display: flex
}

.sw-list {
    grid-column-gap: 6.5em;
    grid-row-gap: 6.5em;
    justify-content: center;
    padding-left: 5em;
    padding-right: 5em;
    display: flex
}

.sw-item {
    will-change: transform
}

.sw-card {
    aspect-ratio: 14.8/19.18;
    border-radius: var(--_layout---radius--border-radius-large);
    background-color: var(--_colors---swatch--white);
    pointer-events: auto;
    width: 30em;
    padding: 8px;
    position: relative;
    overflow: hidden
}

.sw-card.is-work {
    padding: 0
}

.sw-card_video {
    border-top-left-radius: var(--_layout---radius--border-radius-medium);
    border-top-right-radius: var(--_layout---radius--border-radius-medium);
    border-bottom-left-radius: var(--_layout---radius--border-radius-medium);
    border-bottom-right-radius: var(--_layout---radius--border-radius-medium);
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    position: absolute;
    overflow: hidden
}

.sw-card_video.is-work {
    width: 100%;
    height: 100%
}

.sw-css {
    display: none
}

.sw-card_content {
    z-index: 0;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-bottom-left-radius: var(--_layout---radius--border-radius-small);
    border-bottom-right-radius: var(--_layout---radius--border-radius-small);
    background-color: var(--_colors---swatch--white);
    color: var(--_colors---swatch--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    position: relative
}

.sw-card_wrap {
    z-index: 2;
    position: absolute;
    inset: auto 2em 2em
}

.sw-card_shape {
    z-index: -1;
    position: absolute;
    inset: 0% 0% auto;
    transform: translateY(-5em)
}

.sw-card_icon {
    background-color: var(--_colors---swatch--white);
    color: var(--_colors---swatch--black);
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 3.5em;
    height: 3.5em;
    display: flex;
    position: absolute;
    inset: .5em .5em auto auto
}

.video-card_video {
    opacity: 0;
    object-fit: cover;
    width: 100%;
    padding: 0;
    transition: opacity .2s;
    position: absolute;
    inset: 0%
}

.sw-card_icon-svg {
    justify-content: center;
    align-items: center;
    height: 1.125em;
    display: flex
}

.results-card_subtitle {
    font-family: var(--_headings---heading-xs--font);
    font-size: var(--_headings---heading-xs--font-size);
    line-height: var(--_headings---heading-xs--line-height);
    font-weight: var(--_headings---heading-xs--font-weight);
    letter-spacing: var(--_headings---heading-xs--letter-spacing)
}

.results-card_paragraph {
    font-family: var(--_paragraphs---paragraph-regular--font);
    font-size: var(--_paragraphs---paragraph-regular--font-size);
    line-height: var(--_paragraphs---paragraph-regular--line-height);
    font-weight: var(--_paragraphs---paragraph-regular--font-weight);
    letter-spacing: var(--_paragraphs---paragraph-regular--letter-spacing);
    max-width: 95%
}

.results-card_paragraph.text-weight-bold {
    font-weight: var(--_fonts---font-weight--bold)
}

.expertise-content_heading {
    font-family: var(--_headings---heading-xxl--font);
    font-size: var(--_headings---heading-xxl--font-size);
    line-height: var(--_headings---heading-xxl--line-height);
    font-weight: var(--_headings---heading-xxl--font-weight);
    letter-spacing: var(--_headings---heading-xxl--letter-spacing)
}

.demo-video {
    border-radius: 1em;
    width: 34em;
    max-width: calc(100% - 4em);
    position: relative;
    overflow: hidden
}

.demo-video__before {
    padding-top: 75%
}

.cover-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cover-video__video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none !important;
    outline: 0 solid #0000 !important;
    padding: 0 !important
}

.sw-card_mobile-video {
    display: none
}

.work_wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    display: flex
}

.work-list {
    grid-column-gap: 6em;
    grid-row-gap: 12em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start center;
    width: 100%;
    max-width: 96em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5em;
    padding-right: 5em;
    display: grid
}

.work-item {
    will-change: transform
}

.work-card {
    aspect-ratio: 4.8/8;
    border-radius: var(--_layout---radius--border-radius-large);
    background-color: var(--_colors---swatch--white);
    pointer-events: auto;
    width: 30em;
    position: relative;
    overflow: hidden
}

.work-card_video {
    border-radius: var(--_layout---radius--border-radius-medium);
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden
}

.work-card_wrap {
    z-index: 2;
    position: absolute;
    inset: auto 1.5em 1.5em
}

.work-card_content {
    z-index: 0;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-bottom-left-radius: var(--_layout---radius--border-radius-small);
    border-bottom-right-radius: var(--_layout---radius--border-radius-small);
    background-color: var(--_colors---swatch--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    position: relative
}

.work-card_shape {
    z-index: -1;
    color: var(--_colors---swatch--white);
    position: absolute;
    inset: 0% 0% auto;
    transform: translateY(-5em)
}

.work-card_icon {
    background-color: var(--_colors---swatch--black);
    color: var(--_colors---swatch--white);
    border-radius: 100vw;
    justify-content: flex-end;
    align-items: center;
    width: 3.5em;
    height: 3.5em;
    display: flex;
    position: absolute;
    inset: .5em .5em auto auto;
    overflow: hidden;
    transform: rotate(-45deg)
}

.work-card_icon.is-sw {
    background-color: var(--_colors---swatch--white);
    color: var(--_colors---swatch--black)
}

.work-card_icon.is-sw.is-sotd {
    background-color: var(--_colors---swatch--black);
    color: var(--_colors---swatch--white)
}

.work-card_icon-svg {
    justify-content: center;
    align-items: center;
    height: 1.25em;
    margin-bottom: 1px;
    margin-left: 1px;
    display: flex
}

.work-card_icon-wrap {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

.work-card_icon-wrap.is-sotd {
    background-color: var(--_colors---swatch--black);
    color: var(--_colors---swatch--white)
}

.work-card_labels {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    display: flex;
    position: absolute;
    inset: 1.5em auto auto 1.5em
}

.demo-card__tag-p {
    margin-bottom: 0;
    font-size: 2em;
    line-height: 1
}

.gsap-slider__controls {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    pointer-events: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 1em 2em auto auto
}

.gsap-slider__collection {
    pointer-events: auto;
    width: 100%;
    max-width: 72em
}

.gsap-slider__list {
    -webkit-user-select: none;
    user-select: none;
    will-change: transform;
    touch-action: pan-y;
    backface-visibility: hidden;
    display: flex
}

.osmo-icon-svg {
    opacity: .1;
    width: 40%;
    position: absolute
}

.demo-card__tag {
    position: absolute;
    top: 2em;
    left: 2em
}

.gsap-slider {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    pointer-events: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: -4em;
    padding-top: 7em;
    padding-left: 2em;
    display: flex;
    position: relative;
    overflow: hidden
}

.gsap-slider__control {
    color: #efeeec;
    font-size: 1em
}

.gsap-slider__control.is-next {
    transform: rotate(-90deg)
}

.gsap-slider__control.is-prev {
    transform: rotate(90deg)
}

.before__125 {
    padding-top: 125%
}

.gsap-slider__item {
    width: calc(((100% - 1px) - (var(--slider-spv) - 1)*var(--slider-gap))/var(--slider-spv));
    margin-right: var(--slider-gap);
    flex: none
}

.gsap-slider__card {
    aspect-ratio: 4/5;
    border-radius: var(--_layout---radius--border-radius-medium);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.gsap-slider-css {
    display: none
}

.socials-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.expertise-hero {
    border-radius: var(--_layout---radius--border-radius-large);
    color: var(--_colors---swatch--white);
    justify-content: space-between;
    align-items: center;
    height: 53.75em;
    margin-top: 8.75em;
    padding: 4em 7.5em;
    position: relative;
    overflow: hidden
}

.expertise-hero_content {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative
}

.titles_container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    margin-top: auto;
    display: flex
}

.title_item {
    transition: opacity .3s
}

.about-hero {
    width: 100%;
    height: 100vh;
    padding-top: 22.875em;
    padding-bottom: 2em
}

.small-thumb {
    border-radius: var(--_layout---radius--border-radius-small);
    width: 25em;
    overflow: hidden
}

.about-wrapper {
    border-radius: var(--_layout---radius--border-radius-large);
    background-color: var(--_colors---brand-colors--pink);
    flex-flow: column;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.about-item {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex
}

.about-item_title {
    max-width: 70em
}

.drop-wrapper {
    border-radius: var(--_layout---radius--border-radius-large);
    background-color: var(--_colors---brand-colors--pink);
    width: 100%;
    min-height: 550vh;
    transition: background-color .3s
}

.drop-wrapper.is-bg {
    background-color: var(--_colors---brand-colors--green)
}

.drop-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: relative
}

.drop-section.is-first {
    justify-content: flex-start;
    align-items: center;
    min-height: 400vh
}

.drop-section.is-second {
    min-height: 100vh
}

.drop-heading {
    text-align: center;
    max-width: 75vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5vw;
    font-weight: 500;
    line-height: 1
}

.drop-heading.is-middelmaat {
    color: #16161600;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--_colors---swatch--black)
}

.drop-heading.is-ruis {
    filter: blur(5px)
}

.drop-heading-img {
    z-index: 2;
    aspect-ratio: 1.2;
    width: 1.4em;
    margin-top: -.25em;
    display: inline-block;
    position: relative
}

.drop-heading-img.is--first {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68769ba17fdd463f8d365b3b_shape-squigle-1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-20deg)translate(.1em)
}

.drop-heading-img.is--second {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68769ba17fdd463f8d365b3d_shape-squigle-2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(.2em)rotate(10deg)
}

.drop-heading-img.is--third {
    aspect-ratio: 1;
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68769ba17fdd463f8d365b3f_shape-squigle-3.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -1em;
    margin-left: -.1em;
    margin-right: -.1em;
    transform: translate(-.05em, .25em)rotate(50deg)
}

.section-resource {
    color: #28135a;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex
}

.emoji-rain-btn {
    grid-column-gap: .125em;
    grid-row-gap: .125em;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10em;
    align-items: center;
    padding: .5em .75em .5em 1em;
    font-size: 2.5em;
    font-weight: 700;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.45, .422, .269, 1.702);
    display: flex;
    transform: scale(1)rotate(.001deg)
}

.emoji-rain-btn:hover {
    transform: scale(1.05)rotate(.001deg)
}

.emoji-rain-btn-img {
    width: 1.5em
}

.emoji-rain-btn-img.is--rotated {
    transform: rotate(180deg)
}

.single-rain-emoji-image-thumbs-down {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68769d364742578252f0f8da_icon-3d-thumbsup.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 100%;
    rotate: 180deg
}

.single-rain-emoji-image-shame {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68769d364742578252f0f8e4_icon-3d-shame.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 100%
}

.btn-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    align-items: center;
    display: flex
}

.emoji-rain-container {
    z-index: 150;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    position: fixed;
    inset: 0%;
    overflow: hidden
}

.single-rain-emoji-image-fire {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68769de19be87076a46a767e_emoji-fire.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 100%
}

.single-rain-emoji-image-love {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68769dcf58612aa8ee4f33e0_emoji-heart-eye.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 100%
}

.single-rain-emoji {
    will-change: transform;
    width: max(200px, 15vw);
    position: absolute
}

.single-rain-emoji.hidden {
    opacity: 0
}

.team-video_stack {
    aspect-ratio: 2/3;
    border-radius: var(--_layout---radius--border-radius-medium);
    height: 100%;
    position: relative;
    overflow: hidden
}

.team-bottom {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 8em;
    display: flex
}

.team-members {
    grid-column-gap: .625em;
    grid-row-gap: .625em;
    display: flex
}

.team-member_icon {
    border: 2px solid var(--_colors---swatch--black);
    background-color: var(--_colors---brand-colors--pink);
    cursor: pointer;
    border-radius: 1em;
    width: 4.5em;
    height: 4.5em;
    transition: background-color .45s cubic-bezier(.19, 1, .22, 1), transform .45s cubic-bezier(.19, 1, .22, 1);
    position: relative;
    overflow: hidden
}

.team-member_icon:hover {
    background-color: var(--_colors---brand-colors--red);
    transform: scale(1.1)
}

.section-resource-2 {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex
}

.cursor-old {
    z-index: 1000;
    background-color: var(--_colors---brand-colors--pink);
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    border-radius: .25em;
    padding: .3em .75em .4em;
    font-size: 1em;
    font-weight: 600;
    transition: opacity .2s;
    position: fixed;
    inset: 0% auto auto 0%
}

.cursor-paragraph {
    margin-top: 0;
    margin-bottom: 0
}

.button-row {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex
}

.button-2 {
    color: #131313;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 1em;
    text-decoration: none;
    display: flex;
    position: relative
}

.button-text-2 {
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    position: relative
}

.button-bg-2 {
    z-index: 0;
    background-color: #efeeec;
    border-radius: .5em;
    width: 100%;
    height: 100%;
    transition: transform .5s cubic-bezier(.625, .05, 0, 1);
    position: absolute;
    inset: 0%
}

.cursor {
    z-index: 1000;
    background-color: var(--_colors---brand-colors--pink);
    opacity: 0;
    pointer-events: none;
    border-radius: .25em;
    padding: .3em .75em .4em;
    font-size: 1em;
    font-weight: 600;
    transition: opacity .2s cubic-bezier(.175, .885, .32, 1.275);
    position: fixed;
    inset: 0% auto auto 0%
}

.team-paragraph-red {
    margin-left: 4em
}

.expertise-header-wrapper {
    height: 100vh;
    padding-top: 12em;
    padding-bottom: 4em
}

.mask-shape {
    position: relative
}

.mask-shape-wrap {
    width: 40em;
    height: 40em;
    position: relative
}

.video-thumb {
    -webkit-clip-path: url(#clip-video-thumb);
    clip-path: url(#clip-video-thumb);
    position: relative
}

.video-thumb_video {
    aspect-ratio: 1;
    width: 15em;
    height: 100%;
    position: relative
}

.clippy {
    width: 0;
    height: 0;
    position: absolute;
    top: -999px;
    left: -999px
}

.video-thumb_content {
    justify-content: flex-start;
    align-items: flex-end;
    padding: 1.125em;
    display: flex;
    position: absolute;
    inset: 0%
}

.video-thumb_title {
    color: var(--_colors---swatch--white);
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.3
}

.case-card_title {
    z-index: 2;
    width: 32em;
    position: relative
}

.case-card_content {
    z-index: 1;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-bottom-left-radius: var(--_layout---radius--border-radius-small);
    border-bottom-right-radius: var(--_layout---radius--border-radius-small);
    background-color: var(--_colors---swatch--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
    position: relative
}

.case-card_shape {
    z-index: 0;
    color: var(--_colors---swatch--white);
    position: absolute;
    inset: 0% 0% auto;
    transform: translateY(-6em)
}

.case-card_labels {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    display: flex
}

.case-hero-slider {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%
}

.case-hero-video {
    z-index: 0;
    border-radius: 2em;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden
}

.case-hero-video.is-before-slider {
    display: none
}

.stack-cards__before {
    padding-top: 117.5%
}

.stacked-cards__collection {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.stack-cards {
    aspect-ratio: 2/3;
    width: 30em;
    position: relative
}

.stack-cards__card {
    background-color: #fff;
    border: .1875em solid #121212;
    border-radius: 1.6em;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.shuffle-btn__icon-svg {
    width: 1.5em;
    height: 1.5em
}

.stack-cards__item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.stacked-cards__stack {
    z-index: 0;
    width: 100%;
    position: relative
}

.shuffle-btn {
    background-color: var(--_colors---swatch--black);
    color: var(--_colors---swatch--off-white);
    border-radius: 100vw;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    display: flex
}

.shuffle-btn:hover {
    text-decoration: none
}

.stack-cards__card-image {
    pointer-events: none;
    object-fit: cover;
    -webkit-user-select: none;
    user-select: none;
    border-radius: .7em;
    width: calc(100% - 1.8em);
    height: calc(100% - 4.5em);
    position: absolute;
    top: .9em;
    left: .9em
}

.shuffle-btn__span {
    letter-spacing: -.01em;
    white-space: nowrap;
    margin-top: .0625em;
    font-size: 1.0625em;
    font-weight: 500
}

.stack-cards__list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.stacked-cards__controls {
    z-index: 1;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto -4.5em -4em auto;
    transform: translate(100%)
}

.stacked-cards-css {
    display: none
}

.mute-toggle {
    z-index: 10;
    background-color: var(--_colors---swatch--white);
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
    display: flex
}

.sound-off {
    width: 2em;
    height: 2em
}

.sound-on {
    width: 2em;
    height: 2em;
    display: none
}

.case-scroll-down {
    position: absolute;
    inset: auto 2.5em 2.5em auto
}

.play-toggle {
    background-color: var(--_colors---swatch--black);
    color: var(--_colors---swatch--white);
    cursor: pointer;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 4.5em;
    height: 4.5em;
    display: flex;
    position: absolute;
    inset: .5em .5em auto auto;
    overflow: hidden
}

.play-toggle.is-sw {
    background-color: var(--_colors---swatch--white);
    color: var(--_colors---swatch--black)
}

.play-toggle.is-before-slider {
    display: none
}

.play-sound {
    width: 1.5em;
    height: 1.5em
}

.pause-sound {
    width: 1.5em;
    height: 1.5em;
    display: none
}

.sw_title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2em;
    padding-right: 2em;
    display: flex
}

.wc-list {
    grid-column-gap: 6.5em;
    grid-row-gap: 6.5em;
    justify-content: center;
    padding-left: 5em;
    padding-right: 5em;
    display: flex
}

.wc-item {
    will-change: transform
}

.wc-card {
    aspect-ratio: 4.8/8;
    border-radius: var(--_layout---radius--border-radius-large);
    background-color: var(--_colors---swatch--white);
    pointer-events: auto;
    width: 30em;
    position: relative;
    overflow: hidden
}

.wc-card.is-work {
    padding: 0
}

.wc-card_video {
    border-radius: var(--_layout---radius--border-radius-medium);
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden
}

.wc-card_video.is-work {
    width: 100%;
    height: 100%
}

.wc_title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2em;
    padding-right: 2em;
    display: flex
}

.wc_wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    display: flex
}

.label-wrap {
    margin-bottom: 1em;
    display: flex
}

.results_title {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 8em;
    display: flex
}

.why-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-radius: var(--_layout---radius--border-radius-large);
    background-color: var(--_theme---accent-1);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding: 2.5em;
    display: grid
}

.why-header {
    max-width: 40em
}

.why-cards {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex
}

.why-card {
    border-radius: var(--_layout---radius--border-radius-small);
    background-color: var(--_theme---accent-2);
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 17.5em;
    padding: 2em;
    display: flex;
    overflow: hidden
}

.why-card_top {
    justify-content: space-between;
    display: flex
}

.why-card_bottom {
    max-width: 18.75em
}

.heading-sm {
    font-family: var(--_headings---heading-s--font);
    font-size: var(--_sizes---size--64px);
    line-height: var(--_headings---heading-s--line-height);
    font-weight: var(--_headings---heading-s--font-weight);
    letter-spacing: var(--_headings---heading-s--letter-spacing)
}

.deliver-grid {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.accordion-css__item-bottom {
    grid-template-rows: 0fr;
    display: grid;
    position: relative;
    overflow: hidden
}

.accordion-css__item-bottom-content {
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em
}

.accordion-css__list {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    position: static
}

.accordion-css__item-bottom-wrap {
    flex-flow: column;
    height: 100000%;
    display: flex;
    position: relative;
    overflow: hidden
}

.accordion-css__item-icon-svg {
    width: 1em
}

.accordion-css__item-icon {
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    display: flex;
    transform: rotate(180deg)
}

.accordion-css__item-top {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 2em;
    display: flex
}

.accordion-css {
    position: relative
}

.accordion-css__item {
    background-color: var(--_colors---swatch--taupe);
    border-radius: 1.25em;
    list-style: none
}

.accordion-css__item-h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.3
}

.accordion-css__item-p {
    color: #2c2c2c;
    margin-bottom: 0;
    font-size: .875em;
    line-height: 1.5
}

.section-header {
    justify-content: space-between;
    align-items: flex-end;
    display: flex
}

.more-expert_grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.more-expert_item {
    aspect-ratio: 7/5;
    border: 1px solid var(--_colors---swatch--black);
    border-radius: var(--_layout---radius--border-radius-medium);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 3em;
    display: flex
}

.expert-item_content.is-top {
    margin-bottom: auto
}

.contact-hero_wrap {
    padding-bottom: var(--_layout---padding-global--page-padding);
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    display: flex
}

.contact-info {
    justify-content: space-between;
    margin-top: auto;
    display: flex
}

.contact-hero_top {
    text-align: center;
    text-wrap: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex
}

.contact-info_col {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    display: flex
}

.contact-info_socials {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    pointer-events: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.contact-info_socials.is-socials {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end
}

.slider_cms_item.swiper-slide {
    will-change: transform;
    flex: none;
    width: 25%;
    padding-left: .5em;
    padding-right: .5em;
    position: relative
}

.btn-icon-icon__arrow {
    flex: none;
    width: 3em;
    height: 100%;
    padding: .8em
}

.slider_btn_layout {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.btn-icon-icon__list {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex
}

.btn-icon-icon__wrap {
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.slider_component {
    container-type: inline-size
}

.btn-icon-link {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    color: #202020;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    font-size: 1em;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s;
    display: flex
}

.btn-icon-icon__bg {
    background-color: currentColor;
    width: 100%;
    height: 100%;
    position: absolute
}

.slider_btn_element.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.btn-icon-icon {
    z-index: 1;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    display: flex;
    position: relative
}

.slider_cms_list.swiper-wrapper {
    display: flex
}

.pagination-number {
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    line-height: 1;
    display: flex
}

.slider_cms_wrap.swiper {
    margin-left: calc(var(--site--gutter)*-.5);
    margin-right: calc(var(--site--gutter)*-.5);
    overflow: visible
}

.artwork-slider_layout {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    place-content: center flex-end;
    align-items: center;
    margin-top: 2em;
    display: flex
}

.slider_pagination-numbers {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.cms_list-item {
    max-width: 40rem
}

.cms_list-item.is-artwork {
    aspect-ratio: 4/5;
    border-radius: var(--_layout---radius--border-radius-medium);
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.cms_list-item.is-bts {
    aspect-ratio: 4.2/7;
    border-radius: var(--_layout---radius--border-radius-medium);
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.pagination-number-devider {
    font-size: 1.5em;
    line-height: 1
}

.results_socials {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    pointer-events: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.results_socials.is-socials {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center
}

.testimonial_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    display: flex;
    position: relative
}

.testimonial-content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    display: flex
}

.testimonial-side {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    align-items: stretch;
    height: 100%;
    display: flex
}

.testimonial-bottom {
    justify-content: space-between;
    align-items: flex-end;
    display: flex
}

.testimonial-pf {
    border: 2px solid var(--_colors---swatch--black);
    background-color: var(--_colors---brand-colors--pink);
    border-radius: 1em;
    width: 6em;
    height: 6em;
    position: relative;
    overflow: hidden
}

.testimonial-caption {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.testimonial-copy {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-flow: column;
    display: flex
}

.testimonial-sticker {
    width: 12em;
    height: 12em;
    position: absolute;
    inset: -4em 4em auto auto
}

._404-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    display: flex
}

.single-rain-emoji-image-fire-2 {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68769d364742578252f0f8d5_icon-3d-fire.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 100%
}

.single-rain-emoji-image-love-2 {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68769d364742578252f0f8df_icon-3d-love.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 100%
}

.more-rexpert-css {
    display: none
}

.drop-section_gallery {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    width: 100%;
    height: 300vh;
    margin-top: 100vh;
    margin-bottom: -100vh;
    padding-bottom: 100vh;
    padding-left: 2em;
    padding-right: 2em;
    display: grid;
    position: absolute;
    inset: 0% 0% auto
}

.ds-gallery_item {
    aspect-ratio: 2/3;
    border-radius: var(--_layout---radius--border-radius-small);
    width: 15vw;
    position: relative;
    overflow: hidden
}

.drop-section_title-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0
}

.preloader {
    z-index: 999999999;
    pointer-events: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0%
}

.preloader_content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

.preloader__shapes {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%
}

.preloader__fill-top {
    background-color: var(--_colors---brand-colors--pink);
    width: 100%;
    height: 50%;
    transform: translateY(-100%)
}

.preloader_line {
    z-index: 1;
    background-color: var(--_colors---swatch--creme);
    width: 0%;
    height: 2px;
    position: relative
}

.preloader__fill-bottom {
    background-color: var(--_colors---brand-colors--pink);
    width: 100%;
    height: 50%;
    transform: translateY(100%)
}

.text-wrap-auto {
    text-wrap: auto
}

.contact-spacer {
    margin-top: auto
}

.team-video_item,
.team-video_item-main {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%
}

.team-hover-css {
    display: none
}

.sotd-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex
}

.single-rain-emoji-image-fire-3 {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68769d364742578252f0f8d5_icon-3d-fire.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 100%
}

.single-rain-emoji-image-love-3 {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68769d364742578252f0f8df_icon-3d-love.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 100%
}

.single-rain-emoji-image-trophy {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68f8ddcb7f9d255680bcfd1f_c26b21b2370481fb772db213da124e6f_trophy.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 100%;
    rotate: 180deg
}

.single-rain-emoji-image-gh {
    background-image: url(https://cdn.prod.website-files.com/6848603da8e6ac95794b7498/68f8e06426f5d3875f343ccc_8c66855efc571c122b7d685b7fac3b57_gh.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 100%;
    rotate: 180deg
}

@media screen and (max-width:991px) {
    body {
        --_sizes---size--96px: 4.75em;
        --_sizes---size--128px: 6.5em;
        --_sizes---size--160px: 8em;
        --_sizes---size--224px: 11.25em;
        --_sizes---size--320px: 16em;
        --_sizes---size--256px: 12.75em;
        --_sizes---size--192px: 9.5em;
        --_sizes---size--88px: 4.5em;
        --_sizes---size--80px: 4em;
        --_sizes---size--72px: 3.5em;
        --_sizes---size--64px: 3.25em;
        --_sizes---size--56px: 2.75em;
        --_sizes---size--48px: 2.5em;
        --_sizes---size--40px: 2em;
        --_sizes---size--32px: 1.5em;
        --_sizes---size--24px: 1.25em;
        --_sizes---size--16px: 1em;
        --_sizes---size--12px: .75em;
        --_sizes---size--8px: .5em;
        --_sizes---size--4px: .25em;
        --_sizes---size--2px: .125em;
        --_sizes---size--112px: 5.5em;
        --_sizes---size--104px: 5.25em;
        --_paragraphs---paragraph-regular--font-size: 1.25em;
        --_paragraphs---paragraph-regular--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-regular--line-height: 1.4em;
        --_paragraphs---paragraph-regular--font-weight: var(--_fonts---font-weight--medium);
        --_paragraphs---paragraph-regular--letter-spacing: -.03em;
        --_paragraphs---paragraph-s--letter-spacing: -.03em;
        --_paragraphs---paragraph-xl--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-xl--font-size: 2.25em;
        --_paragraphs---paragraph-xl--line-height: 1.1em;
        --_paragraphs---paragraph-xl--font-weight: var(--_fonts---font-weight--semi-bold);
        --_paragraphs---paragraph-xl--letter-spacing: -.03em;
        --_paragraphs---paragraph-l--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-l--font-size: 1.75em;
        --_paragraphs---paragraph-l--line-height: 1.3em;
        --_paragraphs---paragraph-l--font-weight: var(--_fonts---font-weight--semi-bold);
        --_paragraphs---paragraph-l--letter-spacing: -.03em;
        --_paragraphs---paragraph-m--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-m--font-size: 1.25em;
        --_paragraphs---paragraph-m--line-height: 1.3em;
        --_paragraphs---paragraph-m--letter-spacing: -.03em;
        --_paragraphs---paragraph-m--font-weight: var(--_fonts---font-weight--semi-bold);
        --_paragraphs---paragraph-s--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-s--font-size: 1em;
        --_paragraphs---paragraph-s--line-height: 1.3em;
        --_paragraphs---paragraph-s--font-weight: var(--_fonts---font-weight--normal);
        --_paragraphs---paragraph-xs--font-size: .75rem;
        --_paragraphs---paragraph-xs--font-weight: var(--_fonts---font-weight--normal);
        --_paragraphs---paragraph-xxs--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-xxs--font-size: .625rem;
        --_paragraphs---paragraph-xxs--line-height: 1.4em;
        --_paragraphs---paragraph-xxs--font-weight: var(--_fonts---font-weight--normal);
        --_paragraphs---paragraph-xxs--letter-spacing: -.02em;
        --_paragraphs---paragraph-xs--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-xs--line-height: 1.3em;
        --_paragraphs---paragraph-xs--letter-spacing: -.045em;
        --_headings---heading-xxl--font-size: var(--_sizes---size--112px);
        --_headings---heading-xxl--line-height: .95em;
        --_headings---heading-xxl--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-xxl--letter-spacing: -.05em;
        --_headings---heading-xl--font: var(--_fonts---fonts--heading);
        --_headings---heading-xl--font-size: var(--_sizes---size--104px);
        --_headings---heading-xl--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-xl--letter-spacing: -.05em;
        --_headings---heading-l--font: var(--_fonts---fonts--heading);
        --_headings---heading-l--font-size: var(--_sizes---size--88px);
        --_headings---heading-xl--line-height: 1em;
        --_headings---heading-l--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-l--letter-spacing: -.05em;
        --_headings---heading-m--font: var(--_fonts---fonts--heading);
        --_headings---heading-m--font-size: var(--_sizes---size--72px);
        --_headings---heading-m--line-height: 1em;
        --_headings---heading-m--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-m--letter-spacing: -.04em;
        --_headings---heading-s--font: var(--_fonts---fonts--heading);
        --_headings---heading-s--font-size: var(--_sizes---size--56px);
        --_headings---heading-s--line-height: 1em;
        --_headings---heading-s--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-s--letter-spacing: -.04em;
        --_headings---heading-xs--font: var(--_fonts---fonts--heading);
        --_headings---heading-xs--font-size: var(--_sizes---size--32px);
        --_headings---heading-xs--line-height: 1.1em;
        --_headings---heading-xs--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-xs--letter-spacing: -.03em;
        --_headings---heading-l--line-height: 1em;
        --_headings---heading-xxl--font: var(--_fonts---fonts--heading)
    }
    .padding-global {
        padding-left: 2em;
        padding-right: 2em
    }
    .padding-256px {
        padding: var(--spacing--tablet-256px\<deleted\|variable-916d0a3e-b68a-1e36-5438-38f6239c015c\>)
    }
    .padding-224px {
        padding: var(--spacing--tablet-224px\<deleted\|variable-ead628c9-5f3a-db74-2b37-4fc8c9b0460b\>)
    }
    .padding-192px {
        padding: var(--spacing--tablet-192px\<deleted\|variable-95da8060-f85f-6001-2a25-ed668e55b33d\>)
    }
    .padding-160px {
        padding: var(--spacing--tablet-160px\<deleted\|variable-063ff5bb-51f0-efdd-5dd1-1b258dc08bac\>)
    }
    .padding-128px {
        padding: var(--spacing--tablet-128px\<deleted\|variable-692abbe8-7ac6-8dfe-e5ef-0972beaccf77\>)
    }
    .padding-96px {
        padding: var(--spacing--tablet-96px\<deleted\|variable-358c04c2-a70a-d048-1059-a1da2e2f5b6b\>)
    }
    .padding-88px {
        padding: var(--spacing--tablet-88px\<deleted\|variable-57d919a2-626f-7126-2870-f95a5ef58814\>)
    }
    .padding-80px {
        padding: var(--spacing--tablet-80px\<deleted\|variable-4eeec3e9-fd54-e471-5943-7c004fbd4ee1\>)
    }
    .padding-72px {
        padding: var(--spacing--tablet-72px\<deleted\|variable-b30e677a-d534-27d1-fa19-aa0996e20938\>)
    }
    .padding-64px {
        padding: var(--spacing--tablet-64px\<deleted\|variable-3a2c49ea-a4a7-69e1-4176-c1f0ad9f624a\>)
    }
    .padding-56px {
        padding: var(--spacing--tablet-56px\<deleted\|variable-b38f6756-4926-ec42-7946-e0fd6f94e56b\>)
    }
    .padding-48px {
        padding: var(--spacing--tablet-48px\<deleted\|variable-3ac3ad93-56d1-41dc-f645-343bcfd0074e\>)
    }
    .padding-40px {
        padding: var(--spacing--tablet-40px\<deleted\|variable-8775444d-0210-196e-c16e-98a48bc11d73\>)
    }
    .padding-32px {
        padding: var(--spacing--tablet-32px\<deleted\|variable-372d7255-d371-fb88-17c6-374d13c69062\>)
    }
    .padding-24px {
        padding: var(--spacing--tablet-24px\<deleted\|variable-086a30c7-ce5d-6b58-9324-98c929be3b7b\>)
    }
    .container-col-12,
    .container-col-10 {
        max-width: 100%
    }
    .container-col-08 {
        max-width: 90%
    }
    .max-width-col-12 {
        pointer-events: auto
    }
    .max-width-col-11,
    .max-width-col-10,
    .max-width-col-09,
    .max-width-col-08 {
        max-width: 100%
    }
    .max-width-col-07 {
        max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/8)*7)
    }
    .max-width-col-06 {
        max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/8)*6)
    }
    .max-width-col-05 {
        max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/8)*5)
    }
    .max-width-col-04 {
        max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/8)*4)
    }
    .max-width-col-03 {
        max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/8)*3)
    }
    .max-width-col-02 {
        max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/8)*2)
    }
    .grid-column-03,
    .grid-column-04 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .bp-layout {
        grid-column-gap: var(--_layout---grid--gap-tablet\<deleted\|variable-ff4ab7d8-1b7d-e830-21bf-aa88e5d5e74c\>);
        grid-row-gap: var(--_layout---grid--gap-tablet\<deleted\|variable-ff4ab7d8-1b7d-e830-21bf-aa88e5d5e74c\>);
        grid-template-columns: 1fr
    }
    .bp-header {
        position: static
    }
    .bp-button {
        border-radius: var(--element-button--radius-tablet\<deleted\|variable-5e60258f-bfd2-096e-5216-491e715da2a6\>)
    }
    .bp-card {
        border-radius: var(--element-card--card-tablet\<deleted\|variable-8802b6d5-a8b9-c5b5-b6e7-ea525c156394\>)
    }
    .bp-card_content {
        padding: var(--element-card--padding-tablet\<deleted\|variable-c28b41a6-a697-24b0-1cb7-c9d16b5f21d9\>)
    }
    .bp-label {
        border-radius: var(--element-label--radius-tablet\<deleted\|variable-32c37fc7-7a2d-27cf-3450-597acbf4740b\>)
    }
    .bp-grid-column-03 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .bp-label_content {
        align-items: stretch
    }
    .bp-grid-column-04 {
        grid-column-gap: var(--_layout---grid--gap-tablet\<deleted\|variable-ff4ab7d8-1b7d-e830-21bf-aa88e5d5e74c\>);
        grid-row-gap: var(--_layout---grid--gap-tablet\<deleted\|variable-ff4ab7d8-1b7d-e830-21bf-aa88e5d5e74c\>);
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .bp-grid-column-02 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .select {
        border-radius: var(--element-button--radius-tablet\<deleted\|variable-5e60258f-bfd2-096e-5216-491e715da2a6\>)
    }
    .radius_card-content {
        border-radius: calc(var(--element-card--radius-tablet)*.25)
    }
    .filter-reset {
        border-radius: var(--element-button--radius-tablet\<deleted\|variable-5e60258f-bfd2-096e-5216-491e715da2a6\>)
    }
    .icon-button_element {
        border-radius: .25rem
    }
    .icon-button_element:hover {
        transform: scale(1)
    }
    .icon-btn_bg-fill {
        border-radius: .25rem
    }
    .icon-btn_track {
        transform: translate(0%)
    }
    .icon-btn_track.is-vertical {
        transform: translate(0%)
    }
    .swiper-slide_caption {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }
    .hero {
        padding-top: 10em;
        padding-bottom: 2em
    }
    .hero.is-coming-soon {
        height: 100svh;
        padding-bottom: 2.5em
    }
    .hero.is-work {
        justify-content: flex-start;
        align-items: center
    }
    .hero.is-case {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        min-height: calc(100svh - 10em);
        padding-bottom: 10em;
        padding-left: 2em;
        padding-right: 2em
    }
    .grid-col-12 {
        grid-row-gap: 1em;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%
    }
    .hero-logo {
        width: 30em;
        margin-bottom: 1em
    }
    .sticker {
        width: 10em
    }
    .button-default {
        font-size: 1.125em
    }
    .button-default.is-nav-mobile {
        transform-origin: 50% 100%;
        transform: scale(1.25)
    }
    .button-default__background.is-nav-mobile {
        background-color: var(--_colors---swatch--black)
    }
    .hero-sticker {
        top: 12em;
        right: 1em
    }
    .container.is-mwg_effect025 {
        padding: 2em 0 0
    }
    .cs-footer {
        height: auto;
        padding-top: 8em;
        padding-bottom: 32em
    }
    .cs-footer-bottom {
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
        padding-left: 0;
        padding-right: 0
    }
    .hero-title {
        max-width: 100%;
        margin-bottom: 1em
    }
    .hero-title.is-work {
        justify-content: flex-start;
        align-items: flex-start
    }
    .intro-text {
        width: 100%;
        height: auto
    }
    .cs-footer-info-wrapper {
        width: calc(100% - 4em);
        padding: 1em 0;
        position: relative
    }
    .footer-info {
        grid-column-gap: 5em;
        grid-row-gap: 5em;
        flex-flow: wrap;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: space-between;
        align-items: flex-start;
        padding-right: 0;
        display: grid
    }
    .footer-bg {
        position: relative
    }
    .footer-logo {
        padding-top: .4em;
        padding-bottom: 0;
        padding-left: .4em;
        top: 5.8em;
        bottom: auto
    }
    .hero-cs_sticky {
        padding-bottom: 2.5em
    }
    .cs-footer-info_bg {
        z-index: -1;
        background-color: var(--_colors---swatch--taupe);
        padding-bottom: 0;
        padding-right: 0;
        display: block;
        position: absolute;
        inset: 0%
    }
    .footer-logo_svg {
        height: 4em
    }
    .footer-sticker {
        top: -3em;
        right: 2em
    }
    .modal-contact {
        width: 90%
    }
    .modal_close {
        z-index: 0
    }
    .modal-close {
        transition: none
    }
    .modal-close:hover {
        border-radius: .25em
    }
    .modal.is-contact {
        z-index: 2147483647;
        height: 100dvh
    }
    .contact-link {
        height: 10.5em
    }
    .mwg_effect020 {
        display: none
    }
    .nav {
        padding-left: 0;
        padding-right: 0
    }
    .navbar {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 2em;
        padding-right: 2em
    }
    .nav_logo {
        z-index: 1000;
        height: 3.75em;
        position: relative
    }
    .navbar_menu {
        background-color: #0000;
        border-radius: 0;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100svh;
        display: none;
        position: fixed;
        inset: 0%;
        transform: none
    }
    .button-color-swoosh {
        font-size: 2em
    }
    .button-color-swoosh.is-footer {
        font-size: 1.125em
    }
    .navbar_menu-trigger {
        z-index: 1000;
        background-color: var(--_colors---brand-colors--pink);
        cursor: pointer;
        border-radius: .75em;
        flex: none;
        justify-content: center;
        align-items: center;
        width: 3em;
        height: 3em;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
        position: relative
    }
    .navbar_menu-line {
        z-index: 1;
        background-color: var(--_colors---swatch--black);
        width: 20px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
        position: absolute
    }
    .navbar_menu-line.is-top {
        transform: translateY(-4px)
    }
    .navbar_menu-line.is-bottom {
        transform: translateY(4px)
    }
    .show-tablet {
        display: block
    }
    .navbar_menu-bottom {
        justify-content: center;
        align-items: center;
        padding-bottom: 3em;
        display: flex;
        position: absolute;
        inset: auto 0% 0%
    }
    .navbar_menu-bg {
        z-index: -1;
        background-color: var(--_colors---brand-colors--pink);
        border-radius: 1em;
        width: 150%;
        height: calc(100% - 2em);
        padding-bottom: 0;
        padding-right: 0;
        display: block;
        position: absolute;
        overflow: hidden
    }
    .navbar_menu-bg-back {
        display: block
    }
    .footer-legal.is-copyright {
        margin-top: auto
    }
    .footer_links {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        height: 100%;
        padding-top: 2em
    }
    .footer_sitemap {
        grid-column-gap: .5em;
        grid-row-gap: .5em
    }
    .results-card {
        border-radius: 2em
    }
    .results-card_content {
        padding: 1.5em
    }
    .results-card_title {
        font-size: 4em
    }
    .results-card_title.is-work {
        font-size: 3.5em
    }
    .mwg_effect031 {
        padding-top: 0
    }
    .expertise-slide {
        height: calc(100svh - 4em)
    }
    .expertise-content {
        padding: 3em
    }
    .label {
        height: 2.5em;
        font-size: 10px
    }
    .label.is-sw {
        transform-origin: 0%;
        transform: scale(.8)
    }
    .expertise-content_bottom {
        grid-column-gap: 1.25em;
        grid-row-gap: 1.25em
    }
    .expertise-content_img {
        padding: 6px;
        bottom: 3em;
        right: 3em
    }
    .medium-image {
        width: 18em
    }
    .sw-list {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
        padding-left: 0;
        padding-right: 0
    }
    .sw-item {
        width: 100%
    }
    .sw-card {
        border-radius: var(--_layout---radius--border-radius-medium);
        width: 100%;
        padding: 6px
    }
    .sw-card_video {
        border-radius: 1.5em;
        width: calc(100% - 12px);
        height: calc(100% - 12px)
    }
    .sw-card_content {
        grid-column-gap: .5em;
        grid-row-gap: .5em;
        padding-bottom: .75em;
        padding-left: .75em;
        padding-right: .75em
    }
    .sw-card_wrap {
        bottom: 1.25em;
        left: 1.25em;
        right: 1.25em
    }
    .sw-card_shape {
        transform: translateY(-3.5em)
    }
    .sw-card_icon {
        width: 2.5em;
        height: 2.5em
    }
    .sw-card_icon-svg {
        height: .875em
    }
    .work-list {
        grid-column-gap: 4em;
        grid-row-gap: 6em;
        padding-left: 0;
        padding-right: 0
    }
    .work-card {
        border-radius: var(--_layout---radius--border-radius-medium);
        width: 22em
    }
    .work-card_video {
        border-radius: 1.5em
    }
    .work-card_wrap {
        bottom: 1.25em;
        left: 1.25em;
        right: 1.25em
    }
    .work-card_content {
        grid-column-gap: .5em;
        grid-row-gap: .5em;
        padding-bottom: .75em;
        padding-left: .75em;
        padding-right: .75em
    }
    .work-card_shape {
        transform: translateY(-3.5em)
    }
    .work-card_icon {
        width: 2.5em;
        height: 2.5em
    }
    .work-card_icon-svg {
        height: .875em
    }
    .expertise-hero {
        padding: 2.5em
    }
    .expertise-hero_content {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        justify-content: space-between;
        align-items: flex-end
    }
    .title_item {
        overflow: hidden
    }
    .title_container-m {
        flex-flow: column;
        display: flex
    }
    .vertical-scroll-wrapper {
        width: 100%;
        height: 4.1em;
        overflow: hidden
    }
    .expertise-hero_title {
        white-space: nowrap;
        padding-bottom: .3em
    }
    .about-hero {
        height: 100svh
    }
    .drop-heading {
        font-size: 7vw
    }
    .button-row {
        flex-flow: column
    }
    .expertise-header-wrapper {
        height: 100svh;
        padding-top: 10em;
        padding-bottom: 3em
    }
    .case-card_title {
        width: 28em;
        position: absolute;
        inset: auto auto 1.5em 1.5em
    }
    .case-card_content {
        grid-column-gap: .5em;
        grid-row-gap: .5em;
        width: 100%;
        max-width: 100%;
        padding-bottom: .75em;
        padding-left: .75em;
        padding-right: .75em
    }
    .case-card_shape {
        right: -1px;
        transform: translateY(-5em)
    }
    .case-hero-slider {
        position: relative
    }
    .stack-cards {
        width: 22em;
        height: 37em
    }
    .stacked-cards__controls {
        bottom: 0
    }
    .case-scroll-down {
        bottom: 2em;
        right: 2em
    }
    .play-toggle {
        width: 4em;
        height: 4em
    }
    .wc-list {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
        padding-left: 0;
        padding-right: 0
    }
    .wc-item {
        width: 100%
    }
    .wc-card {
        border-radius: var(--_layout---radius--border-radius-medium);
        width: 100%
    }
    .wc-card_video {
        border-radius: 1.5em
    }
    .results_title {
        padding-right: 0
    }
    .why-grid {
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 2em;
        display: flex
    }
    .why-header {
        max-width: 75%
    }
    .deliver-grid {
        grid-column-gap: 2em;
        grid-row-gap: 2em
    }
    .more-expert_grid {
        flex-flow: column;
        display: flex
    }
    .more-expert_item {
        aspect-ratio: 3/2
    }
    .slider_cms_item.swiper-slide {
        width: 33.3333%
    }
    .results_socials {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }
    .testimonial-content {
        grid-column-gap: 3em;
        grid-row-gap: 3em
    }
    .testimonial-pf {
        width: 5em;
        height: 5em
    }
    .testimonial-caption {
        grid-column-gap: 2em;
        grid-row-gap: 2em
    }
    .ds-gallery_item {
        width: 20vw
    }
}

@media screen and (max-width:767px) {
    body {
        --_sizes---size--96px: 4.25em;
        --_sizes---size--128px: 5.5em;
        --_sizes---size--160px: 7em;
        --_sizes---size--224px: 9.75em;
        --_sizes---size--320px: 14em;
        --_sizes---size--256px: 11.25em;
        --_sizes---size--192px: 8.25em;
        --_sizes---size--88px: 3.75em;
        --_sizes---size--80px: 3.5em;
        --_sizes---size--72px: 3.25em;
        --_sizes---size--64px: 2.75em;
        --_sizes---size--56px: 2.5em;
        --_sizes---size--48px: 2em;
        --_sizes---size--40px: 1.75em;
        --_sizes---size--32px: 1.5em;
        --_sizes---size--24px: 1.25em;
        --_sizes---size--16px: 1em;
        --_sizes---size--12px: .75em;
        --_sizes---size--8px: .5em;
        --_sizes---size--4px: .25em;
        --_sizes---size--2px: .125em;
        --_sizes---size--112px: 5em;
        --_sizes---size--104px: 4.5em;
        --_paragraphs---paragraph-regular--font-size: 1.25em;
        --_paragraphs---paragraph-regular--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-regular--line-height: 1.4em;
        --_paragraphs---paragraph-regular--font-weight: var(--_fonts---font-weight--medium);
        --_paragraphs---paragraph-regular--letter-spacing: -.03em;
        --_paragraphs---paragraph-s--letter-spacing: -.03em;
        --_paragraphs---paragraph-xl--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-xl--font-size: 2em;
        --_paragraphs---paragraph-xl--line-height: 1.1em;
        --_paragraphs---paragraph-xl--font-weight: var(--_fonts---font-weight--semi-bold);
        --_paragraphs---paragraph-xl--letter-spacing: -.03em;
        --_paragraphs---paragraph-l--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-l--font-size: 1.5em;
        --_paragraphs---paragraph-l--line-height: 1.3em;
        --_paragraphs---paragraph-l--font-weight: var(--_fonts---font-weight--semi-bold);
        --_paragraphs---paragraph-l--letter-spacing: -.03em;
        --_paragraphs---paragraph-m--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-m--font-size: 1.25em;
        --_paragraphs---paragraph-m--line-height: 1.3em;
        --_paragraphs---paragraph-m--letter-spacing: -.03em;
        --_paragraphs---paragraph-m--font-weight: var(--_fonts---font-weight--semi-bold);
        --_paragraphs---paragraph-s--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-s--font-size: 1em;
        --_paragraphs---paragraph-s--line-height: 1.3em;
        --_paragraphs---paragraph-s--font-weight: var(--_fonts---font-weight--normal);
        --_paragraphs---paragraph-xs--font-size: .75rem;
        --_paragraphs---paragraph-xs--font-weight: var(--_fonts---font-weight--normal);
        --_paragraphs---paragraph-xxs--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-xxs--font-size: .625rem;
        --_paragraphs---paragraph-xxs--line-height: 1.4em;
        --_paragraphs---paragraph-xxs--font-weight: var(--_fonts---font-weight--normal);
        --_paragraphs---paragraph-xxs--letter-spacing: -.02em;
        --_paragraphs---paragraph-xs--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-xs--line-height: 1.3em;
        --_paragraphs---paragraph-xs--letter-spacing: -.045em;
        --_headings---heading-xxl--font-size: var(--_sizes---size--112px);
        --_headings---heading-xxl--line-height: .95em;
        --_headings---heading-xxl--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-xxl--letter-spacing: -.05em;
        --_headings---heading-xl--font: var(--_fonts---fonts--heading);
        --_headings---heading-xl--font-size: var(--_sizes---size--104px);
        --_headings---heading-xl--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-xl--letter-spacing: -.05em;
        --_headings---heading-l--font: var(--_fonts---fonts--heading);
        --_headings---heading-l--font-size: var(--_sizes---size--88px);
        --_headings---heading-xl--line-height: 1em;
        --_headings---heading-l--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-l--letter-spacing: -.05em;
        --_headings---heading-m--font: var(--_fonts---fonts--heading);
        --_headings---heading-m--font-size: var(--_sizes---size--80px);
        --_headings---heading-m--line-height: 1em;
        --_headings---heading-m--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-m--letter-spacing: -.04em;
        --_headings---heading-s--font: var(--_fonts---fonts--heading);
        --_headings---heading-s--font-size: var(--_sizes---size--56px);
        --_headings---heading-s--line-height: 1em;
        --_headings---heading-s--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-s--letter-spacing: -.04em;
        --_headings---heading-xs--font: var(--_fonts---fonts--heading);
        --_headings---heading-xs--font-size: var(--_sizes---size--32px);
        --_headings---heading-xs--line-height: 1.1em;
        --_headings---heading-xs--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-xs--letter-spacing: -.03em;
        --_headings---heading-l--line-height: 1em;
        --_headings---heading-xxl--font: var(--_fonts---fonts--heading)
    }
    .padding-global {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
    .container-col-08,
    .max-width-col-06 {
        max-width: 100%
    }
    .swiper-slide_caption {
        grid-column-gap: 1em;
        grid-row-gap: 1em
    }
    .hero.is-case {
        min-height: calc(100svh - 9em);
        margin-top: 7em;
        padding-bottom: 1.5em;
        padding-left: 1.5em;
        padding-right: 1.5em
    }
    .grid-col-12.is-team {
        grid-column-gap: 2em
    }
    .paragraph-xxl.is-testimonial {
        text-indent: 1em
    }
    .cs-footer {
        padding-bottom: 36em
    }
    .footer-logo {
        top: 5.2em
    }
    .modal-contact {
        border-left-style: none;
        width: 100%
    }
    .modal_close {
        display: none
    }
    .form-group {
        width: 100%
    }
    .navbar {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
    .results-card {
        border-radius: 1.5em
    }
    .results-card_content {
        padding: 1.25em 1.25em 1.25em 1em
    }
    .results-card_title {
        font-size: 3.5em
    }
    .results-card_title.is-work {
        font-size: 2.5em
    }
    .expertise-content {
        padding: 2em
    }
    .expertise-content_bottom {
        max-width: 22em
    }
    .expertise-content_img {
        padding: 4px;
        bottom: 1.5em;
        right: 1.5em
    }
    .medium-image {
        width: 16em
    }
    .sw-list {
        grid-column-gap: 1em;
        grid-row-gap: 1em
    }
    .sw-card {
        padding: 4px
    }
    .sw-card_video {
        width: calc(100% - 8px);
        height: calc(100% - 8px)
    }
    .sw-card_wrap {
        bottom: 1em;
        left: 1em;
        right: 1em
    }
    .sw-card_shape {
        transform: translateY(-2.75em)
    }
    .sw-card_icon {
        width: 2.25em;
        height: 2.25em;
        top: .25em;
        right: .25em
    }
    .results-card_subtitle {
        font-size: 1.25em
    }
    .results-card_paragraph {
        font-size: 1em
    }
    .work-list {
        grid-column-gap: 2em;
        grid-row-gap: 4em
    }
    .work-card,
    .work-card.is-stack-cards {
        width: 18em
    }
    .work-card_wrap {
        bottom: 1em;
        left: 1em;
        right: 1em
    }
    .work-card_shape {
        transform: translateY(-2.75em)
    }
    .work-card_icon {
        width: 2.25em;
        height: 2.25em;
        top: .25em;
        right: .25em
    }
    .gsap-slider {
        padding-left: 1em;
        padding-right: 1em
    }
    .expertise-hero_content {
        grid-column-gap: 0em;
        grid-row-gap: 0em;
        flex-flow: column;
        justify-content: flex-end;
        align-items: flex-start
    }
    .button-2 {
        font-size: 1em
    }
    .team-paragraph-red {
        margin-left: 0
    }
    .case-card_title {
        width: 24em
    }
    .stack-cards {
        width: 19em;
        height: 30em
    }
    .stack-cards__card {
        pointer-events: auto
    }
    .stack-cards__item {
        pointer-events: none
    }
    .stacked-cards__controls {
        right: -3em
    }
    .case-scroll-down {
        bottom: 1.5em;
        right: 1.5em
    }
    .play-toggle {
        width: 3.5em;
        height: 3.5em
    }
    .wc-list {
        grid-column-gap: 1em;
        grid-row-gap: 1em
    }
    .wc_title {
        padding-left: 1em;
        padding-right: 1em
    }
    .more-expert_item {
        padding: 2em
    }
    .contact-info {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-flow: wrap
    }
    .testimonial_wrapper,
    .testimonial-side {
        grid-column-gap: 1em;
        grid-row-gap: 1em
    }
    .testimonial-caption {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em
    }
}

@media screen and (max-width:479px) {
    body {
        --_sizes---size--96px: 3.5em;
        --_sizes---size--128px: 4.75em;
        --_sizes---size--160px: 6em;
        --_sizes---size--224px: 8.5em;
        --_sizes---size--320px: 12em;
        --_sizes---size--256px: 9.5em;
        --_sizes---size--192px: 7.25em;
        --_sizes---size--88px: 3.25em;
        --_sizes---size--80px: 3em;
        --_sizes---size--72px: 2.75em;
        --_sizes---size--64px: 2.5em;
        --_sizes---size--56px: 2.25em;
        --_sizes---size--48px: 2em;
        --_sizes---size--40px: 1.75em;
        --_sizes---size--32px: 1.5em;
        --_sizes---size--24px: 1.25em;
        --_sizes---size--16px: 1em;
        --_sizes---size--12px: .75em;
        --_sizes---size--8px: .5em;
        --_sizes---size--4px: .25em;
        --_sizes---size--2px: .125em;
        --_sizes---size--112px: 4.25em;
        --_sizes---size--104px: 4em;
        --_paragraphs---paragraph-regular--font-size: 1.25em;
        --_paragraphs---paragraph-regular--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-regular--line-height: 1.4em;
        --_paragraphs---paragraph-regular--font-weight: var(--_fonts---font-weight--medium);
        --_paragraphs---paragraph-regular--letter-spacing: -.03em;
        --_paragraphs---paragraph-s--letter-spacing: -.03em;
        --_paragraphs---paragraph-xl--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-xl--font-size: 2em;
        --_paragraphs---paragraph-xl--line-height: 1.1em;
        --_paragraphs---paragraph-xl--font-weight: var(--_fonts---font-weight--semi-bold);
        --_paragraphs---paragraph-xl--letter-spacing: -.03em;
        --_paragraphs---paragraph-l--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-l--font-size: 1.5em;
        --_paragraphs---paragraph-l--line-height: 1.3em;
        --_paragraphs---paragraph-l--font-weight: var(--_fonts---font-weight--semi-bold);
        --_paragraphs---paragraph-l--letter-spacing: -.03em;
        --_paragraphs---paragraph-m--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-m--font-size: 1.25em;
        --_paragraphs---paragraph-m--line-height: 1.3em;
        --_paragraphs---paragraph-m--letter-spacing: -.03em;
        --_paragraphs---paragraph-m--font-weight: var(--_fonts---font-weight--semi-bold);
        --_paragraphs---paragraph-s--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-s--font-size: 1em;
        --_paragraphs---paragraph-s--line-height: 1.3em;
        --_paragraphs---paragraph-s--font-weight: var(--_fonts---font-weight--normal);
        --_paragraphs---paragraph-xs--font-size: .75rem;
        --_paragraphs---paragraph-xs--font-weight: var(--_fonts---font-weight--normal);
        --_paragraphs---paragraph-xxs--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-xxs--font-size: .625rem;
        --_paragraphs---paragraph-xxs--line-height: 1.4em;
        --_paragraphs---paragraph-xxs--font-weight: var(--_fonts---font-weight--normal);
        --_paragraphs---paragraph-xxs--letter-spacing: -.02em;
        --_paragraphs---paragraph-xs--font: var(--_fonts---fonts--paragraph);
        --_paragraphs---paragraph-xs--line-height: 1.3em;
        --_paragraphs---paragraph-xs--letter-spacing: -.045em;
        --_headings---heading-xxl--font-size: var(--_sizes---size--112px);
        --_headings---heading-xxl--line-height: .95em;
        --_headings---heading-xxl--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-xxl--letter-spacing: -.05em;
        --_headings---heading-xl--font: var(--_fonts---fonts--heading);
        --_headings---heading-xl--font-size: var(--_sizes---size--96px);
        --_headings---heading-xl--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-xl--letter-spacing: -.05em;
        --_headings---heading-l--font: var(--_fonts---fonts--heading);
        --_headings---heading-l--font-size: var(--_sizes---size--88px);
        --_headings---heading-xl--line-height: .95em;
        --_headings---heading-l--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-l--letter-spacing: -.05em;
        --_headings---heading-m--font: var(--_fonts---fonts--heading);
        --_headings---heading-m--font-size: var(--_sizes---size--64px);
        --_headings---heading-m--line-height: 1em;
        --_headings---heading-m--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-m--letter-spacing: -.04em;
        --_headings---heading-s--font: var(--_fonts---fonts--heading);
        --_headings---heading-s--font-size: var(--_sizes---size--56px);
        --_headings---heading-s--line-height: 1em;
        --_headings---heading-s--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-s--letter-spacing: -.04em;
        --_headings---heading-xs--font: var(--_fonts---fonts--heading);
        --_headings---heading-xs--font-size: var(--_sizes---size--32px);
        --_headings---heading-xs--line-height: 1.1em;
        --_headings---heading-xs--font-weight: var(--_fonts---font-weight--semi-bold);
        --_headings---heading-xs--letter-spacing: -.03em;
        --_headings---heading-l--line-height: 1em;
        --_headings---heading-xxl--font: var(--_fonts---fonts--heading)
    }
    .padding-global {
        padding-left: 1.25em;
        padding-right: 1.25em
    }
    .padding-256px {
        padding: var(--spacing--mobile-256px\<deleted\|variable-f160f7f9-1c91-dbef-028c-2ad57aa45df6\>)
    }
    .padding-224px {
        padding: var(--spacing--mobile-224px\<deleted\|variable-9855d4de-3551-ba49-c73f-35436feb24aa\>)
    }
    .padding-192px {
        padding: var(--spacing--mobile-192px\<deleted\|variable-1f8ae059-c45a-e7df-4fc9-d2f57d50172d\>)
    }
    .padding-160px {
        padding: var(--spacing--mobile-160px\<deleted\|variable-ccbf86d9-b96d-7f3f-1a39-3ceea7a753d5\>)
    }
    .padding-128px {
        padding: var(--spacing--mobile-128px\<deleted\|variable-deff835c-7805-b241-712d-4f21fbb7d357\>)
    }
    .padding-96px {
        padding: var(--spacing--mobile-96px\<deleted\|variable-fb7ae1bd-8718-b1a9-85a8-432abe81a168\>)
    }
    .padding-88px {
        padding: var(--spacing--mobile-88px\<deleted\|variable-925ca50b-581c-61ff-04c2-8d4436ccc623\>)
    }
    .padding-80px {
        padding: var(--spacing--mobile-80px\<deleted\|variable-772f0a1e-b3db-6b13-4c2d-65df819a0069\>)
    }
    .padding-72px {
        padding: var(--spacing--mobile-72px\<deleted\|variable-cb9dd2a9-55a6-38cd-c697-89578ac94265\>)
    }
    .padding-64px {
        padding: var(--spacing--mobile-64px\<deleted\|variable-ea717513-d22f-2cb5-8b15-13122c8f220f\>)
    }
    .padding-56px {
        padding: var(--spacing--mobile-56px\<deleted\|variable-bd37f518-f02b-43bd-96c2-75648d40de4e\>)
    }
    .padding-48px {
        padding: var(--spacing--mobile-48px\<deleted\|variable-63a98136-1756-9cea-98cd-58946d9162df\>)
    }
    .padding-40px {
        padding: var(--spacing--mobile-40px\<deleted\|variable-bbf13b83-2c9f-902a-0466-bc94b64923d3\>)
    }
    .padding-32px {
        padding: var(--spacing--mobile-32px\<deleted\|variable-6ea3e16d-059c-a2e0-f71d-13fee24117db\>)
    }
    .padding-24px {
        padding: var(--spacing--mobile-24px\<deleted\|variable-52f0b367-4b4a-aff8-5fee-09b21cb958c8\>)
    }
    .container-col-11,
    .container-col-10,
    .container-col-09,
    .container-col-08,
    .container-col-07,
    .container-col-06 {
        max-width: none
    }
    .max-width-col-12 {
        max-width: calc(((100vw - var(--padding-global--mobile))/4)*4)
    }
    .max-width-col-07,
    .max-width-col-06,
    .max-width-col-05 {
        max-width: 100%
    }
    .max-width-col-04 {
        max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/5)*4)
    }
    .max-width-col-03 {
        max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/5)*3)
    }
    .max-width-col-02 {
        max-width: calc(((100vw - var(--_layout---padding-global--page-padding))/5)*2)
    }
    .max-width-960px,
    .max-width-880px,
    .max-width-800px,
    .max-width-720px,
    .max-width-640px,
    .max-width-512px,
    .max-width-448px,
    .max-width-384px,
    .max-width-320px,
    .max-width-256px,
    .max-width-224px {
        max-width: none
    }
    .rich-text-regular h3 {
        font-size: 3rem
    }
    .rich-text-regular h2 {
        font-size: 3.5rem
    }
    .rich-text-regular h1 {
        font-size: 4rem
    }
    .rich-text-regular h4 {
        font-size: 2.5rem
    }
    .icon-48px {
        height: 2.5rem
    }
    .heading-style-24px {
        font-size: 1.5rem
    }
    .grid-column-03,
    .grid-column-04,
    .grid-column-02 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .button-group.is-footer {
        flex-flow: row
    }
    .bp-layout {
        grid-column-gap: var(--_layout---grid--gap-mobile\<deleted\|variable-4fadcf1f-040e-5667-91a8-46bc48510e01\>);
        grid-row-gap: var(--_layout---grid--gap-mobile\<deleted\|variable-4fadcf1f-040e-5667-91a8-46bc48510e01\>);
        grid-template-columns: 1fr
    }
    .bp-header {
        margin-bottom: 2rem;
        padding-right: 3rem
    }
    .bp-button {
        border-radius: var(--element-button--radius-mobile\<deleted\|variable-3defd336-edc9-0654-9420-78e55b6eb313\>)
    }
    .bp-card {
        border-radius: var(--element-card--radius-mobile\<deleted\|variable-853e8ebc-2621-fa73-dacc-84aa8de9e8de\>)
    }
    .bp-card_content {
        padding: var(--element-card--padding-mobile\<deleted\|variable-27437fc3-c1c5-926b-2762-44eab12995d9\>)
    }
    .bp-label {
        border-radius: var(--element-label--radius-mobile\<deleted\|variable-50db59c2-591f-ccbd-8db7-883048e9293b\>)
    }
    .bp-grid-column-03,
    .bp-grid-column-01 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .bp-grid-column-04 {
        grid-column-gap: var(--_layout---grid--gap-mobile\<deleted\|variable-4fadcf1f-040e-5667-91a8-46bc48510e01\>);
        grid-row-gap: var(--_layout---grid--gap-mobile\<deleted\|variable-4fadcf1f-040e-5667-91a8-46bc48510e01\>);
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .bp-grid-column-02 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .select {
        border-radius: var(--element-button--radius-mobile\<deleted\|variable-3defd336-edc9-0654-9420-78e55b6eb313\>)
    }
    .custom-heading_underline {
        height: 2rem;
        bottom: -1.6rem
    }
    .radius_card-content {
        border-radius: calc(var(--element-card--radius-mobile)*.25)
    }
    .filter-reset {
        border-radius: var(--element-button--radius-mobile\<deleted\|variable-3defd336-edc9-0654-9420-78e55b6eb313\>)
    }
    .bp-hero_grid.is-04 {
        grid-template-columns: 1fr 1fr
    }
    .icon-button_element,
    .icon-btn_bg-fill {
        border-radius: .5rem
    }
    .rich-text-large h1 {
        font-size: 4rem
    }
    .rich-text-large h3 {
        font-size: 3rem
    }
    .rich-text-large h2 {
        font-size: 3.5rem
    }
    .rich-text-large h4 {
        font-size: 2.5rem
    }
    .max-width-30ch,
    .max-width-35ch,
    .max-width-40ch,
    .max-width-45ch,
    .max-width-50ch,
    .max-width-55ch,
    .max-width-60ch {
        max-width: none
    }
    .swiper-slide_caption {
        grid-column-gap: .25em;
        grid-row-gap: .25em;
        flex: 1
    }
    .swiper-slide_link {
        height: 100%
    }
    .hero {
        padding-top: 8em
    }
    .hero.is-coming-soon {
        padding-bottom: 2em
    }
    .hero.is-work {
        padding-top: 10em
    }
    .hero.is-case {
        min-height: calc(100svh - 9em)
    }
    .grid-col-12 {
        grid-row-gap: 0em;
        flex-flow: column;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        display: flex
    }
    .grid-col-12.is-about-hero {
        grid-row-gap: 1em
    }
    .hero-logo {
        width: 85%
    }
    .sticker {
        width: 7em
    }
    .button-default {
        font-size: 1.25em;
        transform: translate(-1em)
    }
    .button-default.is-icon {
        transform: translate(0)
    }
    .hero-sticker {
        top: 8em;
        right: .5em
    }
    .paragraph-xxl {
        font-size: 2em
    }
    .card {
        width: 33.3333vw
    }
    .cs-footer {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }
    .cs-footer-cta {
        display: none
    }
    .cs-footer-bottom {
        width: 100%;
        position: static
    }
    .hero-title {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em
    }
    .cs-footer-info-wrapper {
        width: 100%;
        padding-top: 4em
    }
    .footer-info {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        flex-flow: wrap;
        justify-content: center;
        align-items: flex-start;
        display: flex
    }
    .footer-col {
        grid-column-gap: .5em;
        grid-row-gap: .5em;
        justify-content: flex-start;
        align-items: center
    }
    .footer-col.is-socials {
        justify-content: center;
        align-items: center
    }
    .footer-link {
        text-align: center;
        font-size: 1.125em
    }
    .footer-label,
    .footer-bg {
        display: none
    }
    .hero-scroll-down {
        grid-column-gap: 2.5em;
        grid-row-gap: 2.5em;
        flex-flow: row;
        justify-content: flex-start;
        width: 102%;
        padding-left: .5em
    }
    .hero-cs_sticky {
        display: none
    }
    .show-mobile {
        display: block
    }
    .footer-mobile-logo {
        width: 100%;
        max-width: 100%;
        margin-bottom: -2em;
        display: block
    }
    .footer-mobile-logo_svg {
        width: 100%
    }
    .hero-mobile-button {
        display: block
    }
    .footer-sticker {
        display: none
    }
    .modal-contact {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
        padding: 5em 2em 3em;
        transform: translate(110%)
    }
    .heading-style-64px-2 {
        font-size: 3em
    }
    .modal-close {
        right: 1.5em
    }
    .form {
        grid-column-gap: 1.25em;
        grid-row-gap: 1.25em
    }
    .form-row.is-submit {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }
    .form-input-field {
        padding-right: 1em
    }
    .form-submit-btn {
        margin-left: 0
    }
    .navbar {
        max-width: 100%;
        height: 7em;
        padding-left: 1.25em;
        padding-right: 1.25em
    }
    .navbar_menu-trigger {
        width: 3.5em;
        height: 3.5em
    }
    .navbar_menu-bg-back {
        z-index: -2;
        background-color: var(--_theme---background);
        width: 100%;
        height: 100svh;
        padding-bottom: 0;
        padding-right: 0;
        position: absolute;
        inset: 0%
    }
    .footer-legal,
    .footer-legal.is-copyright {
        text-align: center
    }
    .footer_links {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding-top: 0
    }
    .small-image {
        width: 75vw;
        transform: translate(5vw)rotate(3deg)
    }
    .results-card {
        border-radius: 1.25em;
        width: 100%
    }
    .results-card_content {
        padding: 1em
    }
    .results-card_title {
        font-size: 3.25em
    }
    .button-wrap {
        margin-left: 0
    }
    .button-wrap.is-team {
        margin-left: .9em
    }
    .mwg_effect031 {
        padding-bottom: 2em
    }
    .expertise-slide {
        padding-top: 3em
    }
    .expertise-content {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
        border-radius: var(--_layout---radius--border-radius-medium);
        padding: 1.5em
    }
    .expertise-content_top {
        grid-column-gap: 1em;
        grid-row-gap: 1em
    }
    .label {
        font-size: 12px
    }
    .expertise-content_bottom {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex: none;
        max-width: 100%
    }
    .expertise-content_img {
        z-index: -1;
        aspect-ratio: 3/4;
        transform-origin: 0 0;
        border-radius: 1.5em;
        width: 12em;
        position: static;
        top: 0;
        bottom: 0;
        right: auto;
        transform: rotate(-2deg)
    }
    .medium-image {
        width: 100%;
        height: 100%
    }
    .medium-image.is-expertise-content {
        width: 14em
    }
    .sw-list {
        grid-column-gap: 1.25em;
        grid-row-gap: 1.25em;
        flex-flow: column
    }
    .sw-card {
        width: 80vw;
        margin-left: 5vw;
        padding: 6px;
        transform: rotate(-2deg)
    }
    .sw-card_video {
        justify-content: center;
        align-items: center;
        width: calc(100% - 12px);
        height: calc(100% - 12px)
    }
    .sw-card_wrap {
        bottom: 1.5em;
        left: 1.5em;
        right: 1.5em
    }
    .sw-card_shape {
        transform: translateY(-5em)
    }
    .sw-card_icon {
        width: 3em;
        height: 3em;
        top: .5em;
        right: .5em
    }
    .sw-card_icon-svg {
        height: 1em
    }
    .results-card_subtitle {
        font-size: 1.125em
    }
    .results-card_paragraph {
        font-size: .925em
    }
    .expertise-content_heading {
        font-size: 3.5em
    }
    .sw-card_mobile-video {
        display: block
    }
    .work-list {
        grid-row-gap: 2em;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex
    }
    .work-card {
        width: 80vw;
        margin-left: 5vw
    }
    .work-card_video {
        justify-content: center;
        align-items: center
    }
    .work-card_shape {
        transform: translateY(-4.5em)
    }
    .work-card_icon {
        width: 3em;
        height: 3em;
        top: .5em;
        right: .5em
    }
    .work-card_icon-svg {
        height: 1em
    }
    .work-card_labels {
        top: 1em;
        left: 1em
    }
    .work-card_video-placeholder {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0%
    }
    .socials-wrap {
        flex-flow: wrap
    }
    .expertise-hero {
        height: 40em;
        padding: 2em
    }
    .expertise-hero_content {
        flex-flow: column;
        justify-content: flex-end;
        align-items: flex-start
    }
    .title_container-m {
        position: absolute
    }
    .vertical-scroll-wrapper {
        width: 100%;
        height: 2.7em;
        position: relative;
        overflow: hidden
    }
    .about-hero {
        height: auto;
        padding-top: 10em
    }
    .drop-heading {
        font-size: 9vw
    }
    .team-video_stack {
        width: 100%;
        height: auto;
        margin-bottom: 2em
    }
    .team-content {
        flex-flow: wrap;
        width: 100%;
        display: flex
    }
    .team-bottom {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
        flex-flow: wrap
    }
    .button-2 {
        font-size: 1.25em
    }
    .expertise-header-wrapper {
        padding-bottom: 2em
    }
    .video-thumb.is-expertise-hero {
        order: 1;
        margin-top: auto
    }
    .video-thumb_video {
        width: 10em
    }
    .video-thumb_content {
        padding: .75em
    }
    .case-card_title {
        width: auto;
        right: 1.5em
    }
    .case-card_shape {
        right: 0%;
        transform: translateY(-4.5em)
    }
    .case-hero-slider {
        justify-content: center;
        align-items: flex-start;
        height: 100svh;
        margin-top: -6em;
        display: none
    }
    .case-hero-video {
        border-radius: 1.5em
    }
    .case-hero-video.is-before-slider {
        display: block
    }
    .stacked-cards__controls {
        transform-origin: 50% 100%;
        bottom: 1em;
        right: 5em;
        transform: scale(.8)translate(100%)
    }
    .case-scroll-down {
        display: none
    }
    .play-toggle {
        width: 3em;
        height: 3em;
        top: .5em;
        right: .5em
    }
    .play-toggle.is-before-slider {
        display: flex
    }
    .wc-list {
        grid-column-gap: 1.25em;
        grid-row-gap: 1.25em;
        flex-flow: column
    }
    .wc-card {
        width: 80vw;
        margin-left: 5vw;
        transform: rotate(-2deg)
    }
    .wc-card_video {
        justify-content: center;
        align-items: center
    }
    .wc_title {
        padding-left: 0;
        padding-right: 0
    }
    .results_title {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }
    .why-grid {
        padding: 1.5em
    }
    .why-header {
        max-width: none
    }
    .why-card {
        padding: 1.5em
    }
    .deliver-grid {
        flex-flow: wrap;
        display: flex
    }
    .more-expert_item {
        aspect-ratio: auto;
        border-radius: 1em;
        min-height: 30em;
        padding: 1.25em
    }
    .icon-wrap {
        margin-right: -1.2em
    }
    .contact-info {
        flex-flow: column
    }
    .contact-info_col {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
        flex-flow: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex
    }
    .contact-info_socials,
    .contact-info_socials.is-socials {
        justify-content: center;
        align-items: center
    }
    .slider_cms_item.swiper-slide {
        width: 80%;
        min-width: 80%
    }
    .artwork-slider_layout {
        justify-content: space-between
    }
    .cms_list-item.is-bts {
        aspect-ratio: 2/3
    }
    .results_socials {
        grid-column-gap: .5em;
        grid-row-gap: .5em;
        justify-content: flex-start;
        align-items: flex-start
    }
    .results_socials.is-socials {
        justify-content: center;
        align-items: center
    }
    .testimonial_wrapper {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start
    }
    .testimonial-content {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        flex-flow: wrap;
        width: 95%;
        display: flex
    }
    .testimonial-side {
        display: none
    }
    .testimonial-bottom {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
        flex-flow: wrap
    }
    .testimonial-sticker.sticker {
        top: -6em;
        right: -1.5em
    }
    .ds-gallery_item {
        width: 40vw
    }
}

#w-node-baecd020-0591-0c13-81dd-351cd4286e5f-d4286e4c {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-baecd020-0591-0c13-81dd-351cd4286e61-d4286e4c {
    place-self: end
}

#w-node-eed3ce2b-8511-5ed3-1d6c-25d220d336fb-20d336fb {
    align-self: center
}

#w-node-dc6f9297-99cf-8d16-10bf-04839cb8cc65-794b7478,
#w-node-_73e43d7b-e6f5-e4d1-79a9-36cc41bad2ac-794b7478,
#w-node-_9b819b43-13fd-203a-09e8-52def6c48174-794b7478,
#w-node-b2ae6b57-620a-b459-5da6-78991c55dc93-794b7478,
#w-node-_21571798-9245-31eb-86a4-d3911f887ff4-794b7478,
#w-node-_9cfb8a6d-a6fa-f5ca-63c6-b21c8b4065d8-794b7478,
#w-node-_3de71e97-a8e4-97fe-9e6d-fc15d150f495-794b7478 {
    align-self: start
}

#w-node-_14bf5395-385e-2308-30bc-b2cc7c0bd98a-794b7478,
#w-node-_9cd655b0-2fea-541f-c958-68248bf8b813-794b7478,
#w-node-_8022bb17-4910-73fa-3783-a4eb79ac2b2e-794b7478 {
    align-self: center
}

#w-node-_2ca90580-f816-9c0e-d2ed-52314ddf4664-794b7478,
#w-node-d09277b1-e8b1-0e4f-4c4a-611397c6ceab-794b7478 {
    align-self: start
}

#w-node-c48d6481-6b4c-7e82-dd22-e9a2e87b26c1-794b7478,
#w-node-cb01db08-3f05-cdbb-5ef6-b74594e8a855-794b7478,
#w-node-b67d6a9f-884c-1491-d7bc-b1c2dbc15cbe-794b7478 {
    grid-area: span 1/span 2/span 1/span 2;
    align-self: start
}

#w-node-faa2305a-1600-624b-3553-a5629475cb11-23544b6d {
    grid-area: 1/2/2/12
}

#w-node-faa2305a-1600-624b-3553-a5629475cb14-23544b6d {
    grid-area: 2/1/3/3
}

#w-node-faa2305a-1600-624b-3553-a5629475cb19-23544b6d {
    grid-area: 2/5/2/9;
    align-self: end
}

#w-node-faa2305a-1600-624b-3553-a5629475cb1f-23544b6d {
    grid-area: 2/11/2/12;
    place-self: end
}

#w-node-_7ab3b974-56b9-cced-5238-762d5f75a43a-5f75a436 {
    grid-area: 1/2/2/12
}

#w-node-_7ab3b974-56b9-cced-5238-762d5f75a43d-5f75a436 {
    grid-area: 2/1/3/3
}

#w-node-_7ab3b974-56b9-cced-5238-762d5f75a444-5f75a436 {
    grid-area: 2/5/2/9;
    align-self: end
}

#w-node-_7ab3b974-56b9-cced-5238-762d5f75a44a-5f75a436 {
    grid-area: 2/11/2/12;
    place-self: end
}

#w-node-eb9c538e-23f3-e1b1-2a12-e9757ebe283f-f60ce38f {
    justify-self: start
}

#w-node-_7e6e4888-dcfd-a7e1-2dad-07b61bfd4e29-f60ce38f {
    grid-area: 1/7/2/13;
    align-self: start
}

#w-node-_47b933d5-485b-e603-ac50-9d6e7758283e-f60ce38f {
    grid-area: 2/1/3/3;
    align-self: end
}

#w-node-e8f5c93c-ad5a-8768-7c87-ba3077aa03b6-f60ce38f {
    grid-area: 2/7/3/11;
    align-self: end
}

#w-node-_79f611fb-0901-e64c-9c57-ca5fa83e00bc-f60ce38f {
    grid-area: 2/2/3/3
}

#w-node-_0e943f3d-d8eb-e3dc-0605-76e1c850125b-f60ce38f {
    grid-area: 2/6/3/7;
    align-self: end
}

#w-node-ca8c98f2-a1d2-fac3-8f4e-29d57358cf51-f60ce38f {
    grid-area: 1/5/2/6;
    align-self: center
}

#w-node-c3621f09-7339-b17d-c543-673bdefae1e5-f60ce38f {
    grid-area: 4/4/5/5
}

#w-node-_8bf38819-ed6b-645e-1041-7675008d80c6-f60ce38f {
    grid-area: 4/1/5/2;
    align-self: end
}

#w-node-_4415a239-afe6-e924-d3c3-f07388381b34-88381b30 {
    grid-area: 1/2/2/5;
    align-self: start
}

#w-node-_4415a239-afe6-e924-d3c3-f07388381b37-88381b30 {
    grid-area: 1/6/2/12;
    align-self: end
}

#w-node-b508f643-a04d-08f0-f178-164ba9bff594-bf75c937 {
    grid-area: 1/7/2/13;
    align-self: start
}

#w-node-_689ceb35-3d19-531e-03d1-1bb12bf6fad3-e41336bd {
    grid-area: 1/2/2/11
}

#w-node-_689ceb35-3d19-531e-03d1-1bb12bf6fad6-e41336bd {
    grid-area: 2/1/3/3
}

#w-node-_689ceb35-3d19-531e-03d1-1bb12bf6fada-e41336bd {
    grid-area: 2/5/2/9;
    align-self: end
}

#w-node-_4a3b18f0-b3c2-8f22-4fa7-eb8e71e28724-38528639 {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-_38c4acef-c861-ceb2-7239-e1d8970fb6d8-38528639 {
    grid-area: span 1/span 7/span 1/span 7;
    justify-self: start
}

#w-node-_7d3b7a70-2ee2-03af-04bb-93eef3456342-38528639 {
    grid-area: 1/7/2/13;
    align-self: start
}

#w-node-_08d80e80-4a5f-fa0e-2db3-1f71417b7946-38528639 {
    grid-area: 2/10/3/13;
    place-self: end
}

#w-node-_354dab54-13d6-dcf5-974f-1accc836c973-38528639 {
    grid-area: 2/1/3/5;
    align-self: end
}

#w-node-_71658df6-d43b-3f35-e9cb-47186febb397-38528639,
#w-node-_49eecfbb-d53f-8ff1-940a-16581dd1ba48-38528639,
#w-node-_42811eff-4310-3dce-ff5f-4ac36fc25f8a-38528639 {
    grid-area: 1/7/2/13;
    align-self: start
}

@media screen and (max-width:991px) {
    #w-node-baecd020-0591-0c13-81dd-351cd4286e59-d4286e4c {
        grid-area: span 1/span 2/span 1/span 2
    }
    #w-node-faa2305a-1600-624b-3553-a5629475cb11-23544b6d {
        grid-area: 1/1/2/12
    }
    #w-node-faa2305a-1600-624b-3553-a5629475cb14-23544b6d {
        grid-area: 2/1/3/4
    }
    #w-node-faa2305a-1600-624b-3553-a5629475cb19-23544b6d {
        grid-area: 2/5/3/11;
        align-self: center
    }
    #w-node-_7ab3b974-56b9-cced-5238-762d5f75a43a-5f75a436 {
        grid-area: 1/1/2/12
    }
    #w-node-_7ab3b974-56b9-cced-5238-762d5f75a43d-5f75a436 {
        grid-area: 2/1/3/4
    }
    #w-node-_7ab3b974-56b9-cced-5238-762d5f75a444-5f75a436 {
        grid-area: 2/5/3/11;
        align-self: center
    }
    #w-node-eb9c538e-23f3-e1b1-2a12-e9757ebe283f-f60ce38f {
        grid-area: span 1/span 1/span 1/span 1;
        place-self: start
    }
    #w-node-_7e6e4888-dcfd-a7e1-2dad-07b61bfd4e29-f60ce38f {
        grid-area: 1/3/2/10
    }
    #w-node-_47b933d5-485b-e603-ac50-9d6e7758283e-f60ce38f {
        grid-column: 3/5;
        align-self: start
    }
    #w-node-e8f5c93c-ad5a-8768-7c87-ba3077aa03b6-f60ce38f {
        grid-area: 3/3/4/9;
        align-self: end
    }
    #w-node-_0e943f3d-d8eb-e3dc-0605-76e1c850125b-f60ce38f {
        grid-column: 5/6
    }
    #w-node-_4415a239-afe6-e924-d3c3-f07388381b34-88381b30 {
        grid-area: 1/1/2/3
    }
    #w-node-_4415a239-afe6-e924-d3c3-f07388381b37-88381b30 {
        grid-area: 1/4/2/9;
        align-self: end
    }
    #w-node-b508f643-a04d-08f0-f178-164ba9bff594-bf75c937 {
        grid-area: 1/3/2/10
    }
    #w-node-_689ceb35-3d19-531e-03d1-1bb12bf6fad3-e41336bd {
        grid-area: 1/1/2/12
    }
    #w-node-_689ceb35-3d19-531e-03d1-1bb12bf6fad6-e41336bd {
        grid-area: 2/1/3/4
    }
    #w-node-_689ceb35-3d19-531e-03d1-1bb12bf6fada-e41336bd {
        grid-area: 2/5/3/11;
        align-self: center
    }
    #w-node-_38c4acef-c861-ceb2-7239-e1d8970fb6d8-38528639 {
        grid-area: span 1/span 8/span 1/span 8;
        place-self: start
    }
    #w-node-_7d3b7a70-2ee2-03af-04bb-93eef3456342-38528639 {
        grid-area: 1/3/2/10
    }
    #w-node-_08d80e80-4a5f-fa0e-2db3-1f71417b7946-38528639 {
        grid-area: 2/3/3/9;
        place-self: end
    }
    #w-node-_354dab54-13d6-dcf5-974f-1accc836c973-38528639 {
        grid-area: 2/1/3/5;
        align-self: end
    }
    #w-node-_71658df6-d43b-3f35-e9cb-47186febb397-38528639,
    #w-node-_49eecfbb-d53f-8ff1-940a-16581dd1ba48-38528639,
    #w-node-_42811eff-4310-3dce-ff5f-4ac36fc25f8a-38528639 {
        grid-area: 1/3/2/10
    }
}

@media screen and (max-width:767px) {
    #w-node-_4415a239-afe6-e924-d3c3-f07388381b34-88381b30 {
        grid-area: 1/3/2/6;
        align-self: start
    }
    #w-node-_4415a239-afe6-e924-d3c3-f07388381b37-88381b30 {
        grid-area: 2/3/2/9;
        align-self: end
    }
}

@media screen and (max-width:479px) {
    #w-node-baecd020-0591-0c13-81dd-351cd4286e59-d4286e4c,
    #w-node-c48d6481-6b4c-7e82-dd22-e9a2e87b26c1-794b7478,
    #w-node-cb01db08-3f05-cdbb-5ef6-b74594e8a855-794b7478,
    #w-node-b67d6a9f-884c-1491-d7bc-b1c2dbc15cbe-794b7478 {
        grid-column: span 1/span 1
    }
    #w-node-faa2305a-1600-624b-3553-a5629475cb11-23544b6d {
        grid-area: 1/1/2/13
    }
    #w-node-faa2305a-1600-624b-3553-a5629475cb14-23544b6d {
        grid-area: 2/1/3/13
    }
    #w-node-faa2305a-1600-624b-3553-a5629475cb19-23544b6d {
        grid-area: 3/1/4/13
    }
    #w-node-faa2305a-1600-624b-3553-a5629475cb1f-23544b6d {
        grid-column: 12/13;
        grid-row-start: 1
    }
    #w-node-_7ab3b974-56b9-cced-5238-762d5f75a43a-5f75a436 {
        grid-area: 1/1/2/13
    }
    #w-node-_7ab3b974-56b9-cced-5238-762d5f75a43d-5f75a436 {
        grid-area: 2/1/3/13
    }
    #w-node-_7ab3b974-56b9-cced-5238-762d5f75a444-5f75a436 {
        grid-area: 3/1/4/13
    }
    #w-node-_7ab3b974-56b9-cced-5238-762d5f75a44a-5f75a436 {
        grid-column: 12/13;
        grid-row-start: 1
    }
    #w-node-_79f611fb-0901-e64c-9c57-ca5fa83e00bc-f60ce38f {
        align-self: start
    }
    #w-node-_0e943f3d-d8eb-e3dc-0605-76e1c850125b-f60ce38f {
        grid-column: 1/2
    }
    #w-node-c3621f09-7339-b17d-c543-673bdefae1e5-f60ce38f {
        grid-column: 2/3;
        align-self: end
    }
    #w-node-_8bf38819-ed6b-645e-1041-7675008d80c6-f60ce38f {
        align-self: start
    }
    #w-node-_689ceb35-3d19-531e-03d1-1bb12bf6fad3-e41336bd {
        grid-area: 1/1/2/13
    }
    #w-node-_689ceb35-3d19-531e-03d1-1bb12bf6fad6-e41336bd {
        grid-area: 2/1/3/13
    }
    #w-node-_689ceb35-3d19-531e-03d1-1bb12bf6fada-e41336bd {
        grid-area: 3/1/4/13
    }
}