html, body {
    overflow-x: hidden;
}
body {position: relative}

/* principal botao */
.button--primary{
    background-color: #304156;
}
.button--primary:hover, .button--primary:active {
    background-color: #ea564f;
}
/* signin */
.main-nav__link--action {
    color: #304156;
}
.main-nav__link--action:hover {
    color: #ea564f;
}
.get-early-access {
    cursor: pointer !important;
}
.form-input:focus {
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
}

.get-early-acccess:focus, .get-early-acccess:active, #call-to-action2:active {
    background-color: #dc6059 !important;
    outline: none;
}

.home__hero {
    background-image: none !important;
}

* {
    font-family: 'Archivo Black', sans-serif;
}
p {
    font-size: 1rem;
}

.email-waitlist.end-of-page {
    width: fit-content;
    margin: 3rem auto;
}
.email-waitlist.end-of-page > button {
    color: white;
    background-color: #cc443d;
}
.email-waitlist.end-of-page > button:hover, .email-waitlist.end-of-page > button:active {
    background-color: #d65e58 !important;
}

.hero-own-image {
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -2px; /* prevents a white row of pixed in android */
}
.desk {
    display: none;
    margin-top: -15rem;
}
.mobile-own {display: none}

@media screen and (min-width: 1024px) {
    .desk {display: inline !important}

    .email-waitlist{
        width: 100%;
    }
    .services_logos {
        margin-top: -20px;
        max-width: 50%;
    }
    .get-early-acccess {
        font-size: 1.2em;padding: 10px;
    }
    .steps-to-config {
        /*padding: 0% 10%*/
    }
    .numbers {
        width: 2rem;
        height: auto !important;
    }
    .number1 {width: 1.6rem;}
    .pane {
        padding-top: 3rem;
    }
    .first-image {
        width: 80%; margin-left: 10%;
    }
    .hero__content {
        padding-top: 5rem;
    }
}

.home__hero__anim__wrapper {
    margin-top: -2rem;
}

.step-info {
    padding: 10%;
    cursor: default;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-row-gap: 1.2rem;
}
.step-info > img {
    align-self: center;
    justify-self: center;
    margin-right: 2rem;
}

@media screen and (max-width: 480px) {
    .step-info > img {grid-row: 1/3;}
    .step-info > p {grid-column: 2;}
    .screenshot-mobile {
        display: block;
    }
    .providers-logos {
        padding: 3rem 0rem !important;
    }
    .home__hero__anim__wrapper {
        margin-top: 3rem !important;
    }
    .span-yellow.one {
        padding-left: 5px;
        margin-left: 5px;
    }
    .span-yellow {
        height: 35px !important;
        background-size: 70% 35px !important;
    }
    .benefits {
        padding: 0rem 1rem !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
    }
    .benefits > h2 {
        grid-row: 1;
        align-self: end;
    }
    .providers-logos {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-rows: auto auto auto !important;
        row-gap: 2rem !important;
    }
    .screenshot-desk {
        display: none;
    }
    h1.title {
        font-size: 2rem !important;
        line-height: 2.6rem !important;
    }
    .hero__heading__lead, .lead {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
    .desk-session {
        margin-top: 4rem !important;
    }
    .pane__heading__title {
        padding: 0rem 1rem;
        text-align: center;
    }
    .desk-session > .side-waves {
        margin-top: 4rem !important;
    }
    .desk-session > .desk-image {
        width: 90% !important;
    }
    #wherewewantyou2 {
        padding-left: 1rem !important;
    }
    .final-block {
        margin-top: 4rem !important;
    }
    .final-block > img {
        display: none !important;
    }
}
@media screen and (min-width: 480px) {
    .step-info > img {grid-row: 1;}
    .step-info > p {grid-column: 1/3;}
    .screenshot-mobile {
        display: none;
    }
    .screenshot-desk {
        display: block;
    }
}

@media screen and (min-width: 1600px) {
    .meet-idleless {
        margin-top: 6rem !important;
    }
}
@media screen and (min-width: 1024px) {
    .wrapper, .main-nav__inner {
        max-width: 71.25rem;
    }
    .pane__heading__title {
        line-height: 3.5rem;
    }
    .home__hero__anim__wrapper {
        flex: 0 0 37rem;
    }
    .hero {
        padding-top: 10rem;
    }
    .providers-logos {
        padding: 3rem 25rem;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper, .main-nav__inner {
        max-width: 60.25rem;
    }
}
@media screen and (min-width: 1400px) {
    .wrapper, .main-nav__inner {
        max-width: 80.25rem;
    }
    .benefits {padding: 0rem 30rem !important;}
    .home__hero__anim__wrapper {
        flex: 0 0 40rem;
    }
    h1.title {
        font-size: 4.5rem !important;
        line-height: 4.4rem !important;
    }
}
@media screen and (max-width: 1400px) {
    .hero {
        padding-top: 3rem;
    }
}

.final-block {
    background-color: #2C397E;
    background-size: cover;
}

h1.title {
    font-size: 3.5rem;
    letter-spacing: -.02em;
    line-height: 3.4rem;
    color: white;
}
h2 {
    color: #253170;
}
#wherewewantyou, #wherewewantyou2 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 2rem;
}
button.get-early-acccess{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #cc443d;
}
.benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 4rem;
    padding: 0rem 20rem;
    row-gap: 5rem;
    text-align: center;
    width: 100%;
    margin-bottom: 3rem;
}

.benefits > div > span {
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.benefits > div {
    -webkit-box-shadow: 2px 4px 36px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 4px 36px 2px rgba(0,0,0,0.25);
    box-shadow: 2px 4px 36px 2px rgba(0,0,0,0.25);
    background-color: white;
    text-align: left;
}
.benefits > .right {
    border-top-left-radius: 10px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 40px;
    overflow: hidden;
}
.benefits > .left {
    border-top-left-radius: 10px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 40px;
    overflow: hidden;
}

.providers-logos > div > .checks {
    display: grid;
    grid-template-columns: 1fr 5fr;
    color: darkgray;
    align-items: center;
    row-gap: 0.2rem;
    column-gap: 0.5rem;
}
.providers-logos > div {
    grid-template-rows: 120px auto;
    align-items: center;
    box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.46);
    padding: 1rem 2rem;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: grid;
    justify-items: center;
}

.providers-logos {
    display: grid;
    column-gap: 1rem;;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    padding: 3rem 15rem;
    align-items: center;
    justify-items: center;
}

.desk-session {
    text-align: center;
    margin-top: 6rem; display: grid;
}

.desk-session > .side-waves {
    width: 100%;
    margin-top: -4rem;position: absolute; z-index: -1
}

.desk-session > .desk-image {
    width: 50%;
    margin: auto;
    z-index: 1;
    -webkit-box-shadow: 2px 4px 36px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 4px 36px 2px rgba(0,0,0,0.25);
    box-shadow: 2px 4px 36px 2px rgba(0,0,0,0.25);
    margin-top: 4rem;
}


.span-yellow {
    display: inline-block;
    overflow: visible;
    height: 56px;
    margin: 0px -10px -24px 0px;
    padding-right: 10px;
    padding-left: 10px;
    z-index: -10;
    background-image: url(/images/yellow.svg);
    background-position: 0% 53%;
    background-size: auto 56px;
    background-repeat: no-repeat;
    filter: saturate(120%);
}

.final-block {
    margin-top: 8rem;
}





@media screen and (max-width: 480px) {
    .mobile-own {display: inline !important;}

    .services_logos {
        margin-top: -20px;
        max-width: 100%;
    }
    .hero__content {
        padding-top: 1rem;
    }
    .get-early-acccess {
        font-size: 0.8em;padding: 10px;
    }
    .steps-to-config {
        padding: 0%
    }
    .numbers {
        width: 2rem;
        height: auto !important;
    }
    .number1 {width: 1.6rem;}

    .home__hero__anim__wrapper {
        flex: 0 0 10rem;
    }
    .list-view {
        margin-top: 5rem;
    }
    .first-image {
        width: 100%; margin-top: 1rem;
    }
}
