.it-settings__header {
    padding-bottom: 6px;
    text-align: center;
    border-bottom: 2px solid #fff
}

.it-settings__header h1 {
    font-family: Roboto Slab, sans-serif;
    font-size: 22px
}

.it-settings__header span {
    font-size: 16px;
    line-height: 30px
}

.it-settings__section {
    padding: 15px 0
}

.it-settings__section hr {
    background-color: transparent;
    width: 100%;
    border: 0;
    border-bottom: 2px dashed #6d8cb9
}

.it-settings__section-head {
    text-align: center;
    color: #9bacc5;
    margin: 0 0 12px 5px;
    font-family: Roboto Slab, sans-serif;
    font-size: 20px
}

.it-settings__pulldown-box {
    padding: 12px 2px;
    background-color: #415a7f;
    border-radius: 4px
}

.it-settings__credits {
    text-align: center;
    opacity: .7;
    line-height: 24px
}

.it-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 42px;
    font-size: 20px;
    line-height: 35px
}

.it-header>div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #fff
}

.it-header>div:hover {
    background-color: #00B1C4
}

.it-header--tiny {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    height: 42px;
    border-bottom-left-radius: 4px
}

.it-header--tiny>div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #fff
}

.it-header--tiny>div:hover {
    background-color: #00B1C4
}

.it-exit--dark>span,
.it-settings--dark>span {
    color: #000
}

.it-exit--dark:hover>span,
.it-settings--dark:hover>span {
    color: #fff
}

.it-exit__icon--dark,
.it-exit__icon--light,
.it-full-screen__icon--dark,
.it-full-screen__icon--light,
.it-header__icon,
.it-settings__icon--dark,
.it-settings__icon--light,
.it-settings__icon--tiny--dark,
.it-settings__icon--tiny--light {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

.it-full-screen__icon--dark,
.it-full-screen__icon--light {
    background-image: url(./full-screen.png)
}

.it-exit__icon--dark,
.it-exit__icon--light {
    float: left;
    background-image: url(./l_arrow.png);
    margin: 1px 8px 0 0
}

.it-settings__icon--dark,
.it-settings__icon--light,
.it-settings__icon--tiny--dark,
.it-settings__icon--tiny--light {
    float: right;
    background-image: url(./gear.png);
    margin: 1px 0 0 8px
}

.it-settings__icon--tiny--dark,
.it-settings__icon--tiny--light {
    margin: 1px 0 0
}

.it-exit__icon--light,
.it-full-screen--dark,
.it-full-screen--light,
.it-settings__icon--light,
.it-settings__icon--tiny--light {
    background-position: 0 0
}

.it-exit__icon--dark,
.it-full-screen__icon--dark,
.it-settings__icon--dark,
.it-settings__icon--tiny--dark {
    background-position: 0 -32px
}

.it-exit--dark:hover .it-exit__icon--dark,
.it-full-screen--dark:hover .it-full-screen__icon--dark,
.it-settings--dark:hover .it-settings__icon--dark,
.it-settings--dark:hover .it-settings__icon--tiny--dark,
.it-settings--tiny--dark:hover .it-settings__icon--tiny--dark {
    background-position: 0 0
}

.it-full-screen--dark,
.it-full-screen--light {
    float: right;
    padding: 5px 11px;
    border-left: 1px solid hsla(0, 0%, 78%, .2)
}

.it-full-screen--dark {
    border-color: rgba(55, 55, 55, .2)
}

.it-settings--dark,
.it-settings--light {
    float: right;
    padding: 4px 9px 4px 13px
}

.it-settings--tiny--dark,
.it-settings--tiny--light {
    border-bottom-left-radius: 4px;
    float: right;
    padding: 4px 11px 5px 12px
}

.it-exit--dark,
.it-exit--light {
    float: left;
    padding: 4px 11px 4px 3px
}

@media (max-height:650px) {

    .it-header,
    .it-header--tiny {
        height: 32px
    }

    .it-header--tiny>div,
    .it-header>div {
        padding: 3px 6px
    }

    .it-header--tiny>div>div,
    .it-header>div>div {
        background-size: 26px;
        height: 26px;
        width: 26px;
        margin: 0
    }

    .it-header--tiny>div>span,
    .it-header>div>span {
        display: none
    }

    .it-exit__icon--dark,
    .it-full-screen__icon--dark,
    .it-settings__icon--dark,
    .it-settings__icon--tiny--dark {
        background-position: 0 -26px
    }
}

.it-settings__selection-group {
    margin-top: -15px
}

.it-settings__selection-button {
    clear: both;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px dashed #fff;
    line-height: 22px;
    text-align: center;
    padding: 16px 0 14px;
    font-size: 22px
}

.it-settings__selection-button span {
    font-size: 16px;
    -webkit-text-decoration: italic;
    text-decoration: italic
}

.it-settings__selection-button:hover {
    background-color: #3d9257;
    color: #fff
}

.it-browser-warning,
.it-portrait-warning,
.it-small-warning {
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #222;
    position: fixed;
    z-index: 5;
    text-align: center;
    line-height: 28px
}

.it-browser-warning div,
.it-portrait-warning div,
.it-small-warning div {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 40px
}

.it-browser-warning img,
.it-portrait-warning img,
.it-small-warning img {
    margin: 25px auto 35px;
    display: block;
    max-width: 75%
}

.it-browser-warning {
    display: block
}

.act-board,
.audio-board,
.bingo-board,
.breathe-board,
.cards-board,
.cq-board,
.it-board,
.mandala-board,
.story-board,
.va-board {
    height: 100%;
    width: 100%;
    position: absolute
}

@media screen and (orientation:portrait) {
    .it-portrait-warning {
        display: block
    }
}

@media screen and (max-height:550px),
screen and (max-width:600px) {
    .it-small-warning {
        display: block
    }
}

.it-loading-screen,
.it-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    position: fixed
}

.it-overlay {
    display: none
}

.it-loading-box,
.it-loading-ready-box {
    width: 250px;
    height: 180px;
    background-color: #222;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -125px;
    text-align: center
}

.it-loading-box img,
.it-loading-ready-box img {
    display: block;
    margin: 35px auto
}

.it-loading-box span,
.it-loading-ready-box span {
    color: #fff;
    font-size: 22px
}

.it-loading-ready-box {
    cursor: pointer;
    background-color: #197937
}

.it-loading-ready-box:hover {
    background-color: #15672e
}

.it-loading-box-secondary {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    margin-top: 88px;
    text-align: center;
    background-color: #344c6d;
    cursor: pointer;
    padding: 10px;
    color: #fff;
    border-radius: 5px
}

.it-loading-box-secondary:hover {
    background-color: #344c6d
}

@-webkit-keyframes ani__opacity-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ani__opacity-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes ani__opacity-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes ani__opacity-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.ani__opacity-in {
    -webkit-animation: ani__opacity-in .5s;
    animation: ani__opacity-in .5s
}

.ani__opacity-out {
    -webkit-animation: ani__opacity-out .325s;
    animation: ani__opacity-out .325s
}

.cards-board {
    padding-top: 42px;
    background-image: url(./wood_bg.jpg);
    background-size: 100% auto;
    height: auto;
    background-attachment: fixed
}

.card__container {
    float: left;
    width: 18%;
    margin: 1%;
    text-align: center;
    click-events: none;
    border-radius: 5px
}

@media (max-width:1350px) {
    .card__container {
        width: 23%
    }
}

@media (max-width:1070px) {
    .card__container {
        width: 31%;
        margin: 1.15%
    }
}

@media (max-width:725px) {
    .card__container {
        width: 46%;
        margin: 2%
    }
}

@media (max-width:400px) {
    .card__container {
        width: 48%;
        margin: 1%
    }
}

.card__border {
    background-color: #fff;
    padding: 3.5%;
    float: left;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5)
}

.card__border:hover {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    z-index: 1000
}

.card {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer
}

.card,
.card img {
    width: 100%;
    float: left
}

.cards__hidden-card {
    opacity: 0
}

.cards__selected-container {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -325px;
    margin-left: -400px;
    height: 566px;
    width: 800px;
    z-index: 2;
    display: none;
    overflow: hidden
}

.cards__selected-container img {
    display: block;
    height: 536px;
    width: 383px;
    float: left;
    z-index: 6;
    overflow: hidden;
    text-align: center;
    border: 15px solid #fff;
    background-color: #fff;
    height: 100%;
    border-radius: 8px
}

.cards__selected-close,
.cards__selected-next {
    float: right;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    content: "";
    cursor: pointer;
    margin: 10px 10px 0 0;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.cards__selected-close:hover,
.cards__selected-next:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.cards__selected-close {
    border: 3px solid #b42526;
    background: #fff url(./x.png) no-repeat 50%
}

.cards__selected-next {
    margin-right: 60px;
    border: 3px solid #588b55;
    background: #fff url(./arrow.png) no-repeat 50%
}

.cards__selected-bubble-container {
    display: none;
    opacity: 0
}

.cards__selected-bubble {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    position: relative;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 10px;
    width: 340px;
    min-height: 100px;
    text-align: center;
    margin: 150px 60px 0 0;
    padding: 15px;
    float: right;
    line-height: 60px
}

.cards__selected-bubble:after,
.cards__selected-bubble:before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 50%;
    z-index: 7
}

.cards__selected-bubble:after {
    border-width: 25px 25px 25px 0;
    border-color: transparent #fff;
    margin-top: -25px;
    left: -25px
}

.cards__selected-bubble:before {
    border-width: 26px 26px 26px 0;
    border-color: transparent #000;
    margin-top: -26px;
    left: -28px
}

.cards__selected-bubble span {
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px
}

@media (max-width:800px) {
    .cards__selected-container {
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        height: 100%;
        min-width: 320px;
        border-radius: 0;
        border: none
    }

    .cards__selected-container img {
        height: 536px;
        margin: 100px auto 0;
        float: none
    }

    .cards__selected-close,
    .cards__selected-next {
        position: fixed;
        float: none;
        top: 50px
    }

    .cards__selected-close {
        left: 3%
    }

    .cards__selected-next {
        margin-right: 0;
        right: 3%
    }

    .cards__selected-bubble-container {
        clear: both
    }

    .cards__selected-bubble {
        float: none;
        border-radius: 0;
        width: 100%;
        border: 0;
        border-top: 2px solid #000;
        padding: 8px 10px;
        min-height: 0;
        line-height: 30px;
        bottom: 0;
        position: absolute
    }

    .cards__selected-bubble:after {
        border-width: 0 25px 25px;
        border-color: #fff transparent;
        margin-left: -25px;
        margin-top: 0;
        top: -25px;
        left: 50%
    }

    .cards__selected-bubble:before {
        border-width: 0 26px 26px;
        border-color: #000 transparent;
        margin-left: -26px;
        margin-top: 0;
        top: -28px;
        left: 50%
    }

    .cards__selected-bubble span {
        line-height: 32px;
        font-size: 24px
    }
}

@media (max-width:800px) and (max-height:700px) {
    .cards__selected-container img {
        height: 350px;
        width: 250px;
        border-radius: 8px;
        background-color: transparent;
        border: 8px solid #fff;
        margin-top: 60px
    }

    .cards__selected-bubble span {
        line-height: 28px;
        font-size: 20px
    }
}

@media (max-width:800px) and (max-height:550px) {
    .cards__selected-container img {
        height: 250px;
        width: 179px;
        border-radius: 6px;
        background-color: transparent;
        border: 6px solid #fff;
        background-color: #fff;
        float: none
    }

    .cards__selected-close,
    .cards__selected-next {
        top: 30px
    }
}

@media (max-height:800px) and (min-width:801px) {
    .cards__selected-container {
        top: 60%
    }
}

@media (max-height:650px) and (min-width:801px) {

    .cards__selected-close,
    .cards__selected-next {
        float: left
    }

    .cards__selected-next {
        margin-right: 15px;
        margin-left: 50px
    }

    .cards__selected-container {
        top: 40px;
        margin: 0 0 0 -200px
    }

    .cards__selected-bubble {
        margin-right: 0;
        top: -60px;
        left: -200px;
        min-height: 0;
        border-radius: 5px;
        padding: 5px
    }

    .cards__selected-bubble span {
        line-height: 28px;
        font-size: 20px
    }

    .cards__selected-container img {
        height: 320px;
        width: 225px;
        border-radius: 6px;
        border: 6px solid #fff
    }
}

@-webkit-keyframes cards__ani-flip {
    0% {
        -webkit-transform: rotateY(90deg) scale(.35);
        transform: rotateY(90deg) scale(.35)
    }

    to {
        -webkit-transform: rotateY(0deg) scale(1);
        transform: rotateY(0deg) scale(1)
    }
}

@keyframes cards__ani-flip {
    0% {
        -webkit-transform: rotateY(90deg) scale(.35);
        transform: rotateY(90deg) scale(.35)
    }

    to {
        -webkit-transform: rotateY(0deg) scale(1);
        transform: rotateY(0deg) scale(1)
    }
}

@-webkit-keyframes cards__ani-close {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px)
    }
}

@keyframes cards__ani-close {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px)
    }
}

.cards__ani-overlay-in {
    -webkit-animation: ani__opacity-in .8s;
    animation: ani__opacity-in .8s
}

.cards__ani-overlay-out {
    -webkit-animation: ani__opacity-out .3s;
    animation: ani__opacity-out .3s
}

.cards__ani-flip {
    -webkit-animation: cards__ani-flip .8s;
    animation: cards__ani-flip .8s
}

.cards__ani-bubble {
    -webkit-animation: ani__opacity-in .8s;
    animation: ani__opacity-in .8s
}

.cards__ani-close {
    -webkit-animation: cards__ani-close .3s;
    animation: cards__ani-close .3s
}

.story-board {
    background-color: #fff;
    overflow: hidden
}

.story-board div:nth-of-type(2) {
    display: block
}

.page__number-line {
    display: block;
    font-size: 20px;
    text-align: center
}

.page__number-line .story__current-page {
    font-weight: 700;
    color: #91ff91
}

.story__first-page-button,
.story__last-page-button {
    margin-top: -30px;
    position: absolute
}

.story__first-page-button {
    left: 20px;
    display: none
}

.story__last-page-button {
    right: 20px
}

.story__overlay {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 125%;
    background-color: rgba(0, 0, 0, .4);
    display: none
}

.story__page {
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    background-color: #fff;
    position: absolute;
    display: none
}

.story__back-button,
.story__forward-button {
    width: 40px;
    height: 200px;
    border-radius: 20px;
    border: 2px solid #777;
    background-color: hsla(0, 0%, 100%, .75);
    position: absolute;
    top: 25%;
    cursor: pointer;
    z-index: 50;
    background-position: 50%;
    background-repeat: no-repeat
}

.can-hover .story__back-button:hover,
.can-hover .story__forward-button:hover {
    background-color: #fff
}

.story__back-button {
    left: 1.5%;
    display: none;
    background-image: url("./stories/book_arrow_l.png")
}

.story__forward-button {
    right: 1.5%;
    background-image: url("./stories/book_arrow_r.png")
}

.story__text-area {
    display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 65px;
    position: fixed;
    bottom: 4%;
    left: 0;
    cursor: default
}

.story__text-area p {
    padding: .5% 2%;
    width: 81%;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
    background-color: hsla(0, 0%, 100%, .85)
}

@media (max-height:900px),
all and (max-width:1250px) {
    .story__text-area {
        line-height: 45px;
        font-size: 30px
    }

    .story__text-area p {
        padding: 1% 2%
    }
}

@media (max-height:700px),
all and (max-width:900px) {
    .story__text-area {
        line-height: 35px;
        font-size: 25px
    }

    .story__text-area p {
        padding: 2%;
        width: 86%;
        border-radius: 20px
    }
}

@media (max-height:475px),
all and (max-width:700px) {
    .story__text-area {
        line-height: 25px;
        font-size: 18px
    }

    .story__text-area p {
        width: 96%;
        border-radius: 0
    }
}

@media (max-height:650px),
all and (max-width:500px) {

    .story__back-button,
    .story__forward-button {
        height: 100px;
        width: 25px;
        top: 20%;
        background-size: 60%;
        background-color: hsla(0, 0%, 100%, .5)
    }

    .can-hover .story__back-button:hover,
    .can-hover .story__forward-button:hover {
        opacity: 1
    }
}

@-webkit-keyframes story__ani-forward {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes story__ani-forward {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes story__ani-back {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes story__ani-back {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.story__ani-forward {
    -webkit-animation-name: story__ani-forward;
    animation-name: story__ani-forward
}

.story__ani-back,
.story__ani-forward {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .01s;
    animation-delay: .01s
}

.story__ani-back {
    -webkit-animation-name: story__ani-back;
    animation-name: story__ani-back
}

.story__ani-shadow-in {
    -webkit-animation-name: ani__opacity-in;
    animation-name: ani__opacity-in
}

.story__ani-shadow-in,
.story__ani-shadow-out {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .01s;
    animation-delay: .01s
}

.story__ani-shadow-out {
    -webkit-animation-name: ani__opacity-out;
    animation-name: ani__opacity-out
}

.audio-board {
    background-color: #000;
    overflow: hidden
}

.audio-controls {
    width: 675px;
    height: 115px;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -337px;
    border-radius: 20px;
    display: none
}

.audio-controls__inner {
    width: 100%;
    height: 100%;
    line-height: 110px
}

.audio-controls__play,
.audio-controls__restart {
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 70px;
    height: 70px
}

.audio-controls__play:hover,
.audio-controls__restart:hover {
    background-position: 0 -70px
}

.audio-controls__play {
    margin: 20px 12px 20px 32px;
    cursor: pointer;
    background-image: url(./audio/play_sprite.png)
}

.audio-controls__restart {
    right: 0;
    margin: 20px 32px 20px 12px;
    background-image: url(./audio/restart_sprite.png);
    cursor: auto;
    pointer-events: none;
    opacity: .25
}

.audio-controls__text {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    vertical-align: middle;
    padding-top: 2px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 120px;
    margin-top: 26px
}

.audio-controls__title {
    font-family: Roboto Slab, sans-serif
}

.audio-controls__time {
    font-size: 20px;
    color: #75de75
}

.audio-volume-slider {
    border-radius: 25px;
    width: 75%;
    height: 9px;
    margin: 15px auto;
    background-color: #4f4f4f;
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .5);
    position: relative;
    cursor: pointer
}

.ui-slider-handle {
    margin-top: 0;
    position: absolute;
    top: -5px;
    margin-left: -9px;
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 13px;
    outline: none;
    background: #5ea9dc;
    -webkit-transition-property: top, margin-left, width, height;
    transition-property: top, margin-left, width, height;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.audio-volume-slider:active .ui-slider-handle {
    top: -8px;
    margin-left: -11px;
    width: 25px;
    height: 25px
}

.ui-slider-range {
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
    border-radius: 25px;
    background-color: #6cbef5
}

@media (max-width:775px) {
    .audio-controls {
        width: 100%;
        border-radius: 0;
        bottom: 0;
        left: 0;
        margin-left: 0
    }

    .audio-controls__text {
        margin-top: 27px
    }
}

@media (max-height:450px),
all and (max-width:675px) {
    .audio-controls {
        height: 75px
    }

    .audio-controls__inner {
        line-height: 72px
    }

    .audio-controls__play,
    .audio-controls__restart {
        width: 50px;
        height: 50px;
        background-size: 50px
    }

    .audio-controls__play:hover,
    .audio-controls__restart:hover {
        background-position: 0 -50px
    }

    .audio-controls__play {
        margin: 13px 10px 12px 20px
    }

    .audio-controls__restart {
        margin: 13px 20px 12px 10px
    }

    .audio-controls__text {
        padding: 0 80px;
        margin-top: 7px
    }

    .audio-controls__time,
    .audio-controls__title {
        font-size: 18px;
        line-height: 25px
    }
}

.bingo-board {
    background-color: #2e343a;
    background: url(./color-bg.jpg) repeat;
    background-size: cover;
    overflow: hidden
}

.bingo__button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 300px;
    height: 150px;
    position: fixed;
    z-index: 3;
    bottom: 10%;
    left: 50%;
    background-color: #479347;
    border-radius: 20px;
    margin-left: -150px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0 8px #336a33;
    box-shadow: 0 8px #336a33;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 150px;
    text-shadow: 2px 2px 1px #333
}

.bingo__button:hover {
    background-color: #3f833f;
    -webkit-box-shadow: 0 4px #336a33;
    box-shadow: 0 4px #336a33;
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.bingo__button:active {
    background-color: #397739;
    -webkit-box-shadow: 0 0 #336a33;
    box-shadow: 0 0 #336a33;
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.bingo__button-base {
    width: 318px;
    height: 168px;
    position: fixed;
    z-index: 2;
    bottom: 10%;
    left: 50%;
    margin-left: -159px;
    margin-bottom: -18px;
    background-color: rgba(25, 25, 25, .6);
    border-radius: 25px
}

.bingo__finished-notice {
    color: #fff;
    display: none;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    padding: 31px 20px
}

.bingo__boards-button-splash {
    background-image: url(./bingo/big-board.png);
    position: fixed;
    top: 40%;
    left: 50%;
    width: 450px;
    height: 450px;
    margin: -225px 0 0 -225px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(25, 25, 25, .6);
    border-radius: 25px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    font-size: 32px;
    line-height: 75px;
    font-family: Roboto Slab, sans-serif;
    -webkit-transition: background-color .bingo__boards-button-splash .5s;
    transition: background-color .bingo__boards-button-splash .5s
}

.bingo__boards-button-splash :hover {
    background-color: #2a5877
}

.bingo__boards-button,
.bingo__history-button,
.bingo__reset-button {
    position: fixed;
    right: 3%;
    bottom: 3%;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(25, 25, 25, .6)
}

.bingo__boards-button:hover,
.bingo__history-button:hover,
.bingo__reset-button:hover {
    background-color: #3f833f
}

.bingo__boards-button:before,
.bingo__history-button:before,
.bingo__reset-button:before {
    color: #fff;
    width: 135px;
    margin-top: -30px;
    display: block;
    font-size: 19.5px;
    opacity: 0;
    -webkit-transition: opacity .35s, margin-top .35s;
    transition: opacity .35s, margin-top .35s;
    pointer-events: none
}

.bingo__boards-button:hover:before,
.bingo__history-button:hover:before,
.bingo__reset-button:hover:before {
    margin-top: -33px;
    opacity: 1
}

.bingo__settings-reset-button {
    display: none
}

.bingo__boards-button {
    margin-right: 130px;
    background-image: url(./bingo/board.png)
}

.bingo__boards-button:before {
    content: "Bingo Boards";
    margin-left: -9px
}

.bingo__history-button {
    margin-right: 260px;
    background-image: url(./bingo/history.png)
}

.bingo__history-button:before {
    content: "Answer History";
    margin-left: -15px
}

.bingo__reset-button {
    background-image: url(./bingo/restart.png);
    opacity: .3;
    pointer-events: none
}

.bingo__reset-button:before {
    content: "Reset Game";
    margin-left: -3px
}

.bingo__history-body {
    text-align: center;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 675px
}

.bingo__history-body div {
    padding-bottom: 12px;
    margin-bottom: 4px
}

.bingo__history-body h3 {
    font-size: 20px;
    font-family: Roboto Slab, sans-serif;
    line-height: 45px;
    color: #91ff91
}

.bingo__history-body p {
    font-size: 18px;
    line-height: 26px
}

.bingo__history-body span {
    color: #9c9c9c
}

.bingo__history-body div:not(:last-child) {
    border-bottom: 1px solid #999
}

.bingo__boards-form select {
    margin: 15px;
    color: #000;
    height: 45px;
    width: 55px;
    font-size: 20px;
    line-height: 25px;
    padding: 4px
}

.bingo__ball {
    background-color: #f1f1f1;
    border-radius: 50%;
    -webkit-box-shadow: inset -17px -15px 35px rgba(0, 0, 0, .55);
    box-shadow: inset -17px -15px 35px rgba(0, 0, 0, .55);
    position: fixed;
    width: 150px;
    height: 150px;
    top: 55%;
    left: -10%;
    margin: -155px 0 0 -75px;
    text-align: center;
    cursor: default;
    display: none;
    border: 2px solid rgba(0, 0, 0, .7)
}

.bingo__ball:before {
    content: "";
    position: absolute;
    background: radial-gradient(circle at 50% 120%, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0) 70%);
    border-radius: 50%;
    top: 2.5%;
    left: 5%;
    opacity: .6;
    height: 100%;
    width: 90%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: 2;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.bingo__ball-padding {
    height: 100%;
    padding: 0 7.5%
}

.bingo__ball-text {
    position: relative;
    height: 100%;
    color: #fff;
    font-weight: 700
}

.bingo__ball-text:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1%;
    vertical-align: middle;
    margin-left: -7.5%
}

.bingo__ball-text p {
    vertical-align: middle;
    display: inline-block;
    line-height: 0
}

.bingo__category {
    display: none;
    border-radius: 5px;
    font-size: 40px;
    line-height: 58px;
    font-weight: 700;
    padding: 5px 20px;
    background-color: rgba(25, 25, 25, .6);
    color: #fff;
    text-align: center;
    position: relative;
    top: 100px;
    z-index: 1;
    font-family: Roboto Slab, sans-serif
}

.bingo__answer {
    font-size: 14px;
    line-height: 18px;
    text-shadow: 1px 1px rgba(0, 0, 0, .4)
}

@media (max-height:800px) {
    .bingo__history-body {
        max-height: 500px
    }

    .bingo__button {
        height: 115px;
        line-height: 115px
    }

    .bingo__button-base {
        height: 133px
    }

    .bingo__finished-notice {
        padding: 18px 20px
    }

    .bingo__ball {
        height: 120px;
        width: 120px;
        border-radius: 60px;
        margin: -125px 0 0 -60px;
        border-width: 1px
    }

    .bingo__category {
        top: 60px;
        font-size: 36px;
        line-height: 48px
    }

    .bingo__answer {
        font-size: 11px;
        line-height: 12px
    }
}

@media (max-height:750px) {
    .bingo__boards-button-splash {
        top: 35%;
        width: 350px;
        height: 350px;
        margin: -175px 0 0 -175px;
        background-size: 75%;
        border-radius: 25px;
        font-size: 22px;
        line-height: 45px
    }
}

@media (max-height:650px) {
    .bingo__history-body {
        max-height: 350px
    }

    .bingo__button {
        height: 95px;
        line-height: 95px;
        bottom: 8%;
        border-radius: 15px
    }

    .bingo__button-base {
        height: 113px;
        bottom: 8%;
        border-radius: 18px
    }

    .bingo__finished-notice {
        padding: 6px 20px
    }

    .bingo__ball {
        height: 100px;
        width: 100px;
        border-radius: 50px;
        margin: -105px 0 0 -50px
    }

    .bingo__category {
        top: 50px
    }

    .bingo__answer {
        font-size: 9px;
        line-height: 11px
    }
}

@media (max-height:550px) {
    .bingo__ball {
        height: 80px;
        width: 80px;
        border-radius: 40px;
        margin: -85px 0 0 -40px
    }

    .bingo__ball-text:before {
        margin-left: -7.75%
    }

    .bingo__category {
        top: 30px;
        font-size: 32px;
        line-height: 40px
    }

    .bingo__answer {
        font-size: 7px;
        line-height: 9px
    }

    .bingo__boards-button-splash {
        background-position-y: 55px;
        top: 35%;
        width: 240px;
        height: 240px;
        margin: -120px 0 0 -120px;
        background-size: 60%;
        border-radius: 10px;
        font-size: 20px;
        line-height: 55px
    }
}

@media (max-height:430px) {
    .bingo__boards-button-splash {
        border-radius: 6px;
        font-size: 18px;
        width: 180px;
        height: 180px;
        background-position-y: 45px;
        background-size: 65%;
        margin: -90px 0 0 -90px
    }

    .bingo__history-body {
        max-height: 225px
    }

    .bingo__ball {
        height: 60px;
        width: 60px;
        border-radius: 30px;
        margin: -61px 0 0 -30px
    }

    .bingo__ball-text:before {
        margin-left: -10%
    }

    .bingo__category {
        top: 25px;
        font-size: 18px;
        line-height: 21px
    }

    .bingo__answer {
        font-size: 5px;
        line-height: 6px
    }
}

@media (max-width:1200px) {
    .bingo__button {
        margin: 0 0 8px;
        line-height: 105px
    }

    .bingo__button,
    .bingo__button-base {
        left: 3%;
        bottom: 3%;
        height: 100px;
        border-radius: 10px
    }

    .bingo__button-base {
        margin: 0 0 -10px;
        width: 309px
    }

    .bingo__finished-notice {
        padding: 11px 10px;
        font-size: 26px;
        line-height: 36px
    }
}

@media (max-height:430px),
all and (max-width:875px) {
    .bingo__button {
        line-height: 65px;
        font-size: 45px
    }

    .bingo__button,
    .bingo__button-base {
        height: 65px;
        border-radius: 6px;
        bottom: 5%
    }

    .bingo__finished-notice {
        font-size: 19px;
        line-height: 40px
    }

    .bingo__boards-button,
    .bingo__history-button,
    .bingo__reset-button {
        height: 70px;
        width: 70px;
        background-size: 70%;
        border-radius: 12px;
        bottom: 5%
    }

    .bingo__boards-button:before,
    .bingo__history-button:before,
    .bingo__reset-button:before {
        width: 75px;
        margin-top: -40px;
        display: block;
        font-size: 16px;
        opacity: 1;
        text-align: center
    }

    .bingo__boards-button:hover:before,
    .bingo__history-button:hover:before,
    .bingo__reset-button:hover:before {
        margin-top: -40px
    }

    .bingo__boards-button {
        margin-right: 90px
    }

    .bingo__history-button {
        margin-right: 180px
    }

    .bingo__boards-button:before,
    .bingo__history-button:before {
        margin-left: -3px
    }
}

@media (max-width:760px) {
    .bingo__history-body {
        max-height: none;
        overflow-y: auto
    }
}

@media (max-width:685px) {
    .bingo__button {
        width: 225px;
        font-size: 45px
    }

    .bingo__button-base {
        width: 235px
    }
}

@-webkit-keyframes bingo__ani-ball-lr {
    0% {
        left: -10%
    }

    to {
        left: 50%
    }
}

@keyframes bingo__ani-ball-lr {
    0% {
        left: -10%
    }

    to {
        left: 50%
    }
}

@-webkit-keyframes bingo__ani-ball-bounce {
    0% {
        top: 20%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    18% {
        top: 55%;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    31% {
        top: 38%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    44% {
        top: 55%;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    55% {
        top: 45%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    66% {
        top: 55%;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    76% {
        top: 51%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    86% {
        top: 55%;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    93% {
        top: 53%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        top: 55%;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bingo__ani-ball-bounce {
    0% {
        top: 20%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    18% {
        top: 55%;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    31% {
        top: 38%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    44% {
        top: 55%;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    55% {
        top: 45%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    66% {
        top: 55%;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    76% {
        top: 51%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    86% {
        top: 55%;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    93% {
        top: 53%;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        top: 55%;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.bingo__ani-ball-appear {
    -webkit-animation: bingo__ani-ball-lr 2.05s ease-out, bingo__ani-ball-bounce 2s;
    animation: bingo__ani-ball-lr 2.05s ease-out, bingo__ani-ball-bounce 2s
}

@-webkit-keyframes bingo__ani-text-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn)
    }
}

@keyframes bingo__ani-text-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn)
    }
}

.bingo__ani-text-spin {
    -webkit-animation: bingo__ani-text-spin 2.05s ease-out;
    animation: bingo__ani-text-spin 2.05s ease-out
}

@-webkit-keyframes bingo__ani-ball-zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 55%
    }

    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        top: 45%
    }
}

@keyframes bingo__ani-ball-zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 55%
    }

    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        top: 45%
    }
}

.bingo__ani-ball-zoom {
    -webkit-animation: bingo__ani-ball-zoom .55s;
    animation: bingo__ani-ball-zoom .55s
}

@-webkit-keyframes bingo__ani-ball-disappear {
    0% {
        -webkit-transform: rotate(0deg) scale(3.5);
        transform: rotate(0deg) scale(3.5);
        opacity: 1
    }

    to {
        -webkit-transform: rotate(1turn) scale(.5);
        transform: rotate(1turn) scale(.5);
        opacity: 0
    }
}

@keyframes bingo__ani-ball-disappear {
    0% {
        -webkit-transform: rotate(0deg) scale(3.5);
        transform: rotate(0deg) scale(3.5);
        opacity: 1
    }

    to {
        -webkit-transform: rotate(1turn) scale(.5);
        transform: rotate(1turn) scale(.5);
        opacity: 0
    }
}

.bingo__ani-ball-disappear {
    -webkit-animation: bingo__ani-ball-disappear .8s;
    animation: bingo__ani-ball-disappear .8s
}

.mandala-board {
    background-image: url(./wood_bg.jpg);
    background-size: 100% auto;
    overflow: hidden
}

.mandala-edit,
.mandala-preview {
    width: 50%;
    height: 100%;
    position: absolute
}

.mandala-edit {
    right: 0
}

.mandala-preview__paper {
    width: 500px;
    height: 650px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute
}

.mandala-print-source {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff
}

.mandala-fragment-center,
.mandala-fragment-detail1,
.mandala-fragment-detail2,
.mandala-fragment-inner,
.mandala-fragment-outline {
    margin: 0 7%;
    width: 86%;
    height: 100%;
    position: absolute
}

.mandala-fragment-center img,
.mandala-fragment-detail1 img,
.mandala-fragment-detail2 img,
.mandala-fragment-inner img,
.mandala-fragment-outline img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.mandala-edit-box {
    width: 390px;
    height: 460px;
    padding: 20px 45px;
    background-color: hsla(0, 0%, 100%, .4);
    border-radius: 6px;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute
}

.mandala-edit-box span {
    font-size: 26px;
    font-family: Roboto Slab, sans-serif;
    line-height: 28px;
    margin-bottom: 15px;
    display: block;
    font-weight: 800
}

.mandala-edit-box__centerer {
    height: 415px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.mandala-edit-box__table {
    margin: 0 auto;
    display: table;
    border-spacing: 0 15px
}

.mandala-edit-box__item {
    display: table-row;
    font-size: 22px;
    max-width: 800px;
    vertical-align: middle;
    margin-bottom: 20px
}

.mandala-edit-box__item p {
    display: table-cell;
    text-align: right;
    padding-right: 20px
}

.mandala-edit-box__selector {
    display: table-cell;
    height: 30px;
    text-align: left
}

.mandala-edit-box__selector select {
    display: inline-block;
    font-size: 18px;
    padding: 6px;
    width: 100%;
    cursor: pointer
}

@media (max-height:775px) {
    .mandala-edit-box {
        height: 384px;
        width: 305px;
        padding: 15px 30px
    }

    .mandala-edit-box span {
        display: none
    }

    .mandala-edit-box__centerer {
        height: 378px
    }

    .mandala-preview__paper {
        height: 475px;
        width: 365px
    }
}

@media (max-width:750px) {
    .mandala-edit-box {
        height: 100%;
        width: 100%;
        border-radius: 0;
        padding: 15px 5px;
        margin: auto
    }

    .mandala-edit-box span {
        display: none
    }

    .mandala-edit-box__centerer {
        height: 300px
    }

    .mandala-preview__paper {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        margin: 0
    }

    .mandala-edit-box__item {
        margin-bottom: 10px
    }

    .mandala-edit-box__item p {
        text-align: right;
        padding-right: 12px;
        font-size: 18px
    }

    .mandala-edit-box__selector {
        height: 20px
    }

    .mandala-edit-box__selector select {
        font-size: 16px;
        padding: 2px
    }
}

@media (max-height:420px) {
    .mandala-edit-box__centerer {
        overflow-y: scroll
    }
}

@media (max-height:350px) {
    .mandala-edit-box__centerer {
        padding-top: 15px
    }
}

.mandala-canvas {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1
}

.mandala-canvas img {
    position: fixed;
    top: 0;
    left: 0;
    width: 960px;
    height: 960px;
    z-index: -1
}

.mandala-builder__preset-btn {
    margin: 5px 2px
}

.breathe-board {
    background-color: #222;
    overflow: hidden
}

.breathe__settings-list {
    width: 210px;
    line-height: 42px
}

.breathe__bubble--text,
.breathe__fill--text,
.breathe__moon--text,
.breathe__text,
.breathe__tide--text {
    color: hsla(0, 0%, 100%, .8);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    font-size: 88px
}

@media (max-height:420px),
all and (max-width:420px) {

    .breathe__bubble--text,
    .breathe__fill--text,
    .breathe__moon--text,
    .breathe__text,
    .breathe__tide--text {
        font-size: 74px
    }
}

.breathe__bubble {
    position: fixed;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -375px;
    margin-left: -375px;
    text-align: center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.breathe__bubble--text {
    line-height: 750px
}

@media (max-height:750px),
all and (max-width:750px) {
    .breathe__bubble {
        width: 550px;
        height: 550px;
        margin-top: -275px;
        margin-left: -275px
    }

    .breathe__bubble--text {
        font-size: 74px;
        line-height: 550px
    }
}

@media (max-height:550px),
all and (max-width:550px) {
    .breathe__bubble {
        width: 350px;
        height: 350px;
        margin-top: -175px;
        margin-left: -175px
    }

    .breathe__bubble--text {
        font-size: 48px;
        line-height: 350px
    }
}

.breathe__tide {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.breathe__tide--text {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5%
}

.breathe__fill {
    height: 100%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.breathe__fill--container {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    width: 80%;
    height: 150px;
    border: 3px solid #fff;
    border-radius: 5px
}

.breathe__fill--text {
    position: absolute;
    left: 35px;
    line-height: 150px
}

@media (max-height:615px) {
    .breathe__fill--container {
        top: 30%
    }
}

@media (max-width:615px) {
    .breathe__fill--container {
        width: 90%
    }

    .breathe__fill--text {
        font-size: 45px
    }
}

.breathe__moon {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background: url("./deep-breathing-visualizer/moon.png") no-repeat 50%;
    -webkit-box-shadow: 0 0 15px 2px;
    box-shadow: 0 0 15px 2px
}

.breathe__moon--container {
    width: 100%;
    height: 100%;
    background: url("./deep-breathing-visualizer/stars.jpg") repeat top
}

.breathe__moon--text {
    position: fixed;
    left: 25px;
    bottom: 25px
}

.breathe__ocean--in {
    background-color: #39a74c;
    color: #39a74c
}

.breathe__ocean--out {
    background-color: #3988a7;
    color: #3988a7
}

@-webkit-keyframes ocean--in {
    0% {
        background-color: #3988a7;
        color: #3988a7
    }

    to {
        background-color: #39a74c;
        color: #39a74c
    }
}

@keyframes ocean--in {
    0% {
        background-color: #3988a7;
        color: #3988a7
    }

    to {
        background-color: #39a74c;
        color: #39a74c
    }
}

@-webkit-keyframes ocean--out {
    0% {
        background-color: #39a74c;
        color: #39a74c
    }

    to {
        background-color: #3988a7;
        color: #3988a7
    }
}

@keyframes ocean--out {
    0% {
        background-color: #39a74c;
        color: #39a74c
    }

    to {
        background-color: #3988a7;
        color: #3988a7
    }
}

.breathe__sunset--in {
    background-color: #cf483a;
    color: #cf483a
}

.breathe__sunset--out {
    background-color: #f89302;
    color: #f89302
}

@-webkit-keyframes sunset--in {
    0% {
        background-color: #f89302;
        color: #f89302
    }

    to {
        background-color: #cf483a;
        color: #cf483a
    }
}

@keyframes sunset--in {
    0% {
        background-color: #f89302;
        color: #f89302
    }

    to {
        background-color: #cf483a;
        color: #cf483a
    }
}

@-webkit-keyframes sunset--out {
    0% {
        background-color: #cf483a;
        color: #cf483a
    }

    to {
        background-color: #f89302;
        color: #f89302
    }
}

@keyframes sunset--out {
    0% {
        background-color: #cf483a;
        color: #cf483a
    }

    to {
        background-color: #f89302;
        color: #f89302
    }
}

.breathe__royal--in {
    background-color: #5900b3;
    color: #5900b3
}

.breathe__royal--out {
    background-color: #b30000;
    color: #b30000
}

@-webkit-keyframes royal--in {
    0% {
        background-color: #b30000;
        color: #b30000
    }

    to {
        background-color: #5900b3;
        color: #5900b3
    }
}

@keyframes royal--in {
    0% {
        background-color: #b30000;
        color: #b30000
    }

    to {
        background-color: #5900b3;
        color: #5900b3
    }
}

@-webkit-keyframes royal--out {
    0% {
        background-color: #5900b3;
        color: #5900b3
    }

    to {
        background-color: #b30000;
        color: #b30000
    }
}

@keyframes royal--out {
    0% {
        background-color: #5900b3;
        color: #5900b3
    }

    to {
        background-color: #b30000;
        color: #b30000
    }
}

.breathe__summer--in {
    background-color: #06f;
    color: #06f
}

.breathe__summer--out {
    background-color: #e67300;
    color: #e67300
}

@-webkit-keyframes summer--in {
    0% {
        background-color: #e67300;
        color: #e67300
    }

    to {
        background-color: #06f;
        color: #06f
    }
}

@keyframes summer--in {
    0% {
        background-color: #e67300;
        color: #e67300
    }

    to {
        background-color: #06f;
        color: #06f
    }
}

@-webkit-keyframes summer--out {
    0% {
        background-color: #06f;
        color: #06f
    }

    to {
        background-color: #e67300;
        color: #e67300
    }
}

@keyframes summer--out {
    0% {
        background-color: #06f;
        color: #06f
    }

    to {
        background-color: #e67300;
        color: #e67300
    }
}

.breathe__bubble--in {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.breathe__bubble--out {
    -webkit-transform: scale(.3);
    transform: scale(.3)
}

@-webkit-keyframes bubble--in {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bubble--in {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bubble--out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bubble--out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

.breathe__tide--in {
    height: 100%
}

.breathe__tide--out {
    height: 1%
}

@-webkit-keyframes tide--in {
    0% {
        height: 1%
    }

    to {
        height: 100%
    }
}

@keyframes tide--in {
    0% {
        height: 1%
    }

    to {
        height: 100%
    }
}

@-webkit-keyframes tide--out {
    0% {
        height: 100%
    }

    to {
        height: 1%
    }
}

@keyframes tide--out {
    0% {
        height: 100%
    }

    to {
        height: 1%
    }
}

.breathe__fill--in {
    width: 100%
}

.breathe__fill--out {
    width: 0
}

@-webkit-keyframes fill--in {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes fill--in {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes fill--out {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

@keyframes fill--out {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

.breathe__moon--in {
    top: 20%
}

.breathe__moon--out {
    top: 101%
}

@-webkit-keyframes moon--in {
    0% {
        top: 101%
    }

    to {
        top: 20%
    }
}

@keyframes moon--in {
    0% {
        top: 101%
    }

    to {
        top: 20%
    }
}

@-webkit-keyframes moon--out {
    0% {
        top: 20%
    }

    to {
        top: 101%
    }
}

@keyframes moon--out {
    0% {
        top: 20%
    }

    to {
        top: 101%
    }
}

.cq-bg {
    background-image: url(./bg.png);
    background-repeat: repeat;
    background-color: #eee;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1
}

.cq-user-box__container {
    margin: -275px auto 0;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    color: #000
}

.cq-user-box__container h2 {
    font-family: Roboto Slab, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 78px;
    color: #1b1b1b
}

.cq-line-decor {
    margin: 0 auto;
    width: 365px;
    border: 3px solid #1b1b1b;
    border-bottom: 0;
    margin-bottom: 18px;
    height: 22px
}

.cq-user-box {
    margin-top: 23px;
    position: relative;
    display: inline-block;
    padding: 29px 20px;
    border-radius: 4px;
    background-color: #fff;
    text-align: left
}

.cq-user-box label {
    display: block;
    font-size: 20px
}

.cq-user-box>.cq-user-box__form-group>.cq-user-box__input {
    width: 95%;
    color: #7b7b7b;
    border: 0;
    border-bottom: 3px solid #d2d2d2;
    border-radius: 0;
    border-radius-top-right: 4px;
    border-radius-top-left: 4px;
    background-color: #fff;
    padding: 8px;
    margin: 0 2.5%;
    -webkit-transition: all .35s;
    transition: all .35s
}

.cq-user-box>.cq-user-box__form-group>.cq-user-box__input:focus {
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cq-partner-header {
    position: absolute;
    margin-top: -64px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: Roboto Slab, sans-serif;
    color: #1b1b1b;
    font-size: 24px;
    font-weight: 700
}

.cp-colors__button {
    width: 95%;
    height: 40px;
    border-radius: 3px;
    margin: 0 auto;
    cursor: pointer
}

.cp-colors__pallet {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 326px;
    border-radius: 4px;
    background-color: #f5f5f5;
    text-align: center
}

.cp-colors__pallet table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px 23px;
    margin-top: -1px
}

.cp-colors__pallet .cp-colors__swatch {
    cursor: pointer;
    display: inline-block;
    width: 51px;
    height: 51px;
    border-radius: 4px
}

.cq-user-box__form-group {
    float: left;
    clear: both;
    width: 280px
}

.cq-question-decor,
.cq-question-decor--duo {
    float: left;
    height: 176px;
    line-height: 210px;
    padding-left: 90px;
    width: 100%;
    color: #fff;
    font-family: Roboto Slab, sans-serif;
    font-size: 68px;
    font-weight: 700
}

.cq-question-decor--duo {
    padding: 0;
    width: 50%;
    text-align: center
}

.cq-question-decor--duo-shadow {
    width: 100%;
    height: 176px;
    position: absolute
}

.cq-question-decor--duo-and {
    position: fixed;
    left: 50%;
    margin-left: -88px;
    width: 176px;
    height: 176px;
    border-radius: 210px;
    font-size: 140px;
    line-height: 176px;
    font-weight: 700;
    background-color: #fff;
    color: #333;
    text-align: center;
    z-index: 99
}

.cq-question-box {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 250px;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 44px;
    padding: 100px;
    color: #000;
    text-align: center
}

.cq-question-box p {
    border-radius: 4px;
    position: relative;
    padding: 15px;
    background-color: #fff;
    line-height: 70px
}

.cq-question-box p span {
    font-weight: 700
}

.cq-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #000;
    color: #000;
    cursor: pointer;
    position: fixed;
    width: 25%;
    left: 50%;
    margin-left: -12.5%;
    bottom: 50px;
    padding: 25px 0;
    font-size: 40px;
    border-radius: 4px;
    text-align: center;
    background-color: #fff
}

.cq-btn:hover {
    background-color: #000;
    color: #fff
}

.cq-complete {
    margin: 0 auto 100px;
    position: relative;
    width: 70%;
    top: 20%;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 36px;
    line-height: 44px
}

.cq-complete img {
    margin-bottom: 25px;
    width: 300px;
    max-width: 50%
}

.cq-complete div {
    padding: 15px 5px;
    background-color: #fff;
    border-radius: 4px
}

.cq-complete .cq-complete__head {
    font-size: 28px;
    font-weight: 400
}

.cq-complete .cq-complete__paragraph {
    color: #777;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400
}

@media (max-height:815px) {
    .cq-user-box__container {
        top: 60px;
        margin: 0
    }

    .cq-user-box__container h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px
    }

    .cq-btn {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        bottom: 0;
        width: 100%;
        padding: 20px 0;
        border-radius: 0;
        font-size: 32px;
        left: 0;
        margin: 0
    }

    .cq-question-decor,
    .cq-question-decor--duo {
        height: 150px;
        line-height: 178px;
        font-size: 50px
    }

    .cq-question-decor--duo-and {
        width: 150px;
        height: 150px;
        line-height: 150px;
        font-size: 120px;
        margin-left: -75px
    }

    .cq-question-decor--duo-shadow {
        height: 150px
    }

    .cq-question-box {
        margin-top: 150px;
        padding: 40px;
        font-size: 40px
    }

    .cq-question-box p {
        line-height: 50px
    }

    .cq-complete {
        top: 5%
    }

    .cq-complete img {
        margin-bottom: 10px;
        width: 250px
    }
}

@media (max-height:630px) {

    .cq-line-decor,
    .cq-user-box__container h2 {
        display: none
    }
}

@media (max-height:490px) {
    .cq-partner-header {
        display: none
    }

    .cq-user-box {
        margin: 0
    }

    .cq-btn {
        font-size: 24px;
        padding: 10px
    }

    .cq-question-decor,
    .cq-question-decor--duo {
        height: 120px;
        line-height: 145px;
        font-size: 40px
    }

    .cq-question-decor--duo-and {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 90px;
        margin-left: -60px
    }

    .cq-question-decor--duo-shadow {
        height: 120px
    }

    .cq-question-box {
        margin-top: 120px;
        padding: 35px;
        font-size: 34px
    }

    .cq-question-box p {
        line-height: 40px
    }
}

@media (max-height:400px) {

    .cq-question-decor,
    .cq-question-decor--duo {
        height: 100px;
        line-height: 127px;
        font-size: 34px
    }

    .cq-question-decor--duo-and {
        width: 100px;
        height: 100px;
        line-height: 102px;
        font-size: 72px;
        margin-left: -50px
    }

    .cq-question-decor--duo-shadow {
        height: 100px
    }

    .cq-question-box {
        margin-top: 100px;
        padding: 28px;
        font-size: 28px
    }

    .cq-question-box p {
        line-height: 34px
    }
}

@media (max-width:725px) {
    .cq-hide-spacer {
        display: none
    }

    .cq-user-box {
        margin-bottom: 20px
    }
}

.act-board {
    color: #fff;
    background-color: #fff;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    -webkit-transition: background-color .75s;
    transition: background-color .75s
}

.act-board,
.act-container {
    height: 100%
}

.act-grid,
.act-grid--menu {
    position: relative;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-collapse: separate;
    border-spacing: 16px
}

.act-grid--menu {
    position: absolute;
    top: 63%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 12px;
    background-color: hsla(0, 0%, 100%, .4)
}

@media (max-width:900px) {
    .act-grid {
        width: 90%
    }
}

.act-loading {
    margin: 15px 0 10px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    text-align: center
}

.act-loading--float {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25)
}

.act-loading--float div {
    position: fixed;
    border: 3px solid #000;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px
}

.act-loading--float div>img {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.act-modal__outter {
    background-size: cover;
    background-color: #fff;
    background-position: bottom;
    display: none;
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.act-modal__inner {
    background-color: #fff;
    z-index: 100;
    color: #000;
    border-radius: 10px;
    border: 3px solid #000;
    position: relative;
    width: 70%;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px;
    text-align: center
}

.act-modal__inner>.act-modal__head {
    font-size: 26px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px
}

.act-modal__inner>p {
    text-align: right;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px
}

@media (max-width:1100px) {
    .act-modal__inner {
        top: 50%;
        width: 85%;
        padding: 20px
    }

    .act-modal__inner>.act-modal__head {
        font-size: 23px
    }

    .act-modal__inner>p {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:900px) {
    .act-modal__inner {
        width: 95%;
        padding: 10px 15px
    }

    .act-modal__inner>p {
        font-size: 17px;
        line-height: 23px
    }
}

@media (max-width:650px) {
    .act-modal__inner>p {
        font-size: 16px;
        line-height: 21px
    }

    .act-modal__inner>.act-modal__head {
        font-size: 18px;
        margin-bottom: 7px
    }
}

.act-activity-btn--complete,
.act-activity-btn--reset,
.act-btn,
.act-btn-base,
.act-btn-main-menu,
.act-btn-modal,
.act-btn-review {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .1s;
    transition: .1s;
    font-size: 26px;
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    border: 3px solid #000;
    font-weight: 700;
    padding: 10px 12px
}

.act-activity-btn--complete:hover,
.act-activity-btn--reset:hover,
.act-btn-base:hover,
.act-btn-main-menu:hover,
.act-btn-modal:hover,
.act-btn-review:hover,
.act-btn:hover {
    background-color: #000;
    color: #fff
}

.act-btn {
    padding: 20px;
    bottom: 30px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.act-btn-modal,
.act-btn-review {
    display: inline-block
}

.act-btn-review {
    font-size: 22px
}

.act-btn-main-menu {
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-bottom-right-radius: 8px;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0
}

@media (max-width:1000px) {
    .act-btn {
        padding: 12px;
        bottom: 12px
    }

    .act-btn-main-menu {
        font-size: 20px;
        padding: 8px
    }
}

.act-activity-btn--complete,
.act-activity-btn--reset {
    margin: 8px;
    display: inline-block;
    border-color: green;
    color: green
}

.act-activity-btn--complete:hover,
.act-activity-btn--reset:hover {
    background-color: green;
    color: #fff
}

.act-activity-btn--reset {
    border-color: #a91f1f;
    color: #a91f1f
}

.act-activity-btn--reset:hover {
    background-color: #a91f1f
}

.act-activity__overlay,
.act-activity__overlay--starburst {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .8);
    display: none
}

.act-activity__overlay--starburst {
    z-index: 100
}

.act-input__save {
    position: absolute;
    width: 66px;
    height: 66px;
    background-color: #8bf18e;
    right: -35px;
    bottom: -35px;
    border-radius: 66px;
    border: 3px solid #000;
    -webkit-transition: background-color .35s, -webkit-transform .35s;
    transition: background-color .35s, -webkit-transform .35s;
    transition: transform .35s, background-color .35s;
    transition: transform .35s, background-color .35s, -webkit-transform .35s;
    cursor: pointer;
    line-height: 60px;
    font-size: 40px;
    color: #000
}

.act-input__save:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    background-color: #66d469
}

.act-grid-btn,
.act-menu-btn {
    border-radius: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .06s;
    transition: -webkit-transform .06s;
    transition: transform .06s;
    transition: transform .06s, -webkit-transform .06s;
    padding: 8px
}

.act-grid-btn>img,
.act-menu-btn>img {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.act-grid-btn:hover,
.act-menu-btn:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.act-menu-btn {
    border-radius: 5px;
    height: 200px
}

.act-menu-btn>img {
    width: 128px;
    margin: 12px 26px
}

.act-menu-btn:hover {
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .4)
}

@media (max-height:750px) {
    .act-grid--menu {
        font-size: 17px
    }

    .act-grid-btn,
    .act-menu-btn {
        width: 180px;
        height: 180px
    }

    .act-menu-btn {
        width: 160px;
        height: 155px
    }

    .act-menu-btn>img {
        width: 90px
    }
}

@media (max-height:700px) {

    .act-grid-btn,
    .act-menu-btn {
        width: 160px;
        height: 160px
    }
}

@media (max-height:620px) {
    .act-grid--menu {
        font-size: 16px;
        top: 65%
    }

    .act-grid-btn,
    .act-menu-btn {
        width: 140px;
        height: 140px
    }

    .act-menu-btn>img {
        width: 75px
    }
}

.act-menu-btn--disabled {
    cursor: default
}

.act-menu-btn--disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.act-header {
    display: table;
    width: 100%;
    text-align: center;
    padding-top: 42px
}

.act-header .act-header__image,
.act-header .act-header__image--simple,
.act-header .act-header__name,
.act-header .act-header__name--simple,
.act-header .act-header__stars {
    color: #fff;
    display: table-cell;
    width: 33.3%;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.act-header .act-header__name {
    cursor: default;
    font-size: 42px;
    font-weight: 700;
    margin-right: 25px;
    text-align: right
}

.act-header .act-header__name--simple {
    visibility: hidden
}

.act-header .act-header__stars {
    text-align: left
}

.act-header .act-header__stars img {
    padding: 3px
}

.act-header .act-header__image img {
    padding: 10px 10px 0;
    width: 300px
}

.act-header .act-header__image--simple img {
    width: 140px
}

@media (max-height:900px) {
    .act-header .act-header__image img {
        width: 225px
    }
}

@media (max-height:700px) {
    .act-header .act-header__image img {
        width: 170px
    }

    .act-header .act-header__name {
        font-size: 34px
    }
}

@media (max-height:650px) {
    .act-header {
        padding-top: 32px
    }
}

@media (max-height:540px) {
    .act-header .act-header__stars img {
        width: 25px
    }

    .act-header .act-header__image img {
        width: 130px
    }

    .act-header .act-header__name {
        font-size: 28px
    }
}

.act-body {
    height: 100%;
    text-align: center;
    font-size: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-text-size-adjust: 100%
}

.act-body input[type=text] {
    outline: none;
    color: #000;
    width: 400px;
    margin: 20px 0;
    padding: 10px;
    clear: both;
    border-color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px
}

.act-title {
    padding: 15px;
    font-weight: 700;
    display: block;
    cursor: default;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .65)
}

@media (max-height:650px) {
    .act-body input[type=text] {
        width: 325px;
        padding: 8px;
        font-size: 20px
    }

    .act-title {
        font-size: 22px;
        padding: 5px
    }
}

.act-bubble,
.act-facts__bubble,
.act-sc__bubble {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    border: 3px solid #000;
    color: #000;
    padding: 15px 20px;
    line-height: 32px;
    font-size: 24px
}

.act-bubble:before,
.act-facts__bubble:before,
.act-sc__bubble:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #000 transparent;
    display: block;
    width: 0
}

.act-bubble:after,
.act-facts__bubble:after,
.act-sc__bubble:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -16px;
    border-width: 16px 16px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0
}

.act-bubble>input[type=text],
.act-facts__bubble>input[type=text],
.act-sc__bubble>input[type=text] {
    width: 100%;
    border: 0;
    margin: 10px 0 0
}

.act-bubble>input[type=text]::-webkit-input-placeholder,
.act-facts__bubble>input[type=text]::-webkit-input-placeholder,
.act-sc__bubble>input[type=text]::-webkit-input-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.act-bubble>input[type=text]:-moz-placeholder,
.act-bubble>input[type=text]::-moz-placeholder,
.act-facts__bubble>input[type=text]:-moz-placeholder,
.act-facts__bubble>input[type=text]::-moz-placeholder,
.act-sc__bubble>input[type=text]:-moz-placeholder,
.act-sc__bubble>input[type=text]::-moz-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.act-bubble>input[type=text]:-ms-input-placeholder,
.act-facts__bubble>input[type=text]:-ms-input-placeholder,
.act-sc__bubble>input[type=text]:-ms-input-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.act-bubble>input[type=text]:focus::-webkit-input-placeholder,
.act-facts__bubble>input[type=text]:focus::-webkit-input-placeholder,
.act-sc__bubble>input[type=text]:focus::-webkit-input-placeholder {
    opacity: 0
}

.act-bubble>input[type=text]:focus:-moz-placeholder,
.act-bubble>input[type=text]:focus::-moz-placeholder,
.act-facts__bubble>input[type=text]:focus:-moz-placeholder,
.act-facts__bubble>input[type=text]:focus::-moz-placeholder,
.act-sc__bubble>input[type=text]:focus:-moz-placeholder,
.act-sc__bubble>input[type=text]:focus::-moz-placeholder {
    opacity: 0
}

.act-bubble>input[type=text]:focus:-ms-input-placeholder,
.act-facts__bubble>input[type=text]:focus:-ms-input-placeholder,
.act-sc__bubble>input[type=text]:focus:-ms-input-placeholder {
    opacity: 0
}

@media (max-height:900px) {

    .act-bubble,
    .act-facts__bubble,
    .act-sc__bubble {
        font-size: 20px;
        line-height: 28px
    }
}

.act-activity__review {
    display: none;
    z-index: 3;
    background-color: #fff;
    padding: 15px;
    width: 75%;
    top: 0;
    margin-left: 12.5%;
    border-radius: 8px;
    position: absolute
}

.act-activity__review>ul>li {
    font-size: 23px;
    color: #000;
    padding: 10px;
    border-bottom: 1px solid #c1c1c1
}

.act-activity__review>ul>li:last-child {
    border-bottom: none;
    margin-bottom: 15px
}

.act-facts__table {
    position: fixed;
    border-spacing: 20px;
    border-collapse: separate;
    margin: 0 auto
}

.act-facts__tile {
    width: 125px;
    height: 125px;
    -webkit-transition: -webkit-transform .12s;
    transition: -webkit-transform .12s;
    transition: transform .12s;
    transition: transform .12s, -webkit-transform .12s;
    cursor: pointer
}

.act-facts__tile:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.act-facts__tile--back,
.act-facts__tile--front {
    width: 125px;
    height: 125px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 7px;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.act-facts__tile--front>img {
    width: 125px;
    height: 125px
}

.act-facts__tile--back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #fff
}

.act-facts__tile--back>img {
    margin: 10px;
    width: 105px;
    height: 105px
}

@media (max-width:750px),
all and (max-height:650px) {

    .act-facts__tile,
    .act-facts__tile--back,
    .act-facts__tile--front,
    .act-facts__tile--front img {
        width: 90px;
        height: 90px
    }

    .act-facts__tile--back img,
    .act-facts__tile--front img,
    .act-facts__tile--front img img,
    .act-facts__tile img {
        margin: 6px;
        width: 78px;
        height: 78px
    }
}

.act-facts__fact-screen {
    position: fixed;
    z-index: 3
}

@media (max-height:900px) {
    .act-facts__fact-screen img {
        width: 300px
    }
}

.act-sc {
    position: absolute;
    top: 25%;
    width: 75%;
    left: 12.5%
}

.act-sc>img {
    max-width: 300px
}

.act-sc__bubble {
    font-size: 26px
}

.act-ani--sc-bubble-out {
    -webkit-animation: zoom-out-left 1s;
    animation: zoom-out-left 1s
}

.act-ani--sc-bubble-in {
    -webkit-animation: flip-in-x 1s;
    animation: flip-in-x 1s
}

.act-warning__origin {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    border-radius: 110px;
    z-index: 1
}

.act-warning__origin span {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #eaeaea;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.act-warning__sign {
    background-color: rgba(0, 0, 0, .55);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 5px;
    padding: 7px 10px;
    position: absolute;
    color: #fff;
    cursor: move;
    z-index: 2;
    font-weight: 700;
    font-size: 28px;
    top: 126px;
    height: 28px
}

.act-warning__bg {
    background-color: #000;
    width: 100%;
    height: 100%
}

.act-warning__field--1,
.act-warning__field--2,
.act-warning__field--3,
.act-warning__field--4 {
    width: 50%;
    height: 50%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e2e2e2;
    opacity: .5
}

.act-warning__field--2 {
    left: 50%;
    background-color: #ece243
}

.act-warning__field--3 {
    top: 50%;
    background-color: #e57f25
}

.act-warning__field--4 {
    top: 50%;
    left: 50%;
    background-color: #d73d3d
}

.act-warning__field--content {
    position: relative;
    cursor: default
}

.act-warning__field--content img {
    width: 90px;
    height: 90px
}

.act-warning__field--content div {
    color: #000;
    margin-top: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px
}

@media (max-height:800px),
all and (max-width:800px) {
    .act-warning__field--content img {
        width: 45px;
        height: 45px
    }

    .act-warning__field--content div {
        font-size: 20px;
        line-height: 26px
    }
}

@media (max-height:700px),
all and (max-width:800px) {
    .act-warning__origin {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.act-warning__hover {
    opacity: 1
}

.act-warning__hover--disable {
    opacity: .5
}

.act-triggers__bug-container {
    width: 230px;
    height: 72px;
    padding: 0 7px;
    background-color: #fff;
    z-index: 2;
    border-radius: 5px;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.act-triggers__bug-slot {
    float: left;
    display: block;
    width: 58px;
    height: 58px;
    margin: 7px
}

.act-triggers__bug {
    cursor: move;
    z-index: 1
}

.act-triggers__bug img {
    width: 58px;
    height: 58px
}

.act-triggers__table {
    border-spacing: 10px;
    border-collapse: separate;
    width: 60%;
    color: #000;
    margin: 18px auto;
    font-size: 20px;
    line-height: 23px
}

@media (max-width:1600px) {
    .act-triggers__table {
        width: 65%
    }
}

@media (max-width:1500px) {
    .act-triggers__table {
        width: 70%
    }
}

@media (max-width:1400px) {
    .act-triggers__table {
        width: 75%
    }
}

@media (max-width:1300px) {
    .act-triggers__table {
        width: 80%
    }
}

@media (max-width:1200px) {
    .act-triggers__table {
        width: 85%
    }
}

@media (max-width:1100px) {
    .act-triggers__table {
        width: 90%
    }
}

@media (min-aspect-ratio:4/3) and (max-height:725px) {
    .act-triggers__table {
        max-width: 75%
    }
}

@media (min-aspect-ratio:2/1) {
    .act-triggers__table {
        width: 60%
    }
}

@media (min-aspect-ratio:11/5) {
    .act-triggers__table {
        width: 50%
    }
}

@media (min-aspect-ratio:5/2) {
    .act-triggers__table {
        width: 40%
    }
}

.act-triggers__table-content-container,
.act-triggers__table-content-container--custom {
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    width: 20%
}

.act-triggers__table-content-container--custom:after,
.act-triggers__table-content-container:after {
    content: "";
    display: block;
    margin-top: 100%
}

@media (max-height:850px) {

    .act-triggers__table-content-container--custom:after,
    .act-triggers__table-content-container:after {
        margin-top: 90%
    }
}

@media (max-height:750px) {

    .act-triggers__table-content-container--custom:after,
    .act-triggers__table-content-container:after {
        margin-top: 80%
    }
}

@media (max-height:650px) {

    .act-triggers__table-content-container--custom:after,
    .act-triggers__table-content-container:after {
        margin-top: 70%
    }
}

.act-triggers__table-content-container--custom {
    font-weight: 700;
    opacity: .65;
    color: rgba(0, 0, 0, .6)
}

.act-triggers__table-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.act-triggers__table-content>span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 3px
}

.act-triggers__table--selected {
    background-color: #3e3e3e;
    color: #fff
}

.act-coping__custom-input-container,
.act-triggers__custom-input-container {
    display: none;
    z-index: 3;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 5px
}

.act-coping__custom-input-container>input[type=text]::-webkit-input-placeholder,
.act-triggers__custom-input-container>input[type=text]::-webkit-input-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.act-coping__custom-input-container>input[type=text]:-moz-placeholder,
.act-coping__custom-input-container>input[type=text]::-moz-placeholder,
.act-triggers__custom-input-container>input[type=text]:-moz-placeholder,
.act-triggers__custom-input-container>input[type=text]::-moz-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.act-coping__custom-input-container>input[type=text]:-ms-input-placeholder,
.act-triggers__custom-input-container>input[type=text]:-ms-input-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.act-coping__custom-input-container>input[type=text]:focus::-webkit-input-placeholder,
.act-triggers__custom-input-container>input[type=text]:focus::-webkit-input-placeholder {
    opacity: 0
}

.act-coping__custom-input-container>input[type=text]:focus:-moz-placeholder,
.act-coping__custom-input-container>input[type=text]:focus::-moz-placeholder,
.act-triggers__custom-input-container>input[type=text]:focus:-moz-placeholder,
.act-triggers__custom-input-container>input[type=text]:focus::-moz-placeholder {
    opacity: 0
}

.act-coping__custom-input-container>input[type=text]:focus:-ms-input-placeholder,
.act-triggers__custom-input-container>input[type=text]:focus:-ms-input-placeholder {
    opacity: 0
}

.act-triggers__key {
    display: inline-block;
    text-align: right;
    margin: 10px 0;
    font-size: 20px;
    color: #000
}

.act-triggers__key>div {
    background-color: #f5f5f5;
    float: left;
    border-radius: 5px;
    margin: 0 10px;
    padding: 10px
}

.act-triggers__key>div>img {
    width: 32px;
    vertical-align: middle;
    margin: 0 8px 5px 0
}

.act-triggers__complete-btn {
    -webkit-animation: rainbow 6s infinite;
    animation: rainbow 6s infinite
}

.act-triggers__complete-btn:hover {
    -webkit-animation: none;
    animation: none
}

@media (max-height:1000px),
all and (max-width:1000px) {
    .act-triggers__table {
        font-size: 16px;
        line-height: 17px
    }

    .act-triggers__key {
        font-size: 16px
    }

    .act-triggers__key div {
        margin: 0 3px;
        padding: 4px 5px
    }

    .act-triggers__key>div>img {
        margin: 0 8px 1px 0
    }
}

@media (max-height:850px) {
    .act-triggers__complete-btn {
        bottom: 10px;
        padding: 15px
    }
}

.act-coping__table {
    position: fixed;
    border-spacing: 14px;
    border-collapse: separate;
    color: #000;
    margin: 0 auto;
    font-size: 20px;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-height:850px) {
    .act-coping__table {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.act-coping__deck--card,
.act-coping__table-card {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 184px;
    height: 230px;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s
}

.act-coping__deck--card>img,
.act-coping__table-card>img {
    width: 100%
}

.act-coping__deck--card>span,
.act-coping__table-card>span {
    font-family: Roboto Slab, sans-serif;
    line-height: 39px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap
}

.act-coping__deck--card:hover,
.act-coping__table-card:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

@media (max-height:800px) {

    .act-coping__deck--card,
    .act-coping__table-card {
        width: 160px;
        height: 200px;
        padding: 14px;
        border-radius: 7px
    }

    .act-coping__deck--card>span,
    .act-coping__table-card>span {
        line-height: 34px;
        font-size: 12px
    }
}

@media (max-height:700px) {
    .act-coping__table-card {
        width: 136px;
        height: 170px;
        padding: 12px;
        border-radius: 6px
    }

    .act-coping__table-card>span {
        line-height: 29px;
        font-size: 10px
    }
}

@media (max-height:600px) {
    .act-coping__table-card {
        width: 109px;
        height: 136px;
        padding: 10px;
        border-radius: 5px
    }

    .act-coping__table-card>span {
        line-height: 3px;
        font-size: 8px
    }
}

.act-coping__deck {
    position: fixed;
    bottom: 0;
    left: 50%
}

.act-coping__deck,
.act-coping__deck div {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all 1.1s;
    transition: all 1.1s
}

.act-coping__deck div {
    position: absolute
}

.act-coping__deck div:last-child {
    margin-left: -8px;
    margin-bottom: 0
}

.act-coping__deck div:nth-last-child(2) {
    margin-left: -6px;
    margin-bottom: -1px
}

.act-coping__deck div:nth-last-child(3) {
    margin-left: -4px;
    margin-bottom: -2px
}

.act-coping__deck div:nth-last-child(4) {
    margin-left: -2px;
    margin-bottom: -3px
}

.act-coping__deck div:nth-last-child(5) {
    margin-left: 0;
    margin-bottom: -4px
}

.act-coping__deck div:nth-last-child(6) {
    margin-left: 2px;
    margin-bottom: -5px
}

.act-coping__deck div:nth-last-child(7) {
    margin-left: 4px;
    margin-bottom: -6px
}

.act-coping__deck div:nth-last-child(8) {
    margin-left: 6px;
    margin-bottom: -7px
}

.act-coping__deck div:nth-last-child(9) {
    margin-left: 8px;
    margin-bottom: -8px
}

.act-coping__deck div:nth-last-child(10) {
    margin-left: 10px;
    margin-bottom: -9px
}

.act-coping__deck div:nth-last-child(11) {
    margin-left: 12px;
    margin-bottom: -10px
}

.act-coping__deck div:nth-last-child(12) {
    margin-left: 14px;
    margin-bottom: -11px
}

.act-coping__deck:hover {
    bottom: 145px;
    -webkit-transform: scale(1.5) translate(-50%);
    transform: scale(1.5) translate(-50%)
}

.act-coping__deck:hover div {
    margin-left: 0;
    margin-bottom: 0
}

.act-coping__deck:hover div:last-child {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}

.act-coping__deck:hover div:nth-last-child(2) {
    -webkit-transform: translate(-50%) rotate(3deg);
    transform: translate(-50%) rotate(3deg)
}

.act-coping__deck:hover div:nth-last-child(3) {
    -webkit-transform: translate(-50%) rotate(6deg);
    transform: translate(-50%) rotate(6deg)
}

.act-coping__deck:hover div:nth-last-child(4) {
    -webkit-transform: translate(-50%) rotate(9deg);
    transform: translate(-50%) rotate(9deg)
}

.act-coping__deck:hover div:nth-last-child(5) {
    -webkit-transform: translate(-50%) rotate(12deg);
    transform: translate(-50%) rotate(12deg)
}

.act-coping__deck:hover div:nth-last-child(6) {
    -webkit-transform: translate(-50%) rotate(15deg);
    transform: translate(-50%) rotate(15deg)
}

.act-coping__deck:hover div:nth-last-child(7) {
    -webkit-transform: translate(-50%) rotate(18deg);
    transform: translate(-50%) rotate(18deg)
}

.act-coping__deck:hover div:nth-last-child(8) {
    -webkit-transform: translate(-50%) rotate(21deg);
    transform: translate(-50%) rotate(21deg)
}

.act-coping__deck:hover div:nth-last-child(9) {
    -webkit-transform: translate(-50%) rotate(24deg);
    transform: translate(-50%) rotate(24deg)
}

.act-coping__deck:hover div:nth-last-child(10) {
    -webkit-transform: translate(-50%) rotate(27deg);
    transform: translate(-50%) rotate(27deg)
}

.act-coping__deck:hover div:nth-last-child(11) {
    -webkit-transform: translate(-50%) rotate(30deg);
    transform: translate(-50%) rotate(30deg)
}

.act-coping__deck:hover div:nth-last-child(12) {
    -webkit-transform: translate(-50%) rotate(33deg);
    transform: translate(-50%) rotate(33deg)
}

.act-coping__deck--card {
    position: fixed;
    bottom: -130px;
    -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .65);
    box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .65);
    color: #000;
    -webkit-transition: margin 1.1s, -webkit-transform 1.1s;
    transition: margin 1.1s, -webkit-transform 1.1s;
    transition: transform 1.1s, margin 1.1s;
    transition: transform 1.1s, margin 1.1s, -webkit-transform 1.1s
}

.act-coping__deck--card:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.act-coping__selected-card,
.act-coping__selected-card--back,
.act-coping__selected-card--front {
    width: 320px;
    height: 400px;
    border-radius: 14px
}

.act-coping__selected-card {
    display: none;
    position: fixed;
    z-index: 3;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.act-coping__selected-card--back,
.act-coping__selected-card--front {
    color: #000;
    background-color: #fff;
    padding: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.act-coping__selected-card--front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    overflow: hidden;
    text-overflow: ellipsis
}

.act-coping__selected-card--front>img {
    width: 280px
}

.act-coping__selected-card--front>span {
    font-family: Roboto Slab, sans-serif;
    line-height: 64px;
    font-size: 26px;
    font-weight: 700;
    white-space: nowrap
}

.act-coping__selected-card--back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.act-coping__selected-card--back-title {
    font-family: Roboto Slab, sans-serif;
    font-weight: 700;
    padding-bottom: 14px
}

.act-coping__selected-card--back-description {
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    overflow: hidden
}

.act-coping__selected-card--flipper {
    -webkit-transition: .65s;
    transition: .65s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative
}

.act-coping__selected-card--flipped .act-coping__selected-card--front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.act-coping__selected-card--flipped .act-coping__selected-card--back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.act-coping__selected-card--flipped .act-facts__tile--front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.act-coping__selected-card--flipped .act-facts__tile--back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.act-coping__selected-card--add,
.act-coping__selected-card--close,
.act-coping__selected-card--close-deck,
.act-coping__selected-card--edit,
.act-coping__selected-card--flip,
.act-coping__selected-card--remove {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    position: absolute;
    z-index: 3;
    right: -14px;
    cursor: pointer
}

.act-coping__selected-card--add img,
.act-coping__selected-card--close-deck img,
.act-coping__selected-card--close img,
.act-coping__selected-card--edit img,
.act-coping__selected-card--flip img,
.act-coping__selected-card--remove img {
    margin: 10px
}

.act-coping__selected-card--add:hover,
.act-coping__selected-card--close-deck:hover,
.act-coping__selected-card--close:hover,
.act-coping__selected-card--edit:hover,
.act-coping__selected-card--flip:hover,
.act-coping__selected-card--remove:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.act-coping__selected-card--add:hover:after,
.act-coping__selected-card--close-deck:hover:after,
.act-coping__selected-card--close:hover:after,
.act-coping__selected-card--edit:hover:after,
.act-coping__selected-card--flip:hover:after,
.act-coping__selected-card--remove:hover:after {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 43px;
    font-size: 19px;
    color: #fff;
    width: 125px;
    height: 44px
}

.act-coping__selected-card--close {
    background-color: #cc5e5e;
    top: -14px
}

.act-coping__selected-card--close:hover:after {
    content: "Close";
    background-color: #cc5e5e
}

.act-coping__selected-card--close-deck {
    background-color: #cc5e5e;
    top: -14px
}

.act-coping__selected-card--close-deck:hover:after {
    content: "Close Deck";
    background-color: #cc5e5e
}

.act-coping__selected-card--add {
    background-color: #3f9851;
    top: 38px
}

.act-coping__selected-card--add:hover:after {
    content: "Add to Deck";
    background-color: #3f9851
}

.act-coping__selected-card--add-ani {
    -webkit-animation: coping__bounce-out-down 1s;
    animation: coping__bounce-out-down 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.act-coping__deck-card--show-ani {
    -webkit-animation: coping__bounce-in-up 1s;
    animation: coping__bounce-in-up 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes coping__bounce-out-down {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes coping__bounce-out-down {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-webkit-keyframes coping__bounce-in-up {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes coping__bounce-in-up {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.act-coping__selected-card--flip {
    background-color: #5968ad;
    bottom: -14px
}

.act-coping__selected-card--flip:hover:after {
    content: "Flip";
    background-color: #5968ad
}

.act-coping__selected-card--remove {
    background-color: #e09236;
    top: 38px
}

.act-coping__selected-card--remove:hover:after {
    content: "Remove";
    background-color: #e09236
}

.act-coping__selected-card--edit {
    visibility: hidden;
    background-color: #b56ba2;
    top: 90px
}

.act-coping__selected-card--edit:hover:after {
    content: "Edit Card";
    background-color: #b56ba2
}

.act-coping__custom-input-container {
    margin-top: -120px
}

.act-coping__custom-input-container>input[type=text] {
    float: left;
    margin-top: 0
}

.act-coping__custom-input-container>textarea {
    float: left;
    clear: both;
    width: 100%;
    border: 3px solid #000;
    padding: 10px;
    color: #000;
    resize: none
}

.act-coping__custom-input-container>textarea::-webkit-input-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    font-weight: 700
}

.act-coping__custom-input-container>textarea:-moz-placeholder,
.act-coping__custom-input-container>textarea::-moz-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    font-weight: 700
}

.act-coping__custom-input-container>textarea:-ms-input-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    font-weight: 700
}

.act-coping__custom-input-container>textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.act-coping__custom-input-container>textarea:focus:-moz-placeholder,
.act-coping__custom-input-container>textarea:focus::-moz-placeholder {
    opacity: 0
}

.act-coping__custom-input-container>textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.act-coping__deck--controls {
    position: fixed;
    top: 50%;
    width: 100%;
    z-index: 3;
    display: none
}

.act-coping__deck--next,
.act-coping__deck--previous {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 40px;
    position: fixed;
    cursor: pointer;
    display: none;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s
}

.act-coping__deck--next:hover,
.act-coping__deck--previous:hover {
    -webkit-transform: translateY(-50%) scale(1.08);
    transform: translateY(-50%) scale(1.08)
}

.act-coping__deck--next {
    right: 30px;
    padding: 13px 0 0 3px
}

.act-coping__deck--previous {
    left: 30px;
    padding: 13px 6px 0 0
}

.act-coping__deck-next-ani,
.act-coping__deck-previous-ani {
    -webkit-animation: coping__deck-next-ani 1.5s;
    animation: coping__deck-next-ani 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.act-coping__deck-previous-ani {
    animation-direction: reverse
}

@-webkit-keyframes coping__deck-next-ani {
    0% {
        opacity: 1;
        margin-left: 0;
        -webkit-transform: none;
        transform: none
    }

    44.5% {
        opacity: 0;
        margin-left: -500px;
        -webkit-transform: rotateY(-50deg);
        transform: rotateY(-50deg)
    }

    45% {
        opacity: 0;
        margin-left: -500px;
        -webkit-transform: rotateY(-50deg);
        transform: rotateY(-50deg)
    }

    55% {
        opacity: 0;
        margin-left: 500px;
        -webkit-transform: rotateY(50deg);
        transform: rotateY(50deg)
    }

    to {
        opacity: 1;
        margin-left: 0;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes coping__deck-next-ani {
    0% {
        opacity: 1;
        margin-left: 0;
        -webkit-transform: none;
        transform: none
    }

    44.5% {
        opacity: 0;
        margin-left: -500px;
        -webkit-transform: rotateY(-50deg);
        transform: rotateY(-50deg)
    }

    45% {
        opacity: 0;
        margin-left: -500px;
        -webkit-transform: rotateY(-50deg);
        transform: rotateY(-50deg)
    }

    55% {
        opacity: 0;
        margin-left: 500px;
        -webkit-transform: rotateY(50deg);
        transform: rotateY(50deg)
    }

    to {
        opacity: 1;
        margin-left: 0;
        -webkit-transform: none;
        transform: none
    }
}

.act-coping__button-disappear-ani {
    -webkit-animation: coping__button-pop-ani 2.1s linear 0s 1 normal forwards;
    animation: coping__button-pop-ani 2.1s linear 0s 1 normal forwards
}

@-webkit-keyframes coping__button-pop-ani {
    0% {
        -webkit-transform: none;
        transform: none
    }

    5% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    14.9% {
        opacity: 1;
        -webkit-transform: scale(.07);
        transform: scale(.07)
    }

    15% {
        opacity: 0;
        -webkit-transform: scale(.01);
        transform: scale(.01)
    }

    75% {
        opacity: 0;
        -webkit-transform: scale(.01);
        transform: scale(.01)
    }

    75.1% {
        opacity: 1;
        -webkit-transform: scale(.07);
        transform: scale(.07)
    }

    95% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes coping__button-pop-ani {
    0% {
        -webkit-transform: none;
        transform: none
    }

    5% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    14.9% {
        opacity: 1;
        -webkit-transform: scale(.07);
        transform: scale(.07)
    }

    15% {
        opacity: 0;
        -webkit-transform: scale(.01);
        transform: scale(.01)
    }

    75% {
        opacity: 0;
        -webkit-transform: scale(.01);
        transform: scale(.01)
    }

    75.1% {
        opacity: 1;
        -webkit-transform: scale(.07);
        transform: scale(.07)
    }

    95% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.act-coping__card-down {
    -webkit-animation: coping__card-down .8s linear 0s 1 normal forwards;
    animation: coping__card-down .8s linear 0s 1 normal forwards
}

.act-coping__card-down-next {
    -webkit-animation: coping__card-down-next 1.5s linear 0s 1 normal forwards;
    animation: coping__card-down-next 1.5s linear 0s 1 normal forwards
}

.act-coping__card-down-previous {
    -webkit-animation: coping__card-down-previous 1.5s linear 0s 1 normal forwards;
    animation: coping__card-down-previous 1.5s linear 0s 1 normal forwards
}

@-webkit-keyframes coping__card-down {
    0% {
        opacity: 1
    }

    49.5% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes coping__card-down {
    0% {
        opacity: 1
    }

    49.5% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes coping__card-down-next {
    0% {
        opacity: 1
    }

    22% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    22.5% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    55% {
        opacity: 0;
        -webkit-transform: translate3d(150%, 0, 0) rotateY(50deg);
        transform: translate3d(150%, 0, 0) rotateY(50deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes coping__card-down-next {
    0% {
        opacity: 1
    }

    22% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    22.5% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    55% {
        opacity: 0;
        -webkit-transform: translate3d(150%, 0, 0) rotateY(50deg);
        transform: translate3d(150%, 0, 0) rotateY(50deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes coping__card-down-previous {
    0% {
        opacity: 1
    }

    22% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    22.5% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    55% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotateY(-50deg);
        transform: translate3d(-100%, 0, 0) rotateY(-50deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes coping__card-down-previous {
    0% {
        opacity: 1
    }

    22% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    22.5% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    55% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotateY(-50deg);
        transform: translate3d(-100%, 0, 0) rotateY(-50deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.act-coping__complete-btn {
    bottom: 15px;
    margin-left: 240px;
    -webkit-animation: rainbow 6s infinite;
    animation: rainbow 6s infinite
}

.act-coping__complete-btn:hover {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes rainbow {
    0% {
        background-color: #faa
    }

    16.6% {
        background-color: #f9d495
    }

    33.35% {
        background-color: #eff995
    }

    50% {
        background-color: #95f9a0
    }

    66.6% {
        background-color: #95f9f3
    }

    83.4% {
        background-color: #bba3f9
    }

    to {
        background-color: #faa
    }
}

@keyframes rainbow {
    0% {
        background-color: #faa
    }

    16.6% {
        background-color: #f9d495
    }

    33.35% {
        background-color: #eff995
    }

    50% {
        background-color: #95f9a0
    }

    66.6% {
        background-color: #95f9f3
    }

    83.4% {
        background-color: #bba3f9
    }

    to {
        background-color: #faa
    }
}

@-webkit-keyframes bounce {

    0%,
    10%,
    26.5%,
    40%,
    50%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    20%,
    21.5% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    35% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    45% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    10%,
    26.5%,
    40%,
    50%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    20%,
    21.5% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    35% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    45% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-webkit-keyframes zoom-out-left {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoom-out-left {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes flip-in-x {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flip-in-x {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.act-review__container {
    width: 100%;
    padding: 35px 0
}

.act-review__section {
    width: 80%;
    padding: 25px;
    font-size: 20px;
    text-align: left
}

.act-review__section ul {
    list-style: disc outside
}

.act-review__section ul>li {
    padding: 8px 0
}

.act-review__section table {
    max-width: 900px;
    margin: 0 auto
}

.act-review__section table>tbody>tr>td {
    padding: 10px;
    vertical-align: middle;
    line-height: 22px
}

.act-review__section table>tbody>tr>td>img {
    padding: 5px;
    background-color: #fff;
    border-radius: 4px
}

.act-review__section--head {
    font-family: Roboto Slab, sans-serif;
    padding-bottom: 15px;
    font-size: 25px
}

.act-review__section--head img {
    vertical-align: middle;
    margin: 0 10px 2px 0
}

.act-review__section--head span {
    vertical-align: middle
}

.act-review__sc-image {
    width: 300px;
    display: block;
    margin: 0 auto
}

.act-review__warning-image {
    width: 200px;
    display: block;
    margin: 0 auto 20px
}

.act-review__triggers-column,
.act-review__warning-column {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
    line-height: 30px
}

.act-review__triggers-column div,
.act-review__warning-column div {
    line-height: 24px;
    font-weight: 700;
    text-decoration: underline
}

.act-review__triggers-column img,
.act-review__warning-column img {
    width: 90px
}

.act-review__triggers-column {
    width: 32.9%
}

.act-review__triggers-column img {
    width: 58px
}

.act-review__coping {
    width: 620px;
    margin: 25px auto
}

.act-review__coping .act-review__coping--back,
.act-review__coping .act-review__coping--front {
    display: inline-block;
    vertical-align: top;
    width: 292px;
    height: 360px;
    padding: 18px;
    border-radius: 12px;
    background-color: #fff;
    color: #000
}

.act-review__coping .act-review__coping--back img,
.act-review__coping .act-review__coping--front img {
    width: 80%
}

.act-review__coping .act-review__coping--back div,
.act-review__coping .act-review__coping--front div {
    font-family: Roboto Slab, sans-serif;
    line-height: 57px;
    font-weight: 700;
    text-align: center;
    font-size: 24px
}

.act-review__coping .act-review__coping--back div {
    line-height: 30px;
    margin-bottom: 10px
}

.act-review__coping .act-review__coping--back span {
    line-height: 21px;
    font-size: 18px
}

.act-star--container {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 101
}

.act-star--visual {
    position: absolute;
    bottom: -75px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 64px
}

.act-star--main {
    position: absolute;
    bottom: -400px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 400px
}

.act-ani--star-main {
    -webkit-animation: star-main 3s ease-out forwards;
    animation: star-main 3s ease-out forwards
}

.act-ani--star-left {
    -webkit-animation: star-left 1.5s ease-in;
    animation: star-left 1.5s ease-in;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
}

.act-ani--star-left--minor {
    -webkit-animation: star-left--minor 1s ease-in;
    animation: star-left--minor 1s ease-in;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
}

.act-ani--star-right {
    -webkit-animation: star-right 1s ease-in;
    animation: star-right 1s ease-in;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
}

.act-ani--star-right--minor {
    -webkit-animation: star-right--minor 1s ease-in;
    animation: star-right--minor 1s ease-in;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
}

.act-ani--star-up--low {
    -webkit-animation: star-up--low 1s ease-out;
    animation: star-up--low 1s ease-out;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
}

.act-ani--star-up--high {
    -webkit-animation: star-up--high 1s ease-out;
    animation: star-up--high 1s ease-out;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
}

@-webkit-keyframes star-main {
    to {
        bottom: 50%;
        margin-bottom: -200px
    }
}

@keyframes star-main {
    to {
        bottom: 50%;
        margin-bottom: -200px
    }
}

@-webkit-keyframes star-left {
    to {
        left: -50%
    }
}

@keyframes star-left {
    to {
        left: -50%
    }
}

@-webkit-keyframes star-left--minor {
    to {
        left: -20%
    }
}

@keyframes star-left--minor {
    to {
        left: -20%
    }
}

@-webkit-keyframes star-right {
    to {
        left: 50%
    }
}

@keyframes star-right {
    to {
        left: 50%
    }
}

@-webkit-keyframes star-right--minor {
    to {
        left: 20%
    }
}

@keyframes star-right--minor {
    to {
        left: 20%
    }
}

@-webkit-keyframes star-up--low {
    to {
        bottom: 70%
    }
}

@keyframes star-up--low {
    to {
        bottom: 70%
    }
}

@-webkit-keyframes star-up--high {
    to {
        bottom: 80%
    }
}

@keyframes star-up--high {
    to {
        bottom: 80%
    }
}

.act-star--single {
    position: relative;
    bottom: 54px
}

.act-ani--star-single {
    -webkit-animation: star-single .65s ease-out;
    animation: star-single .65s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes star-single {
    0% {
        bottom: 54px;
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    to {
        bottom: 130px;
        opacity: 0
    }
}

@keyframes star-single {
    0% {
        bottom: 54px;
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    to {
        bottom: 130px;
        opacity: 0
    }
}

.va-board {
    padding: 42px 75px 75px
}

@media (max-width:1130px) {
    .va-board {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:550px) {
    .va-board {
        padding-left: 7px;
        padding-right: 7px
    }
}

@media (max-height:650px) {
    .va-board {
        padding-top: 28px;
        padding-bottom: 45px
    }
}

.va-bg,
.va__activity-container {
    width: 100%;
    height: 100%
}

.va-bg {
    background-image: url(./bg.png);
    background-repeat: repeat;
    background-color: #eee;
    position: fixed;
    z-index: -1
}

body {
    background-image: url(./bg.png);
    background-repeat: repeat;
    background-color: #eee;
}

.va__comparison-item,
.va__generate-report,
.va__input,
.va__list-item,
.va__list-item--custom,
.va__report--print-button,
.va__report--section-box,
.va__section-formatting {
    background-color: #fff;
    border: 2px solid #d8d8d8;
    border-radius: 5px
}

.va-btn-modal {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 24px;
	background-color: #499db6;
    color: #ffffff;
    border-radius: 5px;
    border: 2px solid #499db6;
    font-weight: 700;
    padding: 12px 14px;
    margin-top: 20px
}

.va-btn-modal:hover {
    background-color: #00B1C4
}

.va-modal__outter {
    background-color: rgba(0, 0, 0, .75);
    display: none;
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.va-modal__inner {
    background-color: #fff;
    z-index: 100;
    border-radius: 5px;
    border: 2px solid #d8d8d8;
    position: relative;
    width: 70%;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px;
    text-align: center
}

.va-modal__inner>.va-modal__head {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px
}

.va-modal__inner>p {
    text-align: right;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px
}

@media (max-width:1100px) {
    .va-modal__inner {
        top: 50%;
        width: 85%;
        padding: 20px
    }

    .va-modal__inner>p {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:900px) {
    .va-modal__inner {
        width: 95%;
        padding: 10px 15px
    }

    .va-modal__inner>p {
        font-size: 17px;
        line-height: 23px
    }

    .va-btn-modal {
        font-size: 22px;
        padding: 10px 12px;
        margin-top: 15px
    }
}

@media (max-width:650px) {
    .va-modal__inner>p {
        font-size: 16px;
        line-height: 21px
    }

    .va-modal__inner>.va-modal__head {
        font-size: 18px;
        margin: 20px 0px;
    }

    .va-btn-modal {
        font-size: 20px;
        margin-top: 10px
    }
}

.va__list--container {
    text-align: center;
    max-width: 1440px;
    margin: 25px auto 85px
}

.va__comparison-item,
.va__list-item,
.va__list-item--custom {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
    padding: 35px 15px;
    width: 300px;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.va__comparison-item:hover,
.va__list-item--custom:hover,
.va__list-item:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.va__list-item--custom img {
    width: 21px;
    height: 21px;
    margin-right: 3px;
    vertical-align: top
}

.va__list-item--custom span {
    vertical-align: bottom
}

@media (max-width:705px) {
    .va__comparison-item,
    .va__list-item,
    .va__list-item--custom {
        padding: 20px 5px;
        width: 220px;
        margin: 6px;
        font-size: 18px
    }
	.va__comparison-item {
		width: 300px;
	}
    .va__list-item {
        width: 45%;
    }
    .va__list-item--custom img {
        width: 18px;
        height: 18px
    }
}

.va__input {
    z-index: 3;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 30px 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.va__input>input[type=text] {
    width: 350px;
    margin: 20px 0;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 700
}

.va__input>input[type=text]::-webkit-input-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.va__input>input[type=text]:-moz-placeholder,
.va__input>input[type=text]::-moz-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.va__input>input[type=text]:-ms-input-placeholder {
    opacity: .65;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.va__input>input[type=text]:focus::-webkit-input-placeholder {
    opacity: 0
}

.va__input>input[type=text]:focus:-moz-placeholder,
.va__input>input[type=text]:focus::-moz-placeholder {
    opacity: 0
}

.va__input>input[type=text]:focus:-ms-input-placeholder {
    opacity: 0
}

.va__input--save {
    position: absolute;
    width: 66px;
    height: 66px;
    background-color: #7df190;
    right: -23px;
    bottom: -23px;
    border-radius: 66px;
    border: 2px solid #54af63;
    cursor: pointer;
    line-height: 60px;
    font-size: 40px;
    text-align: center
}

.va__input--save:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #54af63
}

.va__list {
    padding-bottom: 85px
}

.va__comparison-item--selected,
.va__list-item--selected {
    background-color: #69dafc;
    border-color: #00B1C4;
}

.va__comparison-item--selected:hover,
.va__list-item--removable:hover,
.va__list-item--selected:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.va__list-item--removable:hover {
    background-color: #ffa3a3;
    border-color: #c76666
}

.va__scroll-hint {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
	background-color: #499db6;
    border: 2px solid #00B1C4;
    color: #fff;
    line-height: 32px;
    border-radius: 5px;
    padding: 15px 18px 4px;
    font-size: 18px;
    font-weight: 700
}
.va__scroll-hint > img {
    filter: invert(1);
}

.va__bottom-bar,
.va__scroll-hint {
    position: fixed;
    bottom: 0;
    text-align: center
}

.va__bottom-bar {
    -webkit-transition: .35s;
    transition: .35s;
    width: 100%;
    height: 77px;
    border-top: 2px solid #00B1C4;
    background-color: #fff;
    color: #fff;
}

.va__bottom-bar--text {
    font-size: 24px;
    font-weight: 700;
    line-height: 75px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    position: absolute;
    z-index: 1
}

.va__bottom-bar--fill {
    -webkit-transition: .5s;
    transition: .5s;
    width: 0;
    border-top: 2px solid #00B1C4;
    height: 77px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    background-color: #00B1C4;
}

@media (max-height:650px) {
    .va__bottom-bar {
        height: 47px
    }

    .va__bottom-bar--text {
        font-size: 21px;
        line-height: 45px
    }

    .va__bottom-bar--fill {
        height: 47px
    }
}

@media (max-width:800px) {
    .va__bottom-bar--text {
        font-size: 16px
    }
}

.va__bottom-bar--button {
    -webkit-transition: .5s;
    transition: .5s;
    border-top: 2px solid #00B1C4;
    background-color: #499db6
}

.va__bottom-bar--button-hover {
    cursor: pointer
}

.va__bottom-bar--button-hover:hover {
    background-color: #00B1C4
}

.va__likert--container {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 450px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -50px
}

@media (max-height:600px) {
    .va__likert--container {
        top: 60%
    }
}

.va__likert--value {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 2px solid #d8d8d8;
    border-bottom: 0;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 23px;
    font-weight: 700
}

.va__likert--question {
    padding: 25px 0 30px;
    border: 2px solid #d8d8d8;
    border-bottom: 0
}

.va__likert--scale {
    margin: 0 auto
}

.va__likert--scale .va__likert--item {
    vertical-align: middle;
    display: inline-block;
    margin: 20px 8px 0;
    border: 2px solid #d8d8d8;
    height: 35px;
    width: 35px;
    border-radius: 30px;
    cursor: pointer
}

.va__likert--scale .va__likert--item:hover {
    background-color: #499db6;
    border-color: #499db6
}

.va__likert--scale .va__likert--scale--selected {
    background-color: #00B1C4;
    border-color: #00B1C4;
}

.va__likert--scale .va__likert--scale--selected:hover {
    background-color: #499db6
}

.va__likert--scale .va__likert--after,
.va__likert--scale .va__likert--before {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    height: 35px;
    vertical-align: bottom;
    width: 60px;
    color: #777;
    white-space: pre-wrap
}

.va__likert--scale .va__likert--before {
    text-align: right;
    margin-right: 8px
}

.va__likert--scale .va__likert--after {
    text-align: right;
    margin-left: 8px
}

.va__likert--button {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 60px;
    border: 2px solid #d8d8d8;
    background-color: #f5f5f5;
    font-size: 20px;
    font-weight: 700;
    color: #a5a5a5
}

.va__likert--button--active {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #499db6;
    border-color: #00B1C4;
    cursor: pointer;
    color: #fff
}

.va__likert--button--active:hover {
    background-color: #00B1C4
}

@media (max-height:470px) {
    .va__likert--value {
        line-height: 36px;
        font-size: 19px
    }

    .va__likert--question {
        padding: 15px 0
    }

    .va__likert--item {
        margin: 15px 8px 0
    }

    .va__likert--button {
        line-height: 42px
    }
}

.va__comparison--container {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    width: 720px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.va__comparison--container,
.va__generate-report {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%
}

.va__generate-report {
    width: 340px;
    line-height: 40px;
    padding: 26px 0 16px;
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin: -105px 0 0 -170px;
    cursor: pointer
}

.va__generate-report:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.va__generate-report--clicked:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.va__generate-report--loading {
    margin: 20px;
    -webkit-animation: spin 2.25s linear infinite;
    animation: spin 2.25s linear infinite
}

.va__report--print-button,
.va__report--section-box {
    max-width: 800px;
    margin: 15px auto
}

.va__report--print-button h2,
.va__report--section-box h2 {
    line-height: 50px;
    border-bottom: 2px solid #d8d8d8;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.va__report--print-button ol,
.va__report--section-box ol {
    margin: 10px auto 15px;
    font-size: 20px;
    line-height: 34px;
    display: inline-block;
    text-align: right;
    width: 100%
}

.va__report--print-button ol li,
.va__report--section-box ol li {
    list-style-type: none;
    padding: 20px
}

.va__report--number {
    float: right;
    line-height: 86px;
    width: 50px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    margin-right: 15px
}

.va__report--question {
    font-size: 18px;
    line-height: 24px
}

.va__report--answer {
    margin-left: 8px;
    font-weight: 700;
    color: #324263;
    text-decoration: underline
}

.va__report--definition {
    display: block;
    text-align: right;
    padding: 10px 23px 15px;
    font-size: 18px;
    line-height: 26px
}

.va__report--print-button {
    font-size: 22px;
    line-height: 60px;
    font-weight: 700;
	background-color: #00B1C4;
    color: #ffffff;
    border-radius: 5px;
    border: 2px solid #00B1C4;	
    cursor: pointer;
    text-align: center
}

.va__report--print-button img {
    vertical-align: middle;
    margin-right: 15px;
    width: 30px;
    height: 30px
}

.va__report--print-button:hover {
    background-color: #499db6
}