<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.quiz {
    text-align: center;
}

section.quiz div.action {
    margin-top: -130px;
    margin-bottom: 80px;
}

section.quiz .device {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}

section.quiz div h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #292929;
    margin-right: 2.5em;
    margin-left: 1.5em;
}


section.solution {
    background-color: #E7E7E7;
    position: relative;
    margin-top: -5px;
}

section.solution div.action {
    margin-top: -100px;
    margin-bottom: 80px;
}

body.sale section.solution div.action {
    margin-top: -135px;
}

body.sale section.solution div.action.learn {
    margin-top: 0;
}

section.solution div.action a.action {
    border: 2px solid #e6e6e6;
}

section.solution div.action a.action.learn {
    border-color: #32b4a6;
}

section.solution div.action.learn {
    margin-top: 1em;
}

section.solution .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-top: 4em;
    margin-bottom: 4em;
}

section.solution .wrap div {
    text-align: center;
    margin-bottom: 2em;
    width: 15%;
}

section.solution .wrap div h3 {
    color: #292929;
    font-size: 25px;
    line-height: 33px;
}

section.video {
    padding: 100px calc((100% - 850px)/ 2);
    background-color: #32b4a6;
}

section.video .video_wrap {
    margin: 2em 0em;
}

section.video .video_wrap .description {
    color: white;
    width: 60%;
    margin: 2em auto;
    text-align: center;
}

section.video .video_wrap .description p {
    font-size: 18px;
    line-height: 25px;
    color: white;
}

section.video .video_wrap .description .name {
    margin-top: 0.5em;
    display: block;
}

section.video h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

section.video h2 br {
    display: none;
}
</pre></body></html>