body * {
    -webkit-font-smoothing: subpixel-antialiased !important;
    text-rendering: optimizeLegibility !important;
    font-synthesis: none;
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

    .glide * {
        box-sizing: inherit;
    }

.glide__track {
    overflow: hidden;
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

    .glide__slide a {
        -webkit-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide--rtl {
    direction: rtl;
}

body {
    margin: 0;
    width: 100vw;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 808px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1400px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.grid {
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
}

.grid__col {
    box-sizing: border-box;
    margin-right: 8px;
}

    .grid__col:last-child {
        margin-right: 0;
    }

@media (max-width: 808px) {
    .grid {
        flex-direction: column;
    }
}

@media (min-width: 808px) {
    .grid {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1400px) {
    .grid {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.grid__col-1 {
    width: calc( 8.33333% - 8px + (8px / 12 * 1));
}

@media (max-width: 808px) {
    .grid__col-1 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-1 {
        width: calc( 8.33333% - 8px + (8px / 12 * 1));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-1 {
    margin-left: 8.33333%;
}

@media (max-width: 808px) {
    .grid__offset-1 {
        margin-left: 0;
    }
}

.grid__col-2 {
    width: calc( 16.66667% - 8px + (8px / 12 * 2));
}

@media (max-width: 808px) {
    .grid__col-2 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-2 {
        width: calc( 16.66667% - 8px + (8px / 12 * 2));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-2 {
    margin-left: 16.66667%;
}

@media (max-width: 808px) {
    .grid__offset-2 {
        margin-left: 0;
    }
}

.grid__col-3 {
    width: calc( 25% - 8px + (8px / 12 * 3));
}

@media (max-width: 808px) {
    .grid__col-3 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-3 {
        width: calc( 25% - 8px + (8px / 12 * 3));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-3 {
    margin-left: 25%;
}

@media (max-width: 808px) {
    .grid__offset-3 {
        margin-left: 0;
    }
}

.grid__col-4 {
    width: calc( 33.33333% - 8px + (8px / 12 * 4));
}

@media (max-width: 808px) {
    .grid__col-4 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-4 {
        width: calc( 33.33333% - 8px + (8px / 12 * 4));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-4 {
    margin-left: 33.33333%;
}

@media (max-width: 808px) {
    .grid__offset-4 {
        margin-left: 0;
    }
}

.grid__col-5 {
    width: calc( 41.66667% - 8px + (8px / 12 * 5));
}

@media (max-width: 808px) {
    .grid__col-5 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-5 {
        width: calc( 41.66667% - 8px + (8px / 12 * 5));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-5 {
    margin-left: 41.66667%;
}

@media (max-width: 808px) {
    .grid__offset-5 {
        margin-left: 0;
    }
}

.grid__col-6 {
    width: calc( 50% - 8px + (8px / 12 * 6));
}

@media (max-width: 808px) {
    .grid__col-6 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-6 {
        width: calc( 50% - 8px + (8px / 12 * 6));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-6 {
    margin-left: 50%;
}

@media (max-width: 808px) {
    .grid__offset-6 {
        margin-left: 0;
    }
}

.grid__col-7 {
    width: calc( 58.33333% - 8px + (8px / 12 * 7));
}

@media (max-width: 808px) {
    .grid__col-7 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-7 {
        width: calc( 58.33333% - 8px + (8px / 12 * 7));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-7 {
    margin-left: 58.33333%;
}

@media (max-width: 808px) {
    .grid__offset-7 {
        margin-left: 0;
    }
}

.grid__col-8 {
    width: calc( 66.66667% - 8px + (8px / 12 * 8));
}

@media (max-width: 808px) {
    .grid__col-8 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-8 {
        width: calc( 66.66667% - 8px + (8px / 12 * 8));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-8 {
    margin-left: 66.66667%;
}

@media (max-width: 808px) {
    .grid__offset-8 {
        margin-left: 0;
    }
}

.grid__col-9 {
    width: calc( 75% - 8px + (8px / 12 * 9));
}

@media (max-width: 808px) {
    .grid__col-9 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-9 {
        width: calc( 75% - 8px + (8px / 12 * 9));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-9 {
    margin-left: 75%;
}

@media (max-width: 808px) {
    .grid__offset-9 {
        margin-left: 0;
    }
}

.grid__col-10 {
    width: calc( 83.33333% - 8px + (8px / 12 * 10));
}

@media (max-width: 808px) {
    .grid__col-10 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-10 {
        width: calc( 83.33333% - 8px + (8px / 12 * 10));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-10 {
    margin-left: 83.33333%;
}

@media (max-width: 808px) {
    .grid__offset-10 {
        margin-left: 0;
    }
}

.grid__col-11 {
    width: calc( 91.66667% - 8px + (8px / 12 * 11));
}

@media (max-width: 808px) {
    .grid__col-11 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-11 {
        width: calc( 91.66667% - 8px + (8px / 12 * 11));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-11 {
    margin-left: 91.66667%;
}

@media (max-width: 808px) {
    .grid__offset-11 {
        margin-left: 0;
    }
}

.grid__col-12 {
    width: calc( 100% - 8px + (8px / 12 * 12));
}

@media (max-width: 808px) {
    .grid__col-12 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-mob-12 {
        width: calc( 100% - 8px + (8px / 12 * 12));
        margin-right: 0;
        margin-left: 0;
    }
}

.grid__offset-12 {
    margin-left: 100%;
}

@media (max-width: 808px) {
    .grid__offset-12 {
        margin-left: 0;
    }
}

@media (min-width: 820px) and (max-width: 1199.98px) {
    .grid__col-xl-6 {
        width: calc( 50% - 8px + (8px / 12 * 6));
        margin-right: 0;
        margin-left: 0;
    }

    .grid__col-xl-10 {
        width: calc( 83.33333% - 8px + (8px / 12 * 10));
        margin-right: 0;
    }
}

@font-face {
    font-family: "BrownStd";
    src: url("/assets/brand/fonts/BrownStd-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("/assets/brand/fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("/assets/brand/fonts/Inter-Regular.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Mono";
    src: url("/assets/brand/fonts/GTPressuraMono.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "IntuitiveBrown";
    src: url("/assets/brand/fonts/IntuitiveBrownProWeb-Regular.woff2") format("woff2"), url("/assets/brand/fonts/IntuitiveBrownProWeb-Regular.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "IntuitiveBrown";
    src: url("/assets/brand/fonts/IntuitiveBrownProWeb-Bold.woff2") format("woff2"), url("/assets/brand/fonts/IntuitiveBrownProWeb-Bold.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "IntuitiveBrownLight";
    src: url("/assets/brand/fonts/IntuitiveBrownProWeb-Light.woff2") format("woff2"), url("/assets/brand/fonts/IntuitiveBrownProWeb-Light.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

.type-h1, h1 {
    font-family: "BrownStd", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 96px;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 0;
    color: #252629;
}

@media (max-width: 808px) {
    .type-h1, h1 {
        font-size: 44px;
        line-height: 52px;
    }
}

.type-h2, h2, .iux-layout .type-h2, .iux-layout h2 {
    font-family: "BrownStd", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 56px;
    margin: 0;
    color: #252629;
}

@media (max-width: 808px) {
    .type-h2, h2, .iux-layout .type-h2, .iux-layout h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

.type-h3, h3 {
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #252629;
}

@media (max-width: 808px) {
    .type-h3, h3 {
        font-size: 20px;
        line-height: 24px;
    }
}


.type-h4, h4 {
    font-family: "BrownStd",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #252629
}

@media (max-width: 808px) {
    .type-h4, h4 {
        font-size: 24px;
        line-height: 32px
    }
}

.type-h4-light {
    font-family: "IntuitiveBrownLight",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #252629
}

.type-h5, h5 {
    font-family: "IntuitiveBrown",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    color: #252629
}

@media (max-width: 808px) {
    .type-h5, h5 {
        font-size: 26px;
        line-height: 32px;
    }
}


.type-body, .rich-text, .dropdown, .crosslink-contents__list-item, .search-page__most-searched-link, p {
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #252629;
}

.iux-layout .type-body, .iux-layout .rich-text, .iux-layout .dropdown, .iux-layout p {
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #FFF;
}

.type-caption, caption {
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #252629;
}

.type-link, .rich-text a {
    font-weight: 300;
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    color: #3d4dff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    padding: 0;
}

    .type-link:hover, .rich-text a:hover, .type-link:focus, .rich-text a:focus {
        text-decoration: underline;
    }

.type-underlined {
    text-decoration: underline;
}

strong {
    font-weight: 500;
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
}

.download-button--icon, .download-button--downloading::after, .download-button--finished::after, .btn--success::after {
    content: '';
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.download-button {
    background-color: #000;
    border: 0;
    color: #f2f3f5;
    transition: background-color 300ms, color 300ms, border 300ms;
    min-height: 64px;
    position: relative;
    overflow: hidden;
}

    .download-button.color-blue {
        background-color: #3d4dff;
    }

.download-button--downloading {
    background-color: #919299;
    pointer-events: none;
}

    .download-button--downloading::after {
        background-image: url("/assets/sprites.svg#loading-usage");
        animation-name: loading-spinner;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.download-button--finished {
    background-color: #48bc57;
    pointer-events: none;
}

    .download-button--finished::after {
        background-image: url("/assets/sprites.svg#check-white-usage");
    }

.download-button--error {
    background-color: #919299;
    pointer-events: none;
}

.download-button:hover:not(.download-button--finished):not(.download-button--downloading), .download-button:focus:not(.download-button--finished):not(.download-button--downloading):not(.download-button--error) {
    background-color: #3d4dff;
}

@keyframes loading-spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cta-button {
    background-color: #000;
    border: 0;
    color: #f2f3f5;
    transition: background-color 300ms, color 300ms, border 300ms;
    min-height: 64px;
    position: relative;
    overflow: hidden;
}

    .cta-button.color-blue {
        background-color: #f2f3f5;
        color: #252629;
    }

        .cta-button.color-blue:hover {
            background-color: #3d4dff;
            color: #f2f3f5;
        }

@media (max-width: 808px) {
    .cta-button {
        width: 100% !important;
    }
}

.copy-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin-left: 8px;
}

    .copy-button-container:hover {
        border-radius: 24px;
        background: #f2f3f5;
        cursor: pointer;
    }

    .copy-button-container.size-default {
        height: 48px;
        width: 48px;
    }

    .copy-button-container.size-small {
        height: 40px;
        width: 40px;
    }

    .copy-button-container:has(button.copy-button:focus-visible) {
        border-radius: 24px;
        background: #f2f3f5;
        cursor: pointer;
        outline: #3d4dff 2px solid;
        outline-offset: 2px;
    }

.copy-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    position: relative;
    text-align: center;
    background-image: url("/assets/sprites.svg#link-black-usage");
    background-size: 36%;
    background-repeat: no-repeat;
    background-position: top center;
    min-width: 48px;
    height: 48px;
    opacity: 1;
    padding: 0;
}

.copy-button--blue {
    background-image: url("/assets/sprites.svg#link-blue-usage");
}

.copy-button__message {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    transition: opacity 300ms;
    font-size: 14px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.copy-button__message--blue {
    color: #3d4dff;
}

.copy-button--message-right {
    height: 24px;
    min-width: 24px;
    background-size: 70%;
    background-position: center;
}

    .copy-button--message-right .copy-button__message {
        top: -3px;
        right: -80px;
    }

.copy-button--success {
    background-image: url("/assets/sprites.svg#check-black-usage");
}

    .copy-button--success.copy-button--blue {
        background-image: url("/assets/sprites.svg#check-blue-usage");
    }

.copy-button--code, .color--light-text .copy-button {
    opacity: 1;
    background-image: url("/assets/sprites.svg#copy-box-white-usage");
}

    .copy-button--code .copy-button__message, .color--light-text .copy-button .copy-button__message {
        color: #f2f3f5;
    }

    .copy-button--code.copy-button--success, .color--light-text .copy-button--success.copy-button {
        background-image: url("/assets/sprites.svg#check-white-usage");
    }

.copy-button--code-dark {
    opacity: 1;
    background-image: url("/assets/sprites.svg#copy-box-black-usage");
}

    .copy-button--code-dark .copy-button__message {
        color: #000;
    }

    .copy-button--code-dark.copy-button--success {
        background-image: url("/assets/sprites.svg#check-black-usage");
    }

.copy-button:hover {
    opacity: 1;
}

    .copy-button:hover .copy-button__message {
        opacity: 1;
    }

.copy-button:focus-visible {
    outline: 0;
}

.form {
    width: 100%;
}

@media (min-width: 808px) {
    .form {
        border-bottom: 2px solid #000;
        border-radius: 0;
        width: 100%;
        align-items: flex-end;
    }
}

@media (min-width: 808px) {
    .form__fields {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.form__input {
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
    display: block;
    width: 100%;
    font-weight: 350;
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    flex: 1;
    font-size: 24px;
    padding-bottom: 16px;
}

    .form__input:hover {
        outline: none;
    }

    .form__input:focus {
        outline: none;
    }

@media (min-width: 808px) {
    .form__input {
        display: inline-block;
        border-bottom: none;
        line-height: 64px;
        font-size: 52px;
        padding-bottom: 16px;
    }
}

.form__submit {
    background-color: #000;
    color: #f2f3f5;
    margin-top: 80px;
    border: none;
}

    .form__submit.btn, .form__submit.btn--small, .form__submit.btn--stroke, .form__submit.btn--fill {
        width: 160px;
        font-weight: 600;
    }

@media (min-width: 808px) {
    .form__submit {
        margin: 24px 0;
    }
}

.form__submit:disabled {
    color: #000;
    background-color: #c6c7cc;
    position: relative;
    z-index: -1;
}

.form__input::-ms-input-placeholder {
    color: #c6c7cc;
}

.form__input::placeholder {
    color: #c6c7cc;
}

.form__submit .form__input::-ms-input-placeholder {
    display: inline-block;
}

.form__submit .form__input::placeholder {
    display: inline-block;
}

.form__results {
    padding-top: 24px;
    font-size: 16px;
}

.form__results--desktop {
    display: none;
}

.form__results--mobile {
    display: block;
}

@media (min-width: 808px) {
    .form__results--desktop {
        display: block;
    }

    .form__results--mobile {
        display: none;
    }
}

.form__results--error {
    color: #c20006;
}

.form__results--success {
    color: #1c9e2d;
}

.cursor {
    width: 16px;
    height: 16px;
    position: fixed;
    z-index: 1000000;
    pointer-events: none;
    border-radius: 50%;
    background-color: #3d4dff;
    transform: translate(-50%, -50%);
    transition-property: width, height, background-color;
    transition-duration: 0.2s;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 16px 0 rgba(0, 0, 0, 0.13);
}

    .cursor::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50% 50%;
        transition: opacity 0.2s;
    }

.cursor--hidden {
    display: none;
}

.cursor--md {
    width: 24px;
    height: 24px;
}

.cursor--lg {
    width: 40px;
    height: 40px;
}

.cursor--mousedown {
    background-color: #6188ff;
    width: 16px;
    height: 16px;
}

.cursor--eye::before {
    background-image: url(/assets/sprites.svg#eye-white-usage);
}

.cursor--eye.cursor--mousedown::before {
    opacity: 0;
}

.cursor--x::before {
    background-image: url(/assets/sprites.svg#x-white-usage);
}

.cursor--x.cursor--mousedown::before {
    opacity: 0;
}

.cursor--check::before {
    background-image: url(/assets/sprites.svg#check-white-usage);
}

.cursor--check.cursor--mousedown::before {
    opacity: 0;
}

.cursor--download::before {
    background-image: url(/assets/sprites.svg#download-white-usage);
}

.cursor--download.cursor--mousedown::before {
    opacity: 0;
}

.cursor--left::before {
    background-image: url(/assets/sprites.svg#arrow-white-l-usage);
}

.cursor--left.cursor--mousedown::before {
    opacity: 0;
}

.cursor--right::before {
    background-image: url(/assets/sprites.svg#arrow-white-r-usage);
}

.cursor--right.cursor--mousedown::before {
    opacity: 0;
}

.cursor--lock::before {
    background-image: url(/assets/sprites.svg#lock-white-usage);
}

.cursor--lock.cursor--mousedown::before {
    opacity: 0;
}

.btn, .btn--small, .btn--stroke, .btn--fill {
    font-size: 16px;
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 20px 32px;
    border-radius: 32px;
    min-height: 64px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 320px;
    text-decoration: none;
    max-width: 100%;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.btn--small {
    width: auto;
}

.btn--stroke {
    transition: color, background-color 300ms, border-color 300ms;
}

    .btn--stroke.btn--black {
        border: 2px solid #000;
        color: #000;
        background-color: transparent;
    }

        .btn--stroke.btn--black:hover {
            border-color: #3d4dff;
            color: #3d4dff;
        }

    .btn--stroke.btn--blue {
        border: 2px solid #3d4dff;
        color: #3d4dff;
        background-color: transparent;
    }

.btn--fill {
    transition: background-color 300ms, border-color 300ms;
    font-weight: 400;
}

    .btn--fill.btn--black {
        background-color: #000;
        border: 2px solid #000;
        color: #f2f3f5;
    }

        .btn--fill.btn--black:hover, .btn--fill.btn--black:focus {
            background-color: #3d4dff;
            border-color: #3d4dff;
        }

    .btn--fill.btn--white {
        background-color: #fff;
        border: 2px solid #fff;
        color: #000
    }

        .btn--fill.btn--white:hover, .btn--fill.btn--white:focus {
            background-color: #3d4dff;
            border-color: #3d4dff;
            color: #f2f3f5
        }


.btn--success {
    background-color: #48bc57;
    position: relative;
}

    .btn--success::after {
        background-size: 50%;
        background-image: url("/assets/sprites.svg#check-white-usage");
    }

.file-format {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: currentColor;
}

.file-format__icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    font-weight: 500;
    padding-right: 24px;
    background-image: url("/assets/sprites.svg#triangle-down-black-usage");
    background-size: 16px;
    background-position: center right;
    background-repeat: no-repeat;
}

.desktop-search-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: #000;
    width: 56px;
    height: 56px;
    z-index: 1000;
    background-image: url("/assets/sprites.svg#search-white-usage");
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    transition: border 200ms, background-color 200ms;
    position: fixed;
    top: 48px;
    right: 48px;
}

@media (max-width: 1096px) {
    .desktop-search-button {
        display: none;
    }
}

.desktop-search-button--open {
    display: block;
    background-color: transparent;
    background-image: url("/assets/sprites.svg#x-black-usage");
}

    .desktop-search-button--open:hover {
        background-image: url("/assets/sprites.svg#x-blue-30-usage");
        border-color: #3d4dff;
    }

.desktop-search-button:hover:not(.desktop-search-button--open) {
    background-color: #3d4dff;
    border-color: #3d4dff;
}

.filter-button {
    position: relative;
    height: 48px;
    padding: 0 36px;
    min-height: auto;
    min-width: 112px;
    width: auto;
    white-space: nowrap;
}

.filter-button__label {
    transition: transform 200ms;
}

.filter-button:hover {
    border-color: #000;
    color: #000;
}

.filter-button[data-selected="true"] {
    border-color: #000;
    background: #000;
    color: #f2f3f5;
}

    .filter-button[data-selected="true"]:hover {
        outline: none;
        color: #f2f3f5;
        border-color: #3d4dff;
        background-color: #3d4dff;
    }

.filter-button[data-clearable="true"][data-selected="true"] .filter-button__label {
    transform: translateX(-8px);
}

.filter-button[data-clearable="true"][data-selected="true"]::after {
    transform: translate(0, -50%);
    opacity: 1;
}

.filter-button[data-clearable="true"]::after {
    background-image: url("/assets/sprites.svg#x-white-usage");
    content: "";
    transition: opacity 200ms, transform 200ms;
    display: block;
    opacity: 0;
    position: absolute;
    right: 16px;
    height: 16px;
    width: 16px;
    top: 50%;
    transform: translate(8px, -50%);
    background-repeat: no-repeat;
    background-size: cover;
}

.table-search {
    width: 100%;
}

.table-search__input {
    border: 0;
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 38px;
    width: 100%;
    background-image: url("/assets/sprites.svg#search-black-usage");
    background-position: left 40%;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    border-radius: 0;
}

    .table-search__input::-ms-input-placeholder {
        color: #abacb3;
    }

    .table-search__input::placeholder {
        color: #abacb3;
    }

.color {
    padding: 24px;
    display: flex;
}

@media (max-width: 808px) {
    .color {
        display: block;
    }
}

.color--white {
    font-weight: 600;
    border: 2px solid var(--grayscale-gray_10, #F2F3F5);
    border-radius: 0px 0px 8px 8px;
}

.color--light-text p {
    color: #f2f3f5;
}

@media (max-width: 808px) {
    .color .hidden {
        height: auto;
        width: auto;
        position: static;
        -webkit-clip-path: none;
        clip-path: none;
    }
}

.color__text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.color__name, .color__hex, .color__rgb {
    min-width: 33%;
    display: flex;
    align-items: center;
}

.color .copy-button {
    margin-left: 8px;
    opacity: 0;
    transition: opacity 300ms;
}

@media (max-width: 808px) {
    .color .copy-button {
        opacity: 1;
    }
}

.color__name {
    font-weight: 600;
}

@media (max-width: 808px) {
    .color__name {
        margin-bottom: 16px;
    }
}

.color:hover .copy-button {
    opacity: 1;
}

.search-login-banner {
    background-color: #f2f3f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}

@media (max-width: 808px) {
    .search-login-banner {
        display: block;
    }
}

.search-login-banner__info {
    display: flex;
    align-items: center;
}

.search-login-banner__text {
    margin: 0;
    margin-left: 16px;
}

@media (max-width: 808px) {
    .search-login-banner__link {
        padding-left: 36px;
        line-height: 32px;
    }
}

#svg-icons {
    display: none;
}

.hidden {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

.table {
    margin-bottom: 48px;
    margin-top: 48px;
    width: 100%;
    border-spacing: 0;
}

    .table code {
        font-family: "Mono", Consolas, "Courier New", Lucida Console, monospace;
    }

.table__header-cell {
    text-align: left;
    padding: 24px;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
}

.table__row-cell {
    border-top: 1px solid #e1e2e6;
    padding: 24px;
}

.card {
    padding-bottom: 40px;
}

.card__subtitle {
    margin-top: 24px;
}

.card__media {
    display: block;
    width: 100%;
    height: auto;
}

.card_copy a {
    text-decoration: none;
    color: #3d4dff;
}

    .card_copy a:hover {
        text-decoration: underline !important;
    }

.card__crosslink {
    margin-top: 8px;
}

.copy__header {
    margin-bottom: 24px;
}

.code-block {
    position: relative;
}

    .code-block pre {
        margin: 0;
    }

    .code-block .copy-button {
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .code-block .hljs {
        display: block;
        overflow-x: auto;
        padding: 0.5em;
        background: #252629;
        color: #6188ff;
        font-size: 24px;
        font-family: "Mono", Consolas, "Courier New", Lucida Console, monospace;
    }

    .code-block .hljs-name, .code-block .hljs-strong {
        font-weight: bold;
    }

    .code-block .hljs-code, .code-block .hljs-emphasis {
        font-style: italic;
    }

    .code-block .hljs-tag {
        color: #f2f3f5;
    }

    .code-block .hljs-variable, .code-block .hljs-template-variable, .code-block .hljs-selector-id, .code-block .hljs-selector-class {
        color: #f2f3f5;
    }

    .code-block .hljs-string, .code-block .hljs-bullet {
        color: #f2f3f5;
    }

    .code-block .hljs-type, .code-block .hljs-title, .code-block .hljs-section, .code-block .hljs-attribute, .code-block .hljs-quote, .code-block .hljs-built_in, .code-block .hljs-builtin-name {
        color: #c6c7cc;
    }

    .code-block .hljs-number, .code-block .hljs-symbol, .code-block .hljs-bullet {
        color: #c2f0e4;
    }

    .code-block .hljs-keyword, .code-block .hljs-selector-tag, .code-block .hljs-literal {
        color: #6188ff;
    }

    .code-block .hljs-comment, .code-block .hljs-deletion, .code-block .hljs-code {
        color: #888;
    }

    .code-block .hljs-regexp, .code-block .hljs-link {
        color: #dbb8ff;
    }

    .code-block .hljs-meta {
        color: #c9f5f5;
    }

    .code-block .hljs-deletion {
        background-color: #c9f5f5;
        color: #333;
    }

    .code-block .hljs-addition {
        background-color: #b3f2bb;
        color: #252629;
    }

    .code-block .hljs a {
        color: inherit;
    }

        .code-block .hljs a:focus, .code-block .hljs a:hover {
            color: inherit;
            text-decoration: underline;
        }

.gate {
    width: 28vw;
    height: 28vw;
    display: block;
    pointer-events: none;
    background-size: 100vw 100vh;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    margin-right: 32px;
    border-radius: 32px;
    transition: width 0.4s, height 0.4s, border-radius 0.4s, opacity 0.4s;
    -webkit-mask-image: radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

@media (max-width: 808px) {
    .gate {
        background-size: cover;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gate {
        transition: none;
    }
}

@media (min-width: 1400px) {
    .gate {
        margin-right: 64px;
        width: 360px;
        height: 360px;
    }
}

@media (max-width: 808px) {
    .gate {
        width: calc(100vw - 32px);
        margin-right: 0;
        margin-top: 8px;
        margin-bottom: 8px;
        border-radius: 24px;
        position: relative;
        flex-basis: 33.33333%;
    }
}

.gate:last-of-type {
    margin-right: 0;
}

.gate::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    transition: opacity 0.4s;
}

@media (max-width: 808px) {
    .gate--locked::before {
        content: "";
        position: absolute;
        z-index: 1;
        right: 16px;
        bottom: 16px;
        background-image: url("/assets/sprites.svg#lock-white-usage");
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        pointer-events: none;
    }
}

.gate__contents {
    position: relative;
    height: 100%;
    width: 100%;
    transition: width 0.4s, height 0.4s;
    pointer-events: all;
}

.gate__title, .gate__subtitle {
    transition: visibility 0.2s, opacity 0.2s, transform 0.3s;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #f2f3f5;
}

@media (prefers-reduced-motion: reduce) {
    .gate__title, .gate__subtitle {
        transition: none;
    }
}

.gate__title {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
    font-size: 72px;
    transform: scale(1);
}

@media (max-width: 1096px) {
    .gate__title {
        font-size: 48px;
    }
}

@media (max-width: 808px) {
    .gate__title {
        font-size: 44px;
    }
}

.gate__subtitle {
    font-size: 40px;
    opacity: 0;
    visibility: hidden;
    padding: 24px;
    min-width: calc( 360px * 1.35 - (24px * 2));
    transform: scale(0.9);
}

@media (max-width: 1400px) {
    .gate__subtitle {
        min-width: calc( (28vw * 1.2) - (24px * 2));
    }
}

@media (max-width: 1096px) {
    .gate__subtitle {
        font-size: 28px;
        line-height: 34px;
        min-width: calc( (28vw * 1.2) - (24px * 2));
    }
}

.gate:hover::after, .gate:focus::after {
    opacity: 1;
}

@media (min-width: 808px) {
    .gate:hover, .gate:focus {
        width: calc(28vw * 1.2);
        height: calc(28vw * 1.2);
        border-radius: 50%;
    }

        .gate:hover .gate__title, .gate:focus .gate__title {
            visibility: hidden;
            opacity: 0;
            transform: scale(1.1);
            transition: opacity 0.2s, transform 0.4s, visibility 0.4s;
        }

        .gate:hover .gate__subtitle, .gate:focus .gate__subtitle {
            transition-delay: 0.2s;
            visibility: visible;
            opacity: 1;
            transform: scale(1);
        }
}

@media (min-width: 1400px) {
    .gate:hover, .gate:focus {
        width: calc(360px * 1.35);
        height: calc(360px * 1.35);
    }
}

.gate.grow {
    width: 100vw;
    height: 100vw;
    pointer-events: none;
    overflow: visible;
    border-radius: 0;
    margin: 0;
    opacity: 0;
    transition: width 0.4s, height 0.4s, border-radius 0.4s ease-in-out 0.2s, opacity 1s ease-in-out 0.7s, margin 0.4s ease-in-out 0.2s;
}

@media (prefers-reduced-motion: reduce) {
    .gate.grow {
        transition: none;
    }
}

@media (orientation: portrait) {
    .gate.grow {
        width: 100vh;
        height: 100vh;
    }
}

.gate.grow::after {
    display: none;
}

.gate.grow .gate__title, .gate.grow .gate__subtitle {
    display: none;
}

@supports (-ms-ime-align: auto) {
    .gate:hover {
        width: 28vw;
        height: 28vw;
    }

    @media (min-width: 1400px) {
        .gate:hover {
            width: 360px;
            height: 360px;
        }
    }

    .gate__subtitle {
        min-width: calc( 28vw - (24px * 2));
    }

    @media (min-width: 1400px) {
        .gate__subtitle {
            min-width: calc( 360px - (24px * 2));
        }
    }

    .gate.grow {
        width: 100vw;
        height: 100vw;
    }
}

.accordion__status-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 16px;
    transition: background-color 200ms;
    border: 2px solid #000;
}

.accordion__content {
    height: 0;
    margin: 24px 0;
    transition: height 400ms;
    overflow: hidden;
}

.accordion__status-icon::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("/assets/sprites.svg#plus-black-usage");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.accordion--open .accordion__status-icon::after {
    background-image: url("/assets/sprites.svg#minus-black-usage");
}

.accordion__toggle {
    background-color: transparent;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    position: relative;
    display: flex;
    align-items: center;
    transition: color 200ms;
}

    .accordion__toggle:hover {
        color: #3d4dff;
    }

        .accordion__toggle:hover .accordion__status-icon::after {
            background-image: url("/assets/sprites.svg#plus-blue-usage");
        }

        .accordion__toggle:hover .accordion__status-icon {
            border-color: #3d4dff;
        }

.accordion--open .accordion__toggle:hover .accordion__status-icon::after {
    background-image: url("/assets/sprites.svg#minus-blue-usage");
}

.crosslink-contents {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

@media (max-width: 808px) {
    .crosslink-contents {
        min-height: 0;
        padding-bottom: 120px;
    }
}

.crosslink-contents .card {
    padding-bottom: 0;
}

.crosslink-contents__list {
    padding-left: 16px;
    margin: 0;
}

.crosslink-contents__list-item {
    font-size: 14px;
    color: #4b4d52;
}

.crosslink-contents__list-title {
    margin-bottom: 0;
}

.crosslink-contents__links {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
}

    .crosslink-contents__links button:first-of-type {
        margin-bottom: 16px;
    }

@media (max-width: 808px) {
    .crosslink-contents__links button {
        width: 100%;
    }

    .crosslink-contents__links a {
        width: 100%;
    }
}

.tabs__controls {
    overflow: auto;
    width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    margin-bottom: 32px;
    max-width: 1400px;
}

    .tabs__controls .filter-button {
        margin-right: 16px;
    }

.tabs__content {
    display: none;
}

.tabs__content--active {
    display: block;
}

.search-result {
    width: 100%;
    padding: 24px 0;
    text-decoration: none;
    color: #252629;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 808px) {
    .search-result {
        flex-direction: row;
        align-items: center;
    }
}

.search-result__title {
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 100;
    padding-bottom: 16px;
}

@media (min-width: 808px) {
    .search-result__title {
        padding-bottom: 0;
        font-size: 32px;
    }
}

@media (max-width: 808px) {
    .search-result__title {
        margin: 0;
    }
}

.search-result__thumbnail {
    margin-right: 32px;
    padding-bottom: 16px;
    width: 100%;
}

@media (min-width: 808px) {
    .search-result__thumbnail {
        padding-bottom: 0;
        width: initial;
    }
}

.search-result__details {
    margin-left: 0;
}

@media (min-width: 808px) {
    .search-result__details {
        margin-left: auto;
    }
}

.search-result__description {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 808px) {
    .search-result__description {
        width: 80%;
        max-width: 600px;
    }
}

.filters .filter-button {
    margin-bottom: 16px;
}

    .filters .filter-button:not(:last-child) {
        margin-right: 16px;
    }

@media (max-width: 808px) {
    .filters {
        white-space: nowrap;
        overflow-x: scroll;
    }
}

.color-list {
    list-style: none;
    overflow: hidden;
    border-radius: 8px;
    padding-left: 0;
    margin: 0 0 48px 0;
}

    .color-list:last-child {
        margin: 0;
    }

/* IUX changes - START */
.list-column {
    display: block
}

.list-column__list {
    list-style: none;
    padding: 0 30px 0 0;
    margin: 0
}

.list-column__list-item {
    margin-bottom: 8px
}

    .list-column__list-item:last-child {
        margin-bottom: 0
    }

.list-column .column-title {
    margin-bottom: 16px
}

.timeline-spine .list-column .type-link, .timeline-spine .list-column .rich-text a, .rich-text .timeline-spine .list-column a, .timeline-spine .list-column .type-body, .timeline-spine .list-column .rich-text, .timeline-spine .list-column .dropdown, .timeline-spine .list-column .crosslink-contents__list-item, .timeline-spine .list-column .search-page__most-searched-link {
    font-size: 14px;
    line-height: 20px
}

.iux-layout .list-column {
    color: #fff
}

    .iux-layout .list-column .type-body, .iux-layout .list-column .rich-text, .iux-layout .list-column .dropdown, .iux-layout .list-column .crosslink-contents__list-item, .iux-layout .list-column .search-page__most-searched-link, .iux-layout .list-column .column-title {
        color: #fff
    }

    .iux-layout .list-column .type-body, .iux-layout .list-column .rich-text, .iux-layout .list-column .dropdown, .iux-layout .list-column .crosslink-contents__list-item, .iux-layout .list-column .search-page__most-searched-link {
        line-height: unset
    }

iux-layout-experience-editor .list-column {
    color: #fff
}

    iux-layout-experience-editor .list-column .type-body, iux-layout-experience-editor .list-column .rich-text, iux-layout-experience-editor .list-column .dropdown, iux-layout-experience-editor .list-column .crosslink-contents__list-item, iux-layout-experience-editor .list-column .search-page__most-searched-link, iux-layout-experience-editor .list-column .column-title {
        color: #fff
    }

    iux-layout-experience-editor .list-column .type-body, iux-layout-experience-editor .list-column .rich-text, iux-layout-experience-editor .list-column .dropdown, iux-layout-experience-editor .list-column .crosslink-contents__list-item, iux-layout-experience-editor .list-column .search-page__most-searched-link {
        line-height: unset
    }

.cta {
    position: relative
}

    .cta .cta-button {
        display: inline-flex;
        align-items: center;
        font-family: "Inter",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 14px;
        font-weight: 300;
        border: 1px solid #38383D;
        border-radius: 8px;
        padding: 8px;
        box-sizing: border-box;
        position: relative
    }

    .cta a {
        color: #000;
        text-decoration: none
    }

    .cta img {
        height: 18px;
        width: 20px;
        margin-right: 8px
    }

.cta__tooltip {
    display: none;
    font-size: 12px;
    font-family: "Inter",Arial,Helvetica Neue,Helvetica,sans-serif;
    line-height: 16px;
    font-weight: 300;
    width: 280px;
    box-sizing: border-box;
    border-radius: 8px;
    z-index: 10;
    position: absolute;
    top: 100%;
    margin-top: 14px;
    left: calc(50% - 140px);
    background-color: #f2f3f5
}

.cta__tooltip-text {
    padding: 8px 16px
}

.cta__tooltip::before {
    content: ' ';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff
}

.iux-layout .cta {
    background-color: #000
}

    .iux-layout .cta a, .iux-layout .cta span {
        color: white
    }

.cta .tooltip {
    margin-left: 8px;
    margin-right: 0
}

.cta .visible {
    display: block
}


/* IUX changes - END */
.image-copy-block {
    padding-top: 48px;
    padding-bottom: 48px;
}

.image-copy-block__image {
    max-width: 100%;
}

@media (max-width: 808px) {
    .image-copy-block__copy {
        padding-bottom: 16px;
    }
}

.image-copy-block .audio-container {
    position: relative;
    height: 80px;
    margin-bottom: 48px;
}

.image-copy-block .media-play-button {
    pointer-events: none;
    margin: auto;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.image-copy-block .video-js {
    max-height: 720px;
    width: 100% !important;
    margin-bottom: 48px;
}

    .image-copy-block .video-js .vjs-big-play-button {
        display: none;
    }

        .image-copy-block .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
            display: none;
        }

    .image-copy-block .video-js.vjs-playing + .media-play-button {
        display: none;
    }

    .image-copy-block .video-js.vjs-has-started + .media-play-button {
        display: none;
    }

    .image-copy-block .video-js.vjs-ended + .media-play-button {
        display: none;
    }

.image-copy-block #audioOnly {
    border-radius: 1em;
    width: 100% !important;
    height: 80px !important;
    background-color: #252629 !important;
}

    .image-copy-block #audioOnly .vjs-control-bar {
        transform: none;
        background-color: transparent;
    }

    .image-copy-block #audioOnly .video-js.vjs-mouse .vjs-big-play-button {
        background: none;
    }

    .image-copy-block #audioOnly .vjs-dock-text {
        display: none !important;
    }

.media-copy-block {
    padding-top: 48px;
    padding-bottom: 48px;
}

    .media-copy-block .media-play-button {
        pointer-events: none;
        margin: auto;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .media-copy-block .audio-container {
        position: relative;
        margin-bottom: 48px;
    }

    .media-copy-block__image, .media-copy-block__iframe, .media-copy-block .video-js {
        max-height: 720px;
        width: 100% !important;
        margin-bottom: 48px;
    }

        .media-copy-block .video-js .vjs-big-play-button {
            display: none;
        }

            .media-copy-block .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
                display: none;
            }

        .media-copy-block .video-js.vjs-playing + .media-play-button {
            display: none;
        }

        .media-copy-block .video-js.vjs-has-started + .media-play-button {
            display: none;
        }

        .media-copy-block .video-js.vjs-ended + .media-play-button {
            display: none;
        }

.media-copy-block__iframe {
    height: 45vw;
}

@media (max-width: 808px) {
    .media-copy-block__iframe {
        height: 55vw;
    }
}

.media-copy-block #audioOnly {
    border-radius: 1em;
    width: 480px;
    height: 80px;
}

    .media-copy-block #audioOnly .vjs-control-bar {
        transform: none;
        background-color: transparent;
    }

    .media-copy-block #audioOnly .video-js.vjs-mouse .vjs-big-play-button {
        background: none;
    }

    .media-copy-block #audioOnly .vjs-dock-text {
        display: none !important;
    }

.section-copy-block {
    padding-top: 48px;
    padding-bottom: 48px;
}

    .section-copy-block .accordion {
        margin-top: 48px;
    }

    .section-copy-block .type-link, .section-copy-block .rich-text a, .rich-text .section-copy-block a {
        margin-top: 24px;
    }

.section-copy-block__header-wrapper {
    display: flex;
	align-items: center;
}

@media (max-width: 808px) {
    .section-copy-block__header-wrapper {
        padding-right: 40px;
    }
}

/*.section-copy-block__header-wrapper .copy-button {
    position: relative;
    bottom: -23.2px;
    right: -16px;
    transition: opacity 400ms;
    opacity: 0;
}*/

@media (max-width: 1096px) {
    .section-copy-block__header-wrapper .copy-button {
        opacity: 0.5;
        bottom: -16px;
    }
}

@media (max-width: 808px) {
    .section-copy-block__header-wrapper .copy-button {
        opacity: 0.5;
        right: -16px;
        bottom: -11px;
    }
}

.section-copy-block__header-wrapper:hover .copy-button {
    opacity: 1;
}

    .section-copy-block__header-wrapper:hover .copy-button:hover {
        opacity: 1;
    }

.card-list {
    padding-top: 48px;
    list-style: none;
}

    .card-list .card a {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-decoration: none;
        border: 0;
        background-color: transparent;
        padding: 0;
    }

.image-carousel {
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 1432px;
    --translate-position: -100%;
}

.image-carousel__image {
    margin: 0;
    width: 100%;
    display: block;
}

.image-carousel__copy {
    padding: 48px 16px 0 16px;
    float: left;
    opacity: 0;
    transition: opacity 1s;
}

@media (min-width: 808px) {
    .image-carousel__copy {
        padding-left: 0;
        padding-right: 0;
    }
}

.image-carousel__image-wrapper::before {
    width: 100%;
    height: 100%;
    background: var(--swipe);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0.5s;
}

.image-carousel__slide {
    display: none;
    position: relative;
}

.image-carousel__slide--active {
    display: block;
    width: 100%;
}

    .image-carousel__slide--active .image-carousel__image-wrapper::before {
        animation: fade 0.5s forwards;
    }

    .image-carousel__slide--active .image-carousel__copy {
        opacity: 1;
        animation: fade 0.25s reverse;
    }

.image-carousel__slide--previous-active .image-carousel__image-wrapper::before {
    animation: swipe 0.4s forwards;
    animation-timing-function: ease-out;
}

.image-carousel__slide--previous-active .image-carousel__copy {
    opacity: 0;
    transition: opacity 0.25;
}

.image-carousel__nav-items {
    transform: translateY(-100%);
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 10;
    padding-bottom: 24px;
}

@media (max-width: 808px) {
    .image-carousel__nav-items {
        padding-bottom: 8px;
    }
}

.image-carousel__nav-item {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: inline-block;
    margin: 8px;
    border: solid 2px transparent;
}

.image-carousel__nav-item--active {
    border: solid 2px #fff;
}

    .image-carousel__nav-item--active.image-carousel__nav-item--active--dark-border {
        border: solid 2px #000;
    }

@keyframes swipe {
    0% {
        opacity: 1;
        transform: translateX(var(--translate-position));
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.hero {
    padding-top: 48px;
    padding-bottom: 48px;
    /* Below are hardcoded grid column styles adapted from the grid-system.scss file to account for the hero image width changing after 1400px to full-width without a left offset. */
}

@media (max-width: 1400px) {
    .hero {
        padding-right: 0;
    }
}

.hero__image {
    max-height: 720px;
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
}

@media (max-width: 1400px) {
    .hero__image {
        border-radius: 24px 0 0 24px;
    }
}

@media (max-width: 1400px) {
    .hero__inner {
        width: calc(91.66667% - 8px + (8px / 12 * 11));
        margin-left: 8.33333%;
    }
}

@media (max-width: 808px) {
    .hero__inner {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1400px) {
    .hero__inner {
        width: calc(100% - 8px + (8px / 12 * 12));
        margin-left: 0;
    }
}

.title {
    padding-top: 96px;
    padding-bottom: 48px;
}

@media (max-width: 1096px) {
    .title {
        padding-top: 48px;
    }
}

@media (max-width: 1096px) {
    body.noscroll {
        height: 100vh;
        overflow: hidden;
    }
}

.navigation {
    overflow: auto;
    background-color: #000;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
    transition: transform 500ms, opacity 500ms;
}

@media (min-width: 1096px) {
    .navigation {
        width: 300px;
        height: 100vh;
        float: left;
        position: -webkit-sticky;
        position: sticky;
    }
}

@media (prefers-reduced-motion: reduce) {
    .navigation {
        transition: opacity 500ms;
    }
}

.navigation--animate-out {
    opacity: 0;
    transform: translateX(-300px);
}

@media (max-width: 1096px) {
    .navigation {
        overflow: visible;
        background-color: transparent;
        display: block;
        width: 100%;
    }
}

.navigation__hidden {
    display: block;
}

@media (min-width: 1096px) {
    .navigation__hidden {
        display: none;
    }
}

.navigation__logo-wrapper {
    padding-top: 64px;
    padding-bottom: 72px;
    padding-left: 56px;
    display: block;
}

    .navigation__logo-wrapper img {
        width: 120px;
        height: 34px;
    }

    .navigation__logo-wrapper .navigation__logo--dark {
        display: none;
    }

@media (max-width: 1096px) {
    .navigation__logo-wrapper {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 0;
        text-align: center;
        background-color: #000;
    }
}

.navigation ul {
    padding-left: 0;
    list-style: none;
}

@media (max-width: 1096px) {
    .navigation__menu {
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        pointer-events: none;
        transform: translateX(-100vw);
        transition: transform 500ms;
        height: calc(100vh - 70px);
        overflow: auto;
    }
}

@media (max-width: 1096px) {
    .navigation__menu--show {
        pointer-events: all;
        transform: translateX(0);
        display: block;
    }
}

@media (max-width: 1096px) {
    .navigation__nav-list {
        padding-top: 24px;
        background-color: #000;
        margin: 0;
        min-height: 100%;
        box-sizing: border-box;
    }
}

.navigation__sub-menu {
    height: 0;
    transition: height 400ms;
    overflow: hidden;
}

.navigation__anchor-menu {
    background-color: #252629;
    display: block;
    padding: 16px 0 24px 0;
}

    .navigation__anchor-menu a {
        line-height: 40px;
        color: #919299;
        display: flex;
        align-items: center;
        transition: color 200ms;
    }

        .navigation__anchor-menu a::before {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            background-color: #f2f3f5;
            border-radius: 50%;
            margin-right: 16px;
            opacity: 0;
            transition: opacity 200ms;
        }

        .navigation__anchor-menu a:hover, .navigation__anchor-menu a.active {
            color: #f2f3f5;
        }

            .navigation__anchor-menu a:hover::before, .navigation__anchor-menu a.active::before {
                opacity: 1;
            }

.navigation__section {
    position: relative;
}

.navigation__section--expandable::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 24px;
    width: 14px;
    height: 14px;
    background-image: url("/assets/sprites.svg#arrow-white-d-usage");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s;
    pointer-events: none;
    z-index: 1;
}

.navigation__section--open.navigation__section--expandable::before {
    transform: rotate(-180deg);
}

.navigation__toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

.navigation__link {
    text-decoration: none;
    color: #f2f3f5;
    display: block;
    line-height: 56px;
    padding-left: 56px;
    padding-right: 56px;
    transition: background-color 200ms;
}

@media (max-width: 1096px) {
    .navigation__link {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.navigation__link--active {
    background-color: #252629;
}

.navigation__link--large {
    font-family: "BrownStd", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 56px;
}

.navigation__link--lock {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .navigation__link--lock::after {
        content: "";
        display: block;
        margin-right: 28px;
        width: 15px;
        height: 15px;
        background-image: url("/assets/sprites.svg#lock-white-usage");
        background-size: contain;
        background-repeat: no-repeat;
    }

@media (min-width: 1096px) {
    .navigation__link--lock::after {
        margin-right: 0;
    }
}

.navigation__link--new {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .navigation__link--new::after {
        content: "NEW";
        display: block;
        font-size: 12px;
    }

.navigation__link:hover:not(.navigation__link--sub-link) {
    background-color: #3d4dff;
}

.navigation__mobile-button {
    position: absolute;
    top: 16px;
    left: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 8px;
    background-color: transparent;
}

    .navigation__mobile-button .burger-line, .navigation__mobile-button .navigation__burger--inner, .navigation__mobile-button .navigation__burger::after, .navigation__mobile-button .navigation__burger::before {
        background-color: #f2f3f5;
        height: 2px;
        width: 21px;
        margin-top: 6px;
        transition: transform 200ms;
    }

    .navigation__mobile-button .navigation__burger {
        pointer-events: none;
        transition: transform 200ms;
        margin-top: 0;
    }

    .navigation__mobile-button .navigation__burger--inner {
        display: flex;
        flex-wrap: wrap;
    }

    .navigation__mobile-button .navigation__burger::after {
        content: "";
        display: block;
        opacity: 1;
    }

    .navigation__mobile-button .navigation__burger::before {
        content: "";
        display: block;
        transition: transform 200ms;
    }

.navigation__mobile-button--open .navigation__burger--inner {
    transform: rotate(-45deg);
}

.navigation__mobile-button--open .navigation__burger::before {
    transform: rotate(45deg) translate(6px, 5.5px);
}

.navigation__mobile-button--open .navigation__burger::after {
    opacity: 0;
}

.navigation__mobile-search {
    position: absolute;
    top: 26px;
    right: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-image: url("/assets/sprites.svg#search-white-usage");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

@media (min-width: 1096px) {
    .navigation--homepage {
        background-color: transparent;
        height: auto;
    }

        .navigation--homepage .navigation__logo--light {
            display: none;
        }

        .navigation--homepage .navigation__logo--dark {
            display: block;
        }

        .navigation--homepage .navigation__menu {
            display: none;
        }
}

.page-intro {
    box-sizing: border-box;
    min-height: 100vh;
    padding: 112px 0;
    position: relative;
    display: grid;
    align-content: center;
    overflow: hidden;
}

.page-navigation {
    width: 100%;
    background-color: #f2f3f5;
}

.page-navigation__inner {
    display: flex;
    align-items: center;
    height: 160px;
}

@media (max-width: 808px) {
    .page-navigation__inner {
        height: 112px;
    }
}

.page-navigation__subtitle {
    margin: 0;
    color: #4b4d52;
}

.page-navigation .type-h2 {
    transition: color 200ms;
    display: inline-block;
}

.page-navigation__link {
    text-decoration: none;
    color: #000;
}

    .page-navigation__link:hover .type-h2 {
        color: #3d4dff;
    }

.page-navigation__button {
    width: 100%;
    display: block;
}

.page-navigation__next {
    text-align: right;
}

body.beneath-flyout {
    height: 100vh;
    overflow: hidden;
}

.flyout-menu__scrim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: 10000;
}

.flyout-menu {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    transform: translateX(448px);
    transition: transform 0.2s;
    background-color: #fff;
    max-width: 100%;
}

.flyout-menu--hidden {
    display: none;
}

@media (max-width: 808px) {
    .flyout-menu {
        transform: translateX(100%);
    }
}

.flyout-menu__close {
    padding: 0;
    margin: 16px 0 16px -32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    width: 16px;
    height: 16px;
    background-image: url("/assets/sprites.svg#x-black-usage");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 808px) {
    .flyout-menu__close {
        position: static;
        margin: 16px 0;
    }
}

.flyout-menu--open {
    transform: translateX(0);
}

.flyout-menu__content {
    width: 448px;
    height: 100vh;
    padding: 0 56px 24px 56px;
    box-sizing: border-box;
    overflow-y: auto;
}

@media (max-width: 640px) {
    .flyout-menu__content {
        width: 100%;
        padding: 16px;
        padding-top: 0;
    }
}

.component-demo__image {
    width: 100%;
    margin-bottom: 48px;
}

.component-demo__code {
    margin-bottom: 48px;
}

.gates {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    min-height: 800px;
}

@media (max-width: 808px) {
    .gates {
        height: calc(100vh - 70px);
        margin-top: 70px;
        min-height: 0;
        position: static;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
}

@media (max-width: 808px) {
    .color-table__header {
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
    }
}

@media (min-width: 808px) {
    .color-table__header {
        justify-content: space-evenly;
        display: flex;
        padding-left: 24px;
        padding-right: 24px;
    }

    .color-table__header--label {
        font-weight: 500;
        min-width: 33%;
    }

    /* .color-table__header :first-child {
        margin-right: -40px;
    } */
}

@media (max-width: 1400px) {
    .crosslink-carousel {
        padding: 0 0 48px 0;
    }
}

.crosslink-carousel .glide__slides {
    overflow: visible;
}

.crosslink-carousel__arrows {
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
    transition: opacity 300ms;
}

@media (max-width: 1400px) {
    .crosslink-carousel__arrows {
        margin-right: 24px;
    }
}

@media (max-width: 808px) {
    .crosslink-carousel__arrows {
        display: none;
    }
}

.crosslink-carousel:hover .crosslink-carousel__arrows {
    opacity: 1;
}

.crosslink-carousel__arrow {
    width: 48px;
    height: 48px;
    background-color: #000;
    border: 0;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 300ms, opacity 300ms;
    position: relative;
    pointer-events: all;
}

.crosslink-carousel__arrow--left {
    margin-right: 16px;
}

.crosslink-carousel__arrow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.crosslink-carousel__arrow--left::after {
    background-image: url("/assets/sprites.svg#arrow-white-l-usage");
}

.crosslink-carousel__arrow--right::after {
    background-image: url("/assets/sprites.svg#arrow-white-r-usage");
}

.crosslink-carousel__arrow:hover {
    background-color: #3d4dff;
}

.crosslink-carousel__arrow.disabled {
    opacity: 0;
    pointer-events: none;
}

.crosslink-carousel__inner {
    overflow: hidden;
}

@media (max-width: 1400px) {
    .crosslink-carousel__inner {
        margin-left: 0;
        width: 100%;
    }
}

.crosslink-carousel__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.crosslink-carousel__card {
    margin: 0 40px 0 0;
    flex: 0 0 auto;
    width: 300px;
    display: inline-block;
}

    .crosslink-carousel__card:first-child {
        margin-left: 16px;
    }

@media (min-width: 808px) {
    .crosslink-carousel__card:first-child {
        margin-left: calc((1 / 12) * 100% + 24px);
    }
}

@media (min-width: 1400px) {
    .crosslink-carousel__card:first-child {
        margin-left: calc((1 / 12) * 100% + 32px);
    }
}

@media (min-width: 808px) {
    .crosslink-carousel__card:first-child {
        margin-left: 104px;
    }
}

@media (min-width: 1400px) {
    .crosslink-carousel__card:first-child {
        margin-left: 0;
    }
}

/*IUX Text carousel changes - START */
.iux-layout .text-carousel {
    padding-top: 48px;
    padding-bottom: 56px;
}

    .iux-layout .text-carousel .crosslink-carousel__arrow {
        background-color: #fff;
    }

    .iux-layout .text-carousel .crosslink-carousel__arrow--right::after {
        background-image: url(/assets/sprites_new.svg#arrow-black-r-usage);
    }

    .iux-layout .text-carousel .crosslink-carousel__arrow--left::after {
        background-image: url(/assets/sprites_new.svg#arrow-black-l-usage);
    }

    .iux-layout .text-carousel .crosslink-carousel__arrow--right:hover::after {
        background-image: url(/assets/sprites_new.svg#arrow-white-r-usage);
    }

    .iux-layout .text-carousel .crosslink-carousel__arrow--left:hover::after {
        background-image: url(/assets/sprites_new.svg#arrow-white-l-usage);
    }

    .iux-layout .text-carousel .crosslink-carousel__arrow:hover {
        background-color: #3d4dff;
    }

    .iux-layout .text-carousel .crosslink-carousel__card .card {
        padding-right: 40px;
        padding-top: 16px;
        padding-left: 40px;
    }

    .iux-layout .text-carousel .card_copy {
        font-size: 32px;
        font-family: "IntuitiveBrown", Arial, Helvetica Neue, Helvetica, sans-serif;
        font-weight: 500;
        line-height: 46px;
    }

@media (max-width: 1025px) {
    .iux-layout .text-carousel .card_copy {
        font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        color: #FFF;
    }

    .iux-layout .text-carousel .card {
        padding-bottom: 20px;
    }
}

.iux-layout .text-carousel .text-card .card_copy {
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #FFF;
}

.iux-layout .text-carousel .crosslink-carousel__card {
    background-color: #1c1c1f;
    border-radius: 20px;
    /*margin-right: 17px !important;*/
}

.iux-layout .text-card-carousel {
    padding-top: 24px;
}


.iux-layout .text-card-carousel__inner .crosslink-carousel__arrows, .iux-layout .text-carousel__inner .crosslink-carousel__arrows {
    padding-top: 41px;
}

.iux-layout .text-carousel .card_copy ul {
    padding-left: 16px;
}

.iux-layout .crosslink-carousel__arrows {
    opacity: 1
}

@media (max-width: 808px) {
    .iux-layout .text-carousel .crosslink-carousel__card .card {
        padding-right: 20px;
        padding-top: 8px;
        padding-left: 20px;
    }
}

/*IUX Text carousel changes - END */
.asset-library-table__message {
    padding: 16px 24px;
    border-top: 1px solid #e1e2e6;
}

.asset-library-table__message--no-results {
    display: none;
}

.asset-library-table__message--error {
    color: #c20006;
}

.asset-library-table--empty .table {
    margin-bottom: 0;
}

.asset-library-table--empty .asset-library-table__message--no-results {
    display: block;
}

.asset-library-table .table {
    overflow-y: auto;
    max-height: calc(113px * 6 + 75px);
    display: block;
}

@media (max-width: 808px) {
    .asset-library-table .table {
        max-height: calc(113px * 4 + 75px);
    }
}

.asset-library-table .table__row-cell {
    width: 33%;
    padding: 19px 24px;
}

.asset-library-table .table__body .table__row-cell {
    position: relative;
}

.asset-library-table__cell-contents {
    font-size: 14px;
    line-height: 31px;
    margin: 0;
}

.asset-library-table__header-cell {
    font-weight: bold;
    z-index: 100;
}

.asset-library-table__header-cell--sortable {
    border: none;
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: transparent;
}

    .asset-library-table__header-cell--sortable::after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background-image: url("/assets/sprites.svg#triangle-down-black-usage");
        background-repeat: no-repeat;
        margin-left: 16px;
        vertical-align: middle;
    }

    .asset-library-table__header-cell--sortable:hover {
        color: #3d4dff;
    }

        .asset-library-table__header-cell--sortable:hover::after {
            background-image: url("/assets/sprites.svg#triangle-down-blue-usage");
        }

.asset-library-table__header-cell--sortable--active {
    text-decoration: underline;
}

.asset-library-table__header-cell--sortable--reversed::after {
    transform: scaleY(-1) translateY(50%);
}

.asset-library-table__download-button {
    width: 24px;
    height: 24px;
    background-image: url("/assets/sprites.svg#download-black-usage");
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    background-color: transparent;
    position: relative;
}

.asset-library-table__file-format--hover-only {
    display: none;
}

@media (max-width: 1096px) {
    .asset-library-table__cell--large-only * {
        display: none;
    }
}

.asset-library-table__row--hidden {
    display: none;
}

.asset-library-table__download-bar {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 0;
    transition: transform 400ms;
    transform: translateY(300px);
    background-color: #f2f3f5;
}

.asset-library-table__download-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.asset-library-table__download-bar--visible {
    transform: translateY(0);
}

@media (max-width: 1096px) {
    .asset-library-table__download-bar {
        left: 0;
    }
}

@media (min-width: 1096px) {
    .asset-library-table__download-bar {
        padding-left: 300px;
    }
}

.asset-library-table__download-bar .download-button {
    width: 192px;
}

@media (max-width: 808px) {
    .asset-library-table__download-bar .download-button {
        width: 100%;
    }
}

.asset-library-table__download-bar .asset-library-table__download-controls-left {
    padding-left: 24px;
}

.asset-library-table__download-bar .asset-library-table__download-controls-left, .asset-library-table__download-bar .asset-library-table__download-controls-right {
    display: inline-flex;
}

@media (max-width: 808px) {
    .asset-library-table__download-bar .asset-library-table__download-controls-left, .asset-library-table__download-bar .asset-library-table__download-controls-right {
        justify-content: space-between;
        margin-bottom: 16px;
    }
}

.asset-library-table__download-bar .asset-library-table__download-count {
    margin-right: 32px;
}

.asset-library-table__download-bar .type-link, .asset-library-table__download-bar .rich-text a, .rich-text .asset-library-table__download-bar a {
    color: #000;
    font-weight: 500;
}

.asset-library-table__row--selected {
    background-color: #38383d;
}

    .asset-library-table__row--selected .asset-library-table__file-format--non-hover-only {
        display: none;
    }

    .asset-library-table__row--selected .asset-library-table__file-format--hover-only {
        display: unset;
    }

    .asset-library-table__row--selected .asset-library-table__cell-contents {
        color: #f2f3f5;
    }

    .asset-library-table__row--selected .asset-library-table__download-button {
        background-image: url("/assets/sprites.svg#download-white-usage");
    }

@media (hover: hover) {
    .asset-library-table__row:hover {
        background-color: #3d4dff;
    }

        .asset-library-table__row:hover .asset-library-table__file-format--non-hover-only {
            display: none;
        }

        .asset-library-table__row:hover .asset-library-table__file-format--hover-only {
            display: unset;
        }

        .asset-library-table__row:hover .asset-library-table__cell-contents {
            color: #f2f3f5;
        }

        .asset-library-table__row:hover .asset-library-table__download-button {
            background-image: url("/assets/sprites.svg#download-white-usage");
        }
}

.asset-library-table__row--selected:hover .asset-library-table__download-button {
    background-image: url("/assets/sprites.svg#check-white-usage");
}

.asset-library-table__filters {
    margin-top: 24px;
    width: 100%;
    max-width: 1400px;
}

@media (max-width: 808px) {
    .asset-library-table__filters {
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

footer {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    font-family: "BrownStd", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    grid-column: span 2;
}

    footer *, footer ::after, footer ::before {
        box-sizing: border-box;
    }

    footer .navigation__logo {
        width: 112px;
        height: 30px;
    }

@media (max-width: 1096px) {
    footer {
        margin-left: 0;
    }
}

footer [tabindex="-1"]:focus {
    outline: 0 !important;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer ul {
    margin-top: 0;
}

footer p, footer ul {
    margin-bottom: 1rem;
}

    footer ul ul {
        margin-bottom: 0;
    }

footer a:hover {
    color: #0056b3;
    text-decoration: underline;
}

footer a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

    footer a:not([href]):not([tabindex]):focus, footer a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none;
    }

    footer a:not([href]):not([tabindex]):focus {
        outline: 0;
    }

footer img {
    vertical-align: middle;
    border-style: none;
}

footer svg:not(:root) {
    overflow: hidden;
}

footer label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

footer [type="reset"], footer [type="submit"], footer html [type="button"] {
    -webkit-appearance: button;
}

    footer [type="button"]::-moz-focus-inner, footer [type="reset"]::-moz-focus-inner, footer [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

footer [type="number"]::-webkit-inner-spin-button, footer [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

footer [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    footer [type="search"]::-webkit-search-cancel-button, footer [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

footer ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

footer [hidden] {
    display: none !important;
}

footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

footer .h1, footer h1 {
    font-size: 2.5rem;
}

footer .h2, footer h2 {
    font-size: 2rem;
}

footer .h3, footer h3 {
    font-size: 1.75rem;
}

footer .h4, footer h4 {
    font-size: 1.5rem;
}

footer .h5, footer h5 {
    font-size: 1.25rem;
}

footer .h6, footer h6 {
    font-size: 1rem;
}

footer .display-1 {
    font-size: 1.25rem;
    font-weight: 300;
}

footer .display-1 {
    font-size: 6rem;
    line-height: 1.2;
}

footer .display-2, footer .display-3, footer .display-4 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

footer .display-3, footer .display-4 {
    font-size: 4.5rem;
}

footer .display-4 {
    font-size: 3.5rem;
}

footer .list-inline, footer .list-unstyled {
    padding-left: 0;
    list-style: none;
}

footer .Div-Line {
    margin-top: 60px;
    border: 0.5px solid #8a8a90;
}

@media only screen and (max-width: 991px) {
    footer .Div-Line {
        margin-top: 0px;
    }
}

footer .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer .footerTableBox {
    padding-top: 100px;
}

footer .footerSubMenuTitle {
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 11px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b1b2b8;
    margin-bottom: 4px;
}

footer p.footerBottomLabels:hover, footer p.footerSubMenuTitle:hover {
    color: #f2f3f5 !important;
}

footer .footerSubMenuTitle:hover, footer label.footerSubMenuTitle:hover {
    color: #f2f3f5 !important;
}

@media (min-width: 576px) {
    footer .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    footer .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    footer .container {
        max-width: 960px;
    }
}

footer .copyright, footer .footerBottomLabels {
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 11px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

footer .footerBottomLabels {
    margin-bottom: 0;
    text-align: left;
    color: #b1b2b8;
}

footer .copyright {
    color: #8a8a90;
    text-align: left !important;
}

footer .list-unstyled a {
    text-decoration: none !important;
}

footer .list-unstyled svg:hover, footer a.btn-floating svg:hover {
    fill: #fff;
}

footer .list-unstyled svg {
    fill: #8a8a90;
}

footer .social-section .list-unstyled a {
    padding: 0.25rem 0.5rem 0.25rem 0;
}

footer .flag {
    height: 11px;
}

@media (max-width: 992px) {
    footer .container {
        max-width: 980px !important;
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
}

@media (min-width: 1800px) and (max-width: 2200px) {
    footer .container {
        max-width: 1440px !important;
    }
}

@media (min-width: 2200px) {
    footer .container {
        max-width: 1800px !important;
    }
}

footer .card {
    padding: 0;
}

footer .isrgLogoDiv {
    padding-top: 100px;
    margin-bottom: 35px;
    color: #f2f3f5;
}

footer .verticalLine {
    border-right: 1px solid #8a8a90;
    margin-top: 8px;
    line-height: 10px;
}

footer .bottomLinksLi {
    padding-right: 15px;
    padding-left: 15px;
}

    footer .bottomLinksLi:last-child {
        padding-right: 0;
    }

    footer .bottomLinksLi:first-child {
        padding-left: 0;
    }

@media only screen and (max-width: 991px) {
    footer .social-section {
        margin-top: 30px;
    }
}

footer .footer-container {
    margin-top: 10px;
    padding-bottom: 100px;
}

footer .align-items-center {
    align-items: center !important;
}

footer .d-flex {
    display: flex !important;
}

@media (min-width: 1200px) {
    footer .container {
        max-width: 1140px;
    }
}

footer .footerAccordionMenu {
    display: none;
}

footer .accordionTab {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}

    footer .accordionTab:hover {
        text-decoration: none;
    }

    footer .accordionTab:after {
        content: "";
        display: block;
        width: 13px;
        height: 13px;
        background-image: url("/assets/sprites.svg#plus-white-usage");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

footer .card-header {
    background: none;
    border: none;
    width: 100%;
}

    footer .card-header[aria-expanded="true"] .accordionTab:after {
        transform: rotate(45deg);
    }

footer .footerTableHeader {
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #f2f3f5;
}

footer .footerAccordionMenu .footerTableHeader {
    margin-bottom: 11px;
    margin-top: 11px;
}

@media only screen and (max-width: 991px) {
    footer .footerAccordionMenu {
        display: block !important;
    }

    footer .footerTableMenu {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    footer .text-xl-left {
        text-align: left !important;
    }

    footer .text-xl-right {
        text-align: right !important;
    }

    footer .text-xl-center {
        text-align: center !important;
    }
}

footer .policy-section {
    margin-top: -8px;
}

footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

footer .col, footer .col-1, footer .col-10, footer .col-11, footer .col-12, footer .col-2, footer .col-3, footer .col-4, footer .col-5, footer .col-6, footer .col-7, footer .col-8, footer .col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

footer .col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

footer .col-lg, footer .col-lg-1, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-auto, footer .col-md, footer .col-md-1, footer .col-md-10, footer .col-md-11, footer .col-md-12, footer .col-md-2, footer .col-md-3, footer .col-md-4, footer .col-md-5, footer .col-md-6, footer .col-md-7, footer .col-md-8, footer .col-md-9, footer .col-md-auto, footer .col-sm, footer .col-sm-1, footer .col-sm-10, footer .col-sm-11, footer .col-sm-12, footer .col-sm-2, footer .col-sm-3, footer .col-sm-4, footer .col-sm-5, footer .col-sm-6, footer .col-sm-7, footer .col-sm-8, footer .col-sm-9, footer .col-sm-auto, footer .col-xl, footer .col-xl-1, footer .col-xl-10, footer .col-xl-11, footer .col-xl-12, footer .col-xl-2, footer .col-xl-3, footer .col-xl-4, footer .col-xl-5, footer .col-xl-6, footer .col-xl-7, footer .col-xl-8, footer .col-xl-9, footer .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

footer .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

footer .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

footer .col-1, footer .col-2, footer .col-3 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

footer .col-2, footer .col-3 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

footer .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

footer .col-4, footer .col-5, footer .col-6 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

footer .col-5, footer .col-6 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

footer .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

footer .col-7, footer .col-8, footer .col-9 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

footer .col-8, footer .col-9 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

footer .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

footer .col-10, footer .col-11, footer .col-12 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

footer .col-11, footer .col-12 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

footer .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    footer .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    footer .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    footer .col-sm-1, footer .col-sm-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    footer .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    footer .col-sm-3, footer .col-sm-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    footer .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    footer .col-sm-5, footer .col-sm-6 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    footer .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer .col-sm-7, footer .col-sm-8 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    footer .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    footer .col-sm-10, footer .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    footer .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    footer .col-sm-11, footer .col-sm-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    footer .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    footer .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    footer .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    footer .col-md-1, footer .col-md-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    footer .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    footer .col-md-3, footer .col-md-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    footer .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    footer .col-md-5, footer .col-md-6 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    footer .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer .col-md-7, footer .col-md-8 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    footer .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    footer .col-md-10, footer .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    footer .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    footer .col-md-11, footer .col-md-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    footer .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    footer .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    footer .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    footer .col-lg-1, footer .col-lg-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    footer .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    footer .col-lg-3, footer .col-lg-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    footer .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    footer .col-lg-5, footer .col-lg-6 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    footer .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer .col-lg-7, footer .col-lg-8 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    footer .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    footer .col-lg-10, footer .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    footer .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    footer .col-lg-11, footer .col-lg-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    footer .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    footer .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    footer .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    footer .col-xl-1, footer .col-xl-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    footer .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    footer .col-xl-3, footer .col-xl-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    footer .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    footer .col-xl-5, footer .col-xl-6 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    footer .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer .col-xl-7, footer .col-xl-8 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    footer .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    footer .col-xl-10, footer .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    footer .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    footer .col-xl-11, footer .col-xl-12 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    footer .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

footer .btn, footer .btn--small, footer .btn--stroke, footer .btn--fill {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    footer .btn:focus, footer .btn--small:focus, footer .btn--stroke:focus, footer .btn--fill:focus, footer .btn:hover, footer .btn--small:hover, footer .btn--stroke:hover, footer .btn--fill:hover {
        text-decoration: none;
    }

    footer .btn:focus, footer .btn--small:focus, footer .btn--stroke:focus, footer .btn--fill:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    footer .btn:disabled, footer .btn--small:disabled, footer .btn--stroke:disabled, footer .btn--fill:disabled {
        opacity: 0.65;
    }

footer .btn-link, footer .btn-link:hover {
    background-color: transparent;
}

footer .btn-link {
    color: #007bff;
}

    footer .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        border-color: transparent;
    }

    footer .btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none;
    }

    footer .btn-link:disabled {
        color: #6c757d;
    }

footer .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

footer .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

footer .btn-block {
    display: block;
    width: 100%;
}

    footer .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

footer .collapse {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 400ms;
}

footer .collapse--visible {
    display: block;
}

footer img {
    page-break-inside: avoid;
}

footer h2, footer h3, footer p {
    orphans: 3;
    widows: 3;
}

footer h2, footer h3 {
    page-break-after: avoid;
}

.splash-image {
    width: 100vw;
    height: 100vh;
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
}

.splash-image__image {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.subsection-copy-block {
    padding-top: 48px;
    padding-bottom: 48px;
}

.subsection-copy-block__header-wrapper {
    display: flex;
}

@media (max-width: 808px) {
    .subsection-copy-block__header-wrapper {
        margin-bottom: 24px;
    }
}

.subsection-copy-block__body-wrapper p {
    margin-top: 0;
}

.subtitle {
    padding-top: 48px;
    padding-bottom: 48px;
}

.section-divider__divider {
    margin-top: 48px;
    margin-bottom: 48px;
    border: 0;
    height: 1px;
    background-color: #e1e2e6;
}


/* IUX changes - START */

.iux-layout .section-divider {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.iux-layout .section-divider__divider {
    background-color: #38383d;
}

.column-list-grid {
    display: block
}

.iux-layout .column-list-grid {
    color: #fff;
    background-color: #000
}

    .iux-layout .column-list-grid .grid-title {
        color: #fff
    }

.iux-layout .four-column-list-grid .list-column {
    padding-top: 16px;
}

.timeline-spine .column-list-grid .grid-title {
    padding-top: 48px
}

@media (max-width: 808px) {
    .timeline-spine .column-list-grid .grid-title {
        padding-top: 24px
    }
}

.column-list-grid .column-grid {
    padding: 0
}

.column-list-grid .column {
    list-style: none
}

@media (max-width: 808px) {
    .column-list-grid .column {
        padding-bottom: 48px
    }

        .column-list-grid .column:last-child {
            padding-bottom: 0
        }
}

.title-with-image {
    display: block
}

.iux-layout .title-with-image {
    color: #fff;
    background-color: #000
}

@media (max-width: 808px) {
    .iux-layout .title-with-image {
        margin-bottom: 16px
    }
}

.iux-layout .title-with-image .title {
    color: #fff
}

.timeline-spine .title-with-image .title {
    padding-top: 48px
}

@media (max-width: 808px) {
    .timeline-spine .title-with-image .title {
        padding-top: 32px
    }
}

@media (min-width: 808px) {
    .title-with-image .infographic__media {
        margin-bottom: 48px
    }
}

.title-with-image .infographic__media img {
    max-width: 100%
}

.three-column-grid .margin-0 {
    margin: 0;
}

.three-column-grid .card {
    padding-right: 73px;
}

.three-column-grid .fixed-height-title h5.card__subtitle {
    min-height: 120px;
}


@media (max-width: 808px) {
    .three-column-grid .card {
        padding-right: 0;
        padding-bottom: 0;
    }

    .three-column-grid .fixed-height-title h5.card__subtitle {
        min-height: 80px;
    }
}


/* IUX changes - END */
.page--search .navigation {
    position: absolute;
}

.search-page {
    width: 100%;
    margin: auto;
    margin-bottom: 88px;
    display: none;
    background-color: #fff;
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: scroll;
}

    .search-page div.grid {
        padding-top: 100px;
        width: 80%;
    }

@media (max-width: 808px) {
    .search-page .form__fields {
        padding-right: 16px;
    }

    .search-page .form__submit {
        margin-top: 20px;
        width: 100%;
    }
}

.search-page__results {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.search-page__results-wrapper {
    width: 80%;
    margin: auto;
}

.search-page .search-login-banner {
    margin-top: 48px;
}

.search-page__most-searched {
    width: 80%;
}

.search-page__most-searched-item {
    min-height: 104px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e2e6;
}

.search-page__no-results-text, .search-page__server-error-text {
    margin-top: 48px;
}

.search-page__server-error-text {
    color: #c20006;
}

.search-page__most-searched-link {
    margin: 0;
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 100;
    text-decoration: none;
}

@media (max-width: 808px) {
    .search-page__most-searched-link {
        font-size: 24px;
    }
}

.search-page .search-result {
    border-top: 1px solid #e1e2e6;
}

    .search-page .search-result:last-child {
        border-bottom: 1px solid #e1e2e6;
    }

.search-page__meta {
    padding-top: 48px;
    padding-bottom: 48px;
}

@media (max-width: 808px) {
    .search-page__meta {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.search-page__filter-wrapper {
    overflow-x: auto;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 808px) {
    .search-page__filter-wrapper {
        padding-left: 0;
    }

        .search-page__filter-wrapper .filter-button:first-of-type {
            margin-left: 16px;
        }

        .search-page__filter-wrapper .filter-button:last-child {
            margin-right: 16px;
        }
}

.search-page__results-count {
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 808px) {
    .search-page__results-count {
        margin-bottom: 24px;
    }
}

.cta-copy-block {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #38383d;
    min-height: 350px;
}

@media (max-width: 808px) {
    .cta-copy-block {
        min-height: auto;
    }
}

.cta-copy-block .cta-button, .cta-copy-block .download-button {
    margin-top: 40px;
}

.cta-copy-block__header {
    color: #f2f3f5;
}

.cta-copy-block .copy-button__message {
    color: #6188ff;
}

.cta-copy-block .rich-text {
    color: #f2f3f5;
}

    .cta-copy-block .rich-text p {
        color: #f2f3f5;
    }

    .cta-copy-block .rich-text a {
        color: #6188ff;
    }

.cta-copy-block__header-wrapper {
    display: flex;
	padding-top: 8px;
    padding-bottom: 16px;
}

.gallery {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #252629;
}

.gallery__copy {
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
}

.gallery__copy__header-wrapper {
    display: flex;
}

.gallery__copy__header {
    color: #fff;
}

.gallery__copy .rich-text {
    color: #f2f3f5;
}

    .gallery__copy .rich-text a {
        color: #6188ff;
    }

.gallery__container {
    display: flex;
}

@media (max-width: 808px) {
    .gallery__container {
        display: block;
    }
}

.gallery__item p {
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #f2f3f5;
    padding-top: 16px;
    padding-bottom: 72px;
    margin-top: 0;
    margin-bottom: 0;
}

.gallery__item__image {
    border-radius: 24px;
    width: 100%;
}

.gallery__item.width_80 {
    width: 80%;
}

@media (max-width: 808px) {
    .gallery__item.width_80 {
        width: 100%;
    }
}

.gallery__item.width_90 {
    width: 90%;
}

@media (max-width: 808px) {
    .gallery__item.width_90 {
        width: 100%;
    }
}

.gallery__item.float-left {
    float: left;
}

.gallery__item.float-right {
    float: right;
}

.page--home .page__content {
    display: none;
}

.page--with-sidebar .page__content {
    min-height: 100vh;
    margin-top: 70px;
}

@media (min-width: 1096px) {
    .page--with-sidebar .page__content {
        margin-left: 300px;
        margin-top: 0;
    }
}

.page--with-sidebar .page__content .splash-image {
    margin-left: -300px;
}

@media (max-width: 1096px) {
    .page--with-sidebar .page__content .splash-image {
        margin-left: 0;
    }
}

/* IUX changes - START */
.iux-layout {
    background-color: #000
}

.iux-layout-experience-editor {
    background-color: #00000 !important;
}

@media (max-width: 808px) {
    .iux-layout {
        padding-top: 0
    }
}

.iux-layout h1, .iux-layout .type-h1, .iux-layout h2, .iux-layout .type-h2, .iux-layout h3, .iux-layout .type-h3, .iux-layout h4, .iux-layout .type-h4, .iux-layout h5, .iux-layout .type-h5, .iux-layout p, .iux-layout .type-h4-light {
    color: #fff
}

.iux-layout .title {
    padding-top: 96px
}

    .iux-layout .title h1 {
        padding-top: 40px
    }

@media (max-width: 1096px) {
    .iux-layout .title {
        padding-top: 48px;
    }
}

.iux-layout__button {
    padding-top: 64px
}

.iux-layout .section {
    margin-top: 96px
}

.iux-layout .page-navigation-iux {
    border-top: 1px solid #38383d;
    margin-top: 96px
}

.iux-layout .-bottom-divider {
    border-bottom: 1px solid #38383d;
    padding-bottom: 96px
}

.iux-layout .products-and-services .grid__col .card {
    padding-bottom: 64px
}

.iux-layout .products-and-services .grid__col:last-child .card, .iux-layout .products-and-services .grid__col:nth-last-child(2) .card {
    padding-bottom: 0
}

@media (max-width: 808px) {
    .iux-layout .products-and-services .grid__col .card, .iux-layout .products-and-services .grid__col:nth-last-child(2) .card {
        padding-bottom: 48px
    }
}

.iux-layout .care-continuum .title-with-image__button {
    margin-top: 16px;
    margin-bottom: 48px
}

.timeline-pill {
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 8px;
    position: relative;
    top: 0;
}

@media (max-width: 808px) {
    .timeline-pill {
        left: 16px;
    }
}

.timeline-title {
    margin-top: 136px;
    margin-bottom: 96px;
}

@media (max-width: 808px) {
    .timeline-title {
        margin-top: 56px;
        margin-bottom: 48px;
    }
}

.timeline-title__eyebrow {
    font-weight: 600;
}

.iux-layout .timeline-title__headline, .iux-layout .timeline-title__eyebrow {
    color: #fff;
}

.timeline-node {
    padding-top: 48px;
    padding-bottom: 32px;
    position: relative;
}

@media (max-width: 808px) {
    .timeline-node {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 1400px) and (min-width: 808px) {
    .timeline-node .grid__col-6 {
        width: calc( 66.66667% - 8px + (8px / 12 * 8));
    }
}

.timeline-node__card {
    display: flex;
    flex-direction: column;
}

.timeline-node_copy {
    margin-bottom: 0;
}

.timeline-node .cta {
    margin-top: 16px;
}

.iux-layout .timeline-node__subtitle, .iux-layout .timeline-node_copy {
    color: #fff;
}

.iux-layout-experience-editor .timeline-node__subtitle, .iux-layout-experience-editor .timeline-node_copy {
    color: #000000;
}

.timeline-node__media--container {
    margin-top: 48px;
    display: inline-flex;
    order: 2;
}

@media (max-width: 808px) {
    .timeline-node__media--container {
        display: block;
        order: 0;
        margin-bottom: 24px;
    }
}

@media (max-width: 1400px) and (min-width: 808px) {
    .timeline-node__media--container {
        display: block;
    }
}

.timeline-node__media {
    display: block;
    position: relative;
    margin-right: 16px;
}

.timeline-node__media-image {
    width: 100%;
}

@media (max-width: 1400px) and (min-width: 808px) {
    .timeline-node__media-image {
        margin-bottom: 32px;
    }
}

.timeline-node__media--caption {
    color: white;
    position: absolute;
    padding: 8px 10px;
    left: 24px;
    bottom: 24px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 8px;
}

.timeline-spine {
    padding-bottom: 48px;
}

@media (max-width: 808px) {
    .timeline-spine {
        padding-bottom: 48px;
    }
}

.timeline-spine ul {
    margin: 0;
}

.timeline-spine__section {
    position: relative;
}

    .timeline-spine__section:first-child {
        margin-top: -64px;
    }

@media (max-width: 808px) {
    .timeline-spine__section:first-child {
        margin-top: -32px;
    }
}

@media (max-width: 808px) {
    .timeline-spine__section {
        padding-left: 16px;
    }
}

.timeline-spine__section-item {
    position: relative;
    list-style: none;
}

.timeline-spine__section-title {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 0;
    padding-top: 64px;
    margin-bottom: 16px;
}

.iux-layout .timeline-spine__section-title {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 808px) {
    .timeline-spine__section-title {
        margin-bottom: 16px;
        padding-top: 32px;
    }
}

.timeline-spine__section li:last-child .timeline-node {
    padding-bottom: 16px;
}

.timeline-spine__bullet {
    position: absolute;
    top: calc(56px + 5px);
    left: -40px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

@media (max-width: 808px) {
    .timeline-spine__bullet {
        top: 40px;
        left: -16px;
    }
}

.timeline-spine__section-title .timeline-spine__bullet {
    top: calc(72px + 5px);
}

@media (max-width: 808px) {
    .timeline-spine__section-title .timeline-spine__bullet {
        top: calc(40px + 5px);
    }
}

.timeline-spine__line {
    position: absolute;
    top: calc(56px - 10px);
    left: 4px;
    width: 2px;
    height: 100%;
}

.timeline-spine__section:first-child .timeline-spine__line {
    top: calc(72px + 10px);
}

@media (max-width: 808px) {
    .timeline-spine__section:first-child .timeline-spine__line {
        top: calc(56px - 10px);
    }
}

.timeline-spine__summary {
    margin-top: 32px;
}

@media (max-width: 808px) {
    .timeline-spine__summary {
        margin-top: 16px;
    }
}

.timeline-spine .timeline-node.grid {
    padding-right: 0;
}

@media (max-width: 808px) {
    .timeline-spine .timeline-node__card {
        margin-bottom: 16px;
    }
}

.timeline-spine .timeline-node__media {
    opacity: 0;
    transition: opacity 400ms;
}


    .timeline-spine .timeline-node__media.-active {
        opacity: 1
    }

.timeline-spine .testimonial-container {
    margin: 0
}

@media (max-width: 808px) {
    .timeline-spine .testimonial-container {
        margin-top: 48px;
        margin-bottom: 16px
    }
}

.timeline-spine .timeline-testimonial__caption {
    margin: unset
}

.timeline-spine .timeline-testimonial__caption-container {
    margin-top: 16px
}

.iux-layout .timeline-spine .timeline-testimonial__caption {
    color: #fff
}

.iux-layout-experience-editor .timeline-spine .timeline-testimonial__caption {
    color: #00000
}

.iux-layout .page-navigation {
    width: 100%;
    border-top: 1px solid #38383d;
    margin-top: 96px;
    background-color: inherit !important;
}

.iux-layout #design-main {
    border-left: 1px solid #38383d;
}

/* IUX changes - END */

/* New Video block changes - START */

button.vjs-big-play-button:hover {
    background-color: #6188ff !important
}

    button.vjs-big-play-button:hover .vjs-icon-placeholder::before {
        color: #f2f3f5 !important
    }

.vjs-icon-placeholder::before {
    color: #1c1c1f !important
}

.vjs-control-bar .vjs-icon-placeholder::before {
    color: #f2f3f5 !important
}

.vjs-big-play-button {
    background-color: #f2f3f5 !important;
    font-size: 30px !important;
}

/* New Video block changes - END */
.hide {
    display: none;
}

.padding-top-0 {
    padding-top: 0;
}

.card .card-link {
    display: block;
    margin-top: 8px;
}
.font-wt-600 {
    font-weight: 600 !important;
}
/*# sourceMappingURL=index.css.map*/