* {
box-sizing: border-box
}

html {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.7;
background-color: #110d1a;
color: #e8e0f0
}

body {
margin: 0
}

.page_header {
position: relative;
background: linear-gradient(160deg, #1a1025 0%, #0e0a18 50%, #160e22 100%);
border-bottom: 1px solid #7c53c02e;
box-shadow: 0 7px 28px 0 #7c53c01c;
z-index: 100;
overflow: hidden
}

.page_header::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, transparent 0%, #7C53C0 40%, #E3CAE7 70%, transparent 100%);
pointer-events: none
}

.header_upper_band {
background: #7c53c012;
border-bottom: 1px solid #7c53c01f;
padding: 6px 0
}

.header_upper_band_mount {
max-width: 1024px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
justify-content: flex-end;
gap: 24px
}

.contact_link_item {
display: flex;
align-items: center;
gap: 6px;
text-decoration: none;
color: #E3CAE7;
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.2;
transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.contact_link_item:hover,
.contact_link_item:focus {
color: #fff;
outline: none;
transform: scale(1.02)
}

.contact_icon {
width: 14px;
height: 14px;
flex-shrink: 0;
opacity: .75
}

.header_main_band {
max-width: 1024px;
margin: 0 auto;
padding: 24px 24px 0;
display: flex;
align-items: flex-end;
gap: 36px
}

.brand_mark_shell {
flex-shrink: 0;
display: flex;
align-items: center;
text-decoration: none;
background: #ede6ef0f;
border: 1px solid #7c53c04d;
border-radius: 16px;
padding: 6px 12px;
box-shadow: 0 3px 4px 0 #7c53c014;
transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.brand_mark_shell:hover,
.brand_mark_shell:focus {
border-color: #7c53c099;
box-shadow: 0 7px 28px 0 #7c53c01c;
outline: none;
transform: scale(1.02)
}

.brand_mark_shell:focus {
outline: 2px solid #7C53C0;
outline-offset: 3px
}

.brand_logo_image {
display: block;
width: 60px;
height: 60px;
object-fit: contain
}

.primary_navigation_shell {
flex: 1;
display: flex;
align-items: flex-end;
padding-bottom: 0
}

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

.primary_navigation_item {
display: flex
}

.primary_navigation_link {
display: block;
font-family: "Rubik", sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.2;
color: #c9b8e0;
text-decoration: none;
padding: 12px 16px;
border-radius: 10px;
border: 1px solid transparent;
transition: color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1);
white-space: nowrap;
min-height: 44px;
display: flex;
align-items: center
}

.primary_navigation_link:hover {
color: #fff;
background: #7c53c024;
border-color: #7c53c040;
text-decoration: none
}

.primary_navigation_link:focus {
outline: 2px solid #7C53C0;
outline-offset: 2px;
color: #fff;
transform: scale(1.02)
}

.primary_navigation_link.active {
color: #fff;
background: #7c53c038;
border-color: #7c53c066;
font-weight: 700
}

.header_accent_bar {
height: 3px;
background: linear-gradient(90deg, #7c53c000 0%, #7c53c059 30%, #e3cae733 60%, #7c53c000 100%);
margin-top: 12px
}

.page_footer {
background: linear-gradient(175deg, #0c0814 0%, #100c1c 60%, #0a0712 100%);
border-top: 1px solid #7c53c033;
padding: 72px 0 36px
}

.footer_grid_mount {
max-width: 1024px;
margin: 0 auto;
padding: 0 24px
}

.footer_columns_shell {
display: flex;
flex-wrap: wrap;
gap: 36px;
margin-bottom: 72px
}

.footer_brand_column {
flex: 0 0 auto;
min-width: 180px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px
}

.footer_logo_mount {
display: flex;
align-items: center;
text-decoration: none;
background: #ede6ef0d;
border: 1px solid #7c53c040;
border-radius: 16px;
padding: 6px 12px;
box-shadow: 0 3px 4px 0 #7c53c014
}

.footer_logo_mount:focus {
outline: 2px solid #7C53C0;
outline-offset: 3px;
transform: scale(1.02)
}

.footer_logo_image {
display: block;
width: 55px;
height: 55px;
object-fit: contain
}

.footer_brand_descriptor {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.7;
color: #9b8ab0;
max-width: 200px
}

.footer_links_column {
flex: 1;
min-width: 160px;
display: flex;
flex-direction: column;
gap: 12px
}

.footer_column_label {
font-family: "Rubik", sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 1.2;
color: #E3CAE7;
letter-spacing: -.01em;
padding-bottom: 6px;
border-bottom: 1px solid #7c53c033
}

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

.footer_navigation_link {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.7;
color: #9b8ab0;
text-decoration: none;
display: block;
padding: 6px 0;
min-height: 44px;
display: flex;
align-items: center;
transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.footer_navigation_link:hover {
color: #E3CAE7;
text-decoration: none
}

.footer_navigation_link:focus {
color: #fff;
outline: 2px solid #7C53C0;
outline-offset: 2px;
border-radius: 6px;
transform: scale(1.02)
}

.footer_contact_column {
flex: 1;
min-width: 200px;
display: flex;
flex-direction: column;
gap: 12px
}

.footer_contact_item {
display: flex;
flex-direction: column;
gap: 6px
}

.footer_contact_label {
font-family: "Rubik", sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 1.2;
color: #7C53C0;
text-transform: uppercase;
letter-spacing: .06em;
font-size: 15px
}

.footer_contact_value {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.7;
color: #c9b8e0;
text-decoration: none;
transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.footer_contact_value:hover {
color: #fff
}

.footer_contact_value:focus {
color: #fff;
outline: 2px solid #7C53C0;
outline-offset: 2px;
border-radius: 6px;
transform: scale(1.02)
}

.footer_address_text {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.7;
color: #9b8ab0;
font-style: normal
}

.footer_divider_line {
height: 1px;
background: linear-gradient(90deg, transparent, #7c53c040, transparent);
margin-bottom: 36px
}

.footer_bottom_row {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px
}

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

.footer_legal_link {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.2;
color: #6b5a80;
text-decoration: none;
padding: 6px 12px;
border-radius: 6px;
border: 1px solid transparent;
transition: color .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1);
min-height: 44px;
display: flex;
align-items: center
}

.footer_legal_link:hover {
color: #E3CAE7;
border-color: #7c53c033;
text-decoration: none
}

.footer_legal_link:focus {
color: #fff;
outline: 2px solid #7C53C0;
outline-offset: 2px;
transform: scale(1.02)
}

.footer_copyright_text {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.2;
color: #6b5a80
}

.cookie_popup_bar {
position: fixed;
bottom: 24px;
left: 0;
right: 0;
margin: 0 auto;
width: 90%;
max-width: 780px;
background: linear-gradient(135deg, #1c1230 0%, #160e24 100%);
border: 1px solid #7c53c059;
border-radius: 16px;
box-shadow: 0 8px 40px 0 #7c53c01c;
z-index: 8000;
display: none;
opacity: 0;
transition: opacity .26s cubic-bezier(0.4, 0, 1, 1);
overflow: hidden
}

.cookie_popup_bar.visible {
opacity: 1
}

.cookie_popup_main_area {
padding: 24px
}

.cookie_popup_description {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.7;
color: #c9b8e0;
margin-bottom: 12px
}

.cookie_popup_headline {
font-family: "Rubik", sans-serif;
font-size: 22px;
font-weight: 700;
line-height: 1.2;
color: #E3CAE7;
margin-bottom: 6px
}

.cookie_popup_actions_row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
margin-top: 12px
}

.cookie_accept_button {
font-family: "Rubik", sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 1.2;
color: #fff;
background: transparent;
border: 2px solid #7C53C0;
border-radius: 10px;
padding: 12px 24px;
cursor: pointer;
min-height: 44px;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1)
}

.cookie_accept_button:hover {
border-color: #E3CAE7;
color: #E3CAE7;
box-shadow: 0 0 0 3px #7c53c02e
}

.cookie_accept_button:focus {
outline: 2px solid #7C53C0;
outline-offset: 3px;
transform: scale(1.02)
}

.cookie_decline_button {
font-family: "Lato", sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.2;
color: #9b8ab0;
background: transparent;
border: 2px solid #7c53c04d;
border-radius: 10px;
padding: 12px 24px;
cursor: pointer;
min-height: 44px;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1)
}

.cookie_decline_button:hover {
border-color: #7c53c099;
color: #c9b8e0
}

.cookie_decline_button:focus {
outline: 2px solid #7C53C0;
outline-offset: 3px;
transform: scale(1.02)
}

.cookie_settings_toggle_button {
font-family: "Lato", sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.2;
color: #7C53C0;
background: transparent;
border: none;
padding: 6px 0;
cursor: pointer;
text-decoration: underline;
min-height: 44px;
transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.cookie_settings_toggle_button:hover {
color: #E3CAE7
}

.cookie_settings_toggle_button:focus {
outline: 2px solid #7C53C0;
outline-offset: 3px;
transform: scale(1.02)
}

.cookie_settings_panel {
background: #7c53c00d;
border-top: 1px solid #7c53c026;
padding: 24px;
display: none
}

.cookie_settings_panel.open {
display: block
}

.cookie_category_row {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 24px;
padding: 12px 0;
border-bottom: 1px solid #7c53c01a
}

.cookie_category_row:last-child {
border-bottom: none
}

.cookie_category_description_hold {
flex: 1
}

.cookie_category_name {
font-family: "Rubik", sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 1.2;
color: #E3CAE7;
margin-bottom: 6px
}

.cookie_category_detail {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.7;
color: #9b8ab0
}

.cookie_toggle_label {
display: flex;
align-items: center;
gap: 6px;
cursor: pointer;
flex-shrink: 0
}

.cookie_toggle_label input[type="checkbox"] {
width: 18px;
height: 18px;
accent-color: #7C53C0;
cursor: pointer
}

.cookie_toggle_label_text {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.2;
color: #9b8ab0
}

.cookie_always_on_label {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.2;
color: #6b5a80;
flex-shrink: 0;
padding: 6px 0
}

.cookie_data_sale_row {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 24px;
padding: 12px 0;
margin-top: 12px;
border-top: 1px solid #7c53c026
}

.cookie_data_sale_description_hold {
flex: 1
}

.cookie_data_sale_name {
font-family: "Rubik", sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 1.2;
color: #E3CAE7;
margin-bottom: 6px
}

.cookie_data_sale_detail {
font-family: "Lato", sans-serif;
font-size: 15px;
line-height: 1.7;
color: #9b8ab0
}

@media (max-width: 768px) {
.header_main_band {
flex-direction: column;
align-items: flex-start;
gap: 12px;
padding-bottom: 0
}

.primary_navigation_list {
gap: 6px
}

.primary_navigation_link {
padding: 12px;
font-size: 15px
}

.footer_columns_shell {
flex-direction: column;
gap: 36px
}

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

.cookie_popup_bar {
width: 95%;
bottom: 12px
}
}

@media (max-width: 640px) {
.header_upper_band_mount {
flex-direction: column;
align-items: flex-start;
gap: 6px
}

.primary_navigation_list {
flex-direction: column;
align-items: flex-start;
width: 100%
}

.primary_navigation_link {
width: 100%
}

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

.cookie_category_row {
flex-direction: column;
gap: 12px
}

.cookie_data_sale_row {
flex-direction: column;
gap: 12px
}
}

.policy-page {
max-width: 1024px;
margin: 0 auto;
padding: 72px 36px;
background: #130d1e;
color: #d8cce6;
line-height: 1.7;
font-size: 15px
}

.policy-page h1 {
font-size: 42px;
line-height: 1.2;
letter-spacing: -.03em;
color: #E3CAE7;
margin-bottom: 36px;
margin-top: 0;
padding-bottom: 24px;
border-bottom: 2px solid #7C53C0
}

.policy-page h2 {
font-size: 30px;
line-height: 1.2;
letter-spacing: -.02em;
color: #E3CAE7;
margin-top: 72px;
margin-bottom: 24px;
padding-left: 12px;
border-left: 3px solid #7C53C0;
border-bottom: 1px solid #7c53c02e;
padding-bottom: 12px
}

.policy-page h3 {
font-size: 22px;
line-height: 1.2;
letter-spacing: -.01em;
color: #EDE6EF;
margin-top: 36px;
margin-bottom: 12px
}

.policy-page h4 {
font-size: 15px;
line-height: 1.2;
letter-spacing: .04em;
text-transform: uppercase;
color: #7C53C0;
margin-top: 36px;
margin-bottom: 12px
}

.policy-page h5 {
font-size: 15px;
line-height: 1.2;
color: #c4b0d8;
margin-top: 24px;
margin-bottom: 6px;
font-weight: 600
}

.policy-page h6 {
font-size: 15px;
line-height: 1.2;
color: #a090b8;
margin-top: 24px;
margin-bottom: 6px;
font-weight: 500;
font-style: italic
}

.policy-page ul {
margin: 24px 0;
padding-left: 24px;
list-style: none
}

.policy-page ol {
margin: 24px 0;
padding-left: 24px;
list-style: none;
counter-reset: policy_ordered_counter
}

.policy-page ul li {
position: relative;
padding-left: 18px;
margin-bottom: 12px;
font-size: 15px;
line-height: 1.7;
color: #d8cce6
}

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

.policy-page ol li {
position: relative;
padding-left: 18px;
margin-bottom: 12px;
font-size: 15px;
line-height: 1.7;
color: #d8cce6;
counter-increment: policy_ordered_counter
}

.policy-page ol li::before {
content: counter(policy_ordered_counter) ".";
position: absolute;
left: 0;
top: 0;
color: #7C53C0;
font-weight: 700;
font-size: 15px;
line-height: 1.7
}

.policy-page ul ul,
.policy-page ol ol,
.policy-page ul ol,
.policy-page ol ul {
margin: 6px 0 6px 12px
}

.policy-page ul ul li::before {
width: 4px;
height: 4px;
background: transparent;
border: 1px solid #7C53C0;
border-radius: 0
}

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

.policy-page a {
color: #b89de0;
text-decoration: underline;
text-decoration-color: #7c53c073;
text-underline-offset: 3px;
transition: color .12s cubic-bezier(0.4, 0, 1, 1), text-decoration-color .15s ease-in
}

.policy-page a:hover {
color: #E3CAE7;
text-decoration-color: #e3cae7b3
}

.policy-page a:visited {
color: #9a7ec8;
text-decoration-color: #7c53c04d
}

.policy-page table {
width: 100%;
border-collapse: collapse;
margin: 36px 0;
font-size: 15px;
line-height: 1.7;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 7px 28px 0 #7c53c01c
}

.policy-page thead {
background: #7c53c038
}

.policy-page thead tr {
border-bottom: 2px solid #7c53c080
}

.policy-page tbody tr {
border-bottom: 1px solid #7c53c01f;
transition: background .1s cubic-bezier(0.4, 0, 1, 1)
}

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

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

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

.policy-page th {
padding: 12px 24px;
text-align: left;
color: #E3CAE7;
font-size: 15px;
font-weight: 700;
letter-spacing: .03em;
text-transform: uppercase
}

.policy-page td {
padding: 12px 24px;
color: #d8cce6;
vertical-align: top
}

.policy-page div {
margin-bottom: 12px
}

@media (max-width: 768px) {
.policy-page {
padding: 36px 24px
}

.policy-page h1 {
font-size: 30px
}

.policy-page h2 {
font-size: 22px;
margin-top: 36px
}

.policy-page h3 {
font-size: 15px
}

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

.policy-page th,
.policy-page td {
padding: 12px
}
}

@media (max-width: 640px) {
.policy-page {
padding: 24px 12px
}

.policy-page h1 {
font-size: 22px;
margin-bottom: 24px;
padding-bottom: 12px
}

.policy-page h2 {
font-size: 15px;
margin-top: 36px
}

.policy-page ul,
.policy-page ol {
padding-left: 12px
}

.policy-page th,
.policy-page td {
padding: 6px 12px;
font-size: 15px
}
}

.interview_detail {
background-color: #0e0b14;
color: #EDE6EF;
overflow-x: hidden
}

.interview_detail .split_screen {
display: flex;
flex-direction: row;
min-height: 0;
position: relative
}

.interview_detail .split_left {
flex: 1 1 52%;
background: linear-gradient(83deg, #7C53C0 0%, #4a2e80 100%);
padding: 72px 36px 72px 72px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
overflow: hidden
}

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

.interview_detail .split_left_flicker {
position: absolute;
inset: 0;
background: #7c53c012;
pointer-events: none;
animation: background_flicker 7s steps(1, end) infinite
}

@keyframes background_flicker {
0% {
opacity: 1
}

11% {
opacity: .93
}

22% {
opacity: 1
}

37% {
opacity: .96
}

53% {
opacity: 1
}

68% {
opacity: .94
}

79% {
opacity: 1
}

91% {
opacity: .97
}

100% {
opacity: 1
}
}

.interview_detail .split_right {
flex: 1 1 48%;
background: #130f1e;
padding: 72px 72px 72px 36px;
display: flex;
flex-direction: column;
justify-content: center
}

.interview_detail .article_category_row {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
margin-bottom: 24px
}

.interview_detail .category_badge {
display: inline-block;
background: #e3cae726;
color: #E3CAE7;
font-size: 15px;
line-height: 1.2;
padding: 6px 12px;
border-radius: 6px;
letter-spacing: .06em;
text-transform: uppercase
}

.interview_detail .diamond_sep {
width: 6px;
height: 6px;
background: #7C53C0;
transform: rotate(45deg);
flex-shrink: 0
}

.interview_detail .article_tag_label {
font-size: 15px;
line-height: 1.2;
color: #E3CAE7;
opacity: .7;
letter-spacing: .04em
}

.interview_detail .article_main_heading {
font-size: 42px;
line-height: 1.2;
letter-spacing: -.02em;
color: #EDE6EF;
margin-bottom: 24px;
position: relative;
z-index: 1
}

.interview_detail .article_main_heading .accent_underline {
color: #E3CAE7;
text-decoration: underline;
text-decoration-color: #7C53C0;
text-underline-offset: 4px;
text-decoration-thickness: 2px
}

.interview_detail .article_subtitle_text {
font-size: 22px;
line-height: 1.7;
color: #E3CAE7;
opacity: .85;
position: relative;
z-index: 1;
margin-bottom: 0
}

.interview_detail .meta_stack {
display: flex;
flex-direction: column;
gap: 12px
}

.interview_detail .meta_row {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px
}

.interview_detail .meta_label {
font-size: 15px;
line-height: 1.2;
color: #7C53C0;
text-transform: uppercase;
letter-spacing: .08em;
min-width: 90px
}

.interview_detail .meta_value {
font-size: 15px;
line-height: 1.2;
color: #EDE6EF;
opacity: .9
}

.interview_detail .meta_divider {
height: 1px;
background: #7c53c040;
margin: 12px 0
}

.interview_detail .image_frame {
margin-top: 36px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 8px 40px 0 #7c53c01c;
position: relative
}

.interview_detail .image_frame img {
width: 100%;
display: block;
object-fit: cover;
max-height: 220px;
filter: sepia(0.18) saturate(1.2) brightness(0.88);
transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.interview_detail .image_frame:hover img {
filter: sepia(0.08) saturate(1.1) brightness(0.95)
}

.interview_detail .bracket_left {
position: absolute;
top: 12px;
left: 12px;
width: 28px;
height: 28px;
border-top: 2px solid #7C53C0;
border-left: 2px solid #7C53C0;
border-radius: 0;
pointer-events: none
}

.interview_detail .bracket_right {
position: absolute;
bottom: 12px;
right: 12px;
width: 28px;
height: 28px;
border-bottom: 2px solid #7C53C0;
border-right: 2px solid #7C53C0;
border-radius: 0;
pointer-events: none
}

.interview_detail .stats_strip {
display: flex;
flex-direction: row;
gap: 24px;
margin-top: 24px
}

.interview_detail .stat_chip {
display: flex;
flex-direction: row;
align-items: center;
gap: 6px;
font-size: 15px;
line-height: 1.2;
color: #E3CAE7;
opacity: .75
}

.interview_detail .stat_icon {
width: 14px;
height: 14px;
flex-shrink: 0
}

.interview_detail .wave_divider {
width: 100%;
line-height: 0;
background: #0e0b14
}

.interview_detail .wave_divider svg {
display: block;
width: 100%
}

.interview_detail .article_body_area {
background: #0e0b14;
padding: 72px 0
}

.interview_detail .body_container {
max-width: 1024px;
margin: 0 auto;
padding: 0 36px;
display: flex;
flex-direction: row;
gap: 72px;
align-items: flex-start
}

.interview_detail .body_text_column {
flex: 1 1 0;
min-width: 0
}

.interview_detail .body_text_column .drop_cap_paragraph::first-letter {
float: left;
font-size: 58px;
line-height: 1;
color: #7C53C0;
margin-right: 8px;
margin-top: 4px;
font-weight: 700
}

.interview_detail .body_text_column p {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
margin-bottom: 24px
}

.interview_detail .body_text_column h2 {
font-size: 30px;
line-height: 1.2;
color: #E3CAE7;
margin-top: 36px;
margin-bottom: 12px;
letter-spacing: -.015em;
padding-left: 12px;
border-left: 3px solid #7C53C0
}

.interview_detail .body_text_column h3 {
font-size: 22px;
line-height: 1.2;
color: #EDE6EF;
margin-top: 24px;
margin-bottom: 12px;
padding-left: 12px;
border-left: 3px solid #7c53c073
}

.interview_detail .body_text_column h4 {
font-size: 22px;
line-height: 1.2;
color: #E3CAE7;
margin-top: 24px;
margin-bottom: 12px
}

.interview_detail .body_text_column ins {
color: #E3CAE7;
text-decoration: underline;
text-decoration-color: #7C53C0;
text-underline-offset: 3px
}

.interview_detail .body_text_column abbr {
color: #E3CAE7;
border-bottom: 1px dotted #e3cae780;
cursor: help
}

.interview_detail .body_text_column ol {
padding-left: 24px;
margin-bottom: 24px
}

.interview_detail .body_text_column ol li {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
margin-bottom: 6px;
list-style: decimal
}

.interview_detail .body_text_column ol li::marker {
color: #7C53C0
}

.interview_detail .body_text_column ul {
padding-left: 0;
margin-bottom: 24px;
list-style: none
}

.interview_detail .body_text_column ul li {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
margin-bottom: 6px;
padding-left: 20px;
position: relative
}

.interview_detail .body_text_column ul li::before {
content: "";
position: absolute;
left: 0;
top: 9px;
width: 8px;
height: 5px;
border-right: 2px solid #7C53C0;
border-bottom: 2px solid #7C53C0;
transform: rotate(-45deg) translateY(-2px)
}

.interview_detail .side_column {
flex: 0 0 280px;
display: flex;
flex-direction: column;
gap: 24px
}

.interview_detail .resource_card_grid_heading {
font-size: 15px;
line-height: 1.2;
color: #7C53C0;
text-transform: uppercase;
letter-spacing: .1em;
margin-bottom: 12px;
padding-left: 12px;
border-left: 3px solid #7C53C0
}

.interview_detail .resource_card_grid {
display: flex;
flex-direction: column;
gap: 12px
}

.interview_detail .resource_card_item {
background: #1a1228;
border-radius: 10px;
padding: 12px;
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
box-shadow: 0 3px 4px 0 #7c53c014;
text-decoration: none;
transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1), background .14s cubic-bezier(0.4, 0, 1, 1)
}

.interview_detail .resource_card_item:hover {
background: #221535;
box-shadow: 0 7px 28px 0 #7c53c01c
}

.interview_detail .resource_type_badge {
flex-shrink: 0;
background: #7c53c033;
color: #E3CAE7;
font-size: 15px;
line-height: 1.2;
padding: 6px;
border-radius: 6px;
letter-spacing: .05em;
text-transform: uppercase;
width: 44px;
text-align: center
}

.interview_detail .resource_card_text {
flex: 1 1 0;
min-width: 0
}

.interview_detail .resource_card_name {
font-size: 15px;
line-height: 1.2;
color: #EDE6EF;
display: block;
margin-bottom: 4px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}

.interview_detail .resource_card_size {
font-size: 15px;
line-height: 1.2;
color: #7C53C0;
opacity: .8
}

.interview_detail .cta_block {
background: linear-gradient(83deg, #7C53C0 0%, #4a2e80 100%);
border-radius: 16px;
padding: 24px;
display: flex;
flex-direction: column;
gap: 12px;
box-shadow: 0 8px 40px 0 #7c53c01c;
position: relative;
overflow: hidden
}

.interview_detail .cta_block::before {
content: "";
position: absolute;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
background-size: 150px 150px;
pointer-events: none
}

.interview_detail .cta_heading {
font-size: 22px;
line-height: 1.2;
color: #EDE6EF;
position: relative;
z-index: 1
}

.interview_detail .cta_description {
font-size: 15px;
line-height: 1.7;
color: #E3CAE7;
opacity: .9;
position: relative;
z-index: 1
}

.interview_detail .cta_button {
display: inline-block;
background: #EDE6EF;
color: #4a2e80;
font-size: 15px;
line-height: 1.2;
padding: 12px 24px;
border-radius: 6px;
text-decoration: none;
font-weight: 700;
letter-spacing: .04em;
border: 2px solid transparent;
transition: background .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
position: relative;
z-index: 1;
align-self: flex-start
}

.interview_detail .cta_button:hover {
background: transparent;
color: #EDE6EF;
border-color: #EDE6EF
}

.interview_detail .cta_button:focus {
outline: 2px solid #EDE6EF;
outline-offset: 3px
}

.interview_detail .bracket_frame_block {
background: #130f1e;
border-radius: 10px;
padding: 24px;
position: relative;
box-shadow: 0 7px 28px 0 #7c53c01c
}

.interview_detail .bracket_frame_block::before {
content:"{";
position: absolute;
top: 12px;
left: -18px;
font-size: 72px;
line-height: 1;
color: #7c53c02e;
pointer-events: none;
font-weight: 300
}

.interview_detail .bracket_frame_block::after {
content: "}";
position: absolute;
bottom: 12px;
right: -18px;
font-size: 72px;
line-height: 1;
color: #7c53c02e;
pointer-events: none;
font-weight: 300
}

.interview_detail .bracket_frame_heading {
font-size: 15px;
line-height: 1.2;
color: #7C53C0;
text-transform: uppercase;
letter-spacing: .1em;
margin-bottom: 12px
}

.interview_detail .quick_facts_list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px
}

.interview_detail .quick_facts_list li {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 8px
}

.interview_detail .quick_facts_list li::before {
content: "";
flex-shrink: 0;
margin-top: 8px;
width: 8px;
height: 5px;
border-right: 2px solid #7C53C0;
border-bottom: 2px solid #7C53C0;
transform: rotate(-45deg) translateY(-2px)
}

@media (max-width: 1024px) {
.interview_detail .split_left {
padding: 72px 24px 72px 36px
}

.interview_detail .split_right {
padding: 72px 36px 72px 24px
}

.interview_detail .body_container {
gap: 36px;
padding: 0 24px
}

.interview_detail .side_column {
flex: 0 0 240px
}
}

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

.interview_detail .split_left {
padding: 36px 24px;
flex: none
}

.interview_detail .split_right {
padding: 36px 24px;
flex: none
}

.interview_detail .article_main_heading {
font-size: 30px
}

.interview_detail .body_container {
flex-direction: column;
gap: 36px;
padding: 0 24px
}

.interview_detail .side_column {
flex: none;
width: 100%
}

.interview_detail .article_body_area {
padding: 36px 0
}
}

@media (max-width: 640px) {

.interview_detail .split_left,
.interview_detail .split_right {
padding: 24px 12px
}

.interview_detail .article_main_heading {
font-size: 22px
}

.interview_detail .stats_strip {
flex-wrap: wrap;
gap: 12px
}

.interview_detail .body_container {
padding: 0 12px
}

.interview_detail .bracket_frame_block::before,
.interview_detail .bracket_frame_block::after {
display: none
}
}

.about-us-page {
background-color: #0e0b14;
color: #d4c8e0;
overflow-x: clip;
position: relative
}

.about-us-page .stripe-field {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0
}

.about-us-page .stripe-field::before {
content: "";
position: absolute;
top: -40%;
left: -10%;
width: 120%;
height: 200%;
background: repeating-linear-gradient(83deg, transparent, transparent 38px, #7c53c00a 38px, #7c53c00a 40px)
}

.about-us-page .mosaic-row {
position: relative;
z-index: 1;
max-width: 1024px;
margin: 0 auto;
padding: 72px 24px 36px;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
gap: 12px;
align-items: start
}

.about-us-page .mosaic-image-group {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 180px 120px;
gap: 12px
}

.about-us-page .mosaic-image-frame {
overflow: hidden;
border-radius: 10px;
position: relative
}

.about-us-page .mosaic-image-frame.tall {
grid-row: span 2;
grid-template-rows: unset
}

.about-us-page .mosaic-image-frame img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
filter: grayscale(30%) brightness(0.75);
transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.about-us-page .mosaic-image-frame::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 60%;
background: linear-gradient(to top, #0e0b14d9 0%, transparent 100%);
pointer-events: none
}

.about-us-page .mosaic-text-zone {
padding: 12px 24px 12px 36px;
display: flex;
flex-direction: column;
gap: 24px;
justify-content: center
}

.about-us-page .numerical-accent {
font-size: 72px;
line-height: 1.2;
font-weight: 800;
background: linear-gradient(83deg, #7C53C0, #E3CAE7);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
letter-spacing: -2px;
display: block
}

.about-us-page .page-label {
font-size: 15px;
line-height: 1.7;
color: #E3CAE7;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 6px
}

.about-us-page .primary-heading {
font-size: 42px;
line-height: 1.2;
color: #ede6ef;
letter-spacing: -.5px;
margin: 0 0 12px
}

.about-us-page .primary-heading .underline-accent {
display: inline;
text-decoration: none;
border-bottom: 2px solid #7C53C0;
padding-bottom: 2px;
color: inherit
}

.about-us-page .lead-paragraph {
font-size: 15px;
line-height: 1.7;
color: #b8aacf;
margin: 0
}

.about-us-page .lead-paragraph::first-letter {
font-size: 42px;
line-height: 1.2;
float: left;
margin-right: 8px;
margin-top: 4px;
color: #7C53C0;
font-weight: 800
}

.about-us-page .about-divider-bar {
width: 100%;
height: 1px;
background: linear-gradient(83deg, #7C53C0 0%, transparent 80%);
margin: 0
}

.about-us-page .depth-section {
position: relative;
z-index: 1;
background: #130f1e;
padding: 72px 0
}

.about-us-page .depth-section-bg {
position: absolute;
inset: 0;
background-image: url(./web_graphics/070826-background4.jpg);
background-size: cover;
background-position: center;
filter: grayscale(100%) brightness(0.18);
z-index: 0
}

.about-us-page .depth-section-tint {
position: absolute;
inset: 0;
background: linear-gradient(83deg, #7c53c038 0%, #0e0b14c7 100%);
z-index: 1;
pointer-events: none
}

.about-us-page .depth-inner {
position: relative;
z-index: 2;
max-width: 1024px;
margin: 0 auto;
padding: 0 24px
}

.about-us-page .timeline-header-row {
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 24px;
margin-bottom: 72px
}

.about-us-page .timeline-heading-block {
flex: 0 0 auto;
max-width: 420px
}

.about-us-page .accent-bar {
display: block;
width: 48px;
height: 4px;
background: linear-gradient(83deg, #7C53C0, #E3CAE7);
border-radius: 0;
margin-bottom: 12px
}

.about-us-page .section-heading {
font-size: 30px;
line-height: 1.2;
color: #ede6ef;
letter-spacing: -.3px;
margin: 0 0 12px;
padding-left: 16px;
border-left: none;
position: relative
}

.about-us-page .section-heading::before {
content: "";
position: absolute;
left: 0;
top: 4px;
bottom: 4px;
width: 3px;
background: linear-gradient(to bottom, #7C53C0, #E3CAE7);
border-radius: 0
}

.about-us-page .section-subtext {
font-size: 15px;
line-height: 1.7;
color: #9e8eb8;
margin: 0
}

.about-us-page .timeline-track {
position: relative;
display: flex;
flex-direction: column;
gap: 0
}

.about-us-page .timeline-track::before {
content: "";
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: linear-gradient(to bottom, #7C53C0 0%, #7c53c026 100%);
transform: translateX(-50%)
}

.about-us-page .timeline-entry {
display: grid;
grid-template-columns: 1fr 48px 1fr;
gap: 0;
align-items: start;
margin-bottom: 36px
}

.about-us-page .timeline-entry:last-child {
margin-bottom: 0
}

.about-us-page .timeline-entry-left {
padding-right: 36px;
text-align: right
}

.about-us-page .timeline-entry-right {
padding-left: 36px;
text-align: left
}

.about-us-page .timeline-entry-empty {
padding: 0
}

.about-us-page .timeline-node {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding-top: 6px
}

.about-us-page .timeline-dot {
width: 14px;
height: 14px;
border-radius: 50%;
background: #7C53C0;
box-shadow: 0 0 0 4px #7c53c038;
flex-shrink: 0
}

.about-us-page .timeline-card {
background: #7c53c012;
border: 1px solid #7c53c02e;
border-radius: 10px;
padding: 24px;
box-shadow: 0 7px 28px 0 #7c53c01c;
transition: background .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.about-us-page .timeline-card:hover {
background: #7c53c024;
border-color: #7c53c061
}

.about-us-page .timeline-card-label {
font-size: 15px;
line-height: 1.2;
color: #7C53C0;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 6px
}

.about-us-page .timeline-card-heading {
font-size: 22px;
line-height: 1.2;
color: #ede6ef;
margin: 0 0 6px;
letter-spacing: -.2px
}

.about-us-page .timeline-card-text {
font-size: 15px;
line-height: 1.7;
color: #9e8eb8;
margin: 0
}

.about-us-page .team-portrait-strip {
margin-top: 72px;
display: grid;
grid-template-columns: 200px 1fr;
gap: 36px;
align-items: center;
background: #e3cae70d;
border-radius: 16px;
padding: 36px;
border: 1px solid #e3cae71a;
box-shadow: 0 8px 40px 0 #7c53c01c
}

.about-us-page .portrait-frame {
width: 160px;
height: 160px;
border-radius: 10px;
overflow: hidden;
flex-shrink: 0;
box-shadow: 0 3px 4px 0 #7c53c014
}

.about-us-page .portrait-frame img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block
}

.about-us-page .portrait-bio {
display: flex;
flex-direction: column;
gap: 12px
}

.about-us-page .portrait-name {
font-size: 22px;
line-height: 1.2;
color: #ede6ef;
margin: 0;
letter-spacing: -.2px
}

.about-us-page .portrait-role {
font-size: 15px;
line-height: 1.2;
color: #7C53C0;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
margin: 0
}

.about-us-page .portrait-quote {
font-size: 15px;
line-height: 1.7;
color: #9e8eb8;
margin: 0;
font-style: italic
}

.about-us-page .framed-image-zone {
position: relative;
margin-top: 72px;
max-width: 1024px;
margin-left: auto;
margin-right: auto;
padding: 0 24px 72px
}

.about-us-page .frame-line-top {
position: absolute;
top: -12px;
left: 24px;
right: 24px;
height: 1px;
background: linear-gradient(83deg, transparent 0%, #7c53c080 40%, transparent 100%)
}

.about-us-page .frame-line-bottom {
position: absolute;
bottom: 60px;
left: 24px;
right: 24px;
height: 1px;
background: linear-gradient(83deg, transparent 0%, #e3cae74d 60%, transparent 100%)
}

.about-us-page .two-column-feature {
display: grid;
grid-template-columns: 300px 1fr;
gap: 36px;
align-items: start
}

.about-us-page .feature-fixed-column {
display: flex;
flex-direction: column;
gap: 24px
}

.about-us-page .feature-image-block {
width: 100%;
height: 220px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 7px 28px 0 #7c53c01c
}

.about-us-page .feature-image-block img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.about-us-page .feature-image-block:hover img {
transform: scale(1.04)
}

.about-us-page .feature-stat-pill {
background: linear-gradient(83deg, #7C53C0, #7c53c066);
border-radius: 10px;
padding: 24px;
display: flex;
flex-direction: column;
gap: 6px
}

.about-us-page .feature-stat-number {
font-size: 42px;
line-height: 1.2;
color: #ede6ef;
font-weight: 800;
letter-spacing: -1px
}

.about-us-page .feature-stat-label {
font-size: 15px;
line-height: 1.7;
color: #ede6efbf
}

.about-us-page .feature-flexible-column {
display: flex;
flex-direction: column;
gap: 24px
}

.about-us-page .feature-flexible-column .section-heading {
font-size: 30px
}

.about-us-page .value-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px
}

.about-us-page .value-list li {
font-size: 15px;
line-height: 1.7;
color: #b8aacf;
padding-left: 20px;
position: relative
}

.about-us-page .value-list li::before {
content: "";
position: absolute;
left: 0;
top: 10px;
width: 8px;
height: 8px;
border-top: 2px solid #7C53C0;
border-right: 2px solid #7C53C0;
transform: rotate(45deg)
}

.about-us-page .nested-metrics-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px
}

.about-us-page .metric-tile {
background: #0e0b14b3;
border: 1px solid #7c53c033;
border-radius: 10px;
padding: 24px;
display: flex;
flex-direction: column;
gap: 6px;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
box-shadow: 0 3px 4px 0 #7c53c014
}

.about-us-page .metric-tile:hover {
border-color: #7c53c080;
background: #7c53c01a
}

.about-us-page .metric-tile-value {
font-size: 30px;
line-height: 1.2;
color: #E3CAE7;
font-weight: 800;
letter-spacing: -.5px
}

.about-us-page .metric-tile-label {
font-size: 15px;
line-height: 1.7;
color: #7a6a94
}

@media (max-width: 1024px) {
.about-us-page .mosaic-row {
padding: 72px 24px 36px
}

.about-us-page .two-column-feature {
grid-template-columns: 260px 1fr
}
}

@media (max-width: 768px) {
.about-us-page .mosaic-row {
grid-template-columns: 1fr;
padding: 36px 24px 24px
}

.about-us-page .mosaic-text-zone {
padding: 12px 0
}

.about-us-page .mosaic-image-group {
grid-template-rows: 140px 100px
}

.about-us-page .timeline-track::before {
left: 20px
}

.about-us-page .timeline-entry {
grid-template-columns: 40px 1fr;
grid-template-rows: auto
}

.about-us-page .timeline-entry-left {
display: none
}

.about-us-page .timeline-entry-right {
padding-left: 24px;
text-align: left
}

.about-us-page .timeline-node {
padding-top: 6px
}

.about-us-page .team-portrait-strip {
grid-template-columns: 1fr;
text-align: center
}

.about-us-page .portrait-frame {
margin: 0 auto
}

.about-us-page .two-column-feature {
grid-template-columns: 1fr
}

.about-us-page .feature-image-block {
height: 180px
}

.about-us-page .timeline-header-row {
flex-direction: column;
align-items: flex-start
}

.about-us-page .primary-heading {
font-size: 30px
}
}

@media (max-width: 640px) {
.about-us-page .numerical-accent {
font-size: 58px
}

.about-us-page .nested-metrics-grid {
grid-template-columns: 1fr
}

.about-us-page .depth-section {
padding: 36px 0
}

.about-us-page .framed-image-zone {
padding: 0 24px 36px
}

.about-us-page .timeline-header-row {
margin-bottom: 36px
}
}

@keyframes row-reveal {
from {
opacity: 0;
transform: translateY(18px)
}

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

.about-us-page .mosaic-row {
animation: row-reveal .16s cubic-bezier(0.4, 0, 1, 1) both
}

.about-us-page .timeline-entry:nth-child(1) {
animation: row-reveal .14s .05s cubic-bezier(0.4, 0, 1, 1) both
}

.about-us-page .timeline-entry:nth-child(2) {
animation: row-reveal .14s .1s cubic-bezier(0.4, 0, 1, 1) both
}

.about-us-page .timeline-entry:nth-child(3) {
animation: row-reveal .14s .15s cubic-bezier(0.4, 0, 1, 1) both
}

.about-us-page .timeline-entry:nth-child(4) {
animation: row-reveal .14s .2s cubic-bezier(0.4, 0, 1, 1) both
}

.contact-us-page {
background-color: #0e0b14;
color: #EDE6EF;
overflow-x: clip;
position: relative
}

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

.contact-us-page .split-left {
background: linear-gradient(83deg, #7C53C0, #2a1a4a);
padding: 72px 36px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative
}

.contact-us-page .split-left::after {
content: '';
position: absolute;
top: 0;
right: -1px;
width: 2px;
height: 100%;
background: #7C53C0;
opacity: .4
}

.contact-us-page .bracket-decoration {
position: absolute;
width: 32px;
height: 32px;
pointer-events: none
}

.contact-us-page .bracket-decoration.top-left {
top: 24px;
left: 24px;
border-top: 2px solid #E3CAE7;
border-left: 2px solid #E3CAE7
}

.contact-us-page .bracket-decoration.bottom-right {
bottom: 24px;
right: 24px;
border-bottom: 2px solid #E3CAE7;
border-right: 2px solid #E3CAE7
}

.contact-us-page .split-right {
background-color: #150f22;
padding: 72px 36px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative
}

.contact-us-page .split-right .bracket-decoration.top-left {
top: 24px;
left: 24px;
border-top: 2px solid #7C53C0;
border-left: 2px solid #7C53C0
}

.contact-us-page .split-right .bracket-decoration.bottom-right {
bottom: 24px;
right: 24px;
border-bottom: 2px solid #7C53C0;
border-right: 2px solid #7C53C0
}

.contact-us-page .page-label {
font-size: 15px;
letter-spacing: .12em;
text-transform: uppercase;
color: #E3CAE7;
margin-bottom: 24px;
opacity: .75;
line-height: 1.2
}

.contact-us-page .primary-heading {
font-size: 58px;
line-height: 1.2;
letter-spacing: -.03em;
color: #fff;
margin-bottom: 24px
}

.contact-us-page .primary-heading .outlined-word {
-webkit-text-stroke: 2px #E3CAE7;
color: transparent
}

.contact-us-page .primary-heading .colored-punct {
color: #7C53C0
}

.contact-us-page .heading-accent-line {
display: inline-block;
width: 48px;
height: 3px;
background: linear-gradient(83deg, #7C53C0, #E3CAE7);
margin-bottom: 24px;
border-radius: 0
}

.contact-us-page .lead-text {
font-size: 15px;
line-height: 1.7;
color: #c8b8d4;
max-width: 380px
}

.contact-us-page .lead-text::first-letter {
font-size: 42px;
line-height: 1.2;
float: left;
margin-right: 6px;
color: #E3CAE7;
font-weight: 700
}

.contact-us-page .contact-details-list {
list-style: none;
padding: 0;
margin: 36px 0 0;
display: flex;
flex-direction: column;
gap: 12px
}

.contact-us-page .contact-details-list li {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
font-size: 15px;
line-height: 1.7;
color: #EDE6EF
}

.contact-us-page .contact-details-list li::before {
content: '';
display: block;
width: 6px;
height: 6px;
border-right: 2px solid #7C53C0;
border-bottom: 2px solid #7C53C0;
transform: rotate(-45deg);
margin-top: 8px;
flex-shrink: 0
}

.contact-us-page .contact-details-list a {
color: #E3CAE7;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1)
}

.contact-us-page .contact-details-list a:hover {
color: #fff;
border-bottom-color: #7C53C0
}

.contact-us-page .form-panel {
background: #1a1228;
border-radius: 16px;
padding: 36px;
box-shadow: 0 8px 40px 0 #7c53c01c;
position: relative;
border-top: 1px dashed #7c53c04d;
border-bottom: 1px dashed #7c53c04d
}

.contact-us-page .form-heading {
font-size: 22px;
line-height: 1.2;
color: #EDE6EF;
margin-bottom: 24px;
letter-spacing: -.02em;
padding-left: 12px;
border-left: 3px solid #7C53C0
}

.contact-us-page .field-group {
margin-bottom: 24px
}

.contact-us-page .field-label {
display: block;
font-size: 15px;
letter-spacing: .08em;
text-transform: uppercase;
color: #a08ab8;
margin-bottom: 6px;
line-height: 1.2
}

.contact-us-page .text-input {
width: 100%;
background: #0e0b14;
border: 1px solid #7c53c059;
border-radius: 6px;
padding: 12px;
color: #EDE6EF;
font-size: 15px;
line-height: 1.7;
outline: none;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
box-shadow: inset 0 1px 2px #7c53c014
}

.contact-us-page .text-input::placeholder {
color: #5a4870;
text-transform: uppercase;
font-size: 15px;
letter-spacing: .06em
}

.contact-us-page .text-input:focus {
border-color: #7C53C0;
box-shadow: 0 0 0 3px #7c53c02e inset 0 1px 2px #7c53c014
}

.contact-us-page .radio-group-label {
display: block;
font-size: 15px;
letter-spacing: .08em;
text-transform: uppercase;
color: #a08ab8;
margin-bottom: 12px;
line-height: 1.2
}

.contact-us-page .radio-options {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 12px
}

.contact-us-page .radio-option {
position: relative
}

.contact-us-page .radio-option input[type="radio"] {
position: absolute;
opacity: 0;
width: 0;
height: 0
}

.contact-us-page .radio-option label {
display: block;
padding: 6px 12px;
border: 1px solid #7c53c059;
border-radius: 6px;
font-size: 15px;
color: #a08ab8;
cursor: pointer;
transition: background .13s cubic-bezier(0.4, 0, 1, 1), color .13s cubic-bezier(0.4, 0, 1, 1), border-color .13s cubic-bezier(0.4, 0, 1, 1);
line-height: 1.7;
user-select: none
}

.contact-us-page .radio-option input[type="radio"]:checked+label {
background: #7c53c038;
border-color: #7C53C0;
color: #EDE6EF
}

.contact-us-page .radio-option input[type="radio"]:focus+label {
outline: 2px solid #7C53C0;
outline-offset: 2px
}

.contact-us-page .radio-option label:hover {
border-color: #7C53C0;
color: #EDE6EF
}

.contact-us-page .privacy-row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
margin-bottom: 24px
}

.contact-us-page .privacy-checkbox {
width: 18px;
height: 18px;
flex-shrink: 0;
margin-top: 3px;
accent-color: #7C53C0;
cursor: pointer
}

.contact-us-page .privacy-text {
font-size: 15px;
line-height: 1.7;
color: #a08ab8
}

.contact-us-page .privacy-text a {
color: #E3CAE7;
text-decoration: underline;
text-underline-offset: 3px;
transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.contact-us-page .privacy-text a:hover {
color: #fff
}

.contact-us-page .submit-button {
display: inline-block;
padding: 12px 36px;
background: linear-gradient(83deg, #7C53C0, #a07ad4);
color: #fff;
font-size: 15px;
letter-spacing: .08em;
text-transform: uppercase;
border: 2px solid transparent;
border-radius: 10px;
cursor: pointer;
font-weight: 600;
line-height: 1.2;
box-shadow: 0 7px 28px 0 #7c53c01c;
transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1), border-color .16s cubic-bezier(0.4, 0, 1, 1), outline-offset .16s cubic-bezier(0.4, 0, 1, 1);
outline: 2px solid transparent;
outline-offset: 0
}

.contact-us-page .submit-button:hover {
box-shadow: 0 8px 40px 0 #7c53c038;
outline: 2px solid #7C53C0;
outline-offset: 4px
}

.contact-us-page .submit-button:focus {
outline: 3px solid #E3CAE7;
outline-offset: 4px
}

.contact-us-page .submit-button:active {
box-shadow: 0 3px 4px 0 #7c53c014;
outline-offset: 2px
}

.contact-us-page .info-section {
background: #120e1d;
padding: 72px 36px;
position: relative;
border-top: 1px dashed #7c53c040
}

.contact-us-page .info-section-inner {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 72px;
align-items: center
}

.contact-us-page .image-media-wrapper {
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 40px 0 #7c53c01c
}

.contact-us-page .image-media-wrapper img {
width: 100%;
height: 340px;
object-fit: cover;
display: block;
filter: saturate(0.45) brightness(0.75);
animation: image-pan 14s ease-in-out infinite alternate
}

@keyframes image-pan {
from {
transform: scale(1.08) translateX(0px)
}

to {
transform: scale(1.08) translateX(-18px)
}
}

.contact-us-page .image-media-wrapper .bracket-decoration.top-left {
top: 12px;
left: 12px;
border-top: 2px solid #E3CAE7;
border-left: 2px solid #E3CAE7;
z-index: 2
}

.contact-us-page .image-media-wrapper .bracket-decoration.bottom-right {
bottom: 12px;
right: 12px;
border-bottom: 2px solid #E3CAE7;
border-right: 2px solid #E3CAE7;
z-index: 2
}

.contact-us-page .info-text-block {
display: flex;
flex-direction: column;
gap: 24px
}

.contact-us-page .info-heading {
font-size: 30px;
line-height: 1.2;
letter-spacing: -.02em;
color: #EDE6EF;
padding-left: 12px;
border-left: 3px solid #7C53C0
}

.contact-us-page .info-heading .underlined-accent {
text-decoration: underline;
text-decoration-color: #7C53C0;
text-underline-offset: 5px
}

.contact-us-page .info-paragraph {
font-size: 15px;
line-height: 1.7;
color: #c8b8d4
}

.contact-us-page .info-paragraph:first-of-type::first-letter {
font-size: 42px;
line-height: 1.2;
float: left;
margin-right: 6px;
color: #E3CAE7;
font-weight: 700
}

.contact-us-page .hours-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px 24px;
border-top: 1px dashed #7c53c04d;
padding-top: 24px
}

.contact-us-page .hours-item {
display: flex;
flex-direction: column;
gap: 6px
}

.contact-us-page .hours-day {
font-size: 15px;
letter-spacing: .06em;
text-transform: uppercase;
color: #7C53C0;
line-height: 1.2
}

.contact-us-page .hours-time {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF
}

.contact-us-page .diagonal-strip {
height: 6px;
background: linear-gradient(83deg, #7C53C0 0%, #E3CAE7 60%, #150f22 100%);
width: 100%
}

.contact-us-page .hover-shadow-text {
display: inline;
transition: text-shadow .18s cubic-bezier(0.4, 0, 1, 1)
}

.contact-us-page .hover-shadow-text:hover {
text-shadow: 0 4px 24px #7c53c08c 0 2px 8px #e3cae738
}

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

.contact-us-page .split-left {
padding: 36px 24px
}

.contact-us-page .split-right {
padding: 36px 24px
}

.contact-us-page .primary-heading {
font-size: 42px
}

.contact-us-page .info-section-inner {
grid-template-columns: 1fr;
gap: 36px
}
}

@media (max-width: 768px) {
.contact-us-page .primary-heading {
font-size: 30px
}

.contact-us-page .split-left,
.contact-us-page .split-right {
padding: 36px 24px
}

.contact-us-page .form-panel {
padding: 24px
}

.contact-us-page .radio-options {
flex-direction: column
}

.contact-us-page .info-section {
padding: 36px 24px
}

.contact-us-page .hours-grid {
grid-template-columns: 1fr
}
}

@media (max-width: 640px) {
.contact-us-page .primary-heading {
font-size: 22px
}

.contact-us-page .submit-button {
width: 100%;
text-align: center
}
}

.interview {
background-color: #0e0b14;
color: #EDE6EF;
overflow-x: hidden
}

.interview .page_lead {
background: linear-gradient(83deg, #7C53C0 0%, #4a2e80 40%, #1a0d2e 70%, #0e0b14 100%);
padding: 72px 24px;
position: relative
}

.interview .page_lead_mesh {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(ellipse at 20% 80%, #7c53c02e 0%, transparent 55%), radial-gradient(ellipse at 80% 20%, #e3cae717 0%, transparent 50%), radial-gradient(ellipse at 60% 70%, #7c53c01f 0%, transparent 45%);
pointer-events: none
}

.interview .page_lead_decor {
position: absolute;
top: 24px;
left: 36px;
width: 220px;
height: 220px;
border: 1px solid #7c53c038;
border-radius: 6px;
transform: rotate(18deg);
pointer-events: none
}

.interview .page_lead_decor_two {
position: absolute;
bottom: 36px;
left: 80px;
width: 120px;
height: 120px;
border: 1px solid #e3cae71f;
border-radius: 0;
transform: rotate(-8deg);
pointer-events: none
}

.interview .page_lead_body {
max-width: 1024px;
margin: 0 auto;
position: relative;
z-index: 1;
display: flex;
flex-direction: row;
align-items: center;
gap: 72px
}

.interview .page_lead_text {
flex: 3
}

.interview .page_lead_image_area {
flex: 1;
opacity: .38;
position: relative
}

.interview .page_lead_image_area img {
width: 100%;
height: 280px;
object-fit: cover;
border-radius: 10px;
display: block
}

.interview .page_lead_label {
font-size: 15px;
letter-spacing: .08em;
color: #E3CAE7;
text-transform: uppercase;
margin-bottom: 12px;
line-height: 1.2
}

.interview .page_lead_heading {
font-size: 58px;
line-height: 1.2;
letter-spacing: -.02em;
color: #EDE6EF;
margin-bottom: 24px;
font-weight: 700
}

.interview .page_lead_heading span {
color: #E3CAE7;
text-decoration: underline;
text-decoration-color: #7C53C0;
text-underline-offset: 6px
}

.interview .page_lead_thesis {
font-size: 22px;
line-height: 1.7;
color: #ede6efd1;
margin-bottom: 12px
}

.interview .page_lead_thesis_two {
font-size: 15px;
line-height: 1.7;
color: #ede6ef99
}

.interview .lead_reveal_one {
animation: interview_reveal .16s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: .05s
}

.interview .lead_reveal_two {
animation: interview_reveal .16s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: .13s
}

.interview .lead_reveal_three {
animation: interview_reveal .16s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: .21s
}

.interview .lead_reveal_four {
animation: interview_reveal .16s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: .29s
}

.interview .lead_reveal_five {
animation: interview_reveal .16s cubic-bezier(0.4, 0, 1, 1) both;
animation-delay: .37s
}

@keyframes interview_reveal {
from {
opacity: 0;
transform: translateY(14px)
}

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

.interview .metrics_band {
background-color: #130f1c;
padding: 36px 24px;
border-top: 1px solid #7c53c02e;
border-bottom: 1px solid #7c53c02e
}

.interview .metrics_band_inner {
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 0;
align-items: stretch
}

.interview .metric_item {
flex: 1;
padding: 12px 24px;
text-align: center;
border-right: 1px solid #7c53c026
}

.interview .metric_item:last-child {
border-right: none
}

.interview .metric_number {
font-size: 42px;
line-height: 1.2;
color: #7C53C0;
font-weight: 700;
letter-spacing: -.02em;
display: block
}

.interview .metric_label {
font-size: 15px;
line-height: 1.7;
color: #ede6ef8c;
display: block;
margin-top: 6px
}

.interview .posts_area {
padding: 72px 24px;
background-color: #0e0b14
}

.interview .posts_area_inner {
max-width: 1024px;
margin: 0 auto
}

.interview .posts_heading_row {
margin-bottom: 36px
}

.interview .posts_heading_row h2 {
font-size: 30px;
line-height: 1.2;
letter-spacing: -.01em;
color: #EDE6EF;
padding-left: 16px;
border-left: 3px solid #7C53C0;
margin-bottom: 6px
}

.interview .posts_heading_row p {
font-size: 15px;
line-height: 1.7;
color: #ede6ef80;
padding-left: 16px
}

.interview .posts_grid {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
grid-template-rows: auto auto;
gap: 24px
}

.interview .post_card {
background-color: #17112a;
border-radius: 10px;
overflow: hidden;
display: flex;
flex-direction: column;
box-shadow: 0 3px 4px 0 #7c53c014;
transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .12s ease-in;
text-decoration: none;
color: inherit
}

.interview .post_card:hover {
box-shadow: 0 8px 40px 0 #7c53c01c;
transform: translateY(-3px)
}

.interview .post_card:focus {
outline: 2px solid #7C53C0;
outline-offset: 2px
}

.interview .post_card.featured {
grid-column: 1;
grid-row: 1 / 3;
flex-direction: column
}

.interview .post_card.featured .post_card_image_wrap {
height: 240px
}

.interview .post_card_image_wrap {
height: 160px;
overflow: hidden;
position: relative;
flex-shrink: 0
}

.interview .post_card_image_wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .15s ease-in
}

.interview .post_card:hover .post_card_image_wrap img {
transform: scale(1.04)
}

.interview .post_card_image_placeholder {
width: 100%;
height: 100%;
background: linear-gradient(83deg, #2a1a4a 0%, #1a0d2e 100%);
display: flex;
align-items: center;
justify-content: center
}

.interview .post_card_image_placeholder_shape {
width: 48px;
height: 48px;
border: 2px solid #7c53c066;
border-radius: 6px;
transform: rotate(12deg)
}

.interview .post_card_body {
padding: 24px;
display: flex;
flex-direction: column;
flex: 1;
gap: 12px
}

.interview .post_card_tag_row {
display: flex;
flex-direction: row;
gap: 6px;
align-items: center;
flex-wrap: wrap
}

.interview .post_tag {
font-size: 15px;
line-height: 1.2;
color: #E3CAE7;
background-color: #7c53c02e;
border-radius: 6px;
padding: 3px 10px;
text-transform: uppercase;
letter-spacing: .06em;
font-size: 12px
}

.interview .post_readtime {
font-size: 15px;
line-height: 1.2;
color: #ede6ef66;
margin-left: auto
}

.interview .post_card_title {
font-size: 22px;
line-height: 1.2;
color: #EDE6EF;
letter-spacing: -.01em;
margin-bottom: 0
}

.interview .post_card.featured .post_card_title {
font-size: 30px
}

.interview .post_card_subtitle {
font-size: 15px;
line-height: 1.7;
color: #ede6ef9e
}

.interview .post_card_description {
font-size: 15px;
line-height: 1.7;
color: #ede6ef80;
display: none
}

.interview .post_card.featured .post_card_description {
display: block
}

.interview .post_card_meta {
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
margin-top: auto;
padding-top: 12px;
border-top: 1px solid #7c53c01f
}

.interview .post_author_name {
font-size: 15px;
color: #ede6ef99;
flex: 1
}

.interview .post_date {
font-size: 15px;
color: #ede6ef61
}

.interview .post_card_arrow {
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.interview .post_card_arrow svg {
width: 16px;
height: 16px;
stroke: #7C53C0;
fill: none;
transition: transform .12s ease-in
}

.interview .post_card:hover .post_card_arrow svg {
transform: translateX(4px)
}

.interview .about_panel {
padding: 72px 24px;
background-color: #110d1e;
position: relative
}

.interview .about_panel_pattern {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
pointer-events: none
}

.interview .about_panel_pattern svg {
width: 100%;
height: 100%;
opacity: .04
}

.interview .about_panel_inner {
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 72px;
align-items: flex-start;
position: relative;
z-index: 1
}

.interview .about_panel_dominant {
flex: 3
}

.interview .about_panel_detail {
flex: 1
}

.interview .about_panel_heading {
font-size: 42px;
line-height: 1.2;
letter-spacing: -.02em;
color: #EDE6EF;
margin-bottom: 12px;
padding-left: 16px;
border-left: 3px solid #7C53C0
}

.interview .about_panel_divider {
width: 48px;
height: 2px;
background: linear-gradient(83deg, #7C53C0, #E3CAE7);
margin-bottom: 24px;
margin-left: 16px
}

.interview .about_panel_text {
font-size: 15px;
line-height: 1.7;
color: #ede6efb8;
margin-bottom: 12px;
padding-left: 16px
}

.interview .about_panel_text_drop::first-letter {
font-size: 42px;
line-height: 1;
float: left;
margin-right: 8px;
margin-top: 4px;
color: #7C53C0;
font-weight: 700
}

.interview .feature_group {
margin-bottom: 24px
}

.interview .feature_group_label {
font-size: 15px;
text-transform: uppercase;
letter-spacing: .08em;
color: #E3CAE7;
margin-bottom: 12px;
font-weight: 600
}

.interview .feature_list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 6px
}

.interview .feature_list li {
font-size: 15px;
line-height: 1.7;
color: #ede6efa6;
padding-left: 18px;
position: relative
}

.interview .feature_list li::before {
content: '';
position: absolute;
left: 0;
top: 10px;
width: 8px;
height: 8px;
border-right: 2px solid #7C53C0;
border-top: 2px solid #7C53C0;
transform: rotate(45deg)
}

.interview .topics_strip {
padding: 72px 24px;
background-color: #0e0b14
}

.interview .topics_strip_inner {
max-width: 1024px;
margin: 0 auto
}

.interview .topics_strip_heading {
font-size: 30px;
line-height: 1.2;
color: #EDE6EF;
letter-spacing: -.01em;
margin-bottom: 36px;
text-align: center
}

.interview .topics_four_col {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 24px;
align-items: stretch
}

.interview .topic_card {
background-color: #1a1130;
border-radius: 10px;
padding: 36px 24px;
box-shadow: 0 7px 28px 0 #7c53c01c;
display: flex;
flex-direction: column;
gap: 12px
}

.interview .topic_card.wide {
background: linear-gradient(83deg, #2a1a4a 0%, #1a0d2e 100%)
}

.interview .topic_card_icon {
width: 36px;
height: 36px;
flex-shrink: 0
}

.interview .topic_card_icon svg {
width: 36px;
height: 36px;
stroke: #7C53C0;
fill: none
}

.interview .topic_card_heading {
font-size: 22px;
line-height: 1.2;
color: #EDE6EF;
letter-spacing: -.01em
}

.interview .topic_card.wide .topic_card_heading {
font-size: 30px
}

.interview .topic_card_text {
font-size: 15px;
line-height: 1.7;
color: #ede6ef99
}

.interview .topic_card_stat {
font-size: 42px;
line-height: 1.2;
color: #7C53C0;
font-weight: 700;
letter-spacing: -.02em;
margin-top: auto
}

.interview .topic_card_stat_label {
font-size: 15px;
color: #ede6ef73
}

.interview .contact_ribbon {
padding: 72px 24px;
background-color: #130f1c;
border-top: 1px solid #7c53c026
}

.interview .contact_ribbon_inner {
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 72px;
align-items: center
}

.interview .contact_ribbon_text {
flex: 2
}

.interview .contact_ribbon_heading {
font-size: 30px;
line-height: 1.2;
color: #EDE6EF;
letter-spacing: -.01em;
margin-bottom: 12px;
padding-left: 16px;
border-left: 3px solid #7C53C0
}

.interview .contact_ribbon_body {
font-size: 15px;
line-height: 1.7;
color: #ede6ef9e;
padding-left: 16px
}

.interview .contact_ribbon_actions {
flex: 1;
display: flex;
flex-direction: column;
gap: 12px;
align-items: flex-start
}

.interview .btn_primary_large {
display: inline-block;
font-size: 22px;
line-height: 1.2;
color: #EDE6EF;
background: linear-gradient(83deg, #7C53C0, #5a3a94);
border-radius: 10px;
padding: 16px 36px;
border: 2px solid transparent;
cursor: pointer;
text-decoration: none;
transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s ease-in;
box-shadow: 0 3px 4px 0 #7c53c014;
outline: none;
white-space: nowrap
}

.interview .btn_primary_large:hover {
border-color: #E3CAE7;
box-shadow: 0 7px 28px 0 #7c53c01c
}

.interview .btn_primary_large:focus {
border-color: #EDE6EF;
box-shadow: 0 0 0 3px #7c53c059
}

.interview .btn_secondary_small {
display: inline-block;
font-size: 15px;
line-height: 1.2;
color: #E3CAE7;
background: transparent;
border-radius: 6px;
padding: 10px 20px;
border: 1px solid #7c53c073;
cursor: pointer;
text-decoration: none;
transition: border-color .12s ease-in, color .12s ease-in;
outline: none
}

.interview .btn_secondary_small:hover {
border-color: #E3CAE7;
color: #EDE6EF
}

.interview .btn_secondary_small:focus {
outline: 2px solid #7C53C0;
outline-offset: 2px
}

@media (max-width: 1024px) {
.interview .page_lead_heading {
font-size: 42px
}

.interview .posts_grid {
grid-template-columns: 1fr 1fr
}

.interview .post_card.featured {
grid-column: 1 / 3;
grid-row: auto
}

.interview .topics_four_col {
grid-template-columns: 1fr 1fr
}

.interview .topic_card.wide {
grid-column: 1 / 3
}

.interview .about_panel_inner {
gap: 36px
}
}

@media (max-width: 768px) {
.interview .page_lead_body {
flex-direction: column;
gap: 36px
}

.interview .page_lead_image_area {
width: 100%
}

.interview .page_lead_heading {
font-size: 30px
}

.interview .metrics_band_inner {
flex-direction: column;
gap: 24px
}

.interview .metric_item {
border-right: none;
border-bottom: 1px solid #7c53c026
}

.interview .metric_item:last-child {
border-bottom: none
}

.interview .posts_grid {
grid-template-columns: 1fr
}

.interview .post_card.featured {
grid-column: 1
}

.interview .about_panel_inner {
flex-direction: column;
gap: 36px
}

.interview .topics_four_col {
grid-template-columns: 1fr
}

.interview .topic_card.wide {
grid-column: 1
}

.interview .contact_ribbon_inner {
flex-direction: column;
gap: 36px
}
}

@media (max-width: 640px) {
.interview .page_lead {
padding: 36px 12px
}

.interview .posts_area {
padding: 36px 12px
}

.interview .about_panel {
padding: 36px 12px
}

.interview .topics_strip {
padding: 36px 12px
}

.interview .contact_ribbon {
padding: 36px 12px
}

.interview .page_lead_heading {
font-size: 22px
}

.interview .btn_primary_large {
font-size: 15px;
padding: 12px 24px
}
}

.certifications_page {
background-color: #0e0b14;
overflow-x: clip;
position: relative
}

.certifications_page .credential_strip {
position: relative;
padding: 72px 24px 36px;
background: radial-gradient(ellipse at 68% 40%, #7c53c038 0%, #0e0b1400 65%);
overflow: hidden
}

.certifications_page .credential_strip::before {
content: '';
position: absolute;
inset: 0;
background-image: linear-gradient(#7c53c00f 1px, transparent 1px), linear-gradient(90deg, #7c53c00f 1px, transparent 1px);
background-size: 48px 48px;
pointer-events: none
}

.certifications_page .credential_strip_container {
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: center;
gap: 72px
}

.certifications_page .credential_text_column {
flex: 1 1 0;
min-width: 0
}

.certifications_page .credential_image_column {
flex: 0 0 340px;
position: relative
}

.certifications_page .credential_eyebrow {
font-size: 15px;
line-height: 1.2;
letter-spacing: .12em;
color: #E3CAE7;
text-transform: uppercase;
margin-bottom: 24px;
opacity: .75
}

.certifications_page .credential_heading {
font-size: 58px;
line-height: 1.2;
letter-spacing: -.02em;
color: #EDE6EF;
margin-bottom: 24px
}

.certifications_page .credential_heading .accent_word {
display: inline-block;
color: #E3CAE7;
text-decoration: underline;
text-decoration-color: #7C53C0;
text-underline-offset: 6px;
text-decoration-thickness: 2px
}

.certifications_page .credential_description {
font-size: 15px;
line-height: 1.7;
color: #b8a8cc;
max-width: 480px
}

.certifications_page .credential_description .drop_cap_paragraph::first-letter {
font-size: 42px;
line-height: 1.2;
float: left;
margin-right: 6px;
margin-top: 4px;
color: #7C53C0;
font-weight: 700
}

.certifications_page .credential_image_frame {
width: 340px;
height: 400px;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 40px 0 #7c53c01c;
position: relative
}

.certifications_page .credential_image_frame img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
filter: brightness(0.88) saturate(0.85);
transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.certifications_page .credential_image_frame:hover img {
filter: brightness(0.95) saturate(1)
}

.certifications_page .credential_curve_accent {
position: absolute;
bottom: -36px;
right: -24px;
width: 120px;
height: 120px;
border-radius: 50%;
border: 2px solid #7c53c02e;
pointer-events: none
}

.certifications_page .list_panel {
padding: 72px 24px;
background-color: #130f1c;
position: relative
}

.certifications_page .list_panel_container {
max-width: 1024px;
margin: 0 auto
}

.certifications_page .list_panel_header {
margin-bottom: 36px;
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 36px
}

.certifications_page .list_panel_heading {
font-size: 30px;
line-height: 1.2;
letter-spacing: -.01em;
color: #EDE6EF;
padding-left: 16px;
border-left: 3px solid #7C53C0;
flex: 0 0 auto
}

.certifications_page .list_panel_subtext {
font-size: 15px;
line-height: 1.7;
color: #8a7a9e;
max-width: 400px
}

.certifications_page .cert_grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px
}

.certifications_page .cert_card {
background: linear-gradient(83deg, #7c53c01a 0%, #e3cae70a 100%);
border-radius: 10px;
padding: 36px 24px 24px;
position: relative;
box-shadow: 0 3px 4px 0 #7c53c014;
transition: box-shadow .14s ease-in, transform .14s ease-in;
border: 1px solid #7c53c01f;
cursor: default
}

.certifications_page .cert_card:hover {
box-shadow: 0 7px 28px 0 #7c53c01c;
transform: translateY(-3px)
}

.certifications_page .cert_card_badge {
width: 36px;
height: 36px;
border-radius: 6px;
background: linear-gradient(83deg, #7C53C0 0%, #E3CAE7 100%);
margin-bottom: 24px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center
}

.certifications_page .cert_card_badge svg {
width: 20px;
height: 20px
}

.certifications_page .cert_card_name {
font-size: 22px;
line-height: 1.2;
letter-spacing: -.01em;
color: #EDE6EF;
margin-bottom: 12px
}

.certifications_page .cert_card_issuer {
font-size: 15px;
line-height: 1.2;
color: #7C53C0;
margin-bottom: 12px;
font-weight: 600
}

.certifications_page .cert_card_description {
font-size: 15px;
line-height: 1.7;
color: #8a7a9e;
margin-bottom: 0
}

.certifications_page .cert_card_year {
position: absolute;
top: 24px;
right: 24px;
font-size: 15px;
line-height: 1.2;
color: #7c53c080;
letter-spacing: .06em
}

.certifications_page .cert_card_arrow {
display: inline-block;
margin-right: 6px;
color: #7C53C0
}

.certifications_page .experts_band {
padding: 36px 24px;
background-color: #0e0b14;
position: relative
}

.certifications_page .experts_band::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(83deg, transparent 0%, #7c53c059 50%, transparent 100%)
}

.certifications_page .experts_band::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(83deg, transparent 0%, #7c53c059 50%, transparent 100%)
}

.certifications_page .experts_band_container {
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 36px;
align-items: flex-start
}

.certifications_page .experts_label_column {
flex: 0 0 200px;
padding-top: 6px
}

.certifications_page .experts_label {
font-size: 15px;
line-height: 1.7;
color: #8a7a9e;
text-transform: uppercase;
letter-spacing: .1em
}

.certifications_page .experts_profiles_row {
flex: 1 1 0;
display: flex;
flex-direction: row;
gap: 36px
}

.certifications_page .expert_profile {
display: flex;
flex-direction: row;
align-items: center;
gap: 24px;
flex: 1 1 0;
padding: 24px;
background: #7c53c00f;
border-radius: 10px;
border: 1px solid #7c53c01a;
transition: border-color .12s ease-in
}

.certifications_page .expert_profile:hover {
border-color: #7c53c04d
}

.certifications_page .expert_portrait_wrap {
flex: 0 0 64px;
width: 64px;
height: 64px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 3px 4px 0 #7c53c014
}

.certifications_page .expert_portrait_wrap img {
width: 64px;
height: 64px;
object-fit: cover;
object-position: center;
display: block
}

.certifications_page .expert_details {
flex: 1 1 0;
min-width: 0
}

.certifications_page .expert_name {
font-size: 15px;
line-height: 1.2;
color: #EDE6EF;
font-weight: 600;
margin-bottom: 6px
}

.certifications_page .expert_role {
font-size: 15px;
line-height: 1.2;
color: #7C53C0;
margin-bottom: 6px
}

.certifications_page .expert_note {
font-size: 15px;
line-height: 1.7;
color: #8a7a9e
}

.certifications_page .standards_row {
padding: 72px 24px;
background: linear-gradient(83deg, #0f0c17 0%, #16102a 100%);
position: relative
}

.certifications_page .standards_row_geo {
position: absolute;
top: 0;
right: 0;
width: 320px;
height: 320px;
pointer-events: none;
opacity: .04
}

.certifications_page .standards_row_container {
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 72px;
align-items: flex-start
}

.certifications_page .standards_image_column {
flex: 0 0 360px
}

.certifications_page .standards_image_wrap {
width: 360px;
height: 260px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 7px 28px 0 #7c53c01c;
position: relative
}

.certifications_page .standards_image_wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
filter: brightness(0.82) saturate(0.8)
}

.certifications_page .standards_curve {
position: absolute;
bottom: -20px;
left: -20px;
width: 80px;
height: 80px;
border-radius: 50%;
border: 1px solid #7c53c033;
pointer-events: none
}

.certifications_page .standards_text_column {
flex: 1 1 0;
min-width: 0
}

.certifications_page .standards_heading {
font-size: 30px;
line-height: 1.2;
letter-spacing: -.01em;
color: #EDE6EF;
margin-bottom: 24px;
padding-left: 16px;
border-left: 3px solid #7C53C0
}

.certifications_page .standards_list {
list-style: none;
padding: 0;
margin: 0 0 24px;
display: flex;
flex-direction: column;
gap: 12px
}

.certifications_page .standards_list li {
font-size: 15px;
line-height: 1.7;
color: #b8a8cc;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px
}

.certifications_page .standards_list li::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
border-top: 2px solid #7C53C0;
border-right: 2px solid #7C53C0;
transform: rotate(45deg);
flex-shrink: 0;
margin-top: 7px
}

.certifications_page .standards_note {
font-size: 15px;
line-height: 1.7;
color: #8a7a9e
}

.certifications_page .standards_note strong {
color: #E3CAE7;
font-weight: 600
}

@keyframes certFlipIn {
from {
opacity: 0;
transform: rotateX(40deg) translateY(20px)
}

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

.certifications_page .cert_card {
animation: certFlipIn .18s cubic-bezier(0.4, 0, 1, 1) both
}

.certifications_page .cert_card:nth-child(1) {
animation-delay: .04s
}

.certifications_page .cert_card:nth-child(2) {
animation-delay: .08s
}

.certifications_page .cert_card:nth-child(3) {
animation-delay: .12s
}

.certifications_page .cert_card:nth-child(4) {
animation-delay: .16s
}

.certifications_page .cert_card:nth-child(5) {
animation-delay: .18s
}

.certifications_page .cert_card:nth-child(6) {
animation-delay: .18s
}

@media (max-width: 1024px) {
.certifications_page .credential_strip_container {
gap: 36px
}

.certifications_page .credential_image_column {
flex: 0 0 260px
}

.certifications_page .credential_image_frame {
width: 260px;
height: 320px
}

.certifications_page .cert_grid {
grid-template-columns: repeat(2, 1fr)
}

.certifications_page .standards_row_container {
gap: 36px
}

.certifications_page .standards_image_column {
flex: 0 0 280px
}

.certifications_page .standards_image_wrap {
width: 280px
}
}

@media (max-width: 768px) {
.certifications_page .credential_strip_container {
flex-direction: column;
gap: 36px
}

.certifications_page .credential_heading {
font-size: 42px
}

.certifications_page .credential_image_column {
flex: 0 0 auto;
width: 100%
}

.certifications_page .credential_image_frame {
width: 100%;
height: 260px
}

.certifications_page .cert_grid {
grid-template-columns: 1fr
}

.certifications_page .list_panel_header {
flex-direction: column;
align-items: flex-start;
gap: 12px
}

.certifications_page .experts_band_container {
flex-direction: column;
gap: 24px
}

.certifications_page .experts_label_column {
flex: 0 0 auto
}

.certifications_page .experts_profiles_row {
flex-direction: column;
gap: 24px
}

.certifications_page .standards_row_container {
flex-direction: column;
gap: 36px
}

.certifications_page .standards_image_column {
flex: 0 0 auto;
width: 100%
}

.certifications_page .standards_image_wrap {
width: 100%;
height: 220px
}
}

@media (max-width: 640px) {
.certifications_page .credential_heading {
font-size: 30px
}

.certifications_page .credential_strip {
padding: 36px 24px 24px
}

.certifications_page .expert_profile {
flex-direction: column;
align-items: flex-start;
gap: 12px
}

.certifications_page .standards_row {
padding: 36px 24px
}
}

.base {
background-color: #0e0a14;
color: #EDE6EF;
overflow-x: clip;
position: relative
}

.base .spotlight_band {
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 100%;
background: linear-gradient(83deg, #7C53C0, #E3CAE7);
pointer-events: none;
z-index: 0
}

.base .drop_cap_paragraph::first-letter {
float: left;
font-size: 58px;
line-height: 1.2;
margin-right: 12px;
margin-bottom: 6px;
color: #7C53C0;
font-weight: 700
}

.base .accent_underline {
position: relative;
display: inline-block;
color: #E3CAE7
}

.base .accent_underline::after {
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 2px;
background: linear-gradient(83deg, #7C53C0, #E3CAE7)
}

.base .arrow_list {
list-style: none;
padding: 0;
margin: 0
}

.base .arrow_list li {
padding-left: 24px;
position: relative;
margin-bottom: 12px;
font-size: 15px;
line-height: 1.7;
color: #EDE6EF
}

.base .arrow_list li::before {
content: '';
position: absolute;
left: 0;
top: 8px;
width: 8px;
height: 8px;
border-right: 2px solid #7C53C0;
border-top: 2px solid #7C53C0;
transform: rotate(45deg)
}

.base .vertical_accent {
display: inline-block;
width: 4px;
height: 100%;
min-height: 28px;
background: linear-gradient(83deg, #7C53C0, #E3CAE7);
border-radius: 0;
margin-right: 12px;
flex-shrink: 0;
align-self: stretch
}

.base .heading_with_accent {
display: flex;
flex-direction: row;
align-items: stretch;
gap: 0
}

@keyframes settle_scale {
from {
transform: scale(0.95);
opacity: .7
}

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

.base .title_block {
position: relative;
padding: 72px 36px;
background: radial-gradient(ellipse at 8% 12%, #7c53c061 0%, #0e0a1400 60%), #0e0a14;
overflow: hidden
}

.base .title_block .stripe_decoration {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(83deg, #7C53C0 0%, #E3CAE7 60%, #ede6ef00 100%);
pointer-events: none
}

.base .title_block_grid {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 72px;
align-items: center
}

.base .title_image_wrap {
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 40px 0 #7c53c01c;
animation: settle_scale .16s cubic-bezier(0.4, 0, 1, 1) both
}

.base .title_image_wrap img {
width: 100%;
height: 400px;
object-fit: cover;
object-position: center;
display: block
}

.base .title_image_wrap::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: linear-gradient(to top, #0e0a14d9, transparent);
pointer-events: none
}

.base .title_text_column {
display: flex;
flex-direction: column;
gap: 24px
}

.base .title_label {
font-size: 15px;
line-height: 1.2;
letter-spacing: .12em;
text-transform: uppercase;
color: #7C53C0
}

.base .title_heading {
font-size: 58px;
line-height: 1.2;
letter-spacing: -.02em;
color: #EDE6EF;
margin: 0
}

.base .title_sub {
font-size: 22px;
line-height: 1.7;
color: #E3CAE7;
margin: 0
}

.base .title_description {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
margin: 0;
opacity: .85
}

.base .approach_block {
padding: 72px 36px;
background: #130d1c
}

.base .approach_grid {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 5fr 4fr;
gap: 72px;
align-items: start
}

.base .approach_text_column {
display: flex;
flex-direction: column;
gap: 24px
}

.base .approach_heading {
font-size: 42px;
line-height: 1.2;
letter-spacing: -.018em;
color: #EDE6EF;
margin: 0
}

.base .approach_paragraph {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
margin: 0;
opacity: .88
}

.base .approach_metric_stack {
display: flex;
flex-direction: column;
gap: 24px
}

.base .metric_card {
background: #7c53c01a;
border: 1px solid #7c53c038;
border-radius: 10px;
padding: 24px;
box-shadow: 0 3px 4px 0 #7c53c014;
transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s ease-in
}

.base .metric_card:hover {
border-color: #7c53c080;
box-shadow: 0 7px 28px 0 #7c53c01c
}

.base .metric_number {
font-size: 42px;
line-height: 1.2;
color: #7C53C0;
letter-spacing: -.02em;
display: block
}

.base .metric_label {
font-size: 15px;
line-height: 1.7;
color: #E3CAE7;
display: block;
margin-top: 6px
}

.base .available_block {
padding: 72px 36px;
background: #0e0a14;
position: relative
}

.base .available_block::before {
content: '';
position: absolute;
top: 0;
left: 36px;
right: 36px;
height: 1px;
background: linear-gradient(83deg, #7C53C0, transparent);
pointer-events: none
}

.base .available_inner {
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 36px
}

.base .available_heading_row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 24px
}

.base .available_heading {
font-size: 42px;
line-height: 1.2;
letter-spacing: -.018em;
color: #EDE6EF;
margin: 0
}

.base .available_intro {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
opacity: .85;
max-width: 520px;
margin: 0
}

.base .course_grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px
}

.base .course_card {
background: #130d1c;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 7px 28px 0 #7c53c01c;
display: flex;
flex-direction: column;
transition: transform .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .16s ease-in
}

.base .course_card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 40px 0 #7c53c01c
}

.base .course_image_wrap {
overflow: hidden;
position: relative
}

.base .course_image_wrap img {
width: 100%;
height: 180px;
object-fit: cover;
object-position: center;
display: block;
transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.base .course_card:hover .course_image_wrap img {
transform: scale(1.04)
}

.base .course_card_body {
padding: 24px;
display: flex;
flex-direction: column;
gap: 12px;
flex: 1
}

.base .course_tag {
font-size: 15px;
line-height: 1.2;
letter-spacing: .1em;
text-transform: uppercase;
color: #7C53C0
}

.base .course_name {
font-size: 22px;
line-height: 1.2;
color: #EDE6EF;
margin: 0;
letter-spacing: -.01em
}

.base .course_desc {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
opacity: .8;
margin: 0
}

.base .longterm_block {
padding: 72px 36px;
background: #1a1026
}

.base .longterm_inner {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 72px;
align-items: center
}

.base .longterm_image_wrap {
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 40px 0 #7c53c01c
}

.base .longterm_image_wrap img {
width: 100%;
height: 380px;
object-fit: cover;
object-position: center;
display: block
}

.base .longterm_text_column {
display: flex;
flex-direction: column;
gap: 24px
}

.base .longterm_heading {
font-size: 42px;
line-height: 1.2;
letter-spacing: -.018em;
color: #EDE6EF;
margin: 0
}

.base .longterm_paragraph {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
margin: 0;
opacity: .88
}

.base .proof_block {
padding: 72px 36px;
background: #0e0a14;
position: relative
}

.base .proof_block::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(83deg, transparent, #7C53C0 40%, #E3CAE7 100%);
pointer-events: none
}

.base .proof_inner {
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 36px
}

.base .proof_heading_row {
display: flex;
flex-direction: row;
align-items: stretch;
gap: 0
}

.base .proof_heading {
font-size: 42px;
line-height: 1.2;
letter-spacing: -.018em;
color: #EDE6EF;
margin: 0
}

.base .proof_layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 36px;
align-items: start
}

.base .proof_image_wrap {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 7px 28px 0 #7c53c01c
}

.base .proof_image_wrap img {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
display: block
}

.base .proof_text_column {
display: flex;
flex-direction: column;
gap: 24px
}

.base .proof_paragraph {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
margin: 0;
opacity: .88
}

.base .expert_pair {
display: flex;
flex-direction: row;
gap: 24px
}

.base .expert_card {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
background: #7c53c01a;
border: 1px solid #7c53c02e;
border-radius: 10px;
padding: 12px;
flex: 1;
box-shadow: 0 3px 4px 0 #7c53c014
}

.base .expert_portrait {
width: 64px;
height: 84px;
border-radius: 10px;
overflow: hidden;
flex-shrink: 0;
box-shadow: 0 3px 4px 0 #7c53c014
}

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

.base .expert_details {
display: flex;
flex-direction: column;
gap: 6px
}

.base .expert_name {
font-size: 15px;
line-height: 1.2;
color: #EDE6EF;
font-weight: 600
}

.base .expert_role {
font-size: 15px;
line-height: 1.2;
color: #7C53C0
}

.base .graduation_block {
padding: 72px 36px;
background: #130d1c
}

.base .graduation_inner {
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 36px
}

.base .graduation_heading_row {
display: flex;
flex-direction: row;
align-items: stretch;
gap: 0
}

.base .graduation_heading {
font-size: 42px;
line-height: 1.2;
letter-spacing: -.018em;
color: #EDE6EF;
margin: 0
}

.base .graduation_layout {
display: grid;
grid-template-columns: 3fr 2fr;
gap: 36px;
align-items: start
}

.base .graduation_text_column {
display: flex;
flex-direction: column;
gap: 24px
}

.base .graduation_paragraph {
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
margin: 0;
opacity: .88
}

.base .outcome_stack {
display: flex;
flex-direction: column;
gap: 12px
}

.base .outcome_item {
background: #7c53c01f;
border-radius: 6px;
padding: 12px 24px;
font-size: 15px;
line-height: 1.7;
color: #EDE6EF;
position: relative;
overflow: hidden;
cursor: default;
transition: background .12s cubic-bezier(0.4, 0, 1, 1)
}

.base .outcome_item::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 3px;
height: 100%;
background: linear-gradient(83deg, #7C53C0, #E3CAE7)
}

.base .outcome_item .reveal_overlay {
position: absolute;
inset: 0;
background: #130d1cb8;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
color: #7C53C0;
letter-spacing: .08em;
text-transform: uppercase;
transition: opacity .14s cubic-bezier(0.4, 0, 1, 1);
border-radius: 6px
}

.base .outcome_item:hover .reveal_overlay,
.base .outcome_item:focus .reveal_overlay {
opacity: 0;
pointer-events: none
}

.base .outcome_item .reveal_text {
opacity: 0;
transition: opacity .14s ease-in .05s
}

.base .outcome_item:hover .reveal_text,
.base .outcome_item:focus .reveal_text {
opacity: 1
}

@media (max-width: 1024px) {
.base .title_block_grid {
grid-template-columns: 1fr;
gap: 36px
}

.base .title_heading {
font-size: 42px
}

.base .approach_grid {
grid-template-columns: 1fr;
gap: 36px
}

.base .course_grid {
grid-template-columns: 1fr 1fr
}

.base .longterm_inner {
grid-template-columns: 1fr;
gap: 36px
}

.base .proof_layout {
grid-template-columns: 1fr
}

.base .graduation_layout {
grid-template-columns: 1fr
}
}

@media (max-width: 768px) {
.base .title_block {
padding: 36px 24px
}

.base .approach_block,
.base .available_block,
.base .longterm_block,
.base .proof_block,
.base .graduation_block {
padding: 36px 24px
}

.base .title_heading {
font-size: 30px
}

.base .approach_heading,
.base .available_heading,
.base .longterm_heading,
.base .proof_heading,
.base .graduation_heading {
font-size: 30px
}

.base .course_grid {
grid-template-columns: 1fr
}

.base .expert_pair {
flex-direction: column
}

.base .title_image_wrap img {
height: 260px
}
}

@media (max-width: 640px) {
.base .title_heading {
font-size: 30px
}

.base .title_sub {
font-size: 15px
}

.base .metric_number {
font-size: 30px
}

.base .approach_metric_stack {
gap: 12px
}
}

.success_page_main {
min-height: 100vh;
background: #0e0b14;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 72px 24px
}

.success_page_main .success_card_wrapper {
max-width: 1024px;
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center
}

.success_page_main .success_icon_container {
width: 80px;
height: 80px;
border-radius: 16px;
background: linear-gradient(83deg, #7C53C0, #E3CAE7);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 36px;
box-shadow: 0 7px 28px 0 #7c53c01c;
flex-shrink: 0
}

.success_page_main .success_icon_container .success_checkmark_svg {
width: 40px;
height: 40px;
display: block
}

.success_page_main .success_content_block {
text-align: center;
max-width: 560px
}

.success_page_main .success_content_block .success_heading_primary {
font-size: 42px;
line-height: 1.2;
letter-spacing: -.02em;
color: #EDE6EF;
margin: 0 0 24px;
padding: 0
}

.success_page_main .success_content_block .success_heading_primary .success_accent_word {
display: inline-block;
color: #E3CAE7;
text-decoration: underline;
text-decoration-color: #7C53C0;
text-underline-offset: 4px;
text-decoration-thickness: 2px
}

.success_page_main .success_content_block .success_body_text {
font-size: 15px;
line-height: 1.7;
color: #b8a8cc;
margin: 0 0 36px;
padding: 0
}

.success_page_main .success_divider_line {
width: 48px;
height: 2px;
background: linear-gradient(83deg, #7C53C0, #E3CAE7);
border-radius: 0;
margin: 0 auto 36px;
border: none
}

.success_page_main .success_action_group {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 24px;
flex-wrap: wrap
}

.success_page_main .success_action_group .success_button_primary {
display: inline-block;
padding: 12px 36px;
font-size: 15px;
line-height: 1.2;
color: #0e0b14;
background: linear-gradient(83deg, #7C53C0, #E3CAE7);
border: 2px solid transparent;
border-radius: 10px;
text-decoration: none;
font-weight: 700;
letter-spacing: .01em;
box-shadow: 0 3px 4px 0 #7c53c014;
transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), border-color .12s ease-in;
cursor: pointer;
outline: none
}

.success_page_main .success_action_group .success_button_primary:hover {
box-shadow: 0 8px 40px 0 #7c53c01c;
border-color: #E3CAE7
}

.success_page_main .success_action_group .success_button_primary:focus {
box-shadow: 0 0 0 3px #7c53c061
}

.success_page_main .success_action_group .success_button_secondary {
display: inline-block;
padding: 12px 24px;
font-size: 15px;
line-height: 1.2;
color: #E3CAE7;
background: transparent;
border: 2px solid #7C53C0;
border-radius: 10px;
text-decoration: none;
letter-spacing: .01em;
transition: border-color .17s ease-in, color .17s ease-in;
cursor: pointer;
outline: none
}

.success_page_main .success_action_group .success_button_secondary:hover {
border-color: #E3CAE7;
color: #EDE6EF
}

.success_page_main .success_action_group .success_button_secondary:focus {
box-shadow: 0 0 0 3px #7c53c047
}

.success_page_main .success_meta_note {
margin-top: 36px;
font-size: 15px;
line-height: 1.7;
color: #7a6a8a;
text-align: center
}

.success_page_main .success_meta_note .success_contact_link {
color: #E3CAE7;
text-decoration: underline;
text-decoration-color: #7C53C0;
text-underline-offset: 3px;
transition: color .12s ease-in
}

.success_page_main .success_meta_note .success_contact_link:hover {
color: #EDE6EF
}

@media (max-width: 640px) {
.success_page_main {
padding: 36px 24px
}

.success_page_main .success_content_block .success_heading_primary {
font-size: 30px
}

.success_page_main .success_action_group {
flex-direction: column;
gap: 12px;
width: 100%
}

.success_page_main .success_action_group .success_button_primary,
.success_page_main .success_action_group .success_button_secondary {
width: 100%;
text-align: center
}
}