@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');
.primary-nav {
    min-height: 48px;
    background: #fff;
    z-index: 1010;
}
@media only screen and (min-width: 75rem) {
    .primary-nav {
        min-height: 60px;
    }
    .primary-nav.cbe {
        min-height: 160px;
    }
}
.primary-nav__content {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    z-index: 1011;
}
@media only screen and (min-width: 75rem) {
    .primary-nav__content {
        height: 48px;
        padding: 0;
    }
}
.primary-nav__content .primary-nav__logo {
    margin: 0 auto;
    max-width: 140px;
    padding: 0 16px 0 24px;
}
@media only screen and (min-width: 48rem) {
    .primary-nav__content .primary-nav__logo {
        max-width: 150px;
    }
}
@media only screen and (min-width: 75rem) {
    .primary-nav__content .primary-nav__logo {
        align-items: center;
        display: flex;
        margin: 0;
        max-width: 130px;
    }
}
@media only screen and (min-width: 100rem) {
    .primary-nav__content .primary-nav__logo {
        padding: 7px 16px 0 27px;
    }
}
.primary-nav__content .primary-nav__logo img {
    max-width: 100%;
}
@media only screen and (min-width: 75rem) {
    .primary-nav__content .primary-nav__logo img {
        max-width: 100%;
    }
}
.primary-nav__content .primary-nav__right {
    margin: 0;
}
@media only screen and (min-width: 48rem) {
    .primary-nav__content .primary-nav__right {
        float: left;
        margin-left: 20px;
    }
}
@media only screen and (min-width: 100rem) {
    .primary-nav__content .primary-nav__right {
        padding: 7px 0 0 0;
    }
}
.primary-nav__content .primary-nav__right .menubar {
    background: #0090ba;
    display: none;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
}
.primary-nav__content .primary-nav__right .menubar ul {
    display: flex;
    padding-left: 0;
}
@media only screen and (min-width: 48rem) {
    .primary-nav__content .primary-nav__right .menubar {
        left: 0;
        width: 100%;
    }
}
@media only screen and (min-width: 75rem) {
    .primary-nav__content .primary-nav__right .menubar {
        background: none;
        display: block;
        left: 0;
        position: static;
        top: 0;
        width: auto;
    }
}
.primary-nav__content .primary-nav__right .mobilemenu {
    display: block;
    font-size: 0;
    height: 24px;
    left: 20px;
    position: absolute;
    top: 16px;
    width: 30px;
}
.primary-nav__content .primary-nav__right .mobilemenu span {
    background: #0090ba;
    display: block;
    height: 3px;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
.primary-nav__content .primary-nav__right .mobilemenu span:after,
.primary-nav__content .primary-nav__right .mobilemenu span:before {
    background: #0090ba;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 9px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
.primary-nav__content .primary-nav__right .mobilemenu span:after {
    top: 18px;
}
@media only screen and (min-width: 48rem) {
    .primary-nav__content .primary-nav__right .mobilemenu {
        left: 34px;
    }
}
@media only screen and (min-width: 75rem) {
    .primary-nav__content .primary-nav__right .mobilemenu {
        display: none;
    }
}
.primary-nav__content .primary-nav__right .mobilemenu.active span {
    background: none;
}
.primary-nav__content .primary-nav__right .mobilemenu.active span:after {
    top: 10px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.primary-nav__content .primary-nav__right .mobilemenu.active span:before {
    top: 10px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.primary-nav__content .primary-nav__right ul {
    list-style: none;
}
.primary-nav__content .primary-nav__right ul li {
    color: #0090ba;
    display: block;
    font-family: 'Inter', sans-serif, Helvetica, Arial;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-right: 0px;
}
@media only screen and (min-width: 48rem) {
    .primary-nav__content .primary-nav__right ul li {
        margin-right: 32px;
    }
}
@media only screen and (min-width: 75rem) {
    .primary-nav__content .primary-nav__right ul li {
        border: 0;
        float: left;
        font-size: 15px;
        letter-spacing: 0px;
    }
}
.primary-nav__content .primary-nav__right ul li a {
    color: #fff;
    display: block;
    padding: 18px 20px;
}
.primary-nav__content .primary-nav__right ul li a:hover {
    background: #0679A1;
    text-decoration: none;
}
@media only screen and (min-width: 75rem) {
    .primary-nav__content .primary-nav__right ul li a {
        color: #0679A1;
        padding: 0;
    }
    .primary-nav__content .primary-nav__right ul li a:hover {
        background: none;
        color: #000;
        text-decoration: none;
    }
}
.nasdaq-foot p {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 20px;
}
@media only screen and (min-width: 75rem) {
    .nasdaq-foot p {
        font-size: 20px;
        letter-spacing: 0.61px;
        line-height: 30px;
        padding-bottom: 20px;
    }
}
.nasdaq-foot .container {
    max-width: 1360px;
    position: relative;
}
.nasdaq-foot .container:after {
    clear: both;
    content: "";
    display: block;
}
@media only screen and (min-width: 48rem) {
    .nasdaq-foot .container {
        margin-left: 14px;
        margin-right: 14px;
    }
}
@media only screen and (min-width: 75rem) {
    .nasdaq-foot .container {
        margin-left: 25px;
        margin-right: 25px;
    }
}
@media (min-width: 108.75rem) {
    .nasdaq-foot .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 100rem;
        width: 100rem;
    }
}
.nasdaq-foot .footer {
    padding-bottom: 15px;
    padding-top: 3rem;
}
.nasdaq-foot .footer .footer__links-primary {
    padding-left: 0;
    padding-top: 1px;
}
.nasdaq-foot .footer .footer__link-primary {
    margin-bottom: 7px;
}
.nasdaq-foot .footer .footer__form-submit,
.nasdaq-foot .footer .footer__link-primary,
.nasdaq-foot .footer .footer__link-secondary {
    font-size: 0.7rem;
}
.nasdaq-foot .footer .footer__links {
    margin-bottom: 3rem;
}
.nasdaq-foot .footer__links-social .footer__link-social {
    margin-right: 2.1rem;
}
.nasdaq-foot .footer__legal {
    font-size: 12px;
}
.container1 {
    display: flex;
    flex-flow: column wrap;
    margin: 0 auto;
    width: 100%;
}
@media only screen and (min-width: 48rem) {
    .container1 {
        flex-direction: row;
    }
}
@font-face {
    font-family: nasdaq-icons;
    font-style: normal;
    font-weight: 400;
    src: url(nasdaq-icons.2f827653.woff) format("woff");
}
@font-face {
    font-family: clan-pro;
    font-style: normal;
    font-weight: 300;
    src: url(ClanPro-Book.c35acbec.woff) format("woff");
}
@font-face {
    font-family: clan-pro;
    font-style: normal;
    font-weight: 400;
    src: url(ClanPro-News.ea51d5f3.woff) format("woff");
}
@font-face {
    font-family: clan-pro;
    font-style: normal;
    font-weight: 500;
    src: url(ClanPro-Medium.d7637cb4.woff) format("woff");
}
.primary-nav {
    min-height: 3.375rem;
    position: relative;
    z-index: 100;
}
@media only screen and (min-width: 75rem) {
    .primary-nav {
        min-height: 48px;
    }
}
.nasdaq-head {
    position: fixed;
    transform: translateY(-100px);
    transition: transform 0.6s;
    width: 100%;
    z-index: 1000;
}
.scrolling-down .nasdaq-head[data-toggle="open"],
.scrolling-up .nasdaq-head[data-toggle="open"],
.top .nasdaq-head {
    transform: translateX(0);
}
.primary-nav a {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.primary-nav article {
    display: block;
}
.primary-nav ol,
.primary-nav ul {
    list-style: none;
}
.primary-nav blockquote {
    quotes: none;
}
.primary-nav blockquote:after {
    content: "";
    content: none;
}
.primary-nav table {
    border-collapse: collapse;
    border-spacing: 0;
}
.primary-nav button {
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 0;
}
.primary-nav img {
    max-width: 100%;
}
.primary-nav a {
    color: inherit;
    text-decoration: none;
}
.primary-nav a:focus,
.primary-nav a:hover {
    text-decoration: underline;
}
.primary-nav ::-ms-clear {
    display: none;
}
.primary-nav--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.primary-nav__content {
    align-items: center;
    background-color: #fff;
    background: hsla(0, 0%, 100%, 0.8);
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: 60px;
}
@media only screen and (min-width: 48rem) {
    .primary-nav__content {
        height: 48px;
    }
}
.primary-nav__logo {
    flex-shrink: 0;
    margin: 0;
}
.primary-nav__logo img {
    height: 24px;
    max-height: 100%;
    max-width: 100%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 85px;
}
.primary-nav__links {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    height: calc(100vh - 3.375rem);
    left: 0;
    overflow: auto;
    padding: 0 1.5625rem;
    position: fixed;
    top: 3.375rem;
    transition: opacity 0.2s ease-out, -webkit-transform 0s;
    transition: transform 0s, opacity 0.2s ease-out;
    transition: transform 0s, opacity 0.2s ease-out, -webkit-transform 0s;
    width: 100%;
}
@media only screen and (min-width: 75rem) {
    .primary-nav__links {
        align-items: center;
        background: 0 0;
        display: flex;
        height: auto;
        overflow: hidden;
        padding: 0;
        position: static;
        transition: none;
        width: auto;
    }
}
.primary-nav__links[aria-hidden="true"] {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.primary-nav__links:before {
    box-shadow: 0 0.25rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
    content: "";
    height: 0.8125rem;
    left: 0;
    position: absolute;
    top: -0.8125rem;
    width: 100%;
}
.primary-nav__link,
.primary-nav__login {
    border-bottom: 0.125rem solid #e1e1e6;
    color: #0090ba;
    font-family: clan-pro, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 1.75rem 0;
    text-transform: uppercase;
    transition: opacity 0.1s 0.2s, -webkit-transform 0.3s ease-out 0.2s;
    transition: transform 0.3s ease-out 0.2s, opacity 0.1s 0.2s;
    transition: transform 0.3s ease-out 0.2s, opacity 0.1s 0.2s, -webkit-transform 0.3s ease-out 0.2s;
}
@media only screen and (min-width: 75rem) {
    .primary-nav__link,
    .primary-nav__login {
        border: 0;
        flex-shrink: 0;
        margin: 0 2.1875rem;
        padding: 0;
        transition: none;
    }
}
.primary-nav__link--active {
    text-decoration: underline;
}
.primary-nav__link[aria-hidden="true"],
.primary-nav__login[aria-hidden="true"] {
    display: none;
}
.primary-nav__links[aria-hidden="true"] .primary-nav__link,
.primary-nav__links[aria-hidden="true"] .primary-nav__login {
    opacity: 0;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
}
.primary-nav__mobile-account,
.primary-nav__mobile-login {
    color: #0090ba;
    font-family: clan-pro, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
@media only screen and (min-width: 75rem) {
    .primary-nav__mobile-account,
    .primary-nav__mobile-login {
        display: none;
    }
}
.primary-nav__right {
    align-items: center;
    display: flex;
    margin: 0.3125rem 0;
}
@media only screen and (min-width: 75rem) {
    .primary-nav__right {
        flex-shrink: 0;
    }
}
.primary-nav__login {
    display: none;
    margin: 0;
    padding: 0 1.875rem;
}
@media only screen and (min-width: 75rem) {
    .primary-nav__login {
        display: block;
    }
}
.primary-nav__solution-contact {
    background: #0090ba;
    color: #fff;
    display: none;
    font-family: clan-pro, Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    height: 1.875rem;
    letter-spacing: 0.17em;
    padding: 0 0.9375rem;
    text-transform: uppercase;
}
@media only screen and (min-width: 75rem) {
    .primary-nav__solution-contact {
        margin-right: 1.875rem;
    }
}
.footer__link-primary,
.footer__link-secondary {
    align-items: center;
    display: flex;
    font-family: clan-pro, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    height: 2rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
footer.footer {
    background: #000;
    padding: 2.5rem 0 4.375rem;
}
footer.footer a {
    border: 0;
    color: inherit;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}
footer.footer article {
    display: block;
}
footer.footer ol,
footer.footer ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
footer.footer blockquote {
    quotes: none;
}
footer.footer blockquote:after {
    content: "";
    content: none;
}
footer.footer table {
    border-collapse: collapse;
    border-spacing: 0;
}
footer.footer button {
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 0;
}
footer.footer img {
    max-width: 100%;
}
footer.footer a:focus,
footer.footer a:hover {
    text-decoration: underline;
}
footer.footer ::-ms-clear {
    display: none;
}
@media only screen and (min-width: 48rem) {
    footer.footer {
        padding-bottom: 5.625rem;
    }
}
@media only screen and (min-width: 75rem) {
    footer.footer {
        padding-bottom: 6.875rem;
        padding-top: 3.75rem;
    }
}
footer.footer .footer__content:after {
    clear: both;
    content: "";
    display: block;
}
@media only screen and (min-width: 48rem) {
    .footer__content {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }
}
@media only screen and (min-width: 75rem) {
    .footer__content {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }
}
@media (min-width: 108.75rem) {
    .footer__content {
        margin-left: auto;
        margin-right: auto;
        max-width: 100rem;
        width: 100rem;
    }
}
@media only screen and (min-width: 48rem) {
    .footer__content {
        position: relative;
    }
}
.footer__links {
    float: left;
    margin-left: 1.5625rem;
    width: calc(100% - 3.125rem);
}
@media only screen and (min-width: 48rem) {
    .footer__links {
        display: flex;
        float: left;
        margin-bottom: 3.75rem;
        margin-left: 1.25rem;
        width: calc(100% - 2.5rem);
    }
}
@media only screen and (min-width: 75rem) {
    .footer__links {
        float: left;
        margin-bottom: 2.5rem;
        margin-left: 1.25rem;
        width: calc(66.66667% - 2.08333rem);
    }
}
.footer__links-primary {
    margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
    .footer__links-primary {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        width: 75%;
    }
}
.footer__link-primary {
    color: #0090ba;
}
@media only screen and (min-width: 48rem) {
    .footer__link-primary {
        flex-basis: 50%;
    }
}
.footer__links-secondary {
    margin-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
    .footer__links-secondary {
        margin-bottom: 0;
        width: 25%;
    }
}
.footer__link-secondary {
    color: #a7a9ac;
}
.footer__links-social {
    display: flex;
    float: left;
    margin-bottom: 1.875rem;
    margin-left: 1.5625rem;
    width: calc(100% - 3.125rem);
}
@media only screen and (min-width: 48rem) {
    .footer__links-social {
        float: left;
        justify-content: flex-end;
        margin-left: calc(58.33333% + 0.52083rem);
        width: calc(41.66667% - 1.77083rem);
    }
}
@media only screen and (min-width: 75rem) {
    .footer__links-social {
        float: left;
        justify-content: flex-start;
        margin-left: 1.25rem;
        width: calc(50% - 1.875rem);
    }
}
.footer__link-social {
    color: #fff;
    font-size: 1.125rem;
    margin-right: 2.5rem;
}
.footer__link-social:last-child {
    margin-right: 0;
}
.footer__link-social a {
    transition: opacity 0.2s;
}
.footer__link-social a:hover {
    opacity: 0.5;
    text-decoration: none;
}
.footer__link-social a[title*="Facebook"]:before {
    content: "";
}
.footer__link-social a[title*="Facebook"]:before,
.footer__link-social a[title*="Twitter"]:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: nasdaq-icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.footer__link-social a[title*="Twitter"]:before {
    content: "";
}
.footer__link-social a[title*="LinkedIn"]:before {
    content: "";
}
.footer__link-social a[title*="Instagram"]:before,
.footer__link-social a[title*="LinkedIn"]:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: nasdaq-icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.footer__link-social a[title*="Instagram"]:before {
    content: "";
}
.footer__link-social a[title*="Pinterest"]:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: nasdaq-icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
footer.footer a.footer__logo {
    display: inline-block;
    float: left;
    margin-bottom: 1.875rem;
    margin-left: 1.5rem;
    margin-top: 20px;
    width: 215px;
}
@media only screen and (min-width: 48rem) {
    .footer__logo {
        bottom: 0.625rem;
        left: 0;
        margin: 0 0 0 1.25rem;
        position: absolute;
        width: 17.8125rem;
    }
}
@media only screen and (min-width: 75rem) {
    .footer__logo {
        bottom: 6.875rem;
        left: auto;
        right: 1.25rem;
    }
}
@media only screen and (min-width: 48rem) {
    .footer__logo img {
        width: 100%;
    }
}
.footer__legal {
    color: #a7a9ac;
    float: left;
    font-family: clan-pro, Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    margin-left: 1.5625rem;
    width: calc(100% - 3.125rem);
}
@media only screen and (min-width: 48rem) {
    .footer__legal {
        float: left;
        margin-left: calc(58.33333% + 0.52083rem);
        text-align: right;
        width: calc(41.66667% - 1.77083rem);
    }
}
@media only screen and (min-width: 75rem) {
    .footer__legal {
        float: left;
        font-size: 0.875rem;
        margin-left: 1.25rem;
        width: calc(50% - 1.875rem);
    }
}
.grey-head {
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9999;
}
.grey-head__scroll {
    background: #e2e2e2;
    display: flex;
    justify-content: center;
    min-height: 50px;
    padding: 0.5rem 1.875rem;
    position: relative;
}
.primary-nav__hamburger {
    display: none;
}
.primary-nav__login {
    border: none;
    display: block;
    padding: 0;
}
.primary-nav__login:hover {
    color: #0090ba;
}
.footer__link-social a,
.footer__link-social a:hover {
    color: #fff;
}
.footer__link-primary a:hover {
    color: #0090ba;
}
.footer__link-secondary a:hover {
    color: #a7a9ac;
}
.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
}
.slick-list,
.slick-slider {
    display: block;
    position: relative;
}
.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}

html{-webkit-text-size-adjust:100%;line-height:1.15}body,figure{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.grid{text-rendering:optimizespeed;display:block;letter-spacing:-.31em;margin:0 -7.5px;padding:0;text-align:left}.grid,.opera:-o-prefocus{word-spacing:-.43em}.grid>.grid{margin-left:0;margin-right:0;overflow:hidden}.grid__cell{text-rendering:auto;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;letter-spacing:normal;margin:0;padding:0 7.5px;text-align:left;vertical-align:top;width:100%;word-spacing:normal}.grid--center{text-align:center}.grid--left{text-align:left}.grid--right{text-align:right}.grid__cell--center{display:block;margin:0 auto}.grid__cell--left{display:block;margin-right:auto}.grid__cell--right{display:block;margin-left:auto}.loading-cover{align-content:center;align-items:center;background:rgba(0,0,0,.7);display:flex;height:100%;justify-content:center;opacity:0;position:fixed;top:0;transition:opacity .8s,z-index 0s .8s;width:100%;z-index:-1}.loading .loading-cover{opacity:1;z-index:100000}.loading .loading-cover .lds-circle{display:inline-block;transform:translateZ(1px)}.loading .loading-cover .lds-circle>div{animation:lds-circle 2.4s cubic-bezier(0,.2,.8,1) infinite;background:url(nasdaq-loading-icon.c1961bf5.svg);background-repeat:no-repeat;background-size:contain;border-radius:50%;display:inline-block;height:64px;margin:8px;width:64px}@keyframes lds-circle{0%,to{animation-timing-function:cubic-bezier(.5,0,1,.5)}0%{transform:rotateY(0deg)}50%{animation-timing-function:cubic-bezier(0,.5,.5,1);transform:rotateY(5turn)}to{transform:rotateY(10turn)}}.unit-1-12{width:8.3333333333%}.unit-2-12{width:16.6666666667%}.unit-3-12{width:25%}.unit-4-12{width:33.3333333333%}.unit-5-12{width:41.6666666667%}.unit-6-12{width:50%}.unit-7-12{width:58.3333333333%}.unit-8-12{width:66.6666666667%}.unit-9-12{width:75%}.unit-10-12{width:83.3333333333%}.unit-11-12{width:91.6666666667%}.gutter-sizer{width:15px}.grid{letter-spacing:-.41em}.grid.spaced{margin:0 -3%}.grid.spaced .grid__cell{padding:0 3%}.grid--flex{display:flex!important;flex-wrap:wrap}.grid--flex.justify{align-self:flex-end}.grid--flex.space-between{justify-content:space-between}.grid--flex.horicenter{align-items:center}.grid--flex.verticenter{align-items:center!important}@media only screen and (max-width:mobilenav){.grid--flex.verticenter h3{margin:0}}[data-module=slider] .grid__cell{width:100%!important}.grid__cell{word-wrap:break-word}.grid__cell img{max-width:100%}@media only screen and (max-width:500px){.grid__cell{padding-left:20px;padding-right:20px}.grid__cell .cell{margin-left:0!important;margin-right:0!important}}.grid__cell.unit-6-12{width:49.98%}@media only screen and (max-width:anti-tablet){.grid__cell.nopad{padding-left:0;padding-right:0}}@media only screen and (min-width:1200px){.grid__cell.desktop__100{width:99.9%}.grid__cell.desktop__100[class*=push],.grid__cell.desktop__100[class^=push]{right:0}.grid__cell.desktop__100[class*=pull],.grid__cell.desktop__100[class^=pull]{left:0}.grid__cell.desktop__95{width:94.9%}.grid__cell.desktop__95[class*=push],.grid__cell.desktop__95[class^=push]{right:-95%}.grid__cell.desktop__95[class*=pull],.grid__cell.desktop__95[class^=pull]{left:-95%}.grid__cell.desktop__75{width:74.9%}.grid__cell.desktop__75[class*=push],.grid__cell.desktop__75[class^=push]{right:-75%}.grid__cell.desktop__75[class*=pull],.grid__cell.desktop__75[class^=pull]{left:-75%}.grid__cell.desktop__66{width:65.9%}.grid__cell.desktop__66[class*=push],.grid__cell.desktop__66[class^=push]{right:-66%}.grid__cell.desktop__66[class*=pull],.grid__cell.desktop__66[class^=pull]{left:-66%}.grid__cell.desktop__50{width:49.9%}.grid__cell.desktop__50[class*=push],.grid__cell.desktop__50[class^=push]{right:-50%}.grid__cell.desktop__50[class*=pull],.grid__cell.desktop__50[class^=pull]{left:-50%}.grid__cell.desktop__33{width:32.9%}.grid__cell.desktop__33[class*=push],.grid__cell.desktop__33[class^=push]{right:-33%}.grid__cell.desktop__33[class*=pull],.grid__cell.desktop__33[class^=pull]{left:-33%}}@media only screen and (max-width:1000px){.grid__cell.desklet__100{width:99.9%}.grid__cell.desklet__100[class*=push],.grid__cell.desklet__100[class^=push]{right:0}.grid__cell.desklet__100[class*=pull],.grid__cell.desklet__100[class^=pull]{left:0}.grid__cell.desklet__75{width:74.9%}.grid__cell.desklet__75[class*=push],.grid__cell.desklet__75[class^=push]{right:-75%}.grid__cell.desklet__75[class*=pull],.grid__cell.desklet__75[class^=pull]{left:-75%}.grid__cell.desklet__50{width:49.9%}.grid__cell.desklet__50[class*=push],.grid__cell.desklet__50[class^=push]{right:-50%}.grid__cell.desklet__50[class*=pull],.grid__cell.desklet__50[class^=pull]{left:-50%}.grid__cell.desklet__33{width:32.9%}.grid__cell.desklet__33[class*=push],.grid__cell.desklet__33[class^=push]{right:-33%}.grid__cell.desklet__33[class*=pull],.grid__cell.desklet__33[class^=pull]{left:-33%}.grid__cell.desklet__25{width:24.9%}.grid__cell.desklet__25[class*=push],.grid__cell.desklet__25[class^=push]{right:-25%}.grid__cell.desklet__25[class*=pull],.grid__cell.desklet__25[class^=pull]{left:-25%}.grid__cell.desklet__20{width:19.9%}.grid__cell.desklet__20[class*=push],.grid__cell.desklet__20[class^=push]{right:-20%}.grid__cell.desklet__20[class*=pull],.grid__cell.desklet__20[class^=pull]{left:-20%}}@media only screen and (max-width:800px){.grid__cell.tablet__100{width:99.9%}.grid__cell.tablet__100[class*=push],.grid__cell.tablet__100[class^=push]{right:0}.grid__cell.tablet__100[class*=pull],.grid__cell.tablet__100[class^=pull]{left:0}.grid__cell.tablet__75{width:74.9%}.grid__cell.tablet__75[class*=push],.grid__cell.tablet__75[class^=push]{right:-75%}.grid__cell.tablet__75[class*=pull],.grid__cell.tablet__75[class^=pull]{left:-75%}.grid__cell.tablet__50{width:49.9%}.grid__cell.tablet__50[class*=push],.grid__cell.tablet__50[class^=push]{right:-50%}.grid__cell.tablet__50[class*=pull],.grid__cell.tablet__50[class^=pull]{left:-50%}.grid__cell.tablet__33{width:32.9%}.grid__cell.tablet__33[class*=push],.grid__cell.tablet__33[class^=push]{right:-33%}.grid__cell.tablet__33[class*=pull],.grid__cell.tablet__33[class^=pull]{left:-33%}.grid__cell.tablet__25{width:24.9%}.grid__cell.tablet__25[class*=push],.grid__cell.tablet__25[class^=push]{right:-25%}.grid__cell.tablet__25[class*=pull],.grid__cell.tablet__25[class^=pull]{left:-25%}.grid__cell.tablet__20{width:19.9%}.grid__cell.tablet__20[class*=push],.grid__cell.tablet__20[class^=push]{right:-20%}.grid__cell.tablet__20[class*=pull],.grid__cell.tablet__20[class^=pull]{left:-20%}}@media only screen and (max-width:600px){.grid__cell.phablet__100{width:99.9%}.grid__cell.phablet__100[class*=push],.grid__cell.phablet__100[class^=push]{right:0}.grid__cell.phablet__100[class*=pull],.grid__cell.phablet__100[class^=pull]{left:0}.grid__cell.phablet__75{width:74.9%}.grid__cell.phablet__75[class*=push],.grid__cell.phablet__75[class^=push]{right:-75%}.grid__cell.phablet__75[class*=pull],.grid__cell.phablet__75[class^=pull]{left:-75%}.grid__cell.phablet__50{width:49.9%}.grid__cell.phablet__50[class*=push],.grid__cell.phablet__50[class^=push]{right:-50%}.grid__cell.phablet__50[class*=pull],.grid__cell.phablet__50[class^=pull]{left:-50%}.grid__cell.phablet__33{width:32.9%}.grid__cell.phablet__33[class*=push],.grid__cell.phablet__33[class^=push]{right:-33%}.grid__cell.phablet__33[class*=pull],.grid__cell.phablet__33[class^=pull]{left:-33%}.grid__cell.phablet__25{width:24.9%}.grid__cell.phablet__25[class*=push],.grid__cell.phablet__25[class^=push]{right:-25%}.grid__cell.phablet__25[class*=pull],.grid__cell.phablet__25[class^=pull]{left:-25%}.grid__cell.phablet__20{width:19.9%}.grid__cell.phablet__20[class*=push],.grid__cell.phablet__20[class^=push]{right:-20%}.grid__cell.phablet__20[class*=pull],.grid__cell.phablet__20[class^=pull]{left:-20%}}@media only screen and (max-width:500px){.grid__cell.mobile__100{width:99.9%}.grid__cell.mobile__100[class*=push],.grid__cell.mobile__100[class^=push]{right:0}.grid__cell.mobile__100[class*=pull],.grid__cell.mobile__100[class^=pull]{left:0}.grid__cell.mobile__95{width:94.9%}.grid__cell.mobile__95[class*=push],.grid__cell.mobile__95[class^=push]{right:-95%}.grid__cell.mobile__95[class*=pull],.grid__cell.mobile__95[class^=pull]{left:-95%}.grid__cell.mobile__75{width:74.9%}.grid__cell.mobile__75[class*=push],.grid__cell.mobile__75[class^=push]{right:-75%}.grid__cell.mobile__75[class*=pull],.grid__cell.mobile__75[class^=pull]{left:-75%}.grid__cell.mobile__50{width:49.9%}.grid__cell.mobile__50[class*=push],.grid__cell.mobile__50[class^=push]{right:-50%}.grid__cell.mobile__50[class*=pull],.grid__cell.mobile__50[class^=pull]{left:-50%}.grid__cell.mobile__33{width:32.9%}.grid__cell.mobile__33[class*=push],.grid__cell.mobile__33[class^=push]{right:-33%}.grid__cell.mobile__33[class*=pull],.grid__cell.mobile__33[class^=pull]{left:-33%}.grid__cell.mobile__25{width:24.9%}.grid__cell.mobile__25[class*=push],.grid__cell.mobile__25[class^=push]{right:-25%}.grid__cell.mobile__25[class*=pull],.grid__cell.mobile__25[class^=pull]{left:-25%}.grid__cell.mobile__20{width:19.9%}.grid__cell.mobile__20[class*=push],.grid__cell.mobile__20[class^=push]{right:-20%}.grid__cell.mobile__20[class*=pull],.grid__cell.mobile__20[class^=pull]{left:-20%}}@media only screen and (max-width:400px){.grid__cell.tiny__100{width:99.9%}.grid__cell.tiny__100[class*=push],.grid__cell.tiny__100[class^=push]{right:0}.grid__cell.tiny__100[class*=pull],.grid__cell.tiny__100[class^=pull]{left:0}.grid__cell.tiny__75{width:74.9%}.grid__cell.tiny__75[class*=push],.grid__cell.tiny__75[class^=push]{right:-75%}.grid__cell.tiny__75[class*=pull],.grid__cell.tiny__75[class^=pull]{left:-75%}.grid__cell.tiny__50{width:49.9%}.grid__cell.tiny__50[class*=push],.grid__cell.tiny__50[class^=push]{right:-50%}.grid__cell.tiny__50[class*=pull],.grid__cell.tiny__50[class^=pull]{left:-50%}.grid__cell.tiny__25{width:24.9%}.grid__cell.tiny__25[class*=push],.grid__cell.tiny__25[class^=push]{right:-25%}.grid__cell.tiny__25[class*=pull],.grid__cell.tiny__25[class^=pull]{left:-25%}}.grid__cell.vertical-align--middle{vertical-align:middle}.grid__cell.vertical-align--top{vertical-align:top}.grid__cell.vertical-align--bottom{vertical-align:bottom}[class*=pull-],[class*=push-],[class^=pull-],[class^=push-]{position:relative}@media only screen and (max-width:500px){[class*=pull-],[class*=push-],[class^=pull-],[class^=push-]{left:auto!important;right:auto!important}}.push-6{right:-50%}.pull-6{left:-50%}.push-8{right:-66.666%}.pull-4{left:-33.333%}.push-4{right:-33.333%}.pull-8{left:-66.666%}.push-7{right:-58.333%}.pull-5{left:-41.666%}.push-5{right:-41.666%}.pull-7{left:-58.333%}.main-experience__section[data-title="Economy of Space"] h2{font-size:2em;font-weight:600;text-transform:none}@media only screen and (max-width:800px){.main-experience__section[data-title="Economy of Space"] h2{font-size:1.5em}}@media only screen and (max-width:500px){.main-experience__section[data-title="Economy of Space"] h2{font-size:1.05em;padding-left:25px;padding-right:25px}}@media only screen and (max-width:400px){.main-experience__section[data-title="Economy of Space"] h2{padding-left:15px;padding-right:15px}}.main-experience__section[data-title="Economy of Space"] .section__bg{background-image:url(bg--intro1.ea45a53b.jpg)}.main-experience__section[data-title="Economy of Space"] .section__content{padding:0!important;text-align:center;transform:none!important}.main-experience__section[data-title="Economy of Space"] img{display:block;margin:0 auto;max-width:80%;width:1200px}.main-experience__section[data-title="Private Investment Amount"] .section__bg{background-image:url(bg--intro2.51f34b96.jpg)}[data-section=on-earth].main-experience__section:before{content:"01"}[data-section=in-orbit].main-experience__section:before{content:"02"}.microsat{bottom:-200px;opacity:0;padding-right:1400px;padding-top:100px;position:absolute;right:-50px}.microsat.second{bottom:-300px;right:20px}.microsat.third{bottom:-407px;right:80px}.current .microsat{animation:orbit 35s linear infinite;opacity:1}@-webkit-keyframes orbit{0%{transform:scale(.6) translate(60%,40%) rotate(100deg)}to{transform:scale(.8) translate(30%,70%) rotate(20deg)}to{transform:scale(.7) translate(40%,90%) rotate(20deg)}}.typify{border-right:.15em solid #0092bc;display:inline-block;margin:0 auto;overflow:hidden;white-space:nowrap}.typify:before{content:" ";display:block}@media only screen and (max-width:1000px){.typify{font-size:1.1em!important}}@media only screen and (max-width:800px){.typify{font-size:1em!important}}@media only screen and (max-width:500px){.typify{font-size:1em!important;font-size:.9em!important;letter-spacing:.05em}}.current .typify{animation:typing 3.5s steps(40),blink-caret .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#0092bc}}[data-section=the-iss].main-experience__section:before{content:"03"}@media only screen and (max-width:500px){[data-title="The ISS"] video{object-position:right;width:174%!important}}[data-title="The ISS"] h2,[data-title="The ISS"] p{text-shadow:1px 1px 2px #222}.current .clarify{animation:blur 10s ease-out infinite;-webkit-animation:blur 10s ease-out infinite;color:transparent}.current .clarify:first-child{animation-delay:.1s;-webkit-animation-delay:.1s}.current .clarify:nth-child(2){animation-delay:.2s;-webkit-animation-delay:.2s}.current .clarify:nth-child(3){animation-delay:.3s;-webkit-animation-delay:.3s}.current .clarify:nth-child(4){animation-delay:.4s;-webkit-animation-delay:.4s}.current .clarify:nth-child(5){animation-delay:.5s;-webkit-animation-delay:.5s}.current .clarify:nth-child(6){animation-delay:.6s;-webkit-animation-delay:.6s}.current .clarify:nth-child(7){animation-delay:.7s;-webkit-animation-delay:.7s}@keyframes blur{0%{opacity:0;text-shadow:0 0 100px #fff}5%{text-shadow:0 0 90px #fff}15%{opacity:1}20%{text-shadow:0 0 0 #fff}80%{text-shadow:0 0 0 #fff}85%{opacity:1}95%{text-shadow:0 0 90px #fff}to{opacity:0;text-shadow:0 0 100px #fff}}@-webkit-keyframes blur{0%{opacity:0;text-shadow:0 0 100px #fff}5%{text-shadow:0 0 90px #fff}15%{opacity:1}20%{text-shadow:0 0 0 #fff}80%{text-shadow:0 0 0 #fff}85%{opacity:1}95%{text-shadow:0 0 90px #fff}to{opacity:0;text-shadow:0 0 100px #fff}}[data-section=the-moon].main-experience__section:before{content:"04"}#continue-to-expand .section__content{transform:translateY(-8%)}[data-title="Continue to Expand"]:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),#000);bottom:0;content:"";height:50vh;left:0;position:absolute;width:100%}.main-experience.before-load .navigation,.main-experience.intro .navigation,.main-experience.outro .navigation,div[class="main-experience continue-to-expand"] .navigation,div[class="main-experience economy-of-space"] .navigation,div[class="main-experience intro"] .navigation,div[class="main-experience outro"] .navigation,div[class="main-experience private-investment-amount"] .navigation,div[class="main-experience see-where-space-can-take-us"] .navigation,div[class=main-experience] .navigation{opacity:0;transform:translateY(-100px);transition:transform 0s,opacity 0s}.navigation__container{left:0;position:fixed;right:0;top:27px;z-index:10}@media only screen and (max-width:800px){.navigation__container{top:15px}}@media only screen and (max-width:500px){.navigation__container{top:0}}.main-experience .navigation{margin:0 auto;max-width:80%;opacity:1;text-align:right;transform:translateY(0);transition:transform .8s,opacity .3s;transition:transform .5s,opacity .5s;width:1200px}@media only screen and (max-width:600px){.main-experience .navigation{max-width:95%}}@media only screen and (max-width:500px){.main-experience .navigation{display:flex;justify-content:space-between;text-align:center}}.main-experience .navigation a{border-bottom:1px solid transparent;color:#fff;display:inline-block;letter-spacing:.2em;margin:0 20px;opacity:.6;padding:10px 0 8px;text-decoration:none;text-transform:uppercase}@media only screen and (max-width:800px){.main-experience .navigation a{font-size:.9em;letter-spacing:.1em}}@media only screen and (max-width:600px){.main-experience .navigation a{font-size:.85em;margin:0 10px}}@media only screen and (max-width:500px){.main-experience .navigation a{font-size:.75em;margin:0 6px;padding-bottom:5px}}@media only screen and (max-width:400px){.main-experience .navigation a{font-size:.7em;letter-spacing:.05em;margin:0 5px}}.main-experience .navigation h2{display:none}[class*=in-orbit] .in-orbit,[class*=on-earth] .on-earth,[class*=outer-space] .outer-space,[class*=the-iss] .the-iss,[class*=the-moon] .the-moon{border-color:#fff!important;font-weight:600;opacity:1!important}.slide-experience{height:100%;max-height:100vh}@media only screen and (max-height:500px){.slide-experience .padded{margin-bottom:30px;margin-top:30px}}.slide-experience .slick-list,.slide-experience .slick-slide,.slide-experience .slick-track{height:100%;max-height:100vh}.slide-experience .slick-list{transform:translateZ(0)}.slide-experience .slick-slide,.slide-experience .slick-slide>div{height:100%;max-height:100vh}.slide-experience .main-experience__slide{height:100%;max-height:100vh;position:relative}@media only screen and (max-width:600px){.slide-experience .main-experience__slide img{height:auto;max-width:150px}}@media only screen and (max-height:500px){.slide-experience .main-experience__slide img{height:auto;max-width:125px}}@media only screen and (max-width:500px){.slide-experience .main-experience__slide .section__content{transform:translateY(-10%)}.slide-experience .main-experience__slide p{font-size:13px}}.slick-dots{bottom:0;display:block;display:flex;flex-direction:column;justify-content:center;list-style:none;margin:auto;padding:0;position:absolute;right:8px;text-align:center;top:0;z-index:1}@media only screen and (max-width:500px){.slick-dots{bottom:130px}}.slick-dots li{display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{cursor:pointer;display:block;height:20px;position:relative;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;border-radius:100%;bottom:0;color:#000;content:"";font-size:6px;height:10px;left:0;line-height:20px;margin:auto;opacity:.25;position:absolute;right:0;text-align:center;top:0;width:10px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.main-experience{-webkit-overflow-scrolling:touch;position:relative;width:100%}.main-experience .main-experience__container{overflow:hidden}.main-experience .main-experience__container .main-experience__section{background-position:50%;background-repeat:no-repeat;background-size:cover;display:table;min-height:100vh;overflow:hidden;position:relative;table-layout:fixed;transition:min-height .1s;width:100%;z-index:0}.main-experience .main-experience__container .main-experience__section#footer{height:auto}.main-experience .main-experience__container .main-experience__section[data-title="See Where Space Can Take Us"]{overflow:visible}.is-locked,.is-scrolling,.resizing,.resizing body{overflow:hidden}.main-experience__section.current,.slick-slide.slick-current .main-experience__slide{z-index:1!important}@keyframes animatedBackground{0%{transform:translateY(-5%)}to{transform:translateY(5%)}}video{opacity:0;transition:opacity .8s}video.loaded{opacity:1}.main-experience__section{-webkit-overflow-scrolling:touch;background-color:#000;overflow:hidden}.main-experience__section:before{-webkit-text-stroke:#fff;-webkit-text-stroke-width:.5px;color:transparent;display:inline-block;font-size:7.1em;font-weight:400;left:-7px;opacity:0;position:fixed;top:-22px;z-index:1}@media only screen and (max-width:600px){.main-experience__section:before{font-size:4.5em}}@media only screen and (max-width:500px){.main-experience__section:before{font-size:4em;left:6px;top:23px}}.main-experience__section.current:before{opacity:.8}.main-experience__section.after-current .section__bg:not(.video),.main-experience__section.before-current .section__bg:not(.video),.main-experience__section.current .section__bg:not(.video){animation:animatedBackground 20s ease-in-out infinite alternate}.main-experience__section.after-current .section__bg.still,.main-experience__section.before-current .section__bg.still,.main-experience__section.current .section__bg.still{animation:none!important}.main-experience__section .section__bg__wrap{height:100%;overflow:hidden;position:absolute;width:100%}.main-experience__section .section__bg__wrap video{height:auto;height:100%;min-height:56.25vw;min-width:100%;object-fit:cover;overflow:hidden;position:absolute;width:auto;width:177.77777778vh}@media only screen and (max-width:800px){.main-experience__section .section__bg__wrap video{width:100%}}.main-experience__section .section__bg{background-position:50%;background-size:cover;height:116%;left:0;position:absolute;top:-8%;width:100%;z-index:0}.section__content,.section__title{overflow:hidden}.section__content{align-content:center;align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:80%;min-height:100vh;position:relative;transition:min-height .2s;width:1200px;z-index:1}@media only screen and (max-width:600px){.section__content{max-width:90%}}@media only screen and (max-width:500px){.section__content{padding-left:10px;padding-right:10px;width:100%}}.padded{margin:150px 0}.padded.half{margin:75px 0}@media only screen and (max-width:800px){.padded{margin:100px 0}}@media only screen and (max-width:500px){.padded{margin:70px 0 60px}.padded.half{margin:35px 0 30px}}.grid h2{padding-left:0!important;text-align:left!important}.grid.vertically-center-content .grid__cell{vertical-align:middle}.scrolling-down .section__description,.scrolling-down .section__title{opacity:0;transform:translateY(50%);transition:transform 1s .25s,opacity .5s .25s;transition-timing-function:ease-in-out}.scrolling-down .current .section__description,.scrolling-down .current .section__title{opacity:1;transform:translateY(0);transition-delay:0s}.scrolling-down .slick-slide .section__description,.scrolling-down .slick-slide .section__title{opacity:0;transform:translateX(50%);transition:transform 1s .25s,opacity .85s .25s;transition-timing-function:ease-in-out}.scrolling-down .slick-slide.slick-current .section__description,.scrolling-down .slick-slide.slick-current .section__title{opacity:1;transform:translate(0);transition-delay:0s}.scrolling-down .slick-slide:first-child .section__description,.scrolling-down .slick-slide:first-child .section__title{opacity:0;transform:translateY(50%);transition:transform 1s .25s,opacity .85s .25s;transition-timing-function:ease-in-out}.scrolling-down .current .slick-slide.slick-current .section__description,.scrolling-down .current .slick-slide.slick-current .section__title{opacity:1;transform:translate(0);transition-delay:0s}.billboard{padding:90px 0}.billboard .section__title h2{font-size:6.5em;font-weight:900;line-height:1em;opacity:.2}@media only screen and (max-width:800px){.billboard .section__title h2{font-size:5.5em}}@media only screen and (max-width:500px){.billboard .section__title h2{font-size:4.25em}}@media only screen and (max-width:400px){.billboard .section__title h2{font-size:3.25em}}.billboard .section__description{margin:0 auto;max-width:100%;text-align:center;width:800px}.current .billboard .section__title h2{animation:animateBillboard 5s ease-in-out;opacity:.5}.current .billboard.grow .section__title h2{animation:animateBillboardGrow 5s ease-in-out;opacity:.5}@keyframes animateBillboard{0%{opacity:.1}to{opacity:.5}}@keyframes animateBillboardGrow{0%{opacity:.1;transform:scale(.25)}to{opacity:.5;transform:scale(1)}}.section__description h2,.section__title h2{font-size:3.5em;font-weight:300;letter-spacing:2px;margin:15px 0;text-align:center;text-transform:uppercase}@media only screen and (max-width:1000px){.section__description h2,.section__title h2{font-size:3.1em}}@media only screen and (max-width:800px){.section__description h2,.section__title h2{font-size:2.75em}}@media only screen and (max-width:500px){.section__description h2,.section__title h2{font-size:2em;letter-spacing:1px;padding-left:8px;padding-right:8px}}@media only screen and (max-width:400px){.section__description h2,.section__title h2{font-size:1.8em}}.section__description h2.regular-case,.section__title h2.regular-case{text-transform:none}.section__description p,.section__title p{font-size:1.25em;line-height:1.6em}@media only screen and (max-width:800px){.section__description p,.section__title p{font-size:1em;line-height:1.4em}}.section__description blockquote,.section__title blockquote{border-bottom:2px solid #fff;border-top:2px solid #fff;font-size:2em;padding:30px 3%;position:relative;text-align:center}.section__description blockquote.overflow .big,.section__title blockquote.overflow .big{margin-left:-8%;margin-right:-8%}.section__description blockquote a,.section__title blockquote a{color:inherit}@media only screen and (max-width:800px){.section__description blockquote,.section__title blockquote{font-size:1.5em;padding:20px 4%}}@media only screen and (max-width:600px){.section__description blockquote,.section__title blockquote{font-size:1.3em}}@media only screen and (max-width:500px){.section__description blockquote,.section__title blockquote{font-size:1em;margin-left:20px;margin-right:20px}}.section__description blockquote .big,.section__title blockquote .big{display:block;font-size:1.7em;font-weight:800;padding-top:20px;text-transform:uppercase}@media only screen and (max-width:800px){.section__description blockquote .big,.section__title blockquote .big{font-size:1.55em;padding-top:10px}}@media only screen and (max-width:600px){.section__description blockquote .big,.section__title blockquote .big{font-size:1.45em}}@media only screen and (max-width:500px){.section__description blockquote .big,.section__title blockquote .big{font-size:1.25em}}.section__description blockquote cite,.section__title blockquote cite{bottom:-30px;left:0;margin:auto;position:absolute;right:0}@media only screen and (max-width:500px){.section__description blockquote cite,.section__title blockquote cite{bottom:-25px}}.section__description blockquote.person,.section__title blockquote.person{border:0;font-weight:600;padding:0;text-align:left;text-transform:uppercase}.section__description blockquote.person:before,.section__title blockquote.person:before{content:"“"}.section__description blockquote.person:after,.section__title blockquote.person:after{content:"”"}.section__description blockquote.person cite,.section__title blockquote.person cite{font-size:.5em;font-weight:200;text-transform:none}.section__description blockquote.person cite:before,.section__title blockquote.person cite:before{display:none}.section__description blockquote.nasdaq-logo,.section__title blockquote.nasdaq-logo{background:url(economy-of-space-border.da310951.png);background-repeat:no-repeat;background-size:contain;border-bottom:1.5px solid #fff;border-top:0;padding-top:50px}@media only screen and (max-width:600px){.section__description blockquote.nasdaq-logo,.section__title blockquote.nasdaq-logo{border-bottom:1px solid #fff}}cite{font-size:15px;font-style:normal}@media only screen and (max-width:500px){cite{font-size:13px}}cite:before{content:"Source: "}cite a{color:#fff}.item{margin:20px 0;transition:.3s}.item p{font-size:.9em;line-height:1.4em}@media only screen and (max-width:500px){.item p{font-size:.8em}}a.item__link{color:#fff;text-decoration:none}a.item__link:hover .item{transform:translate(-.75rem,-.75rem)}.launch-link{color:#fff;display:block;opacity:1;position:relative;transition:opacity .3s;z-index:1}.launch-link:hover{opacity:.6}.launch{bottom:40px;left:0;letter-spacing:.1em;margin:auto;position:absolute;right:0;text-align:center;text-transform:uppercase;z-index:1}.launch:after{background-image:url(down-arrow.050c2fa5.png);background-position:bottom;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:50px;margin:auto;padding-top:10px;width:50px}@media only screen and (max-width:500px){.launch{bottom:120px}}@media only screen and (max-height:500px){.launch{bottom:20px;transform:scale(.6)}}.burning-earth{bottom:0;max-width:50%;position:absolute;right:0}@media only screen and (max-width:500px){.burning-earth{max-width:95%}}.aligncenter{display:block}.mousemove{perspective:300px;position:relative;transform-style:preserve-3d;transition:transform cubic-bezier(.19,1,.22,1)}.mousemove:after{background:transparent;bottom:0;content:"";display:block;height:120%;left:-5%;opacity:0;position:absolute;right:0;top:-10%;transition:opacity 1s ease-in-out;width:110%;z-index:0}img.mousemove{display:inline-block}*{-webkit-overflow-scrolling:touch}html.jump-scrolling body{scroll-behavior:smooth}body,html{background:#eee;color:#fff;font-family:nudista-web,Nudista,Arial,sans-serif;margin:0}body{height:100%;overflow-x:hidden;overflow-y:scroll}body.loading{overflow:hidden}.superwrapper{background:#000;height:100%;position:relative}.screenreader{clip:rect(1px,1px,1px,1px);font-size:0;outline:none;padding:0;position:absolute}.screenreader:focus{outline:none}.aligncenter{text-align:center}
/*# sourceMappingURL=index.bfa01506.css.map */
