
.w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    /*background-image: url('../images/youtube-placeholder.svg');*/
    background-size: cover;
    background-position: 50% 50%;
}

    .w-embed-youtubevideo:empty {
        min-height: 75px;
        padding-bottom: 56.25%;
    }

body {
    font-family: CamptonBook, sans-serif;
    color: #362f2d;
    font-size: 14px;
    line-height: 1.25;
}

h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Hello, sans-serif;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: none;
}

h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: CamptonBold, sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

p {
    margin-bottom: 1.5em;
    font-size: 20px;
    line-height: 1.5;
}

strong {
    font-family: CamptonBold, sans-serif;
    font-weight: 700;
}

.woo-header-mock {
    height: 139px;
    background-image: url('../images/header.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.woo-surface {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 12;
}

.woo-image {
    display: block;
    width: 100%;
}

.woo-mountains-back {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 4;
    margin-top: 50%;
}

.woo-waterfall {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 10;
    margin-top: 40%;
}

.woo-dodo-city {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 25%;
    bottom: auto;
    margin-top: 285%;
}

.woo-parallax {
    position: relative;
}

.woo-machine {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 135%;
}

.woo-market-back {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: auto;
    margin-top: 330%;
}

.woo-market-front {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 345%;
}

.woo-forest {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 490%;
}

.woo-forest__back {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
}

.woo-forest__woods {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
}

.woo-forest__front {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-top: 41%;
}

.woo-forest__house {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 55%;
    margin-top: 50%;
    margin-right: auto;
    margin-left: auto;
}

.woo-dreamdust-machine {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 670%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.woo-bubbles {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    width: 100%;
    margin-top: 50%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.woo-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 4px solid #8b5d0b;
    border-radius: 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ecbc0d), to(#e79511));
    background-image: linear-gradient(180deg, #ecbc0d, #e79511);
    box-shadow: 0 0 0 3px rgba(54, 47, 45, 0.8);
    cursor: pointer;
}

    .woo-button.woo-button--alpaca {
        position: absolute;
        left: 10%;
        top: 40%;
    }

    .woo-button.woo-button--tarsier {
        position: absolute;
        top: 50%;
        right: 10%;
        bottom: auto;
    }

    .woo-button.woo-button--dodo {
        position: absolute;
        left: auto;
        top: 40%;
        right: 20%;
    }

.woo-button__img {
    position: absolute;
    left: -5%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 2;
    width: 46%;
    height: 160px;
}

    .woo-button__img.woo-button__img--tarsier {
        background-image: url('../../images/woodyworld/tarsier-01.svg');
        background-position: 50% -30%;
        background-size: cover;
    }

    .woo-button__img.woo-button__img--alpaca {
        background-image: url('../../images/woodyworld/alpaca-01.svg');
        background-position: 50% 0%;
        background-size: cover;
    }

    .woo-button__img.woo-button__img--dodo {
        background-image: url('../../images/woodyworld/dodo-01.svg');
        background-position: 50% -5%;
        background-size: cover;
    }

.woo-button__heading {
    position: relative;
    z-index: 2;
    margin-top: 4px;
    margin-bottom: 7px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-family: Hello, sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 0 5px 19px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
}

    .woo-button__heading.woo-button__heading--pl {
        padding-left: 45%;
    }

.woo-button__gloss {
    position: absolute;
    left: 6px;
    top: 3px;
    right: 6px;
    bottom: 4px;
    border-top: 4px solid #fff;
    border-radius: 8px;
    opacity: 0.56;
}

.woo-button__label {
    position: relative;
    z-index: 2;
    padding-right: 20px;
    padding-left: 45%;
    font-weight: 700;
    text-align: left;
}

.backdrop {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: none;
    background-color: #362f2d;
    box-shadow: inset 0 0 40px 0 #000;
}

.woo-modal {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: none;
    overflow: auto;
}

    .woo-modal.is-visible {
        display: block;
    }

.woo-modal__dialog {
    max-width: 1000px;
    margin: 100px auto 140px;
    border-radius: 20px;
    background-color: #fff;
    opacity: 0;
}

    .woo-modal__dialog.is-visible {
        opacity: 1;
    }

.woo-story__header {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-right: 100px;
    padding-left: 100px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .woo-story__header.woo-story__header--alpaca {
        background-color: #f0dcc6;
    }

    .woo-story__header.woo-story__header--dodo {
        background-color: #c4d8f0;
    }

    .woo-story__header.woo-story__header--tarsier {
        background-color: #f0c4c4;
    }

.woo-story__title {
    margin-bottom: 24px;
    font-family: Hello, sans-serif;
    font-size: 60px;
}

    .woo-story__title.woo-story__title--dodo {
        color: #53bccc;
        text-shadow: 4px 4px 0 #7ba2d1;
    }

    .woo-story__title.woo-story__title--alpaca {
        color: #e2803f;
        text-shadow: 4px 4px 0 #e6c49f;
    }

    .woo-story__title.woo-story__title--tarsier {
        color: #ac4242;
        text-shadow: 4px 4px 0 #e5aaaa;
    }

.woo-story__lead {
    font-family: CamptonBook, sans-serif;
    font-size: 22px;
    line-height: 1.5;
}

    .woo-story__lead.woo-story__lead--dodo {
        color: #557eaf;
    }

    .woo-story__lead.woo-story__lead--alpaca {
        color: #9b6a56;
    }

    .woo-story__lead.woo-story__lead--tarsier {
        color: #da6b6b;
    }

.woo-story__image-top {
    margin-bottom: -50px;
    padding-left: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.woo-story__heading {
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.woo-story__body {
    position: relative;
    padding: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .woo-story__body.woo-story__body--tarsier {
        background-color: #fce3e3;
    }

    .woo-story__body.story__body--dodo {
        background-color: #dbebff;
    }

    .woo-story__body.story__body--alpaca {
        background-color: #fff3e6;
    }

.woo-story__paragraph {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
}

    .woo-story__paragraph.story__paragraph--center {
        max-width: 400px;
        text-align: center;
    }

.woo-modal__header {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 4px solid #8b5d0b;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ecbc0d), to(#e79511));
    background-image: linear-gradient(180deg, #ecbc0d, #e79511);
    box-shadow: 0 0 0 6px rgba(77, 53, 12, 0.19);
}

.woo-modal__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #c9810d;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
}

    .woo-modal__action:hover {
        box-shadow: inset 0 5px 20px 0 rgba(54, 47, 45, 0.1);
    }

    .woo-modal__action:active {
        box-shadow: inset 0 5px 20px 0 rgba(54, 47, 45, 0.5);
    }

    .woo-modal__action.close {
        margin-bottom: 1px;
        margin-left: auto;
        border-left: 1px solid #c9810d;
        border-right-style: none;
    }

.woo-preloader {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #1e427c;
}

.woo-surface__planet {
    position: absolute;
    left: 25%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 50%;
}

.woo-preloader__bg {
    position: absolute;
    left: 50%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 1038px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.woo-preloader__video {
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.woo-dreamdust-core {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 75%;
    margin-top: 630%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.woo-dreamdust-ufo {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 630%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.woo-dreamdust-ufo__dodo {
    position: relative;
    left: 10%;
    width: 30%;
    margin-top: 10%;
}

.woo-dreamdust-ufo__tarsier {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 20%;
}

.woo-waterfall-ufo {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    margin-top: 120%;
}

.woo-waterfall-ufo__dodo {
    z-index: 10;
    width: 50%;
    margin-left: 10%;
}

.woo-story__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .woo-story__images.story__images--alpaca {
        margin-top: 4rem;
        margin-bottom: 4rem;
        padding-top: 60px;
        padding-bottom: 50px;
        border-radius: 10px;
        background-color: #f0dcc6;
    }

    .woo-story__images.story__images--dodo {
        margin-top: 4rem;
        margin-bottom: 4rem;
        padding-top: 60px;
        padding-bottom: 50px;
        border-radius: 10px;
        background-color: #c4d8f0;
    }

    .woo-story__images.story__images--tarsier {
        margin-top: 4rem;
        margin-bottom: 4rem;
        padding-top: 60px;
        padding-bottom: 50px;
        border-radius: 10px;
        background-color: #f0c4c4;
    }

.woo-story__image {
    margin-right: 20px;
    margin-left: 20px;
}

.woo-story__image-left {
    margin-left: -100px;
}

.woo-story__image-right {
    margin-right: -100px;
}

.woo-story__alpaca-center-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.woo-story__bubble-01 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 200px;
    margin-left: -100px;
}

.woo-story__bubble-02 {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0%;
    bottom: auto;
    width: 120px;
    margin-right: -60px;
}

.woo-story__bubble-03 {
    position: absolute;
    left: 15%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 30px;
    margin-bottom: -15px;
}

.woo-intro__title {
    position: relative;
    z-index: 3;
    font-family: Hello, sans-serif;
    color: #fff;
    font-size: 8vw;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 7px 7px 0 #1b5881;
}

.woo-intro {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 200px 100px 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#08324e), to(#066a9f));
    background-image: linear-gradient(180deg, #08324e, #066a9f);
}

.woo-intro__paragraph {
    z-index: 3;
    max-width: 660px;
    color: #fff;
    font-size: 18px;
}

.woo-player {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.woo-player__indicator {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 0%;
    height: 100%;
    background-color: rgba(162, 102, 0, 0.15);
}

.woo-player__time {
    font-family: CamptonBold, sans-serif;
    color: #8b5d0b;
    font-size: 21px;
    line-height: 1;
}

.woo-surface__fade {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#076a9f), to(rgba(7, 106, 159, 0)));
    background-image: linear-gradient(180deg, #076a9f, rgba(7, 106, 159, 0));
}

.woo-landing {
    padding-top: 230px;
    padding-bottom: 100px;
    background-color: #edf0f3;
    background-image: url('../images/landing-background.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.woo-container {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.woo-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    padding: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    background-color: #202b45;
}

    .woo-card.woo-card--lg {
        padding: 100px;
    }

    .woo-card.woo-card--badge {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
        transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
        transition: box-shadow 200ms ease, background-color 200ms ease, transform 200ms ease;
        transition: box-shadow 200ms ease, background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }

        .woo-card.woo-card--badge:hover {
            background-color: #3588e6;
            box-shadow: 0 10px 15px 0 rgba(24, 98, 182, 0.44);
            -webkit-transform: translate(0px, -10px);
            -ms-transform: translate(0px, -10px);
            transform: translate(0px, -10px);
        }

    .woo-card.woo-card--world {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-image: url('../images/cta-world.jpg');
        background-position: 0px 0px;
        background-size: cover;
        -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
        transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
        transition: box-shadow 200ms ease, transform 200ms ease;
        transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }

        .woo-card.woo-card--world:hover {
            box-shadow: 0 10px 15px 0 rgba(89, 143, 236, 0.5);
            -webkit-transform: translate(0px, -10px);
            -ms-transform: translate(0px, -10px);
            transform: translate(0px, -10px);
        }

    .woo-card.woo-card--slim {
        overflow: hidden;
        padding: 0px;
    }

.woo-card__title {
    color: #fff;
}

.woo-card__left {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.woo-text-white {
    color: #fff;
}

.woo-row {
    padding-right: 60px;
    padding-left: 60px;
}

.woo-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -30px;
    margin-left: -30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woo-grid__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .woo-grid__item._w-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 33.333%;
        -ms-flex: 0 33.333%;
        flex: 0 33.333%;
    }

.woo-badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.woo-badge__icon {
    width: 42px;
}

.woo-badge__image {
    width: 100%;
}

.woo-badge__label {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.woo-badge__text {
    margin-bottom: 0px;
}

.woo-card__image-dodo {
    position: absolute;
    right: -30px;
    bottom: -60px;
    width: 70%;
    max-width: 300px;
}

.woo-footer-mock {
    height: 672px;
    background-image: url('../images/footer.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.woo-card__image-bubble {
    position: absolute;
    left: -50px;
    top: auto;
    right: auto;
    bottom: -30px;
    width: 120px;
}

.woo-intro__stars {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    opacity: 0.6;
}

.woo-card__image-main {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 45%;
}

.woo-intro__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 6px;
    margin-left: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: rgba(8, 50, 78, 0.5);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    cursor: pointer;
}

    .woo-intro__action:hover {
        background-color: #08324e;
    }

.woo-intro__left {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.woo-intro__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.woo-intro__right {
    position: relative;
    z-index: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 991px) {
    .woo-background {
        position: static;
    }

    .woo-button {
        left: 50%;
        top: 20%;
        right: auto;
        bottom: auto;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

        .woo-button.woo-button--alpaca {
            left: 50%;
            top: 50%;
        }

        .woo-button.woo-button--tarsier {
            right: auto;
        }

        .woo-button.woo-button--dodo {
            left: 50%;
            top: auto;
            bottom: 0%;
        }

    .woo-modal {
        padding-right: 0px;
    }

    .woo-modal__dialog {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .woo-story {
        overflow: hidden;
    }

    .woo-story__header {
        padding: 60px;
    }

    .woo-story__body {
        padding-right: 60px;
        padding-left: 60px;
    }

    .woo-intro {
        padding-right: 40px;
        padding-left: 0px;
    }

    .woo-intro__paragraph {
        font-size: 16px;
    }

    .woo-card {
        padding: 40px;
    }

    .woo-card__left {
        width: auto;
        margin-bottom: 55%;
    }

    .woo-row {
        padding-right: 30px;
        padding-left: 30px;
    }

    .woo-grid__item._w-3 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media (max-width: 767px) {
    .woo-story__header.woo-story__header--tarsier {
        padding-bottom: 0px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .woo-story__image-top {
        padding-left: 0px;
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }

    .woo-story__paragraph {
        font-size: 18px;
    }

    .woo-story__images {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .woo-story__image-left {
        max-width: 50%;
    }

    .woo-story__image-right {
        max-width: 50%;
    }

    .woo-intro__title {
        font-size: 56px;
    }

    .woo-intro {
        padding-top: 100px;
        padding-bottom: 40px;
        padding-left: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .woo-intro__actions {
        margin-bottom: 40px;
    }
}

@media (max-width: 479px) {
    p {
        font-size: 16px;
    }

    .woo-parallax {
        overflow: hidden;
    }

    .woo-bubbles {
        display: none;
    }

    .woo-button {
        width: 300px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .woo-button.woo-button--tarsier {
            top: 75%;
        }

        .woo-button.woo-button--dodo {
            top: auto;
        }

    .woo-button__img {
        width: 35%;
        height: 100px;
    }

        .woo-button__img.woo-button__img--dodo {
            left: -10%;
        }

    .woo-button__heading {
        font-size: 16px;
    }

        .woo-button__heading.woo-button__heading--pl {
            padding-right: 0px;
            padding-left: 30%;
        }

    .woo-button__label {
        padding-left: 30%;
    }

    .woo-story__header.woo-story__header--alpaca {
        padding-right: 40px;
        padding-left: 40px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .woo-story__header.woo-story__header--dodo {
        padding-right: 40px;
        padding-left: 40px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .woo-story__header.woo-story__header--tarsier {
        padding-right: 40px;
        padding-left: 40px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .woo-story__title {
        font-size: 38px;
    }

    .woo-story__image-top {
        margin-bottom: -100px;
        padding-left: 0px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .woo-story__heading {
        padding-top: 0px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .woo-story__body {
        padding-right: 40px;
        padding-left: 40px;
    }

    .woo-story__paragraph {
        font-size: 16px;
    }

    .woo-modal__action.close.js-close {
        border-left-style: none;
    }

    .woo-surface__planet {
        left: 0%;
        width: 100%;
    }

    .woo-story__images {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .woo-story__images.story__images--alpaca {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .woo-story__images.story__images--dodo {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .woo-story__images.story__images--tarsier {
            padding-right: 1rem;
            padding-left: 1rem;
        }

    .woo-story__image-left {
        display: none;
    }

    .woo-story__image-right {
        display: none;
    }

    .woo-intro__title {
        padding-right: 20px;
        padding-left: 20px;
    }

    .woo-intro {
        overflow: hidden;
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .woo-intro__paragraph {
        max-width: 280px;
        font-size: 14px;
    }

    .woo-player {
        display: none;
    }

    .woo-player__time.js-time {
        font-size: 16px;
    }

    .woo-player-icon {
        width: 18px;
        height: 18px;
    }

    .woo-card {
        margin-bottom: 40px;
        padding: 25px;
    }

        .woo-card.woo-card--lg {
            padding: 25px;
        }

    .woo-card__title {
        font-size: 42px;
    }

    .woo-card__left {
        margin-bottom: 100%;
    }

    .woo-grid__item._w-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }

    .woo-intro__stars {
        max-width: 200%;
        -webkit-transform: translate(-25%, 0px);
        -ms-transform: translate(-25%, 0px);
        transform: translate(-25%, 0px);
    }

    .woo-card__image-main {
        width: 75%;
    }
}

#w-node-3524045cb9d8-8736b74b {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

@font-face {
    font-family: 'CamptonBook';
    src: url('fonts/38721E_2_0.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CamptonBold';
    src: url('fonts/38721E_1_0.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Hello';
    src: url('fonts/3964B3_0_0.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
