/*==================================================
ROOT
==================================================*/

#izalp-content{

    margin:0;

    padding:0;

}
/*==================================================
GENERAL
==================================================*/

.izalp-container{

    width:1200px;

    max-width:95%;

    margin:auto;

}

/*==================================================
HERO
==================================================*/

.izalp-hero{

    width:100%;

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

}

.izalp-overlay{

    background:rgba(0,0,0,.42);

}

.izalp-hero .izalp-container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    min-height:500px;

    gap:70px;

}

.izalp-left{

    width:62%;

    color:#fff;

}

.izalp-left h1{
    font-size:46px;
    line-height:1.2;
    margin-bottom:20px;

}

.izalp-benefits{

    margin:0;

    padding:0;

    list-style:none;

}

.izalp-benefits li{

    font-size:17px;

    line-height:1.55;

    margin-bottom:8px;

}

.izalp-benefits li:before{

    content:"✓";

    margin-right:12px;

    font-weight:bold;

}

.izalp-right{

    width:390px;

}

.izalp-form-placeholder{

    background:#188dd8;

    border-radius:4px;

    min-height:520px;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:32px;

}

/*==================================================
CONTENT
==================================================*/

.iza-layout{

    padding:80px 0;

}

.iza-layout .container{

    display:flex;

    gap:45px;

}

.iza-main{

    flex:1;

}

.iza-sidebar{

    width:330px;

}

/*==================================================
CONTACT FORM 7 HERO
==================================================*/

.izalp-right .wpcf7{

    background:#188dd8;

    padding:30px;

    border-radius:4px;

}

.izalp-right .wpcf7-form{

    margin:0;

}

.izalp-right input,
.izalp-right select,
.izalp-right textarea{

    width:100%;

    margin-bottom:18px;

    border-radius:4px;

}

.izalp-right input[type=submit]{

    width:100%;

    background:#f5a000;

    color:#fff;

    font-size:22px;

    font-weight:700;

    border:none;

    padding:16px;

    cursor:pointer;

}

.izalp-right input[type=submit]:hover{

    background:#e09100;

}