/* SOURCE: home-page.css */
/*
 * AIT home header and hero parity layer.
 * Sources: Tekone default.css/responsive.css, Elementor page 82282,
 * Elementor header template 83894, RSElements button and image-animation CSS.
 */

.ait-main--front {
    margin-block-start: 0;
}

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

.ait-header--home {
    position: absolute !important;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: transparent !important;
    font-family: "Open Sans", sans-serif;
}

.ait-header--home a {
    text-decoration: none;
}

.ait-home-header__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 49px;
    padding: 0 40px;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.ait-home-header__welcome,
.ait-home-header__social {
    display: flex;
    align-items: center;
}

.ait-home-header__welcome-icon {
    position: relative;
    left: -2px;
    display: inline-flex;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    margin-right: 4px;
    color: #fff;
}

.ait-home-header__welcome-icon svg {
    display: block;
    width: 23px;
    height: 23px;
    fill: currentcolor;
}

.ait-home-header__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 6px;
    color: #ff3838;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline !important;
}

.ait-home-header__contact-link svg {
    width: 10px;
    height: 11px;
    fill: #ff3838;
}

.ait-home-header__social {
    gap: 30px;
}

.ait-home-header__social a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
}

.ait-home-header__social a:hover,
.ait-home-header__contact-link:hover {
    color: #fd3737;
}

.ait-home-header__main {
    display: flex;
    align-items: center;
    min-height: 111px;
    padding: 6px 40px;
}

.ait-home-header__main-left {
    display: flex;
    flex: 0 0 75%;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    padding: 10px 50px 10px 10px;
}

.ait-home-header__logo {
    position: relative;
    z-index: 1;
    display: block;
    flex: 0 0 auto;
}

.ait-home-header__logo img {
    display: block;
    width: auto;
    max-width: 155px;
    max-height: 50px;
    object-fit: contain;
}

.ait-home-header__nav {
    margin-left: auto;
}

.ait-home-header__nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ait-home-header__nav > ul > li {
    position: relative;
    margin: 0 20px 0 0;
}

.ait-home-header__nav > ul > li:last-child {
    margin-right: 0;
}

.ait-home-header__nav > ul > li > a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 28px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
}

.ait-home-header__nav > ul > li.is-current > a,
.ait-home-header__nav > ul > li > a:hover,
.ait-home-header__nav > ul > li > a:focus-visible {
    color: #ff3838;
}

.ait-home-header__nav > ul > li.is-current > a::before {
    position: absolute;
    z-index: -1;
    top: 19px;
    right: 0;
    bottom: 19px;
    left: 0;
    border-radius: 6px;
    background: linear-gradient(91.04deg, rgb(255 255 255 / 20%) 0.82%, rgb(255 255 255 / 17%) 0.99%);
    content: "";
}

.ait-home-header__nav .has-submenu > a span {
    margin-left: 5px;
    font-size: 13px;
    line-height: 1;
}

.ait-home-header__nav .submenu {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    display: block;
    width: 235px;
    padding: 8px 0;
    border-radius: 6px;
    background: #132241;
    box-shadow: 0 12px 35px rgb(0 0 0 / 18%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.ait-home-header__nav .has-submenu:hover > .submenu,
.ait-home-header__nav .has-submenu:focus-within > .submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.ait-home-header__nav .submenu li {
    margin: 0;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.ait-home-header__nav .submenu li:last-child {
    border-bottom: 0;
}

.ait-home-header__nav .submenu a {
    display: block;
    padding: 12px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.ait-home-header__nav .submenu a:hover,
.ait-home-header__nav .submenu a:focus-visible {
    color: #fff;
    background: #0e1a33;
}

.ait-home-header__tools {
    display: flex;
    flex: 0 0 25%;
    justify-content: flex-end;
    min-width: 0;
    padding: 10px 10px 10px 0;
}

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

.ait-home-header__phone > img {
    align-self: flex-start;
    flex: 0 0 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: auto;
    margin: 13px 15px 0 0;
}

.ait-home-header__phone-label {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
}

.ait-home-header__phone-number {
    display: block;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    white-space: nowrap;
}

.ait-home-header__phone-number:hover {
    color: #fd3737;
}

.ait-home-header__mobile-menu {
    display: none;
}

/* Elementor page 82282, section 850a95c. */
.ait-home-hero,
.ait-home-hero * {
    box-sizing: border-box;
}

.ait-home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 160px 0 65px;
    color: #fff;
    background-color: #152445;
    background-image: url("../images/home/banner-bg-lossless.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Open Sans", sans-serif;
}

.ait-home-hero__stage {
    position: relative;
}

.ait-home-hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 55% 45%;
    width: min(100%, 1335px);
    margin-inline: auto;
}

.ait-home-hero__watermark {
    position: absolute;
    z-index: 0;
    top: 26px;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    color: rgb(255 255 255 / 5%);
    font-family: "Open Sans", sans-serif;
    font-size: 200px;
    font-weight: 700;
    line-height: 1.6;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.ait-home-hero__copy-column {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 10px;
}

.ait-home-hero__copy {
    position: relative;
    z-index: 4;
    width: 103.116%;
    max-width: 103.116%;
}

.ait-home-hero__eyebrow {
    display: inline-block;
    margin: 0 0 20px;
    color: #abafba;
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
}

.ait-home-hero__title {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 70px;
}

.ait-home-hero__title span {
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #e42c2c;
    text-stroke: 1px #e42c2c;
}

.ait-home-hero__description {
    margin: 0 0 26px;
    padding: 10px 40px 0 0;
    color: rgb(255 255 255 / 72%);
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.ait-home-hero__actions {
    display: flex;
    align-items: flex-start;
    padding: 22px 22px 22px 0;
}

.ait-legacy-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 20px 25px 20px 36px;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: color .3s ease, background-color .3s ease;
}

.ait-legacy-button + .ait-legacy-button {
    margin-left: 25px;
}

.ait-legacy-button::before {
    position: absolute;
    z-index: -1;
    left: 8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border: 2px dashed currentcolor;
    border-radius: 6px;
    content: "";
    transition: transform .5s ease, opacity .3s ease;
}

.ait-legacy-button:hover::before,
.ait-legacy-button:focus-visible::before {
    opacity: 0;
    transform: translate3d(-8px, -8px, 0);
}

.ait-legacy-button svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: -2px 10px 0;
    fill: currentcolor;
}

.ait-legacy-button--red {
    color: #fff;
    background: #fc3737;
}

.ait-legacy-button--red:hover,
.ait-legacy-button--red:focus-visible {
    color: #fff;
    background: #ea2e2e;
}

.ait-legacy-button--white {
    color: #ff3838;
    background: #fff;
}

.ait-legacy-button--white:hover,
.ait-legacy-button--white:focus-visible {
    color: #ff3838;
    background: #f5f5f5;
}

.ait-home-hero__visual {
    position: relative;
    min-width: 0;
    padding: 10px;
    overflow: visible;
}

.ait-home-hero__visual img,
.ait-home-hero__music {
    display: block;
    max-width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.ait-home-hero__shape-widget {
    position: relative;
    margin: 0 -120px 0 0;
}

.ait-home-hero__shape-wrap,
.ait-home-hero__shape {
    width: 100%;
}

.ait-home-hero__shape-wrap {
    animation: ait-parent-morphine 15s linear infinite alternate forwards;
}

.ait-home-hero__shape {
    border-radius: 100%;
    animation: ait-morphine 15s linear infinite alternate forwards;
}

.ait-home-hero__dots-widget,
.ait-home-hero__people-widget,
.ait-home-hero__line-widget {
    position: absolute;
}

.ait-home-hero__dots-widget {
    z-index: 1;
    top: 31px;
    left: 5px;
    width: 40%;
}

.ait-home-hero__people-widget {
    z-index: 3;
    bottom: 87.996px;
    left: 9.992px;
    width: 96%;
}

.ait-home-hero__people-inner {
    margin: 0 0 0 20px;
}

.ait-home-hero__line-widget {
    z-index: 4;
    top: 120px;
    right: -186.1px;
    width: 69px;
}

.ait-home-hero__music {
    position: absolute;
    z-index: 3;
    right: 70px;
    bottom: -125px;
    width: 29px;
    max-width: none;
}

@keyframes ait-parent-morphine {
    0%, 100% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
    14% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
    28% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
    56% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
    84% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
}

@keyframes ait-morphine {
    0%, 100% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
    14% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
    28% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
    56% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
    84% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
}

@media (max-width: 1024px) {
    .ait-home-header__topbar {
        padding-inline: 20px;
    }

    .ait-home-header__main-left {
        flex: 1 1 100%;
        padding: 10px 30px 10px 10px;
    }

    .ait-home-header__logo img {
        max-height: 45px;
    }

    .ait-home-header__nav > ul > li > a {
        min-height: 52px;
        padding: 14px 10px;
    }

    .ait-home-header__nav > ul > li.is-current > a::before {
        top: 5px;
        bottom: 5px;
    }

    .ait-home-header__nav > ul > li {
        margin-right: 10px;
    }

    .ait-home-header__tools {
        display: none;
    }

    .ait-home-hero {
        padding: 140px 15px 50px;
    }

    .ait-home-hero__watermark {
        font-size: 111px;
    }

    .ait-home-hero__copy {
        width: 100%;
        max-width: 100%;
    }

    .ait-home-hero__eyebrow {
        font-size: 20px;
    }

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

    .ait-home-hero__actions {
        flex-direction: column;
    }

    .ait-legacy-button,
    .ait-legacy-button + .ait-legacy-button {
        width: 100%;
        margin-left: 0;
    }

    .ait-legacy-button + .ait-legacy-button {
        margin-top: 35px;
    }

    .ait-home-hero__music {
        bottom: -100px;
    }
}

@media (max-width: 767px) {
    .ait-home-header__topbar,
    .ait-home-header__nav,
    .ait-home-header__tools {
        display: none;
    }

    .ait-home-header__main {
        min-height: 80px;
        padding: 0 15px;
    }

    .ait-home-header__main-left {
        flex: 1 1 auto;
        padding: 10px 0;
    }

    .ait-home-header__mobile-menu {
        position: relative;
        display: block;
        margin-left: auto;
    }

    .ait-home-header__mobile-menu summary {
        display: grid;
        width: 44px;
        height: 44px;
        padding: 10px;
        cursor: pointer;
        list-style: none;
    }

    .ait-home-header__mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .ait-home-header__mobile-menu summary span {
        display: block;
        height: 2px;
        margin-block: 2px;
        background: #fff;
    }

    .ait-home-header__mobile-menu nav {
        position: absolute;
        top: 50px;
        right: 0;
        display: grid;
        width: 235px;
        padding: 12px;
        border-radius: 6px;
        background: #132241;
        box-shadow: 0 12px 35px rgb(0 0 0 / 18%);
    }

    .ait-home-header__mobile-menu nav a {
        padding: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .ait-home-hero {
        padding: 80px 0 50px;
    }

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

    .ait-home-hero__watermark {
        font-size: 111px;
    }

    .ait-home-hero__copy-column {
        order: 2;
        padding: 10px 15px;
    }

    .ait-home-hero__visual {
        order: 1;
    }

    .ait-home-hero__description {
        padding-right: 0;
    }

    .ait-home-hero__shape-widget {
        margin-right: -45px;
    }

    .ait-home-hero__people-widget {
        bottom: 19%;
        left: -11px;
        width: 93%;
    }

    .ait-home-hero__people-inner {
        margin-left: 0;
    }

    .ait-legacy-button {
        min-height: 54px;
        padding: 15px 15px 15px 24px;
    }

    .ait-legacy-button + .ait-legacy-button {
        margin-top: 25px;
    }

    .ait-legacy-button::before {
        bottom: -3px;
        height: 80%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ait-home-hero__shape-wrap,
    .ait-home-hero__shape {
        animation: none;
    }
}

/* AIT_HOME_FINISHING_FIX_V2
 * Preserve the original two-layer button and keep the complete home header visible.
 */
.ait-home-header-slot {
    position: absolute !important;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    overflow: visible !important;
}

.ait-home-header-slot > .ait-header--home {
    position: relative !important;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: visible;
}

.ait-home-header__topbar {
    min-height: 49px;
    height: 49px;
    overflow: visible;
}

.ait-legacy-button {
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    overflow: visible;
    isolation: isolate;
}

.ait-legacy-button::before {
    z-index: 0;
    pointer-events: none;
}

.ait-legacy-button__face {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 20px 25px 20px 36px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: background-color .3s ease;
}

.ait-legacy-button--red .ait-legacy-button__face {
    background: #fc3737;
}

.ait-legacy-button--red:hover .ait-legacy-button__face,
.ait-legacy-button--red:focus-visible .ait-legacy-button__face {
    background: #ea2e2e;
}

.ait-legacy-button--white .ait-legacy-button__face {
    background: #fff;
}

.ait-legacy-button--white:hover .ait-legacy-button__face,
.ait-legacy-button--white:focus-visible .ait-legacy-button__face {
    background: #f5f5f5;
}

.ait-legacy-button svg {
    flex: 0 0 20px;
}

@media (max-width: 1024px) {
    .ait-legacy-button__face {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ait-legacy-button__face {
        min-height: 54px;
        padding: 15px 15px 15px 24px;
    }
}


/* AIT_ADMIN_BAR_HEADER_OFFSET
 * Keeps the absolute home header below the WordPress admin bar.
 */
body.admin-bar .ait-home-header-slot {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar .ait-home-header-slot {
        top: 46px !important;
    }
}

/* AIT_HOME_STICKY_HEADER
 * Original Tekone behavior: the complete header height is the activation
 * threshold, the top toolbar disappears, and the navigation row is fixed.
 */
.ait-home-header-slot.sticky {
    position: fixed !important;
    z-index: 9999;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    animation: ait-home-sticky-enter .5s forwards;
}

.ait-home-header-slot.sticky > .ait-header--home {
    background: #152445 !important;
}

.ait-home-header-slot.sticky .ait-home-header__topbar {
    display: none;
}

.ait-home-header-slot.sticky .ait-home-header__logo img {
    max-height: 40px !important;
}

@keyframes ait-home-sticky-enter {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0);
    }
}

body.admin-bar .ait-home-header-slot.sticky {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar .ait-home-header-slot.sticky {
        top: 46px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ait-home-header-slot.sticky {
        animation: none;
    }
}
/* AIT_HOME_HERO_MOBILE_PRIMARY_LABEL
 * Keep only the hero primary CTA label on one line at 320px.
 */
@media (max-width: 360px) {
    .ait-home-hero__actions .ait-legacy-button--red .ait-legacy-button__face {
        justify-content: space-between;
        padding-right: 10px;
        padding-left: 14px;
    }

    .ait-home-hero__actions .ait-legacy-button--red .ait-legacy-button__face > span {
        white-space: nowrap;
    }

    .ait-home-hero__actions .ait-legacy-button--red svg {
        margin-right: 0;
        margin-left: 8px;
    }
}


/* SOURCE: home-about.css */
/*
 * 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%;
    }
}


/* SOURCE: home-services.css */
/*
 * AIT home decorative transition and services parity layer.
 * Exact source: Elementor page 82282, sections 4dfc13d and 6f16338,
 * plus RSElements rs-service-grid.css.
 */

.ait-home-brand-transition,
.ait-home-brand-transition *,
.ait-home-services,
.ait-home-services * {
    box-sizing: border-box;
}

.ait-home-brand-transition {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding: 0;
    pointer-events: none;
}

.ait-home-brand-transition__text {
    position: absolute;
    top: -40px;
    left: 11px;
    right: 0;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: transparent;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgb(33 44 74 / 8%) 0%, rgb(255 255 255 / 0%) 60%);
    background-clip: text;
    font-family: "Space Grotesk", sans-serif;
    font-size: 200px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    user-select: none;
}

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

.ait-home-services__heading {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 30px), 1320px);
    margin: 0 auto;
    text-align: center;
}

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

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

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

.ait-home-services__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 0;
    width: min(100%, 1350px);
    margin: 12px auto 0;
}

.ait-home-services__card {
    position: relative;
    min-width: 0;
    height: 100%;
    margin: 0 15px;
    padding: 35px 30px;
    border-radius: 6px;
    background-color: #212c4a;
    background-position: right bottom;
    background-repeat: no-repeat;
    text-align: left;
    transition: background 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.ait-home-services__card--website {
    background-image: linear-gradient(rgb(33 44 74 / 90%), rgb(33 44 74 / 90%)), url("../images/home/services/razrabotka-sajta_fon1.webp");
}

.ait-home-services__card--support {
    background-image: url("../images/home/services/service_h_4_img_1.png");
}

.ait-home-services__card--seo,
.ait-home-services__card--ads {
    background-image: url("../images/home/services/service_placeholder_4_5.png");
}

.ait-home-services__card--design {
    background-image: linear-gradient(rgb(33 44 74 / 90%), rgb(33 44 74 / 90%)), url("../images/home/services/graficheskij-dizajn_fon.webp");
}

.ait-home-services__card--media {
    background-image: linear-gradient(rgb(33 44 74 / 90%), rgb(33 44 74 / 90%)), url("../images/home/services/prezentaczii-dlya-biznesa_fon.webp");
}

.ait-home-services__card-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 100%;
    align-items: flex-start;
    flex-direction: column;
}

.ait-home-services__number {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 87%;
    width: 75px;
    height: 60px;
    margin: 0;
    border-radius: 30px 0 0 30px;
    color: #002559;
    background: #37415c;
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    transition: 0.5s;
}

.ait-home-services__icon {
    display: block;
    width: 60px;
    max-width: 60px;
    height: auto;
    margin: 0;
    transition-duration: 0.3s;
}

.ait-home-services__card-title {
    margin: 30px 0 15px;
    padding: 0;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

.ait-home-services__card-title a {
    color: #fff;
    text-decoration: none;
    transition-duration: 0.3s;
}

.ait-home-services__card-title a:hover,
.ait-home-services__card-title a:focus-visible {
    color: #f33536;
}

.ait-home-services__description {
    margin: 0;
    color: #abafba;
    font-size: 18px;
    line-height: 1.6;
    transition-duration: 0.3s;
}

.ait-home-services__action {
    margin: 20px 0 0 -10px;
    transition: 0.5s;
}

.ait-home-services__action a {
    display: flex;
    align-items: center;
    min-height: 30px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 0;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
}

.ait-home-services__action svg {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    fill: #fff;
    transition-duration: 0.3s;
}

.ait-home-services__action svg path {
    fill: #fff;
    transition-duration: 0.3s;
}

.ait-home-services__card:hover .ait-home-services__action,
.ait-home-services__card:focus-within .ait-home-services__action {
    margin-left: 0;
}

.ait-home-services__card:hover .ait-home-services__action a,
.ait-home-services__card:focus-within .ait-home-services__action a {
    font-size: 16px;
}

.ait-home-services__action a:hover,
.ait-home-services__action a:focus-visible {
    color: #f83738;
}

.ait-home-services__action a:hover svg,
.ait-home-services__action a:focus-visible svg,
.ait-home-services__action a:hover svg path,
.ait-home-services__action a:focus-visible svg path {
    fill: #f83738;
}

.ait-home-services a:focus-visible {
    outline: 2px solid #f83738;
    outline-offset: 4px;
}

@media (max-width: 1024px) {
    .ait-home-brand-transition__text {
        top: 2px;
        font-size: 80px;
    }

    .ait-home-services {
        padding: 60px 0 70px;
    }

    .ait-home-services__number {
        left: 76%;
    }
}

@media (max-width: 767px) {
    .ait-home-brand-transition__text {
        font-size: 65px;
    }

    .ait-home-services {
        padding: 60px 0 70px;
    }

    .ait-home-services__heading {
        width: min(calc(100% - 30px), 1320px);
    }

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

    .ait-home-services__grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 12px;
        padding: 0;
    }

    .ait-home-services__card {
        margin: 0 15px;
    }

    .ait-home-services__number {
        left: 80%;
        margin-left: 5px;
    }

    .ait-home-services__icon {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
}

/* AIT_REMOVE_HOME_SERVICES_WATERMARK */
.ait-home-brand-transition,
.ait-home-brand-transition__text {
 display: none !important;
 visibility: hidden !important;
 opacity: 0 !important;
 pointer-events: none !important;
}


/* SOURCE: home-why.css */
/*
 * AIT home "why choose us" parity layer.
 * Exact source: Elementor page 82282, section b67b971,
 * inner section 1c73c62, widgets 0662a6c, 269b214, 898502b,
 * 0216652, 28ac7e3, ecfa128, 5f82690, 55b2d53 and 180c0f4.
 */

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

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

.ait-home-why__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(calc(100% - 30px), 1340px);
    margin: 0 auto;
}

.ait-home-why__visual {
    position: relative;
    min-width: 0;
}

.ait-home-why__photo {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.ait-home-why__photo img {
    display: block;
    width: auto;
    max-width: 85%;
    height: auto;
    margin: 0;
}

.ait-home-why__dots {
    position: absolute;
    z-index: 1;
    display: block;
    width: auto;
    max-width: none;
    height: auto;
    pointer-events: none;
    animation: ait-home-why-vertical-two 3s alternate infinite;
}

.ait-home-why__dots--top {
    top: -80px;
    right: 81px;
}

.ait-home-why__dots--bottom {
    bottom: -36px;
    left: -60px;
}

.ait-home-why__experience {
    position: absolute;
    z-index: 4;
    top: -30px;
    right: 70px;
    display: block;
    width: 180px;
    height: 180px;
}

.ait-home-why__stat {
    position: relative;
    z-index: 3;
    width: 280px;
    min-height: 126px;
    margin-top: -173px;
    margin-left: calc(50% - 310px);
    padding: 20px 0 20px 30px;
    border: 3px solid #fff;
    border-radius: 6px;
    color: #fff;
    background: #212c4a;
}

.ait-home-why__stat-top {
    display: flex;
    align-items: center;
}

.ait-home-why__stat-icon {
    display: block;
    flex: 0 0 50px;
    width: 50px;
    height: 52px;
    object-fit: contain;
}

.ait-home-why__counter {
    display: flex;
    align-items: baseline;
    margin: -15px 0 0 15px;
    color: #ff3838;
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.ait-home-why__counter-number,
.ait-home-why__counter-suffix {
    display: inline-block;
}

.ait-home-why__stat-label {
    margin: 7px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.ait-home-why__stat-arrow {
    position: absolute;
    right: 20px;
    bottom: -15px;
    display: block;
    width: 45px;
    height: 26px;
    animation: ait-home-why-fade-down 1.1s ease both;
}

.ait-home-why__content {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 10% 0 2%;
}

.ait-home-why__heading {
    width: 100%;
}

.ait-home-why__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-why__eyebrow img {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: -3px 5px 0 0;
}

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

.ait-home-why__description {
    margin: 0;
    padding: 0;
    color: #606060;
    font-size: 18px;
    line-height: 1.6;
}

.ait-home-why__benefits {
    width: 100%;
    margin-top: 30px;
}

.ait-home-why__benefit {
    display: flex;
    align-items: center;
    margin: 0 0 4px;
    text-align: left;
}

.ait-home-why__benefit:last-child {
    margin-bottom: 0;
}

.ait-home-why__benefit-icon {
    display: block;
    flex: 0 0 60px;
    width: 60px;
    height: auto;
    object-fit: contain;
}

.ait-home-why__benefit-copy {
    display: block;
    min-width: 0;
    padding-left: 20px;
}

.ait-home-why__benefit-copy h3 {
    margin: 0 0 5px;
    padding: 0;
    color: #212c4a;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.ait-home-why__benefit-copy p {
    margin: 0;
    color: #606060;
    font-size: 16px;
    line-height: 24px;
}

.ait-home-why__consultation {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ait-home-why__consultation strong {
    margin-right: 15px;
    color: #212c4a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.ait-home-why__consultation a {
    display: inline-flex;
    align-items: center;
    padding: 0;
    color: #ff3838;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.ait-home-why__consultation a:hover,
.ait-home-why__consultation a:focus-visible {
    color: #ff3838;
    text-decoration: underline;
}

.ait-home-why__consultation svg {
    display: block;
    width: 10px;
    height: 11px;
    margin: 0 10px;
    fill: currentcolor;
}

.ait-home-why__consultation path {
    fill: currentcolor;
}

.ait-home-why a:focus-visible {
    outline: 2px solid #ff3838;
    outline-offset: 4px;
}

@keyframes ait-home-why-vertical-two {
    from {
        transform: translate3d(0, -10px, 0);
    }

    to {
        transform: translate3d(0, 10px, 0);
    }
}

@keyframes ait-home-why-fade-down {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

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

    .ait-home-why__dots--top {
        top: 55px;
    }

    .ait-home-why__experience {
        top: 65px;
    }

    .ait-home-why__stat {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .ait-home-why {
        padding: 60px 0 26px;
    }

    .ait-home-why__container {
        grid-template-columns: 1fr;
    }

    .ait-home-why__photo img {
        width: 100%;
        max-width: 100%;
    }

    .ait-home-why__experience {
        display: none;
    }

    .ait-home-why__dots--top {
        top: 55px;
    }

    .ait-home-why__dots--bottom {
        left: -60px;
        width: min(324px, 100%);
    }

    .ait-home-why__stat {
        margin-left: auto;
        margin-right: auto;
    }

    .ait-home-why__content {
        margin-top: 31px;
    }

    .ait-home-why__title {
        margin: -10px 0 20px;
        font-size: 30px;
        line-height: 40px;
    }

    .ait-home-why__desktop-break {
        display: none;
    }

    .ait-home-why__benefit {
        align-items: flex-start;
        flex-direction: column;
    }

    .ait-home-why__benefit-copy {
        padding: 12px 0 0;
    }

    .ait-home-why__benefit-copy h3 {
        font-size: 20px;
    }

    .ait-home-why__consultation {
        align-items: flex-start;
        flex-direction: column;
    }

    .ait-home-why__consultation a {
        margin-top: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ait-home-why__dots,
    .ait-home-why__stat-arrow {
        animation: none;
    }
}

/* AIT_HOME_WHY_MOBILE_CLEARANCE
 * Preserve the original decorative artwork while keeping the stacked
 * mobile text column above it. At 320px, restore enough title width
 * to prevent a Russian word from breaking in the middle.
 */
@media (max-width: 767px) {
    .ait-home-why__content {
        position: relative;
        z-index: 5;
        background: #fff;
    }
}

@media (max-width: 360px) {
    .ait-home-why__content {
        padding-right: 0;
    }

    .ait-home-why__title {
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }
}


/* SOURCE: home-counters.css */
/**
 * Home counters.
 * Original source: Elementor page 82282, section cca603d.
 */

.ait-home-counters {
    position: relative;
    overflow: hidden;
    padding: 0 0 102px;
    background: #fff;
}

.ait-home-counters__container {
    width: min(100%, 1200px);
    margin: 0 auto;
    padding: 0 30px;
}

.ait-home-counters__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ait-home-counters__item {
    flex: 0 1 auto;
    min-width: 0;
    margin: 0;
    text-align: left;
}

.ait-home-counters__number {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    color: #606060;
    font-family: "Space Grotesk", sans-serif;
    font-size: 128px;
    font-weight: 700;
    line-height: 100px;
    padding: 0 0 35px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #606060;
    -webkit-text-stroke-width: 1px;
}

.ait-home-counters__number span {
    display: inline-block;
}

.ait-home-counters__title {
    margin: -12px 0 0;
    color: #212c4a;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.ait-home-counters__edge {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 6%;
    max-width: 113px;
    height: auto;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
}

.ait-home-counters__edge--left {
    left: -1px;
}

.ait-home-counters__edge--right {
    right: 0;
}

@media (max-width: 1024px) {
    .ait-home-counters {
        padding: 5px 0 65px;
    }

    .ait-home-counters__number {
        font-size: 70px;
        line-height: 70px;
    }

    .ait-home-counters__title {
        font-size: 20px;
    }

    .ait-home-counters__edge {
        display: none;
    }
}

@media (max-width: 767px) {
    .ait-home-counters {
        padding: 0 0 50px 5px;
    }

    .ait-home-counters__container {
        padding: 0;
    }

    .ait-home-counters__grid {
        display: block;
        margin-left: 5px;
    }

    .ait-home-counters__item {
        width: 100%;
        margin: 0 0 30px;
    }

    .ait-home-counters__item:last-child {
        margin-bottom: 0;
    }
}


/* SOURCE: home-audit.css */
/**
 * Home audit form.
 * Original source: Elementor page 82282, section 1ffc89a, Quform form 1.
 */

.ait-home-audit {
    width: 100%;
    margin: 50px 0;
    padding: 50px 0 0;
    overflow: hidden;
    background: #e6e7ea;
    color: #212c4a;
}

.ait-home-audit *,
.ait-home-audit *::before,
.ait-home-audit *::after {
    box-sizing: border-box;
}

.ait-home-audit__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: min(calc(100% - 40px), 1140px);
    margin: 0 auto;
}

.ait-home-audit__contact,
.ait-home-audit__request {
    min-width: 0;
}

.ait-home-audit__contact {
    padding: 0 56px 64px 0;
}

.ait-home-audit__request {
    padding: 0 0 64px 56px;
}

.ait-home-audit__title {
    max-width: 510px;
    margin: 0;
    color: #323f7c;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(42px, 3.05vw, 58px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.ait-home-audit__messengers {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 100px 0 40px;
}

.ait-home-audit__messenger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: transform 180ms ease, filter 180ms ease;
}

.ait-home-audit__messenger:hover,
.ait-home-audit__messenger:focus-visible {
    transform: translateY(-3px);
    filter: brightness(1.05);
}

.ait-home-audit__messenger:focus-visible {
    outline: 3px solid #323f7c;
    outline-offset: 4px;
}

.ait-home-audit__messenger--viber {
    background: #7360f2;
}

.ait-home-audit__messenger--whatsapp {
    background: #25d366;
}

.ait-home-audit__messenger svg {
    width: 42px;
    height: 42px;
    fill: #fff;
}

.ait-home-audit__contact-copy {
    max-width: 500px;
    margin: 20px 0 0;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.ait-home-audit__contact-copy a,
.ait-home-audit__privacy a {
    color: #fc3737;
    text-decoration: none;
}

.ait-home-audit__contact-copy a:hover,
.ait-home-audit__privacy a:hover {
    text-decoration: underline;
}

.ait-home-audit__intro {
    max-width: 535px;
    margin: 0 0 28px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.65;
}

.ait-home-audit__form {
    position: relative;
}

.ait-home-audit__field {
    position: relative;
    margin: 0 0 5px;
}

.ait-home-audit__field input {
    display: block;
    width: 100%;
    min-height: 55px;
    margin: 0;
    padding: 15px 40px;
    border: 1px solid #d2d5dc;
    border-radius: 6px;
    background: #fff;
    color: #1c1c2b;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.45;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ait-home-audit__field--website input {
    padding-left: 20px;
}

.ait-home-audit__field input::placeholder {
    color: #6d7280;
    opacity: 1;
}

.ait-home-audit__field input:focus {
    border-color: #323f7c;
    box-shadow: 0 0 0 3px rgba(50, 63, 124, 0.13);
}

.ait-home-audit__field input[aria-invalid="true"] {
    border-color: #fc3737;
}

.ait-home-audit__field-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    display: inline-flex;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    color: #1c1c2b;
    pointer-events: none;
}

.ait-home-audit__field-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.ait-home-audit__countries {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 10px 0 16px;
    padding: 0;
    border: 0;
}

.ait-home-audit__countries label {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.ait-home-audit__countries input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.ait-home-audit__countries span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ait-home-audit__countries span::before {
    width: 15px;
    height: 15px;
    border: 1px solid #9ca2b2;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 3px #fff;
    content: "";
}

.ait-home-audit__countries input:checked + span::before {
    border-color: #fc3737;
    background: #fc3737;
}

.ait-home-audit__countries input:focus-visible + span {
    outline: 2px solid #323f7c;
    outline-offset: 3px;
}

.ait-home-audit__actions {
    display: grid;
    grid-template-columns: 252px minmax(0, 1fr);
    align-items: start;
    gap: 28px;
    margin-top: 22px;
}

.ait-home-audit__submit-wrap {
    position: relative;
    z-index: 0;
    display: inline-flex;
    width: 100%;
    min-height: 58px;
    isolation: isolate;
}

.ait-home-audit__submit {
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 18px 60px;
    border: 0;
    border-radius: 6px;
    background: #fc3737;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease;
}

.ait-home-audit__submit-wrap::before {
    position: absolute;
    z-index: -1;
    left: 8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border: 2px dashed #212c4a;
    border-radius: 6px;
    content: "";
    transition: opacity 0.9s, visibility 0.9s;
}

.ait-home-audit__submit-wrap:hover::before,
.ait-home-audit__submit-wrap:focus-within::before {
    visibility: hidden;
    opacity: 0;
}

.ait-home-audit__submit:hover {
    background: #e92d2d;
}

.ait-home-audit__submit:focus-visible {
    outline: 3px solid #323f7c;
    outline-offset: 4px;
}

.ait-home-audit__submit:disabled {
    cursor: wait;
    opacity: 0.72;
}

.ait-home-audit__privacy {
    margin: 0;
    padding-top: 2px;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.ait-home-audit__status {
    min-height: 24px;
    margin-top: 18px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.ait-home-audit__status.is-success {
    color: #137a3d;
}

.ait-home-audit__status.is-error {
    color: #b51f2b;
}

.ait-home-audit__honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 1024px) {
    .ait-home-audit__container {
        width: min(calc(100% - 48px), 960px);
    }

    .ait-home-audit__contact {
        padding-right: 34px;
    }

    .ait-home-audit__request {
        padding-left: 34px;
    }

    .ait-home-audit__title {
        font-size: 44px;
    }

    .ait-home-audit__messengers {
        margin-top: 70px;
    }

    .ait-home-audit__actions {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ait-home-audit__submit-wrap {
        width: min(100%, 270px);
    }

    .ait-home-audit__submit {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ait-home-audit {
        margin: 35px 0;
        padding-top: 42px;
    }

    .ait-home-audit__container {
        grid-template-columns: 1fr;
        width: min(calc(100% - 32px), 560px);
    }

    .ait-home-audit__contact,
    .ait-home-audit__request {
        padding-right: 0;
        padding-left: 0;
    }

    .ait-home-audit__contact {
        padding-bottom: 48px;
    }

    .ait-home-audit__request {
        padding-bottom: 52px;
    }

    .ait-home-audit__title {
        max-width: 100%;
        font-size: clamp(36px, 11vw, 48px);
    }

    .ait-home-audit__messengers {
        margin: 48px 0 26px;
    }

    .ait-home-audit__messenger {
        width: 64px;
        height: 64px;
    }

    .ait-home-audit__messenger svg {
        width: 34px;
        height: 34px;
    }

    .ait-home-audit__intro {
        font-size: 17px;
    }

    .ait-home-audit__countries {
        gap: 10px 16px;
    }

    .ait-home-audit__actions {
        margin-top: 20px;
    }

    .ait-home-audit__submit {
        width: 100%;
    }
}

/* AIT_HOME_AUDIT_COUNTRY_TWO_UP
 * Belarus and Russia share the first mobile row;
 * Other countries remains below across the full width.
 */
@media (max-width: 420px) {
    .ait-home-audit__countries {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 10px;
    }

    .ait-home-audit__countries label {
        min-width: 0;
    }

    .ait-home-audit__countries label:nth-of-type(-n+2) span {
        white-space: nowrap;
    }

    .ait-home-audit__countries label:last-of-type {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .ait-home-audit__submit-wrap {
        width: 100%;
    }
}

/* AIT AUDIT CONTACT SYMMETRY START */
@media (min-width: 1025px) {
    .ait-home-audit__messengers {
        position: static;
        top: auto;
        margin-top: 32px;
        transform: none;
    }
}
/* AIT AUDIT CONTACT SYMMETRY END */


/* SOURCE: home-technologies.css */
.ait-home-technologies {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0 0 40px;
    padding: 24px 0 0;
    overflow: hidden;
    background: #ffffff;
}

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

.ait-home-technologies__content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.ait-home-technologies__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 30px;
    padding: 0 10px;
    color: #323f7c;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}

.ait-home-technologies__heading img {
    flex: 0 0 22px;
    width: 22px;
    height: 20px;
}

.ait-home-technologies__marquees {
    width: 100%;
}

.ait-home-technologies__marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    touch-action: pan-y;
}

.ait-home-technologies__track {
    --ait-technologies-gap: 25px;
    display: flex;
    width: max-content;
    gap: var(--ait-technologies-gap);
    will-change: transform;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.ait-home-technologies__marquee--left .ait-home-technologies__track {
    animation-name: ait-technologies-marquee-left;
}

.ait-home-technologies__marquee--right .ait-home-technologies__track {
    animation-name: ait-technologies-marquee-right;
}

.ait-home-technologies__group {
    display: flex;
    flex: 0 0 auto;
    gap: var(--ait-technologies-gap);
}

.ait-home-technologies__group img {
    display: block;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    height: 130px;
    margin: 0;
    padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    background: #f2fff7;
    object-fit: contain;
    cursor: grab;
}

.ait-home-technologies__group img:active {
    cursor: grabbing;
}

.ait-home-technologies__marquee:hover .ait-home-technologies__track,
.ait-home-technologies__marquee:focus-within .ait-home-technologies__track,
.ait-home-technologies__marquee[data-paused="true"] .ait-home-technologies__track {
    animation-play-state: paused;
}

.ait-home-technologies__rain {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.ait-home-technologies__rain > span {
    position: relative;
    top: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: #f4f4f4;
}

.ait-home-technologies__rain > span:first-child {
    left: 2px;
}

.ait-home-technologies__rain > span:last-child {
    right: 2px;
}

.ait-home-technologies__rain > span::after {
    content: "";
    position: absolute;
    top: -20%;
    left: -1px;
    display: block;
    width: 3px;
    height: 80px;
    background: linear-gradient(180deg, rgba(24, 7, 7, 0) 0%, rgba(242, 41, 91, 0) 100%);
    animation: ait-technologies-rain 13s linear infinite;
}

.ait-home-technologies__rain > span:nth-child(2)::after {
    animation-delay: 1.5s;
}

.ait-home-technologies__rain > span:nth-child(3)::after {
    animation-delay: 2s;
}

.ait-home-technologies__rain > span:nth-child(4)::after {
    animation-delay: 2.5s;
}

.ait-home-technologies__rain > span:nth-child(5)::after {
    animation-delay: 3s;
}

@keyframes ait-technologies-marquee-left {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(calc(-50% - (var(--ait-technologies-gap) / 2)), 0, 0);
    }
}

@keyframes ait-technologies-marquee-right {
    from {
        transform: translate3d(calc(-50% - (var(--ait-technologies-gap) / 2)), 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ait-technologies-rain {
    from {
        top: -20%;
    }

    to {
        top: 100%;
    }
}

@media (max-width: 1024px) {
    .ait-home-technologies__group img {
        height: 120px;
    }

    .ait-home-technologies__rain > span:nth-child(5) {
        display: none;
    }
}

@media (max-width: 767px) {
    .ait-home-technologies {
        padding-top: 20px;
    }

    .ait-home-technologies__heading {
        gap: 6px;
        margin-bottom: 0;
        padding: 0 12px 18px;
        font-size: 20px;
        line-height: 26px;
    }

    .ait-home-technologies__heading span {
        max-width: 290px;
    }

    .ait-home-technologies__track,
    .ait-home-technologies__group {
        --ait-technologies-gap: 25px;
    }

    .ait-home-technologies__group img {
        height: 100px;
        padding: 24px;
    }

    .ait-home-technologies__marquee--right {
        margin-top: -19px;
    }
}

@media (max-width: 480px) {
    .ait-home-technologies__rain > span:nth-child(4) {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ait-home-technologies__track,
    .ait-home-technologies__rain > span::after {
        animation-play-state: paused;
    }
}

/* AIT TECHNOLOGIES VERTICAL SPACING START */
@media (min-width: 768px) {
    .ait-home-technologies__marquee--right {
        margin-top: 20px;
    }

    .ait-home-technologies {
        padding-bottom: 25px;
    }
}
/* AIT TECHNOLOGIES VERTICAL SPACING END */


/* SOURCE: home-cta.css */
.ait-home-cta,
.ait-home-cta * {
    box-sizing: border-box;
}

.ait-home-cta {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 70px 20px 90px;
    background-color: #182642;
    background-image: url("../images/home/cta/CTA-Section.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ait-home-cta__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 650px);
    margin: 0 auto;
    text-align: center;
}

.ait-home-cta__title {
    margin: 0 0 15px;
    color: #fff;
    font-family: "Space Grotesk", "Open Sans", Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.ait-home-cta__description {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.ait-home-cta__button-wrap {
    position: relative;
    z-index: 0;
    display: inline-flex;
    margin-top: 20px;
    isolation: isolate;
}

.ait-home-cta__button-wrap::before {
    position: absolute;
    z-index: -1;
    right: -8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(255, 255, 255, 0.77);
    border-radius: 5px;
    content: "";
    transition: border-color 0.4s ease;
    pointer-events: none;
}

.ait-home-cta__button-wrap:hover::before,
.ait-home-cta__button-wrap:focus-within::before {
    border-color: transparent;
}

.ait-home-cta__button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 20px 25px 20px 36px;
    border: 0;
    border-radius: 5px;
    background: #fc3737;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.ait-home-cta__button:hover,
.ait-home-cta__button:focus-visible {
    background: #ff3838;
    color: #fff;
    text-decoration: none;
}

.ait-home-cta__button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.85);
    outline-offset: 3px;
}

.ait-home-cta__button svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin: -2px 10px 0;
}

.ait-home-cta__button path {
    fill: currentColor;
}

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

.ait-home-offer-modal[hidden] {
    display: none !important;
}

.ait-home-offer-modal {
    position: fixed;
    z-index: 1999999999;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 100px 20px 40px;
    background: rgba(0, 0, 0, 0.62);
    animation: ait-home-offer-fade 350ms ease both;
}

.ait-home-offer-modal__panel {
    position: relative;
    width: min(100%, 640px);
    min-height: 380px;
    padding: 46px 48px 42px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

.ait-home-offer-modal__close {
    position: absolute;
    top: 14px;
    right: 17px;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #212c4a;
    font: 400 32px/1 Arial, sans-serif;
    cursor: pointer;
}

.ait-home-offer-modal__close:hover,
.ait-home-offer-modal__close:focus-visible {
    color: #ff3838;
}

.ait-home-offer-modal__title {
    margin: 0 42px 28px 0;
    color: #212c4a;
    font-family: "Space Grotesk", "Open Sans", Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.ait-home-offer-modal__form {
    display: grid;
    gap: 16px;
}

.ait-home-offer-modal__field {
    display: block;
}

.ait-home-offer-modal__field input {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 18px;
    border: 1px solid #d7d9df;
    border-radius: 2px;
    background: #fff;
    color: #212c4a;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    outline: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ait-home-offer-modal__field input:focus {
    border-color: #ff3838;
    box-shadow: 0 0 0 3px rgba(255, 56, 56, 0.14);
}

.ait-home-offer-modal__field input::placeholder {
    color: #7b8190;
    opacity: 1;
}

.ait-home-offer-modal__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.ait-home-offer-modal__submit {
    justify-self: start;
    min-width: 155px;
    min-height: 54px;
    padding: 14px 28px;
    border: 0;
    border-radius: 3px;
    background: #ff3838;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

.ait-home-offer-modal__submit:hover,
.ait-home-offer-modal__submit:focus-visible {
    background: #e82f2f;
}

.ait-home-offer-modal__submit:disabled {
    cursor: wait;
    opacity: 0.7;
}

.ait-home-offer-modal__status {
    min-height: 24px;
    margin: 0;
    color: #212c4a;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.ait-home-offer-modal__status.is-error {
    color: #d82727;
}

.ait-home-offer-modal__status.is-success {
    color: #17763b;
}

body.ait-home-offer-is-open {
    overflow: hidden;
}

@keyframes ait-home-offer-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 1024px) {
    .ait-home-cta {
        padding-top: 55px;
        padding-bottom: 62px;
    }

    .ait-home-cta__title {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .ait-home-cta {
        padding-right: 15px;
        padding-left: 15px;
    }

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

    .ait-home-cta__button {
        min-height: 50px;
        padding: 15px 15px 15px 25px;
    }

    .ait-home-cta__button-wrap::before {
        right: -5%;
        bottom: -3%;
        height: 82%;
    }

    .ait-home-offer-modal {
        padding: 40px 15px;
    }

    .ait-home-offer-modal__panel {
        min-height: 0;
        padding: 38px 22px 30px;
    }

    .ait-home-offer-modal__title {
        font-size: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ait-home-cta__button,
    .ait-home-cta__button-wrap::before,
    .ait-home-offer-modal {
        animation: none;
        transition: none;
    }
}

/* AIT CTA ORIGINAL VISUAL MATCH START */
@media (min-width: 1025px) {
    .ait-home-cta {
        padding: 90px 20px 110px;
    }

    .ait-home-cta__title {
        font-size: 35px;
        line-height: 44px;
    }

    .ait-home-cta__button-wrap {
        margin-top: 65px;
    }

    .ait-home-cta__button {
        min-height: 62px;
    }
}
/* AIT CTA ORIGINAL VISUAL MATCH END */


/* SOURCE: home-blog.css */
/*
 * Home blog section.
 * Source: Elementor page 82282, section bb5a0f3 and RSElements widget 1230dd45.
 */

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

.ait-home-blog {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    overflow: hidden;
    background-color: #fff;
    background-image: url("../images/home/blog/background-shape.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #606060;
}

.ait-home-blog__inner {
    width: min(100%, 1340px);
    margin: 0 auto;
    padding: 10px 12px 90px 3px;
}

.ait-home-blog__heading {
    padding: 0 0 38px;
    text-align: center;
}

.ait-home-blog__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 0 10px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.ait-home-blog__eyebrow img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.ait-home-blog__eyebrow span {
    color: transparent;
    background-color: #f79c53;
    background-image: linear-gradient(90deg, #ff3838 0%, #f79c53 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ait-home-blog__title {
    margin: 0;
    color: #32377c;
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.ait-home-blog__viewport {
    width: 100%;
    overflow: hidden;
    outline: none;
}

.ait-home-blog__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.ait-home-blog__card {
    min-width: 0;
    margin: 0 10px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.ait-home-blog__image-link {
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.ait-home-blog__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 650;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}

.ait-home-blog__card:hover .ait-home-blog__image,
.ait-home-blog__image-link:focus-visible .ait-home-blog__image {
    filter: none;
}

.ait-home-blog__content {
    min-height: 155px;
    margin: 0;
    padding: 20px 35px 23px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    background-image: url("../images/home/blog/curve-cloud.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

.ait-home-blog__card-title {
    margin: 16px 0 0;
    overflow: hidden;
    color: #002559;
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-overflow: clip;
    white-space: nowrap;
}

.ait-home-blog__card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ait-home-blog__card-title a:hover,
.ait-home-blog__card-title a:focus-visible {
    color: #ff3838;
}

.ait-home-blog__excerpt {
    margin: 14px 0 20px;
    color: #606060;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.ait-home-blog__dots {
    display: none;
}

@media (max-width: 1024px) {
    .ait-home-blog {
        padding: 70px 0 70px 15px;
    }

    .ait-home-blog__inner {
        padding-right: 15px;
    }

    .ait-home-blog__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ait-home-blog {
        margin: 0 0 -20px;
        padding: 64px 0 0;
    }

    .ait-home-blog__inner {
        width: 100%;
        padding: 10px 0 90px;
    }

    .ait-home-blog__heading {
        padding-right: 20px;
        padding-left: 20px;
    }

    .ait-home-blog__title {
        font-size: 30px;
        line-height: 1.2;
    }

    .ait-home-blog__viewport {
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-behavior: smooth;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .ait-home-blog__viewport::-webkit-scrollbar {
        display: none;
    }

    .ait-home-blog__track {
        display: flex;
        width: max-content;
    }

    .ait-home-blog__card {
        flex: 0 0 calc(100vw - 30px);
        width: calc(100vw - 30px);
        margin: 0 7.5px;
        scroll-snap-align: center;
    }

    .ait-home-blog__content {
        min-height: 175px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .ait-home-blog__dots {
        position: absolute;
        bottom: 34px;
        left: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: auto;
        padding: 10px 20px;
        border-radius: 27px;
        background: rgba(247, 156, 83, 0.1);
        transform: translateX(-50%);
    }

    .ait-home-blog__dot {
        width: 30px;
        height: 7px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 10px;
        background: #ff3838;
        cursor: pointer;
        opacity: 0.45;
        transition: width 0.3s ease, opacity 0.3s ease;
    }

    .ait-home-blog__dot:hover,
    .ait-home-blog__dot:focus-visible,
    .ait-home-blog__dot.is-active {
        width: 20px;
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ait-home-blog__viewport {
        scroll-behavior: auto;
    }

    .ait-home-blog__image,
    .ait-home-blog__card-title a,
    .ait-home-blog__dot {
        transition: none;
    }
}


/* SOURCE: home-contact.css */
.ait-home-contact-divider {
    width: 100%;
    padding: 15px 0;
    background: #fff;
}

.ait-home-contact-divider span {
    display: block;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background: #eaebf2;
}

.ait-home-contact {
    position: relative;
    overflow: hidden;
    padding: 90px 0 110px;
    background: #fff;
    color: #212c4a;
}

.ait-home-contact__map {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../images/home/contact/map.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1075px auto;
    opacity: .01;
    pointer-events: none;
}

.ait-home-contact__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: min(1330px, calc(100% - 40px));
    margin: 0 auto;
}

.ait-home-contact__form-column {
    min-width: 0;
    padding-right: 40px;
}

.ait-home-contact__heading {
    margin: 0;
}

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

.ait-home-contact__eyebrow img {
    width: 24px;
    height: 24px;
    margin-top: -3px;
    object-fit: contain;
}

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

.ait-home-contact__form {
    margin-top: 20px;
}

.ait-home-contact__fields-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ait-home-contact__field {
    display: block;
}

.ait-home-contact__field input,
.ait-home-contact__field textarea {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 18px 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: 0;
    background: #f2f2f4;
    box-shadow: none;
    color: #212c4a;
    font: 400 16px/1.5 "Space Grotesk", sans-serif;
    transition: border-color .2s ease, background-color .2s ease;
}

.ait-home-contact__field textarea {
    height: 120px;
    min-height: 120px;
    resize: vertical;
}

.ait-home-contact__field input::placeholder,
.ait-home-contact__field textarea::placeholder {
    color: #606060;
    opacity: 1;
}

.ait-home-contact__field input:focus,
.ait-home-contact__field textarea:focus {
    border: 1px dashed rgba(255, 56, 56, .35);
    background: #fff;
}

.ait-home-contact__field input[aria-invalid="true"],
.ait-home-contact__field textarea[aria-invalid="true"] {
    border-color: #dc3232;
}

.ait-home-contact__honeypot {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

.ait-home-contact__submit-area {
    display: inline-block;
}

.ait-home-contact__submit-wrap {
    position: relative;
    z-index: 0;
    display: inline-flex;
    isolation: isolate;
}

.ait-home-contact__submit-wrap::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -8px;
    bottom: -8px;
    left: 8px;
    height: 100%;
    border: 2px dashed #212c4a;
    border-radius: 6px;
    pointer-events: none;
}

.ait-home-contact__submit {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    min-height: 60px;
    padding: 20px 60px 20px 20px;
    border: 0;
    border-radius: 6px;
    background: #212c4a;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.ait-home-contact__submit:hover,
.ait-home-contact__submit:focus-visible {
    background: #ff3838;
}

.ait-home-contact__submit:disabled {
    cursor: wait;
    opacity: .7;
}

.ait-home-contact__submit-arrow {
    position: absolute;
    top: 60%;
    right: 36px;
    width: 12px;
    height: 13px;
    transform: translateY(-50%);
}

.ait-home-contact__submit-arrow::after,
.ait-home-contact__submit-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ait-home-contact__submit-arrow::after {
    right: 0;
    left: 0;
    height: 2px;
    background: #fff;
}

.ait-home-contact__submit-arrow::before {
    right: -7px;
    border: 6px solid transparent;
    border-left-color: #fff;
}

.ait-home-contact__status {
    min-height: 0;
    margin: 0;
    color: #212c4a;
    font-size: 15px;
    line-height: 24px;
}

.ait-home-contact__status:not(:empty) {
    min-height: 24px;
    margin: 20px 0 0 -20px;
}

.ait-home-contact__status.is-error {
    color: #dc3232;
}

.ait-home-contact__status.is-success {
    color: #16803a;
}

.ait-home-contact__details-column {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    padding-left: 145px;
}

.ait-home-contact__details {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 35px;
    width: 100%;
}

.ait-home-contact__detail {
    display: flex;
    align-items: center;
    min-width: 0;
    color: #212c4a;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

.ait-home-contact__detail-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    object-fit: contain;
}

.ait-home-contact__detail-text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.ait-home-contact__detail-label {
    display: block;
    color: #212c4a;
    font-size: 16px;
    font-weight: 400;
}

.ait-home-contact__detail a,
.ait-home-contact__detail span {
    color: #212c4a;
    text-decoration: none;
}

.ait-home-contact__detail a:hover,
.ait-home-contact__detail a:focus-visible {
    color: #ff3838;
}

.ait-home-contact__vertical-title {
    position: absolute;
    top: 175px;
    left: -220px;
    z-index: 1;
    transform: rotate(270deg);
    transform-origin: center;
    background-image: linear-gradient(180deg, rgba(12, 18, 43, .38) 0%, rgba(255, 255, 255, .13) 72%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: "Space Grotesk", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

.ait-home-contact__decor-arrow {
    position: absolute;
    top: 10px;
    right: -227px;
    z-index: 0;
    width: 28%;
    max-width: 219px;
    height: auto;
    pointer-events: none;
}

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

    .ait-home-contact__inner {
        width: min(100% - 40px, 960px);
    }

    .ait-home-contact__form-column {
        padding-right: 24px;
    }

    .ait-home-contact__details-column {
        padding-left: 60px;
    }

    .ait-home-contact__vertical-title {
        top: 205px;
    }

    .ait-home-contact__decor-arrow {
        right: -145px;
    }
}

@media (max-width: 767px) {
    .ait-home-contact {
        margin-top: -60px;
        padding: 25px 0;
    }

    .ait-home-contact-divider {
        padding: 15px 0;
    }

    .ait-home-contact__inner {
        grid-template-columns: 1fr;
        width: min(100% - 32px, 560px);
    }

    .ait-home-contact__form-column {
        padding-right: 0;
    }

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

    .ait-home-contact__fields-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ait-home-contact__field textarea {
        height: 120px;
        min-height: 120px;
    }

    .ait-home-contact__submit-area,
    .ait-home-contact__submit-wrap,
    .ait-home-contact__submit {
        width: 100%;
    }

    .ait-home-contact__details-column {
        margin-top: 40px;
        padding-left: 15px;
    }

    .ait-home-contact__details {
        gap: 26px;
    }

    .ait-home-contact__detail {
        font-size: 20px;
    }

    .ait-home-contact__detail-icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .ait-home-contact__vertical-title {
        top: 115px;
        left: -115px;
        font-size: 50px;
    }

    .ait-home-contact__decor-arrow {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ait-home-contact__submit,
    .ait-home-contact__field input,
    .ait-home-contact__field textarea {
        transition: none;
    }
}

/* AIT CONTACT EXACT SOURCE MATCH START */
.ait-home-contact-divider {
    height: 50px;
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 1025px) {
    .ait-home-contact__inner {
        left: -10px;
    }

    .ait-home-contact__submit-area {
        min-height: 91px;
        vertical-align: top;
    }

    .ait-home-contact__submit {
        min-height: 62px;
    }

    .ait-home-contact__status {
        height: 0;
        min-height: 0;
        margin: 20px 0 0 -20px;
        overflow: visible;
    }

    .ait-home-contact__status:not(:empty) {
        height: auto;
        min-height: 24px;
        margin: 20px 0 0 -20px;
    }

    .ait-home-contact__decor-arrow {
        top: 2px;
    }
}
/* AIT CONTACT EXACT SOURCE MATCH END */

/* AIT CONTACT TITLE POSITION START */
@media (min-width: 1025px) {
    .ait-home-contact__vertical-title {
        left: -75px !important;
    }
}
/* AIT CONTACT TITLE POSITION END */
/*
AIT_HOME_CONTACT_TABLET_VERTICAL_TITLE_RIGHT
 * Move only the vertical CONTACTS title 50px right on tablets.
 */
@media (min-width: 768px) and (max-width: 1024px) {
    .ait-home-contact__vertical-title {
        left: -150px;
    }
}
