﻿:root {
    --surface-color: #fafbfc;
    --text-color: #17181e;
    --muted-color: #7c8190;
    --line-color: #e1e4ea;
    --accent-start: #2450c6;
    --accent-end: #1f9fc2;

    --bs-body-font-family: 'Outfit', sans-serif;
    --bs-body-bg: #f2f3f7;
    --bs-body-color: #1c1f2a;
}

.btn {
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 500;
    --bs-btn-padding-y: 0.7rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-border-radius: 0.65rem;
}

.btn-primary {
    --bs-btn-bg: #2450c6;
    --bs-btn-border-color: #2450c6;
    --bs-btn-hover-bg: #132659; /*#1d43a8;*/
    --bs-btn-hover-border-color: #1d43a8;
    --bs-btn-active-bg: #183789;
    --bs-btn-active-border-color: #183789;
    background-image: linear-gradient(90deg, var(--accent-start) 0%, var(--accent-end) 100%);
    border: 0;
}

.btn-outline-light {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #2a5ed6;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: rgba(42, 94, 214, 0.18);
    --bs-btn-hover-border-color: #2a5ed6;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: rgba(42, 94, 214, 0.32);
    --bs-btn-active-border-color: #2a5ed6;
}

h1 {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.14;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
}

h2 {
    margin: 0;
    font-size: 1.9rem;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0.008em;
    color: var(--text-color);
    text-transform: uppercase;
}

h3 {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-color);
}

p {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.42;
    color: var(--muted-color);
}

body {
    margin: 0;
    background: var(--surface-color);
    color: var(--text-color);
    overflow-x: hidden;
}

.pageWidth {
    width: min(75%, 1520px);
    margin: 0 auto;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

.section-heading-wrapper{
    margin-bottom: 2.1rem;
}

.section-heading {
    text-align: center;
    margin-bottom: 0.45rem;
}

.section-subheading {
    text-align: center;
    max-width: 72rem;
    font-size: 1.2rem;
    color: #797B87;
}

.heading-left .section-heading, .heading-left .section-subheading{
    text-align: left;
}

@media screen and (min-width: 992px) {
    .subHeading{
        border-right: 1px solid #e9e9e9;
    }
}

@media screen and (min-width: 992px) {
    html {
        font-size: 1.15vw;
    }
}
@media screen and (max-width: 992px) {
    .pageWidth{
        width: 86%;
    }

    .section-heading-wrapper{
        margin-bottom: 1.1rem;
    }
}

.section-divider {
    border-top: 1px solid var(--line-color);
}
/* =======
==================
   SECTION: Header
========================= */

.header-wrapper {
    background: #ffffff;
    border-bottom: 1px solid var(--line-color);
}

.header .top-navbar .nav-link {
    text-transform: none;
    color: #1c202a;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 2rem;
    padding: 0.5rem 1.2rem;
}

.header .top-navbar .nav-link:hover {
    background-color: #f4f6fb;
    color: #1c202a;
}

.header .navbar {
    --bs-navbar-nav-link-padding-x: 0.4rem;
    --bs-navbar-padding-y: 1.05rem;
}

.navbar-toggler,
.navbar-toggler:focus {
    box-shadow: none;
    border: none;
    padding-right: 0;
}

.brand {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.brand img {
    width: 14rem;
    height: auto;
}

.topNavMainSection {
    width: 100%;
    justify-content: center;
}

#navbarContent {
    margin-top: 0.5rem;
}

@media screen and (min-width: 992px) {
    #navbarContent {
        margin-top: 0;
    }
}

/* =========================
   SECTION: Hero
========================= */

.hero-wrapper {
    background:
            radial-gradient(60rem 30rem at 60% 100%, rgba(13, 166, 187, 0.34), rgba(13, 166, 187, 0) 60%),
            linear-gradient(105deg, #00022a 0%, #03093b 55%, #030c2f 100%);
    position: relative;
}

.hero-shell {
    position: relative;
    padding: 2.8rem 0 2.2rem;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.hero-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.25rem;
    text-transform: none;
}

.hero-content p {
    color: #9ca8c1;
    margin-bottom: 2rem;
    font-size: 0.9rem;
}

.hero-btn {
    background: transparent;
    font-size: 1rem;
    border: solid 1px #1f4db9;
}
.hero-btn2{
    margin-left: 0.5rem;
    background-color: #1f4db9;
}
.hero-btn2:hover{
    background-color: #132659;
}

@media screen and (min-width: 992px) {
    .hero-btn {
        min-width: 11rem;
    }
    .hero-wrapper {
        background: linear-gradient(180deg, #000032 0%, #10385c 100%);
        height: 34vw;
        position: relative;
    }
    .hero-container-wrapper.hero-container-wrapper-text{
        z-index: 2;
    }
    .hero-wrapper::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url('../images/hero-bg-1.png');
        background-size: auto 90%;
        background-position: 81% 100%;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .hero-wrapper .pageWidth{
        position: relative;
    }

    .hero-container-wrapper{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .hero-container-wrapper.hero-container-wrapper-visual::after{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(
                90deg,
                rgba(0, 2, 17, 0.5) 0%,
                rgba(0, 2, 17, 1) 20%,
                rgba(0, 2, 17, 1) 50%,
                rgba(0, 2, 17, 0) 60%,
                rgba(0, 2, 17, 0) 80%,
                rgba(0, 2, 17, 1) 90%,
                rgba(0, 2, 17, 1) 100%
        );
        z-index: 2;
        pointer-events: none;
    }

    .hero-container-wrapper.hero-container-wrapper-text{
        width: 60%;
    }

    .hero-shell {
        padding: 2.8rem 0 1.3rem;
    }

    .hero-content {
        padding: 3rem 0 6rem calc(12.5vw + 3rem);
    }

    .hero-title {
        max-width: 31rem;
    }

    .hero-subtitle {
        max-width: 37rem;
        margin-bottom: 0.8rem;
    }

    .hero-visual-card-wrapper-outer{
        width: 100%;
        position: relative;
        overflow: visible;
    }
    .hero-visual-card-wrapper{
        width: 54rem;
        position: absolute;
        top: 0;
        left: -18rem;
        overflow: hidden;
        padding-bottom: 0.3rem;
    }
    .hero-visual-slider .slick-list{
        overflow: visible;
    }
    .hero-visual-slider .slick-track{
        display: flex;
        align-items: center;
    }
    .hero-visual-slider .slick-slide{
        display: flex;
    }
    .hero-visual-slider .slick-slide > div{
        display: flex;
        justify-content: space-between;
    }
    .hero-visual-card {
        border: 1px solid rgba(255, 255, 255, 0.34);
        box-sizing: border-box;
        width: 16rem;
        height: 24rem;
        border-radius: 2.6rem;
        margin: 0 0.8rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        float: left;
        /*transition: transform 4s linear, border-color 4s linear, color 4s linear;*/
        transition: transform 1s linear, border-color 1s linear;
    }
    .hero-visual-slider.slick-initialized .hero-visual-card {
        transform: scale(0.9);
        transform-origin: center;
        border-color: rgba(255, 255, 255, 0.34);
    }
    .hero-visual-slider.slick-initialized .hero-visual-card.slick-center{
        transform: scale(1);
        border-color: rgba(255, 255, 255, 0.6);
    }
    /*
    .hero-visual-slider.slick-initialized .hero-visual-card * {
        color: rgba(255, 255, 255, 1);
    }
    .hero-visual-slider.slick-initialized .hero-visual-card:not(.slick-center) * {
        color: rgba(255, 255, 255, 0.5);
    }
     */

    .hero-floating-note {
        margin: 0;
        padding: 1rem 1.6rem;
        color: #ffffff;
        font-size: 0.8rem;
        font-weight: 300;
        line-height: 1.28;
        text-align: right;
        margin-bottom: auto;
    }

    .hero-visual-card-bottom {
        margin: 0;
        padding: 0 1.6rem 1.4rem 1.6rem;
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.15;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hero-visual-card-image {
        padding: 0 1.6rem 0.5rem 1.6rem;
        position: relative;
    }
    .hero-visual-card-image img {
        display: block;
        height: 3.8rem;
        max-width: 100%;
        width: auto;
        margin-right: auto;
    }

    .hero-visual-card-bottom span {
        display: block;
        flex-basis: 70%;
    }

    .hero-arrow {
        width: 2.2rem;
        height: 2.2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: linear-gradient(90deg, #2960d0 0%, #1fa3bf 100%);
        color: #ffffff;
        font-style: normal;
        font-size: 0.9rem;
        text-decoration: none;
    }



}

@media screen and (max-width: 992px) {
    .hero-wrapper::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url('../images/hero-bg-1.png');
        background-size: 90% auto;
        background-position: 150% 100%;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .hero-shell {
        overflow: hidden;
        padding: 2.8rem 2rem 1.1rem;
    }

    .pageWidth .hero-shell {
        padding: 0;
        margin: 0 -1.5rem;
    }

    .hero-container-wrapper.hero-container-wrapper-visual{
        /*display: none;*/
    }

    .hero-visual-card {
        border: 1px solid rgba(255, 255, 255, 0.34);
        box-sizing: border-box;
        width: 16rem;
        height: 24rem;
        border-radius: 2.6rem;
        margin: 0 0.8rem;
        display: flex!important;
        flex-direction: column;
        justify-content: space-between;
        float: left;
        transition: transform 1s linear, border-color 1s linear;
    }

    .hero-visual-slider.slick-initialized .hero-visual-card {
        transform: scale(0.9);
        transform-origin: center;
        border-color: rgba(255, 255, 255, 0.34);
    }

    .hero-visual-slider.slick-initialized .hero-visual-card.slick-center{
        transform: scale(1);
        border-color: rgba(255, 255, 255, 0.6);
    }

    .hero-floating-note {
        margin: 0;
        padding: 1rem 1.6rem;
        color: #ffffff;
        font-size: 0.8rem;
        font-weight: 300;
        line-height: 1.28;
        text-align: right;
        margin-bottom: auto;
    }

    .hero-visual-card-bottom {
        margin: 0;
        padding: 0 1.6rem 1.4rem 1.6rem;
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.15;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hero-visual-card-image {
        padding: 0 1.6rem 0.5rem 1.6rem;
        position: relative;
    }

    .hero-visual-card-image img {
        display: block;
        height: 3.8rem;
        max-width: 100%;
        width: auto;
        margin-right: auto;
    }

    .hero-visual-card-bottom span {
        display: block;
        flex-basis: 70%;
    }

    .hero-arrow {
        width: 2.2rem;
        height: 2.2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: linear-gradient(90deg, #2960d0 0%, #1fa3bf 100%);
        color: #ffffff;
        font-style: normal;
        font-size: 0.9rem;
        text-decoration: none;
    }
}

/* =========================
   SECTION: Industry Strip
========================= */

.industry-strip-wrapper {
    padding: 2.2rem 0 1rem;
}

.industry-card {
    height: 100%;
    text-align: center;
    border-radius: 1.5rem;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    padding: 2.25rem 0.8rem 2.25rem;
}

.industry-card img {
    width: 3rem;
    height: 3rem;
    border-radius: 0.45rem;
    object-fit: contain;
    margin: 0 auto 0.75rem;
}

.industry-card h3 {
    font-size: 0.95rem;
    line-height: 1.1;
    font-weight: 600;
}

/* =========================
   SECTION: Trust
========================= */

.trust-wrapper {
    padding: 0.9rem 0 1rem;
}

.trust-row {
    border-bottom: 1px solid var(--line-color);
    padding: 0.5rem 0 2.1rem;
}

.trust-row h2 {
    text-transform: none;
    text-align: right;
    font-weight: 500;
    font-size: 1.4rem;
    padding-right: 1.65rem;
}

.trust-row p {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.35;
    margin-top: 1rem;
}
@media screen and (min-width: 992px) {
    .trust-row {
        padding: 0 0 2.2rem;
    }

    .trust-row .col-lg-6:last-child {
        border-left: 1px solid var(--line-color);
        padding-left: 2.65rem;
    }

    .trust-row p {
        text-align: left;
        margin-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .trust-row h2 {
        text-align: center;
    }

    .trust-row h2 br{
        display: none;
    }

    .trust-row p br{
        display: none;
    }
}

/* =========================
   SECTION: Standard
========================= */

.standard-wrapper {
    padding: 1.5rem 0 1.8rem;
}

.standard-card {
    position: relative;
    overflow: hidden;
    min-height: 20rem;
    border-radius: 1.8rem;
    background: linear-gradient(130deg, #081236 0%, #01041f 100%);
    padding: 10rem 1.35rem 1.6rem;
    height: 100%;
}

.standard-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.standard-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23, 24, 30, 0.1) 0%, rgba(23, 24, 30, 0.9) 60%, rgba(23, 24, 30, 1) 80%);
    z-index: 3;
}

.standard-card-content {
    position: relative;
    z-index: 5;
}

.standard-card h3 {
    color: #ffffff;
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
    line-height: 1.08;
    font-weight: 500;
}

.standard-card p {
    color: rgba(226, 230, 242, 0.86);
    line-height: 1.42;
    font-size: 0.75rem;
}

/* =========================
   SECTION: Ecosystem
========================= */

.ecosystem-wrapper {
    padding: 1.1rem 0 3.2rem;
}

.ecosystem-wrapper .section-subheading {
    max-width: 100%;
}
.ecosystem-card {
    height: 100%;
    border-radius: 1.7rem;

    border: 1px solid #e9e9e9;
    background: #fafbfc;

    padding: 2rem 1.5rem 1.5rem;
}

.ecosystem-card img {
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 0.5rem;
    margin-bottom: 1.1rem;
    object-fit: contain;
}

.ecosystem-card h3 {
    margin-bottom: 0.6rem;
    font-size: 0.98rem;
    line-height: 1.1;
    font-weight: 600;
}

.ecosystem-card p {
    font-size: 0.8rem;
    line-height: 1.35;
}
@media screen and (max-width: 992px) {
    .ecosystem-card {
        display: flex;
        gap: 1rem;
    }
}

/* =========================
   SECTION: Platform
========================= */

.platform-wrapper {
    padding: 2.8rem 0 3.5rem;
}

.platform-card {
    border-radius: 1.7rem;
    background: linear-gradient(30deg, #05224c 0%, #000321 100%);
    border: 1px solid rgba(61, 95, 183, 0.45);
    text-align: center;
    min-height: 100%;
    padding: 2.35rem 1.5rem;
}

.platform-card.middle {
    background: linear-gradient(-50deg, #183f66 0%, #05224c 35%, #02052a 100%);
}

.platform-card h3 {
    color: #ffffff;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 500;
}

.platform-card p {
    color: rgba(226, 230, 242, 0.7);
    font-size: 0.85rem;
    line-height: 1.36;
    font-weight: 300;
}

/* =========================
   SECTION: Applications
========================= */

.applications-wrapper {
    padding: 1rem 0 3.4rem;
}

.applications-grid {
    position: relative;
}

.application-copy {
    margin-bottom: 2rem;
}

.application-copy h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    line-height: 1.1;
}

.application-copy p {
    font-size: 0.78rem;
    line-height: 1.35;
}

.applications-visual {
    position: relative;
    min-height: 30rem;
}

.applications-rings {
    position: absolute;
    inset: 3rem 2.8rem;
    border-radius: 50%;
    border: 1px solid rgba(174, 183, 199, 0.42);
    background: rgba(208, 220, 237, 0.44);
}

.applications-rings::before,
.applications-rings::after {
    content: '';
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    border: 1px solid rgba(174, 183, 199, 0.35);
}

.applications-rings::after {
    inset: 24%;
}

.phone-secondary,
.phone-primary {
    position: absolute;
    border-radius: 2rem;
    object-fit: cover;
    box-shadow: 0 1.1rem 2.2rem rgba(4, 10, 32, 0.18);
    background: linear-gradient(180deg, #0a1b47 0%, #040c2d 100%);
}

.phone-secondary {
    width: 36%;
    left: 19%;
    top: 31%;
    transform: rotate(-28deg);
}

.phone-primary {
    width: 40%;
    right: 16%;
    top: 4%;
    transform: rotate(7deg);
}

@media screen and (min-width: 992px) {
    .application-copy {
        margin-bottom: 0;
    }

    .application-copy-top {
        margin-bottom: 7.4rem;
    }
}

/* =========================
   SECTION: Research
========================= */

.research-wrapper {
    padding: 0.4rem 0 3.2rem;
}

.research-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.research-header .section-heading {
    margin: 0;
    text-align: left;
}
.research-header .section-heading-wrapper {
    margin: 0;
}

.research-btn {
    min-width: 11rem;
}

.research-card {
    height: 100%;
    border-radius: 1.9rem;
    border: 1px solid #e5e5e6;
    background: #fcfdfd;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
}

.research-card > img {
    width: 44%;
    object-fit: cover;
    border-radius: 1.8rem;
    border: solid 0.5rem #fcfdfd;
}

.research-card-content {
    position: relative;
    padding: 2rem 3.5rem 1.4rem 1.35rem;
}

.research-card h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.65rem;
    line-height: 1.1;
}

.research-card p {
    font-size: 0.85rem;
    line-height: 1.34;
}

.research-arrow {
    position: absolute;
    right: 1.15rem;
    bottom: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #2357c7 0%, #1fa0c1 100%);
    color: #ffffff;
    font-style: normal;
    font-size: 0.9rem;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .research-header {
        margin-bottom: 1.6rem;
    }
}

@media screen and (max-width: 992px) {
    .research-card{
        flex-direction: column;
    }

    .research-card-content {
        padding: 0 3.5rem 1.4rem 1.35rem;
    }

    .research-card > img {
        width: 100%;
        border-radius: 3rem;
        border: solid 1.35rem #fcfdfd;
    }
}

/* =========================
   SECTION: Compliance
========================= */

.compliance-wrapper {
    padding: 0.35rem 0 3rem;
}
.compliance-wrapper .section-subheading.section-subheading-1{
    font-size: 1rem;
}
.compliance-card {
    height: 100%;
    border-radius: 1.65rem;
    border: 1px solid #e9e9e9;
    background: #fafbfc;
    text-align: center;
    padding: 2rem 1rem 2rem;
    position: relative;
}

.compliance-card img {
    width: 90%;
    height: 6rem;
    object-fit: contain;
    margin: 0 auto 1rem;
}

.compliance-card h3 {
    font-size: 1rem;
    line-height: 1.16;
    font-weight: 500;
}

/* =========================
   SECTION: Partnership
========================= */

.partnership-wrapper {
    padding: 0.45rem 0 5rem;
}

.partnership-card {
    height: 100%;
    border-radius: 1.85rem;
    background: #fcfdfd;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 2rem 2rem;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
}

.partnership-card img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    border-radius: 0.55rem;
    flex-shrink: 0;
}

.partnership-card h3 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.14;
    margin-bottom: 0.6rem;
}

.partnership-card p {
    font-size: 0.8rem;
    line-height: 1.33;
}

/* =========================
   SECTION: About
========================= */

.about-wrapper {
    background: linear-gradient(
            80deg,
            #000137 0%,
            #000014 20%,
            #000014 50%,
            #000137 60%,
            #000137 80%,
            #000014 90%,
            #000014 100%
    );
}

.about-content {
    padding: 3.05rem 0 3rem;
}

.about-content h2 {
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.about-content p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.33;
    margin-bottom: 1.35rem;
    font-weight: 200;
}

.about-content p.about-note {
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 1.85rem;
}

.about-image-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 1rem;
}

.about-image-wrap img {
    display: block;
    margin-top: -4rem;
}

@media screen and (min-width: 992px) {
    .about-content {
        padding: 4.2rem 0;
    }

    .about-image-wrap {
        justify-content: center;
        padding-top: 0;
    }

    .about-image-wrap img {
        width: 90%;
        height: auto;
    }
}

@media screen and (max-width: 992px) {
    .about-image-wrap img {
        margin-top: -3rem;
    }
}

/* =========================
   SECTION: Footer
========================= */

.footer-wrapper {
    padding: 1.5rem 0 1.4rem;
    background: var(--surface-color);
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0 0 1.35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem 3rem;
    border-bottom: 1px solid var(--line-color);
}

.footer-links a {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 0.82rem;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-line{
    margin-top: 1rem;
    align-items: center;
}
.footer-line-copy {
    text-align: left;
    font-size: 0.7rem;
    line-height: 1.42;
    color: var(--muted-color);
}
.footer-note {
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.42;
    color: var(--muted-color);
}
.footer-social-links{
    text-align: center;
}
.footer-social-link{
    display: inline-block;
    border: solid 1px rgba(50, 50, 50, 0.11);
    padding: 0.6rem;
    border-radius: 0.5rem;
    margin: 0 0.1rem 0 0;
}
.footer-social-link:hover{
    border: solid 1px #2a5ed6;
}
.footer-social-link img{
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}
@media screen and (min-width: 992px) {
    .footer-links {
        gap: 0.9rem 7rem;
    }
}

@media screen and (max-width: 992px) {
    .footer-links {
        gap: 0.9rem 1rem;
    }
}


/* Newsletter callout section */
.newsletterWrapper {
    padding: 1.5rem 0;
}

.newsletterWrapper .pageWidth {
    padding-inline: 0;
}

.newsletterBox {
    max-width: 50rem;
    margin-inline: auto;
}

.newsletterForm {
    display: block;
    padding: 0;
}

.newsletterForm .newsletterFormFieldWrap {
    position: relative;
    margin: 0 auto;
    display: block;
}

.newsletterForm input {
    width: 100%;
    height: 2.8rem;
    border: 1px solid var(--line-color);
    border-radius: 1rem;
    background: transparent;
    padding: 0 4.5rem 0 1.938rem;
    line-height: 1;
}

.newsletterForm input::placeholder {
    color: #f5f8f3;
    opacity: 1;
}

.newsletterForm .btn {
    position: absolute;
    top: 50%;
    right: 0.35rem;
    font-size: 0.8rem;
    line-height: 1rem;
    transform: translateY(-50%);
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.8rem;
    border: none;
    background: #e5e5e5;
    color: #2a5ed6;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    --bs-btn-bg: #f5f8f3;
}

.newsletterForm .btn i {
    transform: translateX(0.08rem);
}

@media screen and (min-width: 992px) {
    .newsletterWrapper {
        padding: 3rem 0 0.5rem;
    }
    .newsletterForm .newsletterFormFieldWrap {
        width: 31rem;
    }
}
.hf-message.hf-message-success{
    padding-top: 0.5rem;
    color: #000;
    text-align: center;
}

/* =========================
   SECTION: Text
========================= */

.text-wrapper {
    padding: 0.9rem 0 1rem;
}
.text-wrapper h2{
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.text-wrapper p{
    font-size: 1rem;
    color: #303030;
    margin-bottom: 0.5rem;
}
.text-wrapper li{
    font-size: 1rem;
    color: #303030;
}
.text-wrapper h3{
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.text-wrapper h4{
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

/* =========================
   Solutions Page
========================= */

.menu-item.current-menu-item .nav-link {
    color: #ffffff;
    background-image: linear-gradient(90deg, var(--accent-start) 0%, var(--accent-end) 100%);
}

.menu-item.current-menu-item .nav-link:hover {
    color: #ffffff;
    background-image: linear-gradient(90deg, var(--accent-start) 0%, var(--accent-end) 100%);
}

/* =========================
   SECTION:   Solutions Hero
========================= */

.solutions-hero-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.solutions-hero-content {
    max-width: 36.5rem;
    padding: 8.2rem 0 8rem;
    position: relative;
    z-index: 1;
}
.solutions-hero-image {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 0;
}
.solutions-hero-image-mobile {
    display: none;
}

.solutions-hero-content h1 {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 1.1rem;
}

.solutions-hero-subtitle {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 2.1rem;
}
.solutions-hero-subtitle-2 {
    font-size: 1rem;
    font-weight: 200;
    margin-top: 0.8rem;
}

.solutions-outline-btn {
    min-width: 12rem;
    /*border: 1px solid rgba(42, 106, 230, 0.92);
    border-radius: 0.75rem;
    background: rgba(8, 15, 56, 0.58);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    padding-inline: 1.65rem;*/
}
/*
.solutions-outline-btn:hover {
    color: #ffffff;
    background: rgba(37, 76, 174, 0.75);
    border-color: rgba(42, 106, 230, 0.92);
}*/

@media screen and (max-width: 992px) {
    .solutions-hero-wrapper {
        background-position: 62% center;
    }

    .solutions-hero-content {
        max-width: 100%;
        padding: 2.2rem 0 26.5rem;
    }

    .solutions-hero-image {
        display: none;
    }

    .solutions-hero-image-mobile {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        z-index: 0;
    }

    .solutions-hero-content h1 {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }

    .solutions-hero-subtitle {
        font-size: 1rem;
        line-height: 1.28;
        margin-bottom: 1.1rem;
        max-width: 19rem;
    }

    .solutions-outline-btn {
        min-width: 0;
        /*flex: 1 1 calc(50% - 0.25rem);
        font-size: 0.9rem;
        text-align: center;
        padding: 0.72rem 0.5rem;*/
    }
}

/* =========================
   SECTION:   Solutions Context
========================= */
.solutions-context-wrapper{
    margin-bottom: 5rem;
}
.solutions-context-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solutions-context-panel {
    position: relative;
    min-height: 16.8rem;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.solutions-context-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2.8rem 2.8rem 2.2rem;
}

.solutions-context-panel-left .solutions-context-content {
    padding-left: max(12.5vw, 2rem);
}

.solutions-context-panel-right .solutions-context-content {
    padding-right: max(12.5vw, 2rem);
}

.solutions-context-content h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.12;
    margin-bottom: 1.1rem;
    max-width: 28rem;
}

.solutions-context-content p {
    color: #B8BAC7;
    font-size: 1.05rem;
    line-height: 1.32;
    max-width: 30rem;
    font-weight: 300;
}

@media screen and (max-width: 992px) {
    .solutions-context-wrapper{
        margin-bottom: 2.3rem;
    }
    .solutions-context-grid {
        grid-template-columns: 1fr;
    }

    .solutions-context-panel {
        min-height: 11rem;
    }

    .solutions-context-content {
        padding: 2rem 1.5rem 1.4rem;
    }

    .solutions-context-panel-left .solutions-context-content,
    .solutions-context-panel-right .solutions-context-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .solutions-context-content h2 {
        font-size: 1.2rem;
        line-height: 1.1;
        margin-bottom: 0.6rem;
        max-width: 100%;
    }

    .solutions-context-content p {
        font-size: 0.95rem;
        max-width: 100%;
        line-height: 1.32;
    }
}

/* =========================
   SECTION:   Solutions Risk
========================= */

.solutions-risk-wrapper {
    padding: 0 0 5rem 0;
    background-color: #fafbfc;
}

.solutions-risk-content {
    height: 100%;
}

.solutions-risk-content h2 {
    text-transform: none;
    color: #0f1747;
    font-size: 1.8rem;
    margin-bottom: 0.85rem;
}

.solutions-risk-content h3 {
    text-transform: none;
    color: #030b30;
    font-size: 1.1rem;
    line-height: 1.24;
    margin-bottom: 1.2rem;
    font-weight: 700;
    max-width: 31rem;
}

.solutions-risk-content > p {
    color: #6e7485;
    font-size: 1rem;
    line-height: 1.48;
    margin-bottom: 2rem;
    max-width: 38rem;
}

.solutions-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.solutions-feature-card {
    border-radius: 1.45rem;
    border: 1px solid #E9E9E9;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ECF9FC 100%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.9rem;
    padding: 1.2rem 1.1rem 1rem;
}

.solutions-feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(100deg, #2553c7 0%, #1f9fbf 100%);
    flex-shrink: 0;
}

.solutions-feature-icon img {
    width: 2.1rem;
    height: 2.1rem;
    object-fit: contain;
}

.solutions-feature-card p {
    color: #0D0F3E;
    font-size: 0.75rem;
    line-height: 1.28;
}

.solutions-risk-media {
    width: 110%;
    height: auto;
    margin-right: -10%;
    max-width: 110%;
}

@media screen and (max-width: 992px) {
    .solutions-risk-wrapper {
        padding: 0 0 2.3rem 0;
    }

    .solutions-risk-content h2 {
        font-size: 1.4rem;
        margin-bottom: 0.65rem;
    }

    .solutions-risk-content h3 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
        max-width: 100%;
    }

    .solutions-risk-content > p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        max-width: 100%;
        line-height: 1.34;
    }

    .solutions-feature-grid {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }

    .solutions-feature-card {
        min-height: 0;
        text-align: left;
        flex-direction: row;
        align-items: center;
        gap: 0.85rem;
        padding: 0.7rem 0.9rem;
        border-radius: 1.2rem;
    }

    .solutions-feature-icon {
        width: 2.45rem;
        height: 2.45rem;
    }

    .solutions-feature-icon img {
        width: 1rem;
        height: 1rem;
    }

    .solutions-feature-card p {
        font-size: 0.95rem;
        line-height: 1.25;
    }

    .solutions-risk-media {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }
}

/* =========================
   SECTION:   Solutions Insight
========================= */

.solutions-insight-wrapper {
    padding: 1.8rem 0;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}

.solutions-insight-image {
    display: block;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.solutions-insight-image-mobile {
    display: none;
}

.solutions-insight-container {
    position: relative;
    z-index: 10;
}
.solutions-insight-content {
    text-align: center;
}

.solutions-insight-content h2 {
    color: #ffffff;
    text-transform: none;
    font-size: 1.8rem;
    margin-bottom: 0;
    text-align: right;
    font-weight: 500;
}

.solutions-insight-content h3 {
    color: #ffffff;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.24;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: right;
}

.solutions-insight-content > p {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: right;
    font-weight: 200;
}

.solutions-feature-grid-light .solutions-feature-card {
    background: #f6fcfe;
    border: none;
}

.solutions-insight-icon{
    height: 3rem;
    width: auto;
}

@media screen and (max-width: 992px) {
    .solutions-insight-wrapper {
        position: relative;
        padding: 17.8rem 0 2rem;
        background-position: center top;
    }

    .solutions-insight-image {
        display: none;
    }

    .solutions-insight-image-mobile {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        position: absolute;
        z-index: 0;
    }

    .solutions-insight-wrapper::before {
        content: '';
        position: absolute;
        inset: 0;
    }

    .solutions-insight-wrapper-first::before {
        background: linear-gradient(180deg, rgba(112, 168, 233, 0) 12%, rgba(112, 168, 233, 0.56) 48%, rgba(112, 168, 233, 0.94) 62%, rgba(112, 168, 233, 0.99) 100%);
        z-index: 3;
    }

    .solutions-insight-wrapper-second::before {
        background: linear-gradient(180deg, rgba(149, 160, 174, 0) 12%, rgba(149, 160, 174, 0.56) 48%, rgba(149, 160, 174, 0.92) 62%, rgba(149, 160, 174, 0.98) 100%);
        z-index: 3;
    }

    .solutions-insight-content {
        position: relative;
        z-index: 2;
        text-align: left;
    }

    .solutions-insight-content h2 {
        font-size: 1.4rem;
        margin-bottom: 0.6rem;
        text-align: left;
    }

    .solutions-insight-content h3 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
        text-align: left;
    }

    .solutions-insight-content > p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        line-height: 1.34;
        text-align: left;
    }

    .solutions-insight-wrapper-first .solutions-insight-content h2,
    .solutions-insight-wrapper-first .solutions-insight-content h3,
    .solutions-insight-wrapper-first .solutions-insight-content > p {
        color: #121b43;
    }
}

/* =========================
   SECTION:   Solutions CTA
========================= */

.solutions-cta-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5rem;
}

.solutions-cta-content {
    max-width: 43rem;
    padding: 2.6rem 0;
}

.solutions-cta-content h2 {
    color: #ffffff;
    font-size: 1.45rem;
    line-height: 1.1;
    margin-bottom: 0.3rem;
}

.solutions-cta-content p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
}

/**/

@media screen and (max-width: 992px) {
    .solutions-cta-wrapper{
        background-image: none!important;
        background-color: #010345;
        margin-bottom: 2.3rem;
    }

    .solutions-cta-content {
        max-width: 100%;
        padding: 2.1rem 0 2rem;
    }

    .solutions-cta-content h2 {
        font-size: 1.3rem;
        margin-bottom: 0.65rem;
    }

    .solutions-cta-content p {
        font-size: 0.8rem;
        margin-bottom: 1.1rem;
        max-width: 20rem;
    }
}

/* =========================
   SECTION:   Solutions Newsletter
========================= */

.solutions-newsletter-wrapper {
    padding: 1.4rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.solutions-newsletter-wrapper .pageWidth {
    padding-inline: 0;
}

.solutions-newsletter-inner {
}

.solutions-newsletter-copy h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.35rem;
}

.solutions-newsletter-copy p {
    color: #ffffff;
    font-weight: 300;
    font-size: 1rem;
}

.solutions-newsletter-wrapper .newsletterForm {
    width: 100%;
    max-width: 42rem;
}

.solutions-newsletter-wrapper .newsletterForm .newsletterFormFieldWrap {
    width: 100%;
}

.solutions-newsletter-wrapper .newsletterForm input {
    border-color: rgba(255, 255, 255, 0.65);
    color: #ffffff;
    height: 3.25rem;
    outline: none !important;
}

.solutions-newsletter-wrapper .newsletterForm input::placeholder {
    color: rgba(255, 255, 255, 0.95);
}

.solutions-newsletter-wrapper .newsletterForm .btn {
    width: 2.6rem;
    height: 2.6rem;
    background: #f3f6fa;
    color: #2687ae;
}

@media screen and (max-width: 992px) {
    .solutions-newsletter-wrapper {
        padding: 1rem 0;
    }

    .solutions-newsletter-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0.8rem;
    }

    .solutions-newsletter-copy h2 {
        font-size: 1.85rem;
        margin-bottom: 0.25rem;
    }

    .solutions-newsletter-copy p {
        font-size: 1.05rem;
    }

    .solutions-newsletter-wrapper .newsletterForm input {
        height: 3rem;
        font-size: 1rem;
    }

    .solutions-newsletter-wrapper .newsletterForm .btn {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.95rem;
    }
}

/* =========================
   SECTION: Products Architecture
========================= */

.products-architecture-wrapper {
    padding: 0 0 3.2rem;
}

.products-architecture-wrapper .section-heading {
    text-align: left;
}

.products-architecture-wrapper .section-subheading {
    text-align: left;
    max-width: 100%;
}

.products-architecture-card {
    position: relative;
    height: 100%;
    min-height: 23.6rem;
    padding: 2rem 2rem 1.9rem;
    border-radius: 1.7rem;
    border: 1px solid #d9dee4;
    background: #fdfeff;
    background-image: linear-gradient(to bottom, #ffffff, #ECF9FC);
    overflow: hidden;
}

.products-architecture-card-copy {
    position: relative;
    z-index: 2;
    max-width: 75%;
}

.products-architecture-card h3 {
    text-transform: none;
    font-size: 1.55rem;
    line-height: 1.12;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.products-architecture-intro {
    color: #6e7485;
    font-size: 0.8rem;
    line-height: 1.33;
    margin-bottom: 1.4rem;
}

.products-architecture-list {
    list-style: none;
    margin: 0 0 1.4rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 0.9rem;

    width: 80%;
}

.products-architecture-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
}

.products-architecture-list i {
    color: #10144a;
    margin-top: 0.1rem;
    font-size: 0.78rem;
    line-height: 1;
}

.products-architecture-list span {
    color: #10144a;
    font-size: 0.84rem;
    line-height: 1.24;
}

.products-architecture-key-title {
    font-size: 1.1rem;
    line-height: 1.15;
    color: #11174d;
    font-weight: 700;
    margin-bottom: 0.35rem;

    width: 80%;
}

.products-architecture-key-copy {
    color: #6e7485;
    font-size: 0.82rem;
    line-height: 1.32;
    max-width: 15rem;

    width: 70%;
}

.products-architecture-media {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: none;
    width: 55%;
}


/* =========================
   SECTION: Products Privacy
========================= */

.products-privacy-wrapper {
    padding: 0 0 3.2rem;
}

.products-privacy-wrapper .section-heading {
    text-align: left;
    margin-bottom: 0.45rem;
}

.products-privacy-wrapper .section-subheading {
    text-align: left;
    max-width: 100%;
}

.products-privacy-card {
    border-radius: 1.7rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 2.5rem 1.6rem;
    background:
            radial-gradient(44% 78% at 48% 52%, rgba(33, 89, 199, 0.52) 0%, rgba(33, 89, 199, 0) 100%),
            linear-gradient(108deg, #00021f 0%, #00040d 100%);
}

.products-privacy-card img {
    width: 3.25rem;
    height: 3.25rem;
    object-fit: contain;
    flex-shrink: 0;
}

.products-privacy-card p {
    color: #ffffff;
    font-size: 0.8rem;
    line-height: 1.32;
    margin-top: 0.08rem;
}

.products-privacy-grid .col-12:nth-child(2) .products-privacy-card,
.products-privacy-grid .col-12:nth-child(5) .products-privacy-card {
    background:
            radial-gradient(52% 90% at 52% 48%, rgba(24, 112, 214, 0.58) 0%, rgba(24, 112, 214, 0) 100%),
            linear-gradient(108deg, #000328 0%, #000611 100%);
}

.products-privacy-grid .col-12:nth-child(3) .products-privacy-card,
.products-privacy-grid .col-12:nth-child(6) .products-privacy-card {
    background:
            radial-gradient(46% 86% at 48% 52%, rgba(30, 86, 176, 0.54) 0%, rgba(30, 86, 176, 0) 100%),
            linear-gradient(108deg, #000218 0%, #000009 100%);
}

@media screen and (max-width: 992px) {
    .products-architecture-wrapper {
        padding: 0 0 2.4rem;
    }

    .products-architecture-card {
        min-height: 0;
        padding: 1.2rem 1.2rem 11.5rem;
        border-radius: 1.2rem;
    }

    .products-architecture-card-copy,
    .products-architecture-card-delivery .products-architecture-card-copy {
        max-width: 100%;
    }

    .products-architecture-card h3 {
        font-size: 1.55rem;
        margin-bottom: 0.55rem;
    }

    .products-architecture-intro {
        font-size: 0.95rem;
        margin-bottom: 1.05rem;
        line-height: 1.26;
    }

    .products-architecture-list {
        margin-bottom: 1rem;
        gap: 0.95rem 0.55rem;
    }

    .products-architecture-list i {
        font-size: 0.9rem;
    }

    .products-architecture-list span {
        font-size: 0.95rem;
    }

    .products-architecture-key-title {
        font-size: 1.1rem;
        margin-bottom: 0.2rem;
    }

    .products-architecture-key-copy {
        font-size: 0.95rem;
        line-height: 1.24;
        max-width: 14rem;
    }

    .products-architecture-card-ingestion .products-architecture-media {
        width: 58%;
        right: -0.8rem;
    }

    .products-architecture-card-normalization .products-architecture-media {
        width: 55%;
        right: -0.8rem;
    }

    .products-architecture-card-enrichment .products-architecture-media {
        width: 78%;
        right: -3rem;
        bottom: -1.2rem;
    }

    .products-architecture-card-delivery .products-architecture-media {
        width: 41%;
        right: -0.2rem;
    }

    .products-architecture-card-enrichment {
        padding-bottom: 13.4rem;
    }

    .products-privacy-wrapper {
        padding: 0 0 2.4rem;
    }

    .products-privacy-card {
        min-height: 0;
        border-radius: 1.3rem;
        padding: 1.2rem 1.2rem;
        gap: 1rem;
        align-items: center;
    }

    .products-privacy-card img {
        width: 2.6rem;
        height: 2.6rem;
    }

    .products-privacy-card p {
        font-size: 1rem;
        line-height: 1.2;
    }
}
