@-webkit-keyframes rotate {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes rotate {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(-100%, 0, 0)
    }
}

a, body, div, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, img, input, label, li, main, nav, ol, p, section, span, svg, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

*, ::after, ::before {
    box-sizing: border-box
}

img {
    max-width: 100%
}

video {
    -o-object-fit: fill;
    object-fit: fill
}

svg:not(:root) {
    overflow: hidden
}

input {
    border-radius: 0
}

::-moz-placeholder {
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

::placeholder {
    opacity: 1
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

@font-face {
    font-family: "Mont";
    font-weight: 600;
    src: url(https://d250f2ux8pmbq4.cloudfront.net/assets/mont-600-9ff95304bf6aea1dff567a8be58fff57007d9306a2f2b246124d7f25c799d461.otf) format("opentype")
}

@font-face {
    font-family: "Mont";
    font-weight: 700;
    src: url(https://d250f2ux8pmbq4.cloudfront.net/assets/mont-700-4f32f119dbd3217bb35ddb1bb7a6159bef8bf3917f30c269a3efe0891e5b2c56.otf) format("opentype")
}

@font-face {
    font-family: "Mont";
    font-weight: 900;
    src: url(https://d250f2ux8pmbq4.cloudfront.net/assets/mont-900-cd414ef706156ca4b67b59f0d73887455d5bd8c343acf0084e902ae8767c2269.otf) format("opentype")
}

html {
    font-size: 10px
}

body {
    font-family: "Mont", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #1e2026;
    -webkit-font-smoothing: antialiased
}

.container {
    max-width: calc((100vw - 60px));
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width: 1024px) {
    .container {
        max-width: calc((100vw - 100px))
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1500px
    }
}

.button {
    display: flex;
    align-items: center;
    height: 40px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: .025em;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .button {
        height: 50px;
        padding-right: 30px;
        padding-left: 30px;
        border-radius: 25px;
        font-size: 1.8rem
    }
}

.button-black {
    background-color: #000;
    color: #fff
}

.button-white {
    background-color: #f8f8f8;
    color: #1e2026
}

.cloud {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px
}

@media screen and (min-width: 768px) {
    .cloud {
        margin-top: -15px
    }
}

.cloud-platform {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-right: 15px
}

@media screen and (min-width: 768px) {
    .cloud-platform {
        margin-top: 15px
    }
}

@media screen and (min-width: 1024px) {
    .cloud-platform {
        margin-right: 20px
    }
}

.cloud-platform:last-child {
    margin-right: 0
}

.cloud-platform-logo {
    margin-right: 5px
}

.cloud-platform-name {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: -.01em;
    line-height: 1
}

@media screen and (min-width: 1024px) {
    .cloud-platform-name {
        font-size: 1.6rem
    }
}

.enter {
    opacity: 0;
    transition: opacity .75s ease-out, transform .75s ease-out
}

.enter-up {
    transform: translate3d(0, 2vh, 0)
}

.enter-down {
    transform: translate3d(0, -2vh, 0)
}

.enter-right {
    transform: translate3d(-2vh, 0, 0)
}

.enter-left {
    transform: translate3d(2vh, 0, 0)
}

@media screen and (min-width: 1024px) {
    .enter-up {
        transform: translate3d(0, 4vh, 0)
    }

    .enter-down {
        transform: translate3d(0, -4vh, 0)
    }

    .enter-right {
        transform: translate3d(-4vh, 0, 0)
    }

    .enter-left {
        transform: translate3d(4vh, 0, 0)
    }
}

.is-inview .enter {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.is-inview .delay-1 {
    transition-delay: .25s
}

.is-inview .delay-2 {
    transition-delay: .5s
}

.is-inview .delay-3 {
    transition-delay: .75s
}

.is-inview .delay-4 {
    transition-delay: 1s
}

.is-inview .delay-5 {
    transition-delay: 1.25s
}

.is-inview .delay-6 {
    transition-delay: 1.5s
}

.is-inview .delay-7 {
    transition-delay: 1.75s
}

.is-inview .delay-8 {
    transition-delay: 2s
}

.is-inview .delay-9 {
    transition-delay: 2.25s
}

.is-inview .delay-10 {
    transition-delay: 2.5s
}

.footer {
    margin-bottom: 60px
}

@media screen and (min-width: 1024px) {
    .footer-container {
        padding-right: 75px;
        padding-left: 75px
    }
}

.footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

@media screen and (min-width: 768px) {
    .footer-top {
        display: block
    }
}

@media screen and (min-width: 1024px) {
    .footer-top {
        margin-bottom: 75px
    }
}

@media screen and (min-width: 1366px) {
    .footer-top {
        margin-bottom: 100px
    }
}

.footer-nav {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .footer-nav {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
}

.footer-nav-link {
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -.025em;
    line-height: 1.15
}

@media screen and (min-width: 768px) {
    .footer-nav-link {
        line-height: 1
    }
}

@media screen and (min-width: 1024px) {
    .footer-nav-link {
        font-size: 4.8rem
    }
}

@media screen and (min-width: 1366px) {
    .footer-nav-link {
        font-size: 7.4rem
    }
}

.footer-nav-separator {
    display: none
}

@media screen and (min-width: 768px) {
    .footer-nav-separator {
        display: block;
        width: 20px;
        height: 36px;
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/footer/separator-83955b592b491c913adb836708b2460af90d10881483b01a7da171f6dc3fa144.svg);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat
    }
}

@media screen and (min-width: 1024px) {
    .footer-nav-separator {
        width: 25px;
        height: 45px
    }
}

@media screen and (min-width: 1366px) {
    .footer-nav-separator {
        width: 35px;
        height: 63px
    }
}

.footer-other {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: right
}

@media screen and (min-width: 768px) {
    .footer-other {
        float: right;
        padding-top: 0;
        padding-bottom: 0
    }
}

.footer-other-large {
    display: none
}

@media screen and (min-width: 768px) {
    .footer-other-small {
        display: none
    }

    .footer-other-large {
        display: flex
    }

    .footer-other-link {
        margin-bottom: 5px
    }
}

@media screen and (min-width: 1024px) {
    .footer-other-link {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 768px) {
    .footer-other-link:last-child {
        margin-bottom: 0
    }
}

.footer-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px
}

@media screen and (min-width: 768px) {
    .footer-form {
        flex-direction: row;
        align-items: center
    }
}

@media screen and (min-width: 1024px) {
    .footer-form {
        margin-bottom: 50px
    }
}

@media screen and (min-width: 1366px) {
    .footer-form {
        margin-bottom: 75px
    }
}

.footer-form-heading {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: -.025em
}

@media screen and (min-width: 768px) {
    .footer-form-heading {
        margin-right: 25px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .footer-form-heading {
        margin-right: 50px
    }
}

@media screen and (min-width: 1366px) {
    .footer-form-heading {
        font-size: 3.2rem
    }
}

.footer-form-input {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-weight: 600;
    font-size: 1.6rem;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media screen and (min-width: 768px) {
    .footer-form-input {
        margin-right: 25px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .footer-form-input {
        margin-right: 50px
    }
}

.footer-form-input::-moz-placeholder {
    color: #000
}

.footer-form-input:-ms-input-placeholder {
    color: #000
}

.footer-form-input::placeholder {
    color: #000
}

@media screen and (min-width: 768px) {
    .footer-bottom {
        position: relative
    }

    .footer-bottom::after, .footer-bottom::before {
        content: "";
        display: table;
        clear: both
    }
}

.footer-social {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .footer-social {
        float: left;
        margin-bottom: 0
    }
}

.footer-social-link {
    display: block;
    margin-right: 35px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

.footer-legal-link:last-child, .footer-social-link:last-child {
    margin-right: 0
}

.footer-social-link-facebook {
    width: 21px;
    height: 21px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/footer/facebook-3767568d6f4d52a79962d4d7d46460a7a6117d3812db2291abf08281d20cabc2.svg)
}

.footer-social-link-twitter {
    width: 23px;
    height: 19px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/footer/twitter-d05a438f8e13ac6ebf1f2f2f2cb93c0e7731d294be58ff526faa47524bff8bd7.svg)
}

.footer-social-link-linkedin {
    width: 21px;
    height: 20px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/footer/linkedin-cb8872891f6bc86023073d33d76d7e6ddb674da1602af008861ac84c4e9f8e3d.svg)
}

.footer-social-link-youtube {
    width: 28px;
    height: 20px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/footer/youtube-1f0591f1ced0f326492af4f40206dedc6226842580000b113d3bb628146dbf30.svg)
}

.footer-social-link-instagram {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/footer/instagram-logo-7502efd2b8552fc9948cbf28d8705162b7c5af5f264b4c6e756d80a35c283adb.svg);
    height: 57px;
    transform: scale(0.40);
    margin-left: -26px;

}


.footer-legal {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
    color: #666
}

@media screen and (min-width: 768px) {
    .footer-legal {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

@media screen and (min-width: 1024px) {
    .footer-legal {
        font-size: 1.2rem
    }
}

.footer-legal-link {
    margin-right: 30px
}

.menu {
    z-index: 1;
    transform: translate3d(0, -100%, 0);
    transition-property: transform;
    transition-duration: .75s;
    transition-timing-function: ease;
    transition-delay: .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(-45deg, #6af1fc 0%, #00acfb 100%);
    color: #fff
}

@media screen and (min-width: 1024px) {
    .menu {
        display: none
    }
}

.menu.is-active, .menu.is-active .menu-links {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s
}

.menu-container {
    height: 100%;
    padding-top: 118px
}

.menu-links {
    opacity: 0;
    transform: translate3d(0, 2vh, 0);
    transition-property: opacity, transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px
}

.menu.is-active .menu-links {
    opacity: 1;
    transition-delay: .75s
}

.menu-link {
    position: relative;
    font-weight: 700;
    font-size: 5.3rem;
    line-height: 1.05
}

.menu-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    width: 30px;
    height: 3px;
    margin-top: -1.5px;
    background-color: #fff
}

.menu-link.is-active {
    padding-left: 35px
}

.menu-link, .menu-link.is-active::before {
    display: block
}

.menu-other {
    opacity: 0;
    transform: translate3d(0, 2vh, 0);
    transition-property: opacity, transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px
}

.menu.is-active .menu-other, .menu.is-active .menu-social {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s
}

.menu-other-link {
    display: block;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.4
}

.menu-social {
    opacity: 0;
    transform: translate3d(0, 2vh, 0);
    transition-property: opacity, transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    display: flex;
    align-items: center
}

.menu.is-active .menu-social {
    transition-delay: 1.25s
}

.menu-social-link {
    display: block;
    margin-right: 40px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

.menu-social-link:last-child {
    margin-right: 0
}

.menu-social-link-facebook {
    width: 25px;
    height: 25px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/menu/icon-facebook-fcda6f5fdea6f99574198be3d7f81ca13af5c9ac51a7349d23ab8be65c3009e6.svg)
}

.menu-social-link-twitter {
    width: 26px;
    height: 21px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/menu/icon-twitter-d443dad8646ae847affe90ba558ee49bd87dfb5567b06636d03484bbe938b2cb.svg)
}

.menu-social-link-linkedin {
    width: 24px;
    height: 24px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/menu/icon-linkedin-8f769edf039837bc04eb7c09558eb854a491697888550cdf8e174709c091b78d.svg)
}

.menu-social-link-youtube {
    width: 32px;
    height: 23px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/menu/icon-youtube-e72bbbbea926eec7fc84066235638f0b53ebf137d98353de8c1064fcd87b7916.svg)
}

.menu-social-link-instagram {
    width: 44px;
    height: 25px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/menu/icon-instagram-660f99abf2c04ba973d9e844ad4bbc9d19d36dd90f0e57cc0fd6d1bd8ca13a19.svg)
}

.nav {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 25px
}

@media screen and (min-width: 1024px) {
    .nav {
        padding-top: 50px
    }
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (min-width: 1024px) {
    .nav-container {
        position: relative;
        padding-right: 35px;
        padding-left: 35px
    }
}

.nav-links {
    display: none
}

@media screen and (min-width: 1024px) {
    .nav-links {
        display: flex;
        align-items: center
    }
}

.nav-link {
    position: relative;
    margin-right: 35px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff
}

.nav-link.is-active {
    font-weight: 700
}

.nav-link:last-child {
    margin-right: 0
}

.nav-link::after, .nav-switch::after, .nav-switch::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.nav-link::after {
    transform: scale3d(0, 1, 1);
    bottom: -5px
}

.nav-link.is-active::after {
    transform: scale3d(1, 1, 1)
}

.nav-logo {
    display: block;
    width: 67px;
    height: 28px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/nav/logo-50de7cb0e13d26bfd283bbbe1b0016d44235e5a69596e75dd0f2be14b2c4ca8d.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

@media screen and (min-width: 1024px) {
    .nav-logo {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -33.5px
    }
}

.nav-other {
    display: flex;
    align-items: center;
    margin-right: 25px;
    margin-left: auto
}

@media screen and (min-width: 1024px) {
    .nav-other {
        margin-right: 0
    }
}

.nav-login {
    display: none;
}

@media screen and (min-width: 1024px) {
    .nav-login {
        display: block;
        width: 16px;
        height: 18px;
        margin-right: 35px;
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/nav/login-6d11b4f77014b31c77664e0aa7a54025f3f13f8943e82d6a812c7b0565568f38.svg);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap
    }
}

.nav-search {
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/nav/search-79203c1f28609abdbec9f5a297bf326cea1ccda13621da5761012cb84de1b765.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

.nav-switch {
    position: relative;
    width: 20px;
    height: 10px;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .nav-switch {
        display: none
    }
}

.nav-switch.is-active::before {
    transform: translate3d(0, 4px, 0) rotate(45deg)
}

.nav-switch.is-active::after {
    transform: translate3d(0, -4px, 0) rotate(-225deg)
}

.nav-switch::after, .nav-switch::before {
    transition: transform .5s ease-out
}

.nav-switch::before {
    top: 0
}

.nav-switch::after {
    bottom: 0
}

.next {
    margin-bottom: 30px;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .next {
        margin-bottom: 50px
    }
}

.next-last {
    margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
    .next-last {
        margin-bottom: 125px
    }
}

.next-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 30px;
    border-radius: 8px
}

@media screen and (min-width: 768px) {
    .next-container {
        flex-direction: row;
        padding: 70px 60px
    }
}

@media screen and (min-width: 1024px) {
    .next-container {
        padding: 135px 120px
    }
}

.next-container-about {
    background-image: linear-gradient(-135deg, #00b1ff 0%, #073f76 100%)
}

.next-container-contact {
    background-image: linear-gradient(-135deg, #6af1fc 0%, #00acfb 100%)
}

.next-container-careers {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/next/careers-small-455065ff2a14168a051c5dafc8568f701a7b222bc72bbd14feef6f65a68806ca.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (min-width: 768px) {
    .next-container-careers {
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/next/careers-large-5ae68c5ed6eb2594091634819bd4cf0a97d37fa1194ebe2a378b5deeb9785a96.jpg);
    }
}

.next-brow {
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .next-brow {
        flex-basis: 30%
    }
}

@media screen and (min-width: 1024px) {
    .next-brow {
        font-size: 2.4rem
    }
}

@media screen and (min-width: 1366px) {
    .next-brow {
        font-size: 2.9rem
    }
}

.next-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media screen and (min-width: 768px) {
    .next-content {
        flex-basis: 62.5%
    }
}

.next-heading {
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -.025em;
    line-height: 1.1
}

@media screen and (min-width: 768px) {
    .next-heading {
        margin-top: 0;
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1024px) {
    .next-heading {
        margin-bottom: 25px;
        font-size: 5.4rem
    }
}

@media screen and (min-width: 1366px) {
    .next-heading {
        font-size: 9.7rem
    }

    .next-container-contact .next-heading {
        font-size: 6.4rem
    }
}

.search {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .5s, 0s;
    transition-timing-function: ease, linear;
    transition-delay: 0s, .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(315deg, #00b1ff 0%, #00aefc 20%, #01a5f1 37.5%, #0297df 52.5%, #0382c6 67.5%, #0567a6 82.5%, #074780 97%, #073f76 100%);
    color: #fff
}

.search.is-active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.search-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

@media screen and (min-width: 768px) {
    .search-container {
        padding-right: 35px;
        padding-left: 35px
    }
}

@media screen and (min-width: 1366px) {
    .search-container {
        max-width: 1036px;
        padding-right: 0;
        padding-left: 0
    }
}

.search-form {
    position: relative;
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .search-form {
        margin-bottom: 30px
    }
}

.search-input {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -.025em;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media screen and (min-width: 768px) {
    .search-input {
        padding-bottom: 15px;
        font-size: 3rem
    }
}

.search-input::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.search-input:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.search-input::placeholder {
    opacity: 1;
    color: #fff
}

.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    border: 0;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/components/search/icon-submit-0117065c40c7539bfd6be882c9cc739b7055cb121c54ce6209246ba9358fa994.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media screen and (min-width: 768px) {
    .search-submit {
        width: 26px;
        height: 26px
    }
}

.search-platforms {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px
}

.search-heading {
    flex-basis: 100%;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -.01em
}

@media screen and (min-width: 768px) {
    .search-heading {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 1366px) {
    .search-heading {
        flex-basis: auto;
        margin-right: 35px
    }
}

.search-platform {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-right: 25px
}

.search-platform:last-child {
    margin-right: 0
}

.search-platform-logo {
    margin-right: 10px
}

.search-platform-name {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -.01em
}

@media screen and (min-width: 768px) {
    .search-platform-name {
        font-size: 1.6rem
    }
}

.about .gradient {
    position: relative
}

.about .gradient::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background-image: linear-gradient(225deg, #00acfb 28.44%, #6af1fc 100%)
}

@media screen and (min-width: 768px) {
    .about .gradient::before {
        height: 77.5%
    }
}

@media screen and (min-width: 1024px) {
    .about .gradient::before {
        height: 72.5%
    }
}

@media screen and (min-width: 1366px) {
    .about .gradient::before {
        height: 75%
    }
}

.about .header {
    overflow: hidden;
    margin-bottom: 40px;
    padding-top: 100px;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .about .header {
        padding-top: 175px
    }
}

.about .header-container {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .about .header-container {
        padding-right: 35px;
        padding-left: 35px
    }
}

.about .header-brow {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    .about .header-brow {
        margin-bottom: 35px;
        font-size: 2.5rem
    }
}

.about .header-heading {
    font-weight: 700;
    font-size: 3.9rem;
    letter-spacing: -.025em;
    line-height: 1
}

@media screen and (min-width: 1024px) {
    .about .header-heading {
        font-size: 7.8rem
    }
}

@media screen and (min-width: 1366px) {
    .about .header-heading {
        font-size: 10.6rem
    }
}

.about .stats {
    margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
    .about .stats {
        margin-bottom: 140px
    }
}

.about .stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 30px;
    border-radius: 8px;
    background-color: #fafafa;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 1024px) {
    .about .stats-container {
        padding: 75px 90px
    }
}

.about .stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 45%;
    margin-bottom: 35px
}

@media screen and (min-width: 768px) {
    .about .stat {
        flex-basis: 30%
    }
}

@media screen and (max-width: 767px) {
    .about .stat-5, .about .stat-6 {
        margin-bottom: 0
    }

    .about .stat-1, .about .stat-2 {
        transition-delay: .5s
    }

    .about .stat-3, .about .stat-4 {
        transition-delay: .75s
    }

    .about .stat-5, .about .stat-6 {
        transition-delay: 1s
    }
}

@media screen and (min-width: 768px) {
    .about .stat-4, .about .stat-5, .about .stat-6 {
        margin-bottom: 0
    }

    .about .stat-1, .about .stat-2, .about .stat-3 {
        transition-delay: .5s
    }

    .about .stat-4, .about .stat-5, .about .stat-6 {
        transition-delay: .75s
    }
}

.about .stat-main {
    font-weight: 700;
    font-size: 3.8rem;
    letter-spacing: -.025em;
    color: #00b1ff
}

@media screen and (min-width: 768px) {
    .about .stat-main {
        font-size: 4.8rem
    }
}

@media screen and (min-width: 1024px) {
    .about .stat-main {
        font-size: 7.1rem
    }
}

.about .stat-desc {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: -.025em;
    line-height: 1.1;
    color: #000
}

@media screen and (min-width: 1024px) {
    .about .stat-desc {
        font-size: 3rem;
        line-height: 1.35
    }
}

.about .team {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .about .team {
        margin-bottom: 25px
    }
}

@media screen and (min-width: 1024px) {
    .about .team {
        margin-bottom: 40px
    }
}

.about .team-large {
    display: none
}

@media screen and (min-width: 768px) {
    .about .team-small {
        display: none
    }

    .about .team-large {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .about .team-half {
        flex-basis: calc((100% - 25px) / 2)
    }
}

@media screen and (min-width: 1024px) {
    .about .team-half {
        flex-basis: calc((100% - 40px) / 2)
    }
}

.about .team-heading {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -.025em;
    line-height: 1.1
}

@media screen and (min-width: 1024px) {
    .about .team-heading {
        font-size: 5.4rem;
        line-height: 1.05
    }
}

@media screen and (min-width: 1366px) {
    .about .team-heading {
        margin-bottom: 50px;
        margin-left: 45px;
        font-size: 6.6rem;
        line-height: 1.05
    }
}

.about .team-heading-large {
    display: none
}

@media screen and (min-width: 768px) {
    .about .team-heading-small {
        display: none
    }

    .about .team-heading-large {
        display: block
    }
}

.about .team-piece {
    margin-bottom: 20px;
    padding: 40px 35px;
    border-radius: 8px
}

@media screen and (min-width: 768px) {
    .about .team-piece {
        margin-bottom: 25px
    }
}

@media screen and (min-width: 1024px) {
    .about .team-piece {
        margin-bottom: 40px;
        padding: 50px 45px
    }
}

.about .team-piece:last-child {
    margin-bottom: 0
}

.about .team-member {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 510px;
    padding-bottom: 0
}

@media screen and (min-width: 1024px) {
    .about .team-member {
        height: 460px
    }
}

@media screen and (min-width: 1366px) {
    .about .team-member {
        position: relative
    }
}

.about .team-member-gray {
    background-color: #f7f8f9
}

.about .team-member-peach {
    background-image: linear-gradient(-135deg, #f27c7b 0%, #ffbd99 100%)
}

.about .team-member-blue {
    background-image: linear-gradient(-135deg, #00acfb 0%, #6af1fc 100%)
}

.about .team-member-gray .team-member-name {
    color: #000
}

.about .team-member-gray .team-member-role {
    color: #4d4d4d
}

.about .team-member-gray .team-member-desc {
    color: #666
}

.about .team-member-blue, .about .team-member-peach {
    color: #fff
}

.about .team-member-name {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: -.025em
}

@media screen and (min-width: 1024px) {
    .about .team-member-name {
        font-size: 3.3rem
    }
}

.about .team-member-role {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: -.01em
}

@media screen and (min-width: 1024px) {
    .about .team-member-role {
        font-size: 2.4rem
    }
}

@media screen and (min-width: 1366px) {
    .about .team-member-role {
        max-width: 50%
    }
}

.about .team-member-desc {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    line-height: 1.5
}

@media screen and (min-width: 1024px) {
    .about .team-member-desc {
        font-size: 1.8rem;
        line-height: 1.55
    }
}

@media screen and (min-width: 1366px) {
    .about .team-member-desc {
        max-width: 50%
    }
}

.about .team-member-image {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
}

@media screen and (min-width: 1366px) {
    .about .team-member-image {
        margin-right: 0;
        margin-left: auto
    }
}

.about .team-member-image-1 {
    width: 232.16561px;
    height: 250px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-1-625b32386c1572e5916ffc5cc0a3c79d905670f0b4056645bd0360b999d7473f.png)
}

@media screen and (min-width: 1024px) {
    .about .team-member-image-1 {
        width: 208.94904px;
        height: 225px
    }
}

@media screen and (min-width: 1366px) {
    .about .team-member-image-1 {
        position: absolute;
        bottom: 0;
        right: -50px;
        width: 371.46497px;
        height: 400px
    }
}

.about .team-member-image-2 {
    width: 232.16561px;
    height: 250px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-2-f3dbe76cc741e537fb7e1a1d29c1b21dc3c0f1723f8eb36dc2516fc7e7736728.png)
}

@media screen and (min-width: 1024px) {
    .about .team-member-image-2 {
        width: 208.94904px;
        height: 225px
    }
}

@media screen and (min-width: 1366px) {
    .about .team-member-image-2 {
        position: absolute;
        bottom: 0;
        right: -50px;
        width: 371.46497px;
        height: 400px
    }
}

.about .team-member-image-3 {
    width: 259.78916px;
    height: 250px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-3-ea8151c72f6ecf0d00404949f7c5e16fceb072d5cfd400d0cdaf6eea208271ae.png)
}

@media screen and (min-width: 1024px) {
    .about .team-member-image-3 {
        width: 181.85241px;
        height: 175px
    }
}

@media screen and (min-width: 1366px) {
    .about .team-member-image-3 {
        position: absolute;
        bottom: 0;
        right: -50px;
        width: 363.70482px;
        height: 350px
    }
}

.about .team-member-image-4 {
    width: 307.45968px;
    height: 250px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-4-0b63e816e7778e80e55023b27e6d63c876dab962e38f04749fa857f62fd881a6.png)
}

@media screen and (min-width: 768px) {
    .about .team-member-image-4 {
        width: 245.96774px;
        height: 200px
    }
}

@media screen and (min-width: 1024px) {
    .about .team-member-image-4 {
        width: 215.22177px;
        height: 175px
    }
}

@media screen and (min-width: 1366px) {
    .about .team-member-image-4 {
        position: absolute;
        bottom: 0;
        right: -75px;
        width: 430.44355px;
        height: 350px
    }
}

.about .team-member-image-5 {
    width: 232.16561px;
    height: 250px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-5-08ff813ff8a7a9e0f15183cbfa7d9fa52b528782818b0f9cb1527f1faa1e734e.png)
}

@media screen and (min-width: 1024px) {
    .about .team-member-image-5 {
        width: 208.94904px;
        height: 225px
    }
}

@media screen and (min-width: 1366px) {
    .about .team-member-image-5 {
        position: absolute;
        bottom: 0;
        right: -50px;
        width: 371.46497px;
        height: 400px
    }
}

.about .team-member-image-6 {
    width: 232.16561px;
    height: 250px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-6-ebd83d95c777a86e71ffd67d726e64fed1eeffa3959a83867a49b3c615ab1629.png)
}

@media screen and (min-width: 1024px) {
    .about .team-member-image-6 {
        width: 208.94904px;
        height: 225px
    }
}

@media screen and (min-width: 1366px) {
    .about .team-member-image-6 {
        position: absolute;
        bottom: 0;
        right: -50px;
        width: 371.46497px;
        height: 400px
    }
}

.about .team-member-image-7 {
    width: 203.33333px;
    height: 250px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-7-60b255c69e9b00d92bf73c9dbe249137827a91251deda1f284c25551006eb66a.png)
}

@media screen and (min-width: 1024px) {
    .about .team-member-image-7 {
        width: 162.66667px;
        height: 200px
    }
}

@media screen and (min-width: 1366px) {
    .about .team-member-image-7 {
        position: absolute;
        bottom: 0;
        right: -50px;
        width: 325.33333px;
        height: 400px
    }
}

.about .team-member-image-8 {
    width: 203.33333px;
    height: 250px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-8-b688c5a7e8bba1c5ad77396c50b8d10cc6c9ce65d9936be5ad1750e5e9b9dc7c.png);
    background-position: bottom;
}

@media screen and (min-width: 1024px) {
    .about .team-member-image-8 {
        width: 162.66667px;
        height: 200px
    }
}

@media screen and (min-width: 1366px) {
    .about .team-member-image-8 {
        position: absolute;
        right: -50px;
        bottom: 0;
        width: 325.33333px;
        height: 400px
    }
}

.about .team-quote {
    font-weight: 700;
    letter-spacing: -.025em;
    color: #fff
}

.about .team-quote-blue {
    background-image: linear-gradient(225deg, #00b1ff 0%, #00aedc 19.75%, #01a5f1 36.75%, #0297df 52.75%, #0382c7 67.75%, #046dad 80%)
}

.about .team-quote-peach {
    background-image: linear-gradient(-135deg, #ffbd99 0%, #f27c7b 100%)
}

.about .team-quote-large {
    font-size: 3.2rem;
    line-height: 1.1
}

@media screen and (min-width: 1024px) {
    .about .team-quote-large {
        font-size: 4.8rem;
        line-height: 1.05
    }
}

@media screen and (min-width: 1366px) {
    .about .team-quote-large {
        font-size: 6.6rem
    }
}

.about .values {
    margin-bottom: 50px
}

@media screen and (min-width: 768px) {
    .about .values {
        display: flex;
        align-items: center;
        margin-bottom: 75px;
        margin-left: 30px
    }
}

@media screen and (min-width: 1024px) {
    .about .values {
        margin-bottom: 140px;
        margin-left: 50px
    }
}

@media screen and (min-width: 1600px) {
    .about .values {
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (min-width: 768px) {
    .about .values-container {
        flex: 0 0 30%;
        margin-right: 50px
    }
}

@media screen and (min-width: 1366px) {
    .about .values-container {
        flex-basis: 25%
    }
}

.about .values-brow {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #00acfb
}

@media screen and (min-width: 1024px) {
    .about .values-brow {
        font-size: 2.5rem
    }
}

.about .values-heading {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -.025em;
    line-height: 1.1
}

@media screen and (min-width: 768px) {
    .about .values-heading {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .about .values-heading {
        margin-bottom: 15px;
        font-size: 5.4rem;
        line-height: 1.05
    }
}

@media screen and (min-width: 1366px) {
    .about .values-heading {
        font-size: 6.6rem
    }
}

.about .values-arrows {
    display: none
}

@media screen and (min-width: 1024px) {
    .about .values-arrows {
        display: flex;
        align-items: center
    }
}

.about .values-arrow {
    display: block;
    width: 36px;
    height: 28px;
    margin-right: 15px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
}

.about .values-arrow:last-child {
    margin-right: 0
}

.about .values-arrow-right {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/values/arrow-right-4d30e0ce3d96ffc142474bd0895fc53c2f5f310d7e5914c422ed400ccf0ca30b.svg)
}

.about .values-arrow-left {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/values/arrow-left-846238fff844bb6f2fa26ee02be89b35c8c6674000e02d41d008f813860d1861.svg)
}

.about .values-slider {
    overflow: hidden;
    height: 390px
}

@media screen and (min-width: 768px) {
    .about .values-slider {
        flex-grow: 1
    }
}

.about .values-slider-inner {
    overflow-x: scroll;
    height: calc(100% + 20px);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.about .value-slide {
    display: inline-flex;
    flex-direction: column;
    width: 255px;
    height: 390px;
    margin-right: 20px;
    padding: 35px 30px;
    border-radius: 8px;
    background: linear-gradient(225deg, #00b1ff 0%, #00aedc 19.75%, #01a5f1 36.75%, #0297df 52.75%, #0382c7 67.75%, #046dad 80%);
    white-space: normal;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .about .value-slide {
        width: 315px;
        padding: 35px
    }
}

@media screen and (max-width: 767px) {
    .about .value-slide:first-child {
        margin-left: 30px
    }
}

.about .value-slide:last-child {
    margin-right: 30px
}

@media screen and (min-width: 1024px) {
    .about .value-slide:last-child {
        margin-right: 50px
    }
}

.about .value-slide-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .5);
    font-weight: 700;
    font-size: 2rem
}

.about .value-slide-heading {
    margin-bottom: auto;
    font-weight: 700;
    font-size: 2.6rem;
    letter-spacing: -.025em;
    line-height: 1.05
}

@media screen and (min-width: 1024px) {
    .about .value-slide-heading {
        font-size: 2.8rem;
        line-height: 1.15
    }
}

.about .value-slide-more {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    line-height: 1.5
}

@media screen and (min-width: 1024px) {
    .about .value-slide-more {
        font-size: 1.8rem;
        line-height: 1.55
    }
}

.careers .benefit {
    margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
    .careers .benefit {
        margin-bottom: 140px
    }
}

.careers .benefit-heading {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -.025em;
    line-height: 1.1;
    color: #000
}

@media screen and (min-width: 1024px) {
    .careers .benefit-heading {
        font-size: 5.4rem;
        text-align: center
    }
}

@media screen and (min-width: 1366px) {
    .careers .benefit-heading {
        font-size: 7rem
    }
}

.careers .benefit-subhead {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    line-height: 1.4;
    color: #000
}

@media screen and (min-width: 1024px) {
    .careers .benefit-subhead {
        max-width: 650px;
        margin-right: auto;
        margin-bottom: 75px;
        margin-left: auto;
        font-size: 2.4rem;
        line-height: 1.35;
        text-align: center
    }
}

.careers .benefit-slider {
    overflow: hidden;
    height: 260px
}

@media screen and (min-width: 1366px) {
    .careers .benefit-slider {
        margin-right: 50px;
        margin-left: 50px
    }
}

@media screen and (min-width: 1600px) {
    .careers .benefit-slider {
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto
    }
}

.careers .benefit-slider-inner {
    overflow-x: scroll;
    height: calc(100% + 20px);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 1366px) {
    .careers .benefit-slider-inner {
        overflow: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        white-space: normal
    }
}

.careers .benefit-slide {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 225px;
    height: 260px;
    margin-right: 30px;
    padding: 30px 25px;
    border-radius: 8px;
    background-image: linear-gradient(-45deg, #ffbc99 0%, #f27c7b 56.75%);
    white-space: normal;
    color: #fff
}

@media screen and (min-width: 1366px) {
    .careers .benefit-slide {
        display: flex;
        flex-basis: calc((100% - 160px) / 5);
        margin-right: 40px
    }
}

.careers .benefit-slide:first-child {
    margin-left: 30px
}

.careers .benefit-slide:last-child {
    margin-right: 30px
}

@media screen and (min-width: 1024px) {
    .careers .benefit-slide:first-child {
        margin-left: 50px
    }

    .careers .benefit-slide:last-child {
        margin-right: 50px
    }
}

@media screen and (min-width: 1366px) {
    .careers .benefit-slide:first-child {
        margin-left: 0
    }

    .careers .benefit-slide:last-child {
        margin-right: 0
    }
}

.careers .benefit-slide-name {
    font-weight: 700;
    font-size: 2.6rem;
    letter-spacing: -.025em;
    line-height: 1.1
}

@media screen and (min-width: 1024px) {
    .careers .benefit-slide-name {
        font-size: 2.4rem;
        line-height: 1.2
    }
}

.careers .equal {
    margin-bottom: 50px;
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f7f8f9
}

@media screen and (min-width: 1024px) {
    .careers .equal {
        margin-bottom: 100px;
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media screen and (min-width: 768px) {
    .careers .equal-container {
        display: flex;
        justify-content: space-between
    }
}

@media screen and (min-width: 1024px) {
    .careers .equal-container {
        padding-right: 75px;
        padding-left: 75px
    }
}

.careers .equal-heading {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -.025em;
    line-height: 1.1
}

@media screen and (min-width: 768px) {
    .careers .equal-heading {
        flex-basis: 30%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .careers .equal-heading {
        font-size: 4.2rem;
        line-height: 1
    }
}

.careers .equal-subhead {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -.025em;
    line-height: 1.5625
}

@media screen and (min-width: 768px) {
    .careers .equal-subhead {
        flex-basis: 60%
    }
}

@media screen and (min-width: 1366px) {
    .careers .equal-subhead {
        font-size: 2.4rem;
        line-height: 1.35
    }
}

.careers .gradient {
    position: relative
}

.careers .gradient::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 49%;
    background-image: linear-gradient(225deg, #ffbd99 0%, #f27c7b 56.25%)
}

@media screen and (min-width: 768px) {
    .careers .gradient::before {
        height: 51.5%
    }
}

@media screen and (min-width: 1024px) {
    .careers .gradient::before {
        height: 55%
    }
}

@media screen and (min-width: 1366px) {
    .careers .gradient::before {
        height: 50%
    }
}

.careers .grid {
    margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
    .careers .grid {
        margin-bottom: 140px
    }
}

@media screen and (min-width: 768px) {
    .careers .grid-container {
        position: relative
    }

    .careers .grid-container-1 {
        height: calc((100vw - 60px) * .95)
    }

    .careers .grid-container-2 {
        height: calc((100vw - 60px) * 1.065)
    }
}

@media screen and (min-width: 1024px) {
    .careers .grid-container-1 {
        height: calc((100vw - 100px) * .95)
    }

    .careers .grid-container-2 {
        height: calc((100vw - 100px) * 1.065)
    }
}

.careers .grid-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 768px) {
    .careers .grid-image {
        position: absolute;
        margin-bottom: 0
    }
}

.careers .grid-image-1 {
    width: calc((100vw - 60px));
    height: calc((100vw - 60px) * .885)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-1 {
        top: 0;
        left: 0;
        width: 48.25%;
        height: 45.5%
    }
}

.careers .grid-image-2 {
    width: calc((100vw - 60px) * .785);
    height: calc((100vw - 60px) * .58875);
    margin-right: auto
}

@media screen and (min-width: 768px) {
    .careers .grid-image-2 {
        top: 5.15%;
        left: 51.75%;
        width: 36.5%;
        height: 29.15%
    }
}

.careers .grid-image-3 {
    width: calc((100vw - 60px) * .585);
    height: calc((100vw - 60px) * .32175);
    margin-left: auto
}

@media screen and (min-width: 768px) {
    .careers .grid-image-3 {
        top: 49.75%;
        left: 18.95%;
        width: 29.25%;
        height: 12.5%
    }
}

.careers .grid-image-4 {
    width: calc((100vw - 60px));
    height: calc((100vw - 60px) * .515)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-4 {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 33.25%
    }
}

.careers .grid-image-5 {
    width: calc((100vw - 60px));
    height: calc((100vw - 60px) * .535)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-5 {
        top: 0;
        left: 0;
        width: 100%;
        height: 29.5%
    }
}

.careers .grid-image-6 {
    width: calc((100vw - 60px));
    height: calc((100vw - 60px) * .65)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-6 {
        top: 32.85%;
        right: 0;
        width: 48.5%;
        height: 41.15%
    }
}

.careers .grid-image-7 {
    width: calc((100vw - 60px) * .765);
    height: calc((100vw - 60px) * .699975);
    margin-left: auto
}

@media screen and (min-width: 768px) {
    .careers .grid-image-7 {
        bottom: 7.75%;
        left: 7.5%;
        width: 40.25%;
        height: 34.25%
    }
}

.careers .grid-image-8 {
    width: calc((100vw - 60px) * .715);
    height: calc((100vw - 60px) * .53625)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-8 {
        bottom: 0;
        right: 18%;
        width: 30.5%;
        height: 22.15%
    }
}

.careers .grid-image:last-child {
    margin-bottom: 0
}

.careers .grid-image-inside {
    transform: translate3d(0, calc(var(--parallax) * 25px), 0);
    position: absolute;
    top: -25px;
    left: -25px;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (min-width: 768px) {
    .careers .grid-image-inside {
        transform: translate3d(0, calc(var(--parallax) * 50px), 0);
        top: -50px;
        left: -50px;
        width: calc(100% + 100px);
        height: calc(100% + 100px)
    }
}

.careers .grid-image-inside-1 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-1-small-86eeaf2861ca2b7c7504721ab32e4267b730d448493942f220e8a6a47594fe5d.jpg)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-inside-1 {
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-1-large-33fcea2e9bb090b6d562da6a67bb4c37963494581bf1d09a9d1934292224ac96.jpg)
    }
}

.careers .grid-image-inside-2 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-2-small-52e31a840b2b34295d27e428556a6c61aa7c7738ea2a96fdf573c8b5537f29c2.jpg)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-inside-2 {
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-2-large-360feb36c45809bcf4fdfcf238a57896feade1782483d64bd149f156c43881e1.jpg)
    }
}

.careers .grid-image-inside-3 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-3-small-b0206e2235831ac1f1f1338caf169f68d5c1370a06cc4798f539ed549f8a35d0.jpg)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-inside-3 {
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-3-large-7b514bf796795d77860b5244656af52ef3b3f3b975eb7cae947078373ae530b8.jpg)
    }
}

.careers .grid-image-inside-4 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-4-small-1266de3f650dbf2b1e6fe59f3d08a3ce72f4071098248ab9c3bf13009bfe2535.jpg)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-inside-4 {
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-4-large-009d0b23389c104da003a5ee4103467bdea0eea6719bc66222c056b9c892e17c.jpg)
    }
}

.careers .grid-image-inside-5 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-5-small-e79fb0b9cc2df371cc53fab3bafc42895b7e6ad9d2628769e46bf635458e90ac.jpg)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-inside-5 {
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-5-large-9058f2dcb17f8fe2f359874073a48f380a0f2a928ace95e1f0b8bc70d8a13d27.jpg)
    }
}

.careers .grid-image-inside-6 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-6-small-40cc92ce23cc7b446489001317938c187b6f1841383895573d24c7e5312f5695.jpg)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-inside-6 {
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-6-large-c0d31da88931a34695030fd275dc1ebc9c2f2fe50874b457e6e95b0dbb814424.jpg)
    }
}

.careers .grid-image-inside-7 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-7-small-38dfd73cbfa5e334f87bb1704543ec07af04fb07a8b3482bbec4da565d80f4cf.jpg)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-inside-7 {
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-7-large-394a3f4047ceecad19e24cb2342d3f03095129e1c24e63b32a5613b78f0918bb.jpg)
    }
}

.careers .grid-image-inside-8 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-8-small-312ba88bf84314c928af516ac380f283af415a6b697cfc6ae06f797ab849ad6f.jpg)
}

@media screen and (min-width: 768px) {
    .careers .grid-image-inside-8 {
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-8-large-74600e1183ce474b9f27f58cac89717c3bc2764a1a62a195fe5441931e6266c1.jpg)
    }
}

.careers .grid-quote {
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, .1);
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: -.025em;
    line-height: 1.05
}

@media screen and (min-width: 768px) {
    .careers .grid-quote {
        position: absolute;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .careers .grid-quote {
        padding-right: 35px;
        padding-left: 35px;
        font-size: 4rem
    }
}

@media screen and (min-width: 1366px) {
    .careers .grid-quote {
        font-size: 6.2rem;
        line-height: 1.05
    }
}

.careers .grid-quote-1 {
    background-color: #f7f8f9
}

@media screen and (min-width: 768px) {
    .careers .grid-quote-1 {
        top: 38%;
        right: 0;
        width: 48.25%;
        height: 24.25%
    }
}

.careers .grid-quote-2 {
    width: calc((100vw - 60px) * .735);
    background-image: linear-gradient(225deg, #00b1ff 50%, #055b98 100%);
    color: #fff
}

@media screen and (min-width: 768px) {
    .careers .grid-quote-2 {
        top: 32.85%;
        left: 18.25%;
        width: 29.5%;
        height: 21.5%
    }
}

.careers .header {
    margin-bottom: 80px;
    padding-top: 100px;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .careers .header {
        padding-top: 175px
    }
}

.careers .header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .careers .header-container {
        padding-right: 35px;
        padding-left: 35px
    }
}

.careers .header-brow {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    .careers .header-brow {
        margin-bottom: 25px;
        font-size: 2.5rem
    }
}

.careers .header-heading {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 3.9rem;
    letter-spacing: -.025em;
    line-height: 1
}

@media screen and (min-width: 1024px) {
    .careers .header-heading {
        margin-bottom: 40px;
        font-size: 8.6rem
    }
}

@media screen and (min-width: 1366px) {
    .careers .header-heading {
        font-size: 12rem
    }
}

.careers .header-subhead {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -.025em;
    line-height: 1.25
}

@media screen and (min-width: 768px) {
    .careers .header-subhead {
        margin-bottom: 25px
    }
}

@media screen and (min-width: 1024px) {
    .careers .header-subhead {
        max-width: 60%;
        margin-left: auto
    }
}

@media screen and (min-width: 1366px) {
    .careers .header-subhead {
        font-size: 2.4rem;
        line-height: 1.35
    }
}

@media screen and (min-width: 1024px) {
    .careers .header-button {
        margin-left: 40%
    }
}

.games .gradient {
    position: relative
}

.games .gradient::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 67.5%;
    background-image: linear-gradient(-45deg, #073f76 0%, #074780 3%, #0567a6 17.5%, #0382c6 32.25%, #0297df 47.5%, #01a5f1 63.25%, #00aefc 80.25%, #00b1ff 100%)
}

@media screen and (min-width: 768px) {
    .games .gradient::before {
        height: 70%
    }
}

@media screen and (min-width: 1024px) {
    .games .gradient::before {
        height: 67.5%
    }
}

.games .header {
    margin-bottom: 50px;
    padding-top: 100px;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .games .header {
        padding-top: 175px
    }
}

.games .header-container {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .games .header-container {
        padding-right: 35px;
        padding-left: 35px
    }
}

.games .header-brow {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    .games .header-brow {
        font-size: 2.5rem
    }
}

.games .header-heading {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 4.6rem;
    letter-spacing: -.025em;
    line-height: 1
}

@media screen and (min-width: 1024px) {
    .games .header-heading {
        font-size: 12.4rem
    }
}

.games .header-slider {
    overflow: hidden;
    height: 32px
}

@media screen and (min-width: 1024px) {
    .games .header-slider {
        height: 43px
    }
}

.games .header-slider-inner {
    overflow-x: scroll;
    height: calc(100% + 20px);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.games .header-slider-platform {
    display: inline-flex;
    align-items: center;
    height: 32px;
    margin-right: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .5);
    border-radius: 16px
}

@media screen and (min-width: 1024px) {
    .games .header-slider-platform {
        height: 42px;
        border-width: 2px;
        border-radius: 21px
    }
}

@media screen and (min-width: 1366px) {
    .games .header-slider-platform {
        margin-right: 15px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.games .header-slider-platform:last-child, .games .title-platform:last-child {
    margin-right: 0
}

.games .header-slider-platform-icon {
    height: 16px;
    margin-right: 10px
}

@media screen and (min-width: 1366px) {
    .games .header-slider-platform-icon {
        height: 18px
    }
}

.games .header-slider-platform-name {
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: -.01em
}

@media screen and (min-width: 1024px) {
    .games .header-slider-platform-name {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 1366px) {
    .games .header-slider-platform-name {
        font-size: 1.6rem;
      max-height: 18px;
      margin: 12px 0 12px 0;
    }
}

.games .titles {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .games .titles {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 1024px) {
    .games .titles {
        margin-bottom: 80px
    }
}

@media screen and (min-width: 768px) {
    .games .titles-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.games .title {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .games .title {
        margin-bottom: 40px;
        padding: 30px
    }
}

@media screen and (min-width: 768px) {
    .games .title-width-half {
        flex-basis: calc((100% - 25px) / 2)
    }

    .games .title-width-third {
        flex-basis: calc((100% - 50px) / 3)
    }
}

@media screen and (min-width: 1024px) {
    .games .title-width-half {
        flex-basis: calc((100% - 40px) / 2)
    }

    .games .title-width-third {
        flex-basis: calc((100% - 80px) / 3)
    }
}

.games .title-feature, .games .title-height-tall {
    height: 480px
}

.games .title-height-short {
    height: 290px
}

@media screen and (min-width: 768px) {
    .games .title-feature {
        height: 445px
    }

    .games .title-height-tall {
        height: 375px
    }

    .games .title-height-short {
        height: 290px
    }
}

.games .title:not(.title-feature):last-child {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .games .title:not(.title-feature):nth-last-child(-n+3) {
        margin-bottom: 0
    }
}

.games .title-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (min-width: 1024px) {
    .games .title-bg {
        transform: scale3d(1, 1, 1);
        transition: transform .5s ease
    }

    .games .title:hover .title-bg {
        transform: scale3d(1.05, 1.05, 1)
    }
}

/*.games .title-bg-1 {*/
/*    background-image: url()*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .games .title-bg-1 {*/
/*        background-image: url()*/
/*    }*/
/*}*/

/*.games .title-bg-2 {*/
/*    background-image: url()*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .games .title-bg-2 {*/
/*        background-image: url()*/
/*    }*/
/*}*/

/*.games .title-bg-3 {*/
/*    background-image: url()*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .games .title-bg-3 {*/
/*        background-image: url()*/
/*    }*/
/*}*/

/*.games .title-bg-4 {*/
/*    background-image: url()*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .games .title-bg-4 {*/
/*        background-image: url()*/
/*    }*/
/*}*/

/*.games .title-bg-5 {*/
/*    background-image: url()*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .games .title-bg-5 {*/
/*        background-image: url()*/
/*    }*/
/*}*/

/*.games .title-bg-6 {*/
/*    background-image: url()*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .games .title-bg-6 {*/
/*        background-image: url()*/
/*    }*/
/*}*/

.games .title-bg::after, .home .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.games .title-bg::after {
    opacity: .4;
    height: 100%;
    background-color: #000
}

.games .title-name {
    position: relative;
    max-width: 250px
}

@media screen and (min-width: 768px) {
    .games .title-name {
        width: 75%;
        max-width: 400px
    }
}

.games .title-promo {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: -.025em;
    line-height: 1;
    color: #fff
}

@media screen and (min-width: 768px) {
    .games .title-promo {
        top: auto;
        right: 20px;
        bottom: 20px;
        left: auto
    }
}

@media screen and (min-width: 1024px) {
    .games .title-promo {
        right: 30px;
        bottom: 30px
    }
}

.games .title-platforms {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center
}

@media screen and (min-width: 1024px) {
    .games .title-platforms {
        bottom: 30px;
        left: 30px
    }
}

.games .title-platform {
    margin-right: 10px
}

@media screen and (min-width: 1366px) {
    .games .title-platform {
        height: 35px;
        margin-right: 15px
    }
}

.home .full-brow {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #00acfb
}

@media screen and (min-width: 1024px) {
    .home .full-brow {
        font-size: 2.5rem
    }
}

.home .full-heading {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -.025em;
    line-height: 1.1
}

@media screen and (min-width: 1024px) {
    .home .full-heading {
        margin-bottom: 20px;
        font-size: 4.8rem
    }
}

@media screen and (min-width: 1366px) {
    .home .full-heading {
        font-size: 7.1rem
    }
}

@media screen and (min-width: 768px) {
    .home .full-split {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 35px
    }
}

@media screen and (min-width: 1024px) {
    .home .full-split {
        margin-bottom: 75px
    }
}

.home .full-cloud {
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .home .full-cloud {
        flex-basis: 47.5%;
        margin-bottom: 0
    }
}

.home .full-subhead {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    line-height: 1.4
}

@media screen and (min-width: 768px) {
    .home .full-subhead {
        flex-basis: 42.5%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .home .full-subhead {
        font-size: 2.4rem;
        line-height: 1.15
    }
}

.home .full-image {
    overflow: hidden;
    position: relative;
    width: calc((100vw - 60px));
    height: calc((100vw - 60px) * .55);
    margin-bottom: 65px;
    border-radius: 8px;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 768px) {
    .home .full-image {
        height: calc((100vw - 60px) * .35)
    }
}

@media screen and (min-width: 1024px) {
    .home .full-image {
        width: calc((100vw - 100px));
        height: calc((100vw - 100px) * .35);
        margin-bottom: 110px
    }
}

@media screen and (min-width: 1600px) {
    .home .full-image {
        width: 1500px;
        height: 525px
    }
}

.home .full-image-sizer {
    transform: translate3d(0, calc(var(--parallax) * 25px), 0);
    position: absolute;
    top: -25px;
    left: -25px;
    width: calc(100% + 50px);
    height: calc(100% + 50px)
}

@media screen and (min-width: 768px) {
    .home .full-image-inside {
        transform: translate3d(0, calc(var(--parallax) * 50px), 0);
        top: -50px;
        left: -50px;
        width: calc(100% + 100px);
        height: calc(100% + 100px)
    }
}

.full-image-inside {
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.home .header {
    position: relative;
/*    margin-bottom: 75px;*/
    padding-top: 100px;
    color: #fff
}

@media screen and (min-width: 768px) {
    .home .header {
/*        margin-bottom: 100px*/
    }
}

@media screen and (min-width: 1024px) {
    .home .header {
/*        margin-bottom: 150px;*/
        padding-top: 175px
    }
}

.home .header::before {
/*    z-index: -1;*/
    height: calc(100% - (100vw * (902 / 2699) * (207 / 902)));
    background-image: linear-gradient(-45deg, #6af1fc 0%, #00acfb 100%)
}

.home .header-heading {
    margin-bottom: 15px;
    margin-left: -4px;
    font-weight: 700;
    font-size: 6.5rem;
    letter-spacing: -.025em;
    line-height: .85
}

@media screen and (min-width: 1024px) {
    .home .header-heading {
        margin-left: -10px;
        font-size: 15.6rem
    }
}

@media screen and (min-width: 1366px) {
    .home .header-heading {
        margin-left: -14px;
        font-size: 20.4rem
    }
}

.home .header-subhead {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -.025em;
    line-height: 1.25
}

@media screen and (min-width: 1024px) {
    .home .header-subhead {
        max-width: 800px;
        margin-bottom: 25px;
        font-size: 3rem;
        line-height: 1.2
    }
}

.home .header-image {
    position: relative;
    width: 100vw;
    height: 33.41979vw
}

@media screen and (min-width: 768px) {
    .home .header-image {
        height: 33.41979vw;
        margin-top: calc(-100vw * (902 / 2699) * .25)
    }
}

.home .header-image-piece {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
}

.home .header-image-piece-1 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/pages/home/header/image-1.png)
}

.home .header-image-piece-2 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/pages/home/header/image-2.png)
}

.home .header-image-piece-3 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/pages/home/header/image-3.png)
}

.home .header-image-piece-4 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/pages/home/header/image-4.png)
}

.home .header-image-piece-5 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/pages/home/header/image-5.png)
}

.home .header-image-piece-6 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/pages/home/header/image-6.png)
}

.home .split-1 {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(-45deg, #ffbd99 0%, #f27c7b 100%);
    color: #fff
}

@media screen and (min-width: 1024px) {
    .home .split-1 {
        margin-bottom: 145px;
        padding-top: 135px;
        padding-bottom: 135px
    }
}

.home .split-2 {
    margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
    .home .split-2 {
        margin-bottom: 150px
    }
}

@media screen and (min-width: 768px) {
    .home .split-max {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media screen and (min-width: 1600px) {
    .home .split-max {
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (min-width: 768px) {
    .home .split-max-1 {
        flex-direction: row-reverse
    }

    .home .split-container {
        display: flex;
        flex-direction: column;
        flex-basis: 35%
    }

    .home .split-container-1 {
        margin-right: 30px
    }

    .home .split-container-2 {
        margin-left: 30px
    }
}

@media screen and (min-width: 1024px) {
    .home .split-container-1 {
        margin-right: 50px
    }

    .home .split-container-2 {
        margin-left: 50px
    }
}

.home .split-brow {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    .home .split-brow {
        margin-bottom: 20px;
        font-size: 2.5rem
    }
}

.home .split-brow-2 {
    color: #00acfb
}

.home .split-heading {
    transition-delay: .25s;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -.025em;
    line-height: 1.1
}

@media screen and (min-width: 1024px) {
    .home .split-heading {
        font-size: 5.4rem;
        line-height: 1
    }
}

@media screen and (min-width: 1366px) {
    .home .split-heading {
        font-size: 7.3rem
    }
}

.home .split-cloud {
    transition-delay: .5s;
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .home .split-cloud {
        order: 1;
        transition-delay: .75s;
        margin-bottom: 0
    }
}

.home .split-subhead {
    transition-delay: .75s;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    line-height: 1.4
}

@media screen and (min-width: 768px) {
    .home .split-subhead {
        transition-delay: .5s;
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1024px) {
    .home .split-subhead {
        font-size: 2.1rem;
        line-height: 1.15
    }
}

@media screen and (min-width: 1366px) {
    .home .split-subhead {
        font-size: 2.4rem
    }
}

.home .split-trio {
    position: relative;
    width: calc((100vw - 60px) + 30px);
    height: calc(((100vw - 60px) + 30px) * .835)
}

@media screen and (min-width: 768px) {
    .home .split-trio {
        flex-grow: 0;
        flex-shrink: 0;
        width: 50vw;
        height: 42.5vw
    }
}

@media screen and (min-width: 1600px) {
    .home .split-trio {
        width: 800px;
        height: 680px
    }
}

.home .split-trio-piece {
    overflow: hidden;
    position: absolute;
    width: 71.5%;
    height: 46.5%;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

.home .split-trio-piece-top {
    top: 0;
    right: 0;
    border-radius: 8px
}

.home .split-trio-piece-middle {
    top: 26.75%;
    left: 14.25%;
    border-radius: 8px
}

.home .split-trio-piece-bottom {
    bottom: 0;
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

@media screen and (min-width: 1600px) {
    .home .split-trio-piece-bottom {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px
    }
}

.home .split-trio-inside {
    position: absolute;
    top: -25px;
    left: -25px;
    width: calc(100% + 50px);
    height: calc(100% + 50px)
}

@media screen and (min-width: 768px) {
    .home .split-trio-inside {
        transform: translate3d(0, calc(var(--parallax) * 50px), 0);
        top: -50px;
        left: -50px;
        width: calc(100% + 100px);
        height: calc(100% + 100px)
    }
}

.home .split-trio-inside-top {
    transform: translate3d(0, calc(var(--parallax) * 8px), 0)
}

.home .split-trio-inside-middle {
    transform: translate3d(0, calc(var(--parallax) * 16px), 0)
}

.home .split-trio-inside-bottom {
    transform: translate3d(0, calc(var(--parallax) * 24px), 0)
}

@media screen and (min-width: 768px) {
    .home .split-trio-inside-top {
        transform: translate3d(0, calc(var(--parallax) * 16px), 0)
    }

    .home .split-trio-inside-middle {
        transform: translate3d(0, calc(var(--parallax) * 32px), 0)
    }

    .home .split-trio-inside-bottom {
        transform: translate3d(0, calc(var(--parallax) * 48px), 0)
    }
}

.home .split-image {
    overflow: hidden;
    position: relative;
    width: calc((100vw - 60px) + 30px);
    height: calc(((100vw - 60px) + 30px) * .635);
    margin-left: auto;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 768px) {
    .home .split-image {
        flex-grow: 0;
        flex-shrink: 0;
        width: 52.5vw;
        height: 32.8125vw;
        margin-left: 0
    }
}

@media screen and (min-width: 1600px) {
    .home .split-image {
        width: 840px;
        height: 525px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px
    }
}

.home .split-image-inside {
    transform: translate3d(0, calc(var(--parallax) * 25px), 0);
    position: absolute;
    top: -25px;
    left: -25px;
    width: calc(100% + 50px);
    height: calc(100% + 50px)
}

@media screen and (min-width: 768px) {
    .home .split-image-inside {
        transform: translate3d(0, calc(var(--parallax) * 50px), 0);
        top: -50px;
        left: -50px;
        width: calc(100% + 100px);
        height: calc(100% + 100px)
    }
}

.work .expert {
    margin-bottom: 75px;
    color: #000
}

@media screen and (min-width: 1024px) {
    .work .expert {
        margin-bottom: 100px
    }
}

.work .expert-container {
    padding: 35px 30px;
    border-radius: 8px;
    background-color: #fafafa;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

.work .expert-container::after, .work .expert-container::before {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width: 1024px) {
    .work .expert-container {
        padding: 65px 75px
    }
}

.work .expert-heading {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -.025em
}

@media screen and (min-width: 1024px) {
    .work .expert-heading {
        font-size: 3.2rem
    }
}

.work .expert-item {
    float: left;
    display: flex;
    align-items: center;
    width: 45%;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .work .expert-item {
        width: 30%;
        margin-right: 5%
    }
}

@media screen and (min-width: 1366px) {
    .work .expert-item {
        width: 22.5%;
        margin-right: 3.33333%;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 767px) {
    .work .expert-item-1, .work .expert-item-11, .work .expert-item-3, .work .expert-item-5, .work .expert-item-7, .work .expert-item-9 {
        margin-right: 10%
    }

    .work .expert-item-11 {
        margin-bottom: 0
    }

    .work .expert-item-1, .work .expert-item-2 {
        transition-delay: .25s
    }

    .work .expert-item-3, .work .expert-item-4 {
        transition-delay: .5s
    }

    .work .expert-item-5, .work .expert-item-6 {
        transition-delay: .75s
    }

    .work .expert-item-7, .work .expert-item-8 {
        transition-delay: 1s
    }

    .work .expert-item-10, .work .expert-item-9 {
        transition-delay: 1.25s
    }

    .work .expert-item-11 {
        transition-delay: 1.5s
    }
}

@media screen and (min-width: 768px) {
    .work .expert-item-3, .work .expert-item-6, .work .expert-item-9 {
        margin-right: 0
    }

    .work .expert-item-10, .work .expert-item-11 {
        margin-bottom: 0
    }

    .work .expert-item-1, .work .expert-item-2, .work .expert-item-3 {
        transition-delay: .25s
    }

    .work .expert-item-4, .work .expert-item-5, .work .expert-item-6 {
        transition-delay: .5s
    }

    .work .expert-item-7, .work .expert-item-8, .work .expert-item-9 {
        transition-delay: .75s
    }

    .work .expert-item-10, .work .expert-item-11 {
        transition-delay: 1s
    }
}

@media screen and (min-width: 1366px) {
    .work .expert-item-3, .work .expert-item-6, .work .expert-item-9 {
        margin-right: 3.33333%
    }

    .work .expert-item-4, .work .expert-item-8 {
        margin-right: 0
    }

    .work .expert-item-10, .work .expert-item-11, .work .expert-item-9 {
        margin-bottom: 0
    }

    .work .expert-item-1, .work .expert-item-2, .work .expert-item-3, .work .expert-item-4 {
        transition-delay: .25s
    }

    .work .expert-item-5, .work .expert-item-6, .work .expert-item-7, .work .expert-item-8 {
        transition-delay: .5s
    }

    .work .expert-item-10, .work .expert-item-11, .work .expert-item-9 {
        transition-delay: .75s
    }
}

.work .expert-item-icon {
    margin-right: 10px
}

@media screen and (min-width: 1366px) {
    .work .expert-item-icon {
        display: block;
        flex: 0 0 64px;
        height: 64px;
        margin-right: 25px
    }
}

.work .expert-item-name {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: -.01em
}

@media screen and (min-width: 1024px) {
    .work .expert-item-name {
        font-size: 1.6rem;
        line-height: 1.25
    }
}

@media screen and (min-width: 1366px) {
    .work .expert-item-name {
        font-size: 1.8rem
    }
}

.work .gradient {
    position: relative
}

.work .gradient::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 77.5%;
    background-image: linear-gradient(-45deg, #ffbd99 0%, #f27c7b 100%)
}

@media screen and (min-width: 768px) {
    .work .gradient::before {
        height: 75%
    }
}

@media screen and (min-width: 1024px) {
    .work .gradient::before {
        height: 82.5%
    }
}

.work .header {
    margin-bottom: 50px;
    padding-top: 100px;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .work .header {
        padding-top: 175px
    }
}

.work .header-container {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .work .header-container {
        padding-right: 35px;
        padding-left: 35px
    }
}

.work .header-brow {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    .work .header-brow {
        margin-bottom: 25px;
        font-size: 2.5rem
    }
}

.work .header-heading {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 3.9rem;
    letter-spacing: -.025em;
    line-height: 1
}

@media screen and (min-width: 1024px) {
    .work .header-heading {
        margin-bottom: 30px;
        font-size: 9.1rem;
        line-height: .935
    }
}

@media screen and (min-width: 1366px) {
    .work .header-heading {
        margin-bottom: 40px;
        font-size: 12rem
    }
}

.work .header-subhead {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -.025em;
    line-height: 1.25
}

@media screen and (min-width: 1024px) {
    .work .header-subhead {
        max-width: 60%;
        margin-left: auto;
        font-size: 2.1rem;
        line-height: 1.35
    }
}

@media screen and (min-width: 1366px) {
    .work .header-subhead {
        max-width: 62.5%;
        font-size: 2.4rem
    }
}

.work .platform {
    margin-bottom: 60px;
    color: #000
}

@media screen and (min-width: 1024px) {
    .work .platform {
        margin-bottom: 110px
    }
}

.work .platform-lead {
    margin-bottom: 35px
}

@media screen and (min-width: 768px) {
    .work .platform-lead {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1024px) {
    .work .platform-lead {
        margin-bottom: 50px
    }
}

.work .platform-brow {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #f27c7b
}

@media screen and (min-width: 1024px) {
    .work .platform-brow {
        font-size: 2.6rem
    }
}

.work .platform-heading {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -.025em;
    line-height: 1.1
}

@media screen and (min-width: 768px) {
    .work .platform-heading {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .work .platform-heading {
        font-size: 7.4rem
    }
}

.work .platform-subhead {
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    line-height: 1.4
}

@media screen and (min-width: 768px) {
    .work .platform-subhead-small {
        display: none
    }
}

.work .platform-subhead-large {
    display: none
}

@media screen and (min-width: 768px) {
    .work .platform-subhead-large {
        flex-grow: 1;
        display: block;
        margin-bottom: 0;
        margin-left: auto
    }
}

@media screen and (min-width: 1024px) {
    .work .platform-subhead-large {
        margin-right: 5%;
        margin-left: 5%
    }
}

@media screen and (min-width: 1366px) {
    .work .platform-subhead-large {
        font-size: 2.1rem
    }
}

.work .platform-grid-large {
    display: none
}

@media screen and (min-width: 768px) {
    .work .platform-grid-small {
        display: none
    }

    .work .platform-grid-large {
        display: block
    }
}

.work .platform-row {
    display: flex;
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .work .platform-row {
        align-items: center;
        justify-content: flex-end
    }
}

@media screen and (min-width: 1366px) {
    .work .platform-row {
        margin-bottom: 40px
    }
}

.work .platform-row:nth-child(odd) {
    justify-content: flex-end
}

.work .platform-row:last-child {
    margin-bottom: 0
}

.work .platform-item {
    width: calc(((100vw - 60px) - 40px) / 3);
    height: calc(((100vw - 60px) - 40px) / 3);
    margin-right: 20px;
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 768px) {
    .work .platform-item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(((100vw - 60px) - 80px) / 5);
        height: calc(((100vw - 60px) - 80px) / 5)
    }
}

@media screen and (min-width: 1024px) {
    .work .platform-item {
        flex-basis: calc(((100vw - 100px) - 80px) / 5);
        height: calc(((100vw - 100px) - 80px) / 5)
    }
}

@media screen and (min-width: 1366px) {
    .work .platform-item {
        flex-basis: calc(((100vw - 100px) - 160px) / 5);
        height: calc(((100vw - 100px) - 160px) / 5);
        margin-right: 40px
    }
}

@media screen and (min-width: 1600px) {
    .work .platform-item {
        flex-basis: calc((1500px - 160px) / 5);
        height: calc((1500px - 160px) / 5)
    }
}

.work .platform-item:last-child, .work .title-platform:last-child {
    margin-right: 0
}

.work .platform-item-xbox {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/platform/icon-xbox-6a5dab52023f207d452cd910bc2f41e03285a0424cb72bb95a5b9246b1c8cf96.svg)
}

.work .platform-item-playstation {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/platform/icon-playstation-5e1e370fb5a375f194ad395735305797b49fc1d0005a87e077d2ca74979117a4.svg)
}

.work .platform-item-android {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/platform/icon-android-7bbb9f958f8f947dd23175c3da7ec03a5f587e87598baaa65b7010615920fe95.svg)
}

.work .platform-item-switch {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/platform/icon-switch-1c974a9c62ba52265e5c3b10c3c45fd875d25fc237f1ee959a456306c379c247.svg)
}

.work .platform-item-mac {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/platform/icon-mac-97ec79f8aa0a7aeabb2df7bc34fa0bb953bc602489aee02ee9324584fc6adcc0.svg)
}

.work .platform-item-ios {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/platform/icon-ios-cb8481a337d3c8eb49a0ea7d58928137bb0ec298c3bb4fae91ebcc5cf1bf3241.svg)
}

.work .platform-item-linux {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/platform/icon-linux-48562facea4862588dcc58e9e5fcddf8b1e3e0cee93c98cbfeccb7b99ba46255.svg)
}

.work .platform-item-stadia {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/platform/icon-stadia-6d37a798417ff5882bd92520bd840c8bf55f8d467ffb113cfe66aee167e6f989.svg)
}

.work .platform-item-steam {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/platform/icon-steam-4f180e5cbb953b55c6ce4aea04c32de4e92c813b3a65002eea6e99bf25c1746d.svg)
}

.work .platform-item-epic {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/platform/icon-epic-909f0ffc09432c76b898dfd53bee06f03be79d577d411ed97ca700d7e34145e0.svg)
}

@media screen and (min-width: 1024px) {
    .work .platform-item-xbox {
        background-size: 32px auto
    }

    .work .platform-item-playstation {
        background-size: 45px auto
    }

    .work .platform-item-android {
        background-size: 32px auto
    }

    .work .platform-item-switch {
        background-size: 47.5px auto
    }

    .work .platform-item-mac {
        background-size: 71.5px auto
    }

    .work .platform-item-ios {
        background-size: 62.5px auto
    }

    .work .platform-item-linux {
        background-size: 30.5px auto
    }

    .work .platform-item-stadia {
        background-size: 51px auto
    }

    .work .platform-item-steam {
        background-size: 53.5px auto
    }

    .work .platform-item-epic {
        background-size: 36px auto
    }
}

@media screen and (min-width: 1366px) {
    .work .platform-item-xbox {
        background-size: 64px auto
    }

    .work .platform-item-playstation {
        background-size: 90px auto
    }

    .work .platform-item-android {
        background-size: 64px auto
    }

    .work .platform-item-switch {
        background-size: 95px auto
    }

    .work .platform-item-mac {
        background-size: 143px auto
    }

    .work .platform-item-ios {
        background-size: 125px auto
    }

    .work .platform-item-linux {
        background-size: 61px auto
    }

    .work .platform-item-stadia {
        background-size: 102px auto
    }

    .work .platform-item-steam {
        background-size: 107px auto
    }

    .work .platform-item-epic {
        background-size: 72px auto
    }
}

.work .titles {
    overflow: hidden;
    margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
    .work .titles {
        margin-bottom: 100px
    }
}

.work .titles-heading {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -.025em;
    line-height: 1.1;
    color: #000
}

@media screen and (min-width: 1024px) {
    .work .titles-heading {
        margin-bottom: 50px;
        margin-left: 50px;
        font-size: 7.4rem
    }
}

@media screen and (min-width: 1366px) {
    .work .titles-heading {
        margin-bottom: 75px
    }
}

@media screen and (min-width: 1600px) {
    .work .titles-heading {
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto
    }
}

.work .titles-grids {
    display: flex
}

.work .titles-grid {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: grid;
    grid-auto-rows: 45vw;
    grid-auto-columns: calc((100vw - 60px) / 2);
    grid-gap: 25px;
    padding-right: 25px
}

@media screen and (min-width: 768px) {
    .work .titles-grid {
        grid-auto-rows: 25vw;
        grid-auto-columns: calc((100vw - 75px) / 4)
    }
}

@media screen and (min-width: 1366px) {
    .work .titles-grid {
        grid-gap: 40px;
        padding-right: 40px
    }
}

.work .title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .work .title {
        padding: 25px
    }
}

.work .title::before {
    content: "";
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #000
}

.work .title-1 {
    grid-row: 1/span 2;
    grid-column: 1/span 2
}

.work .title-2 {
    grid-row: 2;
    grid-column: 3/span 2
}

.work .title-3 {
    grid-row: 1;
    grid-column: 3
}

.work .title-4 {
    grid-row: 1;
    grid-column: 4
}

.work .title-5 {
    grid-row: 1/span 2;
    grid-column: 5/span 2
}

.work .title-6 {
    grid-row: 1;
    grid-column: 7/span 2
}

.work .title-7 {
    grid-row: 2;
    grid-column: 7
}

.work .title-8 {
    grid-row: 2;
    grid-column: 8
}

.work .title-9 {
    grid-row: 1;
    grid-column: 9
}

.work .title-10 {
    grid-row: 1;
    grid-column: 10
}

.work .title-11 {
    grid-row: 2;
    grid-column: 9/span 2
}

.work .title-1 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/1-7dd82b81c414cdadbd27a49b41bac10d8b10a92b4d49719779808c067431ffe5.jpg)
}

.work .title-2 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/2-11f6dab5e3800677b58097a2398e22ac7e9f2259de3db41bbd5d377665ef6315.jpg)
}

.work .title-3 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/3-0c5d7adc8b7a9aab6a7f4df2631e2a118ea4b070d5df6c0aeae5c9ecb7b65f7a.jpg)
}

.work .title-4 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/4-0b0f3277f39d27741a944d16abc81480dcb8d8303ed5cb065cdf77ebbcfaf240.jpg)
}

.work .title-5 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/5-074cf9f22ed2ed379c4e7c208889c18dcd3988fa3f5559d0af42cfa0fb1fe399.jpg)
}

.work .title-6 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/6-f505b7387e37b3c8b5a78cf4d242df140f644fc4f69a144f895d36311068f04e.jpg)
}

.work .title-7 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/7-d1dc3ccc19900988577739ba7a42f8853a033286754ba0099f66e9825efbed93.jpg)
}

.work .title-8 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/8-45a94e71b72253defdfe7aac82a45ebc876d8c620eb4b88871c85512d73e5d18.jpg)
}

.work .title-9 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/9-37509081a4ee720de2bea9bd64a4330fc24ab3d64e3b06fe0f9854bdbd1afc18.jpg)
}

.work .title-10 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/10-8292c7533c50374664bea7f4918a326424d21e8616a03712e0933c763968dc78.jpg)
}

.work .title-11 {
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/11-f3925264b8c0ee5f34648c5df198ecb2e37cd38d42c0c68b712d416b1daad6ab.jpg)
}

.work .title-title {
    position: relative;
    max-width: 90%;
    font-weight: 700;
    font-size: 1.5rem
}

@media screen and (min-width: 1024px) {
    .work .title-title {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 1366px) {
    .work .title-title {
        font-size: 2.1rem
    }
}

.work .title-platforms {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.work .title-platform {
    display: block;
    width: 24px;
    margin-top: 10px;
    margin-right: 10px
}

@media screen and (min-width: 768px) {
    .work .title-platform {
        width: 32px
    }
}

.work .title-arrow {
    display: none
}

@media screen and (min-width: 1024px) {
    .work .title-arrow {
        position: absolute;
        top: 25px;
        right: 25px;
        display: block;
        width: 18px;
        height: 19px;
        background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/icon-arrow-5d7e28ef44094db88d0bd4d34def94552b942544d0752c1fb58c47e190f34111.svg);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat
    }
}
#romeo .header {
  position: relative;
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #000;
  color: #fff
}

@media only screen and (min-width: 360px) and (max-width: 767px) and (orientation: landscape) {
  #romeo .header {
    height: 100vw;
  }
}

@media screen and (min-width: 1024px) {
  #romeo .header {
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 120px
  }
}

@media screen and (min-width: 2560px) {
  #romeo .header {
    height: 80vh
  }
}

#romeo .header::before {
  content: "";
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/header/background-32cb28923ad3939414c9468f6a79ead4b713d0fd5acfcd37228a53534e730130.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

#romeo .header-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%
}

@media screen and (min-width: 768px) {
  #romeo .header-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-right: 35px;
    padding-left: 35px
  }
}

#romeo .header-video {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px
}

@media screen and (min-width: 768px) {
  #romeo .header-video {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 45%
  }
}

@media screen and (min-width: 1024px) {
  #romeo .header-video {
    max-width: 500px;
    margin-bottom: 0
  }
}

#romeo .header-video-player {
  overflow: hidden;
  position: relative;
  max-width: 400px;
  margin-bottom: 25px
}

@media screen and (min-width: 768px) {
  #romeo .header-video-player {
    max-width: none
  }
}

#romeo .header-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#romeo .header-video-element {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

#romeo .header-video-element.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

#romeo .header-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67px;
  height: 67px;
  margin-top: -33.5px;
  margin-left: -33.5px;
  background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/header/button-small-2ef5d1a1014256219f69871a3cab39f8138661d484c5ac339510350a1fdc006c.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat
}

@media screen and (min-width: 1024px) {
  #romeo .header-video-button {
    transition: transform .25s ease
  }
}

@media screen and (min-width: 1366px) {
  #romeo .header-video-button {
    width: 81px;
    height: 81px;
    margin-top: -40.5px;
    margin-left: -40.5px;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/header/button-large-1bd6d0b75382d69c209aec261033755da2ecc50910dc799bc20842fda2a17fdb.svg);
  }
}

#romeo .header-video-button.is-hidden {
  display: none
}

@media screen and (min-width: 1024px) {
  #romeo .header-video-button:hover {
    transform: scale3d(1.1, 1.1, 1)
  }
}

#romeo .header-video-logo {
  position: relative;
  width: 250px;
  height: 118px;
  background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/header/heading-small-9410ea1976db8e5464a90ddf7534e185717e668e8cfcac25b3f0ebacdce794f6.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap
}

@media screen and (min-width: 1024px) {
  #romeo .header-video-logo {
    width: 100%;
    height: 0;
    padding-top: 47.01923%;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/header/heading-large-fa0a1fb833007028fd76cda176d523c23f9ad1f8ae9ff5ffd6b2bc839c51c4d7.png);
  }
}

#romeo .header-content {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media screen and (min-width: 768px) {
  #romeo .header-content {
    align-items: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%
  }
}

#romeo .header-heading {
  max-width: 250px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  letter-spacing: -.025em;
  line-height: 1.15
}

@media screen and (min-width: 768px) {
  #romeo .header-heading {
    max-width: none;
    font-size: 4.8rem;
    text-align: left
  }
}

@media screen and (min-width: 1024px) {
  #romeo .header-heading {
    margin-bottom: 25px;
    font-size: 7.2rem;
    line-height: 1.1
  }
}

@media screen and (min-width: 1366px) {
  #romeo .header-heading {
    font-size: 11rem
  }
}

#romeo .callout {
  overflow: hidden;
  position: relative;
  margin-top: -25px;
  margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
  #romeo .callout {
    margin-top: -40px;
    margin-bottom: 90px
  }
}

#romeo .callout-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 45px 30px 50px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

@media screen and (min-width: 1024px) {
  #romeo .callout-container {
    padding: 80px 70px 90px
  }
}

#romeo .callout-heading {
  width: 267px;
  height: 95px;
  margin-bottom: 20px;
  background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/callout/heading-small-c383a04dbd8c63350fbb7ee6cd01e6b4cfb9cfd66ae6ad139dbcb5b493040fe4.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap
}

@media screen and (min-width: 1024px) {
  #romeo .callout-heading {
    width: 100%;
    height: 0;
    padding-top: 9.18544%;
    background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/callout/heading-large-5228f5df6b5051efd86b52a31c832c7e723fbf60a469ba33e016d544b61a4bc1.svg)
  }
}

#romeo .callout-subhead {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  line-height: 1.4
}

@media screen and (min-width: 1024px) {
  #romeo .callout-subhead {
    max-width: 675px;
    margin-bottom: 25px;
    font-size: 2.6rem;
    line-height: 1.45
  }
}

#romeo .callout-image {
  position: relative;
  width: 107.5vw;
  height: 35.83333vw;
  margin-top: calc(-107.5vw * (1000 / 3000) * .525)
}

@media screen and (min-width: 768px) {
  #romeo .callout-image {
    height: 35.83333vw
  }
}

#romeo .callout-image-piece {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat
}

#romeo .callout-image-piece-1 {
  background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/callout/image-1-1c605b23cc6bb5225bf4732e279043662427e463142c809110c2f502184745bc.png)
}

#romeo .callout-image-piece-2 {
  background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/callout/image-2-d1b9e3a8a13a08ce2744f987f5f220eac211100db88a818474bd6043533564e2.png)
}

#romeo .callout-image-piece-3 {
  background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/callout/image-3-bbb8cd731db73f1c6247168ee85b76033b4199d2a70b4823be6603808536f164.png)
}

#romeo .callout-image-piece-4 {
  background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/callout/image-4-6c724b94e7a70efaa17326f6c99045de80df73dab13171fc8adcdf16af2a6021.png)
}

#romeo .callout-image-piece-5 {
  background-image: url(https://d250f2ux8pmbq4.cloudfront.net/assets/pages/home/callout/image-5-afad5e103151455e4a336ed5855d8f614fee76b1422e4982a1239790967a1be9.png)
}

#romeo .callout-image-piece-6 {
  background-image: url(https://d250f2ux8pmbq4.cloudfront.net/pages/home/callout/image-6.png)
}
.nav-search {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/icon-submit-0117065c40c7539bfd6be882c9cc739b7055cb121c54ce6209246ba9358fa994.svg") !important; }

.nav-login, .nav-login:hover {
  display: block;
  width: 16px;
  height: 18px;
  margin-right: 25px;
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/login-6d11b4f77014b31c77664e0aa7a54025f3f13f8943e82d6a812c7b0565568f38.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: transparent; }

.grid-image-inside-1 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-1-large-33fcea2e9bb090b6d562da6a67bb4c37963494581bf1d09a9d1934292224ac96.jpg") !important; }

.grid-image-inside-2 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-2-large-360feb36c45809bcf4fdfcf238a57896feade1782483d64bd149f156c43881e1.jpg") !important; }

.grid-image-inside-3 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-3-large-7b514bf796795d77860b5244656af52ef3b3f3b975eb7cae947078373ae530b8.jpg") !important; }

.grid-image-inside-4 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-4-large-009d0b23389c104da003a5ee4103467bdea0eea6719bc66222c056b9c892e17c.jpg") !important; }

.grid-image-inside-5 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-5-large-9058f2dcb17f8fe2f359874073a48f380a0f2a928ace95e1f0b8bc70d8a13d27.jpg") !important; }

.grid-image-inside-6 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-6-large-c0d31da88931a34695030fd275dc1ebc9c2f2fe50874b457e6e95b0dbb814424.jpg") !important; }

.grid-image-inside-7 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-7-large-394a3f4047ceecad19e24cb2342d3f03095129e1c24e63b32a5613b78f0918bb.jpg") !important; }

.grid-image-inside-8 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/careers/grid/image-8-large-74600e1183ce474b9f27f58cac89717c3bc2764a1a62a195fe5441931e6266c1.jpg") !important; }

.team-member-image-1 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-1-625b32386c1572e5916ffc5cc0a3c79d905670f0b4056645bd0360b999d7473f.png") !important; }

.team-member-image-2 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-2-f3dbe76cc741e537fb7e1a1d29c1b21dc3c0f1723f8eb36dc2516fc7e7736728.png") !important; }

.team-member-image-3 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-3-ea8151c72f6ecf0d00404949f7c5e16fceb072d5cfd400d0cdaf6eea208271ae.png") !important; }

.team-member-image-4 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-4-0b63e816e7778e80e55023b27e6d63c876dab962e38f04749fa857f62fd881a6.png") !important; }

.team-member-image-5 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-5-08ff813ff8a7a9e0f15183cbfa7d9fa52b528782818b0f9cb1527f1faa1e734e.png") !important; }

.team-member-image-6 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-6-ebd83d95c777a86e71ffd67d726e64fed1eeffa3959a83867a49b3c615ab1629.png") !important; }

.team-member-image-7 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/about/team/member-7-60b255c69e9b00d92bf73c9dbe249137827a91251deda1f284c25551006eb66a.png") !important; }

.footer-nav-separator {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/components/footer/separator-83955b592b491c913adb836708b2460af90d10881483b01a7da171f6dc3fa144.svg") !important; }

.footer-social-link-facebook {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/components/footer/facebook-3767568d6f4d52a79962d4d7d46460a7a6117d3812db2291abf08281d20cabc2.svg") !important; }

.footer-social-link-twitter {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/components/footer/twitter-d05a438f8e13ac6ebf1f2f2f2cb93c0e7731d294be58ff526faa47524bff8bd7.svg") !important; }

.footer-social-link-linkedin {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/components/footer/linkedin-cb8872891f6bc86023073d33d76d7e6ddb674da1602af008861ac84c4e9f8e3d.svg") !important; }

.footer-social-link-youtube {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/components/footer/youtube-1f0591f1ced0f326492af4f40206dedc6226842580000b113d3bb628146dbf30.svg") !important; }

.title-1 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/1-7dd82b81c414cdadbd27a49b41bac10d8b10a92b4d49719779808c067431ffe5.jpg") !important; }

.title-2 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/2-11f6dab5e3800677b58097a2398e22ac7e9f2259de3db41bbd5d377665ef6315.jpg") !important; }

.title-3 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/3-0c5d7adc8b7a9aab6a7f4df2631e2a118ea4b070d5df6c0aeae5c9ecb7b65f7a.jpg") !important; }

.title-4 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/4-0b0f3277f39d27741a944d16abc81480dcb8d8303ed5cb065cdf77ebbcfaf240.jpg") !important; }

.title-5 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/5-074cf9f22ed2ed379c4e7c208889c18dcd3988fa3f5559d0af42cfa0fb1fe399.jpg") !important; }

.title-6 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/6-f505b7387e37b3c8b5a78cf4d242df140f644fc4f69a144f895d36311068f04e.jpg") !important; }

.title-7 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/7-d1dc3ccc19900988577739ba7a42f8853a033286754ba0099f66e9825efbed93.jpg") !important; }

.title-8 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/8-45a94e71b72253defdfe7aac82a45ebc876d8c620eb4b88871c85512d73e5d18.jpg") !important; }

.title-9 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/9-37509081a4ee720de2bea9bd64a4330fc24ab3d64e3b06fe0f9854bdbd1afc18.jpg") !important; }

.title-10 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/10-8292c7533c50374664bea7f4918a326424d21e8616a03712e0933c763968dc78.jpg") !important; }

.title-11 {
  background-image: url("https://d250f2ux8pmbq4.cloudfront.net/assets/pages/work/titles/11-f3925264b8c0ee5f34648c5df198ecb2e37cd38d42c0c68b712d416b1daad6ab.jpg") !important; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 // require master



 */


button:focus {outline:0;}
