﻿.awardWrap {
    position: absolute;
    bottom: -60px;
    left: -50px;
}
@media screen and (max-width:1600px) {
    .awardWrap {
        left: -30px;
    }
}
@media screen and (max-width:1200px) {
    .awardWrap {
        left: 50%;
        margin-left: -125px;
        bottom: -100px;
    }
}

.whySlant {
    background: linear-gradient(-20deg, #b721ff 0, #21d4fd 100%);
    background-size: 400% 400%;
    animation: gradient 12s ease infinite;
    position: relative;
    z-index: 1;
    margin-bottom: -250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 300px;
    padding-left: 32px;
    padding-right: 32px;
    color: #d32f9d;
}
#myearth::after {
    content: "";
    position: absolute;
    height: 22%;
    bottom: 4%;
    left: 13%;
    right: 13%;
    background: radial-gradient(
        ellipse at center, 
        rgba(5,57,89,0.7) 0%,
        rgba(5,57,89,0.55) 20%,
        rgba(5,57,89,0.2) 40%,
        rgba(5,57,89,0.1) 50%,
        rgba(5,57,89,0.02) 60%,
        rgba(5,57,89,0) 70%,
        rgba(5,57,89,0) 100%
    );
}
.countryOverlay {
    background: #FFFF00;
    border-radius: 3px;
    line-height: 100%;
    text-align: center;
    border-radius: 3px;
    padding: 5px 10px;
    position: relative;
    left: -32px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px, rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px, rgba(0, 0, 0, 0.09) 0 -3px 5px;
}
.countryOverlay strong {
    display: block;
    font-weight: 500;
    margin-bottom: 2px;
}
    @keyframes gradient {
        0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.slant {
    height: 300px;
    width: 300%;
    min-width: 800px;
    background: #fff;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}
.belowSlant {
    position: relative;
    z-index: 3;
    padding-bottom: 100px;
}
.slantContent {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
}
.slantContent > div {
    flex: 1;
}
.slantContent > div:last-child {
    max-width: 600px;
    margin-left: 60px;
    padding-top: 72px;
}
.vidWrapper {
    margin-top: 64px;
    background: #000;
    padding: 4px;
    border-radius: 3px;
    -webkit-transform: perspective(800px) rotateY(5deg);
    transform: perspective(800px) rotateY(5deg);
    box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px, rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px, rgba(0, 0, 0, 0.09) 0 -3px 5px;
}
.vidWrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 600px;
}
.slantContent h1 {
    color: #FFFF00;
    font-size: 4rem;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.slantContent p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    max-width: 650px;
}
ul.eduLogos {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 64px;
}
ul.eduLogos li {
    margin: 0;
    padding: 0;
}
ul.eduLogos img {
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.6;
    transition: all 300ms ease-out;
    margin: 0 8px;
    margin-bottom: 16px;
}
ul.eduLogos img:hover {
    opacity: 1;
}
img.acte {
    position: relative;
    top: 6px;
}
.eduChunk {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
}
.twoColChunk {
    display: flex;
    align-items: center;
}
.twoColChunk > div {
    flex: 1;
}
.twoColChunk.earth > div:first-child {
    max-width: 550px;
}




.skillsWrap > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-top: 48px;
}
    .skillsWrap > ul > li, .privacyWrap {
        padding: 0;
        margin: 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
        box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
        display: block;
        min-width: calc(33.3333% - 16px);
        max-width: calc(33.3333% - 16px);
        text-align: center;
        margin: 8px;
        margin-bottom: 32px;
        padding: 32px;
        border-radius: 3px;
        transition: all 300ms;
        position: relative;
        padding-top: 95px;
        display: flex;
        align-items: center;
    }
.privacyWrap {
    min-width: 100%;
    max-width: 100%;
}
.privacyWrap > div {
    text-align: left;
}

.privacyWrap > div  h3 {
    text-align: center;
    margin-bottom: 16px;
}
    .privacyWrap p, .privacyWrap ul li {
        font-size: 1.15rem;
        line-height: 120%;
    }
.privacyWrap ul {
    margin-bottom: 16px;
}

        .skillsWrap > ul > li:hover h3,
        .privacyWrap:hover h3 {
            color: #dc0d8a;
        }
.skillsWrap > ul > li img.skillIcon,
.privacyWrap img {
    position: absolute;
    top: -20px;
    margin-left: -50px;
    left: 50%;
}
.skillsWrap > ul > li .btnWrap {
    position: absolute;
    bottom: 32px;
    left: 0;
    text-align: center;
    width: 100%;
}
.btnSpacer {
    height: 48px;
}
.skillsWrap > ul > li:hover img.skillIcon {
    animation: flipInY;
    animation-duration: 900ms;
}
.skillsWrap > ul > li h3,
.privacyWrap h3 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 1.3rem;
}
.skillsWrap > ul > li p {
    font-size: 1.15rem;
    text-align: left;
    line-height: 120%;
}
.skillsWrap p {
    max-width: 780px;
}

a.openDemo {
    position: relative;
    background: #dc0d8a;
    display: inline-flex;
    color: #fff;
    position: relative;
    z-index: 3;
    line-height: 100%;
    border-radius: 22px;
    font-weight: 500;
    padding: 12px 15px;
    transition: all linear 200ms;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    white-space: nowrap;
}

a.openDemo:hover {
    text-decoration: none;
}

a.openDemo:hover img {
    animation: spin;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

a.openDemo img {
    position: absolute;
    left: 6px;
}

a.openDemo span {
    padding-left: 28px;
}






.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    bottom: -250px;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.noInstallWrap {
    background: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    background-size: 400% 400%;
    animation: gradient 12s ease infinite;
    position: relative;
    margin-top: 48px;
    overflow: hidden;
    padding-bottom: 300px;
    margin-bottom: -90px;
}
.noInstallWrap.equity {
    margin-top: -48px;
}
img.noInstallHero {
    -webkit-transform: perspective(800px) rotateY(5deg);
    transform: perspective(800px) rotateY(5deg);
    box-shadow: rgba(0, 0, 0, 0.3) 0 19px 38px, rgba(0, 0, 0, 0.22) 0 15px 12px;
    max-width: 1200px;
    width: calc(60% + 600px);
    margin-left: -300px;
    margin-bottom: -300px;
    margin-top: 64px;
}
.noInstallWrap .eduChunk {
    display: flex;
    align-items: center;
}
.noInstallWrap .eduChunk > div:first-child {
    min-width: 60%;
    max-width: 60%;
}
.noInstallWrap .eduChunk > div:last-child {
    position: relative;
    top: 64px;
    z-index: 2;
}



.noInstallWrap .h2Tag {
    color: #ffff00;
}
.noInstallWrap h2 {
    color: #fff;
}
.noInstallWrap p {
    color: #fff;
}
.platformLogos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.platformLogos li {
    margin: 0;
    padding: 0;
    margin-right: 4px;
}
    .platformLogos li div {
        background: rgba(255, 255, 255, 0.2);
        padding: 8px;
        border-radius: 16px;
    }
        .platformLogos li img {
            display: block;
            border-radius: 8px;
            filter: brightness(0) invert(1);
            width: 42px;
            height: 42px;
        }

    .platformLogos li:hover img {
        animation: flipInY;
        animation-duration: 900ms;
    }

.privChunk {
    display: flex;
    margin-top: 64px;
}
.privChunk > div:first-child {
    margin-right: 16px;
}
.privChunk > div:last-child {
    margin-left: 16px;
}



.edulogowrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.edulogowrap h3 {
    flex: 1;
    white-space: nowrap;
    padding-right: 30px;
}
.eduSpacer {
    height: 100px;
}

.getWrap {
    padding-top: 64px;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}


@media screen and (max-width: 1310px) {
    .noInstallWrap .eduChunk > div:first-child {
        display: none;
    }
    .noInstallWrap .eduChunk > div:last-child {
        max-width: 650px;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    .noInstallWrap {
        margin-top: -64px;
    }
}

    @media screen and (max-width: 1200px) {
        .slantContent {
            flex-direction: column;
        }

            .slantContent > div:first-child {
                order: 2;
                width: 90%;
                margin-top: -32px;
                margin-bottom: -100px;
            }

            .slantContent > div:last-child {
                order: 1;
                margin-left: 0;
            }

        h1 {
            text-align: center !important;
        }

        ul.eduLogos {
            justify-content: center;
            margin-top: 32px;
        }

        .vidWrapper {
            -webkit-transform: none;
            transform: none;
            position: relative;
            z-index: 3;
        }

        .belowSlant {
            margin-top: 100px;
        }
        .noInstallWrap + .belowSlant {
            margin-top: -132px;
        }
    }

    @media screen and (max-width:1100px) {
        .twoColChunk.earth {
            flex-direction: column;
        }

            .twoColChunk.earth > div:first-child {
                margin-top: 64px;
            }

            .twoColChunk.earth > div:last-child {
                width: 100%;
                max-width: 600px;
            }

        h2, .h2Tag {
            text-align: left !important;
        }
        .getWrap {
            text-align: left;
        }
    }

    @media screen and (max-width:1000px) {
        .eduSpacer {
            height: 32px;
        }
        .noInstallWrap {
            margin-top: -64px;
        }

        .skillsWrap > ul > li {
            min-width: calc(50% - 16px);
            max-width: calc(50% - 16px);
        }
    }

    @media screen and (max-width: 750px) {
        .privChunk {
            flex-direction: column;
        }

            .privChunk > div:first-child {
                margin-right: 0;
            }

            .privChunk > div:last-child {
                margin-left: 0;
            }

        .privacyWrap {
            margin-left: 0;
        }
        .eduChunk.skillsWrap {
            padding-top: 64px;
        }
    }

@media screen and (max-width: 700px) {
    .slantContent > div:first-child {
        width: 100%;
    }

        .vidWrapper {
            margin-left: -36px;
            margin-right: -36px;
        }

        .slantContent > div:last-child {
            padding-left: 32px;
            padding-right: 32px;
        }
    }

    @media screen and (max-width: 650px) {

        .skillsWrap > ul > li {
            min-width: calc(100% - 16px);
            max-width: calc(100% - 16px);
        }
    }

@media screen and (max-width:580px) {
    h1 {
        font-size: 3.2rem !important;
    }
    .slantContent > div:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width:500px) {
    .setupButtons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .setupButtons > a {
        margin-top: 8px;
    }
}
    @media screen and (max-width:450px) {
        .eduChunk {
            padding: 0 16px;
        }

            .eduChunk.skillsWrap {
                padding-top: 0;
            }

        .twoColChunk.earth {
            overflow: hidden;
        }

            .twoColChunk.earth > div:last-child {
                width: 250%;
                max-width: 600px;
                position: relative;
                overflow: hidden;
                max-width: none;
            }
    }


ul.partners {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 150px;
    margin-left: -16px;
    margin-right: -16px;
}
    ul.partners li {
        margin: 0;
        padding: 0;
        margin: 16px;
        min-width: calc(50% - 32px);
        max-width: calc(50% - 32px);
        -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
        box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
        padding: 32px;
        border-radius: 3px;
    }
ul.partners li h2 {
    text-align: center !important;
    margin-top: 0;
}
ul.partners li p {
    font-size: 1.15rem;
}
ul.partners li img {
    margin: 0 auto;
    display: block;
    margin-bottom: 32px;

}
.partnerSlant {
    position: relative;
}
.earth-wrap2 {
    position: absolute;
    left: calc(-650px - 5vw);
    top: -300px;
    height: 1500px;
    width: 1500px;
}
.partnerSlant > div:nth-child(2) {
    position: relative;
    z-index: 4;
}



@media screen and (max-width:1200px) {

    .partnerSlant > div:nth-child(2) {
        padding-bottom: 150px;
    }
    ul.partners {
        margin-top: -280px;
    }
}


@media screen and (max-width:900px) {
    ul.partners li {
        min-width: calc(100% - 32px);
        max-width: calc(100% - 32px);
    }
}

.belowSlant.equity {
    margin-top: 180px;
}
.devChunk {
    display: flex;
    margin-bottom: 100px;
    align-items: center;
}
.devChunk > div {
    flex: 1;
}
.devChunk > div:first-child {
    max-width: 600px;
    margin-right: 64px;
}
    .devChunk ul.platformLogos {
        margin: 0;
        position: relative;
        height: auto;
        -webkit-transform: skewY(6deg);
        transform: skewY(6deg);
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
        .devChunk ul.platformLogos li {
            animation: bounce 3000ms infinite;
            margin: 16px 8px;
        }
.devChunk ul.platformLogos li:nth-child(2) {
    animation-delay: 500ms;
}
.devChunk ul.platformLogos li:nth-child(3) {
    animation-delay: 1000ms;
}
.devChunk ul.platformLogos li:nth-child(4) {
    animation-delay: 1500ms;
}
.devChunk ul.platformLogos li:nth-child(5) {
    animation-delay: 2000ms;
}
.devChunk ul.platformLogos li:nth-child(6) {
    animation-delay: 2500ms;
}
            .devChunk ul.platformLogos li > div {
                background: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
                border-radius: 50%;
                padding: 16px;
                box-shadow: rgba(0, 0, 0, 0.09) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px, rgba(0, 0, 0, 0.09) 0 32px 16px;
            }
.devChunk ul.platformLogos li > div img {
    width: 64px;
}

.devChunk ul.platformLogos li:hover img {
    animation: none;
}
.eduChunk.fastSetup {

}
.eduChunk.fastSetup > div:first-child {
    position: relative;
}
.vWrap, .gameGuideImgWrap {
    position: absolute;
    top: 33%;
    left: 0;
    z-index: 2;
    -webkit-transform: perspective(800px) rotateY(-5deg);
    transform: perspective(800px) rotateY(-5deg);
    display: block;
    padding: 4px;
    background: #1F1F1F;
    border-radius: 4px;
    box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
}
.gameGuideImgWrap {
    position: static;
    display: inline-block;
    -webkit-transform: perspective(800px) rotateY(5deg);
    transform: perspective(800px) rotateY(5deg);
}
.ggI2 {
    -webkit-transform: perspective(800px) rotateY(-5deg);
    transform: perspective(800px) rotateY(-5deg);
}
    .ggI2 img {
        -webkit-transform: none !important;
        transform: none !important;
    }
    .vWrap video, .gameGuideImgWrap img {
        display: block;
    }

@media screen and (max-width:950px) {
    .devChunk.equity {
        flex-direction: column;
        margin-bottom: 32px;
    }
    .devChunk.equity > div:first-child {
        margin-top: -100px;
        margin-bottom: 48px;
        margin-right: 0;
    }
    .devChunk ul.platformLogos {
        -webkit-transform: none;
        transform: none;
    }
}
.privChunk.equity > div {
    min-width: calc(50% - 16px);
    max-width: calc(50% - 16px);
}
@media screen and (max-width:750px) {
    .privChunk.equity {
        margin-top: -150px;
    }
    .privChunk.equity > div {
        min-width: calc(100% - 16px);
        max-width: calc(100% - 16px);
    }
}
.priv {
    background: radial-gradient(ellipse at left, #42485D 20%, #090A0F 100%);
    margin-top: -192px;
    margin-bottom: 32px;
    padding: 96px 0;
    overflow: hidden;
}
.priv .devChunk {
    margin-bottom: 0;
}
.priv .h2Tag {
    color: #ffff00;
}
.priv p, .priv h2 {
    color: #fff;
}


.stunningHero {
    position: absolute;
    top: 15%;
    width: 900px;
    max-width: 100%;
    margin-left: 70px;
}


    .stunningHero img {
        -webkit-transform: perspective(800px) rotateY(-5deg);
        transform: perspective(800px) rotateY(-5deg);
        box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px, rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px, rgba(0, 0, 0, 0.09) 0 -3px 5px;
    }

.stunningHero .vWrap {
    position: absolute;
    top: 18%;
    left: -5%;
    width: 90%;
}

.stunningHero .vWrap video {
    width: 100%;
}
.equityOuter {
    overflow: hidden;
}
.alwaysWork {
    padding: 100px 32px;
    padding-top: 32px;
}
.equiSlant {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -100px;
    padding: 111px 0;
}
.equiSlant > div {
    flex: 1;
}
.equiSlant > div:first-child {
    padding-right: 250px;
}
.equiSlant > div:last-child {
    margin-top: -180px;
}
.equiSlant img {
    -webkit-transform: perspective(800px) rotateY(-5deg);
    transform: perspective(800px) rotateY(-5deg);
}
@media screen and (max-width:1200px) {

    .equiSlant {
        flex-direction: column;
        padding-top: 32px;
    }
    .equiSlant > div {
        min-width: 100%;
        max-width: 100%;
    }
        .equiSlant > div:first-child {
            padding: 0;
            margin: 0 auto;
            display: inline-flex;
            justify-content: center;
            order: 1;
        }
    .equiSlant > div:last-child {
        padding: 0;
        margin: 0;
        order: 2;
    }
    .equiSlant > div:last-child img {
        padding: 0;
        margin: 0;
        margin-left: -100px;
        margin-bottom: -400px;
    }
}

@media screen and (max-width:1000px) {
    .equiHero {
        flex-direction: column;
    }
    .equiHero > div:first-child {
        padding: 0;
        margin: 0;
    }
    .stunningHero {
        position: static;
        margin-bottom: -130px;
    }
    .priv .devChunk {
        justify-content: center;
        flex-direction: column;
    }
    .priv {
    }
    .priv .devChunk > div:first-child {
        margin: 0 auto !important;
        margin-right: 0;
        padding-top: 64px;
    }
    .stunningHero .vWrap {
        top: 50%;
        left: 5%;
        width: 90%;
    }
    .stunningHero img {
        margin-top: 60px;
    }
}

.eduChunk.spp,
.eduChunk.accessCodes,
.eduChunk.autoUpdate,
.eduChunk.policies,
.eduChunk.chil {
    display: flex;
    margin-top: 150px;
    align-items: center;
}
.eduChunk.chil {
    max-width: 850px;
    padding: 64px 32px;
}
.chilWrap {
    background: #f8f8f8;
    margin-top: -150px;
}
.eduChunk.accessCodes > div:first-child {
    max-width: 50%;
    min-width: 50%;
}
.eduChunk.spp > div:first-child {
    padding-right: 64px;
}
.eduChunk.accessCodes > div:last-child {
    padding-left: 64px;
}
.eduChunk.accessCodes .vWrap {
    position: static;
    -webkit-transform: perspective(800px) rotateY(5deg);
    transform: perspective(800px) rotateY(5deg);
}
.eduChunk.accessCodes .vWrap video {
    max-width: 100%;
}
.eduChunk.autoUpdate > div:first-child {
    max-width: 40%;
    min-width: 40%;
    margin-right: 64px;
}
    .eduChunk.autoUpdate img {
        -webkit-transform: perspective(800px) rotateY(-5deg);
        transform: perspective(800px) rotateY(-5deg);
        border-radius: 3px;
        box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
    }
    .eduChunk.policies > div {
        flex: 1;
        min-width: calc(50% - 32px);
        max-width: calc(50% - 32px);
    }
    .eduChunk.policies > div:first-child {
        margin-right: 32px;
    }
        .eduChunk.policies > div:last-child {
            margin-left: 32px;
        }
.privSlant {
    padding-top: 100px;
}
    .privSlant img.eduhero {
        -webkit-transform: perspective(800px) rotateY(-5deg);
        transform: perspective(800px) rotateY(-5deg);
        animation: heartBeat 15000ms infinite;
        margin-bottom: -200px;
        margin-top: -250px;
        max-width: 400px;
    }
@media screen and (max-width:1200px) {
    .privSlant > div:last-child {
        display: none;
    }
    .privSlant > div:first-child {
        display: inline-flex;
        margin: 0 auto;
        justify-content: center;
        margin-bottom: 32px;
    }

}

.policiesWrap {
    background: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    background-size: 400% 400%;
    animation: gradient 12s ease infinite;
    margin-top: -100px;
    margin-bottom: -100px;
}
.eduChunk.policies {
    padding: 64px 32px;
}
.eduChunk.policies p,
    .eduChunk.policies h2 {
        color: #fff;
    }
.eduChunk.policies .h2Tag {
    color: #ffff00;
}
.eduChunk.policies a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
.eduChunk.policies a.pinkButton {
    text-decoration: none;
}
.policiesTableWrap {
    position: relative;
    z-index: 3;
    max-width: 650px;
    margin: 0 auto;
    background: #42485D;
    border-radius: 3px;
    padding: 3px;
    -webkit-transform: perspective(800px) rotateY(2deg) rotateX(2deg);
    transform: perspective(800px) rotateY(2deg) rotateX(2deg);
    transition: all 300ms linear;
    box-shadow: rgb(38, 57, 77) 0 20px 30px -10px;
}
.policiesTableWrap table tr.heading {
    background: linear-gradient( 32deg, #333399, #ff00cc);
    color: #fff;
    font-weight: 500;
    font-size: 1.15rem;
}
.policiesTableWrap table tr.heading td {
    background: transparent !important;
}
.policiesTableWrap table tr td.data {
    display: flex;
    justify-content: center;
    align-items: center;
}
.policiesTableWrap table tr td.data img {
    max-width: 24px;
    max-height: 24px;
    margin-right: 8px;
}
@media screen and (max-width:1050px) {
    .eduChunk.accessCodes {
        flex-direction: column;
    }

    .eduChunk.accessCodes > div:last-child {
        padding-left: 0;
        max-width: 650px;
        margin: 0 auto;
        padding-top: 60px;
    }

    .eduChunk.accessCodes > div:first-child {
        margin-top: -50px;
        max-width: 100%;
        min-width: 100%;
        margin-left: 16px;
    }

    .eduChunk.autoUpdate {
        flex-direction: column;
    }

    .eduChunk.autoUpdate > div:first-child {
        padding-left: 0;
        max-width: 650px;
        margin: 0 auto;
        order: 2;
        padding-top: 32px;
    }

    .eduChunk.autoUpdate > div:last-child {
        margin-top: -50px;
        max-width: 100%;
        min-width: 100%;
        order: 1;
    }

    .eduChunk.policies {
        flex-direction: column;
        margin-top: 64px;
    }

    .eduChunk.policies > div {
        margin: 0 auto !important;
        max-width: 650px;
        min-width: 0;
    }

    .eduChunk.policies > div:last-child {
        padding-top: 64px;
    }
    .policiesTableWrap {
        margin-top: -116px;
    }
    .policiesWrap {
        margin-top: -32px;
    }
}

.slantContent.levelUp .bookWrap {
    position: relative;
    -webkit-transform: perspective(800px) rotateX(8deg);
    transform: perspective(800px) rotateX(8deg);
    display: inline-block;
    padding: 4px;
    background: #1F1F1F;
    border-radius: 4px;
    box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
}
.slantContent.levelUp .bookWrap img {
    display: block;
}
.pageCountWrap {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 96px;
    height: 96px;
    background: #dc0d8a;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.15rem;
    flex-direction: column;
    border-radius: 50%;
    box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 38px 28px -25px rgba(0,0,0,0.5);
    -webkit-transform: perspective(800px) rotateY(8deg);
    transform: perspective(800px) rotateY(8deg);
}
    .pageCountWrap span {
        font-size: 2rem;
        display: block;
        font-weight: 500;
    }
.eduChunk.levelUp {
    margin-top: 150px;
    max-width: 750px;
}
@media screen and (max-width:1200px) {
    .slantContent.levelUp > div:first-child {
        max-width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 64px;
        padding-bottom: 100px;
        order: 1;
    }
    .slantContent.levelUp > div:first-child p {
        margin: 0 auto;
        margin-top: 32px;
        margin-bottom: 16px;
    }
    .eduChunk.levelUp {
        margin-top: 0;
        max-width: 750px;
    }
    .levelUpBtn {
        text-align: center;
    }
}

.eduChunk.resources {
    margin-top: 150px;
}
.eduChunk.resources > ul {
    display: flex;
    list-style: none;
    margin: 0 -16px;
    padding: 0;
    flex-wrap: wrap;
}
.eduChunk.resources > ul > li {
    margin: 16px 16px;
    padding: 0;
    min-width: calc(50% - 32px);
    max-width: calc(50% - 32px);
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    border-radius: 3px;
    text-align: center;
    padding: 32px;
}
.eduChunk.resources > ul > li h2 {
    margin: 0;
    padding: 0;
    text-align: center !important;
    display: block;
}
.eduChunk.resources > ul li p {
    text-align: left;
}
.eduChunk.resources > ul > li img {
    margin-top: -48px;
    margin-bottom: 16px;
}
@media screen and (max-width:800px) {
    .eduChunk.resources {
        margin-top: 0;
    }
    .eduChunk.resources > ul > li {
        min-width: calc(100% - 32px);
        max-width: calc(100% - 32px);
    }
}
ul.teacherAbout, ul.teacherSpecialities {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 32px;
}
ul.teacherSpecialities {
    margin-top: 0;
}
    ul.teacherAbout > li, ul.teacherSpecialities > li {
        margin: 0;
        padding: 0;
        font-size: 1.15rem;
    }
ul.teacherSpecialities > li {
    display: flex;
    align-items: center;
    line-height: 120%;
    margin-top: 12px;
}
    ul.teacherSpecialities > li img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-right:16px;
    }
.eduChunk.resources > ul h3 {
    text-align: left !important;
    margin-bottom: 0;
}
.teacherHeadshotWrap {
    border: 2px solid #efefef;
    background: #fff;
    width: 180px;
    height: 180px;
    padding: 4px;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    margin: 0 auto;
    margin-top: -48px;
    margin-bottom: 32px;
}
.teacherHeadshotWrap img {
    border-radius: 50%;
    display: block;
    margin: 0 !important;
}
div.teacherAbout {
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
}
.teacherAbout p {
    font-size: 1.15rem;
}
ul.teacherAbout {
    background: #f8f8f8;
    margin: 0 -32px;
    padding: 10px 32px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.eduChunk.curric {
    margin-top: 150px;
    max-width: 850px;
}
.eduChunk.curric ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin: 0 -16px;
}
.eduChunk.curric ul > li {
    margin: 16px 16px;
    padding: 0;
    min-width: calc(50% - 32px);
    max-width: calc(50% - 32px);
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    border-radius: 3px;
    text-align: center;
    padding: 32px;
}
.eduChunk.curric ul > li  h3 {
    margin: 0;
}
        .eduChunk.curric ul > li img {
            margin-top: -48px;
            margin-bottom: 16px;
        }
@media screen and (max-width:1200px) {
    .eduChunk.curric {
        margin-top: 0;
    }
}
    @media screen and (max-width:690px) {
        .eduChunk.curric ul > li {
            min-width: calc(100% - 32px);
            max-width: calc(100% - 32px);
        }
    }

ul.ggIncluded {
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    background: #f8f8f8;
    border-radius: 3px;
    padding: 8px 0 8px 0;
}
    ul.ggIncluded li {
        margin: 0;
        padding: 8px 16px;
        display: flex;
        align-items: flex-start;
        line-height: 120%;
        font-size: 1.15rem;
        max-width: 50%;
        min-width: 50%;
    }
ul.ggIncluded li img {
    margin-right: 8px;
}

@media screen and (max-width:1050px) {
    .eduChunk.gameGuide > div:first-child {
        order: 2;
        margin-top: 64px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .eduChunk.gameGuide > div:last-child {
        order: 1;
    }
    .eduChunk.gameGuide2 > div:first-child {
        order: 1;
        margin-top: -100px;
    }

    .eduChunk.gameGuide2 > div:last-child {
        order: 2;
        margin-top: 64px;
    }
    .ggTop {
        margin-top: 0 !important;
    }
    .gameGuideImgWrap {
        margin: 0 auto;
    }
}
@media screen and (max-width:700px) {
    ul.ggIncluded li {
        max-width: 100%;
        min-width: 100%;
    }
}

.eduChunk.fast3 ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
    .eduChunk.fast3 ul li {
        margin: 0 16px;
        padding: 0;
        min-width: calc(33.33333% - 32px);
        max-width: calc(33.33333% - 32px);
        margin-top: 150px;
        margin-bottom: 64px;
        padding: 32px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
        box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
        border-radius: 3px;
    }
.eduChunk.fast3 ul img {
    margin: 0 auto;
    display: block;
    margin-top: -64px;
    margin-bottom: 32px;
}
    @media screen and (max-width:1100px) {
        .eduChunk.fast3 ul {
        flex-direction: column;
        margin-top: 92px;
    }
        .eduChunk.fast3 ul li {
            min-width: calc(100% - 32px);
            max-width: calc(100% - 32px);
            margin-bottom: 0 !important;
            margin-top: 32px !important;
        }
            .eduChunk.fast3 ul img {
                margin-top: -50px;
                margin-bottom: 8px;
            }
}