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

.hd {
    position: relative;
    background: linear-gradient(160deg, #B05092 0%, #CDA9C2 55%, #F2E5ED 100%);
    box-shadow: 1px 9px 60px 0 #b0509221
}

.hd__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto;
    padding: 16px 28px 0;
    gap: 28px
}

.hd__brand {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0
}

.hd__logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #fff;
    border-right: 3px solid #B05092;
    box-shadow: 1px 3px 5px 0 #b050920f 1px 6px 28px 0 #b050921a;
    flex-shrink: 0
}

.hd__logo-box img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block
}

.hd__brand-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #fff;
    white-space: nowrap
}

.hd__trust {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff2e;
    border: 1.5px solid #ffffff73;
    border-radius: 20px;
    padding: 8px 16px;
    flex-shrink: 0
}

.hd__trust-icon {
    font-size: 18px;
    color: #fff;
    line-height: 1
}

.hd__trust-text {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700
}

.hd__trust-sub {
    font-size: 14px;
    line-height: 1.3;
    color: #ffffffd1;
    font-weight: 400
}

.hd__bar {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: stretch
}

.hd__menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 16px 0 0
}

.hd__menu-item {
    display: flex
}

.hd__menu-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    border: 2px solid #ffffff59;
    border-radius: 8px;
    transition: background-color .25s ease-out, border-color .2s ease-out, color .2s ease-out;
    position: relative;
    overflow: hidden;
    white-space: nowrap
}

.hd__menu-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #ffffff38;
    transition: height .22s ease-out;
    z-index: 0
}

.hd__menu-link:hover::before,
.hd__menu-link:focus::before {
    height: 100%
}

.hd__menu-link:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #b0509247
}

.hd__menu-link span {
    position: relative;
    z-index: 1
}

.hd__menu-link .material-icons {
    font-size: 18px;
    position: relative;
    z-index: 1
}

.hd__accent-strip {
    height: 4px;
    background: linear-gradient(90deg, #B05092 0%, #F2E5ED 60%, #f2e5ed00 100%);
    margin-top: 16px
}

@media (max-width: 900px) {
    .hd__top {
        flex-wrap: wrap;
        gap: 16px;
        padding: 16px 16px 0
    }

    .hd__trust {
        order: 3;
        flex-basis: 100%;
        justify-content: center
    }

    .hd__bar {
        padding: 0 16px
    }

    .hd__menu {
        gap: 4px
    }

    .hd__menu-link {
        font-size: 14px;
        padding: 8px 12px
    }
}

@media (max-width: 600px) {
    .hd__brand-name {
        font-size: 18px
    }

    .hd__menu-link {
        padding: 8px;
        font-size: 14px
    }
}

.ft {
    background: #2a0e22;
    padding: 56px 28px 28px
}

.ft__inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px
}

.ft__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.ft__logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 2px solid #CDA9C2;
    box-shadow: 1px 6px 28px 0 #cda9c21a
}

.ft__logo-box img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block
}

.ft__tagline {
    font-size: 15px;
    line-height: 1.6;
    color: #CDA9C2;
    text-align: center;
    max-width: 480px
}

.ft__divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #B05092 30%, #CDA9C2 70%, transparent 100%)
}

.ft__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.ft__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 16px;
    list-style: none;
    margin: 0;
    padding: 0
}

.ft__menu-link {
    font-size: 14px;
    line-height: 1.6;
    color: #CDA9C2;
    text-decoration: none;
    border-bottom: 1px solid #cda9c24d;
    transition: color .18s ease-out, border-color .22s ease-out
}

.ft__menu-link:hover,
.ft__menu-link:focus {
    color: #F2E5ED;
    border-bottom-color: #F2E5ED
}

.ft__menu-link:focus {
    outline: 2px solid #CDA9C2;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #b050922e
}

.ft__copy {
    font-size: 14px;
    line-height: 1.6;
    color: #cda9c28c;
    text-align: center
}

@media (max-width: 600px) {
    .ft {
        padding: 56px 16px 28px
    }

    .ft__row {
        flex-direction: column;
        gap: 16px
    }
}

.ck-bar {
    display: none;
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 1200;
    max-width: 420px;
    width: calc(100% - 56px);
    background: #fff;
    border: 2px solid #CDA9C2;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 1px 9px 60px 0 #b0509221;
    opacity: 0;
    transition: opacity .32s ease-out
}

.ck-bar.visible {
    opacity: 1
}

.ck-bar__text {
    font-family: 'Alegreya', Georgia, serif;
    font-size: 14px;
    line-height: 1.6;
    color: #2a0e22;
    margin: 0 0 16px
}

.ck-bar__btns {
    display: flex;
    align-items: center;
    gap: 16px
}

.ck-bar__accept {
    font-family: 'Alegreya', Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    color: #B05092;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    transition: color .18s ease-out
}

.ck-bar__accept:hover,
.ck-bar__accept:focus {
    color: #2a0e22
}

.ck-bar__accept:focus {
    outline: 2px solid #B05092;
    outline-offset: 2px
}

.ck-bar__decline {
    font-family: 'Alegreya', Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    color: #CDA9C2;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    transition: color .18s ease-out
}

.ck-bar__decline:hover,
.ck-bar__decline:focus {
    color: #B05092
}

.ck-bar__decline:focus {
    outline: 2px solid #CDA9C2;
    outline-offset: 2px
}

@media (max-width: 600px) {
    .ck-bar {
        bottom: 16px;
        left: 16px;
        width: calc(100% - 32px)
    }
}

.policy-page {
    max-width: 1320px;
    margin: 0 auto;
    padding: 56px 28px
}

.policy-page p {
    font-size: 15px;
    line-height: 1.9;
    color: #2a1a24;
    margin-bottom: 16px
}

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

.policy-page a {
    color: #B05092;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s ease-out, text-decoration-color .25s ease-out
}

.policy-page a:hover {
    color: #8a3a71;
    text-decoration-color: #CDA9C2
}

.policy-page a:visited {
    color: #8a3a71
}

.policy-page table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 1px 3px 5px 0 #b050920f;
    border-radius: 12px;
    overflow: hidden
}

.policy-page thead {
    background: #B05092
}

.policy-page thead th {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -.01em;
    padding: 16px;
    text-align: left
}

.policy-page tbody tr {
    border-bottom: 1px solid #F2E5ED;
    transition: background-color .18s ease-out
}

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

.policy-page tbody tr:nth-child(even) {
    background: #fdf6fb
}

.policy-page tbody tr:hover {
    background: #F2E5ED
}

.policy-page td {
    padding: 16px;
    color: #2a1a24;
    vertical-align: top
}

.policy-page th {
    padding: 16px
}

.policy-page hr {
    border: none;
    border-top: 2px solid #F2E5ED;
    margin: 56px 0;
    position: relative
}

@media (max-width: 600px) {
    .policy-page {
        padding: 28px 16px
    }

    .policy-page table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .policy-page p {
        font-size: 14px
    }
}

@media (min-width: 900px) {
    .policy-page {
        padding: 56px
    }
}

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

.abt-us * {
    box-sizing: border-box
}

.abt-us__schema {
    display: none
}

.abt-us__lead {
    position: relative;
    padding: 56px 28px;
    background-color: #F2E5ED;
    overflow: hidden
}

.abt-us__lead-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.abt-us__lead-pattern svg {
    width: 100%;
    height: 100%;
    opacity: .18
}

.abt-us__lead-inner {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px
}

.abt-us__lead-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 16px;
    border: 2px solid #B05092;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #B05092;
    font-weight: 600;
    letter-spacing: .04em
}

.abt-us__lead-dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #B05092;
    flex-shrink: 0
}

.abt-us__lead-text {
    max-width: 680px
}

.abt-us__lead-h1 {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #2d1a27;
    margin: 0 0 16px;
    font-weight: 800
}

.abt-us__lead-h1 .acc-word {
    display: inline;
    background: linear-gradient(97deg, #B05092 0%, #CDA9C2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.abt-us__lead-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #4a2f42;
    margin: 0;
    max-width: 540px
}

.abt-us__lead-deco {
    position: absolute;
    right: -28px;
    top: 28px;
    width: 320px;
    height: 320px;
    border-radius: 48px;
    background: linear-gradient(97deg, #B05092 0%, #F2E5ED 80%);
    opacity: .13;
    pointer-events: none;
    transform: rotate(18deg)
}

.abt-us__lead-bleed {
    position: absolute;
    bottom: -56px;
    left: -56px;
    width: 260px;
    height: 260px;
    border-radius: 48px;
    background: #CDA9C2;
    opacity: 0;
    pointer-events: none;
    animation: bleed-corner 7s ease-out infinite alternate
}

@keyframes bleed-corner {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0.85)
    }

    60% {
        opacity: .14;
        transform: translate(16px, -12px) scale(1.05)
    }

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

.abt-us__zigzag {
    width: 100%;
    display: block;
    line-height: 0
}

.abt-us__story {
    background: #2d1a27;
    padding: 56px 28px;
    position: relative;
    overflow: hidden
}

.abt-us__story-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.abt-us__story-col {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt-us__story-accent {
    width: 48px;
    height: 4px;
    background: linear-gradient(97deg, #B05092 0%, #CDA9C2 100%);
    border-radius: 8px;
    margin-bottom: 4px
}

.abt-us__story-h2 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #F2E5ED;
    margin: 0;
    font-weight: 700
}

.abt-us__story-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.abt-us__story-p {
    font-size: 15px;
    line-height: 1.6;
    color: #CDA9C2;
    margin: 0
}

.abt-us__story-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #b050924d;
    box-shadow: 1px 9px 60px 0 #b0509221;
    aspect-ratio: 4/3
}

.abt-us__story-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.85) sepia(0.2);
    transition: filter .25s ease-out
}

.abt-us__story-img-wrap:hover .abt-us__story-img {
    filter: saturate(1) brightness(0.95) sepia(0.1)
}

.abt-us__funnel-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us__funnel-h3 {
    font-size: 22px;
    line-height: 1.3;
    color: #F2E5ED;
    margin: 0;
    font-weight: 700
}

.abt-us__funnel-sub {
    font-size: 14px;
    line-height: 1.6;
    color: #CDA9C2;
    margin: 0
}

.abt-us__funnel {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.abt-us__funnel-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.abt-us__funnel-bar-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.abt-us__funnel-label {
    font-size: 13px;
    line-height: 1.3;
    color: #CDA9C2;
    font-weight: 600;
    letter-spacing: .02em
}

.abt-us__funnel-track {
    height: 28px;
    border-radius: 8px;
    background: #b050921f;
    overflow: hidden;
    position: relative
}

.abt-us__funnel-fill {
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(97deg, #B05092 0%, #CDA9C2 85%);
    animation: funnel-grow .9s ease-out forwards;
    transform-origin: left center
}

@keyframes funnel-grow {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.abt-us__funnel-fill--w90 {
    width: 90%;
    animation-delay: .1s
}

.abt-us__funnel-fill--w72 {
    width: 72%;
    animation-delay: .22s
}

.abt-us__funnel-fill--w58 {
    width: 58%;
    animation-delay: .34s
}

.abt-us__funnel-fill--w44 {
    width: 44%;
    animation-delay: .46s
}

.abt-us__funnel-pct {
    font-size: 14px;
    line-height: 1.3;
    color: #F2E5ED;
    font-weight: 700;
    min-width: 36px;
    text-align: right
}

.abt-us__zigzag-dark {
    background: #2d1a27;
    line-height: 0;
    display: block
}

.abt-us__values {
    background: #fff;
    padding: 56px 28px
}

.abt-us__values-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 56px
}

.abt-us__values-top {
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 56px;
    align-items: start
}

.abt-us__values-accent {
    width: 48px;
    height: 4px;
    background: linear-gradient(97deg, #B05092 0%, #CDA9C2 100%);
    border-radius: 8px;
    margin-bottom: 8px
}

.abt-us__values-h2 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #2d1a27;
    margin: 0 0 16px;
    font-weight: 700
}

.abt-us__values-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.abt-us__values-p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a2f42;
    margin: 0
}

.abt-us__img2-wrap {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #CDA9C2;
    box-shadow: 1px 6px 28px 0 #b050921a;
    aspect-ratio: 3/4
}

.abt-us__img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.75) brightness(0.92);
    transition: filter .35s ease-out
}

.abt-us__img2-wrap:hover .abt-us__img2 {
    filter: saturate(1) brightness(1)
}

.abt-us__badges-row {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us__badges-h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #2d1a27;
    margin: 0;
    font-weight: 700
}

.abt-us__badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.abt-us__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 12px;
    border: 2px solid #CDA9C2;
    background: #F2E5ED;
    font-size: 14px;
    line-height: 1.3;
    color: #2d1a27;
    font-weight: 600;
    transition: border-color .2s ease-out, background .2s ease-out
}

.abt-us__badge:hover {
    border-color: #B05092;
    background: #fff
}

.abt-us__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #B05092;
    flex-shrink: 0
}

.abt-us__team-row {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt-us__team-h3 {
    font-size: 22px;
    line-height: 1.3;
    color: #2d1a27;
    margin: 0;
    font-weight: 700;
    letter-spacing: -.01em
}

.abt-us__team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.abt-us__member {
    border-radius: 20px;
    border: 2px solid #F2E5ED;
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    background: #fff;
    box-shadow: 1px 3px 5px 0 #b050920f;
    transition: box-shadow .22s ease-out, border-color .22s ease-out
}

.abt-us__member:hover {
    box-shadow: 1px 6px 28px 0 #b050921a;
    border-color: #CDA9C2
}

.abt-us__member-avatar {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: linear-gradient(97deg, #B05092 0%, #CDA9C2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px
}

.abt-us__member-name {
    font-size: 15px;
    line-height: 1.3;
    color: #2d1a27;
    font-weight: 700;
    margin: 0
}

.abt-us__member-role {
    font-size: 14px;
    line-height: 1.3;
    color: #B05092;
    font-weight: 600;
    margin: 0
}

.abt-us__member-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #4a2f42;
    margin: 0
}

.abt-us__dashed-block {
    border: 2px dashed #CDA9C2;
    border-radius: 20px;
    padding: 28px;
    background: #F2E5ED;
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: center
}

.abt-us__dashed-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #CDA9C2;
    flex-shrink: 0;
    width: 180px;
    height: 140px;
    box-shadow: 1px 3px 5px 0 #b050920f
}

.abt-us__dashed-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.9) sepia(0.15)
}

.abt-us__dashed-text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us__dashed-h5 {
    font-size: 18px;
    line-height: 1.3;
    color: #2d1a27;
    font-weight: 700;
    margin: 0
}

.abt-us__dashed-p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a2f42;
    margin: 0
}

.abt-us__dashed-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 2px solid #B05092;
    background: transparent;
    color: #B05092;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    transition: color .18s ease-out
}

.abt-us__dashed-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #B05092;
    transition: height .22s ease-out;
    z-index: 0
}

.abt-us__dashed-link:hover::before {
    height: 100%
}

.abt-us__dashed-link:hover {
    color: #fff
}

.abt-us__dashed-link span {
    position: relative;
    z-index: 1
}

.abt-us__dashed-link .material-icons {
    position: relative;
    z-index: 1;
    font-size: 18px
}

@media (max-width: 900px) {
    .abt-us__lead-h1 {
        font-size: 30px
    }

    .abt-us__story-inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .abt-us__story-body {
        grid-template-columns: 1fr
    }

    .abt-us__values-top {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .abt-us__values-body {
        grid-template-columns: 1fr
    }

    .abt-us__team-grid {
        grid-template-columns: 1fr 1fr
    }

    .abt-us__img2-wrap {
        aspect-ratio: 16/9;
        max-height: 260px
    }

    .abt-us__dashed-block {
        flex-direction: column;
        align-items: flex-start
    }

    .abt-us__dashed-img-wrap {
        width: 100%;
        height: 160px
    }
}

@media (max-width: 600px) {
    .abt-us__lead {
        padding: 28px 16px
    }

    .abt-us__lead-h1 {
        font-size: 22px
    }

    .abt-us__story {
        padding: 28px 16px
    }

    .abt-us__values {
        padding: 28px 16px
    }

    .abt-us__team-grid {
        grid-template-columns: 1fr
    }

    .abt-us__funnel-step {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px
    }

    .abt-us__funnel-pct {
        align-self: flex-end
    }
}

.entr {
    overflow-x: hidden
}

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

.entr ::selection {
    background: #B05092;
    color: #fff;
    font-weight: 700
}

.entr .pg-max {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 56px;
    padding-right: 56px
}

@media (max-width: 900px) {
    .entr .pg-max {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media (max-width: 600px) {
    .entr .pg-max {
        padding-left: 16px;
        padding-right: 16px
    }
}

.entr .cross-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    margin: 0;
    padding: 16px 0
}

.entr .cross-div__line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex: 1
}

.entr .cross-div__cross {
    width: 10px;
    height: 10px;
    position: relative;
    flex-shrink: 0
}

.entr .cross-div__cross::before,
.entr .cross-div__cross::after {
    content: "";
    position: absolute;
    background: #CDA9C2
}

.entr .cross-div__cross::before {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 0
}

.entr .cross-div__cross::after {
    width: 10px;
    height: 2px;
    left: 0;
    top: 4px
}

.entr .cross-div__seg {
    height: 1px;
    background: #CDA9C2;
    flex: 1
}

.entr .acc-line {
    display: block;
    width: 40px;
    height: 3px;
    background: #B05092;
    border-radius: 8px;
    margin-bottom: 16px
}

.entr .hl-word {
    display: inline;
    background: #F2E5ED;
    padding: 0 8px;
    border-radius: 8px
}

.entr input::placeholder,
.entr textarea::placeholder {
    color: inherit;
    opacity: .4
}

.entr .badge-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.entr .badge-list__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 32px;
    font-size: 14px;
    line-height: 1.3;
    border: 2px solid #CDA9C2;
    color: #2d1a27;
    background: #fff
}

.entr .badge-list__item .material-icons {
    font-size: 16px;
    color: #B05092
}

@keyframes gradA {
    0% {
        background-position: 0 50%
    }

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

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

@keyframes gradB {
    0% {
        background-position: 100% 0
    }

    50% {
        background-position: 0 100%
    }

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

@keyframes ringFill {
    from {
        stroke-dashoffset: 220
    }

    to {
        stroke-dashoffset: var(--ring-target)
    }
}

.entr .ring-num {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.entr .ring-num__svg {
    width: 96px;
    height: 96px
}

.entr .ring-num__track {
    fill: none;
    stroke: #F2E5ED;
    stroke-width: 7
}

.entr .ring-num__fill {
    fill: none;
    stroke: #B05092;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    transform-origin: center;
    transform: rotate(-90deg);
    animation: ringFill 1.4s .3s ease-out forwards
}

.entr .ring-num__val {
    font-size: 22px;
    font-weight: 700;
    fill: #2d1a27;
    dominant-baseline: middle;
    text-anchor: middle
}

.entr .ring-num__lbl {
    font-size: 14px;
    line-height: 1.3;
    color: #5a3a50;
    text-align: center;
    max-width: 100px
}

.entr .metric-pair {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

@media (max-width: 600px) {
    .entr .metric-pair {
        gap: 28px
    }
}

.entr .metric-pair__fig {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    color: #B05092;
    letter-spacing: -.03em
}

.entr .metric-pair__lbl {
    font-size: 14px;
    line-height: 1.6;
    color: #5a3a50;
    margin-top: 4px
}

.entr .metric-pair__item {
    display: flex;
    flex-direction: column
}

.entr .btn-prim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    border-radius: 12px;
    border: 3px solid #B05092;
    background: transparent;
    color: #B05092;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .25s ease-out, border-color .25s ease-out;
    text-decoration: none
}

.entr .btn-prim::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #B05092;
    transition: height .22s ease-out;
    z-index: 0
}

.entr .btn-prim:hover::before {
    height: 100%
}

.entr .btn-prim:hover {
    color: #fff
}

.entr .btn-prim span,
.entr .btn-prim .material-icons {
    position: relative;
    z-index: 1
}

.entr .btn-prim:focus-visible {
    outline: 3px solid #B05092;
    outline-offset: 3px
}

.entr .btn-prim:active {
    transform: scale(0.97);
    transition: transform .15s ease-out
}

.entr .img-frame {
    border: 1.5px solid #b050922e;
    border-radius: 12px;
    overflow: hidden;
    display: block
}

.entr .img-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.entr .bracket-wrap {
    position: relative;
    padding: 28px 56px
}

@media (max-width: 900px) {
    .entr .bracket-wrap {
        padding: 28px
    }
}

.entr .bracket-wrap::before,
.entr .bracket-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    border-top: 3px solid #CDA9C2;
    border-bottom: 3px solid #CDA9C2
}

.entr .bracket-wrap::before {
    left: 0;
    border-left: 3px solid #CDA9C2;
    border-radius: 12px 0 0 12px
}

.entr .bracket-wrap::after {
    right: 0;
    border-right: 3px solid #CDA9C2;
    border-radius: 0 12px 12px 0
}

.entr .s1-block {
    background: #fff;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.entr .s1-block__bg-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.entr .s1-block__bg-grid svg {
    width: 100%;
    height: 100%;
    opacity: .04
}

.entr .s1-block__inner {
    position: relative;
    z-index: 1
}

.entr .s1-block__kicker {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #B05092;
    font-weight: 600;
    margin-bottom: 16px;
    display: block
}

.entr .s1-block__h1 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 900;
    color: #2d1a27;
    letter-spacing: -.03em;
    margin: 0;
    max-width: 900px
}

@media (max-width: 900px) {
    .entr .s1-block__h1 {
        font-size: 30px;
        line-height: 1.3
    }
}

@media (max-width: 600px) {
    .entr .s1-block__h1 {
        font-size: 22px;
        line-height: 1.3
    }
}

.entr .s2-block {
    background: #F2E5ED;
    padding-top: 56px;
    padding-bottom: 56px
}

.entr .s2-block__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

@media (max-width: 900px) {
    .entr .s2-block__grid {
        grid-template-columns: 1fr;
        gap: 28px
    }
}

.entr .s2-block__h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: #2d1a27;
    letter-spacing: -.02em;
    margin: 0 0 16px
}

.entr .s2-block__txt {
    font-size: 15px;
    line-height: 1.6;
    color: #3d2235;
    margin: 0 0 16px
}

.entr .s2-block__txt:last-child {
    margin-bottom: 0
}

.entr .s2-block__col-r {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.entr .s2-block__not-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 1px 6px 28px 0 #b050921a
}

.entr .s2-block__not-card h4 {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #B05092;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px
}

.entr .s2-block__not-card h4 .material-icons {
    font-size: 18px
}

.entr .s2-block__not-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #5a3a50;
    margin: 0
}

.entr .s3-block {
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative;
    overflow: hidden
}

.entr .s3-block__bg-a {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(97deg, #fff 0%, #F2E5ED 45%, #CDA9C2 100%);
    background-size: 300% 300%;
    animation: gradA 9s ease-in-out infinite
}

.entr .s3-block__bg-b {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(97deg, #b0509212 0%, #cda9c21f 60%, #f2e5ed00 100%);
    background-size: 400% 400%;
    animation: gradB 13s ease-in-out infinite;
    mix-blend-mode: multiply
}

.entr .s3-block__inner {
    position: relative;
    z-index: 1
}

.entr .s3-block__layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: start
}

@media (max-width: 900px) {
    .entr .s3-block__layout {
        grid-template-columns: 1fr;
        gap: 28px
    }
}

.entr .s3-block__h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: #2d1a27;
    letter-spacing: -.02em;
    margin: 0 0 16px
}

.entr .s3-block__lede {
    font-size: 15px;
    line-height: 1.6;
    color: #3d2235;
    margin: 0 0 28px
}

.entr .s3-block__steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0
}

.entr .s3-block__step {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    background: #ffffffb8;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 1px 3px 5px 0 #b050920f;
    transition: box-shadow .28s ease-out, transform .22s ease-out
}

.entr .s3-block__step:hover {
    box-shadow: 1px 9px 60px 0 #b0509221;
    transform: translateY(-2px)
}

.entr .s3-block__step-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #B05092;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center
}

.entr .s3-block__step-body h5 {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #2d1a27;
    margin: 0 0 8px
}

.entr .s3-block__step-body p {
    font-size: 14px;
    line-height: 1.6;
    color: #5a3a50;
    margin: 0
}

.entr .s3-block__rings {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start
}

.entr .s3-block__metrics {
    padding-top: 16px
}

.entr .s4-block {
    padding-top: 56px;
    padding-bottom: 56px;
    background: #2d1a27
}

.entr .s4-block__h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: #F2E5ED;
    letter-spacing: -.02em;
    margin: 0 0 8px
}

.entr .s4-block__sub {
    font-size: 15px;
    line-height: 1.6;
    color: #CDA9C2;
    margin: 0 0 28px;
    max-width: 560px
}

.entr .s4-block__acc-line {
    display: block;
    width: 40px;
    height: 3px;
    background: #B05092;
    border-radius: 8px;
    margin-bottom: 16px
}

.entr .s4-block__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px
}

@media (max-width: 900px) {
    .entr .s4-block__grid {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.entr .s4-card {
    background: #ffffff0d;
    border: 1.5px solid #cda9c238;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color .2s ease-out, background .28s ease-out
}

.entr .s4-card:hover {
    border-color: #b050928c;
    background: #b0509214
}

.entr .s4-card__img-wrap {
    width: 100%;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
    border-bottom: 1.5px solid #cda9c22e
}

.entr .s4-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .38s ease-out
}

.entr .s4-card:hover .s4-card__img-wrap img {
    transform: scale(1.04)
}

.entr .s4-card__body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.entr .s4-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #B05092;
    letter-spacing: .06em;
    text-transform: uppercase
}

.entr .s4-card__tag .material-icons {
    font-size: 15px
}

.entr .s4-card__h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #F2E5ED;
    margin: 0
}

.entr .s4-card__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #CDA9C2;
    margin: 0
}

.entr .s4-card__badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.entr .s4-card__badge {
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 32px;
    border: 1.5px solid #cda9c259;
    color: #CDA9C2;
    background: transparent
}

.entr .s4-block__foot {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap
}

.entr .s4-block__foot-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #CDA9C2
}

.entr .s4-block__foot-txt a {
    color: #F2E5ED;
    text-decoration: underline;
    text-underline-offset: 3px
}

.entr .s4-block__foot-txt a:hover {
    color: #B05092
}

.entr .s2-block__img-wrap {
    width: 100%;
    height: 340px;
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid #b050922e;
    box-shadow: 1px 6px 28px 0 #b050921a
}

.entr .s2-block__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.entr .s2-block__col-l {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.entr .s2-block__two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

@media (max-width: 600px) {
    .entr .s2-block__two-col {
        grid-template-columns: 1fr
    }
}

.entr .s2-block__para {
    font-size: 15px;
    line-height: 1.6;
    color: #3d2235;
    margin: 0
}

.entr .s3-block__img-wrap {
    width: 100%;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid #b050922e;
    box-shadow: 1px 6px 28px 0 #b050921a;
    margin-bottom: 28px
}

.entr .s3-block__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

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

.ct-us::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: radial-gradient(circle at 20% 30%, #b050920a 0%, transparent 60%), radial-gradient(circle at 80% 70%, #cda9c20f 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
    animation: bg-pulse 6s ease-in-out infinite
}

@keyframes bg-pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .55
    }
}

.ct-us__frame {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 1
}

::selection {
    background: #B05092;
    color: #fff;
    font-weight: 700
}

.ct-us ::selection {
    background: #B05092;
    color: #fff;
    font-weight: 700
}

.ct-us__intro {
    padding: 56px 0 28px;
    position: relative;
    background: #fff
}

.ct-us__intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: end
}

.ct-us__intro-left {
    padding: 56px 0 28px
}

.ct-us__pre-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #B05092;
    text-transform: uppercase;
    margin-bottom: 16px
}

.ct-us__pre-label span.mat-icon {
    font-size: 16px;
    line-height: 1
}

.ct-us__h1 {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1e1224;
    margin: 0 0 28px;
    font-weight: 800
}

.ct-us__h1 em {
    font-style: normal;
    position: relative;
    display: inline-block
}

.ct-us__h1 em::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 10px;
    background: #b050922e;
    z-index: -1;
    border-radius: 4px
}

.ct-us__intro-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #3d2535;
    max-width: 480px;
    margin: 0
}

.ct-us__intro-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
    background: linear-gradient(97deg, #F2E5ED 0%, #fff 80%);
    border-radius: 20px;
    border-top: 3px solid #B05092;
    box-shadow: 1px 6px 28px 0 #b050921a;
    position: relative;
    overflow: hidden
}

.ct-us__intro-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(97deg, #B05092 0%, #CDA9C2 100%);
    border-radius: 0 0 0 20px
}

.ct-us__corner-bracket {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px
}

.ct-us__corner-bracket svg {
    width: 28px;
    height: 28px
}

.ct-us__contact-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    background: #ffffffb3;
    border: 1px solid #b050921f;
    transition: background .22s ease-out, box-shadow .22s ease-out;
    position: relative;
    overflow: hidden
}

.ct-us__contact-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 3px;
    height: 100%;
    background: #B05092;
    transition: top .28s ease-out
}

.ct-us__contact-item:hover::after {
    top: 0
}

.ct-us__contact-item:hover {
    background: #f2e5ed99;
    box-shadow: 1px 3px 5px 0 #b050920f
}

.ct-us__ci-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(97deg, #B05092 0%, #CDA9C2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ct-us__ci-icon .material-icons {
    font-size: 20px;
    color: #fff
}

.ct-us__ci-body {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ct-us__ci-label {
    font-size: 14px;
    font-weight: 600;
    color: #B05092;
    letter-spacing: .04em;
    text-transform: uppercase
}

.ct-us__ci-val {
    font-size: 15px;
    line-height: 1.3;
    color: #2a1520;
    text-decoration: none;
    font-weight: 500
}

.ct-us__ci-val:hover {
    color: #B05092;
    text-decoration: underline
}

.ct-us__divider {
    line-height: 0;
    overflow: hidden
}

.ct-us__divider svg {
    display: block;
    width: 100%
}

.ct-us__form-sec {
    padding: 56px 0;
    background: linear-gradient(97deg, #F2E5ED 0%, #f2e5ed4d 70%, #fff 100%);
    position: relative
}

.ct-us__form-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 10% 50%, #b050920d 0%, transparent 50%), radial-gradient(circle at 90% 20%, #cda9c212 0%, transparent 45%);
    pointer-events: none
}

.ct-us__form-wrap {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 56px;
    align-items: start;
    position: relative;
    z-index: 1
}

.ct-us__form-aside {
    padding: 28px 0 0
}

.ct-us__aside-accent {
    width: 40px;
    height: 3px;
    background: #B05092;
    border-radius: 8px;
    margin-bottom: 16px
}

.ct-us__aside-h2 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #1e1224;
    font-weight: 700;
    margin: 0 0 16px
}

.ct-us__aside-p {
    font-size: 15px;
    line-height: 1.6;
    color: #3d2535;
    margin: 0 0 28px
}

.ct-us__tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.ct-us__tag {
    font-size: 14px;
    font-weight: 500;
    color: #B05092;
    background: #b0509214;
    border: 1px solid #b0509233;
    border-radius: 32px;
    padding: 4px 16px;
    line-height: 1.6;
    transition: background .2s ease-out, color .2s ease-out
}

.ct-us__tag:hover {
    background: #b0509226;
    color: #8a3070
}

.ct-us__form-card {
    background: #fff;
    border-radius: 20px;
    border-top: 3px solid #B05092;
    box-shadow: 1px 9px 60px 0 #b0509221;
    padding: 28px;
    position: relative
}

.ct-us__form-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 28px;
    left: 28px;
    height: 3px;
    background: linear-gradient(97deg, transparent 0%, #b0509226 100%);
    border-radius: 0 0 8px 8px
}

.ct-us__form-corner {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px
}

.ct-us__form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ct-us__field {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us__lbl {
    font-size: 14px;
    font-weight: 600;
    color: #3d2535;
    letter-spacing: .03em
}

.ct-us__lbl span {
    color: #B05092;
    margin-left: 2px
}

.ct-us__inp {
    font-size: 15px;
    line-height: 1.6;
    color: #2a1520;
    background: #fdf8fb;
    border: 1.5px solid #b0509233;
    border-radius: 12px;
    padding: 12px 16px;
    outline: none;
    transition: border-color .25s ease-out, box-shadow .25s ease-out;
    width: 100%;
    box-sizing: border-box
}

.ct-us__inp::placeholder {
    color: #2a152066
}

.ct-us__inp:focus {
    border-color: #B05092;
    box-shadow: 0 0 0 3px #b050921f;
    background: #fff
}

.ct-us__radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us__radio-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1.5px solid #b0509226;
    background: #fdf8fb;
    cursor: pointer;
    transition: border-color .2s ease-out, background .2s ease-out;
    position: relative
}

.ct-us__radio-opt:hover {
    border-color: #b0509266;
    background: #f2e5ed80
}

.ct-us__radio-opt input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 48px;
    border: 2px solid #b0509266;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
    transition: border-color .2s ease-out;
    position: relative
}

.ct-us__radio-opt input[type="radio"]:checked {
    border-color: #B05092;
    background: #B05092;
    box-shadow: inset 0 0 0 3px #fff
}

.ct-us__radio-opt input[type="radio"]:focus {
    outline: 2px solid #b0509280;
    outline-offset: 2px
}

.ct-us__radio-txt {
    font-size: 15px;
    line-height: 1.3;
    color: #2a1520;
    font-weight: 500
}

.ct-us__radio-sub {
    font-size: 14px;
    color: #7a4d6a;
    font-weight: 400;
    display: block;
    margin-top: 2px
}

.ct-us__msg {
    font-size: 15px;
    line-height: 1.6;
    color: #2a1520;
    background: #fdf8fb;
    border: 1.5px solid #b0509233;
    border-radius: 12px;
    padding: 12px 16px;
    outline: none;
    resize: vertical;
    min-height: 100px;
    transition: border-color .25s ease-out, box-shadow .25s ease-out;
    width: 100%;
    box-sizing: border-box
}

.ct-us__msg::placeholder {
    color: #2a152066
}

.ct-us__msg:focus {
    border-color: #B05092;
    box-shadow: 0 0 0 3px #b050921f;
    background: #fff
}

.ct-us__privacy {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #f2e5ed66;
    border-radius: 12px;
    border: 1px solid #b050921f
}

.ct-us__privacy input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    border: 2px solid #b0509266;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    transition: border-color .2s ease-out, background .2s ease-out;
    position: relative
}

.ct-us__privacy input[type="checkbox"]:checked {
    background: #B05092;
    border-color: #B05092;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center
}

.ct-us__privacy input[type="checkbox"]:focus {
    outline: 2px solid #b0509280;
    outline-offset: 2px
}

.ct-us__privacy-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #3d2535
}

.ct-us__privacy-txt a {
    color: #B05092;
    text-decoration: underline;
    text-decoration-color: #b0509266;
    transition: text-decoration-color .2s ease-out
}

.ct-us__privacy-txt a:hover {
    text-decoration-color: #B05092
}

.ct-us__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #B05092;
    background: transparent;
    border: 2.5px solid #B05092;
    border-radius: 12px;
    padding: 16px 28px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .35s ease-out;
    align-self: flex-start
}

.ct-us__submit::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #B05092;
    transition: height .35s ease-out;
    z-index: 0
}

.ct-us__submit:hover::before {
    height: 100%
}

.ct-us__submit:hover {
    color: #fff
}

.ct-us__submit:focus {
    outline: 3px solid #b0509266;
    outline-offset: 3px
}

.ct-us__submit .material-icons,
.ct-us__submit span {
    position: relative;
    z-index: 1
}

.ct-us__details {
    padding: 56px 0;
    background: #fff;
    position: relative
}

.ct-us__details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px
}

.ct-us__det-card {
    border-radius: 20px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    border-top: 3px solid transparent;
    transition: box-shadow .3s ease-out, transform .25s ease-out
}

.ct-us__det-card--a {
    background: linear-gradient(97deg, #1e1224 0%, #2d1a30 100%);
    border-top-color: #B05092
}

.ct-us__det-card--b {
    background: linear-gradient(97deg, #F2E5ED 0%, #cda9c24d 100%);
    border-top-color: #CDA9C2
}

.ct-us__det-card--c {
    background: linear-gradient(97deg, #B05092 0%, #CDA9C2 100%);
    border-top-color: #fff6
}

.ct-us__det-card:hover {
    box-shadow: 1px 9px 60px 0 #b0509221;
    transform: translateY(-4px)
}

.ct-us__det-card-bracket {
    position: absolute;
    bottom: 12px;
    right: 12px;
    opacity: .2
}

.ct-us__det-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.ct-us__det-card--a .ct-us__det-icon {
    background: #b0509240
}

.ct-us__det-card--b .ct-us__det-icon {
    background: #b050921f
}

.ct-us__det-card--c .ct-us__det-icon {
    background: #ffffff40
}

.ct-us__det-card--a .ct-us__det-icon .material-icons {
    color: #CDA9C2;
    font-size: 22px
}

.ct-us__det-card--b .ct-us__det-icon .material-icons {
    color: #B05092;
    font-size: 22px
}

.ct-us__det-card--c .ct-us__det-icon .material-icons {
    color: #fff;
    font-size: 22px
}

.ct-us__det-h {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px
}

.ct-us__det-card--a .ct-us__det-h {
    color: #F2E5ED
}

.ct-us__det-card--b .ct-us__det-h {
    color: #1e1224
}

.ct-us__det-card--c .ct-us__det-h {
    color: #fff
}

.ct-us__det-p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0
}

.ct-us__det-card--a .ct-us__det-p {
    color: #f2e5edbf
}

.ct-us__det-card--b .ct-us__det-p {
    color: #3d2535
}

.ct-us__det-card--c .ct-us__det-p {
    color: #ffffffd9
}

.ct-us__det-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 16px;
    transition: gap .2s ease-out
}

.ct-us__det-card--a .ct-us__det-link {
    color: #CDA9C2
}

.ct-us__det-card--b .ct-us__det-link {
    color: #B05092
}

.ct-us__det-card--c .ct-us__det-link {
    color: #fff
}

.ct-us__det-link:hover {
    gap: 8px
}

.ct-us__det-link .material-icons {
    font-size: 16px
}

.ct-us__addr-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px
}

.ct-us__addr-line {
    font-size: 14px;
    line-height: 1.6;
    color: #f2e5edbf
}

@media (max-width: 1200px) {
    .ct-us__intro-grid {
        gap: 28px
    }

    .ct-us__form-wrap {
        gap: 28px
    }
}

@media (max-width: 900px) {
    .ct-us__intro-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .ct-us__intro-left {
        padding: 28px 0 0
    }

    .ct-us__h1 {
        font-size: 30px
    }

    .ct-us__form-wrap {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .ct-us__details-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 600px) {
    .ct-us__frame {
        padding: 0 16px
    }

    .ct-us__h1 {
        font-size: 30px
    }

    .ct-us__details-grid {
        grid-template-columns: 1fr
    }

    .ct-us__intro {
        padding: 28px 0 16px
    }

    .ct-us__form-sec {
        padding: 28px 0
    }

    .ct-us__details {
        padding: 28px 0
    }

    .ct-us__submit {
        width: 100%;
        justify-content: center
    }
}

.succ-pg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 28px;
    background: #fff
}

.succ-pg .succ-card {
    max-width: 560px;
    width: 100%;
    background: #F2E5ED;
    border-radius: 20px;
    padding: 56px;
    box-shadow: 1px 9px 60px 0 #b0509221;
    text-align: center;
    position: relative
}

.succ-pg .succ-card__icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 48px;
    background: #fff;
    border: 2px solid #CDA9C2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    box-shadow: 1px 6px 28px 0 #b050921a
}

.succ-pg .succ-card__icon-wrap svg {
    width: 36px;
    height: 36px
}

.succ-pg .succ-card__accent-line {
    width: 40px;
    height: 3px;
    background: #B05092;
    border-radius: 8px;
    margin: 0 auto 16px
}

.succ-pg .succ-card__title {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #2a1020;
    margin: 0 0 16px;
    font-weight: 700
}

.succ-pg .succ-card__text {
    font-size: 15px;
    line-height: 1.6;
    color: #4a2a3e;
    margin: 0 0 28px
}

.succ-pg .succ-card__divider {
    height: 1px;
    background: #CDA9C2;
    border-radius: 8px;
    margin: 0 0 28px;
    opacity: .5
}

.succ-pg .succ-card__info {
    font-size: 14px;
    line-height: 1.6;
    color: #6b3a58;
    margin: 0 0 28px
}

.succ-pg .succ-card__info a {
    color: #B05092;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s ease-out
}

.succ-pg .succ-card__info a:hover {
    color: #7a2a62
}

.succ-pg .succ-card__btn {
    display: inline-block;
    padding: 16px 28px;
    font-size: 15px;
    font-weight: 600;
    color: #B05092;
    background: transparent;
    border: 2.5px solid #B05092;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .25s ease-out, border-color .25s ease-out;
    z-index: 0
}

.succ-pg .succ-card__btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(97deg, #B05092 0%, #CDA9C2 100%);
    border-radius: 9px;
    transition: height .22s ease-out;
    z-index: -1
}

.succ-pg .succ-card__btn:hover {
    color: #fff;
    border-color: #B05092
}

.succ-pg .succ-card__btn:hover::before {
    height: 100%
}

.succ-pg .succ-card__btn:focus-visible {
    outline: 2px solid #B05092;
    outline-offset: 3px
}

@media (max-width: 600px) {
    .succ-pg .succ-card {
        padding: 28px 16px
    }

    .succ-pg .succ-card__title {
        font-size: 22px
    }
}