.elementor-1322 .elementor-element.elementor-element-ef73605{--display:flex;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-37a5b00{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-98e0756{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-b6710d9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;padding:0px 0px 0px 0px;}.elementor-1322 .elementor-element.elementor-element-36060f2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-f1044e3{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-d847d56{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-af8e806{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-808b24d{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-c1e42ad{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-70ae750{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-1e90662{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-da6fad7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1322 .elementor-element.elementor-element-86e80bb{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fd55846 *//* =========================================================
   CREATIVE HERO
   WordPress / Elementor
   Unique namespace: wp-creative-hero
   ========================================================= */

#wp-creative-hero {

    --hero-red: #E10600;
    --hero-black: #111111;
    --hero-white: #FFFFFF;

    --hero-grid: rgba(17, 17, 17, 0.055);

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 100%;
    min-height: 100svh;

    padding-top: clamp(100px, 8vw, 140px);
    padding-bottom: clamp(32px, 3vw, 48px);

    box-sizing: border-box;

    overflow: hidden;

    background: var(--hero-white);
    color: var(--hero-black);

    isolation: isolate;
}


/* =========================================================
   EDGE / CONTENT WIDTH
   ========================================================= */

#wp-creative-hero .wp-creative-hero__edge {

    width: 100%;

    padding-left: clamp(10px, 1vw, 10px);
    padding-right: clamp(10px, 1vw, 10px);

    box-sizing: border-box;
}


/* =========================================================
   FULL-WIDTH BACKGROUND GRID
   CSS ONLY — NO SPANS
   ========================================================= */

#wp-creative-hero .wp-creative-hero__grid {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;

    z-index: -1;
}


#wp-creative-hero .wp-creative-hero__grid-inner {

    width: 100%;
    height: 100%;

    background-image:
        repeating-linear-gradient(
            to right,

            var(--hero-grid) 0,
            var(--hero-grid) 1px,

            transparent 1px,
            transparent calc(100% / 12)
        );
}


/* =========================================================
   TOP INFORMATION
   ========================================================= */

#wp-creative-hero .wp-creative-hero__top {

    position: relative;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    z-index: 2;

    animation:
        wpCreativeHeroFadeDown
        0.7s
        ease
        both;
}


/* =========================================================
   LABEL
   ========================================================= */

#wp-creative-hero .wp-creative-hero__label {

    display: block;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(10px, 0.7vw, 11px);

    line-height: 1.45;

    letter-spacing: 0.22em;

    text-transform: uppercase;

    font-weight: 500;
}


#wp-creative-hero .wp-creative-hero__label--red {
    color: var(--hero-red);
}


#wp-creative-hero .wp-creative-hero__label--muted {
    color: rgba(17, 17, 17, 0.5);
}


/* =========================================================
   HEADLINE WRAPPER
   ========================================================= */

#wp-creative-hero .wp-creative-hero__headline-wrap {

    position: relative;

    z-index: 2;

    margin-top:
        clamp(20px, 2vw, 35px);

    margin-bottom:
        clamp(25px, 3vw, 45px);
}


/* =========================================================
   MAIN HEADLINE
   ========================================================= */

#wp-creative-hero .wp-creative-hero__headline {

    margin: 0;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(72px, 15.5vw, 270px);

    font-weight: 700;

    line-height: 0.8;

    letter-spacing: -0.045em;

    text-transform: uppercase;

    color: var(--hero-black);
}


/* =========================================================
   HEADLINE LINES
   ========================================================= */

#wp-creative-hero .wp-creative-hero__headline-line {

    display: block;

    width: max-content;
    max-width: 100%;

    overflow: hidden;

    animation:
        wpCreativeHeroLineReveal
        0.9s
        cubic-bezier(0.2, 0.8, 0.2, 1)
        both;
}


#wp-creative-hero
.wp-creative-hero__headline-line:nth-child(1) {
    animation-delay: 0.15s;
}


#wp-creative-hero
.wp-creative-hero__headline-line:nth-child(2) {
    animation-delay: 0.25s;
}


#wp-creative-hero
.wp-creative-hero__headline-line:nth-child(3) {
    animation-delay: 0.35s;
}


#wp-creative-hero
.wp-creative-hero__headline-line:nth-child(4) {
    animation-delay: 0.45s;
}


/* Red line */

#wp-creative-hero
.wp-creative-hero__headline-line--red {

    color: var(--hero-red);

    transform:
        translate3d(-0.5vw, 0, 0);
}


/* Offset line */

#wp-creative-hero
.wp-creative-hero__headline-line--offset {

    margin-left: -2vw;

    transform:
        translate3d(0.5vw, 0, 0);
}


/* =========================================================
   HEADLINE MASK
   ========================================================= */

#wp-creative-hero .wp-creative-hero__headline-mask {

    display: block;

    overflow: hidden;
}


#wp-creative-hero .wp-creative-hero__headline-word {

    display: block;

    transform:
        translate3d(0, 110%, 0);

    animation:
        wpCreativeHeroTextReveal
        1s
        cubic-bezier(0.2, 0.8, 0.2, 1)
        both;
}


/* Individual delays */

#wp-creative-hero
.wp-creative-hero__headline-line:nth-child(1)
.wp-creative-hero__headline-word {

    animation-delay: 0.15s;
}


#wp-creative-hero
.wp-creative-hero__headline-line:nth-child(2)
.wp-creative-hero__headline-word {

    animation-delay: 0.25s;
}


#wp-creative-hero
.wp-creative-hero__headline-line:nth-child(3)
.wp-creative-hero__headline-word {

    animation-delay: 0.35s;
}


#wp-creative-hero
.wp-creative-hero__headline-line:nth-child(4)
.wp-creative-hero__headline-word {

    animation-delay: 0.45s;
}


/* =========================================================
   BOTTOM CONTENT
   ========================================================= */

#wp-creative-hero .wp-creative-hero__bottom {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(12, minmax(0, 1fr));

    align-items: start;

    margin-top:
        clamp(25px, 3vw, 45px);

    padding-top:
        clamp(20px, 2vw, 28px);

    border-top:
        1px solid rgba(17, 17, 17, 0.10);

    animation:
        wpCreativeHeroFadeUp
        0.8s
        cubic-bezier(0.2, 0.8, 0.2, 1)
        0.55s
        both;
}


/* =========================================================
   SERVICES
   ========================================================= */

#wp-creative-hero .wp-creative-hero__services {

    grid-column:
        span 4;
}


#wp-creative-hero .wp-creative-hero__service-text {

    margin: 0;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(17px, 1.35vw, 21px);

    line-height: 1.05;

    font-weight: 700;

    letter-spacing: -0.025em;

    text-transform: uppercase;
}


/* =========================================================
   CTA
   ========================================================= */

#wp-creative-hero .wp-creative-hero__cta {

    grid-column:
        6 / span 4;
}


#wp-creative-hero .wp-creative-hero__link {

    display: inline-flex;

    align-items: center;

    gap:
        clamp(10px, 1vw, 15px);

    color: var(--hero-red);

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(10px, 0.7vw, 11px);

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: 0.22em;

    text-transform: uppercase;

    text-decoration: none;

    transition:
        color 0.3s ease;
}


#wp-creative-hero .wp-creative-hero__arrow {

    display: inline-block;

    font-size: 18px;

    line-height: 1;

    transition:
        transform 0.5s
        cubic-bezier(0.2, 0.8, 0.2, 1);
}


#wp-creative-hero
.wp-creative-hero__link:hover
.wp-creative-hero__arrow {

    transform:
        translateY(6px);
}


/* =========================================================
   LOCATION
   ========================================================= */

#wp-creative-hero .wp-creative-hero__location {

    grid-column:
        10 / span 3;

    text-align: right;
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes wpCreativeHeroTextReveal {

    from {
        transform:
            translate3d(0, 110%, 0);
    }

    to {
        transform:
            translate3d(0, 0, 0);
    }
}


@keyframes wpCreativeHeroLineReveal {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes wpCreativeHeroFadeDown {

    from {

        opacity: 0;

        transform:
            translate3d(0, -20px, 0);
    }

    to {

        opacity: 1;

        transform:
            translate3d(0, 0, 0);
    }
}


@keyframes wpCreativeHeroFadeUp {

    from {

        opacity: 0;

        transform:
            translate3d(0, 25px, 0);
    }

    to {

        opacity: 1;

        transform:
            translate3d(0, 0, 0);
    }
}


/* =========================================================
   LARGE LAPTOP / TABLET
   ========================================================= */

@media (max-width: 1200px) {

    #wp-creative-hero
    .wp-creative-hero__headline {

        font-size:
            clamp(70px, 15.5vw, 190px);
    }
}


@media (max-width: 1024px) {

    #wp-creative-hero
    .wp-creative-hero__bottom {

        grid-template-columns:
            repeat(4, minmax(0, 1fr));
    }


    #wp-creative-hero
    .wp-creative-hero__services {

        grid-column:
            span 3;
    }


    #wp-creative-hero
    .wp-creative-hero__cta {

        grid-column:
            4 / span 3;
    }


    #wp-creative-hero
    .wp-creative-hero__location {

        grid-column:
            7 / span 2;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #wp-creative-hero {

        min-height: fit-content;

        padding-top:
            clamp(90px, 22vw, 120px);

        padding-bottom:
            clamp(24px, 7vw, 35px);
    }


    /* Denser mobile grid */

    #wp-creative-hero
    .wp-creative-hero__grid-inner {

        background-image:
            repeating-linear-gradient(
                to right,

                var(--hero-grid) 0,
                var(--hero-grid) 1px,

                transparent 1px,
                transparent calc(100% / 8)
            );
    }


    /* Top */

    #wp-creative-hero
    .wp-creative-hero__label--muted {

        display: none;
    }


    /* Heading */

    #wp-creative-hero
    .wp-creative-hero__headline-wrap {

        margin-top:
            clamp(35px, 10vw, 60px);

        margin-bottom:
            clamp(30px, 8vw, 50px);
    }


    #wp-creative-hero
    .wp-creative-hero__headline {

        font-size:
            clamp(62px, 15.5vw, 115px);

        line-height: 0.82;

        letter-spacing: -0.045em;
    }


    #wp-creative-hero
    .wp-creative-hero__headline-line--offset {

        margin-left: -3vw;
    }


    /* Bottom */

    #wp-creative-hero
    .wp-creative-hero__bottom {

        display: grid;

        grid-template-columns: 1fr;

        gap:
            clamp(24px, 7vw, 40px);

        margin-top: auto;

        padding-top:
            clamp(20px, 5vw, 28px);
    }


    #wp-creative-hero
    .wp-creative-hero__services,

    #wp-creative-hero
    .wp-creative-hero__cta,

    #wp-creative-hero
    .wp-creative-hero__location {

        grid-column: auto;

        text-align: left;
    }


    #wp-creative-hero
    .wp-creative-hero__service-text {

        font-size:
            clamp(17px, 5vw, 21px);

        line-height: 1.05;
    }


    #wp-creative-hero
    .wp-creative-hero__location {

        display: none;
    }
}


/* =========================================================
   SMALL MOBILE / iPHONE
   ========================================================= */

@media (max-width: 380px) {

    #wp-creative-hero {

        padding-top: 85px;
    }


    #wp-creative-hero
    .wp-creative-hero__headline {

        font-size:
            clamp(57px, 15.5vw, 75px);
    }


    #wp-creative-hero
    .wp-creative-hero__service-text {

        font-size: 16px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #wp-creative-hero *,
    #wp-creative-hero *::before,
    #wp-creative-hero *::after {

        animation-duration: 0.001ms !important;

        animation-delay: 0s !important;

        transition-duration: 0.001ms !important;
    }


    #wp-creative-hero
    .wp-creative-hero__headline-word {

        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bad0cea *//* =========================================================
   WPA — CREATIVITY / PERFORMANCE INTERSECTION
   CSS-ONLY (FAST MOBILE)
   ========================================================= */

#wpa-intersection-section {

    --wpa-red: #E10600;
    --wpa-black: #111111;
    --wpa-white: #FFFFFF;

    --wpa-progress: 0;

    /* Gap between Creativity and Performance */
    --wpa-word-gap: 40px;

    position: relative;

    width: 100%;

    height: 600px;
    min-height: 600px;

    overflow: hidden;

    background: var(--wpa-white);

    color: var(--wpa-black);

    font-family:
        "Inter",
        Arial,
        sans-serif;

    isolation: isolate;
}


/* =========================================================
   HORIZONTAL CENTER LINE
   ========================================================= */

#wpa-intersection-section
.wpa-intersection__horizontal-line {

    position: absolute;

    top: 50%;
    left: 0;

    width: 100%;
    height: 1px;

    background: var(--wpa-red);

    transform-origin: left center;

    transform:
        translateY(-50%)
        scaleX(var(--wpa-progress));

    z-index: 1;

    will-change: transform;
}


/* =========================================================
   VERTICAL CENTER LINE
   ========================================================= */

#wpa-intersection-section
.wpa-intersection__vertical-line {

    position: absolute;

    top: 0;
    left: 50%;

    width: 1px;
    height: 100%;

    background:
        rgba(225, 6, 0, 0.35);

    transform-origin: top center;

    transform:
        translateX(-50%)
        scaleY(var(--wpa-progress));

    z-index: 1;

    will-change: transform;
}


/* =========================================================
   WORD CONTAINER
   ========================================================= */

#wpa-intersection-section
.wpa-intersection__words {

    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;

    z-index: 2;

    pointer-events: none;
}


/* =========================================================
   COMMON WORD STYLE
   ========================================================= */

#wpa-intersection-section
.wpa-intersection__word {

    position: absolute;

    top: 50%;

    margin: 0;
    padding: 0;

    width: max-content;

    text-transform: uppercase;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-weight: 700;

    font-size:
        clamp(
            3rem,
            9vw,
            8rem
        );

    line-height: 0.85;

    letter-spacing: -0.055em;

    white-space: nowrap;

    will-change: transform;

}


/* =========================================================
   CREATIVITY
   LEFT → CENTER
   ABOVE CENTER LINE
   ========================================================= */

#wpa-intersection-section
.wpa-intersection__word--creative {

    left: 0;

    color: var(--wpa-black);

    transform:
        translate3d(

            calc(
                -1 *
                (1 - var(--wpa-progress)) *
                40vw
            ),

            calc(
                -50% -
                var(--wpa-word-gap) -
                (
                    (1 - var(--wpa-progress)) *
                    40px
                )
            ),

            0
        );
}


/* =========================================================
   PERFORMANCE
   RIGHT → CENTER
   BELOW CENTER LINE
   ========================================================= */

#wpa-intersection-section
.wpa-intersection__word--performance {

    right: 0;

    color: var(--wpa-red);

    text-align: right;

    transform:
        translate3d(

            calc(
                (1 - var(--wpa-progress)) *
                40vw
            ),

            calc(
                -50% +
                var(--wpa-word-gap) +
                (
                    (1 - var(--wpa-progress)) *
                    40px
                )
            ),

            0
        );
}


/* =========================================================
   ARROWS
   ========================================================= */

#wpa-intersection-section
.wpa-intersection__arrow {

    display: inline-block;

    color: var(--wpa-red);

    margin-inline:
        0.05em;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-weight: 400;

    line-height: 1;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #wpa-intersection-section {

        height: 500px;
        min-height: 500px;

        --wpa-word-gap: 35px;
    }


    #wpa-intersection-section
    .wpa-intersection__word {

        font-size:
            clamp(
                2.8rem,
                11vw,
                6.5rem
            );
    }


    /* Creativity */

    #wpa-intersection-section
    .wpa-intersection__word--creative {

        transform:
            translate3d(

                calc(
                    -1 *
                    (1 - var(--wpa-progress)) *
                    38vw
                ),

                calc(
                    -50% -
                    var(--wpa-word-gap) -
                    (
                        (1 - var(--wpa-progress)) *
                        35px
                    )
                ),

                0
            );
    }


    /* Performance */

    #wpa-intersection-section
    .wpa-intersection__word--performance {

        transform:
            translate3d(

                calc(
                    (1 - var(--wpa-progress)) *
                    38vw
                ),

                calc(
                    -50% +
                    var(--wpa-word-gap) +
                    (
                        (1 - var(--wpa-progress)) *
                        35px
                    )
                ),

                0
            );
    }

}


/* =========================================================
   MOBILE (≤ 767px) – FASTER, TIGHTER
   ========================================================= */

@media (max-width: 767px) {

    #wpa-intersection-section {

        height: 460px;
        min-height: 460px;

        --wpa-word-gap: 28px;
    }


    #wpa-intersection-section
    .wpa-intersection__word {

        font-size:
            clamp(
                2.2rem,
                13vw,
                4.8rem
            );

        letter-spacing:
            -0.06em;
    }


    /* -----------------------------------------
       Creativity
       ----------------------------------------- */

    #wpa-intersection-section
    .wpa-intersection__word--creative {

        left: -2%;

        transform:
            translate3d(

                calc(
                    -1 *
                    (1 - var(--wpa-progress)) *
                    32vw
                ),

                calc(
                    -50% -
                    var(--wpa-word-gap) -
                    (
                        (1 - var(--wpa-progress)) *
                        30px
                    )
                ),

                0
            );
    }


    /* -----------------------------------------
       Performance
       ----------------------------------------- */

    #wpa-intersection-section
    .wpa-intersection__word--performance {

        right: -2%;

        transform:
            translate3d(

                calc(
                    (1 - var(--wpa-progress)) *
                    32vw
                ),

                calc(
                    -50% +
                    var(--wpa-word-gap) +
                    (
                        (1 - var(--wpa-progress)) *
                        30px
                    )
                ),

                0
            );
    }


    /* -----------------------------------------
       Arrow
       ----------------------------------------- */

    #wpa-intersection-section
    .wpa-intersection__arrow {

        font-size:
            0.8em;
    }

}


/* =========================================================
   SMALL MOBILE (≤ 480px)
   ========================================================= */

@media (max-width: 480px) {

    #wpa-intersection-section {

        height: 420px;
        min-height: 420px;

        --wpa-word-gap: 22px;
    }


    #wpa-intersection-section
    .wpa-intersection__word {

        font-size:
            clamp(
                1.9rem,
                14vw,
                4rem
            );

        letter-spacing:
            -0.06em;
    }


    /* -----------------------------------------
       Creativity
       ----------------------------------------- */

    #wpa-intersection-section
    .wpa-intersection__word--creative {

        left: -4%;

        transform:
            translate3d(

                calc(
                    -1 *
                    (1 - var(--wpa-progress)) *
                    28vw
                ),

                calc(
                    -50% -
                    var(--wpa-word-gap) -
                    (
                        (1 - var(--wpa-progress)) *
                        24px
                    )
                ),

                0
            );
    }


    /* -----------------------------------------
       Performance
       ----------------------------------------- */

    #wpa-intersection-section
    .wpa-intersection__word--performance {

        right: -4%;

        transform:
            translate3d(

                calc(
                    (1 - var(--wpa-progress)) *
                    28vw
                ),

                calc(
                    -50% +
                    var(--wpa-word-gap) +
                    (
                        (1 - var(--wpa-progress)) *
                        24px
                    )
                ),

                0
            );
    }

}


/* =========================================================
   VERY SMALL (≤ 375px)
   ========================================================= */

@media (max-width: 375px) {

    #wpa-intersection-section {

        --wpa-word-gap: 18px;

        height: 380px;
        min-height: 380px;
    }


    #wpa-intersection-section
    .wpa-intersection__word {

        font-size:
            clamp(
                1.6rem,
                13vw,
                3.4rem
            );
    }


    /* -----------------------------------------
       Creativity
       ----------------------------------------- */

    #wpa-intersection-section
    .wpa-intersection__word--creative {

        transform:
            translate3d(

                calc(
                    -1 *
                    (1 - var(--wpa-progress)) *
                    24vw
                ),

                calc(
                    -50% -
                    var(--wpa-word-gap) -
                    (
                        (1 - var(--wpa-progress)) *
                        18px
                    )
                ),

                0
            );
    }


    /* -----------------------------------------
       Performance
       ----------------------------------------- */

    #wpa-intersection-section
    .wpa-intersection__word--performance {

        transform:
            translate3d(

                calc(
                    (1 - var(--wpa-progress)) *
                    24vw
                ),

                calc(
                    -50% +
                    var(--wpa-word-gap) +
                    (
                        (1 - var(--wpa-progress)) *
                        18px
                    )
                ),

                0
            );
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #wpa-intersection-section
    .wpa-intersection__horizontal-line,

    #wpa-intersection-section
    .wpa-intersection__vertical-line,

    #wpa-intersection-section
    .wpa-intersection__word {

        transition:
            none !important;

        animation:
            none !important;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6710d9 *//* =========================================================
   WPA — SERVICES
   FULL WIDTH HOVER VERSION
   ========================================================= */

#wpa-services-section {

    --wpa-services-red: #E10600;
    --wpa-services-black: #111111;
    --wpa-services-white: #FFFFFF;

    --wpa-services-border: rgba(17,17,17,0.10);
    --wpa-services-muted: rgba(17,17,17,0.55);

    position: relative;
    width: 100%;
    max-width: 100%;

    background: #FFFFFF;
    color: #111111;

    font-family: "Inter", Arial, sans-serif;

    overflow: visible;
    isolation: isolate;

}


/* =========================================================
   GLOBAL BOX SIZING
   ========================================================= */

#wpa-services-section,
#wpa-services-section *,
#wpa-services-section *::before,
#wpa-services-section *::after {
    box-sizing: border-box;
}


/* =========================================================
   EDGE
   ========================================================= */

#wpa-services-section .wpa-services__edge {

    width: 100%;
    max-width: 1450px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 10px;
    padding-right: 10px;

}


/* =========================================================
   HEADER
   ========================================================= */

#wpa-services-section .wpa-services__top {

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    padding-top: clamp(80px, 8vw, 130px);

    border-top: 1px solid var(--wpa-services-border);

}


#wpa-services-section .wpa-services__label {

    display: block;

    font-size: clamp(10px, .72vw, 13px);
    line-height: 1.2;

    font-weight: 500;

    letter-spacing: .20em;

    text-transform: uppercase;

}


#wpa-services-section .wpa-services__label--red {
    color: var(--wpa-services-red);
}


#wpa-services-section .wpa-services__label--muted {
    color: rgba(17,17,17,.60);
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

#wpa-services-section .wpa-services__heading {

    margin: 0;
    padding-top: clamp(40px, 4vw, 70px);
    padding-bottom: clamp(55px, 6vw, 100px);

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-weight: 700;

    font-size: clamp(3.2rem, 6vw, 7.5rem);

    line-height: .84;

    letter-spacing: -.055em;

    text-transform: uppercase;

}


/* =========================================================
   LIST
   ========================================================= */

#wpa-services-section .wpa-services__list {

    position: relative;
    width: 100%;

    border-top: 1px solid var(--wpa-services-border);

}


/* =========================================================
   SERVICE ITEM
   ========================================================= */

#wpa-services-section .wpa-services__item {

    position: relative;

    width: 100%;

    border-bottom:
        1px solid var(--wpa-services-border);

    background: transparent;

    color: var(--wpa-services-black);

    overflow: visible;

    z-index: 1;

}


/* =========================================================
   FULL WIDTH BACKGROUND
   THIS IS THE IMPORTANT PART
   ========================================================= */

#wpa-services-section .wpa-services__item::before {

    content: "";

    position: absolute;

    top: 0;
    bottom: 0;

    left: 50%;

    width: 100vw;

    transform: translateX(-50%);

    background: #FFFFFF;

    z-index: -1;

    transition:
        background-color .45s
        cubic-bezier(.2,.8,.2,1);

}


/* FULL WIDTH RED ON HOVER */

#wpa-services-section .wpa-services__item:hover::before {

    background: #E10600;

}


/* =========================================================
   INNER
   ========================================================= */

#wpa-services-section .wpa-services__inner {

    position: relative;
    z-index: 10;

    display: grid;

    grid-template-columns:
        minmax(45px,1fr)
        minmax(0,5fr)
        minmax(0,4fr)
        minmax(35px,1fr);

    align-items: center;

    column-gap: clamp(12px,2vw,35px);

    min-height: clamp(115px,11vw,175px);

    padding-top: clamp(22px,2.5vw,38px);
    padding-bottom: clamp(22px,2.5vw,38px);

}


/* =========================================================
   NUMBER
   ========================================================= */

#wpa-services-section .wpa-services__number {

    font-size: clamp(10px,.7vw,13px);

    line-height: 1;

    font-weight: 500;

    letter-spacing: .12em;

    color: var(--wpa-services-red);

    transition: color .35s ease;

}


/* =========================================================
   TITLE
   ========================================================= */

#wpa-services-section .wpa-services__title {

    margin: 0;
    padding: 0;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-weight: 700;

    font-size: clamp(2.5rem,4vw,5rem);

    line-height: .84;

    letter-spacing: -.055em;

    text-transform: uppercase;

    white-space: nowrap;

    color: #111111;

    transition: color .35s ease;

}


/* =========================================================
   DETAILS
   ========================================================= */

#wpa-services-section .wpa-services__details {

    display: flex;
    flex-direction: column;

    gap: 5px;

    margin: 0;
    padding: 0;

    list-style: none;

}


#wpa-services-section .wpa-services__details li {

    margin: 0;
    padding: 0;

    font-size: clamp(10px,.68vw,12px);

    line-height: 1.45;

    font-weight: 500;

    letter-spacing: .07em;

    text-transform: uppercase;

    color: var(--wpa-services-muted);

    transition: color .35s ease;

}


/* =========================================================
   ARROW
   ========================================================= */

#wpa-services-section .wpa-services__arrow {

    display: flex;

    align-items: center;
    justify-content: flex-end;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(20px,1.6vw,30px);

    font-weight: 300;

    line-height: 1;

    color: #111111;

    transition:
        transform .5s
        cubic-bezier(.2,.8,.2,1),
        color .35s ease;

}


/* =========================================================
   HOVER TEXT
   ========================================================= */

#wpa-services-section
.wpa-services__item:hover
.wpa-services__title {

    color: #FFFFFF;

}


#wpa-services-section
.wpa-services__item:hover
.wpa-services__details li {

    color: rgba(255,255,255,.82);

}


#wpa-services-section
.wpa-services__item:hover
.wpa-services__number {

    color: rgba(255,255,255,.70);

}


#wpa-services-section
.wpa-services__item:hover
.wpa-services__arrow {

    color: #FFFFFF;

    transform: translate3d(6px,-6px,0);

}


/* =========================================================
   HOVER PREVIEW
   ========================================================= */

#wpa-services-section .wpa-services__preview {

    position: absolute;

    top: 50%;
    right: 8%;

    width: min(26vw,420px);
    height: 78%;

    transform:
        translate3d(25px,-50%,0);

    border:
        1px solid rgba(255,255,255,.30);

    background: #E10600;

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    z-index: 20;

    transition:
        opacity .35s ease,
        transform .45s cubic-bezier(.2,.8,.2,1),
        visibility .35s ease;

}


#wpa-services-section
.wpa-services__item:hover
.wpa-services__preview {

    opacity: 1;
    visibility: visible;

    transform:
        translate3d(0,-50%,0);

}


/* =========================================================
   WEB PREVIEW
   ========================================================= */

#wpa-services-section .wpa-preview-web {

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 24px;

}


#wpa-services-section .wpa-preview-browser {

    width: 100%;

    border:
        1px solid rgba(255,255,255,.4);

}


#wpa-services-section .wpa-browser-top {

    display: flex;
    gap: 6px;

    padding: 8px;

    border-bottom:
        1px solid rgba(255,255,255,.3);

}


#wpa-services-section .wpa-browser-top span {

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: rgba(255,255,255,.5);

}


#wpa-services-section .wpa-browser-content {
    padding: 18px;
}


#wpa-services-section .wpa-web-heading {

    width: 80%;
    height: 24px;

    margin-bottom: 10px;

    background: #FFFFFF;

}


#wpa-services-section .wpa-web-line {

    width: 45%;
    height: 8px;

    background: rgba(255,255,255,.5);

}


#wpa-services-section .wpa-web-cards {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 8px;

    padding-top: 20px;

}


#wpa-services-section .wpa-web-cards div {

    height: 55px;

    border:
        1px solid rgba(255,255,255,.4);

}


/* =========================================================
   SOCIAL
   ========================================================= */

#wpa-services-section .wpa-preview-social {
    overflow: hidden;
}


#wpa-services-section .wpa-social-tag {

    position: absolute;

    padding: 12px 16px;

    border:
        1px solid rgba(255,255,255,.4);

    background: #E10600;

    color: #FFFFFF;

    font-size: 11px;

    letter-spacing: .12em;

    text-transform: uppercase;

}


#wpa-services-section .wpa-social-tag.tag-one {
    left: 8%;
    top: 14%;
}


#wpa-services-section .wpa-social-tag.tag-two {
    left: 44%;
    top: 42%;
}


#wpa-services-section .wpa-social-tag.tag-three {
    left: 16%;
    top: 68%;
}


/* =========================================================
   FILMS
   ========================================================= */

#wpa-services-section .wpa-preview-films {

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 24px;

}


#wpa-services-section .wpa-film-frame {

    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    border:
        1px solid rgba(255,255,255,.4);

}


#wpa-services-section .wpa-film-top,
#wpa-services-section .wpa-film-bottom {

    position: absolute;

    left: 0;
    right: 0;

    height: 24px;

    background: rgba(0,0,0,.7);

    z-index: 2;

}


#wpa-services-section .wpa-film-top {
    top: 0;
}


#wpa-services-section .wpa-film-bottom {
    bottom: 0;
}


#wpa-services-section .wpa-film-image {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.20),
            rgba(255,255,255,.04)
        );

}


#wpa-services-section .wpa-film-label {

    position: absolute;

    left: 16px;
    bottom: 32px;

    color: #FFFFFF;

    font-size: 11px;

    letter-spacing: .12em;

    text-transform: uppercase;

    z-index: 3;

}


/* =========================================================
   PERFORMANCE
   ========================================================= */

#wpa-services-section .wpa-preview-performance {

    display: flex;

    align-items: flex-end;
    justify-content: center;

    padding: 24px;

}


#wpa-services-section .wpa-performance-graph {

    width: 100%;
    height: 66%;

    display: flex;

    align-items: flex-end;

    gap: 8px;

}


#wpa-services-section .wpa-performance-graph div {

    flex: 1;

    background: rgba(255,255,255,.85);

    transform-origin: bottom;

    animation:
        wpa-performance-bars
        1.2s
        ease-in-out
        infinite
        alternate;

}


@keyframes wpa-performance-bars {

    from {
        transform: scaleY(.94);
    }

    to {
        transform: scaleY(1);
    }

}


/* =========================================================
   SEARCH
   ========================================================= */

#wpa-services-section .wpa-preview-search {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 24px;

}


#wpa-services-section .wpa-search-box {

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 12px 16px;

    border:
        1px solid rgba(255,255,255,.4);

    color: #FFFFFF;

    font-size: 13px;

}


#wpa-services-section .wpa-search-icon {

    opacity: .6;

    font-size: 18px;

}


#wpa-services-section .wpa-search-caret {

    width: 1px;
    height: 16px;

    margin-left: auto;

    background: #FFFFFF;

    animation:
        wpa-caret
        1s
        steps(1)
        infinite;

}


#wpa-services-section .wpa-search-result {

    margin-top: 14px;

}


#wpa-services-section .wpa-search-result div {

    width: 33%;
    height: 7px;

    margin-bottom: 6px;

    background: #FFFFFF;

}


#wpa-services-section .wpa-search-result span {

    display: block;

    width: 66%;
    height: 5px;

    background: rgba(255,255,255,.4);

}


@keyframes wpa-caret {

    50% {
        opacity: 0;
    }

}


/* =========================================================
   AI SEARCH
   ========================================================= */

#wpa-services-section .wpa-preview-ai {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 30px;

    color: #FFFFFF;

}


#wpa-services-section .wpa-ai-label {

    font-size: 11px;

    letter-spacing: .14em;

    text-transform: uppercase;

    opacity: .7;

}


#wpa-services-section .wpa-preview-ai p {

    margin: 14px 0 0;

    padding-left: 16px;

    border-left:
        2px solid #FFFFFF;

    font-size: 14px;

    line-height: 1.6;

}


#wpa-services-section .wpa-ai-caret {

    display: inline-block;

    width: 6px;
    height: 14px;

    margin-left: 4px;

    background: #FFFFFF;

    vertical-align: middle;

    animation:
        wpa-caret
        1s
        steps(1)
        infinite;

}


#wpa-services-section .wpa-ai-tags {

    display: flex;

    gap: 8px;

    margin-top: 20px;

}


#wpa-services-section .wpa-ai-tags span {

    padding: 7px 12px;

    border:
        1px solid rgba(255,255,255,.4);

    font-size: 10px;

    letter-spacing: .1em;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #wpa-services-section .wpa-services__edge {

        max-width: 100%;

        padding-left: 10px;
        padding-right: 10px;

    }


    #wpa-services-section .wpa-services__heading {

        font-size:
            clamp(3rem,6vw,6rem);

    }


    #wpa-services-section .wpa-services__inner {

        grid-template-columns:
            50px
            minmax(0,1fr)
            minmax(160px,.8fr)
            35px;

    }


    #wpa-services-section .wpa-services__title {

        font-size:
            clamp(2.4rem,5vw,4.5rem);

    }


    #wpa-services-section .wpa-services__preview {

        display: none;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #wpa-services-section .wpa-services__edge {

        max-width: 100%;

        padding-left: 10px;
        padding-right: 10px;

    }


    #wpa-services-section .wpa-services__top {

        padding-top:
            clamp(65px,16vw,100px);

    }


    #wpa-services-section .wpa-services__heading {

        padding-top: 35px;
        padding-bottom: 45px;

        font-size:
            clamp(2.3rem,9vw,3.8rem);

        line-height: .86;

    }


    #wpa-services-section .wpa-services__inner {

        display: grid;

        grid-template-columns:
            38px
            minmax(0,1fr);

        row-gap: 14px;

        min-height: auto;

        padding-top: 26px;
        padding-bottom: 26px;

    }


    #wpa-services-section .wpa-services__number {

        grid-column: 1;
        grid-row: 1;

        align-self: start;

    }


    #wpa-services-section .wpa-services__title {

        grid-column: 2;
        grid-row: 1;

        font-size:
            clamp(2.3rem,10vw,4.5rem);

        line-height: .85;

        white-space: normal;

    }


    #wpa-services-section .wpa-services__details {

        grid-column: 2;
        grid-row: 2;

        display: flex;

        flex-direction: row;
        flex-wrap: wrap;

        gap: 4px 15px;

        padding-top: 3px;

    }


    #wpa-services-section .wpa-services__arrow {

        display: none;

    }


    #wpa-services-section .wpa-services__preview {

        display: none;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    #wpa-services-section .wpa-services__edge {

        padding-left: 10px;
        padding-right: 10px;

    }


    #wpa-services-section .wpa-services__heading {

        font-size:
            clamp(2.1rem,10vw,3.5rem);

        letter-spacing: -.06em;

    }


    #wpa-services-section .wpa-services__inner {

        grid-template-columns:
            34px
            minmax(0,1fr);

        padding-top: 23px;
        padding-bottom: 23px;

    }


    #wpa-services-section .wpa-services__title {

        font-size:
            clamp(2.15rem,10.5vw,3.8rem);

    }


    #wpa-services-section .wpa-services__details li {

        font-size: 9px;

        letter-spacing: .06em;

    }

}


/* =========================================================
   VERY SMALL
   ========================================================= */

@media (max-width: 375px) {

    #wpa-services-section .wpa-services__heading {

        font-size:
            clamp(2rem,10.5vw,3.2rem);

    }


    #wpa-services-section .wpa-services__title {

        font-size:
            clamp(2rem,10.5vw,3.5rem);

    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #wpa-services-section *,
    #wpa-services-section *::before,
    #wpa-services-section *::after {

        animation: none !important;

        transition: none !important;

    }

}

@media (max-width: 767px) {

    #wpa-services-section .wpa-services__item:active::before,
    #wpa-services-section .wpa-services__item:focus::before {
        background: #E10600;
    }

    #wpa-services-section .wpa-services__item:active .wpa-services__title,
    #wpa-services-section .wpa-services__item:focus .wpa-services__title {
        color: #FFFFFF;
    }

    #wpa-services-section .wpa-services__item:active .wpa-services__details li,
    #wpa-services-section .wpa-services__item:focus .wpa-services__details li {
        color: rgba(255,255,255,.82);
    }

    #wpa-services-section .wpa-services__item:active .wpa-services__number,
    #wpa-services-section .wpa-services__item:focus .wpa-services__number {
        color: rgba(255,255,255,.70);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fd5d98 *//* =========================================================
   WPA — WORK SECTION
   Fully isolated / WordPress safe
   ========================================================= */

h2 span{

    color: white;
    text-transform: uppercase;

}
h3{
   color: white;
    text-transform: uppercase; 
}
#wpa-work-section {

    --wpa-work-red: #E10600;
    --wpa-work-white: #FFFFFF;
    --wpa-work-border: rgba(255,255,255,0.25);
    --wpa-work-muted: rgba(255,255,255,0.60);
    --wpa-work-soft: rgba(255,255,255,0.15);

    position: relative;

    width: 100%;
    max-width: 100%;

    box-sizing: border-box;

    background: var(--wpa-work-red);
    color: var(--wpa-work-white);

    overflow: hidden;

    isolation: isolate;

    font-family:
        "Inter",
        Arial,
        sans-serif;

}


/* =========================================================
   RESET INSIDE SECTION
   ========================================================= */

#wpa-work-section *,
#wpa-work-section *::before,
#wpa-work-section *::after {

    box-sizing: border-box;

}


#wpa-work-section h1,
#wpa-work-section h2,
#wpa-work-section h3,
#wpa-work-section p {

    margin: 0;
    padding: 0;

}


#wpa-work-section a {

    color: inherit;
    text-decoration: none;

}


/* =========================================================
   EDGE / CONTENT WIDTH
   ========================================================= */

#wpa-work-section .wpa-work__edge {

    width: 100%;

    max-width: 1450px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 32px;
    padding-right: 32px;

}


/* =========================================================
   TOP HEADER
   ========================================================= */

#wpa-work-section .wpa-work__top {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    padding-top:
        clamp(
            80px,
            8vw,
            130px
        );

}


/* =========================================================
   LABEL
   ========================================================= */

#wpa-work-section .wpa-work__label {

    display: block;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            10px,
            0.72vw,
            13px
        );

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: 0.16em;

    text-transform: uppercase;

}


#wpa-work-section .wpa-work__label--muted {

    color:
        rgba(
            255,
            255,
            255,
            0.70
        );

}


/* =========================================================
   MAIN HEADING
   ========================================================= */

#wpa-work-section .wpa-work__heading {

    display: flex;

    flex-direction: column;

    margin-top:
        clamp(
            45px,
            5vw,
            80px
        ) !important;

    margin-bottom:
        clamp(
            70px,
            8vw,
            120px
        ) !important;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-weight: 700;

    font-size:
        clamp(
            4rem,
            8.5vw,
            10rem
        );

    line-height: 0.84;

    letter-spacing: -0.06em;

    text-transform: none;

}


#wpa-work-section .wpa-work__heading span {

    display: block;

}


/* =========================================================
   PROJECT AREA
   ========================================================= */

#wpa-work-section .wpa-work__projects {

    display: flex;

    flex-direction: column;

    gap:
        clamp(
            80px,
            10vw,
            160px
        );

}


/* =========================================================
   PROJECT
   ========================================================= */

#wpa-work-section .wpa-work__project {

    position: relative;

    min-width: 0;

}


/* =========================================================
   PROJECT NUMBER
   ========================================================= */

#wpa-work-section .wpa-work__project-number {

    display: block;

    margin-bottom: 16px;

    color:
        rgba(
            255,
            255,
            255,
            0.60
        );

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            10px,
            0.72vw,
            13px
        );

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: 0.16em;

    text-transform: uppercase;

}


/* =========================================================
   IMAGE WRAPPER
   ========================================================= */

#wpa-work-section .wpa-work__image-wrap {

    position: relative;

    width: 100%;

    overflow: hidden;

    background:
        rgba(
            255,
            255,
            255,
            0.08
        );

}


/* =========================================================
   IMAGE
   ========================================================= */

#wpa-work-section .wpa-work__image-wrap img {

    display: block;

    width: 100%;
    height: auto;

    max-width: 100%;

    object-fit: cover;

    transform:
        scale(1);

    transition:
        transform 1200ms
        cubic-bezier(
            .16,
            1,
            .3,
            1
        );

    will-change: transform;

}


/* =========================================================
   IMAGE HOVER
   ========================================================= */

#wpa-work-section .wpa-work__card:hover
.wpa-work__image-wrap img {

    transform:
        scale(1.06);

}


/* =========================================================
   PROJECT META
   ========================================================= */

#wpa-work-section .wpa-work__meta {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 30px;

    margin-top: 16px;

    padding-top: 12px;

    border-top:
        1px solid
        var(--wpa-work-border);

}


#wpa-work-section .wpa-work__meta h3 {

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            1.5rem,
            2vw,
            2.1rem
        );

    line-height: 1;

    font-weight: 700;

    letter-spacing: -0.04em;

}


#wpa-work-section .wpa-work__meta p {

    margin-top: 8px;

    color:
        var(--wpa-work-muted);

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            10px,
            0.72vw,
            13px
        );

    line-height: 1.3;

    font-weight: 500;

    letter-spacing: 0.10em;

    text-transform: uppercase;

}


#wpa-work-section .wpa-work__meta
.wpa-work__meta-right {

    margin-top: 0;

    text-align: right;

    max-width: 300px;

}


/* =========================================================
   TWO COLUMN GRID
   ========================================================= */

#wpa-work-section .wpa-work__grid {

    display: grid;

    gap:
        clamp(
            50px,
            6vw,
            100px
        );

}


#wpa-work-section .wpa-work__grid--two {

    grid-template-columns:
        minmax(0, 5fr)
        minmax(0, 6fr);

    align-items: end;

}


#wpa-work-section .wpa-work__project--offset {

    margin-bottom:
        clamp(
            40px,
            8vw,
            120px
        );

}


/* =========================================================
   SOLVENT PROJECT
   ========================================================= */

#wpa-work-section .wpa-work__project--solvent {

    position: relative;

    padding-top:
        clamp(
            20px,
            5vw,
            80px
        );

}


#wpa-work-section .wpa-work__background-word {

    position: absolute;

    top:
        clamp(
            -40px,
            -6vw,
            -90px
        );

    left: 0;

    z-index: 0;

    pointer-events: none;

    color:
        rgba(
            255,
            255,
            255,
            0.15
        );

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            7rem,
            22vw,
            24rem
        );

    line-height: 0.8;

    font-weight: 700;

    letter-spacing:
        -0.08em;

    white-space: nowrap;

    user-select: none;

}


#wpa-work-section .wpa-work__solvent-card {

    position: relative;

    z-index: 2;

    width: 58%;

    margin-left: 21%;

}


/* =========================================================
   BOTTOM GRID
   ========================================================= */

#wpa-work-section .wpa-work__grid--bottom {

    grid-template-columns:
        minmax(0, 7fr)
        minmax(0, 4fr);

}


#wpa-work-section .wpa-work__project--bottom-offset {

    margin-top:
        clamp(
            40px,
            10vw,
            160px
        );

}


/* =========================================================
   FOOTER
   ========================================================= */

#wpa-work-section .wpa-work__footer {

    margin-top:
        clamp(
            80px,
            10vw,
            150px
        );

    padding-top: 30px;

    padding-bottom:
        clamp(
            70px,
            8vw,
            120px
        );

    border-top:
        1px solid
        var(--wpa-work-border);

}


/* =========================================================
   VIEW ALL WORK
   ========================================================= */

#wpa-work-section .wpa-work__view-all {

    display: inline-flex;

    align-items: center;

    gap:
        clamp(
            12px,
            2vw,
            30px
        );

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            3rem,
            5vw,
            6.5rem
        );

    line-height: 0.9;

    font-weight: 700;

    letter-spacing: -0.055em;

}


#wpa-work-section .wpa-work__view-arrow {

    display: inline-block;

    font-size: 0.75em;

    line-height: 1;

    transform:
        translate3d(
            0,
            0,
            0
        );

    transition:
        transform 500ms
        cubic-bezier(
            .16,
            1,
            .3,
            1
        );

}


#wpa-work-section .wpa-work__view-all:hover
.wpa-work__view-arrow {

    transform:
        translate3d(
            12px,
            -12px,
            0
        );

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #wpa-work-section .wpa-work__edge {

        padding-left: 25px;
        padding-right: 25px;

    }


    #wpa-work-section .wpa-work__heading {

        font-size:
            clamp(
                4rem,
                8vw,
                7rem
            );

    }


    #wpa-work-section .wpa-work__solvent-card {

        width: 65%;

        margin-left: 17.5%;

    }


    #wpa-work-section .wpa-work__background-word {

        font-size:
            20vw;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #wpa-work-section .wpa-work__edge {

        padding-left: 20px;
        padding-right: 20px;

    }


    #wpa-work-section .wpa-work__top {

        padding-top:
            clamp(
                65px,
                16vw,
                100px
            );

    }


    #wpa-work-section .wpa-work__heading {

        margin-top: 38px !important;

        margin-bottom: 65px !important;

        font-size:
            clamp(
                3.2rem,
                13vw,
                5.5rem
            );

        line-height: 0.86;

    }


    #wpa-work-section .wpa-work__projects {

        gap: 75px;

    }


    /* -----------------------------------------
       ALL GRIDS BECOME SINGLE COLUMN
       ----------------------------------------- */

    #wpa-work-section .wpa-work__grid--two,
    #wpa-work-section .wpa-work__grid--bottom {

        grid-template-columns: 1fr;

        gap: 70px;

    }


    /* -----------------------------------------
       REMOVE DESKTOP OFFSETS
       ----------------------------------------- */

    #wpa-work-section .wpa-work__project--offset,
    #wpa-work-section .wpa-work__project--bottom-offset {

        margin-top: 0;
        margin-bottom: 0;

    }


    /* -----------------------------------------
       SOLVENT
       ----------------------------------------- */

    #wpa-work-section .wpa-work__project--solvent {

        padding-top: 40px;

    }


    #wpa-work-section .wpa-work__background-word {

        top: 0;

        font-size:
            28vw;

        letter-spacing:
            -0.08em;

    }


    #wpa-work-section .wpa-work__solvent-card {

        width: 100%;

        margin-left: 0;

    }


    /* -----------------------------------------
       META
       ----------------------------------------- */

    #wpa-work-section .wpa-work__meta {

        gap: 15px;

    }


    #wpa-work-section .wpa-work__meta h3 {

        font-size:
            1.45rem;

    }


    #wpa-work-section .wpa-work__meta
    .wpa-work__meta-right {

        max-width: 45%;

    }


    /* -----------------------------------------
       VIEW ALL
       ----------------------------------------- */

    #wpa-work-section .wpa-work__footer {

        margin-top: 75px;

        padding-top: 25px;

        padding-bottom: 70px;

    }


    #wpa-work-section .wpa-work__view-all {

        font-size:
            clamp(
                2.5rem,
                10vw,
                4rem
            );

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    #wpa-work-section .wpa-work__edge {

        padding-left: 16px;
        padding-right: 16px;

    }


    #wpa-work-section .wpa-work__label {

        font-size: 9px;

        letter-spacing: 0.13em;

    }


    #wpa-work-section .wpa-work__heading {

        font-size:
            clamp(
                2.8rem,
                13vw,
                4rem
            );

        letter-spacing:
            -0.06em;

    }


    #wpa-work-section .wpa-work__projects {

        gap: 65px;

    }


    #wpa-work-section .wpa-work__meta {

        flex-direction: column;

        gap: 12px;

    }


    #wpa-work-section .wpa-work__meta
    .wpa-work__meta-right {

        max-width: 100%;

        text-align: left;

    }


    #wpa-work-section .wpa-work__meta h3 {

        font-size: 1.35rem;

    }


    #wpa-work-section .wpa-work__meta p {

        font-size: 9px;

    }


    #wpa-work-section .wpa-work__background-word {

        font-size: 30vw;

    }


    #wpa-work-section .wpa-work__view-all {

        font-size:
            clamp(
                2.3rem,
                10vw,
                3.5rem
            );

    }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 375px) {

    #wpa-work-section .wpa-work__heading {

        font-size:
            clamp(
                2.5rem,
                12.5vw,
                3.5rem
            );

    }


    #wpa-work-section .wpa-work__projects {

        gap: 55px;

    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #wpa-work-section *,
    #wpa-work-section *::before,
    #wpa-work-section *::after {

        animation: none !important;

        transition: none !important;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc7322d *//* =========================================================
   WPA — SHOWREEL SECTION
   Fully isolated / WordPress / Elementor Safe
   ========================================================= */

#wpa-reel-section {

    --wpa-reel-red: #E10600;
    --wpa-reel-black: #111111;
    --wpa-reel-white: #FFFFFF;
    --wpa-reel-muted: rgba(17,17,17,0.60);

    position: relative;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: var(--wpa-reel-white);
    color: var(--wpa-reel-black);

    overflow: hidden;

    isolation: isolate;

    font-family:
        "Inter",
        Arial,
        sans-serif;

}


/* =========================================================
   RESET
   ========================================================= */

#wpa-reel-section *,
#wpa-reel-section *::before,
#wpa-reel-section *::after {

    box-sizing: border-box;

}


#wpa-reel-section h2,
#wpa-reel-section p {

    margin: 0;
    padding: 0;

}


#wpa-reel-section img {

    display: block;

    max-width: 100%;

}


#wpa-reel-section span {

    margin: 0;

}


/* =========================================================
   EDGE
   ========================================================= */

#wpa-reel-section .wpa-reel__edge {

    width: 100%;

    max-width: 1450px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 32px;
    padding-right: 32px;

}


/* =========================================================
   TOP
   ========================================================= */

#wpa-reel-section .wpa-reel__top {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    padding-top:
        clamp(
            80px,
            8vw,
            130px
        );

}


/* =========================================================
   LABEL
   ========================================================= */

#wpa-reel-section .wpa-reel__label {

    display: block;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            10px,
            0.72vw,
            13px
        );

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: 0.16em;

    text-transform: uppercase;

}


#wpa-reel-section .wpa-reel__label--red {

    color:
        var(--wpa-reel-red);

}


#wpa-reel-section .wpa-reel__label--muted {

    color:
        var(--wpa-reel-muted);

}


#wpa-reel-section .wpa-reel__label--white {

    color:
        rgba(
            255,
            255,
            255,
            0.95
        );

}


#wpa-reel-section .wpa-reel__label--white-muted {

    color:
        rgba(
            255,
            255,
            255,
            0.70
        );

}


/* =========================================================
   MAIN HEADING
   ========================================================= */

#wpa-reel-section .wpa-reel__heading {

    display: flex;

    flex-direction: column;

    margin-top:
        clamp(
            32px,
            3vw,
            55px
        ) !important;

    margin-bottom:
        clamp(
            45px,
            5vw,
            80px
        ) !important;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            4rem,
            7.5vw,
            10rem
        );

    line-height: 0.85;

    font-weight: 700;

    letter-spacing:
        -0.06em;

    text-transform: none;

    color:
        var(--wpa-reel-black);

}


#wpa-reel-section .wpa-reel__heading span {
    color: #000;        
    display: block;

}


/* =========================================================
   VIDEO / REEL
   ========================================================= */

#wpa-reel-section .wpa-reel__video {

    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    background:
        var(--wpa-reel-black);

    cursor: pointer;

}


/* =========================================================
   IMAGE
   ========================================================= */

#wpa-reel-section .wpa-reel__video img {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 120%;

    max-width: none;

    object-fit: cover;

    object-position: center;

    opacity: 0.80;

    transform:
        translateY(-1%);

    transition:
        transform 1200ms
        cubic-bezier(
            .16,
            1,
            .3,
            1
        ),
        opacity 600ms ease;

}


/* =========================================================
   HOVER IMAGE
   ========================================================= */

#wpa-reel-section .wpa-reel__video:hover img {

    transform:
        scale(1.035)
        translateY(-1%);

    opacity: 0.90;

}


/* =========================================================
   DARK OVERLAY
   ========================================================= */

#wpa-reel-section .wpa-reel__video::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.45),
            rgba(0,0,0,0.05) 50%,
            rgba(0,0,0,0.10)
        );

    pointer-events: none;

    z-index: 1;

}


/* =========================================================
   BOTTOM INFO
   ========================================================= */

#wpa-reel-section .wpa-reel__info {

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    z-index: 5;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 30px;

    padding:
        24px;

}


/* =========================================================
   PLAY WRAPPER
   ========================================================= */

#wpa-reel-section .wpa-reel__play-wrap {

    position: absolute;

    inset: 0;

    z-index: 4;

    display: flex;

    align-items: center;

    justify-content: center;

    pointer-events: none;

}


/* =========================================================
   PLAY TEXT
   ========================================================= */

#wpa-reel-section .wpa-reel__play {

    display: block;

    color:
        rgba(
            255,
            255,
            255,
            0.90
        );

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            4rem,
            14vw,
            15rem
        );

    line-height: 0.85;

    font-weight: 700;

    letter-spacing:
        -0.07em;

    mix-blend-mode:
        difference;

    transform:
        scale(1);

    transition:
        transform 600ms
        cubic-bezier(
            .16,
            1,
            .3,
            1
        );

}


/* =========================================================
   PLAY HOVER
   ========================================================= */

#wpa-reel-section .wpa-reel__video:hover
.wpa-reel__play {

    transform:
        scale(1.08);

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #wpa-reel-section .wpa-reel__edge {

        padding-left: 25px;
        padding-right: 25px;

    }


    #wpa-reel-section .wpa-reel__heading {

        font-size:
            clamp(
                4rem,
                7.5vw,
                7rem
            );

    }


    #wpa-reel-section .wpa-reel__info {

        padding: 20px;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #wpa-reel-section .wpa-reel__edge {

        padding-left: 10px;
        padding-right: 10px;

    }


    #wpa-reel-section .wpa-reel__top {

        padding-top:
            clamp(
                65px,
                16vw,
                100px
            );

    }


    #wpa-reel-section .wpa-reel__heading {

        margin-top: 32px !important;

        margin-bottom: 40px !important;

        font-size:
            clamp(
                3rem,
                11.5vw,
                5.5rem
            );

        line-height: 0.86;

    }


    #wpa-reel-section .wpa-reel__video {

        aspect-ratio: 16 / 10;

    }


    #wpa-reel-section .wpa-reel__play {

        font-size:
            clamp(
                4rem,
                18vw,
                8rem
            );

    }


    #wpa-reel-section .wpa-reel__info {

        padding:
            15px;

        gap: 15px;

    }


    #wpa-reel-section .wpa-reel__label {

        font-size: 9px;

        letter-spacing: 0.12em;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    #wpa-reel-section .wpa-reel__edge {

        padding-left: 10px;
        padding-right: 10px;

    }


    #wpa-reel-section .wpa-reel__heading {

        font-size:
            clamp(
                2.7rem,
                11.5vw,
                4rem
            );

        letter-spacing:
            -0.06em;

    }


    #wpa-reel-section .wpa-reel__video {

        aspect-ratio: 4 / 3;

    }


    #wpa-reel-section .wpa-reel__info {

        flex-direction: column;

        align-items: flex-start;

        gap: 6px;

    }


    #wpa-reel-section .wpa-reel__play {

        font-size:
            20vw;

    }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 375px) {

    #wpa-reel-section .wpa-reel__heading {

        font-size:
            clamp(
                2.5rem,
                11.5vw,
                3.5rem
            );

    }


    #wpa-reel-section .wpa-reel__video {

        aspect-ratio: 4 / 3;

    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #wpa-reel-section *,
    #wpa-reel-section *::before,
    #wpa-reel-section *::after {

        animation: none !important;

        transition: none !important;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-625eabc *//* =========================================================
   WPA — NUMBERS / COUNTER SECTION
   Fully isolated
   WordPress / Elementor safe
   ========================================================= */

#wpa-numbers-section {

    --wpa-numbers-red: #E10600;
    --wpa-numbers-black: #111111;
    --wpa-numbers-white: #FFFFFF;

    --wpa-numbers-border: rgba(17,17,17,0.10);
    --wpa-numbers-muted: rgba(17,17,17,0.50);

    position: relative;

    width: 100%;
    max-width: 100%;

    box-sizing: border-box;

    background:
        var(--wpa-numbers-white);

    color:
        var(--wpa-numbers-black);

    overflow: hidden;

    isolation: isolate;

    font-family:
        "Inter",
        Arial,
        sans-serif;

}


/* =========================================================
   RESET
   ========================================================= */

#wpa-numbers-section *,
#wpa-numbers-section *::before,
#wpa-numbers-section *::after {

    box-sizing: border-box;

}


#wpa-numbers-section h2,
#wpa-numbers-section p {

    margin: 0;
    padding: 0;

}


/* =========================================================
   EDGE
   ========================================================= */

#wpa-numbers-section .wpa-numbers__edge {

    width: 100%;
    max-width: 1450px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 10px;
    padding-right: 10px;

}


/* =========================================================
   TOP
   ========================================================= */

#wpa-numbers-section .wpa-numbers__top {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    padding-top:
        clamp(
            80px,
            8vw,
            130px
        );

    border-top:
        1px solid
        var(--wpa-numbers-border);

}


/* =========================================================
   LABEL
   ========================================================= */

#wpa-numbers-section .wpa-numbers__label {

    display: block;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            10px,
            0.72vw,
            13px
        );

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: 0.20em;

    text-transform: uppercase;

}


#wpa-numbers-section .wpa-numbers__label--red {

    color:
        var(--wpa-numbers-red);

}


#wpa-numbers-section .wpa-numbers__label--muted {

    color:
        rgba(
            17,
            17,
            17,
            0.60
        );

}


/* =========================================================
   MAIN HEADING
   ========================================================= */

#wpa-numbers-section .wpa-numbers__heading {

    display: flex;

    flex-direction: column;

    margin-top:
        clamp(
            40px,
            4vw,
            65px
        ) !important;

    margin-bottom:
        clamp(
            70px,
            8vw,
            120px
        ) !important;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            3.5rem,
            6.5vw,
            7.5rem
        );

    line-height: 0.85;

    font-weight: 700;

    letter-spacing:
        -0.055em;

    text-transform: none;

}


#wpa-numbers-section .wpa-numbers__heading span {
   color: #000;
    display: block;

}


#wpa-numbers-section .wpa-numbers__red {

    color:
        var(--wpa-numbers-red) !important;

}


/* =========================================================
   COUNTER GRID
   ========================================================= */

#wpa-numbers-section .wpa-numbers__grid {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    width: 100%;

    border-top:
        1px solid
        var(--wpa-numbers-border);

}


/* =========================================================
   COUNTER ITEM
   ========================================================= */

#wpa-numbers-section .wpa-numbers__item {

    min-width: 0;

    padding-top:
        clamp(
            35px,
            4vw,
            60px
        );

    padding-bottom:
        clamp(
            35px,
            4vw,
            60px
        );

    border-bottom:
        1px solid
        var(--wpa-numbers-border);

}


/* LEFT COLUMN */

#wpa-numbers-section
.wpa-numbers__item:nth-child(odd) {

    padding-right:
        clamp(
            25px,
            4vw,
            60px
        );

    border-right:
        1px solid
        var(--wpa-numbers-border);

}


/* RIGHT COLUMN */

#wpa-numbers-section
.wpa-numbers__item:nth-child(even) {

    padding-left:
        clamp(
            25px,
            4vw,
            60px
        );

}


/* =========================================================
   COUNTER ROW
   ========================================================= */

#wpa-numbers-section .wpa-numbers__counter-row {

    display: flex;

    align-items: baseline;

    justify-content: space-between;

    gap: 30px;

}


/* =========================================================
   BIG NUMBER
   ========================================================= */

#wpa-numbers-section .wpa-numbers__counter {

    display: block;

    min-width: 0;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            5rem,
            9vw,
            10rem
        );

    line-height: 0.80;

    font-weight: 700;

    letter-spacing:
        -0.07em;

    white-space: nowrap;

}


/* =========================================================
   LABEL
   ========================================================= */

#wpa-numbers-section
.wpa-numbers__counter-label {

    flex-shrink: 0;

    max-width: 150px;

    color:
        var(--wpa-numbers-muted);

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size:
        clamp(
            10px,
            0.72vw,
            13px
        );

    line-height: 1.2;

    font-weight: 500;

    letter-spacing:
        0.08em;

    text-align: right;

    text-transform: uppercase;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #wpa-numbers-section
    .wpa-numbers__edge {

        padding-left: 10px;
        padding-right: 10px;

    }


    #wpa-numbers-section
    .wpa-numbers__heading {

        font-size:
            clamp(
                3rem,
                7vw,
                6rem
            );

    }


    #wpa-numbers-section
    .wpa-numbers__counter {

        font-size:
            clamp(
                4.5rem,
                9vw,
                8rem
            );

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #wpa-numbers-section
    .wpa-numbers__edge {

        padding-left: 10px;
        padding-right: 10px;

    }


    #wpa-numbers-section
    .wpa-numbers__top {

        padding-top:
            clamp(
                65px,
                16vw,
                100px
            );

    }


    #wpa-numbers-section
    .wpa-numbers__heading {

        margin-top: 38px !important;

        margin-bottom: 65px !important;

        font-size:
            clamp(
                2.4rem,
                10vw,
                4.5rem
            );

        line-height: 0.86;

    }


    /* =========================================
       SINGLE COLUMN
       ========================================= */

    #wpa-numbers-section
    .wpa-numbers__grid {

        grid-template-columns: 1fr;

    }


    #wpa-numbers-section
    .wpa-numbers__item {

        padding:
            32px 0 !important;

        border-right: none !important;

    }


    /* =========================================
       NUMBER
       ========================================= */

    #wpa-numbers-section
    .wpa-numbers__counter {

        font-size:
            clamp(
                4.5rem,
                18vw,
                7rem
            );

        letter-spacing:
            -0.07em;

    }


    /* =========================================
       LABEL
       ========================================= */

    #wpa-numbers-section
    .wpa-numbers__counter-label {

        max-width: 100px;

        font-size: 9px;

        letter-spacing:
            0.06em;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    #wpa-numbers-section
    .wpa-numbers__edge {

        padding-left: 10px;
        padding-right: 10px;

    }


    #wpa-numbers-section
    .wpa-numbers__heading {

        font-size:
            clamp(
                2.15rem,
                10vw,
                3.5rem
            );

        letter-spacing:
            -0.06em;

    }


    #wpa-numbers-section
    .wpa-numbers__counter-row {

        gap: 15px;

    }


    #wpa-numbers-section
    .wpa-numbers__counter {

        font-size:
            clamp(
                4rem,
                18vw,
                6rem
            );

    }


    #wpa-numbers-section
    .wpa-numbers__counter-label {

        max-width: 85px;

        font-size: 8px;

    }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 375px) {

    #wpa-numbers-section
    .wpa-numbers__heading {

        font-size:
            clamp(
                2rem,
                10.5vw,
                3.2rem
            );

    }


    #wpa-numbers-section
    .wpa-numbers__counter {

        font-size:
            clamp(
                3.7rem,
                18vw,
                5.5rem
            );

    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #wpa-numbers-section * {

        animation: none !important;

        transition: none !important;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f883024 *//* =========================================================
   INTERSECT METHOD
   ========================================================= */

#ic-method-section {

    --ic-black: #111111;
    --ic-white: #ffffff;
    --ic-red: #e10600;
    --ic-muted: rgba(255,255,255,0.55);

    position: relative;

    width: 100%;
    background: var(--ic-black);

    color: var(--ic-white);

    font-family:
        "Inter",
        Arial,
        sans-serif;
}


/* =========================================================
   EDGE
   ========================================================= */

#ic-method-section .ic-edge {

    width: 100%;

    padding-left: 3vw;
    padding-right: 3vw;

    box-sizing: border-box;
}


/* =========================================================
   STICKY VIEWPORT
   ========================================================= */

#ic-method-section .ic-method-sticky {

    position: sticky;

    top: 0;

    width: 100%;

    height: 100vh;
    height: 100svh;

    min-height: 0;

    overflow: hidden;

    display: block;
}


/* =========================================================
   HEADER
   ========================================================= */

#ic-method-section .ic-method-header {

    position: absolute;

    top: 50px;

    left: 0;

    width: 100%;

    z-index: 20;

    box-sizing: border-box;
}


/* =========================================================
   TOP LABELS
   ========================================================= */

#ic-method-section .ic-method-top {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    margin-bottom: 35px;
}


#ic-method-section .ic-label {

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}


#ic-method-section .ic-red {

    color: var(--ic-red);
}


#ic-method-section .ic-muted {

    color: var(--ic-muted);
}


/* =========================================================
   HEADING
   ========================================================= */

#ic-method-section .ic-method-heading {

    margin: 0;

    padding: 0;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        4rem,
        6vw,
        7.5rem
    );

    line-height: 0.84;

    letter-spacing: -0.065em;

    font-weight: 700;

    text-transform: uppercase;
}


#ic-method-section .ic-method-heading span {

    display: block;
}


/* =========================================================
   HORIZONTAL AREA
   ========================================================= */

#ic-method-section .ic-method-scroll {

    position: absolute;

    left: 0;

    right: 0;

    top: 58%;

    height: 300px;

    transform: translateY(-50%);

    overflow: visible;

    display: block;
}


/* =========================================================
   RED LINE
   ========================================================= */

#ic-method-section .ic-method-line {

    position: absolute;

    left: 0;

    top: 50%;

    width: 100%;

    height: 1px;

    background: var(--ic-red);

    transform: translateY(-50%);

    z-index: 1;
}


/* =========================================================
   TRACK
   ========================================================= */

#ic-method-section .ic-method-track {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    display: flex;

    align-items: center;

    gap: 14vw;

    width: max-content;

    padding-left: 3vw;

    padding-right: 0;

    box-sizing: content-box;

    will-change: transform;

    transform: translate3d(0,0,0);
}


/* =========================================================
   CARD
   ========================================================= */

#ic-method-section .ic-method-card {

    position: relative;

    flex: 0 0 68vw;

    width: 68vw;

    max-width: 900px;

    min-width: 680px;

    box-sizing: border-box;
}


/* =========================================================
   STAGE META
   ========================================================= */

#ic-method-section .ic-stage-meta {

    display: flex;

    align-items: center;

    gap: 16px;

    margin-bottom: 35px;
}


#ic-method-section .ic-stage-dot {

    width: 15px;

    height: 15px;

    flex: 0 0 15px;

    border-radius: 50%;

    background: var(--ic-red);
}


/* =========================================================
   STAGE TITLE
   ========================================================= */

#ic-method-section .ic-method-card h3 {

    position: relative;

    z-index: 5;

    margin: 0;

    padding: 0;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        5rem,
        9vw,
        11rem
    );

    line-height: 0.78;

    letter-spacing: -0.075em;

    font-weight: 700;

    text-transform: uppercase;

    white-space: nowrap;

    color: #ffffff;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

#ic-method-section .ic-method-card p {

    position: relative;

    z-index: 5;

    max-width: 430px;

    margin: 45px 0 0;

    padding: 0;

    font-size: 16px;

    line-height: 1.55;

    font-weight: 500;

    color: rgba(255,255,255,0.60);
}


/* =========================================================
   ARROW
   ========================================================= */

#ic-method-section .ic-method-arrow {

    position: absolute;

    right: -4vw;

    top: 50%;

    z-index: 10;

    color: var(--ic-red);

    font-size: 38px;

    line-height: 1;

    transform: translateY(-50%);
}


/* =========================================================
   MOBILE
   ========================================================= */

#ic-method-section .ic-method-mobile {

    display: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1200px) {

    #ic-method-section .ic-method-card {

        flex-basis: 72vw;

        width: 72vw;

        min-width: 600px;
    }

    #ic-method-section .ic-method-track {

        gap: 12vw;
    }

    #ic-method-section .ic-method-card h3 {

        font-size: clamp(
            4.5rem,
            9vw,
            9rem
        );
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #ic-method-section {

        height: auto !important;

        overflow: visible;
    }


    #ic-method-section .ic-method-sticky {

        display: none;
    }


    #ic-method-section .ic-method-mobile {

        display: block;

        padding-top: 70px;

        padding-bottom: 80px;
    }


    #ic-method-section .ic-edge {

        padding-left: 20px;

        padding-right: 20px;
    }


    #ic-method-section .ic-method-top {

        margin-bottom: 30px;
    }


    #ic-method-section .ic-label {

        font-size: 10px;
    }


    #ic-method-section .ic-method-heading {

        font-size: clamp(
            2.8rem,
            11vw,
            5rem
        );

        line-height: .86;
    }


    #ic-method-section .ic-mobile-track {

        display: flex;

        gap: 20px;

        overflow-x: auto;

        padding:
            70px 20px
            30px 20px;

        scroll-snap-type: x mandatory;

        scrollbar-width: none;

        -webkit-overflow-scrolling: touch;
    }


    #ic-method-section .ic-mobile-track::-webkit-scrollbar {

        display: none;
    }


    #ic-method-section .ic-mobile-card {

        position: relative;

        flex: 0 0 78vw;

        width: 78vw;


        scroll-snap-align: start;

        border-left: 2px solid var(--ic-red);

        padding-left: 20px;

        box-sizing: border-box;
    }


    #ic-method-section .ic-mobile-card h3 {

        margin: 18px 0 0;

        font-family:
            "Inter Tight",
            "Inter",
            Arial,
            sans-serif;

        font-size: 10vw;

        line-height: .82;

        letter-spacing: -.065em;

        text-transform: uppercase;
    }


    #ic-method-section .ic-mobile-card p {

        max-width: 290px;

        margin-top: 25px;

        color: rgba(255,255,255,.60);

        font-size: 14px;

        line-height: 1.55;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #ic-method-section .ic-method-track {

        transform: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad85b8d *//* =========================================================
   WHY INTERSECT
   ========================================================= */

#ic-why-section {

    position: relative;

    width: 100%;

    background: #ffffff;

    color: #111111;

    overflow: hidden;

    font-family:
        "Inter",
        Arial,
        sans-serif;
}


/* =========================================================
   MAX WIDTH 1450
   ========================================================= */

#ic-why-section .ic-why-edge {

    width: 100%;

    max-width: 1450px;

    margin-left: auto;

    margin-right: auto;

    padding-left: 30px;

    padding-right: 30px;

    box-sizing: border-box;
}


/* =========================================================
   LABEL
   ========================================================= */

#ic-why-section .ic-why-intro {

    padding-top: 100px;
}


#ic-why-section .ic-why-label {

    display: block;

    color: #e10600;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: .16em;

    text-transform: uppercase;
}


/* =========================================================
   STATEMENTS WRAPPER
   ========================================================= */

#ic-why-section .ic-why-statements {

    margin-top: 16vh;

    display: flex;

    flex-direction: column;

    gap: 22vh;
}


/* =========================================================
   STATEMENT GROUP
   ========================================================= */

#ic-why-section .ic-why-group {

    width: fit-content;

    max-width: 100%;
}


/* =========================================================
   RIGHT GROUP
   ========================================================= */

#ic-why-section .ic-why-right {

    margin-left: auto;

    text-align: right;
}


/* =========================================================
   STATEMENT TEXT
   ========================================================= */

#ic-why-section .ic-why-statement {

    margin: 0;

    padding: 0;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        60px,
        6vw,
        100px
    );

    line-height: .85;

    letter-spacing: -.065em;

    font-weight: 700;

    color: #111111;

    white-space: nowrap;

    /* Animation initial state */

    opacity: 0;

    transform: translateY(60px);

    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(
            .22,
            1,
            .36,
            1
        );
}


/* =========================================================
   VISIBLE
   ========================================================= */

#ic-why-section
.ic-why-statement.ic-visible {

    opacity: 1;

    transform: translateY(0);
}


/* =========================================================
   MUTED TEXT
   ========================================================= */

#ic-why-section .ic-why-muted {

    color: rgba(
        17,
        17,
        17,
        .35
    );
}


/* =========================================================
   RED CTA
   ========================================================= */

#ic-why-section .ic-why-cta {

    width: 100%;

    margin-top: 24vh;

    padding-top: 100px;

    padding-bottom: 100px;

    background: #e10600;

    color: #ffffff;
}


/* =========================================================
   CTA INNER
   ========================================================= */

#ic-why-section .ic-why-cta-inner {

    width: 100%;

    max-width: 1450px;

    margin-left: auto;

    margin-right: auto;

    padding-left: 30px;

    padding-right: 30px;

    box-sizing: border-box;
}


/* =========================================================
   CTA HEADING
   ========================================================= */

#ic-why-section .ic-why-cta-heading {

    margin: 0;

    padding: 0;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        60px,
        7vw,
        110px
    );

    line-height: .85;

    letter-spacing: -.065em;

    font-weight: 700;

    color: #ffffff;
}


/* =========================================================
   CTA MUTED
   ========================================================= */

#ic-why-section .ic-why-cta-muted {

    color: rgba(
        255,
        255,
        255,
        .60
    );
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #ic-why-section .ic-why-intro {

        padding-top: 80px;
    }


    #ic-why-section .ic-why-statements {

        margin-top: 120px;

        gap: 160px;
    }


    #ic-why-section .ic-why-statement {

        font-size: 8vw;
    }


    #ic-why-section .ic-why-cta {

        margin-top: 160px;

        padding-top: 80px;

        padding-bottom: 80px;
    }


    #ic-why-section .ic-why-cta-heading {

        font-size: 8vw;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #ic-why-section .ic-why-intro {

        padding-top: 70px;
    }


    #ic-why-section .ic-why-edge {

        padding-left: 20px;

        padding-right: 20px;
    }


    #ic-why-section .ic-why-label {

        font-size: 10px;
    }


    #ic-why-section .ic-why-statements {

        margin-top: 90px;

        gap: 140px;
    }


    #ic-why-section .ic-why-group {

        width: 100%;
    }


    #ic-why-section .ic-why-right {

        margin-left: 0;

        text-align: left;
    }


    #ic-why-section .ic-why-statement {

        white-space: normal;

        font-size: 10vw;

        line-height: .86;

        letter-spacing: -.055em;
    }


    #ic-why-section .ic-why-cta {

        margin-top: 140px;

        padding-top: 70px;

        padding-bottom: 70px;
    }


    #ic-why-section .ic-why-cta-inner {

        padding-left: 20px;

        padding-right: 20px;
    }


    #ic-why-section .ic-why-cta-heading {

        font-size: 11vw;

        line-height: .86;

        letter-spacing: -.055em;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #ic-why-section .ic-why-statement {

        opacity: 1 !important;

        transform: none !important;

        transition: none !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc4a26e *//* =========================================================
   CLIENTS SECTION
   ========================================================= */

#ic-clients-section {

    position: relative;

    width: 100%;

    background: #ffffff;

    color: #111111;

    border-top: 1px solid rgba(17,17,17,.10);

    overflow: hidden;

    font-family:
        "Inter",
        Arial,
        sans-serif;
}


/* =========================================================
   MAX WIDTH 1450px
   ========================================================= */

#ic-clients-section .ic-clients-edge {

    width: 100%;

    max-width: 1450px;

    margin-left: auto;

    margin-right: auto;

    padding-left: 30px;

    padding-right: 30px;

    box-sizing: border-box;
}


/* =========================================================
   TOP ROW
   ========================================================= */

#ic-clients-section .ic-clients-top {

    padding-top: 100px;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;
}


/* =========================================================
   LABEL
   ========================================================= */

#ic-clients-section .ic-clients-label {

    color: #e10600;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: .16em;

    text-transform: uppercase;
}


/* =========================================================
   NUMBER
   ========================================================= */

#ic-clients-section .ic-clients-number {

    color: rgba(17,17,17,.60);

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: .16em;

    text-transform: uppercase;
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

#ic-clients-section .ic-clients-heading {

    width: 100%;

    max-width: 1450px;

    margin: 32px auto 0;

    padding-left: 30px;

    padding-right: 30px;

    box-sizing: border-box;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        70px,
        6.5vw,
        105px
    );

    line-height: .85;

    letter-spacing: -.065em;

    font-weight: 700;

    color: #000;
}


/* Heading lines */

#ic-clients-section .ic-clients-heading span {
  color: #000;
    display: block;
}


/* =========================================================
   CLIENT GRID
   ========================================================= */

#ic-clients-section .ic-clients-grid {

    margin-top: 80px;

    padding-bottom: 130px;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    column-gap: 40px;

    row-gap: 40px;
}


/* =========================================================
   CLIENT NAME
   ========================================================= */

#ic-clients-section .ic-client-name {

    display: block;

    color: rgba(
        17,
        17,
        17,
        .25
    );

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: 30px;

    line-height: 1;

    font-weight: 600;

    letter-spacing: -.04em;

    cursor: default;

    transition: color .3s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

#ic-clients-section .ic-client-name:hover {

    color: #e10600;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #ic-clients-section .ic-clients-top {

        padding-top: 80px;
    }


    #ic-clients-section .ic-clients-heading {

        font-size: 8vw;
    }


    #ic-clients-section .ic-clients-grid {

        margin-top: 70px;

        padding-bottom: 100px;

        grid-template-columns:
            repeat(3, 1fr);

        gap: 35px 25px;
    }


    #ic-clients-section .ic-client-name {

        font-size: 25px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #ic-clients-section .ic-clients-edge {

        padding-left: 20px;

        padding-right: 20px;
    }


    #ic-clients-section .ic-clients-top {

        padding-top: 70px;
    }


    #ic-clients-section .ic-clients-label,
    #ic-clients-section .ic-clients-number {

        font-size: 10px;
    }


    #ic-clients-section .ic-clients-heading {

        margin-top: 30px;

        padding-left: 20px;

        padding-right: 20px;

        font-size: 11vw;

        line-height: .86;
    }


    #ic-clients-section .ic-clients-grid {

        margin-top: 70px;

        padding-bottom: 80px;

        grid-template-columns:
            repeat(2, 1fr);

        column-gap: 20px;

        row-gap: 30px;
    }


    #ic-clients-section .ic-client-name {

        font-size: 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8421b9 *//* =========================================================
   SEARCH IS CHANGING
   ========================================================= */

#ic-search-section {

    --ic-search-black: #111111;
    --ic-search-white: #ffffff;
    --ic-search-red: #e10600;

    position: relative;

    width: 100%;

    overflow: hidden;

    background: var(--ic-search-black);

    color: var(--ic-search-white);

    font-family:
        "Inter",
        Arial,
        sans-serif;
}


/* =========================================================
   BACKGROUND GRID
   ========================================================= */

#ic-search-section .ic-search-grid-bg {

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: .18;

    background-image:
        linear-gradient(
            to right,
            var(--ic-search-red) 1px,
            transparent 1px
        ),
        linear-gradient(
            to bottom,
            var(--ic-search-red) 1px,
            transparent 1px
        );

    background-size: 88px 88px;
}


/* =========================================================
   MAX WIDTH 1450PX
   ========================================================= */

#ic-search-section .ic-search-edge {

    position: relative;

    width: 100%;

    max-width: 1450px;

    margin-left: auto;

    margin-right: auto;

    padding-left: 30px;

    padding-right: 30px;

    box-sizing: border-box;
}


/* =========================================================
   TOP
   ========================================================= */

#ic-search-section .ic-search-top {

    padding-top: 100px;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;
}


/* =========================================================
   LABEL
   ========================================================= */

#ic-search-section .ic-search-label {

    color: var(--ic-search-red);

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: .16em;

    text-transform: uppercase;
}


/* =========================================================
   NUMBER
   ========================================================= */

#ic-search-section .ic-search-number {

    color: rgba(
        255,
        255,
        255,
        .60
    );

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: .16em;

    text-transform: uppercase;
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

#ic-search-section .ic-search-heading {

    position: relative;

    width: 100%;

    max-width: 1450px;

    margin: 32px auto 0;

    padding-left: 30px;

    padding-right: 30px;

    box-sizing: border-box;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        70px,
        6.5vw,
        105px
    );

    line-height: .85;

    letter-spacing: -.065em;

    font-weight: 700;

    color: #ffffff;
}


/* HEADING LINES */

#ic-search-section
.ic-search-heading span {

    display: block;
}


/* RED HEADING */

#ic-search-section
.ic-search-heading .ic-search-red {

    color: var(--ic-search-red);
}


/* =========================================================
   INTRO GRID
   ========================================================= */

#ic-search-section .ic-search-intro-grid {

    margin-top: 48px;

    display: grid;

    grid-template-columns:
        repeat(12, 1fr);

    gap: 40px;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

#ic-search-section .ic-search-description {

    grid-column: span 4;

    margin: 0;

    max-width: 430px;

    color: rgba(
        255,
        255,
        255,
        .60
    );

    font-size: 14px;

    line-height: 1.7;

    font-weight: 400;
}


/* =========================================================
   QUERY WRAPPER
   ========================================================= */

#ic-search-section .ic-search-query-wrap {

    grid-column: 6 / span 7;
}


/* =========================================================
   QUERY BOX
   ========================================================= */

#ic-search-section .ic-search-query-box {

    border: 1px solid rgba(
        255,
        255,
        255,
        .20
    );

    padding: 20px;

    box-sizing: border-box;
}


/* =========================================================
   QUERY LABEL
   ========================================================= */

#ic-search-section .ic-search-query-label {

    display: block;

    color: rgba(
        255,
        255,
        255,
        .40
    );

    font-size: 11px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: .15em;

    text-transform: uppercase;
}


/* =========================================================
   QUERY TEXT
   ========================================================= */

#ic-search-section .ic-search-query-text {

    min-height: 24px;

    margin: 10px 0 0;

    color: #ffffff;

    font-family:
        monospace;

    font-size: 15px;

    line-height: 1.5;

    white-space: normal;

    overflow-wrap: break-word;
}


/* =========================================================
   TYPING TEXT
   ========================================================= */

#ic-search-section #ic-search-typing {

    display: inline;
}


/* =========================================================
   BLINKING CARET
   ========================================================= */

#ic-search-section .ic-search-caret {

    display: inline-block;

    width: 8px;

    height: 17px;

    margin-left: 3px;

    vertical-align: middle;

    background: var(--ic-search-red);

    animation:
        icSearchCaret
        1s steps(1)
        infinite;
}


@keyframes icSearchCaret {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }

}


/* =========================================================
   GENERATED ANSWER
   ========================================================= */

#ic-search-section .ic-search-answer {

    margin-top: 20px;

    padding-top: 16px;

    border-top: 1px solid rgba(
        255,
        255,
        255,
        .15
    );
}


/* =========================================================
   ANSWER LABEL
   ========================================================= */

#ic-search-section .ic-search-answer-label {

    display: block;

    color: var(--ic-search-red);

    font-size: 11px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: .15em;

    text-transform: uppercase;
}


/* =========================================================
   ANSWER TEXT
   ========================================================= */

#ic-search-section .ic-search-answer p {

    margin: 10px 0 0;

    color: rgba(
        255,
        255,
        255,
        .70
    );

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   SEO / AEO / GEO
   ========================================================= */

#ic-search-section .ic-search-services {

    margin-top: 80px;

    border-top: 1px solid rgba(
        255,
        255,
        255,
        .15
    );
}


/* =========================================================
   SERVICE ROW
   ========================================================= */

#ic-search-section .ic-search-service {

    display: grid;

    grid-template-columns:
        3fr 5fr 4fr;

    align-items: baseline;

    gap: 30px;

    padding-top: 32px;

    padding-bottom: 32px;

    border-bottom: 1px solid rgba(
        255,
        255,
        255,
        .15
    );
}


/* =========================================================
   SERVICE NAME
   ========================================================= */

#ic-search-section .ic-search-service-name {

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        70px,
        7vw,
        105px
    );

    line-height: .8;

    letter-spacing: -.06em;

    font-weight: 700;

    transition:
        color .3s ease;
}


/* =========================================================
   SERVICE HOVER
   ========================================================= */

#ic-search-section .ic-search-service:hover
.ic-search-service-name {

    color: var(--ic-search-red);
}


/* =========================================================
   SERVICE TITLE
   ========================================================= */

#ic-search-section .ic-search-service-title {

    font-size: 12px;

    line-height: 1.3;

    font-weight: 500;

    letter-spacing: .12em;

    text-transform: uppercase;
}


/* =========================================================
   SERVICE DESCRIPTION
   ========================================================= */

#ic-search-section .ic-search-service-description {

    color: rgba(
        255,
        255,
        255,
        .50
    );

    font-size: 14px;

    line-height: 1.5;

    text-align: right;
}


/* =========================================================
   SEARCH FLOW
   ========================================================= */

#ic-search-section .ic-search-flow {

    margin-top: 40px;

    padding-bottom: 100px;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 16px;
}


/* =========================================================
   FLOW ITEM
   ========================================================= */

#ic-search-section .ic-search-flow-item {

    display: flex;

    align-items: center;

    gap: 16px;
}


/* =========================================================
   FLOW NAME
   ========================================================= */

#ic-search-section .ic-search-flow-name {

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: 30px;

    line-height: 1;

    font-weight: 600;

    letter-spacing: -.04em;
}


/* =========================================================
   FLOW ARROW
   ========================================================= */

#ic-search-section .ic-search-flow-arrow {

    color: var(--ic-search-red);

    font-size: 28px;

    line-height: 1;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #ic-search-section .ic-search-top {

        padding-top: 80px;
    }


    #ic-search-section .ic-search-heading {

        font-size: 8vw;
    }


    #ic-search-section .ic-search-description {

        grid-column: span 5;
    }


    #ic-search-section .ic-search-query-wrap {

        grid-column: 6 / span 7;
    }


    #ic-search-section .ic-search-service {

        grid-template-columns:
            3fr 5fr 4fr;

        gap: 20px;
    }


    #ic-search-section .ic-search-service-name {

        font-size: 8vw;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #ic-search-section .ic-search-edge {

        padding-left: 20px;

        padding-right: 20px;
    }


    #ic-search-section .ic-search-top {

        padding-top: 70px;
    }


    #ic-search-section .ic-search-label,
    #ic-search-section .ic-search-number {

        font-size: 10px;
    }


    #ic-search-section .ic-search-heading {

        margin-top: 30px;

        padding-left: 20px;

        padding-right: 20px;

        font-size: 11vw;

        line-height: .86;
    }


    #ic-search-section .ic-search-intro-grid {

        margin-top: 50px;

        display: block;
    }


    #ic-search-section .ic-search-description {

        max-width: 100%;

        margin-bottom: 40px;

        font-size: 14px;
    }


    #ic-search-section .ic-search-query-wrap {

        width: 100%;
    }


    #ic-search-section .ic-search-query-box {

        padding: 16px;
    }


    #ic-search-section .ic-search-query-text {

        font-size: 13px;

        word-break: break-word;
    }


    #ic-search-section .ic-search-services {

        margin-top: 60px;
    }


    #ic-search-section .ic-search-service {

        display: grid;

        grid-template-columns:
            1fr 1fr;

        gap: 15px;

        padding-top: 28px;

        padding-bottom: 28px;
    }


    #ic-search-section .ic-search-service-name {

        grid-column: 1 / -1;

        font-size: 18vw;
    }


    #ic-search-section .ic-search-service-title {

        font-size: 10px;
    }


    #ic-search-section .ic-search-service-description {

        font-size: 12px;

        text-align: right;
    }


    #ic-search-section .ic-search-flow {

        padding-bottom: 70px;

        gap: 12px;
    }


    #ic-search-section .ic-search-flow-item {

        gap: 12px;
    }


    #ic-search-section .ic-search-flow-name {

        font-size: 22px;
    }


    #ic-search-section .ic-search-flow-arrow {

        font-size: 20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e414c1 *//* =========================================================
   ABOUT SECTION
   ========================================================= */

#ic-about-section {

    position: relative;

    width: 100%;

    overflow: hidden;

    background: #ffffff;

    color: #111111;

    font-family:
        "Inter",
        Arial,
        sans-serif;
}


/* =========================================================
   MAX WIDTH 1450PX
   ========================================================= */

#ic-about-section .ic-about-edge {

    width: 100%;

    max-width: 1450px;

    margin-left: auto;

    margin-right: auto;

    padding-left: 30px;

    padding-right: 30px;

    box-sizing: border-box;
}


/* =========================================================
   TOP
   ========================================================= */

#ic-about-section .ic-about-top {

    padding-top: 100px;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;
}


/* =========================================================
   LABEL
   ========================================================= */

#ic-about-section .ic-about-label {

    color: #e10600;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: .16em;

    text-transform: uppercase;
}


/* =========================================================
   NUMBER
   ========================================================= */

#ic-about-section .ic-about-number {

    color: rgba(
        17,
        17,
        17,
        .60
    );

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: .16em;

    text-transform: uppercase;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

#ic-about-section .ic-about-content {

    margin-top: 40px;

    display: grid;

    grid-template-columns:
        repeat(12, 1fr);

    gap: 40px;
}


/* =========================================================
   HEADING
   ========================================================= */

#ic-about-section .ic-about-heading-wrap {

    grid-column:
        span 7;
}


#ic-about-section .ic-about-heading {

    margin: 0;

    padding: 0;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        70px,
        6vw,
        105px
    );

    line-height: .85;

    letter-spacing: -.065em;

    font-weight: 700;

    
}


/* =========================================================
   HEADING LINES
   ========================================================= */

#ic-about-section .ic-about-heading span {
color: #111111;
    display: block;
}


/* =========================================================
   RED TEXT
   ========================================================= */

#ic-about-section .ic-about-heading
.ic-about-red {

    color: #e10600;
}


/* =========================================================
   RIGHT COPY
   ========================================================= */

#ic-about-section .ic-about-copy {

    grid-column:
        9 / span 4;

    padding-top: 5px;

    max-width: 430px;

    color: rgba(
        17,
        17,
        17,
        .65
    );

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   COPY PARAGRAPHS
   ========================================================= */

#ic-about-section .ic-about-copy p {

    margin: 0 0 24px;
}


#ic-about-section .ic-about-copy p:last-child {

    margin-bottom: 0;
}


/* =========================================================
   DARK COPY
   ========================================================= */

#ic-about-section .ic-about-copy
.ic-about-copy-dark {

    color: #111111;

    font-weight: 500;
}


/* =========================================================
   IMAGE WRAPPER
   ========================================================= */

#ic-about-section .ic-about-image-wrap {

    margin-top: 64px;

    overflow: hidden;
}


/* =========================================================
   IMAGE CONTAINER
   ========================================================= */

#ic-about-section .ic-about-image {

    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #eeeeee;
}


/* =========================================================
   IMAGE
   ========================================================= */

#ic-about-section .ic-about-image img {

    position: absolute;

    top: -9%;

    left: 0;

    width: 100%;

    height: 118%;

    display: block;

    object-fit: cover;

    object-position: center;

    transform:
        translate3d(
            0,
            0,
            0
        );

    will-change: transform;
}


/* =========================================================
   LOCATION
   ========================================================= */

#ic-about-section .ic-about-location {

    position: absolute;

    left: 20px;

    bottom: 20px;

    z-index: 2;

    display: inline-block;

    padding: 10px 14px;

    background: #e10600;

    color: #ffffff;

    font-size: 11px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: .08em;

    text-transform: uppercase;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #ic-about-section .ic-about-top {

        padding-top: 80px;
    }


    #ic-about-section .ic-about-heading {

        font-size: 8vw;
    }


    #ic-about-section .ic-about-heading-wrap {

        grid-column:
            span 7;
    }


    #ic-about-section .ic-about-copy {

        grid-column:
            9 / span 4;
    }


    #ic-about-section .ic-about-image-wrap {

        margin-top: 55px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #ic-about-section .ic-about-edge {

        padding-left: 20px;

        padding-right: 20px;
    }


    /* TOP */

    #ic-about-section .ic-about-top {

        padding-top: 70px;
    }


    #ic-about-section .ic-about-label,
    #ic-about-section .ic-about-number {

        font-size: 10px;
    }


    /* CONTENT */

    #ic-about-section .ic-about-content {

        margin-top: 35px;

        display: block;
    }


    /* HEADING */

    #ic-about-section .ic-about-heading {

        font-size: 11vw;

        line-height: .86;

        letter-spacing: -.055em;
    }


    /* COPY */

    #ic-about-section .ic-about-copy {

        margin-top: 45px;

        padding-top: 0;

        max-width: 100%;

        font-size: 14px;

        line-height: 1.65;
    }


    /* IMAGE */

    #ic-about-section .ic-about-image-wrap {

        margin-top: 60px;
    }


    #ic-about-section .ic-about-image {

        aspect-ratio: 4 / 3;
    }


    #ic-about-section .ic-about-image img {

        top: -5%;

        height: 110%;
    }


    /* LOCATION */

    #ic-about-section .ic-about-location {

        left: 15px;

        bottom: 15px;

        padding: 8px 10px;

        font-size: 9px;

        letter-spacing: .06em;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    #ic-about-section .ic-about-heading {

        font-size: 12vw;
    }


    #ic-about-section .ic-about-copy {

        font-size: 13px;
    }


    #ic-about-section .ic-about-location {

        max-width: calc(100% - 30px);

        line-height: 1.4;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87e5f64 *//* =========================================================
   INTERSECT MARQUEE
   ========================================================= */

#ic-marquee-section {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}


/* =========================================================
   MARQUEE ROW
   ========================================================= */

#ic-marquee-section .ic-marquee-row {
    width: 100%;
    overflow: hidden;
    position: relative;
}


/* =========================================================
   RED ROW
   ========================================================= */

#ic-marquee-section .ic-marquee-red {
    background: #e10600;
    color: #ffffff;
}


/* =========================================================
   LIGHT ROW
   ========================================================= */

#ic-marquee-section .ic-marquee-light {
    background: #f5f2ec;
    color: #111111;
}


/* =========================================================
   TRACK
   ========================================================= */

#ic-marquee-section .ic-marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;

    animation:
        icMarqueeForward
        35s
        linear
        infinite;
}


#ic-marquee-section .ic-marquee-track-reverse {

    animation:
        icMarqueeReverse
        35s
        linear
        infinite;

}


/* =========================================================
   CONTENT
   ========================================================= */

#ic-marquee-section .ic-marquee-content {

    display: flex;
    flex-shrink: 0;
    align-items: center;
}


/* =========================================================
   TEXT
   ========================================================= */

#ic-marquee-section .ic-marquee-content span {

    display: flex;
    align-items: center;
    gap: 32px;

    padding-right: 32px;

    white-space: nowrap;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        55px,
        7vw,
        105px
    );

    line-height: 0.9;

    letter-spacing: -0.06em;
  text-transform: uppercase;
    font-weight: 700;
}


/* =========================================================
   X SYMBOL
   ========================================================= */

#ic-marquee-section .ic-marquee-red b {

    color: rgba(
        255,
        255,
        255,
        0.5
    );

    font-weight: 400;
}


#ic-marquee-section .ic-marquee-light b {

    color: #e10600;

    font-weight: 400;
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes icMarqueeForward {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


@keyframes icMarqueeReverse {

    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }

}


/* =========================================================
   HOVER - OPTIONAL
   ========================================================= */

#ic-marquee-section .ic-marquee-track:hover {

    animation-play-state: paused;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #ic-marquee-section .ic-marquee-content span {

        font-size: 8vw;

        gap: 24px;

        padding-right: 24px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #ic-marquee-section .ic-marquee-content span {

        font-size: 12vw;

        gap: 20px;

        padding-right: 20px;

        letter-spacing: -0.055em;
    }


    #ic-marquee-section .ic-marquee-track {

        animation-duration: 25s;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #ic-marquee-section .ic-marquee-track {

        animation: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb22209 *//* =========================================================
   INTERSECT FINAL CONTACT
   ========================================================= */

#ic-contact-section {

    position: relative;

    width: 100%;

    min-height: 100svh;

    padding-top: 96px;
    padding-bottom: 40px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    overflow: hidden;

    background: #e10600;

    color: #ffffff;

    isolation: isolate;
}


/* =========================================================
   MOUSE GLOW
   ========================================================= */

#ic-contact-section .ic-contact-glow {

    position: absolute;

    width: 340px;
    height: 340px;

    left: var(--mouse-x, 50%);
    top: var(--mouse-y, 45%);

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,255,255,0.16) 0%,
            rgba(255,255,255,0.08) 30%,
            transparent 70%
        );

    pointer-events: none;

    z-index: 0;

    transition:
        left 0.5s ease-out,
        top 0.5s ease-out;
}


/* =========================================================
   CONTENT WIDTH
   MAX WIDTH 1450px
   ========================================================= */

#ic-contact-section .ic-contact-edge {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1450px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 30px;
    padding-right: 30px;

    box-sizing: border-box;
}


/* =========================================================
   TOP
   ========================================================= */

#ic-contact-section .ic-contact-top {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;
}


/* =========================================================
   LABEL
   ========================================================= */

#ic-contact-section .ic-contact-label {

    display: block;

    color: rgba(
        255,
        255,
        255,
        0.70
    );

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

#ic-contact-section .ic-contact-heading {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1450px;

    margin: 0 auto;

    padding-left: 30px;
    padding-right: 30px;

    box-sizing: border-box;

    font-family:
        "Inter Tight",
        "Inter",
        Arial,
        sans-serif;

    font-size: clamp(
        90px,
        10vw,
        150px
    );

    line-height: 0.82;

    letter-spacing: -0.07em;

    font-weight: 700;

    color: #ffffff;
}


/* =========================================================
   HEADING LINES
   ========================================================= */

#ic-contact-section .ic-contact-heading span {

    display: block;

    opacity: 1;

    transform: translateY(0);
}


/* =========================================================
   BOTTOM
   ========================================================= */

#ic-contact-section .ic-contact-bottom {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 40px;

    padding-top: 30px;

    border-top: 1px solid
        rgba(
            255,
            255,
            255,
            0.30
        );
}


/* =========================================================
   BUTTON
   ========================================================= */

#ic-contact-section .ic-contact-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 20px 32px;

    border: 1px solid #ffffff;

    color: #ffffff;

    background: transparent;

    text-decoration: none;

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


#ic-contact-section .ic-contact-button:hover {

    background: #ffffff;

    color: #e10600;

    transform: translateY(-3px);
}


/* =========================================================
   CONTACT INFO
   ========================================================= */

#ic-contact-section .ic-contact-info {

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    gap: 5px;

    color: rgba(
        255,
        255,
        255,
        0.80
    );

    font-family:
        "Inter",
        Arial,
        sans-serif;

    font-size: 12px;

    line-height: 1.8;

    letter-spacing: 0.06em;

    text-transform: uppercase;
}


#ic-contact-section .ic-contact-info a {

    color: inherit;

    text-decoration: none;

    transition: color 0.25s ease;
}


#ic-contact-section .ic-contact-info a:hover {

    color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    #ic-contact-section {

        padding-top: 80px;

        padding-bottom: 30px;
    }


    #ic-contact-section .ic-contact-heading {

        font-size: 11vw;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #ic-contact-section {

        min-height: 100svh;

        padding-top: 70px;

        padding-bottom: 25px;
    }


    #ic-contact-section .ic-contact-edge {

        padding-left: 20px;

        padding-right: 20px;
    }


    #ic-contact-section .ic-contact-label {

        font-size: 10px;
    }


    #ic-contact-section .ic-contact-heading {

        padding-left: 20px;

        padding-right: 20px;

        font-size: 14vw;

        line-height: 0.84;

        letter-spacing: -0.06em;
    }


    #ic-contact-section .ic-contact-bottom {

        flex-direction: column;

        align-items: flex-start;

        gap: 30px;

        padding-top: 25px;
    }


    #ic-contact-section .ic-contact-button {

        padding: 17px 24px;
    }


    #ic-contact-section .ic-contact-info {

        align-items: flex-start;

        font-size: 10px;
    }


    #ic-contact-section .ic-contact-glow {

        width: 240px;

        height: 240px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    #ic-contact-section .ic-contact-heading {

        font-size: 15vw;
    }

}/* End custom CSS */