.elementor-2016 .elementor-element.elementor-element-5d72b27{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-5d72b27 */.elementor-2016 .elementor-element.elementor-element-5d72b27 {
    --access-text: #171717;
    --access-muted: #666666;
    --access-line: #e7e7e7;
    --access-soft: #f4f4f2;
    --access-dark: #151515;

    direction: rtl;
    background: #ffffff;
}


/* WRAPPER */

.elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility {
    direction: rtl;
    text-align: right;
    color: var(--access-text);
    font-family: "Assistant", Arial, sans-serif;
}


/* HERO */

.elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__hero {
    max-width: 1180px;
    margin: 0 auto;
    padding: 90px 35px 70px;
    border-bottom: 1px solid var(--access-line);
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__eyebrow {
    display: inline-flex;
    align-items: center;

    margin-bottom: 22px;
    padding: 10px 16px;

    border: 1px solid #d8d8d8;
    border-radius: 100px;

    font-size: 15px;
    line-height: 1;
    font-weight: 600;

    color: #555;
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__hero h1 {
    margin: 0;
    padding: 0;

    max-width: 900px;

    font-family: "Assistant", Arial, sans-serif;
    font-size: clamp(54px, 7vw, 94px);
    font-weight: 700;
    line-height: .95;
    letter-spacing: -3px;

    color: var(--access-dark);
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__intro {
    max-width: 740px;
    margin: 32px 0 0;

    font-size: 22px;
    line-height: 1.55;
    font-weight: 400;

    color: #3e3e3e;
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__updated {
    margin-top: 38px;

    font-size: 14px;
    color: #898989;
}


/* CONTENT */

.elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 35px 100px;
}


/* SECTION */

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-section {
    display: grid;
    grid-template-columns: 90px minmax(0, 760px);
    justify-content: space-between;
    gap: 55px;

    padding: 68px 0;
    border-bottom: 1px solid var(--access-line);
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-section--last {
    border-bottom: 0;
}


/* NUMBER */

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-number {
    padding-top: 7px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;

    color: #a1a1a1;
}


/* HEADINGS */

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-text h2 {
    margin: 0 0 25px;
    padding: 0;

    font-family: "Assistant", Arial, sans-serif;
    font-size: clamp(31px, 3.2vw, 43px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.2px;

    color: var(--access-dark);
}


/* BODY */

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-text p {
    margin: 0 0 18px;

    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;

    color: #444;
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-text strong {
    color: #161616;
    font-weight: 700;
}


/* LIST */

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-text ul {
    list-style: none;

    margin: 24px 0 30px;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-text li {
    position: relative;

    margin: 0;
    padding: 14px 42px 14px 18px;

    background: var(--access-soft);
    border-radius: 8px;

    font-size: 15px;
    line-height: 1.55;

    color: #383838;
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-text li::before {
    content: "✓";

    position: absolute;
    right: 15px;
    top: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;

    border-radius: 50%;
    background: var(--access-dark);

    color: #fff;
    font-size: 10px;
    font-weight: 700;
}


/* DARK NOTE */

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-note {
    position: relative;

    margin: 30px 0;
    padding: 23px 27px 23px 60px;

    background: var(--access-dark);
    border-radius: 10px;

    color: #fff;

    font-size: 16px;
    line-height: 1.75;
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-note::before {
    content: "✓";

    position: absolute;
    left: 21px;
    top: 21px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;

    font-size: 12px;
    font-weight: 700;
}


/* LIGHT INFO BOX */

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-softbox {
    margin: 27px 0;

    padding: 22px 25px;

    background: var(--access-soft);
    border-radius: 9px;
    border-right: 3px solid var(--access-dark);

    font-size: 16px;
    line-height: 1.75;

    color: #333;
}


/* CONTACT */

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-contact {
    margin: 26px 0;
    padding: 30px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;

    background: var(--access-soft);
    border-radius: 10px;
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-contact span {
    font-size: 18px;
    font-weight: 700;

    color: #181818;
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-contact a {
    font-size: 18px;
    font-weight: 500;

    color: #181818;
    text-decoration: underline;
    text-underline-offset: 4px;

    transition: opacity .2s ease;
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-contact a:hover {
    opacity: .55;
}

.elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-contact p {
    margin: 2px 0 0 !important;

    font-size: 14px !important;
    color: #777 !important;
}


/* TABLET */

@media (max-width: 1024px) {

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__hero {
        padding-top: 70px;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-section {
        grid-template-columns: 55px minmax(0, 1fr);
        gap: 35px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__hero {
        padding: 55px 20px 45px;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__hero h1 {
        font-size: 48px;
        letter-spacing: -1.8px;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__intro {
        margin-top: 23px;

        font-size: 18px;
        line-height: 1.6;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__updated {
        margin-top: 25px;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .he-accessibility__content {
        padding: 0 20px 70px;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-section {
        display: block;
        padding: 48px 0;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-number {
        margin-bottom: 17px;
        padding: 0;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-text h2 {
        margin-bottom: 20px;

        font-size: 30px;
        letter-spacing: -.8px;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-text p {
        font-size: 16px;
        line-height: 1.8;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-text ul {
        grid-template-columns: 1fr;

        gap: 8px;
        margin: 20px 0 27px;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-text li {
        font-size: 15px;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-note {
        padding: 21px 21px 21px 52px;

        font-size: 15px;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-note::before {
        left: 16px;
        top: 19px;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-softbox {
        font-size: 15px;
    }

    .elementor-2016 .elementor-element.elementor-element-5d72b27 .accessibility-contact {
        padding: 22px;
    }
}/* End custom CSS */