/* OPENWINCH HOME V2 — HERO ONLY */

body.ow-home .ow-home-hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background:
        linear-gradient(
            125deg,
            #ffffff 0%,
            #f2f7fa 58%,
            #e5f0f6 100%
        );
}

body.ow-home .ow-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .42;
    background-image:
        linear-gradient(
            rgba(3, 45, 76, .07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(3, 45, 76, .07) 1px,
            transparent 1px
        );
    background-size: 64px 64px;
}

body.ow-home .ow-home-hero__shell {
    position: relative;
    z-index: 2;
    width: min(1500px, calc(100% - 48px));
    min-height: 720px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:
        minmax(430px, .88fr)
        minmax(520px, 1.12fr);
    align-items: center;
    gap: 50px;
}

body.ow-home .ow-home-hero__content {
    padding-block: 75px;
}

body.ow-home .ow-home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #008dd2;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.6px;
}

body.ow-home .ow-home-hero__eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    background: #008dd2;
}

body.ow-home .ow-home-hero h1 {
    max-width: 690px;
    margin: 0 0 22px;
    color: #06243a;
    font-size: clamp(39px, 4.6vw, 70px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -1.8px;
}

body.ow-home .ow-home-hero h1 strong {
    display: block;
    color: #004e9e;
    font-weight: 900;
}

body.ow-home .ow-home-hero__lead {
    max-width: 650px;
    margin: 0 0 10px;
    color: #203b4e;
    font-size: 17px;
    font-weight: 800;
    line-height: 2;
}

body.ow-home .ow-home-hero__text {
    max-width: 620px;
    margin: 0;
    color: #607280;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 2;
}

body.ow-home .ow-home-hero__actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.ow-home .ow-home-hero__button {
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease;
}

body.ow-home .ow-home-hero__button:hover {
    transform: translateY(-3px);
}

body.ow-home .ow-home-hero__button--primary {
    background: #004e9e;
    color: #fff;
}

body.ow-home .ow-home-hero__button--secondary {
    border: 1px solid #b7c8d3;
    background: rgba(255,255,255,.72);
    color: #06243a;
}

body.ow-home .ow-home-hero__facts {
    margin-top: 42px;
    padding-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    border-top: 1px solid #cbd9e1;
}

body.ow-home .ow-home-hero__facts div {
    display: grid;
    gap: 4px;
}

body.ow-home .ow-home-hero__facts strong {
    color: #004e9e;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
}

body.ow-home .ow-home-hero__facts span {
    color: #697b88;
    font-size: 10.5px;
    font-weight: 800;
}

body.ow-home .ow-home-hero__visual {
    position: relative;
    min-height: 620px;
    display: grid;
    place-items: center;
}

body.ow-home .ow-home-hero__visual::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(0, 141, 210, .17),
            rgba(0, 78, 158, .04) 62%,
            transparent 70%
        );
}

body.ow-home .ow-home-hero__visual picture {
    position: relative;
    z-index: 2;
    width: 100%;
}

body.ow-home .ow-home-hero__visual img {
    width: 100%;
    max-height: 570px;
    object-fit: contain;
    filter:
        drop-shadow(
            0 35px 32px
            rgba(1, 32, 50, .28)
        );
}

body.ow-home .ow-home-hero__label {
    position: absolute;
    top: 42px;
    left: 0;
    color: rgba(4, 55, 88, .34);
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.8px;
}

body.ow-home .ow-home-hero__shadow {
    position: absolute;
    z-index: 1;
    bottom: 70px;
    width: 62%;
    height: 48px;
    border-radius: 50%;
    background: rgba(2, 34, 54, .18);
    filter: blur(22px);
}

@media (max-width: 1050px) {
    body.ow-home .ow-home-hero__shell {
        grid-template-columns: 1fr;
        padding-top: 35px;
    }

    body.ow-home .ow-home-hero__content {
        padding-bottom: 0;
    }

    body.ow-home .ow-home-hero__visual {
        min-height: 500px;
    }

    body.ow-home .ow-home-hero__visual img {
        max-height: 470px;
    }
}

@media (max-width: 620px) {
    body.ow-home .ow-home-hero__shell {
        width: min(100% - 30px, 1500px);
        gap: 10px;
    }

    body.ow-home .ow-home-hero__content {
        padding-top: 55px;
    }

    body.ow-home .ow-home-hero h1 {
        font-size: 37px;
    }

    body.ow-home .ow-home-hero__lead {
        font-size: 14px;
    }

    body.ow-home .ow-home-hero__actions {
        display: grid;
    }

    body.ow-home .ow-home-hero__button {
        width: 100%;
    }

    body.ow-home .ow-home-hero__facts {
        gap: 8px;
    }

    body.ow-home .ow-home-hero__facts strong {
        font-size: 17px;
    }

    body.ow-home .ow-home-hero__visual {
        min-height: 390px;
    }

    body.ow-home .ow-home-hero__visual img {
        max-height: 360px;
    }

    body.ow-home .ow-home-hero__label {
        top: 15px;
    }
}



/* HOME V2 FEATURES START */

body.ow-home .ow-home-features {
    padding: clamp(80px, 9vw, 125px) 0;
    background: #f3f7f9;
}

body.ow-home .ow-home-features .acg-wrap {
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
}

body.ow-home .ow-home-features .acg-section-head {
    max-width: 760px;
    margin: 0 0 clamp(35px, 5vw, 58px);
}

body.ow-home .ow-home-features .acg-section-kicker {
    display: block;
    margin-bottom: 10px;
    color: #008dd2;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

body.ow-home .ow-home-features .acg-section-head h2 {
    margin: 0;
    color: #06243a;
    font-size: clamp(31px, 3.7vw, 50px);
    font-weight: 900;
    line-height: 1.45;
}

body.ow-home .ow-home-features .acg-section-head p {
    margin: 13px 0 0;
    color: #647682;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.05;
}

body.ow-home .ow-home-features .acg-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

body.ow-home .ow-home-features .acg-feature-card {
    position: relative;
    min-height: 275px;
    padding: 27px;
    overflow: hidden;
    border: 1px solid #dbe6ec;
    border-radius: 20px;
    background: #fff;
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

body.ow-home .ow-home-features .acg-feature-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #004e9e, #008dd2);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

body.ow-home .ow-home-features .acg-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 141, 210, .35);
    box-shadow: 0 24px 50px rgba(5, 42, 66, .09);
}

body.ow-home .ow-home-features .acg-feature-card:hover::after {
    transform: scaleX(1);
}

body.ow-home .ow-home-features .acg-feature-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #e8f3f9;
    color: #004e9e;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
}

body.ow-home .ow-home-features .acg-feature-card h3 {
    margin: 0 0 11px;
    color: #06243a;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.7;
}

body.ow-home .ow-home-features .acg-feature-card p {
    margin: 0;
    color: #687a87;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 2;
}

@media (max-width: 1050px) {
    body.ow-home .ow-home-features .acg-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body.ow-home .ow-home-features {
        padding-block: 65px;
    }

    body.ow-home .ow-home-features .acg-wrap {
        width: min(100% - 30px, 1500px);
    }

    body.ow-home .ow-home-features .acg-feature-grid {
        grid-template-columns: 1fr;
    }

    body.ow-home .ow-home-features .acg-feature-card {
        min-height: auto;
    }
}

/* HOME V2 FEATURES END */

/* HOME V2 PRODUCTS START */

body.ow-home .ow-home-products {
    position: relative;
    padding: clamp(85px, 9vw, 130px) 0;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #032d4c,
            #061b2d
        );
}

body.ow-home .ow-home-products::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .15;
    background-image:
        linear-gradient(
            rgba(255,255,255,.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.08) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
}

body.ow-home .ow-home-products .acg-wrap {
    position: relative;
    z-index: 2;
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
}

body.ow-home .ow-home-products .acg-section-head {
    max-width: 780px;
    margin: 0 0 clamp(38px, 5vw, 60px);
}

body.ow-home .ow-home-products .acg-section-kicker {
    display: block;
    margin-bottom: 10px;
    color: #76d2f7;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

body.ow-home .ow-home-products .acg-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 900;
    line-height: 1.45;
}

body.ow-home .ow-home-products .acg-section-head p {
    margin: 13px 0 0;
    color: rgba(255,255,255,.64);
    font-size: 13px;
    font-weight: 600;
    line-height: 2.05;
}

body.ow-home .ow-home-products .acg-products-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 17px;
}

body.ow-home .ow-home-products .acg-product-card {
    grid-column: span 2;
    min-height: 485px;
    display: grid;
    grid-template-rows: 310px 1fr;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 23px;
    background: rgba(255,255,255,.055);
    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease;
}

body.ow-home .ow-home-products
.acg-product-card:nth-child(4),
body.ow-home .ow-home-products
.acg-product-card:nth-child(5) {
    grid-column: span 3;
}

body.ow-home .ow-home-products .acg-product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(105,205,246,.48);
    background: rgba(255,255,255,.09);
}

body.ow-home .ow-home-products
.acg-product-card__media {
    position: relative;
    min-height: 310px;
    padding: 22px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(
            circle at center,
            rgba(255,255,255,.14),
            transparent 68%
        );
}

body.ow-home .ow-home-products
.acg-product-card__media::before {
    content: "ACG OPEN WINCH";
    position: absolute;
    top: 19px;
    left: 20px;
    color: rgba(255,255,255,.31);
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.3px;
}

body.ow-home .ow-home-products
.acg-product-card__media picture {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

body.ow-home .ow-home-products
.acg-product-card__media img {
    width: 100%;
    height: 275px;
    padding: 0;
    object-fit: contain;
    filter:
        drop-shadow(
            0 27px 25px
            rgba(0,0,0,.38)
        );
    transition: transform .4s ease;
}

body.ow-home .ow-home-products
.acg-product-card:hover
.acg-product-card__media img {
    transform: translateY(-7px) scale(1.025);
}

body.ow-home .ow-home-products
.acg-product-card__overlay {
    position: static;
    inset: auto;
    min-height: 175px;
    padding: 24px 25px;
    display: block;
    background:
        linear-gradient(
            180deg,
            rgba(3,45,76,0),
            rgba(3,26,44,.94) 22%
        );
    opacity: 1;
    transform: none;
}

body.ow-home .ow-home-products
.acg-product-card__overlay h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.65;
}

body.ow-home .ow-home-products
.acg-product-card__overlay p {
    margin: 0 0 16px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
}

body.ow-home .ow-home-products
.acg-product-card__overlay a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #76d2f7;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

body.ow-home .ow-home-products
.acg-product-card__overlay a::after {
    content: "←";
    font-family: Arial, sans-serif;
}

@media (max-width: 1050px) {
    body.ow-home .ow-home-products .acg-product-card,
    body.ow-home .ow-home-products
    .acg-product-card:nth-child(4),
    body.ow-home .ow-home-products
    .acg-product-card:nth-child(5) {
        grid-column: span 3;
    }
}

@media (max-width: 650px) {
    body.ow-home .ow-home-products {
        padding-block: 65px;
    }

    body.ow-home .ow-home-products .acg-wrap {
        width: min(100% - 30px, 1500px);
    }

    body.ow-home .ow-home-products
    .acg-products-grid {
        grid-template-columns: 1fr;
    }

    body.ow-home .ow-home-products .acg-product-card,
    body.ow-home .ow-home-products
    .acg-product-card:nth-child(4),
    body.ow-home .ow-home-products
    .acg-product-card:nth-child(5) {
        grid-column: auto;
        min-height: 440px;
        grid-template-rows: 275px 1fr;
    }

    body.ow-home .ow-home-products
    .acg-product-card__media {
        min-height: 275px;
    }

    body.ow-home .ow-home-products
    .acg-product-card__media img {
        height: 245px;
    }
}

/* HOME V2 PRODUCTS END */

/* HOME V2 SPECS START */

body.ow-home .ow-home-specs {
    position: relative;
    padding: clamp(80px, 9vw, 125px) 0;
    overflow: hidden;
    background: #fff;
}

body.ow-home .ow-home-specs::before {
    content: "TECHNICAL DATA";
    position: absolute;
    top: 45px;
    left: 4%;
    color: rgba(0, 78, 158, .045);
    font-family: Arial, sans-serif;
    font-size: clamp(55px, 9vw, 135px);
    font-weight: 900;
    letter-spacing: -4px;
    white-space: nowrap;
}

body.ow-home .ow-home-specs .acg-wrap {
    position: relative;
    z-index: 2;
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
}

body.ow-home .ow-home-specs .acg-section-head {
    max-width: 760px;
    margin: 0 0 clamp(38px, 5vw, 60px);
}

body.ow-home .ow-home-specs .acg-section-kicker {
    display: block;
    margin-bottom: 10px;
    color: #008dd2;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

body.ow-home .ow-home-specs .acg-section-head h2 {
    margin: 0;
    color: #06243a;
    font-size: clamp(32px, 3.8vw, 51px);
    font-weight: 900;
    line-height: 1.45;
}

body.ow-home .ow-home-specs .acg-section-head p {
    max-width: 660px;
    margin: 13px 0 0;
    color: #647682;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.05;
}

body.ow-home .ow-home-specs .acg-spec-table {
    counter-reset: spec;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.ow-home .ow-home-specs .acg-spec-item {
    counter-increment: spec;
    position: relative;
    min-height: 150px;
    padding: 25px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border: 1px solid #dbe6ec;
    border-radius: 18px;
    background: #f4f8fa;
    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease;
}

body.ow-home .ow-home-specs .acg-spec-item::before {
    content: counter(spec, decimal-leading-zero);
    position: absolute;
    top: 15px;
    left: 18px;
    color: rgba(0, 78, 158, .18);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
}

body.ow-home .ow-home-specs .acg-spec-item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(#008dd2, #004e9e);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .25s ease;
}

body.ow-home .ow-home-specs .acg-spec-item:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 141, 210, .4);
    background: #fff;
}

body.ow-home .ow-home-specs .acg-spec-item:hover::after {
    transform: scaleY(1);
}

body.ow-home .ow-home-specs .acg-spec-item span {
    margin-bottom: 7px;
    color: #758591;
    font-size: 11px;
    font-weight: 800;
}

body.ow-home .ow-home-specs .acg-spec-item strong {
    color: #06243a;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.7;
}

body.ow-home .ow-home-specs .acg-spec-item:hover span {
    color: #758591;
}

body.ow-home .ow-home-specs .acg-spec-item:hover strong {
    color: #004e9e;
}

@media (max-width: 1000px) {
    body.ow-home .ow-home-specs .acg-spec-table {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body.ow-home .ow-home-specs {
        padding-block: 65px;
    }

    body.ow-home .ow-home-specs .acg-wrap {
        width: min(100% - 30px, 1500px);
    }

    body.ow-home .ow-home-specs .acg-spec-table {
        grid-template-columns: 1fr;
    }

    body.ow-home .ow-home-specs .acg-spec-item {
        min-height: 125px;
    }
}

/* HOME V2 SPECS END */

/* ENGINEERING SECTION V3 START */

body.ow-home .ow-engineering {
    position: relative;
    padding: clamp(70px, 8vw, 115px) 0;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #edf4f7 0%,
            #ffffff 55%,
            #eef5f8 100%
        );
}

body.ow-home .ow-engineering::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .42;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(0, 78, 158, .055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0, 78, 158, .055) 1px,
            transparent 1px
        );
    background-size: 68px 68px;
}

body.ow-home .ow-engineering__wrap {
    position: relative;
    z-index: 2;
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(410px, .88fr);
    gap: clamp(45px, 6vw, 90px);
    align-items: center;
    direction: ltr;
}

body.ow-home .ow-engineering__visual {
    position: relative;
    width: 100%;
    min-width: 0;
    padding:
        clamp(24px, 3vw, 42px)
        clamp(20px, 3vw, 40px);
    border: 1px solid #d6e3e9;
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 50% 48%,
            rgba(0, 141, 210, .16),
            transparent 64%
        ),
        rgba(255,255,255,.9);
    box-shadow:
        0 30px 70px
        rgba(4, 42, 65, .11);
}

body.ow-home .ow-engineering__visual-head,
body.ow-home .ow-engineering__visual-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #66808f;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

body.ow-home .ow-engineering__visual-head {
    margin-bottom: 20px;
}

body.ow-home .ow-engineering__visual-head strong {
    color: #008dd2;
    font-size: 15px;
}

body.ow-home .ow-engineering__visual-foot {
    margin-top: 18px;
    color: #8ca0ab;
    font-size: 8px;
}

body.ow-home .ow-engineering__picture {
    display: block;
    width: 100%;
    height: auto;
}

body.ow-home .ow-engineering__picture img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    object-fit: initial;
    object-position: initial;
    filter:
        drop-shadow(
            0 27px 25px
            rgba(4, 38, 58, .22)
        );
}

body.ow-home .ow-engineering__content {
    min-width: 0;
    direction: rtl;
}

body.ow-home .ow-engineering__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #008dd2;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

body.ow-home .ow-engineering__eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    background: #008dd2;
}

body.ow-home .ow-engineering h2 {
    margin: 0 0 23px;
    color: #06243a;
    font-size: clamp(32px, 3.8vw, 53px);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: -1px;
}

body.ow-home .ow-engineering h2 strong {
    display: block;
    color: #004e9e;
    font-weight: 900;
}

body.ow-home .ow-engineering__copy {
    max-width: 680px;
}

body.ow-home .ow-engineering__copy p {
    margin: 0 0 14px;
    color: #5e7380;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 2.15;
}

body.ow-home
.ow-engineering__copy p:first-child {
    color: #243f50;
    font-size: 14px;
    font-weight: 800;
}

body.ow-home .ow-engineering__points {
    margin-top: 29px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

body.ow-home .ow-engineering__points div {
    min-height: 92px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d7e4ea;
    border-radius: 13px;
    background: rgba(255,255,255,.72);
}

body.ow-home .ow-engineering__points span {
    color: #008dd2;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
}

body.ow-home .ow-engineering__points strong {
    color: #17384c;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.7;
}

body.ow-home .ow-engineering__link {
    margin-top: 27px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #004e9e;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

body.ow-home .ow-engineering__link:hover {
    color: #008dd2;
}

@media (max-width: 1050px) {
    body.ow-home .ow-engineering__wrap {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    body.ow-home .ow-engineering__visual {
        max-width: 850px;
        margin-inline: auto;
    }
}

@media (max-width: 620px) {
    body.ow-home .ow-engineering {
        padding-block: 60px;
    }

    body.ow-home .ow-engineering__wrap {
        width: calc(100% - 30px);
        gap: 35px;
    }

    body.ow-home .ow-engineering__visual {
        padding: 19px 14px;
        border-radius: 20px;
    }

    body.ow-home .ow-engineering__points {
        grid-template-columns: 1fr;
    }

    body.ow-home .ow-engineering__points div {
        min-height: 76px;
    }
}

/* ENGINEERING SECTION V3 END */

/* BRAND CAROUSEL START */

body.ow-home .ow-brand-section {
    position: relative;
    padding: clamp(75px, 8vw, 115px) 0;
    overflow: hidden;
    background: #f1f6f8;
}

body.ow-home .ow-brand-section__wrap {
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
}

body.ow-home .ow-brand-section__heading {
    margin-bottom: clamp(35px, 5vw, 56px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
    gap: 40px;
    align-items: end;
}

body.ow-home .ow-brand-section__heading span {
    display: block;
    margin-bottom: 10px;
    color: #008dd2;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

body.ow-home .ow-brand-section__heading h2 {
    margin: 0;
    color: #06243a;
    font-size: clamp(31px, 3.7vw, 50px);
    font-weight: 900;
    line-height: 1.45;
}

body.ow-home .ow-brand-section__heading p {
    margin: 0;
    color: #617784;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.05;
}

body.ow-home .ow-brand-carousel {
    width: 100%;
    overflow: hidden;
    direction: ltr;
    mask-image: linear-gradient(
        90deg,
        transparent,
        #000 6%,
        #000 94%,
        transparent
    );
}

body.ow-home .ow-brand-carousel__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation:
        owBrandMovement
        30s
        linear
        infinite;
}

body.ow-home .ow-brand-carousel:hover
.ow-brand-carousel__track {
    animation-play-state: paused;
}

body.ow-home .ow-brand-carousel__group {
    padding-inline: 8px;
    display: flex;
    align-items: stretch;
    gap: 16px;
}

body.ow-home .ow-brand-card {
    min-width: clamp(175px, 15vw, 225px);
    margin: 0;
    padding: 24px 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid #d7e4e9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(5, 41, 63, .06);
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

body.ow-home .ow-brand-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 141, 210, .4);
    box-shadow: 0 22px 42px rgba(5, 41, 63, .11);
}

body.ow-home .ow-brand-card img {
    display: block;
    width: min(145px, 30vw);
    height: auto;
    max-width: 100%;
    margin: auto;
    padding: 0;
    object-fit: initial;
    object-position: initial;
    opacity: 1 !important;
    filter: none !important;
    transform: none;
}

body.ow-home .ow-brand-card:hover img {
    opacity: 1 !important;
    filter: none !important;
    transform: scale(1.035);
}

body.ow-home .ow-brand-card figcaption {
    width: 100%;
    padding-top: 13px;
    border-top: 1px solid #e5edf1;
    color: #627985;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
}

@keyframes owBrandMovement {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 760px) {
    body.ow-home .ow-brand-section {
        padding-block: 62px;
    }

    body.ow-home .ow-brand-section__wrap {
        width: calc(100% - 30px);
    }

    body.ow-home .ow-brand-section__heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    body.ow-home .ow-brand-carousel {
        mask-image: none;
    }

    body.ow-home .ow-brand-carousel__track {
        animation-duration: 24s;
    }

    body.ow-home .ow-brand-card {
        min-width: 165px;
        padding: 20px 18px 16px;
    }

    body.ow-home .ow-brand-card img {
        width: min(125px, 32vw);
        height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ow-home .ow-brand-carousel__track {
        animation: none;
    }
}

/* BRAND CAROUSEL END */

/* ENGINEERING DISTINCT V4 START */

body.ow-home .ow-engineering {
    padding: clamp(80px, 9vw, 130px) 0;
    background: #061d2d;
}

body.ow-home .ow-engineering::before {
    display: none;
}

body.ow-home .ow-engineering__wrap {
    grid-template-columns:
        minmax(420px, .82fr)
        minmax(0, 1.18fr);
    gap: clamp(55px, 7vw, 110px);
}

body.ow-home .ow-engineering__visual {
    padding: clamp(22px, 3vw, 38px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    background: #fff;
    box-shadow: 18px 18px 0 #008dd2;
}

body.ow-home .ow-engineering__visual::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 75px;
    height: 7px;
    background: #008dd2;
}

body.ow-home .ow-engineering__picture,
body.ow-home .ow-engineering__picture img {
    width: 100%;
    height: auto !important;
    max-height: none !important;
}

body.ow-home .ow-engineering__picture img {
    filter:
        drop-shadow(
            0 24px 22px
            rgba(2, 27, 43, .18)
        );
}

body.ow-home .ow-engineering__content {
    padding-block: 20px;
}

body.ow-home .ow-engineering__eyebrow {
    color: #69d2fa;
}

body.ow-home .ow-engineering__eyebrow::before {
    background: #69d2fa;
}

body.ow-home .ow-engineering h2 {
    color: #fff;
}

body.ow-home .ow-engineering h2 strong {
    color: #69d2fa;
}

body.ow-home .ow-engineering__copy p,
body.ow-home .ow-engineering__copy p:first-child {
    color: rgba(255,255,255,.7);
}

body.ow-home .ow-engineering__copy p:first-child {
    color: rgba(255,255,255,.92);
}

body.ow-home .ow-engineering__points {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.16);
}

body.ow-home .ow-engineering__points div {
    min-height: auto;
    padding: 17px 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
    border-radius: 0;
    background: transparent;
}

body.ow-home .ow-engineering__points span {
    color: #69d2fa;
}

body.ow-home .ow-engineering__points strong {
    color: #fff;
    font-size: 12px;
}

body.ow-home .ow-engineering__link {
    min-height: 48px;
    padding: 0 19px;
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
}

body.ow-home .ow-engineering__link:hover {
    border-color: #69d2fa;
    color: #69d2fa;
}

@media (max-width: 1050px) {
    body.ow-home .ow-engineering__wrap {
        grid-template-columns: 1fr;
    }

    body.ow-home .ow-engineering__visual {
        max-width: 850px;
        box-shadow: 10px 10px 0 #008dd2;
    }
}

@media (max-width: 620px) {
    body.ow-home .ow-engineering__visual {
        box-shadow: 7px 7px 0 #008dd2;
    }
}

/* ENGINEERING DISTINCT V4 END */

/* CLIENT CAROUSEL START */

body.ow-home .ow-client-section {
    padding: clamp(75px, 8vw, 115px) 0;
    overflow: hidden;
    background: #fff;
}

body.ow-home .ow-client-section__wrap {
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
}

body.ow-home .ow-client-section .ow-section-heading {
    margin-bottom: 45px;
    display: grid;
    grid-template-columns: 1fr minmax(300px, 520px);
    gap: 40px;
    align-items: end;
}

body.ow-home .ow-client-section
.ow-section-heading span {
    color: #008dd2;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

body.ow-home .ow-client-section
.ow-section-heading h2 {
    margin: 8px 0 0;
    color: #06243a;
    font-size: clamp(31px, 3.7vw, 50px);
    font-weight: 900;
}

body.ow-home .ow-client-section
.ow-section-heading p {
    margin: 0;
    color: #637784;
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
}

body.ow-home .ow-client-carousel {
    overflow: hidden;
    direction: ltr;
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent,
        #000 6%,
        #000 94%,
        transparent
    );
    mask-image: linear-gradient(
        90deg,
        transparent,
        #000 6%,
        #000 94%,
        transparent
    );
}

body.ow-home .ow-client-carousel__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation:
        owClientMovement
        34s
        linear
        infinite;
}

body.ow-home .ow-client-carousel:hover
.ow-client-carousel__track {
    animation-play-state: paused;
}

body.ow-home .ow-client-carousel__group {
    padding-inline: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
}

body.ow-home .ow-client-card {
    min-width: clamp(175px, 15vw, 230px);
    margin: 0;
    padding: 25px;
    display: grid;
    place-items: center;
    border: 1px solid #d9e5ea;
    border-radius: 18px;
    background: #f5f9fa;
}

body.ow-home .ow-client-card img {
    display: block;
    width: auto;
    height: auto !important;
    max-width: min(160px, 34vw);
    max-height: none !important;
    margin: auto;
    padding: 0;
    opacity: 1 !important;
    filter: none !important;
    object-fit: initial;
}

@keyframes owClientMovement {
    from {
        transform: translate3d(-50%, 0, 0);
    }

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

@media (max-width: 760px) {
    body.ow-home .ow-client-section {
        padding-block: 62px;
    }

    body.ow-home .ow-client-section__wrap {
        width: calc(100% - 30px);
    }

    body.ow-home .ow-client-section
    .ow-section-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    body.ow-home .ow-client-carousel {
        -webkit-mask-image: none;
        mask-image: none;
    }

    body.ow-home .ow-client-carousel__track {
        animation-duration: 27s;
    }

    body.ow-home .ow-client-card {
        min-width: 165px;
        padding: 20px;
    }
}

/* CLIENT CAROUSEL END */

/* SERVICES V2 START */

body.ow-home .ow-service-section {
    position: relative;
    padding: clamp(80px, 9vw, 130px) 0;
    overflow: hidden;
    background: #edf3f6;
}

body.ow-home .ow-service-section .acg-wrap {
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
    display: grid;
    grid-template-columns:
        minmax(300px, .72fr)
        minmax(0, 1.28fr);
    gap: clamp(45px, 6vw, 90px);
    align-items: start;
}

body.ow-home .ow-service-section
.ow-section-heading {
    position: sticky;
    top: 135px;
    margin: 0;
    display: block;
}

body.ow-home .ow-service-section
.ow-section-heading span {
    display: block;
    margin-bottom: 13px;
    color: #008dd2;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

body.ow-home .ow-service-section
.ow-section-heading h2 {
    margin: 0 0 18px;
    color: #06243a;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.45;
}

body.ow-home .ow-service-section
.ow-section-heading p {
    max-width: 430px;
    margin: 0;
    color: #607582;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.1;
}

body.ow-home .ow-service-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #cbdbe3;
    border-right: 1px solid #cbdbe3;
}

body.ow-home .ow-service-card {
    position: relative;
    min-height: 250px;
    padding: 28px;
    border-left: 1px solid #cbdbe3;
    border-bottom: 1px solid #cbdbe3;
    background: rgba(255,255,255,.42);
    transition:
        background .25s ease,
        transform .25s ease;
}

body.ow-home .ow-service-card:hover {
    z-index: 2;
    background: #fff;
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(5, 40, 62, .09);
}

body.ow-home .ow-service-card__head {
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.ow-home .ow-service-card__number {
    color: rgba(0, 78, 158, .24);
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 900;
}

body.ow-home .ow-service-card__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #dff1f9;
    color: #004e9e;
    font-size: 16px;
}

body.ow-home .ow-service-card h3 {
    margin: 0 0 12px;
    color: #06243a;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.7;
}

body.ow-home .ow-service-card p {
    margin: 0;
    color: #667b87;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 2;
}

body.ow-home .ow-service-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #008dd2;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

body.ow-home .ow-service-card:hover::after {
    transform: scaleX(1);
}

@media (max-width: 1000px) {
    body.ow-home .ow-service-section .acg-wrap {
        grid-template-columns: 1fr;
    }

    body.ow-home .ow-service-section
    .ow-section-heading {
        position: static;
    }
}

@media (max-width: 650px) {
    body.ow-home .ow-service-section {
        padding-block: 65px;
    }

    body.ow-home .ow-service-section .acg-wrap {
        width: calc(100% - 30px);
    }

    body.ow-home .ow-service-grid {
        grid-template-columns: 1fr;
    }

    body.ow-home .ow-service-card {
        min-height: auto;
        padding: 24px;
    }

    body.ow-home .ow-service-card__head {
        margin-bottom: 25px;
    }
}

/* SERVICES V2 END */


/* CLIENT UNIQUE LOOP FIX START */

body.ow-home .ow-client-carousel__track {
    animation: none !important;
    transform: translate3d(0, 0, 0);
}

body.ow-home .ow-client-carousel__group {
    flex: 0 0 auto;
}

/* CLIENT UNIQUE LOOP FIX END */

/* CLIENT SINGLE LOOP START */

body.ow-home .ow-client-carousel__track {
    display: flex;
    width: max-content;
    animation: none !important;
    will-change: transform;
}

body.ow-home .ow-client-carousel__group {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

body.ow-home .ow-client-card {
    flex: 0 0 auto;
}

@media (prefers-reduced-motion: reduce) {
    body.ow-home .ow-client-carousel {
        overflow-x: auto;
    }

    body.ow-home .ow-client-carousel__track {
        transform: none !important;
    }
}

/* CLIENT SINGLE LOOP END */

/* PROCESS V2 START */

body.ow-home .ow-process-section {
    position: relative;
    padding: clamp(80px, 9vw, 130px) 0;
    overflow: hidden;
    background: #ffffff;
}

body.ow-home .ow-process-section .acg-wrap {
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
}

body.ow-home .ow-process-layout {
    display: grid;
    grid-template-columns:
        minmax(390px, .85fr)
        minmax(0, 1.15fr);
    gap: clamp(45px, 7vw, 105px);
    align-items: start;
}

body.ow-home .ow-process-visual {
    position: sticky;
    top: 130px;
    min-width: 0;
    padding: clamp(27px, 4vw, 45px);
    border: 1px solid #d8e4e9;
    background: #f1f6f8;
}

body.ow-home .ow-process-visual::before {
    content: "PROJECT WORKFLOW";
    position: absolute;
    top: 22px;
    left: 24px;
    color: rgba(0, 78, 158, .32);
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

body.ow-home .ow-process-copy {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin-bottom: 28px;
}

body.ow-home .ow-process-copy > span {
    display: block;
    margin-bottom: 10px;
    color: #008dd2;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

body.ow-home .ow-process-copy h2 {
    margin: 0 0 14px;
    color: #06243a;
    font-size: clamp(31px, 3.7vw, 49px);
    font-weight: 900;
    line-height: 1.45;
}

body.ow-home .ow-process-copy p {
    margin: 0;
    color: #627783;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.05;
}

body.ow-home .ow-process-visual picture {
    display: block;
    width: 100%;
    height: auto;
}

body.ow-home .ow-process-visual img {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    margin: 0;
    padding: 0;
    object-fit: initial;
    object-position: initial;
    filter:
        drop-shadow(
            0 26px 24px
            rgba(4, 38, 58, .2)
        );
}

body.ow-home .ow-process-list {
    counter-reset: process;
    border-top: 1px solid #cddbe2;
}

body.ow-home .ow-process-step {
    counter-increment: process;
    position: relative;
    min-height: 145px;
    padding: 30px 0;
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 25px;
    align-items: start;
    border-bottom: 1px solid #cddbe2;
    background: transparent;
    transition:
        padding-right .25s ease,
        background .25s ease;
}

body.ow-home .ow-process-step:hover {
    padding-right: 18px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(0, 141, 210, .055)
        );
}

body.ow-home .ow-process-step__number {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid #b9ccd6;
    border-radius: 50%;
    color: #004e9e;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    transition:
        color .25s ease,
        background .25s ease,
        border-color .25s ease;
}

body.ow-home .ow-process-step:hover
.ow-process-step__number {
    border-color: #004e9e;
    background: #004e9e;
    color: #ffffff;
}

body.ow-home .ow-process-step h3 {
    margin: 2px 0 10px;
    color: #06243a;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.65;
}

body.ow-home .ow-process-step p {
    max-width: 670px;
    margin: 0;
    color: #647985;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 2;
}

@media (max-width: 1000px) {
    body.ow-home .ow-process-layout {
        grid-template-columns: 1fr;
    }

    body.ow-home .ow-process-visual {
        position: relative;
        top: auto;
        max-width: 850px;
        margin-inline: auto;
    }
}

@media (max-width: 620px) {
    body.ow-home .ow-process-section {
        padding-block: 65px;
    }

    body.ow-home .ow-process-section .acg-wrap {
        width: calc(100% - 30px);
    }

    body.ow-home .ow-process-visual {
        padding: 25px 18px;
    }

    body.ow-home .ow-process-step {
        min-height: auto;
        grid-template-columns: 50px 1fr;
        gap: 16px;
        padding-block: 24px;
    }

    body.ow-home .ow-process-step__number {
        width: 44px;
        height: 44px;
        font-size: 11px;
    }

    body.ow-home .ow-process-step:hover {
        padding-right: 0;
    }
}

/* PROCESS V2 END */

/* FAQ V2 START */

body.ow-home .ow-faq-section {
    padding: clamp(80px, 9vw, 125px) 0;
    background: #eef4f7;
}

body.ow-home .ow-faq-section .acg-wrap {
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
}

body.ow-home .ow-faq-layout {
    display: grid;
    grid-template-columns:
        minmax(300px, .7fr)
        minmax(0, 1.3fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: start;
}

body.ow-home .ow-faq-intro {
    position: sticky;
    top: 130px;
    padding: clamp(32px, 4vw, 52px);
    overflow: hidden;
    background: #06243a;
    color: #fff;
}

body.ow-home .ow-faq-intro::after {
    content: "?";
    position: absolute;
    left: 20px;
    bottom: -52px;
    color: rgba(255,255,255,.055);
    font-family: Arial, sans-serif;
    font-size: 230px;
    font-weight: 900;
    line-height: 1;
}

body.ow-home .ow-faq-intro > span {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 12px;
    color: #69d2fa;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

body.ow-home .ow-faq-intro h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(32px, 3.8vw, 49px);
    font-weight: 900;
    line-height: 1.45;
}

body.ow-home .ow-faq-intro p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    font-weight: 600;
    line-height: 2.05;
}

body.ow-home .ow-faq-intro a {
    position: relative;
    z-index: 2;
    min-height: 48px;
    margin-top: 28px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

body.ow-home .ow-faq-intro a:hover {
    border-color: #69d2fa;
    color: #69d2fa;
}

body.ow-home .ow-faq-list {
    border-top: 1px solid #c8d8e0;
}

body.ow-home .ow-faq-card {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #c8d8e0;
    border-radius: 0;
    background: transparent;
}

body.ow-home .ow-faq-button {
    width: 100%;
    min-height: 105px;
    padding: 24px 4px;
    display: grid;
    grid-template-columns: 52px 1fr 32px;
    gap: 20px;
    align-items: center;
    border: 0;
    background: transparent;
    color: #06243a;
    text-align: right;
    cursor: pointer;
}

body.ow-home .ow-faq-number {
    color: rgba(0,78,158,.35);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
}

body.ow-home .ow-faq-button strong {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.85;
}

body.ow-home .ow-faq-button > i {
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid #b8ccd6;
    border-radius: 50%;
}

body.ow-home .ow-faq-button > i::before,
body.ow-home .ow-faq-button > i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: #004e9e;
    transform: translate(-50%, -50%);
}

body.ow-home .ow-faq-button > i::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .2s ease;
}

body.ow-home .ow-faq-button[aria-expanded="true"] {
    color: #004e9e;
}

body.ow-home
.ow-faq-button[aria-expanded="true"] > i {
    border-color: #004e9e;
    background: #004e9e;
}

body.ow-home
.ow-faq-button[aria-expanded="true"] > i::before,
body.ow-home
.ow-faq-button[aria-expanded="true"] > i::after {
    background: #fff;
}

body.ow-home
.ow-faq-button[aria-expanded="true"] > i::after {
    transform: translate(-50%, -50%) rotate(0);
}

body.ow-home .ow-faq-answer {
    padding: 0 76px 28px 84px;
}

body.ow-home .ow-faq-answer p {
    max-width: 760px;
    margin: 0;
    color: #607682;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.1;
}

body.ow-home .ow-faq-answer[hidden] {
    display: none !important;
}

@media (max-width: 950px) {
    body.ow-home .ow-faq-layout {
        grid-template-columns: 1fr;
    }

    body.ow-home .ow-faq-intro {
        position: relative;
        top: auto;
    }
}

@media (max-width: 620px) {
    body.ow-home .ow-faq-section {
        padding-block: 65px;
    }

    body.ow-home .ow-faq-section .acg-wrap {
        width: calc(100% - 30px);
    }

    body.ow-home .ow-faq-intro {
        padding: 30px 24px;
    }

    body.ow-home .ow-faq-button {
        min-height: 90px;
        grid-template-columns: 35px 1fr 30px;
        gap: 12px;
    }

    body.ow-home .ow-faq-answer {
        padding: 0 47px 24px 42px;
    }
}

/* FAQ V2 END */

/* CONSULTATION V2 START */

body.ow-home .ow-consultation-section {
    position: relative;
    padding: clamp(80px, 9vw, 130px) 0;
    overflow: hidden;
    background: #ffffff;
}

body.ow-home .ow-consultation-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .45;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(0, 78, 158, .055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0, 78, 158, .055) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
}

body.ow-home .ow-consultation-section .acg-wrap {
    position: relative;
    z-index: 2;
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
}

body.ow-home .ow-consultation-card {
    display: grid;
    grid-template-columns:
        minmax(390px, .88fr)
        minmax(0, 1.12fr);
    overflow: hidden;
    border: 1px solid #cddde5;
    background: #ffffff;
    box-shadow:
        0 34px 80px
        rgba(4, 39, 60, .13);
}

body.ow-home .ow-consultation-intro {
    position: relative;
    min-width: 0;
    padding: clamp(40px, 5vw, 72px);
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #004e9e,
            #062e4c
        );
    color: #ffffff;
}

body.ow-home .ow-consultation-intro::before {
    content: "PROJECT REQUEST";
    position: absolute;
    top: 24px;
    left: 27px;
    color: rgba(255,255,255,.18);
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.6px;
}

body.ow-home .ow-consultation-intro > span {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 13px;
    color: #7bd9ff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

body.ow-home .ow-consultation-intro h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(31px, 3.7vw, 48px);
    font-weight: 900;
    line-height: 1.5;
}

body.ow-home .ow-consultation-intro > p {
    position: relative;
    z-index: 2;
    max-width: 540px;
    margin: 0;
    color: rgba(255,255,255,.74);
    font-size: 13px;
    font-weight: 600;
    line-height: 2.1;
}

body.ow-home .ow-consultation-intro ul {
    position: relative;
    z-index: 2;
    margin: 28px 0 30px;
    padding: 0;
    display: grid;
    gap: 13px;
    list-style: none;
}

body.ow-home .ow-consultation-intro li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255,255,255,.9);
    font-size: 12px;
    font-weight: 800;
}

body.ow-home .ow-consultation-intro li i {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(123,217,255,.17);
    color: #7bd9ff;
    font-size: 9px;
}

body.ow-home .ow-consultation-intro picture {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 25px;
}

body.ow-home .ow-consultation-intro img {
    display: block;
    width: 100%;
    height: auto !important;
    max-width: 620px;
    max-height: none !important;
    margin-inline: auto;
    padding: 0;
    object-fit: initial;
    object-position: initial;
    filter:
        drop-shadow(
            0 27px 24px
            rgba(0,0,0,.32)
        );
}

body.ow-home .ow-consultation-form {
    padding: clamp(38px, 5vw, 70px);
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
    align-content: center;
    background: #ffffff;
}

body.ow-home .ow-consultation-form::before {
    content: "اطلاعات اولیه پروژه";
    grid-column: 1 / -1;
    margin-bottom: 5px;
    color: #06243a;
    font-size: 22px;
    font-weight: 900;
}

body.ow-home .ow-consultation-form label {
    min-width: 0;
    display: grid;
    gap: 8px;
}

body.ow-home .ow-consultation-form label > span {
    color: #304b5b;
    font-size: 11px;
    font-weight: 900;
}

body.ow-home .ow-consultation-form input,
body.ow-home .ow-consultation-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #cbdbe3;
    border-radius: 0;
    outline: 0;
    background: #f5f8fa;
    color: #06243a;
    font: inherit;
    transition:
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease;
    box-sizing: border-box;
}

body.ow-home .ow-consultation-form input {
    height: 53px;
    padding: 0 15px;
}

body.ow-home .ow-consultation-form textarea {
    min-height: 145px;
    padding: 14px 15px;
    resize: vertical;
}

body.ow-home .ow-consultation-form input:focus,
body.ow-home .ow-consultation-form textarea:focus {
    border-color: #008dd2;
    background: #ffffff;
    box-shadow:
        0 0 0 3px
        rgba(0, 141, 210, .1);
}

body.ow-home
.ow-consultation-form__full {
    grid-column: 1 / -1;
}

body.ow-home .ow-consultation-submit {
    grid-column: 1 / -1;
    min-height: 56px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    background: #004e9e;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition:
        background .2s ease,
        transform .2s ease;
}

body.ow-home .ow-consultation-submit:hover {
    background: #008dd2;
    transform: translateY(-2px);
}

@media (max-width: 1000px) {
    body.ow-home .ow-consultation-card {
        grid-template-columns: 1fr;
    }

    body.ow-home .ow-consultation-intro img {
        max-width: 780px;
    }
}

@media (max-width: 620px) {
    body.ow-home .ow-consultation-section {
        padding-block: 65px;
    }

    body.ow-home .ow-consultation-section .acg-wrap {
        width: calc(100% - 30px);
    }

    body.ow-home .ow-consultation-intro,
    body.ow-home .ow-consultation-form {
        padding: 32px 22px;
    }

    body.ow-home .ow-consultation-form {
        grid-template-columns: 1fr;
    }

    body.ow-home .ow-consultation-form label,
    body.ow-home
    .ow-consultation-form__full {
        grid-column: 1;
    }

    body.ow-home .ow-consultation-submit {
        grid-column: 1;
    }
}

/* CONSULTATION V2 END */

/* FAQ BEHAVIOR FIX START */

body.ow-home
.ow-faq-card
.ow-faq-answer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
}

body.ow-home
.ow-faq-card
.ow-faq-answer[hidden] {
    display: none !important;
}

body.ow-home
.ow-faq-card.is-open
.ow-faq-answer,
body.ow-home
.ow-faq-card.active
.ow-faq-answer {
    display: block !important;
}

body.ow-home
.ow-faq-button {
    pointer-events: auto !important;
    position: relative;
    z-index: 2;
}

/* FAQ BEHAVIOR FIX END */

/* HOME FOOTER V2 START */

body.ow-home #artistun-footer.afo {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    direction: rtl;
    background: #031a2a !important;
    color: rgba(255,255,255,.72) !important;
    font-family:
        Shabnam,
        system-ui,
        sans-serif;
}

body.ow-home #artistun-footer.afo::before {
    content: "ACG OPEN WINCH";
    position: absolute;
    top: 70px;
    left: 3%;
    color: rgba(255,255,255,.025);
    font-family: Arial, sans-serif;
    font-size: clamp(60px, 10vw, 160px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -5px;
    white-space: nowrap;
    pointer-events: none;
}

body.ow-home #artistun-footer .afo-util {
    position: relative;
    z-index: 2;
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
    padding: 24px 0;
    border-bottom:
        1px solid
        rgba(255,255,255,.13);
    background: transparent !important;
}

body.ow-home #artistun-footer .afo-util-list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    list-style: none;
}

body.ow-home #artistun-footer .afo-ico {
    width: 43px;
    height: 43px;
    padding: 0 !important;
    display: grid;
    place-items: center;
    border:
        1px solid
        rgba(255,255,255,.2);
    border-radius: 50%;
    background: transparent !important;
    color: #fff !important;
    font-size: 14px;
    transition:
        border-color .2s ease,
        background .2s ease,
        transform .2s ease;
}

body.ow-home #artistun-footer .afo-ico:hover {
    border-color: #69d2fa;
    background: #008dd2 !important;
    color: #fff !important;
    transform: translateY(-3px);
}

body.ow-home #artistun-footer .afo-main {
    position: relative;
    z-index: 2;
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
    padding: clamp(55px, 7vw, 90px) 0;
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 0;
    background: transparent !important;
}

body.ow-home #artistun-footer .afo-col {
    margin: 0 !important;
    padding: 0 32px;
    border: 0 !important;
    border-left:
        1px solid
        rgba(255,255,255,.11) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.ow-home #artistun-footer
.afo-col:first-child {
    padding-right: 0;
}

body.ow-home #artistun-footer
.afo-col:last-child {
    padding-left: 0;
    border-left: 0 !important;
}

body.ow-home #artistun-footer .afo-head {
    position: relative;
    margin: 0 0 27px;
    padding: 0 0 14px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 900;
}

body.ow-home #artistun-footer .afo-head::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 3px;
    background: #008dd2 !important;
}

body.ow-home #artistun-footer .afo-panel,
body.ow-home #artistun-footer .afo-panel li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    list-style: none;
}

body.ow-home #artistun-footer .afo-panel {
    display: grid;
    gap: 13px;
}

body.ow-home #artistun-footer .afo-item {
    position: relative;
    padding: 0 16px 0 0 !important;
    display: inline-flex;
    color: rgba(255,255,255,.62) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
    text-decoration: none;
}

body.ow-home #artistun-footer .afo-item::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(105,210,250,.5);
    transition:
        background .2s ease,
        transform .2s ease;
}

body.ow-home #artistun-footer .afo-item:hover {
    padding-right: 20px !important;
    color: #69d2fa !important;
}

body.ow-home #artistun-footer
.afo-item:hover::before {
    background: #69d2fa;
    transform: scale(1.4);
}

body.ow-home #artistun-footer .afo-addresses {
    position: relative;
    z-index: 2;
    width: min(1500px, calc(100% - 48px));
    margin-inline: auto;
    padding: clamp(40px, 5vw, 65px) 0;
    border-top:
        1px solid
        rgba(255,255,255,.13);
    background: transparent !important;
}

body.ow-home #artistun-footer .afo-addresses h4 {
    margin: 0 0 20px;
    color: #fff !important;
    font-size: 22px;
    font-weight: 900;
}

body.ow-home #artistun-footer .afo-phones {
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.ow-home #artistun-footer .afo-phones a {
    min-height: 43px;
    padding: 0 17px !important;
    display: inline-flex;
    align-items: center;
    border:
        1px solid
        rgba(105,210,250,.32);
    background:
        rgba(105,210,250,.07);
    color: #69d2fa !important;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
}

body.ow-home #artistun-footer .afo-addrs-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 15px;
}

body.ow-home #artistun-footer .addr-card {
    min-height: 175px;
    margin: 0 !important;
    padding: 25px !important;
    border:
        1px solid
        rgba(255,255,255,.13) !important;
    border-radius: 0 !important;
    background:
        rgba(255,255,255,.035) !important;
    box-shadow: none !important;
}

body.ow-home #artistun-footer .addr-card h5 {
    margin: 0 0 13px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
}

body.ow-home #artistun-footer .addr-card p {
    margin: 0;
    color: rgba(255,255,255,.58) !important;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 2;
}

body.ow-home #artistun-footer
.addr-card .muted {
    margin-top: 9px;
    color: #69d2fa !important;
    font-family: Arial, sans-serif;
    font-size: 10px;
}

body.ow-home #artistun-footer .afo-sub {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 25px max(24px, calc((100% - 1500px) / 2));
    border-top:
        1px solid
        rgba(255,255,255,.12);
    background: #02131f !important;
    color: rgba(255,255,255,.42) !important;
    text-align: center;
    box-sizing: border-box;
}

body.ow-home #artistun-footer .afo-sub small {
    color: rgba(255,255,255,.42) !important;
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1.8 !important;
}

body.ow-home #artistun-footer
.afo-sub a {
    color: #69d2fa !important;
}

@media (max-width: 1000px) {
    body.ow-home #artistun-footer .afo-main {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 45px 0;
    }

    body.ow-home #artistun-footer .afo-col {
        border-left: 0 !important;
    }

    body.ow-home #artistun-footer
    .afo-col:nth-child(odd) {
        padding-right: 0;
        border-left:
            1px solid
            rgba(255,255,255,.11) !important;
    }

    body.ow-home #artistun-footer
    .afo-addrs-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    body.ow-home #artistun-footer .afo-util,
    body.ow-home #artistun-footer .afo-main,
    body.ow-home #artistun-footer .afo-addresses {
        width: calc(100% - 30px);
    }

    body.ow-home #artistun-footer .afo-util-list {
        justify-content: center;
    }

    body.ow-home #artistun-footer .afo-main {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-block: 55px;
    }

    body.ow-home #artistun-footer .afo-col,
    body.ow-home #artistun-footer
    .afo-col:nth-child(odd) {
        padding: 0;
        border-left: 0 !important;
    }

    body.ow-home #artistun-footer .afo-addresses {
        padding-block: 42px;
    }

    body.ow-home #artistun-footer .addr-card {
        min-height: auto;
    }

    body.ow-home #artistun-footer .afo-sub {
        padding: 22px 15px;
    }
}

/* HOME FOOTER V2 END */

/* BRAND CARDS V3 START */

body.ow-home .ow-brand-carousel {
    position: relative;
    width: 100%;
    padding: 16px 0 25px;
    overflow: hidden;
}

body.ow-home .ow-brand-carousel__track {
    align-items: stretch !important;
}

body.ow-home .ow-brand-carousel__group {
    display: flex !important;
    align-items: stretch !important;
    gap: 18px !important;
    padding-inline: 9px;
}

body.ow-home .ow-brand-card {
    position: relative;
    flex: 0 0 clamp(230px, 18vw, 275px) !important;
    width: clamp(230px, 18vw, 275px) !important;
    min-width: clamp(230px, 18vw, 275px) !important;
    height: 180px !important;
    min-height: 180px !important;
    margin: 0 !important;
    padding: 18px 20px !important;
    overflow: hidden;
    display: grid !important;
    place-items: center !important;
    border: 1px solid #d7e3ea !important;
    border-radius: 4px !important;
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f8fbfd 100%
        ) !important;
    box-shadow:
        0 12px 32px
        rgba(2, 32, 65, .08) !important;
    box-sizing: border-box;
    text-align: center;
    transform: none !important;
}

body.ow-home .ow-brand-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background:
        linear-gradient(
            90deg,
            #004e9e,
            #008dd2
        );
}

body.ow-home .ow-brand-card::after {
    content: "";
    position: absolute;
    inset: 12px;
    border:
        1px solid
        rgba(0, 78, 158, .045);
    pointer-events: none;
}

body.ow-home .ow-brand-card img {
    position: relative;
    z-index: 2;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 125px !important;
    margin: auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
}

body.ow-home .ow-brand-card figcaption {
    display: none !important;
}

body.ow-home .ow-brand-card:hover {
    border-color: #d7e3ea !important;
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f8fbfd 100%
        ) !important;
    box-shadow:
        0 12px 32px
        rgba(2, 32, 65, .08) !important;
    transform: none !important;
}

body.ow-home .ow-brand-card:hover img {
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    body.ow-home .ow-brand-carousel {
        padding-block: 10px 18px;
    }

    body.ow-home .ow-brand-carousel__group {
        gap: 12px !important;
        padding-inline: 6px;
    }

    body.ow-home .ow-brand-card {
        flex-basis: 205px !important;
        width: 205px !important;
        min-width: 205px !important;
        height: 150px !important;
        min-height: 150px !important;
        padding: 15px 16px !important;
    }

    body.ow-home .ow-brand-card img {
        max-height: 105px !important;
    }
}

/* BRAND CARDS V3 END */

