@import "https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;1,400;0,700;1,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;1,400;0,700;1,700&display=swap";

::before,
::after {
    content: none;
    box-sizing: inherit
}

body {
    margin: 0;
    min-height: 100dvh;
    overflow-x: hidden
}

.hd {
    position: relative;
    background: linear-gradient(135deg, #fff 0%, #f0f4e8 55%, #e8eef4 100%);
    box-shadow: 2px 4px 14px -2px #c1225c17;
    overflow: hidden
}

.hd-bg-accent {
    position: absolute;
    top: -56px;
    right: -56px;
    width: 320px;
    height: 320px;
    border-radius: 44px;
    background: linear-gradient(160deg, #c3d1a42e 0%, #cdd9e11f 100%);
    pointer-events: none;
    overflow: hidden
}

.hd-bg-dot {
    position: absolute;
    bottom: 8px;
    left: 32px;
    width: 96px;
    height: 96px;
    border-radius: 44px;
    background: linear-gradient(120deg, #c1225c0f 0%, #c3d1a41a 100%);
    pointer-events: none;
    overflow: hidden
}

.hd-shell {
    max-width: 1170px;
    margin: 0 auto;
    padding: 32px 56px 0;
    display: flex;
    align-items: flex-start;
    gap: 56px
}

.brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0
}

.brand-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 44px;
    background: #fff;
    box-shadow: 2px 1px 3px -2px #c1225c0f inset 0 1px 0 #ffffffe6 inset 0 -1px 0 #c1225c14;
    border: 1.5px solid #c3d1a480
}

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

.brand-name {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1b1b;
    text-decoration: none
}

.brand-tag {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .06em;
    color: #C1225C;
    font-weight: 700;
    text-transform: uppercase
}

.hd-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    padding-top: 8px
}

.hd-contact-row {
    display: flex;
    align-items: center;
    gap: 32px
}

.hd-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #3a3a3a;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.hd-contact-item:hover,
.hd-contact-item:focus {
    color: #C1225C;
    outline: none
}

.hd-contact-item:focus-visible {
    outline: 2px solid #C1225C;
    outline-offset: 2px;
    border-radius: 6px
}

.hd-contact-item .gg-phone {
    --gg-size: 14px;
    color: #C3D1A4
}

.hd-contact-item .gg-mail {
    --gg-size: 14px;
    color: #CDD9E1
}

.primary-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    padding-bottom: 0
}

.primary-nav a {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #2a2a2a;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1.5px solid transparent;
    transition: color .4s cubic-bezier(0.16, 1, 0.3, 1), border-color .4s cubic-bezier(0.16, 1, 0.3, 1), background .4s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap
}

.primary-nav a:hover {
    color: #C1225C;
    border-color: #c1225c33;
    background: #c1225c0a
}

.primary-nav a:focus-visible {
    outline: none;
    color: #fff;
    background: #C1225C;
    border-color: #C1225C
}

.primary-nav a.active {
    color: #C1225C;
    border-color: #c1225c4d;
    background: #c1225c0f
}

.hd-bar {
    max-width: 1170px;
    margin: 16px auto 0;
    padding: 0 56px;
    height: 4px;
    background: linear-gradient(90deg, #C1225C 0%, #C3D1A4 55%, #CDD9E1 100%);
    border-radius: 44px 44px 0 0
}

.ft {
    background: linear-gradient(160deg, #1b1b1b 0%, #252525 100%);
    color: #d4d4d4;
    padding: 56px 0 32px;
    position: relative;
    overflow: hidden
}

.ft-bg {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 260px;
    height: 260px;
    border-radius: 44px;
    background: linear-gradient(135deg, #c1225c14 0%, #c3d1a40d 100%);
    pointer-events: none
}

.ft-shell {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 56px
}

.ft-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid #c3d1a41f
}

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

.ft-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 44px;
    background: #ffffff14;
    border: 1.5px solid #c3d1a440;
    box-shadow: 2px 1px 3px -2px #c1225c0f inset 0 1px 0 #ffffff0f inset 0 -1px 0 #00000026;
    width: fit-content
}

.ft-logo-wrap img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain
}

.ft-brand-name {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #fff
}

.ft-brand-desc {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #d4d4d4b3
}

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

.ft-contact-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #d4d4d4b3
}

.ft-contact-list a {
    color: #d4d4d4b3;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.ft-contact-list a:hover {
    color: #C3D1A4
}

.ft-contact-list a:focus-visible {
    outline: 2px solid #C3D1A4;
    outline-offset: 2px;
    border-radius: 6px;
    color: #C3D1A4
}

.ft-col-head {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #C3D1A4;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c3d1a433
}

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

.ft-links li a {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #d4d4d4a6;
    text-decoration: none;
    transition: color .4s ease-in-out;
    display: inline-block;
    padding: 4px 0
}

.ft-links li a:hover {
    color: #CDD9E1
}

.ft-links li a:focus-visible {
    outline: 2px solid #CDD9E1;
    outline-offset: 2px;
    border-radius: 6px;
    color: #CDD9E1
}

.ft-bottom {
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.ft-copy {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .03em;
    color: #d4d4d466
}

.ft-addr {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #d4d4d459;
    text-align: right
}

@media (max-width: 1024px) {
    .hd-shell {
        padding: 32px 32px 0;
        gap: 32px
    }

    .hd-bar {
        padding: 0 32px
    }

    .ft-shell {
        padding: 0 32px
    }

    .ft-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }
}

@media (max-width: 640px) {
    .hd-shell {
        padding: 16px 16px 0;
        flex-direction: column;
        gap: 16px
    }

    .hd-bar {
        padding: 0 16px;
        margin-top: 8px
    }

    .hd-right {
        align-items: flex-start;
        width: 100%
    }

    .hd-contact-row {
        gap: 16px;
        flex-wrap: wrap
    }

    .primary-nav {
        justify-content: flex-start
    }

    .ft-shell {
        padding: 0 16px
    }

    .ft-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ft-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .ft-addr {
        text-align: left
    }
}

@media (max-width: 360px) {
    .hd-shell {
        padding: 16px 8px 0
    }

    .hd-contact-row {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start
    }

    .ft-shell {
        padding: 0 8px
    }
}

.policy-body {
    max-width: 1170px;
    margin: 0 auto;
    padding: 56px 32px
}

.policy-body p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #2a2a35;
    margin-top: 0;
    margin-bottom: 16px
}

.policy-body ul,
.policy-body ol {
    padding-left: 32px;
    margin-bottom: 16px
}

.policy-body li {
    font-size: 16px;
    line-height: 1.6;
    color: #2a2a35;
    margin-bottom: 8px
}

.policy-body li:last-child {
    margin-bottom: 0
}

.policy-body strong,
.policy-body b {
    font-weight: 700;
    color: #1e1e28
}

.policy-body a {
    color: #C1225C;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.policy-body a:hover {
    color: #8f1842;
    text-decoration-color: transparent
}

.policy-body table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 2px 4px 14px -2px #c1225c17;
    border-radius: 16px;
    overflow: hidden
}

.policy-body thead {
    background: linear-gradient(135deg, #C1225C 0%, #a01d4f 100%)
}

.policy-body thead th {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px;
    text-align: left;
    border: none
}

.policy-body tbody tr {
    border-bottom: 1px solid #CDD9E1;
    transition: background-color .35s ease-in-out
}

.policy-body tbody tr:last-child {
    border-bottom: none
}

.policy-body tbody tr:nth-child(even) {
    background-color: #f4f7f9
}

.policy-body tbody tr:hover {
    background-color: #edf2f5
}

.policy-body td {
    padding: 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a35;
    vertical-align: top
}

.policy-body hr {
    border: none;
    border-top: 2px solid #CDD9E1;
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 6px
}

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

    .policy-body table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 6px
    }
}

@media (max-width: 360px) {
    .policy-body {
        padding: 32px 8px
    }

    .policy-body p,
    .policy-body li,
    .policy-body td {
        font-size: 13px
    }
}

.ptf {
    overflow-x: hidden
}

.ptf .pg-lead {
    background: #1a1218;
    position: relative;
    padding: 96px 0
}

.ptf .pg-lead__bg-cycle {
    position: absolute;
    inset: 0;
    background: linear-gradient(137deg, #C1225C 0%, transparent 60%);
    opacity: 0;
    animation: bgfade 6s ease-in-out infinite;
    pointer-events: none
}

@keyframes bgfade {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: .13
    }
}

.ptf .pg-lead__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px;
    position: relative;
    z-index: 1
}

.ptf .pg-lead__quote-mark {
    position: absolute;
    top: -16px;
    left: 16px;
    font-size: 220px;
    line-height: 1.1;
    color: #C1225C;
    opacity: .07;
    pointer-events: none;
    user-select: none;
    font-style: normal;
    letter-spacing: -8px
}

.ptf .pg-lead__text {
    flex: 1;
    position: relative
}

.ptf .pg-lead__label {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .12em;
    color: #C3D1A4;
    text-transform: uppercase;
    margin-bottom: 32px;
    border: 1px solid #c3d1a44d;
    padding: 8px 16px;
    border-radius: 6px
}

.ptf .pg-lead__h1 {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #f0ece8;
    margin: 0 0 32px
}

.ptf .pg-lead__h1 span {
    display: block
}

.ptf .pg-lead__h1 em {
    font-style: normal;
    color: #C1225C
}

.ptf .pg-lead__sub {
    font-size: 23px;
    line-height: 1.4;
    color: #f0ece8a6;
    margin: 0;
    max-width: 480px
}

.ptf .pg-lead__img-col {
    flex: 0 0 340px;
    position: relative
}

.ptf .pg-lead__img-frame {
    width: 340px;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 12px 36px -2px #c1225c1a;
    position: relative
}

.ptf .pg-lead__img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.7) contrast(1.05);
    display: block
}

.ptf .pg-lead__img-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, #c1225c2e 0%, transparent 55%);
    border-radius: 16px;
    pointer-events: none
}

.ptf .pg-lead__deco-line {
    position: absolute;
    top: 32px;
    right: -16px;
    width: 2px;
    height: 120px;
    background: linear-gradient(180deg, #C1225C 0%, transparent 100%);
    border-radius: 6px
}

.ptf .pg-lead__deco-line-b {
    position: absolute;
    bottom: 32px;
    left: -16px;
    width: 2px;
    height: 80px;
    background: linear-gradient(0deg, #C3D1A4 0%, transparent 100%);
    border-radius: 6px
}

.ptf .dot-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 32px 0
}

.ptf .dot-div__d {
    width: 6px;
    height: 6px;
    border-radius: 44px;
    background: #CDD9E1;
    display: block
}

.ptf .dot-div__d--mid {
    background: #C1225C;
    width: 8px;
    height: 8px
}

.ptf .works {
    background: #f4f1ee;
    padding: 96px 0;
    position: relative
}

.ptf .works__frame-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #CDD9E1 30%, #C1225C 50%, #CDD9E1 70%, transparent 100%)
}

.ptf .works__frame-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #CDD9E1 30%, #C3D1A4 50%, #CDD9E1 70%, transparent 100%)
}

.ptf .works__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.ptf .works__top {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start;
    margin-bottom: 56px
}

.ptf .works__sidebar {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px
}

.ptf .works__sidebar-tag {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #C1225C
}

.ptf .works__sidebar-note {
    font-size: 13px;
    line-height: 1.6;
    color: #5a5250
}

.ptf .works__sidebar-ico {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ptf .works__ico-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #5a5250
}

.ptf .works__ico-shape {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.ptf .works__heading-col {
    flex: 1
}

.ptf .works__h2 {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1a1218;
    margin: 0 0 16px
}

.ptf .works__h2 span {
    display: block
}

.ptf .works__lead {
    font-size: 23px;
    line-height: 1.4;
    color: #3d3538;
    margin: 0 0 16px;
    max-width: 560px
}

.ptf .works__body {
    font-size: 13px;
    line-height: 1.6;
    color: #5a5250;
    margin: 0;
    max-width: 520px
}

.ptf .works__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 56px
}

.ptf .work-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 2px 4px 14px -2px #c1225c17;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: default
}

.ptf .work-card:hover {
    box-shadow: 2px 12px 36px -2px #c1225c1a;
    transform: translateY(-4px)
}

.ptf .work-card--wide {
    grid-column: span 2;
    flex-direction: row
}

.ptf .work-card__img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    flex-shrink: 0
}

.ptf .work-card--wide .work-card__img {
    width: 420px;
    height: auto;
    min-height: 320px
}

.ptf .work-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.ptf .work-card:hover .work-card__img img {
    transform: scale(1.04)
}

.ptf .work-card__body {
    padding: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ptf .work-card__cat {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #C1225C
}

.ptf .work-card__h {
    font-size: 23px;
    line-height: 1.4;
    color: #1a1218;
    margin: 0
}

.ptf .work-card__desc {
    font-size: 13px;
    line-height: 1.6;
    color: #5a5250;
    margin: 0;
    flex: 1
}

.ptf .work-card__meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.ptf .work-card__tag {
    font-size: 13px;
    line-height: 1.4;
    color: #3d3538;
    background: #f4f1ee;
    border-radius: 6px;
    padding: 4px 8px
}

.ptf .work-card--wide .work-card__body {
    justify-content: center
}

.ptf .works__voices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.ptf .voice-card {
    background: #fff;
    border-radius: 28px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 2px 1px 3px -2px #c1225c0f;
    transition: box-shadow .38s ease-in-out
}

.ptf .voice-card:hover {
    box-shadow: 2px 4px 14px -2px #c1225c17
}

.ptf .voice-card__portrait {
    width: 56px;
    height: 56px;
    border-radius: 44px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 2px 1px 3px -2px #c1225c0f
}

.ptf .voice-card__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.ptf .voice-card__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ptf .voice-card__name {
    font-size: 13px;
    line-height: 1.4;
    color: #1a1218;
    font-weight: 600
}

.ptf .voice-card__role {
    font-size: 13px;
    line-height: 1.4;
    color: #C1225C;
    letter-spacing: .06em
}

.ptf .voice-card__quote {
    font-size: 13px;
    line-height: 1.6;
    color: #5a5250;
    margin: 0
}

@media (max-width: 1024px) {
    .ptf .pg-lead__h1 {
        font-size: 45px
    }

    .ptf .pg-lead__img-col {
        flex: 0 0 260px
    }

    .ptf .pg-lead__img-frame {
        width: 260px;
        height: 320px
    }

    .ptf .works__grid {
        grid-template-columns: 1fr
    }

    .ptf .work-card--wide {
        grid-column: span 1;
        flex-direction: column
    }

    .ptf .work-card--wide .work-card__img {
        width: 100%;
        height: 240px
    }

    .ptf .works__voices {
        grid-template-columns: 1fr
    }

    .ptf .works__top {
        flex-direction: column;
        gap: 32px
    }

    .ptf .works__sidebar {
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media (max-width: 640px) {
    .ptf .pg-lead__inner {
        flex-direction: column;
        gap: 32px
    }

    .ptf .pg-lead__img-col {
        width: 100%
    }

    .ptf .pg-lead__img-frame {
        width: 100%;
        height: 260px
    }

    .ptf .pg-lead__h1 {
        font-size: 45px
    }

    .ptf .pg-lead {
        padding: 56px 0
    }

    .ptf .works {
        padding: 56px 0
    }

    .ptf .works__inner {
        padding: 0 16px
    }

    .ptf .pg-lead__inner {
        padding: 0 16px
    }

    .ptf .work-card__body {
        padding: 16px
    }
}

@media (max-width: 360px) {
    .ptf .pg-lead__h1 {
        font-size: 45px
    }

    .ptf .work-card__h {
        font-size: 23px
    }
}

.svc-pg {
    overflow-x: clip
}

.svc-pg * {
    box-sizing: border-box
}

.svc-pg a {
    text-decoration: none
}

.svc-pg .schema-block {
    display: none
}

.svc-pg .lead {
    padding: 96px 56px 56px;
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative
}

.svc-pg .lead__deco {
    position: absolute;
    top: 32px;
    right: 0;
    width: 120px;
    height: 120px;
    pointer-events: none;
    overflow: hidden
}

.svc-pg .lead__deco-rect {
    position: absolute;
    border: 1.5px solid #c1225c1f;
    border-radius: 6px
}

.svc-pg .lead__deco-rect:nth-child(1) {
    inset: 0
}

.svc-pg .lead__deco-rect:nth-child(2) {
    inset: 10px
}

.svc-pg .lead__deco-rect:nth-child(3) {
    inset: 20px
}

.svc-pg .lead__deco-rect:nth-child(4) {
    inset: 30px
}

.svc-pg .lead__txt {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.svc-pg .lead__eyebrow {
    font-size: 13px;
    letter-spacing: .12em;
    color: #C1225C;
    text-transform: uppercase;
    line-height: 1.4
}

.svc-pg .lead__h1 {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1b1b2e;
    margin: 0
}

.svc-pg .lead__h1 .grad-word {
    background: linear-gradient(127deg, #C1225C 0%, #a01a4a 60%, #C3D1A4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.svc-pg .lead__body {
    font-size: 23px;
    line-height: 1.6;
    color: #3a3a4a;
    margin: 0;
    max-width: 480px
}

.svc-pg .lead__arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 8px
}

.svc-pg .lead__arrow-line {
    width: 56px;
    height: 2px;
    background: linear-gradient(90deg, #C1225C, #C3D1A4);
    border-radius: 6px;
    transition: width .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.svc-pg .lead__arrow-label {
    font-size: 13px;
    color: #C1225C;
    letter-spacing: .08em;
    text-transform: uppercase
}

.svc-pg .lead__img-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.svc-pg .lead__img-frame {
    position: relative;
    width: 100%;
    max-width: 420px
}

.svc-pg .lead__img-wrap {
    overflow: hidden;
    border-radius: 28px 6px 28px 6px;
    box-shadow: 2px 12px 36px -2px #c1225c1a;
    animation: scaleIn .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.svc-pg .lead__img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.svc-pg .lead__img-wrap:hover img {
    transform: scale(1.04)
}

.svc-pg .lead__badge {
    position: absolute;
    bottom: -16px;
    left: -16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 2px 4px 14px -2px #c1225c17;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 120px
}

.svc-pg .lead__badge-num {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #C1225C
}

.svc-pg .lead__badge-label {
    font-size: 13px;
    color: #3a3a4a;
    line-height: 1.4
}

.svc-pg .div-scallop {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.svc-pg .div-scallop svg {
    display: block;
    width: 100%
}

.svc-pg .svc-list {
    background: #f4f6f8;
    padding: 96px 56px;
    position: relative
}

.svc-pg .svc-list__inner {
    max-width: 1170px;
    margin: 0 auto
}

.svc-pg .svc-list__hd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: end;
    margin-bottom: 56px
}

.svc-pg .svc-list__h2 {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0
}

.svc-pg .svc-list__h2 span {
    display: block
}

.svc-pg .svc-list__sub {
    font-size: 23px;
    line-height: 1.6;
    color: #3a3a4a;
    margin: 0
}

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

.svc-pg .svc-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 2px 1px 3px -2px #c1225c0f;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: default
}

.svc-pg .svc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #C1225C;
    border-radius: 6px 0 0 6px;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.svc-pg .svc-card:hover::before {
    transform: scaleY(1)
}

.svc-pg .svc-card:hover {
    box-shadow: 2px 12px 36px -2px #c1225c1a;
    transform: translateY(-4px)
}

.svc-pg .svc-card__num {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 13px;
    color: #c1225c59;
    letter-spacing: .06em
}

.svc-pg .svc-card__icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #c1225c14 0%, #c3d1a42e 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.svc-pg .svc-card__icon svg {
    width: 22px;
    height: 22px
}

.svc-pg .svc-card__h3 {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: #1b1b2e;
    margin: 0
}

.svc-pg .svc-card__p {
    font-size: 13px;
    line-height: 1.6;
    color: #4a4a5a;
    margin: 0;
    letter-spacing: .02em
}

.svc-pg .svc-card__tag {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #C1225C;
    letter-spacing: .06em;
    text-transform: uppercase
}

.svc-pg .svc-card__tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 44px;
    background: #C1225C;
    flex-shrink: 0
}

.svc-pg .team {
    padding: 96px 56px;
    max-width: 1170px;
    margin: 0 auto
}

.svc-pg .team__top {
    text-align: center;
    margin-bottom: 56px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center
}

.svc-pg .team__h2 {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0
}

.svc-pg .team__intro {
    font-size: 23px;
    line-height: 1.6;
    color: #3a3a4a;
    margin: 0;
    max-width: 560px
}

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

.svc-pg .inst-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: scaleIn .5s cubic-bezier(0.16, 1, 0.3, 1) both
}

.svc-pg .inst-card:nth-child(2) {
    animation-delay: .1s
}

.svc-pg .inst-card:nth-child(3) {
    animation-delay: .2s
}

.svc-pg .inst-card__img-wrap {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 2px 4px 14px -2px #c1225c17;
    aspect-ratio: 5/7;
    position: relative
}

.svc-pg .inst-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.svc-pg .inst-card:hover .inst-card__img-wrap img {
    transform: scale(1.05)
}

.svc-pg .inst-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 8px
}

.svc-pg .inst-card__name {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: #1b1b2e;
    margin: 0
}

.svc-pg .inst-card__role {
    font-size: 13px;
    color: #C1225C;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.4
}

.svc-pg .inst-card__desc {
    font-size: 13px;
    line-height: 1.6;
    color: #4a4a5a;
    margin: 0;
    letter-spacing: .02em
}

.svc-pg .team__cta-row {
    margin-top: 56px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap
}

.svc-pg .btn-pri {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #C1225C;
    color: #fff;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 28px;
    border: 2px solid #C1225C;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none
}

.svc-pg .btn-pri::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #a01a4a 0%, #C1225C 100%);
    opacity: 0;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0
}

.svc-pg .btn-pri:hover::before {
    opacity: 1
}

.svc-pg .btn-pri span {
    position: relative;
    z-index: 1
}

.svc-pg .btn-pri:focus-visible {
    outline: 3px solid #C1225C;
    outline-offset: 3px
}

.svc-pg .btn-sec {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: transparent;
    color: #C1225C;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 28px;
    border: 2px solid #C1225C;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .5s ease-in-out, background .5s ease-in-out;
    text-decoration: none
}

.svc-pg .btn-sec:hover {
    background: #C1225C;
    color: #fff
}

.svc-pg .btn-sec:focus-visible {
    outline: 3px solid #C1225C;
    outline-offset: 3px
}

@media (max-width: 1024px) {
    .svc-pg .lead {
        grid-template-columns: 1fr;
        padding: 56px 32px 32px;
        gap: 32px
    }

    .svc-pg .lead__img-col {
        order: -1
    }

    .svc-pg .lead__img-wrap img {
        height: 320px
    }

    .svc-pg .lead__h1 {
        font-size: 45px
    }

    .svc-pg .svc-list {
        padding: 56px 32px
    }

    .svc-pg .svc-list__hd {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .svc-pg .svc-list__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .svc-pg .team {
        padding: 56px 32px
    }

    .svc-pg .team__layout {
        grid-template-columns: repeat(2, 1fr)
    }
}

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

    .svc-pg .lead__h1 {
        font-size: 45px
    }

    .svc-pg .lead__body {
        font-size: 23px
    }

    .svc-pg .svc-list {
        padding: 56px 16px
    }

    .svc-pg .svc-list__grid {
        grid-template-columns: 1fr
    }

    .svc-pg .svc-list__h2 {
        font-size: 45px
    }

    .svc-pg .team {
        padding: 56px 16px
    }

    .svc-pg .team__layout {
        grid-template-columns: 1fr
    }

    .svc-pg .team__h2 {
        font-size: 45px
    }

    .svc-pg .team__cta-row {
        flex-direction: column;
        gap: 16px
    }
}

@media (max-width: 360px) {
    .svc-pg .lead__h1 {
        font-size: 45px
    }

    .svc-pg .btn-pri,
    .svc-pg .btn-sec {
        padding: 16px;
        font-size: 13px
    }
}

.ctus {
    position: relative;
    overflow-x: clip
}

.ctus .top-band {
    background: #fff;
    padding: 96px 16px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden
}

.ctus .top-band__bg-letter {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 320px;
    font-weight: 900;
    line-height: 1.1;
    color: #C3D1A4;
    opacity: .13;
    letter-spacing: -16px;
    pointer-events: none;
    user-select: none;
    white-space: nowrap
}

.ctus .top-band__inner {
    max-width: 1170px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1
}

.ctus .top-band__img-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.ctus .img-frame {
    width: 100%;
    max-width: 480px;
    aspect-ratio: 4/3;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 4px 14px -2px #c1225c17
}

.ctus .img-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(157deg, #c1225c85 0%, #c3d1a447 100%);
    border-radius: 16px;
    pointer-events: none
}

.ctus .img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    will-change: transform;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus .img-frame:hover img {
    transform: scale(1.04)
}

.ctus .img-frame__border {
    position: absolute;
    inset: 0;
    border: 2px solid #c1225c38;
    border-radius: 16px;
    pointer-events: none;
    z-index: 2
}

.ctus .top-band__text-col {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ctus .lbl-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #CDD9E1;
    color: #1b3a4b;
    font-size: 13px;
    letter-spacing: .08em;
    line-height: 1.4;
    padding: 8px 16px;
    border-radius: 44px;
    font-weight: 600;
    width: fit-content
}

.ctus .lbl-tag .gg-gym {
    --ggs: .7
}

.ctus .band-heading {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1e24;
    margin: 0;
    display: flex;
    flex-direction: column
}

.ctus .band-heading span {
    display: block
}

.ctus .band-heading .accent-word {
    color: #C1225C
}

.ctus .band-desc {
    font-size: 23px;
    line-height: 1.6;
    color: #3a3f4a;
    margin: 0;
    max-width: 440px
}

.ctus .contact-chips {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ctus .chip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 28px;
    padding: 16px 32px;
    box-shadow: 2px 1px 3px -2px #c1225c0f 2px 4px 14px -2px #c1225c17;
    text-decoration: none;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden
}

.ctus .chip::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #C1225C;
    border-radius: 28px 0 0 28px;
    transition: width .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus .chip:hover {
    box-shadow: 2px 12px 36px -2px #c1225c1a;
    transform: translateX(4px)
}

.ctus .chip:hover::before {
    width: 8px
}

.ctus .chip__icon {
    width: 40px;
    height: 40px;
    border-radius: 16px;
    background: #CDD9E1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .4s ease-in-out
}

.ctus .chip:hover .chip__icon {
    background: #C3D1A4
}

.ctus .chip__text {
    display: flex;
    flex-direction: column;
    gap: 0
}

.ctus .chip__label {
    font-size: 13px;
    color: #7a8390;
    letter-spacing: .06em;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase
}

.ctus .chip__val {
    font-size: 23px;
    color: #1b1e24;
    line-height: 1.4;
    font-weight: 500
}

.ctus .form-band {
    background: linear-gradient(157deg, #f4f7f0 0%, #edf3f7 60%, #fdf0f5 100%);
    padding: 96px 16px;
    position: relative
}

.ctus .form-band__noise {
    position: absolute;
    inset: 0;
    background-image: 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.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none;
    opacity: .6
}

.ctus .form-band__inner {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: start;
    position: relative;
    z-index: 1
}

.ctus .form-aside {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px
}

.ctus .aside-heading {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1e24;
    margin: 0;
    display: flex;
    flex-direction: column
}

.ctus .aside-heading span {
    display: block
}

.ctus .aside-body {
    font-size: 23px;
    line-height: 1.6;
    color: #3a3f4a;
    margin: 0
}

.ctus .aside-detail {
    font-size: 13px;
    line-height: 1.6;
    color: #5a6270;
    margin: 0;
    letter-spacing: .02em
}

.ctus .addr-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #ffffffb3;
    border-radius: 16px;
    box-shadow: 2px 1px 3px -2px #c1225c0f
}

.ctus .addr-block__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.ctus .addr-block__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px
}

.ctus .addr-block__text {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3f4a;
    margin: 0
}

.ctus .form-card {
    background: #fff;
    border-radius: 28px;
    padding: 56px;
    box-shadow: 2px 4px 14px -2px #c1225c17 2px 12px 36px -2px #c1225c1a;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ctus .form-card__heading {
    font-size: 23px;
    line-height: 1.4;
    color: #1b1e24;
    margin: 0;
    font-weight: 600;
    letter-spacing: -.01em
}

.ctus .form-card__sep {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ctus .f-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .f-group label {
    font-size: 13px;
    line-height: 1.4;
    color: #3a3f4a;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase
}

.ctus .f-group input[type="email"],
.ctus .f-group select {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #CDD9E1;
    border-radius: 6px;
    font-size: 23px;
    line-height: 1.4;
    color: #1b1e24;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    appearance: none;
    -webkit-appearance: none;
    box-shadow: inset 0 2px 4px #c1225c0a inset 0 -1px 2px #c3d1a414
}

.ctus .f-group input[type="email"]::placeholder {
    color: #1b1e2466
}

.ctus .f-group input[type="email"]:focus,
.ctus .f-group select:focus {
    border-color: #C1225C;
    box-shadow: 0 0 0 3px #c1225c1a inset 0 2px 4px #c1225c0a
}

.ctus .f-group input[type="email"]:invalid:not(:placeholder-shown) {
    animation: shake .45s cubic-bezier(0.16, 1, 0.3, 1);
    border-color: #C1225C
}

@keyframes shake {
    0% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-6px)
    }

    40% {
        transform: translateX(6px)
    }

    60% {
        transform: translateX(-4px)
    }

    80% {
        transform: translateX(4px)
    }

    100% {
        transform: translateX(0)
    }
}

.ctus .select-wrap {
    position: relative
}

.ctus .select-wrap select {
    padding-right: 48px;
    cursor: pointer
}

.ctus .select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

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

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

.ctus .privacy-row .priv-text {
    font-size: 13px;
    line-height: 1.6;
    color: #5a6270;
    margin: 0
}

.ctus .privacy-row .priv-text a {
    color: #C1225C;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .4s ease-in-out
}

.ctus .privacy-row .priv-text a:hover {
    color: #8f1940
}

.ctus .submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 56px;
    background: #C1225C;
    color: #fff;
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: -.01em;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 2px 4px 14px -2px #c1225c17;
    width: 100%
}

.ctus .submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #8f1940 0%, #C1225C 50%, #e0356e 100%);
    transform: translateX(-100%) skewX(-12deg);
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0
}

.ctus .submit-btn:hover::before {
    transform: translateX(0) skewX(0deg)
}

.ctus .submit-btn span {
    position: relative;
    z-index: 1
}

.ctus .submit-btn:focus-visible {
    outline: 3px solid #C1225C;
    outline-offset: 3px
}

.ctus .submit-btn:active {
    transform: scale(0.98)
}

@media (max-width: 1024px) {
    .ctus .top-band__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ctus .img-frame {
        max-width: 100%
    }

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

    .ctus .form-card {
        padding: 32px
    }

    .ctus .band-heading {
        font-size: 45px
    }
}

@media (max-width: 640px) {
    .ctus .top-band {
        padding: 56px 16px 32px
    }

    .ctus .band-heading {
        font-size: 45px
    }

    .ctus .top-band__bg-letter {
        font-size: 160px
    }

    .ctus .form-band {
        padding: 56px 16px
    }

    .ctus .form-card {
        padding: 16px;
        border-radius: 16px
    }

    .ctus .chip__val {
        font-size: 13px
    }

    .ctus .submit-btn {
        font-size: 23px;
        padding: 16px 32px
    }
}

@media (max-width: 360px) {
    .ctus .band-heading {
        font-size: 45px
    }

    .ctus .aside-heading {
        font-size: 45px
    }

    .ctus .chip {
        padding: 16px
    }
}

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

.abt-us .reveal-clip {
    clip-path: inset(0 100% 0 0);
    animation: wipe-in .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

@keyframes wipe-in {
    to {
        clip-path: inset(0 0% 0 0)
    }
}

.abt-us .reveal-clip-delay {
    clip-path: inset(0 100% 0 0);
    animation: wipe-in .45s cubic-bezier(0.16, 1, 0.3, 1) .18s forwards
}

.abt-us .title-blk {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    overflow: hidden
}

.abt-us .title-blk__grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#c1225c12 1px, transparent 1px), linear-gradient(90deg, #c1225c12 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none
}

.abt-us .title-blk__left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 96px 56px;
    background: linear-gradient(170deg, transparent 0%, #c1225c14 60%, #c1225c38 100%);
    z-index: 1
}

.abt-us .title-blk__eyebrow {
    font-size: 13px;
    letter-spacing: .12em;
    color: #C1225C;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600
}

.abt-us .title-blk__h1 {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1b1b2e;
    margin: 0 0 32px;
    font-weight: 800
}

.abt-us .title-blk__h1 span {
    display: block
}

.abt-us .title-blk__statement {
    font-size: 23px;
    line-height: 1.4;
    color: #3a3a4a;
    max-width: 380px;
    margin: 0
}

.abt-us .title-blk__right {
    position: relative;
    overflow: hidden
}

.abt-us .title-blk__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s ease-in-out
}

.abt-us .title-blk__right::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, transparent 60%, #ffffff2e 100%);
    pointer-events: none
}

.abt-us .story {
    max-width: 1170px;
    margin: 0 auto;
    padding: 96px 56px;
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    gap: 56px;
    align-items: start
}

.abt-us .story__divider {
    background: linear-gradient(180deg, transparent, #c1225c40 30%, #c1225c40 70%, transparent);
    align-self: stretch
}

.abt-us .story__label {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #C1225C;
    font-weight: 600;
    margin-bottom: 16px
}

.abt-us .story__h2 {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0 0 32px;
    font-weight: 700
}

.abt-us .story__h2 span {
    display: block
}

.abt-us .story__img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 4px 14px -2px #c1225c17;
    margin-top: 32px
}

.abt-us .story__img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-us .story__right {
    padding-top: 8px
}

.abt-us .story__p {
    font-size: 23px;
    line-height: 1.6;
    color: #2e2e3e;
    margin: 0 0 32px
}

.abt-us .story__p:last-child {
    margin-bottom: 0
}

.abt-us .story__p--sm {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #555568;
    margin: 0 0 16px
}

.abt-us .approach {
    background: #1b1b2e;
    position: relative;
    overflow: hidden
}

.abt-us .approach__noise {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: .6
}

.abt-us .approach__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 96px 56px;
    position: relative;
    z-index: 1
}

.abt-us .approach__top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 56px
}

.abt-us .approach__h2 {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #f5f0f2;
    margin: 0;
    font-weight: 700
}

.abt-us .approach__h2 span {
    display: block
}

.abt-us .approach__sub {
    font-size: 13px;
    line-height: 1.6;
    color: #f5f0f299;
    max-width: 320px;
    letter-spacing: .02em;
    margin: 0
}

.abt-us .feed {
    display: flex;
    flex-direction: column;
    gap: 0
}

.abt-us .feed__item {
    display: grid;
    grid-template-columns: 120px 40px 1fr;
    gap: 0 32px;
    align-items: start;
    padding: 32px 0;
    border-top: 1px solid #f5f0f214;
    transition: background .45s ease-in-out
}

.abt-us .feed__item:last-child {
    border-bottom: 1px solid #f5f0f214
}

.abt-us .feed__item:hover {
    background: #c1225c12
}

.abt-us .feed__time {
    font-size: 13px;
    letter-spacing: .04em;
    color: #f5f0f266;
    padding-top: 4px;
    text-align: right
}

.abt-us .feed__icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0
}

.abt-us .feed__dot {
    width: 10px;
    height: 10px;
    border-radius: 44px;
    background: #C1225C;
    flex-shrink: 0;
    margin-top: 6px;
    box-shadow: 2px 1px 3px -2px #c1225c0f
}

.abt-us .feed__line {
    width: 1px;
    flex: 1;
    min-height: 32px;
    background: linear-gradient(180deg, #c1225c66, transparent);
    margin-top: 8px
}

.abt-us .feed__item:last-child .feed__line {
    display: none
}

.abt-us .feed__title {
    font-size: 23px;
    line-height: 1.4;
    color: #f5f0f2;
    margin: 0 0 8px;
    font-weight: 600
}

.abt-us .feed__desc {
    font-size: 13px;
    line-height: 1.6;
    color: #f5f0f28c;
    margin: 0;
    letter-spacing: .02em
}

.abt-us .team-contact {
    background: #f4f1f5;
    position: relative
}

.abt-us .team-contact__bg-img {
    position: absolute;
    inset: 0;
    background-image: url(./graphics_gallery/20240828_cover.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    filter: blur(18px) brightness(0.18);
    transform: scale(1.08);
    pointer-events: none
}

.abt-us .team-contact__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 96px 56px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.abt-us .team-card {
    background: #fffffff5;
    border-radius: 28px;
    padding: 56px;
    box-shadow: 2px 12px 36px -2px #c1225c1a;
    border: 2px solid #c1225c1f;
    outline: 6px solid #c1225c0a;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us .team-card__person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.abt-us .team-card__portrait {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    box-shadow: 2px 4px 14px -2px #c1225c17
}

.abt-us .team-card__name {
    font-size: 23px;
    line-height: 1.4;
    color: #1b1b2e;
    margin: 0 0 4px;
    font-weight: 700
}

.abt-us .team-card__role {
    font-size: 13px;
    letter-spacing: .06em;
    color: #C1225C;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0
}

.abt-us .team-card__h3 {
    font-size: 23px;
    line-height: 1.4;
    color: #1b1b2e;
    margin: 0 0 16px;
    font-weight: 700
}

.abt-us .team-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .team-card__list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #3a3a4a;
    letter-spacing: .02em
}

.abt-us .team-card__list li .li-icon {
    flex-shrink: 0;
    margin-top: 2px
}

.abt-us .li-icon svg {
    display: block
}

.abt-us .contact-panel {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us .contact-panel__h2 {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #f5f0f2;
    margin: 0;
    font-weight: 700
}

.abt-us .contact-panel__h2 span {
    display: block
}

.abt-us .contact-panel__p {
    font-size: 13px;
    line-height: 1.6;
    color: #f5f0f2b3;
    margin: 0;
    letter-spacing: .02em
}

.abt-us .contact-links {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .contact-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    padding: 16px;
    border-radius: 16px;
    background: #ffffff12;
    border: 1px solid #ffffff1f;
    transition: background .35s cubic-bezier(0.16, 1, 0.3, 1), border-color .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-us .contact-link:hover {
    background: #c1225c2e;
    border-color: #c1225c66
}

.abt-us .contact-link:focus {
    outline: 2px solid #C3D1A4;
    outline-offset: 2px
}

.abt-us .contact-link__icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #c1225c26;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.abt-us .contact-link__label {
    font-size: 13px;
    color: #f5f0f280;
    display: block;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 4px
}

.abt-us .contact-link__val {
    font-size: 23px;
    color: #f5f0f2;
    font-weight: 600;
    display: block;
    line-height: 1.1
}

.abt-us .cta-btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 6px;
    background: #C1225C;
    color: #fff;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 2px 4px 14px -2px #c1225c17;
    align-self: flex-start
}

.abt-us .cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #C3D1A4 0%, #a8bc8a 100%);
    opacity: 0;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-us .cta-btn:hover::before {
    opacity: 1
}

.abt-us .cta-btn:hover {
    color: #1b1b2e;
    box-shadow: 2px 12px 36px -2px #c1225c1a
}

.abt-us .cta-btn span {
    position: relative;
    z-index: 1
}

.abt-us .cta-btn:focus {
    outline: 2px solid #C3D1A4;
    outline-offset: 3px
}

@media (max-width: 1024px) {
    .abt-us .title-blk {
        grid-template-columns: 1fr
    }

    .abt-us .title-blk__right {
        height: 320px
    }

    .abt-us .title-blk__left {
        padding: 56px 32px
    }

    .abt-us .title-blk__h1 {
        font-size: 45px
    }

    .abt-us .story {
        grid-template-columns: 1fr;
        padding: 56px 32px
    }

    .abt-us .story__divider {
        display: none
    }

    .abt-us .approach__inner {
        padding: 56px 32px
    }

    .abt-us .approach__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .abt-us .feed__item {
        grid-template-columns: 80px 32px 1fr;
        gap: 0 16px
    }

    .abt-us .team-contact__inner {
        grid-template-columns: 1fr;
        padding: 56px 32px
    }

    .abt-us .team-card {
        padding: 32px
    }
}

@media (max-width: 640px) {
    .abt-us .title-blk__h1 {
        font-size: 45px
    }

    .abt-us .title-blk__left {
        padding: 56px 16px
    }

    .abt-us .title-blk__statement {
        font-size: 23px
    }

    .abt-us .story {
        padding: 56px 16px
    }

    .abt-us .approach__inner {
        padding: 56px 16px
    }

    .abt-us .approach__h2 {
        font-size: 45px
    }

    .abt-us .feed__item {
        grid-template-columns: 60px 24px 1fr;
        gap: 0 8px
    }

    .abt-us .feed__time {
        font-size: 13px
    }

    .abt-us .team-contact__inner {
        padding: 56px 16px
    }

    .abt-us .team-card {
        padding: 32px 16px
    }

    .abt-us .contact-panel__h2 {
        font-size: 45px
    }
}

@media (max-width: 360px) {
    .abt-us .title-blk__h1 {
        font-size: 45px
    }

    .abt-us .feed__item {
        grid-template-columns: 52px 20px 1fr
    }
}

.prm {
    overflow-x: clip;
    position: relative
}

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

.prm .ttl-blk {
    background: #1a1a2e;
    background: #1b1523;
    padding: 56px 0;
    position: relative
}

.prm .ttl-blk::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(157deg, #C1225C18 0%, #1b1523 55%, #0d1117 100%);
    pointer-events: none
}

.prm .ttl-blk::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 56px;
    background: #f5f3f0;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    pointer-events: none
}

.prm .ttl-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px;
    position: relative;
    z-index: 1
}

.prm .ttl-text {
    flex: 1 1 55%
}

.prm .ttl-label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .12em;
    color: #C3D1A4;
    text-transform: uppercase;
    margin-bottom: 32px;
    padding: 8px 16px;
    border: 1px solid #C3D1A430;
    border-radius: 6px
}

.prm .ttl-h {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #f0ece8;
    margin: 0 0 32px
}

.prm .ttl-h span {
    display: block
}

.prm .ttl-h .wt-md {
    color: #CDD9E1;
    font-size: 45px
}

.prm .ttl-h .wt-hi {
    color: #C1225C
}

.prm .ttl-sub {
    font-size: 23px;
    line-height: 1.4;
    color: #b8b2c0;
    margin: 0 0 32px;
    max-width: 480px
}

.prm .ttl-meta {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center
}

.prm .ttl-stat {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prm .ttl-stat .num {
    font-size: 45px;
    line-height: 1.1;
    color: #C1225C;
    letter-spacing: -.02em
}

.prm .ttl-stat .lbl {
    font-size: 13px;
    color: #7a7285;
    letter-spacing: .08em;
    text-transform: uppercase
}

.prm .ttl-divider {
    width: 1px;
    height: 56px;
    background: #ffffff18
}

.prm .ttl-img-col {
    flex: 0 0 380px;
    position: relative
}

.prm .ttl-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 12px 36px -2px #c1225c1a;
    position: relative
}

.prm .ttl-img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: contrast(1.05) brightness(0.92)
}

.prm .ttl-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(157deg, transparent 40%, #C1225C22 100%);
    pointer-events: none
}

.prm .ttl-deco {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #C1225C;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 14px -2px #c1225c17
}

.prm .ttl-deco svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #fff;
    stroke-width: 2
}

.prm .ttl-arrow-deco {
    position: absolute;
    bottom: 96px;
    right: -24px;
    opacity: .18
}

.prm .ttl-arrow-deco svg {
    width: 32px;
    height: 48px;
    fill: #C3D1A4
}

@keyframes riseUp {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

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

.prm .ttl-label {
    animation: riseUp .45s cubic-bezier(0.16, 1, 0.3, 1) both
}

.prm .ttl-h {
    animation: riseUp .5s cubic-bezier(0.16, 1, 0.3, 1) .1s both
}

.prm .ttl-sub {
    animation: riseUp .5s cubic-bezier(0.16, 1, 0.3, 1) .2s both
}

.prm .ttl-meta {
    animation: riseUp .45s cubic-bezier(0.16, 1, 0.3, 1) .3s both
}

.prm .ttl-img-col {
    animation: riseUp .55s cubic-bezier(0.16, 1, 0.3, 1) .15s both
}

.prm .hes-sec {
    background: #f5f3f0;
    padding: 96px 0 56px;
    position: relative
}

.prm .hes-sec::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 40px;
    background: #fff;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    pointer-events: none
}

.prm .hes-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    gap: 96px;
    align-items: flex-start
}

.prm .hes-left {
    flex: 0 0 320px;
    position: sticky;
    top: 32px
}

.prm .hes-num {
    font-size: 62px;
    line-height: 1.1;
    color: #C1225C;
    letter-spacing: -.04em;
    opacity: .15;
    margin-bottom: 8px
}

.prm .hes-q {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1523;
    margin: 0 0 16px
}

.prm .hes-q span {
    display: block
}

.prm .hes-q .accent {
    color: #C1225C
}

.prm .hes-right {
    flex: 1 1 auto
}

.prm .hes-body {
    font-size: 23px;
    line-height: 1.6;
    color: #2e2638;
    margin: 0 0 32px
}

.prm .hes-points {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .hes-pt {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 2px 1px 3px -2px #c1225c0f;
    position: relative;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.prm .hes-pt:hover {
    box-shadow: 2px 4px 14px -2px #c1225c17
}

.prm .hes-pt::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #C1225C08 0%, transparent 60%);
    opacity: 0;
    transition: opacity .45s ease-in-out;
    pointer-events: none
}

.prm .hes-pt:hover::before {
    opacity: 1
}

.prm .hes-pt-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 12px;
    background: #C3D1A430;
    display: flex;
    align-items: center;
    justify-content: center
}

.prm .hes-pt-icon svg {
    width: 20px;
    height: 20px;
    stroke: #C1225C;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round
}

.prm .hes-pt-body {
    flex: 1
}

.prm .hes-pt-body h5 {
    font-size: 23px;
    line-height: 1.4;
    color: #1b1523;
    margin: 0 0 8px
}

.prm .hes-pt-body p {
    font-size: 13px;
    line-height: 1.6;
    color: #5a5068;
    margin: 0;
    letter-spacing: .02em
}

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

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

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

.prm .avl-hdg {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1523;
    margin: 0
}

.prm .avl-hdg span {
    display: block
}

.prm .avl-sub {
    font-size: 13px;
    line-height: 1.6;
    color: #5a5068;
    max-width: 280px;
    letter-spacing: .02em;
    margin: 0
}

.prm .avl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 16px
}

.prm .avl-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-shadow: 2px 1px 3px -2px #c1225c0f;
    transition: box-shadow .4s ease-in-out, transform .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.prm .avl-card:hover {
    box-shadow: 2px 12px 36px -2px #c1225c1a;
    transform: translateY(-4px)
}

.prm .avl-card.wide {
    grid-column: span 2
}

.prm .avl-card-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.prm .avl-card:hover .avl-card-img {
    transform: scale(1.04)
}

.prm .avl-card-over {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, #1b152390 100%);
    pointer-events: none
}

.prm .avl-card-stripe {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #C1225C 0%, transparent 55%);
    opacity: 0;
    transition: opacity .45s ease-in-out;
    pointer-events: none
}

.prm .avl-card:hover .avl-card-stripe {
    opacity: .18
}

.prm .avl-card-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px
}

.prm .avl-card-cnt {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #C1225C;
    color: #fff;
    font-size: 13px;
    letter-spacing: .06em;
    padding: 8px 16px;
    border-radius: 44px;
    font-weight: 600
}

.prm .avl-card-tag {
    font-size: 13px;
    color: #C3D1A4;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block
}

.prm .avl-card-txt h4 {
    font-size: 23px;
    line-height: 1.4;
    color: #f0ece8;
    margin: 0
}

.prm .avl-plain {
    background: #f5f3f0;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
    box-shadow: 2px 1px 3px -2px #c1225c0f
}

.prm .avl-plain-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #CDD9E140;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px
}

.prm .avl-plain-icon svg {
    width: 22px;
    height: 22px;
    stroke: #1b1523;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round
}

.prm .avl-plain h4 {
    font-size: 23px;
    line-height: 1.4;
    color: #1b1523;
    margin: 0 0 8px
}

.prm .avl-plain p {
    font-size: 13px;
    line-height: 1.6;
    color: #5a5068;
    margin: 0;
    letter-spacing: .02em
}

.prm .grad-sec {
    background: #CDD9E120;
    padding: 96px 0;
    position: relative
}

.prm .grad-sec::before {
    content: '';
    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='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 256px 256px;
    pointer-events: none;
    opacity: .6
}

.prm .grad-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1
}

.prm .grad-hdg-row {
    margin-bottom: 56px
}

.prm .grad-eyebrow {
    font-size: 13px;
    color: #C1225C;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.prm .grad-h {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1523;
    margin: 0 0 16px;
    max-width: 560px
}

.prm .grad-h span {
    display: block
}

.prm .grad-desc {
    font-size: 23px;
    line-height: 1.4;
    color: #3a3248;
    max-width: 560px;
    margin: 0
}

.prm .grad-cols {
    display: flex;
    flex-direction: row;
    gap: 32px
}

.prm .grad-col-main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .grad-col-side {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .grad-item {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 2px 1px 3px -2px #c1225c0f;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden
}

.prm .grad-item:hover {
    box-shadow: 2px 4px 14px -2px #c1225c17
}

.prm .grad-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #C3D1A415 0%, transparent 60%);
    opacity: 0;
    transition: opacity .5s ease-in-out;
    pointer-events: none
}

.prm .grad-item:hover::after {
    opacity: 1
}

.prm .grad-item-num {
    font-size: 45px;
    line-height: 1.1;
    color: #C1225C;
    letter-spacing: -.03em;
    opacity: .2;
    min-width: 56px
}

.prm .grad-item-body h5 {
    font-size: 23px;
    line-height: 1.4;
    color: #1b1523;
    margin: 0 0 8px
}

.prm .grad-item-body p {
    font-size: 13px;
    line-height: 1.6;
    color: #5a5068;
    margin: 0;
    letter-spacing: .02em
}

.prm .grad-side-card {
    background: #1b1523;
    border-radius: 16px;
    padding: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 2px 4px 14px -2px #c1225c17
}

.prm .grad-side-card h5 {
    font-size: 23px;
    line-height: 1.4;
    color: #f0ece8;
    margin: 0 0 8px
}

.prm .grad-side-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #8a8098;
    margin: 0;
    letter-spacing: .02em
}

.prm .grad-side-accent {
    width: 44px;
    height: 6px;
    background: #C1225C;
    border-radius: 6px;
    margin-bottom: 32px
}

.prm .grad-arrow {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .12
}

.prm .grad-arrow svg {
    width: 24px;
    height: 36px;
    fill: #C3D1A4
}

.prm .exp-sec {
    background: #fff;
    padding: 96px 0
}

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

.prm .exp-top {
    margin-bottom: 56px;
    padding: 0 96px
}

.prm .exp-h {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1523;
    margin: 0 0 16px
}

.prm .exp-h span {
    display: block
}

.prm .exp-intro {
    font-size: 23px;
    line-height: 1.4;
    color: #3a3248;
    margin: 0;
    max-width: 540px
}

.prm .exp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.prm .exp-card {
    border-radius: 28px;
    padding: 56px 32px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .exp-card.light {
    background: #f5f3f0
}

.prm .exp-card.tinted {
    background: #C3D1A420
}

.prm .exp-portrait-wrap {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.prm .exp-portrait {
    width: 72px;
    height: 90px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 2px 4px 14px -2px #c1225c17
}

.prm .exp-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.prm .exp-who {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prm .exp-who-name {
    font-size: 23px;
    line-height: 1.4;
    color: #1b1523
}

.prm .exp-who-role {
    font-size: 13px;
    color: #7a7285;
    letter-spacing: .06em
}

.prm .exp-quote {
    font-size: 23px;
    line-height: 1.6;
    color: #2e2638;
    margin: 0;
    position: relative;
    padding-left: 16px
}

.prm .exp-quote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: #C1225C;
    border-radius: 6px
}

.prm .exp-detail {
    font-size: 13px;
    line-height: 1.6;
    color: #5a5068;
    margin: 0;
    letter-spacing: .02em
}

.prm .exp-card-deco {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 96px;
    height: 96px;
    border-radius: 44px;
    background: #C1225C08;
    pointer-events: none
}

@media (max-width: 1024px) {
    .prm .ttl-img-col {
        flex: 0 0 280px
    }

    .prm .ttl-h {
        font-size: 45px
    }

    .prm .hes-inner {
        gap: 56px
    }

    .prm .hes-left {
        flex: 0 0 240px
    }

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

    .prm .avl-card.wide {
        grid-column: span 2
    }

    .prm .grad-cols {
        flex-direction: column
    }

    .prm .grad-col-side {
        flex: 0 0 auto;
        flex-direction: row
    }

    .prm .exp-top {
        padding: 0 32px
    }
}

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

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

    .prm .ttl-h {
        font-size: 45px
    }

    .prm .hes-inner {
        flex-direction: column;
        gap: 32px
    }

    .prm .hes-left {
        flex: 0 0 auto;
        position: static
    }

    .prm .hes-q {
        font-size: 45px
    }

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

    .prm .avl-card.wide {
        grid-column: span 1
    }

    .prm .avl-top {
        flex-direction: column;
        align-items: flex-start
    }

    .prm .grad-col-side {
        flex-direction: column
    }

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

    .prm .exp-top {
        padding: 0
    }

    .prm .ttl-meta {
        gap: 16px
    }
}

@media (max-width: 360px) {
    .prm .ttl-inner {
        padding: 0 16px
    }

    .prm .hes-inner {
        padding: 0 16px
    }

    .prm .avl-inner {
        padding: 0 16px
    }

    .prm .grad-inner {
        padding: 0 16px
    }

    .prm .exp-inner {
        padding: 0 16px
    }

    .prm .ttl-h {
        font-size: 45px
    }

    .prm .hes-q {
        font-size: 45px
    }
}

.suc-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 32px;
    background: #fff
}

.suc-page .suc-wrap {
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.suc-page .suc-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 32px;
    flex-shrink: 0
}

.suc-page .suc-icon circle {
    fill: none;
    stroke: #C1225C;
    stroke-width: 2.5;
    transition: stroke .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.suc-page .suc-icon path {
    fill: none;
    stroke: #C1225C;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.suc-page .suc-heading {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1b1b1b;
    margin: 0 0 16px;
    font-weight: 700
}

.suc-page .suc-sub {
    font-size: 23px;
    line-height: 1.4;
    color: #3a3a3a;
    margin: 0 0 56px;
    max-width: 520px
}

.suc-page .suc-divider {
    width: 56px;
    height: 3px;
    border-radius: 6px;
    background: linear-gradient(117deg, #C1225C 0%, #C3D1A4 100%);
    margin-bottom: 56px
}

.suc-page .suc-detail {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #555;
    max-width: 400px;
    margin: 0 0 56px
}

.suc-page .suc-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .06em;
    font-weight: 600;
    color: #fff;
    background: #C1225C;
    padding: 16px 32px;
    border-radius: 28px;
    box-shadow: 2px 4px 14px -2px #c1225c17;
    position: relative;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.suc-page .suc-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #C3D1A4 0%, #C1225C 100%);
    opacity: 0;
    transition: opacity .5s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 28px
}

.suc-page .suc-btn:hover::before {
    opacity: 1
}

.suc-page .suc-btn:hover {
    box-shadow: 2px 12px 36px -2px #c1225c1a;
    color: #fff
}

.suc-page .suc-btn span {
    position: relative;
    z-index: 1
}

.suc-page .suc-btn:focus-visible {
    outline: 2px solid #C1225C;
    outline-offset: 4px
}

@media (max-width: 640px) {
    .suc-page {
        padding: 56px 16px
    }

    .suc-page .suc-heading {
        font-size: 45px
    }

    .suc-page .suc-sub {
        font-size: 23px
    }
}

@media (max-width: 360px) {
    .suc-page .suc-heading {
        font-size: 23px
    }

    .suc-page .suc-sub {
        font-size: 13px
    }
}