@font-face {
    font-family: "Latinka";
    src: url("../images/vki/Latinka-Light-a05d05e5.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Latinka";
    src: url("../images/vki/Latinka-Light-a05d05e5.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Latinka";
    src: url("../images/vki/Latinka-Light-a05d05e5.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Latinka";
    src: url("../images/vki/Latinka-Light-a05d05e5.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Latinka";
    src: url("../images/vki/Latinka-Bold-72ba7574.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Latinka";
    src: url("../images/vki/Latinka-Bold-72ba7574.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Latinka";
    src: url("../images/vki/Latinka-Bold-72ba7574.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Latinka-Light";
    src: url("../images/vki/Latinka-Light-a05d05e5.ttf") format("truetype");
    font-weight: 300 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Latinka-Bold";
    src: url("../images/vki/Latinka-Bold-72ba7574.ttf") format("truetype");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

.vki-template-active #header,
.vki-template-active .header-wrapper,
.vki-template-active #footer,
.vki-template-active .footer-wrapper {
    display: none !important;
}

.vki-template-active #main,
.vki-template-active #wrapper {
    background: #fff;
}

.vki-site {
    --vki-green: #00834f;
    --vki-green-2: #00936b;
    --vki-dark-green: #006539;
    --vki-text: #111;
    --vki-muted: #777;
    --vki-line: #d9e3df;
    --vki-blue: #125c9e;
    --vki-rose: #d11a59;
    background: #fff;
    color: var(--vki-text);
    font-family: "Latinka", Lato, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

.vki-site *,
.vki-site *::before,
.vki-site *::after {
    box-sizing: border-box;
}

.vki-site a {
    color: inherit;
    text-decoration: none;
}

.vki-site img {
    display: block;
    height: auto;
    max-width: 100%;
}

.vki-container {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 15px;
    width: 100%;
}

.vki-header {
    background: #fff;
    position: relative;
    z-index: 1001;
}

.vki-header-inner {
    align-items: center;
    display: flex;
    height: 105px;
    justify-content: space-between;
}

.vki-logo {
    display: block;
    width: 100px;
}

.vki-logo-img {
    width: 100px;
}

.vki-logo-fallback {
    color: var(--vki-green);
    display: block;
    font-size: 32px;
    line-height: 1;
}

.vki-nav {
    align-items: center;
    display: flex;
    gap: 16px;
}

.vki-nav-item {
    position: relative;
}

.vki-nav-item > a {
    align-items: center;
    color: rgba(102, 102, 102, 0.85);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 3px;
    line-height: 30px;
    min-height: 42px;
    text-transform: uppercase;
    white-space: nowrap;
}

.vki-nav-item.is-active > a,
.vki-nav-item:hover > a {
    background: transparent !important;
    color: var(--vki-green);
}

.vki-caret {
    font-size: 14px;
    line-height: 1;
    transform: translateY(-1px);
}

.vki-dropdown {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
    left: 0;
    min-width: 265px;
    opacity: 0;
    padding: 8px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.vki-dropdown a {
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 16px;
}

.vki-dropdown a:hover {
    background: #f5f5f5;
    color: var(--vki-green);
}

.vki-nav-item:hover .vki-dropdown,
.vki-nav-item.is-open .vki-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.vki-menu-toggle,
.vki-search-toggle {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.vki-menu-toggle {
    display: none;
    height: 32px;
    width: 32px;
}

.vki-menu-toggle span {
    background: #777;
    display: block;
    height: 1px;
    margin: 5px 0;
    width: 14px;
}

.vki-search-toggle {
    color: #777;
    font-size: 28px;
    height: 28px;
    line-height: 1;
    text-align: center;
    width: 28px;
}

.vki-search-panel {
    background: #fff;
    border-top: 1px solid #ececec;
    display: none;
    padding: 18px;
}

.vki-search-panel.is-open {
    display: block;
}

.vki-search-panel form {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr auto;
    margin: 0 auto;
    max-width: 700px;
}

.vki-search-panel input,
.vki-search-panel button,
.vki-contact-form input,
.vki-contact-form select,
.vki-contact-form textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    font: inherit;
    min-height: 42px;
    outline: 0;
    padding: 8px 12px;
    width: 100%;
}

.vki-search-panel button,
.vki-form-submit {
    background: var(--vki-green);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}

.vki-hero-image {
    background: var(--vki-green);
}

.vki-hero-image img {
    height: auto;
    min-height: 155px;
    object-fit: cover;
    width: 100%;
}

.vki-intro {
    background-image: var(--vki-bg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 668px;
    padding: 30px 0;
    position: relative;
}

.vki-intro-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 608px;
}

.vki-intro-inner > div {
    padding-top: 58px;
}

.vki-green-line {
    background: var(--vki-green);
    display: block;
    height: 48px;
    margin: 0 auto 34px;
    width: 1px;
}

.vki-section-title {
    margin: 0 auto 28px;
    text-align: center;
}

.vki-section-title h2 {
    color: var(--vki-green);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.16;
    margin: 0;
    text-transform: uppercase;
}

.vki-section-title p {
    color: #222;
    font-size: 14px;
    line-height: 27px;
    margin: 24px auto 0;
    max-width: 1010px;
}

.vki-section-title.has-lines {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr auto 1fr;
}

.vki-section-title.has-lines span {
    background: #cfe4db;
    height: 1px;
}

.vki-section-title.has-lines p {
    grid-column: 1 / -1;
}

.vki-intro h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
}

.vki-intro p {
    font-size: 14px;
    line-height: 27px;
    margin: 0 0 12px;
}

.vki-small-btn {
    align-items: center;
    background: var(--vki-green);
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    height: 38px;
    margin-top: 14px;
    padding: 0 18px;
    text-transform: uppercase;
}

.vki-triangle-one,
.vki-triangle-two {
    bottom: 0;
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.vki-triangle-one {
    border-bottom: 125px solid #62ad3a;
    border-right: 125px solid transparent;
}

.vki-triangle-two {
    border-bottom: 85px solid var(--vki-dark-green);
    border-right: 85px solid transparent;
    left: 78px;
}

.vki-benefits {
    padding: 100px 0;
}

.vki-benefit-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 50px;
}

.vki-benefit-card {
    border: 1px dashed #d7d7d7;
    min-height: 430px;
    padding: 10px 32px 42px;
}

.vki-benefit-card img {
    filter: grayscale(1);
    height: 96px;
    margin: 0 auto 26px;
    object-fit: contain;
    opacity: 0.55;
    width: 150px;
}

.vki-benefit-card h3 {
    color: var(--vki-green);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
}

.vki-benefit-card ul {
    color: var(--vki-green);
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vki-benefit-card li {
    margin: 0 0 16px;
    padding-left: 18px;
    position: relative;
}

.vki-benefit-card li::before {
    background: var(--vki-green);
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 5px;
}

.vki-services {
    background-image: var(--vki-bg);
    background-position: 52% 54%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1455px;
    padding: 30px 0;
}

.vki-services-title {
    align-items: center;
    display: flex;
    gap: 48px;
    margin-bottom: 45px;
}

.vki-services-title span {
    background: var(--vki-green);
    height: 1px;
    width: 140px;
}

.vki-services-title h2 {
    color: var(--vki-green);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.16;
    margin: 0;
    text-transform: uppercase;
}

.vki-services-layout {
    display: grid;
    gap: 0;
    grid-template-columns: 330px 1fr 330px;
    margin: 0 auto;
    max-width: 1400px;
}

.vki-service-col {
    display: grid;
    gap: 30px;
}

.vki-service-card {
    background: var(--vki-green);
    display: block;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.vki-service-card img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    width: 100%;
}

.vki-service-card:hover img {
    transform: scale(1.04);
}

.vki-service-card span {
    background: var(--vki-green-2);
    bottom: 18px;
    color: #fff;
    display: block;
    left: 30px;
    padding: 14px 12px;
    position: absolute;
    right: 30px;
    text-align: center;
}

.vki-service-card b {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
}

.vki-service-card em {
    border: 1px solid #fff;
    display: inline-flex;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-top: 8px;
    padding: 3px 8px;
}

.vki-projects {
    background-image: var(--vki-bg);
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.vki-project-overlay,
.vki-subhero-overlay,
.vki-footer-overlay {
    background: rgba(0, 131, 79, 0.9);
    inset: 0;
    position: absolute;
}

.vki-projects .vki-container {
    padding-bottom: 145px;
    padding-top: 145px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.vki-project-group + .vki-project-group {
    margin-top: 88px;
}

.vki-project-group h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.vki-project-group p {
    font-size: 13px;
    line-height: 26px;
    margin: 30px auto 0;
    max-width: 850px;
}

.vki-project-links {
    display: grid;
    gap: 82px 48px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 92px;
}

.vki-project-links a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 19px;
    min-height: 46px;
}

.vki-white-btn {
    background: #fff;
    border-radius: 8px;
    color: #777;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    margin-top: 46px;
    padding: 0 18px;
    place-items: center;
}

.vki-events,
.vki-partners {
    padding: 48px 0;
}

.vki-card-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vki-media-card {
    display: block;
    text-align: center;
}

.vki-media-card img {
    aspect-ratio: 16 / 9;
    background: #f5f5f5;
    margin-bottom: 18px;
    object-fit: cover;
    width: 100%;
}

.vki-media-card strong {
    color: var(--vki-green);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.vki-partners p {
    color: #333;
    font-size: 14px;
    line-height: 27px;
    margin: 0 auto 28px;
    max-width: 930px;
    text-align: center;
}

.vki-partner-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.vki-partner-grid a {
    align-items: center;
    aspect-ratio: 1;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    padding: 22px;
}

.vki-news-band {
    background-image: var(--vki-bg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 112px 0;
}

.vki-news-band .vki-section-title h2 {
    color: #fff;
}

.vki-news-band-links {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 80px;
    text-align: center;
}

.vki-news-band-links a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.vki-subhero {
    background-image: var(--vki-bg);
    background-position: center;
    background-size: cover;
    min-height: 390px;
    position: relative;
}

.vki-subhero .vki-container {
    padding-bottom: 80px;
    padding-top: 90px;
    position: relative;
    z-index: 1;
}

.vki-subhero span {
    color: #d8f5e4;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.vki-subhero h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    max-width: 860px;
}

.vki-subhero p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 28px;
    margin: 18px 0 0;
    max-width: 720px;
}

.vki-inner-section {
    padding: 76px 0;
}

.vki-muted {
    background: #f4f7f5;
}

.vki-two-col {
    align-items: start;
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(0, 1fr) 390px;
}

.vki-two-col h2 {
    color: var(--vki-green);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.16;
    margin: 0 0 20px;
}

.vki-two-col p {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 16px;
}

.vki-tabs {
    background: #fff;
}

.vki-tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.vki-tab-buttons button {
    background: #fff;
    border: 1px solid var(--vki-line);
    border-radius: 4px;
    color: var(--vki-text);
    cursor: pointer;
    font-weight: 700;
    min-height: 44px;
    padding: 8px 18px;
}

.vki-tab-buttons button.is-active {
    background: var(--vki-green);
    border-color: var(--vki-green);
    color: #fff;
}

.vki-tab-panel {
    display: none;
}

.vki-tab-panel.is-active {
    display: block;
}

.vki-park-list {
    column-gap: 24px;
    columns: 3 260px;
}

.vki-park-list section {
    border: 1px solid var(--vki-line);
    break-inside: avoid;
    margin: 0 0 18px;
    padding: 18px;
}

.vki-park-list h3 {
    color: var(--vki-green);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.vki-park-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vki-park-list li {
    border-top: 1px solid #edf1ef;
}

.vki-park-list a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 0;
}

.vki-archive-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.vki-archive-card {
    background: #fff;
    border: 1px solid var(--vki-line);
    display: block;
}

.vki-archive-card img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

.vki-archive-card span {
    color: var(--vki-green);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 18px 18px 8px;
    text-transform: uppercase;
}

.vki-archive-card h3 {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 0 18px 22px;
}

.vki-step-list {
    display: grid;
    gap: 14px;
}

.vki-step-list div {
    align-items: center;
    border: 1px solid var(--vki-line);
    display: grid;
    gap: 14px;
    grid-template-columns: 56px 1fr;
    padding: 18px;
}

.vki-step-list b {
    align-items: center;
    background: var(--vki-green);
    color: #fff;
    display: flex;
    height: 44px;
    justify-content: center;
}

.vki-contact-details h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.16;
    margin: 0 0 34px;
}

.vki-inner-section .vki-contact-details h2 {
    color: var(--vki-green);
}

.vki-contact-details section {
    margin-bottom: 24px;
}

.vki-contact-details h3 {
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.vki-contact-details p {
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 6px;
}

.vki-contact-form {
    background: #fff;
    border: 1px solid var(--vki-line);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.09);
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 26px;
}

.vki-contact-form h3 {
    color: var(--vki-green);
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 4px;
}

.vki-contact-form label {
    color: #111;
    display: grid;
    font-size: 14px;
    font-weight: 700;
    gap: 5px;
}

.vki-contact-form textarea {
    min-height: 106px;
}

.vki-form-message {
    color: var(--vki-green);
    font-weight: 700;
    margin: 0;
}

.vki-form-message.is-error {
    color: var(--vki-rose);
}

.vki-contact-band {
    background: var(--vki-green);
    color: #fff;
    padding: 44px 0;
}

.vki-contact-band .vki-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.vki-contact-band h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.vki-contact-band a {
    background: #fff;
    color: var(--vki-green);
    font-size: 13px;
    font-weight: 700;
    padding: 12px 18px;
}

.vki-narrow {
    max-width: 760px;
}

.vki-footer {
    background-image: var(--vki-bg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 0 26px;
    position: relative;
}

.vki-footer .vki-container {
    display: grid;
    gap: 34px;
    grid-template-columns: 2.2fr 0.8fr;
    position: relative;
    z-index: 1;
}

.vki-footer .vki-contact-details {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vki-footer .vki-contact-details h2 {
    grid-column: 1 / -1;
}

.vki-connect h3 {
    color: #fff;
    font-size: 15px;
    margin: 0 0 14px;
}

.vki-connect div {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.vki-connect div a {
    align-items: center;
    border-radius: 50%;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.vki-connect div a:nth-child(1) {
    background: #3a589d;
}

.vki-connect div a:nth-child(2) {
    background: #51cb5a;
}

.vki-connect div a:nth-child(3) {
    background: #c33223;
}

.vki-connect form {
    display: flex;
}

.vki-connect input {
    border: 0;
    height: 39px;
    min-width: 0;
    padding: 0 12px;
    width: 175px;
}

.vki-connect button {
    background: var(--vki-green);
    border: 0;
    color: #fff;
    height: 39px;
    width: 46px;
}

.vki-copy {
    font-size: 12px;
    font-weight: 700;
    grid-column: 1 / -1;
    margin: 0;
    text-align: center;
}

.vki-floating-contact {
    bottom: 260px;
    display: grid;
    gap: 8px;
    justify-items: end;
    position: fixed;
    right: 20px;
    z-index: 1100;
}

.vki-floating-contact a {
    border-radius: 999px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
}

.vki-floating-contact a:nth-child(1) {
    background: #8eb22b;
}

.vki-floating-contact a:nth-child(2) {
    background: var(--vki-blue);
}

.vki-floating-contact a:nth-child(3) {
    background: var(--vki-rose);
}

@media (max-width: 1100px) {
    .vki-nav {
        gap: 10px;
    }

    .vki-nav-item > a {
        font-size: 12px;
    }
}

@media (max-width: 900px) {
    .vki-header-inner {
        height: auto;
        min-height: 70px;
    }

    .vki-menu-toggle {
        display: block;
        order: 0;
    }

    .vki-logo {
        margin: 0 auto;
        order: 1;
    }

    .vki-search-toggle {
        order: 2;
    }

    .vki-nav {
        background: #fff;
        border-top: 1px solid #eee;
        display: none;
        flex-basis: 100%;
        flex-direction: column;
        order: 3;
        padding: 12px 0;
    }

    .vki-nav.is-open {
        display: flex;
    }

    .vki-header-inner {
        flex-wrap: wrap;
    }

    .vki-nav-item {
        width: 100%;
    }

    .vki-nav-item > a {
        justify-content: space-between;
        padding: 6px 0;
    }

    .vki-dropdown {
        border: 0;
        box-shadow: none;
        display: none;
        opacity: 1;
        padding: 0 0 8px 14px;
        position: static;
        transform: none;
    }

    .vki-nav-item.is-open .vki-dropdown {
        display: block;
    }

    .vki-intro-inner,
    .vki-two-col,
    .vki-footer .vki-container,
    .vki-footer .vki-contact-details {
        grid-template-columns: 1fr;
    }

    .vki-services-layout {
        grid-template-columns: 1fr;
    }

    .vki-services-layout > div:nth-child(2) {
        display: none;
    }

    .vki-benefit-grid,
    .vki-card-grid,
    .vki-project-links,
    .vki-news-band-links,
    .vki-archive-grid {
        grid-template-columns: 1fr;
    }

    .vki-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .vki-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .vki-logo,
    .vki-logo-img {
        width: 100px;
    }

    .vki-section-title h2,
    .vki-services-title h2 {
        font-size: 24px;
    }

    .vki-intro {
        min-height: 0;
    }

    .vki-intro-inner > div {
        padding-top: 26px;
    }

    .vki-triangle-one,
    .vki-triangle-two {
        display: none;
    }

    .vki-benefits {
        padding: 70px 0;
    }

    .vki-services {
        min-height: 0;
    }

    .vki-services-title {
        gap: 10px;
    }

    .vki-services-title span {
        width: 40px;
    }

    .vki-service-card {
        height: 360px;
    }

    .vki-projects .vki-container {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .vki-project-links {
        gap: 64px;
        margin-top: 64px;
    }

    .vki-subhero h1 {
        font-size: 32px;
    }

    .vki-contact-band .vki-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .vki-search-panel form {
        grid-template-columns: 1fr;
    }

    .vki-floating-contact {
        bottom: auto;
        left: 12px;
        right: auto;
        top: 360px;
        justify-items: start;
    }
}

/* VKI interface refresh */
.vki-site {
    --vki-bg-soft: #f4f8f6;
    --vki-bg-warm: #fbfcfb;
    --vki-ink: #15231d;
    --vki-ink-soft: #43564d;
    --vki-shadow: 0 18px 45px rgba(13, 55, 39, 0.12);
    color: var(--vki-ink);
    font-size: 16px;
    line-height: 1.65;
}

.vki-container {
    max-width: 1180px;
    padding-left: 18px;
    padding-right: 18px;
}

.vki-site :where(h1, h2, h3, h4, h5, h6, p, ul) {
    letter-spacing: 0;
}

.vki-button,
.vki-small-btn,
.vki-white-btn,
.vki-contact-band a,
.vki-form-submit,
.vki-header-cta {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    text-transform: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.vki-button:hover,
.vki-small-btn:hover,
.vki-white-btn:hover,
.vki-contact-band a:hover,
.vki-form-submit:hover,
.vki-header-cta:hover {
    transform: translateY(-1px);
}

.vki-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(217, 227, 223, 0.9);
    box-shadow: none;
    position: sticky;
    top: 0;
    transition: box-shadow 0.18s ease, background 0.18s ease;
}

.vki-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 30px rgba(10, 48, 34, 0.1);
}

.vki-header-inner {
    gap: 22px;
    height: 78px;
}

.vki-logo,
.vki-logo-img {
    width: 86px;
}

.vki-nav {
    flex: 1;
    gap: 2px;
    justify-content: center;
}

.vki-nav-item > a {
    border-radius: 6px;
    color: #33423b;
    font-size: 13px;
    line-height: 1.25;
    min-height: 42px;
    padding: 0 10px;
}

.vki-nav-item.is-active > a,
.vki-nav-item:hover > a {
    background: #eef7f3;
    color: var(--vki-green);
}

.vki-caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    display: inline-block;
    height: 0;
    margin-left: 3px;
    transform: translateY(1px);
    width: 0;
}

.vki-dropdown {
    border: 1px solid #dfe8e4;
    border-radius: 8px;
    box-shadow: var(--vki-shadow);
    min-width: 290px;
    overflow: hidden;
    padding: 8px;
}

.vki-dropdown a {
    border-radius: 6px;
    color: #34453c;
    font-size: 14px;
    line-height: 1.35;
    padding: 11px 12px;
}

.vki-dropdown a:hover {
    background: #eef7f3;
}

.vki-header-tools {
    align-items: center;
    display: flex;
    gap: 10px;
}

.vki-header-cta {
    background: var(--vki-blue);
    color: #fff;
    font-size: 13px;
    min-height: 38px;
    padding: 8px 14px;
    white-space: nowrap;
}

.vki-header-cta:hover {
    background: var(--vki-green);
    color: #fff;
}

.vki-search-toggle {
    align-items: center;
    border: 1px solid #dfe8e4;
    border-radius: 50%;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.vki-search-icon {
    border: 2px solid currentColor;
    border-radius: 50%;
    display: block;
    height: 15px;
    position: relative;
    width: 15px;
}

.vki-search-icon::after {
    background: currentColor;
    content: "";
    height: 2px;
    position: absolute;
    right: -7px;
    top: 11px;
    transform: rotate(45deg);
    width: 8px;
}

.vki-menu-toggle {
    border: 1px solid #dfe8e4;
    border-radius: 50%;
    height: 38px;
    place-items: center;
    width: 38px;
}

.vki-menu-toggle span {
    background: #33423b;
    height: 2px;
    margin: 3px auto;
    width: 16px;
}

.vki-search-panel {
    border-top: 1px solid #e4ebe8;
    box-shadow: 0 18px 34px rgba(10, 48, 34, 0.08);
    padding: 18px;
}

.vki-search-panel input,
.vki-search-panel button,
.vki-contact-form input,
.vki-contact-form select,
.vki-contact-form textarea {
    border-color: #d7e1dd;
    border-radius: 6px;
    color: var(--vki-ink);
}

.vki-search-panel input:focus,
.vki-contact-form input:focus,
.vki-contact-form select:focus,
.vki-contact-form textarea:focus {
    border-color: var(--vki-green);
    box-shadow: 0 0 0 3px rgba(0, 131, 79, 0.12);
}

.vki-hero {
    background-image: var(--vki-bg);
    background-position: center;
    background-size: cover;
    height: clamp(540px, 76vh, 680px);
    min-height: 540px;
    position: relative;
}

.vki-hero-overlay {
    background: linear-gradient(90deg, rgba(4, 42, 29, 0.88) 0%, rgba(4, 42, 29, 0.58) 44%, rgba(4, 42, 29, 0.12) 100%);
    inset: 0;
    position: absolute;
}

.vki-hero-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 1180px;
    position: relative;
    z-index: 1;
}

.vki-eyebrow {
    color: #c8f3df;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.vki-hero h1 {
    color: #fff;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 700;
    line-height: 1.05;
    margin: 0;
    max-width: 850px;
}

.vki-hero p:not(.vki-eyebrow) {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.65;
    margin: 22px 0 0;
    max-width: 680px;
}

.vki-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.vki-button {
    border: 1px solid transparent;
    min-height: 46px;
    padding: 10px 18px;
}

.vki-button-primary {
    background: var(--vki-green);
    color: #fff;
}

.vki-button-primary:hover {
    background: #006b40;
    color: #fff;
}

.vki-button-light {
    background: rgba(255, 255, 255, 0.94);
    color: var(--vki-green);
}

.vki-button-light:hover {
    background: #fff;
    color: var(--vki-blue);
}

.vki-hero-stats {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 160px));
    margin-top: 42px;
    max-width: 600px;
}

.vki-hero-stats span {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.35;
    padding-left: 14px;
}

.vki-hero-stats b {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 7px;
}

.vki-intro {
    background-color: var(--vki-bg-warm);
    background-size: contain;
    min-height: 0;
    padding: 74px 0;
}

.vki-intro-inner {
    align-items: center;
    gap: 54px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    min-height: 0;
}

.vki-intro-inner > div {
    padding-top: 0;
}

.vki-green-line {
    height: 38px;
    margin-bottom: 18px;
}

.vki-section-title {
    margin-bottom: 30px;
}

.vki-section-title h2 {
    color: var(--vki-green);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
}

.vki-section-title p {
    color: var(--vki-ink-soft);
    font-size: 16px;
    line-height: 1.75;
}

.vki-intro h3 {
    color: var(--vki-ink);
    font-size: 24px;
    line-height: 1.3;
}

.vki-intro p {
    color: var(--vki-ink-soft);
    font-size: 16px;
    line-height: 1.75;
}

.vki-intro-panel {
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid var(--vki-green);
    box-shadow: 0 16px 45px rgba(20, 70, 52, 0.1);
    padding: 30px;
}

.vki-intro-panel span {
    color: var(--vki-rose);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vki-intro-panel h3 {
    color: var(--vki-green);
    font-size: 25px;
    margin-bottom: 18px;
}

.vki-intro-panel ul {
    color: var(--vki-ink-soft);
    list-style: none;
    margin: 0;
    padding: 0;
}

.vki-intro-panel li {
    border-top: 1px solid #e5eeea;
    padding: 12px 0 12px 22px;
    position: relative;
}

.vki-intro-panel li::before {
    background: var(--vki-green);
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 22px;
    width: 6px;
}

.vki-intro-panel a {
    color: var(--vki-blue);
    display: inline-flex;
    font-weight: 700;
    margin-top: 16px;
}

.vki-benefits {
    background: #fff;
    padding: 84px 0;
}

.vki-benefit-grid {
    gap: 22px;
    margin-top: 38px;
}

.vki-benefit-card {
    background: #fff;
    border: 1px solid var(--vki-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(17, 45, 33, 0.07);
    min-height: 0;
    padding: 28px;
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.vki-benefit-card:hover {
    border-color: rgba(0, 131, 79, 0.45);
    transform: translateY(-3px);
}

.vki-benefit-card img {
    filter: none;
    height: 82px;
    margin-bottom: 22px;
    opacity: 0.82;
}

.vki-benefit-card h3 {
    color: var(--vki-green);
    font-size: 22px;
    line-height: 1.2;
}

.vki-benefit-card ul {
    color: var(--vki-ink-soft);
}

.vki-services {
    background-color: var(--vki-bg-soft);
    background-position: center;
    min-height: 0;
    padding: 84px 0;
    position: relative;
}

.vki-services::before {
    background: rgba(244, 248, 246, 0.84);
    content: "";
    inset: 0;
    position: absolute;
}

.vki-services .vki-container {
    position: relative;
    z-index: 1;
}

.vki-services-title {
    align-items: start;
    gap: 22px;
    margin-bottom: 34px;
}

.vki-services-title span {
    margin-top: 21px;
    width: 76px;
}

.vki-services-title h2 {
    font-size: clamp(28px, 3vw, 42px);
}

.vki-services-title p {
    color: var(--vki-ink-soft);
    font-size: 16px;
    line-height: 1.7;
    margin: 12px 0 0;
    max-width: 720px;
}

.vki-services-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vki-service-card {
    border-radius: 8px;
    box-shadow: var(--vki-shadow);
    height: 410px;
}

.vki-service-card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22%, rgba(0, 58, 36, 0.8) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.vki-service-card span {
    background: rgba(255, 255, 255, 0.95);
    border-left: 4px solid var(--vki-green);
    bottom: 18px;
    color: var(--vki-ink);
    left: 18px;
    padding: 16px;
    right: 18px;
    text-align: left;
    z-index: 1;
}

.vki-service-card b {
    color: var(--vki-green);
    font-size: 18px;
    line-height: 1.2;
}

.vki-service-card small {
    color: var(--vki-ink-soft);
    display: block;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 8px;
}

.vki-service-card em {
    border: 0;
    color: var(--vki-blue);
    font-size: 12px;
    margin-top: 12px;
    padding: 0;
    text-transform: none;
}

.vki-projects .vki-container {
    padding-bottom: 90px;
    padding-top: 90px;
}

.vki-project-overlay,
.vki-subhero-overlay,
.vki-footer-overlay {
    background: linear-gradient(135deg, rgba(0, 88, 53, 0.94), rgba(18, 92, 158, 0.82));
}

.vki-project-group + .vki-project-group {
    margin-top: 74px;
}

.vki-project-group h2 {
    font-size: clamp(24px, 3vw, 34px);
}

.vki-project-group p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.7;
    margin-top: 16px;
}

.vki-project-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
}

.vki-project-card {
    background: #fff;
    border-radius: 8px;
    color: var(--vki-ink);
    display: block;
    overflow: hidden;
    text-align: left;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.vki-project-card:hover {
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
}

.vki-project-card img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

.vki-project-card span {
    color: var(--vki-blue);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 16px 16px 6px;
    text-transform: uppercase;
}

.vki-project-card strong {
    color: var(--vki-ink);
    display: block;
    font-size: 17px;
    line-height: 1.35;
    padding: 0 16px 20px;
}

.vki-white-btn {
    border-radius: 6px;
    color: var(--vki-green);
    font-size: 13px;
    height: auto;
    margin-top: 28px;
    min-height: 42px;
    padding: 10px 18px;
}

.vki-site .vki-projects .vki-white-btn {
    background: #fff;
    color: var(--vki-green);
}

.vki-events,
.vki-partners {
    padding: 70px 0;
}

.vki-card-grid {
    gap: 22px;
}

.vki-media-card {
    background: #fff;
    border: 1px solid var(--vki-line);
    border-radius: 8px;
    box-shadow: 0 14px 35px rgba(17, 45, 33, 0.06);
    overflow: hidden;
    text-align: left;
}

.vki-media-card img {
    margin: 0;
}

.vki-media-card strong {
    color: var(--vki-ink);
    font-size: 17px;
    line-height: 1.4;
    padding: 18px;
}

.vki-partners {
    background: var(--vki-bg-warm);
}

.vki-partner-grid {
    gap: 14px;
}

.vki-partner-grid a {
    background: #fff;
    border: 1px solid #e2ebe7;
    border-radius: 8px;
    padding: 18px;
    transition: border-color 0.18s ease, transform 0.18s ease;
}

.vki-partner-grid a:hover {
    border-color: rgba(0, 131, 79, 0.45);
    transform: translateY(-2px);
}

.vki-partner-grid img {
    max-height: 92px;
    object-fit: contain;
}

.vki-news-band {
    padding: 86px 0;
    position: relative;
}

.vki-news-band::before {
    background: rgba(0, 73, 48, 0.82);
    content: "";
    inset: 0;
    position: absolute;
}

.vki-news-band .vki-container {
    position: relative;
    z-index: 1;
}

.vki-news-band-links {
    gap: 18px;
    margin-top: 38px;
}

.vki-news-band-links a {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    color: #fff;
    display: flex;
    min-height: 118px;
    padding: 22px;
    place-items: center;
}

.vki-subhero {
    min-height: 360px;
}

.vki-subhero .vki-container {
    padding-bottom: 72px;
    padding-top: 78px;
}

.vki-subhero h1 {
    font-size: clamp(34px, 4vw, 56px);
}

.vki-inner-section {
    padding: 76px 0;
}

.vki-two-col {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
}

.vki-tabs {
    border: 1px solid var(--vki-line);
    border-radius: 8px;
    padding: 22px;
}

.vki-tab-buttons button {
    border-radius: 6px;
}

.vki-park-list section,
.vki-archive-card,
.vki-step-list div {
    border-radius: 8px;
}

.vki-archive-card {
    box-shadow: 0 14px 34px rgba(17, 45, 33, 0.06);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.vki-archive-card:hover {
    box-shadow: var(--vki-shadow);
    transform: translateY(-3px);
}

.vki-contact-form {
    border-radius: 8px;
    box-shadow: var(--vki-shadow);
    gap: 14px;
    padding: 28px;
}

.vki-contact-form h3 {
    line-height: 1.2;
}

.vki-contact-form > p {
    color: var(--vki-ink-soft);
    font-size: 14px;
    line-height: 1.55;
    margin: -4px 0 4px;
}

.vki-form-submit {
    min-height: 46px;
}

.vki-contact-band {
    background: linear-gradient(135deg, var(--vki-green), var(--vki-blue));
}

.vki-contact-band h2 {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.25;
}

.vki-footer {
    padding-top: 62px;
}

.vki-footer .vki-container {
    grid-template-columns: minmax(0, 1fr) 260px;
}

.vki-connect form {
    max-width: 260px;
}

.vki-connect input {
    border-radius: 6px 0 0 6px;
}

.vki-connect button {
    border-radius: 0 6px 6px 0;
}

.vki-floating-contact {
    bottom: 18px;
    gap: 9px;
    right: 18px;
    top: auto;
}

.vki-floating-contact a {
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    font-size: 13px;
    padding: 12px 18px;
}

@media (max-width: 1120px) {
    .vki-header-inner {
        gap: 14px;
    }

    .vki-nav-item > a {
        font-size: 12px;
        padding: 0 7px;
    }
}

@media (max-width: 960px) {
    .vki-header {
        position: sticky;
    }

    .vki-header-inner {
        flex-wrap: nowrap;
        height: 68px;
        min-height: 68px;
        position: relative;
    }

    .vki-logo {
        margin: 0;
        order: 0;
    }

    .vki-header-tools {
        margin-left: auto;
        order: 2;
    }

    .vki-header-cta {
        display: none;
    }

    .vki-menu-toggle {
        display: inline-grid;
        order: 3;
    }

    .vki-nav {
        background: #fff;
        border: 1px solid #dfe8e4;
        border-radius: 8px;
        box-shadow: var(--vki-shadow);
        display: none;
        left: 18px;
        max-height: calc(100vh - 92px);
        overflow: auto;
        padding: 10px;
        position: absolute;
        right: 18px;
        top: 72px;
        z-index: 1002;
    }

    .vki-nav.is-open {
        display: block;
    }

    .vki-nav-item > a {
        font-size: 14px;
        justify-content: space-between;
        min-height: 46px;
        padding: 0 12px;
    }

    .vki-dropdown {
        background: #f6faf8;
        border: 0;
        border-radius: 6px;
        box-shadow: none;
        display: none;
        margin: 0 0 8px;
        min-width: 0;
    }

    .vki-nav-item.is-open .vki-dropdown {
        display: block;
    }

    .vki-search-panel {
        position: relative;
    }

    .vki-hero {
        height: auto;
        min-height: 0;
    }

    .vki-hero-content {
        min-height: 560px;
        padding-bottom: 54px;
        padding-top: 54px;
    }

    .vki-intro-inner,
    .vki-two-col,
    .vki-footer .vki-container,
    .vki-footer .vki-contact-details {
        grid-template-columns: 1fr;
    }

    .vki-services-grid,
    .vki-project-cards,
    .vki-benefit-grid,
    .vki-card-grid,
    .vki-news-band-links,
    .vki-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vki-contact-band .vki-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .vki-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .vki-logo,
    .vki-logo-img {
        width: 78px;
    }

    .vki-hero-content {
        min-height: 520px;
    }

    .vki-hero h1 {
        font-size: 34px;
    }

    .vki-hero p:not(.vki-eyebrow) {
        font-size: 16px;
    }

    .vki-hero-stats {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .vki-hero-stats span {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.28);
        padding-left: 0;
        padding-top: 12px;
    }

    .vki-intro,
    .vki-benefits,
    .vki-services,
    .vki-events,
    .vki-partners,
    .vki-inner-section {
        padding-bottom: 56px;
        padding-top: 56px;
    }

    .vki-intro-panel,
    .vki-contact-form {
        padding: 22px;
    }

    .vki-services-title {
        display: block;
    }

    .vki-services-title span {
        display: none;
    }

    .vki-services-grid,
    .vki-project-cards,
    .vki-benefit-grid,
    .vki-card-grid,
    .vki-news-band-links,
    .vki-archive-grid {
        grid-template-columns: 1fr;
    }

    .vki-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vki-service-card {
        height: 380px;
    }

    .vki-subhero .vki-container {
        padding-bottom: 56px;
        padding-top: 62px;
    }

    .vki-tabs {
        padding: 14px;
    }

    .vki-floating-contact {
        bottom: 12px;
        left: 12px;
        right: 12px;
    }

    .vki-floating-contact a {
        max-width: max-content;
        padding: 10px 14px;
    }
}

/* Codex dashboard */
.vki-worklog-page {
    background: #f4f7f5;
    color: #111;
    margin: 0;
}

.vki-worklog {
    --work-blue: #125c9e;
    --work-green: #00834f;
    --work-ink: #111;
    --work-line: #d9e3df;
    --work-muted: #60726a;
    --work-rose: #d11a59;
    background: #f4f7f5;
    color: var(--work-ink);
    font-family: "Latinka", Lato, Arial, sans-serif;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 1180px;
    min-height: 100vh;
    padding: 28px 18px 56px;
}

.vki-worklog *,
.vki-worklog *::before,
.vki-worklog *::after {
    box-sizing: border-box;
}

.vki-worklog a {
    color: var(--work-green);
    font-weight: 700;
    text-decoration: none;
}

.vki-worklog a:hover {
    color: var(--work-blue);
}

.vki-worklog code {
    background: #eef4f1;
    border: 1px solid #dbe7e2;
    border-radius: 6px;
    color: #1f5c48;
    font-family: Consolas, "Liberation Mono", monospace;
    font-size: 0.92em;
    padding: 2px 6px;
}

.vki-worklog-hero {
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--work-line);
    border-radius: 8px;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    overflow: hidden;
}

.vki-worklog-hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
    padding: 44px;
}

.vki-worklog-kicker {
    color: var(--work-rose);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.vki-worklog h1,
.vki-worklog h2,
.vki-worklog h3,
.vki-worklog p {
    margin-top: 0;
}

.vki-worklog h1 {
    color: var(--work-green);
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    margin-bottom: 18px;
}

.vki-worklog h2 {
    color: var(--work-ink);
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.vki-worklog h3 {
    color: var(--work-green);
    font-size: 19px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.vki-worklog-lead {
    color: var(--work-muted);
    font-size: 18px;
    max-width: 640px;
}

.vki-worklog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.vki-worklog-actions a {
    align-items: center;
    background: var(--work-green);
    border: 1px solid var(--work-green);
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    min-height: 42px;
    padding: 9px 16px;
}

.vki-worklog-actions a + a {
    background: #fff;
    color: var(--work-blue);
    border-color: #c8d8e3;
}

.vki-worklog-actions a:hover {
    background: var(--work-blue);
    border-color: var(--work-blue);
    color: #fff;
}

.vki-worklog-hero-image {
    margin: 0;
    min-height: 420px;
    position: relative;
}

.vki-worklog-hero-image img {
    display: block;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    width: 100%;
}

.vki-worklog-hero-image figcaption {
    background: rgba(17, 17, 17, 0.74);
    border-radius: 6px;
    bottom: 18px;
    color: #fff;
    font-size: 13px;
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 8px 10px;
    position: absolute;
}

.vki-worklog-summary,
.vki-worklog-grid,
.vki-worklog-check-grid {
    display: grid;
    gap: 16px;
}

.vki-worklog-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.vki-worklog-summary article,
.vki-worklog-panel,
.vki-worklog-entry,
.vki-worklog-check-grid article {
    background: #fff;
    border: 1px solid var(--work-line);
    border-radius: 8px;
}

.vki-worklog-summary article {
    padding: 22px;
}

.vki-worklog-summary p,
.vki-worklog-panel p,
.vki-worklog-entry p,
.vki-worklog-check-grid span {
    color: var(--work-muted);
}

.vki-worklog-metric {
    color: var(--work-blue);
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
}

.vki-worklog-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 18px;
}

.vki-worklog-panel {
    padding: 28px;
}

.vki-worklog-steps,
.vki-worklog-file-list,
.vki-worklog-entry ul {
    margin: 0;
    padding-left: 20px;
}

.vki-worklog-steps li,
.vki-worklog-entry li {
    margin-top: 10px;
}

.vki-worklog-file-list {
    list-style: none;
    padding-left: 0;
}

.vki-worklog-file-list li {
    border-top: 1px solid #edf2ef;
    display: grid;
    gap: 4px;
    padding: 12px 0;
}

.vki-worklog-file-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.vki-worklog-file-list span {
    color: var(--work-muted);
}

.vki-worklog-section-head {
    margin: 42px 0 16px;
}

.vki-worklog-changes {
    margin-top: 8px;
}

.vki-worklog-entry {
    display: grid;
    gap: 20px;
    grid-template-columns: 140px minmax(0, 1fr);
    padding: 26px;
}

.vki-worklog-entry time {
    color: var(--work-blue);
    font-weight: 700;
}

.vki-worklog-check-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vki-worklog-check-grid article {
    display: grid;
    gap: 8px;
    padding: 20px;
}

.vki-worklog-check-grid b {
    color: var(--work-green);
}

@media (max-width: 900px) {
    .vki-worklog-hero,
    .vki-worklog-grid,
    .vki-worklog-summary,
    .vki-worklog-check-grid {
        grid-template-columns: 1fr;
    }

    .vki-worklog-hero-text,
    .vki-worklog-hero-image {
        min-height: auto;
    }

    .vki-worklog-hero-text {
        padding: 30px 22px;
    }

    .vki-worklog-hero-image {
        aspect-ratio: 16 / 9;
    }

    .vki-worklog-hero-image img {
        min-height: 0;
    }

    .vki-worklog-entry {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .vki-worklog {
        padding: 14px 10px 36px;
    }

    .vki-worklog h1 {
        font-size: 34px;
    }

    .vki-worklog-panel,
    .vki-worklog-entry,
    .vki-worklog-summary article,
    .vki-worklog-check-grid article {
        padding: 18px;
    }
}

/* VKI live-site alignment scanned from https://vki.vn/ */
body.vki-template-active {
    background: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.vki-template-active #wrapper,
.vki-template-active #main,
.vki-template-active .content-area {
    margin: 0 !important;
    padding: 0 !important;
}

.vki-site {
    color: #0a0a0a;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 27px;
    overflow-x: hidden;
}

.vki-site h1,
.vki-site h2,
.vki-site h3,
.vki-site h4,
.vki-site h5,
.vki-site h6 {
    color: var(--vki-green);
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.vki-container {
    max-width: 1080px;
    padding-left: 15px;
    padding-right: 15px;
}

.vki-header {
    background: #fff;
    border-bottom: 0;
    box-shadow: none;
    position: relative;
}

.vki-header-inner {
    gap: 14px;
    height: 105px;
    max-width: 1080px;
    padding-left: 15px;
    padding-right: 15px;
}

.vki-logo,
.vki-logo-img {
    flex: 0 0 auto;
    width: 100px;
}

.vki-nav {
    flex: 1 1 auto;
    gap: 0;
    justify-content: flex-end;
    min-width: 0;
}

.vki-nav-item > a {
    color: rgba(102, 102, 102, 0.86);
    font-size: 13px;
    line-height: 90px;
    min-height: 90px;
    padding: 0 6px;
}

.vki-nav-item.is-active > a,
.vki-nav-item:hover > a {
    background: transparent !important;
    color: var(--vki-green);
}

.vki-caret {
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    height: 6px;
    margin-left: 3px;
    transform: rotate(45deg) translateY(-3px);
    width: 6px;
}

.vki-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    min-width: 258px;
    padding: 7px 0;
}

.vki-dropdown a {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 15px;
}

.vki-header-tools {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.vki-language-select {
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #333;
    display: none;
    font: 400 12px/1 Roboto, Arial, sans-serif;
    height: 34px;
    max-width: 128px;
    padding: 0 6px;
}

.vki-search-toggle {
    align-items: center;
    border: 0;
    border-radius: 0;
    color: #777;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.vki-menu-toggle {
    border: 0;
}

.vki-search-panel {
    border-top: 1px solid #ececec;
    padding: 14px 15px;
}

.vki-hero-image {
    background: #fff;
}

.vki-hero-image img {
    display: block;
    height: auto;
    min-height: 0;
    object-fit: cover;
    width: 100%;
}

.vki-intro {
    background-color: #fff;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 668px;
    padding: 30px 0;
}

.vki-intro-inner {
    align-items: start;
    gap: 0;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    min-height: 608px;
}

.vki-intro-inner > div {
    padding-top: 0;
}

.vki-green-line {
    height: 48px;
    margin-bottom: 24px;
    width: 1px;
}

.vki-section-title {
    margin-bottom: 24px;
}

.vki-section-title h2 {
    color: var(--vki-green);
    font-size: 38px;
    line-height: 1.16;
    text-transform: uppercase;
}

.vki-section-title p {
    color: #111;
    font-size: 14px;
    line-height: 27px;
    max-width: 1020px;
}

.vki-section-title.has-lines {
    gap: 14px;
}

.vki-section-title.has-lines span {
    background: #d4ded9;
}

.vki-intro h3 {
    color: #0a0a0a;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;
}

.vki-intro p {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 12px;
    text-align: justify;
}

.vki-small-btn {
    background: var(--vki-green);
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    height: 38px;
    margin-top: 10px;
    padding: 0 18px;
    text-transform: none;
}

.vki-triangle-one,
.vki-triangle-two {
    display: none;
}

.vki-benefits {
    background: #fff;
    padding: 100px 0;
}

.vki-benefit-grid {
    gap: 30px;
    margin-top: 45px;
}

.vki-benefit-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 0;
    padding: 0 28px 12px;
    text-align: center;
    transform: none;
}

.vki-benefit-card:hover {
    border-color: transparent;
    transform: none;
}

.vki-benefit-card img {
    filter: none;
    height: 110px;
    margin-bottom: 22px;
    opacity: 1;
    width: 150px;
}

.vki-benefit-card h3 {
    color: var(--vki-green);
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 16px;
}

.vki-benefit-card ul {
    color: var(--vki-green);
    font-size: 14px;
    line-height: 24px;
}

.vki-services {
    background-color: #f5f5f5;
    background-position: 52% 54%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    padding: 30px 0;
}

.vki-services::before {
    display: none;
}

.vki-services .vki-container {
    max-width: 1080px;
}

.vki-services-title {
    align-items: center;
    gap: 48px;
    margin-bottom: 45px;
}

.vki-services-title span {
    background: var(--vki-green);
    height: 1px;
    margin: 0;
    width: 140px;
}

.vki-services-title h2 {
    color: var(--vki-green);
    font-size: 38px;
    line-height: 1.16;
}

.vki-services-title p,
.vki-service-card small {
    display: none;
}

.vki-services-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vki-service-card {
    border-radius: 0;
    box-shadow: none;
    height: 400px;
}

.vki-service-card::after {
    background: rgba(0, 0, 0, 0.17);
    content: "";
    inset: 0;
    position: absolute;
}

.vki-service-card:hover img {
    transform: scale(1.03);
}

.vki-service-card span {
    background: #12976e;
    border-left: 0;
    bottom: 18px;
    color: #fff;
    left: 30px;
    padding: 10px 10px 12px;
    right: 30px;
    text-align: center;
    z-index: 1;
}

.vki-service-card b {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.vki-service-card em {
    border: 1px solid #fff;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    margin-top: 8px;
    padding: 6px 12px;
    text-transform: none;
}

.vki-projects {
    background-position: center;
    background-size: cover;
}

.vki-project-overlay,
.vki-footer-overlay {
    display: none;
}

.vki-projects .vki-container {
    max-width: 1080px;
    padding-bottom: 80px;
    padding-top: 98px;
}

.vki-project-group + .vki-project-group {
    margin-top: 62px;
}

.vki-project-group h2 {
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
}

.vki-project-group p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
}

.vki-project-cards {
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 32px;
}

.vki-project-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    overflow: visible;
    text-align: center;
    transform: none;
}

.vki-project-card:hover {
    box-shadow: none;
    transform: none;
}

.vki-project-card img {
    aspect-ratio: 16 / 9;
    border-radius: 2%;
    object-fit: cover;
    width: 100%;
}

.vki-project-card span {
    display: none;
}

.vki-project-card strong {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    padding: 13px 8px 0;
    text-align: center;
}

.vki-white-btn,
.vki-site .vki-projects .vki-white-btn {
    background: #fff;
    border-radius: 10px;
    color: #777;
    font-size: 12px;
    margin-top: 28px;
    min-height: 36px;
}

.vki-events,
.vki-partners {
    background: #fff;
    padding: 48px 0;
}

.vki-card-grid {
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vki-media-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    text-align: center;
}

.vki-media-card img {
    border-radius: 2%;
    margin-bottom: 14px;
}

.vki-media-card strong {
    color: #111;
    font-size: 16px;
    line-height: 21px;
    padding: 0 6px;
    text-align: center;
}

.vki-partners p {
    color: #333;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 24px;
}

.vki-partner-grid {
    gap: 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.vki-partner-grid a {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 12px;
    transform: none;
}

.vki-partner-grid a:hover {
    border-color: transparent;
    transform: none;
}

.vki-partner-grid img {
    max-height: 110px;
    object-fit: contain;
}

.vki-news-band {
    background-position: 52% 52%;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.vki-news-band::before {
    background: rgba(0, 131, 79, 0.82);
}

.vki-news-band .vki-container {
    max-width: 1080px;
    position: relative;
    z-index: 1;
}

.vki-news-band .vki-section-title h2 {
    color: #fff;
}

.vki-news-card-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 32px;
}

.vki-news-card {
    color: #fff;
    display: block;
    text-align: center;
}

.vki-news-card img {
    aspect-ratio: 16 / 9;
    border-radius: 2%;
    object-fit: cover;
    width: 100%;
}

.vki-news-card strong {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 21px;
    padding: 13px 6px 0;
}

.vki-footer {
    background-position: center;
    background-size: cover;
    padding: 30px 0 0;
}

.vki-footer .vki-container {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 260px;
    max-width: 1080px;
}

.vki-footer .vki-contact-details {
    gap: 24px;
}

.vki-footer .vki-contact-details h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.vki-copy {
    background: rgba(0, 0, 0, 0.15);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 14px 0;
}

.vki-floating-contact {
    bottom: 5px;
    gap: 6px;
    right: 5px;
    top: auto;
}

.vki-floating-contact a {
    border-radius: 20px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 18px;
}

.vki-floating-contact a:hover {
    box-shadow: -3px 2px 2px 1px #121111;
}

@media (max-width: 1120px) {
    .vki-header-inner {
        max-width: 100%;
    }

    .vki-nav-item > a {
        font-size: 12px;
        padding: 0 4px;
    }
}

@media (max-width: 960px) {
    .vki-header-inner {
        height: 70px;
        justify-content: center;
        min-height: 70px;
        position: relative;
    }

    .vki-logo,
    .vki-logo-img {
        width: 78px;
    }

    .vki-logo {
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .vki-header-tools {
        display: block;
        margin: 0;
        position: static;
    }

    .vki-language-select {
        display: none;
    }

    .vki-menu-toggle {
        display: block;
        height: 32px;
        left: 15px;
        position: absolute;
        top: 19px;
        width: 32px;
    }

    .vki-menu-toggle span {
        height: 1px;
        margin: 5px 0;
        width: 16px;
    }

    .vki-search-toggle {
        position: absolute;
        right: 15px;
        top: 21px;
    }

    .vki-nav {
        background: #fff;
        border: 0;
        border-radius: 0;
        border-top: 1px solid #eeeeee;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
        display: none;
        left: 0;
        max-height: calc(100vh - 70px);
        overflow: auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        top: 70px;
        z-index: 1002;
    }

    .vki-nav.is-open {
        display: block;
    }

    .vki-nav-item > a {
        font-size: 13px;
        line-height: 42px;
        min-height: 42px;
        padding: 0;
    }

    .vki-dropdown {
        background: #f8f8f8;
        border: 0;
        box-shadow: none;
        display: none;
        margin-bottom: 8px;
        opacity: 1;
        padding: 4px 0;
        pointer-events: auto;
        position: static;
        transform: none;
    }

    .vki-nav-item.is-open .vki-dropdown {
        display: block;
    }

    .vki-intro-inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .vki-intro {
        background-size: cover;
        min-height: 0;
    }

    .vki-services-grid,
    .vki-project-cards,
    .vki-card-grid,
    .vki-news-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vki-partner-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .vki-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .vki-hero-image img {
        min-height: 155px;
    }

    .vki-intro,
    .vki-benefits,
    .vki-services,
    .vki-events,
    .vki-partners,
    .vki-news-band {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .vki-intro-inner > div {
        padding-top: 0;
    }

    .vki-section-title h2,
    .vki-services-title h2,
    .vki-project-group h2 {
        font-size: 20px;
    }

    .vki-services-title {
        display: flex;
        gap: 16px;
        margin-bottom: 24px;
    }

    .vki-services-title span {
        display: block;
        width: 60px;
    }

    .vki-services-grid,
    .vki-project-cards,
    .vki-benefit-grid,
    .vki-card-grid,
    .vki-news-card-grid,
    .vki-archive-grid {
        grid-template-columns: 1fr;
    }

    .vki-service-card {
        height: 380px;
    }

    .vki-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vki-footer .vki-container,
    .vki-footer .vki-contact-details {
        grid-template-columns: 1fr;
    }

    .vki-floating-contact {
        bottom: 5px;
        left: 15px;
        right: auto;
    }
}

/* VKI section map + live color codes
   Header/Hero: #ffffff, #00834f
   Service overlay: #12976e
   Floating CTA: #8eb22b, #125c9e, #d11a59
   Borders/lines: #d9e3df, #ececec
   Footer/project image layer: footer_06 asset
*/

body.vki-template-active .cookieadmin_law_container,
body.vki-template-active .cookieadmin_consent_inside,
body.vki-template-active .cookieadmin_preferences_center,
body.vki-template-active .cookieadmin_popup_overlay,
body.vki-template-active .cookieadmin_reconsent,
body.vki-template-active [class*="cookieadmin_"],
body.vki-template-active [id*="cookieadmin"] {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

/* Mảng trang con: banner ảnh giống vki.vn */
.vki-page-banner {
    background-color: #f4f4f4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.vki-page-banner.is-contact {
    background-position: center top;
}

.vki-page-banner.is-map {
    height: 350px;
    margin-top: 52px;
}

/* Mảng Giới thiệu */
.vki-about-live {
    background: #fff;
    padding: 15px 0 70px;
}

.vki-about-live .vki-section-title {
    margin-bottom: 62px;
}

.vki-about-live-grid {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr);
    margin: 0 auto;
    max-width: 1050px;
}

.vki-about-live-text {
    background: #00834f;
    color: #fff;
    min-height: 260px;
    padding: 22px 28px;
    position: relative;
    z-index: 1;
}

.vki-about-live-text p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 10px;
}

.vki-about-live figure {
    margin: 0 0 0 -70px;
}

.vki-about-live img {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
    width: 100%;
}

/* Mảng archive Sản phẩm/Tin tức */
.vki-live-archive {
    background: #fff;
    padding: 0 0 64px;
}

.vki-live-archive > .vki-container {
    border-top: 1px solid #dddddd;
    max-width: 1050px;
}

.vki-live-title {
    padding: 30px 0 54px;
    text-align: center;
}

.vki-live-title h1 {
    color: #00834f;
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.vki-live-title p {
    color: #111;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 760px;
}

.vki-live-layout {
    align-items: start;
    display: grid;
    gap: 30px;
    grid-template-columns: 250px minmax(0, 1fr);
}

.vki-live-sidebar {
    border-right: 1px solid #e5e5e5;
    padding-right: 30px;
}

.vki-live-sidebar h2 {
    color: #111;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.vki-live-sidebar i {
    background: #dedede;
    display: block;
    height: 3px;
    margin-bottom: 20px;
    width: 30px;
}

.vki-live-sidebar a {
    border-bottom: 1px solid #e5e5e5;
    color: #1e73be;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
}

.vki-live-sidebar a.is-active,
.vki-live-sidebar a:hover {
    color: #00834f;
    font-weight: 700;
}

.vki-live-post-grid {
    display: grid;
    gap: 36px 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vki-live-post img {
    aspect-ratio: 16 / 9;
    background: #f3f3f3;
    object-fit: cover;
    width: 100%;
}

.vki-live-post h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 14px 0 8px;
    text-transform: none;
}

.vki-live-post h2 a {
    color: #00834f;
}

.vki-live-post p {
    color: #111;
    display: -webkit-box;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Mảng Khu công nghiệp */
.vki-parks-live {
    background: #fff;
    padding: 0 0 72px;
}

.vki-parks-live > .vki-container {
    border-top: 1px solid #dddddd;
    max-width: 1050px;
}

.vki-parks-live-head {
    padding: 34px 0 26px;
    text-align: center;
}

.vki-parks-live-head h1 {
    color: #00834f;
    font-size: 26px;
    line-height: 1.22;
    margin: 0 0 16px;
}

.vki-parks-live-head p {
    color: #111;
    font-weight: 700;
    margin: 0;
}

.vki-parks-live .vki-tab-buttons {
    border-bottom: 1px solid #dddddd;
    justify-content: center;
    margin: 0 calc(50% - 50vw) 30px;
    padding: 0 0 0;
}

.vki-parks-live .vki-tabs {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.vki-parks-live .vki-tab-panel {
    border: 0;
    padding: 0;
}

.vki-parks-live .vki-tab-buttons button {
    border: 1px solid #d8d8d8;
    border-bottom-color: #d8d8d8;
    border-radius: 0;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: -1px;
    min-height: 52px;
    padding: 0 18px;
}

.vki-parks-live .vki-tab-buttons button.is-active {
    background: #fff;
    border-top: 2px solid #00834f;
    color: #111;
}

.vki-park-list-live {
    columns: auto;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vki-park-list-live section {
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 0;
}

.vki-park-list-live h3 {
    align-items: center;
    border-bottom: 1px solid #dddddd;
    color: #111;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 12px;
    min-height: 52px;
    margin: 0;
}

.vki-park-list-live h3::before {
    border: solid #777;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    height: 11px;
    transform: rotate(45deg) translateY(-2px);
    width: 11px;
}

.vki-park-list-live li {
    border-top: 0;
}

.vki-park-list-live ul {
    display: none;
}

.vki-park-list-live a {
    color: #00834f;
    font-size: 13px;
    padding: 7px 0 7px 30px;
}

/* Mảng Liên hệ */
.vki-contact-live {
    background: #fff;
    padding: 34px 0 0;
}

.vki-contact-live header {
    margin-bottom: 52px;
    text-align: center;
}

.vki-contact-live h1 {
    color: #00834f;
    font-size: 38px;
    line-height: 1.18;
    margin: 0 0 22px;
}

.vki-contact-live .vki-green-line {
    margin-bottom: 44px;
}

.vki-contact-live header p {
    color: #111;
    font-size: 14px;
    line-height: 27px;
    margin: 0 auto;
    max-width: 995px;
}

.vki-contact-live .vki-contact-details h2 {
    display: none;
}

.vki-contact-live .vki-two-col {
    grid-template-columns: minmax(0, 1fr) 410px;
}

.vki-contact-live .vki-contact-form {
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.1);
}

/* Mảng nút liên hệ nổi */
.vki-floating-contact {
    gap: 6px;
}

.vki-floating-contact a {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 39px;
    padding: 0 18px;
}

@media (max-width: 960px) {
    .vki-page-banner {
        height: 255px;
    }

    .vki-about-live-grid,
    .vki-live-layout,
    .vki-contact-live .vki-two-col {
        grid-template-columns: 1fr;
    }

    .vki-about-live figure {
        margin: 0;
    }

    .vki-live-sidebar {
        border-right: 0;
        padding-right: 0;
    }

    .vki-live-post-grid,
    .vki-park-list-live {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .vki-page-banner {
        height: 155px;
    }

    .vki-about-live,
    .vki-live-archive,
    .vki-parks-live,
    .vki-contact-live {
        padding-bottom: 36px;
    }

    .vki-about-live .vki-section-title {
        margin-bottom: 24px;
    }

    .vki-about-live-text {
        padding: 18px;
    }

    .vki-about-live-text p {
        font-size: 14px;
        line-height: 27px;
    }

    .vki-live-title {
        padding: 28px 0 34px;
    }

    .vki-live-post-grid,
    .vki-park-list-live {
        grid-template-columns: 1fr;
    }

    .vki-parks-live-head h1,
    .vki-contact-live h1 {
        font-size: 24px;
    }
}

/* VKI hosting parity overrides. Keep this block last so Flatsome/LiteSpeed cannot
   stretch the clone layout after upload. */
body.vki-template-active .vki-site {
    overflow-x: hidden !important;
}

body.vki-template-active .vki-site .vki-header-inner,
body.vki-template-active .vki-site .vki-container {
    max-width: 1080px !important;
}

body.vki-template-active .vki-site .vki-services {
    min-height: 800px !important;
    overflow: hidden !important;
    padding: 30px 0 !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-services::after {
    background:
        radial-gradient(circle at 8px center, rgba(255, 255, 255, 0.95) 0 7px, transparent 8px),
        radial-gradient(circle at 28px center, rgba(255, 255, 255, 0.52) 0 6px, transparent 7px),
        radial-gradient(circle at 47px center, rgba(255, 255, 255, 0.52) 0 6px, transparent 7px);
    bottom: 28px;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    width: 58px;
    z-index: 2;
}

body.vki-template-active .vki-site .vki-services > .vki-container {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.vki-template-active .vki-site .vki-services-title {
    max-width: 1080px !important;
    margin: 0 auto 45px !important;
    padding: 0 15px !important;
}

body.vki-template-active .vki-site .vki-services-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 36px !important;
    grid-template-columns: none !important;
    left: calc(50% - 1110px);
    margin: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    position: relative !important;
    width: max-content !important;
}

body.vki-template-active .vki-site .vki-service-card {
    flex: 0 0 414px !important;
    height: 500px !important;
    max-width: 414px !important;
    width: 414px !important;
}

body.vki-template-active .vki-site .vki-service-card:nth-child(9) {
    order: -1 !important;
}

body.vki-template-active .vki-site .vki-service-card span {
    bottom: 20px !important;
    left: 30px !important;
    min-height: 82px !important;
    right: 30px !important;
}

body.vki-template-active .vki-site .vki-service-card b {
    font-size: 18px !important;
    line-height: 23px !important;
}

body.vki-template-active .vki-site .vki-projects .vki-container,
body.vki-template-active .vki-site .vki-events .vki-container,
body.vki-template-active .vki-site .vki-partners .vki-container,
body.vki-template-active .vki-site .vki-news-band .vki-container {
    max-width: 1080px !important;
}

body.vki-template-active .vki-site .vki-project-cards,
body.vki-template-active .vki-site .vki-card-grid,
body.vki-template-active .vki-site .vki-news-card-grid {
    display: grid !important;
    gap: 30px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-events .vki-media-card:nth-child(n+4),
body.vki-template-active .vki-site .vki-news-card:nth-child(n+4) {
    display: none !important;
}

body.vki-template-active .vki-site .vki-media-card img,
body.vki-template-active .vki-site .vki-news-card img,
body.vki-template-active .vki-site .vki-project-card img {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-live-archive > .vki-container {
    max-width: 1080px !important;
}

body.vki-template-active .vki-site .vki-live-layout {
    display: grid !important;
    gap: 30px !important;
    grid-template-columns: 250px minmax(0, 1fr) !important;
}

body.vki-template-active .vki-site .vki-live-post-grid {
    display: grid !important;
    gap: 38px 30px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-live-sidebar nav,
body.vki-template-active .vki-site .vki-live-sidebar a {
    display: block !important;
}

body.vki-template-active .vki-site .vki-live-post img {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-floating-contact {
    align-items: flex-end !important;
    bottom: 5px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    left: auto !important;
    position: fixed !important;
    right: 5px !important;
    top: auto !important;
    width: 191px !important;
    z-index: 99999 !important;
}

body.vki-template-active .vki-site .vki-floating-contact a {
    align-items: center !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    display: flex !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    justify-content: center !important;
    line-height: 20px !important;
    min-height: 39px !important;
    padding: 0 18px !important;
    white-space: nowrap !important;
}

body.vki-template-active .vki-site .vki-floating-contact a:nth-child(1) {
    min-width: 116px !important;
}

body.vki-template-active .vki-site .vki-floating-contact a:nth-child(2) {
    min-width: 153px !important;
}

body.vki-template-active .vki-site .vki-floating-contact a:nth-child(3) {
    min-width: 191px !important;
}

body.vki-template-active [class*="cookieadmin"],
body.vki-template-active [id*="cookieadmin"],
body.vki-template-active .cky-btn-revisit-wrapper,
body.vki-template-active .cky-revisit-bottom-left {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

@media (max-width: 960px) {
    body.vki-template-active .vki-site .vki-services {
        min-height: 0 !important;
        overflow: visible !important;
        padding: 50px 0 !important;
    }

    body.vki-template-active .vki-site .vki-services::after {
        display: none !important;
    }

    body.vki-template-active .vki-site .vki-services > .vki-container {
        max-width: 1080px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body.vki-template-active .vki-site .vki-services-title {
        padding: 0 !important;
    }

    body.vki-template-active .vki-site .vki-services-grid {
        display: grid !important;
        gap: 24px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        left: auto !important;
        width: auto !important;
    }

    body.vki-template-active .vki-site .vki-service-card {
        flex-basis: auto !important;
        height: 380px !important;
        max-width: none !important;
        order: 0 !important;
        width: auto !important;
    }

    body.vki-template-active .vki-site .vki-live-post-grid,
    body.vki-template-active .vki-site .vki-project-cards,
    body.vki-template-active .vki-site .vki-card-grid,
    body.vki-template-active .vki-site .vki-news-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.vki-template-active .vki-site .vki-live-layout {
        grid-template-columns: 1fr !important;
    }

    body.vki-template-active .vki-site .vki-live-sidebar {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 640px) {
    body.vki-template-active .vki-site .vki-services-grid,
    body.vki-template-active .vki-site .vki-live-layout,
    body.vki-template-active .vki-site .vki-live-post-grid,
    body.vki-template-active .vki-site .vki-project-cards,
    body.vki-template-active .vki-site .vki-card-grid,
    body.vki-template-active .vki-site .vki-news-card-grid {
        grid-template-columns: 1fr !important;
    }

    body.vki-template-active .vki-site .vki-service-card {
        height: 320px !important;
    }

    body.vki-template-active .vki-site .vki-floating-contact {
        left: 5px !important;
        right: auto !important;
    }
}

/* Industrial park directory parity */
body.vki-template-active .vki-site .vki-parks-live {
    background: #fff !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-parks-live > .vki-container {
    border-top: 0 !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.vki-template-active .vki-site .vki-parks-live-head {
    border-top: 1px solid #dddddd !important;
    display: none !important;
    margin: 0 auto !important;
    max-width: 1080px !important;
    padding: 34px 15px 26px !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-parks-live-head h1 {
    color: #00834f !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin: 0 0 10px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-parks-live-head p {
    color: #111 !important;
    font-size: 16px !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-parks-live .vki-tabs {
    border: 0 !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-parks-live .vki-tab-buttons {
    align-items: flex-end !important;
    border-bottom: 1px solid #d8d8d8 !important;
    border-top: 1px solid #d8d8d8 !important;
    gap: 0 !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-parks-live .vki-tab-buttons button {
    background: #f7f7f7 !important;
    border: 1px solid #d8d8d8 !important;
    border-top: 0 !important;
    box-shadow: none !important;
    color: #666 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    height: 52px !important;
    margin: 0 !important;
    min-height: 52px !important;
    outline: 0 !important;
    padding: 0 18px !important;
    text-transform: none !important;
}

body.vki-template-active .vki-site .vki-parks-live .vki-tab-buttons button:focus,
body.vki-template-active .vki-site .vki-parks-live .vki-tab-buttons button:hover {
    box-shadow: none !important;
    outline: 0 !important;
}

body.vki-template-active .vki-site .vki-parks-live .vki-tab-buttons button.is-active {
    background: #fff !important;
    border-bottom-color: #fff !important;
    border-top: 2px solid #00834f !important;
    color: #111 !important;
    transform: translateY(1px);
}

body.vki-template-active .vki-site .vki-parks-live .vki-tab-panel {
    margin: 36px auto 0 !important;
    max-width: 1080px !important;
    padding: 0 15px !important;
}

body.vki-template-active .vki-site .vki-park-list-live {
    display: grid !important;
    gap: 36px !important;
    grid-template-columns: repeat(3, minmax(0, 330px)) !important;
    justify-content: center !important;
    margin: 0 auto !important;
    max-width: 1050px !important;
}

body.vki-template-active .vki-site .vki-park-list-col {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
}

body.vki-template-active .vki-site .vki-park-list-live section {
    background: #fff !important;
    border: 0 !important;
    border-top: 1px solid #dddddd !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-park-list-live section + section {
    border-top: 0 !important;
}

body.vki-template-active .vki-site .vki-park-list-live h3 {
    align-items: center !important;
    border-bottom: 1px solid #dddddd !important;
    color: #111 !important;
    cursor: pointer !important;
    display: flex !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin: 0 !important;
    min-height: 64px !important;
    padding: 0 14px 0 48px !important;
    position: relative !important;
    text-align: left !important;
}

body.vki-template-active .vki-site .vki-park-list-live h3::before {
    border: solid #666 !important;
    border-width: 0 3px 3px 0 !important;
    content: "" !important;
    height: 14px !important;
    left: 16px !important;
    position: absolute !important;
    top: 22px !important;
    transform: rotate(45deg) !important;
    width: 14px !important;
}

body.vki-template-active .vki-site .vki-park-list-live ul {
    display: none !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-park-list-live li {
    border: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-park-list-live a {
    color: #1e73be !important;
    display: block !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    padding: 5px 0 !important;
}

body.vki-template-active .vki-site .vki-park-list-live section.is-open {
    border-top: 0 !important;
    margin-bottom: 0 !important;
}

body.vki-template-active .vki-site .vki-park-list-live section.is-open h3 {
    background: #f7f7f7 !important;
    border-bottom: 0 !important;
    border-top: 1px solid #00834f !important;
    color: #00834f !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    min-height: 64px !important;
    padding-left: 50px !important;
}

body.vki-template-active .vki-site .vki-park-list-live section.is-open h3::before {
    border-color: #00834f !important;
    top: 25px !important;
    transform: rotate(-135deg) !important;
}

body.vki-template-active .vki-site .vki-park-list-live section.is-open ul {
    display: block !important;
    padding: 20px 0 30px 46px !important;
}

body.vki-template-active .vki-site .vki-parks-live-search {
    border-top: 1px solid #dddddd !important;
    margin: 32px 0 0 !important;
    padding: 26px 15px 108px !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-parks-live-search p {
    color: #111 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-parks-live-search form {
    display: flex !important;
    margin: 22px auto 0 !important;
    max-width: 510px !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-parks-live-search input {
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
    color: #111 !important;
    flex: 1 1 auto !important;
    font-size: 16px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 12px !important;
}

body.vki-template-active .vki-site .vki-parks-live-search button {
    background: #d26e4b !important;
    border: 0 !important;
    border-radius: 0 !important;
    flex: 0 0 40px !important;
    height: 40px !important;
    margin: 0 !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-parks-live-search button::before {
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    content: "" !important;
    height: 13px !important;
    left: 11px !important;
    position: absolute !important;
    top: 9px !important;
    width: 13px !important;
}

body.vki-template-active .vki-site .vki-parks-live-search button::after {
    background: #fff !important;
    content: "" !important;
    height: 9px !important;
    left: 24px !important;
    position: absolute !important;
    top: 23px !important;
    transform: rotate(-45deg) !important;
    width: 2px !important;
}

body.vki-template-active .vki-site .vki-parks-stats {
    align-items: center !important;
    background-position: center !important;
    background-size: cover !important;
    display: flex !important;
    min-height: 320px !important;
    padding: 58px 15px !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-parks-stats::before {
    background: rgba(0, 131, 79, 0.9) !important;
    content: "" !important;
    inset: 0 !important;
    position: absolute !important;
}

body.vki-template-active .vki-site .vki-parks-stats-grid {
    display: grid !important;
    gap: 28px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin: 0 auto !important;
    max-width: 1080px !important;
    position: relative !important;
    width: 100% !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-parks-stat {
    color: #fff !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-parks-stat strong {
    color: #fff !important;
    display: block !important;
    font-size: 56px !important;
    line-height: 1 !important;
    margin: 0 0 10px !important;
}

body.vki-template-active .vki-site .vki-parks-stat span {
    display: block !important;
}

@media (max-width: 960px) {
    body.vki-template-active .vki-site .vki-parks-live .vki-tab-panel {
        max-width: 740px !important;
    }

    body.vki-template-active .vki-site .vki-park-list-live {
        gap: 24px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: none !important;
    }

    body.vki-template-active .vki-site .vki-parks-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.vki-template-active .vki-site .vki-parks-live-head {
        padding: 26px 15px 20px !important;
    }

    body.vki-template-active .vki-site .vki-parks-live-head h1 {
        font-size: 22px !important;
    }

    body.vki-template-active .vki-site .vki-parks-live .vki-tab-buttons {
        overflow-x: auto !important;
    }

    body.vki-template-active .vki-site .vki-parks-live .vki-tab-panel {
        margin-top: 26px !important;
    }

    body.vki-template-active .vki-site .vki-park-list-live,
    body.vki-template-active .vki-site .vki-parks-stats-grid {
        grid-template-columns: 1fr !important;
    }

    body.vki-template-active .vki-site .vki-park-list-live h3 {
        font-size: 17px !important;
    }

    body.vki-template-active .vki-site .vki-park-list-live section.is-open h3 {
        font-size: 20px !important;
    }

    body.vki-template-active .vki-site .vki-parks-live-search {
        padding-bottom: 62px !important;
    }

    body.vki-template-active .vki-site .vki-parks-stats {
        min-height: 0 !important;
        padding: 44px 15px !important;
    }
}

/* Language switcher + page scroll animation */
body.vki-template-active {
    top: 0 !important;
}

body.vki-template-active .skiptranslate,
body.vki-template-active .goog-te-banner-frame,
body.vki-template-active iframe.goog-te-banner-frame,
body.vki-template-active #goog-gt-tt,
body.vki-template-active .vki-google-translate-holder {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.vki-template-active .vki-site .vki-mobile-language {
    display: none !important;
}

body.vki-template-active .vki-site .vki-language-select {
    appearance: auto !important;
    background: #fff !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #333 !important;
    cursor: pointer !important;
    display: block !important;
    font: 400 14px/1 Roboto, Arial, sans-serif !important;
    height: 42px !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    text-transform: none !important;
    width: 152px !important;
}

body.vki-template-active .vki-site .vki-language-select:focus {
    border-color: #00834f !important;
    box-shadow: 0 0 0 2px rgba(0, 131, 79, 0.12) !important;
    outline: 0 !important;
}

body.vki-template-active .vki-site .vki-scroll-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.62s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.62s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: var(--vki-reveal-delay, 0ms);
    will-change: opacity, transform;
}

body.vki-template-active .vki-site .vki-scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

body.vki-template-active .vki-site .vki-figma-stat-card.vki-scroll-reveal {
    transform: translateY(32px) scale(0.97);
}

body.vki-template-active .vki-site .vki-figma-solution-card.vki-scroll-reveal {
    transform: translateY(40px) scale(0.96);
    transition-duration: 0.72s;
}

body.vki-template-active .vki-site .vki-figma-featured-card.vki-scroll-reveal {
    transform: translateY(36px);
    transition-duration: 0.78s;
}

body.vki-template-active .vki-site .vki-figma-news-list.vki-scroll-reveal > a,
body.vki-template-active .vki-site .vki-figma-product-card.vki-scroll-reveal {
    transition-duration: 0.68s;
}

@media (prefers-reduced-motion: reduce) {
    body.vki-template-active .vki-site .vki-scroll-reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

@media (max-width: 960px) {
    body.vki-template-active .vki-site .vki-header-tools > .vki-language-select {
        display: none !important;
    }

    body.vki-template-active .vki-site .vki-mobile-language {
        border-bottom: 1px solid #eeeeee !important;
        display: block !important;
        margin: 0 0 8px !important;
        padding: 0 0 12px !important;
    }

    body.vki-template-active .vki-site .vki-mobile-language .vki-language-select {
        display: block !important;
        height: 42px !important;
        width: 100% !important;
    }
}

/* Figma Untitled homepage refresh */
body.vki-template-active .vki-site {
    --vki-figma-bg: #f8fffc;
    --vki-figma-mint: #e6f3ed;
    --vki-figma-green: #0fa05f;
    --vki-figma-green-700: #0b7243;
    --vki-figma-green-900: #0a4f38;
    --vki-figma-red: #a01010;
    --vki-figma-text: #18272b;
    --vki-figma-muted: #64727d;
    --vki-figma-line: #d9e9e2;
    --vki-figma-shadow: 0 18px 45px rgba(8, 64, 42, 0.14);
    background: var(--vki-figma-bg) !important;
    color: var(--vki-figma-text) !important;
    font-family: "Latinka", Lato, Arial, sans-serif !important;
    line-height: 1.45 !important;
}

body.vki-template-active .vki-site .vki-container {
    max-width: 1184px !important;
}

body.vki-template-active .vki-site h1,
body.vki-template-active .vki-site h2,
body.vki-template-active .vki-site h3,
body.vki-template-active .vki-site p {
    letter-spacing: 0 !important;
}

body.vki-template-active .vki-site .vki-header {
    background: #fff !important;
    box-shadow: none !important;
    overflow: visible !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;
}

body.vki-template-active .vki-site .vki-header-topbar {
    background: linear-gradient(90deg, #2c484e 0 22%, #077b4d 22% 100%) !important;
    height: 53px !important;
}

body.vki-template-active .vki-site .vki-header-top-inner {
    align-items: center !important;
    display: flex !important;
    gap: 32px !important;
    height: 53px !important;
    justify-content: flex-end !important;
}

body.vki-template-active .vki-site .vki-top-search {
    align-items: center !important;
    display: flex !important;
    margin: 0 !important;
    position: relative !important;
    width: 193px !important;
}

body.vki-template-active .vki-site .vki-top-search input {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 999px !important;
    color: #fff !important;
    font: inherit !important;
    height: 23px !important;
    min-height: 23px !important;
    padding: 0 32px 0 12px !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-top-search button {
    background: transparent !important;
    border: 0 !important;
    height: 23px !important;
    padding: 0 !important;
    position: absolute !important;
    right: 8px !important;
    width: 23px !important;
}

body.vki-template-active .vki-site .vki-top-search button::before {
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    content: "" !important;
    height: 10px !important;
    left: 4px !important;
    position: absolute !important;
    top: 4px !important;
    width: 10px !important;
}

body.vki-template-active .vki-site .vki-top-search button::after {
    background: #fff !important;
    content: "" !important;
    height: 8px !important;
    left: 14px !important;
    position: absolute !important;
    top: 13px !important;
    transform: rotate(-45deg) !important;
    width: 2px !important;
}

body.vki-template-active .vki-site .vki-phone-pill {
    align-items: center !important;
    background: #fff !important;
    border-radius: 999px !important;
    color: var(--vki-figma-green-700) !important;
    display: inline-flex !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    height: 22px !important;
    padding: 0 12px !important;
    white-space: nowrap !important;
}

body.vki-template-active .vki-site .vki-language-select.is-topbar {
    appearance: none !important;
    -webkit-appearance: none !important;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%230b7243'/%3E%3C/svg%3E") no-repeat right 8px center !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: var(--vki-figma-green-700) !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    height: 25px !important;
    min-height: 25px !important;
    padding: 0 22px 0 10px !important;
    width: auto !important;
    min-width: 76px !important;
}

body.vki-template-active .vki-site .vki-header-main {
    background: #fff !important;
}

body.vki-template-active .vki-site .vki-header-inner {
    align-items: center !important;
    display: flex !important;
    height: 53px !important;
    justify-content: space-between !important;
}

body.vki-template-active .vki-site .vki-logo {
    align-items: center !important;
    align-self: stretch !important;
    background: #fff !important;
    display: flex !important;
    height: 106px !important;
    justify-content: center !important;
    margin-top: -53px !important;
    position: relative !important;
    width: 210px !important;
    z-index: 2 !important;
}

body.vki-template-active .vki-site .vki-logo-img {
    width: 92px !important;
}

body.vki-template-active .vki-site .vki-nav {
    flex: 1 !important;
    gap: 42px !important;
    justify-content: flex-end !important;
}

body.vki-template-active .vki-site .vki-nav-item > a {
    color: #27344f !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    min-height: 53px !important;
    padding: 0 !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-nav-item.is-active > a,
body.vki-template-active .vki-site .vki-nav-item:hover > a {
    color: var(--vki-figma-green) !important;
}

body.vki-template-active .vki-site .vki-caret::before {
    border: solid currentColor !important;
    border-width: 0 1px 1px 0 !important;
    content: "" !important;
    display: inline-block !important;
    height: 6px !important;
    transform: rotate(45deg) translateY(-2px) !important;
    width: 6px !important;
}

body.vki-template-active .vki-site .vki-header-tools > .vki-language-select,
body.vki-template-active .vki-site .vki-search-toggle {
    display: none !important;
}

body.vki-template-active .vki-site .vki-figma-hero {
    background-color: var(--vki-figma-green-700) !important;
    background-position: center bottom !important;
    background-size: cover !important;
    color: #fff !important;
    min-height: 702px !important;
    overflow: hidden !important;
    padding: 78px 0 100px !important;
    position: relative !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-figma-hero::before {
    background: linear-gradient(180deg, rgba(7, 123, 77, 0.98), rgba(7, 123, 77, 0.88) 46%, rgba(7, 123, 77, 0.98)) !important;
    content: "" !important;
    inset: 0 !important;
    position: absolute !important;
}

body.vki-template-active .vki-site .vki-figma-hero > .vki-container {
    position: relative !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-figma-hero h1 {
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.16 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-hero-subtitle {
    color: #fff !important;
    font-size: 24px !important;
    margin: 10px 0 58px !important;
}

body.vki-template-active .vki-site .vki-figma-hero-cards {
    display: grid !important;
    gap: 31px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-figma-hero-card {
    background: rgba(254, 254, 255, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 4px !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14) !important;
    display: block !important;
    overflow: hidden !important;
}

body.vki-template-active .vki-site .vki-figma-hero-card img {
    aspect-ratio: 272 / 181 !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-hero-card span {
    align-items: center !important;
    background: linear-gradient(180deg, #fff79a, #fff083) !important;
    color: #27344f !important;
    display: flex !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    justify-content: center !important;
    min-height: 41px !important;
    padding: 8px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-hero-lead {
    color: #fff !important;
    font-size: 20px !important;
    margin: 55px auto 31px !important;
    max-width: 1080px !important;
}

body.vki-template-active .vki-site .vki-figma-btn {
    align-items: center !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    gap: 8px !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 0 31px !important;
    white-space: nowrap !important;
}

body.vki-template-active .vki-site .vki-figma-btn.is-red {
    background: var(--vki-figma-red) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

body.vki-template-active .vki-site .vki-figma-btn.is-green {
    background: var(--vki-figma-green-700) !important;
    color: #fff !important;
    font-size: 14px !important;
    margin-top: 28px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-about {
    background: radial-gradient(circle at 84% 50%, rgba(230, 243, 237, 0.8), transparent 30%), var(--vki-figma-bg) !important;
}

body.vki-template-active .vki-site .vki-figma-about-banner {
    background: #fff !important;
    min-height: 380px !important;
    overflow: hidden !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-figma-about-banner > img {
    bottom: 0 !important;
    height: 360px !important;
    object-fit: contain !important;
    object-position: right bottom !important;
    position: absolute !important;
    right: 45px !important;
    width: min(640px, 52vw) !important;
}

body.vki-template-active .vki-site .vki-figma-about-banner .vki-container {
    align-items: flex-start !important;
    background: linear-gradient(90deg, rgba(24, 39, 43, 0.95), rgba(11, 114, 67, 0.72), rgba(11, 114, 67, 0)) !important;
    bottom: 0 !important;
    color: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    left: 0 !important;
    max-width: none !important;
    min-height: 214px !important;
    padding: 32px max(24px, 45vw) 32px max(64px, calc((100vw - 1184px) / 2 + 15px)) !important;
    position: absolute !important;
    text-align: left !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-about-banner p {
    color: #fff !important;
    font-size: 24px !important;
    margin: 0 0 10px !important;
    text-transform: uppercase !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-about-banner h2 {
    color: #fff !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    max-width: 620px !important;
    text-transform: uppercase !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-about-grid {
    display: grid !important;
    gap: 32px !important;
    grid-template-columns: 1.2fr 0.95fr 0.95fr 0.95fr !important;
    padding-bottom: 92px !important;
    padding-top: 92px !important;
}

body.vki-template-active .vki-site .vki-figma-about-copy {
    color: #27344f !important;
    font-size: 16px !important;
    grid-row: span 2 !important;
    line-height: 1.45 !important;
}

body.vki-template-active .vki-site .vki-figma-about-copy p {
    margin: 0 0 18px !important;
}

body.vki-template-active .vki-site .vki-figma-stat-card {
    background: rgba(255, 255, 255, 0.76) !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 6px !important;
    color: #27344f !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 153px !important;
    padding: 24px !important;
}

body.vki-template-active .vki-site .vki-figma-stat-card strong {
    color: var(--vki-figma-green-700) !important;
    font-size: 64px !important;
    font-weight: 700 !important;
    line-height: 0.95 !important;
}

body.vki-template-active .vki-site .vki-figma-stat-card span {
    font-size: 16px !important;
    line-height: 1.35 !important;
    margin-top: 12px !important;
}

body.vki-template-active .vki-site .vki-figma-stat-card.is-feature {
    background: linear-gradient(180deg, var(--vki-figma-green-700), #195b48) !important;
    color: #fff !important;
    grid-row: span 2 !important;
    justify-content: flex-start !important;
}

body.vki-template-active .vki-site .vki-figma-stat-card.is-feature strong,
body.vki-template-active .vki-site .vki-figma-stat-card.is-feature span {
    color: #fff !important;
}

body.vki-template-active .vki-site .vki-figma-stat-card.is-feature img {
    border-radius: 4px !important;
    margin-top: auto !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-stat-card.is-wide {
    align-items: center !important;
    flex-direction: row !important;
    gap: 24px !important;
    grid-column: span 2 !important;
}

body.vki-template-active .vki-site .vki-figma-challenges {
    background: var(--vki-figma-bg) !important;
    padding: 6px 0 0 !important;
}

body.vki-template-active .vki-site .vki-figma-challenges h2,
body.vki-template-active .vki-site .vki-figma-products h2,
body.vki-template-active .vki-site .vki-figma-partners h2,
body.vki-template-active .vki-site .vki-figma-featured h2,
body.vki-template-active .vki-site .vki-figma-news h2,
body.vki-template-active .vki-site .vki-figma-contact h2 {
    color: var(--vki-figma-green-700) !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-challenges p {
    color: #27344f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin: 4px 0 32px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-challenge-strip {
    background: var(--vki-figma-green) !important;
    color: #fff !important;
    padding: 26px 0 !important;
}

body.vki-template-active .vki-site .vki-figma-challenge-strip .vki-container {
    display: grid !important;
    gap: 28px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-figma-challenge-strip article {
    min-width: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-challenge-strip svg {
    fill: #fff !important;
    height: 30px !important;
    margin-bottom: 12px !important;
    width: 30px !important;
}

body.vki-template-active .vki-site .vki-figma-challenge-strip h3 {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-solutions {
    background: linear-gradient(180deg, var(--vki-figma-bg), var(--vki-figma-mint)) !important;
    padding: 48px 0 76px !important;
}

body.vki-template-active .vki-site .vki-figma-solution-note {
    background: var(--vki-figma-green-900) !important;
    border-radius: 4px !important;
    color: #fff !important;
    margin: 0 auto 34px !important;
    max-width: 790px !important;
    padding: 24px 36px !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-figma-solution-note h2 {
    color: #fff !important;
    font-size: 24px !important;
    margin: 0 0 8px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-solution-note p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-solution-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-figma-solution-card {
    aspect-ratio: 592 / 330 !important;
    color: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    overflow: hidden !important;
    padding: 40px !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-figma-solution-card img,
body.vki-template-active .vki-site .vki-figma-featured-card > img,
body.vki-template-active .vki-site .vki-figma-news-main img {
    height: 100% !important;
    inset: 0 !important;
    object-fit: cover !important;
    position: absolute !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-solution-card::before {
    background: linear-gradient(180deg, rgba(7, 123, 77, 0.05), rgba(7, 123, 77, 0.92)) !important;
    content: "" !important;
    inset: 0 !important;
    position: absolute !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-figma-solution-card span,
body.vki-template-active .vki-site .vki-figma-solution-card strong,
body.vki-template-active .vki-site .vki-figma-solution-card em {
    position: relative !important;
    z-index: 2 !important;
}

body.vki-template-active .vki-site .vki-figma-solution-card span {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-solution-card strong {
    color: #fff !important;
    display: block !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    max-width: 360px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-solution-card em {
    align-self: flex-end !important;
    font-size: 30px !important;
    font-style: normal !important;
    line-height: 1 !important;
}

body.vki-template-active .vki-site .vki-figma-products {
    background: var(--vki-figma-mint) !important;
    padding: 38px 0 74px !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-figma-products h2 {
    font-size: 24px !important;
    margin: 0 0 33px !important;
}

body.vki-template-active .vki-site .vki-figma-product-grid + h2 {
    margin-top: 78px !important;
}

body.vki-template-active .vki-site .vki-figma-product-grid {
    display: grid !important;
    gap: 34px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    text-align: left !important;
}

body.vki-template-active .vki-site .vki-figma-product-card {
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 4px !important;
    box-shadow: 0 12px 30px rgba(23, 89, 62, 0.08) !important;
    overflow: hidden !important;
}

body.vki-template-active .vki-site .vki-figma-product-card img {
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-product-card div {
    padding: 18px !important;
}

body.vki-template-active .vki-site .vki-figma-product-card h3 {
    color: #27344f !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 0 10px !important;
}

body.vki-template-active .vki-site .vki-figma-product-card p {
    color: var(--vki-figma-muted) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin: 0 0 14px !important;
}

body.vki-template-active .vki-site .vki-figma-product-card a {
    align-items: center !important;
    background: var(--vki-figma-green-700) !important;
    border-radius: 2px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    min-height: 30px !important;
    padding: 0 14px !important;
}

body.vki-template-active .vki-site .vki-figma-partners {
    background: var(--vki-figma-bg) !important;
    padding: 62px 0 72px !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-figma-partners h2 {
    font-size: 24px !important;
    margin-bottom: 34px !important;
}

body.vki-template-active .vki-site .vki-figma-partners .vki-partner-grid {
    gap: 12px !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-figma-partners .vki-partner-grid a {
    aspect-ratio: 112 / 48 !important;
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 3px !important;
    padding: 8px 12px !important;
}

body.vki-template-active .vki-site .vki-figma-featured {
    background-color: var(--vki-figma-green-700) !important;
    background-position: center !important;
    background-size: cover !important;
    color: #fff !important;
    padding: 54px 0 82px !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-figma-featured::before {
    background: rgba(7, 123, 77, 0.9) !important;
    content: "" !important;
    inset: 0 !important;
    position: absolute !important;
}

body.vki-template-active .vki-site .vki-figma-featured .vki-container {
    position: relative !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-figma-featured header {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 34px !important;
}

body.vki-template-active .vki-site .vki-figma-featured h2 {
    color: #fff !important;
}

body.vki-template-active .vki-site .vki-figma-featured header a {
    background: #fff !important;
    border-radius: 3px !important;
    color: var(--vki-figma-green-700) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 10px 18px !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card {
    border-radius: 6px !important;
    box-shadow: var(--vki-figma-shadow) !important;
    min-height: 408px !important;
    overflow: hidden !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card::before {
    background: linear-gradient(90deg, rgba(7, 123, 77, 0.94), rgba(7, 123, 77, 0.34)) !important;
    content: "" !important;
    inset: 0 !important;
    position: absolute !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card div {
    bottom: 40px !important;
    color: #fff !important;
    left: 40px !important;
    max-width: 560px !important;
    position: absolute !important;
    z-index: 2 !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card span {
    display: block !important;
    font-size: 15px !important;
    margin-bottom: 6px !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card h3 {
    color: #fff !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    margin: 0 0 12px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card p {
    color: #fff !important;
    font-size: 16px !important;
    margin: 0 0 20px !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card a {
    background: #fff !important;
    border-radius: 3px !important;
    color: var(--vki-figma-green-700) !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 9px 16px !important;
}

body.vki-template-active .vki-site .vki-figma-news {
    background: var(--vki-figma-bg) !important;
    padding: 72px 0 !important;
}

body.vki-template-active .vki-site .vki-figma-news h2 {
    font-size: 24px !important;
    margin-bottom: 30px !important;
}

body.vki-template-active .vki-site .vki-figma-news-grid {
    display: grid !important;
    gap: 34px !important;
    grid-template-columns: 1fr 1.05fr !important;
}

body.vki-template-active .vki-site .vki-figma-news-main {
    background: #fff !important;
    border-radius: 4px !important;
    display: block !important;
    min-height: 330px !important;
    overflow: hidden !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-figma-news-main::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(24, 39, 43, 0.72)) !important;
    content: "" !important;
    inset: 0 !important;
    position: absolute !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-figma-news-main strong {
    bottom: 24px !important;
    color: #fff !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    left: 24px !important;
    line-height: 1.3 !important;
    position: absolute !important;
    right: 24px !important;
    z-index: 2 !important;
}

body.vki-template-active .vki-site .vki-figma-news-list {
    display: grid !important;
    gap: 16px !important;
}

body.vki-template-active .vki-site .vki-figma-news-media,
body.vki-template-active .vki-site .vki-figma-news-thumbs {
    display: grid !important;
    gap: 24px !important;
}

body.vki-template-active .vki-site .vki-figma-news-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-figma-news-thumbs a {
    background: #fff !important;
    border-radius: 4px !important;
    display: block !important;
    min-height: 160px !important;
    overflow: hidden !important;
}

body.vki-template-active .vki-site .vki-figma-news-thumbs img,
body.vki-template-active .vki-site .vki-figma-news-main img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-news-list a {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 4px !important;
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: 160px 1fr !important;
    padding: 12px !important;
}

body.vki-template-active .vki-site .vki-figma-news-list img {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-news-list span {
    color: #27344f !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

body.vki-template-active .vki-site .vki-figma-news-list-heading {
    align-items: center !important;
    display: flex !important;
    gap: 18px !important;
    justify-content: space-between !important;
}

body.vki-template-active .vki-site .vki-figma-news-list-heading h3,
body.vki-template-active .vki-site .vki-figma-news-subhead {
    color: #101d21 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-news-list-heading a {
    background: transparent !important;
    border: 0 !important;
    color: #101d21 !important;
    display: inline-flex !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    grid-template-columns: none !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-news-list-item span {
    display: grid !important;
    gap: 10px !important;
}

body.vki-template-active .vki-site .vki-figma-news-list-item strong {
    color: #17242a !important;
    font-size: 19px !important;
    line-height: 1.24 !important;
}

body.vki-template-active .vki-site .vki-figma-news-list-item em {
    color: #17242a !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}

body.vki-template-active .vki-site .vki-figma-contact {
    background: linear-gradient(360deg, #fff 0%, #e6f3ed 100%) !important;
    padding: 54px 0 58px !important;
}

body.vki-template-active .vki-site .vki-figma-contact-shell {
    align-items: stretch !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    display: grid !important;
    gap: 32px !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-contact-copy {
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-figma-contact-copy > img {
    display: none !important;
}

body.vki-template-active .vki-site .vki-figma-contact h2 {
    background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    font-size: 36px !important;
    letter-spacing: 0.02em !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-contact p {
    color: #2e3a5b !important;
    font-size: 16px !important;
    margin: 10px 0 0 !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(220px, 1.7fr) 198px !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form h3,
body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form > p {
    display: none !important;
}

body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form label {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    min-width: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form label:nth-of-type(5) {
    display: none !important;
}

body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form label span {
    color: #2e3a5b !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form input,
body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form select,
body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form textarea {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(46, 58, 91, 0.7) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #27344f !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    min-height: 31px !important;
    padding: 0 0 8px !important;
}

body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form textarea {
    min-height: 31px !important;
    overflow: hidden !important;
    resize: none !important;
}

body.vki-template-active .vki-site .vki-figma-contact .vki-form-submit {
    align-self: end !important;
    background: var(--vki-figma-red) !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 20px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 24px !important;
    text-transform: none !important;
    width: 198px !important;
}

body.vki-template-active .vki-site .vki-figma-contact .vki-form-message {
    grid-column: 1 / -1 !important;
}

body.vki-template-active .vki-site .vki-footer {
    background: var(--vki-figma-green-700) !important;
    color: #fff !important;
    padding: 46px 0 24px !important;
}

body.vki-template-active .vki-site .vki-footer-overlay {
    display: none !important;
}

body.vki-template-active .vki-site .vki-footer .vki-container {
    display: grid !important;
    gap: 32px !important;
    grid-template-columns: 1fr 280px !important;
}

body.vki-template-active .vki-site .vki-footer .vki-contact-details {
    display: grid !important;
    gap: 18px 28px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-footer .vki-contact-details h2 {
    color: #fff !important;
    font-size: 18px !important;
    grid-column: 1 / -1 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-footer .vki-contact-details h3,
body.vki-template-active .vki-site .vki-footer .vki-contact-details p,
body.vki-template-active .vki-site .vki-footer .vki-contact-details a,
body.vki-template-active .vki-site .vki-connect h3,
body.vki-template-active .vki-site .vki-copy {
    color: #fff !important;
}

body.vki-template-active .vki-site .vki-connect input {
    border-radius: 2px 0 0 2px !important;
}

body.vki-template-active .vki-site .vki-connect button {
    background: var(--vki-figma-red) !important;
    border-radius: 0 2px 2px 0 !important;
}

body.vki-template-active .vki-site .vki-floating-contact {
    align-items: center !important;
    bottom: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    left: auto !important;
    position: fixed !important;
    right: 24px !important;
    top: auto !important;
    width: auto !important;
    z-index: 10001 !important;
}

body.vki-template-active .vki-site .vki-floating-contact a {
    align-items: center !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    display: flex !important;
    height: 48px !important;
    justify-content: center !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 48px !important;
}

body.vki-template-active .vki-site .vki-floating-contact a:nth-child(1),
body.vki-template-active .vki-site .vki-floating-contact a:nth-child(2),
body.vki-template-active .vki-site .vki-floating-contact a:nth-child(3),
body.vki-template-active .vki-site .vki-floating-contact a:nth-child(4) {
    border-radius: 50% !important;
    min-width: 0 !important;
    width: 48px !important;
}

body.vki-template-active .vki-site .vki-floating-contact .is-phone,
body.vki-template-active .vki-site .vki-floating-contact .is-email {
    background: #ee9ba0 !important;
}

body.vki-template-active .vki-site .vki-floating-contact .is-zalo {
    background: #d4e6ff !important;
}

body.vki-template-active .vki-site .vki-floating-contact .is-wechat {
    background: #d7f0e5 !important;
}

body.vki-template-active .vki-site .vki-floating-contact img,
body.vki-template-active .vki-site .vki-floating-contact svg,
body.vki-template-active .vki-site .vki-floating-zalo {
    border-radius: 50% !important;
    display: block !important;
    height: 34px !important;
    width: 34px !important;
}

body.vki-template-active .vki-site .vki-floating-contact svg circle {
    fill: #c70000 !important;
}

body.vki-template-active .vki-site .vki-floating-contact svg path {
    fill: #fff !important;
}

body.vki-template-active .vki-site .vki-floating-contact .is-wechat svg circle {
    fill: var(--vki-figma-green) !important;
}

body.vki-template-active .vki-site .vki-floating-zalo {
    align-items: center !important;
    background: #006cff !important;
    color: #fff !important;
    display: flex !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    justify-content: center !important;
}

@media (max-width: 1180px) {
    body.vki-template-active .vki-site .vki-nav {
        gap: 22px !important;
    }

    body.vki-template-active .vki-site .vki-nav-item > a {
        font-size: 14px !important;
    }
}

@media (max-width: 960px) {
    body.vki-template-active .vki-site .vki-header-topbar {
        display: none !important;
    }

    body.vki-template-active .vki-site .vki-header-inner {
        height: 70px !important;
    }

    body.vki-template-active .vki-site .vki-logo {
        height: 70px !important;
        margin-top: 0 !important;
        width: 120px !important;
    }

    body.vki-template-active .vki-site .vki-logo-img {
        width: 76px !important;
    }

    body.vki-template-active .vki-site .vki-search-toggle,
    body.vki-template-active .vki-site .vki-menu-toggle {
        display: inline-grid !important;
    }

    body.vki-template-active .vki-site .vki-nav {
        gap: 0 !important;
        justify-content: flex-start !important;
    }

    body.vki-template-active .vki-site .vki-nav-item > a {
        min-height: 44px !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero {
        min-height: 0 !important;
        padding: 52px 0 62px !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero h1 {
        font-size: 34px !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero-cards,
    body.vki-template-active .vki-site .vki-figma-about-grid,
    body.vki-template-active .vki-site .vki-figma-product-grid,
    body.vki-template-active .vki-site .vki-figma-news-grid,
    body.vki-template-active .vki-site .vki-figma-contact-shell {
        grid-template-columns: 1fr !important;
    }

    body.vki-template-active .vki-site .vki-figma-challenge-strip .vki-container,
    body.vki-template-active .vki-site .vki-figma-solution-grid,
    body.vki-template-active .vki-site .vki-figma-partners .vki-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.vki-template-active .vki-site .vki-figma-about-banner > img {
        opacity: 0.42 !important;
        right: -70px !important;
        width: 78vw !important;
    }

    body.vki-template-active .vki-site .vki-figma-about-banner .vki-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    body.vki-template-active .vki-site .vki-figma-about-banner h2 {
        font-size: 28px !important;
    }

    body.vki-template-active .vki-site .vki-figma-stat-card.is-feature,
    body.vki-template-active .vki-site .vki-figma-stat-card.is-wide {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    body.vki-template-active .vki-site .vki-footer .vki-container,
    body.vki-template-active .vki-site .vki-footer .vki-contact-details {
        grid-template-columns: 1fr !important;
    }

    body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.vki-template-active .vki-site .vki-figma-contact .vki-form-submit {
        justify-self: start !important;
    }
}

@media (max-width: 640px) {
    body.vki-template-active .vki-site .vki-figma-hero h1 {
        font-size: 29px !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero-subtitle,
    body.vki-template-active .vki-site .vki-figma-hero-lead {
        font-size: 17px !important;
    }

    body.vki-template-active .vki-site .vki-figma-challenge-strip .vki-container,
    body.vki-template-active .vki-site .vki-figma-solution-grid,
    body.vki-template-active .vki-site .vki-figma-partners .vki-partner-grid,
    body.vki-template-active .vki-site .vki-figma-news-list a {
        grid-template-columns: 1fr !important;
    }

    body.vki-template-active .vki-site .vki-figma-solution-card {
        aspect-ratio: 1 / 0.82 !important;
        padding: 26px !important;
    }

    body.vki-template-active .vki-site .vki-figma-stat-card strong {
        font-size: 50px !important;
    }

    body.vki-template-active .vki-site .vki-figma-contact-shell {
        padding: 0 !important;
    }

    body.vki-template-active .vki-site .vki-figma-contact-copy > img {
        display: none !important;
    }

    body.vki-template-active .vki-site .vki-figma-contact h2 {
        font-size: 28px !important;
    }

    body.vki-template-active .vki-site .vki-figma-contact .vki-contact-form {
        gap: 18px !important;
        grid-template-columns: 1fr !important;
    }

    body.vki-template-active .vki-site .vki-figma-contact .vki-form-submit {
        justify-self: stretch !important;
        width: 100% !important;
    }

    body.vki-template-active .vki-site .vki-floating-contact {
        gap: 8px !important;
        right: 12px !important;
        top: auto !important;
        bottom: 12px !important;
    }

    body.vki-template-active .vki-site .vki-floating-contact a {
        height: 42px !important;
        width: 42px !important;
    }

    body.vki-template-active .vki-site .vki-floating-contact a:nth-child(1),
    body.vki-template-active .vki-site .vki-floating-contact a:nth-child(2),
    body.vki-template-active .vki-site .vki-floating-contact a:nth-child(3),
    body.vki-template-active .vki-site .vki-floating-contact a:nth-child(4) {
        width: 42px !important;
    }

    body.vki-template-active .vki-site .vki-floating-contact img,
    body.vki-template-active .vki-site .vki-floating-contact svg,
    body.vki-template-active .vki-site .vki-floating-zalo {
        height: 30px !important;
        width: 30px !important;
    }

    body.vki-template-active .vki-site .vki-floating-zalo {
        font-size: 10px !important;
    }
}

/* Codex requested refinements: header order, language menu, carousels, footer, workflow */
body.vki-template-active .vki-site,
body.vki-template-active .vki-site :where(h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, select, label, span, strong, small, li, dt, dd, summary) {
    font-family: "Latinka", Lato, Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

body.vki-template-active .vki-site :where(h1, h2, h3, strong, b, button, .vki-nav-item > a) {
    font-weight: 800 !important;
}

body.vki-template-active .vki-site .vki-header-topbar {
    background: linear-gradient(90deg, #2c484e 0 70px, #fff 70px 275px, #077b4d 275px 100%) !important;
}

body.vki-template-active .vki-site .vki-header-top-inner,
body.vki-template-active .vki-site .vki-header-inner {
    max-width: 1280px !important;
}

body.vki-template-active .vki-site .vki-header-inner {
    gap: 18px !important;
    justify-content: flex-start !important;
    padding-left: 0 !important;
}

body.vki-template-active .vki-site .vki-logo {
    flex: 0 0 205px !important;
    width: 205px !important;
}

body.vki-template-active .vki-site .vki-logo-img {
    width: 86px !important;
}

body.vki-template-active .vki-site .vki-nav {
    flex: 1 1 auto !important;
    gap: clamp(22px, 3.1vw, 48px) !important;
    justify-content: flex-end !important;
}

body.vki-template-active .vki-site .vki-nav-item {
    position: relative !important;
}

body.vki-template-active .vki-site .vki-nav-item > a {
    font-size: clamp(12px, 0.78vw, 14px) !important;
    white-space: nowrap !important;
}

body.vki-template-active .vki-site .vki-dropdown {
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 24px rgba(24, 39, 43, 0.16) !important;
    left: 0 !important;
    min-width: 210px !important;
    padding: 0 !important;
    top: calc(100% - 2px) !important;
}

body.vki-template-active .vki-site .vki-dropdown a {
    border-bottom: 1px solid #e5eeea !important;
    color: #22323a !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    padding: 9px 12px !important;
    text-transform: none !important;
}

body.vki-template-active .vki-site .vki-dropdown a:hover {
    background: var(--vki-figma-green) !important;
    color: #fff !important;
}

body.vki-template-active .vki-site .vki-language-menu {
    position: relative !important;
    z-index: 10002 !important;
}

body.vki-template-active .vki-site .vki-language-current {
    align-items: center !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: var(--vki-figma-green-700) !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    gap: 4px !important;
    height: 25px !important;
    justify-content: center !important;
    min-width: 66px !important;
    padding: 0 9px !important;
}

body.vki-template-active .vki-site .vki-language-globe {
    border: 1.8px solid currentColor !important;
    border-radius: 50% !important;
    display: inline-block !important;
    height: 14px !important;
    position: relative !important;
    width: 14px !important;
}

body.vki-template-active .vki-site .vki-language-globe::before,
body.vki-template-active .vki-site .vki-language-globe::after {
    background: currentColor !important;
    content: "" !important;
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

body.vki-template-active .vki-site .vki-language-globe::before {
    height: 1.8px !important;
    width: 11px !important;
}

body.vki-template-active .vki-site .vki-language-globe::after {
    height: 11px !important;
    width: 1.8px !important;
}

body.vki-template-active .vki-site .vki-language-caret {
    border-color: currentColor transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    display: inline-block !important;
    height: 0 !important;
    width: 0 !important;
}

body.vki-template-active .vki-site .vki-language-options {
    background: #f4f7f6 !important;
    border: 1px solid #d8e5df !important;
    box-shadow: 0 10px 22px rgba(24, 39, 43, 0.16) !important;
    display: none !important;
    left: 50% !important;
    min-width: 54px !important;
    position: absolute !important;
    top: 26px !important;
    transform: translateX(-50%) !important;
}

body.vki-template-active .vki-site .vki-language-menu.is-open .vki-language-options,
body.vki-template-active .vki-site .vki-language-menu:hover .vki-language-options {
    display: block !important;
}

body.vki-template-active .vki-site .vki-language-options button {
    background: #edf2f0 !important;
    border: 0 !important;
    border-bottom: 1px solid #d8e5df !important;
    color: #50646b !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    height: 24px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-language-options button.is-active,
body.vki-template-active .vki-site .vki-language-options button:hover {
    background: var(--vki-figma-green) !important;
    color: #fff !important;
}

body.vki-template-active .vki-site .vki-figma-scroll-rail {
    -ms-overflow-style: none !important;
    display: grid !important;
    gap: 18px !important;
    grid-auto-flow: column !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
}

body.vki-template-active .vki-site .vki-figma-scroll-rail::-webkit-scrollbar {
    display: none !important;
}

body.vki-template-active .vki-site .vki-home-scroll-controls {
    display: flex !important;
    gap: 8px !important;
    justify-content: flex-end !important;
    margin: -20px 0 14px !important;
}

body.vki-template-active .vki-site .vki-home-scroll-controls button {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 50% !important;
    color: var(--vki-figma-green-700) !important;
    cursor: pointer !important;
    display: flex !important;
    font-size: 26px !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 0 3px !important;
    width: 34px !important;
}

body.vki-template-active .vki-site .vki-figma-solutions .vki-container,
body.vki-template-active .vki-site .vki-figma-featured .vki-container {
    overflow: visible !important;
}

body.vki-template-active .vki-site .vki-figma-solution-grid {
    grid-template-columns: none !important;
}

body.vki-template-active .vki-site .vki-figma-solution-card {
    border-radius: 4px !important;
    min-width: min(590px, 82vw) !important;
    scroll-snap-align: start !important;
}

body.vki-template-active .vki-site .vki-figma-solution-card small {
    color: rgba(255, 255, 255, 0.92) !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-top: 12px !important;
    max-width: 460px !important;
    position: relative !important;
    z-index: 2 !important;
}

body.vki-template-active .vki-site .vki-figma-featured {
    padding: 54px 0 74px !important;
}

body.vki-template-active .vki-site .vki-figma-featured .vki-container {
    position: relative !important;
}

body.vki-template-active .vki-site .vki-figma-featured header {
    margin-bottom: 30px !important;
}

body.vki-template-active .vki-site .vki-figma-featured h2 {
    font-size: clamp(32px, 3.4vw, 52px) !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
}

body.vki-template-active .vki-site .vki-figma-featured header a {
    align-items: center !important;
    background: #fff !important;
    border-radius: 2px !important;
    color: var(--vki-figma-green-700) !important;
    display: inline-flex !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    min-height: 28px !important;
    padding: 0 14px !important;
}

body.vki-template-active .vki-site .vki-home-scroll-controls.is-featured {
    bottom: 206px !important;
    display: block !important;
    inset-inline: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    z-index: 4 !important;
}

body.vki-template-active .vki-site .vki-home-scroll-controls.is-featured button {
    border: 0 !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
    height: 28px !important;
    pointer-events: auto !important;
    position: absolute !important;
    width: 28px !important;
}

body.vki-template-active .vki-site .vki-home-scroll-controls.is-featured button:first-child {
    left: -18px !important;
}

body.vki-template-active .vki-site .vki-home-scroll-controls.is-featured button:last-child {
    right: -18px !important;
}

body.vki-template-active .vki-site .vki-figma-featured-rail {
    gap: 0 !important;
    grid-auto-columns: 132px !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card {
    border-radius: 5px !important;
    box-shadow: none !important;
    min-height: 360px !important;
    scroll-snap-align: start !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card:first-child {
    grid-column: span 5 !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card > img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card:not(:first-child)::before {
    background: rgba(4, 97, 67, 0.76) !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card:not(:first-child) div {
    align-items: center !important;
    bottom: 0 !important;
    display: flex !important;
    inset: 0 !important;
    justify-content: center !important;
    left: 0 !important;
    max-width: none !important;
    padding: 22px 12px !important;
    writing-mode: vertical-rl !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card:not(:first-child) span,
body.vki-template-active .vki-site .vki-figma-featured-card:not(:first-child) p,
body.vki-template-active .vki-site .vki-figma-featured-card:not(:first-child) a {
    display: none !important;
}

body.vki-template-active .vki-site .vki-figma-featured-card:not(:first-child) h3 {
    font-size: 18px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-figma-footer {
    background: #043d31 !important;
    color: #fff !important;
    padding: 62px 0 34px !important;
}

body.vki-template-active .vki-site .vki-figma-footer .vki-container {
    display: grid !important;
    gap: 48px !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(160px, 0.45fr) minmax(220px, 0.65fr) !important;
}

body.vki-template-active .vki-site .vki-footer-logo {
    align-items: center !important;
    background: #fff !important;
    border-radius: 7px !important;
    display: inline-flex !important;
    height: 78px !important;
    justify-content: center !important;
    margin-bottom: 26px !important;
    width: 116px !important;
}

body.vki-template-active .vki-site .vki-footer-logo img {
    display: block !important;
    max-height: 54px !important;
    max-width: 82px !important;
    opacity: 1 !important;
    width: auto !important;
}

body.vki-template-active .vki-site .vki-footer-brand h2,
body.vki-template-active .vki-site .vki-footer-menu h3,
body.vki-template-active .vki-site .vki-footer-newsletter h3 {
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    margin: 0 0 22px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-footer-brand p,
body.vki-template-active .vki-site .vki-footer-brand li,
body.vki-template-active .vki-site .vki-footer-brand a,
body.vki-template-active .vki-site .vki-footer-brand span,
body.vki-template-active .vki-site .vki-footer-menu a,
body.vki-template-active .vki-site .vki-footer-newsletter label,
body.vki-template-active .vki-site .vki-copy {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

body.vki-template-active .vki-site .vki-footer-brand ul {
    display: grid !important;
    gap: 10px !important;
    list-style: none !important;
    margin: 22px 0 0 !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-footer-brand li {
    display: grid !important;
    gap: 2px !important;
}

body.vki-template-active .vki-site .vki-footer-brand b {
    color: #fff !important;
    display: block !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-footer-newsletter form {
    display: grid !important;
    gap: 10px !important;
}

body.vki-template-active .vki-site .vki-footer-menu {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

body.vki-template-active .vki-site .vki-footer-menu a {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-footer-newsletter input[type="email"] {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 4px !important;
    color: #fff !important;
    height: 44px !important;
    padding: 0 12px !important;
}

body.vki-template-active .vki-site .vki-footer-newsletter button {
    align-items: center !important;
    background: var(--vki-figma-green) !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 24px !important;
    height: 44px !important;
    justify-content: center !important;
    width: 52px !important;
}

body.vki-template-active .vki-site .vki-footer-consent {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
}

body.vki-template-active .vki-site .vki-footer-consent input {
    flex: 0 0 16px !important;
    height: 16px !important;
    margin: 3px 0 0 !important;
    min-height: 16px !important;
    min-width: 16px !important;
    transform: none !important;
    width: 16px !important;
}

body.vki-template-active .vki-site .vki-figma-footer .vki-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    grid-column: 1 / -1 !important;
    margin: 10px 0 0 !important;
    padding-top: 22px !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-figma-workflow {
    background: var(--vki-figma-bg) !important;
    padding: 70px 0 86px !important;
}

body.vki-template-active .vki-site .vki-figma-workflow header {
    margin-bottom: 24px !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-figma-workflow h2 {
    color: var(--vki-figma-green-700) !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-rail {
    -ms-overflow-style: none !important;
    display: grid !important;
    gap: 18px !important;
    grid-auto-columns: 268px !important;
    grid-auto-flow: column !important;
    margin-top: 18px !important;
    overflow-x: auto !important;
    padding-bottom: 8px !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-rail::-webkit-scrollbar {
    display: none !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-card {
    border-radius: 4px !important;
    min-height: 330px !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-card.is-steps {
    background: #eff4f2 !important;
    border: 1px solid var(--vki-figma-line) !important;
    padding: 20px !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-card.is-steps h3 {
    background: var(--vki-figma-green-700) !important;
    border-radius: 3px !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    margin: -20px -20px 20px !important;
    padding: 14px 18px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-card ol {
    color: #53656b !important;
    display: grid !important;
    gap: 14px !important;
    margin: 0 !important;
    padding-left: 20px !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-card li {
    font-size: 14px !important;
    line-height: 1.45 !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-card.is-image {
    color: #fff !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-card.is-image > img {
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-card.is-image::before {
    background: rgba(4, 61, 49, 0.4) !important;
    content: "" !important;
    inset: 0 !important;
    position: absolute !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-card.is-image div {
    align-items: center !important;
    display: grid !important;
    gap: 18px !important;
    inset: 0 !important;
    justify-items: center !important;
    padding: 28px 18px !important;
    position: absolute !important;
    z-index: 2 !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-card.is-image div img {
    max-width: 90px !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-card.is-image h3 {
    align-self: end !important;
    background: var(--vki-figma-green-700) !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 13px 14px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-bottom {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: 320px 1fr !important;
    margin-top: 32px !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-commit {
    background: var(--vki-figma-green-700) !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 28px !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-commit h3 {
    color: #fff !important;
    font-size: 22px !important;
    margin: 0 0 18px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-commit p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 15px !important;
    margin: 0 0 22px !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-commit a {
    background: #fff !important;
    border-radius: 3px !important;
    color: var(--vki-figma-green-700) !important;
    display: inline-flex !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    padding: 10px 17px !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-faq {
    display: grid !important;
    gap: 10px !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-faq details {
    background: #e9efed !important;
    border-top: 1px solid #b9d4cb !important;
    padding: 16px 18px !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-faq summary {
    color: #24343b !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

body.vki-template-active .vki-site .vki-figma-workflow-faq p {
    color: #64757b !important;
    font-size: 14px !important;
    margin: 12px 0 0 !important;
}

@media (max-width: 960px) {
    body.vki-template-active .vki-site .vki-header-topbar {
        display: none !important;
    }

    body.vki-template-active .vki-site .vki-header-inner {
        padding-left: 20px !important;
    }

    body.vki-template-active .vki-site .vki-logo {
        flex-basis: auto !important;
        width: 120px !important;
    }

    body.vki-template-active .vki-site .vki-figma-featured-rail {
        gap: 14px !important;
        grid-auto-columns: minmax(250px, 78vw) !important;
    }

    body.vki-template-active .vki-site .vki-figma-featured-card:first-child {
        grid-column: auto !important;
    }

    body.vki-template-active .vki-site .vki-figma-featured-card:not(:first-child) div {
        display: block !important;
        inset: auto auto 28px 24px !important;
        max-width: 210px !important;
        padding: 0 !important;
        writing-mode: horizontal-tb !important;
    }

    body.vki-template-active .vki-site .vki-figma-featured-card:not(:first-child) span,
    body.vki-template-active .vki-site .vki-figma-featured-card:not(:first-child) p,
    body.vki-template-active .vki-site .vki-figma-featured-card:not(:first-child) a {
        display: revert !important;
    }

    body.vki-template-active .vki-site .vki-home-scroll-controls.is-featured button:first-child {
        left: 8px !important;
    }

    body.vki-template-active .vki-site .vki-home-scroll-controls.is-featured button:last-child {
        right: 8px !important;
    }

    body.vki-template-active .vki-site .vki-figma-footer .vki-container,
    body.vki-template-active .vki-site .vki-figma-workflow-bottom {
        grid-template-columns: 1fr !important;
    }
}

/* About page parity with supplied SVG */
body.vki-template-active .vki-site .vki-about-svg-hero {
    background-color: #eaf4f0 !important;
    background-position: center top !important;
    background-size: cover !important;
    height: 100px !important;
    overflow: hidden !important;
}

body.vki-template-active .vki-site .vki-about-svg-hero .vki-container,
body.vki-template-active .vki-site .vki-about-svg-intro .vki-container,
body.vki-template-active .vki-site .vki-figma-values .vki-container,
body.vki-template-active .vki-site .vki-figma-ecosystem .vki-container,
body.vki-template-active .vki-site .vki-figma-workflow .vki-container {
    max-width: 1152px !important;
}

body.vki-template-active .vki-site .vki-about-svg-hero .vki-container,
body.vki-template-active .vki-site .vki-about-svg-intro .vki-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.vki-template-active .vki-site .vki-about-svg-hero .vki-container {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    justify-content: center !important;
}

body.vki-template-active .vki-site .vki-about-svg-hero h1 {
    color: var(--vki-figma-green) !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 22px !important;
    text-transform: none !important;
}

body.vki-template-active .vki-site .vki-about-svg-hero p {
    color: #253b42 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-about-svg-intro {
    background: #f3fbf8 !important;
    color: #263b42 !important;
    padding: 20px 0 84px !important;
}

body.vki-template-active .vki-site .vki-about-svg-breadcrumb {
    align-items: center !important;
    display: flex !important;
    gap: 5px !important;
    margin-bottom: 4px !important;
}

body.vki-template-active .vki-site .vki-about-svg-breadcrumb a,
body.vki-template-active .vki-site .vki-about-svg-breadcrumb span,
body.vki-template-active .vki-site .vki-about-svg-breadcrumb strong,
body.vki-template-active .vki-site .vki-about-svg-current {
    color: #263b42 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-about-svg-breadcrumb strong {
    font-weight: 800 !important;
}

body.vki-template-active .vki-site .vki-about-svg-current {
    margin-bottom: 30px !important;
}

body.vki-template-active .vki-site .vki-about-svg-intro h2 {
    color: var(--vki-figma-green) !important;
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 0 0 26px !important;
    text-transform: none !important;
}

body.vki-template-active .vki-site .vki-about-svg-intro p:not(.vki-about-svg-current) {
    color: #31484f !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 0 18px !important;
}

body.vki-template-active .vki-site .vki-about-svg-btn {
    align-items: center !important;
    background: var(--vki-figma-green-700) !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    height: 50px !important;
    justify-content: center !important;
    margin: 36px 0 18px !important;
    min-width: 220px !important;
    padding: 0 28px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-about-svg-image {
    margin: 0 auto !important;
    max-width: 1076px !important;
    padding-top: 0 !important;
}

body.vki-template-active .vki-site .vki-about-svg-image img {
    display: block !important;
    height: auto !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-values {
    background: #0e473d !important;
    color: #fff !important;
    padding: 76px 0 86px !important;
}

body.vki-template-active .vki-site .vki-figma-values header,
body.vki-template-active .vki-site .vki-figma-ecosystem header {
    margin-bottom: 32px !important;
}

body.vki-template-active .vki-site .vki-figma-kicker {
    color: var(--vki-figma-green) !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    margin-bottom: 14px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-values h2,
body.vki-template-active .vki-site .vki-figma-ecosystem h2 {
    color: inherit !important;
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-values-grid {
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-figma-value-card {
    background: #fff !important;
    border-radius: 5px !important;
    color: #24363d !important;
    min-height: 260px !important;
    padding: 28px 26px !important;
}

body.vki-template-active .vki-site .vki-figma-value-card.is-active {
    background: var(--vki-figma-green) !important;
    color: #fff !important;
}

body.vki-template-active .vki-site .vki-figma-value-card h3 {
    color: inherit !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    margin: 0 0 20px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-value-card p {
    color: inherit !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-ecosystem {
    background: #f3fbf8 !important;
    padding: 78px 0 90px !important;
}

body.vki-template-active .vki-site .vki-figma-ecosystem h2 {
    color: #1d3037 !important;
}

@media (max-width: 960px) {
    body.vki-template-active .vki-site .vki-about-svg-hero {
        height: auto !important;
        padding: 28px 0 !important;
    }

    body.vki-template-active .vki-site .vki-about-svg-hero h1 {
        font-size: 26px !important;
        margin-bottom: 12px !important;
    }

    body.vki-template-active .vki-site .vki-about-svg-intro {
        padding-bottom: 56px !important;
    }

    body.vki-template-active .vki-site .vki-figma-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.vki-template-active .vki-site .vki-figma-values-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Inner page Figma layout repair */
body.vki-template-active .vki-site .vki-figma-page-hero {
    align-items: center !important;
    background-color: var(--vki-figma-green-900) !important;
    background-position: center !important;
    background-size: cover !important;
    color: #fff !important;
    display: flex !important;
    min-height: 292px !important;
    overflow: hidden !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-figma-page-hero-overlay {
    background: linear-gradient(90deg, rgba(4, 61, 49, 0.88), rgba(7, 123, 77, 0.54), rgba(7, 123, 77, 0.18)) !important;
    inset: 0 !important;
    position: absolute !important;
}

body.vki-template-active .vki-site .vki-figma-page-hero .vki-container {
    position: relative !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-figma-page-hero h1 {
    color: #fff !important;
    font-size: 44px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin: 0 0 18px !important;
    max-width: 850px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-page-hero p {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
    max-width: 680px !important;
}

body.vki-template-active .vki-site .vki-figma-breadcrumb {
    background: #f3fbf8 !important;
    border-bottom: 1px solid rgba(15, 160, 95, 0.14) !important;
}

body.vki-template-active .vki-site .vki-figma-breadcrumb .vki-container {
    align-items: center !important;
    color: #53666d !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-size: 15px !important;
    gap: 8px !important;
    padding-bottom: 18px !important;
    padding-top: 18px !important;
}

body.vki-template-active .vki-site .vki-figma-breadcrumb a,
body.vki-template-active .vki-site .vki-figma-breadcrumb span {
    color: #53666d !important;
}

body.vki-template-active .vki-site .vki-figma-breadcrumb strong {
    color: #18272b !important;
    font-weight: 800 !important;
}

body.vki-template-active .vki-site .vki-figma-intro-band {
    background: #f3fbf8 !important;
    padding: 48px 0 42px !important;
}

body.vki-template-active .vki-site .vki-figma-intro-band .vki-container {
    display: grid !important;
    gap: 30px !important;
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr) minmax(0, 1fr) !important;
}

body.vki-template-active .vki-site .vki-figma-intro-band h2 {
    color: var(--vki-figma-green-700) !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-intro-band p {
    color: #40565d !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-waves {
    background:
        radial-gradient(circle at 11% 0%, rgba(15, 160, 95, 0.1), transparent 28%),
        linear-gradient(180deg, #f8fffc, #edf8f3) !important;
}

body.vki-template-active .vki-site .vki-figma-service-overview {
    padding: 74px 0 92px !important;
}

body.vki-template-active .vki-site .vki-figma-service-row {
    align-items: stretch !important;
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 8px !important;
    box-shadow: var(--vki-figma-shadow) !important;
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
    margin-bottom: 34px !important;
    overflow: hidden !important;
}

body.vki-template-active .vki-site .vki-figma-service-row.is-reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
}

body.vki-template-active .vki-site .vki-figma-service-row.is-reverse figure {
    order: 2 !important;
}

body.vki-template-active .vki-site .vki-figma-service-row figure,
body.vki-template-active .vki-site .vki-figma-detail-state figure,
body.vki-template-active .vki-site .vki-figma-detail-problems figure,
body.vki-template-active .vki-site .vki-figma-listing-card .vki-figma-listing-image,
body.vki-template-active .vki-site .vki-figma-news-feature,
body.vki-template-active .vki-site .vki-figma-event-feature {
    margin: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-figma-service-row figure img {
    height: 100% !important;
    min-height: 360px !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-service-row > div {
    align-content: center !important;
    display: grid !important;
    padding: 46px 54px !important;
}

body.vki-template-active .vki-site .vki-figma-service-row h2,
body.vki-template-active .vki-site .vki-figma-listing-head h2,
body.vki-template-active .vki-site .vki-figma-detail-head h1,
body.vki-template-active .vki-site .vki-figma-news-page h1,
body.vki-template-active .vki-site .vki-figma-contact-page-card h1,
body.vki-template-active .vki-site .vki-figma-property-info h1 {
    color: var(--vki-figma-green-700) !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    margin: 0 0 18px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-service-row p,
body.vki-template-active .vki-site .vki-figma-detail-state p,
body.vki-template-active .vki-site .vki-figma-contact-page-card p,
body.vki-template-active .vki-site .vki-figma-property-info p,
body.vki-template-active .vki-site .vki-figma-property-overview p {
    color: #40565d !important;
    font-size: 16px !important;
    line-height: 1.68 !important;
    margin: 0 0 22px !important;
}

body.vki-template-active .vki-site .vki-figma-service-row ul {
    display: grid !important;
    gap: 10px !important;
    list-style: none !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-service-row li {
    color: #24363d !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    padding-left: 24px !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-figma-service-row li::before {
    background: var(--vki-figma-green) !important;
    border-radius: 50% !important;
    content: "" !important;
    height: 8px !important;
    left: 0 !important;
    position: absolute !important;
    top: 8px !important;
    width: 8px !important;
}

body.vki-template-active .vki-site .vki-figma-btn.is-outline {
    background: #fff !important;
    border: 1px solid var(--vki-figma-green) !important;
    color: var(--vki-figma-green-700) !important;
    justify-self: start !important;
}

body.vki-template-active .vki-site .vki-figma-listing {
    padding: 68px 0 94px !important;
}

body.vki-template-active .vki-site .vki-figma-listing-head {
    align-items: end !important;
    display: flex !important;
    gap: 24px !important;
    justify-content: space-between !important;
    margin-bottom: 30px !important;
}

body.vki-template-active .vki-site .vki-figma-listing-tabs {
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 999px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    padding: 4px !important;
}

body.vki-template-active .vki-site .vki-figma-listing-tabs button {
    background: transparent !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #40565d !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    min-height: 36px !important;
    padding: 0 16px !important;
}

body.vki-template-active .vki-site .vki-figma-listing-tabs button.is-active {
    background: var(--vki-figma-green-700) !important;
    color: #fff !important;
}

body.vki-template-active .vki-site .vki-figma-listing-layout {
    align-items: start !important;
    display: grid !important;
    gap: 30px !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
}

body.vki-template-active .vki-site .vki-figma-listing-grid {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-figma-listing-card {
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 32px rgba(13, 55, 39, 0.08) !important;
    overflow: hidden !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-figma-listing-image {
    display: block !important;
}

body.vki-template-active .vki-site .vki-figma-listing-image img {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-listing-card > div {
    padding: 24px 24px 64px !important;
}

body.vki-template-active .vki-site .vki-figma-listing-card h3 {
    font-size: 21px !important;
    line-height: 1.25 !important;
    margin: 0 0 18px !important;
}

body.vki-template-active .vki-site .vki-figma-listing-card h3 a {
    color: #18272b !important;
}

body.vki-template-active .vki-site .vki-figma-listing-card dl,
body.vki-template-active .vki-site .vki-figma-property-info dl {
    display: grid !important;
    gap: 10px !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-listing-card dl > div,
body.vki-template-active .vki-site .vki-figma-property-info dl > div {
    background: #f2f8f5 !important;
    border-radius: 4px !important;
    display: grid !important;
    gap: 6px !important;
    grid-template-columns: minmax(92px, 0.45fr) 1fr !important;
    padding: 10px 12px !important;
}

body.vki-template-active .vki-site .vki-figma-listing-card dt,
body.vki-template-active .vki-site .vki-figma-property-info dt {
    color: #617279 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-listing-card dd,
body.vki-template-active .vki-site .vki-figma-property-info dd {
    color: #263b42 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-listing-card .is-price dd,
body.vki-template-active .vki-site .vki-figma-property-info .is-price dd {
    color: var(--vki-figma-red) !important;
}

body.vki-template-active .vki-site .vki-figma-card-arrow {
    align-items: center !important;
    background: var(--vki-figma-green-700) !important;
    border-radius: 50% !important;
    bottom: 22px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    height: 38px !important;
    justify-content: center !important;
    position: absolute !important;
    right: 22px !important;
    width: 38px !important;
}

body.vki-template-active .vki-site .vki-figma-search-panel {
    background: var(--vki-figma-green-700) !important;
    border-radius: 8px !important;
    box-shadow: var(--vki-figma-shadow) !important;
    color: #fff !important;
    padding: 26px !important;
    position: sticky !important;
    top: 128px !important;
}

body.vki-template-active .vki-site .vki-figma-search-panel h2 {
    color: #fff !important;
    font-size: 24px !important;
    margin: 0 0 20px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-search-panel form,
body.vki-template-active .vki-site .vki-figma-contact-form {
    display: grid !important;
    gap: 14px !important;
}

body.vki-template-active .vki-site .vki-figma-search-panel label,
body.vki-template-active .vki-site .vki-figma-contact-form label {
    color: inherit !important;
    display: grid !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    gap: 7px !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-search-panel input,
body.vki-template-active .vki-site .vki-figma-search-panel select,
body.vki-template-active .vki-site .vki-figma-contact-form input,
body.vki-template-active .vki-site .vki-figma-contact-form select,
body.vki-template-active .vki-site .vki-figma-contact-form textarea {
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 4px !important;
    color: #18272b !important;
    font-size: 15px !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-search-panel button,
body.vki-template-active .vki-site .vki-figma-contact-form .vki-form-submit {
    background: #a01010 !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    min-height: 46px !important;
    padding: 0 20px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-detail {
    padding: 62px 0 74px !important;
}

body.vki-template-active .vki-site .vki-figma-detail-head {
    margin-bottom: 26px !important;
}

body.vki-template-active .vki-site .vki-figma-detail-state {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 8px !important;
    box-shadow: var(--vki-figma-shadow) !important;
    display: grid !important;
    gap: 38px !important;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr) !important;
    overflow: hidden !important;
    padding: 38px !important;
}

body.vki-template-active .vki-site .vki-figma-detail-state h2,
body.vki-template-active .vki-site .vki-figma-detail-problems h2,
body.vki-template-active .vki-site .vki-figma-detail-solutions h2,
body.vki-template-active .vki-site .vki-figma-faq h2,
body.vki-template-active .vki-site .vki-figma-events-page h2,
body.vki-template-active .vki-site .vki-figma-property-overview h2 {
    color: var(--vki-figma-green-700) !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.22 !important;
    margin: 0 0 20px !important;
}

body.vki-template-active .vki-site .vki-figma-detail-state figure img,
body.vki-template-active .vki-site .vki-figma-detail-problems figure img {
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-detail-problems {
    background: #fff !important;
    padding: 74px 0 !important;
}

body.vki-template-active .vki-site .vki-figma-detail-problems .vki-container {
    align-items: center !important;
    display: grid !important;
    gap: 48px !important;
    grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr) !important;
}

body.vki-template-active .vki-site .vki-figma-detail-card-grid {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-figma-detail-card {
    background: #f2f8f5 !important;
    border-left: 4px solid var(--vki-figma-green) !important;
    border-radius: 5px !important;
    display: grid !important;
    gap: 12px !important;
    padding: 22px !important;
}

body.vki-template-active .vki-site .vki-figma-detail-card b,
body.vki-template-active .vki-site .vki-figma-detail-solution-grid b {
    color: var(--vki-figma-green) !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

body.vki-template-active .vki-site .vki-figma-detail-card span {
    color: #24363d !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}

body.vki-template-active .vki-site .vki-figma-detail-solutions {
    background: #0e473d !important;
    color: #fff !important;
    padding: 72px 0 82px !important;
}

body.vki-template-active .vki-site .vki-figma-detail-solutions h2,
body.vki-template-active .vki-site .vki-figma-detail-solutions .vki-figma-kicker {
    color: #fff !important;
}

body.vki-template-active .vki-site .vki-figma-detail-solution-grid {
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 32px !important;
}

body.vki-template-active .vki-site .vki-figma-detail-solution-grid article {
    background: #fff !important;
    border-radius: 7px !important;
    color: #18272b !important;
    display: grid !important;
    min-height: 230px !important;
    padding: 28px !important;
}

body.vki-template-active .vki-site .vki-figma-detail-solution-grid h3 {
    color: #18272b !important;
    font-size: 20px !important;
    line-height: 1.32 !important;
    margin: 18px 0 28px !important;
}

body.vki-template-active .vki-site .vki-figma-detail-solution-grid a {
    align-self: end !important;
    color: var(--vki-figma-green-700) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

body.vki-template-active .vki-site .vki-figma-faq,
body.vki-template-active .vki-site .vki-figma-news-page,
body.vki-template-active .vki-site .vki-figma-events-page {
    background: #f8fffc !important;
    padding: 72px 0 !important;
}

body.vki-template-active .vki-site .vki-figma-faq-item {
    background: #fff !important;
    border-top: 1px solid var(--vki-figma-line) !important;
    padding: 22px 0 !important;
}

body.vki-template-active .vki-site .vki-figma-faq-item h3 {
    color: #18272b !important;
    font-size: 19px !important;
    margin: 0 0 8px !important;
}

body.vki-template-active .vki-site .vki-figma-faq-item p {
    color: #52686f !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-news-page-layout {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr) !important;
    margin-top: 28px !important;
}

body.vki-template-active .vki-site .vki-figma-news-feature {
    border-radius: 8px !important;
    color: #fff !important;
    display: grid !important;
    min-height: 450px !important;
    padding: 36px !important;
}

body.vki-template-active .vki-site .vki-figma-news-feature::before,
body.vki-template-active .vki-site .vki-figma-event-feature::before {
    background: linear-gradient(180deg, rgba(4, 61, 49, 0.08), rgba(4, 61, 49, 0.84)) !important;
    content: "" !important;
    inset: 0 !important;
    position: absolute !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-figma-news-feature img,
body.vki-template-active .vki-site .vki-figma-event-feature img {
    height: 100% !important;
    inset: 0 !important;
    object-fit: cover !important;
    position: absolute !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-news-feature span,
body.vki-template-active .vki-site .vki-figma-news-feature h2,
body.vki-template-active .vki-site .vki-figma-news-feature p,
body.vki-template-active .vki-site .vki-figma-event-feature span {
    align-self: end !important;
    color: #fff !important;
    position: relative !important;
    z-index: 2 !important;
}

body.vki-template-active .vki-site .vki-figma-news-feature h2 {
    font-size: 32px !important;
    line-height: 1.18 !important;
    margin: 10px 0 12px !important;
}

body.vki-template-active .vki-site .vki-figma-news-feature p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    max-width: 620px !important;
}

body.vki-template-active .vki-site .vki-figma-news-side,
body.vki-template-active .vki-site .vki-figma-news-card-row {
    display: grid !important;
    gap: 18px !important;
}

body.vki-template-active .vki-site .vki-figma-news-side a,
body.vki-template-active .vki-site .vki-figma-news-card-row a {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 7px !important;
    color: #18272b !important;
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: 112px 1fr !important;
    overflow: hidden !important;
}

body.vki-template-active .vki-site .vki-figma-news-side img,
body.vki-template-active .vki-site .vki-figma-news-card-row img {
    aspect-ratio: 1 / 0.78 !important;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-news-side span,
body.vki-template-active .vki-site .vki-figma-news-card-row strong {
    color: #18272b !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    padding-right: 16px !important;
}

body.vki-template-active .vki-site .vki-figma-news-card-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 24px !important;
}

body.vki-template-active .vki-site .vki-figma-news-card-row a {
    grid-template-columns: 1fr !important;
}

body.vki-template-active .vki-site .vki-figma-news-card-row strong {
    min-height: 86px !important;
    padding: 0 18px 20px !important;
}

body.vki-template-active .vki-site .vki-figma-event-feature {
    border-radius: 8px !important;
    display: block !important;
    min-height: 320px !important;
}

body.vki-template-active .vki-site .vki-figma-event-feature span {
    bottom: 30px !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    left: 32px !important;
    max-width: 720px !important;
    position: absolute !important;
}

body.vki-template-active .vki-site .vki-figma-contact-page-hero {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    height: 280px !important;
    overflow: hidden !important;
}

body.vki-template-active .vki-site .vki-figma-contact-page-hero figure {
    background-position: center !important;
    background-size: cover !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-figma-contact-page {
    padding: 76px 0 92px !important;
}

body.vki-template-active .vki-site .vki-figma-contact-page > .vki-container {
    align-items: start !important;
    display: grid !important;
    gap: 36px !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.65fr) !important;
}

body.vki-template-active .vki-site .vki-figma-contact-page-card,
body.vki-template-active .vki-site .vki-figma-contact-form {
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 8px !important;
    box-shadow: var(--vki-figma-shadow) !important;
    padding: 34px !important;
}

body.vki-template-active .vki-site .vki-figma-contact-rows {
    display: grid !important;
    gap: 12px !important;
    margin: 24px 0 !important;
}

body.vki-template-active .vki-site .vki-figma-contact-rows a,
body.vki-template-active .vki-site .vki-figma-contact-rows p {
    background: #f2f8f5 !important;
    border-radius: 5px !important;
    display: grid !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
}

body.vki-template-active .vki-site .vki-figma-contact-rows b {
    color: var(--vki-figma-green-700) !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-contact-rows span {
    color: #18272b !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

body.vki-template-active .vki-site .vki-figma-socials {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 24px !important;
}

body.vki-template-active .vki-site .vki-figma-socials a {
    align-items: center !important;
    background: var(--vki-figma-green-700) !important;
    border-radius: 50% !important;
    color: #fff !important;
    display: inline-flex !important;
    font-weight: 800 !important;
    height: 36px !important;
    justify-content: center !important;
    width: 36px !important;
}

body.vki-template-active .vki-site .vki-figma-contact-page-card > img {
    border-radius: 7px !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-contact-form h2 {
    color: var(--vki-figma-green-700) !important;
    font-size: 28px !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-figma-contact-form > p {
    color: #53666d !important;
    font-size: 15px !important;
    margin: 0 0 8px !important;
}

body.vki-template-active .vki-site .vki-figma-contact-form textarea {
    min-height: 120px !important;
    padding-top: 12px !important;
}

body.vki-template-active .vki-site .vki-figma-property-detail {
    padding: 70px 0 92px !important;
}

body.vki-template-active .vki-site .vki-figma-property-grid {
    display: grid !important;
    gap: 34px !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr) !important;
}

body.vki-template-active .vki-site .vki-figma-property-gallery,
body.vki-template-active .vki-site .vki-figma-property-info,
body.vki-template-active .vki-site .vki-figma-property-overview {
    background: #fff !important;
    border: 1px solid var(--vki-figma-line) !important;
    border-radius: 8px !important;
    box-shadow: var(--vki-figma-shadow) !important;
    overflow: hidden !important;
}

body.vki-template-active .vki-site .vki-figma-property-gallery .is-main {
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-property-gallery > div {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(3, 1fr) !important;
    padding: 10px !important;
}

body.vki-template-active .vki-site .vki-figma-property-gallery > div img {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-figma-property-info {
    padding: 30px !important;
}

body.vki-template-active .vki-site .vki-figma-property-actions {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr 1fr !important;
    margin-top: 24px !important;
}

body.vki-template-active .vki-site .vki-figma-property-actions a {
    align-items: center !important;
    background: var(--vki-figma-green-700) !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-figma-property-actions a:first-child {
    background: #a01010 !important;
}

body.vki-template-active .vki-site .vki-figma-property-overview {
    margin-top: 34px !important;
    padding: 34px !important;
}

body.vki-template-active .vki-site .vki-figma-property-overview img {
    border-radius: 7px !important;
    margin: 20px 0 24px !important;
    width: 100% !important;
}

@media (max-width: 1100px) {
    body.vki-template-active .vki-site .vki-figma-intro-band .vki-container,
    body.vki-template-active .vki-site .vki-figma-service-row,
    body.vki-template-active .vki-site .vki-figma-service-row.is-reverse,
    body.vki-template-active .vki-site .vki-figma-listing-layout,
    body.vki-template-active .vki-site .vki-figma-detail-state,
    body.vki-template-active .vki-site .vki-figma-detail-problems .vki-container,
    body.vki-template-active .vki-site .vki-figma-news-page-layout,
    body.vki-template-active .vki-site .vki-figma-contact-page > .vki-container,
    body.vki-template-active .vki-site .vki-figma-property-grid {
        grid-template-columns: 1fr !important;
    }

    body.vki-template-active .vki-site .vki-figma-service-row.is-reverse figure {
        order: 0 !important;
    }

    body.vki-template-active .vki-site .vki-figma-search-panel {
        position: static !important;
    }
}

@media (max-width: 760px) {
    body.vki-template-active .vki-site .vki-figma-page-hero {
        min-height: 240px !important;
    }

    body.vki-template-active .vki-site .vki-figma-page-hero h1 {
        font-size: 31px !important;
    }

    body.vki-template-active .vki-site .vki-figma-intro-band,
    body.vki-template-active .vki-site .vki-figma-service-overview,
    body.vki-template-active .vki-site .vki-figma-listing,
    body.vki-template-active .vki-site .vki-figma-detail,
    body.vki-template-active .vki-site .vki-figma-detail-problems,
    body.vki-template-active .vki-site .vki-figma-detail-solutions,
    body.vki-template-active .vki-site .vki-figma-faq,
    body.vki-template-active .vki-site .vki-figma-news-page,
    body.vki-template-active .vki-site .vki-figma-events-page,
    body.vki-template-active .vki-site .vki-figma-contact-page,
    body.vki-template-active .vki-site .vki-figma-property-detail {
        padding-bottom: 54px !important;
        padding-top: 54px !important;
    }

    body.vki-template-active .vki-site .vki-figma-service-row > div,
    body.vki-template-active .vki-site .vki-figma-detail-state,
    body.vki-template-active .vki-site .vki-figma-contact-page-card,
    body.vki-template-active .vki-site .vki-figma-contact-form,
    body.vki-template-active .vki-site .vki-figma-property-info,
    body.vki-template-active .vki-site .vki-figma-property-overview {
        padding: 24px !important;
    }

    body.vki-template-active .vki-site .vki-figma-listing-head {
        align-items: start !important;
        flex-direction: column !important;
    }

    body.vki-template-active .vki-site .vki-figma-listing-grid,
    body.vki-template-active .vki-site .vki-figma-detail-card-grid,
    body.vki-template-active .vki-site .vki-figma-detail-solution-grid,
    body.vki-template-active .vki-site .vki-figma-news-card-row,
    body.vki-template-active .vki-site .vki-figma-property-actions {
        grid-template-columns: 1fr !important;
    }

    body.vki-template-active .vki-site .vki-figma-contact-page-hero {
        grid-template-columns: 1fr !important;
        height: 260px !important;
    }

    body.vki-template-active .vki-site .vki-figma-contact-page-hero figure:nth-child(2) {
        display: none !important;
    }
}

/* About page SVG parity pass */
body.vki-template-active .vki-site .vki-about-design-hero .vki-container,
body.vki-template-active .vki-site .vki-about-design-intro .vki-container,
body.vki-template-active .vki-site .vki-about-design-values .vki-container,
body.vki-template-active .vki-site .vki-about-design-ecosystem .vki-container,
body.vki-template-active .vki-site .vki-about-design-contact .vki-container,
body.vki-template-active .vki-site .vki-about-design-footer .vki-container {
    max-width: 1312px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: calc(100% - 128px) !important;
}

body.vki-template-active .vki-site .vki-about-design-hero {
    align-items: center !important;
    background-color: #0d513f !important;
    background-position: center 48% !important;
    background-size: cover !important;
    color: #fff !important;
    display: flex !important;
    height: 300px !important;
    min-height: 300px !important;
    overflow: hidden !important;
    position: relative !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-about-design-hero::before {
    background: linear-gradient(90deg, rgba(2, 68, 48, 0.78), rgba(2, 107, 69, 0.58), rgba(2, 68, 48, 0.68)) !important;
    content: "" !important;
    inset: 0 !important;
    position: absolute !important;
}

body.vki-template-active .vki-site .vki-about-design-hero .vki-container {
    position: relative !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-about-design-hero h1 {
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    margin: 0 auto 18px !important;
    max-width: 1160px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-about-design-hero p {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-about-design-intro,
body.vki-template-active .vki-site .vki-about-design-ecosystem,
body.vki-template-active .vki-site .vki-about-design-contact {
    background-color: #f8fffc !important;
    background-image: none !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-about-design-intro::before,
body.vki-template-active .vki-site .vki-about-design-ecosystem::before,
body.vki-template-active .vki-site .vki-about-design-contact::before {
    background-image: url("../images/vki/figma/about-line-bg.jpg") !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 1440px auto !important;
    content: "" !important;
    inset: 0 !important;
    opacity: 0.14 !important;
    pointer-events: none !important;
    position: absolute !important;
}

body.vki-template-active .vki-site .vki-about-design-intro .vki-container,
body.vki-template-active .vki-site .vki-about-design-ecosystem .vki-container,
body.vki-template-active .vki-site .vki-about-design-contact .vki-container {
    position: relative !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-about-design-intro {
    color: #263b42 !important;
    padding: 55px 0 104px !important;
}

body.vki-template-active .vki-site .vki-about-design-breadcrumb {
    align-items: center !important;
    display: flex !important;
    gap: 6px !important;
    margin: 0 0 58px !important;
}

body.vki-template-active .vki-site .vki-about-design-breadcrumb a,
body.vki-template-active .vki-site .vki-about-design-breadcrumb span,
body.vki-template-active .vki-site .vki-about-design-breadcrumb strong {
    color: #263b42 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-about-design-breadcrumb a {
    font-weight: 500 !important;
}

body.vki-template-active .vki-site .vki-about-design-breadcrumb strong {
    font-weight: 800 !important;
}

body.vki-template-active .vki-site .vki-about-intro-grid {
    align-items: start !important;
    display: grid !important;
    gap: 72px !important;
    grid-template-columns: minmax(0, 590px) minmax(0, 640px) !important;
    justify-content: space-between !important;
}

body.vki-template-active .vki-site .vki-about-intro-copy h2 {
    color: #2f5657 !important;
    font-size: 31px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.18 !important;
    margin: 0 0 34px !important;
    padding-bottom: 18px !important;
    position: relative !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-about-intro-copy h2::after {
    background: linear-gradient(90deg, #0ea15f 0, #d5eee6 100%) !important;
    bottom: 0 !important;
    content: "" !important;
    height: 10px !important;
    left: 0 !important;
    position: absolute !important;
    width: 255px !important;
}

body.vki-template-active .vki-site .vki-about-intro-copy p {
    color: #263b42 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    margin: 0 0 18px !important;
}

body.vki-template-active .vki-site .vki-about-intro-copy strong {
    font-weight: 800 !important;
}

body.vki-template-active .vki-site .vki-about-design-btn {
    align-items: center !important;
    background: #08784f !important;
    border-radius: 3px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    height: 46px !important;
    justify-content: center !important;
    margin-top: 8px !important;
    min-width: 145px !important;
    padding: 0 18px !important;
}

body.vki-template-active .vki-site .vki-about-team-figure {
    border-radius: 6px !important;
    margin: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-about-team-figure figcaption {
    background: #08784f !important;
    color: #fff !important;
    display: block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    min-height: 110px !important;
    padding: 22px 28px !important;
}

body.vki-template-active .vki-site .vki-about-team-figure img {
    display: block !important;
    height: 310px !important;
    object-fit: cover !important;
    object-position: center bottom !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-about-design-values {
    background-color: #0b5142 !important;
    background-image: url("../images/vki/figma/about-network.png"), linear-gradient(90deg, #0b4d41 0, #0e634a 48%, #0b4d41 100%) !important;
    background-position: center !important;
    background-repeat: repeat !important;
    background-size: cover !important;
    color: #fff !important;
    padding: 62px 0 70px !important;
}

body.vki-template-active .vki-site .vki-about-values-grid {
    display: grid !important;
    gap: 32px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.vki-template-active .vki-site .vki-about-values-grid > header {
    align-items: center !important;
    display: flex !important;
    min-height: 232px !important;
}

body.vki-template-active .vki-site .vki-about-values-grid > header h2 {
    color: #fff !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
    margin: 0 !important;
    padding-bottom: 24px !important;
    position: relative !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-about-values-grid > header h2::after {
    background: linear-gradient(90deg, #10a56a 0, #e4f2ec 100%) !important;
    bottom: 0 !important;
    content: "" !important;
    height: 13px !important;
    left: 0 !important;
    position: absolute !important;
    width: 278px !important;
}

body.vki-template-active .vki-site .vki-about-value-card {
    background: #fff !important;
    border-radius: 5px !important;
    color: #2a5655 !important;
    min-height: 232px !important;
    padding: 28px 28px 25px !important;
}

body.vki-template-active .vki-site .vki-about-value-card.is-active {
    background: #0fa561 !important;
    color: #fff !important;
}

body.vki-template-active .vki-site .vki-about-value-icon {
    color: inherit !important;
    display: block !important;
    height: 38px !important;
    margin: 0 0 12px !important;
    width: 38px !important;
}

body.vki-template-active .vki-site .vki-about-value-icon svg {
    display: block !important;
    fill: currentColor !important;
    height: 100% !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-about-value-card h3 {
    color: inherit !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.22 !important;
    margin: 0 0 16px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-about-value-card p {
    color: inherit !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-about-design-ecosystem {
    padding: 88px 0 115px !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-about-design-ecosystem header {
    margin: 0 0 58px !important;
}

body.vki-template-active .vki-site .vki-about-design-ecosystem h2 {
    color: #18835e !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding-bottom: 24px !important;
    position: relative !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-about-design-ecosystem h2::after {
    background: #9ec6bc !important;
    bottom: 0 !important;
    content: "" !important;
    height: 2px !important;
    left: 50% !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
    width: 74px !important;
}

body.vki-template-active .vki-site .vki-about-ecosystem-grid {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 25px 33px !important;
    justify-content: center !important;
    margin: 0 auto !important;
    max-width: 1312px !important;
}

body.vki-template-active .vki-site .vki-about-ecosystem-grid a {
    align-items: center !important;
    background: #e9eeee !important;
    border-radius: 5px !important;
    display: inline-flex !important;
    height: 122px !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 23px 28px !important;
    width: 190px !important;
}

body.vki-template-active .vki-site .vki-about-ecosystem-grid img {
    display: block !important;
    max-height: 60px !important;
    max-width: 135px !important;
    object-fit: contain !important;
    transform: scale(1.62) !important;
    width: auto !important;
}

body.vki-template-active .vki-site .vki-about-design-contact {
    padding: 58px 0 0 !important;
    position: relative !important;
}

body.vki-template-active .vki-site .vki-about-design-contact::after {
    background: #0d5c45 !important;
    bottom: 0 !important;
    content: "" !important;
    height: 262px !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
}

body.vki-template-active .vki-site .vki-about-contact-stage {
    border-radius: 7px !important;
    height: 450px !important;
    margin: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-about-contact-stage > img {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 72% !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-about-contact-form {
    background: rgba(255, 255, 255, 0.86) !important;
    border: 0 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 12px 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 30px 36px 24px !important;
    position: absolute !important;
    right: 56px !important;
    top: 70px !important;
    width: 640px !important;
}

body.vki-template-active .vki-site .vki-about-contact-form h2,
body.vki-template-active .vki-site .vki-about-contact-form > p,
body.vki-template-active .vki-site .vki-about-contact-form .vki-field-name,
body.vki-template-active .vki-site .vki-about-contact-form .vki-field-message,
body.vki-template-active .vki-site .vki-about-contact-form .vki-form-message {
    grid-column: 1 / -1 !important;
}

body.vki-template-active .vki-site .vki-about-contact-form h2 {
    color: #167a5a !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-about-contact-form > p {
    color: #28434a !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin: -3px 0 4px !important;
}

body.vki-template-active .vki-site .vki-about-contact-form .vki-field {
    display: block !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-about-contact-form .vki-field span {
    display: none !important;
}

body.vki-template-active .vki-site .vki-about-contact-form input,
body.vki-template-active .vki-site .vki-about-contact-form textarea {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(214, 221, 219, 0.9) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #24383f !important;
    font-size: 13px !important;
    height: 34px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    padding: 0 13px !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-about-contact-form textarea {
    height: 78px !important;
    min-height: 78px !important;
    padding-top: 10px !important;
    resize: none !important;
}

body.vki-template-active .vki-site .vki-about-contact-form .vki-form-submit {
    align-items: center !important;
    background: #08784f !important;
    border: 0 !important;
    border-radius: 2px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    grid-column: 1 / -1 !important;
    height: 34px !important;
    justify-self: center !important;
    justify-content: center !important;
    margin: 2px 0 0 !important;
    min-height: 34px !important;
    min-width: 146px !important;
    padding: 0 18px !important;
}

body.vki-template-active .vki-site .vki-about-design-footer {
    background: #24584f !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 58px 0 70px !important;
}

body.vki-template-active .vki-site .vki-about-design-footer .vki-container {
    display: grid !important;
    gap: 72px !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(190px, 0.44fr) minmax(300px, 0.66fr) !important;
}

body.vki-template-active .vki-site .vki-about-footer-logo {
    align-items: center !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    height: auto !important;
    justify-content: flex-start !important;
    margin: 0 0 16px !important;
    width: auto !important;
}

body.vki-template-active .vki-site .vki-about-footer-logo img {
    display: block !important;
    filter: brightness(0) invert(1) !important;
    height: auto !important;
    max-height: none !important;
    max-width: none !important;
    width: 86px !important;
}

body.vki-template-active .vki-site .vki-about-footer-brand h2 {
    color: #fff !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.28 !important;
    margin: 0 0 30px !important;
    max-width: 520px !important;
    text-transform: uppercase !important;
}

body.vki-template-active .vki-site .vki-about-footer-contact {
    display: grid !important;
    gap: 18px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.vki-template-active .vki-site .vki-about-footer-contact li {
    align-items: center !important;
    color: #fff !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-size: 15px !important;
    gap: 9px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-about-footer-contact li > span {
    align-items: center !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 50% !important;
    color: #fff !important;
    display: inline-flex !important;
    flex: 0 0 30px !important;
    font-size: 14px !important;
    height: 30px !important;
    justify-content: center !important;
    width: 30px !important;
}

body.vki-template-active .vki-site .vki-about-footer-contact a,
body.vki-template-active .vki-site .vki-about-footer-contact address,
body.vki-template-active .vki-site .vki-about-footer-contact em {
    color: #fff !important;
    font-size: 15px !important;
    font-style: normal !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-about-footer-menu {
    display: grid !important;
    gap: 13px !important;
    justify-content: start !important;
}

body.vki-template-active .vki-site .vki-about-footer-menu h3,
body.vki-template-active .vki-site .vki-about-footer-newsletter h3 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 0 0 6px !important;
}

body.vki-template-active .vki-site .vki-about-footer-menu a {
    color: rgba(255, 255, 255, 0.92) !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-about-footer-newsletter form {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: minmax(0, 1fr) 34px !important;
    margin: 0 0 30px !important;
}

body.vki-template-active .vki-site .vki-about-footer-newsletter form label:first-child {
    grid-column: 1 / 2 !important;
}

body.vki-template-active .vki-site .vki-about-footer-newsletter form label:first-child span {
    display: none !important;
}

body.vki-template-active .vki-site .vki-about-footer-newsletter input[type="email"] {
    background: rgba(255, 255, 255, 0.28) !important;
    border: 0 !important;
    border-radius: 1px !important;
    color: #fff !important;
    font-size: 12px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-about-footer-newsletter input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.82) !important;
}

body.vki-template-active .vki-site .vki-about-footer-newsletter button {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.28) !important;
    border: 0 !important;
    border-radius: 1px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 18px !important;
    height: 34px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 34px !important;
    padding: 0 !important;
    width: 34px !important;
}

body.vki-template-active .vki-site .vki-about-footer-consent {
    align-items: flex-start !important;
    color: rgba(255, 255, 255, 0.86) !important;
    display: flex !important;
    font-size: 11px !important;
    gap: 7px !important;
    grid-column: 1 / -1 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

body.vki-template-active .vki-site .vki-about-footer-consent input {
    flex: 0 0 12px !important;
    height: 12px !important;
    margin: 2px 0 0 !important;
    min-height: 12px !important;
    min-width: 12px !important;
    width: 12px !important;
}

body.vki-template-active .vki-site .vki-about-footer-social-title {
    margin-top: 22px !important;
}

body.vki-template-active .vki-site .vki-about-footer-socials {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

body.vki-template-active .vki-site .vki-about-footer-socials a {
    align-items: center !important;
    background: #fff !important;
    border-radius: 50% !important;
    color: #24584f !important;
    display: inline-flex !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    height: 28px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-width: 28px !important;
    padding: 0 5px !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-about-footer-socials a:nth-child(4) {
    font-size: 9px !important;
    width: 28px !important;
}

@media (max-width: 1100px) {
    body.vki-template-active .vki-site .vki-about-intro-grid,
    body.vki-template-active .vki-site .vki-about-design-footer .vki-container {
        grid-template-columns: 1fr !important;
    }

    body.vki-template-active .vki-site .vki-about-contact-form {
        right: 28px !important;
        width: min(600px, calc(100% - 56px)) !important;
    }
}

@media (max-width: 820px) {
    body.vki-template-active .vki-site .vki-about-design-hero .vki-container,
    body.vki-template-active .vki-site .vki-about-design-intro .vki-container,
    body.vki-template-active .vki-site .vki-about-design-values .vki-container,
    body.vki-template-active .vki-site .vki-about-design-ecosystem .vki-container,
    body.vki-template-active .vki-site .vki-about-design-contact .vki-container,
    body.vki-template-active .vki-site .vki-about-design-footer .vki-container {
        width: calc(100% - 40px) !important;
    }

    body.vki-template-active .vki-site .vki-about-design-hero {
        height: auto !important;
        min-height: 260px !important;
        padding: 46px 0 !important;
    }

    body.vki-template-active .vki-site .vki-about-design-hero h1 {
        font-size: 32px !important;
    }

    body.vki-template-active .vki-site .vki-about-design-hero p {
        font-size: 18px !important;
    }

    body.vki-template-active .vki-site .vki-about-design-intro,
    body.vki-template-active .vki-site .vki-about-design-ecosystem {
        padding-bottom: 68px !important;
        padding-top: 54px !important;
    }

    body.vki-template-active .vki-site .vki-about-design-breadcrumb {
        margin-bottom: 34px !important;
    }

    body.vki-template-active .vki-site .vki-about-values-grid {
        grid-template-columns: 1fr !important;
    }

    body.vki-template-active .vki-site .vki-about-values-grid > header {
        min-height: auto !important;
    }

    body.vki-template-active .vki-site .vki-about-ecosystem-grid a {
        height: 100px !important;
        width: 150px !important;
    }

    body.vki-template-active .vki-site .vki-about-contact-stage {
        height: auto !important;
        overflow: visible !important;
    }

    body.vki-template-active .vki-site .vki-about-contact-stage > img {
        height: 300px !important;
    }

    body.vki-template-active .vki-site .vki-about-contact-form {
        border-radius: 0 0 7px 7px !important;
        grid-template-columns: 1fr !important;
        position: static !important;
        width: 100% !important;
    }
}

/* Header live alignment: match https://vki.taynguyenweb.com/ desktop header. */
body.vki-template-active .vki-site .vki-header {
    --vki-live-header-left: max(0px, calc((100vw - 1152px) / 2));
}

body.vki-template-active .vki-site .vki-header-topbar {
    background: linear-gradient(90deg, #2c484e 0 var(--vki-live-header-left), #fefeff var(--vki-live-header-left) calc(var(--vki-live-header-left) + 210px), #077b4d calc(var(--vki-live-header-left) + 210px) 100%) !important;
    height: 53px !important;
}

body.vki-template-active .vki-site .vki-header-main {
    height: 54px !important;
}

body.vki-template-active .vki-site .vki-header-top-inner,
body.vki-template-active .vki-site .vki-header-inner {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative !important;
    width: 100% !important;
}

body.vki-template-active .vki-site .vki-header-top-inner {
    height: 53px !important;
}

body.vki-template-active .vki-site .vki-header-inner {
    height: 54px !important;
}

body.vki-template-active .vki-site .vki-logo {
    align-items: center !important;
    background: #fefeff !important;
    border-radius: 0 0 8px 8px !important;
    display: flex !important;
    flex: none !important;
    height: 107px !important;
    justify-content: center !important;
    left: var(--vki-live-header-left) !important;
    margin: 0 !important;
    position: absolute !important;
    top: -53px !important;
    width: 210px !important;
    z-index: 3 !important;
}

body.vki-template-active .vki-site .vki-logo-img {
    height: auto !important;
    max-width: none !important;
    width: 82px !important;
}

body.vki-template-active .vki-site .vki-top-search {
    height: 23px !important;
    left: calc(var(--vki-live-header-left) + 606px) !important;
    margin: 0 !important;
    position: absolute !important;
    top: 9px !important;
    width: 191px !important;
}

body.vki-template-active .vki-site .vki-top-search input {
    height: 23px !important;
    min-height: 23px !important;
    padding: 0 32px 0 12px !important;
    width: 191px !important;
}

body.vki-template-active .vki-site .vki-top-search button {
    height: 23px !important;
    left: auto !important;
    right: 8px !important;
    top: 0 !important;
    width: 31px !important;
}

body.vki-template-active .vki-site .vki-top-search button::before {
    height: 10px !important;
    left: 4px !important;
    top: 4px !important;
    width: 10px !important;
}

body.vki-template-active .vki-site .vki-top-search button::after {
    height: 8px !important;
    left: 14px !important;
    top: 13px !important;
}

body.vki-template-active .vki-site .vki-phone-pill {
    height: 24px !important;
    justify-content: center !important;
    left: calc(var(--vki-live-header-left) + 833px) !important;
    padding: 0 !important;
    position: absolute !important;
    top: 15px !important;
    width: 156px !important;
}

body.vki-template-active .vki-site .vki-language-menu.is-topbar {
    height: 24px !important;
    left: calc(var(--vki-live-header-left) + 1009px) !important;
    position: absolute !important;
    top: 15px !important;
    width: 144px !important;
}

body.vki-template-active .vki-site .vki-language-current {
    height: 24px !important;
    justify-content: space-between !important;
    min-width: 144px !important;
    padding: 0 13px !important;
    width: 144px !important;
}

body.vki-template-active .vki-site .vki-language-globe {
    display: none !important;
}

body.vki-template-active .vki-site .vki-language-options {
    border-radius: 4px !important;
    left: 0 !important;
    min-width: 144px !important;
    top: 27px !important;
    transform: none !important;
    width: 144px !important;
}

body.vki-template-active .vki-site .vki-language-options button {
    height: 21px !important;
    width: 142px !important;
}

body.vki-template-active .vki-site .vki-nav {
    align-items: center !important;
    display: flex !important;
    gap: 0 !important;
    height: 54px !important;
    justify-content: space-between !important;
    left: calc(var(--vki-live-header-left) + 275px) !important;
    margin: 0 !important;
    position: absolute !important;
    right: auto !important;
    top: 0 !important;
    width: 877px !important;
}

body.vki-template-active .vki-site .vki-mobile-language {
    display: none !important;
}

body.vki-template-active .vki-site .vki-nav-item > a {
    font-size: 16px !important;
    min-height: 54px !important;
}

@media (max-width: 960px) {
    body.vki-template-active .vki-site .vki-header-topbar {
        background: #077b4d !important;
    }

    body.vki-template-active .vki-site .vki-header-inner {
        display: flex !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body.vki-template-active .vki-site .vki-logo {
        flex: 0 0 120px !important;
        height: 54px !important;
        left: auto !important;
        margin-top: 0 !important;
        position: relative !important;
        top: auto !important;
        width: 120px !important;
    }

    body.vki-template-active .vki-site .vki-nav {
        height: auto !important;
        left: auto !important;
        position: static !important;
        right: auto !important;
    }
}

/* Header and home hero SVG parity pass. */
@media (min-width: 961px) {
    body.vki-template-active .vki-site .vki-header {
        --vki-figma-x: max(0px, calc((100vw - 1440px) / 2));
        box-shadow: none !important;
        height: 107px !important;
    }

    body.vki-template-active .vki-site .vki-header-topbar {
        background: linear-gradient(
            90deg,
            #2c484e 0 calc(var(--vki-figma-x) + 64px),
            #fefeff calc(var(--vki-figma-x) + 64px) calc(var(--vki-figma-x) + 275px),
            #0b7c4f calc(var(--vki-figma-x) + 275px),
            #077b4d 100%
        ) !important;
        height: 53px !important;
    }

    body.vki-template-active .vki-site .vki-header-main {
        background: #fefeff !important;
        height: 54px !important;
    }

    body.vki-template-active .vki-site .vki-header-top-inner,
    body.vki-template-active .vki-site .vki-header-inner {
        display: block !important;
        height: 100% !important;
        margin: 0 !important;
        max-width: none !important;
        padding: 0 !important;
        position: relative !important;
        width: 100% !important;
    }

    body.vki-template-active .vki-site .vki-logo {
        align-items: center !important;
        background: #fefeff !important;
        border-radius: 0 0 8px 8px !important;
        display: flex !important;
        height: 107px !important;
        justify-content: center !important;
        left: calc(var(--vki-figma-x) + 64px) !important;
        margin: 0 !important;
        position: absolute !important;
        top: -53px !important;
        width: 211px !important;
        z-index: 3 !important;
    }

    body.vki-template-active .vki-site .vki-logo-img {
        height: auto !important;
        max-width: none !important;
        width: 90px !important;
    }

    body.vki-template-active .vki-site .vki-top-search {
        height: 24px !important;
        left: calc(var(--vki-figma-x) + 848px) !important;
        margin: 0 !important;
        position: absolute !important;
        top: 15px !important;
        width: 192px !important;
    }

    body.vki-template-active .vki-site .vki-top-search input {
        background: transparent !important;
        border: 1px solid #fefeff !important;
        border-radius: 999px !important;
        color: #fefeff !important;
        height: 24px !important;
        min-height: 24px !important;
        padding: 0 10px 0 32px !important;
        width: 192px !important;
    }

    body.vki-template-active .vki-site .vki-top-search button {
        height: 24px !important;
        left: 8px !important;
        right: auto !important;
        top: 0 !important;
        width: 20px !important;
    }

    body.vki-template-active .vki-site .vki-top-search button::before {
        border-width: 2px !important;
        height: 9px !important;
        left: 0 !important;
        top: 3px !important;
        width: 9px !important;
    }

    body.vki-template-active .vki-site .vki-top-search button::after {
        height: 7px !important;
        left: 10px !important;
        top: 12px !important;
        width: 2px !important;
    }

    body.vki-template-active .vki-site .vki-phone-pill {
        align-items: center !important;
        background: #fefeff !important;
        border-radius: 999px !important;
        color: #077b4d !important;
        display: inline-flex !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        height: 24px !important;
        justify-content: center !important;
        left: calc(var(--vki-figma-x) + 1072px) !important;
        padding: 0 !important;
        position: absolute !important;
        top: 15px !important;
        width: 156px !important;
    }

    body.vki-template-active .vki-site .vki-phone-pill::before {
        background: #077b4d !important;
        content: "" !important;
        display: inline-block !important;
        height: 16px !important;
        margin-right: 5px !important;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm2.6 13.9c-2.5 0-6.5-4-6.5-6.5 0-.8.7-1.5 1.5-1.5h1.2l.5 2.5-1 .8c.5 1 1.5 2 2.5 2.5l.8-1 2.5.5v1.2c0 .8-.7 1.5-1.5 1.5Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm2.6 13.9c-2.5 0-6.5-4-6.5-6.5 0-.8.7-1.5 1.5-1.5h1.2l.5 2.5-1 .8c.5 1 1.5 2 2.5 2.5l.8-1 2.5.5v1.2c0 .8-.7 1.5-1.5 1.5Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
        width: 16px !important;
    }

    body.vki-template-active .vki-site .vki-language-menu.is-topbar {
        height: 24px !important;
        left: calc(var(--vki-figma-x) + 1310px) !important;
        position: absolute !important;
        top: 15px !important;
        width: 66px !important;
    }

    body.vki-template-active .vki-site .vki-language-current {
        gap: 3px !important;
        height: 24px !important;
        justify-content: center !important;
        min-width: 66px !important;
        padding: 0 7px !important;
        width: 66px !important;
    }

    body.vki-template-active .vki-site .vki-language-globe {
        display: inline-block !important;
        height: 16px !important;
        width: 16px !important;
    }

    body.vki-template-active .vki-site .vki-language-current [data-vki-language-current] {
        color: #0fa05f !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
    }

    body.vki-template-active .vki-site .vki-language-caret {
        border-width: 5px 4px 0 4px !important;
    }

    body.vki-template-active .vki-site .vki-language-options {
        border-radius: 4px !important;
        left: 0 !important;
        min-width: 66px !important;
        top: 27px !important;
        transform: none !important;
        width: 66px !important;
    }

    body.vki-template-active .vki-site .vki-language-options button {
        height: 21px !important;
        width: 64px !important;
    }

    body.vki-template-active .vki-site .vki-nav {
        align-items: center !important;
        display: flex !important;
        gap: 0 !important;
        height: 54px !important;
        justify-content: space-between !important;
        left: calc(var(--vki-figma-x) + 400px) !important;
        margin: 0 !important;
        position: absolute !important;
        right: auto !important;
        top: 0 !important;
        width: 976px !important;
    }

    body.vki-template-active .vki-site .vki-mobile-language,
    body.vki-template-active .vki-site .vki-header-tools > .vki-language-select,
    body.vki-template-active .vki-site .vki-search-toggle {
        display: none !important;
    }

    body.vki-template-active .vki-site .vki-nav-item > a {
        color: #2e3a5b !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        min-height: 54px !important;
        padding: 0 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    body.vki-template-active .vki-site .vki-nav-item.is-active > a {
        color: #0fa05f !important;
        font-weight: 700 !important;
    }
}

body.vki-template-active .vki-site .vki-figma-hero {
    background-color: #077b4d !important;
    background-position: center center !important;
    background-size: cover !important;
    color: #fefeff !important;
    height: 701px !important;
    min-height: 701px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative !important;
    text-align: center !important;
}

body.vki-template-active .vki-site .vki-figma-hero::before {
    background:
        linear-gradient(180deg, rgba(44, 72, 78, 0) 0%, rgba(11, 114, 67, 0.88) 50.96%, rgba(7, 123, 77, 0.95) 100%),
        linear-gradient(0deg, rgba(44, 72, 78, 0) 0%, rgba(7, 123, 77, 0.9) 84.62%) !important;
    content: "" !important;
    inset: 0 !important;
    mix-blend-mode: multiply !important;
    position: absolute !important;
}

body.vki-template-active .vki-site .vki-figma-hero > .vki-container {
    height: 100% !important;
    left: 50% !important;
    margin: 0 !important;
    max-width: 1440px !important;
    padding: 0 !important;
    position: relative !important;
    transform: translateX(-50%) !important;
    width: 1440px !important;
    z-index: 1 !important;
}

body.vki-template-active .vki-site .vki-figma-hero h1 {
    color: #fefeff !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    left: 50% !important;
    line-height: 58px !important;
    margin: 0 !important;
    position: absolute !important;
    text-align: center !important;
    text-transform: uppercase !important;
    top: 78px !important;
    transform: translateX(-50%) !important;
    width: 1070px !important;
}

body.vki-template-active .vki-site .vki-figma-hero-subtitle {
    color: #fefeff !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    left: 50% !important;
    line-height: 29px !important;
    margin: 0 !important;
    position: absolute !important;
    top: 142px !important;
    transform: translateX(-50%) !important;
    width: 590px !important;
}

body.vki-template-active .vki-site .vki-figma-hero-cards {
    display: grid !important;
    gap: 31px !important;
    grid-template-columns: repeat(4, 272px) !important;
    left: 131px !important;
    margin: 0 !important;
    position: absolute !important;
    top: 227px !important;
    width: 1181px !important;
}

body.vki-template-active .vki-site .vki-figma-hero-card {
    background: rgba(254, 254, 255, 0.62) !important;
    border: 0.5px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    display: block !important;
    height: 183px !important;
    overflow: hidden !important;
    position: relative !important;
    width: 272px !important;
}

body.vki-template-active .vki-site .vki-figma-hero-card img {
    height: 143px !important;
    left: 0 !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 38px !important;
    width: 272px !important;
}

body.vki-template-active .vki-site .vki-figma-hero-card span {
    align-items: center !important;
    background: linear-gradient(90.22deg, #fbe976 0.2%, #ecb928 27.93%, #fff68a 46.58%, #ecb928 61.2%, #ffcf45 83.39%, #fff68a 105.06%) !important;
    bottom: 0 !important;
    color: #2e3a5b !important;
    display: flex !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    height: 41px !important;
    justify-content: center !important;
    left: 0 !important;
    line-height: 20px !important;
    padding: 0 8px !important;
    position: absolute !important;
    text-align: center !important;
    text-transform: uppercase !important;
    width: 272px !important;
}

body.vki-template-active .vki-site .vki-figma-hero-lead {
    align-items: center !important;
    color: #fefeff !important;
    display: flex !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    height: 24px !important;
    justify-content: center !important;
    left: 50% !important;
    line-height: 24px !important;
    margin: 0 !important;
    position: absolute !important;
    text-align: center !important;
    top: 504px !important;
    transform: translateX(-50%) !important;
    width: 1121px !important;
}

body.vki-template-active .vki-site .vki-figma-hero .vki-figma-btn.is-red {
    align-items: center !important;
    background: #a01010 !important;
    border: 1px solid #fefeff !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    height: 40px !important;
    justify-content: center !important;
    left: 50% !important;
    line-height: 24px !important;
    margin: 0 !important;
    min-height: 40px !important;
    padding: 0 32px !important;
    position: absolute !important;
    top: 560px !important;
    transform: translateX(-50%) !important;
    width: 195px !important;
}

@media (max-width: 960px) {
    body.vki-template-active .vki-site .vki-figma-hero {
        height: auto !important;
        min-height: 0 !important;
        padding: 48px 0 60px !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero > .vki-container {
        height: auto !important;
        left: auto !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        transform: none !important;
        width: 100% !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero h1,
    body.vki-template-active .vki-site .vki-figma-hero-subtitle,
    body.vki-template-active .vki-site .vki-figma-hero-cards,
    body.vki-template-active .vki-site .vki-figma-hero-lead,
    body.vki-template-active .vki-site .vki-figma-hero .vki-figma-btn.is-red {
        height: auto !important;
        left: auto !important;
        position: relative !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero h1 {
        font-size: 34px !important;
        line-height: 1.18 !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero-subtitle {
        margin-top: 12px !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-top: 32px !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero-card,
    body.vki-template-active .vki-site .vki-figma-hero-card img,
    body.vki-template-active .vki-site .vki-figma-hero-card span {
        width: 100% !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero-lead {
        display: block !important;
        margin: 30px auto 0 !important;
    }

    body.vki-template-active .vki-site .vki-figma-hero .vki-figma-btn.is-red {
        margin-top: 24px !important;
        width: 195px !important;
    }
}

/* Home SVG vertical parity pass. */
@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-main {
        background: var(--vki-figma-bg) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges {
        background:
            linear-gradient(180deg, rgba(248, 255, 252, 0.96) 0%, rgba(248, 255, 252, 0.74) 44%, rgba(248, 255, 252, 0.08) 100%),
            url("../images/vki/nha-xuong-deep-c-2-a8c3b4dd.jpg") center 118px / 100% 250px no-repeat,
            var(--vki-figma-bg) !important;
        min-height: 634px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges > .vki-container {
        display: flex !important;
        flex-direction: column !important;
        height: 235px !important;
        justify-content: center !important;
        max-width: 1312px !important;
        padding: 18px 0 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges h2 {
        font-size: 38px !important;
        line-height: 46px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges p {
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        margin: 6px 0 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip {
        align-items: center !important;
        display: flex !important;
        min-height: 399px !important;
        padding: 54px 0 52px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip .vki-container {
        gap: 52px !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        max-width: 1312px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip svg {
        height: 48px !important;
        margin-bottom: 26px !important;
        width: 48px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip h3 {
        font-size: 20px !important;
        line-height: 1.28 !important;
        max-width: 205px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions {
        padding: 88px 0 42px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions > .vki-container {
        max-width: 1440px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note {
        border-radius: 6px !important;
        margin: 0 auto 0 !important;
        max-width: 1088px !important;
        padding: 42px 78px !important;
        transform: translateY(0) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note h2 {
        font-size: 38px !important;
        line-height: 46px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note p {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions .vki-home-scroll-controls {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-grid {
        display: grid !important;
        gap: 0 !important;
        grid-auto-flow: row !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-top: 0 !important;
        overflow: visible !important;
        scroll-snap-type: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card {
        aspect-ratio: auto !important;
        border-radius: 0 !important;
        height: 500px !important;
        min-width: 0 !important;
        padding: 120px !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card:nth-child(n+3) {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card strong {
        font-size: 42px !important;
        line-height: 1.15 !important;
        max-width: 480px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card em {
        bottom: 66px !important;
        font-size: 58px !important;
        position: absolute !important;
        right: 64px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-products {
        min-height: 1680px !important;
        padding: 78px 0 108px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-products > .vki-container,
    body.vki-template-active #vki-site.vki-site .vki-figma-partners > .vki-container,
    body.vki-template-active #vki-site.vki-site .vki-figma-news > .vki-container {
        max-width: 1312px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-products h2,
    body.vki-template-active #vki-site.vki-site .vki-figma-partners h2 {
        font-size: 38px !important;
        line-height: 46px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-grid {
        gap: 32px !important;
        grid-template-columns: repeat(3, minmax(0, 416px)) !important;
        justify-content: center !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-grid + h2 {
        margin-top: 480px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card {
        border: 0 !important;
        border-radius: 6px !important;
        box-shadow: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card img {
        aspect-ratio: 416 / 229 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-partners {
        min-height: 905px !important;
        padding: 96px 0 90px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-partners .vki-partner-grid {
        gap: 26px !important;
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
        margin-top: 52px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-partners .vki-partner-grid a {
        aspect-ratio: 164 / 85 !important;
        border-radius: 6px !important;
        padding: 13px 22px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-partners .vki-figma-btn.is-green {
        font-size: 24px !important;
        height: 58px !important;
        margin-top: 62px !important;
        min-width: 640px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured {
        min-height: 720px !important;
        padding: 82px 0 96px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-container {
        max-width: 1312px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-rail {
        grid-auto-columns: 132px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card {
        min-height: 462px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news {
        min-height: 868px !important;
        padding: 112px 0 120px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news h2 {
        color: #27344f !important;
        display: inline-block !important;
        font-size: 38px !important;
        line-height: 46px !important;
        margin-bottom: 72px !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news h2::after {
        background: rgba(15, 160, 95, 0.32) !important;
        bottom: 2px !important;
        content: "" !important;
        height: 8px !important;
        left: 0 !important;
        position: absolute !important;
        width: 172px !important;
        z-index: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-grid {
        align-items: start !important;
        gap: 31px !important;
        grid-template-columns: 638px minmax(0, 1fr) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-media {
        gap: 28px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-main {
        height: 329px !important;
        min-height: 329px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-main::before,
    body.vki-template-active #vki-site.vki-site .vki-figma-news-main strong {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-thumbs {
        gap: 28px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-thumbs a {
        height: 160px !important;
        min-height: 160px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list {
        align-content: start !important;
        display: grid !important;
        gap: 25px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-heading {
        margin-bottom: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-item {
        align-items: start !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        display: grid !important;
        gap: 15px !important;
        grid-template-columns: 190px minmax(0, 1fr) !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-item img {
        aspect-ratio: auto !important;
        border-radius: 2px !important;
        height: 118px !important;
        object-fit: cover !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-item strong {
        font-size: 20px !important;
        line-height: 1.22 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-item em {
        font-size: 16px !important;
        line-height: 1.42 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-subhead {
        margin-top: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact {
        padding: 64px 0 68px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact h2 {
        background: none !important;
        color: #13725f !important;
        font-size: 38px !important;
        line-height: 46px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-copy p {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-form-submit {
        background: transparent !important;
        border: 1px solid #13725f !important;
        border-radius: 4px !important;
        color: #13725f !important;
        font-size: 20px !important;
        height: 40px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-form-submit::after {
        content: " ›" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-footer {
        background: linear-gradient(115deg, #1f5350 0%, #0b7f4f 100%) !important;
        padding: 48px 0 47px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-footer .vki-container {
        gap: 46px !important;
        grid-template-columns: minmax(0, 1.28fr) minmax(190px, 0.55fr) minmax(280px, 0.72fr) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand {
        align-content: start !important;
        column-gap: 20px !important;
        display: grid !important;
        grid-template-columns: 94px minmax(0, 1fr) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand .vki-footer-logo {
        background: transparent !important;
        grid-row: span 2 !important;
        height: 80px !important;
        margin-bottom: 0 !important;
        width: 94px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand .vki-footer-logo img {
        filter: brightness(0) invert(1) !important;
        max-height: 74px !important;
        max-width: 94px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand h2 {
        align-self: center !important;
        font-size: 25px !important;
        line-height: 1.16 !important;
        margin-bottom: 0 !important;
        max-width: 530px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand > p {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand ul {
        gap: 16px !important;
        grid-column: 1 / -1 !important;
        margin-top: 26px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand li {
        align-items: center !important;
        display: grid !important;
        gap: 12px !important;
        grid-template-columns: 32px minmax(0, 1fr) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand li::before {
        align-items: center !important;
        border: 1px solid rgba(255, 255, 255, 0.88) !important;
        border-radius: 50% !important;
        content: "" !important;
        display: flex !important;
        height: 32px !important;
        justify-content: center !important;
        width: 32px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand li:nth-child(1)::before {
        content: "☎" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand li:nth-child(2)::before {
        content: "✉" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand li:nth-child(3)::before {
        content: "•" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand b {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand a,
    body.vki-template-active #vki-site.vki-site .vki-footer-brand span {
        font-size: 20px !important;
        line-height: 1.35 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-menu a::before {
        content: "» " !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter {
        display: flex !important;
        flex-direction: column !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter h3 {
        order: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter form {
        order: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter .vki-figma-socials {
        flex-wrap: wrap !important;
        margin: 42px 0 0 !important;
        order: 3 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter .vki-figma-socials::before {
        color: #fff !important;
        content: "Kết nối với chúng tôi" !important;
        flex: 0 0 100% !important;
        font-size: 21px !important;
        font-weight: 600 !important;
        margin-bottom: 6px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-footer .vki-copy {
        background: transparent !important;
        border-top: 0 !important;
        display: none !important;
        margin-top: 0 !important;
        padding-top: 4px !important;
    }
}

/* VKI 2026 Figma typography lock.
   Keep this block last so older Flatsome/Roboto passes cannot override the export font. */
:root {
    --vki-font-figma: "Latinka", "Latinka-Light", Lato, Arial, sans-serif;
}

body.wp-child-theme-flatsome-child,
body.wp-child-theme-flatsome-child :where(h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, select, label, span, strong, em, small, li, dt, dd, summary, address, figcaption, blockquote, th, td),
body.vki-template-active,
body.vki-template-active #vki-site.vki-site,
body.vki-template-active #vki-site.vki-site :where(h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, select, label, span, strong, em, small, li, dt, dd, summary, address, figcaption, blockquote, th, td) {
    font-family: var(--vki-font-figma) !important;
    letter-spacing: 0 !important;
}

body.vki-template-active #vki-site.vki-site :where(input, textarea, select, button) {
    font-family: var(--vki-font-figma) !important;
}

body.vki-template-active #vki-site.vki-site ::placeholder {
    font-family: var(--vki-font-figma) !important;
}

body.vki-template-active #vki-site.vki-site :where(.vki-nav-item > a, h1, h2, h3, h4, h5, h6, strong, b, .vki-form-submit, .vki-figma-btn) {
    font-family: var(--vki-font-figma) !important;
}

/* VKI 2026 Figma header and home hero lock. */
:root {
    --vki-font-figma: "SVN-Gilroy", "Gilroy", "Segoe UI", Arial, sans-serif;
}

@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-header {
        --vki-figma-x: max(0px, calc((100vw - 1440px) / 2));
        height: 107px !important;
        box-shadow: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-header-topbar {
        height: 53px !important;
        background: linear-gradient(
            90deg,
            #2c484e 0,
            #2c484e calc(var(--vki-figma-x) + 64px),
            #fefeff calc(var(--vki-figma-x) + 64px),
            #fefeff calc(var(--vki-figma-x) + 275px),
            #077b4d calc(var(--vki-figma-x) + 275px),
            #077b4d 100%
        ) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-header-main {
        height: 54px !important;
        top: 53px !important;
        background: #fefeff !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-header-top-inner,
    body.vki-template-active #vki-site.vki-site .vki-header-inner {
        display: block !important;
        height: 100% !important;
        margin: 0 !important;
        max-width: none !important;
        padding: 0 !important;
        position: relative !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-logo,
    body.vki-template-active #vki-site.vki-site .vki-logo-wrap {
        align-items: center !important;
        background: #fefeff !important;
        display: flex !important;
        justify-content: center !important;
        left: calc(var(--vki-figma-x) + 64px) !important;
        top: -53px !important;
        width: 211px !important;
        height: 107px !important;
        margin: 0 !important;
        position: absolute !important;
        border-radius: 0 0 8px 8px !important;
        z-index: 3 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-logo-img,
    body.vki-template-active #vki-site.vki-site .vki-logo-wrap img {
        width: 90px !important;
        max-height: 80px !important;
        max-width: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-nav {
        left: calc(var(--vki-figma-x) + 400px) !important;
        top: 0 !important;
        width: 976px !important;
        height: 54px !important;
        gap: 0 !important;
        justify-content: space-between !important;
        align-items: center !important;
        display: flex !important;
        margin: 0 !important;
        position: absolute !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-nav-item > a {
        align-items: center !important;
        display: flex !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        letter-spacing: 0 !important;
        min-height: 54px !important;
        padding: 0 !important;
        color: #2e3a5b !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-nav-item.is-active > a {
        font-weight: 700 !important;
        color: #0fa05f !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-top-search {
        left: calc(var(--vki-figma-x) + 848px) !important;
        top: 15px !important;
        width: 192px !important;
        height: 24px !important;
        margin: 0 !important;
        position: absolute !important;
        background: transparent !important;
        border: 1px solid #fefeff !important;
        border-radius: 999px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-top-search input {
        width: 100% !important;
        height: 22px !important;
        min-height: 22px !important;
        padding: 0 10px 0 32px !important;
        background: transparent !important;
        border: 0 !important;
        color: #fefeff !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-phone-pill,
    body.vki-template-active #vki-site.vki-site .vki-top-phone {
        align-items: center !important;
        display: inline-flex !important;
        justify-content: center !important;
        left: calc(var(--vki-figma-x) + 1072px) !important;
        top: 15px !important;
        width: 156px !important;
        height: 24px !important;
        padding: 0 !important;
        position: absolute !important;
        border-radius: 999px !important;
        background: #fefeff !important;
        color: #077b4d !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-language-menu.is-topbar,
    body.vki-template-active #vki-site.vki-site .vki-language-switcher {
        left: calc(var(--vki-figma-x) + 1310px) !important;
        top: 15px !important;
        width: 66px !important;
        height: 24px !important;
        position: absolute !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-language-current {
        width: 66px !important;
        min-width: 66px !important;
        height: 24px !important;
        padding: 0 7px !important;
        gap: 3px !important;
        justify-content: center !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-language-current [data-vki-language-current] {
        color: #0fa05f !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero {
        height: 701px !important;
        min-height: 701px !important;
        padding: 0 !important;
        margin: 0 !important;
        background-position: center center !important;
        background-size: cover !important;
        overflow: hidden !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero::before {
        background:
            linear-gradient(180deg, rgba(44, 72, 78, 0) 0%, #0b7243 50.96%),
            linear-gradient(0deg, rgba(44, 72, 78, 0) 44%, #077b4d 100%) !important;
        opacity: 0.88 !important;
        mix-blend-mode: multiply !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero > .vki-container {
        position: relative !important;
        left: 50% !important;
        width: 1440px !important;
        max-width: 1440px !important;
        height: 701px !important;
        min-height: 701px !important;
        padding: 0 !important;
        transform: translateX(-50%) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero h1 {
        position: absolute !important;
        left: 64px !important;
        top: 79px !important;
        width: 1312px !important;
        margin: 0 !important;
        transform: none !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 48px !important;
        font-weight: 800 !important;
        line-height: 58px !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        color: #fefeff !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero-subtitle {
        position: absolute !important;
        left: 425px !important;
        top: 142px !important;
        width: 590px !important;
        margin: 0 !important;
        transform: none !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 24px !important;
        font-weight: 500 !important;
        line-height: 29px !important;
        letter-spacing: 0 !important;
        color: #fefeff !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero-cards {
        position: absolute !important;
        left: 131px !important;
        top: 227px !important;
        width: 1181px !important;
        display: grid !important;
        grid-template-columns: repeat(4, 272px) !important;
        gap: 31px !important;
        align-items: start !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero-card {
        position: relative !important;
        width: 272px !important;
        height: 222px !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: rgba(254, 254, 255, 0.62) !important;
        border: 0.5px solid rgba(255, 255, 255, 0.8) !important;
        border-radius: 4px !important;
        backdrop-filter: blur(2px) !important;
        box-shadow: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero-card img {
        position: absolute !important;
        left: 0 !important;
        top: 38px !important;
        width: 272px !important;
        height: 143px !important;
        display: block !important;
        max-width: none !important;
        object-fit: fill !important;
        border-radius: 4px 4px 0 0 !important;
        clip-path: none !important;
        transform: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero-card:nth-child(1) img {
        left: -0.2px !important;
        top: 38px !important;
        width: 272.4px !important;
        height: 143px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero-card:nth-child(2) img {
        left: -32.3px !important;
        top: 11.2px !important;
        width: 304.1px !important;
        height: 175.8px !important;
        clip-path: inset(26.8px 0 6px 0) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero-card:nth-child(3) img {
        left: -13.2px !important;
        top: 38.5px !important;
        width: 299.3px !important;
        height: 142.6px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero-card:nth-child(4) img {
        left: 0 !important;
        top: 18.3px !important;
        width: 272px !important;
        height: 226.4px !important;
        clip-path: inset(19.7px 0 63.7px 0) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero-card span {
        position: absolute !important;
        left: 0 !important;
        top: 181px !important;
        bottom: auto !important;
        width: 272px !important;
        height: 41px !important;
        margin: 0 !important;
        padding: 0 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: linear-gradient(90.22deg, #fbe976 0.2%, #ecb928 27.93%, #fff68a 46.58%, #ecb928 61.2%, #ffcf45 83.39%, #fff68a 105.06%) !important;
        border-top: 0.5px solid rgba(255, 255, 255, 0.9) !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        color: #2e3a5b !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-hero-lead {
        position: absolute !important;
        left: 110px !important;
        top: 504px !important;
        width: 1220px !important;
        margin: 0 !important;
        transform: none !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        letter-spacing: 0 !important;
        color: #fefeff !important;
        white-space: nowrap !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-btn.is-red {
        position: absolute !important;
        left: 623px !important;
        top: 560px !important;
        width: 195px !important;
        height: 40px !important;
        padding: 8px 32px !important;
        transform: none !important;
        border: 1px solid #fefeff !important;
        border-radius: 4px !important;
        background: #a01010 !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        letter-spacing: 0 !important;
    }
}

/* VKI 2026 final search and featured-project correction. */
@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-top-search,
    body.vki-template-active #vki-site.vki-site .vki-top-search:focus-within {
        align-items: center !important;
        background: transparent !important;
        border: 1px solid #fefeff !important;
        border-radius: 999px !important;
        box-shadow: none !important;
        display: flex !important;
        height: 24px !important;
        overflow: hidden !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-top-search input,
    body.vki-template-active #vki-site.vki-site .vki-top-search input:hover,
    body.vki-template-active #vki-site.vki-site .vki-top-search input:focus,
    body.vki-template-active #vki-site.vki-site .vki-top-search input:active,
    body.vki-template-active #vki-site.vki-site .vki-top-search input:-webkit-autofill,
    body.vki-template-active #vki-site.vki-site .vki-top-search input:-webkit-autofill:hover,
    body.vki-template-active #vki-site.vki-site .vki-top-search input:-webkit-autofill:focus {
        appearance: none !important;
        -webkit-appearance: none !important;
        background: transparent !important;
        background-color: transparent !important;
        border: 0 !important;
        border-radius: 999px !important;
        box-shadow: inset 0 0 0 1000px transparent !important;
        -webkit-box-shadow: inset 0 0 0 1000px transparent !important;
        caret-color: #fefeff !important;
        color: #fefeff !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        height: 22px !important;
        line-height: 22px !important;
        margin: 0 !important;
        min-height: 22px !important;
        outline: 0 !important;
        padding: 0 10px 0 32px !important;
        -webkit-text-fill-color: #fefeff !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-top-search input::placeholder {
        color: rgba(254, 254, 255, 0.76) !important;
        opacity: 1 !important;
        -webkit-text-fill-color: rgba(254, 254, 255, 0.76) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured {
        background-color: #07824d !important;
        background-position: center center !important;
        background-size: cover !important;
        height: 720px !important;
        min-height: 720px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured::before {
        background:
            linear-gradient(90deg, rgba(4, 106, 68, 0.98) 0%, rgba(7, 123, 77, 0.92) 45%, rgba(6, 126, 77, 0.96) 100%),
            linear-gradient(180deg, rgba(15, 160, 95, 0.24) 0%, rgba(4, 78, 55, 0.12) 100%) !important;
        content: "" !important;
        inset: 0 !important;
        mix-blend-mode: multiply !important;
        opacity: 0.94 !important;
        pointer-events: none !important;
        position: absolute !important;
        z-index: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-container {
        height: 720px !important;
        left: 50% !important;
        margin: 0 !important;
        max-width: 1440px !important;
        padding: 0 !important;
        position: relative !important;
        transform: translateX(-50%) !important;
        width: 1440px !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header {
        align-items: flex-start !important;
        display: flex !important;
        height: 58px !important;
        justify-content: space-between !important;
        left: 64px !important;
        margin: 0 !important;
        position: absolute !important;
        top: 76px !important;
        width: 1312px !important;
        z-index: 3 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured h2 {
        color: #fefeff !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 48px !important;
        font-weight: 800 !important;
        letter-spacing: 0 !important;
        line-height: 58px !important;
        margin: 0 !important;
        max-width: 820px !important;
        text-align: left !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header a {
        align-items: center !important;
        background: #fefeff !important;
        border: 0 !important;
        border-radius: 4px !important;
        box-shadow: none !important;
        color: #077b4d !important;
        display: inline-flex !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        height: 40px !important;
        justify-content: center !important;
        letter-spacing: 0 !important;
        line-height: 20px !important;
        margin: 2px 0 0 !important;
        min-height: 40px !important;
        padding: 0 20px !important;
        text-align: center !important;
        white-space: nowrap !important;
        width: 355px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-rail {
        display: grid !important;
        gap: 0 !important;
        grid-auto-columns: unset !important;
        grid-template-columns: 765px 274px 272px !important;
        height: 460px !important;
        left: 64px !important;
        margin: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        top: 201px !important;
        width: 1311px !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card {
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: block !important;
        grid-column: auto !important;
        height: 460px !important;
        margin: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
        position: relative !important;
        width: auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:nth-child(n + 4) {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:first-child {
        border-radius: 8px 0 0 8px !important;
        grid-column: auto !important;
        height: 452px !important;
        margin-top: 8px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:nth-child(3) {
        border-radius: 0 8px 8px 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card > img {
        display: block !important;
        height: 100% !important;
        max-width: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card::before {
        background: linear-gradient(90deg, rgba(4, 98, 68, 0.85) 0%, rgba(6, 126, 77, 0.68) 45%, rgba(254, 254, 255, 0.58) 100%) !important;
        content: "" !important;
        inset: 0 !important;
        opacity: 1 !important;
        pointer-events: none !important;
        position: absolute !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child)::before {
        background: linear-gradient(180deg, rgba(7, 123, 77, 0.52) 0%, rgba(0, 82, 60, 0.86) 100%) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card div {
        bottom: 50px !important;
        left: 120px !important;
        max-width: 650px !important;
        padding: 0 !important;
        position: absolute !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        writing-mode: horizontal-tb !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card span {
        color: #fefeff !important;
        display: block !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
        margin: 0 0 8px !important;
        text-transform: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card h3 {
        color: #fefeff !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 40px !important;
        font-weight: 800 !important;
        letter-spacing: 0 !important;
        line-height: 48px !important;
        margin: 0 0 16px !important;
        text-align: left !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card p {
        color: #fefeff !important;
        display: block !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 29px !important;
        margin: 0 0 26px !important;
        max-width: 650px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card a {
        align-items: center !important;
        background: #fefeff !important;
        border: 0 !important;
        border-radius: 4px !important;
        color: #077b4d !important;
        display: inline-flex !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        height: 40px !important;
        justify-content: center !important;
        line-height: 20px !important;
        padding: 0 20px !important;
        width: 161px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) div {
        align-items: center !important;
        bottom: 0 !important;
        display: flex !important;
        inset: 0 !important;
        justify-content: center !important;
        left: 0 !important;
        max-width: none !important;
        padding: 0 !important;
        right: 0 !important;
        top: 0 !important;
        writing-mode: vertical-rl !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) span,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) p,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) a {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) h3 {
        color: #fefeff !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 24px !important;
        font-weight: 800 !important;
        letter-spacing: 0 !important;
        line-height: 29px !important;
        margin: 0 !important;
        text-align: center !important;
        text-transform: uppercase !important;
        transform: rotate(180deg) !important;
        white-space: nowrap !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-home-scroll-controls.is-featured {
        display: block !important;
        height: 32px !important;
        inset: auto 0 auto 0 !important;
        margin: 0 !important;
        pointer-events: none !important;
        position: absolute !important;
        top: 431px !important;
        z-index: 5 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-home-scroll-controls.is-featured button {
        align-items: center !important;
        background: #fefeff !important;
        border: 1px solid rgba(254, 254, 255, 0.62) !important;
        border-radius: 999px !important;
        box-shadow: none !important;
        color: #077b4d !important;
        display: flex !important;
        font-family: Arial, sans-serif !important;
        font-size: 32px !important;
        font-weight: 700 !important;
        height: 32px !important;
        justify-content: center !important;
        line-height: 28px !important;
        padding: 0 0 4px !important;
        pointer-events: auto !important;
        position: absolute !important;
        top: 0 !important;
        width: 32px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-home-scroll-controls.is-featured button:first-child {
        background: transparent !important;
        color: #fefeff !important;
        left: 19px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-home-scroll-controls.is-featured button:last-child {
        right: 18px !important;
    }
}

@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-top-search input::-webkit-search-cancel-button,
    body.vki-template-active #vki-site.vki-site .vki-top-search input::-webkit-search-decoration,
    body.vki-template-active #vki-site.vki-site .vki-top-search input::-webkit-search-results-button,
    body.vki-template-active #vki-site.vki-site .vki-top-search input::-webkit-search-results-decoration {
        appearance: none !important;
        -webkit-appearance: none !important;
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card a {
        white-space: nowrap !important;
        width: 180px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card div,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card p {
        max-width: 610px !important;
    }
}

/* VKI 2026 contact page lock. */
@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-hero {
        background:
            url("../images/vki/figma-contact-hero-sky.png") top center / 100% auto no-repeat,
            #eef9ff !important;
        display: block !important;
        height: 471px !important;
        min-height: 471px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-hero::before {
        background: url("../images/vki/figma-contact-hero-building.png") no-repeat !important;
        background-position: -7.2vw -13.4vw !important;
        background-size: 140.5vw auto !important;
        content: "" !important;
        inset: 0 !important;
        pointer-events: none !important;
        position: absolute !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-hero figure {
        margin: 0 !important;
        position: absolute !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-hero .is-building {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-hero .is-flare {
        background-color: #050505 !important;
        background-position: right -35.4vw top -35.4vw !important;
        background-repeat: no-repeat !important;
        background-size: 78.4vw auto !important;
        height: 471px !important;
        left: 57.22% !important;
        top: 0 !important;
        width: 42.78% !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page {
        background: linear-gradient(90deg, #f2fffb 0%, #f2fffb 43.47%, #0a8450 43.47%, #0a8450 100%) !important;
        min-height: 759px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page::before {
        border: 2px solid rgba(255, 255, 255, 0.82) !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-radius: 0 900px 0 0 !important;
        content: "" !important;
        height: 520px !important;
        pointer-events: none !important;
        position: absolute !important;
        right: 30px !important;
        top: -126px !important;
        transform: rotate(8deg) !important;
        width: 640px !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-breadcrumb {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page > .vki-container {
        display: grid !important;
        gap: 0 !important;
        grid-template-columns: 626px 814px !important;
        left: 50% !important;
        margin: 0 !important;
        max-width: 1440px !important;
        min-height: 759px !important;
        padding: 0 !important;
        position: relative !important;
        transform: translateX(-50%) !important;
        width: 1440px !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-card,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact-form {
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        margin: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-card {
        background: transparent !important;
        min-height: 759px !important;
        padding: 66px 34px 0 64px !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-card::before {
        color: #2e3a5b !important;
        content: "Trang chủ  ›  Liên hệ" !important;
        display: block !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        margin: 0 0 64px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-card .vki-figma-kicker {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-card h1 {
        color: #2e3a5b !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 24px !important;
        font-weight: 800 !important;
        line-height: 30px !important;
        margin: 0 0 23px !important;
        padding-bottom: 23px !important;
        position: relative !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-card h1::after {
        background: #0fa05f !important;
        bottom: 0 !important;
        content: "" !important;
        height: 1px !important;
        left: 0 !important;
        position: absolute !important;
        width: 456px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-card > p {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-rows {
        display: grid !important;
        gap: 23px !important;
        margin: 0 0 32px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-rows a,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact-rows p {
        align-items: center !important;
        background: transparent !important;
        border-radius: 0 !important;
        display: grid !important;
        grid-template-columns: 32px 1fr !important;
        margin: 0 !important;
        min-height: 32px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-rows a::before,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact-rows p::before {
        align-items: center !important;
        border: 1px solid #2e3a5b !important;
        border-radius: 50% !important;
        color: #2e3a5b !important;
        content: "☎" !important;
        display: flex !important;
        font-family: Arial, sans-serif !important;
        font-size: 18px !important;
        height: 32px !important;
        justify-content: center !important;
        width: 32px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-rows a[href^="mailto"]::before {
        content: "✉" !important;
        font-size: 17px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-rows p::before {
        content: "⌖" !important;
        font-size: 18px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-rows b {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-rows span {
        color: #2e3a5b !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        padding-left: 12px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-card .vki-figma-socials {
        margin: 0 0 152px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-page-card > img {
        border: 1px solid #0fa05f !important;
        border-radius: 8px !important;
        display: block !important;
        height: 292px !important;
        object-fit: cover !important;
        width: 527px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-form {
        background: transparent !important;
        min-height: 759px !important;
        padding: 144px 64px 0 66px !important;
        position: relative !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-form h2 {
        color: #fefeff !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 24px !important;
        font-weight: 800 !important;
        line-height: 30px !important;
        margin: 0 0 8px !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-form > p {
        color: #fefeff !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 25px !important;
        margin: 0 0 36px !important;
        max-width: 520px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-form label {
        display: block !important;
        margin: 0 0 18px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-form label span {
        color: #fefeff !important;
        display: block !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        margin: 0 0 7px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-form input,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact-form select,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact-form textarea {
        background: #fefeff !important;
        border: 0 !important;
        border-radius: 4px !important;
        box-shadow: none !important;
        color: #2e3a5b !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        min-height: 52px !important;
        padding: 14px 18px !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-form textarea {
        min-height: 106px !important;
        resize: vertical !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-form .vki-form-submit {
        background: #a01010 !important;
        border: 1px solid #fefeff !important;
        border-radius: 4px !important;
        color: #fefeff !important;
        font-family: var(--vki-font-figma) !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        height: 40px !important;
        line-height: 24px !important;
        margin-top: 4px !important;
        min-width: 186px !important;
        padding: 8px 30px !important;
        width: auto !important;
    }
}

/* VKI 2026 home solution and featured rails. */
body.vki-template-active #vki-site.vki-site .vki-figma-scroll-rail {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-scroll-rail::-webkit-scrollbar {
    display: none !important;
}

@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-solutions {
        min-height: 695px !important;
        overflow: hidden !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions > .vki-container {
        height: 695px !important;
        max-width: 1440px !important;
        overflow: visible !important;
        padding: 0 !important;
        position: relative !important;
        width: 1440px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note {
        align-items: center !important;
        background: linear-gradient(270deg, #077b4d 0%, #2c484e 100%) !important;
        border-radius: 8px 8px 0 0 !important;
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column !important;
        height: 193px !important;
        justify-content: flex-start !important;
        left: 176px !important;
        margin: 0 !important;
        padding: 36px 112px 0 !important;
        position: absolute !important;
        top: 0 !important;
        width: 1088px !important;
        z-index: 3 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note h2 {
        color: #fefeff !important;
        font-size: 36px !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        line-height: 47px !important;
        margin: 0 0 8px !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note p {
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        margin: 0 auto !important;
        max-width: 864px !important;
        text-align: center !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions .vki-home-scroll-controls {
        display: block !important;
        inset: 428px 16px auto 16px !important;
        pointer-events: none !important;
        position: absolute !important;
        z-index: 8 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions .vki-home-scroll-controls button {
        align-items: center !important;
        background: rgba(254, 254, 255, .96) !important;
        border: 1px solid rgba(24, 39, 43, .2) !important;
        border-radius: 50% !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .16) !important;
        color: #077b4d !important;
        display: flex !important;
        font-size: 24px !important;
        height: 32px !important;
        justify-content: center !important;
        line-height: 1 !important;
        pointer-events: auto !important;
        position: absolute !important;
        top: 0 !important;
        width: 32px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions .vki-home-scroll-controls [data-vki-scroll-prev] {
        left: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions .vki-home-scroll-controls [data-vki-scroll-next] {
        right: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-grid {
        display: flex !important;
        gap: 0 !important;
        grid-template-columns: none !important;
        height: 502px !important;
        left: 0 !important;
        margin: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        scroll-behavior: smooth !important;
        scroll-snap-type: x mandatory !important;
        top: 193px !important;
        width: 1440px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card,
    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card:nth-child(n+3) {
        align-items: flex-start !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: flex !important;
        flex: 0 0 720px !important;
        flex-direction: column !important;
        height: 502px !important;
        justify-content: flex-end !important;
        min-height: 0 !important;
        overflow: hidden !important;
        padding: 0 64px 28px 120px !important;
        scroll-snap-align: start !important;
        width: 720px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card img {
        height: 100% !important;
        inset: 0 !important;
        object-fit: cover !important;
        position: absolute !important;
        width: 100% !important;
        z-index: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card::before {
        background: linear-gradient(270deg, rgba(7, 123, 77, .92) 0%, rgba(44, 72, 78, .92) 100%) !important;
        bottom: 0 !important;
        content: "" !important;
        height: 193px !important;
        left: 0 !important;
        opacity: 1 !important;
        position: absolute !important;
        right: 0 !important;
        top: auto !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card span,
    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card strong,
    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card small,
    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card em {
        position: relative !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card span {
        color: #fefeff !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 29px !important;
        margin: 0 0 8px !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card strong {
        color: #fefeff !important;
        display: -webkit-box !important;
        font-size: 36px !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        line-height: 47px !important;
        margin: 0 !important;
        max-width: 460px !important;
        overflow: hidden !important;
        text-transform: uppercase !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card small {
        color: #fefeff !important;
        display: -webkit-box !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
        margin-top: 8px !important;
        max-width: 520px !important;
        opacity: .95 !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card em {
        bottom: 31px !important;
        color: #fefeff !important;
        font-size: 32px !important;
        font-style: normal !important;
        line-height: 32px !important;
        margin: 0 !important;
        position: absolute !important;
        right: 64px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured {
        background-color: #077b4d !important;
        background-image: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
        height: 720px !important;
        min-height: 720px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured::before {
        background-image: var(--vki-featured-texture) !important;
        background-position: center !important;
        background-size: cover !important;
        content: "" !important;
        inset: 0 !important;
        mix-blend-mode: soft-light !important;
        opacity: .14 !important;
        position: absolute !important;
        transform: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-container {
        height: 720px !important;
        max-width: 1440px !important;
        overflow: visible !important;
        padding: 0 !important;
        position: relative !important;
        width: 1440px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header {
        align-items: flex-start !important;
        display: flex !important;
        height: 58px !important;
        justify-content: space-between !important;
        left: 64px !important;
        margin: 0 !important;
        max-width: none !important;
        padding: 0 !important;
        position: absolute !important;
        right: 64px !important;
        top: 78px !important;
        z-index: 3 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured h2 {
        color: #fefeff !important;
        font-size: 48px !important;
        font-weight: 700 !important;
        letter-spacing: 0 !important;
        line-height: 58px !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        text-align: left !important;
        text-transform: uppercase !important;
        width: auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured h2::after {
        background: linear-gradient(270deg, rgba(15, 160, 95, .5) 0%, rgba(230, 243, 237, 0) 100%) !important;
        border-radius: 4px !important;
        bottom: 3px !important;
        content: "" !important;
        height: 27px !important;
        left: 0 !important;
        mix-blend-mode: plus-lighter !important;
        position: absolute !important;
        width: 765px !important;
        z-index: -1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header a {
        align-items: center !important;
        background: #eaeDED !important;
        border: 0 !important;
        border-radius: 4px !important;
        color: #077b4d !important;
        display: inline-flex !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        height: 40px !important;
        justify-content: center !important;
        line-height: 18px !important;
        margin-top: 3px !important;
        min-width: 355px !important;
        padding: 8px 24px !important;
        text-align: center !important;
        width: 355px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-rail {
        display: flex !important;
        gap: 24px !important;
        grid-template-columns: none !important;
        height: 460px !important;
        left: 64px !important;
        margin: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 96px 0 0 !important;
        position: absolute !important;
        scroll-behavior: smooth !important;
        scroll-padding-left: 0 !important;
        scroll-snap-type: x mandatory !important;
        top: 201px !important;
        width: 1312px !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:first-child,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:nth-child(3),
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:nth-child(n + 4) {
        border-radius: 8px !important;
        box-shadow: 0 0 8px #00bf58 !important;
        display: block !important;
        flex: 0 0 765px !important;
        height: 460px !important;
        margin: 0 !important;
        max-width: none !important;
        min-height: 0 !important;
        overflow: hidden !important;
        scroll-snap-align: start !important;
        width: 765px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card > img {
        height: 100% !important;
        inset: 0 !important;
        object-fit: cover !important;
        position: absolute !important;
        transform: none !important;
        width: 100% !important;
        z-index: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card::before,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child)::before {
        background: linear-gradient(0deg, rgba(0, 63, 38, .96) 0%, rgba(1, 75, 46, .78) 38%, rgba(7, 123, 77, 0) 100%) !important;
        content: "" !important;
        inset: 0 !important;
        opacity: 1 !important;
        position: absolute !important;
        transform: none !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card div,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) div {
        bottom: 30px !important;
        display: block !important;
        height: auto !important;
        left: 32px !important;
        max-width: 688px !important;
        position: absolute !important;
        right: 32px !important;
        top: auto !important;
        transform: none !important;
        width: auto !important;
        writing-mode: horizontal-tb !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card span,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) span {
        color: #fefeff !important;
        display: block !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
        margin: 0 0 4px !important;
        text-transform: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card h3,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) h3 {
        color: #fefeff !important;
        display: -webkit-box !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        line-height: 29px !important;
        margin: 0 0 10px !important;
        max-width: 470px !important;
        overflow: hidden !important;
        text-transform: uppercase !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card p,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) p {
        color: #fefeff !important;
        display: -webkit-box !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        margin: 0 !important;
        max-width: 688px !important;
        opacity: .95 !important;
        overflow: hidden !important;
        text-align: left !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-badge {
        align-items: center !important;
        background: linear-gradient(270deg, #effaff 0%, #fff 23.56%, #e9f3f9 50%, #fff 100%) !important;
        border-radius: 4px !important;
        box-shadow: 0 0 8px #00bf58 !important;
        color: #a01010 !important;
        display: inline-flex !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        height: 33px !important;
        line-height: 20px !important;
        margin-top: 10px !important;
        padding: 6px 14px !important;
        width: auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card a,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) a {
        align-items: center !important;
        background: #fefeff !important;
        border-radius: 4px !important;
        color: #a01010 !important;
        display: inline-flex !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        height: 28px !important;
        justify-content: center !important;
        line-height: 16px !important;
        margin-top: 10px !important;
        padding: 6px 12px !important;
        text-transform: none !important;
        width: auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls {
        display: block !important;
        inset: 415px 18px auto 18px !important;
        pointer-events: none !important;
        position: absolute !important;
        z-index: 8 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls button {
        align-items: center !important;
        background: rgba(254, 254, 255, .96) !important;
        border: 1px solid rgba(254, 254, 255, .75) !important;
        border-radius: 50% !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .16) !important;
        color: #077b4d !important;
        display: flex !important;
        font-size: 24px !important;
        height: 32px !important;
        justify-content: center !important;
        line-height: 1 !important;
        pointer-events: auto !important;
        position: absolute !important;
        top: 0 !important;
        width: 32px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls [data-vki-scroll-prev] {
        left: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls [data-vki-scroll-next] {
        right: 0 !important;
    }
}

@media (max-width: 960px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-solutions {
        min-height: 0 !important;
        overflow: hidden !important;
        padding: 44px 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions > .vki-container,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-container {
        height: auto !important;
        max-width: 100% !important;
        overflow: visible !important;
        padding: 0 18px !important;
        position: relative !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note {
        border-radius: 8px 8px 0 0 !important;
        height: auto !important;
        left: auto !important;
        margin: 0 !important;
        padding: 26px 18px !important;
        position: relative !important;
        top: auto !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note h2 {
        font-size: 26px !important;
        line-height: 34px !important;
        margin-bottom: 8px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note p {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-grid,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-rail {
        display: flex !important;
        gap: 16px !important;
        grid-template-columns: none !important;
        height: auto !important;
        left: auto !important;
        margin: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 18px 8px 0 !important;
        position: relative !important;
        scroll-snap-type: x mandatory !important;
        top: auto !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card,
    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card:nth-child(n+3) {
        display: flex !important;
        flex: 0 0 min(86vw, 420px) !important;
        height: 360px !important;
        min-height: 0 !important;
        padding: 0 22px 24px !important;
        scroll-snap-align: start !important;
        width: min(86vw, 420px) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card::before {
        height: 190px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card span {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card strong {
        font-size: 24px !important;
        line-height: 31px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card small {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card em {
        bottom: 24px !important;
        right: 22px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured {
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
        padding: 44px 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header {
        align-items: flex-start !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        height: auto !important;
        left: auto !important;
        margin: 0 0 24px !important;
        padding: 0 !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured h2 {
        font-size: 28px !important;
        line-height: 36px !important;
        margin: 0 !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured h2::after {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header a {
        font-size: 13px !important;
        height: 38px !important;
        min-width: 0 !important;
        padding: 8px 16px !important;
        width: auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:first-child,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:nth-child(3),
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:nth-child(n + 4) {
        display: block !important;
        flex: 0 0 min(86vw, 420px) !important;
        height: 420px !important;
        scroll-snap-align: start !important;
        width: min(86vw, 420px) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card div,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) div {
        bottom: 24px !important;
        left: 22px !important;
        right: 22px !important;
        transform: none !important;
        writing-mode: horizontal-tb !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card h3,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) h3 {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card p,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) p {
        font-size: 14px !important;
        line-height: 19px !important;
        -webkit-line-clamp: 3 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions .vki-home-scroll-controls,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls {
        display: flex !important;
        gap: 10px !important;
        justify-content: flex-end !important;
        margin: 14px 0 !important;
        pointer-events: auto !important;
        position: static !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions .vki-home-scroll-controls button,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls button {
        align-items: center !important;
        background: #fefeff !important;
        border: 1px solid rgba(24, 39, 43, .18) !important;
        border-radius: 50% !important;
        color: #077b4d !important;
        display: flex !important;
        font-size: 22px !important;
        height: 34px !important;
        justify-content: center !important;
        line-height: 1 !important;
        position: static !important;
        width: 34px !important;
    }
}

/* VKI 2026 home about banner parity. */
@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-about {
        background: radial-gradient(circle at 72% 20%, rgba(230, 243, 237, .72), transparent 34%), var(--vki-figma-bg) !important;
        overflow: hidden !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner {
        --vki-home-about-x: max(0px, calc((100vw - 1440px) / 2));
        background: #fff !important;
        height: 477px !important;
        min-height: 477px !important;
        overflow: hidden !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner::before {
        background: linear-gradient(270deg, #077b4d 0%, #2c484e 100%) !important;
        content: "" !important;
        height: 214px !important;
        left: var(--vki-home-about-x) !important;
        position: absolute !important;
        top: 166px !important;
        width: 1440px !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner > img {
        bottom: auto !important;
        height: 380px !important;
        left: calc(var(--vki-home-about-x) + 415px) !important;
        max-width: none !important;
        object-fit: contain !important;
        object-position: center !important;
        opacity: 1 !important;
        position: absolute !important;
        right: auto !important;
        top: 0 !important;
        width: 1082px !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner .vki-container {
        align-items: flex-start !important;
        background: transparent !important;
        bottom: auto !important;
        color: #fefeff !important;
        display: flex !important;
        flex-direction: column !important;
        height: 214px !important;
        justify-content: flex-start !important;
        left: 50% !important;
        margin: 0 !important;
        max-width: 1440px !important;
        min-height: 214px !important;
        padding: 42px 0 0 73px !important;
        position: absolute !important;
        text-align: left !important;
        top: 166px !important;
        transform: translateX(-50%) !important;
        width: 1440px !important;
        z-index: 3 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner p {
        color: #fefeff !important;
        font-size: 25.65px !important;
        font-weight: 400 !important;
        letter-spacing: .02em !important;
        line-height: 31px !important;
        margin: 0 0 14px !important;
        text-transform: uppercase !important;
        width: 404px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner h2 {
        color: #fefeff !important;
        display: block !important;
        font-size: 32px !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        line-height: 42px !important;
        margin: 0 !important;
        max-width: 760px !important;
        text-transform: uppercase !important;
        width: 760px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-title-line {
        display: block !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-grid {
        padding-top: 0 !important;
    }
}

@media (max-width: 960px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner {
        background: #fff !important;
        height: 330px !important;
        min-height: 330px !important;
        overflow: hidden !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner::before {
        background: linear-gradient(270deg, #077b4d 0%, #2c484e 100%) !important;
        content: "" !important;
        height: 180px !important;
        inset: auto 0 0 0 !important;
        position: absolute !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner > img {
        height: auto !important;
        left: max(10px, calc(50% - 270px)) !important;
        max-width: none !important;
        opacity: 1 !important;
        position: absolute !important;
        right: auto !important;
        top: 0 !important;
        width: 620px !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner .vki-container {
        background: transparent !important;
        bottom: 0 !important;
        color: #fefeff !important;
        display: flex !important;
        flex-direction: column !important;
        height: 180px !important;
        justify-content: center !important;
        left: 0 !important;
        max-width: none !important;
        min-height: 180px !important;
        padding: 22px 22px 22px 24px !important;
        position: absolute !important;
        text-align: left !important;
        transform: none !important;
        width: 100% !important;
        z-index: 3 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner p {
        color: #fefeff !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        letter-spacing: .02em !important;
        line-height: 21px !important;
        margin: 0 0 8px !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner h2 {
        color: #fefeff !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        line-height: 31px !important;
        margin: 0 !important;
        max-width: 560px !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-title-line {
        display: inline !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-title-line + .vki-figma-about-title-line::before {
        content: " " !important;
    }
}

/* VKI 2026 home stat and challenge final SVG parity. */
body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip .vki-figma-challenge-desc {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.42 !important;
    margin: 24px 0 0 !important;
    max-width: 204px !important;
    text-transform: none !important;
}

@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner::before {
        left: calc(50% - 50vw) !important;
        width: 100vw !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-about-grid {
        column-gap: 44px !important;
        grid-template-columns: 405px 304px minmax(0, 1fr) minmax(0, 1fr) !important;
        max-width: 1312px !important;
        padding-top: 97px !important;
        row-gap: 32px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-stat-card.is-feature {
        background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
        border: 0 !important;
        border-radius: 8px !important;
        box-shadow: 0 0 8px rgba(0, 129, 79, 1) !important;
        height: 342px !important;
        justify-content: flex-start !important;
        min-height: 342px !important;
        overflow: hidden !important;
        padding: 24px 27px 0 !important;
        width: 304px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-stat-card.is-feature strong {
        color: #fefeff !important;
        font-size: 96px !important;
        font-weight: 700 !important;
        line-height: .9 !important;
        margin: 0 0 24px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-stat-card.is-feature span {
        color: #fefeff !important;
        display: block !important;
        font-size: 22px !important;
        font-weight: 400 !important;
        line-height: 1.18 !important;
        margin: 0 !important;
        max-width: 250px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-stat-card.is-feature img {
        border-radius: 0 0 8px 8px !important;
        display: block !important;
        height: 167px !important;
        margin: auto -27px 0 !important;
        max-width: none !important;
        object-fit: cover !important;
        object-position: center bottom !important;
        width: calc(100% + 54px) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.58) 34%, rgba(255, 255, 255, 0.08) 100%),
            url("../images/vki/figma/home-challenge-bg.png") center top / cover no-repeat,
            #e6f3ed !important;
        min-height: 692px !important;
        padding: 0 !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges > .vki-container {
        display: flex !important;
        flex-direction: column !important;
        height: 293px !important;
        justify-content: center !important;
        max-width: 1312px !important;
        padding: 20px 0 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges h2 {
        color: #077b4d !important;
        font-size: 38px !important;
        font-weight: 700 !important;
        line-height: 46px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges > .vki-container > p {
        color: #27344f !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        margin: 6px 0 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip {
        align-items: flex-start !important;
        background: #0fa05f !important;
        color: #fff !important;
        display: flex !important;
        min-height: 399px !important;
        padding: 58px 0 42px !important;
        width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip .vki-container {
        display: grid !important;
        gap: 0 !important;
        grid-template-columns: repeat(5, 204px) !important;
        justify-content: space-between !important;
        max-width: 1312px !important;
        padding: 0 !important;
        width: calc(100% - 128px) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip article {
        min-width: 0 !important;
        width: 204px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip svg {
        fill: #fff !important;
        height: 48px !important;
        margin: 0 0 26px !important;
        width: 48px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip h3 {
        color: #fff !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 1.28 !important;
        margin: 0 !important;
        max-width: 204px !important;
    }
}

@media (max-width: 960px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-about-banner::before {
        left: calc(50% - 50vw) !important;
        right: auto !important;
        width: 100vw !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-stat-card.is-feature {
        background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
        border: 0 !important;
        border-radius: 8px !important;
        box-shadow: 0 0 8px rgba(0, 129, 79, 1) !important;
        justify-self: center !important;
        max-width: 420px !important;
        min-height: 0 !important;
        overflow: hidden !important;
        padding: 24px 24px 0 !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-stat-card.is-feature strong {
        font-size: 82px !important;
        line-height: .9 !important;
        margin: 0 0 18px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-stat-card.is-feature span {
        font-size: 20px !important;
        line-height: 1.22 !important;
        margin: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-stat-card.is-feature img {
        border-radius: 0 0 8px 8px !important;
        height: auto !important;
        margin: 24px -24px 0 !important;
        max-width: none !important;
        object-fit: cover !important;
        width: calc(100% + 48px) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.48) 100%),
            url("../images/vki/figma/home-challenge-bg.png") center top / cover no-repeat,
            #e6f3ed !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges > .vki-container {
        padding-bottom: 72px !important;
        padding-top: 72px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip {
        background: #0fa05f !important;
        margin-left: calc(50% - 50vw) !important;
        overflow-x: auto !important;
        padding: 40px 0 !important;
        scroll-snap-type: x mandatory !important;
        width: 100vw !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip .vki-container {
        display: grid !important;
        gap: 22px !important;
        grid-auto-columns: minmax(236px, 72vw) !important;
        grid-auto-flow: column !important;
        grid-template-columns: none !important;
        max-width: none !important;
        overflow: visible !important;
        padding: 0 24px !important;
        width: max-content !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip article {
        scroll-snap-align: start !important;
        width: auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip svg {
        height: 42px !important;
        width: 42px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip h3 {
        font-size: 20px !important;
        line-height: 1.28 !important;
        max-width: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip .vki-figma-challenge-desc {
        font-size: 14px !important;
        max-width: none !important;
    }
}

@media (max-width: 640px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-challenges h2 {
        font-size: 32px !important;
        line-height: 1.18 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges > .vki-container > p {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-stat-card.is-feature strong {
        font-size: 68px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-stat-card.is-feature span {
        font-size: 17px !important;
    }
}

/* VKI 2026 homepage lower sections lock: starts at Thach thuc, leaves header/hero/about/stats untouched. */
@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-challenges,
    body.vki-template-active #vki-site.vki-site .vki-figma-solutions,
    body.vki-template-active #vki-site.vki-site .vki-figma-products,
    body.vki-template-active #vki-site.vki-site .vki-figma-partners,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured,
    body.vki-template-active #vki-site.vki-site .vki-figma-news,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact,
    body.vki-template-active #vki-site.vki-site .vki-figma-footer {
        font-family: "Latinka", Lato, Arial, sans-serif !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .84) 0%, rgba(255, 255, 255, .56) 42%, rgba(255, 255, 255, 0) 72%),
            url("../images/vki/figma/home-challenge-bg.png") center top / cover no-repeat,
            #e6f3ed !important;
        height: 692px !important;
        min-height: 692px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges > .vki-container {
        display: block !important;
        height: 293px !important;
        max-width: 1312px !important;
        padding: 72px 0 0 !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges h2 {
        background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        color: transparent !important;
        display: inline-block !important;
        font-size: 36px !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        line-height: 47px !important;
        margin: 0 !important;
        position: relative !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges h2::before {
        background: linear-gradient(270deg, rgba(15, 160, 95, .5) 0%, #e6f3ed 100%) !important;
        content: "" !important;
        height: 19px !important;
        left: 0 !important;
        position: absolute !important;
        top: 21px !important;
        width: 226px !important;
        z-index: -1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges > .vki-container > p {
        color: #2e3a5b !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        margin: 8px 0 0 !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip {
        align-items: flex-start !important;
        background: #0fa05f !important;
        color: #fefeff !important;
        display: flex !important;
        height: 399px !important;
        margin-left: calc(50% - 50vw) !important;
        min-height: 399px !important;
        overflow: visible !important;
        padding: 58px 0 0 !important;
        width: 100vw !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip .vki-container {
        display: grid !important;
        gap: 0 !important;
        grid-auto-flow: row !important;
        grid-template-columns: repeat(5, 204px) !important;
        justify-content: space-between !important;
        margin: 0 auto !important;
        max-width: 1312px !important;
        overflow: visible !important;
        padding: 0 !important;
        width: 1312px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip article {
        min-width: 0 !important;
        scroll-snap-align: none !important;
        width: 204px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip svg {
        display: block !important;
        fill: #fefeff !important;
        height: 50px !important;
        margin: 0 0 20px !important;
        width: 60px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip h3 {
        color: #fefeff !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
        margin: 0 !important;
        max-width: 204px !important;
        min-height: 72px !important;
        text-align: justify !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip .vki-figma-challenge-desc {
        color: #fefeff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        margin: 20px 0 0 !important;
        max-width: 204px !important;
        min-height: 80px !important;
        text-align: justify !important;
        text-transform: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions {
        background: linear-gradient(270deg, #effaff 0%, #fff 23.56%, #e9f3f9 50%, #fff 100%) !important;
        height: 695px !important;
        min-height: 695px !important;
        overflow: hidden !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions > .vki-container {
        height: 695px !important;
        left: 50% !important;
        margin: 0 !important;
        max-width: 1440px !important;
        overflow: visible !important;
        padding: 0 !important;
        position: relative !important;
        transform: translateX(-50%) !important;
        width: 1440px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note {
        align-items: center !important;
        background: linear-gradient(270deg, #077b4d 0%, #2c484e 100%) !important;
        border-radius: 8px 8px 0 0 !important;
        display: flex !important;
        flex-direction: column !important;
        height: 193px !important;
        justify-content: flex-start !important;
        left: 176px !important;
        margin: 0 !important;
        max-width: none !important;
        padding: 34px 112px 0 !important;
        position: absolute !important;
        top: 0 !important;
        width: 1088px !important;
        z-index: 3 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note h2 {
        color: #fefeff !important;
        font-size: 36px !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        line-height: 47px !important;
        margin: 0 0 8px !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note p {
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        margin: 0 !important;
        max-width: 864px !important;
        text-align: center !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions .vki-home-scroll-controls {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-grid {
        display: grid !important;
        gap: 0 !important;
        grid-template-columns: repeat(2, 720px) !important;
        height: 502px !important;
        left: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        top: 193px !important;
        width: 1440px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card {
        align-items: flex-start !important;
        border-radius: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        height: 502px !important;
        justify-content: flex-end !important;
        min-height: 0 !important;
        overflow: hidden !important;
        padding: 0 64px 28px 120px !important;
        position: relative !important;
        width: 720px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card:nth-child(n+3) {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card img {
        height: 100% !important;
        inset: 0 !important;
        max-width: none !important;
        object-fit: cover !important;
        position: absolute !important;
        width: 100% !important;
        z-index: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card::before {
        background: linear-gradient(270deg, rgba(7, 123, 77, .9) 0%, rgba(44, 72, 78, .9) 100%) !important;
        bottom: 0 !important;
        content: "" !important;
        height: 193px !important;
        inset: auto 0 0 !important;
        opacity: .95 !important;
        position: absolute !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card span,
    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card strong,
    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card small,
    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card em {
        position: relative !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card span {
        color: #fefeff !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 29px !important;
        margin: 0 0 8px !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card strong {
        color: #fefeff !important;
        display: block !important;
        font-size: 36px !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        line-height: 47px !important;
        margin: 0 !important;
        max-width: 530px !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card small {
        color: #fefeff !important;
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-card em {
        bottom: 28px !important;
        color: #fefeff !important;
        font-size: 32px !important;
        font-style: normal !important;
        line-height: 32px !important;
        position: absolute !important;
        right: 64px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-products {
        background: linear-gradient(180deg, #e6f3ed 0%, #fff 100%) !important;
        min-height: 1740px !important;
        overflow: hidden !important;
        padding: 112px 0 108px !important;
        text-align: center !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-products > .vki-container {
        max-width: 1312px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-products h2,
    body.vki-template-active #vki-site.vki-site .vki-figma-partners h2 {
        background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        color: transparent !important;
        display: inline-block !important;
        font-size: 36px !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        line-height: 47px !important;
        margin: 0 0 89px !important;
        position: relative !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-products h2::after,
    body.vki-template-active #vki-site.vki-site .vki-figma-partners h2::after {
        background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
        content: "" !important;
        height: 2px !important;
        left: 50% !important;
        position: absolute !important;
        top: 72px !important;
        transform: translateX(-50%) !important;
        width: 80px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-grid {
        display: grid !important;
        gap: 32px !important;
        grid-template-columns: repeat(3, 416px) !important;
        justify-content: center !important;
        margin: 0 !important;
        text-align: left !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-grid + h2 {
        margin-top: 128px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card {
        background: #eaeDed !important;
        border: 0 !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 533px !important;
        overflow: hidden !important;
        width: 416px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card > img {
        aspect-ratio: auto !important;
        height: 228px !important;
        max-width: none !important;
        object-fit: cover !important;
        width: 416px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card > div {
        display: flex !important;
        flex: 1 1 auto !important;
        flex-direction: column !important;
        min-height: 305px !important;
        padding: 24px 24px 38px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card h3 {
        color: #18272b !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 22px !important;
        margin: 0 0 24px !important;
        min-height: 22px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details {
        display: grid !important;
        gap: 8px !important;
        list-style: none !important;
        margin: 0 0 20px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li {
        align-items: flex-start !important;
        color: #2e3a5b !important;
        display: grid !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        grid-template-columns: 22px minmax(0, 1fr) !important;
        line-height: 20px !important;
        margin: 0 !important;
        min-height: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li::before {
        align-self: start !important;
        color: #2e3a5b !important;
        content: "" !important;
        display: block !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        height: 16px !important;
        margin-top: 2px !important;
        width: 16px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-location::before {
        -webkit-mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-area::before {
        -webkit-mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-height::before {
        -webkit-mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-load::before {
        -webkit-mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-handover::before {
        -webkit-mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-price::before {
        -webkit-mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-ratio::before {
        content: "%" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-legal::before {
        content: "✓" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li > span {
        display: block !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        min-width: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card p {
        color: #2e3a5b !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card a {
        align-items: center !important;
        background: linear-gradient(270deg, #077b4d 0%, #2c484e 100%) !important;
        border-radius: 4px !important;
        color: #fff !important;
        display: inline-flex !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        height: 40px !important;
        justify-content: center !important;
        line-height: 20px !important;
        margin-top: auto !important;
        min-width: 207px !important;
        padding: 0 24px !important;
        width: max-content !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-partners {
        background: #f8fffc !important;
        min-height: 943px !important;
        overflow: hidden !important;
        padding: 52px 0 90px !important;
        text-align: center !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-partners > .vki-container {
        max-width: 1312px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-partners h2 {
        margin-bottom: 65px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-partners .vki-partner-grid {
        display: grid !important;
        gap: 25px 27px !important;
        grid-template-columns: repeat(7, 163px) !important;
        justify-content: space-between !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-partners .vki-partner-grid a {
        align-items: center !important;
        aspect-ratio: auto !important;
        background: #fefeff !important;
        border: .25px solid #0fa05f !important;
        border-radius: 8px !important;
        display: flex !important;
        height: 85px !important;
        justify-content: center !important;
        padding: 10px 16px !important;
        width: 163px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-partners .vki-partner-grid img {
        max-height: 64px !important;
        max-width: 132px !important;
        object-fit: contain !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-partners .vki-figma-btn.is-green {
        align-items: center !important;
        background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
        border: 2px solid #0fa05f !important;
        border-radius: 8px !important;
        color: #fefeff !important;
        display: inline-flex !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        height: 58px !important;
        justify-content: center !important;
        line-height: 29px !important;
        margin: 64px auto 0 !important;
        min-width: 640px !important;
        padding: 0 40px !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured {
        background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
        height: 720px !important;
        min-height: 720px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured::before {
        background-image: var(--vki-featured-texture) !important;
        background-position: center !important;
        background-size: cover !important;
        content: "" !important;
        inset: 0 !important;
        mix-blend-mode: soft-light !important;
        opacity: .1 !important;
        position: absolute !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-container {
        height: 720px !important;
        left: 50% !important;
        margin: 0 !important;
        max-width: 1440px !important;
        padding: 0 !important;
        position: relative !important;
        transform: translateX(-50%) !important;
        width: 1440px !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header {
        align-items: flex-start !important;
        display: flex !important;
        height: 58px !important;
        justify-content: space-between !important;
        left: 64px !important;
        margin: 0 !important;
        position: absolute !important;
        right: 64px !important;
        top: 78px !important;
        z-index: 4 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured h2 {
        color: #fefeff !important;
        font-size: 48px !important;
        font-weight: 700 !important;
        letter-spacing: 0 !important;
        line-height: 58px !important;
        margin: 0 !important;
        position: relative !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured h2::after {
        background: linear-gradient(270deg, rgba(15, 160, 95, .5) 0%, rgba(230, 243, 237, 0) 100%) !important;
        border-radius: 4px !important;
        bottom: 3px !important;
        content: "" !important;
        height: 27px !important;
        left: 0 !important;
        mix-blend-mode: plus-lighter !important;
        position: absolute !important;
        width: 765px !important;
        z-index: -1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header a {
        align-items: center !important;
        background: #eaeDed !important;
        border-radius: 4px !important;
        color: #077b4d !important;
        display: inline-flex !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        height: 40px !important;
        justify-content: center !important;
        line-height: 18px !important;
        margin-top: 3px !important;
        min-width: 355px !important;
        padding: 0 24px !important;
        width: 355px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-rail {
        display: grid !important;
        gap: 0 !important;
        grid-auto-columns: unset !important;
        grid-template-columns: 765px 274px 272px !important;
        height: 460px !important;
        left: 64px !important;
        margin: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        top: 201px !important;
        width: 1311px !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card {
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: 0 0 8px #00bf58 !important;
        display: block !important;
        height: 460px !important;
        margin: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
        position: relative !important;
        width: auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:nth-child(n+4) {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:first-child {
        border-radius: 8px 0 0 8px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:nth-child(3) {
        border-radius: 0 8px 8px 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card > img {
        height: 100% !important;
        inset: 0 !important;
        max-width: none !important;
        object-fit: cover !important;
        position: absolute !important;
        width: 100% !important;
        z-index: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card::before {
        background: linear-gradient(0deg, rgba(7, 123, 77, 0) 0%, rgba(1, 75, 46, .8) 66.35%, #003f26 100%) !important;
        content: "" !important;
        inset: 0 !important;
        opacity: 1 !important;
        position: absolute !important;
        transform: rotate(180deg) !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child)::before {
        background: linear-gradient(0deg, rgba(7, 123, 77, 0) 0%, #003f26 100%) !important;
        transform: rotate(180deg) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card div {
        bottom: 54px !important;
        color: #fefeff !important;
        left: 32px !important;
        max-width: 688px !important;
        position: absolute !important;
        right: 32px !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card span {
        color: #fefeff !important;
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card h3 {
        color: #fefeff !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        margin: 0 0 20px !important;
        max-width: 340px !important;
        text-transform: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card p {
        color: #fefeff !important;
        display: block !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        margin: 0 !important;
        max-width: 688px !important;
        text-align: justify !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-badge {
        align-items: center !important;
        background: linear-gradient(270deg, #effaff 0%, #fff 23.56%, #e9f3f9 50%, #fff 100%) !important;
        border-radius: 4px !important;
        box-shadow: 0 0 8px #00bf58 !important;
        color: #a01010 !important;
        display: inline-flex !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        height: 33px !important;
        line-height: 20px !important;
        margin-top: 10px !important;
        padding: 0 14px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card a {
        background: #fefeff !important;
        border-radius: 4px !important;
        color: #077b4d !important;
        display: inline-flex !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        height: 30px !important;
        margin-top: 10px !important;
        padding: 7px 14px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) div {
        align-items: center !important;
        bottom: 0 !important;
        display: flex !important;
        inset: 0 !important;
        justify-content: center !important;
        left: 0 !important;
        max-width: none !important;
        right: 0 !important;
        top: 0 !important;
        writing-mode: vertical-rl !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) span,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) p,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) a,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) .vki-figma-featured-badge {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-card:not(:first-child) h3 {
        color: #fefeff !important;
        display: block !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        margin: 0 !important;
        max-width: 340px !important;
        text-align: center !important;
        text-transform: none !important;
        transform: rotate(180deg) !important;
        white-space: nowrap !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-home-scroll-controls.is-featured {
        display: block !important;
        inset: 415px 18px auto 18px !important;
        pointer-events: none !important;
        position: absolute !important;
        z-index: 8 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-home-scroll-controls.is-featured button {
        align-items: center !important;
        background: #fefeff !important;
        border: 1px solid rgba(254, 254, 255, .75) !important;
        border-radius: 50% !important;
        color: #077b4d !important;
        display: flex !important;
        font-size: 24px !important;
        height: 32px !important;
        justify-content: center !important;
        line-height: 1 !important;
        pointer-events: auto !important;
        position: absolute !important;
        top: 0 !important;
        width: 32px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-home-scroll-controls.is-featured [data-vki-scroll-prev] {
        background: transparent !important;
        color: #fefeff !important;
        left: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-home-scroll-controls.is-featured [data-vki-scroll-next] {
        right: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news {
        background: linear-gradient(360deg, #fff 0%, #e6f3ed 100%) !important;
        min-height: 868px !important;
        overflow: hidden !important;
        padding: 112px 0 96px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news > .vki-container {
        max-width: 1312px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news h2 {
        color: #2e3a5b !important;
        display: inline-block !important;
        font-size: 36px !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        line-height: 47px !important;
        margin: 0 0 82px !important;
        position: relative !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news h2::after {
        background: linear-gradient(270deg, rgba(15, 160, 95, .2) 0%, rgba(230, 243, 237, 0) 100%) !important;
        border-radius: 4px !important;
        bottom: 0 !important;
        content: "" !important;
        height: 23px !important;
        left: 0 !important;
        position: absolute !important;
        width: 354px !important;
        z-index: -1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-grid {
        align-items: start !important;
        display: grid !important;
        gap: 32px !important;
        grid-template-columns: 638px 642px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-media {
        display: grid !important;
        gap: 27px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-main {
        border-radius: 8px !important;
        display: block !important;
        height: 328px !important;
        min-height: 328px !important;
        overflow: hidden !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-main::before,
    body.vki-template-active #vki-site.vki-site .vki-figma-news-main strong {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-main img,
    body.vki-template-active #vki-site.vki-site .vki-figma-news-thumbs img {
        height: 100% !important;
        object-fit: cover !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-thumbs {
        display: grid !important;
        gap: 28px !important;
        grid-template-columns: repeat(2, 305px) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-thumbs a {
        border-radius: 8px !important;
        height: 160px !important;
        min-height: 160px !important;
        overflow: hidden !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list {
        align-content: start !important;
        display: grid !important;
        gap: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-heading {
        align-items: center !important;
        display: flex !important;
        height: 21px !important;
        justify-content: space-between !important;
        margin: 0 0 -1px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-heading h3,
    body.vki-template-active #vki-site.vki-site .vki-figma-news-subhead {
        color: #000 !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
        margin: 0 !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-heading a {
        background: transparent !important;
        border: 0 !important;
        color: #000 !important;
        display: inline-flex !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-item {
        align-items: start !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        display: grid !important;
        gap: 14px !important;
        grid-template-columns: 190px minmax(0, 1fr) !important;
        min-height: 120px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-item img {
        border-radius: 4px !important;
        height: 120px !important;
        object-fit: cover !important;
        width: 190px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-item span {
        color: #18272b !important;
        display: block !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-item strong {
        color: #18272b !important;
        display: block !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
        margin: 0 0 0 !important;
        text-align: justify !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-list-item em {
        color: #18272b !important;
        display: block !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        margin-top: 0 !important;
        text-align: justify !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-news-subhead {
        margin-top: 10px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact {
        background: #f8fffc !important;
        min-height: 279px !important;
        padding: 52px 0 58px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-shell {
        display: grid !important;
        gap: 42px !important;
        grid-template-columns: 1fr !important;
        max-width: 1312px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact h2 {
        background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        color: transparent !important;
        font-size: 36px !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
        line-height: 47px !important;
        margin: 0 !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact-copy p,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-contact-form h3,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-contact-form > p,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-contact-form .vki-field-message {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-contact-form {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        display: grid !important;
        gap: 24px !important;
        grid-template-columns: 144px 144px 144px 416px 198px !important;
        justify-content: space-between !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-contact-form label {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        margin: 0 !important;
        min-width: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-contact-form label span {
        color: #2e3a5b !important;
        display: block !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-contact-form input,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-contact-form select,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-contact-form textarea {
        background: transparent !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(46, 58, 91, .7) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        color: #2e3a5b !important;
        font-size: 14px !important;
        font-weight: 300 !important;
        height: 23px !important;
        line-height: 15px !important;
        min-height: 23px !important;
        padding: 0 0 8px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-form-submit {
        align-self: end !important;
        background: #eaeDed !important;
        border: 1px solid #d2dad7 !important;
        border-radius: 4px !important;
        color: #077b4d !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        height: 40px !important;
        justify-content: center !important;
        line-height: 24px !important;
        min-height: 40px !important;
        padding: 0 24px !important;
        width: 198px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-form-submit::after {
        content: " ›" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-form-message {
        grid-column: 1 / -1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-footer {
        background: linear-gradient(270deg, #077b4d 0%, #2c484e 100%) !important;
        color: #fefeff !important;
        min-height: 402px !important;
        padding: 47px 0 24px !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-footer::before {
        background-image: var(--vki-featured-texture) !important;
        background-position: center !important;
        background-size: cover !important;
        content: "" !important;
        inset: 0 !important;
        opacity: .18 !important;
        position: absolute !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-footer > .vki-container {
        display: grid !important;
        gap: 32px !important;
        grid-template-columns: 560px 220px 304px !important;
        justify-content: space-between !important;
        max-width: 1312px !important;
        padding: 0 !important;
        position: relative !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand {
        display: grid !important;
        grid-template-columns: 93px minmax(0, 1fr) !important;
        grid-template-rows: auto auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-logo {
        display: block !important;
        grid-row: 1 / span 2 !important;
        height: 77px !important;
        margin: 0 20px 0 0 !important;
        width: 93px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-logo img {
        filter: brightness(0) invert(1) !important;
        height: auto !important;
        width: 93px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand h2 {
        color: #fefeff !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 27px !important;
        margin: 18px 0 34px !important;
        max-width: 399px !important;
        text-transform: uppercase !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand > p {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand ul {
        display: grid !important;
        gap: 24px !important;
        grid-column: 1 / -1 !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand li {
        color: rgba(255, 255, 255, .9) !important;
        display: flex !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        gap: 8px !important;
        line-height: 24px !important;
        margin: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand li b {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-brand li::before {
        align-items: center !important;
        border: 1px solid rgba(255, 255, 255, .85) !important;
        border-radius: 50% !important;
        content: "" !important;
        display: inline-flex !important;
        flex: 0 0 32px !important;
        height: 32px !important;
        justify-content: center !important;
        width: 32px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-menu {
        display: grid !important;
        gap: 24px !important;
        padding-top: 28px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-menu h3 {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-menu a {
        color: rgba(255, 255, 255, .9) !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter {
        padding-top: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter h3 {
        color: #fff !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        margin: 0 0 16px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter form {
        display: grid !important;
        grid-template-columns: 1fr 32px !important;
        margin: 0 0 66px !important;
        width: 304px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter form label:first-child {
        grid-column: 1 / 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter form label:first-child span {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter input[type="email"] {
        background: rgba(254, 254, 255, .25) !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: #fff !important;
        height: 32px !important;
        min-height: 32px !important;
        padding: 0 12px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-newsletter button {
        background: rgba(254, 254, 255, .25) !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: #fff !important;
        height: 32px !important;
        min-height: 32px !important;
        padding: 0 !important;
        width: 32px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-footer-consent {
        color: #fefeff !important;
        display: flex !important;
        font-size: 14px !important;
        font-weight: 300 !important;
        grid-column: 1 / -1 !important;
        line-height: 15px !important;
        margin-top: 16px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-copy {
        color: rgba(255, 255, 255, .76) !important;
        font-size: 13px !important;
        grid-column: 1 / -1 !important;
        margin: 8px 0 0 !important;
    }
}

@media (max-width: 960px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-solutions,
    body.vki-template-active #vki-site.vki-site .vki-figma-products,
    body.vki-template-active #vki-site.vki-site .vki-figma-partners,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured,
    body.vki-template-active #vki-site.vki-site .vki-figma-news,
    body.vki-template-active #vki-site.vki-site .vki-figma-contact {
        height: auto !important;
        min-height: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card {
        display: flex !important;
        flex-direction: column !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details {
        display: grid !important;
        gap: 8px !important;
        list-style: none !important;
        margin: 0 0 18px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li {
        color: #2e3a5b !important;
        display: grid !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        grid-template-columns: 20px minmax(0, 1fr) !important;
        line-height: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li::before {
        align-self: start !important;
        color: #2e3a5b !important;
        content: "" !important;
        display: block !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        height: 14px !important;
        margin-top: 3px !important;
        width: 14px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-location::before {
        -webkit-mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-area::before {
        -webkit-mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-height::before {
        -webkit-mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-load::before {
        -webkit-mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-handover::before {
        -webkit-mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-price::before {
        -webkit-mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-ratio::before {
        content: "%" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-legal::before {
        content: "✓" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-contact-form .vki-field-message {
        display: none !important;
    }
}

/* VKI 2026 challenge/solution Figma correction: keep all earlier homepage sections locked. */
@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-challenges {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .86) 34%, rgba(255, 255, 255, .34) 58%, rgba(255, 255, 255, 0) 100%),
            url("../images/vki/figma/home-challenge-bg.png") center top / 1440px 692px no-repeat,
            #f8fffc !important;
        height: 692px !important;
        min-height: 692px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges > .vki-container {
        height: 293px !important;
        max-width: 1312px !important;
        padding-top: 72px !important;
        width: 1312px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges h2 {
        line-height: 47px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenges > .vki-container > p {
        margin-top: 8px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip {
        background: transparent !important;
        height: 399px !important;
        min-height: 399px !important;
        overflow: hidden !important;
        padding-top: 58px !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip::before {
        background: #0fa05f !important;
        content: "" !important;
        inset: 0 !important;
        mix-blend-mode: multiply !important;
        opacity: 1 !important;
        pointer-events: none !important;
        position: absolute !important;
        z-index: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip .vki-container {
        position: relative !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip article {
        align-items: flex-start !important;
        display: flex !important;
        flex-direction: column !important;
        width: 204px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip svg {
        color: #fefeff !important;
        flex: 0 0 auto !important;
        fill: #fefeff !important;
        height: 50px !important;
        margin: 0 0 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip svg path {
        fill: #fefeff !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip article:nth-child(1) svg {
        width: 56px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip article:nth-child(2) svg {
        width: 54.44px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip article:nth-child(3) svg {
        width: 60px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip article:nth-child(4) svg {
        width: 64px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip article:nth-child(5) svg {
        width: 49.93px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip h3 {
        min-height: 72px !important;
        width: 204px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip h3::after {
        background: #0fa05f !important;
        content: "" !important;
        display: block !important;
        height: 1px !important;
        margin-top: 20px !important;
        width: 204px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-challenge-strip .vki-figma-challenge-desc {
        margin-top: 20px !important;
        width: 204px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions {
        background: linear-gradient(270deg, #effaff 0%, #fff 23.56%, #e9f3f9 50%, #fff 100%) !important;
        height: 783px !important;
        min-height: 783px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solutions > .vki-container {
        height: 783px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-note {
        top: 88px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-solution-grid {
        top: 281px !important;
    }
}

/* VKI 2026 product cards correction. */
@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-product-grid {
        align-items: stretch !important;
        display: grid !important;
        gap: 32px !important;
        grid-template-columns: repeat(3, 416px) !important;
        justify-content: center !important;
        overflow: visible !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card {
        background: #eaeDed !important;
        border-radius: 8px !important;
        display: flex !important;
        flex-direction: column !important;
        min-height: 578px !important;
        overflow: hidden !important;
        width: 416px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card > img {
        border-radius: 8px 8px 0 0 !important;
        display: block !important;
        height: 228px !important;
        object-fit: cover !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card > div {
        background: #eaeDed !important;
        display: flex !important;
        flex: 1 1 auto !important;
        flex-direction: column !important;
        min-height: 350px !important;
        padding: 24px 24px 38px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card h3 {
        color: #18272b !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 22px !important;
        margin: 0 0 24px !important;
        min-height: 22px !important;
        text-align: left !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details {
        display: grid !important;
        gap: 8px !important;
        list-style: none !important;
        margin: 0 0 20px !important;
        padding: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li {
        align-items: flex-start !important;
        color: #2e3a5b !important;
        display: grid !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        grid-template-columns: 22px minmax(0, 1fr) !important;
        line-height: 20px !important;
        margin: 0 !important;
        min-height: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li::before {
        align-self: start !important;
        color: #2e3a5b !important;
        content: "" !important;
        display: block !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        height: 16px !important;
        margin-top: 2px !important;
        width: 16px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-location::before {
        -webkit-mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-area::before {
        -webkit-mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-height::before {
        -webkit-mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-load::before {
        -webkit-mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-handover::before {
        -webkit-mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-price::before {
        -webkit-mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-ratio::before {
        content: "%" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-legal::before {
        content: "✓" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card a {
        align-items: center !important;
        background: linear-gradient(270deg, #077b4d 0%, #2c484e 100%) !important;
        border-radius: 4px !important;
        color: #fff !important;
        display: inline-flex !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        height: 40px !important;
        justify-content: center !important;
        line-height: 20px !important;
        margin-top: auto !important;
        min-width: 207px !important;
        padding: 0 24px !important;
        text-align: center !important;
        width: max-content !important;
    }
}

@media (min-width: 1536px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-products > .vki-container {
        max-width: min(1644px, calc(100vw - 76px)) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-grid {
        gap: 40px !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card {
        min-height: 720px !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card > img {
        height: 284px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card > div {
        min-height: 436px !important;
        padding: 30px 30px 48px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card h3 {
        font-size: 20px !important;
        line-height: 28px !important;
        margin-bottom: 28px !important;
        min-height: 56px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details {
        gap: 12px !important;
        margin-bottom: 28px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li {
        font-size: 20px !important;
        grid-template-columns: 28px minmax(0, 1fr) !important;
        line-height: 24px !important;
        min-height: 24px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li::before {
        align-self: start !important;
        color: #2e3a5b !important;
        content: "" !important;
        display: block !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        height: 20px !important;
        margin-top: 2px !important;
        width: 20px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-location::before {
        -webkit-mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-area::before {
        -webkit-mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-height::before {
        -webkit-mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-load::before {
        -webkit-mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-handover::before {
        -webkit-mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-price::before {
        -webkit-mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-ratio::before {
        content: "%" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-legal::before {
        content: "✓" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card a {
        font-size: 20px !important;
        height: 50px !important;
        line-height: 24px !important;
        min-width: 260px !important;
    }
}

@media (max-width: 960px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-product-grid {
        display: flex !important;
        gap: 24px !important;
        justify-content: flex-start !important;
        margin-left: 0 !important;
        overflow-x: auto !important;
        padding: 0 24px 12px !important;
        scroll-snap-type: x mandatory !important;
        text-align: left !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card {
        background: #eaeDed !important;
        border-radius: 8px !important;
        flex: 0 0 min(520px, calc(100vw - 48px)) !important;
        min-height: 0 !important;
        overflow: hidden !important;
        scroll-snap-align: start !important;
        width: min(520px, calc(100vw - 48px)) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card > img {
        height: min(284px, 52vw) !important;
        object-fit: cover !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card > div {
        background: #eaeDed !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 24px 24px 34px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card h3 {
        color: #18272b !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
        margin: 0 0 22px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details {
        gap: 10px !important;
        margin-bottom: 24px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li {
        font-size: 17px !important;
        grid-template-columns: 24px minmax(0, 1fr) !important;
        line-height: 22px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li::before {
        align-self: start !important;
        color: #2e3a5b !important;
        content: "" !important;
        display: block !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        height: 18px !important;
        margin-top: 2px !important;
        width: 18px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-location::before {
        -webkit-mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-area::before {
        -webkit-mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-height::before {
        -webkit-mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-load::before {
        -webkit-mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-handover::before {
        -webkit-mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-price::before {
        -webkit-mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
        background-color: #2e3a5b !important;
        mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
        content: "" !important;
        font-size: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-ratio::before {
        content: "%" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li.is-legal::before {
        content: "✓" !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card a {
        font-size: 18px !important;
        height: 44px !important;
        min-width: 228px !important;
    }
}

@media (max-width: 480px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-product-grid {
        gap: 16px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card {
        flex-basis: calc(100vw - 32px) !important;
        width: calc(100vw - 32px) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card > img {
        height: 210px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card > div {
        padding: 20px 20px 30px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-card h3 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-details li {
        font-size: 15px !important;
        line-height: 20px !important;
    }
}

body.vki-template-active #vki-site.vki-site .vki-figma-challenges .vki-scroll-reveal,
body.vki-template-active #vki-site.vki-site .vki-figma-solutions .vki-scroll-reveal,
body.vki-template-active #vki-site.vki-site .vki-figma-products .vki-scroll-reveal,
body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-scroll-reveal,
body.vki-template-active #vki-site.vki-site .vki-figma-news .vki-scroll-reveal,
body.vki-template-active #vki-site.vki-site .vki-figma-contact .vki-scroll-reveal,
body.vki-template-active #vki-site.vki-site .vki-figma-footer .vki-scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
}

/* VKI 2026 final carousel implementation for home product and featured sections. */
body.vki-template-active #vki-site.vki-site .vki-figma-products {
    background: linear-gradient(180deg, #e6f3ed 0%, #fff 100%) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 112px 0 108px !important;
    text-align: center !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-products > .vki-container {
    margin: 0 auto !important;
    max-width: min(1312px, calc(100vw - 128px)) !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel {
    position: relative !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel + .vki-figma-product-carousel {
    margin-top: 128px !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel h2 {
    background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    display: inline-block !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    letter-spacing: .02em !important;
    line-height: 47px !important;
    margin: 0 0 89px !important;
    position: relative !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel h2::after {
    background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
    content: "" !important;
    height: 2px !important;
    left: 50% !important;
    position: absolute !important;
    top: 72px !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-home-scroll-controls.is-products {
    display: block !important;
    inset: 334px -48px auto -48px !important;
    margin: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    z-index: 6 !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-home-scroll-controls.is-products button {
    align-items: center !important;
    background: rgba(254, 254, 255, .92) !important;
    border: 1px solid rgba(44, 72, 78, .22) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: #077b4d !important;
    cursor: pointer !important;
    display: flex !important;
    font-size: 26px !important;
    height: 32px !important;
    justify-content: center !important;
    line-height: 1 !important;
    opacity: 1 !important;
    padding: 0 0 3px !important;
    pointer-events: auto !important;
    position: absolute !important;
    top: 0 !important;
    transition: opacity .2s ease, transform .2s ease !important;
    width: 32px !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-home-scroll-controls.is-products [data-vki-scroll-prev] {
    left: 0 !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-home-scroll-controls.is-products [data-vki-scroll-next] {
    right: 0 !important;
}

body.vki-template-active #vki-site.vki-site .vki-home-scroll-controls button.is-disabled,
body.vki-template-active #vki-site.vki-site .vki-home-scroll-controls button:disabled {
    cursor: default !important;
    opacity: .42 !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-grid {
    align-items: stretch !important;
    display: flex !important;
    gap: 32px !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 6px !important;
    scroll-behavior: smooth !important;
    scroll-padding-left: 0 !important;
    scroll-snap-type: x mandatory !important;
    text-align: left !important;
    width: 100% !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card {
    background: #eaeDed !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    display: flex !important;
    flex: 0 0 416px !important;
    flex-direction: column !important;
    margin: 0 !important;
    min-height: 533px !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
    width: 416px !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel.is-factory .vki-figma-product-card {
    min-height: 578px !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card > img {
    border-radius: 8px 8px 0 0 !important;
    display: block !important;
    height: 228px !important;
    max-width: none !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card > div {
    background: #eaeDed !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 305px !important;
    padding: 24px 24px 38px !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel.is-factory .vki-figma-product-card > div {
    min-height: 350px !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card h3 {
    color: #18272b !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    margin: 0 0 24px !important;
    min-height: 22px !important;
    text-align: left !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details {
    display: grid !important;
    gap: 8px !important;
    list-style: none !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li {
    align-items: flex-start !important;
    color: #2e3a5b !important;
    display: grid !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    line-height: 20px !important;
    margin: 0 !important;
    min-height: 20px !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li::before {
    align-self: start !important;
    color: #2e3a5b !important;
    content: "" !important;
    display: block !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    height: 16px !important;
    margin-top: 2px !important;
    width: 16px !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li.is-location::before {
    -webkit-mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
    background-color: #2e3a5b !important;
    mask: url("../images/vki/figma/product-icon-location.svg") center / contain no-repeat !important;
    content: "" !important;
    font-size: 0 !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li.is-area::before {
    -webkit-mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
    background-color: #2e3a5b !important;
    mask: url("../images/vki/figma/product-icon-area.svg") center / contain no-repeat !important;
    content: "" !important;
    font-size: 0 !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li.is-height::before {
    -webkit-mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
    background-color: #2e3a5b !important;
    mask: url("../images/vki/figma/product-icon-height.svg") center / contain no-repeat !important;
    content: "" !important;
    font-size: 0 !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li.is-load::before {
    -webkit-mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
    background-color: #2e3a5b !important;
    mask: url("../images/vki/figma/product-icon-load.svg") center / contain no-repeat !important;
    content: "" !important;
    font-size: 0 !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li.is-handover::before {
    -webkit-mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
    background-color: #2e3a5b !important;
    mask: url("../images/vki/figma/product-icon-handover.svg") center / contain no-repeat !important;
    content: "" !important;
    font-size: 0 !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li.is-price::before {
    -webkit-mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
    background-color: #2e3a5b !important;
    mask: url("../images/vki/figma/product-icon-price.svg") center / contain no-repeat !important;
    content: "" !important;
    font-size: 0 !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li.is-ratio::before {
    content: "%" !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li.is-legal::before {
    content: "✓" !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li > span {
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
}

body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card a {
    align-items: center !important;
    background: linear-gradient(270deg, #077b4d 0%, #2c484e 100%) !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    height: 40px !important;
    justify-content: center !important;
    line-height: 20px !important;
    margin-top: auto !important;
    min-width: 207px !important;
    padding: 0 24px !important;
    text-align: center !important;
    width: max-content !important;
}

@media (min-width: 961px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-featured {
        background: linear-gradient(180deg, #077b4d 0%, #2c484e 100%) !important;
        height: 720px !important;
        min-height: 720px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured::before {
        background-image: var(--vki-featured-texture) !important;
        background-position: center !important;
        background-size: cover !important;
        content: "" !important;
        inset: 0 !important;
        mix-blend-mode: soft-light !important;
        opacity: .1 !important;
        position: absolute !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-container {
        height: 720px !important;
        left: 50% !important;
        margin: 0 !important;
        max-width: 1440px !important;
        overflow: visible !important;
        padding: 0 !important;
        position: relative !important;
        transform: translateX(-50%) !important;
        width: 1440px !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header {
        align-items: flex-start !important;
        display: flex !important;
        height: 58px !important;
        justify-content: space-between !important;
        left: 64px !important;
        margin: 0 !important;
        position: absolute !important;
        right: 64px !important;
        top: 78px !important;
        z-index: 4 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured h2 {
        color: #fefeff !important;
        font-size: 48px !important;
        font-weight: 700 !important;
        letter-spacing: 0 !important;
        line-height: 58px !important;
        margin: 0 !important;
        position: relative !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured h2::after {
        background: linear-gradient(270deg, rgba(15, 160, 95, .5) 0%, rgba(230, 243, 237, 0) 100%) !important;
        border-radius: 4px !important;
        bottom: 3px !important;
        content: "" !important;
        height: 27px !important;
        left: 0 !important;
        mix-blend-mode: plus-lighter !important;
        position: absolute !important;
        width: 765px !important;
        z-index: -1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header a {
        align-items: center !important;
        background: #eaeDed !important;
        border-radius: 4px !important;
        color: #077b4d !important;
        display: inline-flex !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        height: 40px !important;
        justify-content: center !important;
        line-height: 18px !important;
        margin-top: 3px !important;
        min-width: 355px !important;
        padding: 0 24px !important;
        width: 355px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-rail {
        display: flex !important;
        gap: 24px !important;
        grid-template-columns: none !important;
        height: 460px !important;
        left: 64px !important;
        margin: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 96px 0 0 !important;
        position: absolute !important;
        scroll-behavior: smooth !important;
        scroll-padding-left: 0 !important;
        scroll-snap-type: x mandatory !important;
        top: 201px !important;
        width: 1312px !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide {
        border-radius: 8px !important;
        box-shadow: 0 0 8px #00bf58 !important;
        display: grid !important;
        flex: 0 0 1312px !important;
        grid-template-columns: 765px 274px 273px !important;
        height: 460px !important;
        overflow: hidden !important;
        scroll-snap-align: start !important;
        width: 1312px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card:first-child,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card:nth-child(3),
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card:nth-child(n+4) {
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: block !important;
        flex: none !important;
        height: 460px !important;
        margin: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
        position: relative !important;
        width: auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-main {
        border-radius: 8px 0 0 8px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side:last-child {
        border-radius: 0 8px 8px 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card > img {
        height: 100% !important;
        inset: 0 !important;
        max-width: none !important;
        object-fit: cover !important;
        position: absolute !important;
        transform: none !important;
        width: 100% !important;
        z-index: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card::before {
        background: linear-gradient(0deg, rgba(7, 123, 77, 0) 0%, rgba(1, 75, 46, .8) 66.35%, #003f26 100%) !important;
        content: "" !important;
        inset: 0 !important;
        opacity: 1 !important;
        position: absolute !important;
        transform: rotate(180deg) !important;
        z-index: 1 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side::before {
        background: linear-gradient(0deg, rgba(7, 123, 77, 0) 0%, #003f26 100%) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card div {
        bottom: 54px !important;
        color: #fefeff !important;
        display: block !important;
        left: 32px !important;
        max-width: 688px !important;
        position: absolute !important;
        right: 32px !important;
        top: auto !important;
        transform: none !important;
        width: auto !important;
        writing-mode: horizontal-tb !important;
        z-index: 2 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card span {
        color: #fefeff !important;
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card h3 {
        color: #fefeff !important;
        display: block !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        margin: 0 0 20px !important;
        max-width: 340px !important;
        text-align: left !important;
        text-transform: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card p {
        color: #fefeff !important;
        display: block !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        margin: 0 !important;
        max-width: 688px !important;
        text-align: justify !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card a {
        background: #fefeff !important;
        border-radius: 4px !important;
        color: #077b4d !important;
        display: inline-flex !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        height: 30px !important;
        line-height: 16px !important;
        margin-top: 10px !important;
        padding: 7px 14px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side div {
        align-items: center !important;
        bottom: 0 !important;
        display: flex !important;
        inset: 0 !important;
        justify-content: center !important;
        left: 0 !important;
        max-width: none !important;
        right: 0 !important;
        top: 0 !important;
        writing-mode: vertical-rl !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side span,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side p,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side a,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side .vki-figma-featured-badge {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side h3 {
        color: #fefeff !important;
        display: block !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        margin: 0 !important;
        max-width: 340px !important;
        text-align: center !important;
        text-transform: none !important;
        transform: rotate(180deg) !important;
        white-space: nowrap !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls.is-featured {
        display: block !important;
        inset: 415px 18px auto 18px !important;
        margin: 0 !important;
        pointer-events: none !important;
        position: absolute !important;
        z-index: 8 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls.is-featured button {
        align-items: center !important;
        background: #fefeff !important;
        border: 1px solid rgba(254, 254, 255, .75) !important;
        border-radius: 50% !important;
        color: #077b4d !important;
        display: flex !important;
        font-size: 24px !important;
        height: 32px !important;
        justify-content: center !important;
        line-height: 1 !important;
        pointer-events: auto !important;
        position: absolute !important;
        top: 0 !important;
        width: 32px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls.is-featured [data-vki-scroll-prev] {
        background: transparent !important;
        color: #fefeff !important;
        left: 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls.is-featured [data-vki-scroll-next] {
        right: 0 !important;
    }
}

@media (max-width: 960px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-products {
        padding: 52px 0 60px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-products > .vki-container {
        max-width: 100% !important;
        padding: 0 18px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel + .vki-figma-product-carousel {
        margin-top: 72px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel h2 {
        font-size: 28px !important;
        line-height: 36px !important;
        margin: 0 0 54px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel h2::after {
        top: 52px !important;
        width: 64px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-home-scroll-controls.is-products {
        display: flex !important;
        gap: 10px !important;
        justify-content: flex-end !important;
        margin: 0 0 14px !important;
        pointer-events: auto !important;
        position: static !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-home-scroll-controls.is-products button {
        position: static !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-grid {
        gap: 24px !important;
        padding: 0 0 12px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card,
    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel.is-factory .vki-figma-product-card {
        flex: 0 0 min(520px, calc(100vw - 36px)) !important;
        min-height: 0 !important;
        width: min(520px, calc(100vw - 36px)) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card > img {
        height: min(284px, 52vw) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card > div,
    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel.is-factory .vki-figma-product-card > div {
        min-height: 0 !important;
        padding: 24px 24px 34px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card h3 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured {
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
        padding: 44px 0 !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-container {
        height: auto !important;
        left: auto !important;
        max-width: 100% !important;
        padding: 0 18px !important;
        position: relative !important;
        transform: none !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header {
        align-items: flex-start !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        height: auto !important;
        left: auto !important;
        margin: 0 0 24px !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured h2 {
        font-size: 28px !important;
        line-height: 36px !important;
        margin: 0 !important;
        white-space: normal !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured h2::after {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured header a {
        font-size: 13px !important;
        height: 38px !important;
        min-width: 0 !important;
        padding: 8px 16px !important;
        width: auto !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-rail {
        display: flex !important;
        gap: 16px !important;
        height: auto !important;
        left: auto !important;
        margin: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 0 8px !important;
        position: relative !important;
        scroll-snap-type: x mandatory !important;
        top: auto !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide {
        box-shadow: none !important;
        display: grid !important;
        flex: 0 0 min(86vw, 420px) !important;
        gap: 16px !important;
        grid-template-columns: 1fr !important;
        height: auto !important;
        overflow: visible !important;
        scroll-snap-align: start !important;
        width: min(86vw, 420px) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card:first-child,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card:nth-child(3),
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card:nth-child(n+4) {
        border-radius: 8px !important;
        box-shadow: 0 0 8px #00bf58 !important;
        display: block !important;
        flex: none !important;
        height: 420px !important;
        min-height: 0 !important;
        width: 100% !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card div,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side div {
        bottom: 24px !important;
        display: block !important;
        left: 22px !important;
        right: 22px !important;
        top: auto !important;
        transform: none !important;
        writing-mode: horizontal-tb !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card span,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side span {
        display: block !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card h3,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side h3 {
        font-size: 22px !important;
        line-height: 28px !important;
        margin: 0 0 10px !important;
        max-width: 100% !important;
        text-align: left !important;
        transform: none !important;
        white-space: normal !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card p,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side p {
        display: -webkit-box !important;
        font-size: 14px !important;
        line-height: 19px !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        overflow: hidden !important;
        text-align: left !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card a,
    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side a {
        display: inline-flex !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured-slide .vki-figma-featured-card.is-side .vki-figma-featured-badge {
        display: none !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls.is-featured {
        display: flex !important;
        gap: 10px !important;
        justify-content: flex-end !important;
        margin: 14px 0 !important;
        pointer-events: auto !important;
        position: static !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-featured .vki-home-scroll-controls.is-featured button {
        position: static !important;
    }
}

@media (max-width: 480px) {
    body.vki-template-active #vki-site.vki-site .vki-figma-products > .vki-container {
        padding: 0 16px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-grid {
        gap: 16px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card,
    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel.is-factory .vki-figma-product-card {
        flex-basis: calc(100vw - 32px) !important;
        width: calc(100vw - 32px) !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card > img {
        height: 210px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card > div,
    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel.is-factory .vki-figma-product-card > div {
        padding: 20px 20px 30px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-card h3 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    body.vki-template-active #vki-site.vki-site .vki-figma-product-carousel .vki-figma-product-details li {
        font-size: 15px !important;
        line-height: 20px !important;
    }
}
