/*
 * AIT home “About company” parity layer.
 * Exact source: Elementor page 82282, section 0a9e0b7 and original Tekone/RSElements CSS.
 */

.ait-home-about,
.ait-home-about * {
    box-sizing: border-box;
}

.ait-home-about {
    position: relative;
    overflow: hidden;
    padding: 100px 0 60px;
    color: #606060;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.ait-home-about__container {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    width: min(100%, 1335px);
    margin-inline: auto;
}

.ait-home-about__media,
.ait-home-about__content {
    position: relative;
    min-width: 0;
    padding: 10px;
}

.ait-home-about__main-image,
.ait-home-about__overlay-image {
    margin: 0;
}

.ait-home-about__main-image {
    position: relative;
    z-index: 1;
    text-align: start;
}

.ait-home-about__main-image img {
    display: block;
    width: 563px;
    max-width: 100%;
    height: auto;
}

.ait-home-about__overlay-image {
    position: absolute;
    z-index: 2;
    right: -118.2px;
    bottom: 100px;
    width: 460px;
    max-width: none;
}

.ait-home-about__overlay-image img {
    display: block;
    width: 460px;
    max-width: none;
    height: auto;
}

.ait-home-about__watermark {
    position: absolute;
    z-index: 1;
    top: 156px;
    left: -318px;
    width: max-content;
    margin: 0;
    padding: 0;
    color: transparent;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgb(33 44 74 / 8%) 0%, rgb(255 255 255 / 0%) 100%);
    background-clip: text;
    font-family: "Open Sans", sans-serif;
    font-size: 198px;
    font-weight: 700;
    line-height: 1.6;
    white-space: nowrap;
    transform: rotate(270deg);
    transform-origin: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
    user-select: none;
}

.ait-home-about__heading {
    margin: 0 0 20px;
    text-align: left;
}

.ait-home-about__eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 15px;
    color: #212c4a;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.ait-home-about__eyebrow img {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: -3px 5px 0 0;
}

.ait-home-about__title {
    margin: 0;
    padding: 0;
    color: #212c4a;
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0;
}

.ait-home-about__description-wrap,
.ait-home-about__features,
.ait-home-about__action {
    padding-left: 125px;
}

.ait-home-about__description-wrap {
    margin-top: 25px;
}

.ait-home-about__description {
    margin: 0;
    color: #606060;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.ait-home-about__features {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 30px;
}

.ait-home-about__feature {
    min-width: 0;
    margin: 0;
    padding: 0;
}

.ait-home-about__feature-heading {
    display: flex;
    align-items: center;
}

.ait-home-about__feature-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 15px 18px 7px;
    border-radius: 10px;
    background: #ffebeb;
    color: #764d4d;
    line-height: 1;
}

.ait-home-about__feature-icon svg {
    display: block;
    width: 25px;
    height: 25px;
}

.ait-home-about__feature h3 {
    align-self: center;
    margin: 0 0 0 15px;
    padding: 0;
    color: #212c4a;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.ait-home-about__feature > p {
    margin: 15px 0 26px;
    color: #606060;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.ait-home-about__action {
    margin-top: 40px;
}

.ait-home-about__button.ait-legacy-button {
    width: auto;
    color: #fff;
}

.ait-home-about__button.ait-legacy-button::before {
    border-color: #fc3737;
}

.ait-home-about__button .ait-legacy-button__face {
    width: auto;
}

@media (max-width: 1024px) {
    .ait-home-about {
        padding: 60px 0 50px;
    }

    .ait-home-about__title {
        font-size: 35px;
        line-height: 45px;
    }

    .ait-home-about__overlay-image {
        bottom: 272px;
    }

    .ait-home-about__button.ait-legacy-button,
    .ait-home-about__button .ait-legacy-button__face {
        width: auto;
    }
}

@media (max-width: 767px) {
    .ait-home-about__container {
        grid-template-columns: 100%;
        width: min(100%, 767px);
    }

    .ait-home-about__media,
    .ait-home-about__content {
        padding: 10px;
    }

    .ait-home-about__main-image img {
        width: 100%;
    }

    .ait-home-about__overlay-image {
        display: none;
    }

    .ait-home-about__watermark {
        font-size: 171px;
    }

    .ait-home-about__title {
        font-size: 30px;
        line-height: 40px;
    }

    .ait-home-about__description-wrap,
    .ait-home-about__features,
    .ait-home-about__action {
        padding-left: 0;
    }

    .ait-home-about__features {
        grid-template-columns: 100%;
    }

    .ait-home-about__action {
        margin-top: 40px;
    }

    .ait-home-about__button .ait-legacy-button__face {
        padding: 15px 13px 15px 25px;
    }

    .ait-home-about__button.ait-legacy-button::before {
        bottom: 0;
        left: 4%;
        width: 100%;
        height: 78%;
    }
}
