/**
 * About page reconstructed from the original Elementor page 2485.
 */

.ait-main--about {
    overflow: clip;
}

.ait-about-shell {
    width: min(1340px, calc(100% - 40px));
    margin-inline: auto;
}

.ait-about-intro {
    position: relative;
    padding: 70px 0 95px;
    background: #fff;
}

.ait-about-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
    align-items: center;
    gap: 48px;
}

.ait-about-intro__visual {
    position: relative;
    min-height: 650px;
}

.ait-about-intro__figure {
    position: absolute;
    inset: 34px auto auto 54px;
    z-index: 2;
    width: min(605px, calc(100% - 50px));
    margin: 0;
}

.ait-about-intro__figure img {
    display: block;
    width: 100%;
    height: auto;
}

.ait-about-intro__shape {
    position: absolute;
    z-index: 1;
    width: 220px;
    height: 290px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.85;
}

.ait-about-intro__shape--one {
    top: 0;
    left: 0;
    background-image: url("../images/about/about-shape-1.png");
}

.ait-about-intro__shape--two {
    right: 0;
    bottom: 35px;
    background-image: url("../images/about/about-shape-2.png");
}

.ait-about-intro__experience {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 35px;
    display: grid;
    min-width: 245px;
    padding: 28px 30px;
    border-radius: 10px;
    color: #fff;
    background:
        url("../images/about/experience-overlay.png") center / cover no-repeat,
        linear-gradient(99.43deg, #513de8 0.99%, #8366e3 99.43%);
    box-shadow: 0 20px 50px rgb(50 63 124 / 18%);
}

.ait-about-intro__experience strong {
    font-size: clamp(48px, 5vw, 64px);
    line-height: 0.95;
}

.ait-about-intro__experience strong span {
    margin-left: 3px;
    font-size: 30px;
    font-weight: 500;
}

.ait-about-intro__experience > span {
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.2;
}

.ait-about-intro__content {
    max-width: 645px;
}

.ait-about-eyebrow {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    color: #513de8;
}

.ait-about-intro__content h2,
.ait-about-service-row__content h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 3.2vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    text-transform: none;
    color: #323f7c;
}

.ait-about-intro__content h2 span {
    color: #513de8;
}

.ait-about-copy {
    font-size: 17px;
    line-height: 1.75;
    color: #606060;
}

.ait-about-copy p {
    margin: 0 0 18px;
}

.ait-about-copy strong {
    color: #323f7c;
}

.ait-about-intro__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 42px;
    margin: 28px 0 14px;
    padding: 0;
    list-style: none;
}

.ait-about-intro__benefits li {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #323f7c;
    font-size: 18px;
    font-weight: 700;
}

.ait-about-intro__benefits img {
    width: 28px;
    height: 28px;
}

.ait-about-intro__goal {
    margin: 0 0 24px;
    color: #323f7c;
    font-size: 18px;
    line-height: 1.7;
}

.ait-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 14px 30px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    background: linear-gradient(99.43deg, #513de8 0.99%, #8366e3 99.43%);
    box-shadow: 0 16px 35px rgb(81 61 232 / 18%);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.ait-about-button:hover,
.ait-about-button:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgb(81 61 232 / 25%);
}

.ait-about-button img {
    width: 20px;
    height: 20px;
}

.ait-about-services {
    padding: 95px 0 80px;
    background: #f8f9ff;
}

.ait-about-service-row {
    display: grid;
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
    align-items: center;
    gap: 60px;
    min-height: 520px;
    padding: 55px 0;
}

.ait-about-service-row + .ait-about-service-row {
    border-top: 1px solid rgb(50 63 124 / 8%);
}

.ait-about-service-row--reverse .ait-about-service-row__media {
    order: 2;
}

.ait-about-service-row--reverse .ait-about-service-row__content {
    order: 1;
}

.ait-about-service-row__media {
    display: grid;
    place-items: center;
    min-height: 430px;
    margin: 0;
}

.ait-about-service-row__media img {
    display: block;
    width: auto;
    max-width: min(100%, 610px);
    max-height: 540px;
    object-fit: contain;
    filter: drop-shadow(0 22px 40px rgb(50 63 124 / 9%));
}

.ait-about-service-row__content {
    max-width: 640px;
}

.ait-about-service-row__content h2 {
    font-size: clamp(32px, 2.8vw, 42px);
    text-transform: uppercase;
}

.ait-about-service-row__content > p:not(.ait-about-eyebrow) {
    margin: 0;
    color: #606060;
    font-size: 17px;
    line-height: 1.75;
}

.ait-about-service-row__content ul {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.ait-about-service-row__content li {
    position: relative;
    padding-left: 28px;
    color: #323f7c;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}

.ait-about-service-row__content li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #513de8;
    font-weight: 800;
}

.ait-about-cta {
    position: relative;
    min-height: 420px;
    padding: 65px 0 75px;
    overflow: hidden;
    color: #fff;
    background-color: #323f7c;
    background-image: var(--ait-about-cta-background);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ait-about-cta__inner {
    position: relative;
    min-height: 280px;
}

.ait-about-cta__content {
    position: relative;
    z-index: 2;
    width: min(820px, calc(100% - 300px));
    margin-inline: auto;
    text-align: center;
}

.ait-about-cta h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.2;
}

.ait-about-cta p {
    max-width: 650px;
    margin: 0 auto;
    color: rgb(255 255 255 / 87%);
    font-size: 18px;
    line-height: 1.65;
}

.ait-about-button--cta {
    margin-top: 28px;
    border-radius: 10px;
}

.ait-about-cta__people {
    position: absolute;
    z-index: 1;
    bottom: -75px;
    left: 0;
    width: 285px;
    height: auto;
}

@media (max-width: 1024px) {
    .ait-about-intro {
        padding-top: 55px;
    }

    .ait-about-intro__grid,
    .ait-about-service-row {
        gap: 38px;
    }

    .ait-about-intro__visual {
        min-height: 560px;
    }

    .ait-about-service-row {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .ait-about-shell {
        width: min(100% - 28px, 640px);
    }

    .ait-about-intro {
        padding: 30px 0 65px;
    }

    .ait-about-intro__grid,
    .ait-about-service-row {
        grid-template-columns: 1fr;
    }

    .ait-about-intro__visual {
        min-height: 520px;
    }

    .ait-about-intro__figure {
        inset: 25px auto auto 0;
        width: 100%;
    }

    .ait-about-intro__experience {
        right: 0;
        bottom: 0;
        min-width: 205px;
        padding: 22px 24px;
    }

    .ait-about-intro__content {
        margin-top: 20px;
    }

    .ait-about-eyebrow {
        font-size: 17px;
    }

    .ait-about-intro__content h2,
    .ait-about-service-row__content h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    .ait-about-intro__benefits {
        display: grid;
        gap: 16px;
    }

    .ait-about-services {
        padding: 45px 0;
    }

    .ait-about-service-row {
        gap: 20px;
        padding: 42px 0;
    }

    .ait-about-service-row--reverse .ait-about-service-row__media,
    .ait-about-service-row--reverse .ait-about-service-row__content {
        order: initial;
    }

    .ait-about-service-row__media {
        min-height: 300px;
    }

    .ait-about-service-row__media img {
        max-height: 390px;
    }

    .ait-about-cta {
        min-height: 380px;
        padding: 55px 0 70px;
    }

    .ait-about-cta__content {
        width: 100%;
    }

    .ait-about-cta__people {
        display: none;
    }
}
