* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Archivo', sans-serif
}

.top-bar {
    background: linear-gradient(90deg, #8C6BBE 0%, #a688d4 100%);
    padding: 8px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px
}

.top-bar__contact {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .01em;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.top-bar__contact:hover,
.top-bar__contact:focus {
    color: #DDDCE5;
    text-decoration: none
}

.top-bar__contact:focus {
    outline: none;
    position: relative
}

.top-bar__contact:focus::before {
    content: "link";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    background: #fff;
    color: #8C6BBE;
    padding: 1px 6px;
    border-radius: 0;
    white-space: nowrap;
    pointer-events: none
}

.top-bar__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.top-bar__sep {
    width: 1px;
    height: 16px;
    background: #ffffff4d
}

.site-header {
    background: #fff;
    border-bottom: 2px solid #D5C3DC;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    position: relative
}

.site-header__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 32px 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

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

.brand-row__logo-box {
    background: #8c6bbe14;
    border: 1px solid #8c6bbe38;
    border-radius: 10px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 1px 2px 0 #8c6bbe14;
    width: 96px;
    height: 48px
}

.brand-row__logo-box img {
    width: 64px;
    height: 32px;
    object-fit: contain;
    display: block
}

.brand-row__name {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .02em;
    color: #2a1a4a
}

.brand-row__tagline {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #8C6BBE;
    font-weight: 400
}

.primary-nav {
    width: 100%;
    border-top: 1px solid #DDDCE5
}

.primary-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0
}

.primary-nav__item {
    position: relative
}

.primary-nav__link {
    display: flex;
    align-items: center;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .02em;
    color: #2a1a4a;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1), border-color .45s cubic-bezier(0.22, 1, 0.36, 1), background .45s cubic-bezier(0.22, 1, 0.36, 1);
    white-space: nowrap
}

.primary-nav__link:hover,
.primary-nav__link:focus {
    color: #8C6BBE;
    border-bottom-color: #8C6BBE;
    background: #d5c3dc21;
    text-decoration: none
}

.primary-nav__link:focus {
    outline: none
}

.primary-nav__link:focus::before {
    content: "focus";
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    background: #8C6BBE;
    color: #fff;
    padding: 1px 6px;
    border-radius: 0;
    white-space: nowrap;
    pointer-events: none;
    font-weight: 400;
    letter-spacing: .01em
}

.primary-nav__link--active {
    color: #8C6BBE;
    border-bottom-color: #8C6BBE
}

.header-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 0
}

.header-pattern svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    opacity: .06
}

.site-header__inner {
    position: relative;
    z-index: 1
}

.site-footer {
    background: #2a1a4a;
    color: #D5C3DC
}

.footer-upper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 48px 32px 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px
}

.foot-col__heading {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .02em;
    color: #fff;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d5c3dc40;
    border-left: 3px solid #8C6BBE;
    padding-left: 8px
}

.foot-col__text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #D5C3DC;
    margin: 0
}

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

.foot-col__list-item {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em
}

.foot-col__link {
    color: #D5C3DC;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.foot-col__link:hover,
.foot-col__link:focus {
    color: #8C6BBE;
    text-decoration: none
}

.foot-col__link:focus {
    outline: none;
    position: relative
}

.foot-col__link:focus::before {
    content: "link";
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 11px;
    background: #8C6BBE;
    color: #fff;
    padding: 1px 6px;
    border-radius: 0;
    white-space: nowrap;
    pointer-events: none
}

.foot-col__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px
}

.foot-col__contact-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px
}

.foot-col__address {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #D5C3DC;
    font-style: normal;
    margin: 0
}

.footer-lower {
    border-top: 1px solid #d5c3dc2e;
    max-width: 1024px;
    margin: 0 auto;
    padding: 16px 32px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.footer-lower__logo-box {
    background: #8c6bbe1f;
    border: 1px solid #8c6bbe4d;
    border-radius: 10px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 1px 2px 0 #8c6bbe14;
    width: 96px;
    height: 48px
}

.footer-lower__logo-box img {
    width: 64px;
    height: 32px;
    object-fit: contain;
    display: block
}

.footer-lower__legal-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 32px
}

.footer-lower__legal-link {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #D5C3DC;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.footer-lower__legal-link:hover,
.footer-lower__legal-link:focus {
    color: #8C6BBE;
    text-decoration: none
}

.footer-lower__legal-link:focus {
    outline: none;
    position: relative
}

.footer-lower__legal-link:focus::before {
    content: "link";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    background: #8C6BBE;
    color: #fff;
    padding: 1px 6px;
    border-radius: 0;
    white-space: nowrap;
    pointer-events: none
}

.footer-lower__copy {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #d5c3dc8c;
    margin: 0
}

@media (max-width: 768px) {
    .footer-upper {
        grid-template-columns: repeat(2, 1fr)
    }

    .top-bar {
        flex-wrap: wrap;
        gap: 8px;
        padding: 8px 16px
    }

    .top-bar__sep {
        display: none
    }

    .primary-nav__link {
        padding: 16px
    }

    .site-header__inner {
        padding: 16px 16px 0
    }
}

@media (max-width: 480px) {
    .footer-upper {
        grid-template-columns: 1fr
    }

    .brand-row__name {
        font-size: 19px
    }
}

.policy-main-rt {
    max-width: 1024px;
    margin: 0 auto;
    padding: 48px 32px;
    color: #2a2340
}

.policy-main-rt p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    margin-bottom: 16px;
    color: #2a2340
}

.policy-main-rt ul,
.policy-main-rt ol {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    margin-bottom: 16px;
    padding-left: 32px;
    color: #2a2340
}

.policy-main-rt li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em
}

.policy-main-rt li::marker {
    color: #8C6BBE
}

.policy-main-rt em,
.policy-main-rt i {
    font-style: italic;
    color: #5c4a8a
}

.policy-main-rt table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.7;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    border-radius: 10px;
    overflow: hidden
}

.policy-main-rt thead {
    background-color: #8C6BBE;
    color: #fff
}

.policy-main-rt thead tr {
    border-bottom: none
}

.policy-main-rt tbody tr {
    border-bottom: 1px solid #DDDCE5;
    transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

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

.policy-main-rt tbody tr:nth-child(even) {
    background-color: #f7f5fb
}

.policy-main-rt tbody tr:hover {
    background-color: #ede8f5
}

.policy-main-rt th {
    padding: 16px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.15;
    text-align: left;
    color: #fff
}

.policy-main-rt td {
    padding: 16px;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a2340;
    vertical-align: top
}

.policy-main-rt div {
    margin-bottom: 16px
}

.policy-main-rt div:last-child {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .policy-main-rt {
        padding: 32px 16px
    }

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

    .policy-main-rt th,
    .policy-main-rt td {
        padding: 8px 16px;
        white-space: nowrap
    }

    .policy-main-rt ul,
    .policy-main-rt ol {
        padding-left: 16px
    }
}

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

.itv-det .breadcrumb-bar {
    background: #DDDCE5;
    padding: 8px 0
}

.itv-det .breadcrumb-bar nav {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.itv-det .breadcrumb-bar a {
    font-size: 15px;
    line-height: 1.15;
    color: #5a3e8a;
    text-decoration: none;
    letter-spacing: .01em;
    padding: 0 8px;
    border-radius: 10px;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative
}

.itv-det .breadcrumb-bar a:hover {
    background: #8C6BBE;
    color: #fff
}

.itv-det .breadcrumb-bar .bc-sep {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #8C6BBE;
    border-right: 2px solid #8C6BBE;
    transform: rotate(45deg);
    flex-shrink: 0
}

.itv-det .breadcrumb-bar .bc-current {
    font-size: 15px;
    line-height: 1.15;
    color: #3a2560;
    letter-spacing: .01em;
    padding: 0 8px
}

.itv-det .article-lead {
    background: #2a1a4a;
    padding: 96px 32px 48px;
    position: relative;
    overflow: hidden
}

.itv-det .article-lead::before {
    content: '';
    position: absolute;
    top: -48px;
    left: -96px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    border: 2px solid #8c6bbe2e;
    pointer-events: none
}

.itv-det .article-lead::after {
    content: '';
    position: absolute;
    bottom: 32px;
    right: -64px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 1.5px solid #d5c3dc21;
    pointer-events: none
}

.itv-det .lead-curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.itv-det .lead-curve svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    opacity: .07
}

.itv-det .lead-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: center
}

.itv-det .lead-text {
    clip-path: inset(0 0 100% 0);
    animation: clip-reveal .65s cubic-bezier(0.22, 1, 0.36, 1) .1s forwards
}

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

.itv-det .tag-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap
}

.itv-det .tag-pill {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .02em;
    padding: 8px 16px;
    border-radius: 10px;
    background: #8c6bbe40;
    color: #D5C3DC;
    display: inline-block
}

.itv-det .tag-pill--cat {
    background: #d5c3dc26;
    color: #b89fd4
}

.itv-det .lead-h1 {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    background: linear-gradient(120deg, #fff 0%, #fff9 50%, #D5C3DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.itv-det .lead-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px
}

.itv-det .meta-author {
    font-size: 15px;
    line-height: 1.15;
    color: #b89fd4;
    letter-spacing: .01em
}

.itv-det .meta-date {
    font-size: 15px;
    line-height: 1.15;
    color: #d5c3dcb3;
    letter-spacing: .01em
}

.itv-det .meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d5c3dc66;
    flex-shrink: 0
}

.itv-det .lead-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c;
    position: relative
}

.itv-det .lead-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) contrast(1.1);
    transition: filter .6s ease-in-out
}

.itv-det .lead-img-wrap:hover img {
    filter: saturate(1) contrast(1.05)
}

.itv-det .lead-divider {
    width: 100%;
    line-height: 0;
    display: block;
    background: #2a1a4a
}

.itv-det .lead-divider svg {
    display: block;
    width: 100%
}

.itv-det .body-area {
    background: #fff;
    padding: 48px 32px 96px
}

.itv-det .body-grid {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 48px;
    align-items: start
}

.itv-det .article-body {
    min-width: 0
}

.itv-det .article-body .para-wide {
    padding: 0 32px
}

.itv-det .article-body p {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #1e1230;
    margin: 0 0 16px
}

.itv-det .article-body h2 {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 32px 0 16px;
    background: linear-gradient(110deg, #8C6BBE 0%, #8c6bbe80 55%, #D5C3DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.itv-det .article-body h3 {
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #3a2560;
    margin: 32px 0 8px
}

.itv-det .article-body abbr {
    text-decoration: underline dotted #8C6BBE;
    cursor: help;
    color: inherit
}

.itv-det .article-body ul {
    margin: 16px 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px
}

.itv-det .article-body ul li {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #1e1230;
    padding-left: 16px;
    position: relative
}

.itv-det .article-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8C6BBE
}

.itv-det .article-body figure {
    margin: 32px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c
}

.itv-det .article-body figure img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1/1
}

.itv-det .article-body figcaption {
    font-size: 15px;
    line-height: 1.7;
    color: #6a5490;
    padding: 8px 16px;
    background: #f5f2fa;
    letter-spacing: .01em
}

.itv-det .article-body a {
    color: #5a3e8a;
    text-decoration: none;
    padding: 0 4px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(to right, #8c6bbe26 0%, #8c6bbe26 100%) no-repeat left center;
    background-size: 0 100%;
    transition: background-size .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.itv-det .article-body a:hover {
    background-size: 100% 100%
}

.itv-det .accent-span {
    color: #D5C3DC
}

.itv-det .sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.itv-det .reaction-card {
    border-radius: 10px;
    background: #f5f2fa;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    padding: 32px;
    position: relative;
    overflow: hidden
}

.itv-det .reaction-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: #8C6BBE;
    border-radius: 0 10px 0 10px
}

.itv-det .reaction-card h4 {
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #2a1a4a;
    margin: 0 0 16px
}

.itv-det .reaction-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.itv-det .reaction-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.itv-det .reaction-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.itv-det .reaction-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 10px;
    border: 1.5px solid #D5C3DC;
    width: 100%;
    background: #fff;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 15px;
    line-height: 1.15;
    color: #3a2560;
    letter-spacing: .01em
}

.itv-det .reaction-item input[type="radio"]:checked+label {
    background: #8C6BBE;
    border-color: #8C6BBE;
    color: #fff;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c
}

.itv-det .reaction-item label:hover {
    border-color: #8C6BBE;
    background: #8c6bbe14
}

.itv-det .reaction-item input[type="radio"]:checked+label:hover {
    background: #8C6BBE
}

.itv-det .react-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.itv-det .growth-card {
    border-radius: 10px;
    background: #2a1a4a;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c;
    padding: 32px;
    position: relative;
    overflow: hidden
}

.itv-det .growth-card::after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: -32px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid #8c6bbe33;
    pointer-events: none
}

.itv-det .growth-card h4 {
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #D5C3DC;
    margin: 0 0 16px
}

.itv-det .chart-steps {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.itv-det .chart-step {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.itv-det .chart-step__label {
    font-size: 15px;
    line-height: 1.15;
    color: #d5c3dccc;
    letter-spacing: .01em;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.itv-det .chart-step__val {
    color: #D5C3DC;
    font-size: 15px
}

.itv-det .chart-step__bar-bg {
    height: 8px;
    border-radius: 10px;
    background: #ffffff14;
    overflow: hidden
}

.itv-det .chart-step__bar-fill {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #8C6BBE 0%, #8c6bbe66 100%);
    animation: bar-grow .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

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

.itv-det .chart-step:nth-child(1) .chart-step__bar-fill {
    width: 32%;
    animation-delay: .1s
}

.itv-det .chart-step:nth-child(2) .chart-step__bar-fill {
    width: 51%;
    animation-delay: .2s
}

.itv-det .chart-step:nth-child(3) .chart-step__bar-fill {
    width: 67%;
    animation-delay: .3s
}

.itv-det .chart-step:nth-child(4) .chart-step__bar-fill {
    width: 82%;
    animation-delay: .4s
}

.itv-det .chart-step:nth-child(5) .chart-step__bar-fill {
    width: 96%;
    animation-delay: .5s
}

.itv-det .cta-strip {
    background: linear-gradient(160deg, #8C6BBE 0%, #8c6bbe99 55%, #D5C3DC 100%);
    padding: 48px 32px;
    position: relative;
    overflow: hidden
}

.itv-det .cta-strip::before {
    content: '';
    position: absolute;
    top: -64px;
    right: -64px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 2px solid #ffffff1f;
    pointer-events: none
}

.itv-det .cta-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap
}

.itv-det .cta-text h3 {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #fff;
    margin: 0 0 8px
}

.itv-det .cta-text p {
    font-size: 19px;
    line-height: 1.7;
    color: #ffffffd9;
    margin: 0;
    letter-spacing: .01em
}

.itv-det .btn-primary {
    display: inline-block;
    padding: 16px 32px;
    background: #fff;
    color: #5a3e8a;
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: .01em;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1), padding .55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1);
    white-space: nowrap
}

.itv-det .btn-primary:hover {
    background: #2a1a4a;
    color: #D5C3DC;
    padding: 16px 48px;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c
}

.itv-det .btn-primary:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px
}

@media (max-width: 820px) {
    .itv-det .lead-inner {
        grid-template-columns: 1fr
    }

    .itv-det .lead-img-wrap {
        max-width: 320px
    }

    .itv-det .lead-h1 {
        font-size: 43px
    }

    .itv-det .body-grid {
        grid-template-columns: 1fr
    }

    .itv-det .sidebar {
        flex-direction: row;
        flex-wrap: wrap
    }

    .itv-det .reaction-card,
    .itv-det .growth-card {
        flex: 1 1 280px
    }

    .itv-det .article-body .para-wide {
        padding: 0
    }

    .itv-det .article-body ul {
        grid-template-columns: 1fr
    }

    .itv-det .cta-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 520px) {
    .itv-det .lead-h1 {
        font-size: 23px
    }

    .itv-det .article-lead {
        padding: 48px 16px 32px
    }

    .itv-det .body-area {
        padding: 32px 16px 48px
    }

    .itv-det .cta-strip {
        padding: 32px 16px
    }

    .itv-det .cta-text h3 {
        font-size: 23px
    }
}

.itvw {
    background: #fff;
    overflow-x: hidden;
    max-width: 100%
}

.itvw .pg-lead {
    background: linear-gradient(135deg, #8C6BBE 0%, transparent 55%, #D5C3DC 100%);
    padding: 96px 16px 48px;
    position: relative;
    overflow: hidden
}

.itvw .pg-lead::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#8c6bbe12 1px, transparent 1px), linear-gradient(90deg, #8c6bbe12 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none
}

.itvw .pg-lead::after {
    content: "";
    position: absolute;
    top: 32px;
    right: 48px;
    width: 3px;
    height: 80px;
    background: linear-gradient(to bottom, #8c6bbe59, transparent);
    box-shadow: 8px 0 0 #8c6bbe33 16px 0 0 #8c6bbe1f;
    pointer-events: none
}

.itvw .pg-lead__inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px
}

.itvw .pg-lead__text {
    flex: 1 1 0;
    padding: 48px 32px 48px 16px
}

.itvw .pg-lead__eyebrow {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .02em;
    color: #8C6BBE;
    background: #8c6bbe1a;
    border-radius: 0;
    padding: 8px 16px;
    margin-bottom: 16px;
    line-height: 1.15
}

.itvw .pg-lead__h1 {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    background: linear-gradient(120deg, #8C6BBE 0%, transparent 60%, #D5C3DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.itvw .pg-lead__desc {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a1f3d;
    margin: 0 0 32px;
    max-width: 480px
}

.itvw .pg-lead__link {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .02em;
    color: #fff;
    background: #8C6BBE;
    padding: 16px 32px;
    border-radius: 10px;
    text-decoration: none;
    line-height: 1.15;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    transition: padding .5s cubic-bezier(0.22, 1, 0.36, 1), background .45s ease-in-out
}

.itvw .pg-lead__link:hover {
    background: #7558a8;
    padding: 16px 48px
}

.itvw .pg-lead__img-col {
    flex: 0 0 360px;
    padding: 32px 16px 32px 0
}

.itvw .pg-lead__img-wrap {
    width: 360px;
    height: 360px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c
}

.itvw .pg-lead__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: blur(0px);
    transition: filter .6s ease-in-out
}

.itvw .pg-lead__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #8c6bbe2e 100%);
    pointer-events: none
}

.itvw .posts-grid-sec {
    padding: 96px 16px;
    background: #f7f5fb;
    box-shadow: inset 0 4px 6px #8c6bbe0f
}

.itvw .posts-grid-sec__inner {
    max-width: 1024px;
    margin: 0 auto
}

.itvw .posts-grid-sec__label {
    font-size: 15px;
    letter-spacing: .02em;
    color: #8C6BBE;
    margin-bottom: 8px;
    line-height: 1.15
}

.itvw .posts-grid-sec__heading {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 48px;
    background: linear-gradient(110deg, #8C6BBE 0%, transparent 65%, #D5C3DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

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

.itvw .post-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1);
    animation: shadow-pulse 3.5s ease-in-out infinite
}

.itvw .post-card:nth-child(2) {
    animation-delay: .7s
}

.itvw .post-card:nth-child(3) {
    animation-delay: 1.4s
}

.itvw .post-card:nth-child(4) {
    animation-delay: .35s
}

.itvw .post-card:nth-child(5) {
    animation-delay: 1.05s
}

.itvw .post-card:nth-child(6) {
    animation-delay: 1.75s
}

@keyframes shadow-pulse {

    0%,
    100% {
        box-shadow: -1px 4px 25px 0 #8c6bbe1c
    }

    50% {
        box-shadow: -1px 8px 36px 0 #8c6bbe38
    }
}

.itvw .post-card:hover {
    transform: translateY(-4px);
    box-shadow: -1px 12px 48px 0 #8c6bbe2e;
    animation: none
}

.itvw .post-card__img-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.itvw .post-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.itvw .post-card__img-wrap .post-card__overlay {
    position: absolute;
    inset: 0;
    background: #1e1236b8;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.itvw .post-card__img-wrap .post-card__overlay-txt {
    color: #fff;
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.7;
    text-align: center;
    padding: 16px
}

.itvw .post-card:hover .post-card__img-wrap img {
    transform: scale(1.06)
}

.itvw .post-card:hover .post-card__overlay {
    opacity: 1
}

.itvw .post-card__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto
}

.itvw .post-card__tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.itvw .post-card__tag {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.15;
    color: #8C6BBE;
    background: #8c6bbe17;
    border-radius: 0;
    padding: 4px 8px
}

.itvw .post-card__tag--theme {
    color: #5e3d8a;
    background: #d5c3dc59
}

.itvw .post-card__title {
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e1230;
    margin: 0
}

.itvw .post-card__desc {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3d2e5a;
    margin: 0
}

.itvw .post-card__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid #8c6bbe1f
}

.itvw .post-card__author {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 1.15;
    color: #5e3d8a
}

.itvw .post-card__date {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 1.15;
    color: #8C6BBE
}

.itvw .post-card__read-link {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.15;
    color: #8C6BBE;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    transition: color .45s ease-in-out
}

.itvw .post-card__read-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #8C6BBE;
    border-radius: 0;
    transition: width .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.itvw .post-card__read-link:hover {
    color: #5e3d8a
}

.itvw .post-card__read-link:hover::before {
    width: 100%
}

.itvw .about-panel {
    padding: 96px 16px;
    background: #fff
}

.itvw .about-panel__inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: start
}

.itvw .about-panel__main {
    padding: 0
}

.itvw .about-panel__kicker {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.15;
    color: #8C6BBE;
    margin-bottom: 16px
}

.itvw .about-panel__h2 {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 32px;
    background: linear-gradient(100deg, #8C6BBE 0%, transparent 60%, #D5C3DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.itvw .about-panel__body {
    padding: 0 96px 0 0
}

.itvw .about-panel__body p {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a1f3d;
    margin: 0 0 16px
}

.itvw .about-panel__body p:last-child {
    margin-bottom: 0
}

.itvw .about-panel__body span {
    color: #D5C3DC
}

.itvw .about-panel__sidebar {
    background: #8C6BBE;
    border-radius: 10px;
    padding: 32px;
    color: #fff;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c;
    position: relative;
    overflow: hidden
}

.itvw .about-panel__sidebar::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, #fff6, transparent);
    box-shadow: 8px 0 0 #fff3 16px 0 0 #ffffff1a;
    pointer-events: none
}

.itvw .about-panel__sidebar h4 {
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #fff
}

.itvw .about-panel__sidebar p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #ffffffe0;
    margin: 0 0 16px
}

.itvw .about-panel__sidebar p:last-child {
    margin-bottom: 0
}

.itvw .topics-band {
    padding: 48px 16px;
    background: linear-gradient(160deg, #DDDCE5 0%, transparent 50%, #D5C3DC 100%);
    position: relative
}

.itvw .topics-band__inner {
    max-width: 1024px;
    margin: 0 auto
}

.itvw .topics-band__h3 {
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 32px;
    color: #1e1230
}

.itvw .topics-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0
}

.itvw .topics-list__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #ffffffb8;
    border-radius: 10px;
    padding: 16px;
    box-shadow: -1px 1px 2px 0 #8c6bbe14;
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out
}

.itvw .topics-list__item:hover {
    background: #fff;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c
}

.itvw .topics-list__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 0
}

.itvw .topics-list__text {
    flex: 1 1 0
}

.itvw .topics-list__text strong {
    display: block;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e1230;
    margin-bottom: 8px
}

.itvw .topics-list__text span {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3d2e5a
}

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

    .itvw .pg-lead__img-col {
        flex: 0 0 auto;
        padding: 0
    }

    .itvw .pg-lead__img-wrap {
        width: 100%;
        max-width: 360px;
        height: auto;
        aspect-ratio: 1/1
    }

    .itvw .pg-lead__text {
        padding: 32px 16px 16px
    }

    .itvw .pg-lead__h1 {
        font-size: 43px
    }

    .itvw .posts-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .itvw .about-panel__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .itvw .about-panel__body {
        padding: 0
    }
}

@media (max-width: 560px) {
    .itvw .posts-grid {
        grid-template-columns: 1fr
    }

    .itvw .pg-lead__h1 {
        font-size: 43px
    }

    .itvw .topics-list {
        grid-template-columns: 1fr
    }

    .itvw .about-panel__h2 {
        font-size: 43px
    }
}

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

.philan__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px
}

.philan .grad-text {
    background: linear-gradient(110deg, #8C6BBE 0%, transparent 55%, #D5C3DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.philan .accent {
    color: #D5C3DC
}

.philan .accent--primary {
    color: #8C6BBE
}

.philan__split-hero {
    display: flex;
    flex-direction: row;
    min-height: 0;
    position: relative
}

.philan__split-hero::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    height: 80px;
    background: #fff;
    clip-path: polygon(0 40px, 100% 0, 100% 80px, 0 80px);
    z-index: 2
}

.philan__hero-left {
    flex: 0 0 60%;
    background: linear-gradient(155deg, #8C6BBE 0%, transparent 70%, #D5C3DC 100%);
    background-color: #8C6BBE;
    padding: 96px 48px 96px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.philan__hero-left .curl-deco {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 80px;
    height: 80px;
    opacity: .12;
    pointer-events: none
}

.philan__hero-right {
    flex: 0 0 40%;
    background: #DDDCE5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 32px;
    position: relative
}

.philan__hero-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c;
    opacity: 0;
    animation: fadeImg .7s cubic-bezier(0.22, 1, 0.36, 1) .4s forwards
}

@keyframes fadeImg {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

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

.philan__hero-tag {
    font-size: 15px;
    letter-spacing: .02em;
    color: #ffffffbf;
    line-height: 1.15;
    margin-bottom: 16px;
    display: block
}

.philan__hero-h1 {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #fff;
    margin: 0 0 16px
}

.philan__hero-sub {
    font-size: 19px;
    line-height: 1.7;
    color: #ffffffe0;
    margin: 0 0 32px;
    max-width: 480px
}

.philan__counter-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start
}

.philan__counter {
    display: flex;
    flex-direction: column
}

.philan__counter-num {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #fff;
    font-weight: 700
}

.philan__counter-label {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffb8;
    letter-spacing: .02em
}

.philan__wave-deco {
    width: 100%;
    display: block;
    margin-top: -2px;
    position: relative;
    z-index: 3
}

.philan__mid {
    background: #fff;
    padding: 96px 0 80px;
    position: relative
}

.philan__mid-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    gap: 32px;
    align-items: start
}

.philan__mid-lead {
    grid-column: 1 / 3;
    padding-right: 16px
}

.philan__mid-detail {
    grid-column: 3 / 5;
    padding-left: 16px
}

.philan__mid-h2 {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px
}

.philan__mid-para {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a2e4a;
    margin: 0 0 16px
}

.philan__mid-para:last-child {
    margin-bottom: 0
}

.philan__mid-h3 {
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #3a2e4a;
    margin: 0 0 16px
}

.philan__qa-card {
    background: #DDDCE5;
    border-radius: 10px;
    padding: 32px;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    margin-top: 32px;
    grid-column: 1 / 5
}

.philan__qa-q {
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #3a2e4a;
    font-weight: 700;
    margin: 0 0 16px
}

.philan__qa-a {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a2e4a;
    margin: 0
}

.philan__mid-divider {
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
    z-index: 2
}

.philan__frosted {
    position: relative;
    padding: 96px 0;
    background: linear-gradient(155deg, #DDDCE5 0%, transparent 60%, #D5C3DC 100%);
    background-color: #f5f3f9
}

.philan__frosted-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.philan__frosted-left {
    flex: 0 0 45%
}

.philan__frosted-right {
    flex: 1;
    position: relative
}

.philan__glass-box {
    background: #ffffff73;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 10px;
    padding: 48px 32px;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c inset 0 4px 6px 0 #d5c3dc2e;
    position: relative;
    overflow: hidden
}

.philan__glass-box .spin-deco {
    position: absolute;
    bottom: -32px;
    right: -32px;
    width: 120px;
    height: 120px;
    opacity: .13;
    pointer-events: none;
    animation: slowSpin 18s linear infinite
}

@keyframes slowSpin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.philan__glass-h4 {
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #3a2e4a;
    margin: 0 0 16px
}

.philan__glass-para {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a2e4a;
    margin: 0 0 16px
}

.philan__glass-para:last-of-type {
    margin-bottom: 0
}

.philan__frosted-h2 {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px
}

.philan__frosted-para {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a2e4a;
    margin: 0 0 16px
}

.philan__list-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    list-style: none;
    margin: 32px 0 0;
    padding: 0
}

.philan__list-two li {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a2e4a;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.philan__list-two li .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 0;
    background: #8C6BBE;
    margin-top: 7px
}

.philan__corner-cut {
    display: inline-block;
    padding: 16px 32px;
    background: #8C6BBE;
    color: #fff;
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.15;
    border-radius: 0;
    cursor: pointer;
    border: none;
    margin-top: 32px;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    transition: clip-path .5s cubic-bezier(0.22, 1, 0.36, 1), background .45s ease-in-out, width .55s cubic-bezier(0.22, 1, 0.36, 1);
    width: auto;
    min-width: 180px
}

.philan__corner-cut:hover,
.philan__corner-cut:focus {
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    background: #7a5aaa;
    min-width: 200px;
    outline: none
}

.philan__corner-cut:focus-visible {
    outline: 2px solid #3a2e4a;
    outline-offset: 4px
}

.philan__frosted-divider {
    width: 100%;
    display: block
}

@media (max-width: 768px) {
    .philan__split-hero {
        flex-direction: column
    }

    .philan__hero-left {
        flex: none;
        padding: 48px 32px
    }

    .philan__hero-right {
        flex: none;
        padding: 48px 32px
    }

    .philan__hero-h1 {
        font-size: 43px
    }

    .philan__mid-grid {
        grid-template-columns: 1fr
    }

    .philan__mid-lead {
        grid-column: 1;
        padding-right: 0
    }

    .philan__mid-detail {
        grid-column: 1;
        padding-left: 0
    }

    .philan__qa-card {
        grid-column: 1
    }

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

    .philan__frosted-left {
        flex: none
    }

    .philan__list-two {
        grid-template-columns: 1fr
    }

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

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

.bse__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px
}

.bse .grad-text {
    background: linear-gradient(105deg, #8C6BBE 0%, transparent 55%, #D5C3DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.bse .accent-span {
    color: #D5C3DC
}

.bse a.pill-link {
    position: relative;
    display: inline;
    text-decoration: none;
    color: #3a2a5e;
    padding: 0 4px;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.bse a.pill-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #D5C3DC;
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1
}

.bse a.pill-link:hover::before {
    transform: scaleX(1)
}

.bse a.pill-link:focus-visible {
    outline: 2px solid #8C6BBE;
    outline-offset: 2px;
    border-radius: 10px
}

.bse .btn-primary {
    display: inline-block;
    padding: 16px 32px;
    background: #8C6BBE;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.15;
    cursor: pointer;
    transition: padding .45s cubic-bezier(0.22, 1, 0.36, 1), background .45s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none
}

.bse .btn-primary:hover {
    padding: 16px 48px;
    background: #7558a8
}

.bse .btn-primary:focus-visible {
    outline: 2px solid #3a2a5e;
    outline-offset: 3px
}

.bse .btn-primary:active {
    background: #6347a0
}

.bse .concentric-rect {
    position: absolute;
    border: 1px solid #8c6bbe2e;
    pointer-events: none
}

.bse .title-blk {
    position: relative;
    padding: 96px 0 48px;
    overflow: hidden
}

.bse .title-blk__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(118deg, #DDDCE5 0%, #fff 45%, #D5C3DC 100%);
    z-index: 0
}

.bse .title-blk__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px
}

.bse .title-blk__text {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.bse .title-blk__label {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.15;
    color: #8C6BBE;
    text-transform: uppercase
}

.bse .title-blk__h1 {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e1433;
    margin: 0
}

.bse .title-blk__sub {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a2a5e;
    margin: 0
}

.bse .title-blk__img-zone {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.bse .title-blk__img-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 0;
    overflow: hidden;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c
}

.bse .title-blk__img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.75) contrast(1.08) brightness(0.97)
}

.bse .title-blk__img-deco {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    z-index: 0
}

.bse .title-blk__img-deco .concentric-rect:nth-child(1) {
    inset: 0
}

.bse .title-blk__img-deco .concentric-rect:nth-child(2) {
    inset: 12px
}

.bse .title-blk__img-deco .concentric-rect:nth-child(3) {
    inset: 24px
}

.bse .title-blk__img-deco .concentric-rect:nth-child(4) {
    inset: 36px
}

.bse .voices {
    padding: 96px 0;
    background: #fff;
    position: relative
}

.bse .voices__full-bg {
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 0
}

.bse .voices__inner {
    position: relative;
    z-index: 1;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px
}

.bse .voices__header {
    margin-bottom: 48px;
    max-width: 560px
}

.bse .voices__h2 {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #1e1433
}

.bse .voices__lead {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a2a5e;
    margin: 0
}

.bse .voices__quote-block {
    background: linear-gradient(105deg, #8C6BBE 0%, transparent 60%, #D5C3DC 100%);
    padding: 2px;
    border-radius: 0;
    margin-bottom: 48px;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c
}

.bse .voices__quote-inner {
    background: #fff;
    padding: 48px;
    border-radius: 0
}

.bse .voices__big-quote {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e1433;
    margin: 0 0 32px;
    font-style: italic
}

.bse .voices__attribution {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.bse .voices__attr-img {
    width: 64px;
    height: 64px;
    border-radius: 0;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: -1px 1px 2px 0 #8c6bbe14
}

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

.bse .voices__attr-text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bse .voices__attr-name {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.15;
    color: #1e1433;
    font-weight: 600
}

.bse .voices__attr-role {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 1.15;
    color: #8C6BBE
}

.bse .voices__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.bse .voices__card {
    background: #DDDCE5;
    border-radius: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: -1px 1px 2px 0 #8c6bbe14;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.bse .voices__card:hover {
    box-shadow: -1px 4px 25px 0 #8c6bbe1c
}

.bse .voices__card-text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a1e4a;
    margin: 0;
    font-style: italic
}

.bse .voices__card-name {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.15;
    color: #8C6BBE;
    font-weight: 600
}

.bse .voices__card-detail {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 1.15;
    color: #3a2a5e
}

.bse .method {
    padding: 96px 0;
    position: relative
}

.bse .method__full-bg {
    position: absolute;
    inset: 0;
    background: #DDDCE5;
    z-index: 0
}

.bse .method__texture {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden
}

.bse .method__texture svg {
    width: 100%;
    height: 100%;
    opacity: .07
}

.bse .method__inner {
    position: relative;
    z-index: 1;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px
}

.bse .method__layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: start
}

.bse .method__left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.bse .method__h2 {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0;
    color: #1e1433
}

.bse .method__body {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.bse .method__p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a1e4a;
    margin: 0;
    padding: 0 48px 0 0
}

.bse .method__stat-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 16px
}

.bse .method__stat {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bse .method__stat-num {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #8C6BBE
}

.bse .method__stat-num sup {
    font-size: 23px;
    vertical-align: super;
    color: #8C6BBE
}

.bse .method__stat-label {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 1.7;
    color: #3a2a5e
}

.bse .method__right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.bse .method__table-wrap {
    background: #fff;
    border-radius: 0;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    overflow: hidden
}

.bse .method__table {
    width: 100%;
    border-collapse: collapse
}

.bse .method__table thead th {
    background: #8C6BBE;
    color: #fff;
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.15;
    padding: 16px;
    text-align: left
}

.bse .method__table tbody tr {
    border-bottom: 1px solid #DDDCE5;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.bse .method__table tbody tr:last-child {
    border-bottom: none
}

.bse .method__table tbody tr:hover {
    background: #f5f2fa
}

.bse .method__table tbody td {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 1.7;
    padding: 16px;
    color: #2a1e4a;
    vertical-align: top
}

.bse .method__table tbody td:first-child {
    font-weight: 600;
    color: #8C6BBE;
    white-space: nowrap
}

.bse .method__narrative {
    background: linear-gradient(105deg, #8C6BBE 0%, transparent 60%, #D5C3DC 100%);
    padding: 2px;
    border-radius: 0
}

.bse .method__narrative-inner {
    background: #fff;
    padding: 32px;
    border-radius: 0
}

.bse .method__narrative-h4 {
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e1433;
    margin: 0 0 16px
}

.bse .method__narrative-p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a1e4a;
    margin: 0
}

.bse .outcomes {
    padding: 96px 0;
    background: #fff;
    position: relative
}

.bse .outcomes__full-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, #fff 0%, transparent 55%, #D5C3DC 100%);
    z-index: 0
}

.bse .outcomes__inner {
    position: relative;
    z-index: 1;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px
}

.bse .outcomes__header {
    margin-bottom: 48px;
    max-width: 640px
}

.bse .outcomes__h2 {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #1e1433
}

.bse .outcomes__lead {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a2a5e;
    margin: 0
}

.bse .outcomes__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 48px
}

.bse .outcomes__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    background: #fff;
    border-radius: 0;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative
}

.bse .outcomes__grid .outcomes__item:nth-child(1) {
    transition-delay: 0s
}

.bse .outcomes__grid .outcomes__item:nth-child(2) {
    transition-delay: .08s;
    transform: scale(0.98)
}

.bse .outcomes__grid .outcomes__item:nth-child(3) {
    transition-delay: .16s;
    transform: scale(0.96)
}

.bse .outcomes__grid:hover .outcomes__item {
    transform: scale(0.97);
    box-shadow: -1px 1px 2px 0 #8c6bbe14
}

.bse .outcomes__grid .outcomes__item:hover {
    transform: scale(1.02) !important;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c !important
}

.bse .outcomes__item-num {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #8C6BBE
}

.bse .outcomes__item-num sup {
    font-size: 19px;
    vertical-align: super;
    color: #D5C3DC
}

.bse .outcomes__item-h4 {
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e1433;
    margin: 0
}

.bse .outcomes__item-p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a2a5e;
    margin: 0
}

.bse .outcomes__item-deco {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
    pointer-events: none
}

.bse .outcomes__item-deco .concentric-rect:nth-child(1) {
    inset: 0
}

.bse .outcomes__item-deco .concentric-rect:nth-child(2) {
    inset: 8px
}

.bse .outcomes__item-deco .concentric-rect:nth-child(3) {
    inset: 16px
}

.bse .outcomes__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center
}

.bse .outcomes__img-wrap {
    aspect-ratio: 1/1;
    border-radius: 0;
    overflow: hidden;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c
}

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

.bse .outcomes__text-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 0 16px
}

.bse .outcomes__text-col-h3 {
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e1433;
    margin: 0
}

.bse .outcomes__text-col-p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a2a5e;
    margin: 0
}

.bse .outcomes__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 32px;
    list-style: none;
    padding: 0;
    margin: 0
}

.bse .outcomes__list li {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a1e4a;
    padding-left: 16px;
    position: relative
}

.bse .outcomes__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #8C6BBE;
    border-radius: 0
}

@media (max-width: 768px) {
    .bse .title-blk__layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .bse .title-blk__h1 {
        font-size: 43px
    }

    .bse .voices__grid {
        grid-template-columns: 1fr
    }

    .bse .voices__big-quote {
        font-size: 23px
    }

    .bse .method__layout {
        grid-template-columns: 1fr
    }

    .bse .method__p {
        padding: 0
    }

    .bse .outcomes__grid {
        grid-template-columns: 1fr
    }

    .bse .outcomes__bottom {
        grid-template-columns: 1fr
    }

    .bse .outcomes__text-col {
        padding: 0
    }

    .bse .method__stat-row {
        flex-direction: column;
        gap: 16px
    }

    .bse .voices__quote-inner {
        padding: 32px
    }
}

@media (max-width: 480px) {
    .bse .title-blk__h1 {
        font-size: 43px
    }

    .bse .voices__h2,
    .bse .method__h2,
    .bse .outcomes__h2 {
        font-size: 23px
    }

    .bse .outcomes__item-num,
    .bse .method__stat-num {
        font-size: 23px
    }
}

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

.ct-us .reach-band {
    padding: 96px 16px 48px;
    background: linear-gradient(158deg, #f4f0f8 0%, #fff 52%, #ede8f4 100%);
    position: relative;
    overflow: hidden
}

.ct-us .reach-band__frame {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.ct-us .reach-band__deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    opacity: .07;
    pointer-events: none
}

.ct-us .reach-band__label {
    font-size: 15px;
    letter-spacing: .12em;
    color: #8C6BBE;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600
}

.ct-us .reach-band__h1 {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: .01em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    background: linear-gradient(120deg, #8C6BBE 0%, transparent 55%, #D5C3DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 760px
}

.ct-us .reach-band__sub {
    font-size: 19px;
    line-height: 1.7;
    color: #3a3248;
    text-align: right;
    max-width: 580px;
    align-self: flex-end;
    margin-bottom: 32px;
    letter-spacing: .01em
}

.ct-us .reach-band__img-wrap {
    width: 100%;
    max-width: 1024px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c;
    animation: fadeIn .7s cubic-bezier(0.22, 1, 0.36, 1) both;
    position: relative
}

.ct-us .reach-band__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 80%, #8c6bbe38 0%, transparent 65%), radial-gradient(ellipse at 80% 10%, #d5c3dc2e 0%, transparent 60%);
    pointer-events: none
}

.ct-us .reach-band__img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block
}

.ct-us .reach-band__frame-line {
    position: absolute;
    border: 1.5px solid #8c6bbe2e;
    border-radius: 10px;
    pointer-events: none
}

.ct-us .reach-band__frame-line--a {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px
}

.ct-us .reach-band__frame-line--b {
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

.ct-us .reach-band__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 280px;
    background: radial-gradient(ellipse at center, #8c6bbe0f 0%, transparent 70%);
    pointer-events: none;
    animation: glowPulse 5s ease-in-out infinite
}

@keyframes glowPulse {

    0%,
    100% {
        opacity: .6
    }

    50% {
        opacity: 1
    }
}

.ct-us .reach-band__divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: 48px
}

.ct-us .details-strip {
    padding: 48px 16px;
    background: #fff;
    position: relative
}

.ct-us .details-strip__inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 32px;
    align-items: start
}

.ct-us .details-strip__aside {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ct-us .det-card {
    background: #f7f4fb;
    border-radius: 10px;
    padding: 32px;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ct-us .det-card:hover {
    box-shadow: -1px 12px 48px 0 #8c6bbe1c;
    transform: translateY(-4px)
}

.ct-us .det-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px
}

.ct-us .det-card__label {
    font-size: 15px;
    letter-spacing: .02em;
    color: #8C6BBE;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase
}

.ct-us .det-card__val {
    font-size: 15px;
    line-height: 1.7;
    color: #2e2640;
    letter-spacing: .01em
}

.ct-us .det-card__val a {
    color: #2e2640;
    text-decoration: none;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    position: relative;
    transition: color .45s ease-in-out;
    background: linear-gradient(to right, #D5C3DC 0%, #D5C3DC 100%) no-repeat left bottom;
    background-size: 0 100%;
    transition: background-size .5s cubic-bezier(0.22, 1, 0.36, 1), color .45s ease-in-out
}

.ct-us .det-card__val a:hover {
    color: #3a1f6e;
    background-size: 100% 100%
}

.ct-us .form-col {
    display: flex;
    flex-direction: column;
    gap: 0
}

.ct-us .form-col__heading {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(110deg, #8C6BBE 0%, transparent 60%, #D5C3DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ct-us .form-col__desc {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4060;
    margin-bottom: 32px;
    letter-spacing: .01em
}

.ct-us .form-col__desc span {
    color: #8C6BBE
}

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

.ct-us .ct-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

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

.ct-us .ct-form__field--full {
    grid-column: 1 / -1
}

.ct-us .ct-form__label {
    font-size: 15px;
    color: #3a3248;
    font-weight: 600;
    letter-spacing: .01em
}

.ct-us .ct-form__input {
    padding: 16px;
    border-radius: 10px;
    border: 1.5px solid #D5C3DC !important;
    background: #faf8fc;
    font-size: 15px;
    color: #2e2640;
    letter-spacing: .01em;
    box-shadow: inset 2px 3px 6px 0 #8c6bbe0f;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    outline: none;
    width: 100%
}

.ct-us .ct-form__input::placeholder {
    color: #2e264061
}

.ct-us .ct-form__input:focus {
    border-color: #8C6BBE !important;
    box-shadow: inset 2px 3px 6px 0 #8c6bbe17 -1px 4px 25px 0 #8c6bbe1c
}

.ct-us .ct-form__select {
    padding: 16px;
    border-radius: 10px;
    border: 1.5px solid #D5C3DC !important;
    background: #faf8fc;
    font-size: 15px;
    color: #2e2640;
    letter-spacing: .01em;
    box-shadow: inset 2px 3px 6px 0 #8c6bbe0f;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    outline: none;
    width: 100%;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%238C6BBE' d='M8 10.5L2.5 5h11z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px
}

.ct-us .ct-form__select:focus {
    border-color: #8C6BBE !important;
    box-shadow: inset 2px 3px 6px 0 #8c6bbe17 -1px 4px 25px 0 #8c6bbe1c
}

.ct-us .ct-form__privacy {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #f4f0f8;
    border-radius: 10px
}

.ct-us .ct-form__checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    accent-color: #8C6BBE;
    cursor: pointer;
    margin-top: 2px
}

.ct-us .ct-form__privacy-text {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4060;
    letter-spacing: .01em
}

.ct-us .ct-form__privacy-text a {
    color: #8C6BBE;
    text-decoration: none;
    display: inline-block;
    padding: 1px 6px;
    border-radius: 10px;
    background: linear-gradient(to right, #D5C3DC 0%, #D5C3DC 100%) no-repeat left bottom;
    background-size: 0 100%;
    transition: background-size .55s cubic-bezier(0.22, 1, 0.36, 1), color .45s ease-in-out
}

.ct-us .ct-form__privacy-text a:hover {
    color: #3a1f6e;
    background-size: 100% 100%
}

.ct-us .ct-form__submit {
    align-self: flex-start;
    padding: 16px 48px;
    background: #8C6BBE;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    border: none;
    border-radius: 0;
    cursor: pointer;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), padding .6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ct-us .ct-form__submit:hover {
    background: #7455a8;
    padding: 16px 64px;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c
}

.ct-us .ct-form__submit:focus {
    outline: 2px solid #8C6BBE;
    outline-offset: 3px
}

.ct-us .ct-form__submit:active {
    background: #5e3f8e
}

.ct-us .details-strip__divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: 48px
}

.ct-us .extra-band {
    padding: 96px 16px;
    background: linear-gradient(170deg, #ede8f4 0%, #f9f7fc 40%, #fff 100%);
    position: relative;
    overflow: hidden
}

.ct-us .extra-band__inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.ct-us .extra-band__curl {
    position: absolute;
    bottom: -32px;
    left: -32px;
    width: 180px;
    height: 180px;
    opacity: .06;
    pointer-events: none
}

.ct-us .extra-band__h2 {
    font-size: 43px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: .01em;
    text-align: center;
    margin-bottom: 16px;
    background: linear-gradient(115deg, #8C6BBE 0%, transparent 55%, #D5C3DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ct-us .extra-band__sub {
    font-size: 19px;
    line-height: 1.7;
    color: #4a4060;
    text-align: center;
    max-width: 640px;
    margin-bottom: 48px;
    letter-spacing: .01em
}

.ct-us .extra-band__sub span {
    color: #8C6BBE
}

.ct-us .info-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.ct-us .info-tile {
    background: #fff;
    border-radius: 10px;
    padding: 32px;
    box-shadow: -1px 1px 2px 0 #8c6bbe14 -1px 4px 25px 0 #8c6bbe1c;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.ct-us .info-tile:hover {
    transform: translateY(-6px);
    box-shadow: -1px 12px 48px 0 #8c6bbe1c
}

.ct-us .info-tile__icon {
    width: 48px;
    height: 48px
}

.ct-us .info-tile__h3 {
    font-size: 23px;
    line-height: 1.15;
    font-weight: 700;
    color: #2e2640;
    letter-spacing: .01em
}

.ct-us .info-tile__body {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4060;
    letter-spacing: .01em
}

.ct-us .info-tile__body span {
    color: #8C6BBE
}

.ct-us .info-tile__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.ct-us .info-tile__list li {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4060;
    letter-spacing: .01em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.ct-us .info-tile__list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #8C6BBE;
    flex-shrink: 0;
    transform: rotate(45deg)
}

.ct-us .extra-band__glow {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse at center, #8c6bbe0d 0%, transparent 70%);
    pointer-events: none;
    animation: glowPulse 6s ease-in-out infinite
}

@media (max-width: 900px) {
    .ct-us .details-strip__inner {
        grid-template-columns: 1fr
    }

    .ct-us .details-strip__aside {
        flex-direction: row;
        flex-wrap: wrap
    }

    .ct-us .det-card {
        flex: 1 1 240px
    }

    .ct-us .info-grid {
        grid-template-columns: 1fr
    }

    .ct-us .reach-band__h1 {
        font-size: 43px
    }
}

@media (max-width: 600px) {
    .ct-us .ct-form__row {
        grid-template-columns: 1fr
    }

    .ct-us .reach-band__h1 {
        font-size: 43px
    }

    .ct-us .reach-band__sub {
        text-align: center;
        align-self: center
    }

    .ct-us .details-strip__aside {
        flex-direction: column
    }

    .ct-us .extra-band__h2 {
        font-size: 23px
    }

    .ct-us .info-tile__list {
        grid-template-columns: 1fr
    }
}

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

.abt-pg .abt-pg__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px
}

@keyframes clipReveal {
    from {
        clip-path: inset(0 0 100% 0)
    }

    to {
        clip-path: inset(0 0 0% 0)
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

@keyframes lineExpand {
    0% {
        width: 0
    }

    55% {
        width: 100%
    }

    100% {
        width: 0
    }
}

.abt-pg .grad-txt {
    background: linear-gradient(127deg, #8C6BBE 0%, transparent 55%, #D5C3DC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.abt-pg .ttl-blk {
    padding: 96px 0 48px;
    position: relative;
    overflow: hidden
}

.abt-pg .ttl-blk__atmo {
    position: absolute;
    top: -48px;
    right: -48px;
    width: 420px;
    height: 420px;
    border-radius: 10px;
    background: radial-gradient(ellipse at 70% 30%, #8c6bbe21 0%, #d5c3dc12 60%, transparent 100%);
    filter: blur(48px);
    pointer-events: none;
    z-index: 0
}

.abt-pg .ttl-blk__atmo--b {
    position: absolute;
    bottom: 0;
    left: -32px;
    width: 280px;
    height: 280px;
    border-radius: 10px;
    background: radial-gradient(ellipse at 30% 70%, #d5c3dc26 0%, transparent 70%);
    filter: blur(36px);
    pointer-events: none;
    z-index: 0
}

.abt-pg .ttl-blk__grid {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
    animation: clipReveal .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

.abt-pg .ttl-blk__img-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    aspect-ratio: 1/1
}

.abt-pg .ttl-blk__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%) contrast(1.15);
    transition: filter .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .ttl-blk__img-wrap:hover img {
    filter: grayscale(60%) contrast(1.05)
}

.abt-pg .ttl-blk__dot-border {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 10px
}

.abt-pg .ttl-blk__dot-border::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 10px;
    background-image: radial-gradient(circle, #8c6bbe59 1.5px, transparent 1.5px), radial-gradient(circle, #8c6bbe33 2.5px, transparent 2.5px), radial-gradient(circle, #d5c3dc66 1px, transparent 1px);
    background-size: 14px 14px, 28px 28px, 7px 7px;
    background-position: 0 0, 7px 7px, 3px 3px;
    pointer-events: none
}

.abt-pg .ttl-blk__text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-pg .ttl-blk__eyebrow {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .02em;
    color: #8C6BBE;
    font-weight: 600;
    text-transform: uppercase
}

.abt-pg .ttl-blk__h1 {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e1530;
    margin: 0
}

.abt-pg .ttl-blk__h1 .punct {
    color: #8C6BBE;
    -webkit-text-fill-color: #8C6BBE
}

.abt-pg .ttl-blk__sub {
    font-size: 19px;
    line-height: 1.7;
    color: #3a2e52;
    margin: 0;
    max-width: 520px
}

.abt-pg .ttl-blk__rule {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px
}

.abt-pg .ttl-blk__rule-line {
    height: 2px;
    width: 48px;
    background: linear-gradient(90deg, #8C6BBE, #D5C3DC);
    border-radius: 0;
    position: relative;
    overflow: hidden
}

.abt-pg .ttl-blk__rule-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    border-radius: 0;
    animation: lineExpand 2.4s ease-in-out infinite
}

.abt-pg .ttl-blk__rule-label {
    font-size: 15px;
    line-height: 1.15;
    color: #6a5a8a;
    letter-spacing: .02em
}

.abt-pg .div-tick {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    gap: 0
}

.abt-pg .div-tick__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #D5C3DC 20%, #D5C3DC 80%, transparent);
    position: relative
}

.abt-pg .div-tick__line::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    height: 9px;
    background-image: repeating-linear-gradient(90deg, transparent 0px, transparent 47px, #8c6bbe66 47px, #8c6bbe66 49px);
    background-size: 100% 100%
}

.abt-pg .abt-body {
    position: relative;
    padding: 96px 0;
    overflow: hidden
}

.abt-pg .abt-body__diag {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0
}

.abt-pg .abt-body__diag::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(168deg, #f5f2fa 0%, #f5f2fa 52%, #DDDCE5 52%, #DDDCE5 100%)
}

.abt-pg .abt-body__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1
}

.abt-pg .abt-body__layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start
}

.abt-pg .abt-body__text-col {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-pg .abt-body__h2 {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0;
    color: #1e1530
}

.abt-pg .abt-body__para-wrap {
    padding: 0 48px
}

.abt-pg .abt-body__para {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2540;
    margin: 0 0 16px
}

.abt-pg .abt-body__para:last-child {
    margin-bottom: 0
}

.abt-pg .abt-body__para .acc {
    color: #8C6BBE;
    font-weight: 600
}

.abt-pg .abt-body__list-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-pg .abt-body__list-label {
    font-size: 15px;
    letter-spacing: .02em;
    color: #8C6BBE;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.15
}

.abt-pg .abt-body__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px
}

.abt-pg .abt-body__list li {
    font-size: 15px;
    line-height: 1.7;
    color: #2e2540;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.abt-pg .abt-body__list li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #8C6BBE;
    flex-shrink: 0;
    margin-top: 7px;
    transform: rotate(45deg)
}

.abt-pg .abt-body__side {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-pg .abt-body__anchor-img {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c;
    position: relative
}

.abt-pg .abt-body__anchor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .abt-body__anchor-img:hover img {
    transform: scale(1.04)
}

.abt-pg .abt-body__compact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.abt-pg .abt-body__compact-card {
    border-radius: 10px;
    background: #fff;
    box-shadow: -1px 1px 2px 0 #8c6bbe14;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .abt-body__compact-card:hover {
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    transform: translateY(-2px)
}

.abt-pg .abt-body__compact-img {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1/1
}

.abt-pg .abt-body__compact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
    transition: filter .55s ease-in-out
}

.abt-pg .abt-body__compact-card:hover .abt-body__compact-img img {
    filter: grayscale(0%)
}

.abt-pg .abt-body__compact-label {
    font-size: 15px;
    line-height: 1.15;
    color: #3a2e52;
    font-weight: 600;
    letter-spacing: .01em
}

.abt-pg .abt-body__team {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #D5C3DC
}

.abt-pg .abt-body__team-h {
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e1530;
    margin: 0 0 16px
}

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

.abt-pg .abt-body__member {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-pg .abt-body__member-img {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c
}

.abt-pg .abt-body__member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(30%);
    transition: filter .6s ease-in-out, transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .abt-body__member:hover .abt-body__member-img img {
    filter: grayscale(0%);
    transform: scale(1.03)
}

.abt-pg .abt-body__member-name {
    font-size: 15px;
    line-height: 1.15;
    font-weight: 700;
    color: #1e1530;
    letter-spacing: .01em
}

.abt-pg .abt-body__member-role {
    font-size: 15px;
    line-height: 1.15;
    color: #8C6BBE;
    letter-spacing: .02em
}

.abt-pg .abt-body__link {
    color: #5a3d9a;
    text-decoration: none;
    position: relative;
    display: inline;
    padding: 0 4px;
    border-radius: 0;
    background: linear-gradient(90deg, #8c6bbe1f, #d5c3dc1f);
    background-size: 0 100%;
    background-repeat: no-repeat;
    background-position: left center;
    transition: background-size .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .abt-body__link:hover {
    background-size: 100% 100%
}

@media (max-width: 768px) {
    .abt-pg .ttl-blk__grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .abt-pg .ttl-blk__img-wrap {
        max-width: 240px
    }

    .abt-pg .ttl-blk__h1 {
        font-size: 43px
    }

    .abt-pg .abt-body__layout {
        grid-template-columns: 1fr
    }

    .abt-pg .abt-body__side {
        order: -1
    }

    .abt-pg .abt-body__compact-grid {
        grid-template-columns: 1fr 1fr
    }

    .abt-pg .abt-body__team-grid {
        grid-template-columns: 1fr 1fr
    }

    .abt-pg .abt-body__para-wrap {
        padding: 0 16px
    }
}

@media (max-width: 480px) {
    .abt-pg .ttl-blk {
        padding: 48px 0 32px
    }

    .abt-pg .abt-body {
        padding: 48px 0
    }

    .abt-pg .abt-body__list {
        grid-template-columns: 1fr
    }

    .abt-pg .abt-body__team-grid {
        grid-template-columns: 1fr
    }

    .abt-pg .abt-body__compact-grid {
        grid-template-columns: 1fr
    }

    .abt-pg .ttl-blk__h1 {
        font-size: 43px
    }
}

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

.success-page .success-card {
    max-width: 1024px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 4px 25px 0 #8c6bbe1c;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px
}

.success-page .success-card__icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0
}

.success-page .success-card__heading {
    font-size: 43px;
    line-height: 1.15;
    letter-spacing: .01em;
    background: linear-gradient(135deg, #8C6BBE, transparent 60%, #D5C3DC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0
}

.success-page .success-card__body {
    max-width: 560px;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2d2340;
    margin: 0
}

.success-page .success-card__body .success-card__accent {
    color: #8C6BBE;
    font-weight: 600
}

.success-page .success-card__divider {
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, #8C6BBE, #D5C3DC);
    border-radius: 0;
    border: none;
    margin: 0
}

.success-page .success-card__sub {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #5a4a6e;
    max-width: 480px;
    margin: 0
}

.success-page .success-card__action {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.15;
    color: #fff;
    background: #8C6BBE;
    padding: 16px 32px;
    border-radius: 10px;
    box-shadow: -1px 1px 2px 0 #8c6bbe14;
    transition: padding .5s cubic-bezier(0.22, 1, 0.36, 1), background .45s ease-in-out, box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.success-page .success-card__action:hover {
    background: #7a5aaa;
    padding: 16px 48px;
    box-shadow: -1px 12px 48px 0 #8c6bbe1c
}

.success-page .success-card__action:focus {
    outline: 2px solid #8C6BBE;
    outline-offset: 4px
}

.success-page .success-card__action:active {
    background: #6a4a96
}

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

    .success-page .success-card {
        padding: 32px 16px;
        gap: 16px
    }

    .success-page .success-card__heading {
        font-size: 23px
    }

    .success-page .success-card__body {
        font-size: 15px
    }
}