@import "https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;1,400;0,600;1,600;0,700;1,700&display=swap";

html {
    font-size: 100%
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Cabin', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #FFF;
    color: #1a1a1a;
    line-height: 1.5
}

.brand-lockup {
    text-align: center;
    padding: 40px 20px 20px;
    background: linear-gradient(135deg, #FFFBF1 0%, #FFF 100%);
    position: relative
}

.brand-lockup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 4px;
    background: linear-gradient(90deg, #195382 0%, #F9B02C 100%);
    border-radius: 1px
}

.logo-frame {
    display: inline-block;
    background: #ffffffd9;
    padding: 8px 20px;
    border-radius: 22px;
    box-shadow: -1px 4px 28px -1px #1953821a;
    border: 1px solid #19538214;
    margin-bottom: 8px;
    backdrop-filter: blur(8px)
}

.logo-frame img {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain
}

.brand-tagline {
    font-size: 16px;
    color: #195382;
    font-weight: 600;
    letter-spacing: .02em;
    margin: 0
}

.nav-primary {
    background: #FFF;
    border-top: 1px solid #1953821f;
    border-bottom: 1px solid #1953821f;
    padding: 20px;
    box-shadow: -1px 1px 5px -1px #1953820f
}

.nav-primary-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 40px;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto
}

.nav-primary-list li {
    margin: 0;
    padding: 0
}

.nav-primary-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #195382;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 22px;
    transition: background-color .22s ease-out, color .22s ease-out, box-shadow .28s ease-out;
    position: relative
}

.nav-primary-link:hover {
    background-color: #f9b02c1f;
    color: #195382;
    box-shadow: -1px 1px 5px -1px #f9b02c0f
}

.nav-primary-link:focus {
    outline: 2px solid #F9B02C;
    outline-offset: 2px
}

.nav-primary-link.active {
    background-color: #F9B02C;
    color: #FFF;
    box-shadow: -1px 4px 28px -1px #f9b02c1a
}

.credential-badge {
    background: #f9b02c14;
    border: 1px solid #f9b02c2e;
    border-radius: 22px;
    padding: 4px 20px;
    text-align: center;
    margin: 20px auto 0;
    max-width: max-content;
    font-size: 16px;
    color: #195382;
    font-weight: 600
}

.footer-assembly {
    background: linear-gradient(165deg, #195382 0%, #0d3a5c 100%);
    color: #FFF;
    padding: 80px 20px 40px;
    position: relative;
    overflow: hidden
}

.footer-assembly::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #F9B02C 0%, #ffc857 50%, #F9B02C 100%)
}

.footer-assembly::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at center, #f9b02c14 0%, transparent 70%);
    pointer-events: none;
    border-radius: 50%;
    transform: translate(30%, 30%)
}

.footer-grid {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px 80px;
    position: relative;
    z-index: 1
}

.footer-brand-zone {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.footer-logo-container {
    display: inline-block;
    background: #ffffff1f;
    padding: 8px 20px;
    border-radius: 22px;
    width: max-content;
    backdrop-filter: blur(4px);
    border: 1px solid #ffffff29
}

.footer-logo-container img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain
}

.footer-brand-text {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffffe0;
    margin: 0;
    max-width: 480px
}

.footer-company-name {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.footer-block-title {
    font-size: 18px;
    font-weight: 700;
    color: #F9B02C;
    margin: 0 0 20px;
    letter-spacing: .01em
}

.footer-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-nav-list li {
    margin: 0;
    padding: 0
}

.footer-nav-link {
    display: inline-block;
    font-size: 16px;
    color: #ffffffd1;
    text-decoration: none;
    padding: 4px 0;
    transition: color .18s ease-out, transform .18s ease-out;
    position: relative
}

.footer-nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #F9B02C;
    transition: width .25s ease-out;
    border-radius: 1px
}

.footer-nav-link:hover {
    color: #FFF;
    transform: translateX(4px)
}

.footer-nav-link:hover::after {
    width: 100%
}

.footer-nav-link:focus {
    text-decoration: underline;
    text-decoration-color: #F9B02C;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    outline: none
}

.contact-detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-detail-list li {
    margin: 0;
    padding: 0
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.8;
    color: #ffffffe0
}

.contact-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 4px
}

.contact-icon svg {
    width: 100%;
    height: 100%;
    fill: #F9B02C
}

.contact-link {
    color: #ffffffe0;
    text-decoration: none;
    transition: color .18s ease-out
}

.contact-link:hover {
    color: #F9B02C
}

.contact-link:focus {
    text-decoration: underline;
    text-decoration-color: #F9B02C;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    outline: none
}

.footer-bottom {
    max-width: 1366px;
    margin: 80px auto 0;
    padding-top: 40px;
    border-top: 1px solid #ffffff29;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.footer-copyright {
    font-size: 16px;
    color: #ffffffad;
    margin: 0
}

.footer-preferences-link {
    font-size: 16px;
    color: #ffffffd1;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 1px;
    transition: color .18s ease-out, background-color .18s ease-out
}

.footer-preferences-link:hover {
    color: #FFF;
    background-color: #f9b02c1f
}

.footer-preferences-link:focus {
    outline: 2px solid #F9B02C;
    outline-offset: 2px
}

@media (max-width: 960px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }

    .footer-brand-zone {
        grid-column: 1 / -1
    }

    .nav-primary-list {
        gap: 8px 20px
    }

    .nav-primary-link {
        font-size: 16px;
        padding: 8px 20px
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }
}

@media (max-width: 480px) {
    .brand-lockup {
        padding: 40px 20px 20px
    }

    .nav-primary {
        padding: 20px
    }

    .nav-primary-list {
        flex-direction: column;
        align-items: center;
        gap: 8px
    }

    .nav-primary-link {
        display: block;
        text-align: center;
        width: 100%;
        max-width: 320px
    }

    .footer-assembly {
        padding: 40px 20px
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .footer-brand-zone {
        grid-column: 1
    }

    .footer-assembly::after {
        width: 280px;
        height: 280px
    }
}

.consent_overlay {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 920px;
    width: calc(100% - 40px);
    background: #FFF;
    border-radius: 22px;
    box-shadow: -1px 9px 52px -1px #1953821f;
    border: 1px solid #1953821f;
    z-index: 1000;
    display: none;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .38s ease-out, transform .38s ease-out
}

.consent_overlay.visible {
    opacity: 1;
    transform: translateY(0)
}

.consent_interior {
    padding: 40px
}

.consent_message {
    font-size: 16px;
    line-height: 1.8;
    color: #2d2d2d;
    margin: 0 0 20px
}

.consent_message a {
    color: #195382;
    text-decoration: underline;
    text-decoration-color: #F9B02C;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    transition: color .18s ease-out
}

.consent_message a:hover {
    color: #F9B02C
}

.consent_message a:focus {
    outline: 2px solid #F9B02C;
    outline-offset: 2px;
    border-radius: 1px
}

.consent_categories {
    display: none;
    margin: 20px 0;
    padding: 20px;
    background: #fffbf180;
    border-radius: 22px;
    border: 1px solid #f9b02c2e
}

.consent_categories.visible {
    display: block
}

.consent_category {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding: 8px 0
}

.consent_category:last-child {
    margin-bottom: 0
}

.consent_category input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #F9B02C
}

.consent_category input[type="checkbox"]:disabled {
    cursor: not-allowed;
    opacity: .6
}

.consent_category label {
    font-size: 16px;
    color: #2d2d2d;
    cursor: pointer;
    flex: 1
}

.consent_category input[type="checkbox"]:disabled+label {
    cursor: not-allowed
}

.consent_actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center
}

.consent_btn {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 22px;
    border: 2px solid #195382;
    background: transparent;
    color: #195382;
    cursor: pointer;
    transition: background-color .22s ease-out, color .22s ease-out, border-color .22s ease-out;
    text-decoration: none;
    display: inline-block
}

.consent_btn:hover {
    background-color: #19538214;
    border-color: #0d3a5c
}

.consent_btn:focus {
    outline: 2px solid #F9B02C;
    outline-offset: 2px
}

.consent_btn_primary {
    background: #195382;
    color: #FFF;
    border-color: #195382
}

.consent_btn_primary:hover {
    background: #0d3a5c;
    border-color: #0d3a5c
}

.consent_btn_link {
    background: transparent;
    border: none;
    color: #195382;
    text-decoration: underline;
    text-decoration-color: #19538266;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    padding: 8px 4px;
    font-weight: 400
}

.consent_btn_link:hover {
    background: transparent;
    color: #F9B02C;
    text-decoration-color: #F9B02C
}

@media (max-width: 480px) {
    .consent_overlay {
        bottom: 20px;
        width: calc(100% - 40px)
    }

    .consent_interior {
        padding: 20px
    }

    .consent_actions {
        flex-direction: column;
        gap: 8px;
        align-items: stretch
    }

    .consent_btn {
        width: 100%;
        text-align: center
    }
}

.rules-ylea-content {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #2a2a2a
}

.rules-ylea-content strong,
.rules-ylea-content b {
    font-weight: 600;
    color: #195382
}

.rules-ylea-content em,
.rules-ylea-content i {
    font-style: italic;
    color: #4a4a4a
}

.rules-ylea-content a {
    color: #195382;
    text-decoration: none;
    border-bottom: 1px solid #F9B02C;
    transition: border-color .22s ease-out, color .18s ease-out
}

.rules-ylea-content a:hover {
    color: #F9B02C;
    border-bottom-color: #195382
}

.rules-ylea-content table {
    width: 100%;
    margin: 40px 0;
    border-collapse: collapse;
    background: #fff;
    box-shadow: -1px 4px 28px -1px #1953821a;
    border-radius: 1px;
    overflow: hidden
}

.rules-ylea-content thead {
    background: #195382
}

.rules-ylea-content thead tr {
    border: none
}

.rules-ylea-content th {
    padding: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .02em
}

.rules-ylea-content tbody tr {
    border-bottom: 1px solid #e8e8e8;
    transition: background-color .25s ease-out
}

.rules-ylea-content tbody tr:last-child {
    border-bottom: none
}

.rules-ylea-content tbody tr:hover {
    background: #FFFBF1
}

.rules-ylea-content td {
    padding: 20px;
    font-size: 16px;
    color: #3a3a3a
}

.rules-ylea-content hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, #19538200, #1953824d, #19538200);
    margin: 40px 0
}

@media (max-width: 960px) {
    .rules-ylea-content {
        padding: 40px 20px;
        font-size: 16px
    }

    .rules-ylea-content table {
        display: block;
        overflow-x: auto;
        margin: 20px 0
    }

    .rules-ylea-content th,
    .rules-ylea-content td {
        padding: 8px;
        font-size: 16px
    }

    .rules-ylea-content hr {
        margin: 20px 0
    }
}

@media (max-width: 480px) {
    .rules-ylea-content {
        padding: 20px 8px
    }

    .rules-ylea-content th,
    .rules-ylea-content td {
        padding: 8px 4px
    }
}

.msn-page {
    background: #FFFBF1;
    overflow-x: clip
}

.msn-page .pulse-bg {
    position: relative;
    overflow: hidden
}

.msn-page .pulse-bg::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #f9b02c26 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-expand 4s ease-out infinite;
    pointer-events: none
}

.msn-page .pulse-bg::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #1953821a 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-expand 4s ease-out infinite 2s;
    pointer-events: none
}

@keyframes pulse-expand {
    0% {
        width: 200px;
        height: 200px;
        opacity: 1
    }

    100% {
        width: 800px;
        height: 800px;
        opacity: 0
    }
}

.msn-page .lead-area {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative
}

.msn-page .visual-frame {
    flex: 0 0 480px;
    position: relative
}

.msn-page .shape-crop {
    width: 480px;
    height: 520px;
    clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%);
    overflow: hidden;
    position: relative
}

.msn-page .shape-crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.3);
    transition: transform .35s ease-out
}

.msn-page .shape-crop:hover img {
    transform: scale(1.08)
}

.msn-page .text-zone {
    flex: 1;
    position: relative
}

.msn-page .quote-mark {
    position: absolute;
    top: -40px;
    left: -20px;
    font-size: 240px;
    line-height: 1;
    color: #f9b02c1f;
    font-weight: 700;
    pointer-events: none;
    z-index: 0
}

.msn-page .text-zone-inner {
    position: relative;
    z-index: 1
}

.msn-page .metric-accent {
    font-size: 72px;
    line-height: 1.1;
    color: #195382;
    font-weight: 700;
    margin: 0 0 8px;
    letter-spacing: -.02em
}

.msn-page .lead-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    font-weight: 300;
    margin: 0 0 20px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.msn-page .lead-text {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin: 0
}

.msn-page .stepped-offset {
    max-width: 1366px;
    margin: 0 auto 0 80px;
    padding: 80px 40px;
    background: #fff9;
    position: relative
}

.msn-page .stepped-offset::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><rect width="100" height="100" fill="none"/><circle cx="50" cy="50" r="1" fill="%23195382" opacity="0.08"/></svg>');
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0
}

.msn-page .stepped-offset-inner {
    position: relative;
    z-index: 1
}

.msn-page .stats-row {
    display: flex;
    gap: 40px;
    margin: 0 0 40px;
    flex-wrap: wrap
}

.msn-page .stat-unit {
    flex: 1;
    min-width: 200px
}

.msn-page .stat-number {
    font-size: 62px;
    line-height: 1.1;
    color: #F9B02C;
    font-weight: 700;
    margin: 0 0 4px;
    letter-spacing: -.01em
}

.msn-page .stat-label {
    font-size: 16px;
    line-height: 1.5;
    color: #195382;
    margin: 0;
    padding: 8px 0 0;
    border-top: 1px solid #19538233
}

.msn-page .desc-block {
    margin: 0 0 40px
}

.msn-page .desc-heading {
    font-size: 24px;
    line-height: 1.1;
    color: #195382;
    font-weight: 300;
    margin: 0 0 20px;
    letter-spacing: .06em
}

.msn-page .desc-paragraph {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 20px;
    text-align: justify
}

.msn-page .desc-paragraph:last-child {
    margin: 0
}

.msn-page .desc-paragraph:first-of-type {
    font-size: 24px;
    line-height: 1.5;
    color: #195382
}

.msn-page .path-decoration {
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 280px;
    height: 180px;
    pointer-events: none;
    z-index: 2
}

.msn-page .path-decoration svg {
    width: 100%;
    height: 100%
}

.msn-page .data-showcase {
    max-width: 1366px;
    margin: 0 80px 0 auto;
    padding: 80px 40px;
    background: linear-gradient(0deg, #19538214 0%, transparent 100%);
    position: relative
}

.msn-page .showcase-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    font-weight: 300;
    margin: 0 0 40px;
    letter-spacing: .08em;
    text-align: left
}

.msn-page .data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 0 0 40px
}

.msn-page .data-card {
    background: #fff;
    padding: 40px;
    border-radius: 22px;
    box-shadow: -1px 4px 28px -1px #1953821a;
    transition: box-shadow .25s ease-out, transform .2s ease-out;
    position: relative;
    overflow: hidden
}

.msn-page .data-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f9b02c00;
    transition: background .3s ease-out;
    pointer-events: none;
    z-index: 0
}

.msn-page .data-card:hover::before {
    background: #f9b02c0a
}

.msn-page .data-card:hover {
    box-shadow: -1px 9px 52px -1px #1953821f;
    transform: translateY(-4px)
}

.msn-page .data-card-inner {
    position: relative;
    z-index: 1
}

.msn-page .card-img-wrap {
    width: 100%;
    height: 220px;
    margin: 0 0 20px;
    border-radius: 1px;
    overflow: hidden
}

.msn-page .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease-out, box-shadow .35s ease-out
}

.msn-page .data-card:hover .card-img-wrap img {
    transform: scale(1.06);
    box-shadow: -1px 4px 28px -1px #1953821a
}

.msn-page .card-title {
    font-size: 24px;
    line-height: 1.1;
    color: #195382;
    font-weight: 700;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.msn-page .card-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0
}

.msn-page .table-container {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: -1px 4px 28px -1px #1953821a
}

.msn-page .data-table {
    width: 100%;
    border-collapse: collapse
}

.msn-page .data-table thead {
    background: #195382
}

.msn-page .data-table th {
    padding: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    border: none
}

.msn-page .data-table tbody tr {
    transition: background .2s ease-out
}

.msn-page .data-table tbody tr:nth-child(odd) {
    background: #FFFBF1
}

.msn-page .data-table tbody tr:nth-child(even) {
    background: #fff
}

.msn-page .data-table tbody tr:hover {
    background: #f9b02c1f
}

.msn-page .data-table td {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    border: none
}

.msn-page .data-table td:first-child {
    font-weight: 700;
    color: #195382
}

.msn-page .torn-divider {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    display: block;
    position: relative
}

.msn-page .torn-divider svg {
    width: 100%;
    height: 100%;
    display: block
}

@media (max-width: 960px) {
    .msn-page .lead-area {
        flex-direction: column;
        padding: 40px 20px
    }

    .msn-page .visual-frame {
        flex: 0 0 auto;
        width: 100%
    }

    .msn-page .shape-crop {
        width: 100%;
        height: 400px
    }

    .msn-page .quote-mark {
        font-size: 160px;
        top: -20px;
        left: -10px
    }

    .msn-page .metric-accent {
        font-size: 62px
    }

    .msn-page .lead-heading {
        font-size: 24px
    }

    .msn-page .stepped-offset {
        margin: 0 auto;
        padding: 40px 20px
    }

    .msn-page .stats-row {
        flex-direction: column;
        gap: 20px
    }

    .msn-page .stat-unit {
        min-width: 0
    }

    .msn-page .data-showcase {
        margin: 0 auto;
        padding: 40px 20px
    }

    .msn-page .data-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .msn-page .data-card {
        padding: 20px
    }

    .msn-page .card-img-wrap {
        height: 180px
    }
}

@media (max-width: 480px) {
    .msn-page .lead-area {
        padding: 40px 20px
    }

    .msn-page .shape-crop {
        height: 320px
    }

    .msn-page .metric-accent {
        font-size: 48px
    }

    .msn-page .lead-heading {
        font-size: 18px
    }

    .msn-page .lead-text {
        font-size: 16px
    }

    .msn-page .stepped-offset {
        padding: 40px 20px
    }

    .msn-page .stat-number {
        font-size: 48px
    }

    .msn-page .desc-heading {
        font-size: 18px
    }

    .msn-page .desc-paragraph {
        font-size: 16px
    }

    .msn-page .desc-paragraph:first-of-type {
        font-size: 18px
    }

    .msn-page .path-decoration {
        width: 200px;
        height: 140px;
        right: 20px
    }

    .msn-page .data-showcase {
        padding: 40px 20px
    }

    .msn-page .showcase-heading {
        font-size: 24px
    }

    .msn-page .data-table th,
    .msn-page .data-table td {
        padding: 8px;
        font-size: 14px
    }
}

.msn-page ::selection {
    background: #F9B02C;
    color: #000
}

.environ-about {
    background: #FFFBF1;
    color: #1a1a2e;
    overflow-x: clip
}

.environ-about .title-banner {
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(165deg, #195382 0%, #F9B02C 45%, #195382 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.environ-about .title-banner::before {
    content: '"';
    position: absolute;
    font-size: 420px;
    line-height: 1;
    color: #ffffff14;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1
}

.environ-about .title-banner-wrap {
    max-width: 1366px;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center
}

.environ-about .title-banner h1 {
    font-size: 72px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: -.02em;
    font-weight: 300;
    opacity: 0;
    animation: titleFadeIn .8s cubic-bezier(0.19, 1, 0.22, 1) .2s forwards
}

.environ-about .title-banner-desc {
    font-size: 24px;
    line-height: 1.5;
    color: #fffffff2;
    max-width: 820px;
    margin: 0 auto;
    opacity: 0;
    animation: titleFadeIn .8s cubic-bezier(0.19, 1, 0.22, 1) .5s forwards
}

@keyframes titleFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.environ-about .story-grid {
    padding: 80px 20px;
    background: #fff;
    position: relative
}

.environ-about .story-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 35px, #19538205 35px, #19538205 36px), repeating-linear-gradient(90deg, transparent, transparent 35px, #19538205 35px, #19538205 36px), repeating-linear-gradient(45deg, transparent, transparent 49px, #19538204 49px, #19538204 50px), repeating-linear-gradient(-45deg, transparent, transparent 49px, #19538204 49px, #19538204 50px);
    pointer-events: none;
    opacity: 0;
    animation: patternFadeIn 1.2s ease-out .6s forwards
}

@keyframes patternFadeIn {
    to {
        opacity: 1
    }
}

.environ-about .story-grid-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.environ-about .story-cards {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 0 0 40px
}

.environ-about .story-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: -1px 4px 28px -1px #1953821a;
    transition: transform .35s ease-out, box-shadow .35s ease-out;
    position: relative
}

.environ-about .story-card:hover {
    transform: translateY(-4px);
    box-shadow: -1px 9px 52px -1px #1953821f
}

.environ-about .story-card.featured {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column
}

.environ-about .story-card-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative
}

.environ-about .story-card.featured .story-card-img {
    height: 100%;
    flex: 1
}

.environ-about .story-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s cubic-bezier(0.19, 1, 0.22, 1)
}

.environ-about .story-card:hover .story-card-img img {
    transform: scale(1.06)
}

.environ-about .story-card-body {
    padding: 40px;
    border-left: 4px solid #F9B02C
}

.environ-about .story-card.featured .story-card-body {
    flex-shrink: 0
}

.environ-about .story-card h3 {
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 20px;
    color: #195382;
    letter-spacing: -.01em
}

.environ-about .story-card.featured h3 {
    font-size: 32px
}

.environ-about .story-card p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    color: #2d3748
}

.environ-about .story-card.small-card h3 {
    font-size: 24px
}

.environ-about .story-card.small-card p {
    font-size: 16px
}

.environ-about .story-card.small-card .story-card-img {
    height: 180px
}

.environ-about .story-card.small-card .story-card-body {
    padding: 20px
}

.environ-about .metric-zone {
    background: linear-gradient(180deg, #F9B02C 0%, #f9b02c00 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden
}

.environ-about .metric-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, transparent 45%, #19538226 55%, transparent 65%);
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.environ-about .metric-zone-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.environ-about .metric-zone h2 {
    font-size: 62px;
    line-height: 1.1;
    margin: 0 0 80px;
    color: #195382;
    font-weight: 300;
    letter-spacing: .05em;
    text-align: center
}

.environ-about .metric-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

.environ-about .metric-item {
    background: #ffffffd9;
    backdrop-filter: blur(8px);
    padding: 40px;
    border-radius: 22px;
    text-align: center;
    box-shadow: -1px 1px 5px -1px #f9b02c0f;
    transition: background .25s ease-out, transform .25s ease-out;
    position: relative;
    overflow: hidden
}

.environ-about .metric-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #19538208;
    opacity: 0;
    transition: opacity .3s ease-out;
    pointer-events: none
}

.environ-about .metric-item:hover {
    background: #fffffff2;
    transform: translateY(-8px)
}

.environ-about .metric-item:hover::after {
    opacity: 1
}

.environ-about .metric-number {
    font-size: 62px;
    line-height: 1;
    color: #195382;
    font-weight: 700;
    margin: 0 0 8px;
    display: block
}

.environ-about .metric-label {
    font-size: 18px;
    line-height: 1.5;
    color: #2d3748;
    margin: 0
}

.environ-about .mission-link-wrap {
    margin: 80px 0 0;
    text-align: center
}

.environ-about .mission-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 20px 40px;
    background: #195382;
    color: #fff;
    border: 2px solid #195382;
    border-radius: 22px;
    font-size: 18px;
    text-decoration: none;
    transition: border-color .2s ease-out, background .2s ease-out, transform .18s ease-out;
    box-shadow: -1px 4px 28px -1px #1953821a
}

.environ-about .mission-link-btn:hover {
    border-color: #F9B02C;
    transform: translateY(-2px);
    box-shadow: -1px 9px 52px -1px #1953821f
}

.environ-about .mission-link-btn:active {
    transform: translateY(0)
}

.environ-about .mission-link-icon {
    width: 20px;
    height: 20px;
    fill: currentColor
}

@media (max-width: 1440px) {
    .environ-about .title-banner h1 {
        font-size: 62px
    }

    .environ-about .title-banner-desc {
        font-size: 18px
    }

    .environ-about .metric-zone h2 {
        font-size: 48px
    }
}

@media (max-width: 960px) {
    .environ-about .title-banner {
        padding: 40px 20px
    }

    .environ-about .title-banner h1 {
        font-size: 48px
    }

    .environ-about .title-banner::before {
        font-size: 280px;
        top: -80px
    }

    .environ-about .story-cards {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .environ-about .story-card.featured {
        grid-column: 1 / 3;
        grid-row: auto
    }

    .environ-about .story-card.featured .story-card-img {
        height: 320px
    }

    .environ-about .metric-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .environ-about .metric-zone h2 {
        font-size: 32px;
        margin: 0 0 40px
    }

    .environ-about .story-grid,
    .environ-about .metric-zone {
        padding: 40px 20px
    }
}

@media (max-width: 480px) {
    .environ-about .title-banner h1 {
        font-size: 32px
    }

    .environ-about .title-banner-desc {
        font-size: 16px
    }

    .environ-about .title-banner::before {
        font-size: 180px;
        top: -50px
    }

    .environ-about .story-cards {
        grid-template-columns: 1fr
    }

    .environ-about .story-card.featured {
        grid-column: 1
    }

    .environ-about .story-card.featured .story-card-img {
        height: 240px
    }

    .environ-about .story-card-body {
        padding: 20px
    }

    .environ-about .story-card h3 {
        font-size: 24px
    }

    .environ-about .story-card.featured h3 {
        font-size: 24px
    }

    .environ-about .story-card p {
        font-size: 16px
    }

    .environ-about .metric-grid {
        grid-template-columns: 1fr
    }

    .environ-about .metric-zone h2 {
        font-size: 24px
    }

    .environ-about .metric-number {
        font-size: 48px
    }

    .environ-about .metric-label {
        font-size: 16px
    }

    .environ-about .metric-item {
        padding: 20px
    }

    .environ-about .mission-link-btn {
        padding: 20px 40px;
        font-size: 16px
    }
}

.frnt {
    max-width: 1366px;
    margin: 0 auto;
    background: #fff
}

.frnt .title-zone {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    padding: 80px 40px 40px;
    background: linear-gradient(0deg, transparent 0%, #195382 100%);
    position: relative
}

.frnt .title-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.frnt .title-right {
    width: 420px;
    position: relative
}

.frnt .title-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1px;
    box-shadow: -1px 9px 52px -1px #1953821f
}

.frnt .title-right::before,
.frnt .title-right::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #F9B02C
}

.frnt .title-right::before {
    top: -8px;
    left: -8px;
    border-right: none;
    border-bottom: none
}

.frnt .title-right::after {
    bottom: -8px;
    right: -8px;
    border-left: none;
    border-top: none
}

.frnt .title-vignette {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 40%, #1953824d 100%);
    border-radius: 1px
}

.frnt .title-main-h {
    font-size: 62px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -.02em;
    margin: 0
}

.frnt .title-sub-h {
    font-size: 24px;
    line-height: 1.5;
    color: #ffffffe6;
    margin: 0
}

.frnt .title-caption {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffffb3;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid #f9b02c80;
    max-width: 280px
}

.frnt .title-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 20px 40px;
    background: #F9B02C;
    color: #195382;
    text-decoration: none;
    border-radius: 22px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    border: 2px solid #F9B02C;
    transition: border-color .28s ease-out, transform .19s ease-out;
    align-self: flex-start;
    margin-top: 20px
}

.frnt .title-link:hover {
    border-color: #195382;
    transform: translateY(-2px)
}

.frnt .invest-zone {
    padding: 80px 40px;
    background: #FFFBF1;
    position: relative
}

.frnt .invest-zone::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: linear-gradient(0deg, #F9B02C 0%, #f9b02c00 100%)
}

.frnt .invest-inner {
    max-width: 960px;
    margin: 0 auto
}

.frnt .invest-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    margin: 0 0 40px;
    letter-spacing: -.01em
}

.frnt .invest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.frnt .invest-card {
    background: #fff;
    padding: 40px;
    border-radius: 22px;
    box-shadow: -1px 4px 28px -1px #1953821a;
    transition: transform .32s ease-out, box-shadow .25s ease-out;
    position: relative;
    overflow: hidden
}

.frnt .invest-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #f9b02c00;
    transition: background .38s ease-out;
    pointer-events: none
}

.frnt .invest-card:hover {
    transform: translateY(-4px);
    box-shadow: -1px 9px 52px -1px #1953821f
}

.frnt .invest-card:hover::before {
    background: #f9b02c14
}

.frnt .invest-card-label {
    font-size: 16px;
    line-height: 1.5;
    color: #F9B02C;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin: 0 0 8px;
    font-weight: 600
}

.frnt .invest-card-value {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    margin: 0 0 20px;
    font-weight: 700
}

.frnt .invest-card-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0
}

.frnt .creators-zone {
    padding: 80px 40px;
    background: #fff;
    position: relative
}

.frnt .creators-inner {
    max-width: 1200px;
    margin: 0 auto
}

.frnt .creators-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    margin: 0 0 8px;
    text-align: center;
    letter-spacing: -.01em
}

.frnt .creators-subheading {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    margin: 0 0 80px;
    text-align: center
}

.frnt .creators-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start
}

.frnt .creators-col:nth-child(1) {
    transform: translateY(0)
}

.frnt .creators-col:nth-child(2) {
    transform: translateY(40px)
}

.frnt .creators-col:nth-child(3) {
    transform: translateY(80px)
}

.frnt .creators-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: -1px 1px 5px -1px #1953820f;
    transition: box-shadow .35s ease-out
}

.frnt .creators-card:hover {
    box-shadow: -1px 9px 52px -1px #1953821f
}

.frnt .creators-img-wrap {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative
}

.frnt .creators-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease-out
}

.frnt .creators-card:hover .creators-img-wrap img {
    transform: scale(1.08)
}

.frnt .creators-content {
    padding: 40px
}

.frnt .creators-name {
    font-size: 24px;
    line-height: 1.1;
    color: #195382;
    margin: 0 0 8px;
    font-weight: 600
}

.frnt .creators-role {
    font-size: 16px;
    line-height: 1.5;
    color: #F9B02C;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: .08em
}

.frnt .creators-bio {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0
}

.frnt .experience-zone {
    padding: 80px 40px;
    background: #195382;
    position: relative;
    overflow: hidden
}

.frnt .experience-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(0deg, transparent 0%, #f9b02c1f 100%);
    animation: breathe 10s ease-in-out infinite;
    pointer-events: none
}

@keyframes breathe {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.05);
        opacity: .8
    }
}

.frnt .experience-inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.frnt .experience-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 40px;
    letter-spacing: -.01em
}

.frnt .experience-flow {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative
}

.frnt .experience-flow::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 40px;
    bottom: 40px;
    width: 2px;
    background: #f9b02c4d
}

.frnt .experience-item {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    position: relative
}

.frnt .experience-marker {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: #f9b02c33;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: background .27s ease-out, transform .22s ease-out
}

.frnt .experience-item:hover .experience-marker {
    background: #f9b02c66;
    transform: scale(1.1)
}

.frnt .experience-marker-num {
    font-size: 32px;
    line-height: 1;
    color: #F9B02C;
    font-weight: 700
}

.frnt .experience-content {
    flex: 1;
    padding-top: 8px
}

.frnt .experience-phase {
    font-size: 18px;
    line-height: 1.5;
    color: #F9B02C;
    margin: 0 0 8px;
    font-weight: 600;
    letter-spacing: .06em
}

.frnt .experience-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffffe6;
    margin: 0
}

.frnt .concern-zone {
    padding: 80px 40px;
    background: #fff;
    position: relative
}

.frnt .concern-zone::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: linear-gradient(0deg, #f9b02c00 0%, #F9B02C 100%)
}

.frnt .concern-inner {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.frnt .concern-left h2 {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    margin: 0 0 20px;
    letter-spacing: -.01em
}

.frnt .concern-left p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 20px
}

.frnt .concern-left p:last-child {
    margin: 0
}

.frnt .concern-right {
    background: #FFFBF1;
    padding: 40px;
    border-radius: 22px;
    box-shadow: -1px 4px 28px -1px #1953821a;
    position: relative
}

.frnt .concern-right::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f9b02c33
}

.frnt .concern-stat {
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

.frnt .concern-stat:last-child {
    margin-bottom: 0
}

.frnt .concern-stat-label {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin: 0 0 8px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.frnt .concern-stat-value {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    margin: 0;
    font-weight: 700
}

.frnt .proof-zone {
    padding: 80px 40px;
    background: linear-gradient(0deg, #FFFBF1 0%, transparent 100%);
    position: relative
}

.frnt .proof-inner {
    max-width: 1200px;
    margin: 0 auto
}

.frnt .proof-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    margin: 0 0 80px;
    text-align: center;
    letter-spacing: -.01em
}

.frnt .proof-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative
}

.frnt .proof-split::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    width: 2px;
    height: 120%;
    background: linear-gradient(180deg, transparent 0%, #F9B02C 50%, transparent 100%);
    pointer-events: none
}

.frnt .proof-left img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: -1px 9px 52px -1px #1953821f
}

.frnt .proof-right {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.frnt .proof-item {
    background: #fff;
    padding: 40px;
    border-radius: 22px;
    box-shadow: -1px 1px 5px -1px #1953820f;
    transition: transform .29s ease-out, box-shadow .24s ease-out;
    position: relative;
    overflow: hidden
}

.frnt .proof-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #f9b02c00;
    transition: background .36s ease-out;
    pointer-events: none
}

.frnt .proof-item:hover {
    transform: translateX(8px);
    box-shadow: -1px 4px 28px -1px #1953821a
}

.frnt .proof-item:hover::before {
    background: #f9b02c0f
}

.frnt .proof-item h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #195382;
    margin: 0 0 8px;
    font-weight: 600
}

.frnt .proof-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0
}

@media (max-width: 960px) {
    .frnt .title-zone {
        flex-direction: column;
        padding: 40px 20px 20px
    }

    .frnt .title-right {
        width: 100%;
        height: 320px
    }

    .frnt .title-main-h {
        font-size: 32px
    }

    .frnt .title-sub-h {
        font-size: 18px
    }

    .frnt .invest-zone,
    .frnt .creators-zone,
    .frnt .experience-zone,
    .frnt .concern-zone,
    .frnt .proof-zone {
        padding: 40px 20px
    }

    .frnt .invest-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .frnt .creators-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frnt .creators-col:nth-child(1),
    .frnt .creators-col:nth-child(2),
    .frnt .creators-col:nth-child(3) {
        transform: translateY(0)
    }

    .frnt .concern-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frnt .proof-split {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frnt .proof-split::before {
        display: none
    }
}

@media (max-width: 480px) {
    .frnt .title-main-h {
        font-size: 24px
    }

    .frnt .title-sub-h {
        font-size: 16px
    }

    .frnt .invest-heading,
    .frnt .creators-heading,
    .frnt .experience-heading,
    .frnt .concern-left h2,
    .frnt .proof-heading {
        font-size: 24px
    }

    .frnt .invest-card,
    .frnt .creators-content,
    .frnt .concern-right,
    .frnt .proof-item {
        padding: 20px
    }

    .frnt .experience-flow::before {
        left: 20px
    }

    .frnt .experience-marker {
        width: 60px;
        height: 60px
    }

    .frnt .experience-marker-num {
        font-size: 24px
    }
}

.why-pick-us {
    background: #FFFBF1;
    overflow-x: clip
}

.why-pick-us .manifesto-wrap {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 20px;
    position: relative
}

.why-pick-us .manifesto-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent 0%, #195382 100%);
    opacity: .03;
    pointer-events: none
}

.why-pick-us .manifesto-bg::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 8px;
    height: 8px;
    background: #F9B02C;
    border-radius: 1px;
    box-shadow: 40px 0 0 #F9B02C, 80px 0 0 #F9B02C, 120px 0 0 #F9B02C, 160px 0 0 #F9B02C, 0 40px 0 #F9B02C, 40px 40px 0 #F9B02C, 80px 40px 0 #F9B02C, 120px 40px 0 #F9B02C, 160px 40px 0 #F9B02C, 0 80px 0 #F9B02C, 40px 80px 0 #F9B02C, 80px 80px 0 #F9B02C, 120px 80px 0 #F9B02C, 160px 80px 0 #F9B02C;
    opacity: .06
}

.why-pick-us .manifesto-content {
    position: relative;
    z-index: 1;
    max-width: 920px
}

.why-pick-us .manifesto-label {
    font-size: 16px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #195382;
    margin: 0 0 20px;
    font-weight: 600;
    opacity: 0;
    transform: rotate(-2deg);
    animation: manifestoReveal .35s ease-out .1s forwards
}

.why-pick-us .manifesto-statement {
    font-size: 62px;
    line-height: 1.1;
    color: #195382;
    margin: 0 0 40px;
    font-weight: 300;
    letter-spacing: -.02em;
    opacity: 0;
    transform: rotate(1deg);
    animation: manifestoReveal .4s ease-out .25s forwards
}

.why-pick-us .manifesto-statement .bracket-word {
    color: #F9B02C;
    font-weight: 600
}

.why-pick-us .manifesto-declaration {
    font-size: 18px;
    line-height: 1.8;
    color: #195382;
    max-width: 780px;
    margin: 0 0 20px;
    opacity: 0;
    transform: rotate(-1deg);
    animation: manifestoReveal .38s ease-out .45s forwards
}

.why-pick-us .manifesto-declaration:last-of-type {
    margin: 0
}

@keyframes manifestoReveal {
    to {
        opacity: 1;
        transform: rotate(0deg)
    }
}

.why-pick-us .split-zone {
    display: flex;
    min-height: 600px;
    max-width: 1366px;
    margin: 0 auto
}

.why-pick-us .split-rich {
    flex: 1;
    background: #195382;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.why-pick-us .split-rich::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: repeating-linear-gradient(to bottom, #F9B02C 0px, #F9B02C 8px, transparent 8px, transparent 16px);
    opacity: .3
}

.why-pick-us .split-neutral {
    flex: 1;
    background: #FFFBF1;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.why-pick-us .split-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #FFFBF1;
    margin: 0 0 40px;
    font-weight: 300;
    letter-spacing: .08em
}

.why-pick-us .precision-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.why-pick-us .precision-item {
    margin: 0 0 20px;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    color: #FFFBF1
}

.why-pick-us .precision-item::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #F9B02C;
    font-weight: 600
}

.why-pick-us .precision-item:last-child {
    margin: 0
}

.why-pick-us .neutral-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    margin: 0 0 40px;
    font-weight: 300;
    letter-spacing: .08em
}

.why-pick-us .neutral-text {
    font-size: 18px;
    line-height: 1.8;
    color: #195382;
    margin: 0 0 20px
}

.why-pick-us .neutral-text:last-of-type {
    margin: 0
}

.why-pick-us .data-grid-wrap {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 20px;
    background: #fff
}

.why-pick-us .data-grid-intro {
    max-width: 820px;
    margin: 0 0 40px
}

.why-pick-us .data-grid-title {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    margin: 0 0 20px;
    font-weight: 300;
    letter-spacing: .06em
}

.why-pick-us .data-grid-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #195382;
    margin: 0
}

.why-pick-us .heatmap-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
    margin: 0 0 20px
}

.why-pick-us .heatmap-cell {
    aspect-ratio: 1;
    border-radius: 1px;
    position: relative;
    transition: transform .25s ease-out, box-shadow .28s ease-out
}

.why-pick-us .heatmap-cell:hover {
    transform: scale(1.12);
    box-shadow: -1px 4px 28px -1px #1953821a;
    z-index: 10
}

.why-pick-us .heatmap-cell[data-intensity="1"] {
    background: #f9b02c26
}

.why-pick-us .heatmap-cell[data-intensity="2"] {
    background: #f9b02c59
}

.why-pick-us .heatmap-cell[data-intensity="3"] {
    background: #f9b02c8c
}

.why-pick-us .heatmap-cell[data-intensity="4"] {
    background: #f9b02cbf
}

.why-pick-us .heatmap-cell[data-intensity="5"] {
    background: #f9b02cf2
}

.why-pick-us .heatmap-label {
    font-size: 16px;
    line-height: 1.5;
    color: #195382;
    display: flex;
    align-items: center;
    gap: 8px
}

.why-pick-us .heatmap-label::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 1px;
    background: #f9b02cf2
}

.why-pick-us .heatmap-legend {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.why-pick-us .showcase-grid {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 20px;
    background: #FFFBF1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.why-pick-us .showcase-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: -1px 1px 5px -1px #1953820f;
    transition: box-shadow .32s ease-out, transform .24s ease-out;
    position: relative
}

.why-pick-us .showcase-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F9B02C;
    opacity: 0;
    transition: opacity .35s ease-out;
    pointer-events: none;
    z-index: 1
}

.why-pick-us .showcase-card:hover::before {
    opacity: .08
}

.why-pick-us .showcase-card:hover {
    box-shadow: -1px 9px 52px -1px #1953821f;
    transform: translateY(-4px)
}

.why-pick-us .showcase-img-wrap {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative
}

.why-pick-us .showcase-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .42s ease-out
}

.why-pick-us .showcase-card:hover .showcase-img {
    transform: scale(1.06)
}

.why-pick-us .showcase-body {
    padding: 40px;
    position: relative;
    z-index: 2
}

.why-pick-us .showcase-bracket {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-top: 2px solid #F9B02C;
    border-left: 2px solid #F9B02C;
    opacity: .4
}

.why-pick-us .showcase-bracket-bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #F9B02C;
    border-right: 2px solid #F9B02C;
    opacity: .4
}

.why-pick-us .showcase-label {
    font-size: 16px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #F9B02C;
    margin: 0 0 8px;
    font-weight: 600
}

.why-pick-us .showcase-title {
    font-size: 24px;
    line-height: 1.1;
    color: #195382;
    margin: 0 0 20px;
    font-weight: 300;
    letter-spacing: .04em
}

.why-pick-us .showcase-text {
    font-size: 16px;
    line-height: 1.5;
    color: #195382;
    margin: 0
}

.why-pick-us .divider-mixed {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 20px;
    height: 1px;
    position: relative
}

.why-pick-us .divider-mixed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: repeating-linear-gradient(to right, #195382 0px, #195382 4px, transparent 4px, transparent 8px, #195382 8px, #195382 12px, transparent 12px, transparent 20px);
    opacity: .2
}

.why-pick-us .testimony-section {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 20px;
    background: linear-gradient(0deg, #195382 0%, #19538200 100%)
}

.why-pick-us .testimony-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    margin: 0 0 40px;
    font-weight: 300;
    letter-spacing: .06em;
    max-width: 720px
}

.why-pick-us .testimony-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.why-pick-us .testimony-card {
    background: #fff;
    padding: 40px;
    border-radius: 22px;
    box-shadow: -1px 4px 28px -1px #1953821a;
    position: relative;
    transition: box-shadow .3s ease-out
}

.why-pick-us .testimony-card:hover {
    box-shadow: -1px 9px 52px -1px #1953821f
}

.why-pick-us .testimony-quote {
    font-size: 18px;
    line-height: 1.8;
    color: #195382;
    margin: 0 0 20px;
    text-align: justify
}

.why-pick-us .testimony-author {
    font-size: 16px;
    line-height: 1.5;
    color: #195382;
    font-weight: 600;
    margin: 0 0 4px
}

.why-pick-us .testimony-role {
    font-size: 16px;
    line-height: 1.5;
    color: #195382;
    opacity: .7;
    margin: 0
}

@media (max-width: 960px) {
    .why-pick-us .manifesto-wrap {
        padding: 40px 20px
    }

    .why-pick-us .manifesto-statement {
        font-size: 32px
    }

    .why-pick-us .split-zone {
        flex-direction: column
    }

    .why-pick-us .split-rich,
    .why-pick-us .split-neutral {
        padding: 40px 20px
    }

    .why-pick-us .data-grid-wrap {
        padding: 40px 20px
    }

    .why-pick-us .heatmap-container {
        grid-template-columns: repeat(8, 1fr)
    }

    .why-pick-us .showcase-grid {
        grid-template-columns: 1fr;
        padding: 40px 20px;
        gap: 20px
    }

    .why-pick-us .testimony-section {
        padding: 40px 20px
    }

    .why-pick-us .testimony-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

@media (max-width: 480px) {
    .why-pick-us .manifesto-statement {
        font-size: 24px
    }

    .why-pick-us .manifesto-declaration {
        font-size: 16px
    }

    .why-pick-us .split-heading,
    .why-pick-us .neutral-heading,
    .why-pick-us .data-grid-title,
    .why-pick-us .testimony-heading {
        font-size: 24px
    }

    .why-pick-us .heatmap-container {
        grid-template-columns: repeat(6, 1fr)
    }

    .why-pick-us .showcase-body {
        padding: 20px
    }

    .why-pick-us .testimony-card {
        padding: 20px
    }
}

.cnct-pg {
    max-width: 1366px;
    margin: 0 auto;
    background: #FFFBF1;
    position: relative;
    overflow-x: clip
}

.cnct-pg .rdr-spotlight {
    background: radial-gradient(circle at top left, #f9b02c2e, #fffbf1f2 45%, #FFFBF1 70%);
    padding: 80px 40px;
    position: relative;
    overflow: hidden
}

.cnct-pg .rdr-spotlight::before {
    content: '';
    position: absolute;
    top: -120px;
    right: 80px;
    width: 340px;
    height: 340px;
    background: #1953820a;
    border-radius: 22px;
    transform: rotate(25deg);
    pointer-events: none;
    z-index: 1
}

.cnct-pg .rdr-spotlight::after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: -80px;
    width: 280px;
    height: 280px;
    background: #f9b02c0f;
    border-radius: 22px;
    transform: rotate(-15deg);
    pointer-events: none;
    z-index: 1
}

.cnct-pg .spotlight-wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.cnct-pg .spotlight-img-zone {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 22px
}

.cnct-pg .spotlight-img-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle at top left, #19538259, transparent 70%);
    pointer-events: none;
    z-index: 2
}

.cnct-pg .spotlight-img-zone::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle at bottom right, #f9b02c47, transparent 70%);
    pointer-events: none;
    z-index: 2
}

.cnct-pg .spotlight-img-zone img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform .38s ease-out
}

.cnct-pg .spotlight-img-zone:hover img {
    transform: scale(1.06)
}

.cnct-pg .spotlight-txt {
    text-align: center
}

.cnct-pg .spotlight-hdr {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #195382;
    margin: 0 0 20px
}

.cnct-pg .spotlight-hdr .mark-word {
    text-decoration: underline;
    text-decoration-color: #F9B02C;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px
}

.cnct-pg .spotlight-desc {
    font-size: 18px;
    line-height: 1.5;
    color: #2c2c2c;
    max-width: 640px;
    margin: 0 auto
}

.cnct-pg .spotlight-desc:first-of-type {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px
}

@media (max-width: 960px) {
    .cnct-pg .rdr-spotlight {
        padding: 60px 20px
    }

    .cnct-pg .spotlight-hdr {
        font-size: 42px
    }

    .cnct-pg .spotlight-img-zone img {
        height: 320px
    }
}

@media (max-width: 480px) {
    .cnct-pg .rdr-spotlight {
        padding: 40px 20px
    }

    .cnct-pg .spotlight-hdr {
        font-size: 32px
    }

    .cnct-pg .spotlight-desc:first-of-type {
        font-size: 18px
    }

    .cnct-pg .spotlight-img-zone img {
        height: 240px
    }
}

.cnct-pg .form-card-zone {
    background: #fff;
    padding: 80px 40px;
    position: relative
}

.cnct-pg .form-card-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, #fffbf199, #fffffff2 60%);
    pointer-events: none;
    z-index: 1
}

.cnct-pg .form-card-zone .frm-inner {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 22px;
    padding: 40px;
    box-shadow: -1px 4px 28px -1px #1953821a;
    transition: box-shadow .28s ease-out
}

.cnct-pg .form-card-zone .frm-inner:hover {
    box-shadow: -1px 9px 52px -1px #1953821f
}

.cnct-pg .frm-hdr {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: .08em;
    font-weight: 300;
    color: #195382;
    margin: 0 0 8px;
    text-align: center
}

.cnct-pg .frm-sub {
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a4a;
    text-align: center;
    margin: 0 0 40px
}

.cnct-pg .frm-layout {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cnct-pg .frm-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.cnct-pg .fld-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cnct-pg .fld-lbl {
    font-size: 16px;
    line-height: 1.5;
    color: #2c2c2c;
    font-weight: 500
}

.cnct-pg .fld-input {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #2c2c2c;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 1px;
    box-shadow: inset 0 2px 4px #1953820a;
    transition: border-color .22s ease-out, box-shadow .22s ease-out;
    outline: none
}

.cnct-pg .fld-input::placeholder {
    color: #9a9a9a
}

.cnct-pg .fld-input:focus {
    border-color: #F9B02C;
    box-shadow: inset 0 2px 4px #f9b02c14 -1px 1px 5px -1px #f9b02c0f
}

.cnct-pg .fld-input:hover {
    border-color: silver
}

.cnct-pg .rating-zone {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cnct-pg .rating-lbl {
    font-size: 16px;
    line-height: 1.5;
    color: #2c2c2c;
    font-weight: 500
}

.cnct-pg .rating-opts {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.cnct-pg .rating-item {
    position: relative
}

.cnct-pg .rating-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.cnct-pg .rating-item label {
    display: block;
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #2c2c2c;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 1px;
    cursor: pointer;
    transition: border-color .18s ease-out, background .18s ease-out, color .18s ease-out;
    user-select: none
}

.cnct-pg .rating-item label:hover {
    border-color: #F9B02C;
    background: #f9b02c0d
}

.cnct-pg .rating-item input[type="radio"]:checked+label {
    background: #F9B02C;
    border-color: #F9B02C;
    color: #fff;
    font-weight: 500
}

.cnct-pg .rating-item input[type="radio"]:focus+label {
    outline: 2px solid #195382;
    outline-offset: 2px
}

.cnct-pg .privacy-zone {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.cnct-pg .privacy-zone input[type="checkbox"] {
    margin-top: 4px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0
}

.cnct-pg .privacy-txt {
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a4a
}

.cnct-pg .privacy-txt a {
    color: #195382;
    text-decoration: none !important;
    border-bottom: 1px solid #195382;
    transition: color .2s ease-out, border-color .2s ease-out
}

.cnct-pg .privacy-txt a:hover {
    color: #F9B02C;
    border-color: #F9B02C
}

.cnct-pg .frm-submit {
    padding: 20px 80px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    background: #195382;
    border: 2px solid #195382;
    border-radius: 22px;
    cursor: pointer;
    transition: border-color .25s ease-out, background .25s ease-out, transform .25s ease-out;
    align-self: center;
    outline: none
}

.cnct-pg .frm-submit:hover {
    border-color: #F9B02C;
    background: #195382;
    transform: translateY(-2px)
}

.cnct-pg .frm-submit:active {
    transform: translateY(0)
}

.cnct-pg .frm-submit:focus {
    outline: 2px solid #F9B02C;
    outline-offset: 4px
}

@media (max-width: 960px) {
    .cnct-pg .form-card-zone {
        padding: 60px 20px
    }

    .cnct-pg .form-card-zone .frm-inner {
        padding: 40px 20px
    }

    .cnct-pg .frm-row {
        grid-template-columns: 1fr
    }

    .cnct-pg .rating-opts {
        flex-direction: column
    }

    .cnct-pg .rating-item label {
        text-align: center
    }
}

@media (max-width: 480px) {
    .cnct-pg .form-card-zone {
        padding: 40px 20px
    }

    .cnct-pg .frm-hdr {
        font-size: 24px
    }

    .cnct-pg .frm-submit {
        width: 100%;
        padding: 20px 40px
    }
}

.cnct-pg .dtl-offset {
    background: #fff;
    padding: 80px 40px;
    position: relative;
    overflow: hidden
}

.cnct-pg .dtl-offset::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -150px;
    width: 480px;
    height: 480px;
    background: #f9b02c14;
    border-radius: 22px;
    transform: rotate(35deg);
    pointer-events: none;
    z-index: 1
}

.cnct-pg .dtl-wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.cnct-pg .dtl-col-a {
    padding-top: 40px
}

.cnct-pg .dtl-col-b {
    padding-top: 0
}

.cnct-pg .dtl-hdr {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: .08em;
    font-weight: 300;
    color: #195382;
    margin: 0 0 40px
}

.cnct-pg .dtl-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    counter-reset: item-counter
}

.cnct-pg .dtl-list li {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    background: #fffbf180;
    border-radius: 1px;
    transition: background .3s ease-out, transform .3s ease-out;
    counter-increment: item-counter;
    position: relative
}

.cnct-pg .dtl-list li:hover {
    background: #f9b02c14;
    transform: translateX(8px)
}

.cnct-pg .dtl-list li::before {
    content: counter(item-counter);
    font-size: 72px;
    line-height: 1.1;
    font-weight: 300;
    color: #F9B02C;
    flex-shrink: 0;
    width: 80px;
    text-align: center
}

.cnct-pg .dtl-txt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px
}

.cnct-pg .dtl-label {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #195382;
    margin: 0
}

.cnct-pg .dtl-value {
    font-size: 16px;
    line-height: 1.5;
    color: #2c2c2c;
    margin: 0
}

.cnct-pg .dtl-value a {
    color: #195382;
    text-decoration: none !important;
    border-bottom: 1px solid #195382;
    transition: color .2s ease-out, border-color .2s ease-out
}

.cnct-pg .dtl-value a:hover {
    color: #F9B02C;
    border-color: #F9B02C
}

.cnct-pg .metric-card {
    background: linear-gradient(to top, #19538200, #fffbf1cc);
    padding: 40px;
    border-radius: 22px;
    box-shadow: -1px 4px 28px -1px #f9b02c1a;
    transition: box-shadow .32s ease-out, transform .32s ease-out
}

.cnct-pg .metric-card:hover {
    box-shadow: -1px 9px 52px -1px #f9b02c1f;
    transform: translateY(-4px)
}

.cnct-pg .metric-num {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 300;
    color: #F9B02C;
    margin: 0 0 8px;
    display: flex;
    align-items: baseline;
    gap: 4px
}

.cnct-pg .metric-unit {
    font-size: 32px;
    color: #195382;
    vertical-align: super
}

.cnct-pg .metric-desc {
    font-size: 18px;
    line-height: 1.5;
    color: #2c2c2c;
    margin: 0
}

@media (max-width: 960px) {
    .cnct-pg .dtl-offset {
        padding: 60px 20px
    }

    .cnct-pg .dtl-wrap {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .cnct-pg .dtl-col-a {
        padding-top: 0
    }

    .cnct-pg .dtl-list li::before {
        font-size: 48px;
        width: 60px
    }
}

@media (max-width: 480px) {
    .cnct-pg .dtl-offset {
        padding: 40px 20px
    }

    .cnct-pg .dtl-hdr {
        font-size: 24px
    }

    .cnct-pg .dtl-list li {
        flex-direction: column;
        gap: 8px;
        padding: 20px
    }

    .cnct-pg .dtl-list li::before {
        font-size: 62px;
        width: auto;
        text-align: left
    }

    .cnct-pg .metric-num {
        font-size: 48px
    }

    .cnct-pg .metric-unit {
        font-size: 24px
    }
}

@keyframes temp-shift {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.cnct-pg .form-card-zone::before {
    background: radial-gradient(ellipse at center, #fffbf199, #fffffff2 60%);
    background-size: 200% 200%;
    animation: temp-shift 12s ease-in-out infinite
}

.success-page-wrapper {
    background: linear-gradient(0deg, #195382 0%, #19538200 100%), #FFFBF1;
    padding: 80px 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.success-page-wrapper .confirmation-container {
    max-width: 1366px;
    width: 100%;
    background: #fff;
    border-radius: 22px;
    padding: 80px 40px;
    box-shadow: -1px 9px 52px -1px #1953821f;
    text-align: center
}

.success-page-wrapper .status-icon-holder {
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.success-page-wrapper .status-icon-holder svg {
    width: 100%;
    height: 100%
}

.success-page-wrapper .checkmark-circle {
    fill: none;
    stroke: #F9B02C;
    stroke-width: 3;
    stroke-linecap: round;
    animation: draw-circle .35s ease-out forwards;
    stroke-dasharray: 377;
    stroke-dashoffset: 377
}

@keyframes draw-circle {
    to {
        stroke-dashoffset: 0
    }
}

.success-page-wrapper .checkmark-path {
    fill: none;
    stroke: #195382;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: draw-check .25s .35s ease-out forwards;
    stroke-dasharray: 100;
    stroke-dashoffset: 100
}

@keyframes draw-check {
    to {
        stroke-dashoffset: 0
    }
}

.success-page-wrapper .confirmation-heading {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #195382;
    margin: 0 0 20px
}

.success-page-wrapper .confirmation-message {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 40px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

.success-page-wrapper .reference-block {
    background: #FFFBF1;
    border-radius: 22px;
    padding: 40px;
    margin: 0 0 40px;
    display: inline-block;
    text-align: left
}

.success-page-wrapper .reference-label {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin: 0 0 8px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.success-page-wrapper .reference-value {
    font-size: 32px;
    line-height: 1.1;
    color: #195382;
    margin: 0;
    font-weight: 600;
    letter-spacing: .02em
}

.success-page-wrapper .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 0 0 40px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto
}

.success-page-wrapper .info-card {
    background: #fff;
    border: 2px solid #FFFBF1;
    border-radius: 22px;
    padding: 40px 20px;
    transition: border-color .25s ease-out, box-shadow .25s ease-out
}

.success-page-wrapper .info-card:hover {
    border-color: #F9B02C;
    box-shadow: -1px 4px 28px -1px #f9b02c1a
}

.success-page-wrapper .info-card-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.success-page-wrapper .info-card-icon svg {
    width: 100%;
    height: 100%
}

.success-page-wrapper .info-card-title {
    font-size: 18px;
    line-height: 1.5;
    color: #195382;
    margin: 0 0 8px;
    font-weight: 600
}

.success-page-wrapper .info-card-text {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin: 0
}

.success-page-wrapper .action-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.success-page-wrapper .primary-action {
    background: #195382;
    color: #fff;
    border: 2px solid #195382;
    border-radius: 22px;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    transition: background .2s ease-out, border-color .2s ease-out;
    text-decoration: none;
    display: inline-block
}

.success-page-wrapper .primary-action:hover {
    background: #0d3a5a;
    border-color: #0d3a5a
}

.success-page-wrapper .secondary-action {
    background: #fff;
    color: #195382;
    border: 2px solid #195382;
    border-radius: 22px;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    transition: background .18s ease-out, border-color .18s ease-out, color .18s ease-out;
    text-decoration: none;
    display: inline-block
}

.success-page-wrapper .secondary-action:hover {
    background: #195382;
    color: #fff;
    border-color: #195382
}

.success-page-wrapper .contact-notice {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin: 40px 0 0;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto
}

.success-page-wrapper .contact-link {
    color: #195382;
    text-decoration: none;
    border-bottom: 1px solid #F9B02C;
    transition: border-color .15s ease-out
}

.success-page-wrapper .contact-link:hover {
    border-bottom-color: #195382
}

@media (max-width: 960px) {
    .success-page-wrapper {
        padding: 40px 20px
    }

    .success-page-wrapper .confirmation-container {
        padding: 40px 20px
    }

    .success-page-wrapper .confirmation-heading {
        font-size: 32px
    }

    .success-page-wrapper .status-icon-holder {
        width: 80px;
        height: 80px;
        margin-bottom: 20px
    }

    .success-page-wrapper .reference-block {
        padding: 20px
    }

    .success-page-wrapper .reference-value {
        font-size: 24px
    }

    .success-page-wrapper .info-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .success-page-wrapper .action-group {
        flex-direction: column;
        align-items: stretch
    }

    .success-page-wrapper .primary-action,
    .success-page-wrapper .secondary-action {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 480px) {
    .success-page-wrapper .confirmation-heading {
        font-size: 24px
    }

    .success-page-wrapper .confirmation-message {
        font-size: 16px
    }
}