.elementor-3580 .elementor-element.elementor-element-873f70e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-3580 .elementor-element.elementor-element-8e68898{--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-3580 .elementor-element.elementor-element-83673e0{--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-3580 .elementor-element.elementor-element-ee10b7c{--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-3580 .elementor-element.elementor-element-976fc93{--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-3580 .elementor-element.elementor-element-7228a67{--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-3580 .elementor-element.elementor-element-21278d1{--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-3580 .elementor-element.elementor-element-846b85e{--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-3580 .elementor-element.elementor-element-5f092d9{--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;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-b1a5162 */@font-face {
    font-family: "StobiSans";
    src: url("https://vlada.mk/build/assets/StobiSans-Medium-CwwGnJMh.woff2")
        format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* ==================================================
   ELEMENTOR WRAPPER
================================================== */

.elementor-3580 .elementor-element.elementor-element-b1a5162,
.elementor-3580 .elementor-element.elementor-element-b1a5162 > .elementor-widget-container {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    box-shadow: none !important;

    overflow: visible;
}


/* ==================================================
   HERO GLOBAL
================================================== */

.inova-hero,
.inova-hero * {
    box-sizing: border-box;

    font-family:
        "StobiSans",
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-weight: 500;
}


.inova-hero {
    position: relative;

    width: 100%;
    min-height: 100vh;
    min-height: 100svh;

    margin: 0 !important;
    padding: 0;

    overflow: hidden;

    background-color: #dce8f1 !important;

    background-image:
        url("https://inova.gov.mk/wp-content/uploads/2026/08/skopjecity2.png") !important;

    background-repeat: no-repeat !important;

    /*
     * The image covers the complete hero,
     * from the top to the bottom of the screen.
     */
    background-position: center center !important;
    background-size: cover !important;

    border: 0 !important;
    box-shadow: none !important;
}


/* Remove old hero decorative backgrounds */

.inova-hero::before,
.inova-hero::after {
    display: none !important;
    content: none !important;
}


/* ==================================================
   HERO INNER
================================================== */

.inova-hero-inner {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1420px;

    min-height: 100vh;
    min-height: 100svh;

    margin: 0 auto;

    padding:
        110px
        65px
        45px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 60px;

    background: transparent !important;
}


/* ==================================================
   HERO CONTENT
================================================== */

.inova-hero-content {
    position: relative;
    z-index: 4;

    width: fit-content;
    max-width: none;

    flex: 0 0 auto;

    background: transparent !important;
}


/* ==================================================
   DECORATIVE SHAPE 1
================================================== */

.inova-hero-content::before {
    content: "";

    position: absolute;
    z-index: -1;

    top: 20px;
    right: -150px;

    width: 210px;
    height: 150px;

    background:
        linear-gradient(
            135deg,
            rgba(18, 28, 88, 0.28) 0%,
            rgba(32, 16, 145, 0.22) 100%
        );

    border:
        2px solid
        rgba(75, 88, 220, 0.34);

    clip-path:
        polygon(
            0 0,
            calc(100% - 26px) 0,
            100% 26px,
            100% 100%,
            26px 100%,
            0 calc(100% - 26px)
        );

    transform: rotate(4deg);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    pointer-events: none;
}


/* ==================================================
   DECORATIVE SHAPE 2
================================================== */

.inova-hero-content::after {
    content: "";

    position: absolute;
    z-index: -1;

    right: -85px;
    bottom: -45px;

    width: 135px;
    height: 95px;

    background:
        linear-gradient(
            135deg,
            rgba(10, 18, 70, 0.24) 0%,
            rgba(28, 12, 125, 0.18) 100%
        );

    border:
        2px solid
        rgba(75, 88, 220, 0.28);

    clip-path:
        polygon(
            20px 0,
            100% 0,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            0 100%,
            0 20px
        );

    transform: rotate(-8deg);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    pointer-events: none;
}


/* ==================================================
   TEXT SHAPE
================================================== */

.inova-hero-text-shape {
    width: fit-content;
    min-height: 190px;

    padding: 30px 34px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            135deg,
            rgba(8, 16, 58, 0.68) 0%,
            rgba(18, 8, 105, 0.66) 100%
        ) !important;

    clip-path:
        polygon(
            0 0,
            calc(100% - 30px) 0,
            100% 30px,
            100% 100%,
            30px 100%,
            0 calc(100% - 30px)
        );

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}


/* ==================================================
   HERO TITLE
================================================== */

.inova-hero-title {
    margin: 0;

    color: #ffffff !important;

    font-size: clamp(20px, 1.55vw, 27px);
    font-weight: 500;

    line-height: 1.18;
    letter-spacing: -0.01em;

    white-space: nowrap;
}


/* ==================================================
   HERO SLIDER
================================================== */

.inova-hero-slider {
    position: relative;
    z-index: 5;

    width: min(48vw, 650px);
    height: clamp(320px, 52vh, 520px);

    margin-left: auto;

    flex: 0 0 auto;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.8);

    border-radius: 34px;

    background:
        rgba(255, 255, 255, 0.08);

    box-shadow:
        0 20px 50px
        rgba(8, 16, 58, 0.14);
}


/* ==================================================
   SLIDES
================================================== */

.inova-hero-slide {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
    visibility: hidden;

    transform: scale(1.03);

    transition:
        opacity 0.8s ease,
        visibility 0.8s ease,
        transform 1.2s ease;
}


.inova-hero-slide.is-active {
    opacity: 1;
    visibility: visible;

    transform: scale(1);
}


.inova-hero-slide img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    border-radius: inherit;
}


/* ==================================================
   SLIDER ARROWS
================================================== */

.inova-slider-arrow {
    position: absolute;
    z-index: 20;

    top: 50%;

    width: 46px;
    height: 46px;

    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border:
        1px solid
        rgba(255, 255, 255, 0.7) !important;

    border-radius: 50%;

    background:
        rgba(8, 16, 58, 0.52) !important;

    color: #ffffff !important;

    font-family: Arial, sans-serif !important;
    font-size: 34px;
    font-weight: 300;

    line-height: 1;

    cursor: pointer;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}


.inova-slider-prev {
    left: 18px;
}


.inova-slider-next {
    right: 18px;
}


.inova-slider-arrow:hover,
.inova-slider-arrow:focus {
    background:
        rgba(8, 16, 58, 0.78) !important;
}


.inova-slider-prev:hover {
    transform:
        translateY(-50%)
        translateX(-2px);
}


.inova-slider-next:hover {
    transform:
        translateY(-50%)
        translateX(2px);
}


/* ==================================================
   SLIDER DOTS
================================================== */

.inova-hero-slider-dots {
    position: absolute;
    z-index: 20;

    left: 50%;
    bottom: 20px;

    transform: translateX(-50%);

    display: flex;
    align-items: center;

    gap: 8px;
}


.inova-hero-slider-dots button {
    width: 8px;
    height: 8px;

    min-width: 8px;

    margin: 0;
    padding: 0;

    border: 0 !important;
    border-radius: 999px;

    background:
        rgba(255, 255, 255, 0.58) !important;

    cursor: pointer;

    transition:
        width 0.25s ease,
        background 0.25s ease;
}


.inova-hero-slider-dots button.is-active {
    width: 26px;

    background: #ffffff !important;
}


/* ==================================================
   LARGE DESKTOP
================================================== */

@media (min-width: 1500px) {

    .inova-hero-slider {
        width: min(48vw, 680px);
        height: clamp(360px, 54vh, 560px);
    }
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .inova-hero-inner {
        padding:
            105px
            30px
            40px;

        gap: 35px;
    }

    .inova-hero-content {
        max-width: 45%;
    }

    .inova-hero-title {
        font-size: 22px;
    }

    .inova-hero-slider {
        width: 48%;
        height: 390px;

        border-radius: 28px;
    }

    .inova-slider-arrow {
        width: 42px;
        height: 42px;

        font-size: 30px;
    }

    .inova-slider-prev {
        left: 14px;
    }

    .inova-slider-next {
        right: 14px;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .inova-hero {
        min-height: 100vh;
        min-height: 100svh;

        /*
         * Full background image from the top
         * to the bottom of the first screen.
         */
        background-position: center center !important;
        background-size: cover !important;
    }

    .inova-hero-inner {
        width: 100%;

        min-height: 100vh;
        min-height: 100svh;

        padding:
            112px
            14px
            32px;

        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;

        gap: 18px;
    }


    /* ---------- MOBILE TEXT ---------- */

    .inova-hero-content {
        width: 100%;
        max-width: 100%;

        flex: 0 0 auto;
    }

    .inova-hero-content::before,
    .inova-hero-content::after {
        display: none !important;
        content: none !important;
    }

    .inova-hero-text-shape {
        width: 100%;
        min-height: 0;

        padding: 20px 18px;

        clip-path:
            polygon(
                0 0,
                calc(100% - 22px) 0,
                100% 22px,
                100% 100%,
                22px 100%,
                0 calc(100% - 22px)
            );

        background:
            linear-gradient(
                135deg,
                rgba(8, 16, 58, 0.78) 0%,
                rgba(18, 8, 105, 0.75) 100%
            ) !important;

        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .inova-hero-title {
        width: 100%;

        font-size: clamp(18px, 5.3vw, 23px);
        line-height: 1.2;
        letter-spacing: -0.015em;

        white-space: normal;
    }


    /* ---------- MOBILE SLIDER ---------- */

    .inova-hero-slider {
        width: 100%;
        height: clamp(230px, 38svh, 340px);
        min-height: 0;

        margin: 0;

        flex: 0 0 auto;

        border-radius: 22px;

        border:
            1px solid
            rgba(255, 255, 255, 0.72);

        box-shadow:
            0 14px 35px
            rgba(8, 16, 58, 0.2);
    }

    .inova-hero-slide img {
        object-fit: cover;
        object-position: center;
    }


    /* ---------- MOBILE ARROWS ---------- */

    .inova-slider-arrow {
        width: 44px;
        height: 44px;

        font-size: 30px;

        background:
            rgba(8, 16, 58, 0.64) !important;
    }

    .inova-slider-prev {
        left: 10px;
    }

    .inova-slider-next {
        right: 10px;
    }

    .inova-slider-arrow:active {
        background:
            rgba(8, 16, 58, 0.88) !important;
    }


    /* ---------- MOBILE DOTS ---------- */

    .inova-hero-slider-dots {
        bottom: 13px;

        gap: 7px;

        padding: 7px 10px;

        border-radius: 999px;

        background:
            rgba(8, 16, 58, 0.38);

        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .inova-hero-slider-dots button {
        width: 8px;
        height: 8px;
    }

    .inova-hero-slider-dots button.is-active {
        width: 24px;
    }
}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .inova-hero {
        background-position: 52% center !important;
        background-size: cover !important;
    }

    .inova-hero-inner {
        padding:
            104px
            12px
            24px;

        gap: 14px;
    }

    .inova-hero-text-shape {
        padding: 17px 15px;

        clip-path:
            polygon(
                0 0,
                calc(100% - 18px) 0,
                100% 18px,
                100% 100%,
                18px 100%,
                0 calc(100% - 18px)
            );
    }

    .inova-hero-title {
        font-size: clamp(16px, 4.8vw, 19px);
        line-height: 1.22;
    }

    .inova-hero-slider {
        height: clamp(225px, 37svh, 300px);

        border-radius: 18px;
    }

    .inova-slider-arrow {
        width: 42px;
        height: 42px;

        font-size: 28px;
    }

    .inova-slider-prev {
        left: 8px;
    }

    .inova-slider-next {
        right: 8px;
    }

    .inova-hero-slider-dots {
        bottom: 10px;
    }
}


/* ==================================================
   VERY SMALL MOBILE
================================================== */

@media (max-width: 360px) {

    .inova-hero-inner {
        padding:
            102px
            10px
            20px;

        gap: 12px;
    }

    .inova-hero-text-shape {
        padding: 15px 13px;
    }

    .inova-hero-title {
        font-size: 15px;
    }

    .inova-hero-slider {
        height: clamp(210px, 35svh, 260px);
    }
}


/* ==================================================
   SHORT MOBILE SCREENS
================================================== */

@media (max-width: 767px) and (max-height: 700px) {

    .inova-hero-inner {
        justify-content: flex-start;

        padding-top: 102px;
        padding-bottom: 18px;

        gap: 12px;
    }

    .inova-hero-text-shape {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .inova-hero-title {
        font-size: 16px;
    }

    .inova-hero-slider {
        height: clamp(205px, 36svh, 250px);
    }
}


/* ==================================================
   ACCESSIBILITY
================================================== */

@media (prefers-reduced-motion: reduce) {

    .inova-hero-slide,
    .inova-slider-arrow,
    .inova-hero-slider-dots button {
        transition: none !important;
    }
}

@media (max-width: 767px) {
    .inova-hero-title {
        font-size: clamp(22px, 6vw, 28px) !important;
        line-height: 1.18;
    }
}

@media (max-width: 480px) {
    .inova-hero-title {
        font-size: clamp(20px, 5.8vw, 24px) !important;
        line-height: 1.2;
    }
}

@media (max-width: 360px) {
    .inova-hero-title {
        font-size: 19px !important;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-1207cf3 *//* ==================================================
   STATS SECTION
================================================== */

.inova-stats,
.inova-stats * {
    box-sizing: border-box;

    font-family:
        "StobiSans",
        ui-sans-serif,
        system-ui,
        sans-serif !important;
}


.inova-stats {
    position: relative;

    width: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;

    color: #ffffff;

    /*
       Same magenta/burgundy identity,
       but a little more modern
    */

    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(255, 255, 255, 0.06) 0%,
            rgba(255, 255, 255, 0) 30%
        ),
        radial-gradient(
            circle at 85% 70%,
            rgba(77, 0, 120, 0.20) 0%,
            rgba(77, 0, 120, 0) 35%
        ),
        linear-gradient(
            110deg,
            #650046 0%,
            #7a0054 45%,
            #88005c 72%,
            #680047 100%
        );
}


/* subtle top/bottom highlight */

.inova-stats::before {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.08);

    border-bottom:
        1px solid
        rgba(0, 0, 0, 0.08);
}


/* ==================================================
   INNER
================================================== */

.inova-stats-inner {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1420px;

    min-height: 135px;

    margin: 0 auto;

    padding:
        24px
        65px;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    align-items: center;

    gap: 40px;
}


/* ==================================================
   ITEM
================================================== */

.inova-stat-item {
    position: relative;

    text-align: center;

    opacity: 0;

    transform:
        translateY(18px);

    transition:
        opacity 0.6s ease,
        transform 0.6s
        cubic-bezier(0.22, 1, 0.36, 1);
}


/* visible state */

.inova-stats.is-visible
.inova-stat-item {
    opacity: 1;

    transform:
        translateY(0);
}


/* stagger animation */

.inova-stats.is-visible
.inova-stat-item:nth-child(1) {
    transition-delay: 0.05s;
}

.inova-stats.is-visible
.inova-stat-item:nth-child(2) {
    transition-delay: 0.13s;
}

.inova-stats.is-visible
.inova-stat-item:nth-child(3) {
    transition-delay: 0.21s;
}

.inova-stats.is-visible
.inova-stat-item:nth-child(4) {
    transition-delay: 0.29s;
}


/* subtle separators desktop */

.inova-stat-item:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 50%;
    right: -20px;

    width: 1px;
    height: 45px;

    transform:
        translateY(-50%);

    background:
        linear-gradient(
            to bottom,
            transparent,
            rgba(255, 255, 255, 0.22),
            transparent
        );
}


/* ==================================================
   NUMBER
================================================== */

.inova-stat-number {
    margin:
        0
        0
        6px;

    color: #ffffff;

    font-size: 36px;
    font-weight: 500;

    line-height: 1;

    letter-spacing: -0.025em;

    text-shadow:
        0 3px 18px
        rgba(0, 0, 0, 0.12);
}


/* ==================================================
   LABEL
================================================== */

.inova-stat-label {
    color:
        rgba(255, 255, 255, 0.90);

    font-size: 14px;
    font-weight: 500;

    line-height: 1.35;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .inova-stats-inner {
        padding-left: 30px;
        padding-right: 30px;

        gap: 24px;
    }


    .inova-stat-number {
        font-size: 30px;
    }


    .inova-stat-label {
        font-size: 13px;
    }


    .inova-stat-item:not(:last-child)::after {
        right: -12px;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .inova-stats-inner {
        min-height: 0;

        padding:
            34px
            20px;

        grid-template-columns:
            repeat(2, 1fr);

        gap:
            34px
            20px;
    }


    .inova-stat-number {
        font-size: 29px;
    }


    .inova-stat-label {
        font-size: 12px;
    }


    .inova-stat-item::after {
        display: none;
    }
}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .inova-stats-inner {
        grid-template-columns: 1fr;

        gap: 28px;

        padding-top: 35px;
        padding-bottom: 35px;
    }
}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

    .inova-stat-item {
        opacity: 1;

        transform: none;

        transition: none;
    }
}

.inova-stat-item {
    position: relative;
    text-align: center;

    opacity: 1;
    transform: translateY(0);
}

.inova-stats.has-animation .inova-stat-item {
    opacity: 0;
    transform: translateY(18px);

    transition:
        opacity 0.6s ease,
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.inova-stats.has-animation.is-visible .inova-stat-item {
    opacity: 1;
    transform: translateY(0);
}

.inova-stats.has-animation.is-visible .inova-stat-item:nth-child(1) {
    transition-delay: 0.05s;
}

.inova-stats.has-animation.is-visible .inova-stat-item:nth-child(2) {
    transition-delay: 0.13s;
}

.inova-stats.has-animation.is-visible .inova-stat-item:nth-child(3) {
    transition-delay: 0.21s;
}

.inova-stats.has-animation.is-visible .inova-stat-item:nth-child(4) {
    transition-delay: 0.29s;
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-45d5ae3 *//* ==================================================
   MISSIONS
================================================== */

.inova-missions,
.inova-missions * {
    box-sizing: border-box;

    font-family:
        "StobiSans",
        ui-sans-serif,
        system-ui,
        sans-serif !important;
}


.inova-missions {
    position: relative;

    width: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background: #081238;
}


/* ==================================================
   INNER
================================================== */

.inova-missions-inner {
    position: relative;

    width: 100%;
    max-width: 1420px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 65px;
    padding-right: 65px;
}


/* ==================================================
   TOP AREA
================================================== */

.inova-missions-top {
    position: relative;

    width: 100%;

    padding-top: 64px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(65, 92, 210, 0.24) 0%,
            rgba(65, 92, 210, 0) 32%
        ),
        radial-gradient(
            circle at 88% 5%,
            rgba(105, 56, 180, 0.20) 0%,
            rgba(105, 56, 180, 0) 35%
        ),
        linear-gradient(
            120deg,
            #071137 0%,
            #0c1a50 45%,
            #131957 72%,
            #0a123c 100%
        );
}


.inova-missions-top::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -180px;
    top: -220px;

    border-radius: 50%;

    border:
        1px solid
        rgba(255, 255, 255, 0.07);

    pointer-events: none;
}


.inova-missions-top::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.18) 50%,
            transparent 100%
        );
}


/* ==================================================
   HEADING
================================================== */

.inova-missions-heading {
    position: relative;

    margin:
        0
        0
        38px;

    color: #ffffff !important;

    font-size: 30px;
    font-weight: 500;

    line-height: 1.2;

    letter-spacing: -0.02em;

    opacity: 1;
}


.inova-missions-heading::after {
    content: "";

    display: block;

    width: 56px;
    height: 3px;

    margin-top: 15px;

    border-radius: 99px;

    background:
        linear-gradient(
            90deg,
            #f5b62f,
            #e8a2ba,
            #2bb8a7
        );
}


/* ==================================================
   ENTRANCE ANIMATION
================================================== */

.inova-missions.has-animation
.inova-missions-heading {
    opacity: 0;

    transform:
        translateY(18px);

    transition:
        opacity 0.65s ease,
        transform 0.65s
        cubic-bezier(0.22, 1, 0.36, 1);
}


.inova-missions.has-animation.is-visible
.inova-missions-heading {
    opacity: 1;

    transform:
        translateY(0);
}


/* ==================================================
   TABS
================================================== */

.inova-mission-tabs {
    position: relative;
    z-index: 3;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    align-items: stretch;

    gap: 18px;

    padding-bottom: 30px;
}


/* ==================================================
   INDIVIDUAL TAB
================================================== */

.inova-mission-tab {
    position: relative;

    width: 100%;
    min-height: 86px;

    padding:
        0
        22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 18px;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.13) !important;

    border-radius:
        14px !important;

    outline: 0;

    color:
        #ffffff !important;

    font-size: 16px;
    font-weight: 500;

    line-height: 1.25;

    text-align: left;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    box-shadow:
        0 10px 30px
        rgba(0, 0, 0, 0.10);

    transition:
        background 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        transform 0.28s
        cubic-bezier(0.22, 1, 0.36, 1);
}


/* entrance */

.inova-missions.has-animation
.inova-mission-tab {
    opacity: 0;

    transform:
        translateY(22px);

    transition:
        opacity 0.6s ease,
        transform 0.6s
        cubic-bezier(0.22, 1, 0.36, 1),
        background 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}


.inova-missions.has-animation.is-visible
.inova-mission-tab {
    opacity: 1;

    transform:
        translateY(0);
}


.inova-missions.has-animation.is-visible
.inova-mission-tab:nth-child(1) {
    transition-delay: 0.08s;
}


.inova-missions.has-animation.is-visible
.inova-mission-tab:nth-child(2) {
    transition-delay: 0.16s;
}


.inova-missions.has-animation.is-visible
.inova-mission-tab:nth-child(3) {
    transition-delay: 0.24s;
}


/* ==================================================
   COLOR ACCENTS
================================================== */

.inova-mission-tab.is-yellow {
    background:
        linear-gradient(
            135deg,
            rgba(245, 182, 47, 0.20),
            rgba(245, 182, 47, 0.07)
        ) !important;
}


.inova-mission-tab.is-pink {
    background:
        linear-gradient(
            135deg,
            rgba(232, 162, 186, 0.20),
            rgba(232, 162, 186, 0.07)
        ) !important;
}


.inova-mission-tab.is-teal {
    background:
        linear-gradient(
            135deg,
            rgba(43, 184, 167, 0.20),
            rgba(43, 184, 167, 0.07)
        ) !important;
}


/* ==================================================
   TOP ACCENT
================================================== */

.inova-mission-tab::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    top: 0;

    height: 3px;

    opacity: 0.8;

    transition:
        height 0.25s ease,
        opacity 0.25s ease;
}


.inova-mission-tab.is-yellow::before {
    background: #f5b62f;
}


.inova-mission-tab.is-pink::before {
    background: #e8a2ba;
}


.inova-mission-tab.is-teal::before {
    background: #2bb8a7;
}


/* ==================================================
   HOVER
================================================== */

.inova-mission-tab:hover {
    border-color:
        rgba(255, 255, 255, 0.28) !important;

    transform:
        translateY(-3px);

    box-shadow:
        0 15px 35px
        rgba(0, 0, 0, 0.17);
}


/* ==================================================
   ACTIVE TAB
================================================== */

.inova-mission-tab.is-active {
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0.08)
        ) !important;

    border-color:
        rgba(255, 255, 255, 0.34) !important;

    box-shadow:
        0 15px 38px
        rgba(0, 0, 0, 0.18);

    transform:
        translateY(-2px);
}


.inova-mission-tab.is-active::before {
    height: 5px;

    opacity: 1;
}


/* ==================================================
   PLUS / MINUS
================================================== */

.inova-mission-plus {
    flex: 0 0 auto;

    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(255, 255, 255, 0.20);

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.07);

    color: #ffffff !important;

    font-size: 21px;
    font-weight: 500;

    line-height: 1;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}


.inova-mission-tab:hover
.inova-mission-plus {
    background:
        rgba(255, 255, 255, 0.13);
}


.inova-mission-tab.is-active
.inova-mission-plus {
    background:
        rgba(255, 255, 255, 0.14);

    border-color:
        rgba(255, 255, 255, 0.34);
}


/* ==================================================
   CONTENT BACKGROUND
================================================== */

.inova-missions-bottom {
    position: relative;

    width: 100%;

    margin: 0;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 88% 45%,
            rgba(66, 67, 182, 0.18) 0%,
            rgba(66, 67, 182, 0) 31%
        ),
        radial-gradient(
            circle at 8% 85%,
            rgba(34, 94, 170, 0.11) 0%,
            rgba(34, 94, 170, 0) 31%
        ),
        linear-gradient(
            135deg,
            #061034 0%,
            #091746 50%,
            #0e1d55 100%
        );

    border-top:
        1px solid
        rgba(255, 255, 255, 0.07);
}


.inova-missions-bottom::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    left: -270px;
    bottom: -320px;

    border-radius: 50%;

    border:
        1px solid
        rgba(255, 255, 255, 0.055);

    pointer-events: none;
}


/* ==================================================
   CONTENT GRID
================================================== */

.inova-missions-content {
    position: relative;
    z-index: 2;

    min-height: 430px;

    padding-top: 58px;
    padding-bottom: 58px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, 440px);

    align-items: center;

    gap: 75px;
}


/* ==================================================
   TEXT
================================================== */

.inova-mission-text {
    width: 100%;
    max-width: 680px;

    color: #ffffff;
}


.inova-mission-copy {
    transition:
        opacity 0.25s ease,
        transform 0.3s
        cubic-bezier(0.22, 1, 0.36, 1);
}


.inova-mission-text p {
    margin:
        0
        0
        22px;

    color:
        rgba(255, 255, 255, 0.93) !important;

    font-size: 19px;
    font-weight: 400;

    line-height: 1.5;

    letter-spacing: -0.005em;
}


.inova-mission-text p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   LINK
================================================== */

.inova-mission-link {
    position: relative;

    margin-top: 31px;

    display: inline-flex;
    align-items: center;

    gap: 12px;

    padding-bottom: 6px;

    color: #ffffff !important;

    font-size: 17px;
    font-weight: 500 !important;

    line-height: 1.2;

    text-decoration: none !important;

    transition:
        gap 0.25s ease,
        opacity 0.25s ease,
        transform 0.3s ease;
}


.inova-mission-link::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background:
        rgba(255, 255, 255, 0.40);

    transform-origin: left;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.inova-mission-link:hover {
    gap: 18px;

    color: #ffffff !important;
}


.inova-mission-link:hover::after {
    background:
        rgba(255, 255, 255, 0.95);

    transform:
        scaleX(1.04);
}


.inova-mission-link-text,
.inova-mission-arrow {
    color: #ffffff !important;
}


.inova-mission-arrow {
    font-size: 22px;
    font-weight: 500 !important;

    transition:
        transform 0.25s ease;
}


.inova-mission-link:hover
.inova-mission-arrow {
    transform:
        translateX(4px);
}


/* ==================================================
   IMAGE WRAPPER
================================================== */

.inova-mission-image-wrap {
    position: relative;

    width: 100%;

    display: flex;
    justify-content: flex-end;

    transition:
        opacity 0.25s ease,
        transform 0.35s
        cubic-bezier(0.22, 1, 0.36, 1);
}


/* offset institutional frame */

.inova-mission-image-wrap::before {
    content: "";

    position: absolute;

    left: -14px;
    top: -14px;

    width:
        calc(100% - 8px);

    height:
        calc(100% - 8px);

    border:
        1px solid
        rgba(255, 255, 255, 0.18);

    border-radius: 20px;

    pointer-events: none;
}


/* accent corner */

.inova-mission-image-wrap::after {
    content: "";

    position: absolute;

    right: -9px;
    bottom: -9px;

    width: 62px;
    height: 62px;

    border-right:
        2px solid
        rgba(245, 182, 47, 0.48);

    border-bottom:
        2px solid
        rgba(43, 184, 167, 0.48);

    border-radius:
        0
        0
        18px
        0;

    pointer-events: none;
}


/* ==================================================
   IMAGE
================================================== */

.inova-mission-image {
    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
    max-width: 440px;

    height: 285px;

    border:
        1px solid
        rgba(255, 255, 255, 0.18);

    border-radius:
        18px !important;

    object-fit: cover;
    object-position: center;

    box-shadow:
        0 20px 50px
        rgba(0, 0, 0, 0.25);

    transition:
        opacity 0.25s ease,
        transform 0.4s
        cubic-bezier(0.22, 1, 0.36, 1);
}


.inova-mission-image-wrap:hover
.inova-mission-image {
    transform:
        scale(1.015);
}


/* ==================================================
   CONTENT CHANGE ANIMATION
================================================== */

.inova-missions.is-changing
.inova-mission-copy {
    opacity: 0;

    transform:
        translateY(10px);
}


.inova-missions.is-changing
.inova-mission-link {
    opacity: 0;

    transform:
        translateY(8px);
}


.inova-missions.is-changing
.inova-mission-image-wrap {
    opacity: 0;

    transform:
        translateX(14px);
}


.inova-missions.is-changing
.inova-mission-image {
    transform:
        scale(0.98);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .inova-missions-inner {
        padding-left: 30px;
        padding-right: 30px;
    }


    .inova-missions-top {
        padding-top: 48px;
    }


    .inova-missions-heading {
        margin-bottom: 32px;

        font-size: 26px;
    }


    .inova-mission-tabs {
        gap: 14px;

        padding-bottom: 25px;
    }


    .inova-mission-tab {
        min-height: 74px;

        padding:
            0
            17px;

        font-size: 14px;
    }


    .inova-mission-plus {
        width: 30px;
        height: 30px;

        font-size: 19px;
    }


    .inova-missions-content {
        min-height: 370px;

        grid-template-columns:
            minmax(0, 1fr)
            350px;

        gap: 45px;

        padding-top: 45px;
        padding-bottom: 45px;
    }


    .inova-mission-text p {
        font-size: 17px;
    }


    .inova-mission-link {
        font-size: 16px;
    }


    .inova-mission-image {
        max-width: 350px;

        height: 240px;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .inova-missions-inner {
        padding-left: 16px;
        padding-right: 16px;
    }


    .inova-missions-top {
        padding-top: 38px;
    }


    .inova-missions-heading {
        margin-bottom: 28px;

        font-size: 23px;
    }


    .inova-mission-tabs {
        grid-template-columns: 1fr;

        gap: 10px;

        padding-bottom: 25px;
    }


    .inova-mission-tab {
        min-height: 62px;

        padding:
            0
            18px;

        font-size: 14px;

        border-radius:
            12px !important;
    }


    .inova-mission-tab:hover,
    .inova-mission-tab.is-active {
        transform: none;
    }


    .inova-missions-content {
        min-height: 0;

        grid-template-columns: 1fr;

        gap: 36px;

        padding-top: 36px;
        padding-bottom: 42px;
    }


    .inova-mission-text {
        max-width: none;
    }


    .inova-mission-text p {
        margin-bottom: 18px;

        font-size: 16px;

        line-height: 1.48;
    }


    .inova-mission-link {
        margin-top: 24px;

        font-size: 16px;
    }


    .inova-mission-image-wrap {
        justify-content:
            flex-start;
    }


    .inova-mission-image {
        max-width: 100%;

        height: auto;

        aspect-ratio:
            16 / 9;

        border-radius:
            14px !important;
    }


    .inova-mission-image-wrap::before {
        left: -7px;
        top: -7px;

        border-radius: 16px;
    }
}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .inova-missions-heading {
        font-size: 21px;
    }


    .inova-mission-tab {
        font-size: 13px;
    }


    .inova-mission-text p {
        font-size: 15px;
    }
}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

    .inova-missions-heading,
    .inova-mission-tab,
    .inova-mission-copy,
    .inova-mission-link,
    .inova-mission-image,
    .inova-mission-image-wrap,
    .inova-mission-plus {
        transition:
            none !important;
    }


    .inova-missions-heading,
    .inova-mission-tab {
        opacity: 1 !important;

        transform:
            none !important;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-3cd937b *//* ==================================================
   SUPPORT SECTION
   GOVERNMENT / INSTITUTIONAL STYLE
================================================== */

.inova-support,
.inova-support * {
    box-sizing: border-box;

    font-family:
        "StobiSans",
        ui-sans-serif,
        system-ui,
        sans-serif !important;
}

.inova-support {
    position: relative;

    width: 100%;

    margin: 0;
    padding: 0;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfcff 100%
        );

    color: #1c2740;

    border-top:
        1px solid
        #edf0f5;

    border-bottom:
        1px solid
        #edf0f5;

    overflow: hidden;
}


/* subtle decorative institutional shape */

.inova-support::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -250px;
    top: -220px;

    border-radius: 50%;

    border:
        1px solid
        rgba(10, 18, 60, 0.06);

    pointer-events: none;
}


/* ==================================================
   INNER
================================================== */

.inova-support-inner {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1420px;

    min-height: 470px;

    margin:
        0
        auto;

    padding:
        78px
        65px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(340px, 410px);

    align-items: center;

    gap: 95px;
}


/* ==================================================
   LEFT CONTENT
================================================== */

.inova-support-content {
    width: 100%;
    max-width: 650px;

    color: #1d2943;
}


/* first paragraph */

.inova-support-content p {
    margin:
        0
        0
        26px;

    color:
        #4a5568 !important;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.55;
}


/* ==================================================
   TITLE
================================================== */

.inova-support-content h2 {
    position: relative;

    margin:
        0
        0
        28px;

    padding-left: 18px;

    color:
        #0a123c !important;

    font-size: 28px;
    font-weight: 500;

    line-height: 1.25;

    letter-spacing:
        -0.02em;
}


/* navy institutional line */

.inova-support-content h2::before {
    content: "";

    position: absolute;

    left: 0;
    top: 3px;

    width: 4px;
    height: calc(100% - 6px);

    border-radius: 99px;

    background:
        linear-gradient(
            180deg,
            #0a123c 0%,
            #243c9d 100%
        );
}


/* ==================================================
   LINK
================================================== */

.inova-support-link {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 11px;

    margin-top: 2px;

    padding:
        12px
        0;

    color:
        #0a123c !important;

    font-size: 17px;
    font-weight: 500 !important;

    line-height: 1.2;

    text-decoration:
        none !important;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}


/* underline */

.inova-support-link::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 7px;

    width: 100%;
    height: 1px;

    background:
        rgba(10, 18, 60, 0.28);

    transform-origin: left;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


.inova-support-link span {
    color:
        #0a123c !important;

    font-size: 22px;
    font-weight: 500 !important;

    line-height: 1;

    transition:
        transform 0.25s ease;
}


.inova-support-link:hover,
.inova-support-link:focus {
    color:
        #243c9d !important;

    gap: 16px;

    text-decoration:
        none !important;
}


.inova-support-link:hover::after,
.inova-support-link:focus::after {
    background:
        #243c9d;

    transform:
        scaleX(1.04);
}


.inova-support-link:hover span,
.inova-support-link:focus span {
    color:
        #243c9d !important;

    transform:
        translateX(3px);
}


/* ==================================================
   IMAGE WRAPPER
================================================== */

.inova-support-image-wrap {
    position: relative;

    width: 100%;

    display: flex;
    justify-content: flex-end;
}


/* formal border frame */

.inova-support-image-wrap::before {
    content: "";

    position: absolute;

    left: -14px;
    top: -14px;

    width:
        calc(100% - 4px);

    height:
        calc(100% - 4px);

    border:
        1px solid
        rgba(10, 18, 60, 0.15);

    border-radius:
        14px;

    pointer-events: none;
}


/* corner detail */

.inova-support-image-wrap::after {
    content: "";

    position: absolute;

    right: -8px;
    bottom: -8px;

    width: 58px;
    height: 58px;

    border-right:
        2px solid
        rgba(36, 60, 157, 0.38);

    border-bottom:
        2px solid
        rgba(36, 60, 157, 0.38);

    border-radius:
        0
        0
        12px
        0;

    pointer-events: none;
}


/* ==================================================
   IMAGE
================================================== */

.inova-support-image {
    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
    max-width: 410px;

    height: 310px;

    object-fit: cover;
    object-position: center;

    border:
        1px solid
        rgba(10, 18, 60, 0.10);

    border-radius:
        12px;

    box-shadow:
        0 18px 38px
        rgba(17, 30, 68, 0.12);

    transition:
        transform 0.4s
        cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease;
}


.inova-support-image-wrap:hover
.inova-support-image {
    transform:
        translateY(-3px);

    box-shadow:
        0 24px 46px
        rgba(17, 30, 68, 0.16);
}


/* ==================================================
   ENTRANCE ANIMATION
================================================== */

.inova-support.has-animation
.inova-support-content {
    opacity: 0;

    transform:
        translateY(22px);

    transition:
        opacity 0.65s ease,
        transform 0.65s
        cubic-bezier(0.22, 1, 0.36, 1);
}


.inova-support.has-animation
.inova-support-image-wrap {
    opacity: 0;

    transform:
        translateX(24px);

    transition:
        opacity 0.7s ease,
        transform 0.7s
        cubic-bezier(0.22, 1, 0.36, 1);
}


.inova-support.has-animation.is-visible
.inova-support-content {
    opacity: 1;

    transform:
        translateY(0);
}


.inova-support.has-animation.is-visible
.inova-support-image-wrap {
    opacity: 1;

    transform:
        translateX(0);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .inova-support-inner {
        padding:
            60px
            30px;

        grid-template-columns:
            minmax(0, 1fr)
            340px;

        gap: 55px;
    }


    .inova-support-content h2 {
        font-size: 24px;
    }


    .inova-support-content p {
        font-size: 16px;
    }


    .inova-support-image {
        max-width: 340px;

        height: 270px;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .inova-support-inner {
        min-height: 0;

        padding:
            46px
            16px;

        grid-template-columns: 1fr;

        gap: 38px;
    }


    .inova-support-content {
        max-width: none;
    }


    .inova-support-content h2 {
        margin-bottom: 24px;

        padding-left: 14px;

        font-size: 22px;
    }


    .inova-support-content p {
        margin-bottom: 22px;

        font-size: 16px;

        line-height: 1.5;
    }


    .inova-support-link {
        font-size: 16px;
    }


    .inova-support-image-wrap {
        justify-content:
            flex-start;
    }


    .inova-support-image {
        max-width: 100%;

        height: auto;

        aspect-ratio:
            4 / 3;

        border-radius:
            10px;
    }


    .inova-support-image-wrap::before {
        left: -7px;
        top: -7px;

        border-radius:
            12px;
    }


    .inova-support-image-wrap::after {
        right: -4px;
        bottom: -4px;

        width: 44px;
        height: 44px;
    }
}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

    .inova-support-content,
    .inova-support-image-wrap,
    .inova-support-image,
    .inova-support-link,
    .inova-support-link span {
        transition:
            none !important;

        transform:
            none !important;
    }

    .inova-support-content,
    .inova-support-image-wrap {
        opacity:
            1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-921b1a3 *//* ==================================================
   SCROLL SUPPORT SECTION
   GOVERNMENT / INSTITUTIONAL STYLE
================================================== */

.inova-scroll-support,
.inova-scroll-support * {
    box-sizing: border-box;

    font-family:
        "StobiSans",
        ui-sans-serif,
        system-ui,
        sans-serif !important;
}


/* ==================================================
   SECTION
================================================== */

.inova-scroll-support {
    position: relative;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfcff 100%
        );

    color: #1f2a44;

    border-top:
        1px solid #edf0f5;

    overflow: visible;
}


/* ==================================================
   DECORATIVE BACKGROUND
================================================== */

.inova-scroll-support::before {
    content: "";

    position: absolute;

    right: 30px;
    top: 150px;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    border:
        1px solid
        rgba(10, 18, 60, 0.045);

    pointer-events: none;
}


/* ==================================================
   MAIN INNER GRID
================================================== */

.inova-scroll-support-inner {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1420px;

    margin:
        0
        auto;

    padding:
        90px
        65px
        120px;

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(0, 0.85fr);

    gap: 70px;

    /*
     * Important:
     * both columns share the total grid-row height
     */
    align-items: stretch;
}


/* ==================================================
   GRID SAFETY
================================================== */

.inova-scroll-image-column,
.inova-scroll-content-column,
.inova-scroll-image-sticky,
.inova-scroll-support-item {
    min-width: 0;
    max-width: 100%;
}


/* ==================================================
   LEFT IMAGE COLUMN
   JS USES THIS AS POSITIONING BOUNDARY
================================================== */

.inova-scroll-image-column {
    position: relative !important;

    align-self: stretch;

    width: 100%;
    min-width: 0;
    max-width: 100%;

    min-height: 520px;

    z-index: 5;
}


/* ==================================================
   IMAGE BOX - DEFAULT STATE
================================================== */

.inova-scroll-image-sticky {
    position: relative !important;

    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;

    width: 100% !important;
    max-width: 100%;

    height: 520px;

    overflow: hidden;

    border:
        1px solid
        rgba(10, 18, 60, 0.10);

    border-radius: 18px;

    background:
        #eef1f6;

    box-shadow:
        0 20px 45px
        rgba(17, 30, 68, 0.12);

    z-index: 10;
}


/* ==================================================
   IMAGE BOX - PINNED STATE
   JS ADDS .is-pinned
================================================== */

.inova-scroll-image-sticky.is-pinned {
    position: fixed !important;

    top: 110px !important;

    right: auto !important;
    bottom: auto !important;

    z-index: 100 !important;
}


/* ==================================================
   IMAGE BOX - BOTTOM STATE
   JS ADDS .is-at-bottom
================================================== */

.inova-scroll-image-sticky.is-at-bottom {
    position: absolute !important;

    top: auto !important;

    left: 0 !important;
    right: auto !important;

    bottom: 0 !important;

    width: 100% !important;

    z-index: 10 !important;
}


/* ==================================================
   IMAGE INNER FRAME
================================================== */

.inova-scroll-image-sticky::before {
    content: "";

    position: absolute;
    z-index: 20;

    inset: 14px;

    border:
        1px solid
        rgba(255, 255, 255, 0.35);

    border-radius: 12px;

    pointer-events: none;
}


/* ==================================================
   IMAGE ACCENT LINE
================================================== */

.inova-scroll-image-sticky::after {
    content: "";

    position: absolute;
    z-index: 21;

    left: 22px;
    bottom: 22px;

    width: 54px;
    height: 3px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #0a123c,
            #243c9d
        );

    pointer-events: none;
}


/* ==================================================
   IMAGES
================================================== */

.inova-scroll-image {
    position: absolute;

    inset: 0;

    display: block;

    width: 100%;
    height: 100%;

    max-width: 100%;

    object-fit: cover;
    object-position: center;

    opacity: 0;

    visibility: hidden;

    transform:
        scale(1.05);

    filter:
        saturate(0.92)
        contrast(0.98);

    transition:
        opacity 0.55s ease,
        transform 0.75s
        cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.55s ease,
        visibility 0s linear 0.55s;

    will-change:
        opacity,
        transform;
}


/* ==================================================
   ACTIVE IMAGE
================================================== */

.inova-scroll-image.is-active {
    opacity: 1;

    visibility: visible;

    transform:
        scale(1);

    filter:
        saturate(1)
        contrast(1);

    transition:
        opacity 0.55s ease,
        transform 0.75s
        cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.55s ease,
        visibility 0s linear 0s;
}


/* ==================================================
   RIGHT CONTENT COLUMN
================================================== */

.inova-scroll-content-column {
    position: relative;

    width: 100%;
    min-width: 0;
    max-width: 100%;

    padding-left: 34px;
}


/* ==================================================
   VERTICAL PROGRESS LINE
================================================== */

.inova-scroll-content-column::before {
    content: "";

    position: absolute;

    left: 5px;
    top: 0;
    bottom: 0;

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            transparent 0%,
            rgba(10, 18, 60, 0.12) 8%,
            rgba(10, 18, 60, 0.12) 92%,
            transparent 100%
        );

    pointer-events: none;
}


/* ==================================================
   SCROLL ITEMS
================================================== */

.inova-scroll-support-item {
    position: relative;

    width: 100%;
    max-width: 100%;
    min-width: 0;

    min-height: 70vh;

    padding:
        74px
        0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border-bottom:
        1px solid
        rgba(10, 18, 60, 0.10);

    opacity: 0.30;

    transform:
        translateY(22px);

    transition:
        opacity 0.48s ease,
        transform 0.65s
        cubic-bezier(0.22, 1, 0.36, 1);
}


/* ==================================================
   FIRST ITEM
================================================== */

.inova-scroll-support-item:first-child {
    padding-top: 34px;
}


/* ==================================================
   LAST ITEM
================================================== */

.inova-scroll-support-item:last-child {
    border-bottom: 0;
}


/* ==================================================
   ACTIVE ITEM
================================================== */

.inova-scroll-support-item.is-active {
    opacity: 1;

    transform:
        translateY(0);
}


/* ==================================================
   PROGRESS DOT
================================================== */

.inova-scroll-support-item::before {
    content: "";

    position: absolute;

    left: -34px;
    top: 50%;

    width: 11px;
    height: 11px;

    border-radius: 50%;

    background:
        #ffffff;

    border:
        2px solid
        rgba(10, 18, 60, 0.25);

    transform:
        translateY(-50%)
        scale(0.82);

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* ==================================================
   ACTIVE PROGRESS DOT
================================================== */

.inova-scroll-support-item.is-active::before {
    background:
        #0a123c;

    border-color:
        #0a123c;

    transform:
        translateY(-50%)
        scale(1);

    box-shadow:
        0 0 0 5px
        rgba(10, 18, 60, 0.08);
}


/* ==================================================
   TEXT ANIMATION DEFAULT STATE
================================================== */

.inova-scroll-number,
.inova-scroll-support-item h2,
.inova-scroll-support-item p,
.inova-scroll-support-item a {
    opacity: 0.48;

    transform:
        translateY(13px);

    transition:
        opacity 0.45s ease,
        transform 0.6s
        cubic-bezier(0.22, 1, 0.36, 1);
}


/* ==================================================
   TEXT STAGGER
================================================== */

.inova-scroll-support-item h2 {
    transition-delay: 0.03s;
}

.inova-scroll-support-item p {
    transition-delay: 0.07s;
}

.inova-scroll-support-item a {
    transition-delay: 0.11s;
}


/* ==================================================
   ACTIVE TEXT
================================================== */

.inova-scroll-support-item.is-active
.inova-scroll-number,
.inova-scroll-support-item.is-active h2,
.inova-scroll-support-item.is-active p,
.inova-scroll-support-item.is-active a {
    opacity: 1;

    transform:
        translateY(0);
}


/* ==================================================
   NUMBER
================================================== */

.inova-scroll-number {
    margin-bottom: 15px;

    color:
        #243c9d;

    font-size: 14px;
    font-weight: 500;

    line-height: 1;

    letter-spacing:
        0.12em;
}


/* ==================================================
   ACTIVE NUMBER
================================================== */

.inova-scroll-support-item.is-active
.inova-scroll-number {
    color:
        #0a123c;
}


/* ==================================================
   TITLE
================================================== */

.inova-scroll-support-item h2 {
    position: relative;

    width: 100%;
    max-width: 560px;

    margin:
        0
        0
        20px;

    color:
        #0a123c !important;

    font-size: 31px;
    font-weight: 500;

    line-height: 1.18;

    letter-spacing:
        -0.02em;

    overflow-wrap:
        break-word;
}


/* ==================================================
   TITLE ACCENT
================================================== */

.inova-scroll-support-item h2::after {
    content: "";

    display: block;

    width: 0;
    height: 3px;

    margin-top: 15px;

    border-radius:
        999px;

    background:
        linear-gradient(
            90deg,
            #0a123c,
            #243c9d
        );

    transition:
        width 0.55s
        cubic-bezier(0.22, 1, 0.36, 1);
}


/* ==================================================
   ACTIVE TITLE ACCENT
================================================== */

.inova-scroll-support-item.is-active
h2::after {
    width: 54px;
}


/* ==================================================
   PARAGRAPH
================================================== */

.inova-scroll-support-item p {
    width: 100%;
    max-width: 540px;

    margin:
        0
        0
        27px;

    color:
        #4a5568 !important;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.5;

    overflow-wrap:
        break-word;
}


/* ==================================================
   LINK
================================================== */

.inova-scroll-support-item a {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 10px;

    width:
        fit-content;

    max-width:
        100%;

    padding-bottom:
        5px;

    color:
        #0a123c !important;

    font-size: 16px;
    font-weight: 500;

    line-height: 1.2;

    text-decoration:
        none !important;
}


/* ==================================================
   LINK UNDERLINE
================================================== */

.inova-scroll-support-item a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background:
        rgba(10, 18, 60, 0.30);

    transform-origin:
        left;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


/* ==================================================
   LINK ARROW
================================================== */

.inova-scroll-support-item a span {
    flex: 0 0 auto;

    font-size: 20px;

    line-height: 1;

    transition:
        transform 0.25s ease;
}


/* ==================================================
   LINK HOVER
================================================== */

.inova-scroll-support-item a:hover,
.inova-scroll-support-item a:focus {
    color:
        #243c9d !important;

    gap: 15px;

    text-decoration:
        none !important;
}


.inova-scroll-support-item a:hover::after,
.inova-scroll-support-item a:focus::after {
    background:
        #243c9d;

    transform:
        scaleX(1.04);
}


.inova-scroll-support-item a:hover span,
.inova-scroll-support-item a:focus span {
    transform:
        translateX(3px);
}


/* ==================================================
   ELEMENTOR SAFETY
================================================== */

/* Elementor widget wrapper */
.elementor-3580 .elementor-element.elementor-element-921b1a3,
.elementor-3580 .elementor-element.elementor-element-921b1a3 > .elementor-widget-container {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: visible !important;
}

.elementor-3580 .elementor-element.elementor-element-921b1a3 .inova-scroll-support {
    width: 100%;
    max-width: 100%;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .inova-scroll-support-inner {
        padding:
            70px
            30px
            95px;

        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 0.82fr);

        gap:
            45px;

        align-items:
            stretch;
    }


    .inova-scroll-image-column {
        min-height:
            435px;
    }


    .inova-scroll-image-sticky {
        height:
            435px;
    }


    .inova-scroll-image-sticky.is-pinned {
        top:
            95px !important;
    }


    .inova-scroll-content-column {
        padding-left:
            28px;
    }


    .inova-scroll-content-column::before {
        left:
            4px;
    }


    .inova-scroll-support-item::before {
        left:
            -28px;
    }


    .inova-scroll-support-item {
        min-height:
            65vh;

        padding:
            60px
            0;
    }


    .inova-scroll-support-item h2 {
        font-size:
            27px;
    }


    .inova-scroll-support-item p {
        font-size:
            17px;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .inova-scroll-support::before {
        display: none;
    }


    .inova-scroll-support-inner {
        padding:
            44px
            16px
            65px;

        grid-template-columns:
            minmax(0, 1fr);

        gap:
            24px;

        align-items:
            start;
    }


    /*
     * JS desktop pinning is disabled on mobile.
     * Use CSS sticky for the image column.
     */

    .inova-scroll-image-column {
        position:
            sticky !important;

        top:
            70px !important;

        align-self:
            start;

        width:
            100%;

        min-width:
            0;

        max-width:
            100%;

        min-height:
            0;

        height:
            auto;

        padding-bottom:
            12px;

        background:
            rgba(
                255,
                255,
                255,
                0.97
            );

        backdrop-filter:
            blur(10px);

        -webkit-backdrop-filter:
            blur(10px);

        z-index:
            30;
    }


    .inova-scroll-image-sticky,
    .inova-scroll-image-sticky.is-pinned,
    .inova-scroll-image-sticky.is-at-bottom {
        position:
            relative !important;

        top:
            auto !important;

        left:
            auto !important;

        right:
            auto !important;

        bottom:
            auto !important;

        width:
            100% !important;

        height:
            auto;

        aspect-ratio:
            16 / 10;

        border-radius:
            14px;

        z-index:
            10 !important;
    }


    .inova-scroll-image-sticky::before {
        inset:
            9px;

        border-radius:
            9px;
    }


    .inova-scroll-image-sticky::after {
        left:
            15px;

        bottom:
            15px;

        width:
            40px;
    }


    .inova-scroll-content-column {
        padding-left:
            0;
    }


    .inova-scroll-content-column::before,
    .inova-scroll-support-item::before {
        display:
            none;
    }


    .inova-scroll-support-item {
        width:
            100%;

        max-width:
            100%;

        min-height:
            58vh;

        padding:
            54px
            0;
    }


    .inova-scroll-support-item h2 {
        max-width:
            100%;

        font-size:
            24px;
    }


    .inova-scroll-support-item p {
        max-width:
            100%;

        font-size:
            16px;

        line-height:
            1.48;
    }


    .inova-scroll-support-item a {
        font-size:
            16px;
    }
}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .inova-scroll-support-inner {
        padding-left:
            14px;

        padding-right:
            14px;
    }


    .inova-scroll-support-item {
        min-height:
            54vh;
    }


    .inova-scroll-support-item h2 {
        font-size:
            22px;
    }


    .inova-scroll-support-item p {
        font-size:
            15px;
    }
}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

    .inova-scroll-image,
    .inova-scroll-support-item,
    .inova-scroll-number,
    .inova-scroll-support-item h2,
    .inova-scroll-support-item p,
    .inova-scroll-support-item a,
    .inova-scroll-support-item h2::after {
        transition:
            none !important;
    }


    .inova-scroll-image,
    .inova-scroll-support-item,
    .inova-scroll-number,
    .inova-scroll-support-item h2,
    .inova-scroll-support-item p,
    .inova-scroll-support-item a {
        transform:
            none !important;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-4354e15 *//* ==================================================
   HOW TO START SECTION
   GOVERNMENT / INSTITUTIONAL STYLE
================================================== */

.inova-how-to-start,
.inova-how-to-start * {
    box-sizing: border-box;
    font-family:
        "Stobi Sans",
        ui-sans-serif,
        system-ui,
        sans-serif !important;
}


/* ==================================================
   SECTION
================================================== */

.inova-how-to-start {
    position: relative;

    width: 100%;
    margin: 0;
    padding: 0;

    overflow: hidden;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #081735 0%,
            #0d2550 52%,
            #142f63 100%
        );
}


/* subtle institutional background detail */

.inova-how-to-start::before {
    content: "";

    position: absolute;

    top: 120px;
    right: -120px;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    border:
        1px solid
        rgba(255, 255, 255, 0.05);

    pointer-events: none;
}


.inova-how-to-start::after {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            rgba(255,255,255,.35) 35%,
            transparent 75%
        );

    opacity: 0.75;
}


/* ==================================================
   INNER
================================================== */

.inova-how-to-start-inner {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1420px;

    margin: 0 auto;

    padding:
        86px
        65px
        0;
}


/* ==================================================
   TOP CONTENT
================================================== */

.inova-how-content {
    width: 100%;
    max-width: 900px;

    margin-bottom: 58px;
}


/* ==================================================
   SECTION HEADING
================================================== */

.inova-how-heading {
    position: relative;

    margin:
        0
        0
        44px;

    padding-left: 22px;

    color:
        #ffffff !important;

    font-size: 17px;
    font-weight: 500;

    line-height: 1.2;

    letter-spacing:
        0.08em;

    text-transform: uppercase;
}


/* title vertical line */

.inova-how-heading::before {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 3px;
    height: 28px;

    border-radius: 999px;

    transform:
        translateY(-50%);

    background:
        linear-gradient(
            180deg,
            #ffffff,
            rgba(255,255,255,.35)
        );
}


/* ==================================================
   STEPS WRAPPER FEEL
================================================== */

.inova-how-step {
    position: relative;

    width: 100%;

    margin: 0;

    padding:
        26px
        0
        28px
        74px;

    border-bottom:
        1px solid
        rgba(255,255,255,.11);

    opacity: 0;

    transform:
        translateY(24px);

    transition:
        opacity .65s ease,
        transform .75s
        cubic-bezier(.22,1,.36,1),
        border-color .3s ease;
}


.inova-how-step:first-of-type {
    border-top:
        1px solid
        rgba(255,255,255,.11);
}


.inova-how-step:last-child {
    margin-bottom: 0;
}


/* ==================================================
   STEP NUMBER
================================================== */

.inova-how-step h3 {
    position: relative;

    margin:
        0
        0
        10px;

    display: flex;
    align-items: center;

    gap: 15px;

    color:
        #ffffff !important;

    font-size: 22px;
    font-weight: 500;

    line-height: 1.25;

    letter-spacing:
        -0.01em;
}


.inova-how-step h3 span {
    position: absolute;

    left: -74px;
    top: -2px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border:
        1px solid
        rgba(255,255,255,.18);

    border-radius: 50%;

    background:
        rgba(255,255,255,.035);

    color:
        rgba(255,255,255,.9) !important;

    font-size: 13px;
    font-weight: 600;

    line-height: 1;

    letter-spacing:
        .08em;

    transition:
        background .3s ease,
        border-color .3s ease,
        transform .3s ease;
}


/* ==================================================
   STEP PARAGRAPH
================================================== */

.inova-how-step p {
    width: 100%;
    max-width: 760px;

    margin: 0;

    color:
        rgba(255,255,255,.76) !important;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.55;
}


/* ==================================================
   STEP HOVER
================================================== */

.inova-how-step:hover {
    border-color:
        rgba(255,255,255,.22);
}


.inova-how-step:hover h3 span {
    background:
        rgba(255,255,255,.09);

    border-color:
        rgba(255,255,255,.35);

    transform:
        scale(1.04);
}


/* ==================================================
   STEP ANIMATION VISIBLE STATE
================================================== */

.inova-how-to-start.is-visible
.inova-how-step {
    opacity: 1;

    transform:
        translateY(0);
}


/* stagger */

.inova-how-to-start.is-visible
.inova-how-step:nth-of-type(2) {
    transition-delay: .08s;
}

.inova-how-to-start.is-visible
.inova-how-step:nth-of-type(3) {
    transition-delay: .16s;
}

.inova-how-to-start.is-visible
.inova-how-step:nth-of-type(4) {
    transition-delay: .24s;
}

.inova-how-to-start.is-visible
.inova-how-step:nth-of-type(5) {
    transition-delay: .32s;
}


/* ==================================================
   PROMO BLOCK
================================================== */

.inova-how-promo {
    position: relative;

    width: 100%;

    min-height: 300px;

    margin: 0;

    padding:
        38px
        40px;

    display: grid;

    grid-template-columns:
        minmax(320px, 430px)
        minmax(0, 1fr);

    align-items: center;

    gap: 56px;

    background:
        linear-gradient(
            120deg,
            #f7f9fd 0%,
            #eef2f8 100%
        );

    border:
        1px solid
        rgba(10,18,60,.08);

    border-bottom: 0;

    border-radius:
        20px
        20px
        0
        0;

    box-shadow:
        0 -18px 45px
        rgba(4,15,45,.10);

    overflow: hidden;

    opacity: 0;

    transform:
        translateY(28px);

    transition:
        opacity .7s ease .25s,
        transform .85s
        cubic-bezier(.22,1,.36,1)
        .25s;
}


/* accent bar */

.inova-how-promo::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            #0a123c 0%,
            #243c9d 55%,
            #4d63c5 100%
        );
}


/* ==================================================
   PROMO VISIBLE
================================================== */

.inova-how-to-start.is-visible
.inova-how-promo {
    opacity: 1;

    transform:
        translateY(0);
}


/* ==================================================
   PROMO IMAGE
================================================== */

.inova-how-promo-image-wrap {
    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 14px;

    background: #dfe5ef;
}


.inova-how-promo-image-wrap::after {
    content: "";

    position: absolute;

    inset: 12px;

    border:
        1px solid
        rgba(255,255,255,.45);

    border-radius: 9px;

    pointer-events: none;
}


.inova-how-promo-image {
    display: block;

    width: 100%;
    height: 235px;

    object-fit: cover;
    object-position: center;

    transform:
        scale(1.03);

    transition:
        transform .8s
        cubic-bezier(.22,1,.36,1);
}


.inova-how-promo:hover
.inova-how-promo-image {
    transform:
        scale(1);
}


/* ==================================================
   PROMO CONTENT
================================================== */

.inova-how-promo-content {
    width: 100%;
    max-width: 650px;
}


.inova-how-promo-content p {
    margin:
        0
        0
        20px;

    color:
        #46536a !important;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.55;
}


.inova-how-promo-content p:first-child {
    color:
        #0a123c !important;

    font-size: 21px;
    font-weight: 500;

    line-height: 1.42;
}


.inova-how-promo-content p:last-of-type {
    margin-bottom: 26px;
}


/* ==================================================
   PROMO LINK
================================================== */

.inova-how-promo-content a {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 10px;

    padding-bottom: 5px;

    color:
        #0a123c !important;

    font-size: 16px;
    font-weight: 600;

    line-height: 1.2;

    text-decoration:
        none !important;
}


.inova-how-promo-content a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background:
        rgba(10,18,60,.32);

    transform-origin: left;

    transition:
        transform .25s ease,
        background .25s ease;
}


.inova-how-promo-content a span {
    color:
        #0a123c !important;

    font-size: 20px;

    transition:
        transform .25s ease;
}


.inova-how-promo-content a:hover,
.inova-how-promo-content a:focus {
    color:
        #243c9d !important;
}


.inova-how-promo-content a:hover::after,
.inova-how-promo-content a:focus::after {
    background:
        #243c9d;

    transform:
        scaleX(1.04);
}


.inova-how-promo-content a:hover span,
.inova-how-promo-content a:focus span {
    transform:
        translateX(4px);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .inova-how-to-start-inner {
        padding:
            72px
            30px
            0;
    }


    .inova-how-content {
        max-width:
            820px;
    }


    .inova-how-step {
        padding-left:
            64px;
    }


    .inova-how-step h3 span {
        left:
            -64px;

        width:
            44px;

        height:
            44px;
    }


    .inova-how-step h3 {
        font-size:
            20px;
    }


    .inova-how-step p {
        font-size:
            17px;
    }


    .inova-how-promo {
        grid-template-columns:
            minmax(280px, 360px)
            minmax(0, 1fr);

        gap:
            38px;

        padding:
            32px;
    }


    .inova-how-promo-image {
        height:
            220px;
    }


    .inova-how-promo-content p:first-child {
        font-size:
            19px;
    }


    .inova-how-promo-content p {
        font-size:
            17px;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .inova-how-to-start::before {
        display: none;
    }


    .inova-how-to-start-inner {
        padding:
            56px
            16px
            0;
    }


    .inova-how-content {
        margin-bottom:
            42px;
    }


    .inova-how-heading {
        margin-bottom:
            30px;

        padding-left:
            17px;

        font-size:
            14px;
    }


    .inova-how-heading::before {
        height:
            23px;
    }


    .inova-how-step {
        padding:
            22px
            0
            24px
            54px;
    }


    .inova-how-step h3 {
        font-size:
            18px;

        line-height:
            1.35;
    }


    .inova-how-step h3 span {
        left:
            -54px;

        width:
            38px;

        height:
            38px;

        font-size:
            11px;
    }


    .inova-how-step p {
        font-size:
            16px;

        line-height:
            1.5;
    }


    .inova-how-promo {
        min-height:
            0;

        padding:
            22px;

        grid-template-columns:
            minmax(0,1fr);

        gap:
            26px;

        border-radius:
            16px
            16px
            0
            0;
    }


    .inova-how-promo-image {
        width:
            100%;

        height:
            auto;

        aspect-ratio:
            16 / 10;
    }


    .inova-how-promo-content {
        max-width:
            none;
    }


    .inova-how-promo-content p:first-child {
        font-size:
            18px;

        line-height:
            1.42;
    }


    .inova-how-promo-content p {
        font-size:
            16px;

        line-height:
            1.5;
    }


    .inova-how-promo-content a {
        font-size:
            16px;
    }
}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

    .inova-how-step,
    .inova-how-promo,
    .inova-how-promo-image,
    .inova-how-step h3 span,
    .inova-how-promo-content a span {
        transition:
            none !important;

        transform:
            none !important;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-5759ebe *//* ==================================================
   SERVICES SECTION
   GOVERNMENT / INSTITUTIONAL STYLE
================================================== */

.inova-services-section,
.inova-services-section * {
    box-sizing: border-box;

    font-family:
        "Stobi Sans",
        ui-sans-serif,
        system-ui,
        sans-serif !important;
}


/* ==================================================
   SECTION
================================================== */

.inova-services-section {
    position: relative;

    width: 100%;
    margin: 0;
    padding: 0;

    overflow: hidden;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #081735 0%,
            #0d2550 52%,
            #142f63 100%
        );

    border-top:
        1px solid
        rgba(255,255,255,.08);
}


/* subtle background circle */

.inova-services-section::before {
    content: "";

    position: absolute;

    left: -180px;
    bottom: -220px;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    border:
        1px solid
        rgba(255,255,255,.045);

    pointer-events: none;
}


/* second subtle institutional detail */

.inova-services-section::after {
    content: "";

    position: absolute;

    right: 8%;
    top: 70px;

    width: 130px;
    height: 1px;

    background:
        rgba(255,255,255,.15);

    pointer-events: none;
}


/* ==================================================
   INNER
================================================== */

.inova-services-inner {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1420px;

    margin: 0 auto;

    padding:
        90px
        65px
        100px;
}


/* ==================================================
   HEADER
================================================== */

.inova-services-header {
    position: relative;

    display: flex;
    align-items: center;

    gap: 22px;

    margin-bottom: 48px;

    opacity: 0;

    transform:
        translateY(20px);

    transition:
        opacity .65s ease,
        transform .75s
        cubic-bezier(.22,1,.36,1);
}


.inova-services-header h2 {
    margin: 0;

    color:
        #ffffff !important;

    font-size: 31px;
    font-weight: 500;

    line-height: 1.15;

    letter-spacing:
        -0.02em;
}


/* ==================================================
   HEADER LINE
================================================== */

.inova-services-line {
    display: block;

    width: 70px;
    height: 3px;

    margin-top: 3px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #ffffff,
            rgba(255,255,255,.30)
        );
}


/* ==================================================
   GRID
================================================== */

.inova-services-grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0,1fr)
        );

    gap: 18px;
}


/* ==================================================
   CARD
================================================== */

.inova-service-card {
    position: relative;

    min-height: 220px;

    padding:
        30px
        30px
        28px;

    display: flex;
    flex-direction: column;

    overflow: hidden;

    background:
        rgba(255,255,255,.97);

    border:
        1px solid
        rgba(255,255,255,.20);

    border-radius: 14px;

    box-shadow:
        0 14px 35px
        rgba(3,13,37,.12);

    text-decoration:
        none !important;

    opacity: 0;

    transform:
        translateY(28px);

    transition:
        opacity .6s ease,
        transform .7s
        cubic-bezier(.22,1,.36,1),
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}


/* ==================================================
   CARD TOP ACCENT
================================================== */

.inova-service-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            #0a123c 0%,
            #243c9d 55%,
            #4d63c5 100%
        );

    transform:
        scaleX(.22);

    transform-origin:
        left;

    transition:
        transform .45s
        cubic-bezier(.22,1,.36,1);
}


/* ==================================================
   CARD ARROW
================================================== */

.inova-service-card::after {
    content: "→";

    position: absolute;

    right: 28px;
    bottom: 25px;

    color:
        #0a123c;

    font-size: 22px;
    font-weight: 500;

    line-height: 1;

    transition:
        transform .25s ease,
        color .25s ease;
}


/* ==================================================
   TITLE
================================================== */

.inova-service-card h3 {
    position: relative;

    margin:
        0
        0
        16px;

    padding-bottom: 18px;

    color:
        #0a123c !important;

    font-size: 22px;
    font-weight: 600;

    line-height: 1.25;

    letter-spacing:
        -0.015em;
}


/* subtle divider under heading */

.inova-service-card h3::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 42px;
    height: 1px;

    background:
        rgba(10,18,60,.20);

    transition:
        width .35s ease,
        background .35s ease;
}


/* ==================================================
   DESCRIPTION
================================================== */

.inova-service-card p {
    width: 100%;
    max-width: 340px;

    margin:
        0
        42px
        28px
        0;

    color:
        #4a5568 !important;

    font-size: 17px;
    font-weight: 400;

    line-height: 1.5;
}


/* ==================================================
   HOVER
================================================== */

.inova-service-card:hover,
.inova-service-card:focus {
    transform:
        translateY(-5px);

    background:
        #ffffff;

    border-color:
        rgba(44,67,156,.22);

    box-shadow:
        0 20px 42px
        rgba(3,13,37,.18);

    text-decoration:
        none !important;
}


.inova-service-card:hover::before,
.inova-service-card:focus::before {
    transform:
        scaleX(1);
}


.inova-service-card:hover::after,
.inova-service-card:focus::after {
    color:
        #243c9d;

    transform:
        translateX(4px);
}


.inova-service-card:hover h3::after,
.inova-service-card:focus h3::after {
    width: 68px;

    background:
        #243c9d;
}


/* ==================================================
   VISIBLE ANIMATION STATE
================================================== */

.inova-services-section.is-visible
.inova-services-header {
    opacity: 1;

    transform:
        translateY(0);
}


.inova-services-section.is-visible
.inova-service-card {
    opacity: 1;

    transform:
        translateY(0);
}


/* ==================================================
   STAGGER
================================================== */

.inova-services-section.is-visible
.inova-service-card:nth-child(1) {
    transition-delay: .06s;
}

.inova-services-section.is-visible
.inova-service-card:nth-child(2) {
    transition-delay: .12s;
}

.inova-services-section.is-visible
.inova-service-card:nth-child(3) {
    transition-delay: .18s;
}

.inova-services-section.is-visible
.inova-service-card:nth-child(4) {
    transition-delay: .24s;
}

.inova-services-section.is-visible
.inova-service-card:nth-child(5) {
    transition-delay: .30s;
}

.inova-services-section.is-visible
.inova-service-card:nth-child(6) {
    transition-delay: .36s;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .inova-services-inner {
        padding:
            75px
            30px
            85px;
    }


    .inova-services-header {
        margin-bottom:
            40px;
    }


    .inova-services-header h2 {
        font-size:
            28px;
    }


    .inova-services-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0,1fr)
            );

        gap:
            18px;
    }


    .inova-service-card {
        min-height:
            205px;

        padding:
            27px;
    }


    .inova-service-card h3 {
        font-size:
            21px;
    }


    .inova-service-card p {
        font-size:
            16px;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .inova-services-section::before,
    .inova-services-section::after {
        display: none;
    }


    .inova-services-inner {
        padding:
            56px
            16px
            65px;
    }


    .inova-services-header {
        margin-bottom:
            30px;

        gap:
            15px;
    }


    .inova-services-header h2 {
        font-size:
            25px;
    }


    .inova-services-line {
        width:
            52px;
    }


    .inova-services-grid {
        grid-template-columns:
            minmax(0,1fr);

        gap:
            13px;
    }


    .inova-service-card {
        min-height:
            0;

        padding:
            24px
            22px
            60px;

        border-radius:
            12px;
    }


    .inova-service-card h3 {
        margin-bottom:
            14px;

        font-size:
            20px;
    }


    .inova-service-card p {
        max-width:
            none;

        margin-right:
            0;

        margin-bottom:
            0;

        font-size:
            16px;

        line-height:
            1.48;
    }


    .inova-service-card::after {
        right:
            22px;

        bottom:
            21px;
    }
}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .inova-services-inner {
        padding-left:
            14px;

        padding-right:
            14px;
    }


    .inova-services-header h2 {
        font-size:
            23px;
    }


    .inova-service-card h3 {
        font-size:
            19px;
    }


    .inova-service-card p {
        font-size:
            15px;
    }
}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

    .inova-services-header,
    .inova-service-card,
    .inova-service-card::before,
    .inova-service-card::after,
    .inova-service-card h3::after {
        transition:
            none !important;

        transform:
            none !important;
    }


    .inova-services-header,
    .inova-service-card {
        opacity:
            1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-26b9868 *//* ==================================================
   NEWS SECTION
   GOVERNMENT / INSTITUTIONAL STYLE
================================================== */

.inova-news-section,
.inova-news-section * {
    box-sizing: border-box;

    font-family:
        "Stobi Sans",
        ui-sans-serif,
        system-ui,
        sans-serif !important;
}


/* ==================================================
   SECTION
================================================== */

.inova-news-section {
    position: relative;

    width: 100%;
    margin: 0;
    padding: 0;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fafc 100%
        );

    color:
        #0a123c;

    border-top:
        1px solid
        #e9edf3;
}


/* subtle institutional circle */

.inova-news-section::before {
    content: "";

    position: absolute;

    right: -150px;
    top: 90px;

    width: 360px;
    height: 360px;

    border-radius: 50%;

    border:
        1px solid
        rgba(10,18,60,.035);

    pointer-events: none;
}


/* ==================================================
   INNER
================================================== */

.inova-news-inner {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1420px;

    margin: 0 auto;

    padding:
        85px
        65px
        95px;
}


/* ==================================================
   HEADER
================================================== */

.inova-news-header {
    margin-bottom:
        46px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        30px;

    opacity: 0;

    transform:
        translateY(18px);

    transition:
        opacity .65s ease,
        transform .75s
        cubic-bezier(.22,1,.36,1);
}


/* ==================================================
   TITLE WRAP
================================================== */

.inova-news-title-wrap {
    display:
        flex;

    align-items:
        center;

    gap:
        18px;
}


/* ==================================================
   ICON
================================================== */

.inova-news-icon {
    position: relative;

    width:
        46px;

    height:
        46px;

    flex:
        0 0 46px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        #ffffff;

    background:
        linear-gradient(
            135deg,
            #0a123c 0%,
            #243c9d 100%
        );

    border:
        1px solid
        rgba(10,18,60,.08);

    border-radius:
        10px;

    box-shadow:
        0 8px 20px
        rgba(10,18,60,.12);

    font-size:
        20px;

    font-weight:
        600;

    line-height:
        1;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


/* ==================================================
   TITLE
================================================== */

.inova-news-title-wrap h2 {
    position: relative;

    margin:
        0;

    padding-bottom:
        12px;

    color:
        #0a123c !important;

    font-size:
        31px;

    font-weight:
        500;

    line-height:
        1.15;

    letter-spacing:
        -0.02em;
}


/* small official accent line */

.inova-news-title-wrap h2::after {
    content: "";

    position:
        absolute;

    left:
        0;

    bottom:
        0;

    width:
        58px;

    height:
        3px;

    border-radius:
        999px;

    background:
        linear-gradient(
            90deg,
            #0a123c,
            #243c9d
        );
}


/* ==================================================
   HEADER BUTTON
================================================== */

.inova-news-button {
    position:
        relative;

    min-height:
        44px;

    padding:
        0
        20px;

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    color:
        #0a123c !important;

    background:
        #ffffff;

    border:
        1px solid
        rgba(10,18,60,.18);

    border-radius:
        7px;

    box-shadow:
        0 5px 15px
        rgba(10,18,60,.05);

    font-size:
        14px;

    font-weight:
        600;

    line-height:
        1;

    text-decoration:
        none !important;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.inova-news-button::after {
    content: "→";

    margin-left:
        9px;

    font-size:
        17px;

    transition:
        transform .25s ease;
}


.inova-news-button:hover,
.inova-news-button:focus {
    color:
        #ffffff !important;

    background:
        #0a123c;

    border-color:
        #0a123c;

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 24px
        rgba(10,18,60,.15);

    text-decoration:
        none !important;
}


.inova-news-button:hover::after,
.inova-news-button:focus::after {
    transform:
        translateX(3px);
}


/* ==================================================
   NEWS GRID
================================================== */

.inova-news-grid {
    display:
        grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0,1fr)
        );

    gap:
        24px;
}


/* ==================================================
   CARD
================================================== */

.inova-news-card {
    position:
        relative;

    min-width:
        0;

    overflow:
        hidden;

    background:
        #ffffff;

    border:
        1px solid
        rgba(10,18,60,.10);

    border-radius:
        14px;

    box-shadow:
        0 10px 28px
        rgba(10,18,60,.055);

    opacity:
        0;

    transform:
        translateY(28px);

    transition:
        opacity .62s ease,
        transform .72s
        cubic-bezier(.22,1,.36,1),
        border-color .3s ease,
        box-shadow .3s ease;
}


/* top accent */

.inova-news-card::before {
    content: "";

    position:
        absolute;

    top:
        0;

    left:
        0;

    z-index:
        5;

    width:
        100%;

    height:
        4px;

    background:
        linear-gradient(
            90deg,
            #0a123c 0%,
            #243c9d 58%,
            #4d63c5 100%
        );

    transform:
        scaleX(.18);

    transform-origin:
        left;

    transition:
        transform .45s
        cubic-bezier(.22,1,.36,1);
}


/* ==================================================
   CARD HOVER
================================================== */

.inova-news-card:hover {
    transform:
        translateY(-5px);

    border-color:
        rgba(36,60,157,.24);

    box-shadow:
        0 18px 42px
        rgba(10,18,60,.11);
}


.inova-news-card:hover::before {
    transform:
        scaleX(1);
}


/* ==================================================
   IMAGE LINK
================================================== */

.inova-news-image-link {
    position:
        relative;

    display:
        block;

    width:
        100%;

    overflow:
        hidden;

    line-height:
        0;

    background:
        #e9edf3;
}


/* subtle dark photo overlay */

.inova-news-image-link::after {
    content: "";

    position:
        absolute;

    inset:
        0;

    background:
        linear-gradient(
            180deg,
            rgba(10,18,60,0) 50%,
            rgba(10,18,60,.10) 100%
        );

    pointer-events:
        none;

    transition:
        opacity .3s ease;
}


/* ==================================================
   IMAGE
================================================== */

.inova-news-image {
    display:
        block;

    width:
        100%;

    height:
        245px;

    object-fit:
        cover;

    object-position:
        center;

    transform:
        scale(1.025);

    filter:
        saturate(.94)
        contrast(.99);

    transition:
        transform .75s
        cubic-bezier(.22,1,.36,1),
        filter .5s ease;
}


.inova-news-card:hover
.inova-news-image {
    transform:
        scale(1.055);

    filter:
        saturate(1)
        contrast(1);
}


/* ==================================================
   CARD CONTENT
================================================== */

.inova-news-card-content {
    position:
        relative;

    min-height:
        160px;

    padding:
        27px
        24px
        26px;

    background:
        #ffffff;
}


/* ==================================================
   DATE
================================================== */

.inova-news-date {
    display:
        inline-flex;

    align-items:
        center;

    gap:
        8px;

    margin-bottom:
        14px;

    color:
        #66738a;

    font-size:
        12px;

    font-weight:
        500;

    line-height:
        1;

    letter-spacing:
        .04em;
}


/* date indicator */

.inova-news-date::before {
    content: "";

    width:
        18px;

    height:
        2px;

    border-radius:
        999px;

    background:
        #243c9d;
}


/* ==================================================
   NEWS TITLE
================================================== */

.inova-news-card h3 {
    margin:
        0;
}


.inova-news-card h3 a {
    display:
        block;

    color:
        #0a123c !important;

    font-size:
        21px;

    font-weight:
        500;

    line-height:
        1.35;

    letter-spacing:
        -0.012em;

    text-decoration:
        none !important;

    transition:
        color .25s ease;
}


.inova-news-card h3 a:hover,
.inova-news-card h3 a:focus {
    color:
        #243c9d !important;

    text-decoration:
        none !important;
}


/* ==================================================
   CARD BOTTOM ARROW
================================================== */

.inova-news-card-content::after {
    content: "→";

    position:
        absolute;

    right:
        23px;

    bottom:
        20px;

    color:
        #0a123c;

    font-size:
        20px;

    opacity:
        .52;

    transform:
        translateX(0);

    transition:
        opacity .25s ease,
        transform .25s ease,
        color .25s ease;
}


.inova-news-card:hover
.inova-news-card-content::after {
    opacity:
        1;

    color:
        #243c9d;

    transform:
        translateX(4px);
}


/* ==================================================
   ANIMATION VISIBLE STATE
================================================== */

.inova-news-section.is-visible
.inova-news-header {
    opacity:
        1;

    transform:
        translateY(0);
}


.inova-news-section.is-visible
.inova-news-card {
    opacity:
        1;

    transform:
        translateY(0);
}


/* ==================================================
   STAGGER
================================================== */

.inova-news-section.is-visible
.inova-news-card:nth-child(1) {
    transition-delay:
        .08s;
}


.inova-news-section.is-visible
.inova-news-card:nth-child(2) {
    transition-delay:
        .16s;
}


.inova-news-section.is-visible
.inova-news-card:nth-child(3) {
    transition-delay:
        .24s;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .inova-news-inner {
        padding:
            72px
            30px
            82px;
    }


    .inova-news-title-wrap h2 {
        font-size:
            28px;
    }


    .inova-news-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0,1fr)
            );

        gap:
            22px;
    }


    .inova-news-image {
        height:
            225px;
    }


    .inova-news-card h3 a {
        font-size:
            19px;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .inova-news-section::before {
        display:
            none;
    }


    .inova-news-inner {
        padding:
            56px
            16px
            65px;
    }


    .inova-news-header {
        margin-bottom:
            32px;

        flex-direction:
            column;

        align-items:
            flex-start;

        gap:
            22px;
    }


    .inova-news-title-wrap {
        gap:
            14px;
    }


    .inova-news-icon {
        width:
            40px;

        height:
            40px;

        flex-basis:
            40px;

        border-radius:
            8px;

        font-size:
            18px;
    }


    .inova-news-title-wrap h2 {
        font-size:
            24px;

        line-height:
            1.2;
    }


    .inova-news-title-wrap h2::after {
        width:
            45px;
    }


    .inova-news-button {
        min-height:
            42px;

        padding:
            0
            17px;

        font-size:
            14px;
    }


    .inova-news-grid {
        grid-template-columns:
            minmax(0,1fr);

        gap:
            18px;
    }


    .inova-news-image {
        width:
            100%;

        height:
            auto;

        aspect-ratio:
            16 / 10;
    }


    .inova-news-card {
        border-radius:
            12px;
    }


    .inova-news-card-content {
        min-height:
            0;

        padding:
            24px
            21px
            54px;
    }


    .inova-news-card h3 a {
        font-size:
            18px;
    }


    .inova-news-card-content::after {
        right:
            20px;

        bottom:
            19px;
    }
}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 420px) {

    .inova-news-inner {
        padding-left:
            14px;

        padding-right:
            14px;
    }


    .inova-news-title-wrap h2 {
        font-size:
            22px;
    }


    .inova-news-card h3 a {
        font-size:
            17px;
    }
}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

    .inova-news-header,
    .inova-news-card,
    .inova-news-card::before,
    .inova-news-image,
    .inova-news-card-content::after,
    .inova-news-button,
    .inova-news-button::after {
        transition:
            none !important;

        transform:
            none !important;
    }


    .inova-news-header,
    .inova-news-card {
        opacity:
            1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-6209d0f *//* ==========================================
   INOVA MAILING – CLEAN INSTITUTIONAL DESIGN
========================================== */

.inova-mailing,
.inova-mailing *,
.inova-mailing *::before,
.inova-mailing *::after {
    box-sizing: border-box;
}

.inova-mailing {
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(46, 94, 185, 0.28),
            transparent 36%
        ),
        linear-gradient(
            135deg,
            #06142f 0%,
            #09204a 52%,
            #12356a 100%
        );
    font-family:
        "StobiSans",
        "Stobi Sans",
        Arial,
        sans-serif;
}

/* Decorative background — cannot block clicks */

.inova-mailing::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -220px;
    right: -180px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.inova-mailing::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -80px;
    bottom: -240px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(50, 101, 210, 0.12);
    filter: blur(30px);
    pointer-events: none;
}

/* Main layout */

.inova-mailing-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(440px, 1.2fr);
    align-items: start;
    gap: 90px;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 90px 65px 60px;
}

/* Intro */

.inova-mailing-intro {
    max-width: 490px;
}

.inova-mailing-intro h2 {
    position: relative;
    margin: 0 0 28px;
    padding: 0 0 25px;
    color: #fff;
    font-size: clamp(42px, 4.3vw, 66px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.inova-mailing-intro h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 3px;
    border-radius: 20px;
    background: #fff;
}

.inova-mailing-intro p {
    max-width: 450px;
    margin: 0 0 27px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.65;
}

.inova-mailing-required {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.inova-mailing-required::before {
    content: "*";
    color: #8db5ff;
}

/* Form card */

.inova-mailing-form-column,
.inova-mailing-form {
    position: relative;
    z-index: 10;
    width: 100%;
    pointer-events: auto !important;
}

.inova-mailing-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    margin: 0;
    padding: 36px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    box-shadow:
        0 26px 70px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    pointer-events: auto !important;
}

/* Fields */

.inova-mailing-row,
.inova-mailing-select-wrap {
    position: relative;
    z-index: 11;
    width: 100%;
    pointer-events: auto !important;
}

.inova-mailing-row:first-child,
.inova-mailing-select-wrap,
.inova-mailing-consent,
.inova-mailing-button {
    grid-column: 1 / -1;
}

.inova-mailing-row label,
.inova-mailing-select-wrap label {
    display: block;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
}

/* Input fields */

.inova-mailing-row input,
.inova-mailing-select-wrap select {
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0 15px;
    color: #fff !important;
    background: rgba(5, 18, 44, 0.44) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 9px !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    cursor: text !important;
    appearance: auto;
    -webkit-appearance: auto;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.inova-mailing-row input:hover,
.inova-mailing-select-wrap select:hover {
    border-color: rgba(255, 255, 255, 0.42) !important;
}

.inova-mailing-row input:focus,
.inova-mailing-select-wrap select:focus {
    background: rgba(5, 18, 44, 0.66) !important;
    border-color: #8db5ff !important;
    box-shadow: 0 0 0 3px rgba(95, 146, 255, 0.2) !important;
}

.inova-mailing-row input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

/* Old decorative line is no longer needed */

.inova-mailing-line {
    display: none !important;
}

/* Select */

.inova-mailing-select-wrap select {
    padding-right: 42px;
    cursor: pointer !important;
}

.inova-mailing-select-wrap select option {
    color: #fff;
    background: #0a2048;
}

/* Consent */

.inova-mailing-consent {
    position: relative;
    z-index: 12;
    display: flex !important;
    align-items: flex-start;
    gap: 11px;
    width: 100%;
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.inova-mailing-consent input[type="checkbox"] {
    position: relative;
    z-index: 13;
    flex: 0 0 19px;
    width: 19px !important;
    height: 19px !important;
    min-width: 19px;
    margin: 1px 0 0 !important;
    accent-color: #79a8ff;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Submit button */

.inova-mailing-button {
    position: relative;
    z-index: 12;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    justify-self: start;
    gap: 11px;
    min-width: 175px;
    min-height: 52px;
    margin: 4px 0 0;
    padding: 0 24px;
    color: #071a3d !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 9px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    pointer-events: auto !important;
    cursor: pointer !important;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.inova-mailing-button:hover {
    color: #fff !important;
    background: #3269d5 !important;
    border-color: #3269d5 !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
}

.inova-mailing-button span {
    font-size: 20px;
    transition: transform 0.2s ease;
}

.inova-mailing-button:hover span {
    transform: translateX(4px);
}

/* Legal text */

.inova-mailing-legal {
    position: relative;
    z-index: 2;
}

.inova-mailing-legal-inner {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 65px 55px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    line-height: 1.65;
}

/* Prevent animation code from blocking/ hiding fields */

.inova-mailing-intro,
.inova-mailing-form,
.inova-mailing-legal-inner,
.inova-mailing-row,
.inova-mailing-select-wrap,
.inova-mailing-consent,
.inova-mailing-button {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Tablet */

@media (max-width: 1050px) {
    .inova-mailing-container {
        grid-template-columns: 0.75fr 1.25fr;
        gap: 45px;
        padding: 70px 30px 50px;
    }

    .inova-mailing-form {
        padding: 28px;
    }

    .inova-mailing-legal-inner {
        padding: 0 30px 45px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .inova-mailing-container {
        display: block;
        padding: 55px 18px 42px;
    }

    .inova-mailing-intro {
        max-width: none;
        margin-bottom: 38px;
    }

    .inova-mailing-intro h2 {
        font-size: 42px;
    }

    .inova-mailing-form {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 18px;
        border-radius: 15px;
    }

    .inova-mailing-row,
    .inova-mailing-select-wrap,
    .inova-mailing-consent,
    .inova-mailing-button {
        grid-column: 1;
    }

    .inova-mailing-button {
        width: 100%;
        justify-self: stretch;
    }

    .inova-mailing-legal-inner {
        padding: 0 18px 42px;
    }
}/* End custom CSS */