.w-100 {
    width: 100%!important;
}
.h-100 {
    height: 100% !important;
}
#lead-form .head {
    position: relative;
    background-color: #ECEFF1;
    padding: 30px 15px;
    color: rgba(112, 0, 189, 1);
}
#lead-form .head h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(112, 0, 189, 1);
}
#lead-form .head h5 {
    font-size: 13px;
    font-weight: 600;
}
#lead-form .body {
    position: relative;
    padding: 40px 0;
    background: #ffffff;
    text-align: center;
}
#lead-form .body h3 {
    font-size: 22px;
}
#lead-form .body p.answer {
    font-size: 14px;
}
#lead-form .body .accept-terms {
    font-size: 12px;
    font-weight: 400;
}
#lead-form .body .accept-terms input {
    position: relative;
    top: 1px;
}
#lead-form .body .btn-submit {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.btn-primary {
    color: #FFF59D;
    background-color: rgba(112, 0, 189, 1);
    box-shadow: none;
}
.btn-primary:hover {
    color: #FFF59D;
    background-color: rgba(112, 0, 189, 1);
    box-shadow: none;
}
.btn-primary:focus {
    color: #FFF59D;
    background-color: rgba(112, 0, 189, 1);
    box-shadow: none;
}
.btn-primary:active {
    color: #FFF59D;
    background-color: rgba(112, 0, 189, 1);
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #FFF59D;
    background-color: rgba(112, 0, 189, 1);
    box-shadow: none;
}
a {
    color: #616161;
}
a:hover {
    text-decoration: none;
    color: #616161;
}
.module-border-wrap {
    width: 155px;
    position: relative;
    background-color: rgba(112, 0, 189, 1);
    padding: 3px;
    border-radius: 28px;
    margin: 0 auto;
    cursor: pointer;
}
.module {
    background: #ffffff;
    color: #000000;
    padding: 0 25px;
    border-radius: 25px;
    height: 150px;
    display: flex;
    align-items: center;
}
.module img {
    height: 85px;
}
.module:hover {
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.8);
}
.module:hover img {
    filter: drop-shadow(2px 4px 6px black);
}
@media (min-width: 576px) {
    .module {
        height: 190px;
    }
    .module img {
        height: 105px;
    }
    #lead-form .head h4 {
        font-size: 26px;
    }
    #lead-form .head h5 {
        font-size: 18px;
    }
    #lead-form .body {
        padding: 25px 15px;
    }
    #lead-form .body p.answer {
        max-width: 160px;
    }
    #lead-form .body .btn-submit {
        width: 520px;
        font-size: 16px;
        font-weight: 600;
    }
}
/*# sourceMappingURL=main.css.map */