

/*Layout*/
.nav-cta{
    display: flex !important;
}
.lp-card{
    background-color: #ff9202;
    height: auto;

}
.lp-quote-container{
    background-color: #fab1f3;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 12px;
}
.modal-wrapper .modal-overlay .modal-container.video-modal-container{
    max-width: 100%;
}


/*Type*/
.lp-video-link{
    font-weight: 700;
    text-decoration: none !important;
    color: #282829 !important;
    cursor: pointer;
}
.lp-video-link i{
    margin-right: 4px;
}
p.body-xl{
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
}
p.lp-display{
    font-family: p22-mackinac-pro, "Lato", lato, "Helvetica Neue", "Helvetica", helvetica, serif;
}

.lp-quote{
    font-size: 30px !important;
    line-height: 40px !important;
}

@media(min-width:768px){
    h1{
        font-size: 60px !important;
    }
}