._css_retina_detection_ {
    width: 1px
}

@media (min-moz-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2), (-webkit-min-device-pixel-ratio:2), (min-device-pixel-ratio:2), (min-resolution:2dppx), (min-resolution:192dpi) {
    ._css_retina_detection_ {
        width: 2px
    }
}

.rotate {
    display: inline-block;
    -webkit-animation: rotate 2s infinite linear;
    -moz-animation: rotate 2s infinite linear;
    -o-animation: rotate 2s infinite linear;
    -ms-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear
}

@-moz-keyframes rotate {
    0 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes rotate {
    0 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    0 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes rotate {
    0 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotate {
    0 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.pulse {
    display: inline-block;
    -webkit-animation: pulse 1s infinite linear;
    -moz-animation: pulse 1s infinite linear;
    -o-animation: pulse 1s infinite linear;
    -ms-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear
}

@-moz-keyframes pulse {
    0 {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(0.7, 0.7);
        -moz-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -o-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(0.7, 0.7);
        -moz-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -o-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes pulse {
    0 {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(0.7, 0.7);
        -moz-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -o-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-ms-keyframes pulse {
    0 {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(0.7, 0.7);
        -moz-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -o-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes pulse {
    0 {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(0.7, 0.7);
        -moz-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -o-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.arrow-pulse {
    display: inline-block;
    -webkit-animation: arrow-pulse 1s infinite linear alternate;
    -moz-animation: arrow-pulse 1s infinite linear alternate;
    -o-animation: arrow-pulse 1s infinite linear alternate;
    -ms-animation: arrow-pulse 1s infinite linear alternate;
    animation: arrow-pulse 1s infinite linear alternate
}

@-moz-keyframes arrow-pulse {
    0 {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%)
    }
}

@-webkit-keyframes arrow-pulse {
    0 {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%)
    }
}

@-o-keyframes arrow-pulse {
    0 {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%)
    }
}

@-ms-keyframes arrow-pulse {
    0 {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%)
    }
}

@keyframes arrow-pulse {
    0 {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%)
    }
}

.rotate-and-pulse {
    display: inline-block;
    -webkit-animation: rotate-and-pulse 2s infinite linear;
    -moz-animation: rotate-and-pulse 2s infinite linear;
    -o-animation: rotate-and-pulse 2s infinite linear;
    -ms-animation: rotate-and-pulse 2s infinite linear;
    animation: rotate-and-pulse 2s infinite linear
}

@-moz-keyframes rotate-and-pulse {
    0 {
        -webkit-transform: scale(1, 1) rotate(0deg);
        -moz-transform: scale(1, 1) rotate(0deg);
        -ms-transform: scale(1, 1) rotate(0deg);
        -o-transform: scale(1, 1) rotate(0deg);
        transform: scale(1, 1) rotate(0deg)
    }

    25% {
        -webkit-transform: scale(0.7, 0.7) rotate(90deg);
        -moz-transform: scale(0.7, 0.7) rotate(90deg);
        -ms-transform: scale(0.7, 0.7) rotate(90deg);
        -o-transform: scale(0.7, 0.7) rotate(90deg);
        transform: scale(0.7, 0.7) rotate(90deg)
    }

    50% {
        -webkit-transform: scale(1, 1) rotate(180deg);
        -moz-transform: scale(1, 1) rotate(180deg);
        -ms-transform: scale(1, 1) rotate(180deg);
        -o-transform: scale(1, 1) rotate(180deg);
        transform: scale(1, 1) rotate(180deg)
    }

    75% {
        -webkit-transform: scale(0.7, 0.7) rotate(270deg);
        -moz-transform: scale(0.7, 0.7) rotate(270deg);
        -ms-transform: scale(0.7, 0.7) rotate(270deg);
        -o-transform: scale(0.7, 0.7) rotate(270deg);
        transform: scale(0.7, 0.7) rotate(270deg)
    }

    100% {
        -webkit-transform: scale(1, 1) rotate(360deg);
        -moz-transform: scale(1, 1) rotate(360deg);
        -ms-transform: scale(1, 1) rotate(360deg);
        -o-transform: scale(1, 1) rotate(360deg);
        transform: scale(1, 1) rotate(360deg)
    }
}

@-webkit-keyframes rotate-and-pulse {
    0 {
        -webkit-transform: scale(1, 1) rotate(0deg);
        -moz-transform: scale(1, 1) rotate(0deg);
        -ms-transform: scale(1, 1) rotate(0deg);
        -o-transform: scale(1, 1) rotate(0deg);
        transform: scale(1, 1) rotate(0deg)
    }

    25% {
        -webkit-transform: scale(0.7, 0.7) rotate(90deg);
        -moz-transform: scale(0.7, 0.7) rotate(90deg);
        -ms-transform: scale(0.7, 0.7) rotate(90deg);
        -o-transform: scale(0.7, 0.7) rotate(90deg);
        transform: scale(0.7, 0.7) rotate(90deg)
    }

    50% {
        -webkit-transform: scale(1, 1) rotate(180deg);
        -moz-transform: scale(1, 1) rotate(180deg);
        -ms-transform: scale(1, 1) rotate(180deg);
        -o-transform: scale(1, 1) rotate(180deg);
        transform: scale(1, 1) rotate(180deg)
    }

    75% {
        -webkit-transform: scale(0.7, 0.7) rotate(270deg);
        -moz-transform: scale(0.7, 0.7) rotate(270deg);
        -ms-transform: scale(0.7, 0.7) rotate(270deg);
        -o-transform: scale(0.7, 0.7) rotate(270deg);
        transform: scale(0.7, 0.7) rotate(270deg)
    }

    100% {
        -webkit-transform: scale(1, 1) rotate(360deg);
        -moz-transform: scale(1, 1) rotate(360deg);
        -ms-transform: scale(1, 1) rotate(360deg);
        -o-transform: scale(1, 1) rotate(360deg);
        transform: scale(1, 1) rotate(360deg)
    }
}

@-o-keyframes rotate-and-pulse {
    0 {
        -webkit-transform: scale(1, 1) rotate(0deg);
        -moz-transform: scale(1, 1) rotate(0deg);
        -ms-transform: scale(1, 1) rotate(0deg);
        -o-transform: scale(1, 1) rotate(0deg);
        transform: scale(1, 1) rotate(0deg)
    }

    25% {
        -webkit-transform: scale(0.7, 0.7) rotate(90deg);
        -moz-transform: scale(0.7, 0.7) rotate(90deg);
        -ms-transform: scale(0.7, 0.7) rotate(90deg);
        -o-transform: scale(0.7, 0.7) rotate(90deg);
        transform: scale(0.7, 0.7) rotate(90deg)
    }

    50% {
        -webkit-transform: scale(1, 1) rotate(180deg);
        -moz-transform: scale(1, 1) rotate(180deg);
        -ms-transform: scale(1, 1) rotate(180deg);
        -o-transform: scale(1, 1) rotate(180deg);
        transform: scale(1, 1) rotate(180deg)
    }

    75% {
        -webkit-transform: scale(0.7, 0.7) rotate(270deg);
        -moz-transform: scale(0.7, 0.7) rotate(270deg);
        -ms-transform: scale(0.7, 0.7) rotate(270deg);
        -o-transform: scale(0.7, 0.7) rotate(270deg);
        transform: scale(0.7, 0.7) rotate(270deg)
    }

    100% {
        -webkit-transform: scale(1, 1) rotate(360deg);
        -moz-transform: scale(1, 1) rotate(360deg);
        -ms-transform: scale(1, 1) rotate(360deg);
        -o-transform: scale(1, 1) rotate(360deg);
        transform: scale(1, 1) rotate(360deg)
    }
}

@-ms-keyframes rotate-and-pulse {
    0 {
        -webkit-transform: scale(1, 1) rotate(0deg);
        -moz-transform: scale(1, 1) rotate(0deg);
        -ms-transform: scale(1, 1) rotate(0deg);
        -o-transform: scale(1, 1) rotate(0deg);
        transform: scale(1, 1) rotate(0deg)
    }

    25% {
        -webkit-transform: scale(0.7, 0.7) rotate(90deg);
        -moz-transform: scale(0.7, 0.7) rotate(90deg);
        -ms-transform: scale(0.7, 0.7) rotate(90deg);
        -o-transform: scale(0.7, 0.7) rotate(90deg);
        transform: scale(0.7, 0.7) rotate(90deg)
    }

    50% {
        -webkit-transform: scale(1, 1) rotate(180deg);
        -moz-transform: scale(1, 1) rotate(180deg);
        -ms-transform: scale(1, 1) rotate(180deg);
        -o-transform: scale(1, 1) rotate(180deg);
        transform: scale(1, 1) rotate(180deg)
    }

    75% {
        -webkit-transform: scale(0.7, 0.7) rotate(270deg);
        -moz-transform: scale(0.7, 0.7) rotate(270deg);
        -ms-transform: scale(0.7, 0.7) rotate(270deg);
        -o-transform: scale(0.7, 0.7) rotate(270deg);
        transform: scale(0.7, 0.7) rotate(270deg)
    }

    100% {
        -webkit-transform: scale(1, 1) rotate(360deg);
        -moz-transform: scale(1, 1) rotate(360deg);
        -ms-transform: scale(1, 1) rotate(360deg);
        -o-transform: scale(1, 1) rotate(360deg);
        transform: scale(1, 1) rotate(360deg)
    }
}

@keyframes rotate-and-pulse {
    0 {
        -webkit-transform: scale(1, 1) rotate(0deg);
        -moz-transform: scale(1, 1) rotate(0deg);
        -ms-transform: scale(1, 1) rotate(0deg);
        -o-transform: scale(1, 1) rotate(0deg);
        transform: scale(1, 1) rotate(0deg)
    }

    25% {
        -webkit-transform: scale(0.7, 0.7) rotate(90deg);
        -moz-transform: scale(0.7, 0.7) rotate(90deg);
        -ms-transform: scale(0.7, 0.7) rotate(90deg);
        -o-transform: scale(0.7, 0.7) rotate(90deg);
        transform: scale(0.7, 0.7) rotate(90deg)
    }

    50% {
        -webkit-transform: scale(1, 1) rotate(180deg);
        -moz-transform: scale(1, 1) rotate(180deg);
        -ms-transform: scale(1, 1) rotate(180deg);
        -o-transform: scale(1, 1) rotate(180deg);
        transform: scale(1, 1) rotate(180deg)
    }

    75% {
        -webkit-transform: scale(0.7, 0.7) rotate(270deg);
        -moz-transform: scale(0.7, 0.7) rotate(270deg);
        -ms-transform: scale(0.7, 0.7) rotate(270deg);
        -o-transform: scale(0.7, 0.7) rotate(270deg);
        transform: scale(0.7, 0.7) rotate(270deg)
    }

    100% {
        -webkit-transform: scale(1, 1) rotate(360deg);
        -moz-transform: scale(1, 1) rotate(360deg);
        -ms-transform: scale(1, 1) rotate(360deg);
        -o-transform: scale(1, 1) rotate(360deg);
        transform: scale(1, 1) rotate(360deg)
    }
}

.pulse-heart {
    display: inline-block;
    -webkit-animation: pulse-heart 2s infinite linear;
    -moz-animation: pulse-heart 2s infinite linear;
    -o-animation: pulse-heart 2s infinite linear;
    -ms-animation: pulse-heart 2s infinite linear;
    animation: pulse-heart 2s infinite linear
}

@-moz-keyframes pulse-heart {
    0 {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    35% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    40% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    45% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    55% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    60% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    65% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes pulse-heart {
    0 {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    35% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    40% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    45% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    55% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    60% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    65% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes pulse-heart {
    0 {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    35% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    40% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    45% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    55% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    60% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    65% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-ms-keyframes pulse-heart {
    0 {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    35% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    40% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    45% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    55% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    60% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    65% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes pulse-heart {
    0 {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    35% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    40% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    45% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    55% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    60% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    65% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes move {
    0 {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}

@-webkit-keyframes move {
    0 {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}

@-o-keyframes move {
    0 {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}

@-ms-keyframes move {
    0 {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}

@keyframes move {
    0 {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}

.myprogressbar {
    height: 40px;
    position: relative;
    background: #555;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    box-sizing: border-box
}

.myprogressbar>span {
    display: block;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    background-color: #00d472;
    background-image: -webkit-linear-gradient(center bottom, #00d472 37%, #00d472 69%);
    background-image: -o-linear-gradient(center bottom, #00d472 37%, #00d472 69%);
    background-image: -moz-linear-gradient(center bottom, #00d472 37%, #00d472 69%);
    background-image: linear-gradient(center bottom, #00d472 37%, #00d472 69%)
}

.myprogressbar>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -o-animation: move 2s linear infinite;
    -ms-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden
}

.myprogressbar.red>span {
    background-color: #ff7676;
    background-image: -webkit-linear-gradient(center bottom, #ff7676 37%, #ff7676 69%);
    background-image: -o-linear-gradient(center bottom, #ff7676 37%, #ff7676 69%);
    background-image: -moz-linear-gradient(center bottom, #ff7676 37%, #ff7676 69%);
    background-image: linear-gradient(center bottom, #ff7676 37%, #ff7676 69%)
}

.myprogressbar.yellow>span {
    background-color: #f9da00;
    background-image: -webkit-linear-gradient(center bottom, #f9da00 37%, #f9da00 69%);
    background-image: -o-linear-gradient(center bottom, #f9da00 37%, #f9da00 69%);
    background-image: -moz-linear-gradient(center bottom, #f9da00 37%, #f9da00 69%);
    background-image: linear-gradient(center bottom, #f9da00 37%, #f9da00 69%)
}

.myprogressbar.green>span {
    background-color: #00d472;
    background-image: -webkit-linear-gradient(center bottom, #00d472 37%, #00d472 69%);
    background-image: -o-linear-gradient(center bottom, #00d472 37%, #00d472 69%);
    background-image: -moz-linear-gradient(center bottom, #00d472 37%, #00d472 69%);
    background-image: linear-gradient(center bottom, #00d472 37%, #00d472 69%)
}

.myprogressbar.blue>span {
    background-color: #00b1ce;
    background-image: -webkit-linear-gradient(center bottom, #00b1ce 37%, #00b1ce 69%);
    background-image: -o-linear-gradient(center bottom, #00b1ce 37%, #00b1ce 69%);
    background-image: -moz-linear-gradient(center bottom, #00b1ce 37%, #00b1ce 69%);
    background-image: linear-gradient(center bottom, #00b1ce 37%, #00b1ce 69%)
}

.hamburger-animated-1 {
    display: inline-block;
    width: 2em;
    height: 1em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer
}

.hamburger-animated-1 span {
    display: block;
    position: absolute;
    height: 0.2em;
    width: 40%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.hamburger-animated-1 span:nth-child(even) {
    left: 0.4em;
    border-radius: 0 1000px 1000px 0
}

.hamburger-animated-1 span:nth-child(odd) {
    left: 0;
    border-radius: 1000px 0 0 1000px
}

.hamburger-animated-1 span:nth-child(1), .hamburger-animated-1 span:nth-child(2) {
    top: 1.1em
}

.hamburger-animated-1 span:nth-child(3), .hamburger-animated-1 span:nth-child(4) {
    top: 1.5em
}

.hamburger-animated-1 span:nth-child(5), .hamburger-animated-1 span:nth-child(6) {
    top: 1.9em
}

.hamburger-animated-1.open span:nth-child(1), .hamburger-animated-1.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger-animated-1.open span:nth-child(2), .hamburger-animated-1.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hamburger-animated-1.open span:nth-child(1) {
    left: 0;
    top: 0.2em
}

.hamburger-animated-1.open span:nth-child(2) {
    left: 0.5em;
    top: 0.2em
}

.hamburger-animated-1.open span:nth-child(3) {
    left: -50%;
    opacity: 0
}

.hamburger-animated-1.open span:nth-child(4) {
    left: 100%;
    opacity: 0
}

.hamburger-animated-1.open span:nth-child(5) {
    left: 0;
    top: 0.7em
}

.hamburger-animated-1.open span:nth-child(6) {
    left: 0.5em;
    top: 0.7em
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.align-middle {
    vertical-align: middle
}

.normalcase {
    text-transform: none
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.background-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.fill {
    width: 100%;
    height: 100%
}

.table {
    display: table
}

.table-row {
    display: table-row;
    vertical-align: middle
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.clear-before:before {
    display: block;
    content: "";
    float: none;
    clear: both
}

.clear-after:after {
    display: block;
    content: "";
    float: none;
    clear: both
}

.reset-list {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none
}

.reset-list li, .reset-list.inline-block li {
    display: inline-block
}

.reset-list.block li {
    display: block
}

*:focus {
    outline: none !important;
    box-shadow: none !important
}

select:focus {
    outline: none;
    box-shadow: none
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flexbox;
    display: flex
}

.display-inline-flex {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex
}

.p-relative {
    position: relative
}

.grecaptcha-badge {
    visibility: hidden
}

@font-face {
    font-family: 'Univers LT Std';
    src: url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/UniversLTStd-Black.eot');
    src: url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/UniversLTStd-Black.eot?#iefix') format('embedded-opentype'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/UniversLTStd-Black.woff2') format('woff2'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/UniversLTStd-Black.woff') format('woff'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/UniversLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'LTFeltpen';
    src: url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/LinotypeFeltpen-Medium.eot');
    src: url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/LinotypeFeltpen-Medium.eot?#iefix') format('embedded-opentype'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/LinotypeFeltpen-Medium.woff2') format('woff2'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/LinotypeFeltpen-Medium.woff') format('woff'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/LinotypeFeltpen-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Univers LT Std';
    src: url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/UniversLTStd.eot');
    src: url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/UniversLTStd.eot?#iefix') format('embedded-opentype'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/UniversLTStd.woff2') format('woff2'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/UniversLTStd.woff') format('woff'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/UniversLTStd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Jackpot Lowercase';
    src: url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/JackpotLowercaseItalic-Medium.eot');
    src: url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/JackpotLowercaseItalic-Medium.eot?#iefix') format('embedded-opentype'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/JackpotLowercaseItalic-Medium.woff2') format('woff2'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/JackpotLowercaseItalic-Medium.woff') format('woff'), url('https://demogioco.netycom.it/wp-content/themes/trenino/styles/JackpotLowercaseItalic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@keyframes snowfall {
    0 {
        transform: translate3d(var(--left-ini), 0, 0)
    }

    100% {
        transform: translate3d(var(--left-end), 110vh, 0)
    }
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.neve {
    width: 61.97916667vw;
    height: 68.75vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

@media screen and (min-width:320px) and (max-width:767px) {
    .neve {
        width: 100%
    }
}

.snowflake {
    --size: 1vw;
    background: white;
    border-radius: 50%;
    height: var(--size);
    position: absolute;
    top: -5vh;
    width: var(--size)
}

@media screen and (min-width:320px) and (max-width:767px) {
    .snowflake {
        --size: 2vw !important
    }
}

.snowflake:nth-child(1) {
    --left-end: -8vw;
    --left-ini: -6vw;
    --size: 0.8vw;
    animation-delay: -4s;
    animation: snowfall 14s linear infinite;
    left: 73vw
}

.snowflake:nth-child(2) {
    --left-end: -5vw;
    --left-ini: 1vw;
    --size: 0.8vw;
    animation-delay: -1s;
    animation: snowfall 7s linear infinite;
    left: 37vw
}

.snowflake:nth-child(3) {
    --left-end: -1vw;
    --left-ini: -9vw;
    --size: 0.4vw;
    animation-delay: -8s;
    animation: snowfall 12s linear infinite;
    left: 51vw
}

.snowflake:nth-child(4) {
    --left-end: 6vw;
    --left-ini: -8vw;
    --size: 1vw;
    animation-delay: -2s;
    animation: snowfall 6s linear infinite;
    left: 6vw
}

.snowflake:nth-child(5) {
    --left-end: -7vw;
    --left-ini: 2vw;
    --size: 0.8vw;
    animation-delay: -3s;
    animation: snowfall 10s linear infinite;
    left: 55vw
}

.snowflake:nth-child(6) {
    --left-end: 3vw;
    --left-ini: 9vw;
    --size: 0.2vw;
    animation-delay: -8s;
    animation: snowfall 14s linear infinite;
    left: 23vw
}

.snowflake:nth-child(7) {
    --left-end: 2vw;
    --left-ini: 5vw;
    --size: 0.8vw;
    animation-delay: -1s;
    animation: snowfall 10s linear infinite;
    left: 60vw
}

.snowflake:nth-child(8) {
    --left-end: 0vw;
    --left-ini: -8vw;
    --size: 0.6vw;
    animation-delay: -10s;
    animation: snowfall 14s linear infinite;
    left: 75vw
}

.snowflake:nth-child(9) {
    --left-end: -2vw;
    --left-ini: -9vw;
    --size: 0.8vw;
    animation-delay: -8s;
    animation: snowfall 8s linear infinite;
    left: 90vw
}

.snowflake:nth-child(10) {
    --left-end: -4vw;
    --left-ini: 7vw;
    --size: 0.2vw;
    animation-delay: -9s;
    animation: snowfall 15s linear infinite;
    left: 70vw
}

.snowflake:nth-child(11) {
    --left-end: -9vw;
    --left-ini: 5vw;
    --size: 0.2vw;
    animation-delay: -3s;
    animation: snowfall 12s linear infinite;
    left: 83vw
}

.snowflake:nth-child(12) {
    --left-end: 0vw;
    --left-ini: -9vw;
    --size: 0.2vw;
    animation-delay: -4s;
    animation: snowfall 7s linear infinite;
    left: 58vw
}

.snowflake:nth-child(13) {
    --left-end: 3vw;
    --left-ini: -5vw;
    --size: 0.2vw;
    animation-delay: -2s;
    animation: snowfall 8s linear infinite;
    left: 48vw
}

.snowflake:nth-child(14) {
    --left-end: 2vw;
    --left-ini: 10vw;
    --size: 0.6vw;
    animation-delay: -5s;
    animation: snowfall 12s linear infinite;
    left: 16vw
}

.snowflake:nth-child(15) {
    --left-end: 6vw;
    --left-ini: -2vw;
    --size: 0.8vw;
    animation-delay: -2s;
    animation: snowfall 14s linear infinite;
    left: 66vw
}

.snowflake:nth-child(16) {
    --left-end: 3vw;
    --left-ini: -9vw;
    --size: 0.8vw;
    animation-delay: -3s;
    animation: snowfall 11s linear infinite;
    left: 65vw
}

.snowflake:nth-child(17) {
    --left-end: 1vw;
    --left-ini: -2vw;
    --size: 0.2vw;
    animation-delay: -8s;
    animation: snowfall 14s linear infinite;
    left: 44vw
}

.snowflake:nth-child(18) {
    --left-end: 10vw;
    --left-ini: 0vw;
    --size: 1vw;
    animation-delay: -4s;
    animation: snowfall 8s linear infinite;
    left: 90vw
}

.snowflake:nth-child(19) {
    --left-end: -8vw;
    --left-ini: 4vw;
    --size: 0.8vw;
    animation-delay: -10s;
    animation: snowfall 12s linear infinite;
    left: 46vw
}

.snowflake:nth-child(20) {
    --left-end: -2vw;
    --left-ini: 5vw;
    --size: 1vw;
    animation-delay: -6s;
    animation: snowfall 6s linear infinite;
    left: 55vw
}

.snowflake:nth-child(21) {
    --left-end: -4vw;
    --left-ini: 3vw;
    --size: 0.8vw;
    animation-delay: -9s;
    animation: snowfall 15s linear infinite;
    left: 50vw
}

.snowflake:nth-child(22) {
    --left-end: 3vw;
    --left-ini: 2vw;
    --size: 0.4vw;
    animation-delay: -9s;
    animation: snowfall 13s linear infinite;
    left: 66vw
}

.snowflake:nth-child(23) {
    --left-end: 5vw;
    --left-ini: -1vw;
    --size: 0.6vw;
    animation-delay: -10s;
    animation: snowfall 12s linear infinite;
    left: 8vw
}

.snowflake:nth-child(24) {
    --left-end: 9vw;
    --left-ini: -7vw;
    --size: 1vw;
    animation-delay: -7s;
    animation: snowfall 10s linear infinite;
    left: 37vw
}

.snowflake:nth-child(25) {
    --left-end: 0vw;
    --left-ini: -5vw;
    --size: 1vw;
    animation-delay: -9s;
    animation: snowfall 6s linear infinite;
    left: 22vw
}

.snowflake:nth-child(26) {
    --left-end: -5vw;
    --left-ini: 3vw;
    --size: 0.4vw;
    animation-delay: -8s;
    animation: snowfall 10s linear infinite;
    left: 24vw
}

.snowflake:nth-child(27) {
    --left-end: -3vw;
    --left-ini: -6vw;
    --size: 0.4vw;
    animation-delay: -8s;
    animation: snowfall 8s linear infinite;
    left: 11vw
}

.snowflake:nth-child(28) {
    --left-end: 7vw;
    --left-ini: 0vw;
    --size: 1vw;
    animation-delay: -2s;
    animation: snowfall 9s linear infinite;
    left: 76vw
}

.snowflake:nth-child(29) {
    --left-end: 3vw;
    --left-ini: -5vw;
    --size: 1vw;
    animation-delay: -6s;
    animation: snowfall 7s linear infinite;
    left: 57vw
}

.snowflake:nth-child(30) {
    --left-end: 1vw;
    --left-ini: 7vw;
    --size: 0.2vw;
    animation-delay: -3s;
    animation: snowfall 12s linear infinite;
    left: 97vw
}

.snowflake:nth-child(31) {
    --left-end: 5vw;
    --left-ini: -6vw;
    --size: 0.6vw;
    animation-delay: -5s;
    animation: snowfall 14s linear infinite;
    left: 95vw
}

.snowflake:nth-child(32) {
    --left-end: 9vw;
    --left-ini: 8vw;
    --size: 0.6vw;
    animation-delay: -4s;
    animation: snowfall 7s linear infinite;
    left: 49vw
}

.snowflake:nth-child(33) {
    --left-end: 8vw;
    --left-ini: -3vw;
    --size: 0.8vw;
    animation-delay: -6s;
    animation: snowfall 6s linear infinite;
    left: 52vw
}

.snowflake:nth-child(34) {
    --left-end: -1vw;
    --left-ini: -3vw;
    --size: 0.6vw;
    animation-delay: -5s;
    animation: snowfall 10s linear infinite;
    left: 18vw
}

.snowflake:nth-child(35) {
    --left-end: 8vw;
    --left-ini: 2vw;
    --size: 0.6vw;
    animation-delay: -5s;
    animation: snowfall 10s linear infinite;
    left: 58vw
}

.snowflake:nth-child(36) {
    --left-end: 4vw;
    --left-ini: 9vw;
    --size: 0.6vw;
    animation-delay: -7s;
    animation: snowfall 9s linear infinite;
    left: 86vw
}

.snowflake:nth-child(37) {
    --left-end: 5vw;
    --left-ini: 7vw;
    --size: 0.6vw;
    animation-delay: -9s;
    animation: snowfall 7s linear infinite;
    left: 57vw
}

.snowflake:nth-child(38) {
    --left-end: 8vw;
    --left-ini: 3vw;
    --size: 0.4vw;
    animation-delay: -9s;
    animation: snowfall 15s linear infinite;
    left: 30vw
}

.snowflake:nth-child(39) {
    --left-end: 2vw;
    --left-ini: 10vw;
    --size: 0.6vw;
    animation-delay: -8s;
    animation: snowfall 7s linear infinite;
    left: 23vw
}

.snowflake:nth-child(40) {
    --left-end: 9vw;
    --left-ini: 0vw;
    --size: 0.4vw;
    animation-delay: -10s;
    animation: snowfall 9s linear infinite;
    left: 64vw
}

.snowflake:nth-child(41) {
    --left-end: -9vw;
    --left-ini: -3vw;
    --size: 0.8vw;
    animation-delay: -9s;
    animation: snowfall 6s linear infinite;
    left: 91vw
}

.snowflake:nth-child(42) {
    --left-end: -1vw;
    --left-ini: 8vw;
    --size: 0.4vw;
    animation-delay: -3s;
    animation: snowfall 13s linear infinite;
    left: 37vw
}

.snowflake:nth-child(43) {
    --left-end: -6vw;
    --left-ini: 7vw;
    --size: 0.2vw;
    animation-delay: -8s;
    animation: snowfall 14s linear infinite;
    left: 62vw
}

.snowflake:nth-child(44) {
    --left-end: 1vw;
    --left-ini: -6vw;
    --size: 1vw;
    animation-delay: -6s;
    animation: snowfall 8s linear infinite;
    left: 47vw
}

.snowflake:nth-child(45) {
    --left-end: 1vw;
    --left-ini: 8vw;
    --size: 1vw;
    animation-delay: -1s;
    animation: snowfall 8s linear infinite;
    left: 27vw
}

.snowflake:nth-child(46) {
    --left-end: -7vw;
    --left-ini: 2vw;
    --size: 0.4vw;
    animation-delay: -4s;
    animation: snowfall 11s linear infinite;
    left: 17vw
}

.snowflake:nth-child(47) {
    --left-end: 1vw;
    --left-ini: -3vw;
    --size: 1vw;
    animation-delay: -10s;
    animation: snowfall 15s linear infinite;
    left: 27vw
}

.snowflake:nth-child(48) {
    --left-end: -2vw;
    --left-ini: 5vw;
    --size: 0.8vw;
    animation-delay: -3s;
    animation: snowfall 15s linear infinite;
    left: 72vw
}

.snowflake:nth-child(49) {
    --left-end: -3vw;
    --left-ini: -2vw;
    --size: 0.2vw;
    animation-delay: -4s;
    animation: snowfall 6s linear infinite;
    left: 73vw
}

.snowflake:nth-child(50) {
    --left-end: 0vw;
    --left-ini: -6vw;
    --size: 0.8vw;
    animation-delay: -3s;
    animation: snowfall 10s linear infinite;
    left: 51vw
}

.snowflake:nth-child(6n) {
    filter: blur(1px)
}

@media (prefers-reduced-motion) {
    [data-animation="alternate"] {
        --animdur: 4s;
        --animn: opacity
    }

    [data-animation="slow"] {
        --animdur: 10s
    }

    [data-animation="stop"] {
        --animps: paused
    }
}

.slow_100 {
    animation-duration: 5s !important
}

.slow_200 {
    animation-duration: 10s !important
}

.slow_300 {
    animation-duration: 15s !important
}

.blink_me {
    animation: blinker 3s linear infinite
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.stop_dice_xx {
    animation: rolling 400ms linear 100ms infinite, rolling 800ms linear 500ms reverse, rolling 1200ms linear 1300ms reverse, rolling 1600ms linear 2500ms reverse, rolling 2000ms linear 4100ms reverse !important
}

.stop_dice {
    animation: rolling 400ms linear 100ms reverse, rolling 800ms linear 500ms reverse, rolling 1200ms linear 1300ms reverse !important
}

#loading {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 95;
    background-color: white;
    border: 2px solid #33E1FF;
    border-radius: 4%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
    -moz-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
    -ms-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
    -o-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
    transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s
}

@media screen and (min-width:320px) and (max-width:767px) {
    #loading {
        height: 100%;
        min-height: 600px;
        border-radius: 5.6vw
    }
}

#loading.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
    -moz-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
    -ms-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
    -o-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
    transition: visibility 0s ease 0s, opacity 0.5s ease 0s
}

#loading div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#loading e {
    color: #0028a0;
    font-size: 100px
}

.dado_home .dado_rolling {
    width: 3.125vw;
    height: 3.125vw;
    background-color: transparent;
    animation: rolling 10s 1.5s linear infinite reverse;
    position: absolute;
    right: 2.60416667vw;
    top: 2.34375vw;
    cursor: pointer
}

@media screen and (min-width:320px) and (max-width:767px) {
    .dado_home .dado_rolling {
        top: 11px;
        right: 11px;
        width: 5.33333333vw;
        height: 5.33333333vw;
        z-index: 9999
    }
}

.dado_home .dado_message {
    font-family: 'LTFeltpen';
    font-weight: 500;
    font-size: 1.875vw;
    line-height: 32px;
    color: #00289f;
    text-align: center;
    height: 70px;
    top: 0;
    width: 61%;
    position: absolute;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

@media screen and (min-width:768px) and (max-width:992px) {
    .dado_home .dado_message {
        line-height: 16px;
        height: 36px
    }
}

@media screen and (min-width:1921px) {
    .dado_home .dado_message {
        font-size: 36px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .dado_home .dado_message {
        font-size: 3.73333333vw;
        line-height: 12px;
        height: 27px
    }
}

.dado_home .dado_message strong {
    font-family: 'Univers LT Std';
    font-weight: 900;
    font-size: 2.03125vw
}

@media screen and (min-width:320px) and (max-width:767px) {
    .dado_home .dado_message strong {
        font-size: 3.2vw
    }
}

@media screen and (min-width:1921px) {
    .dado_home .dado_message strong {
        font-size: 39px
    }
}

.dado_home .dado_rolling>div>div {
    background-color: #00289f;
    border-radius: 50%;
    width: 0.52083333vw;
    height: 0.52083333vw
}

.dado_home .one {
    transform: translateZ(1.5625vw)
}

@media screen and (min-width:320px) and (max-width:767px) {
    .dado_home .one {
        transform: translateZ(2.66666667vw)
    }
}

.dado_home .two {
    transform: translateZ(-1.5625vw) rotateY(-90deg);
    transform-origin: left
}

@media screen and (min-width:320px) and (max-width:767px) {
    .dado_home .two {
        transform: translateZ(-2.66666667vw) rotateY(-90deg);
        transform-origin: left
    }
}

.dado_home .three {
    transform: translateZ(-1.5625vw) rotateY(180deg)
}

@media screen and (min-width:320px) and (max-width:767px) {
    .dado_home .three {
        transform: translateZ(-2.66666667vw) rotateY(180deg)
    }
}

.dado_home .four {
    transform: translateZ(-1.5625vw) rotateY(90deg);
    transform-origin: right
}

@media screen and (min-width:320px) and (max-width:767px) {
    .dado_home .four {
        transform: translateZ(-2.66666667vw) rotateY(90deg);
        transform-origin: right
    }
}

.dado_home .five {
    transform: translateY(-1.5625vw) rotateX(90deg)
}

@media screen and (min-width:320px) and (max-width:767px) {
    .dado_home .five {
        transform: translateY(-2.66666667vw) rotateX(90deg)
    }
}

.dado_home .six {
    transform: translateY(1.5625vw) rotateX(90deg) rotateY(180deg)
}

@media screen and (min-width:320px) and (max-width:767px) {
    .dado_home .six {
        transform: translateY(2.66666667vw) rotateX(90deg) rotateY(180deg)
    }
}

.dado_home .dado_rolling>div {
    position: absolute;
    font-size: 20px;
    width: 100%;
    height: 100%;
    border: 1px solid #91c511;
    background: #9fe000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    padding: 0.26041667vw;
    gap: 0.52083333vw
}

.dado_singolo {}

.dado_singolo .dado_rolling {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
    top: 150px
}

.dado_singolo .dado_rolling>div {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d
}

.dado_singolo .dado_rolling {
    width: 200px;
    height: 200px;
    background-color: transparent
}

.dado_singolo .animate_dice {
    animation: rolling 2.5s 0s linear infinite reverse
}

.dado_singolo .dado_rolling>div {
    position: absolute;
    font-size: 10em;
    width: 100%;
    height: 100%;
    border: 1px solid #91c511;
    background: #9fe000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    padding: 30px;
    gap: 10px
}

.dado_singolo .dado_rolling>div>div {
    background-color: #00289f;
    border-radius: 50%;
    width: 95%;
    height: 95%
}

.dado_singolo .one {
    transform: translateZ(100px)
}

.dado_singolo .two {
    transform: translateZ(-100px) rotateY(-90deg);
    transform-origin: left
}

.dado_singolo .three {
    transform: translateZ(-100px) rotateY(180deg)
}

.dado_singolo .four {
    transform: translateZ(-100px) rotateY(90deg);
    transform-origin: right
}

.dado_singolo .five {
    transform: translateY(-100px) rotateX(90deg)
}

.dado_singolo .six {
    transform: translateY(100px) rotateX(90deg) rotateY(180deg)
}

@keyframes rolling {
    0 {
        transform: rotate3d(3, 4, 1, 0deg)
    }

    50% {
        transform: rotate3d(3, 4, 1, 180deg)
    }

    100% {
        transform: rotate3d(3, 4, 1, 360deg)
    }
}

.container {
    max-width: 1200px
}

@media screen and (min-width:320px) and (max-width:767px) {
    .container {
        width: 100vw !important;
        max-width: none !important
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .container_gioco_mobile {
        width: 87% !important
    }
}

.header_gioco {
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    position: relative
}

@media screen and (min-width:320px) and (max-width:767px) {
    .header_gioco {
        height: auto
    }
}

.header_gioco .header_bls {
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 38.95833333vw;
    height: 200px
}

@media screen and (min-width:1921px) {
    .header_gioco .header_bls {
        width: 748px;
        height: 200px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .header_gioco .logo {
        width: 78.125vw
    }
}

.header_gioco .box_logo {
    padding-top: 100px
}

@media screen and (min-width:768px) and (max-width:992px) {
    .header_gioco .box_logo {
        padding-top: 70px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .header_gioco .box_logo {
        padding-top: 50px
    }
}

.header_gioco h1 {
    color: #0028a0;
    font-size: 1.5625vw;
    margin-top: 10px;
    font-family: 'Univers LT Std';
    font-weight: normal
}

@media screen and (min-width:1921px) {
    .header_gioco h1 {
        font-size: 30px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .header_gioco h1 {
        font-size: 3.25520833vw
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .header_gioco h1 {
        font-size: 5.33333333vw
    }
}

.rosa {
    background: -webkit-linear-gradient(178deg, #c70a74 0, #e075b0 93%)
}

.rosa .overlay_casella {
    background-color: #c5006e;
    color: #e27fb6 !important
}

.blu {
    background: -webkit-linear-gradient(178deg, #0c32a4 0, #a9b6df 93%)
}

.blu .overlay_casella {
    background-color: #0c32a4;
    color: #b2bee2 !important
}

.verde {
    background: -webkit-linear-gradient(178deg, #7ecd0c 0, #d9f2a3 93%)
}

.verde .overlay_casella {
    background-color: #7ecd0c;
    color: #e2f6b2 !important
}

.grigio {
    background: -webkit-linear-gradient(178deg, #a9b3be 0, #e2e5e9 93%)
}

.grigio .overlay_casella {
    background-color: #a9b3be;
    color: #e4e7ea !important
}

.pedina_container {
    position: relative
}

#pedina {
    padding-left: 7.1875vw;
    padding-top: 1.04166667vw;
    z-index: 9999;
    transition: all 0.2s linear;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:768px) and (max-width:992px) {
    #pedina {
        left: 2.86458333vw
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #pedina {
        top: 5px;
        left: 7.46666667vw
    }
}

#pedina img {
    width: auto;
    height: 6.77083333vw
}

@media screen and (min-width:768px) and (max-width:992px) {
    #pedina img {
        height: 7.8125vw
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #pedina img {
        height: 10.66666667vw
    }
}

.box_dado_head {
    width: 19.79166667vw;
    height: 8.4375vw;
    right: 3.125vw;
    margin-right: -9.89583333vw;
    margin-left: auto;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.box_dado_head .lucine {
    position: absolute;
    bottom: -57px;
    right: 0.3125vw
}

@media screen and (min-width:768px) and (max-width:992px) {
    .box_dado_head .lucine img {
        width: 14.32291667vw;
        height: auto
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .box_dado_head .lucine {
        bottom: -42px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .box_dado_head .lucine {
        right: 0;
        bottom: -34px;
        width: 90%
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .box_dado_head {
        width: 28.26666667vw;
        height: 12.26666667vw
    }
}

.casella {
    position: relative;
    margin-right: 2.08333333vw;
    margin-bottom: 15px;
    width: 4.94791667vw;
    height: 4.94791667vw;
    border-radius: 50%;
    font-size: 2.34375vw;
    font-family: 'Univers LT Std';
    font-weight: 900;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    padding-top: 10px;
    justify-content: center
}

@media screen and (min-width:768px) and (max-width:992px) {
    .casella {
        width: 7.16145833vw;
        height: 7.16145833vw;
        margin-bottom: 0;
        font-size: 3.38541667vw
    }
}

@media screen and (min-width:1921px) {
    .casella {
        margin-right: 40px;
        font-size: 30px;
        width: 95px;
        height: 95px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .casella {
        font-size: 4.26666667vw;
        width: 10.66666667vw;
        height: 10.66666667vw;
        border: 1.6vw solid white;
        margin-bottom: 0
    }
}

@media screen and (width:1024px) {
    .casella {
        margin-bottom: 0
    }
}

.casella .overlay_casella {
    position: absolute;
    width: 3.64583333vw;
    height: 3.64583333vw;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 50;
    border-radius: 100%;
    padding-top: 5px;
    overflow: hidden
}

@media screen and (min-width:768px) and (max-width:992px) {
    .casella .overlay_casella {
        width: 5.20833333vw;
        height: 5.20833333vw
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .casella .overlay_casella {
        width: 8.53333333vw;
        height: 8.53333333vw
    }
}

.casella .glow {
    position: absolute;
    bottom: -6px;
    right: 25px;
    box-shadow: 0 -12px 20px 18px #fff;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    width: 10%;
    background: white
}

#campo_gioco {
    background-repeat: no-repeat;
    background-size: contain;
    width: 61.97916667vw;
    height: 68.75vw;
    padding-top: 65px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex
}

@media screen and (min-width:768px) and (max-width:992px) {
    #campo_gioco {
        width: 78.125vw;
        height: 104.16666667vw;
        background-size: contain;
        padding-top: 35px
    }
}

@media screen and (min-width:1921px) {
    #campo_gioco {
        width: 1190px;
        height: 1320px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #campo_gioco {
        width: 94vw;
        height: 470px;
        padding-top: 15px;
        background-size: cover
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #campo_gioco .casella_end {
        border: none !important
    }
}

#campo_gioco .casella_start {
    width: 5.72916667vw;
    height: 5.20833333vw;
    margin-right: 1.30208333vw
}

@media screen and (min-width:320px) and (max-width:767px) {
    #campo_gioco .casella_start {
        width: 11.46666667vw;
        height: 11.46666667vw;
        padding-right: 5px;
        padding-top: 5px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    #campo_gioco .casella_start {
        width: 7.16145833vw;
        height: auto;
        margin-right: 2.08333333vw
    }
}

@media screen and (min-width:1921px) {
    #campo_gioco .casella_start {
        margin-right: 25px;
        width: 110px;
        height: 100px
    }
}

#campo_gioco .casella_start img {
    width: 5.72916667vw;
    height: 5.20833333vw
}

@media screen and (min-width:1921px) {
    #campo_gioco .casella_start img {
        width: 110px;
        height: 100px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #campo_gioco .casella_start img {
        width: 11.46666667vw;
        height: auto
    }
}

#campo_gioco .griglia_gioco {
    margin-top: 30px;
    position: relative
}

@media screen and (min-width:320px) and (max-width:767px) {
    #campo_gioco .griglia_gioco {
        margin-top: 25px
    }
}

#domanda {
    background-size: contain;
    width: 61.97916667vw;
    height: 68.75vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    position: relative;
    flex-direction: column;
    background-repeat: no-repeat
}

@media screen and (min-width:1921px) {
    #domanda {
        width: 1190px;
        height: 1320px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda {
        width: auto;
        height: auto
    }
}

#domanda .testo_domanda {
    padding-left: 0.78125vw;
    padding-right: 0.78125vw
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .testo_domanda {
        padding-left: 4vw;
        padding-right: 4vw
    }
}

#domanda .casella {
    width: 15.625vw;
    height: 15.625vw;
    margin-top: 105px;
    margin-right: 0
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .casella {
        margin-top: 15px
    }
}

#domanda .casella .overlay_casella {
    width: 14.73958333vw;
    height: 14.73958333vw
}

#domanda .domanda_container {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-repeat: no-repeat
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .domanda_container {
        background-size: cover
    }
}

#domanda h2 {
    color: #0028a0;
    font-size: 1.5625vw;
    font-family: 'Univers LT Std';
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 50px
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda h2 {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media screen and (min-width:1921px) {
    #domanda h2 {
        font-size: 36px;
        width: 800px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda p {
        font-size: 4.8vw;
        padding-left: 4vw;
        padding-right: 4vw
    }
}

#domanda .risposte {
    margin-top: 40px
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .risposte {
        padding-left: 4vw;
        padding-right: 4vw;
        margin-top: 15px
    }
}

#domanda .singola_risposta {
    color: #0028a0;
    font-size: 1.35416667vw;
    font-family: 'Signika', sans-serif;
    font-weight: bold;
    background-color: #b2bee2;
    width: 37.5vw;
    height: 4.16666667vw;
    border: 0.10416667vw solid #0028a0;
    margin-bottom: 25px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    position: relative
}

@media screen and (min-width:1921px) {
    #domanda .singola_risposta {
        font-size: 26px;
        width: 720px;
        height: 80px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .singola_risposta {
        font-size: 4.26666667vw;
        padding-left: 4vw;
        padding-right: 4vw;
        width: auto;
        max-width: 85.33333333vw;
        margin-left: auto;
        margin-right: auto;
        line-height: 17px;
        padding-top: 30px;
        padding-bottom: 25px;
        min-width: 66.66666667vw
    }
}

#domanda #risultato_ok {
    font-size: 0.83333333vw;
    color: #8EE22D;
    font-family: 'Univers LT Std';
    font-weight: 900;
    height: 25px;
    z-index: 999
}

@media screen and (min-width:1921px) {
    #domanda #risultato_ok {
        font-size: 16px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda #risultato_ok {
        font-size: 4.26666667vw;
        height: 35px;
        padding-bottom: 5px
    }
}

#domanda #risultato_ok .testo_risultato {
    display: none;
    font-family: 'Univers LT Std';
    font-weight: 900;
    font-size: 1.51041667vw !important
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda #risultato_ok .testo_risultato {
        font-size: 5.33333333vw !important
    }
}

#domanda #risultato_ko {
    font-size: 0.83333333vw;
    font-family: 'Univers LT Std';
    color: #FF3333;
    font-weight: 900;
    height: 25px;
    z-index: 999
}

@media screen and (min-width:1921px) {
    #domanda #risultato_ko {
        font-size: 16px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda #risultato_ko {
        font-size: 4.26666667vw;
        height: 35px;
        padding-bottom: 5px
    }
}

#domanda #risultato_ko .testo_risultato {
    display: none;
    font-family: 'Univers LT Std';
    font-weight: 900;
    font-size: 1.51041667vw !important
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda #risultato_ko .testo_risultato {
        font-size: 5.33333333vw !important
    }
}

#domanda .cornice {
    z-index: 9999;
    width: 31.25vw;
    height: 20.57291667vw;
    background: -webkit-linear-gradient(178deg, #a9b3be 0, #e2e5e9 93%);
    margin-top: 25px;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    top: 12px;
    z-index: 10
}

@media screen and (min-width:1921px) {
    #domanda .cornice {
        width: 600px;
        height: 395px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .cornice {
        width: 82.66666667vw;
        height: 53.33333333vw;
        top: 27px
    }
}

#domanda .risposta_corretta {
    background-color: #9fe000 !important;
    color: white !important
}

#domanda .risposta_corretta:before {
    content: '';
    width: 4.84375vw;
    height: 4.84375vw;
    border-radius: 50%;
    background-color: #9fe000 !important;
    position: absolute;
    top: -9px;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 0.15625vw solid white;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/trenino/images/ok.png')
}

@media screen and (min-width:1921px) {
    #domanda .risposta_corretta:before {
        width: 40px;
        height: 40px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .risposta_corretta:before {
        display: none
    }
}

#domanda .risposta_errata {
    background-color: #9fe000 !important;
    color: white !important;
    background-color: #c5006d !important
}

#domanda .risposta_errata:before {
    content: '';
    width: 4.84375vw;
    height: 4.84375vw;
    border-radius: 50%;
    background-color: #9fe000 !important;
    position: absolute;
    top: -9px;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 0.15625vw solid white;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/trenino/images/ok.png')
}

@media screen and (min-width:1921px) {
    #domanda .risposta_errata:before {
        width: 40px;
        height: 40px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .risposta_errata:before {
        display: none
    }
}

#domanda .risposta_errata:before {
    background-image: url('/wp-content/themes/trenino/images/ko.png');
    background-color: #c5006d !important
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .risposta_errata:before {
        display: none
    }
}

#domanda .immagine_domanda {
    z-index: 9999;
    width: 31.25vw;
    height: 18.75vw;
    background: -webkit-linear-gradient(178deg, #a9b3be 0, #e2e5e9 93%);
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width:1921px) {
    #domanda .immagine_domanda {
        width: 600px;
        height: 360px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .immagine_domanda {
        width: 82.66666667vw;
        height: 46.66666667vw
    }
}

#domanda .immagine_domanda img {
    width: 29.16666667vw;
    height: 16.40625vw;
    z-index: 9999
}

@media screen and (min-width:1921px) {
    #domanda .immagine_domanda img {
        width: 560px;
        height: 315px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .immagine_domanda img {
        width: 78.66666667vw;
        height: auto
    }
}

#domanda .video_domanda {
    width: 29.16666667vw;
    height: 16.40625vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 40px;
    z-index: 9999
}

@media screen and (min-width:1921px) {
    #domanda .video_domanda {
        width: 560px;
        height: 315px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .video_domanda {
        width: 78.66666667vw;
        height: auto;
        margin-bottom: 0
    }
}

#domanda .video_domanda iframe {
    width: 29.16666667vw;
    height: 16.40625vw
}

@media screen and (min-width:1921px) {
    #domanda .video_domanda iframe {
        width: 560px;
        height: 315px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .video_domanda iframe {
        width: 78.66666667vw;
        height: auto
    }
}

#domanda .video_facebook {
    width: 29.16666667vw;
    height: 16.40625vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 40px;
    z-index: 9999;
    height: auto !important;
    position: relative
}

@media screen and (min-width:1921px) {
    #domanda .video_facebook {
        width: 560px;
        height: 315px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .video_facebook {
        width: 78.66666667vw;
        height: auto;
        margin-bottom: 0
    }
}

#domanda .video_facebook iframe {
    width: 29.16666667vw;
    height: 16.40625vw
}

@media screen and (min-width:1921px) {
    #domanda .video_facebook iframe {
        width: 560px;
        height: 315px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .video_facebook iframe {
        width: 78.66666667vw;
        height: auto
    }
}

#domanda .video_facebook .img_anteprima {
    width: 100%;
    height: auto
}

#domanda .video_facebook .play {
    width: 2.60416667vw;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .video_facebook .play {
        width: 13.33333333vw;
        height: auto
    }
}

#domanda .video_facebook .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 40, 160, 0.3)
}

#domanda .media_domanda {
    margin-top: 60px;
    width: 19.53125vw;
    height: 10.41666667vw;
    background-size: cover;
    border: 1px solid white
}

@media screen and (min-width:1921px) {
    #domanda .media_domanda {
        font-size: 30px;
        width: 375px;
        height: 200px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #domanda .media_domanda {
        width: 78.66666667vw;
        height: 45.33333333vw
    }
}

#gioco {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 380px
}

@media screen and (min-width:768px) and (max-width:992px) {
    #gioco {
        top: 300px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #gioco {
        top: auto;
        margin-top: 10px
    }
}

#gioco #tira_dado {
    background-size: cover;
    width: 61.97916667vw;
    height: 31.25vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative !important;
    border-radius: 0.67708333vw;
    flex-direction: column;
    background-repeat: no-repeat
}

@media screen and (min-width:1921px) {
    #gioco #tira_dado {
        width: 1190px;
        height: 1320px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #gioco #tira_dado {
        height: 58vh;
        background-size: cover;
        width: auto
    }
}

#gioco #tira_dado .casella {
    width: 6.77083333vw;
    height: 6.77083333vw;
    border-radius: 0.20833333vw;
    margin-right: 0;
    margin-top: 300px
}

@media screen and (min-width:768px) and (max-width:992px) {
    #gioco #tira_dado .casella {
        width: 5.20833333vw;
        height: 5.20833333vw
    }
}

#gioco #tira_dado .casella .overlay_casella {
    width: 5.98958333vw;
    height: 5.98958333vw;
    border-radius: 0.20833333vw
}

#gioco #tira_dado .risultato_dado {
    font-family: "Amatic SC", Verdana, Geneva, sans-serif;
    font-size: 3.64583333vw;
    color: white
}

@media screen and (min-width:1921px) {
    #gioco #tira_dado .risultato_dado {
        width: 70px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #gioco #tira_dado .risultato_dado {
        font-size: 18.66666667vw
    }
}

#gioco #tira_dado .pulsante_dado {
    font-size: 1.5625vw;
    font-family: 'Signika', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2C507F;
    background-color: #33E1FF;
    width: 11.97916667vw;
    height: 75px;
    border: 3px solid white
}

#gioco #tira_dado .img_dado {
    height: 13.59375vw;
    width: 11.875vw
}

@media screen and (min-width:320px) and (max-width:767px) {
    #gioco #tira_dado .img_dado {
        width: auto;
        height: 150px;
        margin-left: 7%;
        margin-top: 0
    }
}

#gioco #valutazione {
    position: relative;
    flex-direction: column;
    background-size: contain;
    background-repeat: no-repeat;
    height: 550px
}

@media screen and (min-width:320px) and (max-width:767px) {
    #gioco #valutazione {
        height: 141vw;
        background-size: contain;
        width: auto
    }
}

#gioco #valutazione h2 {
    font-size: 3.64583333vw;
    margin-top: 0;
    width: 15.625vw;
    text-align: center;
    margin-bottom: 0
}

@media screen and (min-width:1921px) {
    #gioco #valutazione h2 {
        font-size: 70px;
        width: 300px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #gioco #valutazione h2 {
        width: auto;
        line-height: 70px !important
    }
}

#gioco #valutazione .messagio_valutazione {
    font-size: 0.83333333vw;
    width: 15.625vw;
    color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
}

@media screen and (min-width:1921px) {
    #gioco #valutazione .messagio_valutazione {
        font-size: 16px;
        width: 300px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #gioco #valutazione .messagio_valutazione {
        font-size: 4.26666667vw;
        width: auto
    }
}

#gioco #valutazione a:hover {
    text-decoration: none
}

#gioco #valutazione .bottone_valutazione {
    font-size: 1.5625vw;
    width: auto;
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
    height: 75px;
    color: #2C507F;
    background-color: #33E1FF;
    display: none;
    align-items: center;
    justify-content: center;
    border: 0.10416667vw solid white;
    font-family: 'Signika', sans-serif;
    margin-top: 40px;
    margin-bottom: 0
}

@media screen and (min-width:1921px) {
    #gioco #valutazione .bottone_valutazione {
        font-size: 30px;
        width: auto;
        border: 2px solid white
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #gioco #valutazione .bottone_valutazione {
        font-size: 5.33333333vw;
        padding-left: 4vw;
        padding-right: 4vw;
        margin-top: 0
    }
}

#gioco #valutazione .button_val {
    cursor: pointer
}

#gioco #valutazione .icone_valutazione {
    width: 15.625vw
}

@media screen and (min-width:1921px) {
    #gioco #valutazione .icone_valutazione {
        width: 300px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #gioco #valutazione .icone_valutazione {
        width: auto
    }
}

#gioco #valutazione .icone_valutazione img {
    width: 4.6875vw;
    height: 80px
}

@media screen and (min-width:1921px) {
    #gioco #valutazione .icone_valutazione img {
        width: 90px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #gioco #valutazione .icone_valutazione img {
        width: 24vw
    }
}

#vittoria {
    width: 61.97916667vw;
    height: auto;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria {
        background-size: cover;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width:1440px) and (max-width:1919px) {
    #vittoria {
        background-size: auto;
        margin-bottom: 20px;
        height: auto
    }
}

@media screen and (width:1024px) {
    #vittoria {
        background-size: cover;
        margin-bottom: 100px;
        height: auto
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    #vittoria {
        width: 78.125vw;
        background-size: cover;
        margin-bottom: 100px;
        height: auto
    }
}

@media screen and (min-width:1921px) {
    #vittoria {
        width: 1190px;
        height: 1320px
    }
}

#vittoria .reg_message {
    color: #0028a0 !important;
    margin-top: 15px;
    font-size: 1.04166667vw
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria .reg_message {
        color: #0028a0 !important;
        font-weight: 500;
        font-size: 0.9375vw
    }
}

#vittoria .vittoria_titolo {
    font-family: 'LTFeltpen';
    font-weight: 500;
    font-size: 3.80208333vw;
    line-height: 73px;
    color: #0028a0;
    text-align: center
}

@media screen and (min-width:768px) and (max-width:992px) {
    #vittoria .vittoria_titolo {
        line-height: 40px
    }
}

@media screen and (width:1024px) {
    #vittoria .vittoria_titolo {
        line-height: 45px
    }
}

@media screen and (min-width:1921px) {
    #vittoria .vittoria_titolo {
        font-size: 73px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria .vittoria_titolo {
        font-size: 10.66666667vw;
        line-height: 45px
    }
}

#vittoria .vittoria_titolo strong {
    font-family: 'Univers LT Std';
    font-weight: 900;
    font-size: 4.32291667vw
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria .vittoria_titolo strong {
        font-size: 8vw
    }
}

@media screen and (min-width:1921px) {
    #vittoria .vittoria_titolo strong {
        font-size: 83px
    }
}

#vittoria .vittoria_testo {
    font-family: 'Univers LT Std';
    font-weight: 500;
    font-size: 1.04166667vw;
    color: #0028a0;
    text-align: center
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria .vittoria_testo {
        font-size: 4.8vw
    }
}

@media screen and (min-width:1921px) {
    #vittoria .vittoria_testo {
        font-size: 20px
    }
}

#vittoria h2 {
    font-size: 3.64583333vw;
    margin-top: 60px
}

@media screen and (min-width:1921px) {
    #vittoria h2 {
        font-size: 70px
    }
}

#vittoria .validation {
    margin-top: 0 !important
}

#vittoria .error {
    color: red
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria .error {
        padding-top: 10px
    }
}

#vittoria .messagio_vittoria {
    font-family: 'Signika', sans-serif;
    font-size: 1.5625vw;
    width: 17.70833333vw;
    color: white;
    text-align: center;
    padding-bottom: 55px
}

@media screen and (min-width:1921px) {
    #vittoria .messagio_vittoria {
        font-size: 30px;
        width: 340px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria .messagio_vittoria {
        line-height: 37px;
        width: auto;
        font-size: 8vw;
        padding-bottom: 70px;
        padding-top: 45px
    }
}

#vittoria .box_trofeo {
    margin-top: 4.6875vw;
    margin-bottom: 2.34375vw
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria .box_trofeo img {
        width: auto;
        height: 26.66666667vw
    }
}

#vittoria .box_privacy {
    color: #0028a0;
    margin-top: 20px;
    font-size: 0.625vw
}

@media screen and (min-width:1440px) and (max-width:1919px) {
    #vittoria .box_privacy {
        color: #0028a0;
        line-height: 19px;
        font-size: 0.83333333vw
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    #vittoria .box_privacy {
        color: #0028a0;
        font-size: 1.5625vw
    }
}

@media screen and (width:1024px) {
    #vittoria .box_privacy {
        color: #0028a0;
        font-size: 1.171875vw
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria .box_privacy {
        line-height: 20px !important;
        color: #0028a0;
        font-size: 3.2vw;
        font-weight: 500
    }
}

#vittoria .box_form {
    width: 36.45833333vw
}

@media screen and (min-width:768px) and (max-width:992px) {
    #vittoria .box_form {
        width: 52.08333333vw
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria .box_form {
        width: 90%
    }
}

#vittoria .box_form a {
    color: white
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria .box_form .row {
        line-height: 10px
    }
}

#vittoria .bottone_vittoria {
    font-size: 2.13541667vw;
    width: 18.75vw;
    font-family: 'Univers LT Std';
    font-weight: 900;
    height: 75px;
    color: #2C507F;
    background-color: #9fe000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 67px;
    cursor: pointer
}

@media screen and (min-width:1921px) {
    #vittoria .bottone_vittoria {
        font-size: 95px;
        width: 360px;
        border: 2px solid white
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #vittoria .bottone_vittoria {
        width: auto;
        font-size: 8vw;
        padding-left: 2.66666667vw;
        padding-right: 2.66666667vw
    }
}

#grazie {
    background-size: contain;
    width: 61.97916667vw;
    height: 68.75vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    flex-direction: column;
    background-repeat: no-repeat
}

@media screen and (min-width:320px) and (max-width:767px) {
    #grazie {
        width: 100%;
        height: 100%;
        background-size: 55vh
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    #grazie {
        width: 61.97916667vw
    }
}

@media screen and (min-width:1921px) {
    #grazie {
        width: 1190px;
        height: 1320px
    }
}

#grazie .grazie_titolo {
    font-family: 'LTFeltpen';
    font-weight: 500;
    font-size: 6.77083333vw;
    color: #0028a0;
    text-align: center
}

@media screen and (min-width:320px) and (max-width:767px) {
    #grazie .grazie_titolo {
        font-size: 10.66666667vw
    }
}

@media screen and (min-width:1921px) {
    #grazie .grazie_titolo {
        font-size: 73px
    }
}

#grazie .grazie_titolo strong {
    font-family: 'Univers LT Std';
    font-weight: 900;
    font-size: 7.8125vw
}

@media screen and (min-width:1921px) {
    #grazie .grazie_titolo strong {
        font-size: 83px
    }
}

#grazie .grazie_lettera {
    margin-top: 80px
}

@media screen and (min-width:320px) and (max-width:767px) {
    #grazie .grazie_lettera {
        margin-top: 20px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #grazie .grazie_lettera img {
        width: 32vw
    }
}

#grazie .grazie_mail {
    font-family: 'Univers LT Std';
    font-weight: 500;
    font-size: 1.5625vw;
    margin-top: 30px;
    margin-bottom: 0;
    color: #0028a0;
    text-align: center
}

@media screen and (min-width:320px) and (max-width:767px) {
    #grazie .grazie_mail {
        font-size: 4.26666667vw;
        margin-bottom: 0;
        margin-top: 10px
    }
}

@media screen and (min-width:1921px) {
    #grazie .grazie_mail {
        font-size: 30px
    }
}

#grazie #social_share {
    margin-top: 25px;
    margin-bottom: 25px
}

#grazie .grazie_messaggio {
    font-family: 'LTFeltpen';
    font-weight: 500;
    font-size: 2.76041667vw;
    line-height: 48px;
    color: #0028a0;
    text-align: center
}

@media screen and (min-width:320px) and (max-width:767px) {
    #grazie .grazie_messaggio {
        font-size: 6.4vw;
        padding-bottom: 50px;
        line-height: 30px
    }
}

@media screen and (min-width:1921px) {
    #grazie .grazie_messaggio {
        font-size: 53px
    }
}

.header_privacy {
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
    background-size: contain !important;
    height: auto !important
}

@media screen and (min-width:320px) and (max-width:767px) {
    .header_privacy {
        height: auto
    }
}

.header_privacy .header_bls {
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 38.95833333vw;
    height: 200px
}

@media screen and (min-width:1921px) {
    .header_privacy .header_bls {
        width: 748px;
        height: 200px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .header_privacy .logo {
        width: 78.125vw
    }
}

.header_privacy .box_logo {
    padding-top: 100px
}

@media screen and (min-width:768px) and (max-width:992px) {
    .header_privacy .box_logo {
        padding-top: 70px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .header_privacy .box_logo {
        padding-top: 50px
    }
}

.header_privacy h1 {
    color: #0028a0;
    font-size: 1.5625vw;
    margin-top: 10px;
    font-family: 'Univers LT Std';
    font-weight: normal
}

@media screen and (min-width:1921px) {
    .header_privacy h1 {
        font-size: 30px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .header_privacy h1 {
        font-size: 3.25520833vw
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .header_privacy h1 {
        font-size: 5.33333333vw
    }
}

.footer {
    font-family: 'Univers LT Std';
    font-weight: 500;
    color: #0028a0;
    font-size: 0.83333333vw;
    background-color: #dce0e4;
    padding: 25px;
}

.footer .container-fluid {
    margin: 0 !important;
    padding: 0 !important
}

.footer a {
    color: #0028a0;
    text-decoration: underline;
    transition: .25s;
    opacity: 1;
}

.footer a:hover{
    opacity: .5;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .footer {
        font-size: 3.2vw;
    }
}