﻿.bar {
    background: linear-gradient( to bottom, white, #f0f4ff );
}

.bar .content {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bar .container {
    display: inline-block;
    width: 850px;
}

.bar .icon {
    width: 50px;
    height: auto;
}

.bar .title1 {
    margin-top: 20px;
    font-size: 24pt;
    font-weight: 500;
    color: #404880;
}

.bar .title2 {
    margin-top: 10px;
    font-size: 20pt;
    font-weight: 500;
    color: #404880;
}

.bar .twolines {
    margin-top: 30px;
    font-size: 14pt;
    font-weight: 500;
    color: #404880;
}

.bar .btn-signup {
    margin-top: 40px;
}


.slideshow {
    background-color: white;
}

.slideshow .content {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 55px;
    width: 750px;
}

.slideshow .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}



.value-proposition .content {
    text-align: center;
    width: 780px;
}

.value-proposition .lead {
    margin-bottom: 30px;
    text-align: center;
    font-size: 13pt;
}

.value-proposition .benefits {
    text-align: left;
}

.value-proposition .benefit {
    display: flex;
    margin-bottom: 35px;
    gap: 20px;
}

.value-proposition .benefit .icon {
    font-size: 24pt;
    color: #4951D5;
}

.value-proposition .benefit h2 {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 7px;
    flex: 1;
}

.value-proposition .benefit .texts {
    flex: 1;
}

.value-proposition .benefit .texts div {
    font-size: 13pt;
}


.points .content {
    text-align: left;
    padding-top: 0px;
}

.points h1 {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 30px;
}

.points .point {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-bottom: 40px;
}

.points .point .texts {
    flex: 1;
}

.points .point .texts .title {
    font-size: 16pt;
    font-weight: 600;
}

.points .point .texts .text {
    margin-top: 10px;
    font-size: 13pt;
}

.points .point .image img {
    border-radius: 10px;
    width: 450px;
    height: auto;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}


.call-to-action {
}

.call-to-action .content {
    text-align: center;
    margin-bottom: 10px;
}

.call-to-action .container .message {
    margin-top: 20px;
    margin-bottom: 20px;
}

.free-100 {
    display: inline-block;
    margin-top: 30px;
    color: #404ab0;
    background-color: #e3e8fd;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    font-size: 14pt;
    font-weight: bold;
}