html {
font-size: 100%
}

body {
margin: 0;
overscroll-behavior: contain;
overflow-x: hidden
}

:focus {
outline: none
}

:focus-visible {
outline: 2px solid #AB5B87;
outline-offset: 3px
}

.top_bar {
background: #1b0e16;
border-bottom: 1px solid #ab5b872e
}

.top_bar_pod {
max-width: 1170px;
margin: 0 auto;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
min-height: 44px
}

.top_contact {
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap
}

.top_link {
display: flex;
align-items: center;
gap: 10px;
color: #CFA8A8;
text-decoration: none;
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.4;
transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.top_link:hover {
color: #EFE4E7
}

.top_link .mdi {
font-size: 16px;
color: #AB5B87
}

.top_tag {
color: #CFA8A8;
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.4;
display: flex;
align-items: center;
gap: 10px
}

.top_tag .mdi {
color: #AB5B87;
font-size: 16px
}

.hd_main {
background: linear-gradient(160deg, #200d1a 0%, #2d1224 55%, #1b0e16 100%);
position: relative;
overflow: hidden
}

.hd_main::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: radial-gradient(circle at 1px 1px, #ab5b8712 1px, transparent 0);
background-size: 28px 28px;
pointer-events: none
}

.hd_pod {
max-width: 1170px;
margin: 0 auto;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
min-height: 90px;
position: relative;
z-index: 1
}

.brand_cell {
display: flex;
align-items: center;
gap: 20px;
flex-shrink: 0;
text-decoration: none
}

.logo_hex {
width: 64px;
height: 64px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.logo_hex svg.hex_bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}

.logo_hex img {
width: 44px;
height: 44px;
object-fit: contain;
position: relative;
z-index: 1
}

.brand_name {
font-family: 'Lora', serif;
font-size: 37px;
font-weight: 700;
line-height: 1.1;
color: #EFE4E7;
letter-spacing: .01em
}

.brand_name span {
color: #AB5B87
}

.main_nav {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-end
}

.nav_link {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 20px;
color: #CFA8A8;
text-decoration: none;
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.4;
border-radius: 22px;
border: 1px solid transparent;
transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .28s cubic-bezier(0.34, 1.56, 0.64, 1);
white-space: nowrap
}

.nav_link .mdi {
font-size: 18px;
color: #AB5B87;
transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.nav_link:hover {
color: #EFE4E7;
border-color: #ab5b8759;
background: #ab5b8714
}

.nav_link:hover .mdi {
color: #CFA8A8
}

.nav_link.active {
color: #EFE4E7;
background: #ab5b8724;
border-color: #ab5b8766
}

.hd_accent_bar {
height: 4px;
background: linear-gradient(90deg, #AB5B87 0%, #CFA8A8 60%, transparent 100%);
max-width: 420px
}

.ft_root {
background: #150b11;
position: relative;
overflow: hidden
}

.ft_root::before {
content: '';
position: absolute;
inset: 0;
background-image: radial-gradient(circle at 1px 1px, #cfa8a80f 1px, transparent 0);
background-size: 22px 22px;
pointer-events: none
}

.ft_util {
border-bottom: 1px solid #ab5b8733;
position: relative;
z-index: 1
}

.ft_util_pod {
max-width: 1170px;
margin: 0 auto;
padding: 10px 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap
}

.ft_util_links {
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap
}

.ft_util_link {
color: #CFA8A8;
text-decoration: none;
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.4;
transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ft_util_link:hover {
color: #EFE4E7
}

.ft_util_sep {
color: #ab5b8766;
font-size: 16px
}

.ft_body {
position: relative;
z-index: 1
}

.ft_body_pod {
max-width: 1170px;
margin: 0 auto;
padding: 40px 20px;
display: grid;
grid-template-columns: 1fr auto 1fr;
gap: 40px;
align-items: start
}

.ft_brand_cell {
display: flex;
flex-direction: column;
gap: 20px
}

.ft_logo_wrap {
display: flex;
align-items: center;
gap: 20px;
text-decoration: none
}

.ft_hex {
width: 56px;
height: 56px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.ft_hex svg.hex_bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}

.ft_hex img {
width: 38px;
height: 38px;
object-fit: contain;
position: relative;
z-index: 1
}

.ft_brand_name {
font-family: 'Lora', serif;
font-size: 18px;
font-weight: 700;
line-height: 1.4;
color: #EFE4E7
}

.ft_tagline {
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
max-width: 280px
}

.ft_center_cell {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px
}

.ft_contact_list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 10px
}

.ft_contact_item {
display: flex;
align-items: flex-start;
gap: 10px
}

.ft_contact_item .mdi {
color: #AB5B87;
font-size: 18px;
flex-shrink: 0;
margin-top: 2px
}

.ft_contact_link {
color: #CFA8A8;
text-decoration: none;
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.6;
transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ft_contact_link:hover {
color: #EFE4E7
}

.ft_addr {
color: #CFA8A8;
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.6
}

.ft_right_cell {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 20px
}

.ft_copy {
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.4;
color: #cfa8a88c;
text-align: right
}

.ft_divider {
height: 1px;
background: linear-gradient(90deg, transparent 0%, #ab5b874d 50%, transparent 100%);
max-width: 1170px;
margin: 0 auto;
position: relative;
z-index: 1
}

.ck_popup {
position: fixed;
top: 20px;
left: 20px;
width: 300px;
background: #200d1a;
border: 1px solid #ab5b8759;
border-radius: 10px;
padding: 20px;
z-index: 4000;
box-shadow: 0 9px 36px 0 #ab5b871f;
display: none
}

.ck_icon_row {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px
}

.ck_icon_row .mdi {
font-size: 37px;
color: #AB5B87
}

.ck_body_txt {
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
margin: 0 0 20px;
text-align: center
}

.ck_btns {
display: flex;
gap: 10px;
flex-direction: column
}

.ck_btn_row {
display: flex;
gap: 10px
}

.ck_btn {
flex: 1;
padding: 10px;
border-radius: 4px;
border: 1px solid #ab5b8780;
background: transparent;
color: #CFA8A8;
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.4;
cursor: pointer;
transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), color .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1);
min-height: 44px
}

.ck_btn:hover {
background: #ab5b8726;
color: #EFE4E7;
border-color: #AB5B87
}

.ck_btn.accept {
background: #ab5b8733;
color: #EFE4E7;
border-color: #AB5B87
}

.ck_btn.accept:hover {
background: #ab5b8759
}

.ck_settings_link {
text-align: center;
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.4;
color: #cfa8a899;
cursor: pointer;
background: none;
border: none;
width: 100%;
padding: 10px 0 0;
transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ck_settings_link:hover {
color: #CFA8A8
}

.ck_pref_panel {
margin-top: 20px;
border-top: 1px solid #ab5b8733;
padding-top: 20px;
display: none
}

.ck_toggle_row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
margin-bottom: 10px
}

.ck_toggle_label {
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.4;
color: #CFA8A8
}

.ck_toggle_label.always_on {
color: #cfa8a880;
font-size: 16px
}

.ck_chk {
width: 20px;
height: 20px;
accent-color: #AB5B87;
cursor: pointer
}

.ck_always_badge {
font-family: 'Lora', serif;
font-size: 16px;
line-height: 1.4;
color: #cfa8a873
}

.ck_sale_row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #ab5b871f
}

@media (max-width: 992px) {
.ft_body_pod {
grid-template-columns: 1fr;
text-align: center
}

.ft_brand_cell {
align-items: center
}

.ft_tagline {
text-align: center;
max-width: 100%
}

.ft_right_cell {
align-items: center
}

.ft_copy {
text-align: center
}
}

@media (max-width: 576px) {
.hd_pod {
flex-direction: column;
align-items: flex-start;
padding: 20px;
gap: 20px;
min-height: auto
}

.main_nav {
justify-content: flex-start;
width: 100%
}

.brand_name {
font-size: 18px
}

.top_contact {
gap: 10px
}

.ck_popup {
width: calc(100vw - 40px);
left: 20px;
right: 20px
}
}

.terms-content {
max-width: 1170px;
margin: 0 auto;
padding: 80px 40px;
color: #EFE4E7;
line-height: 1.6
}

.terms-content h1 {
font-size: 68px;
line-height: 1.1;
color: #EFE4E7;
margin-bottom: 40px;
margin-top: 0;
letter-spacing: 0
}

.terms-content h2 {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
margin-top: 80px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #AB5B87
}

.terms-content h3 {
font-size: 18px;
line-height: 1.4;
color: #CFA8A8;
margin-top: 40px;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: .08em
}

.terms-content h4 {
font-size: 18px;
line-height: 1.4;
color: #EFE4E7;
margin-top: 40px;
margin-bottom: 10px
}

.terms-content h5 {
font-size: 16px;
line-height: 1.4;
color: #CFA8A8;
margin-top: 20px;
margin-bottom: 10px
}

.terms-content h6 {
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
margin-top: 20px;
margin-bottom: 10px
}

.terms-content p {
font-size: 16px;
line-height: 1.6;
color: #EFE4E7;
margin-top: 0;
margin-bottom: 20px
}

.terms-content ul,
.terms-content ol {
margin-top: 0;
margin-bottom: 20px;
padding-left: 40px
}

.terms-content ul {
list-style: none;
padding-left: 20px
}

.terms-content ul li {
position: relative;
padding-left: 20px;
font-size: 16px;
line-height: 1.6;
color: #EFE4E7;
margin-bottom: 10px
}

.terms-content ul li::before {
content: "";
position: absolute;
left: 0;
top: 10px;
width: 6px;
height: 6px;
border-radius: 0;
background-color: #AB5B87;
transform: rotate(45deg)
}

.terms-content ol {
list-style: none;
counter-reset: policy-counter;
padding-left: 20px
}

.terms-content ol li {
position: relative;
padding-left: 40px;
font-size: 16px;
line-height: 1.6;
color: #EFE4E7;
margin-bottom: 10px;
counter-increment: policy-counter
}

.terms-content ol li::before {
content: counter(policy-counter);
position: absolute;
left: 0;
top: 0;
width: 26px;
height: 26px;
border-radius: 4px;
background-color: #ab5b872e;
color: #AB5B87;
font-size: 16px;
line-height: 1.6;
text-align: center;
display: flex;
align-items: center;
justify-content: center
}

.terms-content ul ul,
.terms-content ol ol,
.terms-content ul ol,
.terms-content ol ul {
margin-top: 10px;
margin-bottom: 0
}

.terms-content strong,
.terms-content b {
color: #EFE4E7;
font-weight: 700
}

.terms-content a {
color: #AB5B87;
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: #ab5b8773;
transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.terms-content a:hover {
color: #CFA8A8;
text-decoration-color: #cfa8a8b3
}

.terms-content a:focus-visible {
outline: 2px solid #AB5B87;
outline-offset: 3px;
border-radius: 4px
}

.terms-content table {
width: 100%;
border-collapse: collapse;
margin-bottom: 40px;
font-size: 16px;
line-height: 1.6;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 25px 0 #ab5b8714
}

.terms-content thead {
background-color: #ab5b8738
}

.terms-content thead th {
color: #EFE4E7;
font-size: 16px;
line-height: 1.4;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em;
padding: 20px;
text-align: left;
border-bottom: 2px solid #ab5b8766
}

.terms-content tbody tr {
border-bottom: 1px solid #cfa8a81f;
transition: background-color .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

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

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

.terms-content tbody tr:hover {
background-color: #ab5b871f
}

.terms-content td {
color: #EFE4E7;
font-size: 16px;
line-height: 1.6;
padding: 20px;
vertical-align: top
}

.terms-content th {
color: #EFE4E7;
font-size: 16px;
line-height: 1.4;
padding: 20px;
vertical-align: top;
text-align: left
}

@media (max-width: 992px) {
.terms-content {
padding: 40px 20px
}

.terms-content h1 {
font-size: 37px;
margin-bottom: 40px
}

.terms-content h2 {
font-size: 18px;
margin-top: 40px
}

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

@media (max-width: 576px) {
.terms-content {
padding: 40px 10px
}

.terms-content h1 {
font-size: 37px
}

.terms-content h2 {
margin-top: 40px
}

.terms-content thead th,
.terms-content td,
.terms-content th {
padding: 10px
}
}

.abt {
background-color: #111018;
overflow-x: clip;
position: relative
}

.abt .pg_wrap {
max-width: 1170px;
margin: 0 auto;
padding: 0 20px
}

.abt .lead {
position: relative;
padding: 80px 20px;
background: linear-gradient(to top, #1a0f15 0%, transparent 100%)
}

.abt .lead_inner {
max-width: 1170px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 40px
}

.abt .lead_text {
flex: 1 1 55%;
z-index: 2;
position: relative
}

.abt .lead_tag {
display: inline-block;
font-size: 16px;
line-height: 1.4;
color: #CFA8A8;
letter-spacing: .12em;
text-transform: uppercase;
margin-bottom: 20px;
padding: 10px 20px;
border: 1px solid #cfa8a840;
border-radius: 4px
}

.abt .lead_h1 {
font-size: 68px;
line-height: 1.1;
color: #EFE4E7;
margin: 0 0 20px;
font-weight: 800
}

.abt .lead_h1 span {
color: #AB5B87
}

.abt .lead_sub {
font-size: 18px;
line-height: 1.6;
color: #CFA8A8;
margin: 0;
max-width: 480px
}

.abt .lead_img_zone {
flex: 1 1 40%;
position: relative;
display: flex;
align-items: flex-end;
justify-content: flex-end
}

.abt .lead_img_wrap {
width: 100%;
aspect-ratio: 1/1;
border-radius: 22px;
overflow: hidden;
position: relative;
animation: imgReveal .95s cubic-bezier(0.34, 1.56, 0.64, 1) both;
box-shadow: 0 9px 36px 0 #ab5b871f
}

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

.abt .lead_deco {
position: absolute;
bottom: -20px;
right: -20px;
width: 160px;
height: 160px;
border-radius: 22px;
border: 2px dashed #ab5b8759;
z-index: 0;
pointer-events: none
}

@keyframes imgReveal {
from {
opacity: 0;
transform: translateY(30px) scale(0.96)
}

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

.abt .lead_text_anim {
animation: diagWave .75s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.abt .lead_text_anim.d1 {
animation-delay: .1s
}

.abt .lead_text_anim.d2 {
animation-delay: .22s
}

.abt .lead_text_anim.d3 {
animation-delay: .34s
}

@keyframes diagWave {
from {
opacity: 0;
transform: translate(-20px, 20px)
}

to {
opacity: 1;
transform: translate(0, 0)
}
}

.abt .scallop_down {
width: 100%;
height: 40px;
background-color: #111018;
position: relative;
overflow: hidden
}

.abt .scallop_down::before {
content: "";
position: absolute;
top: -20px;
left: 0;
width: 100%;
height: 40px;
background: radial-gradient(circle at 50% 0%, #111018 20px, transparent 20px) repeat-x;
background-size: 40px 40px
}

.abt .story {
padding: 80px 20px;
background-color: #16101a;
position: relative
}

.abt .story_inner {
max-width: 1170px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 40px;
align-items: start
}

.abt .story_lbl {
font-size: 16px;
line-height: 1.4;
color: #AB5B87;
letter-spacing: .1em;
text-transform: uppercase;
margin-bottom: 20px;
display: block
}

.abt .story_h2 {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
margin: 0 0 20px;
font-weight: 700;
grid-column: 1
}

.abt .story_h2 .dot {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 38px;
background-color: #AB5B87;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -3px
}

.abt .story_col {
display: flex;
flex-direction: column;
gap: 20px
}

.abt .story_col.first {
grid-column: 1
}

.abt .story_col.second {
grid-column: 2
}

.abt .story_col.third {
grid-column: 3
}

.abt .story_quote {
font-size: 18px;
line-height: 1.6;
color: #EFE4E7;
padding: 20px;
border-radius: 10px;
background-color: #cfa8a812;
margin: 0;
position: relative
}

.abt .story_p {
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
margin: 0
}

.abt .story_img_wrap {
width: 100%;
aspect-ratio: 1/1;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 25px 0 #ab5b8714
}

.abt .story_img_wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt .story_img_wrap:hover img {
transform: scale(1.04)
}

.abt .scallop_up {
width: 100%;
height: 40px;
background-color: #16101a;
position: relative;
overflow: hidden
}

.abt .scallop_up::after {
content: "";
position: absolute;
bottom: -20px;
left: 0;
width: 100%;
height: 40px;
background: radial-gradient(circle at 50% 100%, #111018 20px, transparent 20px) repeat-x;
background-size: 40px 40px
}

.abt .metrics {
padding: 80px 20px;
background-color: #111018;
position: relative
}

.abt .metrics_inner {
max-width: 1170px;
margin: 0 auto
}

.abt .metrics_top {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 40px;
margin-bottom: 40px
}

.abt .metrics_head {
flex: 0 0 auto;
max-width: 420px
}

.abt .metrics_h2 {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
margin: 0 0 20px;
font-weight: 700
}

.abt .metrics_h2 .dot {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 38px;
background-color: #CFA8A8;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -3px
}

.abt .metrics_desc {
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
margin: 0
}

.abt .metrics_imgs {
flex: 1 1 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px
}

.abt .met_img {
width: 100%;
aspect-ratio: 1/1;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 3px 6px 0 #ab5b870d
}

.abt .met_img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .25s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.abt .met_img:hover img {
transform: scale(1.05)
}

.abt .met_img.tall {
grid-row: span 2;
aspect-ratio: unset;
height: 100%
}

.abt .stats_row {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-top: 40px
}

.abt .stat_card {
padding: 20px;
border-radius: 10px;
background: linear-gradient(to top, #ab5b871f 0%, transparent 100%);
border: 1px solid #ab5b872e;
display: flex;
flex-direction: column;
gap: 10px;
transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt .stat_card:hover {
border-color: #ab5b8773;
box-shadow: 0 9px 36px 0 #ab5b871f
}

.abt .stat_num {
font-size: 37px;
line-height: 1.1;
color: #AB5B87;
font-weight: 800
}

.abt .stat_lbl {
font-size: 16px;
line-height: 1.4;
color: #CFA8A8
}

.abt .dashed_path {
position: absolute;
top: 40px;
right: 0;
width: 220px;
height: 220px;
pointer-events: none;
opacity: .18
}

.abt .scallop_mid {
width: 100%;
height: 40px;
background-color: #111018;
position: relative;
overflow: hidden
}

.abt .scallop_mid::before {
content: "";
position: absolute;
top: -20px;
left: 0;
width: 100%;
height: 40px;
background: radial-gradient(circle at 50% 0%, #1d1125 20px, transparent 20px) repeat-x;
background-size: 40px 40px
}

.abt .approach {
padding: 80px 20px;
background-color: #1d1125;
position: relative
}

.abt .approach_inner {
max-width: 1170px;
margin: 0 auto
}

.abt .approach_head {
margin-bottom: 40px;
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 40px
}

.abt .approach_h2 {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
font-weight: 700;
margin: 0;
flex: 0 0 auto
}

.abt .approach_h2 .dot {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 38px;
background-color: #AB5B87;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -3px
}

.abt .approach_sub {
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
margin: 0;
flex: 1 1 auto
}

.abt .approach_grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px
}

.abt .ap_item {
padding: 20px;
border-radius: 10px;
background-color: #efe4e70a;
display: flex;
flex-direction: row;
gap: 20px;
align-items: flex-start;
transition: background-color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
border: 1px solid transparent
}

.abt .ap_item:hover {
background-color: #ab5b8717;
border-color: #ab5b8733
}

.abt .ap_icon {
flex: 0 0 40px;
width: 40px;
height: 40px;
border-radius: 10px;
background-color: #ab5b872e;
display: flex;
align-items: center;
justify-content: center;
color: #AB5B87;
font-size: 20px
}

.abt .ap_body {
flex: 1 1 auto;
display: flex;
flex-direction: column;
gap: 10px
}

.abt .ap_h4 {
font-size: 18px;
line-height: 1.4;
color: #EFE4E7;
font-weight: 600;
margin: 0
}

.abt .ap_p {
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
margin: 0
}

.abt .approach_img_strip {
margin-top: 40px;
width: 100%;
aspect-ratio: 1/1;
max-height: 280px;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 4px 25px 0 #ab5b8714
}

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

.abt .approach_dashed {
position: absolute;
bottom: 40px;
left: 20px;
pointer-events: none;
opacity: .15
}

.abt .reveal {
opacity: 0;
transform: translateY(28px);
transition: opacity .32s cubic-bezier(0.34, 1.56, 0.64, 1), transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt .reveal.vis {
opacity: 1 !important;
transform: translateY(0)
}

.abt .reveal.d1 {
transition-delay: .07s
}

.abt .reveal.d2 {
transition-delay: .14s
}

.abt .reveal.d3 {
transition-delay: .21s
}

.abt .reveal.d4 {
transition-delay: .28s
}

@media (max-width: 992px) {
.abt .lead_h1 {
font-size: 37px
}

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

.abt .lead_img_zone {
width: 100%
}

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

.abt .story_col.third {
grid-column: 1 / -1
}

.abt .metrics_top {
flex-direction: column
}

.abt .metrics_head {
max-width: 100%
}

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

.abt .approach_head {
flex-direction: column;
align-items: flex-start;
gap: 20px
}

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

@media (max-width: 576px) {
.abt .lead {
padding: 40px 20px
}

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

.abt .story_col.first,
.abt .story_col.second,
.abt .story_col.third {
grid-column: 1
}

.abt .metrics {
padding: 40px 20px
}

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

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

.abt .met_img.tall {
grid-row: auto;
height: auto;
aspect-ratio: 1/1
}

.abt .approach {
padding: 40px 20px
}

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

.abt .story {
padding: 40px 20px
}
}

.srv {
background-color: #0e0a0d;
color: #EFE4E7;
overflow-x: clip;
position: relative
}

.srv .pg_wrap {
max-width: 1170px;
margin: 0 auto;
padding: 0 20px
}

.srv .anim_bg {
animation: contrast_breath 8s ease-in-out infinite
}

@keyframes contrast_breath {

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

50% {
filter: contrast(1.04)
}
}

.srv .t_block {
padding: 80px 0 40px;
position: relative
}

.srv .t_block .pg_wrap {
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 40px
}

.srv .t_text {
flex: 1 1 0;
padding-bottom: 20px;
position: relative;
z-index: 1
}

.srv .t_text .bar_accent {
display: inline-block;
width: 4px;
height: 48px;
background: #AB5B87;
border-radius: 4px;
margin-bottom: 20px;
vertical-align: middle
}

.srv .t_label {
font-size: 16px;
line-height: 1.4;
color: #CFA8A8;
letter-spacing: .12em;
text-transform: uppercase;
margin-bottom: 20px;
display: block
}

.srv .t_h1 {
font-size: 68px;
line-height: 1.1;
color: #EFE4E7;
font-weight: 700;
margin: 0 0 20px
}

.srv .t_h1 .dot_acc {
display: inline-block;
width: 10px;
height: 10px;
background: #AB5B87;
border-radius: 38px;
margin-left: 8px;
vertical-align: middle;
position: relative;
top: -6px
}

.srv .t_desc {
font-size: 18px;
line-height: 1.6;
color: #CFA8A8;
max-width: 520px;
margin-bottom: 40px
}

.srv .t_cta {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 10px;
background: #AB5B87;
color: #EFE4E7;
font-size: 16px;
line-height: 1.4;
padding: 20px 40px;
border-radius: 10px;
text-decoration: none;
border: none;
cursor: pointer;
transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
box-shadow: 0 4px 25px 0 #ab5b8714;
position: relative;
overflow: hidden
}

.srv .t_cta::before {
content: '';
position: absolute;
inset: 0;
background: #EFE4E7;
border-radius: 10px;
transform: scale(0);
transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1);
z-index: 0
}

.srv .t_cta:hover::before {
transform: scale(1)
}

.srv .t_cta:hover {
color: #AB5B87;
box-shadow: 0 9px 36px 0 #ab5b871f
}

.srv .t_cta span {
position: relative;
z-index: 1
}

.srv .t_img_strip {
width: 280px;
flex-shrink: 0;
position: relative;
border-radius: 22px;
overflow: hidden;
aspect-ratio: 1/1;
box-shadow: 0 9px 36px 0 #ab5b871f
}

.srv .t_img_strip img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: saturate(0.7) brightness(0.85) hue-rotate(0deg)
}

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

.srv .deco_circles span {
position: absolute;
border-radius: 38px;
border: 1.5px solid #ab5b871f
}

.srv .deco_circles span:nth-child(1) {
width: 320px;
height: 320px;
top: -80px;
right: 260px
}

.srv .deco_circles span:nth-child(2) {
width: 180px;
height: 180px;
bottom: 20px;
right: 180px;
border-color: #cfa8a814
}

.srv .deco_circles span:nth-child(3) {
width: 80px;
height: 80px;
top: 40px;
left: 60px;
border-color: #ab5b8712
}

.srv .dots_border {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
padding: 20px 0;
overflow: hidden
}

.srv .dots_border span {
display: inline-block;
border-radius: 38px;
background: #ab5b872e;
flex-shrink: 0
}

.srv .cats_sec {
padding: 80px 0;
position: relative
}

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

.srv .cats_sec .pg_wrap {
position: relative;
z-index: 1
}

.srv .sec_head {
margin-bottom: 40px
}

.srv .sec_h2 {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
font-weight: 700;
margin: 0 0 10px
}

.srv .sec_h2 .dot_acc {
display: inline-block;
width: 8px;
height: 8px;
background: #AB5B87;
border-radius: 38px;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -4px
}

.srv .sec_sub {
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
max-width: 560px
}

.srv .cats_grid {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 20px;
margin-bottom: 40px
}

.srv .cat_card {
background: #1a0f16;
border-radius: 22px;
padding: 40px 20px 20px;
position: relative;
overflow: hidden;
box-shadow: 0 3px 6px 0 #ab5b870d;
transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1);
cursor: default
}

.srv .cat_card::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to top, #ab5b8721 0%, transparent 100%);
opacity: 0;
transition: opacity .28s cubic-bezier(0.34, 1.56, 0.64, 1);
border-radius: 22px;
pointer-events: none
}

.srv .cat_card:hover {
box-shadow: 0 9px 36px 0 #ab5b871f;
transform: translateY(-4px)
}

.srv .cat_card:hover::after {
opacity: 1
}

.srv .cat_card.accent_left {
grid-column: 1;
background: linear-gradient(to top, #1a0f16 0%, #2a1220 100%);
padding: 40px
}

.srv .cat_icon {
width: 44px;
height: 44px;
border-radius: 10px;
background: #ab5b8726;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-bottom: 20px
}

.srv .cat_icon .mdi {
font-size: 22px;
color: #AB5B87
}

.srv .cat_h4 {
font-size: 18px;
line-height: 1.4;
color: #EFE4E7;
font-weight: 600;
margin: 0 0 10px
}

.srv .cat_p {
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
margin: 0
}

.srv .cat_card.accent_left .cat_h4 {
font-size: 18px
}

.srv .cat_img_wrap {
width: 100%;
aspect-ratio: 1/1;
border-radius: 10px;
overflow: hidden;
margin-top: 20px
}

.srv .cat_img_wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: saturate(0.65) brightness(0.8);
transition: filter .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.srv .cat_card:hover .cat_img_wrap img {
filter: saturate(0.85) brightness(0.9)
}

.srv .heat_wrap {
background: #140c11;
border-radius: 22px;
padding: 40px;
margin-top: 20px;
box-shadow: 0 4px 25px 0 #ab5b8714
}

.srv .heat_h5 {
font-size: 16px;
line-height: 1.4;
color: #CFA8A8;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .1em;
margin: 0 0 20px
}

.srv .heat_grid {
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 10px
}

.srv .heat_col {
display: flex;
flex-direction: column;
gap: 10px;
align-items: center
}

.srv .heat_label {
font-size: 16px;
line-height: 1.4;
color: #cfa8a880;
text-align: center
}

.srv .heat_cell {
width: 100%;
aspect-ratio: 1/1;
border-radius: 4px;
transition: transform .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.srv .heat_cell:hover {
transform: scale(1.18)
}

.srv .h_0 {
background: #ab5b8714
}

.srv .h_1 {
background: #ab5b8733
}

.srv .h_2 {
background: #ab5b875c
}

.srv .h_3 {
background: #ab5b878c
}

.srv .h_4 {
background: #ab5b87c7
}

.srv .h_5 {
background: #ab5b87ff
}

.srv .heat_legend {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
margin-top: 20px
}

.srv .heat_legend_label {
font-size: 16px;
line-height: 1.4;
color: #cfa8a880
}

.srv .heat_legend_bar {
display: flex;
flex-direction: row;
gap: 4px;
flex: 1 1 0
}

.srv .heat_legend_bar span {
flex: 1 1 0;
height: 8px;
border-radius: 4px
}

.srv .sub_sec {
padding: 80px 0;
background: #12091000;
position: relative
}

.srv .sub_sec .pg_wrap {
display: flex;
flex-direction: row;
gap: 40px;
align-items: flex-start
}

.srv .proc_col {
flex: 1 1 0
}

.srv .proc_h3 {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
font-weight: 700;
margin: 0 0 20px
}

.srv .proc_h3 .dot_acc {
display: inline-block;
width: 8px;
height: 8px;
background: #CFA8A8;
border-radius: 38px;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -4px
}

.srv .proc_quote {
border-radius: 10px;
background: #cfa8a814;
padding: 20px;
margin-bottom: 20px;
font-size: 18px;
line-height: 1.6;
color: #EFE4E7;
font-style: italic
}

.srv .proc_p {
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
margin: 0 0 20px
}

.srv .steps_list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 20px
}

.srv .step_item {
display: flex;
flex-direction: row;
gap: 20px;
align-items: flex-start
}

.srv .step_num {
width: 36px;
height: 36px;
border-radius: 10px;
background: #ab5b8733;
color: #AB5B87;
font-size: 16px;
line-height: 1.4;
font-weight: 700;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: background .25s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.srv .step_item:hover .step_num {
background: #AB5B87;
color: #EFE4E7
}

.srv .step_body {
flex: 1 1 0
}

.srv .step_h5 {
font-size: 16px;
line-height: 1.4;
color: #EFE4E7;
font-weight: 600;
margin: 0 0 4px
}

.srv .step_p {
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
margin: 0
}

.srv .sub_col {
width: 360px;
flex-shrink: 0
}

.srv .sub_card {
background: #0b0609;
border-radius: 22px;
padding: 40px;
box-shadow: 0 9px 36px 0 #ab5b871f;
position: relative;
overflow: hidden
}

.srv .sub_card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(to right, #AB5B87, #CFA8A8);
border-radius: 22px 22px 0 0
}

.srv .sub_h4 {
font-size: 18px;
line-height: 1.4;
color: #EFE4E7;
font-weight: 700;
margin: 0 0 10px
}

.srv .sub_desc {
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
margin: 0 0 20px
}

.srv .sub_form {
display: flex;
flex-direction: column;
gap: 10px
}

.srv .sub_input {
background: #1a0f16;
border: 1px solid #ab5b8733;
border-radius: 10px;
padding: 20px;
font-size: 16px;
line-height: 1.4;
color: #EFE4E7;
outline: none;
width: 100%;
box-sizing: border-box;
transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.srv .sub_input::placeholder {
color: #ab5b8773
}

.srv .sub_input:focus {
border-color: #AB5B87
}

.srv .sub_btn {
background: #AB5B87;
color: #EFE4E7;
border: none;
border-radius: 10px;
padding: 20px;
font-size: 16px;
line-height: 1.4;
font-weight: 600;
cursor: pointer;
width: 100%;
position: relative;
overflow: hidden;
transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
box-shadow: 0 3px 6px 0 #ab5b870d
}

.srv .sub_btn::before {
content: '';
position: absolute;
inset: 0;
background: #EFE4E7;
transform: scaleX(0);
transform-origin: left center;
transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1);
z-index: 0;
border-radius: 10px
}

.srv .sub_btn:hover::before {
transform: scaleX(1)
}

.srv .sub_btn:hover {
color: #AB5B87;
box-shadow: 0 9px 36px 0 #ab5b871f
}

.srv .sub_btn span {
position: relative;
z-index: 1
}

.srv .sub_note {
font-size: 16px;
line-height: 1.6;
color: #cfa8a880;
margin: 10px 0 0;
text-align: center
}

.srv .sub_img_wrap {
width: 100%;
aspect-ratio: 1/1;
border-radius: 10px;
overflow: hidden;
margin-top: 20px;
box-shadow: 0 4px 25px 0 #ab5b8714
}

.srv .sub_img_wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: saturate(0.6) brightness(0.75)
}

.srv .divider_dots {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 10px;
padding: 10px 0
}

.srv .divider_dots span {
display: inline-block;
background: #ab5b8740;
border-radius: 38px
}

@media (max-width: 992px) {
.srv .t_h1 {
font-size: 37px
}

.srv .t_block .pg_wrap {
flex-direction: column;
align-items: flex-start
}

.srv .t_img_strip {
width: 100%;
max-width: 340px
}

.srv .cats_grid {
grid-template-columns: 1fr 1fr
}

.srv .cat_card.accent_left {
grid-column: 1 / -1
}

.srv .sub_sec .pg_wrap {
flex-direction: column
}

.srv .sub_col {
width: 100%
}

.srv .heat_grid {
grid-template-columns: repeat(7, 1fr)
}
}

@media (max-width: 576px) {
.srv .t_h1 {
font-size: 37px
}

.srv .cats_grid {
grid-template-columns: 1fr
}

.srv .cat_card.accent_left {
grid-column: 1
}

.srv .heat_grid {
grid-template-columns: repeat(4, 1fr)
}

.srv .t_block {
padding: 40px 0 20px
}

.srv .cats_sec {
padding: 40px 0
}

.srv .sub_sec {
padding: 40px 0
}
}

.frnt {
background-color: #141018;
color: #EFE4E7;
overflow-x: clip;
position: relative
}

.frnt .pg_wrap {
max-width: 1170px;
margin: 0 auto;
padding: 0 40px
}

.frnt .divider_dash {
display: flex;
align-items: center;
gap: 10px;
padding: 0 40px;
max-width: 1170px;
margin: 0 auto
}

.frnt .divider_dash span {
display: inline-block;
background-color: #AB5B87;
opacity: .45
}

.frnt .divider_dash span.dot {
width: 4px;
height: 4px;
border-radius: 50%
}

.frnt .divider_dash span.dash {
width: 14px;
height: 2px;
border-radius: 0
}

.frnt .ttl_blk {
padding: 80px 0;
position: relative
}

.frnt .ttl_blk .pg_wrap {
display: flex;
flex-direction: row;
align-items: center;
gap: 80px
}

.frnt .ttl_img_col {
flex: 0 0 auto;
width: 420px;
position: relative
}

.frnt .ttl_img_frame {
position: relative;
width: 420px;
height: 420px;
border-radius: 22px;
overflow: hidden
}

.frnt .ttl_img_frame img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
filter: saturate(0.7) brightness(0.85) hue-rotate(0deg)
}

.frnt .ttl_rect_deco {
position: absolute;
top: -20px;
left: -20px;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0
}

.frnt .ttl_rect_deco .rect_r1 {
position: absolute;
top: 0;
left: 0;
width: calc(100% + 20px);
height: calc(100% + 20px);
border: 1px solid #ab5b8747;
border-radius: 22px
}

.frnt .ttl_rect_deco .rect_r2 {
position: absolute;
top: -10px;
left: -10px;
width: calc(100% + 40px);
height: calc(100% + 40px);
border: 1px solid #ab5b8726;
border-radius: 22px
}

.frnt .ttl_rect_deco .rect_r3 {
position: absolute;
top: -20px;
left: -20px;
width: calc(100% + 60px);
height: calc(100% + 60px);
border: 1px solid #ab5b8712;
border-radius: 22px
}

.frnt .ttl_img_col .ttl_rect_deco {
top: -20px;
left: -20px
}

.frnt .ttl_img_col .img_wrap_pos {
position: relative;
z-index: 1
}

.frnt .ttl_txt_col {
flex: 1 1 auto
}

.frnt .ttl_label {
display: inline-block;
font-size: 16px;
line-height: 1.4;
letter-spacing: .12em;
text-transform: uppercase;
color: #AB5B87;
margin-bottom: 20px;
background-color: #ab5b871a;
padding: 10px 20px;
border-radius: 4px
}

.frnt .ttl_h1 {
font-size: 68px;
line-height: 1.1;
color: #EFE4E7;
margin: 0 0 20px;
font-weight: 700
}

.frnt .ttl_h1 .accent_word {
color: #AB5B87;
position: relative;
display: inline-block
}

.frnt .ttl_h1 .dot_after {
display: inline-block;
width: 8px;
height: 8px;
background-color: #AB5B87;
border-radius: 50%;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -4px
}

.frnt .ttl_sub {
font-size: 18px;
line-height: 1.6;
color: #CFA8A8;
margin: 0 0 40px;
max-width: 480px
}

.frnt .ttl_cta_row {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px
}

.frnt .btn_prim {
display: inline-block;
background-color: #AB5B87;
color: #EFE4E7;
font-size: 16px;
line-height: 1.4;
padding: 20px 40px;
border-radius: 10px;
border: none;
cursor: pointer;
text-decoration: none;
font-weight: 600;
box-shadow: 0 4px 25px 0 #ab5b8714;
transition: background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.frnt .btn_prim:hover {
background-color: #c4699e;
transform: translateY(-2px)
}

.frnt .btn_prim:focus {
outline: 2px solid #EFE4E7;
outline-offset: 3px
}

.frnt .btn_ghost {
display: inline-block;
background-color: transparent;
color: #CFA8A8;
font-size: 16px;
line-height: 1.4;
padding: 20px 40px;
border-radius: 10px;
border: 1px solid #cfa8a859;
cursor: pointer;
text-decoration: none;
font-weight: 500;
transition: border-color .28s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .28s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.frnt .btn_ghost:hover {
border-color: #CFA8A8;
color: #EFE4E7
}

.frnt .btn_ghost:focus {
outline: 2px solid #EFE4E7;
outline-offset: 3px
}

.frnt .curr_blk {
padding: 80px 0;
background-color: #1a1120;
position: relative
}

.frnt .curr_blk .accent_band {
position: absolute;
left: 0;
top: 0;
width: 4px;
height: 100%;
background: linear-gradient(to top, #CFA8A8, transparent);
border-radius: 0
}

.frnt .curr_blk .pg_wrap {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 80px;
align-items: start
}

.frnt .curr_left {
position: relative
}

.frnt .curr_img_wrap {
width: 100%;
aspect-ratio: 1/1;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 9px 36px 0 #ab5b871f;
animation: load_rotate .55s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes load_rotate {
from {
opacity: 0;
transform: rotate(-4deg) scale(0.97)
}

to {
opacity: 1;
transform: rotate(0deg) scale(1)
}
}

.frnt .curr_img_wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block
}

.frnt .curr_right {
display: flex;
flex-direction: column;
gap: 40px
}

.frnt .sec_label {
font-size: 16px;
line-height: 1.4;
letter-spacing: .1em;
text-transform: uppercase;
color: #AB5B87
}

.frnt .curr_h2 {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
margin: 0;
font-weight: 700
}

.frnt .curr_h2 .dot_after {
display: inline-block;
width: 7px;
height: 7px;
background-color: #CFA8A8;
border-radius: 50%;
margin-left: 5px;
vertical-align: middle;
position: relative;
top: -3px
}

.frnt .curr_body {
font-size: 18px;
line-height: 1.6;
color: #CFA8A8;
margin: 0
}

.frnt .curr_quote_blk {
background-color: #cfa8a814;
border-radius: 10px;
padding: 40px;
font-size: 18px;
line-height: 1.6;
color: #EFE4E7;
font-style: italic
}

.frnt .curr_stats_row {
display: flex;
flex-direction: row;
gap: 40px
}

.frnt .stat_item {
display: flex;
flex-direction: column;
gap: 10px
}

.frnt .stat_num {
font-size: 37px;
line-height: 1.1;
color: #AB5B87;
font-weight: 700
}

.frnt .stat_desc {
font-size: 16px;
line-height: 1.4;
color: #CFA8A8
}

.frnt .inv_blk {
padding: 80px 0;
background-color: #141018;
position: relative
}

.frnt .inv_blk .pg_wrap {
display: flex;
flex-direction: column;
gap: 40px
}

.frnt .inv_top_row {
display: grid;
grid-template-columns: 1fr 1fr 2fr;
gap: 40px;
align-items: start
}

.frnt .inv_col_narrow {
display: flex;
flex-direction: column;
gap: 20px
}

.frnt .inv_h2 {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
margin: 0;
font-weight: 700
}

.frnt .inv_h2 .dot_after {
display: inline-block;
width: 7px;
height: 7px;
background-color: #AB5B87;
border-radius: 50%;
margin-left: 5px;
vertical-align: middle;
position: relative;
top: -3px
}

.frnt .inv_desc {
font-size: 18px;
line-height: 1.6;
color: #CFA8A8;
margin: 0
}

.frnt .inv_col_mid {
display: flex;
flex-direction: column;
gap: 20px;
padding-top: 10px
}

.frnt .inv_tag {
display: inline-flex;
align-items: center;
gap: 10px;
background-color: #ab5b871a;
border-radius: 4px;
padding: 10px 20px;
font-size: 16px;
line-height: 1.4;
color: #EFE4E7;
transition: background-color .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.frnt .inv_tag:hover {
background-color: #ab5b8733
}

.frnt .inv_tag .mdi {
color: #AB5B87;
font-size: 18px
}

.frnt .inv_img_col {
position: relative;
border-radius: 22px;
overflow: hidden;
aspect-ratio: 1/1;
box-shadow: 0 9px 36px 0 #ab5b871f
}

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

.frnt .inv_img_col .img_reveal_hover {
position: absolute;
inset: 0;
background: linear-gradient(to top, #ab5b878c, transparent);
display: flex;
align-items: flex-end;
padding: 20px;
opacity: 0;
transition: opacity .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.frnt .inv_img_col:hover .img_reveal_hover {
opacity: 1
}

.frnt .reveal_txt {
font-size: 16px;
line-height: 1.4;
color: #EFE4E7;
font-weight: 600
}

.frnt .inv_feat_row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px
}

.frnt .feat_card {
background-color: #1a1120;
border-radius: 10px;
padding: 40px;
display: flex;
flex-direction: column;
gap: 20px;
box-shadow: 0 3px 6px 0 #ab5b870d;
transition: transform .24s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.frnt .feat_card:hover {
transform: translateY(-4px);
box-shadow: 0 9px 36px 0 #ab5b871f
}

.frnt .feat_icon {
width: 44px;
height: 44px;
background-color: #ab5b8726;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center
}

.frnt .feat_icon .mdi {
color: #AB5B87;
font-size: 22px
}

.frnt .feat_h4 {
font-size: 18px;
line-height: 1.4;
color: #EFE4E7;
margin: 0;
font-weight: 600
}

.frnt .feat_p {
font-size: 16px;
line-height: 1.6;
color: #CFA8A8;
margin: 0
}

.frnt .fit_blk {
padding: 80px 0;
background-color: #1c1026 !important;
position: relative
}

.frnt .fit_blk .pg_wrap {
display: grid;
grid-template-columns: 3fr 1fr;
gap: 80px;
align-items: start
}

.frnt .fit_left {
display: flex;
flex-direction: column;
gap: 40px
}

.frnt .fit_h2 {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
margin: 0;
font-weight: 700
}

.frnt .fit_h2 .dot_after {
display: inline-block;
width: 7px;
height: 7px;
background-color: #CFA8A8;
border-radius: 50%;
margin-left: 5px;
vertical-align: middle;
position: relative;
top: -3px
}

.frnt .fit_two_col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px
}

.frnt .fit_group {
display: flex;
flex-direction: column;
gap: 20px
}

.frnt .fit_group_h {
font-size: 18px;
line-height: 1.4;
color: #AB5B87;
margin: 0;
font-weight: 600;
letter-spacing: .06em;
text-transform: uppercase
}

.frnt .fit_item {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 10px;
font-size: 16px;
line-height: 1.6;
color: #CFA8A8
}

.frnt .fit_item .mdi {
font-size: 18px;
flex-shrink: 0;
margin-top: 2px
}

.frnt .fit_item.yes .mdi {
color: #AB5B87
}

.frnt .fit_item.no .mdi {
color: #cfa8a866
}

.frnt .fit_quote {
background-color: #cfa8a80f;
border-radius: 10px;
padding: 40px;
font-size: 18px;
line-height: 1.6;
color: #EFE4E7;
font-style: italic
}

.frnt .fit_right {
display: flex;
flex-direction: column;
gap: 20px
}

.frnt .fit_img_wrap {
width: 100%;
aspect-ratio: 1/1;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 4px 25px 0 #ab5b8714
}

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

.frnt .fit_corner_deco {
position: absolute;
bottom: 40px;
right: 40px;
pointer-events: none;
opacity: .18
}

.frnt .fit_corner_deco .cr1,
.frnt .fit_corner_deco .cr2,
.frnt .fit_corner_deco .cr3,
.frnt .fit_corner_deco .cr4 {
position: absolute;
border: 1px solid #AB5B87;
border-radius: 4px;
bottom: 0;
right: 0
}

.frnt .fit_corner_deco .cr1 {
width: 40px;
height: 40px
}

.frnt .fit_corner_deco .cr2 {
width: 70px;
height: 70px
}

.frnt .fit_corner_deco .cr3 {
width: 100px;
height: 100px
}

.frnt .fit_corner_deco .cr4 {
width: 130px;
height: 130px
}

@media (max-width: 992px) {
.frnt .ttl_blk .pg_wrap {
flex-direction: column;
gap: 40px
}

.frnt .ttl_img_col {
width: 100%
}

.frnt .ttl_img_frame {
width: 100%;
height: auto;
aspect-ratio: 1/1
}

.frnt .ttl_h1 {
font-size: 37px
}

.frnt .curr_blk .pg_wrap {
grid-template-columns: 1fr;
gap: 40px
}

.frnt .curr_left {
max-width: 360px
}

.frnt .inv_top_row {
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto
}

.frnt .inv_img_col {
grid-column: 1 / -1;
max-width: 360px
}

.frnt .inv_feat_row {
grid-template-columns: 1fr 1fr
}

.frnt .fit_blk .pg_wrap {
grid-template-columns: 1fr;
gap: 40px
}

.frnt .fit_right {
flex-direction: row;
flex-wrap: wrap
}

.frnt .fit_img_wrap {
max-width: 200px
}
}

@media (max-width: 576px) {
.frnt .pg_wrap {
padding: 0 20px
}

.frnt .ttl_blk {
padding: 40px 0
}

.frnt .curr_blk,
.frnt .inv_blk,
.frnt .fit_blk {
padding: 40px 0
}

.frnt .ttl_h1 {
font-size: 37px
}

.frnt .curr_stats_row {
flex-direction: column;
gap: 20px
}

.frnt .inv_top_row {
grid-template-columns: 1fr
}

.frnt .inv_img_col {
grid-column: auto;
max-width: 100%
}

.frnt .inv_feat_row {
grid-template-columns: 1fr
}

.frnt .fit_two_col {
grid-template-columns: 1fr
}

.frnt .ttl_cta_row {
flex-direction: column;
align-items: flex-start
}

.frnt .curr_quote_blk {
padding: 20px
}

.frnt .feat_card {
padding: 20px
}

.frnt .fit_quote {
padding: 20px
}
}

.sts {
background-color: #12080e;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
color: #e8d5de;
overflow-x: hidden
}

.sts .pg_wrap {
max-width: 1170px;
margin: 0 auto;
padding: 0 20px
}

@keyframes slideUp {
from {
opacity: 0;
transform: translateY(40px)
}

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

@keyframes slideUpSlow {
from {
opacity: 0;
transform: translateY(60px)
}

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

.sts .anim_a {
animation: slideUp .28s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.sts .anim_b {
animation: slideUp .32s cubic-bezier(0.34, 1.56, 0.64, 1) .08s both
}

.sts .anim_c {
animation: slideUpSlow .35s cubic-bezier(0.34, 1.56, 0.64, 1) .16s both
}

.sts .anim_d {
animation: slideUpSlow .35s cubic-bezier(0.34, 1.56, 0.64, 1) .24s both
}

.sts .grad_line {
height: 2px;
background: linear-gradient(to right, #AB5B87, #CFA8A8, transparent);
border: none;
margin: 0
}

.sts .dot_acc {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 38px;
background-color: #AB5B87;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -2px
}

.sts .lbl_tag {
display: inline-block;
font-size: 16px;
letter-spacing: .12em;
text-transform: uppercase;
color: #AB5B87;
border: 1px solid #ab5b8759;
border-radius: 4px;
padding: 4px 10px;
margin-bottom: 20px
}

.sts .split_row {
display: flex;
flex-direction: row;
align-items: stretch;
min-height: 520px;
position: relative
}

.sts .split_img {
flex: 0 0 50%;
position: relative;
overflow: hidden;
border-radius: 22px 0 0 22px
}

.sts .split_img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: grayscale(1);
transition: filter .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.sts .split_img::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to bottom, #ab5b878c, #12080eb8);
pointer-events: none;
border-radius: 22px 0 0 22px
}

.sts .split_img:hover img {
filter: grayscale(0.2)
}

.sts .diag_overlay {
position: absolute;
top: 0;
right: -40px;
width: 80px;
height: 100%;
background: #12080e;
clip-path: polygon(40px 0, 100% 0, 60px 100%, 0 100%);
z-index: 2;
pointer-events: none
}

.sts .split_txt {
flex: 1;
padding: 80px 40px 80px 60px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
z-index: 1
}

.sts .manifesto_h {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
margin: 0 0 20px
}

.sts .manifesto_p {
font-size: 18px;
line-height: 1.6;
color: #CFA8A8;
margin: 0 0 20px
}

.sts .dot_path {
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
margin-top: 20px
}

.sts .dot_path span {
display: block;
border-radius: 38px;
background-color: #ab5b874d
}

.sts .dot_path span:nth-child(1) {
width: 8px;
height: 8px
}

.sts .dot_path span:nth-child(2) {
width: 5px;
height: 5px;
background-color: #cfa8a866
}

.sts .dot_path span:nth-child(3) {
width: 10px;
height: 10px;
background-color: #ab5b8780
}

.sts .dot_path span:nth-child(4) {
width: 4px;
height: 4px;
background-color: #cfa8a840
}

.sts .dot_path span:nth-child(5) {
width: 7px;
height: 7px
}

.sts .dot_path span:nth-child(6) {
width: 5px;
height: 5px;
background-color: #efe4e733
}

.sts .sec_a {
padding: 80px 0 40px
}

.sts .sec_b {
padding: 80px 0;
background: linear-gradient(to top, #ab5b8714, transparent);
position: relative
}

.sts .sec_b::before {
content: '';
position: absolute;
inset: 0;
background-image: url(./image_archive/best-rev-16.jpg);
background-size: cover;
background-position: center;
filter: grayscale(1) brightness(0.18);
pointer-events: none;
border-radius: 0
}

.sts .sec_b_in {
position: relative;
z-index: 1
}

.sts .sec_c {
padding: 80px 0
}

.sts .stories_grid {
display: grid;
grid-template-columns: 280px 1fr;
gap: 40px;
align-items: start
}

.sts .sidebar_col {
display: flex;
flex-direction: column;
gap: 20px
}

.sts .sidebar_card {
background: #ab5b8712;
border: 1px solid #ab5b872e;
border-radius: 22px;
padding: 20px;
transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
cursor: default
}

.sts .sidebar_card:hover {
background: #ab5b8724;
border-color: #ab5b8766
}

.sts .sidebar_card:hover~.sidebar_card {
background: #ab5b870a;
border-color: #ab5b871a
}

.sts .s_name {
font-size: 16px;
color: #EFE4E7;
margin: 0 0 10px;
line-height: 1.4
}

.sts .s_role {
font-size: 16px;
color: #AB5B87;
margin: 0;
line-height: 1.4
}

.sts .main_col {
display: flex;
flex-direction: column;
gap: 40px
}

.sts .story_block {
border: 1px dashed #cfa8a840;
border-radius: 22px;
padding: 40px;
position: relative;
transition: border-color .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.sts .story_block:hover {
border-color: #ab5b8780
}

.sts .story_block:hover~.story_block {
border-color: #cfa8a81f
}

.sts .story_h {
font-size: 18px;
line-height: 1.4;
color: #EFE4E7;
margin: 0 0 20px
}

.sts .story_q {
font-size: 18px;
line-height: 1.6;
color: #CFA8A8;
margin: 0 0 20px;
padding: 20px;
background: #cfa8a814;
border-radius: 10px
}

.sts .story_p {
font-size: 16px;
line-height: 1.6;
color: #b8a0aa;
margin: 0
}

.sts .prog_wrap {
display: flex;
flex-direction: column;
gap: 20px;
margin-top: 20px
}

.sts .prog_item {
display: flex;
flex-direction: column;
gap: 10px
}

.sts .prog_lbl {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center
}

.sts .prog_name {
font-size: 16px;
color: #CFA8A8;
line-height: 1.4
}

.sts .prog_val {
font-size: 16px;
color: #AB5B87;
line-height: 1.4
}

.sts .prog_bar_bg {
height: 6px;
background: #ab5b8726;
border-radius: 4px;
overflow: hidden
}

.sts .prog_bar_fill {
height: 100%;
border-radius: 4px;
background: linear-gradient(to top, #AB5B87, #CFA8A8);
transform-origin: left;
animation: barGrow .32s cubic-bezier(0.34, 1.56, 0.64, 1) .3s both
}

@keyframes barGrow {
from {
transform: scaleX(0)
}

to {
transform: scaleX(1)
}
}

.sts .prog_bar_fill.w_78 {
width: 78%
}

.sts .prog_bar_fill.w_65 {
width: 65%
}

.sts .prog_bar_fill.w_88 {
width: 88%
}

.sts .status_inline {
display: inline-flex;
align-items: center;
gap: 10px;
background: #ab5b871f;
border-radius: 10px;
padding: 10px 20px;
margin-top: 20px
}

.sts .status_dot {
width: 8px;
height: 8px;
border-radius: 38px;
background: #AB5B87;
flex-shrink: 0
}

.sts .status_txt {
font-size: 16px;
color: #CFA8A8;
line-height: 1.4
}

.sts .metrics_row {
display: flex;
flex-direction: row;
gap: 20px;
flex-wrap: wrap
}

.sts .metric_box {
flex: 1;
min-width: 140px;
background: #ab5b8714;
border: 1px solid #ab5b8733;
border-radius: 22px;
padding: 20px;
text-align: center;
transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.sts .metric_box:hover {
background: #ab5b8729;
transform: translateY(-4px)
}

.sts .metric_num {
font-size: 37px;
line-height: 1.1;
color: #AB5B87;
display: block;
margin-bottom: 10px
}

.sts .metric_desc {
font-size: 16px;
line-height: 1.4;
color: #CFA8A8;
margin: 0
}

.sts .sec_h {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
margin: 0 0 20px
}

.sts .sec_sub {
font-size: 18px;
line-height: 1.6;
color: #CFA8A8;
margin: 0 0 40px;
max-width: 600px
}

.sts .img_card {
position: relative;
border-radius: 22px;
overflow: hidden;
aspect-ratio: 1/1;
width: 100%
}

.sts .img_card img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: grayscale(1);
transition: filter .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.sts .img_card_over {
position: absolute;
inset: 0;
background: #12080e00;
display: flex;
align-items: flex-end;
padding: 20px;
transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1);
border-radius: 22px
}

.sts .img_card_over p {
font-size: 16px;
line-height: 1.4;
color: #EFE4E7;
margin: 0;
opacity: 0;
transform: translateY(10px);
transition: opacity .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.sts .img_card:hover .img_card_over {
background: #12080ec7
}

.sts .img_card:hover img {
filter: grayscale(0.1);
transform: scale(1.04)
}

.sts .img_card:hover .img_card_over p {
opacity: 1;
transform: translateY(0)
}

.sts .two_col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start
}

.sts .col_txt {
display: flex;
flex-direction: column;
gap: 20px
}

.sts .accent_quote {
font-size: 18px;
line-height: 1.6;
color: #EFE4E7;
background: #cfa8a81a;
border-radius: 10px;
padding: 20px;
margin: 0
}

.sts .body_p {
font-size: 16px;
line-height: 1.6;
color: #b8a0aa;
margin: 0
}

@media (max-width: 992px) {
.sts .split_row {
flex-direction: column;
min-height: auto
}

.sts .split_img {
flex: 0 0 300px;
border-radius: 22px 22px 0 0
}

.sts .split_img::after {
border-radius: 22px 22px 0 0
}

.sts .diag_overlay {
display: none
}

.sts .split_txt {
padding: 40px 20px
}

.sts .stories_grid {
grid-template-columns: 1fr
}

.sts .sidebar_col {
flex-direction: row;
flex-wrap: wrap
}

.sts .sidebar_card {
flex: 1;
min-width: 140px
}

.sts .two_col {
grid-template-columns: 1fr
}

.sts .metrics_row {
gap: 10px
}
}

@media (max-width: 576px) {

.sts .manifesto_h,
.sts .sec_h {
font-size: 37px
}

.sts .split_txt {
padding: 20px
}

.sts .story_block {
padding: 20px
}

.sts .sec_a,
.sts .sec_b,
.sts .sec_c {
padding: 40px 0
}

.sts .sidebar_col {
flex-direction: column
}

.sts .metrics_row {
flex-direction: column
}
}

.cont_pg {
background-color: #0e0910;
min-height: 100vh;
overflow-x: clip;
position: relative
}

.cont_pg .pg_strip {
position: relative;
padding: 40px 0 20px;
overflow: hidden
}

.cont_pg .pg_strip::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to top, transparent, #ab5b8714);
pointer-events: none
}

.cont_pg .strip_inner {
max-width: 1170px;
margin: 0 auto;
padding: 0 40px;
display: flex;
flex-direction: row;
align-items: center;
gap: 20px
}

.cont_pg .strip_img_box {
flex: 0 0 220px;
height: 160px;
border-radius: 10px;
overflow: hidden;
position: relative
}

.cont_pg .strip_img_box img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont_pg .strip_img_box::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 60%;
background: linear-gradient(to bottom, #0e0910b8, transparent);
pointer-events: none
}

.cont_pg .strip_img_box:hover img {
transform: scale(1.04)
}

.cont_pg .strip_txt {
flex: 1 1 auto;
padding: 0 20px;
text-align: center
}

.cont_pg .strip_label {
font-size: 16px;
line-height: 1.4;
color: #CFA8A8;
letter-spacing: .08em;
text-transform: uppercase;
margin-bottom: 10px;
display: block
}

.cont_pg .strip_h1 {
font-size: 68px;
line-height: 1.1;
color: #EFE4E7;
margin: 0 0 10px;
font-weight: 800
}

.cont_pg .strip_h1 .dot_acc {
display: inline-block;
width: 8px;
height: 8px;
background: #AB5B87;
border-radius: 22px;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -6px;
animation: glow_build .32s cubic-bezier(0.34, 1.56, 0.64, 1) both;
animation-delay: .4s;
box-shadow: 0 0 0 0 #ab5b8700
}

@keyframes glow_build {
0% {
box-shadow: 0 0 0 0 #ab5b8700;
opacity: 0
}

60% {
box-shadow: 0 0 16px 6px #ab5b8773;
opacity: 1
}

100% {
box-shadow: 0 9px 36px 0 #ab5b871f;
opacity: 1
}
}

.cont_pg .strip_tag {
font-size: 18px;
line-height: 1.6;
color: #b89aab;
margin: 0 0 20px
}

.cont_pg .strip_links {
display: flex;
flex-direction: row;
gap: 10px;
justify-content: center;
flex-wrap: wrap
}

.cont_pg .lnk_pri {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 10px 20px;
background: #AB5B87;
color: #EFE4E7;
border-radius: 22px;
font-size: 16px;
line-height: 1.4;
text-decoration: none !important;
font-weight: 600;
transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
box-shadow: 0 3px 6px 0 #ab5b870d
}

.cont_pg .lnk_pri:hover {
background: #c4699e;
box-shadow: 0 9px 36px 0 #ab5b871f
}

.cont_pg .lnk_sec {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 10px 20px;
background: transparent;
color: #CFA8A8;
border-radius: 22px;
font-size: 16px;
line-height: 1.4;
text-decoration: none !important;
font-weight: 500;
border: 1px solid #cfa8a84d;
transition: border-color .26s cubic-bezier(0.34, 1.56, 0.64, 1), color .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont_pg .lnk_sec:hover {
border-color: #CFA8A8;
color: #EFE4E7
}

.cont_pg .tri_div {
width: 100%;
line-height: 0;
position: relative;
z-index: 1
}

.cont_pg .tri_div svg {
display: block;
width: 100%
}

.cont_pg .form_area {
background: #160e1a;
padding: 80px 0 40px;
position: relative
}

.cont_pg .form_area::before {
content: '';
position: absolute;
inset: 0;
background-image: radial-gradient(circle, #ab5b8712 1px, transparent 1px), radial-gradient(circle, #cfa8a80a 2px, transparent 2px), radial-gradient(circle, #ab5b870a 1.5px, transparent 1.5px);
background-size: 48px 48px, 83px 83px, 131px 131px;
background-position: 0 0, 20px 35px, 60px 10px;
pointer-events: none
}

.cont_pg .form_wrap {
max-width: 1170px;
margin: 0 auto;
padding: 0 40px;
display: flex;
flex-direction: row;
gap: 40px;
align-items: flex-start
}

.cont_pg .form_col {
flex: 0 0 60%;
max-width: 60%
}

.cont_pg .info_col {
flex: 1 1 auto;
padding-top: 10px
}

.cont_pg .form_h2 {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
margin: 0 0 10px;
font-weight: 700
}

.cont_pg .form_h2 .dot_acc {
display: inline-block;
width: 7px;
height: 7px;
background: #AB5B87;
border-radius: 22px;
margin-left: 5px;
vertical-align: middle;
position: relative;
top: -4px
}

.cont_pg .form_sub {
font-size: 16px;
line-height: 1.6;
color: #9a7a8e;
margin: 0 0 40px
}

.cont_pg .contact_form {
display: flex;
flex-direction: column;
gap: 20px
}

.cont_pg .field_grp {
display: flex;
flex-direction: column;
gap: 10px
}

.cont_pg .f_label {
font-size: 16px;
line-height: 1.4;
color: #CFA8A8;
font-weight: 500
}

.cont_pg .f_input {
background: #efe4e70a;
border: 1px solid #cfa8a82e;
border-radius: 10px;
padding: 10px 20px;
font-size: 16px;
line-height: 1.6;
color: #EFE4E7;
width: 100%;
box-sizing: border-box;
transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
outline: none
}

.cont_pg .f_input::placeholder {
color: #cfa8a859
}

.cont_pg .f_input:focus {
border-color: #AB5B87;
box-shadow: 0 4px 25px 0 #ab5b8714
}

.cont_pg .f_select {
background: #efe4e70a;
border: 1px solid #cfa8a82e;
border-radius: 10px;
padding: 10px 20px;
font-size: 16px;
line-height: 1.6;
color: #EFE4E7;
width: 100%;
box-sizing: border-box;
transition: border-color .23s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .27s cubic-bezier(0.34, 1.56, 0.64, 1);
outline: none;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23CFA8A8' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 16px center;
cursor: pointer
}

.cont_pg .f_select option {
background: #160e1a;
color: #EFE4E7
}

.cont_pg .f_select:focus {
border-color: #AB5B87;
box-shadow: 0 4px 25px 0 #ab5b8714
}

.cont_pg .f_textarea {
background: #efe4e70a;
border: 1px solid #cfa8a82e;
border-radius: 10px;
padding: 10px 20px;
font-size: 16px;
line-height: 1.6;
color: #EFE4E7;
width: 100%;
box-sizing: border-box;
min-height: 120px;
resize: vertical;
transition: border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
outline: none
}

.cont_pg .f_textarea::placeholder {
color: #cfa8a859
}

.cont_pg .f_textarea:focus {
border-color: #AB5B87;
box-shadow: 0 4px 25px 0 #ab5b8714
}

.cont_pg .priv_row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 10px
}

.cont_pg .priv_chk {
flex: 0 0 auto;
width: 18px;
height: 18px;
accent-color: #AB5B87;
cursor: pointer;
margin-top: 2px
}

.cont_pg .priv_txt {
font-size: 16px;
line-height: 1.6;
color: #9a7a8e
}

.cont_pg .priv_txt a {
color: #CFA8A8;
text-decoration: underline !important;
transition: color .21s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont_pg .priv_txt a:hover {
color: #EFE4E7
}

.cont_pg .btn_submit {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 10px 40px;
background: #AB5B87;
color: #EFE4E7;
border: none;
border-radius: 22px;
font-size: 18px;
line-height: 1.4;
font-weight: 700;
cursor: pointer;
align-self: flex-start;
transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.34, 1.56, 0.64, 1), transform .2s cubic-bezier(0.34, 1.56, 0.64, 1);
box-shadow: 0 3px 6px 0 #ab5b870d
}

.cont_pg .btn_submit:hover {
background: #c4699e;
box-shadow: 0 9px 36px 0 #ab5b871f;
transform: translateY(-2px)
}

.cont_pg .btn_submit:active {
transform: translateY(0)
}

.cont_pg .btn_submit:focus-visible {
outline: 2px solid #EFE4E7;
outline-offset: 3px
}

.cont_pg .info_card {
background: #efe4e70a;
border: 1px solid #cfa8a81f;
border-radius: 10px;
padding: 20px;
margin-bottom: 20px;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 10px;
transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont_pg .info_card:last-child {
margin-bottom: 0
}

.cont_pg .info_card:hover {
box-shadow: 0 9px 36px 0 #ab5b871f;
transform: perspective(400px) translateZ(6px)
}

.cont_pg .ic_icon {
flex: 0 0 auto;
width: 40px;
height: 40px;
background: #ab5b8726;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: #AB5B87;
font-size: 18px
}

.cont_pg .ic_body {
flex: 1 1 auto
}

.cont_pg .ic_lbl {
font-size: 16px;
line-height: 1.4;
color: #9a7a8e;
display: block;
margin-bottom: 4px
}

.cont_pg .ic_val {
font-size: 16px;
line-height: 1.6;
color: #EFE4E7;
font-weight: 600;
text-decoration: none !important;
display: block;
transition: color .21s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont_pg .ic_val:hover {
color: #CFA8A8
}

.cont_pg .tri_div2 {
width: 100%;
line-height: 0
}

.cont_pg .tri_div2 svg {
display: block;
width: 100%
}

.cont_pg .ref_area {
background: linear-gradient(to top, #ab5b870f, #0e0910);
padding: 80px 0;
position: relative
}

.cont_pg .ref_wrap {
max-width: 1170px;
margin: 0 auto;
padding: 0 40px
}

.cont_pg .ref_top {
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
gap: 40px;
margin-bottom: 40px
}

.cont_pg .ref_h2 {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
margin: 0;
font-weight: 700;
flex: 1 1 auto
}

.cont_pg .ref_h2 .dot_acc {
display: inline-block;
width: 7px;
height: 7px;
background: #AB5B87;
border-radius: 22px;
margin-left: 5px;
vertical-align: middle;
position: relative;
top: -4px
}

.cont_pg .ref_desc {
font-size: 16px;
line-height: 1.6;
color: #9a7a8e;
flex: 0 0 340px;
max-width: 340px
}

.cont_pg .res_grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px
}

.cont_pg .res_card {
background: #efe4e708;
border: 1px solid #cfa8a81a;
border-radius: 10px;
padding: 20px;
display: flex;
flex-direction: column;
gap: 10px;
transition: box-shadow .27s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1);
cursor: default
}

.cont_pg .res_card:hover {
box-shadow: 0 9px 36px 0 #ab5b871f;
border-color: #ab5b874d;
transform: perspective(500px) translateZ(8px)
}

.cont_pg .rc_top {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 10px
}

.cont_pg .rc_type {
display: inline-flex;
align-items: center;
gap: 6px;
background: #ab5b871f;
color: #AB5B87;
font-size: 16px;
line-height: 1.4;
padding: 4px 10px;
border-radius: 4px;
font-weight: 600;
letter-spacing: .06em;
text-transform: uppercase
}

.cont_pg .rc_size {
font-size: 16px;
line-height: 1.4;
color: #9a7a8e
}

.cont_pg .rc_name {
font-size: 16px;
line-height: 1.4;
color: #EFE4E7;
font-weight: 600;
margin: 0
}

.cont_pg .rc_note {
font-size: 16px;
line-height: 1.6;
color: #9a7a8e;
margin: 0
}

.cont_pg .rc_dl {
display: inline-flex;
align-items: center;
gap: 6px;
color: #CFA8A8;
font-size: 16px;
line-height: 1.4;
text-decoration: none !important;
font-weight: 500;
margin-top: auto;
transition: color .21s cubic-bezier(0.34, 1.56, 0.64, 1);
align-self: flex-start
}

.cont_pg .rc_dl:hover {
color: #EFE4E7
}

.cont_pg .stat_row {
display: flex;
flex-direction: row;
gap: 40px;
margin-top: 40px;
padding-top: 40px;
border-top: 1px solid #cfa8a81a
}

.cont_pg .stat_item {
flex: 1 1 auto;
text-align: center
}

.cont_pg .stat_num {
font-size: 68px;
line-height: 1.1;
color: #AB5B87;
font-weight: 800;
display: block
}

.cont_pg .stat_desc {
font-size: 16px;
line-height: 1.4;
color: #9a7a8e;
display: block;
margin-top: 4px
}

.cont_pg .tri_corner_tl {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 60px 60px 0 0;
border-color: #ab5b871f transparent transparent;
pointer-events: none
}

.cont_pg .tri_corner_br {
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 60px 60px;
border-color: transparent transparent #ab5b871a;
pointer-events: none
}

.cont_pg .quote_block {
background: #ab5b8714;
border-radius: 10px;
padding: 20px;
margin-bottom: 40px;
position: relative
}

.cont_pg .quote_block .qb_txt {
font-size: 18px;
line-height: 1.6;
color: #CFA8A8;
font-style: italic;
margin: 0
}

.cont_pg .acc_pill {
display: inline-block;
background: #cfa8a81a;
color: #CFA8A8;
font-size: 16px;
line-height: 1.4;
padding: 4px 10px;
border-radius: 4px;
margin-bottom: 10px
}

@media (max-width: 992px) {
.cont_pg .strip_inner {
flex-direction: column;
padding: 0 20px;
gap: 20px
}

.cont_pg .strip_img_box {
flex: 0 0 auto;
width: 100%;
height: 140px
}

.cont_pg .strip_h1 {
font-size: 37px
}

.cont_pg .form_wrap {
flex-direction: column;
padding: 0 20px;
gap: 40px
}

.cont_pg .form_col {
flex: none;
max-width: 100%;
width: 100%
}

.cont_pg .ref_top {
flex-direction: column;
align-items: flex-start;
gap: 20px
}

.cont_pg .ref_desc {
flex: none;
max-width: 100%
}

.cont_pg .res_grid {
grid-template-columns: 1fr 1fr
}

.cont_pg .stat_row {
flex-wrap: wrap;
gap: 20px
}

.cont_pg .ref_wrap {
padding: 0 20px
}
}

@media (max-width: 576px) {
.cont_pg .strip_h1 {
font-size: 37px
}

.cont_pg .res_grid {
grid-template-columns: 1fr
}

.cont_pg .stat_row {
flex-direction: column;
gap: 20px
}

.cont_pg .pg_strip {
padding: 20px 0 10px
}

.cont_pg .form_area {
padding: 40px 0 20px
}

.cont_pg .ref_area {
padding: 40px 0
}
}

.succ_page {
min-height: 100vh;
background-color: #111018;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 80px 20px
}

.succ_page .succ_wrap {
max-width: 1170px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 40px
}

.succ_page .succ_icon_ring {
width: 88px;
height: 88px;
border-radius: 38px;
background: linear-gradient(to top, #CFA8A8, transparent);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 9px 36px 0 #ab5b871f;
flex-shrink: 0
}

.succ_page .succ_icon_ring svg {
width: 40px;
height: 40px
}

.succ_page .succ_body {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
text-align: center;
max-width: 560px
}

.succ_page .succ_label {
font-size: 16px;
line-height: 1.4;
letter-spacing: .12em;
text-transform: uppercase;
color: #AB5B87;
font-weight: 600
}

.succ_page .succ_heading {
font-size: 37px;
line-height: 1.1;
color: #EFE4E7;
font-weight: 700;
margin: 0
}

.succ_page .succ_heading .dot_acc {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #AB5B87;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -4px
}

.succ_page .succ_desc {
font-size: 18px;
line-height: 1.6;
color: #CFA8A8;
margin: 0
}

.succ_page .succ_divider {
width: 48px;
height: 2px;
border-radius: 4px;
background: linear-gradient(to top, #AB5B87, transparent)
}

.succ_page .succ_note {
font-size: 16px;
line-height: 1.6;
color: #8a7a82;
background-color: #cfa8a812;
border-radius: 10px;
padding: 20px 40px;
max-width: 480px;
text-align: center
}

.succ_page .succ_note strong {
color: #CFA8A8;
font-weight: 600
}

.succ_page .succ_actions {
display: flex;
flex-direction: row;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
align-items: center
}

.succ_page .btn_primary {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 20px 40px;
border-radius: 22px;
background-color: #AB5B87;
color: #EFE4E7;
font-size: 16px;
line-height: 1.4;
font-weight: 600;
text-decoration: none;
border: none;
cursor: pointer;
box-shadow: 0 4px 25px 0 #ab5b8714;
transition: background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.succ_page .btn_primary:hover {
background-color: #c0699a;
box-shadow: 0 9px 36px 0 #ab5b871f;
transform: translateY(-2px)
}

.succ_page .btn_primary:focus {
outline: 2px solid #EFE4E7;
outline-offset: 3px
}

.succ_page .btn_primary:active {
transform: translateY(0px);
background-color: #9a4f78
}

.succ_page .btn_ghost {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 20px 40px;
border-radius: 22px;
background-color: transparent;
color: #CFA8A8;
font-size: 16px;
line-height: 1.4;
font-weight: 500;
text-decoration: none;
border: 1px solid #cfa8a840;
cursor: pointer;
transition: border-color .3s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .3s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.succ_page .btn_ghost:hover {
border-color: #cfa8a899;
color: #EFE4E7;
transform: translateY(-1px)
}

.succ_page .btn_ghost:focus {
outline: 2px solid #CFA8A8;
outline-offset: 3px
}

.succ_page .btn_ghost:active {
transform: translateY(0px)
}

@media (max-width: 576px) {
.succ_page {
padding: 40px 20px
}

.succ_page .succ_wrap {
gap: 20px
}

.succ_page .succ_heading {
font-size: 37px
}

.succ_page .succ_note {
padding: 20px
}

.succ_page .succ_actions {
flex-direction: column;
width: 100%
}

.succ_page .btn_primary,
.succ_page .btn_ghost {
width: 100%;
justify-content: center;
padding: 20px
}
}