@media only screen and (max-width: 1600px) { html { --scale: 0.83333333333333; } }@media only screen and (max-width: 1536px) { html { --scale: 0.8; } }@media only screen and (max-width: 1440px) { html { --scale: 0.75; } }@media only screen and (max-width: 1366px) { html { --scale: 0.71145833333333; } }@media only screen and (max-width: 1280px) { html { --scale: 0.66666666666667; } }@media only screen and (max-width: 1024px) { html { --scale: 0.53333333333333; } }@media only screen and (max-width: 768px) { html { --scale: 0.4; } }.landing-page {
    --transition: 0.1s;
    --text-color: #374247;

    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;

    /* ——— Fixes a graphical issue on Chrome for Android ——— */
    position: relative;
    right: 0.01px;
    /* —————————— */

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    background: #A6DDEF;
    
    overflow-y: auto;
    overflow-x: hidden;
}

.landing-page__block {
    -ms-flex-negative: 0;
        flex-shrink: 0;

    position: relative;
    min-height: 1122px;
    padding: 124px 9% 0;
}

.landing-page h1,
.landing-page h2 {
    margin: 0;

    font-family: 'Calistoga', 'Open Sans', sans-serif;
    font-weight: normal;
    color: #457C88;
}
.landing-page h1 {
    font-size: 72px;
    line-height: 96px;
}
.landing-page h2 {
    font-size: 54px;
    line-height: 74px;
}
.landing-page h3 {
    margin: 0;

    font-size: 24px;
    color: black;
}

.landing-page img {
    --transition: opacity 0.5s;

    /* Lazy-loaded images will be transparent initially, and then 
    not transparent when loaded, so cause the images to fade in. */
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.landing-page__cta-button {
    background: var(--orange);

    text-decoration: none;
    color: white;

    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.landing-page__cta-button:hover {
    background: #BA5D00;
}
.landing-page__cta-button:hover:active {
    background: #E07000;
}


/* ——— Nav-bar ——— */

.landing-page__nav-bar {
    position: sticky;
    top: 0;

    z-index: 2;
}

.landing-page__nav-bar__inner {
    position: absolute;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    width: 100%;
    min-height: 117px;
    padding: 0 6.25%;
}
.landing-page__nav-bar__inner,
.landing-page__nav-bar__inner__logo {
    --nav-bar-transition: all 0.16s ease-out;

    -webkit-transition: var(--nav-bar-transition);
    -o-transition: var(--nav-bar-transition);
    transition: var(--nav-bar-transition);
}
.landing-page__nav-bar--scrolling >
.landing-page__nav-bar__inner {
    --box-shadow: 0px 8.4px 12px rgba(0, 0, 0, 0.03);

    min-height: 72px;

    background: white;

    -webkit-box-shadow: var(--box-shadow);
        -moz-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

.landing-page__nav-bar__inner__logo {
    width: 291.6px;
    margin-right: 50px;

    line-height: 0;
}
.landing-page__nav-bar--scrolling
.landing-page__nav-bar__inner__logo {
    width: 207.6px;
}

.landing-page__nav-bar__inner__buttons {
    --child-margin: 6px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    /* Offset child margin */
    margin: calc(-1 * var(--child-margin));

    font-size: 19.2px;
}

.landing-page__nav-bar__inner__buttons__secondary,
.landing-page__nav-bar__inner__buttons__cta {
    margin: var(--child-margin);

    border-radius: 6px;

    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.landing-page__nav-bar__inner__buttons__secondary {
    --color: #457C88;

    padding: 10px 16.5px;

    border: 2.4px solid var(--color);
    box-sizing: border-box;

    color: var(--color);

    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.landing-page__nav-bar__inner__buttons__secondary:hover {
    background: var(--color);
    border-radius: 5px;

    color: white;
}
.landing-page__nav-bar__inner__buttons__secondary:hover:active {
    --color: #4892A3;
}

.landing-page__nav-bar__inner__buttons__cta {
    padding: 12px 25px;
}
.landing-page__nav-bar__inner__buttons__cta:hover {
    border-radius: 5px;
}


/* ——— Front ——— */

.landing-page__front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.landing-page__front__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.landing-page__front__inner__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;

    min-width: 444.5px;
    max-width: 750px;

    z-index: 1;
}

.landing-page__front__inner__left > h1 {
    margin-top: 25.2px;
}

.landing-page__front__inner__left > h2 {
    color: #2F3C5C;
}

.landing-page__front__inner__left__keyword {
    --color: white;
    
    position: relative;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    color: var(--color);
}

/* Underline */
.landing-page__front__inner__left__keyword > svg {
    position: absolute;
    bottom: 0;

    fill: var(--color);
}

.landing-page__front__inner__left__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    margin-top: 68.4px;
}

.landing-page__front__inner__left__cta__button {
    --box-shadow:
        inset 1.2px 4.8px 1.2px -3.6px rgba(255, 255, 255, 0.26),
        inset -6px -4.8px 4.8px rgba(200, 140, 107, 0.46),
        inset 8.4px 4.8px 31.2px -4.8px rgba(255, 255, 255, 0.65);
    
    padding: 21px 61px;
    min-width: 300px;

    border-radius: 12px;

    -webkit-box-shadow: var(--box-shadow);
        -moz-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);

    font-size: 31.2px;
    font-weight: bold;
    text-align: center;
}
.landing-page__front__inner__left__cta__button:hover {
    --box-shadow:
        inset 1px 4px 1px -3px rgba(255, 255, 255, 0.26),
        inset -5px -4px 4px rgba(146, 70, 27, 0.51),
        inset 7px 4px 26px -4px rgba(255, 255, 255, 0.28);

    border-radius: 10px;
}

.landing-page__front__inner__left__cta__shadow {
    margin-top: 48px;
}

.landing-page__front__inner__right {
    position: relative;
}

.landing-page__front__inner__right > svg {
    position: absolute;
}


/* ——— Record ——— */

.landing-page__record {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.landing-page__record > h2 {
    margin-bottom: 42.5px;

    text-align: center;
}

.landing-page__record__toggles {
    --button-margin: 15px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    /* Offset button margin (except bottom) */
    margin: calc(-1 * var(--button-margin));
    margin-bottom: 0;
}

.landing-page__record__toggles__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* Visual for button */
.landing-page__record__toggles__toggle > div,
.landing-page__record__diagram__label {
    --size: 65px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    height: var(--size);
    width: var(--size);

    margin: var(--button-margin);
    margin-bottom: 0;

    background: #A3A3CB;
    border: 2.65px solid #8888BD;
    border-radius: 50%;
    cursor: pointer;
    
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: white;

    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.landing-page__record__toggles__toggle > div:hover,
.landing-page__record__diagram__label:hover {
    background: #2D2D69;
    border: none;
}
.landing-page__record__toggles__toggle > input:checked ~ div,
.landing-page__record__diagram__label--selected {
    background: #5656B2 !important;
    border: none;
}

/* Polygon for annotation text bubble */
.landing-page__record__toggles__toggle > svg {
    margin-top: 31px;
    margin-bottom: -1.6px;
}
.landing-page__record__toggles__toggle > input:not(:checked) ~ svg {
    display: none;
}

.landing-page__record__annotation {
    padding: 12px 40px;
    max-width: 951px;

    background: white;
    border-radius: 18px;

    font-size: 19.2px;
    line-height: 31px;
    text-align: center;
    color: var(--text-color);
}

.landing-page__record__diagram {
    position: relative;
    margin-top: 45px;
    margin-bottom: 46px;

    line-height: 0;
}

.landing-page__record__diagram__hero {
    position: absolute;
    top: -188px;
    left: -389px;
}

.landing-page__record__diagram__label {
    --size: 40px;

    position: absolute;
    z-index: 1;

    font-size: 13.2px;
}

.landing-page__record__diagram__objects {
    position: absolute;

    height: 437px;
    width: 507px;

    right: -402px;
    bottom: -46px;
}

.landing-page__record__diagram__objects > img {
    position: absolute;
}

/* Books */
.landing-page__record__diagram__objects > img:first-child {
    top: 261px;
    left: 158px;
}

/* Plant */
.landing-page__record__diagram__objects > img:last-child {
    top: 0;
    left: 0;
}


/* ——— Play ——— */

.landing-page__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.landing-page__play > h2 {
    max-width: 800px;
    margin-bottom: 90px;

    text-align: center;
}

.landing-page__play__illust {
    --child-margin: 27px;
    --bottom-offset: 165px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    /* Offset child margin */
    margin: calc(-1 * var(--child-margin));

    /* Provide space for 3D illustration legs */
    margin-bottom: calc(var(--bottom-offset) - var(--child-margin));
}

.landing-page__play__illust > * {
    margin: var(--child-margin);
}

.landing-page__play__illust__host {
    position: relative;

    line-height: 0;
}

.landing-page__play__illust__host > img {
    position: absolute;
    right: -295px;
    bottom: calc(-1 * var(--bottom-offset));
}


/* ——— Features ——— */

.landing-page__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    background-color: #F7FBFD;
}

.landing-page__features > h2 {
    margin-bottom: 79px;

    text-align: center;
    color: var(--text-color);
}

.landing-page__features__table {
    --cell-margin: 18px;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    margin: calc(-1 * var(--cell-margin));
    margin-bottom: calc(80.5px - var(--cell-margin));
}

.landing-page__features__table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.landing-page__features__table__row__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    padding: 36.5px 52px 31px;
    margin: var(--cell-margin);
    max-width: 582px;
    width: 100%;

    background: #FFE7CC;
    border-radius: 32px;
}

.landing-page__features__table__row__cell__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    height: 173px;
}

.landing-page__features__table__row__cell > h3 {
    margin-bottom: -8.4px;

    line-height: 74px;
    text-align: center;
    white-space: nowrap;
    color: #573E25;
}

.landing-page__features__table__row__cell > p {
    margin: 0;

    font-size: 19.2px;
    line-height: 30px;
    text-align: center;
    color: var(--text-color);
}

.landing-page__features__table__books,
.landing-page__features__table__plant {
    position: absolute;
}

.landing-page__features__table__books {
    left: -290px;
    bottom: -59px;
}

.landing-page__features__table__plant {
    right: -241px;
    bottom: -69px;
}


/* ——— Facts ——— */

.landing-page__facts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;

    padding-top: 89px;
    padding-bottom: 23px;

    background: #FBE9D4;
}

.landing-page__facts__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.landing-page__facts__inner__left {
    /* Overlap with right side slightly */
    margin-right: -15px;

    /* Raise image over the list */
    z-index: 1;

    /* Avoid excess space around the image */
    line-height: 0;
}

.landing-page__facts__inner__left > img {
    /* Compensate for shadows */
    margin-right: -112.5px;
    margin-bottom: -21px;
}

.landing-page__facts__inner__right {
    max-width: 780px;
    margin-bottom: 33.5px;
}

.landing-page__facts__inner__right > h2 {
    margin: 80px;
    margin-top: 0;

    white-space: nowrap;
    color: var(--text-color);
}

.landing-page__facts__inner__right__list {
    --child-margin: 12.5px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    margin: calc(-1 * var(--child-margin));
}

.landing-page__facts__inner__right__list > p {
    --box-shadow: 0 8.4px 12px rgba(0, 0, 0, 0.03);

    padding: 28px 79.5px;
    margin: var(--child-margin);
    
    background: white;
    border-radius: 12px;

    -webkit-box-shadow: var(--box-shadow);
        -moz-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);

    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #525252;
}


/* ——— Footer ——— */

.landing-page__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    background: #F4FEFF;

    color: #2C2C2C;
}

.landing-page__footer a,
.landing-page__footer a > svg {
    --color-hover: #00B9CA;
    --color-active: #5CD8E3;
    
    text-decoration: none;
    color: inherit;

    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.landing-page__footer a:hover {
    color: var(--color-hover);
}
.landing-page__footer a:active {
    color: var(--color-active);
}

.landing-page__footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    padding: 42px;
    padding-top: 64.5px;
}

.landing-page__footer__main__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.landing-page__footer__main__logo,
.landing-page__footer__main__social > a {
    padding: 22px;
}

.landing-page__footer__main__logo,
.landing-page__footer__main__social {
    margin: 16px;
}

.landing-page__footer__main__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    text-transform: lowercase;
}

.landing-page__footer__main__link__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    margin: 46px;
}

.landing-page__footer__main__link__section > h3 {
    margin-bottom: 20.4px;
}

.landing-page__footer__main__link__section > a {
    font-size: 21.6px;
}

.landing-page__footer__main__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.landing-page__footer__main__social > a {
    line-height: 0;
}

.landing-page__footer__main__social > a:hover > svg {
    fill: var(--color-hover);
}

.landing-page__footer__main__social > a:active > svg {
    fill: var(--color-active);
}

.landing-page__footer__small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    padding: 12px 30px;

    background: #E5FDFF;

    font-size: 19.2px;
    text-align: center;
}

.landing-page__footer__small > span,
.landing-page__footer__small a {
    margin: 7px 16px;
}

.landing-page__footer__small__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
