body {
    margin: 0;
    overscroll-behavior: contain;
    overflow-x: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-family: 'Figtree', sans-serif
}

:focus {
    outline: none;
    box-shadow: 0 0 0 3px #15ffcd80
}

.brand-pod {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 24px;
    flex: 1
}

.brand-shield {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #f6f9fa2e;
    border-radius: 4px;
    border: 1px solid #15ffcd40;
    box-shadow: 0 2px 5px 0 #14262f0d 0 5px 14px 0 #14262f1c;
    flex-shrink: 0
}

.brand-shield img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block
}

.brand-label {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.brand-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #14262F;
    letter-spacing: -.03em;
    text-decoration: none
}

.brand-tagline {
    font-size: 15px;
    line-height: 1.6;
    color: #14262f99;
    font-weight: 400
}

.header-divider {
    width: 1px;
    height: 64px;
    background: linear-gradient(to bottom, transparent, #14262f26, transparent);
    flex-shrink: 0
}

.menu-pod {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 24px
}

.primary-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.primary-menu li a {
    display: inline-flex;
    align-items: center;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #14262F;
    text-decoration: none;
    border-radius: 44px;
    border: 1px solid transparent;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1), background .5s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1);
    min-height: 44px;
    white-space: nowrap
}

.primary-menu li a:hover {
    color: #14262F;
    background: #15ffcd1f;
    border-color: #15ffcd66;
    transform: translateY(-2px)
}

.menu-accent {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px
}

.contact-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    background: linear-gradient(135deg, #14262F 0%, #1e3a47 100%);
    color: #15FFCD;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 44px;
    text-decoration: none;
    min-height: 44px;
    border: 1px solid transparent;
    box-shadow: 0 5px 14px 0 #14262f1c;
    transition: border-color .55s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-chip:hover {
    border-color: #15FFCD;
    transform: translateY(-2px);
    color: #15FFCD
}

.contact-chip svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.site-header {
    position: relative;
    background: #f6f9fae0;
    -webkit-backdrop-filter: blur(12px) saturate(1.4);
    backdrop-filter: blur(12px) saturate(1.4);
    border-bottom: 1px solid #14262f14;
    box-shadow: 0 2px 5px 0 #14262f0d;
    z-index: 100
}

.header-plate {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 96px;
    padding: 8px 0
}

.header-accent-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #14262F 0%, #15FFCD 60%, #15ffcd33 100%)
}

@media (max-width: 1280px) {
    .header-plate {
        flex-wrap: wrap;
        min-height: auto;
        padding: 24px 0;
        gap: 8px
    }

    .header-divider {
        display: none
    }

    .brand-pod {
        flex: 0 0 auto
    }

    .menu-pod {
        flex: 1 1 100%;
        padding: 0 24px
    }

    .menu-accent {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .primary-menu {
        gap: 8px
    }

    .primary-menu li a {
        padding: 8px 16px;
        font-size: 15px
    }

    .brand-tagline {
        display: none
    }

    .contact-chip span {
        display: none
    }

    .contact-chip {
        padding: 8px;
        min-width: 44px;
        justify-content: center
    }
}

.site-footer {
    background: linear-gradient(135deg, #14262F 0%, #0d1c23 100%);
    border-top: 1px solid #15ffcd26;
    box-shadow: inset 0 2px 5px 0 #15ffcd0a
}

.footer-plate {
    max-width: 1366px;
    margin: 0 auto;
    padding: 40px 24px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap
}

.footer-brand-cell {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0
}

.footer-logo-shield {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f6f9fa14;
    border-radius: 4px;
    border: 1px solid #15ffcd33;
    box-shadow: 0 2px 5px 0 #15ffcd0d
}

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

.footer-divider {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, transparent, #f6f9fa26, transparent);
    flex-shrink: 0
}

.footer-nav-cell {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-nav-label {
    font-size: 15px;
    font-weight: 700;
    color: #f6f9fa66;
    letter-spacing: .06em;
    text-transform: uppercase
}

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

.footer-links li a {
    font-size: 15px;
    line-height: 1.6;
    color: #f6f9fabf;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block
}

.footer-links li a:hover {
    color: #15FFCD;
    transform: translateX(3px)
}

.footer-contact-cell {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: auto
}

.footer-contact-label {
    font-size: 15px;
    font-weight: 700;
    color: #f6f9fa66;
    letter-spacing: .06em;
    text-transform: uppercase
}

.footer-contact-items {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #f6f9fabf;
    text-decoration: none;
    transition: color .55s ease-in-out
}

.footer-contact-item:hover {
    color: #15FFCD
}

.footer-contact-item svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    opacity: .6
}

.footer-bottom-bar {
    border-top: 1px solid #f6f9fa0f;
    padding: 24px;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.footer-copy {
    font-size: 15px;
    line-height: 1.6;
    color: #f6f9fa59
}

.footer-copy strong {
    color: #f6f9fa8c;
    font-weight: 700
}

@media (max-width: 768px) {
    .footer-plate {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .footer-divider {
        display: none
    }

    .footer-contact-cell {
        margin-left: 0
    }

    .footer-bottom-bar {
        flex-direction: column;
        align-items: flex-start
    }
}

.terms-l-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #14262F
}

.terms-l-inner h1 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #14262F;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 2px solid #15FFCD
}

.terms-l-inner h2 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #14262F;
    margin-top: 80px;
    margin-bottom: 24px
}

.terms-l-inner h3 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #14262F;
    margin-top: 40px;
    margin-bottom: 24px
}

.terms-l-inner h4 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #14262F;
    margin-top: 40px;
    margin-bottom: 8px
}

.terms-l-inner h5 {
    font-size: 15px;
    line-height: 1.6;
    color: #14262F;
    margin-top: 24px;
    margin-bottom: 8px
}

.terms-l-inner h6 {
    font-size: 15px;
    line-height: 1.6;
    color: #14262F;
    opacity: .75;
    margin-top: 24px;
    margin-bottom: 8px
}

.terms-l-inner p {
    font-size: 16px;
    line-height: 2;
    color: #14262F;
    margin-bottom: 24px;
    max-width: 72ch
}

.terms-l-inner em,
.terms-l-inner i {
    font-style: italic;
    color: #14262F
}

.terms-l-inner a {
    color: #14262F;
    text-decoration: underline;
    text-decoration-color: #15FFCD;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1), text-decoration-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.terms-l-inner a:hover {
    color: #0a1a20;
    text-decoration-color: #14262F
}

.terms-l-inner div {
    margin-bottom: 24px
}

.terms-l-inner table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 #14262f0d 0 5px 14px 0 #14262f1c
}

.terms-l-inner thead {
    background-color: #14262F;
    color: #F6F9FA
}

.terms-l-inner thead th {
    padding: 24px;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .02em;
    font-weight: 600;
    border: none
}

.terms-l-inner tbody tr {
    border-bottom: 1px solid #14262f14;
    transition: background-color .5s ease-in-out
}

.terms-l-inner tbody tr:last-child {
    border-bottom: none
}

.terms-l-inner tbody tr:nth-child(even) {
    background-color: #F6F9FA
}

.terms-l-inner tbody tr:hover {
    background-color: #15ffcd14
}

.terms-l-inner td {
    padding: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #14262F;
    vertical-align: top
}

.terms-l-inner th {
    padding: 24px
}

@media (max-width: 768px) {
    .terms-l-inner {
        padding: 40px 24px
    }

    .terms-l-inner h1 {
        font-size: 24px;
        margin-bottom: 24px;
        padding-bottom: 24px
    }

    .terms-l-inner h2 {
        font-size: 20px;
        margin-top: 40px
    }

    .terms-l-inner h3 {
        font-size: 16px;
        margin-top: 24px
    }

    .terms-l-inner table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-top: 24px;
        margin-bottom: 24px
    }

    .terms-l-inner thead th,
    .terms-l-inner td {
        padding: 8px 24px
    }

    .terms-l-inner p {
        max-width: 100%
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .terms-l-inner {
        padding: 80px 40px
    }

    .terms-l-inner h1 {
        font-size: 48px
    }
}

.abt-us {
    overflow-x: hidden
}

.abt-us .split-frame {
    display: grid;
    grid-template-columns: 340px 1fr;
    min-height: 520px;
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    gap: 80px;
    align-items: center
}

.abt-us .img-col {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 16/9
}

.abt-us .img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-us .img-col .diag-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #14262fb8 0%, transparent 70%);
    pointer-events: none
}

.abt-us .img-col .stripe-bg {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg, #15ffcd0a 0px, #15ffcd0a 1px, transparent 1px, transparent 10px);
    pointer-events: none
}

.abt-us .text-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .eyebrow {
    font-size: 15px;
    line-height: 1.6;
    color: #15FFCD;
    font-style: italic;
    letter-spacing: .08em;
    text-transform: uppercase
}

.abt-us .main-heading {
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #14262F;
    margin: 0
}

.abt-us .main-heading .first-word {
    font-size: 64px;
    color: #14262F
}

.abt-us .sub-heading {
    font-size: 20px;
    line-height: 1.6;
    color: #14262F;
    margin: 0;
    opacity: .75
}

.abt-us .lead-para {
    font-size: 16px;
    line-height: 1.6;
    color: #14262F;
    margin: 0;
    border-left: none;
    padding: 24px;
    background: #14262f0a;
    border-radius: 4px;
    box-shadow: inset 0 2px 5px 0 #14262f0d
}

.abt-us .body-para {
    font-size: 16px;
    line-height: 1.6;
    color: #14262F;
    margin: 0;
    opacity: .85
}

.abt-us .accent-word {
    color: #15FFCD;
    font-style: italic
}

.abt-us .drop-in {
    opacity: 0;
    transform: translateY(-28px);
    animation: dropSettle .6s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.abt-us .drop-in:nth-child(1) {
    animation-delay: .05s
}

.abt-us .drop-in:nth-child(2) {
    animation-delay: .15s
}

.abt-us .drop-in:nth-child(3) {
    animation-delay: .25s
}

.abt-us .drop-in:nth-child(4) {
    animation-delay: .35s
}

.abt-us .drop-in:nth-child(5) {
    animation-delay: .45s
}

@keyframes dropSettle {
    0% {
        opacity: 0;
        transform: translateY(-28px)
    }

    60% {
        opacity: 1;
        transform: translateY(4px)
    }

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

.abt-us .diag-divider {
    width: 100%;
    height: 40px;
    background: linear-gradient(170deg, #F6F9FA 50%, #14262F 50%)
}

.abt-us .team-section {
    background: #14262F;
    padding: 80px 40px
}

.abt-us .team-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px
}

.abt-us .team-heading-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.abt-us .team-label {
    font-size: 15px;
    color: #15FFCD;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 8px
}

.abt-us .team-title {
    font-size: 48px;
    line-height: 1.2;
    color: #F6F9FA;
    letter-spacing: -.02em;
    margin: 0
}

.abt-us .team-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #f6f9fab8;
    margin: 0;
    padding-top: 24px
}

.abt-us .pyramid-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.abt-us .pyramid-label {
    font-size: 15px;
    color: #f6f9fa8c;
    text-align: center;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.abt-us .pyr-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: default
}

.abt-us .pyr-layer:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 40px 0 #15ffcd1f
}

.abt-us .pyr-layer span {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
    color: #14262F;
    text-align: center;
    padding: 0 24px
}

.abt-us .pyr-l1 {
    width: 100%;
    max-width: 520px;
    height: 56px;
    background: #15ffcd2e;
    border: 1px solid #15ffcd40
}

.abt-us .pyr-l1 span {
    color: #f6f9faa6
}

.abt-us .pyr-l2 {
    width: 80%;
    max-width: 416px;
    height: 56px;
    background: #15ffcd61
}

.abt-us .pyr-l2 span {
    color: #14262F
}

.abt-us .pyr-l3 {
    width: 60%;
    max-width: 312px;
    height: 56px;
    background: #15ffcd9e
}

.abt-us .pyr-l3 span {
    color: #14262F
}

.abt-us .pyr-l4 {
    width: 40%;
    max-width: 208px;
    height: 56px;
    background: #15FFCD;
    box-shadow: 0 5px 14px 0 #15ffcd1c
}

.abt-us .pyr-l4 span {
    color: #14262F
}

.abt-us .profiles-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.abt-us .profile-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: start;
    background: #f6f9fa0d;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 2px 5px 0 #14262f0d;
    transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), background .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .profile-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 40px 0 #15ffcd1f;
    background: #f6f9fa17
}

.abt-us .portrait-wrap {
    width: 120px;
    aspect-ratio: 2/3;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0
}

.abt-us .portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.abt-us .profile-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .profile-name {
    font-size: 20px;
    line-height: 1.2;
    color: #F6F9FA;
    margin: 0;
    letter-spacing: -.01em
}

.abt-us .profile-role {
    font-size: 15px;
    color: #15FFCD;
    font-style: italic
}

.abt-us .profile-bio {
    font-size: 15px;
    line-height: 1.6;
    color: #f6f9faa6;
    margin: 0
}

.abt-us .dots-border {
    position: relative;
    padding: 8px 0
}

.abt-us .dots-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: radial-gradient(circle, #15ffcd59 1px, transparent 1px) 0 0 / 12px 1px
}

.abt-us .icon-outline-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px
}

.abt-us .animated-icon {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.abt-us .animated-icon svg {
    width: 32px;
    height: 32px
}

.abt-us .animated-icon svg path,
.abt-us .animated-icon svg circle,
.abt-us .animated-icon svg polyline,
.abt-us .animated-icon svg line {
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
    animation: traceIcon 1.4s cubic-bezier(0.22, 1, 0.36, 1) .6s forwards
}

@keyframes traceIcon {
    to {
        stroke-dashoffset: 0
    }
}

.abt-us .icon-caption {
    font-size: 15px;
    color: #f6f9fa8c;
    font-style: italic
}

.abt-us .parallel-lines-section {
    background-color: #e8eef1;
    background-image: repeating-linear-gradient(45deg, #14262f0f 0px, #14262f0f 1px, transparent 1px, transparent 14px)
}

@media (max-width: 1280px) {
    .abt-us .split-frame {
        grid-template-columns: 280px 1fr;
        gap: 40px;
        padding: 80px 24px
    }

    .abt-us .main-heading,
    .abt-us .main-heading .first-word {
        font-size: 48px
    }

    .abt-us .team-title {
        font-size: 48px
    }

    .abt-us .team-heading-row {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

@media (max-width: 768px) {
    .abt-us .split-frame {
        grid-template-columns: 1fr;
        padding: 40px 24px;
        gap: 40px
    }

    .abt-us .img-col {
        aspect-ratio: 16/9
    }

    .abt-us .main-heading,
    .abt-us .main-heading .first-word {
        font-size: 48px
    }

    .abt-us .team-section {
        padding: 40px 24px
    }

    .abt-us .team-inner {
        gap: 40px
    }

    .abt-us .team-title {
        font-size: 24px
    }

    .abt-us .profiles-row {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .abt-us .profile-card {
        grid-template-columns: 96px 1fr;
        gap: 24px
    }

    .abt-us .portrait-wrap {
        width: 96px
    }

    .abt-us .pyr-l1 {
        max-width: 100%
    }

    .abt-us .pyr-l2 {
        max-width: 80%
    }

    .abt-us .pyr-l3 {
        max-width: 60%
    }

    .abt-us .pyr-l4 {
        max-width: 40%
    }
}

.prime-pg {
    overflow-x: hidden;
    background: #F6F9FA
}

.prime-pg .title-strip {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1366px;
    margin: 0 auto;
    gap: 40px;
    padding: 80px 40px 40px
}

.prime-pg .img-strip {
    width: 120px;
    min-width: 120px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px 0 #14262f1f;
    flex-shrink: 0
}

.prime-pg .img-strip::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #15ffcd2e, transparent 60%);
    pointer-events: none
}

.prime-pg .img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.prime-pg .strip-line {
    width: 3px;
    background: #15FFCD;
    border-radius: 4px;
    flex-shrink: 0;
    align-self: stretch
}

.prime-pg .title-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.prime-pg .title-label {
    font-size: 15px;
    color: #15FFCD;
    font-style: italic;
    letter-spacing: .08em;
    line-height: 1.2;
    background: #14262F;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 4px;
    align-self: flex-start
}

.prime-pg .title-h1 {
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #14262F;
    margin: 0
}

.prime-pg .title-h1 span {
    font-size: 48px;
    color: #14262F;
    opacity: .7
}

.prime-pg .title-theses {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 600px
}

.prime-pg .thesis-item {
    font-size: 16px;
    line-height: 1.6;
    color: #14262F;
    padding: 8px 0;
    border-top: 1px solid #14262f1a
}

.prime-pg .thesis-item:last-child {
    border-bottom: 1px solid #14262f1a
}

.prime-pg .title-cta {
    display: inline-block;
    background: linear-gradient(to bottom, #15FFCD, #15ffcdb3);
    color: #14262F;
    font-size: 16px;
    font-weight: 700;
    padding: 24px 40px;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1);
    align-self: flex-start;
    box-shadow: 0 5px 14px 0 #15ffcd1c
}

.prime-pg .title-cta:hover {
    border-color: #14262F;
    transform: translateY(-3px)
}

.prime-pg .zigzag-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.prime-pg .rep-band {
    background: #14262F;
    padding: 80px 40px;
    position: relative
}

.prime-pg .rep-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, #15ffcd0a 0%, transparent 60%), radial-gradient(ellipse at 80% 50%, #15ffcd08 0%, transparent 50%);
    pointer-events: none
}

.prime-pg .rep-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.prime-pg .rep-text h2 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #F6F9FA;
    margin: 0 0 24px
}

.prime-pg .rep-text h2 em {
    color: #15FFCD;
    font-style: italic
}

.prime-pg .rep-para {
    font-size: 16px;
    line-height: 1.6;
    color: #f6f9fabf;
    margin: 0 0 24px
}

.prime-pg .rep-quote {
    border-top: 2px solid #15FFCD;
    padding-top: 24px;
    font-size: 20px;
    line-height: 1.6;
    color: #F6F9FA;
    font-style: italic
}

.prime-pg .rep-metrics {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.prime-pg .metric-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background: #f6f9fa0d;
    border-radius: 4px;
    border: 1px solid #15ffcd26;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: default
}

.prime-pg .metric-row:hover {
    background: #15ffcd14;
    transform: translateX(6px)
}

.prime-pg .metric-num {
    font-size: 48px;
    line-height: 1.2;
    color: #15FFCD;
    letter-spacing: -.03em;
    flex-shrink: 0;
    min-width: 100px
}

.prime-pg .metric-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #f6f9facc
}

.prime-pg .rep-img-wrap {
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 8px 40px 0 #14262f1f;
    margin-top: 24px;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.prime-pg .rep-img-wrap:hover {
    box-shadow: 0 8px 40px 0 #15ffcd38
}

.prime-pg .rep-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.prime-pg .zigzag-divider-2 {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.prime-pg .value-band {
    background: #F6F9FA;
    padding: 80px 40px
}

.prime-pg .value-inner {
    max-width: 1366px;
    margin: 0 auto
}

.prime-pg .value-top {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 40px
}

.prime-pg .value-h2 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #14262F;
    margin: 0 0 24px
}

.prime-pg .value-h2 strong {
    font-size: 64px;
    display: block;
    color: #14262F
}

.prime-pg .value-body {
    font-size: 16px;
    line-height: 1.6;
    color: #14262F;
    margin: 0 0 24px
}

.prime-pg .value-blockquote {
    background: #14262F;
    color: #F6F9FA;
    padding: 24px 40px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
    box-shadow: 0 5px 14px 0 #14262f1c
}

.prime-pg .value-blockquote em {
    color: #15FFCD;
    font-style: normal
}

.prime-pg .value-img-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.prime-pg .value-img-wrap {
    aspect-ratio: 16/9;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 #14262f1c;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.prime-pg .value-img-wrap:hover {
    box-shadow: 0 8px 40px 0 #14262f1f;
    transform: translateY(-4px)
}

.prime-pg .value-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.prime-pg .value-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.prime-pg .pillar-card {
    background: #fff;
    border-radius: 4px;
    padding: 40px 24px;
    box-shadow: 0 2px 5px 0 #14262f0d;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative
}

.prime-pg .pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to bottom, #15FFCD, transparent);
    border-radius: 4px 4px 0 0
}

.prime-pg .pillar-card:hover {
    box-shadow: 0 8px 40px 0 #14262f1f;
    transform: translateY(-4px)
}

.prime-pg .pillar-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
    color: #15FFCD
}

.prime-pg .pillar-h4 {
    font-size: 20px;
    line-height: 1.2;
    color: #14262F;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.prime-pg .pillar-text {
    font-size: 15px;
    line-height: 1.6;
    color: #14262fb3;
    margin: 0
}

.prime-pg .grad-divider {
    height: 3px;
    background: linear-gradient(to bottom, #14262f14, transparent)
}

.prime-pg .outcomes-band {
    background: linear-gradient(to bottom, #14262F 0%, #14262feb 100%);
    padding: 80px 40px;
    position: relative
}

.prime-pg .outcomes-band::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 60px 80px #14262f66 inset 0 -60px 80px #14262f66;
    pointer-events: none
}

.prime-pg .outcomes-inner {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.prime-pg .outcomes-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 40px;
    align-items: end
}

.prime-pg .outcomes-h2 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #F6F9FA;
    margin: 0
}

.prime-pg .outcomes-h2 em {
    color: #15FFCD;
    font-style: italic
}

.prime-pg .outcomes-lead {
    font-size: 16px;
    line-height: 1.6;
    color: #f6f9fabf;
    margin: 0
}

.prime-pg .outcomes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.prime-pg .outcome-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding: 40px;
    background: #f6f9fa0d;
    border-radius: 4px;
    border: 1px solid #15ffcd1a;
    transition: background .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.prime-pg .outcome-item:hover {
    background: #15ffcd12;
    border-color: #15ffcd4d
}

.prime-pg .outcome-num {
    font-size: 48px;
    line-height: 1.2;
    color: #15FFCD;
    letter-spacing: -.03em;
    flex-shrink: 0;
    opacity: .4
}

.prime-pg .outcome-body h4 {
    font-size: 20px;
    line-height: 1.2;
    color: #F6F9FA;
    margin: 0 0 8px
}

.prime-pg .outcome-body p {
    font-size: 15px;
    line-height: 1.6;
    color: #f6f9fab3;
    margin: 0
}

.prime-pg .outcomes-img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px
}

.prime-pg .out-img-wrap {
    aspect-ratio: 16/9;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 #14262f1c;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.prime-pg .out-img-wrap:hover {
    box-shadow: 0 8px 40px 0 #15ffcd2e
}

.prime-pg .out-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.prime-pg .who-band {
    background: #F6F9FA;
    padding: 80px 40px
}

.prime-pg .who-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 4fr 5fr;
    gap: 80px;
    align-items: start
}

.prime-pg .who-sticky {
    position: sticky;
    top: 40px
}

.prime-pg .who-h2 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #14262F;
    margin: 0 0 24px
}

.prime-pg .who-h2 strong {
    font-size: 64px;
    display: block
}

.prime-pg .who-img-wrap {
    aspect-ratio: 16/9;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 #14262f1c;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.prime-pg .who-img-wrap:hover {
    box-shadow: 0 8px 40px 0 #14262f1f
}

.prime-pg .who-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.prime-pg .who-lists {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.prime-pg .who-group h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #14262F;
    margin: 0 0 24px;
    letter-spacing: -.01em
}

.prime-pg .who-group h3 em {
    color: #15FFCD;
    font-style: italic
}

.prime-pg .who-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.prime-pg .who-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #14262F;
    padding: 8px 0;
    border-bottom: 1px solid #14262f14;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.prime-pg .who-list li svg {
    flex-shrink: 0
}

.prime-pg .who-not li svg {
    color: #14262f4d
}

.prime-pg .who-yes li svg {
    color: #15FFCD
}

.prime-pg .portrait-accent {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    padding: 24px;
    background: #14262F;
    border-radius: 4px;
    margin-top: 24px;
    box-shadow: 0 5px 14px 0 #14262f1c
}

.prime-pg .portrait-thumb {
    width: 80px;
    min-width: 80px;
    height: 103px;
    border-radius: 44px;
    overflow: hidden;
    flex-shrink: 0
}

.prime-pg .portrait-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.prime-pg .portrait-quote {
    font-size: 15px;
    line-height: 1.6;
    color: #f6f9facc;
    font-style: italic
}

.prime-pg .portrait-name {
    font-size: 15px;
    color: #15FFCD;
    font-style: normal;
    display: block;
    margin-top: 8px
}

.prime-pg .hesit-band {
    background: #fff;
    padding: 80px 40px;
    position: relative
}

.prime-pg .hesit-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to bottom, #15FFCD, transparent)
}

.prime-pg .hesit-inner {
    max-width: 1366px;
    margin: 0 auto
}

.prime-pg .hesit-h2 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #14262F;
    margin: 0 0 40px;
    max-width: 700px
}

.prime-pg .hesit-h2 em {
    color: #15FFCD;
    font-style: italic
}

.prime-pg .hesit-cols {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 80px;
    align-items: start
}

.prime-pg .hesit-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #14262F;
    margin: 0 0 24px
}

.prime-pg .hesit-blockquote {
    background: #F6F9FA;
    padding: 24px 40px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.6;
    color: #14262F;
    font-style: italic;
    margin: 0 0 24px;
    box-shadow: inset 0 2px 5px 0 #14262f0d
}

.prime-pg .hesit-blockquote em {
    color: #15FFCD;
    font-style: normal
}

.prime-pg .hesit-img-wrap {
    aspect-ratio: 16/9;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 #14262f1c;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 24px
}

.prime-pg .hesit-img-wrap:hover {
    box-shadow: 0 8px 40px 0 #14262f1f;
    transform: translateY(-4px)
}

.prime-pg .hesit-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.prime-pg .hesit-rating {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    background: #14262F;
    border-radius: 4px;
    color: #F6F9FA
}

.prime-pg .rating-val {
    font-size: 48px;
    line-height: 1.2;
    color: #15FFCD;
    letter-spacing: -.03em
}

.prime-pg .rating-label {
    font-size: 15px;
    color: #f6f9fab3;
    line-height: 1.6
}

.prime-pg .float-icon {
    animation: icon-sway 3.5s ease-in-out infinite;
    display: inline-block
}

.prime-pg .float-icon-alt {
    animation: icon-sway-alt 4.2s ease-in-out infinite;
    display: inline-block
}

@keyframes icon-sway {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg)
    }

    33% {
        transform: translateY(-6px) rotate(1deg)
    }

    66% {
        transform: translateY(-3px) rotate(-1deg)
    }
}

@keyframes icon-sway-alt {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg)
    }

    40% {
        transform: translateY(-5px) rotate(-1.5deg)
    }

    70% {
        transform: translateY(-2px) rotate(1deg)
    }
}

@media (max-width: 1280px) {
    .prime-pg .title-strip {
        padding-left: 40px;
        padding-right: 40px
    }

    .prime-pg .rep-inner {
        gap: 40px
    }

    .prime-pg .value-top {
        gap: 40px
    }

    .prime-pg .outcomes-head {
        gap: 40px
    }

    .prime-pg .who-inner {
        gap: 40px
    }

    .prime-pg .hesit-cols {
        gap: 40px
    }

    .prime-pg .title-h1 {
        font-size: 48px
    }

    .prime-pg .title-h1 span {
        font-size: 24px
    }
}

@media (max-width: 768px) {
    .prime-pg .title-strip {
        flex-direction: column;
        padding-top: 40px;
        padding-left: 24px;
        padding-right: 24px
    }

    .prime-pg .img-strip {
        width: 100%;
        height: 160px
    }

    .prime-pg .strip-line {
        width: 100%;
        height: 3px;
        align-self: auto
    }

    .prime-pg .title-h1 {
        font-size: 48px
    }

    .prime-pg .title-h1 span {
        font-size: 20px
    }

    .prime-pg .rep-band,
    .prime-pg .value-band,
    .prime-pg .outcomes-band,
    .prime-pg .who-band,
    .prime-pg .hesit-band {
        padding: 40px 24px
    }

    .prime-pg .rep-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .prime-pg .value-top {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .prime-pg .value-pillars {
        grid-template-columns: 1fr
    }

    .prime-pg .outcomes-head {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .prime-pg .outcomes-grid {
        grid-template-columns: 1fr
    }

    .prime-pg .outcomes-img-row {
        grid-template-columns: 1fr
    }

    .prime-pg .who-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .prime-pg .who-sticky {
        position: static
    }

    .prime-pg .hesit-cols {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .prime-pg .value-h2 strong {
        font-size: 48px
    }

    .prime-pg .who-h2 strong {
        font-size: 48px
    }

    .prime-pg .metric-num {
        font-size: 24px;
        min-width: 60px
    }
}

.avbl {
    background: #fff;
    overflow-x: clip
}

.avbl .pg-intro {
    background: linear-gradient(to bottom, #14262F, #1e3a47);
    padding: 80px 24px;
    position: relative
}

.avbl .pg-intro::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#15ffcd0a 1px, transparent 1px), linear-gradient(90deg, #15ffcd0a 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none
}

.avbl .pg-intro-inner {
    max-width: 1366px;
    margin: 0 auto;
    position: relative
}

.avbl .pg-intro-label {
    display: inline-block;
    font-size: 15px;
    color: #15FFCD;
    font-style: italic;
    letter-spacing: .08em;
    margin-bottom: 24px;
    border: 1px solid #15ffcd40;
    padding: 8px 24px;
    border-radius: 4px
}

.avbl .pg-intro-heading {
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0 0 24px;
    max-width: 780px
}

.avbl .pg-intro-heading span {
    color: #15FFCD;
    font-style: italic
}

.avbl .pg-intro-desc {
    font-size: 20px;
    line-height: 1.6;
    color: #f6f9fabf;
    max-width: 560px;
    margin: 0
}

.avbl .pg-intro-geo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 1px solid #15ffcd14;
    pointer-events: none
}

.avbl .pg-intro-geo::before {
    content: '';
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    border: 1px solid #15ffcd0f
}

.avbl .pg-divider {
    height: 2px;
    background: linear-gradient(to right, #15FFCD, #f6f9fa1a);
    border: none;
    margin: 0
}

.avbl .schedule-strip {
    background: #F6F9FA;
    padding: 80px 24px
}

.avbl .schedule-strip-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.avbl .schedule-col-left {
    position: relative
}

.avbl .schedule-eyebrow {
    font-size: 15px;
    color: #14262F;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block
}

.avbl .schedule-heading {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #14262F;
    margin: 0 0 24px
}

.avbl .schedule-heading em {
    font-size: 64px;
    font-style: italic;
    color: #15FFCD;
    display: block;
    line-height: 1
}

.avbl .schedule-body {
    font-size: 16px;
    line-height: 1.6;
    color: #14262F;
    margin: 0 0 40px
}

.avbl .schedule-quote {
    background: #14262F;
    color: #f6f9fad9;
    font-size: 20px;
    line-height: 1.6;
    padding: 24px;
    border-radius: 4px;
    font-style: italic;
    box-shadow: 0 8px 40px 0 #14262f1f
}

.avbl .schedule-col-right {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.avbl .day-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 #14262f0d;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.avbl .day-row:hover {
    box-shadow: 0 5px 14px 0 #14262f1c;
    transform: translateY(-2px)
}

.avbl .day-row.closed {
    opacity: .55
}

.avbl .day-label {
    background: #14262F;
    color: #F6F9FA;
    font-size: 15px;
    letter-spacing: .04em;
    padding: 24px;
    min-width: 140px;
    display: flex;
    align-items: center
}

.avbl .day-time {
    padding: 24px;
    font-size: 16px;
    color: #14262F;
    display: flex;
    align-items: center;
    flex: 1
}

.avbl .day-tag {
    margin-left: auto;
    padding: 8px 24px;
    font-size: 15px;
    border-radius: 44px;
    align-self: center;
    margin-right: 24px
}

.avbl .day-tag.open {
    background: #15ffcd26;
    color: #0a8f72
}

.avbl .day-tag.shut {
    background: #14262f14;
    color: #14262F
}

.avbl .split-band {
    position: relative;
    padding: 80px 24px;
    background: #fff
}

.avbl .split-band-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 80px;
    align-items: center
}

.avbl .split-paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.avbl .path-card {
    background: #F6F9FA;
    border-radius: 4px;
    padding: 40px 24px;
    position: relative;
    box-shadow: 0 2px 5px 0 #14262f0d;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.avbl .path-card:hover {
    box-shadow: 0 8px 40px 0 #14262f1f;
    transform: translateY(-3px)
}

.avbl .path-card.accent {
    background: #14262F
}

.avbl .path-card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.avbl .path-card-icon svg {
    width: 32px;
    height: 32px
}

.avbl .path-card-name {
    font-size: 20px;
    line-height: 1.2;
    color: #14262F;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.avbl .path-card.accent .path-card-name {
    color: #15FFCD
}

.avbl .path-card-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #14262F;
    margin: 0
}

.avbl .path-card.accent .path-card-desc {
    color: #f6f9fabf
}

.avbl .path-card-expand {
    margin-top: 24px;
    overflow: hidden;
    max-height: 0;
    transition: max-height .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.avbl .path-card:hover .path-card-expand {
    max-height: 200px
}

.avbl .path-card-expand-text {
    font-size: 15px;
    line-height: 1.6;
    color: #14262F;
    padding-top: 8px;
    border-top: 1px solid #14262f1a
}

.avbl .path-card.accent .path-card-expand-text {
    color: #f6f9faa6;
    border-top-color: #15ffcd26
}

.avbl .split-aside {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.avbl .aside-img-wrap {
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 5px 14px 0 #14262f1c
}

.avbl .aside-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.avbl .aside-stat-row {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.avbl .aside-stat {
    flex: 1;
    background: #14262F;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 5px 0 #14262f0d
}

.avbl .aside-stat-num {
    font-size: 48px;
    line-height: 1.2;
    color: #15FFCD;
    letter-spacing: -.03em
}

.avbl .aside-stat-label {
    font-size: 15px;
    line-height: 1.6;
    color: #f6f9fab3
}

.avbl .aside-note {
    font-size: 15px;
    line-height: 1.6;
    color: #14262F;
    background: #15ffcd14;
    border-radius: 4px;
    padding: 24px
}

.avbl .aside-note strong {
    color: #14262F
}

.avbl .portraits-band {
    background: #F6F9FA;
    padding: 80px 24px;
    position: relative
}

.avbl .portraits-band::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #14262F;
    z-index: 0
}

.avbl .portraits-band-inner {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.avbl .portraits-band-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px
}

.avbl .portraits-heading {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #F6F9FA;
    margin: 0;
    max-width: 520px
}

.avbl .portraits-heading em {
    color: #15FFCD;
    font-style: italic
}

.avbl .portraits-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #f6f9faa6;
    max-width: 320px;
    text-align: right;
    margin: 0
}

.avbl .portraits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.avbl .portrait-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 #14262f1c;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.avbl .portrait-card:hover {
    box-shadow: 0 8px 40px 0 #14262f1f;
    transform: translateY(-3px)
}

.avbl .portrait-img-wrap {
    aspect-ratio: 7/9;
    overflow: hidden
}

.avbl .portrait-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.avbl .portrait-card:hover .portrait-img-wrap img {
    transform: scale(1.04)
}

.avbl .portrait-info {
    padding: 24px
}

.avbl .portrait-name {
    font-size: 20px;
    line-height: 1.2;
    color: #14262F;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.avbl .portrait-role {
    font-size: 15px;
    color: #15FFCD;
    font-style: italic;
    display: block;
    margin-bottom: 8px
}

.avbl .portrait-bio {
    font-size: 15px;
    line-height: 1.6;
    color: #14262F;
    margin: 0
}

.avbl .portrait-card.no-photo {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.avbl .portrait-card.no-photo .portrait-placeholder {
    aspect-ratio: 7/9;
    background: linear-gradient(to bottom, #14262F, #14262f99);
    display: flex;
    align-items: center;
    justify-content: center
}

.avbl .portrait-placeholder svg {
    width: 64px;
    height: 64px;
    opacity: .25
}

@media (max-width: 1280px) {
    .avbl .pg-intro-heading {
        font-size: 48px
    }

    .avbl .pg-intro-geo {
        width: 220px;
        height: 220px
    }

    .avbl .schedule-strip-inner {
        gap: 40px
    }

    .avbl .split-band-inner {
        gap: 40px
    }
}

@media (max-width: 768px) {
    .avbl .pg-intro-heading {
        font-size: 48px;
        max-width: 100%
    }

    .avbl .pg-intro-geo {
        display: none
    }

    .avbl .schedule-strip-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .avbl .split-band-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .avbl .split-paths {
        grid-template-columns: 1fr
    }

    .avbl .portraits-grid {
        grid-template-columns: 1fr
    }

    .avbl .portraits-band-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .avbl .portraits-sub {
        text-align: left
    }

    .avbl .aside-stat-row {
        flex-direction: column
    }

    .avbl .schedule-heading em {
        font-size: 48px
    }
}

.cont-pg {
    max-width: 100%;
    overflow-x: hidden
}

.cont-pg .pg-strip {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #14262F, #15FFCD)
}

.cont-pg .title-strip {
    width: 100%;
    position: relative;
    overflow: hidden
}

.cont-pg .title-strip .strip-img {
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 220px;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    filter: blur(0px);
    border: 3px solid #14262F;
    box-shadow: 0 5px 14px 0 #14262f1c
}

.cont-pg .title-strip .strip-circles {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 220px;
    height: 220px;
    pointer-events: none;
    overflow: hidden
}

.cont-pg .title-strip .strip-circles span {
    position: absolute;
    border-radius: 44px;
    border: 1px solid #15ffcd2e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cont-pg .title-strip .strip-circles span:nth-child(1) {
    width: 80px;
    height: 80px
}

.cont-pg .title-strip .strip-circles span:nth-child(2) {
    width: 130px;
    height: 130px
}

.cont-pg .title-strip .strip-circles span:nth-child(3) {
    width: 180px;
    height: 180px
}

.cont-pg .title-strip .strip-circles span:nth-child(4) {
    width: 220px;
    height: 220px
}

.cont-pg .title-zone {
    max-width: 1366px;
    margin: 0 auto;
    padding: 40px
}

.cont-pg .title-zone .pg-label {
    font-size: 15px;
    color: #15FFCD;
    font-style: italic;
    letter-spacing: .08em;
    margin-bottom: 8px;
    display: block
}

.cont-pg .title-zone .pg-h1 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #14262F;
    margin: 0
}

.cont-pg .title-zone .pg-h1 .big-word {
    font-size: 64px;
    color: #14262F
}

@keyframes bg-breathe {

    0%,
    100% {
        filter: brightness(1)
    }

    50% {
        filter: brightness(1.04)
    }
}

.cont-pg .contact-body {
    background: #F6F9FA;
    animation: bg-breathe 6s ease-in-out infinite;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
    padding: 80px 40px
}

.cont-pg .contact-body .body-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.cont-pg .contact-body .info-col {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.cont-pg .contact-body .info-label {
    font-size: 15px;
    color: #15FFCD;
    font-style: italic;
    letter-spacing: .06em;
    display: block;
    margin-bottom: 8px
}

.cont-pg .contact-body .info-heading {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #14262F;
    margin: 0 0 24px
}

.cont-pg .contact-body .info-text {
    font-size: 16px;
    line-height: 1.6;
    color: #2d4a57;
    margin: 0 0 24px
}

.cont-pg .contact-body .info-blockquote {
    border-top: 2px solid #15FFCD;
    padding: 24px 0 0;
    font-size: 20px;
    line-height: 1.6;
    color: #14262F;
    font-style: italic;
    margin: 0
}

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

.cont-pg .contact-body .detail-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.cont-pg .contact-body .detail-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #15FFCD
}

.cont-pg .contact-body .detail-text {
    font-size: 15px;
    line-height: 1.6;
    color: #14262F
}

.cont-pg .contact-body .detail-text a {
    color: #14262F;
    text-decoration-offset: 4px;
    text-decoration: underline;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.cont-pg .contact-body .detail-text a:hover {
    color: #15FFCD
}

.cont-pg .contact-body .form-col {
    flex: 1 1 0;
    min-width: 0
}

.cont-pg .contact-body .form-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 40px 0 #14262f1f;
    padding: 40px;
    position: relative
}

.cont-pg .contact-body .form-card .badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: linear-gradient(to bottom, #15FFCD, #15ffcdb3);
    color: #14262F;
    font-size: 15px;
    font-weight: 700;
    border-radius: 44px;
    padding: 4px 16px;
    box-shadow: 0 2px 5px 0 #15ffcd0d;
    letter-spacing: .04em
}

.cont-pg .contact-body .form-heading {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #14262F;
    margin: 0 0 8px
}

.cont-pg .contact-body .form-sub {
    font-size: 15px;
    line-height: 1.6;
    color: #4a6472;
    margin: 0 0 40px
}

.cont-pg .contact-body .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px
}

.cont-pg .contact-body .field-label {
    font-size: 15px;
    color: #14262F;
    letter-spacing: .02em
}

.cont-pg .contact-body .field-required {
    color: #15FFCD;
    font-style: italic
}

.cont-pg .contact-body .field-input {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #14262f33;
    border-radius: 4px;
    font-size: 16px;
    color: #14262F;
    background: #F6F9FA;
    box-sizing: border-box;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: inset 0 2px 5px 0 #14262f0d;
    outline: none
}

.cont-pg .contact-body .field-input::placeholder {
    font-size: 15px;
    color: #8fa5b0
}

.cont-pg .contact-body .field-input:focus {
    border-color: #15FFCD;
    box-shadow: inset 0 2px 5px 0 #14262f0d 0 0 0 3px #15ffcd26
}

.cont-pg .contact-body .field-select {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #14262f33;
    border-radius: 4px;
    font-size: 16px;
    color: #14262F;
    background: #F6F9FA;
    box-sizing: border-box;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: inset 0 2px 5px 0 #14262f0d;
    outline: none;
    appearance: none;
    cursor: pointer
}

.cont-pg .contact-body .field-select:focus {
    border-color: #15FFCD
}

.cont-pg .contact-body .select-wrap {
    position: relative
}

.cont-pg .contact-body .select-wrap .sel-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #14262F;
    width: 16px;
    height: 16px
}

.cont-pg .contact-body .row-fields {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.cont-pg .contact-body .row-fields .field-group {
    flex: 1 1 0;
    min-width: 0
}

.cont-pg .contact-body .type-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.cont-pg .contact-body .type-opt {
    position: relative
}

.cont-pg .contact-body .type-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.cont-pg .contact-body .type-opt label {
    display: block;
    padding: 8px 16px;
    border: 1.5px solid #14262f33;
    border-radius: 44px;
    font-size: 15px;
    color: #14262F;
    cursor: pointer;
    transition: border-color .45s ease-in-out, background .45s ease-in-out, color .45s ease-in-out;
    background: #F6F9FA;
    user-select: none
}

.cont-pg .contact-body .type-opt input[type="radio"]:checked+label {
    border-color: #15FFCD;
    background: #15FFCD;
    color: #14262F;
    font-weight: 600
}

.cont-pg .contact-body .type-opt label:hover {
    border-color: #14262F;
    transform: translateY(-2px)
}

.cont-pg .contact-body .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px
}

.cont-pg .contact-body .privacy-check {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #15FFCD;
    cursor: pointer
}

.cont-pg .contact-body .privacy-text {
    font-size: 15px;
    line-height: 1.6;
    color: #4a6472
}

.cont-pg .contact-body .privacy-text a {
    color: #14262F;
    text-decoration-offset: 3px;
    text-decoration: underline;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.cont-pg .contact-body .privacy-text a:hover {
    color: #15FFCD
}

.cont-pg .contact-body .submit-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: linear-gradient(to bottom, #14262F, #1e3d4f);
    color: #15FFCD;
    font-size: 16px;
    letter-spacing: .04em;
    border: 2px solid #14262F;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1), transform .45s ease-in-out;
    box-shadow: 0 5px 14px 0 #14262f1c
}

.cont-pg .contact-body .submit-btn:hover {
    border-color: #15FFCD;
    transform: translateY(-2px)
}

.cont-pg .contact-body .submit-btn:focus {
    outline: 3px solid #15FFCD;
    outline-offset: 3px
}

.cont-pg .contact-body .submit-btn .btn-icon {
    width: 18px;
    height: 18px;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.cont-pg .contact-body .submit-btn:hover .btn-icon {
    transform: translateX(4px)
}

.cont-pg .divider-band {
    width: 100%;
    height: 6px;
    background: #14262F
}

.cont-pg .channel-section {
    background: #14262F;
    padding: 80px 40px;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
    margin-top: -6px
}

.cont-pg .channel-section .ch-inner {
    max-width: 1366px;
    margin: 0 auto
}

.cont-pg .channel-section .ch-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 24px
}

.cont-pg .channel-section .ch-heading {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #F6F9FA;
    margin: 0
}

.cont-pg .channel-section .ch-heading .accent-word {
    font-size: 64px;
    color: #15FFCD;
    font-style: italic
}

.cont-pg .channel-section .ch-note {
    font-size: 16px;
    line-height: 1.6;
    color: #f6f9faa6;
    max-width: 340px;
    text-align: right
}

.cont-pg .channel-section .ch-cards {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.cont-pg .channel-section .ch-card {
    flex: 1 1 220px;
    background: #f6f9fa0f;
    border: 1px solid #15ffcd26;
    border-radius: 4px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 5px 0 #15ffcd0d;
    transition: background .55s ease-in-out, transform .55s ease-in-out, border-color .55s ease-in-out;
    cursor: default
}

.cont-pg .channel-section .ch-card:hover {
    background: #15ffcd14;
    border-color: #15ffcd66;
    transform: translateY(-3px)
}

.cont-pg .channel-section .ch-card:hover .ch-card-icon {
    transform: rotate(8deg) scale(1.15)
}

.cont-pg .channel-section .ch-card-icon {
    width: 32px;
    height: 32px;
    color: #15FFCD;
    margin-bottom: 8px;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.cont-pg .channel-section .ch-card-label {
    font-size: 15px;
    color: #f6f9fa8c;
    letter-spacing: .06em;
    text-transform: uppercase
}

.cont-pg .channel-section .ch-card-value {
    font-size: 16px;
    line-height: 1.6;
    color: #F6F9FA
}

.cont-pg .channel-section .ch-card-value a {
    color: #F6F9FA;
    text-decoration-offset: 4px;
    text-decoration: underline;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.cont-pg .channel-section .ch-card-value a:hover {
    color: #15FFCD
}

.cont-pg .channel-section .ch-address-row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 40px;
    border-radius: 4px;
    background: #f6f9fa0a;
    border: 1px solid #f6f9fa14
}

.cont-pg .channel-section .ch-address-icon {
    width: 24px;
    height: 24px;
    color: #15FFCD;
    flex-shrink: 0;
    margin-top: 2px
}

.cont-pg .channel-section .ch-address-text {
    font-size: 16px;
    line-height: 1.6;
    color: #f6f9fabf
}

@media (max-width: 1280px) {
    .cont-pg .contact-body .body-inner {
        gap: 40px
    }

    .cont-pg .contact-body .info-col {
        flex: 0 0 260px
    }
}

@media (max-width: 768px) {
    .cont-pg .title-zone {
        padding: 24px
    }

    .cont-pg .title-zone .pg-h1 {
        font-size: 32px
    }

    .cont-pg .title-zone .pg-h1 .big-word {
        font-size: 48px
    }

    .cont-pg .contact-body {
        padding: 40px 24px 80px;
        clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%)
    }

    .cont-pg .contact-body .body-inner {
        flex-direction: column;
        gap: 40px
    }

    .cont-pg .contact-body .info-col {
        flex: none;
        width: 100%
    }

    .cont-pg .contact-body .row-fields {
        flex-direction: column;
        gap: 0
    }

    .cont-pg .contact-body .form-card {
        padding: 24px
    }

    .cont-pg .channel-section {
        padding: 80px 24px;
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%)
    }

    .cont-pg .channel-section .ch-top {
        flex-direction: column;
        align-items: flex-start
    }

    .cont-pg .channel-section .ch-note {
        text-align: left
    }

    .cont-pg .channel-section .ch-heading {
        font-size: 32px
    }

    .cont-pg .channel-section .ch-heading .accent-word {
        font-size: 48px
    }

    .cont-pg .channel-section .ch-address-row {
        padding: 24px
    }
}

.success-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background: #F6F9FA
}

.success-page .success-wrapper {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 40px 0 #14262f1f;
    padding: 80px 40px;
    text-align: center
}

.success-page .success-icon-ring {
    width: 72px;
    height: 72px;
    border-radius: 44px;
    background: linear-gradient(180deg, #15ffcd2e 0%, #15ffcd0a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    box-shadow: inset 0 2px 5px 0 #15ffcd1c
}

.success-page .success-icon-ring svg {
    display: block
}

.success-page .success-heading {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #14262F;
    margin: 0 0 24px
}

.success-page .success-heading span {
    font-size: 64px;
    color: #15FFCD;
    font-style: italic;
    display: block;
    line-height: 1.2;
    letter-spacing: -.04em
}

.success-page .success-body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a5260;
    margin: 0 0 40px
}

.success-page .success-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(180deg, #15FFCD 0%, transparent 100%);
    border-radius: 4px;
    margin: 0 auto 40px
}

.success-page .success-return-link {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(180deg, #14262F 0%, #0d1c23 100%);
    color: #15FFCD;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .01em;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 5px 14px 0 #14262f1c;
    border: 1.5px solid transparent;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.success-page .success-return-link:hover {
    border-color: #15FFCD;
    transform: translateY(-3px)
}

.success-page .success-return-link:focus {
    outline: 2px solid #15FFCD;
    outline-offset: 3px
}

@media (max-width: 768px) {
    .success-page {
        padding: 40px 24px
    }

    .success-page .success-wrapper {
        padding: 40px 24px
    }

    .success-page .success-heading {
        font-size: 24px
    }

    .success-page .success-heading span {
        font-size: 48px
    }
}