html,
body.home,
body.front-page,
body.home #page,
body.front-page #page,
body.home .site,
body.front-page .site,
body.home .site-content,
body.front-page .site-content,
body.home .content-area,
body.front-page .content-area,
body.home .entry-content,
body.front-page .entry-content {
    background: #fff !important;
}

.ps-home {
    --ps-home-blue: #00439c;
    --ps-home-navy: #061b34;
    --ps-home-ink: #07111f;
    --ps-home-muted: #526071;
    --ps-home-line: #dce4ee;
    --ps-home-soft: #fff;
    color: var(--ps-home-ink);
    background: #fff;
    font-family: inherit;
}

.ps-home * {
    box-sizing: border-box;
}

.ps-home-hero {
    position: relative;
    min-height: 690px;
    background-image:
        linear-gradient(90deg, rgba(2, 13, 28, .92) 0%, rgba(2, 13, 28, .72) 36%, rgba(2, 13, 28, .08) 72%),
        var(--ps-home-hero-image);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: stretch;
}

.ps-home-hero__inner {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 54px;
    padding: 88px 0 72px;
}

.ps-home-hero__copy {
    width: min(680px, 100%);
    color: #fff;
}

.ps-home-eyebrow {
    margin: 0 0 18px;
    color: #50a8ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ps-home-hero h1 {
    margin: 0;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: 0;
    max-width: 780px;
}

.ps-home-hero__copy > p:not(.ps-home-eyebrow) {
    margin: 26px 0 0;
    max-width: 620px;
    color: rgba(255, 255, 255, .88);
    font-size: 19px;
    line-height: 1.6;
}

.ps-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.ps-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.ps-home-button--primary {
    background: var(--ps-home-blue);
    color: #fff;
}

.ps-home-button--ghost {
    border-color: rgba(255, 255, 255, .78);
    color: #fff;
}

.ps-home-button:hover,
.ps-home-button:focus {
    transform: translateY(-1px);
}

.ps-home-hero__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(840px, 100%);
    border-top: 1px solid rgba(255, 255, 255, .28);
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.ps-home-hero__metrics div {
    padding: 24px 28px;
    border-right: 1px solid rgba(255, 255, 255, .18);
    background: rgba(2, 13, 28, .38);
    backdrop-filter: blur(8px);
}

.ps-home-hero__metrics strong,
.ps-home-hero__metrics span {
    display: block;
}

.ps-home-hero__metrics strong {
    color: #fff;
    font-size: 30px;
    line-height: 1;
}

.ps-home-hero__metrics span {
    margin-top: 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.ps-home-values {
    background: #020b16;
    color: #fff;
}

.ps-home-values__inner {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
}

.ps-home-value {
    min-height: 280px;
    padding: 48px 34px;
    background: #020b16;
}

.ps-home-value__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 30px;
    border: 1px solid #1588ff;
    border-radius: 50%;
    color: #1588ff;
}

.ps-home-value__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ps-home-value h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 25px;
    line-height: 1.12;
}

.ps-home-value p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.65;
}

.ps-home-services {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 86px 0 92px;
}

.ps-home-services__head {
    width: min(760px, 100%);
    margin: 0 auto 34px;
    text-align: center;
}

.ps-home-services__head .ps-home-eyebrow {
    margin-bottom: 6px;
}

.ps-home-services__head h2,
.ps-home-feature h2,
.ps-home-cta h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: 0;
}

.ps-home-services__head h2 {
    color: var(--ps-home-navy);
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.05;
}

.ps-home-services__head p,
.ps-home-feature p,
.ps-home-cta p {
    margin: 0;
    color: var(--ps-home-muted);
    font-size: 17px;
    line-height: 1.7;
}

.ps-home-services__head p {
    margin: 12px auto 0;
    max-width: 720px;
    font-size: 14px;
    line-height: 1.45;
}

.ps-home-services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ps-home-service-card {
    background: #fff;
    border: 1px solid var(--ps-home-line);
    border-radius: 0;
    box-shadow: 0 22px 48px rgba(6, 27, 52, .16);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ps-home-service-card__image {
    position: relative;
    min-height: 176px;
    background-size: cover;
    background-position: center;
}

.ps-home-service-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 27, 52, .08), rgba(6, 27, 52, .34));
}

.ps-home-service-card__icon {
    position: absolute;
    z-index: 1;
    left: 22px;
    top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--ps-home-blue);
    color: #fff;
    box-shadow: 0 12px 24px rgba(0, 67, 156, .25);
}

.ps-home-service-card__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ps-home-service-card__body {
    min-height: 188px;
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
}

.ps-home-service-card h3 {
    margin: 0;
    color: var(--ps-home-blue);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.12;
    text-transform: uppercase;
}

.ps-home-service-card p {
    margin: 10px 0 20px;
    color: var(--ps-home-muted);
    font-size: 14px;
    line-height: 1.45;
}

.ps-home-service-card a {
    margin-top: auto;
    color: var(--ps-home-blue);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.ps-home-service-highlights {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    background: #fff;
    border: 1px solid #d7e6f7;
    border-radius: 0;
    overflow: hidden;
}

.ps-home-service-highlight {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 92px;
    padding: 18px 22px;
    border-right: 1px solid #c9dcf2;
}

.ps-home-service-highlight:last-child {
    border-right: 0;
}

.ps-home-service-highlight__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--ps-home-blue);
}

.ps-home-service-highlight__icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ps-home-service-highlight h3 {
    margin: 0 0 4px;
    color: var(--ps-home-navy);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.ps-home-service-highlight p {
    margin: 0;
    color: var(--ps-home-muted);
    font-size: 12px;
    line-height: 1.35;
}

.ps-home-feature {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, .85fr) minmax(260px, .58fr);
    gap: 34px;
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto 14px;
    padding: 46px 0 46px 46px;
    background: #fff;
    border-left: 6px solid var(--ps-home-blue);
    box-shadow: 0 22px 52px rgba(6, 27, 52, .16);
    overflow: hidden;
}

.ps-home-feature .ps-home-eyebrow {
    margin-bottom: 12px;
    color: var(--ps-home-blue);
    font-weight: 900;
}

.ps-home-feature h2 {
    max-width: 410px;
    font-size: clamp(26px, 2.4vw, 42px);
    font-weight: 900;
}

.ps-home-feature__copy p:not(.ps-home-eyebrow) {
    margin-top: 18px;
    max-width: 420px;
    font-size: 14px;
    line-height: 1.55;
}

.ps-home-feature__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: var(--ps-home-blue);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
}

.ps-home-feature__points {
    margin: 0;
    padding: 0;
    list-style: none;
    align-self: center;
}

.ps-home-feature__points li {
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #cbd8e6;
    color: var(--ps-home-navy);
    font-weight: 800;
    position: relative;
}

.ps-home-feature__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 27px;
    width: 10px;
    height: 10px;
    background: var(--ps-home-blue);
}

.ps-home-feature__media {
    min-height: 100%;
    align-self: stretch;
    margin: -46px 0 -46px;
    background-size: cover;
    background-position: center;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.ps-home-cta {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto 96px;
    padding: 52px 0;
    border-top: 1px solid var(--ps-home-line);
    border-bottom: 1px solid var(--ps-home-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
}

.ps-home-cta div {
    max-width: 790px;
}

.ps-home-cta p {
    margin-top: 18px;
}

@media (min-width: 981px) {
    .ps-home-hero__inner,
    .ps-home-values__inner,
    .ps-home-services,
    .ps-home-feature,
    .ps-home-cta {
        width: var(--ps-page-width);
        max-width: var(--ps-page-max);
    }
}

@media (max-width: 900px) {
    .ps-home-hero {
        min-height: 620px;
        background-image:
            linear-gradient(180deg, rgba(2, 13, 28, .94) 0%, rgba(2, 13, 28, .8) 42%, rgba(2, 13, 28, .42) 100%),
            var(--ps-home-hero-image);
        background-position: 63% center;
    }

    .ps-home-hero__inner,
    .ps-home-values__inner,
    .ps-home-services,
    .ps-home-feature,
    .ps-home-cta {
        width: min(100% - 32px, 720px);
    }

    .ps-home-hero__inner {
        padding: 60px 0 42px;
        gap: 34px;
        justify-content: flex-end;
    }

    .ps-home-hero h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .ps-home-hero__copy > p:not(.ps-home-eyebrow) {
        font-size: 16px;
    }

    .ps-home-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ps-home-hero__metrics,
    .ps-home-values__inner,
    .ps-home-services__grid,
    .ps-home-feature,
    .ps-home-cta {
        grid-template-columns: 1fr;
    }

    .ps-home-hero__metrics {
        border-left: 0;
    }

    .ps-home-hero__metrics div {
        padding: 18px 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .ps-home-value {
        min-height: 0;
        padding: 34px 28px;
    }

    .ps-home-services {
        padding: 58px 0;
    }

    .ps-home-services__head {
        margin-bottom: 26px;
        text-align: left;
    }

    .ps-home-services__head h2,
    .ps-home-feature h2,
    .ps-home-cta h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .ps-home-services__head p {
        margin-left: 0;
        font-size: 14px;
    }

    .ps-home-service-card {
        min-height: 0;
    }

    .ps-home-service-card__image {
        min-height: 190px;
    }

    .ps-home-service-card__body {
        min-height: 0;
        padding: 22px;
    }

    .ps-home-service-highlights {
        grid-template-columns: 1fr 1fr;
    }

    .ps-home-service-highlight {
        border-right: 0;
        border-bottom: 1px solid #c9dcf2;
    }

    .ps-home-service-highlight:nth-child(odd) {
        border-right: 1px solid #c9dcf2;
    }

    .ps-home-service-highlight:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .ps-home-feature {
        gap: 28px;
        margin-bottom: 14px;
        padding: 34px 24px 0;
    }

    .ps-home-feature__media {
        min-height: 240px;
        margin: 0 -24px;
        clip-path: none;
    }

    .ps-home-cta {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 58px;
        padding: 38px 0;
    }
}

@media (max-width: 520px) {
    .ps-home-hero {
        min-height: 560px;
    }

    .ps-home-hero__inner,
    .ps-home-values__inner,
    .ps-home-services,
    .ps-home-feature,
    .ps-home-cta {
        width: min(100% - 24px, 460px);
    }

    .ps-home-hero h1 {
        font-size: 34px;
    }

    .ps-home-button {
        width: 100%;
        min-height: 50px;
    }

    .ps-home-services__head h2 {
        font-size: 30px;
    }

    .ps-home-service-card__image {
        min-height: 170px;
    }

    .ps-home-service-highlights {
        grid-template-columns: 1fr;
    }

    .ps-home-service-highlight,
    .ps-home-service-highlight:nth-child(odd) {
        grid-template-columns: 44px minmax(0, 1fr);
        border-right: 0;
        border-bottom: 1px solid #c9dcf2;
    }

    .ps-home-service-highlight:last-child {
        border-bottom: 0;
    }
}
