@charset "UTF-8";
.facebook-comment[data-v-7185bb36] {
    position: relative;
    display: flex;
    box-sizing: border-box;
    min-height: 60px;
    margin: 0 -5px 5px
}

.facebook-comment__avatar[data-v-7185bb36] {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 50px
}

.facebook-comment__avatar img[data-v-7185bb36] {
    width: 100%
}

.facebook-comment__body[data-v-7185bb36] {
    margin: 0 5px
}

.facebook-comment__details[data-v-7185bb36] {
    margin-top: 5px;
    line-height: 16px
}

.facebook-comment__image[data-v-7185bb36] {
    box-sizing: border-box;
    max-width: 200px;
    margin: 10px 0 5px;
    padding: 3px;
    font-size: 0;
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 2px
}

.facebook-comment__image img[data-v-7185bb36] {
    width: 100%
}

.facebook-comment__message[data-v-7185bb36] {
    margin-left: 1ex
}

.facebook-comment__like-thumb[data-v-7185bb36] {
    height: 13px;
    width: 13px;
    margin: 0 5px
}

.facebook-comment__likes[data-v-7185bb36] {
    color: var(--link-color)
}

.facebook-comment__name[data-v-7185bb36] {
    color: var(--highlight-color);
    font-weight: 700
}

.facebook-comment__actions[data-v-7185bb36] {
    padding-top: 5px;
    font-size: 11px
}

.facebook-comment__action[data-v-7185bb36] {
    display: inline-block
}

.facebook-comment__action[data-v-7185bb36]:after {
    display: inline-block;
    margin: 0 3px;
    content: "·"
}

.facebook-comment__action[data-v-7185bb36]:last-child:after {
    display: none
}

.facebook-comment__link[data-v-7185bb36] {
    color: var(--link-color);
    cursor: pointer
}

.facebook-comment__link[data-v-7185bb36]:hover {
    text-decoration: underline
}

.facebook-comment__since[data-v-7185bb36] {
    color: var(--lowlight-color)
}

.prize-wheel[data-v-2b07b453] {
    position: relative;
    width: 100%;
    max-width: 501px;
    font-size: 0
}

.prize-wheel--shadow .prize-wheel__shadow[data-v-2b07b453] {
    box-shadow: 0 20px 40px #00000080
}

.prize-wheel--spinning[data-v-2b07b453] {
    cursor: pointer
}

.prize-wheel--spinning .prize-wheel__spinner-image[data-v-2b07b453] {
    animation: var(--spin-duration) ease 1 forwards spin-2b07b453
}

.prize-wheel--won .prize-wheel__mask[data-v-2b07b453] {
    opacity: .5
}

.prize-wheel--won .prize-wheel__prize-image[data-v-2b07b453] {
    z-index: 11;
    animation: var(--prize-spin-duration) rotateIn-2b07b453 both
}

.prize-wheel__shadow[data-v-2b07b453] {
    position: relative;
    overflow: hidden;
    border-radius: 100%
}

.prize-wheel__mask[data-v-2b07b453] {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    transition: opacity .3s ease-in;
    mask-image: radial-gradient(white, black)
}

.prize-wheel__spinner-image[data-v-2b07b453] {
    width: 100%;
    transform: rotate(var(--rotate-to))
}

.prize-wheel__image[data-v-2b07b453] {
    width: 100%
}

.prize-wheel__static-image[data-v-2b07b453] {
    position: absolute;
    inset: 0;
    width: 100%
}

.prize-wheel__prize-image[data-v-2b07b453] {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 60%;
    max-width: 200px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0
}

@keyframes spin-2b07b453 {
    0% {
        transform: rotate(var(--rotate-from))
    }
    92% {
        transform: rotate(calc(var(--rotate-to) + 2deg))
    }
    96% {
        transform: rotate(calc(var(--rotate-to) - 2deg))
    }
    to {
        transform: rotate(var(--rotate-to))
    }
}

@keyframes rotateIn-2b07b453 {
    0% {
        transform: translate(-50%, -50%) rotate(-360deg) scale(0);
        transform-origin: center;
        opacity: 0
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg) scale(1);
        transform-origin: center;
        opacity: 1
    }
}

.modal[data-v-442b8742] {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 10px;
    overflow: auto;
    pointer-events: none;
    -webkit-overflow-scrolling: touch
}

.modal--open[data-v-442b8742] {
    pointer-events: auto
}

.modal__backdrop[data-v-442b8742] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080
}

.modal__content[data-v-442b8742] {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    max-width: 100%;
    margin: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 50px #00000040
}

.fade-enter-active[data-v-442b8742],
.fade-leave-active[data-v-442b8742] {
    transition: opacity .2s
}

.fade-enter[data-v-442b8742],
.fade-leave-to[data-v-442b8742] {
    opacity: 0
}

.fade-zoom-enter-active[data-v-442b8742],
.fade-zoom-leave-active[data-v-442b8742] {
    transition: all .2s
}

.fade-zoom-enter[data-v-442b8742],
.fade-zoom-leave-to[data-v-442b8742] {
    transform: scale(1.1);
    opacity: 0
}

[v-cloak] {
    display: none !important
}

.download-instructions {
    max-width: 450px;
    margin: 0 auto
}

.download-instructions h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px
}

.download-instructions h2 {
    color: #4285f4;
    font-size: 16px
}

.download-instructions__cta {
    margin-bottom: 10px;
    padding: 6px;
    color: #fff;
    background: #4285f4
}

.download-instructions__list {
    padding: 0;
    list-style: none
}

.download-instructions__buttons {
    margin-top: 10px
}

.download-instructions__countdown {
    margin-top: 10px;
    color: red
}

.download-instructions__footer {
    margin-top: 0;
    color: #999
}

.google-play {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.google-play__button {
    margin: 1rem 0 0;
    display: inline-block;
    max-width: 150px
}

.google-play__subline {
    text-align: center;
    font-size: 11px;
    opacity: .6;
    margin: 0 0 .5rem
}

html {
    height: 100%
}

body {
    min-height: 100%;
    margin: 0;
    color: #000;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background: #d3d6db
}

.strong {
    font-weight: 700
}

.header {
    width: 100%;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    background-color: #3b5998
}

.header__icon {
    position: absolute;
    top: 5px;
    right: 10px
}

.step--end {
    line-height: 26px;
    text-align: start
}

.step__loader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.step__text {
    max-width: 200px;
    margin: 0 auto
}

.step__date {
    margin-bottom: 10px;
    color: #9c9c9c;
    font-size: 10px
}

.step__title {
    font-size: 13px
}

.step__title--bold {
    color: #3c5a96;
    font-weight: 700
}

.step__subtitle {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px
}

.step__bar {
    padding: 5px 0 10px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    background-color: #232f3e;
    box-shadow: 0 0 10px #000000b3
}

.step__prize {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 20px
}

.step__prize-image {
    width: 100px;
    margin-right: 10px;
    text-align: center
}

.step__prize-image-image {
    width: 100%
}

.step__prize-details .new-prize {
    color: green
}

.step__button {
    display: block;
    width: 180px;
    height: 27px;
    margin-top: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
    background-color: #637aad;
    border: 1px solid #314179;
    box-shadow: inset 0 1px #7a8eb9
}

.card {
    margin: 6px;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 3px
}

.card--centered {
    text-align: center
}

.card__paragraph {
    margin: 0
}

.prize-wheel {
    margin: 20px auto 30px
}

.prize-wheel__wheel {
    width: 100%
}

.prize-wheel__prize {
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 20%;
    transform: translate(-50%) rotate(180deg)
}

.comments {
    font-size: 12px;
    font-family: Verdana, sans-serif;
    text-align: start
}

.comments__likes {
    margin-bottom: 10px
}

.comments__link {
    color: #3c5a96;
    cursor: pointer
}

.comments__link:hover {
    text-decoration: underline
}

.comments__more {
    padding: 10px 0
}

.comments__form {
    text-align: center
}

.comments__form-input {
    width: 90%
}

.modal {
    font-size: 16px
}

.modal__image {
    width: 100px
}

.modal__title {
    margin-bottom: 0;
    padding: 13px 16px;
    color: #000000a6;
    font-weight: 600;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    text-transform: none
}

.modal__button {
    margin: 0;
    padding: 10px 24px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #7cd1f9;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer
}

.modal__button:hover {
    background-color: #78cbf2
}