/* TYPEFACES
-------------------------------------------------------------------------------------------*/
/* TEXT STYLES
-------------------------------------------------------------------------------------------*/
/* CSS
-------------------------------------------------------------------------------------------*/
/* FLEX
------------------------------------------------------------------------------------------*/
/* KEYFRAMES
-------------------------------------------------------------------------------------------*/
/* ANIMATION
-------------------------------------------------------------------------------------------*/
/* GLOBAL
-------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1020px) {
    .wrap {
        max-width: 1000px;
    }
}
@media only screen and (min-width: 1340px) {
    .wrap {
        width: 100%;
        padding: 0;
        max-width: 1040px;
    }
}

.button {
    z-index: 9999;
}
.button.but-fixed {
    position: absolute;
    top: 41px;
    right: 52px;
    border-color: rgba(255, 255, 255, 0.15);
    background: #ffffff;
    z-index: 8888;
}

/* FIXED
-------------------------------------------------------------------------------------------*/
.download-text {
    color: #FFFFFF;
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    line-height: 44px;
    position: fixed;
    top: 40px;
    right: 152px;
}

.download-but {
    display: flex;
    position: fixed;
    top: 40px;
    right: 40px;
    padding: 0;
    width: 96px;
    z-index: 9999;
}

/* SECTIONS
-------------------------------------------------------------------------------------------*/
.hero {
    padding-top: 40px;
    background-repeat: no-repeat;
    background-size:     cover;                      /* <------ */
    background-image: url(../images/header-bg-v1.png);
}
.hero img {
    width: 100%;
}
.hero .intro {
    margin: 56px 0 0 0;
    height: 64px;
    color: #FFFFFF;
}

.header-bg {
height: 800px;
}

.hero .download-mobile {
    display: none;
}

.mod {
    padding: 80px 0;
}
.mod .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mod .col {
    width: 42%;
}
.mod .col.feature {
    align-content: flex-end;
}
.mod img {
    width: auto;
    max-width: none;
    height: 100%;
    max-height: 700px;
    margin-top: 0;
}
.mod h3 .line1 {
    font-size: 32px;
    line-height: 28px;
}
.mod p {
    margin: 16px 0 0 0;
}
.mod:nth-child(even) .phone {
    order: 1;
}
.mod:nth-child(even) .feature {
    order: 2;
}
.mod.matches .feature {
    align-content: flex-start;
}
.mod.explore .phone {
    width: 52%;
}

/* SVG WORDS
-------------------------------------------------------------------------------------------*/
h3, p, img {
    z-index: 1;
    position: relative;
}

.mark {
    /*display: none;*/
    height: 44px;
    width: 300px;
    display: block;
    text-indent: -9999px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logoContainer {
    align-self: start;
    display:flex;width: 100%;
    /*padding-left: 32px; */
    flex-direction: row;flex:1; align-items: center; height: 44px; justify-content: center;
}

.logoSmall {
    height: 44px;
    width: 44px;
    display: none;
    margin-bottom: 16px;
    align-self: start;
    text-indent: -9999px;
    background-image: url(../images/logo_small.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hero, .mod {
    position: relative;
}

.two-words {
    display: inherit;
    position: absolute;
    top: 460px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.two-words .word {
    margin-bottom: 40px;
}

.single-word {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.word {
    display: block;
    background-size: contain;
    z-index: 0;
}

.word-personal {
    width: 880px;
    height: 206px;
    opacity: 0.05;
    background-image: url(../svg/Persian.svg);
}

.word-coaching {
    width: 470px;
    height: 206px;
    opacity: 0.05;
    background-image: url(../svg/Hub.svg);
}

.word-reviews {
    width: 700px;
    height: 206px;
    opacity: 0.1;
    background-image: url(../svg/Match.svg);
}

.word-improve {
    width: 1056px;
    height: 206px;
    opacity: 0.1;
    background-image: url(../svg/Connect.svg);
}

.word-learn {
    width: 490px;
    height: 206px;
    opacity: 0.1;
    background-image: url(../svg/Link.svg);
}

.word-community {
    width: 700px;
    height: 206px;
    opacity: 0.1;
    background-image: url(../svg/Meet.svg);
}

/* FOOTER
-------------------------------------------------------------------------------------------*/
.footer {
    margin-top: 56px;
    padding-bottom: 80px;
}
.footer .mobile-download {
    padding-top: 160px;
    padding-bottom: 160px;
}
.footer .mobile-download h2 {
    font-family: "Passion One", "Helvetica", "Arial", cursive, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 36px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 1020px) {
    .footer .mobile-download h2 {
        font-size: 60px;
        line-height: 52px;
    }
}
.footer .mobile-download .download-buts .button.but-secondary {
    margin-bottom: 20px;
}
.footer footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.footer footer ul {
    margin: 0;
}
.footer footer ul li {
    margin-right: 24px;
}

/* TERMS
-------------------------------------------------------------------------------------------*/
.terms {
    padding: 120px 0;
}

/* ANIMATION
-------------------------------------------------------------------------------------------*/
.word-personal,
.word-coaching {
    opacity: 0;
}

.download-text,
.download-but {
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: slideInDown;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.3s;
    -moz-animation-duration: 1s;
    -moz-animation-name: slideInDown;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.3s;
    -o-animation-duration: 1s;
    -o-animation-name: slideInDown;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.3s;
    animation-duration: 1s;
    animation-name: slideInDown;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.in-view.word-personal, .in-view.word-coaching {
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0.3s;
    -moz-animation-duration: 0.6s;
    -moz-animation-name: fadeIn;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0.3s;
    -o-animation-duration: 0.6s;
    -o-animation-name: fadeIn;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0.3s;
    animation-duration: 0.6s;
    animation-name: fadeIn;
    animation-fill-mode: both;
    animation-timing-function: ease;
}

/*# sourceMappingURL=desktop.css.map */

.headerParticles {
    position: absolute;
    left: 0;
}