.elementor-253 .elementor-element.elementor-element-bfe9ffa{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2a73a9d *//* =========================================================
   LANDLORD REGISTRATION INTRODUCTION
========================================================= */

.mop-landlord-registration {
    width: min(100%, 620px);

    margin: 0 auto;
    padding: 38px;

    color: #172033;
    background: #ffffff;

    border: 1px solid #e3e9ef;
    border-radius: 24px;

    box-shadow:
        0 14px 42px rgba(15, 23, 42, 0.08);

    text-align: center;
    box-sizing: border-box;
}

.mop-landlord-registration__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 66px;
    height: 66px;

    margin-bottom: 18px;

    color: #4290c4;
    background: rgba(66, 144, 196, 0.11);

    border-radius: 18px;
    font-size: 25px;
}

.mop-landlord-registration__eyebrow {
    display: block;

    margin-bottom: 8px;

    color: #4290c4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mop-landlord-registration h2 {
    margin: 0 0 12px;

    color: #172033;
    font-size: 30px;
    font-weight: 750;
    line-height: 1.2;
}

.mop-landlord-registration > p {
    max-width: 500px;

    margin: 0 auto;

    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.mop-landlord-registration__benefits {
    display: grid;
    gap: 12px;

    margin: 26px 0;
    padding: 0;

    list-style: none;
    text-align: left;
}

.mop-landlord-registration__benefits li {
    display: flex;
    align-items: center;

    gap: 11px;

    padding: 13px 15px;

    color: #52657c;
    background: #f8fafc;

    border: 1px solid #e8edf2;
    border-radius: 13px;

    font-size: 14px;
    font-weight: 600;
}

.mop-landlord-registration__benefits i {
    color: #4290c4;
    font-size: 12px;
}

.mop-landlord-registration__button {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    min-height: 54px;

    padding: 0 20px;

    color: #ffffff;
    background: #4290c4;

    border-radius: 14px;

    font-size: 15px;
    font-weight: 700;
    text-decoration: none;

    box-shadow:
        0 9px 22px rgba(66, 144, 196, 0.25);

    box-sizing: border-box;
}

.mop-landlord-registration__button:hover {
    color: #ffffff;
    background: #347eaf;
}

.mop-landlord-registration
.mop-landlord-registration__login {
    margin-top: 20px;

    color: #64748b;
    font-size: 14px;
}

.mop-landlord-registration__login a {
    color: #4290c4;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (max-width: 767px) {

    .mop-landlord-registration {
        padding: 25px 20px;
        border-radius: 19px;
    }

    .mop-landlord-registration h2 {
        font-size: 24px;
    }
}/* End custom CSS */