:root {
color-scheme: light;
--vl-page: #f7f5f0;
--vl-paper: #fffefa;
--vl-paper-cool: #f8fbff;
--vl-ink: #0c2a58;
--vl-ink-strong: #071f46;
--vl-copy: #18365f;
--vl-muted: #66758d;
--vl-blue: #075be8;
--vl-blue-deep: #0248c7;
--vl-blue-soft: #eaf3ff;
--vl-heading-gradient: linear-gradient(
110deg,
#0a45b6 0%,
#075be8 27%,
#2b82ea 48%,
#0d67f2 65%,
#347fd4 82%,
#084fc4 100%
);
--vl-line: #dce6f3;
--vl-line-strong: #9bc6fb;
--vl-white: #fff;
--vl-title: var(--vl-ink);
--vl-accent: var(--vl-blue);
--vl-accent-dark: var(--vl-blue-deep);
--vl-accent-soft: var(--vl-blue-soft);
--vl-bg: var(--vl-page);
--vl-surface: var(--vl-paper);
--vl-surface-2: var(--vl-paper-cool);
--vl-border: var(--vl-line);
--vl-text: var(--vl-ink);
--vl-soft: var(--vl-muted);
--vl-shadow-sm: 0 8px 24px rgba(22, 50, 91, 0.06);
--vl-shadow:
0 22px 55px rgba(22, 50, 91, 0.08), 0 3px 12px rgba(22, 50, 91, 0.04);
--vl-focus: 0 0 0 4px rgba(7, 91, 232, 0.14);
--vl-font-ui:
"PT Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
--vl-font-display: "Literata", "PT Serif", Georgia, serif;
--vl-font-copy: "PT Serif", Georgia, serif;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html,
body {
min-height: 100%;
margin: 0;
padding: 0;
overflow-x: clip;
}
html {
background: var(--vl-page);
scroll-behavior: smooth;
scrollbar-width: thin;
scrollbar-color: rgba(48, 91, 148, 0.34) rgba(220, 230, 243, 0.58);
}
body {
background:
radial-gradient(
circle at 84% 5%,
rgba(171, 210, 255, 0.27),
transparent 30rem
),
radial-gradient(
circle at 8% 34%,
rgba(223, 238, 255, 0.36),
transparent 34rem
),
linear-gradient(180deg, #fbfaf7 0%, var(--vl-page) 46%, #f8f6f2 100%);
color: var(--vl-copy);
font-family: var(--vl-font-ui);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body,
button,
input,
select,
textarea {
font-family: var(--vl-font-ui);
}
::selection {
background: rgba(7, 91, 232, 0.18);
color: var(--vl-ink-strong);
}
a {
text-underline-offset: 0.16em;
}
:where(a, button, input, textarea, select):focus-visible {
outline: 2px solid var(--vl-blue);
outline-offset: 3px;
}
.site,
#page {
min-height: 100%;
overflow-x: clip;
background: transparent !important;
}
.site-content,
#content,
#primary,
.ast-container,
.site-header,
.main-header-bar {
background: transparent !important;
background-color: transparent !important;
}
body.page-template-page-home-php #content .ast-container {
width: 100% !important;
max-width: none !important;
margin-inline: 0 !important;
padding: 0 !important;
}
body.page-template-page-home-php #primary,
body.page-template-page-home-php .site-main {
float: none !important;
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
} #masthead {
position: relative;
z-index: 1000;
padding: 12px 0 8px;
background: transparent !important;
}
#masthead .main-header-bar,
#masthead .ast-primary-header-bar,
#masthead .ast-main-header-wrap,
#masthead .ast-above-header-wrap,
#masthead .ast-above-header-bar {
min-height: 0;
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
}
#masthead .site-branding,
#masthead .site-logo-img,
#masthead .ast-builder-menu,
#masthead .main-header-bar-navigation,
#masthead nav {
overflow: visible !important;
}
#masthead .custom-logo-link {
display: inline-flex;
align-items: center;
padding: 0;
}
#masthead .custom-logo,
#masthead .site-logo-img img {
display: block;
width: auto;
max-height: 48px;
}
@media (min-width: 922px) {
#masthead,
#masthead #ast-desktop-header,
#masthead #ast-desktop-header .ast-above-header-wrap,
#masthead #ast-desktop-header .ast-above-header-bar,
#masthead #ast-desktop-header .site-above-header-wrap,
#masthead #ast-desktop-header .ast-builder-grid-row,
#masthead #ast-desktop-header .site-header-section,
#masthead #ast-desktop-header .ast-builder-menu,
#masthead #ast-desktop-header .main-header-bar-navigation,
#masthead #ast-desktop-header nav {
overflow: visible !important;
}
#masthead #ast-desktop-header .site-above-header-wrap.ast-container {
width: fit-content !important;
max-width: calc(100vw - 32px) !important;
min-height: 0 !important;
margin-inline: auto !important;
padding: 8px 10px 8px 14px !important;
border: 1px solid rgba(155, 198, 251, 0.62);
border-radius: 24px;
background: rgba(255, 254, 250, 0.94) !important;
box-shadow: var(--vl-shadow);
-webkit-backdrop-filter: blur(18px) saturate(125%);
backdrop-filter: blur(18px) saturate(125%);
}
#masthead #ast-desktop-header .ast-builder-grid-row {
grid-template-columns: max-content max-content max-content !important;
column-gap: clamp(20px, 2.5vw, 44px);
width: max-content;
max-width: 100%;
}
#masthead #ast-desktop-header .site-header-section {
min-width: 0;
}
}
.ast-builder-menu-1 .main-header-menu > li > a,
.main-header-menu a,
.ast-header-menu a {
font-family: var(--vl-font-ui);
font-size: 15px;
font-weight: 600;
line-height: 1.2;
letter-spacing: 0.01em;
}
#masthead .main-header-menu > .menu-item > .menu-link {
min-height: 44px;
padding-inline: 11px;
border-radius: 12px;
color: var(--vl-copy) !important;
transition:
color 0.2s ease,
background-color 0.2s ease;
}
#masthead .main-header-menu > .menu-item > .menu-link:hover,
#masthead .main-header-menu > .menu-item:hover > .menu-link,
#masthead .main-header-menu > .current-menu-item > .menu-link,
#masthead .main-header-menu > .current-menu-ancestor > .menu-link,
#masthead .main-header-menu > .current_page_item > .menu-link,
#masthead .main-header-menu > .current_page_parent > .menu-link {
background: var(--vl-blue-soft);
color: var(--vl-blue) !important;
}
#masthead .main-header-menu .dropdown-menu-toggle {
margin-left: 7px;
color: currentColor;
}
#masthead
.main-header-menu
> li
> .menu-link
> .ast-icon.icon-arrow:first-child {
display: none;
}
.vl-header-auth {
display: inline-flex;
align-items: center;
gap: 10px;
}
.vl-header-btn {
display: inline-flex;
min-height: 44px;
align-items: center;
justify-content: center;
padding: 10px 19px;
border: 1px solid var(--vl-blue);
border-radius: 14px;
background: linear-gradient(135deg, #1472f4 0%, var(--vl-blue-deep) 100%);
box-shadow: 0 10px 24px rgba(7, 91, 232, 0.19);
color: #fff;
font-family: var(--vl-font-ui);
font-size: 14px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.006em;
text-decoration: none;
transition:
transform 0.2s ease,
box-shadow 0.2s ease,
filter 0.2s ease;
}
.vl-header-btn:hover {
color: #fff;
filter: brightness(1.045);
transform: translateY(-1px);
box-shadow: 0 14px 30px rgba(7, 91, 232, 0.24);
}
body.single-product:has(.vl-product-page-v3) #masthead.site-header {
background: transparent !important;
}
body.single-product:has(.vl-product-page-v3) #masthead .ast-main-header-wrap {
background: transparent !important;
} .vl-mnav {
position: fixed;
inset: 0;
z-index: 999999;
display: none;
overflow-y: auto;
background:
radial-gradient(
circle at 90% 0%,
rgba(177, 213, 255, 0.42),
transparent 25rem
),
var(--vl-page);
}
body.vl-mnav-open {
overflow: hidden;
}
body.vl-mnav-open .vl-mnav {
display: block;
}
.vl-mnav__panel {
display: flex;
width: min(100% - 24px, 520px);
min-height: 100%;
flex-direction: column;
margin: 0 auto;
padding: 16px 4px 28px;
}
.vl-mnav__top {
display: flex;
align-items: center;
justify-content: space-between;
padding: 4px 4px 14px;
}
.vl-mnav__brand img {
display: block;
width: auto;
height: 38px;
}
.vl-mnav__brand span {
color: var(--vl-ink);
font-family: var(--vl-font-ui);
font-weight: 700;
letter-spacing: 0.02em;
}
.vl-mnav__close {
display: inline-grid;
width: 44px;
height: 44px;
place-items: center;
padding: 0;
border: 1px solid var(--vl-line);
border-radius: 14px;
background: rgba(255, 254, 250, 0.88);
box-shadow: var(--vl-shadow-sm);
color: var(--vl-ink);
font-size: 27px;
line-height: 1;
cursor: pointer;
transition:
border-color 0.18s ease,
background-color 0.18s ease,
color 0.18s ease,
transform 0.18s ease;
}
.vl-mnav__auth {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 12px;
padding: 16px;
border: 1px solid var(--vl-line);
border-radius: 20px;
background: rgba(255, 254, 250, 0.9);
box-shadow: var(--vl-shadow-sm);
text-align: center;
}
.vl-mnav__cta {
display: inline-flex;
width: 100%;
min-height: 48px;
align-items: center;
justify-content: center;
padding: 12px 18px;
border: 1px solid var(--vl-blue);
border-radius: 14px;
background: linear-gradient(135deg, #1472f4 0%, var(--vl-blue-deep) 100%);
color: #fff;
font-family: var(--vl-font-ui);
font-weight: 700;
letter-spacing: 0.01em;
text-decoration: none;
transition:
filter 0.18s ease,
transform 0.18s ease,
box-shadow 0.18s ease;
}
.vl-mnav__nav {
margin-top: 14px;
padding: 4px 16px;
border: 1px solid var(--vl-line);
border-radius: 20px;
background: rgba(255, 254, 250, 0.9);
box-shadow: var(--vl-shadow-sm);
}
.vl-mnav__list {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.vl-mnav__list li {
margin: 0;
list-style: none;
}
.vl-mnav__list > li {
border-top: 1px solid var(--vl-line);
}
.vl-mnav__list > li:first-child {
border-top: 0;
}
.vl-mnav__list li.vl-mnav__item--has-submenu {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
column-gap: 6px;
}
.vl-mnav__list > li > a {
display: flex;
width: 100%;
min-height: 54px;
align-items: center;
justify-content: flex-start;
gap: 12px;
padding: 14px 2px;
color: var(--vl-copy);
font-family: var(--vl-font-ui);
font-weight: 600;
letter-spacing: 0.01em;
text-decoration: none;
transition:
color 0.18s ease,
background-color 0.18s ease;
}
.vl-mnav__list li.vl-mnav__item--has-submenu > .vl-mnav__parent-link {
grid-column: 1;
grid-row: 1;
}
.vl-mnav__list
> li:not(.menu-item-has-children):not(.vl-mnav__item--has-submenu)
> a::after {
content: "›";
margin-left: auto;
color: var(--vl-blue);
font-size: 20px;
}
.vl-mnav__submenu-toggle {
position: relative;
display: inline-grid;
width: 40px;
height: 40px;
place-items: center;
flex: 0 0 40px;
padding: 0;
border: 1px solid rgba(155, 198, 251, 0.78);
border-radius: 12px;
background: var(--vl-blue-soft);
color: var(--vl-blue);
cursor: pointer;
transition:
border-color 0.18s ease,
background-color 0.18s ease,
color 0.18s ease,
transform 0.18s ease;
}
.vl-mnav__list li.vl-mnav__item--has-submenu > .vl-mnav__submenu-toggle {
grid-column: 2;
grid-row: 1;
}
.vl-mnav__submenu-toggle::before,
.vl-mnav__submenu-toggle::after {
content: "";
position: absolute;
width: 12px;
height: 2px;
border-radius: 999px;
background: currentColor;
transition: transform 0.2s ease;
}
.vl-mnav__submenu-toggle::after {
transform: rotate(90deg);
}
.vl-mnav__submenu-toggle > span {
display: none;
}
.vl-mnav__list li > .vl-mnav__submenu-toggle.is-open {
border-color: rgba(20, 114, 244, 0.42);
background: rgba(20, 114, 244, 0.14);
color: var(--vl-blue-deep);
}
.vl-mnav__list li > .vl-mnav__submenu-toggle.is-open::after {
transform: rotate(0);
}
.vl-mnav__list .sub-menu {
display: none;
margin: 0 0 12px 2px;
padding: 2px 0 2px 14px;
border-left: 2px solid rgba(20, 114, 244, 0.2);
list-style: none;
}
.vl-mnav__list li.is-submenu-open > .sub-menu {
display: block;
}
.vl-mnav__list .vl-mnav__submenu:not([hidden]) {
display: block;
}
.vl-mnav__list li.vl-mnav__item--has-submenu > .vl-mnav__submenu {
grid-column: 1 / -1;
grid-row: 2;
}
.vl-mnav__list .sub-menu li + li {
margin-top: 2px;
}
.vl-mnav__list .sub-menu a {
display: flex;
min-height: 44px;
align-items: center;
padding: 10px 12px;
border-radius: 11px;
color: var(--vl-muted);
font-family: var(--vl-font-ui);
font-size: 14px;
font-weight: 600;
line-height: 1.35;
text-decoration: none;
transition:
color 0.18s ease,
background-color 0.18s ease;
}
.vl-mnav__list .sub-menu .sub-menu {
margin: 2px 0 8px 10px;
}
.vl-mnav__list > li.current-menu-item > a,
.vl-mnav__list > li.current-menu-ancestor > a,
.vl-mnav__list > li.current_page_item > a,
.vl-mnav__list > li.current_page_parent > a {
color: var(--vl-blue);
}
.vl-mnav__list .sub-menu .current-menu-item > a,
.vl-mnav__list .sub-menu .current_page_item > a {
background: var(--vl-blue-soft);
color: var(--vl-blue);
}
.vl-mnav__list .ast-menu-toggle,
.vl-mnav__list .ast-submenu-toggle,
.vl-mnav__list .dropdown-menu-toggle {
display: none !important;
}
.vl-mnav__list > li > a .ast-icon,
.vl-mnav__list > li > a .ast-iconset,
.vl-mnav__list > li > a .menu-link-icon,
.vl-mnav__list > li > a i,
.vl-mnav__list > li > a svg {
display: none !important;
}
.vl-mnav__list > li > a::before {
content: none !important;
display: none !important;
}
.vl-mnav__close:focus-visible,
.vl-mnav__cta:focus-visible,
.vl-mnav__submenu-toggle:focus-visible,
.vl-mnav__list a:focus-visible {
outline: 3px solid rgba(20, 114, 244, 0.3);
outline-offset: 2px;
}
@media (hover: hover) {
.vl-mnav__close:hover {
border-color: rgba(20, 114, 244, 0.45);
background: var(--vl-blue-soft);
color: var(--vl-blue);
}
.vl-mnav__cta:hover {
color: #fff;
filter: brightness(1.045);
transform: translateY(-1px);
box-shadow: 0 12px 25px rgba(7, 91, 232, 0.2);
}
.vl-mnav__submenu-toggle:hover {
border-color: rgba(20, 114, 244, 0.45);
background: rgba(20, 114, 244, 0.14);
color: var(--vl-blue-deep);
}
.vl-mnav__list > li > a:hover,
.vl-mnav__list .sub-menu a:hover {
color: var(--vl-blue);
}
.vl-mnav__list .sub-menu a:hover {
background: var(--vl-blue-soft);
}
}
@media (max-width: 921px) {
#masthead {
padding: 0;
}
#masthead #ast-mobile-header .ast-above-header-bar.site-above-header-wrap {
width: calc(100% - 24px);
max-width: 680px;
min-height: 0;
margin: 10px auto 0;
padding: 7px 8px 7px 13px !important;
border: 1px solid rgba(155, 198, 251, 0.62);
border-radius: 21px;
background: rgba(255, 254, 250, 0.94) !important;
box-shadow: var(--vl-shadow);
-webkit-backdrop-filter: blur(18px) saturate(125%);
backdrop-filter: blur(18px) saturate(125%);
}
#masthead #ast-mobile-header .ast-builder-grid-row {
grid-template-columns: 1fr auto !important;
min-height: 0;
}
#masthead .ast-button-wrap .menu-toggle {
display: inline-grid;
width: 44px;
height: 44px;
place-items: center;
padding: 0;
border: 1px solid #cfe0f4;
border-radius: 14px;
background: var(--vl-blue-soft);
color: var(--vl-blue);
}
}
@media (max-width: 544px) {
#masthead #ast-mobile-header .ast-above-header-bar.site-above-header-wrap {
width: calc(100% - 16px);
margin-top: 8px;
border-radius: 18px;
}
#masthead .custom-logo,
#masthead .site-logo-img img {
max-height: 42px;
}
} .vl-home {
width: 100%;
}
.vl-hero {
position: relative;
width: 100%;
max-width: none;
padding: 18px 0 14px;
overflow: hidden;
overflow: clip;
background: transparent;
}
.vl-hero__inner {
position: relative;
isolation: isolate;
width: min(1440px, 100%);
min-height: clamp(570px, 43vw, 640px);
margin-inline: auto;
padding: clamp(58px, 5vw, 76px) clamp(24px, 3.4vw, 48px);
display: grid;
place-items: center;
overflow: visible;
}
.vl-hero__copy {
position: relative;
z-index: 3;
min-width: 0;
width: min(760px, calc(100% - 48px));
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
transform: translateY(-8px);
}
.vl-hero__title {
max-width: 760px;
margin: 0;
font-family: var(--vl-font-display);
font-size: clamp(62px, 5.45vw, 80px);
font-weight: 700;
line-height: 0.98;
letter-spacing: -0.038em;
text-wrap: balance;
color: var(--vl-ink-strong);
background: none;
-webkit-text-fill-color: currentColor;
}
.vl-hero__title-line1,
.vl-hero__title-line2 {
display: block;
white-space: nowrap;
}
.vl-hero__title-line1 {
color: var(--vl-ink-strong);
}
.vl-hero__title-line2 {
color: var(--vl-blue);
}
.vl-hero__subtitle {
max-width: 580px;
margin: 24px 0 0;
font-family: var(--vl-font-copy);
font-size: 20px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0;
color: #435b78;
}
.vl-hero__subtitle-line {
display: block;
}
.vl-hero__actions {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
gap: 12px;
margin-top: 30px;
} .vl-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 28px;
border-radius: 14px;
background: linear-gradient(
135deg,
#1472f4 0%,
var(--vl-blue) 54%,
var(--vl-blue-deep) 100%
);
border: 1px solid var(--vl-blue);
box-shadow:
0 12px 28px rgba(7, 91, 232, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.28);
color: #fff;
text-decoration: none;
font-family: var(--vl-font-ui);
font-weight: 700;
font-size: 17px;
letter-spacing: 0.015em;
transition:
background 0.22s ease,
border-color 0.22s ease,
color 0.22s ease,
box-shadow 0.22s ease,
transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-btn:hover {
background: linear-gradient(135deg, #1b78f7 0%, #075be8 50%, #0346b8 100%);
border-color: var(--vl-blue-deep);
color: #fff;
transform: translateY(-1px);
box-shadow: 0 16px 34px rgba(7, 91, 232, 0.26);
} .vl-link {
display: inline-flex;
align-items: center;
color: var(--vl-blue);
text-decoration: none;
font-family: var(--vl-font-ui);
font-weight: 500;
letter-spacing: 0.01em;
font-size: 17px;
transition: color 0.18s ease;
}
.vl-link:hover {
color: var(--vl-blue-deep);
}
.vl-hero .vl-btn {
min-width: 194px;
min-height: 54px;
padding: 14px 30px;
border-radius: 14px;
font-size: 17px;
line-height: 1;
white-space: nowrap;
}
.vl-hero .vl-hero__secondary {
min-width: 180px;
border-color: rgba(7, 91, 232, 0.22);
background: linear-gradient(135deg, #edf6ff 0%, #e2efff 100%);
box-shadow:
0 10px 24px rgba(31, 100, 178, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.92);
color: var(--vl-blue);
}
.vl-hero .vl-hero__secondary:hover {
border-color: rgba(7, 91, 232, 0.38);
background: linear-gradient(135deg, #e5f2ff 0%, #d7eaff 100%);
box-shadow:
0 13px 28px rgba(31, 100, 178, 0.14),
inset 0 1px 0 rgba(255, 255, 255, 0.96);
color: var(--vl-blue-deep);
}
.vl-hero .vl-btn:focus-visible {
outline: 3px solid rgba(7, 91, 232, 0.28);
outline-offset: 3px;
}
.vl-hero__decor {
position: absolute;
inset: 0;
z-index: 1;
overflow: visible;
pointer-events: none;
user-select: none;
}
.vl-hero__cube {
--vl-hero-cube-mask: none;
--vl-hero-cube-filter: drop-shadow(0 16px 24px rgba(43, 117, 205, 0.11));
--vl-hero-shadow-opacity: 0.16;
--vl-hero-shadow-scale: 1;
--vl-hero-sheen-delay: 0s;
position: absolute;
width: 120px;
aspect-ratio: 1;
z-index: 1;
isolation: isolate;
pointer-events: none;
}
.vl-hero__cube::after {
content: "";
position: absolute;
left: 12%;
right: 12%;
bottom: 4%;
height: 11%;
z-index: 0;
border-radius: 50%;
opacity: var(--vl-hero-shadow-opacity);
transform: scaleX(var(--vl-hero-shadow-scale));
background: radial-gradient(
ellipse at center,
rgba(45, 116, 202, 0.48) 0%,
rgba(92, 158, 231, 0.22) 44%,
rgba(92, 158, 231, 0) 76%
);
}
.vl-hero__cube::before {
content: "";
position: absolute;
inset: 0;
z-index: 2;
pointer-events: none;
opacity: 0;
background: linear-gradient(
112deg,
transparent 35%,
rgba(255, 255, 255, 0.08) 43%,
rgba(255, 255, 255, 0.66) 50%,
rgba(206, 231, 255, 0.12) 57%,
transparent 65%
);
background-position: 180% 0;
background-size: 260% 100%;
-webkit-mask-image: var(--vl-hero-cube-mask);
mask-image: var(--vl-hero-cube-mask);
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
}
.vl-hero__cube img {
position: relative;
z-index: 1;
display: block;
width: 100%;
max-width: none;
height: 100%;
object-fit: contain;
filter: var(--vl-hero-cube-filter);
pointer-events: none;
user-select: none;
} .vl-hero.is-motion-enhanced .vl-hero__cube {
transform: translate3d(
var(--vl-hero-motion-x, 0px),
var(--vl-hero-motion-y, 0px),
0
);
transform-origin: 50% 50%;
will-change: transform;
}
.vl-hero.is-motion-enhanced .vl-hero__cube img,
.vl-hero.is-motion-enhanced .vl-hero__cube::before {
transform:
perspective(1100px)
translate3d(0, var(--vl-hero-lift, 0px), 0)
rotateX(var(--vl-hero-tilt-x, 0deg))
rotateY(var(--vl-hero-tilt-y, 0deg))
rotateZ(var(--vl-hero-tilt-z, 0deg));
transform-origin: 50% 52%;
will-change: transform;
}
.vl-hero.is-motion-enhanced .vl-hero__cube--3 img,
.vl-hero.is-motion-enhanced .vl-hero__cube--6 img {
animation: none;
}
.vl-hero__cube--1 {
left: clamp(-12px, calc(24px - 1.75vw), 8px);
top: 27%;
width: clamp(246px, 21.8vw, 316px);
z-index: 2;
--vl-hero-cube-mask: url(//vectorlex.ru/wp-content/themes/astra-child/assets/img/home/hero-cubes-v2/vl-hero-v2-cobalt-left.webp);
--vl-hero-cube-filter: drop-shadow(0 20px 30px rgba(20, 103, 210, 0.15));
--vl-hero-shadow-opacity: 0.2;
}
.vl-hero__cube--2 {
left: clamp(-74px, -3.5vw, -52px);
top: 59%;
width: clamp(134px, 12.5vw, 176px);
z-index: 3;
--vl-hero-cube-mask: url(//vectorlex.ru/wp-content/themes/astra-child/assets/img/home/hero-cubes-v2/vl-hero-v2-frost-left.webp);
--vl-hero-shadow-opacity: 0.12;
--vl-hero-shadow-scale: 0.84;
}
.vl-hero__cube--3 {
left: 21%;
top: 16%;
width: clamp(66px, 6vw, 84px);
--vl-hero-drift-y: -4px;
--vl-hero-drift-duration: 10.8s;
--vl-hero-drift-delay: -3.1s;
--vl-hero-cube-mask: url(//vectorlex.ru/wp-content/themes/astra-child/assets/img/home/hero-cubes-v2/vl-hero-v2-ice-top.webp);
--vl-hero-cube-filter: drop-shadow(0 9px 14px rgba(56, 133, 219, 0.08));
--vl-hero-shadow-opacity: 0;
}
.vl-hero__cube--4 {
right: clamp(-104px, calc(246px - 17.2vw), -8px);
top: 20%;
width: clamp(248px, 21.8vw, 316px);
--vl-hero-cube-mask: url(//vectorlex.ru/wp-content/themes/astra-child/assets/img/home/hero-cubes-v2/vl-hero-v2-ice-right-main.webp);
--vl-hero-cube-filter: drop-shadow(0 20px 30px rgba(38, 119, 211, 0.13));
--vl-hero-shadow-opacity: 0.17;
--vl-hero-sheen-delay: -5.6s;
}
.vl-hero__cube--5 {
right: 11%;
top: 51%;
width: clamp(132px, 12vw, 174px);
z-index: 2;
--vl-hero-cube-mask: url(//vectorlex.ru/wp-content/themes/astra-child/assets/img/home/hero-cubes-v2/vl-hero-v2-cobalt-right.webp);
--vl-hero-cube-filter: drop-shadow(0 17px 24px rgba(14, 84, 199, 0.16));
--vl-hero-shadow-opacity: 0.17;
}
.vl-hero__cube--6 {
right: clamp(-184px, calc(440px - 30.5vw), -4px);
top: 60%;
width: clamp(78px, 7.2vw, 102px);
--vl-hero-drift-y: -3px;
--vl-hero-drift-duration: 12.4s;
--vl-hero-drift-delay: -7.3s;
--vl-hero-cube-mask: url(//vectorlex.ru/wp-content/themes/astra-child/assets/img/home/hero-cubes-v2/vl-hero-v2-ice-far-right.webp);
--vl-hero-cube-filter: drop-shadow(0 11px 17px rgba(52, 128, 215, 0.1));
--vl-hero-shadow-opacity: 0.09;
--vl-hero-shadow-scale: 0.8;
} @media (min-width: 1200px) {
.vl-hero__cube--1,
.vl-hero__cube--2,
.vl-hero__cube--4,
.vl-hero__cube--5 {
top: auto;
bottom: clamp(124px, 22%, 142px);
}
.vl-hero__cube--2 {
bottom: calc(clamp(124px, 22%, 142px) - 14px);
}
} .vl-hero__cube--3 img,
.vl-hero__cube--6 img {
animation: vlHeroCubeDrift var(--vl-hero-drift-duration) ease-in-out
var(--vl-hero-drift-delay) infinite;
will-change: transform;
}
@keyframes vlHeroCubeDrift {
0%,
100% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(0, var(--vl-hero-drift-y), 0);
}
} .vl-hero__cube--1::before,
.vl-hero__cube--4::before {
animation: vlHeroCubeSheen 12s cubic-bezier(0.22, 0.61, 0.36, 1)
var(--vl-hero-sheen-delay) infinite;
}
@keyframes vlHeroCubeSheen {
0%,
64% {
opacity: 0;
background-position: 180% 0;
}
68% {
opacity: 0.08;
}
74% {
opacity: 0.42;
}
84% {
opacity: 0;
background-position: -80% 0;
}
100% {
opacity: 0;
background-position: -80% 0;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.vl-hero {
padding: 14px 0 clamp(24px, 2.3vw, 28px);
}
.vl-hero__inner {
width: 100%;
min-height: 550px;
padding: 54px 24px 58px;
}
.vl-hero__copy {
width: min(650px, calc(100% - 44px));
transform: translateY(-4px);
}
.vl-hero__title {
font-size: clamp(52px, 6.1vw, 62px);
line-height: 0.99;
}
.vl-hero__subtitle {
max-width: 520px;
margin-top: 20px;
font-size: 18px;
}
.vl-hero__actions {
gap: 10px;
margin-top: 26px;
}
.vl-hero .vl-btn {
min-width: 178px;
min-height: 52px;
padding: 13px 25px;
font-size: 16px;
}
.vl-hero__cube--1 {
left: -3%;
top: 29%;
width: 210px;
}
.vl-hero__cube--2 {
left: 1.5%;
top: auto;
bottom: 4%;
width: 104px;
}
.vl-hero__cube--3 {
left: 22%;
top: 9%;
width: 62px;
}
.vl-hero__cube--4 {
right: -3%;
top: 24%;
width: 216px;
}
.vl-hero__cube--5 {
right: 5%;
top: auto;
bottom: 7%;
width: 122px;
}
.vl-hero__cube--6 {
right: -2%;
top: auto;
bottom: 8%;
width: 66px;
}
}
@media (max-width: 767px) {
.vl-hero {
padding: 8px 0 18px;
background: transparent;
}
.vl-hero__inner {
width: 100%;
min-height: 610px;
padding: 118px 16px 128px;
}
.vl-hero__copy {
width: min(390px, 100%);
transform: translateY(-28px);
}
.vl-hero__title {
font-size: clamp(38px, 10.5vw, 42px);
line-height: 0.99;
letter-spacing: -0.03em;
}
.vl-hero__subtitle {
max-width: 334px;
margin-top: 18px;
font-size: 16.5px;
line-height: 1.48;
}
.vl-hero__actions {
width: min(344px, 100%);
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 8px;
margin-top: 24px;
}
.vl-hero .vl-btn {
width: 100%;
min-width: 0;
min-height: 50px;
padding: 12px 10px;
border-radius: 13px;
font-size: 14px;
}
.vl-hero__cube--1 {
left: -30px;
top: 34px;
width: 128px;
}
.vl-hero__cube--2 {
left: 10px;
top: auto;
bottom: 32px;
width: 76px;
}
.vl-hero__cube--3 {
left: calc(50% - 26px);
top: 22px;
width: 52px;
}
.vl-hero__cube--4 {
right: -32px;
top: 38px;
width: 132px;
}
.vl-hero__cube--5 {
right: 46px;
top: auto;
bottom: 26px;
width: 90px;
}
.vl-hero__cube--6 {
right: -2px;
left: auto;
top: auto;
bottom: 82px;
width: 54px;
}
.vl-hero__cube--3 img,
.vl-hero__cube--6 img {
animation: none;
transform: none;
will-change: auto;
}
}
@media (max-width: 359px) {
.vl-hero__inner {
min-height: 590px;
padding: 108px 12px 120px;
}
.vl-hero__title {
font-size: clamp(34px, 10.8vw, 36px);
}
.vl-hero__subtitle {
max-width: 298px;
font-size: 15.5px;
}
.vl-hero__actions {
gap: 6px;
}
.vl-hero .vl-btn {
padding-inline: 8px;
font-size: 13px;
}
.vl-hero__cube--1 {
left: -28px;
width: 112px;
}
.vl-hero__cube--2 {
left: 4px;
width: 68px;
}
.vl-hero__cube--4 {
right: -30px;
width: 116px;
}
.vl-hero__cube--5 {
right: 40px;
width: 82px;
}
.vl-hero__cube--6 {
right: -2px;
width: 48px;
}
}
@media (prefers-reduced-motion: reduce) {
.vl-hero.is-motion-enhanced .vl-hero__cube,
.vl-hero.is-motion-enhanced .vl-hero__cube img,
.vl-hero.is-motion-enhanced .vl-hero__cube::before {
transform: none !important;
will-change: auto;
}
.vl-hero__cube::before {
animation: none !important;
opacity: 0 !important;
}
.vl-hero__cube--3 img,
.vl-hero__cube--6 img {
animation: none !important;
transform: none !important;
will-change: auto;
}
.vl-hero .vl-btn {
transition: none !important;
}
} .vl-trust {
--vl-uni-item-w: clamp(138px, 10vw, 148px);
--vl-uni-item-h: clamp(82px, 6.5vw, 96px);
--vl-uni-logo-w: clamp(112px, 9.4vw, 136px);
--vl-uni-logo-h: clamp(64px, 5vw, 72px);
--vl-uni-gap: clamp(44px, 4vw, 56px);
--vl-uni-duration: 70s;
--vl-uni-fade: clamp(48px, 6vw, 84px);
--vl-uni-ink-filter: brightness(0) saturate(100%) invert(11%) sepia(51%)
saturate(1855%) hue-rotate(184deg) brightness(86%) contrast(106%);
position: relative;
isolation: isolate;
overflow-x: clip;
padding: clamp(22px, 2.6vw, 34px) 0 clamp(56px, 6.5vw, 82px);
background: transparent;
}
.vl-trust::before {
content: "";
position: absolute;
left: 50%;
top: 0;
width: min(960px, 100%);
height: 78%;
transform: translateX(-50%);
z-index: 0;
pointer-events: none;
background: radial-gradient(
ellipse 58% 72% at 50% 34%,
rgba(183, 215, 255, 0.18) 0%,
rgba(219, 234, 255, 0.08) 50%,
rgba(248, 251, 255, 0) 100%
);
}
.vl-trust__inner {
position: relative;
z-index: 1;
max-width: 1180px;
margin: 0 auto;
padding: 0 clamp(16px, 4vw, 28px);
text-align: center;
}
.vl-trust__title {
position: relative;
max-width: 920px;
margin: 0 auto;
padding-top: 43px;
font-family: var(--vl-font-display);
font-size: clamp(34px, 3.45vw, 48px);
font-weight: 700;
line-height: 1.06;
letter-spacing: -0.03em;
color: var(--vl-ink-strong);
text-wrap: balance;
}
.vl-trust__title::before {
content: "";
position: absolute;
left: 50%;
top: 5px;
width: clamp(170px, 15vw, 250px);
height: 1px;
transform: translateX(-50%);
background:
linear-gradient(to right, rgba(7, 91, 232, 0), rgba(7, 91, 232, 0.44)) left
center / 42% 1px no-repeat,
linear-gradient(to left, rgba(7, 91, 232, 0), rgba(7, 91, 232, 0.44)) right
center / 42% 1px no-repeat;
}
.vl-trust__title::after {
content: "";
position: absolute;
left: 50%;
top: 0;
width: 10px;
height: 10px;
border-radius: 2px;
background: var(--vl-blue);
transform: translateX(-50%) rotate(45deg);
box-shadow: 0 0 18px rgba(7, 91, 232, 0.18);
}
.vl-trust__title-line {
display: block;
}
.vl-trust__title-line:last-child {
margin-top: 2px;
color: var(--vl-blue);
}
.vl-uni-marquee {
position: relative;
width: 100%;
margin: clamp(34px, 3.2vw, 42px) auto 0;
opacity: 1;
transform: translate3d(0, 0, 0);
}
.vl-uni-marquee__track {
display: flex;
align-items: center;
}
.vl-uni-marquee__group {
margin: 0;
padding: 0;
list-style: none;
}
.vl-uni-item {
--vl-uni-scale: 1;
position: relative;
width: 100%;
min-width: 0;
height: var(--vl-uni-item-h);
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
transform: translate3d(0, 0, 0);
}
.vl-uni-item img {
display: block;
width: auto !important;
height: auto !important;
max-width: min(100%, var(--vl-uni-logo-w)) !important;
max-height: var(--vl-uni-logo-h) !important;
object-fit: contain;
filter: var(--vl-uni-ink-filter) !important;
opacity: 1;
transform: scale(var(--vl-uni-scale));
transform-origin: center;
} .vl-uni-item--mgu {
--vl-uni-scale: 1.08;
}
.vl-uni-item--mgua {
--vl-uni-scale: 0.96;
}
.vl-uni-item--reu-plexanova {
--vl-uni-scale: 1.16;
}
.vl-uni-item--spbgu {
--vl-uni-scale: 1.04;
}
.vl-uni-item--niy-vshe {
--vl-uni-scale: 1.07;
}
.vl-uni-item--rggu {
--vl-uni-scale: 0.96;
}
@keyframes vl-uni-marquee-scroll {
from {
transform: translate3d(0, 0, 0);
}
to {
transform: translate3d(-50%, 0, 0);
}
} @media (min-width: 1024px) {
.vl-uni-marquee {
overflow: hidden;
padding: 10px 0;
-webkit-mask-image: linear-gradient(
to right,
transparent 0,
#000 var(--vl-uni-fade),
#000 calc(100% - var(--vl-uni-fade)),
transparent 100%
);
mask-image: linear-gradient(
to right,
transparent 0,
#000 var(--vl-uni-fade),
#000 calc(100% - var(--vl-uni-fade)),
transparent 100%
);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
}
.vl-uni-marquee__track {
width: max-content;
will-change: transform;
animation: vl-uni-marquee-scroll var(--vl-uni-duration) linear infinite;
}
.vl-uni-marquee__group {
flex: 0 0 auto;
display: flex;
align-items: center;
gap: var(--vl-uni-gap);
padding-right: var(--vl-uni-gap);
}
.vl-uni-item {
flex: 0 0 var(--vl-uni-item-w);
width: var(--vl-uni-item-w);
}
.vl-trust.is-enhanced:not(.is-revealed) .vl-uni-marquee {
opacity: 0;
transform: translate3d(0, 14px, 0);
will-change: opacity, transform;
}
.vl-trust.is-enhanced.is-revealed .vl-uni-marquee {
transition:
opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}
}
@media (hover: hover) and (min-width: 1024px) {
.vl-uni-marquee:hover .vl-uni-marquee__track {
animation-play-state: paused;
}
} @media (min-width: 768px) and (max-width: 1023px) {
.vl-trust {
--vl-uni-item-h: clamp(76px, 9vw, 88px);
--vl-uni-logo-w: clamp(94px, 12vw, 118px);
--vl-uni-logo-h: clamp(58px, 7.5vw, 68px);
}
.vl-trust__title {
font-size: clamp(34px, 4.7vw, 42px);
}
.vl-uni-marquee__track {
display: block;
width: 100%;
}
.vl-uni-marquee__group:first-child {
width: 100%;
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
align-items: center;
column-gap: clamp(16px, 2.4vw, 26px);
}
.vl-uni-marquee__group[aria-hidden="true"] {
display: none;
}
.vl-trust.is-enhanced:not(.is-revealed) .vl-uni-marquee {
opacity: 0;
transform: translate3d(0, 14px, 0);
}
.vl-trust.is-enhanced.is-revealed .vl-uni-marquee {
transition:
opacity 0.58s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}
}
@media (max-width: 767px) {
.vl-trust {
--vl-uni-item-h: clamp(64px, 18vw, 74px);
--vl-uni-logo-w: clamp(78px, 24vw, 104px);
--vl-uni-logo-h: clamp(50px, 14vw, 56px);
padding: 22px 0 62px;
}
.vl-trust::before {
width: 100%;
height: 70%;
background: radial-gradient(
ellipse 78% 68% at 50% 34%,
rgba(183, 215, 255, 0.16) 0%,
rgba(219, 234, 255, 0.07) 52%,
rgba(248, 251, 255, 0) 100%
);
}
.vl-trust__title {
max-width: 100%;
padding-top: 36px;
font-size: clamp(22px, 6.8vw, 34px);
line-height: 1.08;
letter-spacing: -0.025em;
}
.vl-trust__title::before {
top: 4px;
width: 170px;
}
.vl-trust__title::after {
top: 0;
width: 9px;
height: 9px;
}
.vl-trust__title-line:last-child {
margin-top: 3px;
font-size: 0.82em;
line-height: 1.06;
white-space: normal;
}
.vl-uni-marquee {
max-width: 480px;
margin-top: 28px;
overflow: visible;
padding: 0;
-webkit-mask-image: none;
mask-image: none;
}
.vl-uni-marquee__track {
display: block;
width: 100%;
animation: none;
transform: none;
will-change: auto;
}
.vl-uni-marquee__group:first-child {
width: 100%;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
align-items: center;
column-gap: clamp(8px, 3.5vw, 18px);
row-gap: clamp(12px, 3.5vw, 20px);
}
.vl-uni-marquee__group[aria-hidden="true"] {
display: none;
}
.vl-uni-item {
width: 100%;
} .vl-trust.is-enhanced:not(.is-revealed)
.vl-uni-marquee__group:first-child
.vl-uni-item {
opacity: 0;
transform: translate3d(0, 12px, 0) scale(0.985);
will-change: opacity, transform;
}
.vl-trust.is-enhanced.is-revealed
.vl-uni-marquee__group:first-child
.vl-uni-item {
transition:
opacity 0.58s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
transition-delay: calc(var(--vl-uni-index, 0) * 75ms);
}
}
@media (max-width: 359px) {
.vl-trust {
--vl-uni-item-h: 64px;
--vl-uni-logo-w: 78px;
--vl-uni-logo-h: 50px;
}
.vl-trust__title {
font-size: 21px;
}
.vl-trust__title-line:last-child {
font-size: 0.86em;
}
.vl-uni-marquee__group:first-child {
column-gap: 8px;
row-gap: 12px;
}
}
@media (prefers-reduced-motion: reduce) {
.vl-trust .vl-uni-marquee,
.vl-trust .vl-uni-item {
opacity: 1 !important;
transform: none !important;
transition: none !important;
will-change: auto !important;
}
.vl-uni-marquee__track {
animation: none !important;
transform: none !important;
will-change: auto !important;
}
} @media (prefers-reduced-motion: reduce) and (min-width: 1024px) {
.vl-uni-marquee {
overflow: visible;
padding: 0;
-webkit-mask-image: none;
mask-image: none;
}
.vl-uni-marquee__track {
display: block;
width: 100%;
}
.vl-uni-marquee__group:first-child {
width: 100%;
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
align-items: center;
column-gap: clamp(22px, 2.6vw, 40px);
padding-right: 0;
}
.vl-uni-marquee__group[aria-hidden="true"] {
display: none;
}
.vl-uni-item {
width: 100%;
}
} .vl-principles {
--vl-principles-intro-offset: clamp(164px, 12.2vw, 204px);
position: relative;
isolation: isolate;
scroll-margin-top: 112px;
padding: clamp(70px, 8vw, 116px) 0 clamp(82px, 10vw, 140px);
background: transparent;
}
.vl-principles::before {
content: "";
position: absolute;
z-index: 0;
top: 5%;
left: 0;
width: min(760px, 58vw);
height: 78%;
pointer-events: none;
background: radial-gradient(
ellipse 82% 58% at 26% 46%,
rgba(183, 215, 255, 0.2) 0%,
rgba(219, 234, 255, 0.1) 48%,
rgba(248, 251, 255, 0) 100%
);
}
.vl-principles__inner {
position: relative;
z-index: 1;
width: min(1180px, 100%);
margin: 0 auto;
padding: 0 clamp(16px, 4vw, 28px);
}
.vl-principles__layout {
display: grid;
grid-template-columns: minmax(300px, 38fr) minmax(0, 62fr);
gap: clamp(42px, 5vw, 80px);
align-items: stretch;
}
.vl-principles__rail {
position: relative;
min-width: 0;
}
.vl-principles__sticky {
position: sticky;
top: clamp(104px, 12vh, 136px);
}
.vl-principles__intro {
max-width: 430px;
}
.vl-principles__title {
min-height: var(--vl-principles-intro-offset);
margin: 0;
padding: 0 0 0.08em;
font-family: var(--vl-font-display);
font-size: clamp(44px, 4.05vw, 58px);
font-weight: 700;
line-height: 0.98;
letter-spacing: -0.035em;
color: var(--vl-ink-strong);
text-wrap: balance;
}
.vl-principles__title-line {
display: block;
}
.vl-principles__title-line--accent {
margin-top: 0.08em;
color: var(--vl-blue);
}
.vl-principles__eyebrow {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
margin: 0;
color: var(--vl-ink-strong);
font-family: var(--vl-font-ui);
font-size: clamp(11px, 0.9vw, 13px);
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.vl-principles__eyebrow::before {
content: "";
width: 8px;
height: 8px;
flex: 0 0 8px;
margin-right: 3px;
border-radius: 2px;
background: var(--vl-blue);
box-shadow: 0 0 16px rgba(7, 91, 232, 0.2);
transform: rotate(45deg);
}
.vl-principles__eyebrow::after {
content: "";
width: clamp(34px, 4vw, 66px);
height: 1px;
flex: 0 1 clamp(34px, 4vw, 66px);
margin-left: 4px;
background: linear-gradient(
to right,
rgba(7, 91, 232, 0.48),
rgba(7, 91, 232, 0)
);
}
.vl-principles__eyebrow-name {
color: var(--vl-ink-strong);
}
.vl-principles__eyebrow-brand {
color: var(--vl-blue);
}
.vl-principles__list {
min-width: 0;
margin: 0;
padding: var(--vl-principles-intro-offset) 0 0;
list-style: none;
}
.vl-principle {
position: relative;
display: grid;
grid-template-columns: clamp(82px, 7.3vw, 112px) minmax(0, 1fr);
gap: clamp(18px, 2.5vw, 34px);
align-items: start;
min-height: clamp(178px, 20vh, 220px);
padding: clamp(34px, 4.3vw, 54px) 0;
}
.vl-principle::before,
.vl-principle::after {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
height: 1px;
transform-origin: left center;
}
.vl-principle::before {
background: rgba(164, 192, 225, 0.46);
}
.vl-principle::after {
background: linear-gradient(
to right,
rgba(7, 91, 232, 0.72),
rgba(77, 145, 239, 0.28) 54%,
rgba(7, 91, 232, 0)
);
opacity: 0.22;
transform: scaleX(0);
transition:
transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
opacity 0.28s ease;
}
.vl-principle:last-child {
border-bottom: 1px solid rgba(164, 192, 225, 0.46);
}
.vl-principle__number {
display: block;
margin-top: -0.12em;
color: rgba(7, 91, 232, 0.23);
font-family: var(--vl-font-display);
font-size: clamp(72px, 7.2vw, 104px);
font-weight: 500;
line-height: 0.86;
letter-spacing: -0.055em;
font-variant-numeric: lining-nums tabular-nums;
transition:
color 0.32s ease,
transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-principle__body {
min-width: 0;
transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-principle__label {
margin: 0 0 10px;
color: var(--vl-blue);
font-family: var(--vl-font-ui);
font-size: 12px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.14em;
text-transform: uppercase;
transition: color 0.28s ease;
}
.vl-principle__title {
margin: 0;
color: var(--vl-ink-strong);
font-family: var(--vl-font-display);
font-size: clamp(25px, 2.25vw, 34px);
font-weight: 600;
line-height: 1.13;
letter-spacing: -0.025em;
text-wrap: balance;
transition: color 0.28s ease;
}
.vl-principle__text {
max-width: 680px;
margin: 12px 0 0;
color: var(--vl-ink);
font-family: var(--vl-font-copy);
font-size: clamp(16px, 1.35vw, 18px);
font-weight: 400;
line-height: 1.62;
}
.vl-principles:not(.is-enhanced) .vl-principle::after,
.vl-principles.is-enhanced .vl-principle.is-revealed::after {
transform: scaleX(1);
}
.vl-principle.is-active::after {
opacity: 0.68;
}
.vl-principle.is-active .vl-principle__number {
color: rgba(7, 91, 232, 0.56);
transform: translateX(3px);
}
.vl-principle.is-active .vl-principle__body {
transform: translateX(4px);
}
.vl-principle.is-active .vl-principle__title {
color: #061f4f;
}
.vl-principles [data-vl-reveal] {
opacity: 1;
transform: none;
}
.vl-principles.is-enhanced [data-vl-reveal] {
transition:
opacity 0.62s ease,
transform 0.62s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-principles.is-enhanced [data-vl-reveal]:not(.is-revealed) {
opacity: 0;
transform: translate3d(0, 18px, 0);
will-change: opacity, transform;
}
.vl-principles.is-enhanced [data-vl-reveal].is-revealed {
will-change: auto;
}
@media (hover: hover) and (pointer: fine) {
.vl-principle:hover::after {
opacity: 0.62;
}
.vl-principle:hover .vl-principle__number {
color: rgba(7, 91, 232, 0.52);
transform: translateX(3px);
}
.vl-principle:hover .vl-principle__body {
transform: translateX(4px);
}
}
@media (max-width: 1023px) {
.vl-principles {
--vl-principles-intro-offset: 0px;
padding: clamp(60px, 9vw, 88px) 0 clamp(72px, 10vw, 104px);
}
.vl-principles::before {
top: 0;
width: 100%;
height: 44%;
background: radial-gradient(
ellipse 78% 68% at 28% 38%,
rgba(183, 215, 255, 0.18) 0%,
rgba(219, 234, 255, 0.08) 52%,
rgba(248, 251, 255, 0) 100%
);
}
.vl-principles__layout {
grid-template-columns: 1fr;
gap: 0;
}
.vl-principles__sticky {
position: static;
}
.vl-principles__intro {
max-width: 680px;
margin-bottom: clamp(38px, 6vw, 56px);
}
.vl-principles__title {
min-height: 0;
font-size: clamp(46px, 8vw, 66px);
}
.vl-principles__eyebrow {
margin-top: 28px;
}
.vl-principles__list {
padding-top: 0;
}
.vl-principle {
grid-template-columns: clamp(72px, 10vw, 96px) minmax(0, 1fr);
min-height: 0;
padding: clamp(34px, 5.2vw, 48px) 0;
}
.vl-principle__number {
font-size: clamp(66px, 10vw, 88px);
}
.vl-principle__title {
font-size: clamp(25px, 3.8vw, 31px);
}
}
@media (max-width: 600px) {
.vl-principles {
scroll-margin-top: 84px;
padding: 54px 0 76px;
}
.vl-principles__inner {
padding-right: 16px;
padding-left: 16px;
}
.vl-principles__intro {
margin-bottom: 34px;
}
.vl-principles__title {
font-size: clamp(30px, 10.8vw, 44px);
line-height: 1;
letter-spacing: -0.035em;
}
.vl-principles__title-line--accent {
margin-top: 0.05em;
}
.vl-principles__eyebrow {
gap: 7px;
margin-top: 24px;
font-size: 11px;
letter-spacing: 0.1em;
}
.vl-principles__eyebrow::after {
flex-basis: 28px;
width: 28px;
}
.vl-principle {
grid-template-columns: 58px minmax(0, 1fr);
gap: 14px;
padding: 32px 0 34px;
}
.vl-principle__number {
margin-top: 0;
font-size: 54px;
line-height: 0.9;
}
.vl-principle__label {
margin-bottom: 8px;
font-size: 10px;
letter-spacing: 0.12em;
}
.vl-principle__title {
font-size: clamp(21px, 6.2vw, 25px);
line-height: 1.16;
}
.vl-principle__text {
margin-top: 10px;
font-size: 15.5px;
line-height: 1.58;
}
.vl-principle.is-active .vl-principle__body,
.vl-principle:hover .vl-principle__body {
transform: none;
}
}
@media (max-width: 380px) {
.vl-principles__eyebrow::after {
display: none;
}
.vl-principle {
grid-template-columns: 52px minmax(0, 1fr);
gap: 12px;
}
.vl-principle__number {
font-size: 48px;
}
.vl-principle__title {
font-size: clamp(19px, 5.8vw, 22px);
}
}
@media (prefers-reduced-motion: reduce) {
.vl-principles [data-vl-reveal],
.vl-principle,
.vl-principle::after,
.vl-principle__number,
.vl-principle__body,
.vl-principle__label,
.vl-principle__title {
opacity: 1 !important;
transform: none !important;
transition: none !important;
animation: none !important;
}
.vl-principle::after {
opacity: 0.28;
}
} .vl-journalPortal {
position: relative;
isolation: isolate;
overflow-x: clip;
overflow-y: visible;
padding: clamp(34px, 3.4vw, 48px) 0 clamp(76px, 6.4vw, 96px);
background: transparent;
}
.vl-journalPortal::before {
content: "";
position: absolute;
inset: 8% 6% 5%;
z-index: -1;
pointer-events: none;
background: radial-gradient(
ellipse 48% 38% at 50% 47%,
rgba(170, 210, 255, 0.18) 0%,
rgba(218, 235, 255, 0.08) 52%,
rgba(247, 245, 240, 0) 100%
);
}
.vl-journalPortal__inner {
width: min(1500px, 100%);
margin-inline: auto;
padding-inline: clamp(20px, 3vw, 54px);
}
.vl-journalPortal__ornament {
display: flex;
width: min(320px, 46vw);
align-items: center;
justify-content: center;
gap: 14px;
margin-inline: auto;
}
.vl-journalPortal__ornament::before,
.vl-journalPortal__ornament::after {
content: "";
height: 1px;
flex: 1 1 auto;
background: linear-gradient(
90deg,
rgba(155, 198, 251, 0),
rgba(93, 157, 240, 0.72)
);
}
.vl-journalPortal__ornament::after {
background: linear-gradient(
90deg,
rgba(93, 157, 240, 0.72),
rgba(155, 198, 251, 0)
);
}
.vl-journalPortal__ornament span {
display: block;
width: 11px;
height: 11px;
flex: 0 0 11px;
border-radius: 2px;
background: var(--vl-blue);
box-shadow: 0 5px 12px rgba(7, 91, 232, 0.14);
transform: rotate(45deg);
}
.vl-journalPortal__eyebrow {
margin: clamp(34px, 3.4vw, 48px) 0 0;
color: var(--vl-blue);
font-family: var(--vl-font-ui);
font-size: 12px;
font-weight: 700;
line-height: 1.35;
letter-spacing: 0.14em;
text-align: center;
text-transform: uppercase;
}
.vl-journalPortal__eyebrow span {
white-space: nowrap;
}
.vl-journalPortal__title {
display: grid;
gap: clamp(8px, 0.9vw, 16px);
width: 100%;
margin: clamp(48px, 5vw, 76px) 0 0;
color: var(--vl-ink-strong);
font-family: var(--vl-font-display);
font-size: clamp(74px, 7.8vw, 140px);
font-weight: 600;
font-kerning: normal;
line-height: 0.92;
letter-spacing: -0.024em;
text-rendering: optimizeLegibility;
}
.vl-journalPortal__line {
display: block;
width: max-content;
max-width: 100%;
white-space: nowrap;
}
.vl-journalPortal__line--first {
justify-self: start;
color: var(--vl-ink-strong);
}
.vl-journalPortal__line--second {
justify-self: end;
margin-right: clamp(5px, 0.55vw, 10px);
color: var(--vl-blue);
font-size: 0.965em;
}
.vl-journalPortal__footer {
display: grid;
grid-template-columns:
minmax(230px, 0.78fr)
minmax(480px, 1.35fr)
minmax(190px, auto);
align-items: start;
gap: clamp(28px, 3.8vw, 64px);
margin-top: clamp(72px, 7.3vw, 112px);
}
.vl-journalPortal__footer > * {
position: relative;
min-width: 0;
margin: 0;
padding-top: 26px;
}
.vl-journalPortal__footer > *::before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
height: 1px;
background: rgba(93, 157, 240, 0.66);
transform-origin: left center;
}
.vl-journalPortal__description {
max-width: 360px;
color: var(--vl-copy);
font-family: var(--vl-font-copy);
font-size: clamp(15px, 1.25vw, 18px);
line-height: 1.62;
}
.vl-journalPortal__latest {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
grid-template-areas:
"head head"
"title arrow";
align-items: end;
gap: 14px 18px;
color: var(--vl-ink-strong);
text-decoration: none;
}
a.vl-journalPortal__latest {
transition: color 0.2s ease;
}
.vl-journalPortal__latestHead {
grid-area: head;
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
gap: clamp(10px, 1.5vw, 20px);
min-width: 0;
font-family: var(--vl-font-ui);
font-size: 11px;
font-weight: 700;
line-height: 1.35;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.vl-journalPortal__latestLabel {
color: var(--vl-blue);
letter-spacing: 0.13em;
white-space: nowrap;
}
.vl-journalPortal__latestDate {
justify-self: center;
color: var(--vl-copy);
font: inherit;
white-space: nowrap;
}
.vl-journalPortal__latestReading {
display: inline-flex;
align-items: center;
justify-self: end;
gap: 10px;
color: var(--vl-blue);
white-space: nowrap;
}
.vl-journalPortal__latestReading::before {
content: "";
width: 4px;
height: 4px;
flex: 0 0 4px;
border-radius: 1px;
background: currentColor;
opacity: 0.46;
transform: rotate(45deg);
}
.vl-journalPortal__latestTitle {
grid-area: title;
min-width: 0;
color: var(--vl-ink-strong);
font-family: var(--vl-font-copy);
font-size: clamp(17px, 1.45vw, 22px);
font-weight: 700;
line-height: 1.25;
hyphens: auto;
overflow-wrap: break-word;
text-wrap: balance;
transition:
color 0.2s ease,
transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-journalPortal__latestArrow {
grid-area: arrow;
align-self: end;
padding: 0 2px 4px 0;
color: var(--vl-blue);
font-size: 24px;
font-weight: 400;
line-height: 0.8;
transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-journalPortal__latest--empty {
grid-template-areas:
"head head"
"title title";
}
.vl-journalPortal__action {
display: flex;
justify-content: flex-end;
}
.vl-journalPortal .vl-journalPortal__button {
min-width: 190px;
min-height: 52px;
padding: 14px 25px;
border-radius: 14px;
font-size: 16px;
line-height: 1;
white-space: nowrap;
}
@media (hover: hover) {
a.vl-journalPortal__latest:hover .vl-journalPortal__latestTitle {
color: var(--vl-blue-deep);
transform: translateX(5px);
}
a.vl-journalPortal__latest:hover .vl-journalPortal__latestArrow {
transform: translateX(5px);
}
}
.vl-journalPortal__latest:focus-visible {
border-radius: 4px;
outline: 2px solid var(--vl-blue);
outline-offset: 8px;
} .vl-journalPortal.is-enhanced:not(.is-revealed) .vl-journalPortal__ornament,
.vl-journalPortal.is-enhanced:not(.is-revealed) .vl-journalPortal__eyebrow {
opacity: 0;
transform: translate3d(0, 16px, 0);
}
.vl-journalPortal.is-enhanced:not(.is-revealed) .vl-journalPortal__line--first {
opacity: 0;
transform: translate3d(clamp(-170px, -12vw, -84px), 0, 0);
}
.vl-journalPortal.is-enhanced:not(.is-revealed)
.vl-journalPortal__line--second {
opacity: 0;
transform: translate3d(clamp(84px, 12vw, 170px), 0, 0);
}
.vl-journalPortal.is-enhanced:not(.is-revealed) .vl-journalPortal__footer > * {
opacity: 0;
transform: translate3d(0, 20px, 0);
}
.vl-journalPortal.is-enhanced:not(.is-revealed)
.vl-journalPortal__footer
> *::before {
transform: scaleX(0);
}
.vl-journalPortal.is-enhanced .vl-journalPortal__ornament,
.vl-journalPortal.is-enhanced .vl-journalPortal__eyebrow {
transition:
opacity 0.62s ease,
transform 0.78s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-journalPortal.is-enhanced .vl-journalPortal__eyebrow {
transition-delay: 0.08s;
}
.vl-journalPortal.is-enhanced .vl-journalPortal__line {
transition:
opacity 0.72s ease,
transform 1.08s cubic-bezier(0.16, 1, 0.3, 1);
}
.vl-journalPortal.is-enhanced .vl-journalPortal__line--second {
transition-delay: 0.08s;
}
.vl-journalPortal.is-enhanced .vl-journalPortal__footer > * {
transition:
opacity 0.58s ease,
transform 0.76s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-journalPortal.is-enhanced .vl-journalPortal__footer > *::before {
transition: transform 0.82s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-journalPortal.is-enhanced .vl-journalPortal__description {
transition-delay: 0.36s;
}
.vl-journalPortal.is-enhanced .vl-journalPortal__latest {
transition-delay: 0.45s;
}
.vl-journalPortal.is-enhanced .vl-journalPortal__action {
transition-delay: 0.54s;
}
@media (max-width: 1180px) {
.vl-journalPortal__title {
font-size: clamp(66px, 8.9vw, 104px);
letter-spacing: -0.022em;
}
.vl-journalPortal__footer {
grid-template-columns: minmax(220px, 0.8fr) minmax(420px, 1.3fr) auto;
gap: clamp(24px, 3vw, 42px);
}
}
@media (max-width: 980px) {
.vl-journalPortal {
padding: 40px 0 80px;
}
.vl-journalPortal__title {
font-size: clamp(58px, 9.1vw, 82px);
}
.vl-journalPortal__footer {
grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
row-gap: 34px;
}
.vl-journalPortal__action {
grid-column: 1 / -1;
justify-content: flex-start;
}
.vl-journalPortal__action::before {
right: 50%;
}
}
@media (max-width: 767px) {
.vl-journalPortal {
padding: 32px 0 64px;
}
.vl-journalPortal::before {
inset: 12% -20% 10%;
}
.vl-journalPortal__inner {
padding-inline: 16px;
}
.vl-journalPortal__ornament {
width: min(210px, 62vw);
gap: 11px;
}
.vl-journalPortal__ornament span {
width: 9px;
height: 9px;
flex-basis: 9px;
}
.vl-journalPortal__eyebrow {
margin-top: 28px;
font-size: 10.5px;
letter-spacing: 0.12em;
}
.vl-journalPortal__title {
gap: 6px;
margin-top: 42px;
font-size: clamp(38px, 10.5vw, 52px);
line-height: 1;
letter-spacing: -0.018em;
}
.vl-journalPortal__line {
width: auto;
max-width: 100%;
white-space: normal;
text-wrap: balance;
}
.vl-journalPortal__line--second {
justify-self: end;
text-align: right;
}
.vl-journalPortal__footer {
grid-template-columns: 1fr;
gap: 30px;
margin-top: 58px;
}
.vl-journalPortal__footer > * {
padding-top: 20px;
}
.vl-journalPortal__description {
max-width: 34ch;
font-size: 15.5px;
}
.vl-journalPortal__latest {
grid-template-columns: minmax(0, 1fr) auto;
gap: 12px 14px;
}
.vl-journalPortal__latestHead {
gap: 10px;
font-size: 10.5px;
}
.vl-journalPortal__latestTitle {
font-size: 18px;
line-height: 1.3;
}
.vl-journalPortal__latestReading {
gap: 8px;
}
.vl-journalPortal__latestArrow {
font-size: 21px;
}
.vl-journalPortal__action {
grid-column: auto;
justify-content: flex-start;
}
.vl-journalPortal__action::before {
right: 0;
}
.vl-journalPortal .vl-journalPortal__button {
width: 100%;
max-width: 260px;
}
.vl-journalPortal.is-enhanced:not(.is-revealed)
.vl-journalPortal__line--first,
.vl-journalPortal.is-enhanced:not(.is-revealed)
.vl-journalPortal__line--second {
transform: translate3d(0, 18px, 0);
}
}
@media (max-width: 359px) {
.vl-journalPortal__inner {
padding-inline: 12px;
}
.vl-journalPortal__title {
font-size: 35px;
letter-spacing: -0.015em;
}
.vl-journalPortal__latestHead {
grid-template-columns: minmax(0, 1fr) auto;
row-gap: 8px;
}
.vl-journalPortal__latestLabel {
grid-column: 1 / -1;
}
.vl-journalPortal__latestDate {
justify-self: start;
}
}
@media (prefers-reduced-motion: reduce) {
.vl-journalPortal,
.vl-journalPortal *,
.vl-journalPortal *::before,
.vl-journalPortal *::after {
scroll-behavior: auto !important;
animation: none !important;
transition: none !important;
}
.vl-journalPortal .vl-journalPortal__ornament,
.vl-journalPortal .vl-journalPortal__eyebrow,
.vl-journalPortal .vl-journalPortal__line,
.vl-journalPortal .vl-journalPortal__footer > * {
opacity: 1 !important;
transform: none !important;
}
.vl-journalPortal .vl-journalPortal__footer > *::before {
transform: none !important;
}
}
.vl-journalPortal + .vl-reviewsEditorial {
padding-top: clamp(32px, 3.6vw, 52px);
} .vl-reviewsEditorial {
position: relative;
isolation: isolate;
overflow-x: clip;
overflow-y: visible;
padding: clamp(72px, 7vw, 104px) 0 clamp(88px, 7vw, 112px);
background: transparent;
}
.vl-reviewsEditorial::before {
content: "";
position: absolute;
inset: 8% -8% 2%;
z-index: -1;
pointer-events: none;
background:
radial-gradient(
ellipse 38% 28% at 12% 28%,
rgba(173, 211, 255, 0.2) 0%,
rgba(218, 235, 255, 0.08) 52%,
rgba(247, 245, 240, 0) 100%
),
radial-gradient(
ellipse 34% 24% at 88% 72%,
rgba(188, 219, 255, 0.17) 0%,
rgba(224, 238, 255, 0.06) 54%,
rgba(247, 245, 240, 0) 100%
);
}
.vl-reviewsEditorial__inner {
width: min(1500px, 100%);
margin-inline: auto;
padding-inline: clamp(20px, 3vw, 54px);
}
.vl-reviewsEditorial__intro {
position: relative;
}
.vl-reviewsEditorial__ornament {
display: flex;
width: min(320px, 46vw);
align-items: center;
justify-content: center;
gap: 14px;
margin-inline: auto;
}
.vl-reviewsEditorial__ornament::before,
.vl-reviewsEditorial__ornament::after {
content: "";
height: 1px;
flex: 1 1 auto;
background: linear-gradient(
90deg,
rgba(155, 198, 251, 0),
rgba(93, 157, 240, 0.72)
);
}
.vl-reviewsEditorial__ornament::after {
background: linear-gradient(
90deg,
rgba(93, 157, 240, 0.72),
rgba(155, 198, 251, 0)
);
}
.vl-reviewsEditorial__ornament span {
display: block;
width: 11px;
height: 11px;
flex: 0 0 11px;
border-radius: 2px;
background: var(--vl-blue);
box-shadow: 0 5px 12px rgba(7, 91, 232, 0.14);
transform: rotate(45deg);
}
.vl-reviewsEditorial__eyebrow {
margin: clamp(32px, 3.2vw, 46px) 0 0;
color: var(--vl-blue);
font-family: var(--vl-font-ui);
font-size: 12px;
font-weight: 700;
line-height: 1.35;
letter-spacing: 0.14em;
text-align: center;
text-transform: uppercase;
}
.vl-reviewsEditorial__eyebrow span {
white-space: nowrap;
}
.vl-reviewsEditorial__head {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: clamp(36px, 5vw, 86px);
margin-top: clamp(48px, 5vw, 76px);
}
.vl-reviewsEditorial__title {
display: grid;
gap: 0.04em;
min-width: 0;
margin: 0;
color: var(--vl-ink-strong);
font-family: var(--vl-font-display);
font-size: clamp(68px, 7.2vw, 112px);
font-weight: 600;
font-kerning: normal;
line-height: 0.9;
letter-spacing: -0.03em;
text-rendering: optimizeLegibility;
}
.vl-reviewsEditorial__title span {
display: block;
width: max-content;
max-width: 100%;
}
.vl-reviewsEditorial__title span:last-child {
color: var(--vl-blue);
}
.vl-reviewsEditorial__sources {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
gap: 12px 22px;
min-width: 0;
}
.vl-reviewsEditorial__sourceLink {
position: relative;
display: inline-flex;
align-items: center;
gap: 9px;
min-height: 44px;
padding: 8px 0;
color: var(--vl-ink-strong);
font-family: var(--vl-font-ui);
font-size: 15px;
font-weight: 700;
line-height: 1;
text-decoration: none;
white-space: nowrap;
transition: color 0.2s ease;
}
.vl-reviewsEditorial__sourceLink + .vl-reviewsEditorial__sourceLink::before {
content: "";
width: 5px;
height: 5px;
flex: 0 0 5px;
margin-right: 2px;
border-radius: 1px;
background: var(--vl-blue);
opacity: 0.54;
transform: rotate(45deg);
}
.vl-reviewsEditorial__sourceLink::after {
content: "";
position: absolute;
right: 0;
bottom: 4px;
left: 0;
height: 1px;
background: linear-gradient(
90deg,
rgba(7, 91, 232, 0.58),
rgba(7, 91, 232, 0)
);
opacity: 0;
transform: scaleX(0);
transform-origin: left center;
transition:
opacity 0.2s ease,
transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-reviewsEditorial__sourceIcon {
display: inline-flex;
width: 22px;
height: 22px;
flex: 0 0 22px;
align-items: center;
justify-content: center;
color: var(--vl-blue);
}
.vl-reviewsEditorial__sourceIcon img {
display: block;
width: 22px;
height: 22px;
object-fit: contain;
opacity: 1;
}
.vl-reviewsEditorial__sourceFallback {
display: inline-flex;
width: 22px;
height: 22px;
align-items: center;
justify-content: center;
color: var(--vl-blue);
font-size: 11px;
font-weight: 700;
}
.vl-reviewsEditorial__sourceLabel {
color: currentColor;
}
.vl-reviewsEditorial__sourceRating {
display: inline-flex;
align-items: center;
gap: 4px;
color: var(--vl-blue);
}
.vl-reviewsEditorial__sourceScore {
color: currentColor;
font-weight: 800;
font-variant-numeric: lining-nums tabular-nums;
}
.vl-reviewsEditorial__sourceStar {
display: block;
width: 11px;
height: 11px;
fill: currentColor;
}
.vl-reviewsEditorial__sourceArrow {
display: inline-flex;
width: 18px;
height: 18px;
flex: 0 0 18px;
align-items: center;
justify-content: center;
color: var(--vl-blue);
transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-reviewsEditorial__sourceArrow svg,
.vl-reviewVoice__arrow svg {
display: block;
width: 100%;
height: 100%;
fill: none;
stroke: currentColor;
stroke-width: 1.55;
stroke-linecap: round;
stroke-linejoin: round;
}
.vl-reviewsEditorial__sourceLink:focus-visible,
.vl-reviewVoice__link:focus-visible {
border-radius: 3px;
outline: 2px solid var(--vl-blue);
outline-offset: 5px;
}
@media (hover: hover) and (pointer: fine) {
.vl-reviewsEditorial__sourceLink:hover,
.vl-reviewVoice__link:hover {
color: var(--vl-blue-deep);
}
.vl-reviewsEditorial__sourceLink:hover::after {
opacity: 1;
transform: scaleX(1);
}
.vl-reviewsEditorial__sourceLink:hover .vl-reviewsEditorial__sourceArrow,
.vl-reviewVoice__link:hover .vl-reviewVoice__arrow {
transform: translate3d(3px, -3px, 0);
}
}
.vl-reviewsEditorial__voices {
display: flex;
flex-direction: column;
gap: clamp(76px, 8vw, 124px);
margin: clamp(82px, 8.4vw, 128px) 0 0;
padding: 0;
list-style: none;
}
.vl-reviewsEditorial__voice {
position: relative;
width: 62%;
max-width: 930px;
margin: 0;
padding-top: clamp(22px, 2.2vw, 30px);
}
.vl-reviewsEditorial__voice::before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
height: 1px;
background: linear-gradient(
90deg,
rgba(93, 157, 240, 0.74),
rgba(155, 198, 251, 0.34) 72%,
rgba(155, 198, 251, 0)
);
transform-origin: left center;
}
.vl-reviewsEditorial__voice:nth-child(2) {
width: 64%;
max-width: 960px;
margin-left: auto;
}
.vl-reviewsEditorial__voice:nth-child(3) {
width: 72%;
max-width: 1080px;
}
.vl-reviewsEditorial__voice:nth-child(4) {
width: 55%;
max-width: 825px;
margin-left: auto;
}
.vl-reviewVoice {
display: grid;
grid-template-columns: clamp(82px, 8vw, 122px) minmax(0, 1fr);
align-items: start;
gap: clamp(20px, 2.6vw, 40px);
min-width: 0;
margin: 0;
}
.vl-reviewVoice__number {
display: block;
margin-top: -0.12em;
color: rgba(7, 91, 232, 0.2);
font-family: var(--vl-font-display);
font-size: clamp(66px, 6.7vw, 98px);
font-weight: 500;
font-variant-numeric: lining-nums tabular-nums;
line-height: 0.9;
letter-spacing: -0.055em;
}
.vl-reviewVoice__body {
min-width: 0;
}
.vl-reviewVoice__quote {
margin: 0;
padding: 0;
border: 0;
color: var(--vl-ink-strong);
quotes: none;
}
.vl-reviewVoice__quote::before,
.vl-reviewVoice__quote::after {
content: none;
}
.vl-reviewVoice__quote p {
margin: 0;
color: var(--vl-ink-strong);
font-family: var(--vl-font-copy);
font-size: clamp(19px, 1.55vw, 25px);
font-weight: 400;
hyphens: auto;
line-height: 1.52;
letter-spacing: -0.012em;
overflow-wrap: break-word;
text-wrap: pretty;
}
.vl-reviewVoice__caption {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 9px 12px;
margin-top: clamp(20px, 2vw, 28px);
color: var(--vl-blue);
font-family: var(--vl-font-ui);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.vl-reviewVoice__source {
color: var(--vl-blue);
}
.vl-reviewVoice__captionDot {
width: 4px;
height: 4px;
flex: 0 0 4px;
border-radius: 1px;
background: currentColor;
opacity: 0.48;
transform: rotate(45deg);
}
.vl-reviewVoice__link {
display: inline-flex;
align-items: center;
gap: 7px;
min-height: 44px;
margin-block: -10px;
padding-block: 10px;
color: var(--vl-blue);
text-decoration: none;
transition: color 0.2s ease;
}
.vl-reviewVoice__arrow {
display: inline-flex;
width: 16px;
height: 16px;
flex: 0 0 16px;
align-items: center;
justify-content: center;
transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
} .vl-reviewsEditorial.is-enhanced [data-vl-review-reveal]:not(.is-revealed) {
visibility: hidden;
opacity: 0;
transform: translate3d(0, 22px, 0);
}
.vl-reviewsEditorial.is-enhanced
[data-vl-review-reveal]:not(.is-revealed)::before {
transform: scaleX(0);
}
.vl-reviewsEditorial.is-enhanced [data-vl-review-reveal] {
transition:
opacity 0.62s ease,
transform 0.82s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-reviewsEditorial.is-enhanced [data-vl-review-reveal]::before {
transition: transform 0.86s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 1180px) {
.vl-reviewsEditorial__title {
font-size: clamp(62px, 8.1vw, 92px);
}
.vl-reviewsEditorial__voice:nth-child(1) {
width: 70%;
}
.vl-reviewsEditorial__voice:nth-child(2) {
width: 72%;
}
.vl-reviewsEditorial__voice:nth-child(3) {
width: 82%;
}
.vl-reviewsEditorial__voice:nth-child(4) {
width: 64%;
}
}
@media (max-width: 980px) {
.vl-reviewsEditorial {
padding-bottom: 88px;
}
.vl-reviewsEditorial__head {
grid-template-columns: 1fr;
gap: 34px;
}
.vl-reviewsEditorial__sources {
justify-content: flex-start;
}
.vl-reviewsEditorial__voice:nth-child(n) {
width: 88%;
max-width: none;
}
.vl-reviewsEditorial__voice:nth-child(even) {
margin-left: auto;
}
}
@media (max-width: 767px) {
.vl-reviewsEditorial {
padding: 54px 0 68px;
}
.vl-journalPortal + .vl-reviewsEditorial {
padding-top: 48px;
}
.vl-reviewsEditorial::before {
inset: 6% -28% 2%;
}
.vl-reviewsEditorial__inner {
padding-inline: 16px;
}
.vl-reviewsEditorial__ornament {
width: min(210px, 62vw);
gap: 11px;
}
.vl-reviewsEditorial__ornament span {
width: 9px;
height: 9px;
flex-basis: 9px;
}
.vl-reviewsEditorial__eyebrow {
margin-top: 28px;
font-size: 10.5px;
letter-spacing: 0.12em;
}
.vl-reviewsEditorial__head {
gap: 30px;
margin-top: 38px;
}
.vl-reviewsEditorial__title {
gap: 0.08em;
font-size: clamp(43px, 13vw, 62px);
line-height: 0.94;
letter-spacing: -0.025em;
}
.vl-reviewsEditorial__sources {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0 16px;
width: 100%;
border-top: 1px solid rgba(93, 157, 240, 0.42);
border-bottom: 1px solid rgba(93, 157, 240, 0.42);
}
.vl-reviewsEditorial__sourceLink {
min-width: 0;
min-height: 48px;
gap: 6px;
padding: 12px 0;
font-size: 12px;
}
.vl-reviewsEditorial__sourceLink + .vl-reviewsEditorial__sourceLink::before {
display: none;
}
.vl-reviewsEditorial__sourceIcon,
.vl-reviewsEditorial__sourceIcon img {
width: 18px;
height: 18px;
flex-basis: 18px;
}
.vl-reviewsEditorial__sourceRating {
gap: 3px;
}
.vl-reviewsEditorial__sourceStar {
width: 10px;
height: 10px;
}
.vl-reviewsEditorial__sourceArrow {
width: 16px;
height: 16px;
flex-basis: 16px;
}
.vl-reviewsEditorial__sourceLink::after {
display: none;
}
.vl-reviewsEditorial__voices {
gap: 68px;
margin-top: 66px;
}
.vl-reviewsEditorial__voice:nth-child(n) {
width: 100%;
margin-right: 0;
margin-left: 0;
padding-top: 20px;
}
.vl-reviewVoice {
grid-template-columns: 58px minmax(0, 1fr);
gap: 14px;
}
.vl-reviewVoice__number {
margin-top: -0.04em;
font-size: 50px;
line-height: 0.92;
}
.vl-reviewVoice__quote p {
font-size: 18px;
line-height: 1.56;
letter-spacing: -0.008em;
}
.vl-reviewVoice__caption {
gap: 8px 10px;
margin-top: 18px;
font-size: 10.5px;
letter-spacing: 0.075em;
}
}
@media (max-width: 560px) {
.vl-reviewsEditorial__title {
font-size: clamp(40px, 12.8vw, 54px);
}
.vl-reviewsEditorial__voices {
gap: 58px;
}
.vl-reviewVoice {
grid-template-columns: 1fr;
gap: 10px;
}
.vl-reviewVoice__number {
font-size: 48px;
}
}
@media (max-width: 359px) {
.vl-reviewsEditorial__sources {
grid-template-columns: 1fr;
gap: 0;
}
.vl-reviewsEditorial__sourceLink + .vl-reviewsEditorial__sourceLink {
border-top: 1px solid rgba(93, 157, 240, 0.28);
}
}
@media (prefers-reduced-motion: reduce) {
.vl-reviewsEditorial,
.vl-reviewsEditorial *,
.vl-reviewsEditorial *::before,
.vl-reviewsEditorial *::after {
animation: none !important;
scroll-behavior: auto !important;
transition: none !important;
}
.vl-reviewsEditorial [data-vl-review-reveal] {
visibility: visible !important;
opacity: 1 !important;
transform: none !important;
}
.vl-reviewsEditorial [data-vl-review-reveal]::before {
transform: none !important;
}
}
@media print {
.vl-reviewsEditorial [data-vl-review-reveal] {
visibility: visible !important;
opacity: 1 !important;
transform: none !important;
}
.vl-reviewsEditorial [data-vl-review-reveal]::before {
transform: none !important;
}
}  body.vl-legal-page {
--vl-legal-bg: #fbfaf7;
--vl-legal-maxw: 860px;
--vl-legal-wide: 1180px;
--vl-legal-side: 22px;
--vl-legal-pad-top: 80px;
--vl-legal-pad-bot: 84px;
--vl-legal-font-ui: var(--vl-font-ui, "PT Sans", system-ui);
--vl-legal-font-display: var(--vl-font-display, "Literata", "PT Serif", serif);
--vl-legal-font-copy: var(--vl-font-copy, "PT Serif", serif);
--vl-legal-title: #08285e;
--vl-legal-text: #243b5a;
--vl-legal-soft: #526a84;
--vl-legal-muted: #718197;
--vl-legal-link: #0b57d0;
--vl-legal-link-underline: #a4c5ea;
--vl-legal-link-underline-hover: #0b63f3;
--vl-legal-border: #d8e4f2;
--vl-legal-border-soft: #e3ebf4;
--vl-legal-code-bg: #eef4fb;
--vl-legal-quote-bg: #f2f7fd;
background: var(--vl-legal-bg) !important;
color: var(--vl-legal-text) !important;
}  body.vl-legal-page .site-content .ast-container {
max-width: var(--vl-legal-wide) !important;
padding-left: var(--vl-legal-side) !important;
padding-right: var(--vl-legal-side) !important;
padding-top: var(--vl-legal-pad-top) !important;
padding-bottom: var(--vl-legal-pad-bot) !important;
} body.vl-legal-page #masthead .ast-container,
body.vl-legal-page header .ast-container {
padding-top: 0 !important;
padding-bottom: 0 !important;
} body.vl-legal-page .ast-article-single,
body.vl-legal-page article {
background: transparent !important;
} body.vl-legal-page .entry-header {
max-width: var(--vl-legal-maxw);
margin: 0 auto 14px !important;
}
body.vl-legal-page .entry-header .entry-title {
font-family: var(--vl-legal-font-display) !important;
font-size: clamp(28px, 3.4vw, 44px) !important;
line-height: 1.08 !important;
letter-spacing: 0.01em !important;
text-align: center;
color: var(--vl-legal-title) !important;
margin: 0 !important;
} body.vl-legal-page .entry-header:after {
content: "";
display: block;
height: 1px;
max-width: var(--vl-legal-maxw);
margin: 14px auto 0;
background: linear-gradient(90deg, transparent, #b9d2ee, transparent);
} body.vl-legal-page .rank-math-breadcrumb {
max-width: var(--vl-legal-maxw);
margin: 0 auto 10px;
font-family: var(--vl-legal-font-ui);
font-size: 12px;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--vl-legal-muted);
}
body.vl-legal-page .rank-math-breadcrumb a {
color: #506983;
text-decoration: none;
}
body.vl-legal-page .rank-math-breadcrumb a:hover {
color: var(--vl-legal-link);
} body.vl-legal-page .entry-content {
max-width: var(--vl-legal-maxw) !important;
margin-left: auto !important;
margin-right: auto !important;
font-family: var(--vl-legal-font-copy) !important;
font-size: 16px !important;
line-height: 1.85 !important;
color: var(--vl-legal-text) !important;
} body.vl-legal-page .entry-content .has-text-color {
color: inherit !important;
}
body.vl-legal-page .entry-content .has-background {
background: transparent !important;
}
body.vl-legal-page .entry-content [style*="color"] {
color: inherit !important;
}
body.vl-legal-page .entry-content [style*="background"] {
background: transparent !important;
}
body.vl-legal-page .entry-content [style*="font-size"] {
font-size: inherit !important;
}
body.vl-legal-page .entry-content .has-small-font-size,
body.vl-legal-page .entry-content .has-medium-font-size,
body.vl-legal-page .entry-content .has-large-font-size,
body.vl-legal-page .entry-content .has-huge-font-size {
font-size: inherit !important;
} body.vl-legal-page .entry-content .vl-legal-meta {
font-family: var(--vl-legal-font-ui) !important;
font-size: 12px !important;
line-height: 1.65 !important;
letter-spacing: 0.06em !important;
text-transform: uppercase !important;
color: #687b91 !important;
margin: 0 0 16px !important;
} body.vl-legal-page .entry-content p {
margin: 0 0 14px !important;
}
body.vl-legal-page .entry-content h2 {
margin: 22px 0 10px !important;
font-family: var(--vl-legal-font-copy) !important;
font-weight: 700 !important;
font-size: 22px !important;
line-height: 1.25 !important;
color: var(--vl-legal-title) !important;
scroll-margin-top: 120px;
}
body.vl-legal-page .entry-content h3 {
margin: 16px 0 8px !important;
font-family: var(--vl-legal-font-copy) !important;
font-weight: 700 !important;
font-size: 18px !important;
line-height: 1.28 !important;
color: var(--vl-legal-title) !important;
scroll-margin-top: 120px;
}
body.vl-legal-page .entry-content h4 {
margin: 14px 0 8px !important;
font-family: var(--vl-legal-font-ui) !important;
font-weight: 700 !important;
font-size: 15px !important;
line-height: 1.35 !important;
color: #244566 !important;
} body.vl-legal-page .entry-content a {
color: var(--vl-legal-link) !important;
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 1px;
text-decoration-color: var(--vl-legal-link-underline);
}
body.vl-legal-page .entry-content a:hover {
text-decoration-color: var(--vl-legal-link-underline-hover);
} body.vl-legal-page .entry-content ul,
body.vl-legal-page .entry-content ol {
margin: 0 0 14px 1.2em !important;
padding: 0 !important;
}
body.vl-legal-page .entry-content li {
margin: 6px 0;
} body.vl-legal-page .entry-content hr,
body.vl-legal-page .entry-content .wp-block-separator {
border: 0;
height: 1px;
background: var(--vl-legal-border-soft);
margin: 18px 0;
} body.vl-legal-page .entry-content blockquote {
margin: 18px 0;
padding: 14px 16px;
border-left: 2px solid var(--vl-accent);
background: var(--vl-legal-quote-bg);
border-radius: 14px;
}
body.vl-legal-page .entry-content blockquote p {
margin: 0 !important;
color: var(--vl-legal-soft) !important;
} body.vl-legal-page .entry-content table {
width: 100%;
border-collapse: collapse;
margin: 14px 0 18px;
font-family: var(--vl-legal-font-ui) !important;
font-size: 14px !important;
background: #fff;
color: #29445f !important;
}
body.vl-legal-page .entry-content th,
body.vl-legal-page .entry-content td {
border: 1px solid var(--vl-legal-border) !important;
padding: 10px 12px !important;
vertical-align: top;
}
body.vl-legal-page .entry-content th {
background: #f2f7fd !important;
color: #153b66 !important;
font-weight: 700 !important;
} body.vl-legal-page .entry-content code {
font-family:
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace !important;
font-size: 0.92em !important;
background: var(--vl-legal-code-bg) !important;
border: 1px solid #d5e2f0 !important;
color: #173b67 !important;
padding: 0.12em 0.35em !important;
border-radius: 10px !important;
}
body.vl-legal-page .entry-content pre {
margin: 16px 0;
padding: 14px 16px;
overflow: auto;
background: #f6f9fd;
border: 1px solid var(--vl-legal-border);
color: #173b67;
border-radius: 16px;
} body.vl-legal-page .entry-content img {
max-width: 100%;
height: auto;
border-radius: 14px;
}
body.vl-legal-page .wp-caption-text {
font-family: var(--vl-legal-font-ui);
font-size: 12px;
color: var(--vl-legal-muted);
margin-top: 8px;
} @media (max-width: 768px) {
body.vl-legal-page {
--vl-legal-pad-top: 90px;
--vl-legal-side: 16px;
}
body.vl-legal-page .entry-content {
font-size: 15.5px !important;
}
body.vl-legal-page .entry-content h2 {
font-size: 20px !important;
}
body.vl-legal-page .entry-content h3 {
font-size: 17px !important;
}
}  @media (pointer: fine) {
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-track {
background: rgba(220, 230, 243, 0.58);
}
::-webkit-scrollbar-thumb {
background: rgba(48, 91, 148, 0.34);
border-radius: 999px;
border: 3px solid transparent;
background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(7, 91, 232, 0.48);
background-clip: padding-box;
}
} .page-auth .vl-site-footer {
display: none;
}
.vl-site-footer {
position: relative;
margin-top: clamp(38px, 4.5vw, 64px);
padding: 0 24px 24px;
border: 0;
background: transparent !important;
color: #fff;
box-shadow: none;
}
.vl-site-footer__inner {
width: min(1340px, 100%);
margin: 0 auto;
}
.vl-site-footer__panel {
position: relative;
isolation: isolate;
overflow: hidden;
border: 1px solid rgba(28, 99, 202, 0.7);
border-radius: 24px;
background:
radial-gradient(
560px 340px at 100% 0,
rgba(91, 164, 255, 0.28),
rgba(91, 164, 255, 0) 72%
),
radial-gradient(
470px 320px at -8% 108%,
rgba(23, 114, 244, 0.16),
rgba(23, 114, 244, 0) 74%
),
linear-gradient(145deg, #0757cf 0%, #0646a9 56%, #073878 100%);
color: #fff;
box-shadow:
0 22px 52px rgba(7, 59, 145, 0.16),
inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.vl-site-footer__panel::before {
content: "";
position: absolute;
z-index: -1;
right: -105px;
bottom: -170px;
width: 340px;
height: 340px;
border: 1px solid rgba(255, 255, 255, 0.07);
border-radius: 50%;
box-shadow:
0 0 0 44px rgba(255, 255, 255, 0.018),
0 0 0 92px rgba(255, 255, 255, 0.01);
pointer-events: none;
}
.vl-site-footer__panel::after {
content: "";
position: absolute;
z-index: -1;
top: -180px;
left: 15%;
width: 430px;
height: 300px;
border-radius: 50%;
background: rgba(126, 187, 255, 0.1);
filter: blur(70px);
pointer-events: none;
}
.vl-site-footer__grid {
display: grid;
grid-template-columns:
minmax(210px, 1.05fr)
minmax(360px, 1.7fr)
minmax(230px, 1.15fr)
minmax(170px, 0.8fr);
align-items: stretch;
}
.vl-site-footer__section {
min-width: 0;
padding: 30px clamp(22px, 2.5vw, 34px) 32px;
}
@media (min-width: 1101px) {
.vl-site-footer__section + .vl-site-footer__section {
border-left: 1px solid rgba(255, 255, 255, 0.13);
}
}
.vl-site-footer__title,
.vl-site-footer__payments-label {
margin: 0;
color: rgba(237, 245, 255, 0.86);
font-family: var(--vl-font-ui);
font-size: 11px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.13em;
text-transform: uppercase;
}
.vl-site-footer__title {
margin-bottom: 17px;
}
.vl-site-footer__status {
width: fit-content;
margin: 0 0 10px;
padding: 7px 10px;
display: inline-flex;
align-items: center;
gap: 8px;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 999px;
background: rgba(255, 255, 255, 0.075);
color: rgba(255, 255, 255, 0.9);
font-family: var(--vl-font-ui);
font-size: 12px;
font-weight: 700;
line-height: 1.2;
}
.vl-site-footer__status-dot {
width: 7px;
height: 7px;
flex: 0 0 auto;
border-radius: 50%;
background: #88e6c2;
box-shadow: 0 0 0 4px rgba(136, 230, 194, 0.1);
}
.vl-site-footer__worktime {
max-width: 220px;
margin: 0;
color: rgba(255, 255, 255, 0.8);
font-family: var(--vl-font-copy);
font-size: 15px;
font-weight: 400;
line-height: 1.55;
}
.vl-site-footer__mail {
min-height: 24px;
margin-top: 18px;
display: inline-flex;
color: #fff !important;
font-family: var(--vl-font-ui);
font-size: 15px;
font-weight: 700;
line-height: 1.45;
text-decoration-color: rgba(255, 255, 255, 0.38);
text-decoration-thickness: 1px;
text-underline-offset: 0.24em;
overflow-wrap: anywhere;
transition:
color 0.18s ease,
text-decoration-color 0.18s ease;
}
.vl-site-footer__links,
.vl-site-footer__socials,
.vl-site-footer__payments {
margin: 0;
padding: 0;
list-style: none;
}
.vl-site-footer__links {
display: grid;
gap: 10px;
}
.vl-site-footer__links--services {
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 24px;
}
.vl-site-footer__links a {
min-height: 24px;
max-width: 100%;
display: inline-flex;
align-items: center;
color: rgba(255, 255, 255, 0.84) !important;
font-family: var(--vl-font-ui);
font-size: 14px;
font-weight: 400;
line-height: 1.45;
text-decoration: none;
overflow-wrap: anywhere;
transition:
color 0.18s ease,
transform 0.18s ease;
}
.vl-site-footer__links--services li {
min-width: 0;
}
.vl-site-footer__socials {
display: grid;
gap: 10px;
}
.vl-site-footer__socials a {
width: 100%;
min-height: 42px;
padding: 0 12px 0 14px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 11px;
background: rgba(255, 255, 255, 0.07);
color: rgba(255, 255, 255, 0.9) !important;
font-family: var(--vl-font-ui);
font-size: 14px;
font-weight: 700;
line-height: 1;
text-decoration: none;
transition:
border-color 0.18s ease,
background 0.18s ease,
transform 0.18s ease;
}
.vl-site-footer__payments-row {
padding: 16px clamp(22px, 3vw, 38px);
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.vl-site-footer__payments {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
gap: 9px;
}
.vl-site-footer__payments li {
min-width: 54px;
height: 34px;
padding: 6px 10px;
display: grid;
place-items: center;
border: 1px solid rgba(255, 255, 255, 0.7);
border-radius: 9px;
background: rgba(255, 254, 250, 0.95);
box-shadow:
0 7px 16px rgba(1, 42, 108, 0.12),
inset 0 1px 0 #fff;
}
.vl-site-footer__payments img {
display: block;
width: auto;
max-width: 70px;
object-fit: contain;
}
.vl-site-footer__payments li:nth-child(1) img {
height: 14px;
}
.vl-site-footer__payments li:nth-child(2) img {
height: 14px;
}
.vl-site-footer__payments li:nth-child(3) img {
height: 17px;
}
.vl-site-footer__payments li:nth-child(4) img {
height: 16px;
}
.vl-site-footer__payments li:nth-child(5) img {
height: 16px;
}
.vl-site-footer__bottom {
padding: 15px clamp(22px, 3vw, 38px) 18px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px 28px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.vl-site-footer__copy,
.vl-site-footer__requisites {
color: rgba(242, 247, 255, 0.82);
font-family: var(--vl-font-ui);
font-size: 12px;
font-weight: 400;
line-height: 1.5;
}
.vl-site-footer__copy {
margin: 0;
white-space: nowrap;
}
.vl-site-footer__requisites {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
gap: 7px;
text-align: right;
}
.vl-site-footer__dot {
color: rgba(255, 255, 255, 0.34);
}
.vl-site-footer
:where(
.vl-site-footer__mail,
.vl-site-footer__links a,
.vl-site-footer__socials a
):focus-visible {
outline: 2px solid #fff;
outline-offset: 3px;
box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}
@media (hover: hover) {
.vl-site-footer__mail:hover {
color: #fff !important;
text-decoration-color: #fff;
}
.vl-site-footer__links a:hover {
color: #fff !important;
transform: translateX(3px);
}
.vl-site-footer__socials a:hover {
border-color: rgba(255, 255, 255, 0.3);
background: rgba(255, 255, 255, 0.13);
transform: translateY(-1px);
}
} @media (max-width: 1100px) {
.vl-site-footer__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vl-site-footer__section:nth-child(even) {
border-left: 1px solid rgba(255, 255, 255, 0.13);
}
.vl-site-footer__section:nth-child(n + 3) {
border-top: 1px solid rgba(255, 255, 255, 0.13);
}
}
@media (max-width: 760px) {
.vl-site-footer {
padding-inline: 16px;
}
.vl-site-footer__panel {
border-radius: 22px;
}
.vl-site-footer__bottom {
flex-direction: column;
align-items: flex-start;
}
.vl-site-footer__requisites {
justify-content: flex-start;
text-align: left;
}
} @media (max-width: 620px) {
.vl-site-footer {
margin-top: 42px;
padding-bottom: calc(12px + env(safe-area-inset-bottom));
}
.vl-site-footer__grid {
grid-template-columns: 1fr;
}
.vl-site-footer__section {
padding: 23px 20px 25px;
border-left: 0 !important;
}
.vl-site-footer__section + .vl-site-footer__section {
border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.vl-site-footer__title {
margin-bottom: 15px;
}
.vl-site-footer__payments-row,
.vl-site-footer__bottom {
padding-inline: 20px;
}
.vl-site-footer__payments {
width: 100%;
max-width: 270px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 8px;
}
.vl-site-footer__payments li {
width: 100%;
min-width: 50px;
height: 32px;
padding-inline: 8px;
}
.vl-site-footer__bottom {
gap: 9px;
}
.vl-site-footer__requisites {
display: grid;
gap: 4px;
}
.vl-site-footer__dot {
display: none;
}
}
@media (max-width: 520px) {
.vl-site-footer__payments-row {
align-items: flex-start;
flex-direction: column;
}
.vl-site-footer__payments {
justify-content: flex-start;
}
}
@media (max-width: 480px) {
.vl-site-footer__links--services {
grid-template-columns: 1fr;
}
}
@media (max-width: 360px) {
.vl-site-footer__payments {
max-width: 190px;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (prefers-reduced-motion: reduce) {
.vl-site-footer *,
.vl-site-footer *::before,
.vl-site-footer *::after {
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
}
}
@media print {
.vl-site-footer {
display: none !important;
}
}
@media (forced-colors: active) {
.vl-site-footer__panel,
.vl-site-footer__socials a,
.vl-site-footer__payments li {
border: 1px solid CanvasText;
}
.vl-site-footer__panel {
background: Canvas;
color: CanvasText;
}
} body.page-template-page-home-php {
color-scheme: light;
background: var(--vl-page) !important;
}
body.page-template-page-home-php #page.site,
body.page-template-page-home-php .site#page {
min-height: 100vh;
background:
radial-gradient(
900px 520px at 89% 8%,
rgba(184, 216, 255, 0.28),
rgba(184, 216, 255, 0) 72%
),
radial-gradient(
760px 460px at 4% 32%,
rgba(223, 235, 250, 0.34),
rgba(223, 235, 250, 0) 74%
),
linear-gradient(180deg, #fbfaf7 0%, var(--vl-page) 66%, #f5f2ec 100%) !important;
background-color: var(--vl-page) !important;
}
body.page-template-page-home-php #content,
body.page-template-page-home-php .site-content,
body.page-template-page-home-php #primary,
body.page-template-page-home-php .site-main,
body.page-template-page-home-php .vl-home {
background: transparent !important;
background-color: transparent !important;
} body.page-template-page-home-php {
overflow-x: clip;
}
.vl-home-opening {
position: relative;
isolation: isolate;
width: 100%;
overflow: hidden;
overflow: clip;
background:
radial-gradient(
ellipse 46% 38% at 50% 29%,
rgba(255, 255, 255, 0.98) 0%,
rgba(255, 255, 255, 0.6) 58%,
rgba(255, 255, 255, 0) 100%
),
radial-gradient(
ellipse 36% 54% at 0% 47%,
rgba(80, 153, 245, 0.08) 0%,
rgba(119, 180, 248, 0.035) 48%,
rgba(119, 180, 248, 0) 100%
),
radial-gradient(
ellipse 36% 54% at 100% 48%,
rgba(80, 153, 245, 0.07) 0%,
rgba(119, 180, 248, 0.03) 48%,
rgba(119, 180, 248, 0) 100%
),
linear-gradient(
180deg,
rgba(251, 250, 247, 0.96) 0%,
rgba(250, 251, 253, 0.98) 49%,
#f7f8fa 68%,
var(--vl-page) 100%
);
}
.vl-home-opening::before {
content: "";
position: absolute;
z-index: 0;
inset: 0;
pointer-events: none;
background: linear-gradient(
112deg,
rgba(184, 218, 255, 0) 13%,
rgba(211, 232, 255, 0.2) 39%,
rgba(255, 255, 255, 0.54) 51%,
rgba(199, 225, 255, 0.12) 68%,
rgba(184, 218, 255, 0) 86%
);
opacity: 0.48;
}
.vl-home-opening__decor {
position: absolute;
z-index: 1;
inset: 0;
overflow: visible;
pointer-events: none;
user-select: none;
}
.vl-home-opening .vl-hero,
.vl-home-opening .vl-trust {
position: relative;
z-index: 2;
overflow: visible;
background: transparent;
}
.vl-home-opening .vl-hero {
padding: 0;
}
.vl-home-opening .vl-hero__inner {
width: min(1440px, 100%);
min-height: clamp(500px, 36vw, 540px);
padding: clamp(58px, 5vw, 72px) clamp(24px, 3.4vw, 48px)
clamp(38px, 3.5vw, 50px);
}
.vl-home-opening .vl-hero__copy {
width: min(760px, calc(100% - 48px));
transform: translateY(-5px);
}
.vl-home-opening .vl-hero__title {
display: flex;
flex-direction: column;
align-items: center;
max-width: 760px;
overflow: visible;
color: #075be8;
background: none;
-webkit-text-fill-color: currentColor;
}
.vl-home-opening .vl-hero__title-line1,
.vl-home-opening .vl-hero__title-line2 {
box-sizing: content-box;
width: max-content;
max-width: none;
margin: -0.08em -0.1em -0.16em;
padding: 0.08em 0.1em 0.16em;
overflow: visible;
color: #075be8;
background-image: linear-gradient(
110deg,
#0a45b6 0%,
#075be8 27%,
#2b82ea 48%,
#0d67f2 65%,
#347fd4 82%,
#084fc4 100%
);
background-position: 50% 50%;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: vlOpeningTitleGradient 1.45s cubic-bezier(0.22, 0.8, 0.28, 1)
0.12s 1 both;
}
@keyframes vlOpeningTitleGradient {
from {
background-position: 100% 50%;
background-size: 180% 100%;
}
to {
background-position: 0% 50%;
background-size: 100% 100%;
}
}
.vl-home-opening .vl-hero__subtitle {
margin-top: 22px;
}
.vl-home-opening .vl-hero__actions {
margin-top: 28px;
}
.vl-home-opening .vl-trust {
padding: 2px 0 clamp(56px, 5.6vw, 74px);
overflow: visible;
}
.vl-home-opening .vl-trust::before {
display: none;
}
.vl-home-opening .vl-trust__title {
padding-top: 41px;
}
.vl-home-opening .vl-trust__title::before {
top: 6px;
width: clamp(120px, 10vw, 160px);
}
.vl-home-opening .vl-trust__title::after {
top: 2px;
width: 8px;
height: 8px;
border-radius: 50%;
}
.vl-home-opening .vl-uni-marquee {
margin-top: clamp(31px, 2.8vw, 38px);
}
.vl-opening-cube {
--vl-opening-rotate: 0deg;
--vl-opening-shadow-opacity: 0.12;
position: absolute;
display: block;
width: 80px;
aspect-ratio: 1;
transform: rotate(var(--vl-opening-rotate));
transform-origin: 50% 52%;
isolation: isolate;
}
.vl-opening-cube::after {
content: "";
position: absolute;
z-index: 0;
left: 13%;
right: 13%;
bottom: 3%;
height: 10%;
border-radius: 50%;
opacity: var(--vl-opening-shadow-opacity);
background: radial-gradient(
ellipse at center,
rgba(45, 116, 202, 0.48) 0%,
rgba(92, 158, 231, 0.2) 45%,
rgba(92, 158, 231, 0) 76%
);
filter: blur(3px);
}
.vl-opening-cube__body {
--vl-opening-drift-x1: 0px;
--vl-opening-drift-y1: 0px;
--vl-opening-drift-x2: 0px;
--vl-opening-drift-y2: 0px;
--vl-opening-drift-duration: 18s;
--vl-opening-drift-delay: 0s;
position: relative;
z-index: 1;
display: block;
width: 100%;
height: 100%;
transform: translate3d(0, 0, 0);
transform-origin: 50% 52%;
}
.vl-opening-cube img {
display: block;
width: 100%;
max-width: none;
height: 100%;
object-fit: contain;
pointer-events: none;
user-select: none;
}
.vl-opening-cube--main-left {
--vl-opening-rotate: -2.5deg;
--vl-opening-shadow-opacity: 0.2;
z-index: 1;
left: clamp(-250px, -17vw, -190px);
top: clamp(140px, 10vw, 165px);
width: clamp(450px, 34vw, 500px);
}
.vl-opening-cube--main-left img {
filter: drop-shadow(0 24px 34px rgba(20, 103, 210, 0.15));
}
.vl-opening-cube--main-right {
--vl-opening-rotate: 3.5deg;
--vl-opening-shadow-opacity: 0.17;
z-index: 1;
right: clamp(-242px, -16.4vw, -184px);
top: clamp(190px, 14vw, 215px);
width: clamp(410px, 32vw, 470px);
}
.vl-opening-cube--main-right img {
filter: drop-shadow(0 24px 34px rgba(38, 119, 211, 0.13));
}
.vl-opening-cube--small-1,
.vl-opening-cube--small-2,
.vl-opening-cube--small-3,
.vl-opening-cube--small-4,
.vl-opening-cube--small-5 {
z-index: 2;
}
.vl-opening-cube--small-1 {
--vl-opening-rotate: -7deg;
--vl-opening-shadow-opacity: 0.07;
left: clamp(252px, 20vw, 288px);
top: clamp(62px, 5.5vw, 82px);
width: clamp(74px, 6.1vw, 88px);
opacity: 0.94;
}
.vl-opening-cube--small-2 {
--vl-opening-rotate: 6deg;
--vl-opening-shadow-opacity: 0;
left: clamp(276px, 21.5vw, 310px);
top: clamp(318px, 24vw, 346px);
width: clamp(44px, 3.6vw, 52px);
opacity: 0.9;
}
.vl-opening-cube--small-3 {
--vl-opening-rotate: 7deg;
--vl-opening-shadow-opacity: 0;
right: clamp(252px, 19.1vw, 275px);
top: clamp(70px, 6vw, 88px);
width: clamp(46px, 3.75vw, 54px);
opacity: 0.94;
}
.vl-opening-cube--small-4 {
--vl-opening-rotate: -5deg;
--vl-opening-shadow-opacity: 0.1;
right: clamp(242px, 18.4vw, 265px);
top: clamp(306px, 23vw, 332px);
width: clamp(68px, 5.55vw, 80px);
opacity: 0.94;
}
.vl-opening-cube--small-5 {
--vl-opening-rotate: 9deg;
--vl-opening-shadow-opacity: 0;
right: clamp(330px, 29.2vw, 420px);
top: clamp(448px, 34vw, 490px);
width: clamp(32px, 2.65vw, 38px);
opacity: 0.82;
}
.vl-opening-cube--small-1 img,
.vl-opening-cube--small-2 img,
.vl-opening-cube--small-3 img,
.vl-opening-cube--small-5 img {
filter: drop-shadow(0 10px 16px rgba(52, 128, 215, 0.1));
}
.vl-opening-cube--small-4 img {
filter: drop-shadow(0 13px 20px rgba(14, 84, 199, 0.15));
}
.vl-home-opening.is-motion-enhanced
[data-vl-opening-float]
.vl-opening-cube__body {
animation-name: vlOpeningCubeDrift;
animation-duration: var(--vl-opening-drift-duration);
animation-delay: var(--vl-opening-drift-delay);
animation-timing-function: cubic-bezier(0.45, 0.05, 0.28, 0.98);
animation-iteration-count: infinite;
animation-play-state: paused;
will-change: auto;
}
.vl-home-opening.is-motion-running
[data-vl-opening-float]
.vl-opening-cube__body {
animation-play-state: running;
will-change: transform;
}
@keyframes vlOpeningCubeDrift {
0%,
100% {
transform: translate3d(0, 0, 0);
}
31% {
transform: translate3d(
var(--vl-opening-drift-x1),
var(--vl-opening-drift-y1),
0
);
}
68% {
transform: translate3d(
var(--vl-opening-drift-x2),
var(--vl-opening-drift-y2),
0
);
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.vl-home-opening .vl-hero__inner {
min-height: clamp(500px, 52vw, 540px);
padding: 56px 24px 42px;
}
.vl-home-opening .vl-hero__copy {
width: min(650px, calc(100% - 44px));
}
.vl-opening-cube--main-left {
left: clamp(-196px, -18.5vw, -142px);
top: 190px;
width: clamp(350px, 42vw, 430px);
}
.vl-opening-cube--main-right {
right: clamp(-188px, -17.5vw, -136px);
top: 232px;
width: clamp(330px, 39vw, 400px);
}
.vl-opening-cube--small-1 {
left: 14%;
top: 70px;
width: 68px;
}
.vl-opening-cube--small-2 {
left: 8%;
top: 350px;
width: 44px;
}
.vl-opening-cube--small-3 {
right: 14%;
top: 84px;
width: 46px;
}
.vl-opening-cube--small-4 {
right: 8%;
top: 344px;
width: 66px;
}
.vl-opening-cube--small-5 {
right: 28%;
top: 474px;
width: 32px;
}
.vl-home-opening .vl-trust {
padding-top: 0;
}
}
@media (max-width: 767px) {
.vl-home-opening {
background:
radial-gradient(
ellipse 64% 32% at 50% 25%,
rgba(255, 255, 255, 0.96) 0%,
rgba(255, 255, 255, 0) 100%
),
linear-gradient(
180deg,
#fbfaf7 0%,
#f8f9fb 58%,
var(--vl-page) 100%
);
}
.vl-home-opening .vl-hero {
padding: 0;
}
.vl-home-opening .vl-hero__inner {
min-height: 570px;
padding: 116px 16px 116px;
}
.vl-home-opening .vl-hero__copy {
width: min(390px, 100%);
transform: translateY(-22px);
}
.vl-home-opening .vl-hero__subtitle {
margin-top: 18px;
}
.vl-home-opening .vl-hero__actions {
margin-top: 24px;
}
.vl-opening-cube--main-left,
.vl-opening-cube--main-right {
width: clamp(138px, 42vw, 168px);
}
.vl-opening-cube--main-left {
left: clamp(-78px, -18vw, -58px);
top: 40px;
}
.vl-opening-cube--main-right {
right: clamp(-80px, -18vw, -58px);
top: 68px;
}
.vl-opening-cube--small-1 {
left: 20%;
top: 28px;
width: 44px;
}
.vl-opening-cube--small-2 {
left: 5%;
top: 374px;
width: 34px;
}
.vl-opening-cube--small-3 {
right: 20%;
top: 24px;
width: 38px;
}
.vl-opening-cube--small-4 {
right: 5%;
top: 382px;
width: 46px;
}
.vl-opening-cube--small-5 {
display: none;
}
.vl-home-opening .vl-trust {
padding: 0 0 58px;
}
.vl-home-opening .vl-trust__title {
padding-top: 34px;
}
}
@media (max-width: 359px) {
.vl-home-opening .vl-hero__inner {
min-height: 550px;
padding: 108px 12px 108px;
}
.vl-opening-cube--main-left,
.vl-opening-cube--main-right {
width: 134px;
}
.vl-opening-cube--small-2,
.vl-opening-cube--small-4 {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.vl-home-opening .vl-hero__title-line1,
.vl-home-opening .vl-hero__title-line2 {
animation: none !important;
background-position: 50% 50%;
}
.vl-home-opening [data-vl-opening-float] .vl-opening-cube__body {
animation: none !important;
transform: none !important;
will-change: auto !important;
}
}
@media (forced-colors: active) {
.vl-home-opening .vl-hero__title-line1,
.vl-home-opening .vl-hero__title-line2 {
background: none;
color: CanvasText;
-webkit-text-fill-color: currentColor;
}
} .vl-trust__title-line:last-child,
.vl-principles__title-line--accent,
.vl-journalPortal__line--second,
.vl-reviewsEditorial__title span:last-child {
box-sizing: content-box;
width: max-content;
width: fit-content;
max-width: calc(100% - 0.16em);
padding-top: 0.08em;
padding-right: 0.08em;
padding-bottom: 0.16em;
padding-left: 0.08em;
margin-bottom: -0.16em;
margin-left: -0.08em;
overflow: visible;
color: var(--vl-blue);
}
.vl-trust__title-line:last-child {
margin-top: calc(2px - 0.08em);
margin-right: auto;
margin-left: auto;
}
.vl-principles__title-line--accent {
margin-top: 0;
}
.vl-journalPortal__line--second,
.vl-reviewsEditorial__title span:last-child {
margin-top: -0.08em;
}
.vl-principles__title-line--accent,
.vl-reviewsEditorial__title span:last-child {
margin-right: -0.08em;
}
.vl-journalPortal__line--second {
margin-right: calc(clamp(5px, 0.55vw, 10px) - 0.08em);
} @media (min-width: 1024px) {
.vl-principles__title-line--accent {
max-width: none;
}
}
@media (max-width: 767px) {
.vl-trust__title-line:last-child {
margin-top: calc(3px - 0.08em);
}
.vl-principles__title-line--accent {
margin-top: -0.03em;
}
}
@supports ((background-clip: text) or (-webkit-background-clip: text)) {
.vl-trust__title-line:last-child,
.vl-principles__title-line--accent,
.vl-journalPortal__line--second,
.vl-reviewsEditorial__title span:last-child {
color: transparent;
background-image: var(--vl-heading-gradient);
background-position: 50% 50%;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
}
@media print {
.vl-trust__title-line:last-child,
.vl-principles__title-line--accent,
.vl-journalPortal__line--second,
.vl-reviewsEditorial__title span:last-child {
color: var(--vl-blue);
background: none;
-webkit-text-fill-color: currentColor;
}
}
@media (forced-colors: active) {
.vl-trust__title-line:last-child,
.vl-principles__title-line--accent,
.vl-journalPortal__line--second,
.vl-reviewsEditorial__title span:last-child {
color: CanvasText;
background: none;
-webkit-text-fill-color: currentColor;
}
} .vl-homeServices {
position: relative;
isolation: isolate;
overflow: hidden;
overflow: clip;
padding: clamp(46px, 4.8vw, 68px) 0 clamp(26px, 3vw, 42px);
background: transparent;
}
.vl-homeServices::before,
.vl-homeServices::after {
content: "";
position: absolute;
z-index: 0;
pointer-events: none;
border-radius: 50%;
}
.vl-homeServices::before {
top: 2%;
right: -18%;
width: min(720px, 62vw);
height: 62%;
background: radial-gradient(
ellipse at center,
rgba(184, 216, 255, 0.15) 0%,
rgba(218, 234, 253, 0.07) 48%,
rgba(247, 249, 252, 0) 74%
);
}
.vl-homeServices::after {
bottom: -18%;
left: -20%;
width: min(660px, 56vw);
height: 52%;
background: radial-gradient(
ellipse at center,
rgba(199, 225, 255, 0.12) 0%,
rgba(229, 240, 253, 0.055) 52%,
rgba(247, 249, 252, 0) 76%
);
}
.vl-homeServices__inner {
position: relative;
z-index: 1;
width: min(1180px, 100%);
margin: 0 auto;
padding: 0 clamp(16px, 4vw, 28px);
}
.vl-homeServices__head {
display: block;
margin-bottom: clamp(40px, 5vw, 62px);
}
.vl-homeServices__kicker {
display: flex;
align-items: center;
gap: 12px;
margin: 0 0 18px;
color: var(--vl-blue);
font-family: var(--vl-font-ui);
font-size: 12px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.15em;
text-transform: uppercase;
}
.vl-homeServices__kicker::before {
content: "";
width: 9px;
height: 9px;
flex: 0 0 9px;
border-radius: 2px;
background: var(--vl-blue);
box-shadow: 0 0 16px rgba(7, 91, 232, 0.2);
transform: rotate(45deg);
}
.vl-homeServices__kicker::after {
content: "";
width: clamp(38px, 5vw, 72px);
height: 1px;
background: linear-gradient(
to right,
rgba(7, 91, 232, 0.48),
rgba(7, 91, 232, 0)
);
}
.vl-homeServices__title {
margin: 0;
padding: 0 0 0.08em;
color: var(--vl-ink-strong);
font-family: var(--vl-font-display);
font-size: clamp(42px, 4.2vw, 60px);
font-weight: 700;
line-height: 0.99;
letter-spacing: -0.037em;
text-wrap: balance;
}
.vl-homeServices__titleLine {
display: block;
width: max-content;
width: fit-content;
max-width: 100%;
}
.vl-homeServices__titleLine--accent {
box-sizing: content-box;
max-width: calc(100% - 0.2em);
margin: 0.02em -0.1em -0.16em;
padding: 0.08em 0.1em 0.16em;
overflow: visible;
color: var(--vl-blue);
}
.vl-homeServices__lead {
max-width: 470px;
margin: 0;
color: var(--vl-copy);
font-family: var(--vl-font-copy);
font-size: clamp(17px, 1.45vw, 20px);
font-weight: 400;
line-height: 1.62;
} .vl-homeServices__headGrid {
display: grid;
grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.72fr);
gap: clamp(42px, 7vw, 92px);
align-items: center;
}
.vl-homeServices__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-auto-flow: row;
column-gap: clamp(40px, 6vw, 76px);
row-gap: 0;
margin: 0;
padding: 0;
list-style: none;
}
.vl-homeServices__item {
min-width: 0;
margin: 0;
padding: 0;
border-top: 1px solid rgba(100, 154, 221, 0.34);
} .vl-homeServices.is-enhanced .vl-homeServices__item {
opacity: 0;
transform: translate3d(0, 24px, 0);
transition:
opacity 0.58s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}
.vl-homeServices.is-enhanced .vl-homeServices__item.is-revealed {
opacity: 1;
transform: translate3d(0, 0, 0);
}
@media (min-width: 961px) {
.vl-homeServices__item:nth-child(5) .vl-homeService__title {
width: min-content;
}
.vl-homeServices__item:last-child {
grid-column: 1 / -1;
}
.vl-homeServices__item:last-child .vl-homeService__body {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
column-gap: clamp(30px, 4vw, 64px);
align-items: center;
align-content: start;
}
.vl-homeServices__item:last-child .vl-homeService__label {
grid-column: 1 / -1;
grid-row: 1;
}
.vl-homeServices__item:last-child .vl-homeService__title {
grid-column: 1 / -1;
grid-row: 2;
}
.vl-homeServices__item:last-child .vl-homeService__text {
grid-column: 1;
grid-row: 3;
max-width: 720px;
}
.vl-homeServices__item:last-child .vl-homeService__action {
grid-column: 2;
grid-row: 3;
width: auto;
margin-top: 11px;
padding-top: 0;
justify-self: end;
white-space: nowrap;
}
}
.vl-homeService {
position: relative;
isolation: isolate;
display: grid;
grid-template-columns: clamp(50px, 5vw, 66px) minmax(0, 1fr);
gap: 18px;
min-height: 236px;
height: 100%;
padding: 28px 10px 30px 0;
overflow: visible;
border: 0;
border-radius: 4px;
background: transparent;
box-shadow: none;
color: var(--vl-ink-strong);
text-decoration: none;
transform: none;
transition:
color 0.24s ease,
transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
box-shadow 0.28s ease;
}
.vl-homeService::before {
content: "";
position: absolute;
z-index: -1;
inset: 8px -12px;
width: auto;
height: auto;
border: 0;
border-radius: 18px;
background: linear-gradient(
110deg,
rgba(225, 240, 255, 0.72),
rgba(237, 246, 255, 0.18)
);
opacity: 0;
transform: none;
transition: opacity 0.24s ease;
}
.vl-homeService__number {
position: relative;
z-index: 1;
display: block;
min-width: 0;
height: auto;
padding-top: 18px;
border: 0;
border-radius: 0;
background: transparent;
color: rgba(7, 91, 232, 0.3);
font-family: var(--vl-font-display);
font-size: clamp(30px, 2.7vw, 36px);
font-weight: 400;
line-height: 1;
font-variant-numeric: lining-nums tabular-nums;
letter-spacing: -0.035em;
transition:
color 0.24s ease,
transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-homeService__body {
position: relative;
z-index: 1;
display: flex;
min-width: 0;
flex-direction: column;
transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-homeService__label {
display: block;
min-width: 0;
margin: 0 0 8px;
color: var(--vl-blue);
font-family: var(--vl-font-ui);
font-size: 11px;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.13em;
text-transform: uppercase;
}
.vl-homeService__title {
position: relative;
z-index: 1;
margin: 0;
color: var(--vl-ink-strong);
font-family: var(--vl-font-display);
font-size: clamp(26px, 2.15vw, 33px);
font-weight: 700;
line-height: 1.13;
letter-spacing: -0.024em;
text-wrap: balance;
}
.vl-homeService__text {
position: relative;
z-index: 1;
max-width: 500px;
margin: 11px 0 0;
color: #536a84;
font-family: var(--vl-font-copy);
font-size: 15.5px;
font-weight: 400;
line-height: 1.58;
}
.vl-homeService__action {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
width: 100%;
margin-top: auto;
padding-top: 17px;
color: var(--vl-blue-deep);
font-family: var(--vl-font-ui);
font-size: 11px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.vl-homeService__arrow {
display: inline-flex;
width: 36px;
height: 36px;
align-items: center;
justify-content: center;
flex: 0 0 36px;
border: 1px solid rgba(7, 91, 232, 0.28);
border-radius: 50%;
background: rgba(255, 255, 255, 0.76);
color: var(--vl-blue);
transition:
color 0.24s ease,
background-color 0.24s ease,
border-color 0.24s ease,
transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vl-homeService__arrow svg {
display: block;
width: 17px;
height: 17px;
fill: none;
stroke: currentColor;
stroke-width: 1.65;
stroke-linecap: round;
stroke-linejoin: round;
}
@media (hover: hover) and (pointer: fine) {
.vl-homeService:hover {
border-color: transparent;
box-shadow: none;
transform: none;
}
.vl-homeService:hover::before {
border-color: transparent;
opacity: 1;
transform: none;
}
.vl-homeService:hover .vl-homeService__number {
color: rgba(7, 91, 232, 0.58);
transform: translateX(2px);
}
.vl-homeService:hover .vl-homeService__body {
transform: translateX(4px);
}
.vl-homeService:hover .vl-homeService__arrow {
border-color: var(--vl-blue);
background: var(--vl-blue);
color: var(--vl-white);
transform: translate3d(2px, -2px, 0);
}
}
.vl-homeServices__item.is-arrival-active .vl-homeService::before {
animation: vl-homeService-arrivalSurface 0.98s ease-out both;
}
.vl-homeServices__item.is-arrival-active .vl-homeService__number {
animation: vl-homeService-arrivalNumber 0.98s ease-out both;
}
.vl-homeServices__item.is-arrival-active .vl-homeService__body {
animation: vl-homeService-arrivalBody 0.98s ease-out both;
}
.vl-homeServices__item.is-arrival-active .vl-homeService__arrow {
animation: vl-homeService-arrivalArrow 0.98s ease-out both;
}
@keyframes vl-homeService-arrivalSurface {
0%,
100% {
opacity: 0;
}
26%,
68% {
opacity: 1;
}
}
@keyframes vl-homeService-arrivalNumber {
0%,
100% {
color: rgba(7, 91, 232, 0.3);
transform: translateX(0);
}
26%,
68% {
color: rgba(7, 91, 232, 0.58);
transform: translateX(2px);
}
}
@keyframes vl-homeService-arrivalBody {
0%,
100% {
transform: translateX(0);
}
26%,
68% {
transform: translateX(4px);
}
}
@keyframes vl-homeService-arrivalArrow {
0%,
100% {
border-color: rgba(7, 91, 232, 0.28);
background: rgba(255, 255, 255, 0.76);
color: var(--vl-blue);
transform: translate3d(0, 0, 0);
}
26%,
68% {
border-color: var(--vl-blue);
background: var(--vl-blue);
color: var(--vl-white);
transform: translate3d(2px, -2px, 0);
}
}
.vl-homeService:focus-visible {
outline: 3px solid var(--vl-blue);
outline-offset: 5px;
}
@media (max-width: 960px) {
.vl-homeServices__headGrid {
grid-template-columns: 1fr;
gap: 24px;
}
.vl-homeServices__lead {
max-width: 680px;
}
.vl-homeServices__grid {
grid-template-columns: 1fr;
column-gap: 0;
}
.vl-homeService {
min-height: 0;
}
}
@media (max-width: 767px) {
.vl-homeServices {
padding: 44px 0 26px;
}
.vl-homeServices::before {
right: -42%;
width: 100%;
}
.vl-homeServices::after {
left: -46%;
width: 100%;
}
.vl-homeServices__head {
margin-bottom: 34px;
}
.vl-homeServices__headGrid {
gap: 21px;
}
.vl-homeServices__kicker {
margin-bottom: 16px;
font-size: 11px;
letter-spacing: 0.13em;
}
.vl-homeServices__title {
font-size: clamp(36px, 11.2vw, 48px);
line-height: 1;
}
.vl-homeServices__lead {
max-width: 620px;
font-size: 16.5px;
line-height: 1.58;
}
.vl-homeService {
grid-template-columns: 48px minmax(0, 1fr);
gap: 14px;
min-height: 0;
padding: 25px 4px 27px 0;
border-radius: 4px;
}
.vl-homeService::before {
inset: 6px -6px;
}
.vl-homeService__number {
padding-top: 17px;
font-size: 28px;
}
.vl-homeService__title {
font-size: clamp(25px, 7.4vw, 30px);
}
.vl-homeService__text {
font-size: 15px;
line-height: 1.56;
}
.vl-homeService__action {
padding-top: 16px;
}
.vl-homeService__arrow {
width: 34px;
height: 34px;
flex-basis: 34px;
}
}
@media (max-width: 420px) {
.vl-homeService {
grid-template-columns: 40px minmax(0, 1fr);
gap: 10px;
}
.vl-homeService__number {
font-size: 24px;
}
.vl-homeService__label {
font-size: 9px;
letter-spacing: 0.11em;
}
.vl-homeService__title {
font-size: 24px;
}
.vl-homeService__action {
font-size: 10px;
letter-spacing: 0.08em;
}
}
@media (max-width: 359px) {
.vl-homeServices__inner {
padding-right: 12px;
padding-left: 12px;
}
.vl-homeServices__title {
font-size: 34px;
}
}
@media (prefers-reduced-motion: reduce) {
.vl-homeServices.is-enhanced .vl-homeServices__item,
.vl-homeServices.is-enhanced .vl-homeServices__item.is-revealed {
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
.vl-homeServices__item.is-arrival-active .vl-homeService::before,
.vl-homeServices__item.is-arrival-active .vl-homeService__number,
.vl-homeServices__item.is-arrival-active .vl-homeService__body,
.vl-homeServices__item.is-arrival-active .vl-homeService__arrow {
animation: none !important;
}
.vl-homeService,
.vl-homeService::before,
.vl-homeService__number,
.vl-homeService__body,
.vl-homeService__arrow {
transition: none !important;
}
.vl-homeService:hover,
.vl-homeService:hover::before,
.vl-homeService:hover .vl-homeService__number,
.vl-homeService:hover .vl-homeService__body,
.vl-homeService:hover .vl-homeService__arrow {
transform: none !important;
}
}
@supports ((background-clip: text) or (-webkit-background-clip: text)) {
.vl-homeServices__titleLine--accent {
color: transparent;
background-image: var(--vl-heading-gradient);
background-position: 50% 50%;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
}
@media print {
.vl-homeServices__titleLine--accent {
color: var(--vl-blue);
background: none;
-webkit-text-fill-color: currentColor;
}
.vl-homeServices.is-enhanced .vl-homeServices__item {
opacity: 1 !important;
transform: none !important;
}
.vl-homeService {
break-inside: avoid;
box-shadow: none;
}
}
@media (forced-colors: active) {
.vl-homeServices__titleLine--accent {
color: CanvasText;
background: none;
-webkit-text-fill-color: currentColor;
}
.vl-homeServices__item,
.vl-homeService,
.vl-homeService__arrow {
border-color: CanvasText;
}
.vl-homeService::before {
display: none;
}
}.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup,
.woocommerce-NoticeGroup-checkout{
margin: 0 0 16px;
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info{
position: relative;
margin: 0 0 14px;
padding: 12px 14px 12px 42px;
border-radius: 16px;
border: 1px solid rgba(255,255,255,.10);
background: rgba(255,255,255,.04);
color: rgba(255,255,255,.88);
list-style: none;
box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
backdrop-filter: blur(10px);
} .woocommerce-error{ border-color: rgba(255,77,79,.30); }
.woocommerce-message{ border-color: rgba(46,204,113,.22); }
.woocommerce-info{ border-color: rgba(30,144,255,.22); } .woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before{
content: "";
position: absolute;
left: 16px;
top: 18px;
width: 8px;
height: 8px;
border-radius: 999px;
opacity: .95;
}
.woocommerce-error::before{ background: rgba(255,77,79,.95); box-shadow: 0 0 10px rgba(255,77,79,.35); }
.woocommerce-message::before{ background: rgba(46,204,113,.95); box-shadow: 0 0 10px rgba(46,204,113,.28); }
.woocommerce-info::before{ background: rgba(30,144,255,.95); box-shadow: 0 0 10px rgba(30,144,255,.28); } .woocommerce-error li,
.woocommerce-message li,
.woocommerce-info li{
margin: 0;
padding: 0;
} .woocommerce-error li::before,
.woocommerce-message li::before,
.woocommerce-info li::before{
display: none !important;
} .woocommerce-error a,
.woocommerce-message a,
.woocommerce-info a{
color: rgba(255,255,255,.90);
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,.18);
padding-bottom: 1px;
}
.woocommerce-error a:hover,
.woocommerce-message a:hover,
.woocommerce-info a:hover{
color: rgba(255,255,255,.96);
border-color: rgba(255,255,255,.32);
}html[data-vl-cookie-state="accepted"] .vl-cookie-consent {
display: none !important;
}
.vl-cookie-consent {
position: fixed;
left: 50%;
bottom: calc(22px + env(safe-area-inset-bottom));
z-index: 99999;
width: min(780px, calc(100vw - 32px));
visibility: hidden;
opacity: 0;
pointer-events: none;
transform: translate3d(-50%, 16px, 0) scale(0.985);
transform-origin: 50% 100%;
transition:
opacity 0.24s ease,
transform 0.24s ease,
visibility 0s linear 0.24s;
}
html[data-vl-cookie-state="pending"] .vl-cookie-consent {
visibility: visible;
opacity: 1;
pointer-events: none;
transform: translate3d(-50%, 0, 0) scale(1);
transition-delay: 0s;
}
.vl-cookie-consent.is-hidden {
visibility: hidden;
opacity: 0;
pointer-events: none;
transform: translate3d(-50%, 14px, 0) scale(0.985);
}
.vl-cookie-consent__inner {
position: relative;
isolation: isolate;
display: grid;
grid-template-columns: 48px minmax(0, 1fr) auto;
align-items: center;
gap: 17px;
width: 100%;
min-height: 78px;
padding: 14px 15px 14px 17px;
overflow: hidden;
border: 1px solid rgba(141, 188, 241, 0.58);
border-radius: 24px;
background:
radial-gradient(circle at 88% 0%, rgba(192, 220, 255, 0.72), transparent 42%),
linear-gradient(135deg, rgba(255, 254, 250, 0.94), rgba(239, 247, 255, 0.88));
box-shadow:
0 24px 64px rgba(25, 61, 105, 0.16),
0 8px 24px rgba(25, 61, 105, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.96);
-webkit-backdrop-filter: blur(20px) saturate(135%);
backdrop-filter: blur(20px) saturate(135%);
pointer-events: auto;
}
.vl-cookie-consent__inner::before {
position: absolute;
top: 0;
right: 9%;
left: 9%;
z-index: -1;
height: 1px;
content: "";
background:
linear-gradient(
90deg,
transparent,
rgba(255, 255, 255, 0.96) 34%,
rgba(255, 255, 255, 0.96) 66%,
transparent
);
}
.vl-cookie-consent__visual {
position: relative;
display: grid;
place-items: center;
width: 48px;
height: 48px;
border: 1px solid rgba(110, 166, 231, 0.42);
border-radius: 16px;
color: #075be8;
background:
radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.96), transparent 46%),
linear-gradient(145deg, rgba(237, 246, 255, 0.98), rgba(213, 232, 255, 0.88));
box-shadow:
0 10px 24px rgba(27, 97, 190, 0.13),
inset 0 1px 0 rgba(255, 255, 255, 0.92);
}
.vl-cookie-consent__visual svg {
display: block;
width: 26px;
height: 26px;
fill: none;
stroke: currentColor;
stroke-width: 1.7;
stroke-linecap: round;
stroke-linejoin: round;
}
.vl-cookie-consent__visual circle {
fill: currentColor;
stroke: none;
}
.vl-cookie-consent__text {
margin: 0 !important;
color: #173f71 !important;
font-family: var(--vl-font-ui, "PT Sans", Arial, sans-serif);
font-size: 14px !important;
font-weight: 400;
line-height: 1.5 !important;
letter-spacing: 0;
}
.vl-cookie-consent__actions {
display: flex;
align-items: center;
justify-content: flex-end;
flex: 0 0 auto;
}
.vl-cookie-consent__btn {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-width: 112px;
height: 46px !important;
margin: 0 !important;
padding: 0 22px !important;
border: 1px solid rgba(12, 104, 242, 0.88) !important;
border-radius: 14px !important;
outline: 0 !important;
appearance: none;
cursor: pointer;
color: #fff !important;
background:
linear-gradient(135deg, #1573ff 0%, #075be8 56%, #0348c9 100%) !important;
box-shadow:
0 12px 26px rgba(7, 91, 232, 0.23),
inset 0 1px 0 rgba(255, 255, 255, 0.31) !important;
font-family: var(--vl-font-ui, "PT Sans", Arial, sans-serif) !important;
font-size: 14px !important;
font-weight: 700 !important;
line-height: 1 !important;
letter-spacing: 0 !important;
text-transform: none !important;
text-decoration: none !important;
transition:
transform 0.18s ease,
box-shadow 0.18s ease,
filter 0.18s ease;
}
.vl-cookie-consent__btn:hover {
transform: translateY(-1px);
filter: saturate(1.06);
box-shadow:
0 16px 32px rgba(7, 91, 232, 0.29),
inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}
.vl-cookie-consent__btn:focus-visible {
box-shadow:
0 0 0 4px rgba(7, 91, 232, 0.15),
0 14px 30px rgba(7, 91, 232, 0.27) !important;
}
.vl-cookie-consent__btn:active {
transform: translateY(0);
}
@media (max-width: 680px) {
.vl-cookie-consent {
bottom: calc(14px + env(safe-area-inset-bottom));
width: calc(100vw - 20px);
}
.vl-cookie-consent__inner {
grid-template-columns: 44px minmax(0, 1fr);
gap: 12px 14px;
min-height: 0;
padding: 14px;
border-radius: 21px;
}
.vl-cookie-consent__visual {
width: 44px;
height: 44px;
border-radius: 14px;
}
.vl-cookie-consent__visual svg {
width: 24px;
height: 24px;
}
.vl-cookie-consent__text {
font-size: 13px !important;
line-height: 1.48 !important;
}
.vl-cookie-consent__actions {
grid-column: 1 / -1;
width: 100%;
}
.vl-cookie-consent__btn {
width: 100%;
min-width: 0;
height: 44px !important;
}
}
@media (max-width: 520px) {
.vl-cookie-consent {
bottom: calc(76px + env(safe-area-inset-bottom));
}
}
@media (prefers-reduced-motion: reduce) {
.vl-cookie-consent,
.vl-cookie-consent__btn {
transition-duration: 0.01ms !important;
}
}body.vl-journal-ui {
--vlj-page: var(--vl-page, #f7f5f0);
--vlj-paper: var(--vl-paper, #fffefa);
--vlj-paper-cool: var(--vl-paper-cool, #f8fbff);
--vlj-ink: var(--vl-ink, #0c2a58);
--vlj-ink-strong: var(--vl-ink-strong, #071f46);
--vlj-copy: var(--vl-copy, #18365f);
--vlj-muted: var(--vl-muted, #66758d);
--vlj-blue: var(--vl-blue, #075be8);
--vlj-blue-deep: var(--vl-blue-deep, #0248c7);
--vlj-blue-soft: var(--vl-blue-soft, #eaf3ff);
--vlj-line: var(--vl-line, #dce6f3);
--vlj-line-strong: var(--vl-line-strong, #9bc6fb);
--vlj-content: 1120px;
--vlj-reading: 760px;
color-scheme: light !important;
font-optical-sizing: auto;
overflow-x: clip;
background: var(--vlj-page) !important;
color: var(--vlj-copy);
}
body.vl-journal-ui .site,
body.vl-journal-ui #page,
body.vl-journal-ui #page.site,
body.vl-journal-ui .site-content,
body.vl-journal-ui #content,
body.vl-journal-ui #primary,
body.vl-journal-ui .site-main,
body.vl-journal-ui .ast-container {
background-color: var(--vlj-page) !important;
background-image: none !important;
}
body.vl-journal-ui .site-content {
background:
radial-gradient(
circle at 82% 2%,
rgba(157, 201, 250, 0.14),
transparent min(36vw, 34rem)
),
var(--vlj-page) !important;
}
body.vl-journal-ui #secondary,
body.vl-journal-ui .widget-area {
display: none !important;
}
body.vl-journal-ui #primary {
float: none !important;
clear: both !important;
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
margin: 0 !important;
}
body.vl-journal-ui #content > .ast-container,
body.vl-journal-ui .site-content > .ast-container {
display: block !important;
width: 100% !important;
max-width: none !important;
margin-inline: 0 !important;
padding-inline: 0 !important;
}
body.vl-journal-ui :where(a, button, summary, input, textarea):focus-visible {
outline: 2px solid var(--vlj-blue);
outline-offset: 3px;
}
body.vl-journal-ui a {
text-underline-offset: 0.16em;
} .vl-edition-wrap {
width: 100%;
padding: clamp(52px, 6vw, 84px) 0 clamp(76px, 8vw, 116px);
background: transparent !important;
}
.vl-edition,
.vl-edition-body {
width: min(var(--vlj-content), calc(100% - 48px));
margin-inline: auto !important;
}
.vl-journal-index {
position: relative;
isolation: isolate;
}
.vl-journal-index > .vl-edition {
z-index: 2;
}
.vl-journal-index > .vl-edition-body {
position: relative;
z-index: 1;
}
body.vl-journal-ui .vl-edition {
position: relative;
isolation: isolate;
overflow: visible;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
body.vl-journal-ui .vl-edition::before,
body.vl-journal-ui .vl-edition::after {
display: none !important;
content: none !important;
}
body.vl-journal-ui .vl-journal-home .vl-edition > :not(.vl-journalHero__decor) {
position: relative;
z-index: 2;
}
body.vl-journal-ui .vl-journalHero__decor {
position: absolute;
z-index: 0;
top: -18px;
bottom: -10px;
left: 50%;
overflow: hidden;
width: 100vw;
transform: translateX(-50%);
pointer-events: none;
user-select: none;
}
body.vl-journal-ui .vl-journalCube {
--vlj-cube-rotate: 0deg;
position: absolute;
display: block;
width: 72px;
aspect-ratio: 1;
transform: rotate(var(--vlj-cube-rotate));
transform-origin: 50% 52%;
}
body.vl-journal-ui .vl-journalCube__body {
--vlj-cube-drift-x1: 0px;
--vlj-cube-drift-y1: 0px;
--vlj-cube-drift-x2: 0px;
--vlj-cube-drift-y2: 0px;
--vlj-cube-drift-duration: 20s;
--vlj-cube-drift-delay: 0s;
position: relative;
display: block;
width: 100%;
height: 100%;
transform: translate3d(0, 0, 0);
transform-origin: 50% 52%;
}
body.vl-journal-ui .vl-journalCube img {
display: block;
width: 100%;
max-width: none;
height: 100%;
object-fit: contain;
pointer-events: none;
user-select: none;
}
body.vl-journal-ui .vl-journalCube--large-left {
--vlj-cube-rotate: -3deg;
z-index: 1;
top: 52%;
left: clamp(-280px, -14vw, -225px);
width: clamp(360px, 23vw, 440px);
opacity: 0.92;
transform: translateY(-50%) rotate(var(--vlj-cube-rotate));
}
body.vl-journal-ui .vl-journalCube--large-left img {
filter: drop-shadow(0 22px 32px rgba(20, 103, 210, 0.14));
}
body.vl-journal-ui .vl-journalCube--large-right {
--vlj-cube-rotate: 3deg;
z-index: 1;
top: 48%;
right: clamp(-255px, -12.5vw, -205px);
width: clamp(350px, 21vw, 410px);
opacity: 0.86;
transform: translateY(-50%) rotate(var(--vlj-cube-rotate));
}
body.vl-journal-ui .vl-journalCube--large-right img {
filter: drop-shadow(0 22px 32px rgba(38, 119, 211, 0.12));
}
body.vl-journal-ui .vl-journalCube--small-1,
body.vl-journal-ui .vl-journalCube--small-2,
body.vl-journal-ui .vl-journalCube--small-3 {
z-index: 2;
}
body.vl-journal-ui .vl-journalCube--small-1 {
--vlj-cube-rotate: -7deg;
top: 48px;
left: clamp(74px, calc(50% - 560px), 350px);
width: clamp(56px, 4vw, 70px);
opacity: 0.84;
}
body.vl-journal-ui .vl-journalCube--small-2 {
--vlj-cube-rotate: 7deg;
top: 72px;
right: clamp(76px, calc(50% - 565px), 360px);
width: clamp(40px, 3.1vw, 52px);
opacity: 0.8;
}
body.vl-journal-ui .vl-journalCube--small-3 {
--vlj-cube-rotate: -5deg;
top: clamp(170px, 15vw, 205px);
right: clamp(120px, calc(50% - 480px), 420px);
width: clamp(44px, 3.8vw, 60px);
opacity: 0.78;
}
body.vl-journal-ui .vl-journalCube--small-1 img,
body.vl-journal-ui .vl-journalCube--small-2 img {
filter: drop-shadow(0 10px 16px rgba(52, 128, 215, 0.1));
}
body.vl-journal-ui .vl-journalCube--small-3 img {
filter: drop-shadow(0 12px 18px rgba(14, 84, 199, 0.13));
}
body.vl-journal-ui
.vl-journal-home
.vl-edition.is-journal-cube-motion-ready
[data-vl-journal-cube-float]
.vl-journalCube__body {
animation-name: vlJournalCubeDrift;
animation-duration: var(--vlj-cube-drift-duration);
animation-delay: var(--vlj-cube-drift-delay);
animation-timing-function: cubic-bezier(0.45, 0.05, 0.28, 0.98);
animation-iteration-count: infinite;
animation-play-state: paused;
will-change: auto;
}
body.vl-journal-ui
.vl-journal-home
.vl-edition.is-journal-cube-motion-running
[data-vl-journal-cube-float]
.vl-journalCube__body {
animation-play-state: running;
will-change: transform;
}
body.vl-journal-panel-open
.vl-journal-home
[data-vl-journal-cube-float]
.vl-journalCube__body {
animation-play-state: paused !important;
will-change: auto !important;
}
@keyframes vlJournalCubeDrift {
0%,
100% {
transform: translate3d(0, 0, 0);
}
34% {
transform: translate3d(
var(--vlj-cube-drift-x1),
var(--vlj-cube-drift-y1),
0
);
}
69% {
transform: translate3d(
var(--vlj-cube-drift-x2),
var(--vlj-cube-drift-y2),
0
);
}
}
.vl-edition-body {
padding-top: clamp(44px, 5vw, 70px);
}
.vl-edition__topline {
display: flex !important;
min-height: 20px;
align-items: center;
justify-content: flex-start !important;
gap: 9px;
margin: 0 0 18px;
padding: 0 !important;
border: 0 !important;
color: var(--vlj-muted) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
line-height: 1.4;
letter-spacing: 0.105em;
text-align: left !important;
text-transform: uppercase;
}
.vl-edition__date,
.vl-edition__meta {
color: inherit !important;
}
.vl-edition__sep,
.vl-edition__meta {
display: inline !important;
}
.vl-edition__sep {
color: var(--vlj-line-strong) !important;
}
.vl-journal-index .vl-edition__topline {
justify-content: center !important;
text-align: center !important;
}
.vl-journal-home .vl-edition__date {
display: inline-flex;
align-items: center;
gap: 9px;
color: #5f7088 !important;
}
.vl-journal-home .vl-edition__date::before {
width: 6px;
height: 6px;
flex: 0 0 6px;
border-radius: 50%;
background: var(--vlj-blue);
box-shadow: 0 0 0 4px rgba(7, 91, 232, 0.09);
content: "";
}
.vl-edition__masthead {
max-width: 900px;
padding: 0 !important;
text-align: left !important;
}
.vl-journal-index .vl-edition__masthead {
max-width: 980px;
margin-inline: auto !important;
text-align: center !important;
}
.vl-journal-index .vl-edition__subtitle {
margin-inline: auto !important;
}
.vl-edition__title,
.vl-article__title {
margin: 0;
color: var(--vlj-ink-strong) !important;
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: clamp(40px, 5.4vw, 60px);
font-weight: 650;
line-height: 1.1;
letter-spacing: -0.018em;
text-wrap: balance;
}
.vl-edition__mark,
.vl-edition__titleGrad {
background: none !important;
color: inherit !important;
text-shadow: none !important;
-webkit-text-fill-color: currentColor !important;
}
body.vl-journal-ui .vl-journal-home .vl-edition__titleLabel {
color: var(--vlj-ink-strong) !important;
-webkit-text-fill-color: currentColor !important;
}
body.vl-journal-ui .vl-journal-home .vl-edition__titleBrand {
color: var(--vlj-blue) !important;
-webkit-text-fill-color: currentColor !important;
}
body.vl-journal-ui .vl-journal-home .vl-edition__titleGrad {
box-sizing: content-box;
display: inline-block;
max-width: calc(100% - 0.2em);
margin: -0.08em -0.1em -0.16em;
padding: 0.08em 0.1em 0.16em;
overflow: visible;
color: var(--vlj-blue) !important;
-webkit-text-fill-color: currentColor !important;
}
@supports ((background-clip: text) or (-webkit-background-clip: text)) {
body.vl-journal-ui .vl-journal-home .vl-edition__titleGrad {
color: transparent !important;
background-image: var(
--vl-heading-gradient,
linear-gradient(
110deg,
#0a45b6 0%,
#075be8 27%,
#2b82ea 48%,
#0d67f2 65%,
#347fd4 82%,
#084fc4 100%
)
) !important;
background-position: 50% 50% !important;
background-size: 100% 100% !important;
background-repeat: no-repeat !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
}
.vl-edition__subtitle {
max-width: 680px;
margin: 18px 0 0 !important;
color: var(--vlj-muted) !important;
font-family: var(--vl-font-copy, "PT Serif", Georgia, serif);
font-size: clamp(17px, 1.7vw, 20px);
line-height: 1.6;
} .vl-edition__nav {
position: relative;
z-index: 40;
margin-top: clamp(32px, 4vw, 46px);
padding: 18px 0;
border-top: 1px solid var(--vlj-line) !important;
border-bottom: 1px solid var(--vlj-line) !important;
}
.vl-edition__navInner {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 8px;
flex-wrap: wrap;
}
.vl-searchdd {
position: relative;
margin: 0;
}
.vl-sectionsdd {
position: static;
margin: 0;
}
.vl-searchdd > summary,
.vl-sectionsdd > summary {
list-style: none;
cursor: pointer;
}
.vl-searchdd > summary::-webkit-details-marker,
.vl-sectionsdd > summary::-webkit-details-marker {
display: none;
}
body.vl-journal-ui .vl-edition__navLink,
body.vl-journal-ui .vl-searchdd > summary.vl-edition__navLink,
body.vl-journal-ui .vl-sectionsdd > summary.vl-edition__navLink {
position: relative;
display: inline-flex;
min-height: 44px;
align-items: center;
justify-content: center;
gap: 7px;
padding: 8px 13px;
border: 1px solid transparent !important;
border-radius: 999px !important;
background: transparent !important;
box-shadow: none !important;
color: var(--vlj-copy) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.055em;
text-decoration: none;
text-transform: uppercase;
transition:
border-color 0.2s ease,
background-color 0.2s ease,
color 0.2s ease;
}
body.vl-journal-ui .vl-edition__navLink::after {
display: none !important;
}
body.vl-journal-ui .vl-edition__navLink:hover,
body.vl-journal-ui .vl-searchdd[open] > summary,
body.vl-journal-ui .vl-sectionsdd[open] > summary {
border-color: #c9dcf2 !important;
background: rgba(255, 255, 255, 0.72) !important;
color: var(--vlj-blue-deep) !important;
}
.vl-edition__navLink i {
color: var(--vlj-blue);
font-size: 16px;
line-height: 1;
}
.vl-sectionsdd > summary i {
transition: transform 0.2s ease;
}
body.vl-journal-ui .vl-sectionsdd[open] > summary i {
transform: rotate(180deg) !important;
}
.vl-searchpanel,
.vl-sectionsPanel {
position: absolute;
z-index: 100;
top: calc(100% + 12px);
left: 0;
overflow: hidden;
border: 1px solid var(--vlj-line) !important;
border-radius: 18px !important;
background: rgba(255, 254, 250, 0.98) !important;
box-shadow:
0 24px 58px rgba(18, 52, 95, 0.13),
0 4px 14px rgba(18, 52, 95, 0.06) !important;
-webkit-backdrop-filter: blur(16px) saturate(120%);
backdrop-filter: blur(16px) saturate(120%);
}
.vl-searchpanel {
width: min(540px, calc(100vw - 32px));
padding: 14px;
}
.vl-searchpanel__head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 10px;
color: var(--vlj-ink);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.075em;
text-transform: uppercase;
}
.vl-searchpanel__close,
.vl-sectionsPanel__close {
display: inline-flex;
width: 40px;
height: 40px;
flex: 0 0 40px;
align-items: center;
justify-content: center;
padding: 0;
border: 1px solid var(--vlj-line) !important;
border-radius: 50% !important;
background: rgba(255, 255, 255, 0.82) !important;
box-shadow: none !important;
color: var(--vlj-copy) !important;
cursor: pointer;
transition:
border-color 0.2s ease,
color 0.2s ease,
transform 0.2s ease;
}
.vl-searchpanel__close:hover,
.vl-sectionsPanel__close:hover {
border-color: var(--vlj-line-strong) !important;
color: var(--vlj-blue-deep) !important;
transform: rotate(4deg);
}
.vl-searchpanel__close i,
.vl-sectionsPanel__close i {
font-size: 19px;
}
.vl-searchpanel__close {
width: 32px;
height: 32px;
flex-basis: 32px;
}
.vl-sectionsPanel__close {
width: 44px;
height: 44px;
flex-basis: 44px;
}
.vl-searchpanel__form {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 10px;
}
.vl-searchpanel__field,
.vl-searchpanel__field[type="search"] {
width: 100%;
min-width: 0;
height: 46px;
margin: 0;
padding: 0 14px !important;
border: 1px solid var(--vlj-line) !important;
border-radius: 12px !important;
outline: 0;
background: var(--vlj-paper-cool) !important;
box-shadow: none !important;
color: var(--vlj-ink) !important;
-webkit-text-fill-color: var(--vlj-ink) !important;
caret-color: var(--vlj-blue);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 15px;
}
.vl-searchpanel__field::placeholder {
color: #8290a4 !important;
opacity: 1;
}
.vl-searchpanel__field:focus {
border-color: #8ab9ef !important;
box-shadow: 0 0 0 4px rgba(7, 91, 232, 0.1) !important;
}
.vl-searchpanel__btn,
.vl-searchpanel__reset {
display: inline-flex;
min-height: 40px;
align-items: center;
justify-content: center;
padding: 8px 14px;
border-radius: 11px;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 13px;
font-weight: 700;
text-decoration: none;
}
.vl-searchpanel__btn {
min-height: 46px;
border: 1px solid var(--vlj-blue) !important;
background: var(--vlj-blue) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
cursor: pointer;
}
.vl-searchpanel__btn:hover {
border-color: var(--vlj-blue-deep) !important;
background: var(--vlj-blue-deep) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}
body.vl-journal-ui .vl-searchpanel__btn:focus-visible {
outline: 2px solid var(--vlj-ink-strong) !important;
outline-offset: 3px !important;
box-shadow: 0 0 0 4px rgba(7, 91, 232, 0.16) !important;
}
.vl-searchpanel__reset {
width: fit-content;
margin-top: 10px;
border: 0 !important;
background: transparent !important;
color: var(--vlj-muted) !important;
-webkit-text-fill-color: var(--vlj-muted) !important;
}
.vl-searchpanel__reset:hover {
color: var(--vlj-blue-deep) !important;
-webkit-text-fill-color: var(--vlj-blue-deep) !important;
}
.vl-sectionsPanel {
right: auto;
width: min(940px, calc(100vw - 48px));
max-height: min(680px, calc(100vh - 190px));
max-height: min(680px, calc(100dvh - 190px));
}
.vl-sectionsdd:not([open]) > .vl-sectionsPanel {
display: none;
}
.vl-sectionsdd[open] > .vl-sectionsPanel {
display: flex;
flex-direction: column;
}
.vl-sectionsPanel__head {
display: flex;
flex: 0 0 auto;
align-items: center;
justify-content: space-between;
gap: 24px;
padding: 22px 24px 20px;
border-bottom: 1px solid var(--vlj-line);
background:
linear-gradient(135deg, rgba(234, 243, 255, 0.7), transparent 58%),
var(--vlj-paper);
}
.vl-sectionsPanel__eyebrow,
.vl-sectionsPanel__asideTitle {
display: block;
color: var(--vlj-blue-deep);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 10px;
font-weight: 700;
line-height: 1.35;
letter-spacing: 0.105em;
text-transform: uppercase;
}
.vl-sectionsPanel__title {
margin: 4px 0 0;
color: var(--vlj-ink-strong);
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: clamp(23px, 2.2vw, 30px);
font-weight: 700;
line-height: 1.18;
letter-spacing: -0.02em;
}
.vl-sectionsPanel__body {
flex: 1 1 auto;
min-height: 0;
overflow-x: hidden;
overflow-y: auto;
scrollbar-color: #a9bfd8 #edf3fa;
scrollbar-width: thin;
}
.vl-sectionsPanel__view[hidden] {
display: none !important;
}
.vl-sectionsPanel__view {
min-width: 0;
}
.vl-sectionsPanel__view--root {
display: grid;
grid-template-columns: minmax(0, 1.65fr) minmax(250px, 0.75fr);
min-height: 360px;
}
.vl-sectionsPanel__primary {
min-width: 0;
padding: 24px;
}
.vl-sectionsPanel__primaryHead {
margin-bottom: 18px;
}
.vl-sectionsPanel__primaryHead h3 {
margin: 0;
color: var(--vlj-blue-deep);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 10px;
font-weight: 700;
line-height: 1.35;
letter-spacing: 0.105em;
text-transform: uppercase;
}
.vl-sectionsPanel__primaryHead p {
margin: 5px 0 0;
color: var(--vlj-muted);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 13px;
line-height: 1.45;
}
.vl-sectionsPanel__parentGrid,
.vl-sectionsPanel__grid,
.vl-sectionsPanel__quick,
.vl-sectionsPanel__fallback {
margin: 0;
padding: 0;
list-style: none;
}
.vl-sectionsPanel__parentGrid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.vl-sectionsPanel__parentGrid > li,
.vl-sectionsPanel__grid > li,
.vl-sectionsPanel__quick > li,
.vl-sectionsPanel__fallback > li {
min-width: 0;
margin: 0;
padding: 0;
}
.vl-sectionsPanel__parentCard {
display: grid;
width: 100%;
min-height: 138px;
height: 100%;
grid-template-columns: auto minmax(0, 1fr);
align-items: start;
gap: 14px;
margin: 0;
padding: 16px !important;
border: 1px solid #d8e5f4 !important;
border-radius: 16px !important;
appearance: none;
background:
linear-gradient(
145deg,
rgba(255, 255, 255, 0.98),
rgba(241, 247, 255, 0.88)
) !important;
box-shadow: 0 8px 22px rgba(7, 31, 70, 0.035) !important;
color: var(--vlj-copy) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
text-align: left;
cursor: pointer;
transition:
border-color 0.2s ease,
box-shadow 0.2s ease,
transform 0.2s ease;
}
.vl-sectionsPanel__parentCard:hover,
.vl-sectionsPanel__parentCard:focus-visible {
border-color: #a9cbed !important;
box-shadow: 0 12px 28px rgba(7, 51, 112, 0.075) !important;
transform: translateY(-1px);
}
.vl-sectionsPanel__parentCard.is-current {
border-color: #b9d5f3 !important;
box-shadow:
inset 3px 0 0 var(--vlj-blue),
0 8px 22px rgba(7, 31, 70, 0.045) !important;
}
.vl-sectionsPanel__parentIcon,
.vl-sectionsPanel__detailIcon {
display: inline-flex;
width: 48px;
height: 48px;
flex: 0 0 48px;
align-items: center;
justify-content: center;
border: 1px solid #cfe0f4;
border-radius: 14px;
background: linear-gradient(145deg, #eef6ff, #e4f0ff);
color: var(--vlj-blue);
}
.vl-sectionsPanel__parentIcon i,
.vl-sectionsPanel__detailIcon i {
font-size: 22px;
}
.vl-sectionsPanel__parentCopy {
display: grid;
min-width: 0;
min-height: 104px;
grid-template-rows: auto minmax(0, 1fr) auto;
gap: 5px;
}
.vl-sectionsPanel__parentCopy strong {
color: var(--vlj-ink);
font-size: 16px;
font-weight: 700;
line-height: 1.28;
overflow-wrap: anywhere;
}
.vl-sectionsPanel__parentCopy small {
color: #5f7088;
font-size: 12px;
line-height: 1.42;
}
.vl-sectionsPanel__parentAction {
display: inline-flex;
width: fit-content;
align-items: center;
gap: 6px;
color: var(--vlj-blue-deep);
font-size: 11px;
font-weight: 700;
line-height: 1.3;
}
.vl-sectionsPanel__parentAction i {
color: #7896b7;
transition: transform 0.2s ease;
}
.vl-sectionsPanel__parentCard:hover .vl-sectionsPanel__parentAction i {
transform: translateX(2px);
}
.vl-sectionsPanel__empty {
margin: 0;
padding: 16px;
border: 1px dashed var(--vlj-line);
border-radius: 14px;
color: var(--vlj-muted);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 13px;
}
.vl-sectionsPanel__fallback {
display: grid;
gap: 6px;
margin-top: 14px;
}
.vl-sectionsPanel__fallback a {
color: var(--vlj-blue-deep) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-weight: 700;
}
.vl-sectionsPanel__detail {
padding: 20px 24px 26px;
animation: vl-sections-view-in 0.2s ease both;
}
@keyframes vl-sections-view-in {
from {
opacity: 0;
transform: translateY(4px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.vl-sectionsPanel__back {
display: inline-flex;
min-height: 44px;
align-items: center;
gap: 7px;
margin: 0;
padding: 7px 10px !important;
border: 1px solid transparent !important;
border-radius: 10px !important;
appearance: none;
background: transparent !important;
box-shadow: none !important;
color: var(--vlj-blue-deep) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
font-weight: 700;
line-height: 1.2;
cursor: pointer;
}
.vl-sectionsPanel__back:hover,
.vl-sectionsPanel__back:focus-visible {
border-color: var(--vlj-line) !important;
background: var(--vlj-blue-soft) !important;
}
.vl-sectionsPanel__detailHead {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
gap: 14px;
margin: 12px 0 20px;
padding-bottom: 18px;
border-bottom: 1px solid var(--vlj-line);
}
.vl-sectionsPanel__detailCopy {
min-width: 0;
}
.vl-sectionsPanel__detailCopy h3 {
margin: 0;
color: var(--vlj-ink);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 18px;
font-weight: 700;
line-height: 1.28;
}
.vl-sectionsPanel__detailCopy p {
margin: 4px 0 0;
color: var(--vlj-muted);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
line-height: 1.45;
}
.vl-sectionsPanel__all {
display: inline-flex;
min-height: 44px;
align-items: center;
justify-content: center;
gap: 6px;
padding: 7px 10px;
border: 1px solid var(--vlj-line) !important;
border-radius: 10px !important;
background: #fff !important;
color: var(--vlj-blue-deep) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
line-height: 1;
text-decoration: none;
max-width: 176px;
text-align: center;
}
.vl-sectionsPanel__all:hover {
border-color: var(--vlj-line-strong) !important;
background: var(--vlj-blue-soft) !important;
}
.vl-sectionsPanel__all.is-current {
border-color: var(--vlj-line-strong) !important;
background: var(--vlj-blue-soft) !important;
color: var(--vlj-blue-deep) !important;
}
.vl-sectionsPanel__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
}
.vl-sectionsPanel__discipline {
display: flex;
min-height: 47px;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 10px 12px;
border: 1px solid transparent !important;
border-radius: 11px !important;
background: transparent !important;
color: var(--vlj-copy) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 13px;
font-weight: 700;
line-height: 1.35;
text-decoration: none;
overflow-wrap: anywhere;
transition:
border-color 0.2s ease,
background-color 0.2s ease,
color 0.2s ease;
}
.vl-sectionsPanel__discipline i {
flex: 0 0 auto;
color: #8ba1bb;
transition: transform 0.2s ease;
}
.vl-sectionsPanel__discipline:hover,
.vl-sectionsPanel__discipline:focus-visible,
.vl-sectionsPanel__discipline.is-current {
border-color: #d8e5f4 !important;
background: var(--vlj-paper-cool) !important;
color: var(--vlj-blue-deep) !important;
}
.vl-sectionsPanel__discipline:hover i,
.vl-sectionsPanel__discipline.is-current i {
color: var(--vlj-blue);
transform: translateX(2px);
}
.vl-sectionsPanel__aside {
display: flex;
min-width: 0;
flex-direction: column;
padding: 24px;
border-left: 1px solid var(--vlj-line);
background: rgba(248, 251, 255, 0.72);
}
.vl-sectionsPanel__asideTitle {
margin: 0 0 12px;
color: var(--vlj-muted);
}
.vl-sectionsPanel__quick {
display: grid;
gap: 8px;
}
.vl-sectionsPanel__quickLink {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
gap: 10px;
min-height: 64px;
padding: 11px 12px;
border: 1px solid var(--vlj-line) !important;
border-radius: 12px !important;
background: rgba(255, 255, 255, 0.8) !important;
color: var(--vlj-copy) !important;
text-decoration: none;
transition:
border-color 0.2s ease,
background-color 0.2s ease,
transform 0.2s ease;
}
.vl-sectionsPanel__quickLink > i:first-child {
display: inline-flex;
width: 32px;
height: 32px;
align-items: center;
justify-content: center;
border-radius: 9px;
background: var(--vlj-blue-soft);
color: var(--vlj-blue);
font-size: 16px;
}
.vl-sectionsPanel__quickLink > i:last-child {
color: #8ba1bb;
font-size: 14px;
}
.vl-sectionsPanel__quickLink span {
display: grid;
min-width: 0;
gap: 2px;
}
.vl-sectionsPanel__quickLink strong {
color: var(--vlj-ink);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 13px;
line-height: 1.3;
}
.vl-sectionsPanel__quickLink small {
color: var(--vlj-muted);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
line-height: 1.35;
}
.vl-sectionsPanel__quickLink:hover,
.vl-sectionsPanel__quickLink.is-current {
border-color: var(--vlj-line-strong) !important;
background: #fff !important;
transform: translateY(-1px);
}
.vl-sectionsPanel__journalLink {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-top: auto;
padding-top: 18px;
color: var(--vlj-blue-deep) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
font-weight: 700;
line-height: 1.3;
text-decoration: none;
}
.vl-sectionsPanel__journalLink:hover {
color: var(--vlj-blue) !important;
} .vl-edition__searchNote {
margin: 0 0 30px;
padding: 0 0 14px;
border: 0 !important;
border-bottom: 1px solid var(--vlj-line) !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: var(--vlj-muted) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 14px;
}
.vl-edition__q {
display: inline !important;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: var(--vlj-blue-deep) !important;
font-weight: 700;
}
.vl-edition-grid {
display: block !important;
margin: 0;
}
.vl-col {
min-width: 0;
}
.vl-col--main {
width: 100%;
}
.vl-col--side,
.vl-side {
display: none !important;
}
body.vl-journal-ui .vl-lead {
position: relative;
overflow: visible;
padding: 0 0 clamp(42px, 5vw, 62px) !important;
border: 0 !important;
border-bottom: 1px solid var(--vlj-line) !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
body.vl-journal-ui .vl-journal-home .vl-lead {
overflow: hidden;
padding: clamp(34px, 4.5vw, 50px) !important;
border: 1px solid rgba(155, 198, 251, 0.58) !important;
border-radius: 26px !important;
background:
radial-gradient(
circle at 92% 8%,
rgba(155, 198, 251, 0.24),
transparent min(34vw, 25rem)
),
linear-gradient(
135deg,
rgba(255, 254, 250, 0.98) 0%,
rgba(248, 251, 255, 0.98) 46%,
rgba(234, 243, 255, 0.82) 100%
) !important;
box-shadow: 0 16px 38px rgba(7, 31, 70, 0.055) !important;
}
body.vl-journal-ui .vl-lead::before,
body.vl-journal-ui .vl-lead::after {
display: none !important;
content: none !important;
}
.vl-lead__meta,
.vl-item__meta {
display: flex;
align-items: center;
align-content: flex-start;
gap: 8px;
flex-wrap: wrap;
color: var(--vlj-muted) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
line-height: 1.4;
}
body.vl-journal-ui .vl-cat {
display: inline;
min-height: 0;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
color: var(--vlj-blue-deep) !important;
box-shadow: none !important;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.075em;
text-decoration: none;
text-transform: uppercase;
}
body.vl-journal-ui a.vl-cat:hover {
color: var(--vlj-blue) !important;
text-decoration: underline;
}
.vl-meta,
.vl-metaSep {
color: var(--vlj-muted) !important;
}
.vl-metaSep {
opacity: 0.6;
}
body.vl-journal-ui .vl-lead__title {
max-width: 980px;
margin: 20px 0 0;
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: clamp(32px, 4.2vw, 46px);
font-weight: 650;
line-height: 1.16;
letter-spacing: -0.014em;
text-wrap: balance;
}
.vl-lead__title a,
.vl-item__title a {
color: var(--vlj-ink-strong) !important;
text-decoration: none;
}
.vl-lead__title a:hover,
.vl-item__title a:hover {
color: var(--vlj-blue) !important;
}
.vl-lead__excerpt {
max-width: 780px;
margin: 20px 0 0;
color: var(--vlj-copy) !important;
font-family: var(--vl-font-copy, "PT Serif", Georgia, serif);
font-size: clamp(17px, 1.7vw, 20px);
line-height: 1.72;
}
body.vl-journal-ui .vl-lead__link,
body.vl-journal-ui .vl-item__link {
display: inline-flex;
min-height: 0;
align-items: center;
justify-content: flex-start;
gap: 8px;
margin-top: 24px;
padding: 0 0 4px !important;
border: 0 !important;
border-bottom: 1px solid rgba(7, 91, 232, 0.36) !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: var(--vlj-blue-deep) !important;
-webkit-text-fill-color: currentColor !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 14px;
font-weight: 700;
text-decoration: none;
transition:
border-color 0.2s ease,
color 0.2s ease,
gap 0.2s ease;
}
body.vl-journal-ui .vl-lead__link:hover,
body.vl-journal-ui .vl-item__link:hover {
border-color: currentColor !important;
background: transparent !important;
color: var(--vlj-blue) !important;
gap: 11px;
transform: none !important;
}
.vl-stream {
margin-top: clamp(44px, 5vw, 66px);
}
.vl-journal-home .vl-stream {
margin-top: 0;
}
.vl-stream__title {
margin: 0 0 16px;
color: var(--vlj-muted) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.115em;
text-transform: uppercase;
}
.vl-journal-home .vl-stream__title--latest {
margin: 0 0 clamp(20px, 2.5vw, 28px);
color: var(--vlj-ink-strong) !important;
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: clamp(28px, 3vw, 36px);
font-weight: 650;
line-height: 1.2;
letter-spacing: -0.012em;
text-transform: none;
text-wrap: balance;
}
.vl-stream__list {
display: block !important;
border-top: 1px solid var(--vlj-line) !important;
}
body.vl-journal-ui .vl-item {
position: relative;
display: grid !important;
grid-template-columns: minmax(150px, 190px) minmax(0, 1fr) auto !important;
grid-template-rows: auto auto;
align-items: start;
gap: 10px clamp(24px, 4vw, 54px) !important;
min-width: 0;
padding: clamp(26px, 3.4vw, 38px) 0 !important;
border: 0 !important;
border-bottom: 1px solid var(--vlj-line) !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
transition: none !important;
}
body.vl-journal-ui .vl-item::before,
body.vl-journal-ui .vl-item::after {
display: none !important;
content: none !important;
}
body.vl-journal-ui .vl-item:hover {
border-color: var(--vlj-line-strong) !important;
background: transparent !important;
box-shadow: none !important;
transform: none !important;
}
.vl-item__meta {
grid-column: 1;
grid-row: 1 / 3;
padding-top: 5px;
}
.vl-item__body {
grid-column: 2;
grid-row: 1 / 3;
min-width: 0;
}
.vl-item > .vl-item__title {
grid-column: 2;
grid-row: 1;
}
.vl-item > .vl-item__excerpt {
grid-column: 2;
grid-row: 2;
}
.vl-item__title {
margin: 0;
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: clamp(24px, 2.6vw, 32px);
font-weight: 650;
line-height: 1.24;
letter-spacing: -0.012em;
text-wrap: balance;
}
.vl-item__excerpt {
max-width: 720px;
margin: 12px 0 0;
color: #405978 !important;
font-family: var(--vl-font-copy, "PT Serif", Georgia, serif);
font-size: 15px;
line-height: 1.65;
}
body.vl-journal-ui .vl-item__link {
grid-column: 3;
grid-row: 1 / 3;
align-self: center;
margin-top: 0;
white-space: nowrap;
}
.vl-edition-empty,
.vl-journal-empty {
padding: 30px 0;
border: 0 !important;
border-top: 1px solid var(--vlj-line) !important;
border-bottom: 1px solid var(--vlj-line) !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: var(--vlj-copy) !important;
text-align: center;
}
.vl-edition-pagi,
.journal-pagination {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
flex-wrap: wrap;
margin-top: clamp(34px, 5vw, 52px);
}
body.vl-journal-ui .vl-edition-pagi .page-numbers,
body.vl-journal-ui .journal-pagination .page-numbers {
display: inline-flex;
min-width: 40px;
height: 40px;
align-items: center;
justify-content: center;
padding: 0 10px;
border: 1px solid transparent !important;
border-radius: 50% !important;
background: transparent !important;
box-shadow: none !important;
color: var(--vlj-copy) !important;
-webkit-text-fill-color: currentColor !important;
font-size: 14px;
font-weight: 700;
text-decoration: none;
}
body.vl-journal-ui .vl-edition-pagi a.page-numbers:hover,
body.vl-journal-ui .journal-pagination a.page-numbers:hover {
border-color: var(--vlj-line) !important;
background: rgba(255, 255, 255, 0.72) !important;
color: var(--vlj-blue-deep) !important;
transform: none !important;
}
body.vl-journal-ui .vl-edition-pagi .page-numbers.current,
body.vl-journal-ui .journal-pagination .page-numbers.current {
border-color: var(--vlj-blue) !important;
background: var(--vlj-blue) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
} body.single-post #vl-read-progress {
position: fixed;
z-index: 10000;
top: 0;
left: 0;
width: 0;
height: 3px;
background: linear-gradient(90deg, #35a5ff, var(--vlj-blue-deep)) !important;
box-shadow: 0 2px 9px rgba(7, 91, 232, 0.24) !important;
}
body.admin-bar.single-post #vl-read-progress {
top: 32px;
}
body.single-post .vl-article-wrap {
padding-top: clamp(44px, 5vw, 74px);
}
body.single-post .vl-article-head__inner {
width: 100%;
}
body.single-post .vl-article__topline {
flex-wrap: wrap;
margin-bottom: clamp(28px, 4vw, 46px);
padding: 0 0 16px !important;
border: 0 !important;
border-bottom: 1px solid var(--vlj-line) !important;
text-transform: none;
letter-spacing: 0.015em;
}
body.single-post .vl-article__back {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: var(--vlj-blue-deep) !important;
font-weight: 700;
text-decoration: none;
}
body.single-post .vl-article__back:hover {
background: transparent !important;
color: var(--vlj-blue) !important;
}
body.single-post .vl-article__breadcrumbs {
min-width: 0;
}
body.single-post .vl-article__breadcrumbs-list {
display: flex;
align-items: center;
gap: 7px;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
body.single-post .vl-article__breadcrumbs a {
color: var(--vlj-muted) !important;
text-decoration: none;
}
body.single-post .vl-article__breadcrumbs a:hover {
color: var(--vlj-blue) !important;
}
body.single-post .vl-article-head__grid,
body.single-post .vl-article-head--text-only .vl-article-head__grid {
display: grid;
grid-template-columns: minmax(0, 1fr) !important;
gap: clamp(34px, 5vw, 54px);
padding-top: 0;
}
body.single-post .vl-article-head .vl-edition__masthead {
max-width: 980px;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
}
body.single-post .vl-article__category-badge {
display: inline-flex;
min-height: 0;
align-items: center;
padding: 0 0 4px !important;
border: 0 !important;
border-bottom: 1px solid rgba(7, 91, 232, 0.35) !important;
border-radius: 0 !important;
background: transparent !important;
color: var(--vlj-blue-deep) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.075em;
text-decoration: none;
text-transform: uppercase;
}
body.single-post .vl-article__category-badge:hover {
border-color: currentColor !important;
background: transparent !important;
color: var(--vlj-blue) !important;
}
body.single-post .vl-article__title {
max-width: 980px;
margin-top: 0;
font-size: clamp(34px, 4.4vw, 46px);
}
body.single-post .vl-article__lead {
max-width: 780px;
margin: 22px 0 0;
color: #405978 !important;
font-family: var(--vl-font-copy, "PT Serif", Georgia, serif);
font-size: clamp(18px, 1.9vw, 21px);
line-height: 1.7;
}
body.single-post .vl-article__meta {
display: flex;
align-items: center;
gap: 18px;
flex-wrap: wrap;
margin-top: 28px;
color: var(--vlj-muted) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
}
body.single-post .vl-article__author {
display: inline-flex;
min-height: 42px;
align-items: center;
gap: 9px;
padding: 4px 12px 4px 5px;
border: 1px solid var(--vlj-line) !important;
border-radius: 999px !important;
background: rgba(255, 255, 255, 0.7) !important;
color: var(--vlj-ink) !important;
text-decoration: none;
transition:
border-color 0.2s ease,
background-color 0.2s ease;
}
body.single-post .vl-article__author:hover {
border-color: var(--vlj-line-strong) !important;
background: #fff !important;
color: var(--vlj-blue-deep) !important;
}
body.single-post .vl-article__expertMark {
display: inline-flex;
width: 32px;
height: 32px;
flex: 0 0 32px;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--vlj-blue-soft);
}
body.single-post .vl-article__expertMark img {
display: block;
width: 22px;
height: auto;
}
body.single-post .vl-article__author-role {
color: currentColor;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.055em;
text-transform: uppercase;
}
body.single-post .vl-article__meta-list {
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
body.single-post .vl-article__meta-list li {
display: inline-flex;
min-height: 0;
align-items: center;
gap: 6px;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
}
body.single-post .vl-article__meta-list i {
color: var(--vlj-blue);
font-size: 14px;
}
body.single-post .vl-article__cover {
position: static;
overflow: visible;
width: 100%;
min-height: 0;
margin: 0;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
body.single-post .vl-article__cover-image {
display: block;
width: 100%;
height: auto;
min-height: 300px;
border: 1px solid var(--vlj-line);
border-radius: 20px;
background: #edf5ff;
box-shadow: 0 18px 46px rgba(18, 52, 95, 0.1);
aspect-ratio: 16 / 7;
object-fit: cover;
}
body.single-post .vl-article__cover-caption {
position: static;
display: block;
padding: 10px 2px 0;
border: 0;
background: transparent;
color: var(--vlj-muted);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
line-height: 1.5;
text-align: left;
} body.single-post .vl-article-body {
padding-top: clamp(54px, 7vw, 90px);
overflow: visible !important;
}
body.single-post .vl-article-grid {
display: grid !important;
grid-template-columns: minmax(0, var(--vlj-reading)) minmax(210px, 240px) !important;
justify-content: center;
align-items: start;
gap: clamp(50px, 7vw, 88px) !important;
margin-top: 0 !important;
overflow: visible !important;
}
body.single-post .vl-article-main,
body.single-post .vl-article-side {
min-width: 0;
}
body.single-post .vl-article-main {
width: 100%;
max-width: var(--vlj-reading);
}
body.single-post .vl-article-side {
display: block !important;
position: sticky !important;
top: 30px !important;
align-self: start;
height: fit-content !important;
max-height: calc(100vh - 60px) !important;
}
body.admin-bar.single-post .vl-article-side {
top: 62px !important;
max-height: calc(100vh - 92px) !important;
}
body.single-post .vl-article {
position: static !important;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
body.single-post .vl-article::before,
body.single-post .vl-article::after {
display: none !important;
content: none !important;
}
body.single-post .vl-article > * {
position: static !important;
}
body.single-post .vl-article__paper,
body.single-post .vl-article__content {
width: 100%;
max-width: var(--vlj-reading);
margin-inline: auto;
}
body.single-post .vl-content-formatted {
color: #183252 !important;
font-family: var(--vl-font-copy, "PT Serif", Georgia, serif);
font-size: clamp(18px, 1.65vw, 20px);
line-height: 1.8;
overflow-wrap: break-word;
}
body.single-post .vl-content-formatted > :first-child {
margin-top: 0;
}
body.single-post .vl-content-formatted > :last-child {
margin-bottom: 0;
}
body.single-post .vl-content-formatted p {
margin: 0 0 1.25em;
}
body.single-post .vl-content-formatted h2,
body.single-post .vl-content-formatted h3 {
color: var(--vlj-ink-strong) !important;
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-weight: 650;
letter-spacing: -0.012em;
text-wrap: balance;
scroll-margin-top: 110px;
}
body.single-post .vl-content-formatted h2 {
margin: 1.85em 0 0.7em;
font-size: clamp(28px, 3vw, 36px);
line-height: 1.25;
}
body.single-post .vl-content-formatted h3 {
margin: 1.65em 0 0.65em;
font-size: clamp(23px, 2.4vw, 28px);
line-height: 1.3;
}
body.single-post .vl-content-formatted :where(h4, h5, h6) {
color: var(--vlj-ink);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
line-height: 1.32;
}
body.single-post .vl-content-formatted a {
color: var(--vlj-blue-deep) !important;
text-decoration-color: rgba(7, 91, 232, 0.36);
text-decoration-thickness: 1px;
}
body.single-post .vl-content-formatted a:hover {
color: var(--vlj-blue) !important;
text-decoration-color: currentColor;
}
body.single-post .vl-content-formatted :where(ul, ol) {
margin: 0 0 1.25em;
padding-left: 1.45em;
}
body.single-post .vl-content-formatted li {
margin: 0.42em 0;
}
body.single-post .vl-content-formatted li::marker {
color: var(--vlj-blue);
}
body.single-post .vl-content-formatted blockquote {
margin: 1.7em 0;
padding: 4px 0 4px 24px;
border: 0 !important;
border-left: 3px solid var(--vlj-blue) !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: #35516f !important;
font-size: 1.02em;
font-style: italic;
}
body.single-post .vl-content-formatted blockquote p {
margin: 0 0 0.85em !important;
}
body.single-post .vl-content-formatted blockquote p:last-child {
margin-bottom: 0 !important;
}
body.single-post .vl-content-formatted code {
padding: 0.12em 0.35em;
border: 1px solid #d2dfef !important;
border-radius: 6px;
background: #f1f5fa !important;
color: #17385f !important;
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
font-size: 0.86em;
}
body.single-post .vl-content-formatted pre {
max-width: 100%;
margin: 1.5em 0;
padding: 18px;
overflow: auto;
border: 1px solid #d4e0ee !important;
border-radius: 14px;
background: #f4f7fb !important;
box-shadow: none !important;
color: #17385f !important;
}
body.single-post .vl-content-formatted pre code {
padding: 0;
border: 0 !important;
background: transparent !important;
}
body.single-post .vl-content-formatted :where(img, video) {
max-width: 100%;
height: auto;
border-radius: 14px;
}
body.single-post .vl-content-formatted figure {
margin: 1.7em 0;
}
body.single-post .vl-content-formatted figcaption {
margin-top: 8px;
color: var(--vlj-muted) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 13px;
line-height: 1.5;
text-align: left;
}
body.single-post .vl-content-formatted table {
display: block;
width: 100%;
max-width: 100%;
margin: 1.6em 0;
overflow-x: auto;
border: 1px solid var(--vlj-line) !important;
border-radius: 12px;
border-collapse: separate;
border-spacing: 0;
background: #fff !important;
}
body.single-post .vl-content-formatted :where(th, td) {
min-width: 130px;
padding: 12px 14px;
border-right: 1px solid var(--vlj-line) !important;
border-bottom: 1px solid var(--vlj-line) !important;
text-align: left;
vertical-align: top;
}
body.single-post .vl-content-formatted th {
background: var(--vlj-blue-soft) !important;
color: var(--vlj-ink) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 14px;
font-weight: 700;
} body.single-post .vl-toc {
position: static !important;
top: auto !important;
width: 100%;
max-width: 100%;
max-height: inherit;
padding: 2px 0 2px 20px !important;
overflow-x: hidden;
overflow-y: auto;
overscroll-behavior: contain;
border: 0 !important;
border-left: 1px solid var(--vlj-line) !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
scrollbar-color: #a7bfd9 transparent;
scrollbar-width: thin;
}
body.single-post .vl-toc::before,
body.single-post .vl-toc::after {
display: none !important;
content: none !important;
}
body.admin-bar.single-post .vl-toc {
top: auto !important;
max-height: inherit;
}
body.single-post .vl-toc::-webkit-scrollbar {
width: 6px;
height: 0;
}
body.single-post .vl-toc::-webkit-scrollbar-track {
background: transparent;
}
body.single-post .vl-toc::-webkit-scrollbar-thumb {
border-radius: 999px;
background: #a7bfd9;
}
body.single-post .vl-toc__title,
body.single-post .vl-toc-mobile__title {
margin: 0;
padding: 0 !important;
border: 0 !important;
color: var(--vlj-muted) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.105em;
text-transform: uppercase;
}
body.single-post .vl-toc__list {
display: grid;
min-width: 0;
max-width: 100%;
gap: 2px;
margin: 14px 0 0;
padding: 0;
list-style: none;
}
body.single-post .vl-toc__item {
position: relative;
display: block;
min-width: 0;
max-width: 100%;
padding: 7px 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: #4b617c !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 13px;
font-weight: 600;
line-height: 1.4;
text-decoration: none;
overflow-wrap: anywhere;
word-break: normal;
transition:
color 0.2s ease,
transform 0.2s ease;
}
body.single-post .vl-toc__item::before {
position: absolute;
top: 7px;
bottom: 7px;
left: -21px;
width: 2px;
border-radius: 999px;
background: transparent;
content: "";
}
body.single-post .vl-toc__item.is-h3 {
padding-left: 13px !important;
color: #718197 !important;
font-size: 12px;
}
body.single-post .vl-toc__item:hover,
body.single-post .vl-toc__item:focus-visible,
body.single-post .vl-toc__item.is-active {
background: transparent !important;
color: var(--vlj-blue-deep) !important;
transform: translateX(2px);
}
body.single-post .vl-toc__item:focus-visible {
outline: 2px solid var(--vlj-blue) !important;
outline-offset: 3px;
}
body.single-post .vl-toc__item.is-active::before {
background: var(--vlj-blue);
}
body.single-post .vl-toc-mobile {
display: none;
margin: 0 0 30px;
padding: 0 !important;
overflow: hidden;
border: 0 !important;
border-top: 1px solid var(--vlj-line) !important;
border-bottom: 1px solid var(--vlj-line) !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
body.single-post .vl-toc-mobile::before,
body.single-post .vl-toc-mobile::after {
display: none !important;
content: none !important;
}
body.single-post .vl-toc-mobile__head {
display: flex;
min-height: 52px;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 13px 0;
list-style: none;
cursor: pointer;
}
body.single-post .vl-toc-mobile__head::-webkit-details-marker {
display: none;
}
body.single-post .vl-toc-mobile__head i {
color: var(--vlj-blue);
transition: transform 0.2s ease;
}
body.single-post .vl-toc-mobile[open] .vl-toc-mobile__head i {
transform: rotate(180deg);
}
body.single-post .vl-toc-mobile .vl-toc__nav {
padding: 0 0 14px;
}
body.single-post .vl-toc-mobile .vl-toc__item::before {
display: none;
}
body.single-post .vl-toc[hidden],
body.single-post .vl-toc-mobile[hidden] {
display: none !important;
} body.single-post .vl-article__tags,
body.single-post .vl-related,
body.single-post .vl-article-nav,
body.single-post .vl-article__comments,
body.single-post .vl-post-pagi {
width: 100%;
max-width: var(--vlj-reading);
margin-inline: auto;
}
body.single-post .vl-article__tags,
body.single-post .vl-related,
body.single-post .vl-article-nav,
body.single-post .vl-article__comments {
margin-top: clamp(36px, 5vw, 56px);
padding-top: 24px;
border-top: 1px solid var(--vlj-line) !important;
}
body.single-post .vl-article__tagsTitle,
body.single-post .vl-related__title {
margin: 0 0 16px;
color: var(--vlj-muted) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.105em;
text-transform: uppercase;
}
body.single-post .vl-article__tagsList {
display: flex;
gap: 9px 16px;
flex-wrap: wrap;
}
body.single-post .vl-tag {
display: inline-flex;
min-height: 0;
align-items: center;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: var(--vlj-copy) !important;
font-size: 13px;
font-weight: 700;
text-decoration: none;
}
body.single-post .vl-tag::before {
color: var(--vlj-blue);
content: "#";
}
body.single-post .vl-tag:hover {
background: transparent !important;
color: var(--vlj-blue-deep) !important;
}
body.single-post .vl-related__list {
display: block !important;
border-top: 1px solid var(--vlj-line);
}
body.single-post .vl-related__item {
display: grid;
grid-template-columns: minmax(140px, 170px) minmax(0, 1fr) auto;
align-items: center;
gap: 24px;
padding: 22px 0 !important;
border: 0 !important;
border-bottom: 1px solid var(--vlj-line) !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
text-decoration: none;
}
body.single-post .vl-related__item:hover {
border-color: var(--vlj-line-strong) !important;
background: transparent !important;
transform: none !important;
}
body.single-post .vl-related__meta {
display: block;
margin: 0;
color: var(--vlj-muted) !important;
font-size: 10px;
font-weight: 700;
line-height: 1.45;
letter-spacing: 0.045em;
text-transform: uppercase;
}
body.single-post .vl-related__ttl {
display: block;
color: var(--vlj-ink) !important;
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: 19px;
font-weight: 700;
line-height: 1.35;
}
body.single-post .vl-related__more {
display: inline-flex;
align-items: center;
gap: 6px;
margin: 0;
color: var(--vlj-blue-deep) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
font-weight: 700;
white-space: nowrap;
}
body.single-post .vl-article-nav {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0;
}
body.single-post .vl-article-nav__item {
display: grid;
align-content: start;
gap: 9px;
min-width: 0;
padding: 0 28px 0 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
text-decoration: none;
}
body.single-post .vl-article-nav__item--next {
padding: 0 0 0 28px !important;
border-left: 1px solid var(--vlj-line) !important;
text-align: right;
}
body.single-post .vl-article-nav__item:hover {
background: transparent !important;
transform: none !important;
}
body.single-post .vl-article-nav__k {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--vlj-blue-deep) !important;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.065em;
text-transform: uppercase;
}
body.single-post .vl-article-nav__item--next .vl-article-nav__k {
justify-content: flex-end;
}
body.single-post .vl-article-nav__t {
color: var(--vlj-ink) !important;
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: 17px;
font-weight: 700;
line-height: 1.38;
}
body.single-post .vl-comments {
width: 100%;
}
body.single-post .vl-comments__head {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(240px, 0.8fr);
align-items: end;
gap: 24px;
margin-bottom: 26px;
}
body.single-post .vl-comments__eyebrow {
display: block;
margin-bottom: 5px;
color: var(--vlj-blue-deep);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 10px;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.105em;
text-transform: uppercase;
}
body.single-post .vl-comments__title {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
margin: 0;
color: var(--vlj-ink-strong) !important;
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: clamp(28px, 3vw, 36px);
font-weight: 650;
line-height: 1.22;
letter-spacing: -0.012em;
}
body.single-post .vl-comments__title > span {
display: inline-flex;
min-height: 28px;
align-items: center;
padding: 5px 10px;
border: 1px solid var(--vlj-line);
border-radius: 999px;
background: var(--vlj-paper-cool);
color: var(--vlj-muted);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 10px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.04em;
}
body.single-post .vl-comments__intro {
margin: 0;
color: var(--vlj-muted);
font-family: var(--vl-font-copy, "PT Serif", Georgia, serif);
font-size: 14px;
line-height: 1.65;
}
body.single-post .vl-comments__list,
body.single-post .vl-comments__list .children {
margin: 0;
padding: 0;
list-style: none;
}
body.single-post .vl-comments__list {
display: grid;
gap: 12px;
}
body.single-post .vl-comments__list .children {
display: grid;
gap: 12px;
margin: 12px 0 0 28px;
padding-left: 20px;
border-left: 1px solid var(--vlj-line);
}
body.single-post .vl-comment {
min-width: 0;
margin: 0;
padding: 0;
}
body.single-post .vl-comment__body {
padding: 20px 22px;
border: 1px solid var(--vlj-line);
border-radius: 16px;
background: rgba(255, 254, 250, 0.72);
}
body.single-post .vl-comment.bypostauthor > .vl-comment__body {
border-color: #bfd8f5;
background:
linear-gradient(135deg, rgba(234, 243, 255, 0.58), transparent 54%),
rgba(255, 254, 250, 0.9);
}
body.single-post .vl-comment__head {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
gap: 11px;
}
body.single-post .vl-comment__avatar,
body.single-post .vl-commentForm__avatar {
display: block;
border: 1px solid var(--vlj-line);
border-radius: 50%;
background: var(--vlj-blue-soft);
object-fit: cover;
}
body.single-post .vl-comment__avatar {
width: 44px;
height: 44px;
}
body.single-post .vl-comment__avatar--guest {
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--vlj-blue-deep);
font-size: 20px;
}
body.single-post .vl-comment__identity {
display: grid;
min-width: 0;
gap: 2px;
}
body.single-post .vl-comment__nameLine {
display: flex;
min-width: 0;
align-items: center;
gap: 7px;
flex-wrap: wrap;
}
body.single-post .vl-comment__author {
color: var(--vlj-ink);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 14px;
font-weight: 700;
line-height: 1.3;
}
body.single-post .vl-comment__author a {
color: inherit !important;
text-decoration: none;
}
body.single-post .vl-comment__author a:hover {
color: var(--vlj-blue-deep) !important;
}
body.single-post .vl-comment__badge {
display: inline-flex;
align-items: center;
padding: 3px 6px;
border-radius: 999px;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 9px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.06em;
text-transform: uppercase;
}
body.single-post .vl-comment__badge--member {
background: #e7f1ff;
color: var(--vlj-blue-deep);
}
body.single-post .vl-comment__badge--guest {
background: #edf0f4;
color: #536274;
}
body.single-post .vl-comment__date,
body.single-post .vl-comment__edit {
color: var(--vlj-muted) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 10px;
font-weight: 700;
line-height: 1.35;
text-decoration: none;
}
body.single-post .vl-comment__date:hover,
body.single-post .vl-comment__edit:hover {
color: var(--vlj-blue-deep) !important;
}
body.single-post .vl-comment__moderation {
margin: 14px 0 0;
padding: 10px 12px;
border-left: 2px solid #d89d2e;
background: #fff8e8;
color: #765718;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
line-height: 1.5;
}
body.single-post .vl-comment__content {
margin-top: 14px;
color: var(--vlj-copy);
font-family: var(--vl-font-copy, "PT Serif", Georgia, serif);
font-size: 15px;
line-height: 1.72;
overflow-wrap: anywhere;
}
body.single-post .vl-comment__content > :first-child {
margin-top: 0;
}
body.single-post .vl-comment__content > :last-child {
margin-bottom: 0;
}
body.single-post .vl-comment__footer {
margin-top: 14px;
}
body.single-post .vl-comment .comment-reply-link {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--vlj-blue-deep) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
line-height: 1;
text-decoration: none;
}
body.single-post .vl-comment .comment-reply-link:hover {
color: var(--vlj-blue) !important;
}
body.single-post .vl-comments__empty,
body.single-post .vl-comments__closed {
margin: 0;
border: 1px dashed #c6d8ec;
border-radius: 15px;
background: rgba(248, 251, 255, 0.66);
color: var(--vlj-muted);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
}
body.single-post .vl-comments__empty {
display: flex;
align-items: center;
gap: 13px;
padding: 18px 20px;
}
body.single-post .vl-comments__empty > i {
color: var(--vlj-blue);
font-size: 26px;
}
body.single-post .vl-comments__empty > div {
display: grid;
gap: 2px;
}
body.single-post .vl-comments__empty strong {
color: var(--vlj-ink);
font-size: 13px;
}
body.single-post .vl-comments__empty span {
font-size: 12px;
line-height: 1.45;
}
body.single-post .vl-comments__closed {
padding: 16px 18px;
font-size: 13px;
}
body.single-post .vl-comments__pagination {
margin-top: 20px;
}
body.single-post .vl-comments__pagination .page-numbers {
display: flex;
align-items: center;
gap: 7px;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
body.single-post .vl-comments__pagination .page-numbers li {
margin: 0;
}
body.single-post .vl-comments__pagination a,
body.single-post .vl-comments__pagination .current {
display: inline-flex;
min-width: 36px;
min-height: 36px;
align-items: center;
justify-content: center;
gap: 5px;
padding: 7px 10px;
border: 1px solid var(--vlj-line);
border-radius: 10px;
background: transparent;
color: var(--vlj-copy);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
text-decoration: none;
}
body.single-post .vl-comments__pagination a:hover,
body.single-post .vl-comments__pagination .current {
border-color: var(--vlj-line-strong);
background: var(--vlj-blue-soft);
color: var(--vlj-blue-deep);
}
body.single-post .vl-comments__notice {
display: flex;
align-items: flex-start;
gap: 10px;
margin-top: 28px;
padding: 14px 16px;
border: 1px solid #bcdcc9;
border-radius: 13px;
background: #f1fbf5;
color: #2d6442;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
line-height: 1.5;
}
body.single-post .vl-comments__notice > i {
flex: 0 0 auto;
margin-top: 1px;
font-size: 18px;
}
body.single-post .vl-comments__notice + #respond {
margin-top: 12px;
}
body.single-post .vl-comments #respond,
body.single-post .vl-commentsGate {
margin-top: 28px;
border: 1px solid #cfdef0;
border-radius: 18px;
background:
radial-gradient(circle at 92% 0, rgba(142, 192, 249, 0.2), transparent 34%),
var(--vlj-paper-cool);
}
body.single-post .vl-comments #respond {
padding: clamp(20px, 3vw, 28px);
}
body.single-post .vl-commentForm__title {
margin: 0 0 18px;
color: var(--vlj-ink-strong) !important;
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: clamp(23px, 2.4vw, 29px);
font-weight: 650;
line-height: 1.24;
letter-spacing: -0.012em;
}
body.single-post .vl-commentForm__cancel {
display: inline-block;
margin-left: 8px;
vertical-align: middle;
}
body.single-post .vl-commentForm__cancel a {
color: var(--vlj-muted) !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
text-decoration: none;
}
body.single-post .vl-commentForm__identity {
display: flex;
min-width: 0;
align-items: center;
gap: 9px;
margin-bottom: 16px;
color: var(--vlj-muted);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
}
body.single-post .vl-commentForm__identity strong {
color: var(--vlj-ink);
overflow-wrap: anywhere;
}
body.single-post .vl-commentForm__avatar {
width: 36px;
height: 36px;
}
body.single-post .vl-commentForm {
margin: 0;
}
body.single-post .vl-commentForm__guestNote {
display: flex;
align-items: flex-start;
gap: 9px;
margin: 0 0 16px;
padding: 11px 12px;
border: 1px solid #d5e3f3;
border-radius: 11px;
background: rgba(255, 255, 255, 0.62);
color: var(--vlj-muted);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
line-height: 1.5;
}
body.single-post .vl-commentForm__guestNote > i {
flex: 0 0 auto;
margin-top: 1px;
color: var(--vlj-blue-deep);
font-size: 18px;
}
body.single-post .vl-commentForm__guestNote a {
color: var(--vlj-blue-deep) !important;
font-weight: 700;
text-decoration: underline;
text-underline-offset: 2px;
}
body.single-post .vl-commentForm__field {
display: grid;
gap: 7px;
margin: 0;
}
body.single-post .vl-commentForm__field + .vl-commentForm__field {
margin-top: 14px;
}
body.single-post .vl-commentForm__field label {
color: var(--vlj-copy);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.055em;
text-transform: uppercase;
}
body.single-post .vl-commentForm__field textarea {
display: block;
width: 100%;
min-height: 150px;
resize: vertical;
margin: 0;
padding: 14px 15px;
border: 1px solid #7f94aa !important;
border-radius: 13px !important;
outline: 0;
background: rgba(255, 255, 255, 0.88) !important;
box-shadow: none !important;
color: var(--vlj-ink) !important;
-webkit-text-fill-color: var(--vlj-ink) !important;
caret-color: var(--vlj-blue);
font-family: var(--vl-font-copy, "PT Serif", Georgia, serif);
font-size: 15px;
line-height: 1.65;
}
body.single-post .vl-commentForm__field input[type="text"] {
display: block;
width: 100%;
min-height: 46px;
margin: 0;
padding: 11px 13px;
border: 1px solid #7f94aa !important;
border-radius: 12px !important;
outline: 0;
background: rgba(255, 255, 255, 0.88) !important;
box-shadow: none !important;
color: var(--vlj-ink) !important;
-webkit-text-fill-color: var(--vlj-ink) !important;
caret-color: var(--vlj-blue);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 14px;
line-height: 1.4;
}
body.single-post .vl-commentForm__field input[type="text"]::placeholder {
color: #66768a !important;
opacity: 1;
}
body.single-post .vl-commentForm__field input[type="text"]:focus {
border-color: #8ab9ef !important;
box-shadow: 0 0 0 4px rgba(7, 91, 232, 0.1) !important;
}
body.single-post .vl-commentForm__field textarea::placeholder {
color: #66768a !important;
opacity: 1;
}
body.single-post .vl-commentForm__field textarea:focus {
border-color: #8ab9ef !important;
box-shadow: 0 0 0 4px rgba(7, 91, 232, 0.1) !important;
}
body.single-post .vl-commentForm__field > span {
color: var(--vlj-muted);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
line-height: 1.4;
}
body.single-post .vl-commentForm__actions {
display: flex;
align-items: center;
justify-content: flex-end;
margin-top: 14px;
}
body.single-post .vl-commentForm__trap {
position: absolute !important;
left: -10000px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
body.single-post .vl-commentForm__submit {
display: inline-flex !important;
min-height: 44px;
align-items: center;
justify-content: center;
gap: 8px;
padding: 10px 16px !important;
border: 1px solid var(--vlj-blue) !important;
border-radius: 11px !important;
background: var(--vlj-blue) !important;
box-shadow: none !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
font-weight: 700;
line-height: 1;
cursor: pointer;
}
body.single-post .vl-commentForm__submit:hover {
border-color: var(--vlj-blue-deep) !important;
background: var(--vlj-blue-deep) !important;
}
body.single-post .vl-commentsGate {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
gap: 18px;
padding: clamp(20px, 3vw, 28px);
}
body.single-post .vl-commentsGate__mark {
display: inline-flex;
width: 56px;
height: 56px;
align-items: center;
justify-content: center;
border: 1px solid #d0e1f4;
border-radius: 16px;
background: rgba(255, 255, 255, 0.82);
}
body.single-post .vl-commentsGate__mark img {
display: block;
width: 30px;
height: auto;
}
body.single-post .vl-commentsGate__copy {
min-width: 0;
}
body.single-post .vl-commentsGate__copy > span {
display: block;
margin-bottom: 4px;
color: var(--vlj-blue-deep);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 10px;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.095em;
text-transform: uppercase;
}
body.single-post .vl-commentsGate__copy h3 {
margin: 0;
color: var(--vlj-ink-strong);
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: clamp(21px, 2.2vw, 27px);
font-weight: 700;
line-height: 1.25;
letter-spacing: -0.018em;
}
body.single-post .vl-commentsGate__copy p {
margin: 7px 0 0;
color: var(--vlj-muted);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 12px;
line-height: 1.55;
}
body.single-post .vl-commentsGate__actions {
display: flex;
align-items: center;
gap: 8px;
}
body.single-post .vl-commentsGate__login,
body.single-post .vl-commentsGate__register {
display: inline-flex;
min-height: 42px;
align-items: center;
justify-content: center;
gap: 7px;
padding: 9px 13px;
border-radius: 10px;
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 11px;
font-weight: 700;
line-height: 1;
text-decoration: none;
white-space: nowrap;
}
body.single-post .vl-commentsGate__login {
border: 1px solid var(--vlj-line) !important;
background: #fff !important;
color: var(--vlj-copy) !important;
}
body.single-post .vl-commentsGate__register {
border: 1px solid var(--vlj-blue) !important;
background: var(--vlj-blue) !important;
color: #fff !important;
}
body.single-post .vl-commentsGate__login:hover {
border-color: var(--vlj-line-strong) !important;
color: var(--vlj-blue-deep) !important;
}
body.single-post .vl-commentsGate__register:hover {
border-color: var(--vlj-blue-deep) !important;
background: var(--vlj-blue-deep) !important;
color: #fff !important;
} body.vl-journal-ui .vl-footer-minimal {
border-top-color: var(--vlj-line) !important;
background: var(--vlj-paper) !important;
color: var(--vlj-copy) !important;
}
body.vl-journal-ui .vl-footer-minimal a {
color: var(--vlj-copy) !important;
}
body.vl-journal-ui .vl-footer-minimal a:hover {
color: var(--vlj-blue) !important;
} @media (max-width: 1199px) {
body.vl-journal-ui .vl-journalCube--large-left {
top: 54%;
left: -230px;
width: 350px;
opacity: 0.84;
}
body.vl-journal-ui .vl-journalCube--large-right,
body.vl-journal-ui .vl-journalCube--small-3 {
display: none;
}
body.vl-journal-ui .vl-journalCube--small-1 {
top: 50px;
left: 32px;
width: 56px;
opacity: 0.74;
}
body.vl-journal-ui .vl-journalCube--small-2 {
top: 74px;
right: 38px;
width: 42px;
opacity: 0.72;
}
}
@media (max-width: 980px) {
body.single-post .vl-article-grid {
grid-template-columns: minmax(0, var(--vlj-reading)) !important;
}
body.single-post .vl-article-side {
display: none !important;
}
body.single-post .vl-toc-mobile {
display: block;
}
}
@media (max-width: 900px) {
.vl-sectionsPanel__view--root {
grid-template-columns: minmax(0, 1fr);
}
.vl-sectionsPanel__aside {
border-top: 1px solid var(--vlj-line);
border-left: 0;
}
.vl-sectionsPanel__journalLink {
margin-top: 18px;
}
body.single-post .vl-commentsGate {
grid-template-columns: auto minmax(0, 1fr);
}
body.single-post .vl-commentsGate__actions {
grid-column: 2;
justify-content: flex-start;
}
}
@media (max-width: 782px) {
body.admin-bar.single-post #vl-read-progress {
top: 46px;
}
}
@media (max-width: 760px) {
body.vl-journal-ui .vl-journalCube--large-left {
display: none;
}
body.vl-journal-ui .vl-journalCube--small-1 {
top: 82px;
left: -18px;
width: 45px;
opacity: 0.58;
}
body.vl-journal-ui .vl-journalCube--small-2 {
top: 24px;
right: -14px;
width: 35px;
opacity: 0.54;
}
.vl-edition,
.vl-edition-body {
width: min(var(--vlj-content), calc(100% - 32px));
}
.vl-edition-wrap {
padding-top: 40px;
}
.vl-edition__title {
font-size: clamp(34px, 5.6vw, 42px);
}
body.single-post .vl-article__title {
font-size: clamp(32px, 4.5vw, 34px);
}
body.vl-journal-ui .vl-item {
grid-template-columns: minmax(0, 1fr) auto !important;
grid-template-rows: auto auto auto;
gap: 12px 18px !important;
}
.vl-item__meta {
grid-column: 1 / -1;
grid-row: 1;
padding-top: 0;
}
.vl-item__body {
grid-column: 1;
grid-row: 2;
}
.vl-item > .vl-item__title {
grid-column: 1 / -1;
grid-row: 2;
}
.vl-item > .vl-item__excerpt {
grid-column: 1 / -1;
grid-row: 3;
}
body.vl-journal-ui .vl-item__link {
grid-column: 2;
grid-row: 2;
align-self: start;
}
body.single-post .vl-article__cover-image {
min-height: 220px;
aspect-ratio: 16 / 9;
}
body.single-post .vl-related__item {
grid-template-columns: 1fr auto;
gap: 8px 18px;
}
body.single-post .vl-related__meta {
grid-column: 1 / -1;
}
body.single-post .vl-comments__head {
grid-template-columns: minmax(0, 1fr);
align-items: start;
gap: 10px;
}
}
@media (max-width: 620px) {
.vl-edition,
.vl-edition-body {
width: calc(100% - 24px);
}
.vl-edition-wrap {
padding: 32px 0 72px;
}
.vl-edition-body {
padding-top: 38px;
}
.vl-edition__topline {
align-items: flex-start;
font-size: 10px;
}
.vl-edition__subtitle {
font-size: 17px;
}
.vl-edition__nav {
margin-top: 28px;
padding-block: 14px;
}
.vl-edition__navInner {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vl-searchdd,
.vl-sectionsdd,
.vl-edition__navLink {
width: 100%;
}
.vl-edition__navLink {
justify-content: center;
}
.vl-searchpanel,
.vl-sectionsPanel {
position: fixed;
z-index: 110;
top: auto;
right: 12px;
left: 12px;
bottom: max(12px, env(safe-area-inset-bottom));
width: auto;
max-height: calc(100vh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
border-radius: 22px !important;
transform: none;
}
.vl-sectionsPanel__head {
padding: 18px;
}
.vl-sectionsPanel__primary,
.vl-sectionsPanel__aside {
padding: 18px;
}
.vl-sectionsPanel__detail {
padding: 16px 18px 20px;
}
.vl-sectionsPanel__parentGrid,
.vl-sectionsPanel__grid {
grid-template-columns: minmax(0, 1fr);
}
.vl-sectionsPanel__parentCard {
min-height: 128px;
}
.vl-sectionsPanel__parentCopy {
min-height: 0;
}
.vl-sectionsPanel__detailHead {
grid-template-columns: auto minmax(0, 1fr);
}
.vl-sectionsPanel__all {
grid-column: 1 / -1;
width: fit-content;
}
.vl-searchpanel__form {
grid-template-columns: 1fr;
}
.vl-searchpanel__btn {
width: 100%;
}
body.vl-journal-ui .vl-lead__title {
font-size: clamp(29px, 6vw, 34px);
}
body.vl-journal-ui .vl-journal-home .vl-lead {
padding: 26px 22px 29px !important;
border-radius: 22px !important;
background:
linear-gradient(
145deg,
rgba(255, 254, 250, 0.99) 0%,
rgba(241, 247, 255, 0.94) 100%
) !important;
box-shadow: 0 12px 28px rgba(7, 31, 70, 0.05) !important;
}
.vl-lead__excerpt {
font-size: 17px;
}
body.vl-journal-ui .vl-item {
grid-template-columns: 1fr !important;
}
.vl-item__meta,
.vl-item__body,
.vl-item > .vl-item__title,
.vl-item > .vl-item__excerpt,
body.vl-journal-ui .vl-item__link {
grid-column: 1;
}
.vl-item__meta {
grid-row: 1;
}
.vl-item__body,
.vl-item > .vl-item__title {
grid-row: 2;
}
.vl-item > .vl-item__excerpt {
grid-row: 3;
}
body.vl-journal-ui .vl-item__link {
grid-row: 3;
justify-self: start;
margin-top: 4px;
}
.vl-item:not(:has(.vl-item__body)) > .vl-item__excerpt {
margin-bottom: 0;
}
body.single-post .vl-article__topline {
gap: 8px;
}
body.single-post .vl-article__breadcrumbs {
flex: 1 1 100%;
}
body.single-post .vl-article__meta {
align-items: flex-start;
}
body.single-post .vl-article__author {
width: fit-content;
}
body.single-post .vl-article__meta-list {
width: 100%;
gap: 10px 14px;
}
body.single-post .vl-content-formatted {
font-size: 17px;
line-height: 1.75;
}
body.single-post .vl-content-formatted h2 {
font-size: 28px;
}
body.single-post .vl-content-formatted h3 {
font-size: 23px;
}
body.single-post .vl-related__item {
grid-template-columns: 1fr;
}
body.single-post .vl-related__more {
margin-top: 5px;
}
body.single-post .vl-article-nav {
grid-template-columns: 1fr;
gap: 24px;
}
body.single-post .vl-article-nav__item,
body.single-post .vl-article-nav__item--next {
padding: 0 !important;
border-left: 0 !important;
text-align: left;
}
body.single-post .vl-article-nav__item--next {
padding-top: 24px !important;
border-top: 1px solid var(--vlj-line) !important;
}
body.single-post .vl-article-nav__item--next .vl-article-nav__k {
justify-content: flex-start;
}
body.single-post .vl-comments__list .children {
margin-left: 10px;
padding-left: 12px;
}
body.single-post .vl-comments__list .children .children {
margin-left: 0;
padding-left: 0;
border-left: 0;
}
body.single-post .vl-comment__body {
padding: 17px;
border-radius: 14px;
}
body.single-post .vl-comment__head {
grid-template-columns: auto minmax(0, 1fr);
}
body.single-post .vl-comment__edit {
grid-column: 2;
justify-self: start;
}
body.single-post .vl-commentsGate {
grid-template-columns: minmax(0, 1fr);
gap: 14px;
}
body.single-post .vl-commentsGate__mark,
body.single-post .vl-commentsGate__actions {
grid-column: 1;
}
body.single-post .vl-commentsGate__actions {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
width: 100%;
}
body.single-post .vl-commentForm__field input[type="text"],
body.single-post .vl-commentForm__field textarea {
font-size: 16px;
}
body.single-post .vl-commentForm__actions {
justify-content: stretch;
}
body.single-post .vl-commentForm__submit {
width: 100%;
}
}
body.vl-journal-overlay-open {
overflow: hidden;
}
@media (max-width: 440px) {
body.vl-journal-ui .vl-journalCube--small-1 {
top: 106px;
left: -24px;
width: 41px;
}
body.vl-journal-ui .vl-journalCube--small-2 {
top: 22px;
right: -18px;
width: 31px;
}
}
@media (max-width: 620px) {
body.vl-journal-overlay-open .vl-journal-index {
z-index: 9990;
}
body.vl-journal-overlay-open .vl-journal-index::before {
position: fixed;
z-index: 90;
inset: 0;
background: rgba(7, 20, 43, 0.42);
content: "";
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
}
body.vl-journal-overlay-open .vl-journal-index > .vl-edition {
z-index: 100;
}
}
@media (prefers-reduced-motion: reduce) {
body.vl-journal-ui
.vl-journal-home
[data-vl-journal-cube-float]
.vl-journalCube__body {
animation: none !important;
transform: none !important;
will-change: auto !important;
}
.vl-edition *,
.vl-edition-body * {
animation-duration: 0.01ms !important;
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
}
}
@media print {
body.vl-journal-ui,
body.vl-journal-ui .site,
body.vl-journal-ui #page,
body.vl-journal-ui .site-content,
body.vl-journal-ui #content {
background: #fff !important;
}
body.single-post #vl-read-progress,
body.single-post .vl-article__back,
body.single-post .vl-article__breadcrumbs,
body.single-post .vl-article-side,
body.single-post .vl-toc-mobile,
body.single-post .vl-related,
body.single-post .vl-article-nav,
body.vl-journal-ui .vl-footer-minimal {
display: none !important;
}
body.vl-journal-ui .vl-journalHero__decor {
display: none !important;
}
body.vl-journal-ui .vl-journal-home .vl-edition__titleGrad {
color: var(--vlj-ink-strong) !important;
background: none !important;
-webkit-text-fill-color: currentColor !important;
}
body.single-post .vl-article-grid {
display: block !important;
}
body.single-post .vl-edition,
body.single-post .vl-edition-body,
body.single-post .vl-article-main,
body.single-post .vl-article__content {
width: 100% !important;
max-width: none !important;
}
}
@media (forced-colors: active) {
body.vl-journal-ui .vl-journalHero__decor {
display: none !important;
}
body.vl-journal-ui .vl-journal-home .vl-edition__titleGrad {
color: CanvasText !important;
background: none !important;
-webkit-text-fill-color: currentColor !important;
}
}#masthead.site-header,
#masthead #ast-desktop-header,
#masthead #ast-mobile-header,
#masthead .ast-main-header-wrap,
#masthead .main-header-bar-wrap,
#masthead .main-header-bar,
#masthead .ast-primary-header-bar,
#masthead .site-primary-header-wrap {
background: transparent !important;
background-color: transparent !important;
border-color: transparent !important;
box-shadow: none !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
} #masthead .ast-site-title-wrap,
#masthead .site-title,
#masthead .site-description {
display: none !important;
} #masthead #ast-desktop-header .site-above-header-wrap.ast-container,
#masthead #ast-mobile-header .ast-above-header-bar.site-above-header-wrap {
position: relative;
isolation: isolate;
overflow: visible !important;
border-color: rgba(112, 168, 240, 0.36) !important;
background:
linear-gradient(
115deg,
rgba(255, 255, 255, 0.28) 0%,
rgba(255, 255, 255, 0.07) 35%,
rgba(104, 169, 255, 0.06) 78%,
rgba(255, 255, 255, 0) 100%
),
linear-gradient(
115deg,
rgba(255, 255, 255, 0.97) 0%,
rgba(249, 252, 255, 0.96) 48%,
rgba(239, 247, 255, 0.95) 100%
) !important;
background-clip: padding-box !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.96),
inset 0 -1px 0 rgba(53, 116, 205, 0.1),
0 16px 40px rgba(10, 42, 86, 0.11),
0 3px 10px rgba(10, 42, 86, 0.045) !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
} @supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
#masthead #ast-desktop-header .site-above-header-wrap.ast-container {
background:
linear-gradient(
115deg,
rgba(255, 255, 255, 0.34) 0%,
rgba(255, 255, 255, 0.08) 34%,
rgba(104, 169, 255, 0.07) 78%,
rgba(255, 255, 255, 0) 100%
),
linear-gradient(
115deg,
rgba(255, 255, 255, 0.88) 0%,
rgba(248, 252, 255, 0.76) 48%,
rgba(232, 243, 255, 0.68) 100%
) !important;
-webkit-backdrop-filter: blur(20px) saturate(135%) !important;
backdrop-filter: blur(20px) saturate(135%) !important;
} #masthead #ast-mobile-header .ast-above-header-bar.site-above-header-wrap {
background:
linear-gradient(
115deg,
rgba(255, 255, 255, 0.28) 0%,
rgba(255, 255, 255, 0.06) 38%,
rgba(104, 169, 255, 0.055) 82%,
rgba(255, 255, 255, 0) 100%
),
linear-gradient(
115deg,
rgba(255, 255, 255, 0.93) 0%,
rgba(248, 252, 255, 0.89) 52%,
rgba(235, 245, 255, 0.86) 100%
) !important;
-webkit-backdrop-filter: blur(16px) saturate(128%) !important;
backdrop-filter: blur(16px) saturate(128%) !important;
}
} #masthead .main-header-menu > .menu-item > .menu-link {
background: transparent !important;
box-shadow: none;
color: var(--vl-copy, #18365f) !important;
transition:
color 0.18s ease,
background-color 0.18s ease,
box-shadow 0.18s ease;
}
#masthead .main-header-menu > .menu-item > .menu-link:hover,
#masthead .main-header-menu > .menu-item:hover > .menu-link,
#masthead .main-header-menu > .menu-item:focus-within > .menu-link {
background: rgba(224, 239, 255, 0.5) !important;
box-shadow:
inset 0 0 0 1px rgba(79, 145, 232, 0.12),
inset 0 1px 0 rgba(255, 255, 255, 0.58);
color: var(--vl-blue, #075be8) !important;
}
#masthead
.main-header-menu
> .menu-item.current-menu-item
> .menu-link,
#masthead
.main-header-menu
> .menu-item.current-menu-ancestor
> .menu-link,
#masthead
.main-header-menu
> .menu-item.current_page_item
> .menu-link,
#masthead
.main-header-menu
> .menu-item.current_page_parent
> .menu-link {
background:
linear-gradient(
180deg,
rgba(238, 247, 255, 0.96) 0%,
rgba(211, 231, 255, 0.74) 100%
) !important;
box-shadow:
inset 0 0 0 1px rgba(79, 145, 232, 0.24),
inset 0 1px 0 rgba(255, 255, 255, 0.92),
0 5px 12px rgba(30, 87, 164, 0.065);
color: var(--vl-blue, #075be8) !important;
}
#masthead .main-header-menu > .menu-item > .menu-link:focus-visible {
outline: 2px solid var(--vl-blue, #075be8);
outline-offset: 2px;
} .vl-header-btn {
border-color: rgba(1, 55, 158, 0.62) !important;
background:
linear-gradient(
180deg,
rgba(255, 255, 255, 0.22) 0%,
rgba(255, 255, 255, 0.04) 28%,
rgba(255, 255, 255, 0) 48%
),
linear-gradient(180deg, #1677ff 0%, #075be8 52%, #0348c5 100%) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.36),
inset 0 -1px 0 rgba(0, 39, 123, 0.26),
0 12px 26px rgba(7, 91, 232, 0.22) !important;
color: #fff !important;
filter: none;
}
.vl-header-btn:hover {
background:
linear-gradient(
180deg,
rgba(255, 255, 255, 0.23) 0%,
rgba(255, 255, 255, 0.05) 30%,
rgba(255, 255, 255, 0) 50%
),
linear-gradient(180deg, #126ff3 0%, #075ce7 52%, #0347bf 100%) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.42),
inset 0 -1px 0 rgba(0, 39, 123, 0.28),
0 15px 30px rgba(7, 91, 232, 0.27) !important;
color: #fff !important;
filter: none;
transform: translateY(-1px);
}
.vl-header-btn:active {
box-shadow:
inset 0 2px 5px rgba(0, 37, 116, 0.24),
inset 0 1px 0 rgba(255, 255, 255, 0.2),
0 8px 18px rgba(7, 91, 232, 0.19) !important;
transform: translateY(0);
} @media (min-width: 922px) {
.ast-desktop .main-header-menu > .menu-item-has-children > .sub-menu {
overflow: visible !important;
border-color: rgba(112, 168, 240, 0.34) !important;
background:
linear-gradient(
120deg,
rgba(255, 255, 255, 0.2) 0%,
rgba(255, 255, 255, 0.03) 44%,
rgba(104, 169, 255, 0.045) 100%
),
rgba(249, 252, 255, 0.97) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.96),
inset 0 -1px 0 rgba(53, 116, 205, 0.08),
0 20px 46px rgba(10, 42, 86, 0.14),
0 4px 12px rgba(10, 42, 86, 0.05) !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
.ast-desktop .main-header-menu > .menu-item-has-children > .sub-menu {
background:
linear-gradient(
120deg,
rgba(255, 255, 255, 0.24) 0%,
rgba(255, 255, 255, 0.035) 44%,
rgba(104, 169, 255, 0.05) 100%
),
rgba(249, 252, 255, 0.92) !important;
-webkit-backdrop-filter: blur(20px) saturate(132%) !important;
backdrop-filter: blur(20px) saturate(132%) !important;
}
} .ast-desktop
.main-header-menu
> .menu-item-has-children
> .sub-menu::before {
display: none !important;
}
.ast-desktop
.main-header-menu
> .menu-item-has-children
> .sub-menu
> li
> a {
box-shadow: none;
}
.ast-desktop
.main-header-menu
> .menu-item-has-children
> .sub-menu
> li
> a:hover,
.ast-desktop
.main-header-menu
> .menu-item-has-children
> .sub-menu
> li.current-menu-item
> a,
.ast-desktop
.main-header-menu
> .menu-item-has-children
> .sub-menu
> li.current_page_item
> a,
.ast-desktop
.main-header-menu
> .menu-item-has-children
> .sub-menu
> li.current-menu-ancestor
> a {
background:
linear-gradient(
180deg,
rgba(238, 247, 255, 0.9),
rgba(217, 234, 255, 0.68)
) !important;
box-shadow:
inset 0 0 0 1px rgba(79, 145, 232, 0.16),
inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}
} @media (max-width: 921px) {
#masthead #ast-mobile-header .ast-above-header-bar.site-above-header-wrap {
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.94),
inset 0 -1px 0 rgba(53, 116, 205, 0.09),
0 11px 28px rgba(10, 42, 86, 0.095),
0 2px 8px rgba(10, 42, 86, 0.04) !important;
}
#masthead .ast-button-wrap .menu-toggle {
border-color: rgba(112, 168, 240, 0.38) !important;
background:
linear-gradient(
180deg,
rgba(246, 251, 255, 0.94),
rgba(220, 237, 255, 0.78)
) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.88),
inset 0 0 0 1px rgba(79, 145, 232, 0.08);
color: var(--vl-blue, #075be8) !important;
}
#masthead .ast-button-wrap .menu-toggle:hover,
#masthead .ast-button-wrap .menu-toggle[aria-expanded="true"] {
border-color: rgba(79, 145, 232, 0.5) !important;
background:
linear-gradient(
180deg,
rgba(235, 247, 255, 0.98),
rgba(203, 228, 255, 0.84)
) !important;
}
} @media (prefers-reduced-transparency: reduce) {
#masthead #ast-desktop-header .site-above-header-wrap.ast-container,
#masthead #ast-mobile-header .ast-above-header-bar.site-above-header-wrap,
.ast-desktop .main-header-menu > .menu-item-has-children > .sub-menu {
background: rgba(249, 252, 255, 0.98) !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
}
}
@media (prefers-reduced-motion: reduce) {
#masthead .main-header-menu > .menu-item > .menu-link,
#masthead .ast-button-wrap .menu-toggle,
.vl-header-btn {
transition-duration: 0.01ms !important;
}
.vl-header-btn:hover,
.vl-header-btn:active {
transform: none;
}
}
@media (forced-colors: active) {
#masthead #ast-desktop-header .site-above-header-wrap.ast-container,
#masthead #ast-mobile-header .ast-above-header-bar.site-above-header-wrap,
.ast-desktop .main-header-menu > .menu-item-has-children > .sub-menu {
border: 1px solid CanvasText !important;
background: Canvas !important;
box-shadow: none !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
}
#masthead .main-header-menu > .menu-item > .menu-link,
.vl-header-btn,
#masthead .ast-button-wrap .menu-toggle {
forced-color-adjust: auto;
}
}.vl-services-mega-backdrop {
position: fixed;
z-index: 990;
inset: 0;
visibility: hidden;
background: rgba(241, 247, 255, 0.14);
opacity: 0;
pointer-events: none;
transition:
opacity 0.2s ease,
visibility 0s linear 0.2s;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
.vl-services-mega-backdrop {
-webkit-backdrop-filter: blur(6px) saturate(92%);
backdrop-filter: blur(6px) saturate(92%);
}
}
body.vl-services-mega-open .vl-services-mega-backdrop {
visibility: visible;
opacity: 1;
transition-delay: 0s;
}
@media (min-width: 922px) {
body.vl-services-mega-open #masthead {
z-index: 1001;
}
.ast-desktop .main-header-menu > .vl-services-mega-trigger {
position: relative;
z-index: 2;
} .ast-desktop .main-header-menu > .vl-services-mega-trigger::after {
right: -12px;
left: -12px;
height: 24px;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu {
position: absolute !important;
inset: auto !important;
top: calc(100% + 16px) !important;
right: auto !important;
left: var(--vl-services-mega-left, 50%) !important;
display: grid !important;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-auto-flow: row;
width: var(
--vl-services-mega-width,
min(1080px, calc(100vw - 48px))
) !important;
min-width: 0 !important;
max-width: calc(100vw - 40px) !important;
margin: 0 !important;
padding: 12px !important;
overflow: hidden !important;
z-index: 1100 !important;
counter-reset: vl-services-menu;
border: 1px solid rgba(112, 168, 240, 0.4) !important;
border-radius: 26px !important;
background:
linear-gradient(
120deg,
rgba(255, 255, 255, 0.34) 0%,
rgba(255, 255, 255, 0.08) 42%,
rgba(112, 176, 255, 0.08) 100%
),
rgba(249, 252, 255, 0.97) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.98),
inset 0 -1px 0 rgba(53, 116, 205, 0.08),
0 28px 68px rgba(10, 42, 86, 0.16),
0 7px 20px rgba(10, 42, 86, 0.07) !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
transform: translateY(12px) !important;
transform-origin: 50% 0;
transition:
opacity 0.2s ease,
transform 0.2s ease,
visibility 0s linear 0.2s !important;
will-change: opacity, transform;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu {
background:
linear-gradient(
120deg,
rgba(255, 255, 255, 0.38) 0%,
rgba(255, 255, 255, 0.07) 42%,
rgba(112, 176, 255, 0.09) 100%
),
rgba(246, 251, 255, 0.84) !important;
-webkit-backdrop-filter: blur(24px) saturate(132%) !important;
backdrop-filter: blur(24px) saturate(132%) !important;
}
} body.ast-desktop:not(.vl-services-mega-open)
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu {
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
transform: translateY(12px) !important;
}
body.ast-desktop.vl-services-mega-open
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu {
visibility: visible !important;
opacity: 1 !important;
pointer-events: auto !important;
transform: translateY(0) !important;
transition-delay: 0s !important;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu::before {
display: none !important;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li {
position: relative;
float: none !important;
display: flex;
width: auto !important;
min-width: 0;
margin: 0 !important;
counter-increment: vl-services-menu;
border-right: 1px solid rgba(112, 168, 240, 0.23);
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li:nth-child(-n + 4) {
grid-column: span 3;
border-bottom: 1px solid rgba(112, 168, 240, 0.23);
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li:nth-child(n + 5) {
grid-column: span 4;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li:nth-child(4),
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li:nth-child(7) {
border-right: 0;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
+ li {
margin-top: 0 !important;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a {
display: grid !important;
grid-template-rows: auto 1fr auto;
flex: 1 1 auto;
align-content: stretch;
align-items: start;
gap: 13px;
width: 100% !important;
height: 100%;
min-height: 158px;
padding: 23px 25px 21px !important;
border: 0 !important;
border-radius: 16px !important;
background: transparent !important;
box-shadow: none !important;
color: var(--vl-ink-strong, #071f46) !important;
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: clamp(1.16rem, 1.3vw, 1.46rem);
font-weight: 600;
line-height: 1.18;
letter-spacing: -0.018em;
text-decoration: none !important;
white-space: normal !important;
transition:
color 0.18s ease,
background-color 0.18s ease,
box-shadow 0.18s ease !important;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a::before {
content: counter(vl-services-menu, decimal-leading-zero);
color: rgba(7, 91, 232, 0.28);
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: clamp(2.2rem, 3vw, 3.25rem);
font-weight: 500;
line-height: 0.82;
letter-spacing: -0.055em;
transition: color 0.18s ease;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a::after {
content: "Подробнее  \2192";
color: var(--vl-blue, #075be8);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 0.72rem;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.09em;
text-transform: uppercase;
transition: transform 0.18s ease;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a:hover,
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li.current-menu-item
> a,
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li.current_page_item
> a,
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li.current-menu-ancestor
> a {
background:
linear-gradient(
145deg,
rgba(239, 247, 255, 0.94),
rgba(216, 235, 255, 0.72)
) !important;
box-shadow:
inset 0 0 0 1px rgba(79, 145, 232, 0.16),
inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
color: var(--vl-blue, #075be8) !important;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a:hover::before,
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li.current-menu-item
> a::before,
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li.current_page_item
> a::before {
color: rgba(7, 91, 232, 0.52);
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a:hover::after {
transform: translateX(4px);
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a:focus-visible {
position: relative;
z-index: 1;
outline: 2px solid var(--vl-blue, #075be8);
outline-offset: -3px;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
.dropdown-menu-toggle {
display: none !important;
}
}
@media (min-width: 922px) and (max-width: 1120px) {
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu {
padding: 10px !important;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a {
min-height: 148px;
gap: 11px;
padding: 20px 19px 18px !important;
font-size: clamp(1.05rem, 1.85vw, 1.28rem);
}
}
@media (prefers-reduced-transparency: reduce) {
.vl-services-mega-backdrop {
background: rgba(245, 248, 252, 0.74);
-webkit-backdrop-filter: none;
backdrop-filter: none;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu {
background: rgba(249, 252, 255, 0.99) !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
}
}
@media (prefers-reduced-motion: reduce) {
.vl-services-mega-backdrop,
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu,
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a,
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a::before,
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a::after {
transition-duration: 0.01ms !important;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li
> a:hover::after {
transform: none;
}
}
@media (forced-colors: active) {
.vl-services-mega-backdrop {
display: none;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu {
border: 1px solid CanvasText !important;
background: Canvas !important;
box-shadow: none !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
}
.ast-desktop
.main-header-menu
> .vl-services-mega-trigger
> .vl-services-mega-menu
> li {
border-color: CanvasText;
}
}
@media print {
.vl-services-mega-backdrop {
display: none !important;
}
}.vl-contacts-mega-backdrop {
position: fixed;
z-index: 990;
inset: 0;
visibility: hidden;
background: rgba(241, 247, 255, 0.14);
opacity: 0;
pointer-events: none;
transition:
opacity 0.2s ease,
visibility 0s linear 0.2s;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
.vl-contacts-mega-backdrop {
-webkit-backdrop-filter: blur(6px) saturate(92%);
backdrop-filter: blur(6px) saturate(92%);
}
}
body.vl-contacts-mega-open .vl-contacts-mega-backdrop {
visibility: visible;
opacity: 1;
transition-delay: 0s;
}
@media (min-width: 922px) {
body.vl-contacts-mega-open #masthead {
z-index: 1001;
}
.ast-desktop .main-header-menu > .vl-contacts-mega-trigger {
position: relative;
z-index: 2;
}
.ast-desktop .main-header-menu > .vl-contacts-mega-trigger::after {
right: -12px;
left: -12px;
height: 24px;
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu {
position: absolute !important;
inset: auto !important;
top: calc(100% + 16px) !important;
right: auto !important;
left: var(--vl-contacts-mega-left, 50%) !important;
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr));
width: var(--vl-contacts-mega-width, min(930px, calc(100vw - 48px))) !important;
min-width: 0 !important;
max-width: calc(100vw - 40px) !important;
margin: 0 !important;
padding: 10px !important;
overflow: hidden !important;
z-index: 1100 !important;
border: 1px solid rgba(112, 168, 240, 0.4) !important;
border-radius: 24px !important;
background:
linear-gradient(
120deg,
rgba(255, 255, 255, 0.44) 0%,
rgba(255, 255, 255, 0.1) 46%,
rgba(112, 176, 255, 0.09) 100%
),
rgba(249, 252, 255, 0.97) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.98),
inset 0 -1px 0 rgba(53, 116, 205, 0.08),
0 28px 68px rgba(10, 42, 86, 0.16),
0 7px 20px rgba(10, 42, 86, 0.07) !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
transform: translateY(12px) !important;
transform-origin: 50% 0;
transition:
opacity 0.2s ease,
transform 0.2s ease,
visibility 0s linear 0.2s !important;
will-change: opacity, transform;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu {
background:
linear-gradient(
120deg,
rgba(255, 255, 255, 0.42) 0%,
rgba(255, 255, 255, 0.08) 46%,
rgba(112, 176, 255, 0.1) 100%
),
rgba(246, 251, 255, 0.84) !important;
-webkit-backdrop-filter: blur(24px) saturate(132%) !important;
backdrop-filter: blur(24px) saturate(132%) !important;
}
}
body.ast-desktop:not(.vl-contacts-mega-open)
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu {
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
transform: translateY(12px) !important;
}
body.ast-desktop.vl-contacts-mega-open
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu {
visibility: visible !important;
opacity: 1 !important;
pointer-events: auto !important;
transform: translateY(0) !important;
transition-delay: 0s !important;
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu::before {
display: none !important;
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li {
position: relative;
float: none !important;
display: flex;
width: auto !important;
min-width: 0;
margin: 0 !important;
border-right: 1px solid rgba(112, 168, 240, 0.23);
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li:last-child {
border-right: 0;
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li
+ li {
margin-top: 0 !important;
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li
> a {
display: grid !important;
grid-template-columns: 72px minmax(0, 1fr);
gap: 12px;
width: 100% !important;
min-width: 0;
min-height: 148px;
align-items: center;
padding: 15px 18px !important;
border: 0 !important;
border-radius: 17px !important;
background: transparent !important;
box-shadow: none !important;
color: var(--vl-ink-strong, #071f46) !important;
text-decoration: none !important;
white-space: normal !important;
transition:
color 0.18s ease,
background-color 0.18s ease,
box-shadow 0.18s ease !important;
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li
> a:hover,
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li
> a:focus-visible {
background:
linear-gradient(
145deg,
rgba(239, 247, 255, 0.94),
rgba(216, 235, 255, 0.72)
) !important;
box-shadow:
inset 0 0 0 1px rgba(79, 145, 232, 0.17),
inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
color: var(--vl-blue, #075be8) !important;
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li
> a:focus-visible {
outline: 3px solid rgba(7, 91, 232, 0.26) !important;
outline-offset: -4px;
}
.vl-contacts-mega-card__visual {
position: relative;
display: grid;
width: 72px;
height: 84px;
place-items: center;
overflow: visible;
}
.vl-contacts-mega-card__visual::before {
content: "";
position: absolute;
width: 62px;
height: 62px;
border-radius: 50%;
background: radial-gradient(
circle,
rgba(91, 164, 255, 0.22),
rgba(91, 164, 255, 0.05) 56%,
transparent 73%
);
filter: blur(2px);
transition: transform 0.2s ease;
}
.vl-contacts-mega-card__visual img {
position: relative;
display: block;
width: 82px;
max-width: none !important;
height: 82px;
object-fit: contain;
transform: scale(var(--vl-contacts-menu-logo-scale, 1));
filter: drop-shadow(0 12px 17px rgba(16, 62, 125, 0.18));
transition: transform 0.2s ease;
}
.vl-contact-channel--max {
--vl-contacts-menu-logo-scale: 0.85;
--vl-contacts-menu-logo-hover-scale: 0.9;
}
.vl-contact-channel--telegram {
--vl-contacts-menu-logo-scale: 0.96;
--vl-contacts-menu-logo-hover-scale: 1.01;
}
.vl-contact-channel--vk {
--vl-contacts-menu-logo-scale: 0.98;
--vl-contacts-menu-logo-hover-scale: 1.03;
}
.vl-contacts-mega-card__content {
display: flex;
height: auto !important;
min-height: 0;
min-width: 0;
align-self: center !important;
flex-direction: column;
justify-content: center !important;
}
.vl-contacts-mega-card__eyebrow {
margin: 0 0 6px;
color: rgba(7, 91, 232, 0.76);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 0.59rem;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.055em;
text-transform: uppercase;
white-space: nowrap;
}
.vl-contacts-mega-card__title {
display: block;
box-sizing: content-box;
width: max-content;
max-width: 100%;
margin: -0.06em;
padding: 0.06em 0.06em 0.12em;
overflow: visible;
color: var(--vl-blue, #075be8);
font-family: var(--vl-font-display, "Literata", "PT Serif", Georgia, serif);
font-size: clamp(1.2rem, 1.28vw, 1.42rem);
font-weight: 650;
line-height: 1.08;
letter-spacing: -0.025em;
}
@supports ((background-clip: text) or (-webkit-background-clip: text)) {
.vl-contacts-mega-card__title {
color: transparent !important;
background-image: var(
--vl-heading-gradient,
linear-gradient(
110deg,
#0a45b6 0%,
#075be8 27%,
#2b82ea 48%,
#0d67f2 65%,
#347fd4 82%,
#084fc4 100%
)
);
background-position: 50% 50%;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
}
.vl-contacts-mega-card__action {
display: inline-flex;
align-items: center;
align-self: flex-start;
gap: 8px;
width: fit-content;
margin-top: 8px !important;
padding-top: 0 !important;
color: var(--vl-blue, #075be8);
font-family: var(--vl-font-ui, "PT Sans", sans-serif);
font-size: 0.68rem;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.vl-contacts-mega-card__arrow {
display: inline-flex;
width: 28px;
height: 28px;
align-items: center;
justify-content: center;
flex: 0 0 28px;
border: 1px solid rgba(7, 91, 232, 0.26);
border-radius: 50%;
background: rgba(255, 255, 255, 0.62);
transition:
color 0.18s ease,
background-color 0.18s ease,
transform 0.18s ease;
}
.vl-contacts-mega-card__arrow svg,
.vl-contacts-mega-card__arrow svg * {
fill: none !important;
stroke: currentColor !important;
pointer-events: none;
}
.vl-contacts-mega-card__arrow svg {
display: block;
width: 13px;
height: 13px;
stroke-width: 1.65;
stroke-linecap: round;
stroke-linejoin: round;
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li
> a:hover
.vl-contacts-mega-card__visual
img,
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li
> a:focus-visible
.vl-contacts-mega-card__visual
img {
transform: scale(var(--vl-contacts-menu-logo-hover-scale, 1.05));
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li
> a:hover
.vl-contacts-mega-card__arrow,
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li
> a:focus-visible
.vl-contacts-mega-card__arrow {
background: var(--vl-blue, #075be8);
color: #fff;
transform: translate(2px, -2px);
}
.vl-contacts-mega-menu .ast-icon,
.vl-contacts-mega-menu .dropdown-menu-toggle {
display: none !important;
}
}
@media (min-width: 922px) and (max-width: 1040px) {
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu
> li
> a {
grid-template-columns: 68px minmax(0, 1fr);
gap: 10px;
min-height: 142px;
padding-inline: 14px !important;
}
.vl-contacts-mega-card__visual {
width: 68px;
height: 82px;
}
.vl-contacts-mega-card__visual img {
width: 76px;
height: 76px;
}
}
@media (prefers-reduced-transparency: reduce) {
.vl-contacts-mega-backdrop {
background: rgba(241, 247, 255, 0.62);
-webkit-backdrop-filter: none;
backdrop-filter: none;
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu {
background: #f9fcff !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
}
}
@media (prefers-reduced-motion: reduce) {
.vl-contacts-mega-backdrop,
.vl-contacts-mega-menu,
.vl-contacts-mega-card__visual::before,
.vl-contacts-mega-card__visual img,
.vl-contacts-mega-card__arrow {
transition: none !important;
}
}
@media (forced-colors: active) {
.vl-contacts-mega-backdrop {
display: none;
}
.ast-desktop
.main-header-menu
> .vl-contacts-mega-trigger
> .vl-contacts-mega-menu {
border: 2px solid CanvasText !important;
background: Canvas !important;
}
.vl-contacts-mega-card__title {
color: LinkText !important;
background: none !important;
-webkit-text-fill-color: currentColor !important;
}
}