@font-face {
    font-family: logoFont;
    src: url(/CONFIG/_/logoFont.woff);
    font-weight: bold;
}

.-floating {
    animation-name: -floating;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    Xtransition: all 3s ease-out;
}

@keyframes -floating {
    0% {
        transform: translate(-1%, -1%) scale(1.1);
    }

    25% {
        transform: translate(2%, 1%) scale(1.2);
    }

    50% {
        transform: translate(0, 2%) scale(1.3);
    }

    75% {
        transform: translate(-2%, 1%) scale(1.2);
    }

    100% {
        transform: translate(-1%, -1%) scale(1.1);
    }
}

.line-top.black, .line-bottom.black {display:none;}
X._Home_ .--Testimonials {padding:0 15px;}
.quote:after {
    content: url(/W/R/quote-left-solid.svg);
    height: 40px;
    width: 40px;
}
footer .-Logo {height:300px;}
footer .anim-line-top {
    background-color: #80be1f;
}
footer .footer-nav-btn.-appLnk {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
    footer .footer-nav-btn.-appLnk > a {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        padding: 2px;
        border: solid 1px rgba(255,255,255,.5);
        margin: 0 2px;
        height: 20px;
        width: 20px;
    }
    footer .footer-nav-btn.-appLnk svg {
        height: 20px;
        max-width: 20px;
        fill: currentColor;
    }

.nav-container {
    background-color: rgba(0,11,0,1);
    background-image: url(/CONFIG/_/Logo-Icon.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-blend-mode: overlay;
    background-position: top right;
    background-repeat: no-repeat;
}
.nav-bg-overlay-box:before{display:none;}
.border-btn__inner {
    box-shadow: 2px 2px rgba(255,255,0,1);
}
.swiper-slide .animated-line-content {
    text-shadow: 2px 2px 0px rgba(255,255,0,1);
}
.-msgRow {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
    .-msgRow svg {
        height: 25px;
        margin: 0 10px;
    }
    .-msgRow.-_1 svg {
        fill: #00ff00;
    }
    .-msgRow.-_0 svg {
        fill: #bb0000;
    }
    .-msgRow.-_00 svg {
        fill: #ff0000;
    }