@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

html,
body {
    font-family: 'Open Sans', sans-serif;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    background: #333;
    overflow-x: hidden;
    overflow-y: auto;
    user-select: none;
    -webkit-user-select: none;
    scroll-behavior: smooth;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

nav {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0;
    background: #fff;
}

.logo {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    float: left;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
}

    .logo i {
        font-size: 26px;
        margin: 0 8px 0 0;
    }

.brand {
    display: flex;
    align-items: center;
    float: left;
    outline: 0;
    text-decoration: none;
}

    .brand span {
        color: #ccc;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        margin: 0 15px 0 0;
    }

    .brand img {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: 30px;
        margin: 0 8px 0 0;
    }

nav .container {
    justify-content: space-between;
    flex-direction: row;
}

.container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 700px;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 5% 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #222;
}

.title {
    display: block;
    line-height: 1;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-align: center;
}

.subtitle {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 40px 0;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    opacity: 0;
    animation: show .3s ease forwards;
    animation-delay: .5s;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 5% 0;
    margin: 0;
    color: #fff;
}

    footer a {
        font-size: 14px;
        margin: 0 10px 0 0;
    }

        footer a:last-child {
            margin: 0;
        }

    footer p {
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
        text-justify: inter-word;
    }

    footer span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: auto;
        margin: 40px 0 0 0;
    }

    footer .logo {
        color: #fff;
        margin: 0 0 30px 0;
    }

a {
    outline: 0;
    color: inherit;
    text-decoration: underline;
}

p {
    display: block;
    float: left;
    margin: 0;
}

    p + p {
        margin: 20px 0 0 0;
    }

main {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 5% 0;
    margin: 0;
    background: #fff;
}

    main label {
        font-size: 26px;
        font-weight: 600;
        line-height: 1;
    }

    main span {
        display: block;
        float: left;
        margin: 0 0 10px 0;
        font-size: 14px;
        font-weight: 600;
        color: #ccc;
        text-transform: uppercase;
    }

    main p {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        text-align: justify;
        text-justify: inter-word;
    }

    main img {
        display: block;
        float: left;
        vertical-align: middle;
        width: 100%;
        height: auto;
        margin: 40px 0;
        overflow: hidden;
        border-radius: 10px;
    }

.completion {
    font-size: 14px;
    margin: 0;
}

.question {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

    .question select,
    .question input {
        position: relative;
        display: block;
        float: left;
        width: 400px;
        height: 50px;
        line-height: 1;
        margin: 0;
        padding: 0 20px;
        background: #fff;
        border-width: 2px;
        border-style: solid;
        border-color: #ddd;
        outline: 0;
        font-size: 18px;
        font-weight: 500;
        border-radius: 5px;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all .3s ease;
    }

        .question input::placeholder {
            color: #ccc;
        }

.error {
    color: #fb5455;
    border-color: #fb5455 !important;
}

    .error::placeholder {
        color: #fb5455;
    }

.question label {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    line-height: 1;
    margin: 0 0 40px 0;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.choose {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

    .choose div {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        float: left;
        width: 140px;
        height: 140px;
        line-height: 18px;
        padding: 0 15px;
        margin: 10px;
        color: #fff;
        outline: 0;
        font-size: 14px;
        font-weight: 700;
        border-width: 2px;
        border-style: solid;
        border-color: rgba(255,255,255,0.2);
        border-radius: 10px;
        cursor: pointer;
        text-align: center;
        transition: all .3s ease;
    }

        .choose div:hover,
        .choose div:active {
            border-color: #666;
            background: #666;
        }

        .choose p,
        .choose div i {
            font-size: 40px;
            margin: 0 0 15px 0;
        }

    .choose p {
        font-size: 600;
    }

.selected {
    border-color: #1ec584;
    background: #1ec584;
}

    .selected:hover,
    .selected:active {
        border-color: #1ec584 !important;
        background: #1ec584 !important;
    }

.buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: 0;
    margin: 40px 0 0 0;
}

    .buttons button {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        padding: 0 20px;
        margin: 0;
        width: auto;
        height: 40px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        outline: 0;
        text-decoration: none;
        text-transform: uppercase;
        background: #1ec584;
        border-radius: 5px;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

#back {
    left: 0;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
}

    #back i,
    #show i,
    #send i {
        margin: 0 5px 0 0;
    }

#next,
#show,
#send {
    right: 0;
}

    #next i {
        margin: 0 0 0 5px;
    }

button:disabled,
button[disabled] {
    color: rgba(255,255,255,0.5) !important;
    background: #666 !important;
}

.info {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.send {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 0;
    margin: 20px 0 0 0;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
    background: #1ec584;
    border-radius: 5px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button:disabled,
button[disabled] {
    color: rgba(255,255,255,0.5) !important;
    background: #666 !important;
}

.info input {
    width: calc(50% - 5px);
}

    .info input + input {
        margin-top: 10px;
    }

    .info input:nth-child(2) {
        margin-top: 0;
    }

    .info input:nth-child(1) {
        margin-right: 5px;
    }

    .info input:nth-child(2) {
        margin-left: 5px;
    }

    .info input:nth-child(3),
    .info input:nth-child(4) {
        width: 100%;
    }

.question .disclosure label {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 40px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    text-justify: inter-word;
}

.me {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    line-height: 1;
    margin: 0 0 40px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.whats-next {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .whats-next div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        float: left;
        width: 100%;
        height: auto;
        line-height: 22px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .whats-next i {
        font-size: 50px;
        margin: 0 0 10px 0;
    }

.home-image {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 400px;
    height: 190px;
    padding: 0;
    overflow: hidden;
    margin: 0 0 20px 0;
    background: #eee;
    border-radius: 10px;
}

section {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
}

.thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 600px;
    height: 373px;
    padding: 0 40px;
    margin: 0;
    color: #fff;
    background: #333;
}

    .thumbnail label {
        font-size: 42px;
        line-height: 1;
        font-weight: 600;
    }

        .thumbnail label:nth-child(2) {
            color: transparent;
        }

        .thumbnail label:nth-child(3) {
            font-size: 30px;
        }

        .thumbnail label + label {
            margin: 10px 0 0 0;
        }

    .thumbnail p {
        color: transparent;
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        margin: 10px 0 30px 0;
    }

    .thumbnail .logo,
    .thumbnail .brand span {
        color: #fff;
    }

    .thumbnail .brand img {
        filter: invert(1);
    }

    .thumbnail .logo {
        margin: 0 0 30px 0;
    }

@media only screen and (max-width: 1000px) {

    .container {
        width: 100%;
    }

    footer {
        padding: 10% 5%;
    }

    .logo {
        font-size: 16px;
    }

        .logo i {
            font-size: 20px;
        }

    footer p {
        font-size: 12px;
        line-height: 18px;
    }

    footer span {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 20px 0 0 0;
    }

        footer span label {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

    footer a {
        font-size: 12px;
        margin: 0 0 20px;
    }

        footer a:last-child {
            margin: 0 0 20px;
        }

    nav {
        padding: 0 5%;
        height: 80px;
    }

    .brand img {
        width: auto;
        height: 24px;
        margin: 5px 0;
    }

    .brand span {
        display: none;
    }

    main {
        padding: 10% 5%;
    }

        main span {
            font-size: 14px;
        }

        main label {
            font-size: 20px;
            line-height: 24px;
            text-align: center;
        }

        main img {
            width: 100%;
            height: auto;
            margin: 20px 0;
        }

        main p {
            width: 100%;
            font-size: 14px;
            line-height: 20px;
        }

    header {
        padding: 10% 5%;
    }

    .title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        font-size: 24px;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .subtitle {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        font-size: 14px;
        margin: 0 0 30px 0;
    }

    .completion {
        font-size: 12px;
    }

    .question select,
    .question input {
        height: 40px;
        padding: 0 10px;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .me,
    .question label {
        height: 40px;
        font-size: 24px;
        margin: 0 0 20px 0;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .choose {
        display: flex;
        flex-wrap: wrap;
        min-height: 240px;
        width: calc(100% + 20px);
    }

        .choose div {
            font-size: 12px;
            line-height: 16px;
            width: calc((100% / 3) - 20px);
            height: 100px;
        }

            .choose p,
            .choose div i {
                font-size: 26px;
                margin: 0 0 8px 0;
            }

    .home-image {
        width: 100%;
        height: 190px;
    }

    .info {
        width: 100%;
    }

        .info input:nth-child(1),
        .info input:nth-child(2) {
            width: calc(50% - 5px);
        }

    .buttons {
        width: 100%;
        margin: 30px 0 0 0;
    }

        .buttons button {
            padding: 0 15px;
            font-size: 12px;
        }

    .send {
        font-size: 12px;
    }

    .question .disclosure  label {
        margin: 20px 0 0;
        width: 100%;
        font-size: 10px;
        line-height: 18px;
    }

    .thanks {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .whats-next {
        width: 100%;
    }

        .whats-next i {
            font-size: 40px;
        }

        .whats-next div {
            font-size: 14px;
            line-height: 20px;
        }
}
