* {
    box-sizing: border-box
}

body {
    margin: 0;
    position: relative;
    min-height: 100vh
}

.site-header {
    position: relative;
    background: linear-gradient(135deg, #015575 0%, #016a92 60%, #6A7C8B 100%);
    padding: 0;
    z-index: 100;
    box-shadow: 0 5px 28px -2px #0155751c
}

.hdr-top-bar {
    border-bottom: 1px solid #eef4f426;
    padding: 8px 0
}

.hdr-top-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px
}

.hdr-contact-link {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #eef4f4d9;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .18s cubic-bezier(0.4, 0, 1, 1)
}

.hdr-contact-link:hover,
.hdr-contact-link:focus {
    color: #EEF4F4;
    outline: none
}

.hdr-contact-link:focus-visible {
    outline: 3px solid;
    outline-color: #EEF4F4;
    outline-offset: 2px;
    border-radius: 7px
}

.hdr-contact-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: .8
}

.hdr-main-row {
    max-width: 1170px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

.logo-box {
    flex-shrink: 0;
    border-bottom: 2px solid #eef4f466;
    box-shadow: 0 3px 4px -2px #0155750f;
    background: #eef4f414;
    border-radius: 7px 7px 0 0;
    padding: 8px 16px;
    border-bottom: 2px solid #eef4f459
}

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

.primary-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.primary-nav a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #EEF4F4;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 7px;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    transition: color .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.primary-nav a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #eef4f426;
    transition: height .18s cubic-bezier(0.4, 0, 1, 1);
    z-index: 0;
    border-radius: 7px
}

.primary-nav a:hover::before,
.primary-nav a:focus::before {
    height: 100%
}

.primary-nav a span {
    position: relative;
    z-index: 1
}

.primary-nav a:hover,
.primary-nav a:focus {
    border-color: #eef4f44d;
    outline: none
}

.primary-nav a:focus-visible {
    outline: 3px solid #EEF4F4;
    outline-offset: 2px
}

.primary-nav a[aria-current="page"] {
    background: #eef4f42e;
    border-color: #eef4f44d
}

.hdr-accent-stripe {
    height: 4px;
    background: linear-gradient(90deg, #eef4f400 0%, #eef4f459 40%, #6a7c8b80 100%)
}

.site-footer {
    background: linear-gradient(160deg, #015575 0%, #023f57 100%);
    padding: 64px 0 0;
    font-family: 'Source Sans Pro', sans-serif
}

.ftr-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.ftr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
    padding-bottom: 64px
}

.ftr-brand-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ftr-logo-box {
    display: inline-block;
    padding: 8px;
    border-radius: 7px;
    background: #eef4f41a;
    box-shadow: 0 3px 4px -2px #0155750f inset 0 1px 0 #eef4f41f;
    align-self: flex-start
}

.ftr-logo-box img {
    display: block;
    width: 60px;
    height: 56px;
    object-fit: contain
}

.ftr-tagline {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    color: #eef4f4b3;
    margin: 0
}

.ftr-contact-card {
    background: #eef4f412;
    border: 1px solid #eef4f424;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 5px 28px -2px #0155751c;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ftr-card-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    color: #eef4f480;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0
}

.ftr-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.ftr-contact-item svg {
    flex-shrink: 0;
    margin-top: 2px;
    opacity: .6
}

.ftr-contact-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #eef4f4d1;
    margin: 0
}

.ftr-contact-text a {
    color: #EEF4F4;
    text-decoration: none;
    border-bottom: 1px solid #eef4f44d;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.ftr-contact-text a:hover,
.ftr-contact-text a:focus {
    border-color: #EEF4F4;
    outline: none
}

.ftr-contact-text a:focus-visible {
    outline: 2px solid #EEF4F4;
    outline-offset: 2px;
    border-radius: 7px
}

.ftr-links-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px
}

.ftr-links-heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    color: #eef4f480;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0
}

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

.ftr-links-list li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #eef4f4bf;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    min-height: 44px;
    border-bottom: 1px solid transparent;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ftr-links-list li a:hover,
.ftr-links-list li a:focus {
    color: #EEF4F4;
    border-bottom-color: #eef4f44d;
    outline: none
}

.ftr-links-list li a:focus-visible {
    outline: 2px solid #EEF4F4;
    outline-offset: 2px;
    border-radius: 7px
}

.ftr-divider {
    border: none;
    border-top: 1px solid #eef4f41f;
    margin: 0
}

.ftr-bottom {
    padding: 32px;
    max-width: 1170px;
    margin: 0 auto
}

.ftr-glass-bar {
    background: #eef4f40f;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid #eef4f41f;
    border-radius: 20px;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    box-shadow: 0 3px 4px -2px #0155750f
}

.ftr-copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #eef4f48c;
    margin: 0
}

.ftr-legal-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.ftr-legal-links a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #eef4f48c;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1);
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.ftr-legal-links a:hover,
.ftr-legal-links a:focus {
    color: #eef4f4d9;
    border-bottom-color: #eef4f459;
    outline: none
}

.ftr-legal-links a:focus-visible {
    outline: 2px solid #EEF4F4;
    outline-offset: 2px;
    border-radius: 7px
}

.ftr-bottom-wrap {
    padding: 0 0 32px
}

.consent-box {
    position: fixed;
    top: 32px;
    left: 32px;
    width: 300px;
    background: #EEF4F4;
    border: 1px solid #0155752e;
    border-radius: 20px;
    padding: 32px;
    z-index: 1200;
    box-shadow: 0 9px 36px -2px #0155751a;
    font-family: 'Source Sans Pro', sans-serif
}

.consent-icon-mark {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #015575, #6A7C8B);
    border-radius: 7px
}

.consent-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #015575;
    margin: 0 0 16px
}

.consent-toggles {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.consent-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.consent-toggle-label {
    font-size: 14px;
    font-weight: 600;
    color: #015575;
    line-height: 1.4
}

.consent-toggle-input {
    width: 36px;
    height: 20px;
    cursor: pointer;
    accent-color: #015575
}

.consent-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.consent-btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #015575;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.consent-btn:hover,
.consent-btn:focus {
    color: #6A7C8B;
    outline: none
}

.consent-btn:focus-visible {
    outline: 2px solid #015575;
    outline-offset: 2px;
    border-radius: 7px
}

.consent-settings-btn {
    font-size: 14px;
    font-weight: 400;
    color: #6A7C8B
}

@media (max-width: 860px) {
    .ftr-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .hdr-main-row {
        flex-wrap: wrap;
        gap: 16px
    }

    .primary-nav {
        gap: 8px
    }

    .ftr-glass-bar {
        flex-direction: column;
        align-items: flex-start
    }

    .consent-box {
        left: 16px;
        right: 16px;
        width: auto;
        top: 16px
    }
}

@media (max-width: 600px) {
    .hdr-top-inner {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px
    }

    .hdr-main-row {
        padding: 16px
    }

    .ftr-inner {
        padding: 0 16px
    }

    .ftr-bottom {
        padding: 16px
    }

    .ftr-glass-bar {
        padding: 16px
    }
}

.terms-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 64px 32px;
    color: #2a3d47;
    line-height: 1.65
}

.terms-wrapper h1 {
    font-size: 46px;
    line-height: 1.15;
    color: #015575;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #EEF4F4
}

.terms-wrapper h2 {
    font-size: 19px;
    line-height: 1.4;
    color: #015575;
    margin-top: 64px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.terms-wrapper h3 {
    font-size: 19px;
    line-height: 1.4;
    color: #2a3d47;
    margin-top: 32px;
    margin-bottom: 16px
}

.terms-wrapper h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #015575;
    margin-top: 32px;
    margin-bottom: 8px
}

.terms-wrapper h5 {
    font-size: 16px;
    line-height: 1.4;
    color: #6A7C8B;
    margin-top: 16px;
    margin-bottom: 8px
}

.terms-wrapper h6 {
    font-size: 14px;
    line-height: 1.4;
    color: #6A7C8B;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.terms-wrapper p {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 0;
    margin-bottom: 16px;
    color: #2a3d47
}

.terms-wrapper ul,
.terms-wrapper ol {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 32px;
    color: #2a3d47
}

.terms-wrapper ul {
    list-style: none;
    padding-left: 16px
}

.terms-wrapper ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px
}

.terms-wrapper ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 48px;
    background-color: #015575;
    opacity: .6
}

.terms-wrapper ol {
    list-style: decimal
}

.terms-wrapper ol li {
    margin-bottom: 8px;
    padding-left: 8px
}

.terms-wrapper ol li::marker {
    color: #015575;
    font-size: 14px
}

.terms-wrapper ul ul,
.terms-wrapper ol ol,
.terms-wrapper ul ol,
.terms-wrapper ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.terms-wrapper ul ul li::before {
    width: 4px;
    height: 4px;
    background-color: #6A7C8B;
    top: 11px
}

.terms-wrapper strong,
.terms-wrapper b {
    font-weight: 700;
    color: #015575
}

.terms-wrapper em,
.terms-wrapper i {
    font-style: italic;
    color: #6A7C8B
}

.terms-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 3px 4px -2px #0155750f 0 5px 28px -2px #0155751c
}

.terms-wrapper thead {
    background-color: #015575;
    color: #fff
}

.terms-wrapper thead th {
    padding: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    border: none
}

.terms-wrapper tbody tr {
    border-bottom: 1px solid #EEF4F4;
    transition: background-color .18s cubic-bezier(0.4, 0, 1, 1)
}

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

.terms-wrapper tbody tr:nth-child(even) {
    background-color: #eef4f480
}

.terms-wrapper tbody tr:hover {
    background-color: #0155750a
}

.terms-wrapper td {
    padding: 16px;
    color: #2a3d47;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: top;
    border: none
}

.terms-wrapper th {
    padding: 16px
}

.terms-wrapper hr {
    border: none;
    border-top: 1px solid #EEF4F4;
    margin-top: 32px;
    margin-bottom: 32px;
    position: relative
}

.terms-wrapper hr::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background-color: #015575;
    opacity: .3;
    margin-top: -1px
}

.terms-wrapper div {
    font-size: 16px;
    line-height: 1.65
}

.terms-wrapper div+div {
    margin-top: 16px
}

.terms-wrapper a {
    color: #015575;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .1s cubic-bezier(0.4, 0, 1, 1), text-decoration-color .1s cubic-bezier(0.4, 0, 1, 1)
}

.terms-wrapper a:hover {
    color: #6A7C8B;
    text-decoration-color: #6a7c8b80
}

.terms-wrapper blockquote {
    margin: 32px 0;
    padding: 16px 32px;
    background-color: #eef4f499;
    border-left: 3px solid #015575;
    border-radius: 0 7px 7px 0;
    box-shadow: inset 0 0 0 1px #0155750f
}

.terms-wrapper blockquote p {
    margin-bottom: 0;
    color: #6A7C8B;
    font-style: italic
}

.terms-wrapper code {
    font-size: 14px;
    background-color: #EEF4F4;
    color: #015575;
    padding: 2px 8px;
    border-radius: 7px;
    border: 1px solid #0155751f
}

.terms-wrapper pre {
    background-color: #EEF4F4;
    border-radius: 7px;
    padding: 16px;
    overflow-x: auto;
    margin-bottom: 16px;
    border: 1px solid #0155751a
}

.terms-wrapper pre code {
    background: none;
    border: none;
    padding: 0
}

@media (max-width: 768px) {
    .terms-wrapper {
        padding: 32px 16px
    }

    .terms-wrapper h1 {
        font-size: 19px;
        line-height: 1.4;
        margin-bottom: 16px
    }

    .terms-wrapper h2 {
        font-size: 16px;
        margin-top: 32px;
        margin-bottom: 16px
    }

    .terms-wrapper h3 {
        font-size: 16px;
        margin-top: 32px
    }

    .terms-wrapper table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .terms-wrapper ul,
    .terms-wrapper ol {
        padding-left: 16px
    }

    .terms-wrapper ul {
        padding-left: 8px
    }
}

.infog-pg {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.infog-pg .schema-data {
    display: none
}

.infog-pg .pg-manifesto {
    background: #015575;
    position: relative;
    overflow: hidden
}

.infog-pg .pg-manifesto::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='4' height='4' fill='%23015575'/%3E%3Crect width='1' height='4' x='0' fill='#ffffff08'/%3E%3C/svg%3E");
    background-repeat: repeat;
    pointer-events: none;
    z-index: 0
}

.infog-pg .pg-manifesto::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0
}

.infog-pg .manifesto-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 64px 32px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 64px;
    position: relative;
    z-index: 1
}

.infog-pg .manifesto-text-zone {
    flex: 1 1 55%;
    padding: 32px 0 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.infog-pg .manifesto-overline {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #eef4f499;
    margin-bottom: 16px;
    display: block
}

.infog-pg .manifesto-h1 {
    font-size: 62px;
    line-height: 1.15;
    color: #EEF4F4;
    font-weight: 800;
    margin: 0 0 32px
}

.infog-pg .manifesto-h1 em {
    font-style: normal;
    color: #eef4f48c
}

.infog-pg .manifesto-declaration {
    font-size: 19px;
    line-height: 1.65;
    color: #eef4f4d1;
    margin: 0 0 32px;
    max-width: 480px
}

.infog-pg .manifesto-stat-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 8px
}

.infog-pg .mstat {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.infog-pg .mstat-num {
    font-size: 46px;
    line-height: 1.15;
    font-weight: 800;
    color: #EEF4F4
}

.infog-pg .mstat-label {
    font-size: 14px;
    line-height: 1.4;
    color: #eef4f499;
    text-transform: uppercase;
    letter-spacing: .08em
}

.infog-pg .manifesto-img-zone {
    flex: 0 0 38%;
    padding: 32px 32px 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.infog-pg .img-mask-wrap {
    width: 100%;
    max-width: 360px;
    aspect-ratio: 3/4;
    position: relative;
    border-radius: 48px 7px 48px 7px;
    overflow: hidden;
    box-shadow: 0 9px 36px -2px #0155751a 0 5px 28px -2px #0155751c
}

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

.infog-pg .img-color-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(173deg, #015575b8 0%, #6a7c8b73 100%);
    pointer-events: none
}

.infog-pg .img-circles-deco {
    position: absolute;
    bottom: -32px;
    right: -32px;
    width: 160px;
    height: 160px;
    pointer-events: none;
    z-index: 0
}

.infog-pg .manifesto-scallop {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 2
}

.infog-pg .manifesto-scallop svg {
    display: block;
    width: 100%
}

.infog-pg .infog-body {
    background: #EEF4F4;
    position: relative
}

.infog-pg .infog-body-stripe {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(90deg, #01557508 0px, #01557508 1px, transparent 1px, transparent 48px);
    pointer-events: none;
    animation: stripe-drift 18s linear infinite
}

@keyframes stripe-drift {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 48px 48px
    }
}

.infog-pg .infog-body-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 64px 32px;
    position: relative;
    z-index: 1
}

.infog-pg .body-top-row {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 64px
}

.infog-pg .body-aside {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.infog-pg .aside-note {
    font-size: 14px;
    line-height: 1.65;
    color: #6A7C8B;
    border-top: 2px solid #0155752e;
    border-bottom: 1px solid #01557514;
    padding: 16px 0
}

.infog-pg .aside-dot-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #015575;
    font-weight: 600
}

.infog-pg .dot-swatch {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #015575;
    flex-shrink: 0;
    display: inline-block
}

.infog-pg .dot-swatch.sec {
    background: #6A7C8B
}

.infog-pg .body-main-text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.infog-pg .body-overline {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6A7C8B;
    display: block;
    margin-bottom: 8px
}

.infog-pg .body-h2 {
    font-size: 46px;
    line-height: 1.15;
    font-weight: 800;
    color: #015575;
    margin: 0 0 16px
}

.infog-pg .body-para {
    font-size: 16px;
    line-height: 1.65;
    color: #2d4a56;
    margin: 0
}

.infog-pg .bracketed {
    color: #015575;
    font-weight: 600
}

.infog-pg .bracketed::before {
    content: '('
}

.infog-pg .bracketed::after {
    content: ')'
}

.infog-pg .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 64px
}

.infog-pg .metric-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 3px 4px -2px #0155750f 0 5px 28px -2px #0155751c;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
    transition: box-shadow .18s cubic-bezier(0.4, 0, 1, 1), transform .15s cubic-bezier(0.4, 0, 1, 1);
    cursor: default
}

.infog-pg .metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(173deg, #015575 0%, #6A7C8B 100%);
    border-radius: 20px 20px 0 0
}

.infog-pg .metric-card:hover {
    box-shadow: 0 3px 4px -2px #0155750f 0 9px 36px -2px #0155751a;
    transform: translateY(-2px)
}

.infog-pg .metric-card:hover .mc-num {
    color: #015575
}

.infog-pg .mc-icon-wrap {
    width: 40px;
    height: 40px;
    background: #01557514;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center
}

.infog-pg .mc-num {
    font-size: 46px;
    line-height: 1.15;
    font-weight: 800;
    color: #2d4a56;
    transition: color .15s cubic-bezier(0.4, 0, 1, 1)
}

.infog-pg .mc-label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #015575;
    text-transform: uppercase;
    letter-spacing: .07em
}

.infog-pg .mc-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #6A7C8B;
    margin: 0
}

.infog-pg .process-row {
    display: flex;
    flex-direction: row;
    gap: 0;
    margin-bottom: 64px;
    position: relative
}

.infog-pg .process-row::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: linear-gradient(90deg, #015575 0%, #6a7c8b4d 100%);
    z-index: 0
}

.infog-pg .proc-step {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 8px
}

.infog-pg .proc-circle {
    width: 64px;
    height: 64px;
    border-radius: 48px;
    background: #015575;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 800;
    color: #EEF4F4;
    box-shadow: 0 5px 28px -2px #0155751c;
    position: relative;
    transition: box-shadow .17s cubic-bezier(0.4, 0, 1, 1), background .17s cubic-bezier(0.4, 0, 1, 1);
    flex-shrink: 0
}

.infog-pg .proc-step:hover .proc-circle {
    background: #6A7C8B;
    box-shadow: 0 0 0 3px #015575, 0 0 0 6px #01557526 0 5px 28px -2px #0155751c
}

.infog-pg .proc-step-label {
    font-size: 14px;
    font-weight: 700;
    color: #015575;
    text-transform: uppercase;
    letter-spacing: .07em
}

.infog-pg .proc-step-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #6A7C8B;
    margin: 0
}

.infog-pg .two-col-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start
}

.infog-pg .comparison-block {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 3px 4px -2px #0155750f;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.infog-pg .comp-h4 {
    font-size: 16px;
    font-weight: 700;
    color: #015575;
    margin: 0 0 8px
}

.infog-pg .comp-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #EEF4F4;
    border-radius: 7px;
    transition: background .13s cubic-bezier(0.4, 0, 1, 1)
}

.infog-pg .comp-item:hover {
    background: #0155750f
}

.infog-pg .comp-item-dot {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #015575;
    flex-shrink: 0;
    margin-top: 6px
}

.infog-pg .comp-item-dot.alt {
    background: #6A7C8B
}

.infog-pg .comp-item-text {
    font-size: 14px;
    line-height: 1.65;
    color: #2d4a56;
    margin: 0
}

.infog-pg .comp-item-label {
    font-size: 14px;
    font-weight: 700;
    color: #015575;
    display: block;
    margin-bottom: 4px
}

.infog-pg .comp-item-label.alt {
    color: #6A7C8B
}

.infog-pg .bar-chart-block {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 3px 4px -2px #0155750f;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.infog-pg .bar-h4 {
    font-size: 16px;
    font-weight: 700;
    color: #015575;
    margin: 0 0 8px
}

.infog-pg .bar-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.infog-pg .bar-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.infog-pg .bar-item-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.infog-pg .bar-item-name {
    font-size: 14px;
    color: #2d4a56;
    font-weight: 600
}

.infog-pg .bar-item-val {
    font-size: 14px;
    color: #015575;
    font-weight: 700
}

.infog-pg .bar-track {
    height: 8px;
    background: #0155751a;
    border-radius: 7px;
    overflow: hidden
}

.infog-pg .bar-fill {
    height: 100%;
    border-radius: 7px;
    background: linear-gradient(173deg, #015575 0%, #6A7C8B 100%);
    animation: bar-grow 1.2s cubic-bezier(0.4, 0, 1, 1) forwards;
    transform-origin: left
}

@keyframes bar-grow {
    from {
        width: 0
    }
}

.infog-pg .bar-fill.w83 {
    width: 83%
}

.infog-pg .bar-fill.w71 {
    width: 71%
}

.infog-pg .bar-fill.w64 {
    width: 64%
}

.infog-pg .bar-fill.w58 {
    width: 58%
}

.infog-pg .bar-fill.w91 {
    width: 91%
}

.infog-pg .body-scallop-top {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 2;
    background: #EEF4F4
}

.infog-pg .body-scallop-top svg {
    display: block;
    width: 100%
}

.infog-pg .circles-deco-svg {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: .12
}

@media (max-width: 900px) {
    .infog-pg .manifesto-inner {
        flex-direction: column;
        gap: 32px;
        padding: 32px 16px
    }

    .infog-pg .manifesto-text-zone {
        padding: 16px 0
    }

    .infog-pg .manifesto-img-zone {
        padding: 0;
        justify-content: center
    }

    .infog-pg .manifesto-h1 {
        font-size: 46px
    }

    .infog-pg .manifesto-stat-row {
        flex-wrap: wrap;
        gap: 16px
    }

    .infog-pg .body-top-row {
        flex-direction: column;
        gap: 32px
    }

    .infog-pg .body-aside {
        flex: none;
        width: 100%
    }

    .infog-pg .cards-grid {
        grid-template-columns: 1fr 1fr
    }

    .infog-pg .two-col-bottom {
        grid-template-columns: 1fr
    }

    .infog-pg .process-row {
        flex-direction: column;
        gap: 32px
    }

    .infog-pg .process-row::before {
        display: none
    }

    .infog-pg .proc-step {
        flex-direction: row;
        text-align: left;
        align-items: flex-start
    }
}

@media (max-width: 600px) {
    .infog-pg .cards-grid {
        grid-template-columns: 1fr
    }

    .infog-pg .manifesto-h1 {
        font-size: 46px
    }

    .infog-pg .body-h2 {
        font-size: 46px
    }

    .infog-pg .infog-body-inner {
        padding: 32px 16px
    }
}

.abt-us {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.abt-us .split-screen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
    position: relative
}

.abt-us .split-left {
    background: #015575;
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.abt-us .split-left .curve-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.abt-us .split-left .overline-tag {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #EEF4F4;
    opacity: .7;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.abt-us .split-left .overline-tag::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #EEF4F4;
    opacity: .6;
    flex-shrink: 0
}

.abt-us .split-left h1 {
    font-size: 46px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 32px;
    position: relative;
    z-index: 1
}

.abt-us .split-left h1 .accent-bracket {
    color: #EEF4F4;
    opacity: .55
}

.abt-us .split-left .hero-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1.5px solid #eef4f473;
    color: #EEF4F4;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 7px;
    text-decoration: none;
    width: fit-content;
    position: relative;
    overflow: hidden;
    transition: color .18s cubic-bezier(0.4, 0, 1, 1), border-color .15s ease-in;
    z-index: 1
}

.abt-us .split-left .hero-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #eef4f41f;
    transition: height .16s cubic-bezier(0.4, 0, 1, 1);
    z-index: 0
}

.abt-us .split-left .hero-link:hover::before {
    height: 100%
}

.abt-us .split-left .hero-link:hover {
    border-color: #eef4f4cc
}

.abt-us .split-left .hero-link span {
    position: relative;
    z-index: 1
}

.abt-us .split-right {
    position: relative;
    overflow: hidden
}

.abt-us .split-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.78);
    transition: filter .18s ease-in
}

.abt-us .split-right img:hover {
    filter: brightness(0.92)
}

.abt-us .split-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(to top, #0155758c, transparent);
    pointer-events: none
}

.abt-us .identity-band {
    padding: 64px 0;
    background: #EEF4F4;
    position: relative
}

.abt-us .identity-band .band-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 64px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 64px;
    align-items: start
}

.abt-us .side-note {
    padding-top: 8px
}

.abt-us .side-note .note-label {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #015575;
    margin-bottom: 16px;
    display: block
}

.abt-us .side-note .note-year {
    font-size: 62px;
    line-height: 1.15;
    color: #015575;
    opacity: .12 !important;
    display: block;
    margin-bottom: 8px
}

.abt-us .side-note .note-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #6A7C8B;
    margin: 0
}

.abt-us .identity-text {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us .identity-text .overline-sm {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6A7C8B;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 0
}

.abt-us .identity-text .overline-sm::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #6A7C8B;
    flex-shrink: 0
}

.abt-us .identity-text h2 {
    font-size: 46px;
    line-height: 1.15;
    color: #015575;
    margin: 0
}

.abt-us .identity-text .body-para {
    font-size: 16px;
    line-height: 1.65;
    color: #3a4d58;
    margin: 0
}

.abt-us .identity-text .accent-phrase {
    color: #015575;
    font-style: italic
}

.abt-us .pillars-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 16px
}

.abt-us .pillar-card {
    background: #fff;
    border-radius: 7px;
    padding: 32px;
    box-shadow: 0 3px 4px -2px #0155750f 0 5px 28px -2px #0155751c;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .15s ease-in
}

.abt-us .pillar-card:hover {
    box-shadow: 0 9px 36px -2px #0155751a
}

.abt-us .pillar-card .p-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01557514;
    border-radius: 7px;
    flex-shrink: 0
}

.abt-us .pillar-card h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #015575;
    margin: 0
}

.abt-us .pillar-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #6A7C8B;
    margin: 0
}

.abt-us .team-process {
    padding: 64px 0;
    background: #fff;
    position: relative
}

.abt-us .team-process .tp-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 64px
}

.abt-us .team-process .tp-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: end;
    margin-bottom: 64px
}

.abt-us .team-process .tp-header-left .overline-sm2 {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6A7C8B;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px
}

.abt-us .team-process .tp-header-left .overline-sm2::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #6A7C8B;
    flex-shrink: 0
}

.abt-us .team-process .tp-header-left h2 {
    font-size: 46px;
    line-height: 1.15;
    color: #015575;
    margin: 0
}

.abt-us .team-process .tp-header-right p {
    font-size: 16px;
    line-height: 1.65;
    color: #3a4d58;
    margin: 0
}

.abt-us .team-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 64px
}

.abt-us .team-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 28px -2px #0155751c
}

.abt-us .team-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: brightness(0.8);
    transition: filter .17s ease-in
}

.abt-us .team-card.featured img {
    height: 420px
}

.abt-us .team-card img:hover {
    filter: brightness(0.95)
}

.abt-us .team-card .card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px;
    background: linear-gradient(173deg, transparent 0%, #015575d1 100%);
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .team-card .card-caption h5 {
    font-size: 19px;
    line-height: 1.4;
    color: #fff;
    margin: 0
}

.abt-us .team-card .card-caption span {
    font-size: 14px;
    color: #eef4f4cc;
    line-height: 1.4
}

.abt-us .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative
}

.abt-us .process-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #01557533, transparent);
    pointer-events: none
}

.abt-us .step-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    background: #0155750a;
    border-radius: 20px;
    border: 1px solid #01557514;
    transition: background .15s ease-in, border-color .12s ease-in
}

.abt-us .step-item:hover {
    background: #01557514;
    border-color: #0155752e
}

.abt-us .step-num {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #015575;
    color: #fff;
    font-size: 19px;
    line-height: 1.15;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 2px 8px #eef4f42e
}

.abt-us .step-item h5 {
    font-size: 16px;
    line-height: 1.4;
    color: #015575;
    margin: 0
}

.abt-us .step-item p {
    font-size: 14px;
    line-height: 1.65;
    color: #6A7C8B;
    margin: 0
}

.abt-us .dots-deco {
    position: absolute;
    pointer-events: none
}

.abt-us .dots-deco svg {
    display: block
}

@keyframes bgpan {
    0% {
        background-position: center 60%
    }

    100% {
        background-position: center 20%
    }
}

@media (max-width: 900px) {
    .abt-us .split-screen {
        grid-template-columns: 1fr
    }

    .abt-us .split-right {
        height: 280px
    }

    .abt-us .split-left {
        padding: 64px 32px
    }

    .abt-us .split-left h1 {
        font-size: 46px
    }

    .abt-us .identity-band .band-inner {
        grid-template-columns: 1fr;
        padding: 0 32px;
        gap: 32px
    }

    .abt-us .side-note .note-year {
        font-size: 46px
    }

    .abt-us .pillars-row {
        grid-template-columns: 1fr
    }

    .abt-us .team-process .tp-inner {
        padding: 0 32px
    }

    .abt-us .team-process .tp-header {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .abt-us .team-grid {
        grid-template-columns: 1fr
    }

    .abt-us .team-card img,
    .abt-us .team-card.featured img {
        height: 260px
    }

    .abt-us .process-steps {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .process-steps::before {
        display: none
    }

    .abt-us .identity-text h2 {
        font-size: 46px
    }
}

@media (max-width: 600px) {
    .abt-us .split-left {
        padding: 64px 16px
    }

    .abt-us .split-left h1 {
        font-size: 46px
    }

    .abt-us .identity-band .band-inner {
        padding: 0 16px
    }

    .abt-us .team-process .tp-inner {
        padding: 0 16px
    }

    .abt-us .process-steps {
        grid-template-columns: 1fr
    }

    .abt-us .identity-text h2 {
        font-size: 46px
    }

    .abt-us .team-process .tp-header-left h2 {
        font-size: 46px
    }
}

.ctus-pg {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.ctus-pg .pg-strip {
    width: 100%;
    height: 6px;
    background: linear-gradient(173deg, #015575 0%, #6A7C8B 100%)
}

.ctus-pg .title-area {
    position: relative;
    background: #fff;
    padding: 0 0 64px
}

.ctus-pg .img-strip {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden
}

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

.ctus-pg .img-strip-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0155752e 0%, #ffffffeb 70%, #fff 100%)
}

.ctus-pg .title-band {
    height: 3px;
    background: linear-gradient(173deg, #015575 0%, #6A7C8B 100%);
    width: 80px;
    margin: 0
}

.ctus-pg .title-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 32px 32px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px
}

.ctus-pg .title-left {
    flex: 1 1 0;
    min-width: 0
}

.ctus-pg .title-overline {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6A7C8B;
    margin: 0 0 16px;
    line-height: 1.15
}

.ctus-pg .title-h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.15;
    color: #015575;
    margin: 0 0 16px
}

.ctus-pg .title-h1 .num-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(173deg, #015575 0%, #6A7C8B 100%);
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    border-radius: 7px;
    padding: 8px 16px;
    margin-left: 16px;
    vertical-align: middle;
    line-height: 1.15;
    box-shadow: 0 5px 28px -2px #0155751c
}

.ctus-pg .title-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #3a5060;
    max-width: 520px;
    margin: 0
}

.ctus-pg .title-right {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    padding-top: 8px
}

.ctus-pg .quick-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end
}

.ctus-pg .qc-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #015575;
    font-weight: 600;
    text-decoration: none;
    background: #EEF4F4;
    border-radius: 7px;
    padding: 8px 16px;
    transition: background .18s cubic-bezier(0.4, 0, 1, 1), color .18s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: 0 3px 4px -2px #0155750f
}

.ctus-pg .qc-item:hover {
    background: #015575;
    color: #fff
}

.ctus-pg .qc-item .gg-phone,
.ctus-pg .qc-item .gg-mail {
    flex-shrink: 0
}

.ctus-pg .form-contact-area {
    background: #EEF4F4;
    padding: 64px 0
}

.ctus-pg .form-contact-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    gap: 64px;
    align-items: start
}

.ctus-pg .sidebar-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ctus-pg .sidebar-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6A7C8B;
    line-height: 1.15;
    margin: 0 0 8px
}

.ctus-pg .sidebar-note {
    font-size: 14px;
    line-height: 1.65;
    color: #3a5060;
    margin: 0
}

.ctus-pg .sidebar-accent {
    display: inline;
    background: #0155751a;
    color: #015575;
    border-radius: 7px;
    padding: 0 6px;
    font-weight: 700
}

.ctus-pg .sidebar-divider {
    width: 40px;
    height: 3px;
    background: linear-gradient(173deg, #015575 0%, #6A7C8B 100%);
    border-radius: 48px
}

.ctus-pg .sidebar-stat {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus-pg .stat-num {
    font-size: 46px;
    font-weight: 800;
    color: #015575;
    line-height: 1.15
}

.ctus-pg .stat-desc {
    font-size: 14px;
    color: #6A7C8B;
    line-height: 1.4
}

.ctus-pg .form-center {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 9px 36px -2px #0155751a;
    padding: 64px
}

.ctus-pg .form-overline {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6A7C8B;
    margin: 0 0 16px;
    line-height: 1.15
}

.ctus-pg .form-heading {
    font-size: 19px;
    font-weight: 800;
    color: #015575;
    line-height: 1.4;
    margin: 0 0 32px
}

.ctus-pg .form-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.ctus-pg .form-row label {
    font-size: 14px;
    font-weight: 600;
    color: #015575;
    line-height: 1.15
}

.ctus-pg .form-row input[type="text"],
.ctus-pg .form-row input[type="email"],
.ctus-pg .form-row select {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    color: #015575;
    background: #EEF4F4;
    border: 1.5px solid #d0dde3;
    border-radius: 7px;
    outline: none;
    transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: inset 0 2px 8px #0155750a;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box
}

.ctus-pg .form-row input[type="text"]:focus,
.ctus-pg .form-row input[type="email"]:focus,
.ctus-pg .form-row select:focus {
    border-color: #015575;
    box-shadow: inset 0 2px 8px #01557514 0 0 0 3px #0155751a
}

.ctus-pg .form-row input::placeholder {
    color: #9ab0bb;
    font-size: 14px
}

.ctus-pg .select-wrap {
    position: relative
}

.ctus-pg .select-wrap select {
    cursor: pointer
}

.ctus-pg .select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 16px;
    height: 16px
}

.ctus-pg .select-arrow svg {
    display: block;
    width: 16px;
    height: 16px
}

.ctus-pg .channel-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px
}

.ctus-pg .channel-opt {
    position: relative
}

.ctus-pg .channel-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.ctus-pg .channel-opt label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 48px;
    border: 1.5px solid #d0dde3;
    background: #EEF4F4;
    font-size: 14px;
    font-weight: 600;
    color: #6A7C8B;
    cursor: pointer;
    transition: background .16s cubic-bezier(0.4, 0, 1, 1), border-color .16s cubic-bezier(0.4, 0, 1, 1), color .16s cubic-bezier(0.4, 0, 1, 1);
    user-select: none
}

.ctus-pg .channel-opt input[type="radio"]:checked+label {
    background: #015575;
    border-color: #015575;
    color: #fff;
    box-shadow: 0 5px 28px -2px #0155751c
}

.ctus-pg .channel-opt label:hover {
    border-color: #015575;
    color: #015575;
    background: #d8e9ef
}

.ctus-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin: 32px 0 16px
}

.ctus-pg .privacy-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    accent-color: #015575;
    margin-top: 2px;
    cursor: pointer
}

.ctus-pg .privacy-row .priv-text {
    font-size: 14px;
    color: #6A7C8B;
    line-height: 1.65;
    margin: 0
}

.ctus-pg .privacy-row .priv-text a {
    color: #015575;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px
}

.ctus-pg .submit-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #015575;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: color .16s cubic-bezier(0.4, 0, 1, 1), box-shadow .16s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: 0 5px 28px -2px #0155751c;
    z-index: 0;
    width: 100%;
    justify-content: center
}

.ctus-pg .submit-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #6A7C8B;
    transition: height .18s cubic-bezier(0.4, 0, 1, 1);
    z-index: -1;
    border-radius: 7px
}

.ctus-pg .submit-btn:hover::before {
    height: 100%
}

.ctus-pg .submit-btn:focus {
    outline: 3px solid #01557559;
    outline-offset: 2px
}

.ctus-pg .sidebar-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ctus-pg .addr-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 5px 28px -2px #0155751c;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ctus-pg .addr-card-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6A7C8B;
    line-height: 1.15
}

.ctus-pg .addr-card-text {
    font-size: 14px;
    color: #015575;
    line-height: 1.65;
    margin: 0;
    font-weight: 500
}

.ctus-pg .addr-icon-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.ctus-pg .addr-icon-row a {
    font-size: 14px;
    color: #015575;
    font-weight: 600;
    text-decoration: none;
    transition: color .14s cubic-bezier(0.4, 0, 1, 1)
}

.ctus-pg .addr-icon-row a:hover {
    color: #6A7C8B
}

.ctus-pg .rotate-geo {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    animation: geo-spin 18s linear infinite;
    opacity: .13
}

@keyframes geo-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.ctus-pg .info-cards-area {
    background: #fff;
    padding: 64px 0
}

.ctus-pg .info-cards-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.ctus-pg .ic-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 32px
}

.ctus-pg .ic-overline {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6A7C8B;
    margin: 0 0 8px;
    line-height: 1.15
}

.ctus-pg .ic-heading {
    font-size: 19px;
    font-weight: 800;
    color: #015575;
    line-height: 1.4;
    margin: 0
}

.ctus-pg .ic-desc {
    font-size: 16px;
    color: #3a5060;
    line-height: 1.65;
    max-width: 400px;
    margin: 0
}

.ctus-pg .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.ctus-pg .info-card {
    background: #EEF4F4;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 3px 4px -2px #0155750f;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1), transform .14s cubic-bezier(0.4, 0, 1, 1);
    position: relative;
    overflow: hidden
}

.ctus-pg .info-card:hover {
    box-shadow: 0 9px 36px -2px #0155751a;
    transform: rotate(0.7deg)
}

.ctus-pg .info-card-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(173deg, #015575 0%, #6A7C8B 100%);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ctus-pg .info-card-icon svg {
    width: 22px;
    height: 22px
}

.ctus-pg .info-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #015575;
    line-height: 1.4;
    margin: 0
}

.ctus-pg .info-card-body {
    font-size: 14px;
    color: #3a5060;
    line-height: 1.65;
    margin: 0
}

.ctus-pg .info-card-aside {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.ctus-pg .info-card-aside-note {
    font-size: 14px;
    color: #6A7C8B;
    line-height: 1.4;
    border-left: 2px solid #015575;
    border-top: 1px solid #01557526;
    padding: 8px 0 8px 16px;
    margin: 0
}

.ctus-pg .geo-bg {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 80px;
    height: 80px;
    opacity: .06;
    pointer-events: none
}

@media (max-width: 900px) {
    .ctus-pg .title-inner {
        flex-direction: column;
        gap: 32px
    }

    .ctus-pg .title-right {
        align-items: flex-start
    }

    .ctus-pg .form-contact-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ctus-pg .sidebar-left,
    .ctus-pg .sidebar-right {
        display: none
    }

    .ctus-pg .cards-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .ctus-pg .ic-top {
        flex-direction: column;
        align-items: flex-start
    }

    .ctus-pg .form-center {
        padding: 32px
    }

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

@media (max-width: 600px) {
    .ctus-pg .form-center {
        padding: 16px
    }

    .ctus-pg .title-inner {
        padding: 16px 16px 0
    }

    .ctus-pg .form-contact-inner,
    .ctus-pg .info-cards-inner {
        padding: 0 16px
    }

    .ctus-pg .channel-group {
        flex-direction: column
    }
}

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

.prm * {
    box-sizing: border-box
}

.prm .pg-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.prm .ttl-band {
    position: relative;
    background: #012f42;
    padding: 48px 0 32px;
    overflow: hidden
}

.prm .ttl-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(173deg, #015575 0%, #6A7C8B 100%)
}

.prm .ttl-grain {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: .18;
    pointer-events: none
}

.prm .ttl-edge {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(173deg, #015575 0%, #6A7C8B 100%)
}

.prm .ttl-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    position: relative;
    z-index: 1
}

.prm .ttl-text {
    flex: 1 1 0;
    min-width: 0
}

.prm .ttl-overline {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6A7C8B;
    margin-bottom: 16px;
    display: block
}

.prm .ttl-h1 {
    font-size: 46px;
    line-height: 1.15;
    color: #EEF4F4;
    font-weight: 700;
    margin: 0 0 16px
}

.prm .ttl-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #a8bfc9;
    margin: 0;
    max-width: 480px
}

.prm .ttl-img-col {
    flex: 0 0 340px;
    max-width: 340px
}

.prm .ttl-img-wrap {
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 9px 36px -2px #0155751a;
    position: relative
}

.prm .ttl-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.88) contrast(1.08);
    transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.prm .ttl-img-wrap:hover img {
    transform: scale(1.03)
}

.prm .rel-sec {
    padding: 64px 0;
    background: #EEF4F4;
    position: relative
}

.prm .rel-sec::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(173deg, #015575 0%, #6A7C8B 100%)
}

.prm .rel-geo {
    position: absolute;
    top: 32px;
    left: 64px;
    width: 180px;
    height: 180px;
    border-radius: 48px;
    border: 1px solid #01557512;
    pointer-events: none
}

.prm .rel-geo2 {
    position: absolute;
    bottom: 16px;
    right: 80px;
    width: 100px;
    height: 100px;
    border-radius: 48px;
    border: 1px solid #6a7c8b14;
    pointer-events: none
}

.prm .rel-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 64px;
    align-items: start
}

.prm .rel-aside {
    padding-top: 8px
}

.prm .rel-aside-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #015575;
    display: block;
    margin-bottom: 16px
}

.prm .rel-aside-note {
    font-size: 14px;
    line-height: 1.85;
    color: #6A7C8B;
    border-left: 3px solid #015575;
    border-top: 1px solid #0155752e;
    padding: 16px 0 0 16px
}

.prm .rel-body {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .rel-overline {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6A7C8B;
    display: block;
    margin-bottom: 8px
}

.prm .rel-h2 {
    font-size: 46px;
    line-height: 1.15;
    color: #015575;
    font-weight: 700;
    margin: 0 0 16px
}

.prm .rel-p {
    font-size: 16px;
    line-height: 1.65;
    color: #2c3e47;
    margin: 0
}

.prm .rel-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 8px
}

.prm .rel-card {
    background: #fff;
    border-radius: 7px;
    padding: 16px;
    box-shadow: 0 3px 4px -2px #0155750f;
    border-top: 2px solid #015575;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1)
}

.prm .rel-card:hover {
    box-shadow: 0 5px 28px -2px #0155751c
}

.prm .rel-card-icon {
    margin-bottom: 8px;
    color: #015575
}

.prm .rel-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #015575;
    margin: 0 0 8px
}

.prm .rel-card-text {
    font-size: 14px;
    line-height: 1.65;
    color: #6A7C8B;
    margin: 0
}

.prm .sit-sec {
    padding: 64px 0;
    background: #fff;
    position: relative
}

.prm .sit-sec::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #01557526 30%, #6a7c8b26 70%, transparent 100%);
    filter: blur(1px)
}

.prm .sit-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 64px;
    align-items: start
}

.prm .sit-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .sit-overline {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6A7C8B;
    display: block;
    margin-bottom: 8px
}

.prm .sit-h2 {
    font-size: 46px;
    line-height: 1.15;
    color: #015575;
    font-weight: 700;
    margin: 0 0 16px
}

.prm .sit-intro {
    font-size: 16px;
    line-height: 1.65;
    color: #2c3e47;
    margin: 0
}

.prm .sit-items {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .sit-item {
    background: #EEF4F4;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    transition: background .14s cubic-bezier(0.4, 0, 1, 1)
}

.prm .sit-item:hover {
    background: #01557512
}

.prm .sit-num {
    flex: 0 0 32px;
    height: 32px;
    border-radius: 7px;
    background: #015575;
    color: #EEF4F4;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px
}

.prm .sit-item-body {
    flex: 1 1 0;
    min-width: 0
}

.prm .sit-item-title {
    font-size: 16px;
    font-weight: 700;
    color: #015575;
    margin: 0 0 8px
}

.prm .sit-item-text {
    font-size: 14px;
    line-height: 1.65;
    color: #6A7C8B;
    margin: 0
}

.prm .sit-img-col {
    position: relative
}

.prm .sit-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 28px -2px #0155751c
}

.prm .sit-img-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.prm .sit-img-wrap:hover img {
    transform: scale(1.04)
}

.prm .sit-accent-link {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #015575;
    text-decoration: none;
    border-bottom: 2px solid #0155754d;
    padding-bottom: 2px;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1)
}

.prm .sit-accent-link:hover {
    color: #012f42;
    border-color: #015575
}

.prm .out-sec {
    padding: 64px 0;
    background: linear-gradient(173deg, #0155750f 0%, #6a7c8b0a 100%);
    position: relative
}

.prm .out-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(173deg, #015575 0%, #6A7C8B 100%)
}

.prm .out-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 32px
}

.prm .out-overline {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6A7C8B;
    display: block;
    margin-bottom: 8px
}

.prm .out-h2 {
    font-size: 46px;
    line-height: 1.15;
    color: #015575;
    font-weight: 700;
    margin: 0
}

.prm .out-contrast {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    flex-shrink: 0
}

.prm .out-num-pair {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end
}

.prm .out-num {
    font-size: 62px;
    line-height: 1.15;
    font-weight: 800;
    color: #015575
}

.prm .out-num.faded {
    color: #6a7c8b66
}

.prm .out-num-label {
    font-size: 14px;
    color: #6A7C8B;
    line-height: 1.4;
    padding-bottom: 8px;
    max-width: 80px
}

.prm .out-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.prm .out-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 3px 4px -2px #0155750f;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1);
    position: relative;
    overflow: hidden
}

.prm .out-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #015575 0%, #6A7C8B 100%)
}

.prm .out-card:hover {
    box-shadow: 0 5px 28px -2px #0155751c
}

.prm .out-card.featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    align-items: center
}

.prm .out-card-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .out-client-name {
    font-size: 19px;
    font-weight: 700;
    color: #015575;
    margin: 0
}

.prm .out-client-role {
    font-size: 14px;
    color: #6A7C8B;
    margin: 0 0 8px
}

.prm .out-situation {
    font-size: 14px;
    line-height: 1.65;
    color: #2c3e47;
    margin: 0
}

.prm .out-outcome {
    font-size: 14px;
    line-height: 1.65;
    color: #015575;
    margin: 0;
    font-style: italic;
    border-left: 3px solid #015575;
    border-top: 1px solid #0155752e;
    padding: 8px 0 0 16px
}

.prm .out-img-wrap {
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 5px 28px -2px #0155751c
}

.prm .out-img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform .17s cubic-bezier(0.4, 0, 1, 1)
}

.prm .out-img-wrap:hover img {
    transform: scale(1.04)
}

.prm .out-accent-phrase {
    font-size: 16px;
    color: #015575;
    font-weight: 600
}

.prm .out-accent-phrase .bracket {
    color: #6A7C8B
}

.prm .appr-sec {
    padding: 64px 0;
    background: #fff;
    position: relative
}

.prm .appr-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #0155751f, transparent);
    filter: blur(2px)
}

.prm .appr-layout {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 64px;
    align-items: start
}

.prm .appr-img-col {
    position: relative
}

.prm .appr-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 9px 36px -2px #0155751a
}

.prm .appr-img-wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.prm .appr-img-wrap:hover img {
    transform: scale(1.03)
}

.prm .appr-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: #015575;
    color: #EEF4F4;
    border-radius: 48px;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 5px 28px -2px #0155751c;
    max-width: 120px;
    line-height: 1.4
}

.prm .appr-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .appr-overline {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6A7C8B;
    display: block;
    margin-bottom: 8px
}

.prm .appr-h2 {
    font-size: 46px;
    line-height: 1.15;
    color: #015575;
    font-weight: 700;
    margin: 0 0 16px
}

.prm .appr-p {
    font-size: 16px;
    line-height: 1.65;
    color: #2c3e47;
    margin: 0
}

.prm .appr-steps {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prm .appr-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 7px;
    background: #EEF4F4;
    transition: background .13s cubic-bezier(0.4, 0, 1, 1)
}

.prm .appr-step:hover {
    background: #01557514
}

.prm .appr-step-dot {
    flex: 0 0 8px;
    height: 8px;
    border-radius: 48px;
    background: #015575;
    margin-top: 6px
}

.prm .appr-step-body {
    flex: 1 1 0;
    min-width: 0
}

.prm .appr-step-title {
    font-size: 16px;
    font-weight: 700;
    color: #015575;
    margin: 0 0 8px
}

.prm .appr-step-text {
    font-size: 14px;
    line-height: 1.65;
    color: #6A7C8B;
    margin: 0
}

.prm .appr-phrase {
    font-size: 16px;
    color: #015575;
    font-weight: 600;
    padding: 16px;
    border-radius: 7px;
    border-left: 3px solid #015575;
    border-top: 1px solid #0155752e;
    background: #0155750a
}

.prm .appr-phrase .bracket {
    color: #6A7C8B
}

@keyframes expandH {
    from {
        max-height: 0;
        opacity: 0
    }

    to {
        max-height: 2000px;
        opacity: 1
    }
}

.prm .anim-expand {
    animation: expandH .7s cubic-bezier(0.4, 0, 1, 1) both
}

@media (max-width: 900px) {
    .prm .ttl-inner {
        flex-direction: column;
        gap: 32px
    }

    .prm .ttl-img-col {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%
    }

    .prm .rel-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prm .rel-cards {
        grid-template-columns: 1fr
    }

    .prm .sit-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prm .out-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .prm .out-grid {
        grid-template-columns: 1fr
    }

    .prm .out-card.featured {
        grid-template-columns: 1fr
    }

    .prm .appr-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prm .appr-badge {
        position: static;
        margin-top: 16px;
        max-width: none;
        border-radius: 7px
    }

    .prm .ttl-h1 {
        font-size: 46px
    }

    .prm .rel-h2,
    .prm .sit-h2,
    .prm .out-h2,
    .prm .appr-h2 {
        font-size: 46px
    }

    .prm .out-num {
        font-size: 46px
    }
}

@media (max-width: 600px) {
    .prm .pg-wrap {
        padding: 0 16px
    }

    .prm .ttl-band {
        padding: 32px 0
    }

    .prm .rel-sec,
    .prm .sit-sec,
    .prm .out-sec,
    .prm .appr-sec {
        padding: 32px 0
    }

    .prm .ttl-h1 {
        font-size: 46px
    }

    .prm .rel-h2,
    .prm .sit-h2,
    .prm .out-h2,
    .prm .appr-h2 {
        font-size: 46px
    }

    .prm .out-num {
        font-size: 46px
    }

    .prm .rel-cards {
        grid-template-columns: 1fr
    }

    .prm .out-card.featured {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .prm .out-contrast {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }
}

.success-pg {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 32px;
    background-color: #EEF4F4
}

.success-pg .success-wrap {
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.success-pg .icon-ring {
    width: 88px;
    height: 88px;
    border-radius: 48px;
    background: #fff;
    box-shadow: 0 5px 28px -2px #0155751c inset 0 1px 6px #01557514;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.success-pg .check-svg {
    width: 40px;
    height: 40px
}

.success-pg .success-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 4px -2px #0155750f 0 5px 28px -2px #0155751c;
    padding: 64px;
    max-width: 620px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center
}

.success-pg .overline-label {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6A7C8B;
    font-weight: 600
}

.success-pg .success-heading {
    font-size: 46px;
    line-height: 1.15;
    color: #015575;
    font-weight: 700;
    margin: 0
}

.success-pg .success-body {
    font-size: 16px;
    line-height: 1.65;
    color: #3a5060;
    margin: 0;
    max-width: 480px
}

.success-pg .divider-line {
    width: 48px;
    height: 3px;
    border-radius: 7px;
    background: linear-gradient(173deg, #015575, #6A7C8B);
    margin: 8px 0
}

.success-pg .action-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px
}

.success-pg .btn-primary {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 7px;
    border: none;
    background: #015575;
    color: #EEF4F4;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: color .18s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: 0 3px 4px -2px #0155750f 0 5px 28px -2px #0155751c
}

.success-pg .btn-primary::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #023f57;
    transition: height .15s cubic-bezier(0.4, 0, 1, 1);
    z-index: 0
}

.success-pg .btn-primary:hover::before {
    height: 100%
}

.success-pg .btn-primary span {
    position: relative;
    z-index: 1
}

.success-pg .btn-primary:focus-visible {
    outline: 3px solid #015575;
    outline-offset: 3px
}

.success-pg .btn-secondary {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 7px;
    border: 2px solid #015575;
    background: transparent;
    color: #015575;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: color .13s cubic-bezier(0.4, 0, 1, 1)
}

.success-pg .btn-secondary::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #EEF4F4;
    transition: height .12s cubic-bezier(0.4, 0, 1, 1);
    z-index: 0
}

.success-pg .btn-secondary:hover::before {
    height: 100%
}

.success-pg .btn-secondary span {
    position: relative;
    z-index: 1
}

.success-pg .btn-secondary:focus-visible {
    outline: 3px solid #015575;
    outline-offset: 3px
}

.success-pg .note-strip {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #EEF4F4;
    border-radius: 7px;
    padding: 16px;
    max-width: 620px;
    width: 100%;
    border-top: 3px solid #6A7C8B;
    box-shadow: 0 3px 4px -2px #6a7c8b0f
}

.success-pg .note-icon {
    flex-shrink: 0;
    margin-top: 2px
}

.success-pg .note-text {
    font-size: 14px;
    line-height: 1.65;
    color: #3a5060;
    margin: 0
}

.success-pg .note-text strong {
    color: #015575;
    font-weight: 600
}

@media (max-width: 640px) {
    .success-pg {
        padding: 32px 16px
    }

    .success-pg .success-card {
        padding: 32px 16px
    }

    .success-pg .success-heading {
        font-size: 46px
    }

    .success-pg .action-row {
        flex-direction: column;
        align-items: stretch
    }

    .success-pg .btn-primary,
    .success-pg .btn-secondary {
        justify-content: center
    }
}