﻿@import url(/Assets/css/normalize.css);
@import url(/Assets/css/webflow.css);
@import url(/Assets/css/model.css);

#cookie div, .toast-message .spinner, .toast-message .toast-text {
    text-align: center
}

.blog-post:hover, .manifesto, .manifesto-play-btn {
    transition: .3s ease-in-out
}

@media screen and (max-width:1024px) and (min-width:768px) {
    #login-container, #newpassword-container, #resetpassword-container {
        display: none !important
    }

    .section-5.download-link {
        z-index: 2;
        background-color: var(--transparent);
        text-align: center;
        -webkit-text-fill-color: inherit;
        background-clip: border-box;
        display: flex;
        position: relative;
        margin-top: 64px
    }

        .section-5.download-link .apps-container {
            flex-flow: column
        }
}

.benefits-carousel .swiper-button-next:after, .benefits-carousel .swiper-button-prev:after, .w-webflow-badge {
    display: none !important
}

#cookies a, .banner-title span, .footer-list-item b, .users-wrapper {
    color: var(--light--first--main);
    text-decoration: none
}

    #cookies a:hover {
        opacity: .75
    }

.footer-wrapper .footer-list-item a:hover {
    color: var(--neutral--100);
    opacity: .75;
    transition: opacity .3s
}

.menu-page-wrapper {
    overflow: hidden;
    height: 100vh;
    width: 100vw
}

#cookie .c-privacy, #cookie .c-terms, .blog-post, .toast-message .toast-close:hover {
    cursor: pointer
}

.toast-container .toast-text {
    font-size: 14px
}

.toast-message .spinner {
    margin: 0 auto;
    width: 70px
}

    .toast-message .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #04445c;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: 1.4s ease-in-out infinite both sk-bouncedelay;
        animation: 1.4s ease-in-out infinite both sk-bouncedelay
    }

    .toast-message .spinner .bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .toast-message .spinner .bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }

@-webkit-keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#cookie {
    background-color: #000;
    margin: 0 auto;
    width: 100%;
    height: 80px;
    z-index: 10000;
    position: fixed;
    color: #fff;
    bottom: 0;
    display: none
}

#reveal-password, .manifesto {
    position: relative
}

#cookie div {
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center
}

#cookie .logo1 {
    width: 20%
}

    #cookie .logo1 img {
        width: 30%;
        vertical-align: middle
    }

#cookie .message {
    text-align: left;
    font-family: montserrat,Arial,sans-serif;
    font-size: 10px;
    width: 66%;
    padding: 10px
}

#cookie .c-accept {
    width: 6%;
    justify-content: flex-end;
    margin-right: 2%;
    cursor: pointer
}

#cookie .c-close {
    width: 6%;
    justify-content: flex-start;
    cursor: pointer
}

    #cookie .c-accept img, #cookie .c-close img {
        width: 30%;
        opacity: .8
    }

        #cookie .c-accept img:hover, #cookie .c-close img:hover {
            opacity: 1
        }

#cookie.active ~ #btn-scroll {
    bottom: 92px;
    transition: .2s ease-in-out
}

@media (max-width:768px) {
    #cookie .logo1 {
        width: 10%
    }

        #cookie .logo1 img {
            width: 80%
        }

    #cookie .message {
        width: 75%;
        font-size: 8px
    }

    #cookie .c-accept img, #cookie .c-close img {
        width: 70%
    }
}

.benefits-carousel .swiper {
    width: 100%;
    height: 100%
}

.benefits-carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    display: block
}

    .benefits-carousel .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .benefits-carousel .swiper-slide h3, .benefits-carousel .swiper-slide p {
        text-align: left;
        color: #fff
    }

.benefits-carousel .swiper-button-next, .benefits-carousel .swiper-button-prev {
    height: 80px;
    width: 80px;
    font-size: 40px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

@media screen and (max-width:320px) {
    .benefits-carousel .swiper-button-next, .benefits-carousel .swiper-button-prev {
        height: 64px;
        width: 64px;
        font-size: 32px
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .benefits-carousel .swiper-slide .display-4 {
        font-size: 30px
    }
}

#form-login input:-webkit-autofill, #form-login input:-webkit-autofill:active, #form-login input:-webkit-autofill:focus, #form-login input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px var(--neutral--700) inset;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out
}

#reveal-password button {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: 0 0;
    cursor: pointer
}

#form-login #login-password {
    text-transform: none
}

.blog-post:hover {
    opacity: .75;
    scale: 1.005
}

#blog-posts .blog-post-card-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 200px
}

.manifesto {
    display: block;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(90deg,#022f3c 0,#033d4d 25%,#e9a620 50%,#033d4d 75%,#022f3c 100%);
    background-size: 200% 100%;
    animation: 24s ease-in-out infinite gradient-move;
    padding: 20px 0;
    overflow: hidden;
    cursor: pointer
}

    .manifesto::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);
        animation: 24s ease-in-out infinite shimmer;
        pointer-events: none
    }

@keyframes gradient-move {
    0%,100% {
        background-position: 0 center
    }

    50% {
        background-position: 100% center
    }
}

@keyframes shimmer {
    0% {
        left: -100%
    }

    100% {
        left: 200%
    }
}

.manifesto .container-default {
    margin-top: 0;
    margin-bottom: 0
}

.manifesto-content {
    display: flex;
    align-items: center;
    gap: 20px
}

.manifesto-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(255,255,255,.15);
    border: 2px solid rgba(255,255,255,.4);
    border-radius: 50%;
    color: #fff
}

.manifesto-text {
    flex: 1
}

.manifesto .manifesto-title {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .1em;
    opacity: .8;
    margin-bottom: 4px
}

.manifesto .manifesto-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4
}

.manifesto:hover {
    filter: brightness(1.1);
    box-shadow: 0 4px 20px rgba(3,61,77,.5)
}

    .manifesto:hover .manifesto-play-btn {
        background: rgba(255,255,255,.25);
        border-color: rgba(255,255,255,.6);
        transform: scale(1.1)
    }

    .manifesto:hover::before {
        animation-duration: 12s
    }

@media (max-width:767px) {
    .manifesto-content {
        flex-wrap: wrap;
        gap: 12px
    }

    .manifesto-play-btn {
        width: 40px;
        height: 40px;
        min-width: 40px
    }

    .manifesto-text {
        flex: 1 1 calc(100% - 60px)
    }

    .manifesto .manifesto-description {
        font-size: 14px
    }

    .manifesto-cta {
        width: 100%;
        justify-content: center
    }
}

.manifesto-modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 9900
}

.manifesto-background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: .7
}

.manifesto-modal .player {
    width: 60%;
    position: absolute
}

.plyr--video {
    background: #000;
    overflow: hidden
}

plyr__control {
    background: 0 0 !important;
    border: 0 !important
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #e9a620 !important;
    color: #0e0e19
}

.plyr__control--overlaid {
    background: rgba(255,255,255,.8) !important;
    color: #000 !important
}

.plyr--full-ui input[type=range] {
    color: #e9a620 !important
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(239,239,239,.5);
    outline: 0
}

button.plyr__control:hover:before {
    display: none
}
