@import "fonts.css";

html, body { margin: 0; padding: 0; scroll-behavior: smooth;}
body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 115%;
    overflow-x: hidden;
}
.btn-cta {
    padding: 17px 25px 12px;
    border: none;
    background: #467CBF;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    text-decoration: none;
}
.btn-cta:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.iti {
    display: block;
    font-size:15px;
}
.hbspt-form {
    display: none;
}
main {

}
main section.offer {
    padding-top:60px;
    background-image: url(../jpg/ilead-bg.jpg);
    background-repeat: no-repeat;
    background: linear-gradient(180deg, #FFF 6.5%, #B2B9C1 100%);
}
main section.offer .section-header {
    padding-bottom:60px;
}
main section.offer .section-header img.logo {
    width: 284px;
    padding-bottom: 60px;
}
main section.offer .section-header h1 {
    text-align: center;
    font-family: "Chronicle Deck";
    font-size: 38px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
    margin-bottom: 7px;
}
main section.offer .section-header h2 {
    text-align: center;
    font-family: "Chronicle Deck";
    font-size: 28px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
    margin-bottom: 19px;
}
main section.offer .section-header h3 {
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
main section.offer .content-left {
    width: 384px;
}
main section.offer .content-right {
    width: 465px;
}
main section.offer h4 {
    color: #467CBF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 19px;
}
main section.offer p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
main section.offer .btn-cta-wrapper {
    text-align: center;
}
main section.expect {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 60px;
}
main section.expect .section-header {
    padding-bottom: 60px;
}
main section.expect .section-header h1 {
    color: #FFF;
    text-align: center;
    font-family: "Chronicle Deck";
    font-size: 38px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
    margin-bottom: 7px;
}
main section.expect .section-header h2 {
    color: #FFF;
    text-align: center;
    font-family: "Chronicle Deck";
    font-size: 28px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
}
main section.expect ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
main section.expect li {
    text-align: left;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 46px;
    background-image: url(../svg/list-blue-checkmark.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 0 0;
    padding-bottom: 20px;
}
main section.expect li:last-of-type {
    padding-bottom: 0;
}
main section.expect .btn-cta-wrapper {
    padding-top: 60px;
    text-align: center;
}

footer {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-top: 83px;
}
footer .footer-wrapper {
    border-top: 2px solid #D9D9D9;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .footer-wrapper .social a {
    margin-right: 11px;
}
footer .footer-wrapper .social a:last-child {
    margin-right:0;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    main section.offer .section-header img.logo {
        width: 200px;
        padding-bottom: 40px;
    }
    main section.offer .section-header h1 {
        font-size: 32px;
    }
    main section.offer .section-header h2 {
        font-size: 23px;
        margin-bottom: 19px;
    }
    main section.offer .section-header h3 {
        font-size: 18px;
    }
    main section.offer .section-header {
        padding-bottom: 40px;
    }
    main section.offer h4 {
        font-size: 20px;
    }
    main section.offer p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    main section.offer .content-right {
        padding-top: 30px;
    }
    main section.expect .section-header h1 {
        font-size: 32px;
    }
    main section.expect .section-header h2 {
        font-size: 23px;
    }
    main section.expect .section-header {
        padding-bottom: 40px;
    }
    main section.expect li {
        padding-left: 41px;
        background-size: auto 17px;
        background-position: 0 2px;
        padding-bottom: 20px;
    }
    main section.expect li:last-of-type {
        padding-bottom: 20px;
    }
    main section.expect .btn-cta-wrapper {
        padding-top: 30px;
    }
}

/* CONFIRMATION POPUP */
#confirmation-pop {

}
#confirmation-pop .modal-content {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.10);
}
#confirmation-pop .modal-body {
    padding:0;
    position: relative;
}
#confirmation-pop .close-btn {
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}
#confirmation-pop .section-content {
    padding:33px 75px 41px;
}
#confirmation-pop .section-content h1 {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
}
#confirmation-pop .section-content h2 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 39px;
}
#confirmation-pop .section-content p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#confirmation-pop .section-content p:last-of-type {
    margin-bottom: 0;
}
/* END CONFIRMATION POPUP */

/* POPUP */
#optin-pop {

}
#optin-pop .modal-content {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.10);
}
#optin-pop .modal-body {
    padding:0;
}
#optin-pop .close-btn {
    position: absolute;
    right: 14px;
    top: 14px;
}
#optin-pop .modal-body .section-header {
    padding: 20px;
    border-bottom: 1px solid #D6D6D6;
}
#optin-pop .modal-body .section-header.headless {
    padding: 5px;
    border-bottom: none;
}
#optin-pop .modal-body .section-header h1 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 113%;
}
#optin-pop .modal-body .section-header h2 {
    color: #F00;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 113%;
    margin-bottom: 3px;
}
#optin-pop .modal-body .section-form {
    padding: 21px 32px 13px;
    background: #FFFFFF;
}
#optin-pop .modal-body .section-form h1 {
    color: #332444;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 113%;
    margin-bottom:21px;
}
#optin-pop .modal-body label {
    color: #414141;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 3px;
    margin-left: 17px;
}
#optin-pop .form-group {
    margin-bottom: 11px;
}
#optin-pop .form-control {
    height: 55px;
    padding: 19px 21px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    border-radius: 8px;
    border: 1px solid #A7A9AC;
    background: #FFF;
}
#optin-pop ::placeholder {
    color: #332444;
    opacity: 0.3;
}
#optin-pop ::-ms-input-placeholder {
    color: #332444;
    opacity: 0.3;
}
#optin-pop .btn-cta-wrapper {
    padding-top: 13px;
}
#optin-pop .btn-cta {
    border-radius: 15px;
    background: linear-gradient(180deg, #FFA500 0%, #FF8C00 100%);
    box-shadow: 0px 4px 0px 0px #F66700;
    color: #1C243C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 9px;
}

#optin-pop .has-error input, #optin-pop .has-error select {
    border: red 1px solid!important;
}
#optin-pop  .form-group.has-error {
    margin-bottom:0;
}
#optin-pop small ul {
    margin: 0;
    padding:0;
}
#optin-pop small li {
    font-size: 11px;
    font-weight: 400;
    color: red;
    margin: 0;
    text-align: left;
}
#optin-pop .section-footer {
    padding: 0 25px 14px;
}
#optin-pop .section-footer > h1 {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 113%;
    margin-bottom: 13px;
}
#optin-pop .section-footer .stars {
    text-align: center;
    padding-bottom: 9px;
}
#optin-pop .section-footer > h2 {
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#optin-pop .section-footer .stars img {
    margin-right: 4px;
}
#optin-pop .section-footer .stars img:last-of-type {
    margin-right: 0;
}
@media (min-width: 576px) {
    #optin-pop .modal-dialog {
        max-width: 360px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 991.98px) {
    #optin-pop .modal-body .section-header {
        padding: 19px 16px 12px;
    }
    #optin-pop .modal-body .section-header.headless {
        padding: 5px;
    }
    #optin-pop .close-btn {
        right: 9px;
        top: -29px;
    }
    #optin-pop .close-btn img {
        width: 12px;
    }
    #optin-pop .modal-body .section-form {
        padding: 15px 16px 10px;
    }
    #optin-pop .modal-body label {
        font-size: 16px;
        margin-bottom: 3px;
        margin-left: 14px;
    }
    #optin-pop .form-control {
        height: 48px;
        padding: 16px 14px 17px;
        font-size: 16px;
    }
    #optin-pop .btn-cta-wrapper {
        padding-top: 9px;
    }
    #optin-pop .btn-cta {
    }
}