            :root {
                --blue: #1b3a8f;
                --bd: #0f2460;
                --bm: #2550b8;
                --or: #e05a1a;
                --yl: #f9c50b;
                --yll: #fdd835;
                --of: #f4f6fb;
                --gl: #e8eaf2;
                --gr: #6b7280;
                --co: #1a1a2e;
            }
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            html {
                scroll-behavior: smooth;
            }
            body {
                font-family: "Montserrat", sans-serif;
                color: var(--co);
                background: #fff;
                overflow-x: hidden;
            }
            .topbar {
                background: var(--bd);
                padding: 8px 5%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap;
                gap: 8px;
            }
            .tl {
                font-size: 12px;
                color: rgba(255, 255, 255, 0.65);
                display: flex;
                gap: 18px;
            }
            .tr {
                display: flex;
                align-items: center;
                gap: 14px;
            }
            .tr a {
                font-size: 12px;
                color: rgba(255, 255, 255, 0.65);
                text-decoration: none;
                transition: color 0.2s;
            }
            .tr a:hover {
                color: var(--yl);
            }
            .tdv {
                width: 1px;
                height: 14px;
                background: rgba(255, 255, 255, 0.2);
            }
            .nav {
                background: #ffffff;
                padding: 0 5%;
                position: sticky;
                top: 0;
                z-index: 1000;
                box-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
            }
            .ni {
                display: flex;
                align-items: center;
                justify-content: space-between;
                height: 68px;
            }
            .logo {
                display: flex;
                align-items: center;
                gap: 12px;
                text-decoration: none;
            }
            .logo img {
                width: 250px;
            }
            .lm {
                width: 46px;
                height: 46px;
                flex-shrink: 0;
            }
            .lw .l1 {
                font-size: 21px;
                font-weight: 900;
                color: var(--yl);
                letter-spacing: 1.5px;
                display: block;
                line-height: 1;
            }
            .lw .l2 {
                font-size: 9px;
                font-weight: 700;
                color: rgba(255, 255, 255, 0.65);
                letter-spacing: 3px;
                text-transform: uppercase;
                display: block;
                margin-top: 2px;
            }
            .nl {
                display: flex;
                align-items: center;
                list-style: none;
            }
            .nl > li {
                position: relative;
            }
            .nl > li > a {
                display: block;
                padding: 22px 13px;
                font-size: 13px;
                font-weight: 600;
                color: #003589;
                text-decoration: none;
                transition: color 0.2s;
            }
            .nl > li > a:hover {
                color: var(--yl);
            }
            .nl > li:hover .dd {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
            }
            .dd {
                position: absolute;
                top: 100%;
                left: 0;
                min-width: 200px;
                background: var(--bd);
                border-top: 3px solid var(--yl);
                opacity: 0;
                visibility: hidden;
                transform: translateY(-10px);
                transition: all 0.25s;
                z-index: 999;
                box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
            }
            .dd a {
                display: block;
                padding: 11px 20px;
                font-size: 12.5px;
                color: rgba(255, 255, 255, 0.8);
                text-decoration: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
                transition: all 0.2s;
                font-weight: 500;
            }
            .dd a:hover {
                background: rgba(249, 197, 11, 0.1);
                color: var(--yl);
                padding-left: 26px;
            }
            .ncta {
                background: var(--yl) !important;
                color: var(--bd) !important;
                padding: 9px 20px !important;
                border-radius: 3px;
                font-weight: 800 !important;
                margin-left: 8px !important;
            }
            .hero {
                position: relative;
                overflow: hidden;
            }
            .hslides {
                position: relative;
                width: 100%;
                height: 92vh;
                min-height: 560px;
            }
            .hs {
                position: absolute;
                inset: 0;
                opacity: 0;
                transition: opacity 1.4s ease;
            }
            .hs.active {
                opacity: 1;
            }
            .hs svg {
                width: 100%;
                height: 100%;
            }
            .sov {
                position: absolute;
                inset: 0;
                background: linear-gradient(
                    105deg,
                    rgba(11, 36, 96, 0.93) 0%,
                    rgba(11, 36, 96, 0.66) 52%,
                    rgba(11, 36, 96, 0.2) 100%
                );
            }
            .hc {
                position: absolute;
                inset: 0;
                display: flex;
                align-items: center;
                padding: 0 7%;
            }
            .ht {
                max-width: 640px;
            }
            .ey {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                background: rgba(249, 197, 11, 0.13);
                border: 1px solid rgba(249, 197, 11, 0.38);
                border-radius: 100px;
                padding: 7px 18px;
                margin-bottom: 22px;
                opacity: 0;
                transform: translateY(16px);
                transition: all 0.8s 0.2s;
            }
            .ey span {
                font-size: 11px;
                font-weight: 700;
                letter-spacing: 2px;
                text-transform: uppercase;
                color: var(--yl);
            }
            .ey .dot {
                width: 6px;
                height: 6px;
                background: var(--yl);
                border-radius: 50%;
            }
            .hs.active .ey {
                opacity: 1;
                transform: translateY(0);
            }
            .hh {
                font-size: clamp(30px, 5vw, 62px);
                font-weight: 900;
                color: #fff;
                line-height: 1.08;
                margin-bottom: 18px;
                opacity: 0;
                transform: translateY(26px);
                transition: all 0.8s 0.4s;
            }
            .hh em {
                color: var(--yl);
                font-style: normal;
            }
            .hh strong {
                color: #f47830;
                font-style: normal;
            }
            .hs.active .hh {
                opacity: 1;
                transform: translateY(0);
            }
            .hp {
                font-size: 16px;
                color: rgba(255, 255, 255, 0.8);
                line-height: 1.78;
                margin-bottom: 34px;
                max-width: 510px;
                opacity: 0;
                transform: translateY(18px);
                transition: all 0.8s 0.6s;
            }
            .hs.active .hp {
                opacity: 1;
                transform: translateY(0);
            }
            .hb {
                display: flex;
                gap: 14px;
                flex-wrap: wrap;
                opacity: 0;
                transform: translateY(18px);
                transition: all 0.8s 0.8s;
            }
            .hs.active .hb {
                opacity: 1;
                transform: translateY(0);
            }
            .ba {
                background: var(--yl);
                color: var(--bd);
                padding: 13px 30px;
                font-weight: 800;
                font-size: 13.5px;
                text-decoration: none;
                border-radius: 3px;
                transition: all 0.3s;
                display: inline-flex;
                align-items: center;
                gap: 8px;
            }
            .ba:hover {
                background: var(--yll);
                transform: translateY(-2px);
                box-shadow: 0 8px 24px rgba(249, 197, 11, 0.35);
            }
            .bb {
                border: 2px solid rgba(255, 255, 255, 0.42);
                color: #fff;
                padding: 13px 30px;
                font-weight: 700;
                font-size: 13.5px;
                text-decoration: none;
                border-radius: 3px;
                transition: all 0.3s;
            }
            .bb:hover {
                border-color: var(--yl);
                color: var(--yl);
            }
            .hnav {
                position: absolute;
                bottom: 32px;
                left: 7%;
                display: flex;
                gap: 10px;
                z-index: 10;
            }
            .hd {
                width: 30px;
                height: 3px;
                background: rgba(255, 255, 255, 0.28);
                border-radius: 2px;
                cursor: pointer;
                transition: all 0.3s;
            }
            .hd.active {
                background: var(--yl);
                width: 50px;
            }
            .scue {
                position: absolute;
                bottom: 32px;
                right: 7%;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 8px;
                color: rgba(255, 255, 255, 0.45);
                font-size: 10px;
                font-weight: 600;
                letter-spacing: 2px;
                text-transform: uppercase;
            }
            .sline {
                width: 1px;
                height: 44px;
                background: linear-gradient(to bottom, var(--yl), transparent);
                animation: sc 2s ease-in-out infinite;
            }
            @keyframes sc {
                0%,
                100% {
                    opacity: 1;
                }
                50% {
                    opacity: 0.2;
                }
            }
            .pillars {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
            }
            .pillar {
                padding: 50px 40px;
                position: relative;
                overflow: hidden;
                transition: transform 0.4s;
            }
            .pillar:nth-child(1) {
                background: var(--bd);
            }
            .pillar:nth-child(2) {
                background: var(--blue);
            }
            .pillar:nth-child(3) {
                background: var(--bm);
            }
            .pillar::before {
                content: "";
                position: absolute;
                bottom: -55px;
                right: -55px;
                width: 160px;
                height: 160px;
                border-radius: 50%;
                background: rgba(249, 197, 11, 0.05);
                transition: transform 0.4s;
            }
            .pillar:hover::before {
                transform: scale(1.5);
            }
            .pillar:hover {
                transform: translateY(-4px);
            }
            .pnum {
                font-size: 44px;
                font-weight: 900;
                color: rgba(249, 197, 11, 0.12);
                line-height: 1;
                margin-bottom: 2px;
            }
            .pico {
                font-size: 34px;
                margin-bottom: 14px;
                display: block;
            }
            .pln {
                width: 38px;
                height: 3px;
                background: var(--yl);
                margin-bottom: 18px;
                transition: width 0.4s;
            }
            .pillar:hover .pln {
                width: 66px;
            }
            .pt {
                font-size: 16px;
                font-weight: 800;
                color: #fff;
                margin-bottom: 12px;
                line-height: 1.3;
            }
            .pp {
                font-size: 13.5px;
                color: rgba(255, 255, 255, 0.68);
                line-height: 1.82;
            }
            .ticker {
                background: var(--yl);
                padding: 12px 0;
                overflow: hidden;
                white-space: nowrap;
            }
            .ti {
                display: inline-flex;
                animation: tick 30s linear infinite;
            }
            .tit {
                display: inline-flex;
                align-items: center;
                gap: 12px;
                padding: 0 36px;
                font-size: 12px;
                font-weight: 800;
                letter-spacing: 2px;
                text-transform: uppercase;
                color: var(--bd);
            }
            .tsep {
                width: 4px;
                height: 4px;
                background: var(--bd);
                border-radius: 50%;
            }
            @keyframes tick {
                from {
                    transform: translateX(0);
                }
                to {
                    transform: translateX(-50%);
                }
            }
            section {
                padding: 84px 7%;
            }
            .slbl {
                font-size: 11px;
                font-weight: 800;
                letter-spacing: 4px;
                text-transform: uppercase;
                color: var(--or);
                margin-bottom: 12px;
                display: block;
            }
            .stitle {
                font-size: clamp(24px, 3.5vw, 42px);
                font-weight: 800;
                color: var(--bd);
                line-height: 1.2;
                margin-bottom: 16px;
            }
            .sdesc {
                font-size: 15.5px;
                color: var(--gr);
                line-height: 1.85;
                max-width: 580px;
                margin-bottom: 44px;
            }
            .shead {
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
                margin-bottom: 44px;
                flex-wrap: wrap;
                gap: 16px;
            }
            .va {
                font-size: 12.5px;
                font-weight: 700;
                color: var(--blue);
                text-decoration: none;
                letter-spacing: 1px;
                text-transform: uppercase;
                border-bottom: 2px solid var(--yl);
                padding-bottom: 2px;
                transition: color 0.3s;
            }
            .stband {
                background: var(--bd);
                padding: 56px 7%;
            }
            .strow {
                display: grid;
                grid-template-columns: repeat(5, 1fr);
                gap: 1px;
                background: rgba(255, 255, 255, 0.06);
            }
            .stbox {
                background: var(--bd);
                padding: 36px 18px;
                text-align: center;
                position: relative;
                transition: background 0.3s;
            }
            .stbox:hover {
                background: #112e7a;
            }
            .stbox::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 34px;
                height: 3px;
                background: var(--yl);
                transition: width 0.4s;
            }
            .stbox:hover::after {
                width: 68px;
            }
            .stn {
                font-size: 46px;
                font-weight: 900;
                color: #fff;
                line-height: 1;
                margin-bottom: 8px;
            }
            .stn span {
                color: var(--yl);
            }
            .stl {
                font-size: 11px;
                font-weight: 600;
                color: rgba(255, 255, 255, 0.5);
                letter-spacing: 1.2px;
                text-transform: uppercase;
            }
            .about-split {
                display: grid;
                grid-template-columns: 1fr 1fr;
                min-height: 520px;
            }
            .av {
                background: var(--bd);
                position: relative;
                overflow: hidden;
                min-height: 420px;
            }
            .av svg {
                width: 100%;
                height: 100%;
                position: absolute;
                inset: 0;
            }
            .avo {
                position: absolute;
                inset: 0;
                background: linear-gradient(to right, rgba(11, 36, 96, 0.25), transparent);
            }
            .abg {
                position: absolute;
                background: var(--yl);
                border-radius: 4px;
                padding: 14px 20px;
                box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
            }
            .abg .bn {
                font-size: 26px;
                font-weight: 900;
                color: var(--bd);
                line-height: 1;
            }
            .abg .bl {
                font-size: 10px;
                font-weight: 700;
                color: var(--blue);
                letter-spacing: 1.5px;
                text-transform: uppercase;
                margin-top: 3px;
            }
            .ac {
                background: var(--of);
                padding: 68px 56px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .ac p {
                font-size: 14.5px;
                color: var(--gr);
                line-height: 1.9;
                margin-bottom: 16px;
            }
            .apts {
                list-style: none;
                margin: 22px 0 30px;
                display: flex;
                flex-direction: column;
                gap: 11px;
            }
            .apts li {
                display: flex;
                align-items: flex-start;
                gap: 11px;
                font-size: 14px;
                color: var(--co);
                font-weight: 500;
            }
            .api {
                width: 22px;
                height: 22px;
                background: var(--yl);
                border-radius: 50%;
                flex-shrink: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 10px;
                font-weight: 800;
                color: var(--bd);
                margin-top: 1px;
            }
            .prods {
                background: var(--of);
            }
            .pgrid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 20px;
            }
            .pc {
                background: #fff;
                border-radius: 4px;
                overflow: hidden;
                box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
                transition: all 0.4s;
                cursor: pointer;
                border-bottom: 3px solid transparent;
            }
            .pc:hover {
                transform: translateY(-8px);
                box-shadow: 0 18px 46px rgba(0, 0, 0, 0.11);
                border-color: var(--yl);
            }
            .pc.wide {
                grid-column: span 2;
            }
            .pim {
                overflow: hidden;
            }
            .pim svg {
                width: 100%;
                display: block;
            }
            .pb {
                padding: 26px;
            }
            .ptag {
                font-size: 10px;
                font-weight: 800;
                letter-spacing: 3px;
                text-transform: uppercase;
                color: var(--or);
                margin-bottom: 9px;
                display: block;
            }
            .pname {
                font-size: 19px;
                font-weight: 800;
                color: var(--bd);
                margin-bottom: 11px;
                line-height: 1.3;
            }
            .pdesc {
                font-size: 13.5px;
                color: var(--gr);
                line-height: 1.75;
                margin-bottom: 18px;
            }
            .plink {
                font-size: 12px;
                font-weight: 700;
                color: var(--blue);
                text-decoration: none;
                letter-spacing: 1px;
                text-transform: uppercase;
                display: inline-flex;
                align-items: center;
                gap: 6px;
                transition:
                    gap 0.3s,
                    color 0.3s;
            }
            .plink:hover {
                gap: 12px;
                color: var(--or);
            }
            .fcsec {
                background: #fff;
            }
            .fgrid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 56px;
                align-items: center;
            }
            .fvis {
                position: relative;
            }
            .fvis svg {
                width: 100%;
                display: block;
                border-radius: 4px;
            }
            .ffl {
                position: absolute;
                bottom: -18px;
                right: -18px;
                background: var(--bd);
                border-radius: 4px;
                padding: 18px 24px;
                box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
            }
            .ffl .fn {
                font-size: 30px;
                font-weight: 900;
                color: var(--yl);
                line-height: 1;
            }
            .ffl .fl {
                font-size: 11px;
                color: rgba(255, 255, 255, 0.6);
                letter-spacing: 1.5px;
                text-transform: uppercase;
                margin-top: 4px;
                font-weight: 600;
            }
            .cgrid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 14px;
                margin-top: 28px;
            }
            .ci {
                background: var(--of);
                border-radius: 4px;
                padding: 20px;
                border-left: 3px solid var(--yl);
                transition: all 0.3s;
            }
            .ci:hover {
                background: var(--gl);
                border-color: var(--or);
            }
            .cion {
                font-size: 20px;
                margin-bottom: 8px;
            }
            .ctitle {
                font-size: 13px;
                font-weight: 800;
                color: var(--bd);
                margin-bottom: 5px;
            }
            .ctext {
                font-size: 12.5px;
                color: var(--gr);
                line-height: 1.65;
            }
            .dst {
                background: var(--bd);
                padding: 84px 7%;
            }
            .dst .slbl {
                color: var(--yl);
            }
            .dst .stitle {
                color: #fff;
            }
            .dst .sdesc {
                color: rgba(255, 255, 255, 0.62);
            }
            .dgrid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 1px;
                background: rgba(255, 255, 255, 0.04);
            }
            .dc {
                background: var(--bd);
                padding: 42px 30px;
                text-align: center;
                transition: background 0.35s;
                cursor: pointer;
            }
            .dc:hover {
                background: #102070;
            }
            .dci {
                width: 58px;
                height: 58px;
                border: 2px solid rgba(249, 197, 11, 0.28);
                border-radius: 50%;
                margin: 0 auto 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                transition: all 0.3s;
            }
            .dc:hover .dci {
                border-color: var(--yl);
                background: rgba(249, 197, 11, 0.1);
            }
            .dct {
                font-size: 17px;
                font-weight: 800;
                color: #fff;
                margin-bottom: 11px;
            }
            .dcd {
                font-size: 13px;
                color: rgba(255, 255, 255, 0.58);
                line-height: 1.8;
                margin-bottom: 20px;
            }
            .dcl {
                font-size: 11.5px;
                font-weight: 700;
                letter-spacing: 2px;
                text-transform: uppercase;
                color: var(--yl);
                text-decoration: none;
                transition: letter-spacing 0.3s;
            }
            .dcl:hover {
                letter-spacing: 3px;
            }
            .rnds {
                display: grid;
                grid-template-columns: 1fr 1fr;
            }
            .rndl {
                background: var(--blue);
                padding: 76px 56px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .rndl .slbl {
                color: var(--yl);
            }
            .rndl .stitle {
                color: #fff;
            }
            .rndl .sdesc {
                color: rgba(255, 255, 255, 0.68);
                max-width: 100%;
                margin-bottom: 32px;
            }
            .ritems {
                display: flex;
                flex-direction: column;
                gap: 16px;
            }
            .ri {
                display: flex;
                gap: 16px;
                align-items: flex-start;
                padding: 18px;
                background: rgba(255, 255, 255, 0.05);
                border-radius: 4px;
                border-left: 3px solid var(--yl);
                transition: background 0.3s;
            }
            .ri:hover {
                background: rgba(255, 255, 255, 0.09);
            }
            .riico {
                font-size: 24px;
                flex-shrink: 0;
            }
            .rit {
                font-size: 13.5px;
                font-weight: 800;
                color: var(--yll);
                margin-bottom: 5px;
            }
            .rid {
                font-size: 12.5px;
                color: rgba(255, 255, 255, 0.6);
                line-height: 1.7;
            }
            .rndr {
                position: relative;
                overflow: hidden;
                min-height: 500px;
                background: var(--bd);
            }
            .rndr svg {
                width: 100%;
                height: 100%;
                position: absolute;
                inset: 0;
            }
            .suss {
                background: var(--of);
            }
            .stabs {
                display: flex;
                border-bottom: 2px solid var(--gl);
                margin-bottom: 44px;
            }
            .stab {
                padding: 13px 30px;
                font-size: 12.5px;
                font-weight: 700;
                letter-spacing: 1.5px;
                text-transform: uppercase;
                cursor: pointer;
                border-bottom: 3px solid transparent;
                margin-bottom: -2px;
                color: var(--gr);
                transition: all 0.3s;
            }
            .stab.active {
                border-color: var(--blue);
                color: var(--bd);
            }
            .stab:hover {
                color: var(--blue);
            }
            .spanel {
                display: none;
            }
            .spanel.active {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 56px;
                align-items: center;
            }
            .spanel p {
                font-size: 15px;
                color: var(--gr);
                line-height: 1.85;
                margin-bottom: 15px;
            }
            .slist {
                list-style: none;
                margin-top: 18px;
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
            .slist li {
                display: flex;
                align-items: flex-start;
                gap: 11px;
                font-size: 14px;
                color: var(--co);
                font-weight: 500;
            }
            .slist li::before {
                content: "\2713";
                font-size: 10px;
                font-weight: 900;
                color: #fff;
                background: var(--blue);
                border-radius: 50%;
                width: 19px;
                height: 19px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                margin-top: 2px;
            }
            .svis svg {
                width: 100%;
                display: block;
                border-radius: 4px;
            }
            .ns {
                background: var(--of);
            }
            .ngrid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 22px;
                margin-top: 40px;
            }
            .nc {
                background: #fff;
                border-radius: 4px;
                overflow: hidden;
                box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
                transition: all 0.35s;
                cursor: pointer;
            }
            .nc:hover {
                transform: translateY(-6px);
                box-shadow: 0 16px 38px rgba(0, 0, 0, 0.1);
            }
            .nim {
                height: 175px;
                position: relative;
                overflow: hidden;
            }
            .nim svg {
                width: 100%;
                height: 175px;
            }
            .ncat {
                position: absolute;
                top: 12px;
                left: 12px;
                background: var(--yl);
                color: var(--bd);
                font-size: 10px;
                font-weight: 800;
                padding: 4px 11px;
                letter-spacing: 1.5px;
                text-transform: uppercase;
                border-radius: 2px;
            }
            .nbody {
                padding: 20px;
            }
            .ndate {
                font-size: 11px;
                color: var(--gr);
                font-weight: 600;
                letter-spacing: 1.5px;
                text-transform: uppercase;
                margin-bottom: 9px;
            }
            .ntitle {
                font-size: 15.5px;
                font-weight: 800;
                color: var(--bd);
                line-height: 1.4;
                margin-bottom: 10px;
                transition: color 0.3s;
            }
            .nc:hover .ntitle {
                color: var(--or);
            }
            .nexc {
                font-size: 13px;
                color: var(--gr);
                line-height: 1.7;
            }
            .cta {
                background: linear-gradient(120deg, var(--bd), var(--blue));
                padding: 76px 7%;
                position: relative;
                overflow: hidden;
            }
            .cta::before {
                content: "";
                position: absolute;
                top: -80px;
                right: -80px;
                width: 360px;
                height: 360px;
                border-radius: 50%;
                border: 70px solid rgba(249, 197, 11, 0.05);
            }
            .ctai {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 36px;
                flex-wrap: wrap;
                position: relative;
                z-index: 1;
            }
            .ctat h2 {
                font-size: clamp(24px, 3.8vw, 42px);
                font-weight: 900;
                color: #fff;
                line-height: 1.2;
                margin-bottom: 10px;
            }
            .ctat h2 em {
                color: var(--yl);
                font-style: normal;
            }
            .ctat p {
                font-size: 15.5px;
                color: rgba(255, 255, 255, 0.7);
                max-width: 460px;
            }
            .ctabs {
                display: flex;
                gap: 14px;
                flex-wrap: wrap;
            }
            footer {
                background: #070e1e;
                color: rgba(255, 255, 255, 0.52);
                padding: 68px 7% 26px;
            }
            .footer-logo img {
            	width: 200px;
            }
            .ftop {
                display: grid;
                grid-template-columns: 2.2fr 1fr 1fr 1fr;
                gap: 44px;
                margin-bottom: 52px;
            }
            .fabt {
                font-size: 13.5px;
                line-height: 1.85;
                color: rgba(255, 255, 255, 0.42);
                margin: 18px 0 22px;
            }
            .fsoc {
                display: flex;
                gap: 10px;
            }
            .fsc {
                width: 33px;
                height: 33px;
                border: 1px solid rgba(255, 255, 255, 0.14);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 12px;
                color: rgba(255, 255, 255, 0.42);
                text-decoration: none;
                transition: all 0.3s;
            }
            .fsc:hover {
                border-color: var(--yl);
                color: var(--yl);
            }
            .fcol h4 {
                font-size: 11px;
                font-weight: 800;
                letter-spacing: 2.5px;
                text-transform: uppercase;
                color: var(--yl);
                margin-bottom: 16px;
            }
            .flinks {
                list-style: none;
                display: flex;
                flex-direction: column;
                gap: 9px;
            }
            .flinks a {
                font-size: 13.5px;
                color: rgba(255, 255, 255, 0.42);
                text-decoration: none;
                transition: color 0.3s;
            }
            .flinks a:hover {
                color: var(--yl);
            }
            .fbot {
                border-top: 1px solid rgba(255, 255, 255, 0.06);
                padding-top: 22px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap;
                gap: 12px;
            }
            .fbot p {
                font-size: 12.5px;
            }
            .fleg {
                display: flex;
                gap: 20px;
            }
            .fleg a {
                font-size: 12.5px;
                color: rgba(255, 255, 255, 0.32);
                text-decoration: none;
                transition: color 0.3s;
            }
            .fleg a:hover {
                color: var(--yl);
            }
            .reveal {
                opacity: 0;
                transform: translateY(26px);
                transition:
                    opacity 0.65s ease,
                    transform 0.65s ease;
            }
            .reveal.vis {
                opacity: 1;
                transform: translateY(0);
            }
            @media (max-width: 1000px) {
                .nl {
                    display: none;
                }
                .pillars {
                    grid-template-columns: 1fr;
                }
                .about-split,
                .fgrid,
                .rnds {
                    grid-template-columns: 1fr;
                }
                .pgrid,
                .dgrid,
                .ngrid {
                    grid-template-columns: 1fr;
                }
                .pc.wide {
                    grid-column: span 1;
                }
                .strow {
                    grid-template-columns: repeat(3, 1fr);
                }
                .spanel.active {
                    grid-template-columns: 1fr;
                }
                .ftop {
                    grid-template-columns: 1fr 1fr;
                }
                .cgrid {
                    grid-template-columns: 1fr;
                }
            }
            @media (max-width: 640px) {
                section {
                    padding: 56px 5%;
                }
                .ac {
                    padding: 44px 24px;
                }
                .rndl {
                    padding: 50px 24px;
                }
                .strow {
                    grid-template-columns: repeat(2, 1fr);
                }
                .ftop {
                    grid-template-columns: 1fr;
                }
            }