/* Block: categories-list (categories-list) */
.g-65543665 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-65543665 .g-71283296 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-65543665 .g-71283296:hover { filter: brightness(0.96); }
.g-65543665 .g-71283296:hover .g-6ce576af { opacity: 1; }
.g-65543665 .g-1571c365 { position: relative; z-index: 1; }
.g-65543665 .g-6ce576af { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-71283296 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-6ce576af { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-71283296 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-6ce576af { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-eeda7e81 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-eeda7e81 .g-aa620f81 { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-eeda7e81 .g-3513de4f { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-eeda7e81 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-aa620f81 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-474c0bd9 { text-align: center; }
.g-3513de4f { margin-top: var(--size-xs); text-align: center; }
 }

/* Block: comments (comments) */
.comments-block .comments {
    list-style: none;
    padding: 0;
}

.comments-block .comments ul {
    padding: 0;
}

.comments-block .comment {
    list-style: none;
}

.comments-block .comments-title,
.comments-block .comment-reply-title {
    font-size: clamp(1.5rem, 0.8839779006vw + 1.2928176796rem, 2rem);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: var(--size-m);
}

.comments-block .comment-body,
.comments-block .comment-respond {
    margin-top: var(--size-m);
    background-color: var(--color-surface);
    padding: var(--size-s);
    border-radius: var(--b-radius);
}

.comments-block .comment-content {
    margin-top: var(--size-s);
}

.comments-block .comment-metadata {
    margin-top: var(--size-xxs);
}

.comments-block .avatar {
    border-radius: 50%;
    margin-right: var(--size-xs);
}

.comments-block .comment-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xs);
}

.comments-block .comment-form p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xxs);
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"],
.comments-block .comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: var(--b-radius);
    font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text);
    background-color: var(--color-bg);
    outline: none;
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"] {
    height: var(--size-l);
}

.comments-block .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.comments-block .comment-form .submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 9px 75px;
    min-height: var(--size-l);
    text-decoration: none;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: var(--b-radius);
}

.comments-block p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

/* Block: cookie (cookie) */
.g-3a4fe866 { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-a627c294 { display: block; }
.g-a0370823 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-3a4fe866 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-a0370823 { gap: var(--size-xxs); }
.g-ad830507 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-f2ffe8d4 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-63847bf3 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-46e60440 { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-36685a35 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-f2ffe8d4 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-f2ffe8d4 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-63847bf3 { padding: 8px; }
 }

/* Block: footer (footer) */
.g-3a4d8381 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-a7097435 { text-align: center; position: fixed; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%) scale(0.7); padding: var(--size-xs) var(--size-s); border-radius: 14px; background: var(--color-secondary); box-shadow: var(--shadow); color: var(--color-text-light); opacity: 0; visibility: hidden; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; z-index: 1000; }
.g-a7097435.g-bb072c29 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-7387155e { margin-top: var(--section-padding); }
.g-3bc9b138 { position: relative; background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: -80px; }
.g-818f85ab { max-width: 510px; }
.g-3ecc0926 { max-width: 430px; }
.g-d240ce50 { margin-top: var(--size-xs); }
.g-2a2f47db { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-94c36d59 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-c7643f0b { flex: 1; cursor: pointer; border: 0; background-color: var(--color-secondary); color: var(--text-light); height: 40px; border-radius: 40px; padding: 10px 24px; transition: transform 0.1s ease-in-out; }
.g-c7643f0b:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-f1920366 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-5ac3c6fc { transform: scale(1.2); margin-right: var(--size-xs); }
.g-11f8fb70 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-3cd08ade { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-b20fcdb5 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-ef0d6f2a { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-8dfd4cd9 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-3bc9b138 { padding: var(--size-m); }
.g-818f85ab { max-width: initial; }
.g-3ecc0926 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-8dfd4cd9 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-ff7dd6a8 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-3bc9b138 { gap: var(--size-m); }
.g-2a2f47db { flex-direction: column; gap: var(--size-xxs); }
.g-94c36d59 { width: 100%; }
.g-c7643f0b { width: 100%; }
.g-3cd08ade { justify-content: flex-start; align-items: flex-start; }
.g-b20fcdb5 { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal .menu-item a,
#navigation-modal .page_item a {
    text-decoration: none;
}
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item a:hover {
    text-decoration: underline;
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-76c6d11f { position: relative; z-index: 5; }
.g-92d58739 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-c327ed91 { position: sticky; top: -1px; z-index: 5; }
.g-67edc40c { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-67edc40c::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-4802c7ca { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-31d3db9c { font-size: 34px; margin-right: var(--size-xxs); }
.g-b41f7978 { font-size: 24px; font-weight: 600; }
.g-6b0a175f { display: block; }
.g-153f9869 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-f48ed569 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-f48ed569:hover { text-decoration: underline; }
.g-a625734c { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-383a0338 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-76c6d11f { position: sticky; top: 0; }
.g-92d58739 { justify-content: space-between; height: 65px; }
.g-e1d825bb { top: 65px; height: 0; }
.g-67edc40c::after { display: none; }
.g-4802c7ca { margin: 0; }
.g-6b0a175f { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-6b0a175f.g-d8b10654 { display: block; }
.g-153f9869 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-a625734c { display: flex; }
 }@media screen and (max-width: 576px) { .g-31d3db9c { font-size: 28px; }
.g-b41f7978 { font-size: 20px; }
.g-6b0a175f { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-37c490df { padding: var(--size-xl) 0; }
.g-6ae721cd { max-width: 565px; margin: 0 auto; text-align: center; }
.g-29e2150c { margin-top: var(--size-s); }
.g-a6f8a9ba { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-29e2150c { margin-top: var(--size-xs); }
.g-a6f8a9ba { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-9d3da187 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-342958b1 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-fd86d454 { position: relative; padding: var(--size-xl) 0; }
.g-93a27e87 { text-align: center; }
.g-ae2d8bf4 { text-align: center; margin-top: var(--size-s); }
.g-76f14e48 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-76f14e48 { flex-direction: column; gap: var(--size-xs); }
 }

/* Block: page-content (page-content) */
.g-ceeaa7a2 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-m); margin: var(--section-padding) 0; }
@media screen and (max-width: 768px) { .g-ceeaa7a2 { padding: var(--size-xs); }
 }

/* Block: page-header (page-header) */
.g-7a0c7f9c { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-c8561dc7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c8561dc7::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-70dc5e15 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-1b3cb01b { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-7a0c7f9c { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-7a0c7f9c { padding-bottom: 40px; }
 }

/* Block: pagination (pagination) */
.g-293a292c .nav-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.g-293a292c .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
}

.g-293a292c .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-293a292c .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-293a292c .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-293a292c .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-293a292c .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-293a292c .prev,
.g-293a292c .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-293a292c .prev,
.g-293a292c .next,
.g-293a292c .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-293a292c .prev,
    .g-293a292c .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-293a292c .prev::before,
    .g-293a292c .next::after {
        display: none;
    }
}

.g-293a292c { display: flex; justify-content: center; padding: var(--size-l) 0 var(--size-xl); }
@media screen and (max-width: 768px) { .g-293a292c { padding: var(--size-m) 0 var(--size-l); }
 }

/* Block: post-card (post-card) */
.g-f7ff20d1 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-f7ff20d1 .g-7a52499e { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-f7ff20d1 .g-634ee9ff { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-f7ff20d1 .g-634ee9ff img { width: 100%; height: 100%; object-fit: cover; }
.g-f7ff20d1 .g-9769058b { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-f7ff20d1 .g-8ad55dd7 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-f7ff20d1 .g-99c520e2 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-f7ff20d1 .g-7b68c98d { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-f7ff20d1 .g-4bac5aec { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-f7ff20d1 .g-4bac5aec:hover { text-decoration: underline; }
.g-f7ff20d1 .g-fc0a40fd { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-f7ff20d1 .g-381467c9 { margin-top: var(--size-s); }
.g-f7ff20d1 .g-03860e3b { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-ccb360d3 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-ccb360d3 .g-7a52499e { position: relative; height: 100%; text-decoration: none; }
.g-ccb360d3 .g-55421269 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-ccb360d3 .g-7a8bf225 { flex-shrink: 0; width: 120px; }
.g-ccb360d3 .g-634ee9ff { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-ccb360d3 .g-634ee9ff img { width: 100%; height: 100%; object-fit: cover; }
.g-ccb360d3 .g-8ad55dd7 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-ccb360d3 .g-99c520e2 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-ccb360d3 .g-7b68c98d { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-ccb360d3 .g-fc0a40fd { white-space: nowrap; opacity: 0.8; }
.g-ccb360d3 .g-03860e3b { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-9769058b { padding: 0 8px 8px; }
.g-8ad55dd7 { gap: 0 4px; }
.g-ccb360d3 { padding: 16px 0; }
.g-ccb360d3 .g-55421269 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-ccb360d3 .g-7a8bf225 { flex-shrink: initial; width: auto; }
.g-ccb360d3 .g-634ee9ff { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-ccb360d3 .g-9769058b { margin-top: 8px; }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-d1a536a9 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-d1a536a9 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-d1a536a9 blockquote::before { content: ''; position: absolute; top: 8px; left: 8px; display: inline-flex; width: 22px; height: 19px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); box-shadow: 0 0 0 9999px var(--color-surface); }
.g-d1a536a9 blockquote::after { content: ''; position: absolute; bottom: 8px; right: 8px; display: inline-flex; width: 22px; height: 19px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); }
.g-d1a536a9 .g-f9da640d { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-d1a536a9 .g-336f7e0d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d1a536a9 .g-df9a8a64 { margin-top: var(--size-s); }
.g-d1a536a9 .g-283ff074 { margin-top: var(--size-s); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-d1a536a9 .g-a6856ec1 { display: block; text-decoration: none; }
.g-d1a536a9 .g-a6856ec1:hover { text-decoration: underline; }
.g-d1a536a9 .g-49209b7b { position: relative; color: var(--color-text); font-weight: bold; }
.g-d1a536a9 .g-49209b7b::before { content: ''; position: absolute; top: 0; left: calc((var(--size-s) + 8px) * -1); background-color: var(--color-primary); display: block; width: 16px; height: 16px; border-radius: 50%; }
@media screen and (max-width: 1024px) { .g-d1a536a9 { grid-template-columns: 1fr; }
.g-d1a536a9 .g-8d644b92 { order: 1; }
.g-d1a536a9 .g-db599266 { order: 2; }
.g-d1a536a9 .g-df9a8a64 { margin-top: var(--size-xs); }
.g-d1a536a9 .g-283ff074 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-d1a536a9 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-5b723319 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-45e5abb3 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-eacbec64 { display: flex; align-items: center; justify-content: center; }
.g-d14978b6 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-b1053587 { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-b1053587:hover { filter: brightness(0.96); }
.g-0cb92ded { margin-top: var(--size-m); }
.g-b1f81075 { margin-top: var(--size-s); margin-bottom: auto; }
.g-09b67890 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-5b723319 { grid-template-columns: 1fr; }
.g-45e5abb3 { max-width: 70%; }
.g-eacbec64 { max-width: 70%; display: block; }
.g-b1053587 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-5b723319 { gap: var(--size-m); }
.g-45e5abb3 { max-width: 100%; }
.g-eacbec64 { max-width: 100%; }
.g-b1f81075 { margin-top: var(--size-xs); }
 }

/* Block: posts-list (posts-list) */
.g-8a9bf3d3 { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
@media screen and (max-width: 1024px) { .g-8a9bf3d3 { grid-template-columns: repeat(2, 1fr); }
 }@media screen and (max-width: 768px) { .g-8a9bf3d3 { grid-template-columns: 1fr; }
 }

/* Block: recommendation (recommendation) */
.g-1cd9875f { text-align: center; }
.g-d1efad6a { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-e4133679 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-b5a79911 { width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-b5a79911:hover { background-color: var(--color-primary); }
.g-e0feb51a { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-d1efad6a { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-a65185cd { text-align: center; max-width: 430px; margin: 0 auto; }
.g-6aeec055 { margin-top: var(--size-xl); }
.g-51f2ee0e { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-300230f9 { position: relative; display: inline-block; width: 100%; }
.g-300230f9 .g-28014b1a { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-300230f9 .g-9c1cc8a0 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-300230f9 .g-d4a7076f { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-300230f9 .g-d4a7076f:hover { opacity: .7; }
.g-300230f9 .g-11a47fbe { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-300230f9 .g-11a47fbe:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-3f485bdf { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-ffbaf9cf { fill: var(--color-text-light); }
.g-29d6846b { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-3f485bdf { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-d0bbbb25 { padding: var(--size-xl) 0; }
.g-d2f0ee9b { max-width: 565px; margin: 0 auto; text-align: center; }
.g-4134a2a3 { margin-top: var(--size-s); }
.g-17ffb353 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-4134a2a3 { margin-top: var(--size-xs); }
.g-17ffb353 { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-cb922da1 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-55765e1b { text-align: center; }
.g-cb922da1 { column-count: 1; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-53585a89 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-53585a89 .g-a32e9756 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-53585a89 .g-a32e9756:hover { filter: brightness(0.96); }
.g-53585a89 .g-a32e9756:hover .g-1922b7e5 { opacity: 1; }
.g-53585a89 .g-5edd61b9 { position: relative; z-index: 1; }
.g-53585a89 .g-1922b7e5 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-a32e9756 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-1922b7e5 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-a32e9756 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-1922b7e5 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-5b0df7e3 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-d02f7712 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-d3ddc50a { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-6c460128 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-5b0df7e3 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-5b0df7e3 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-d02f7712 { padding: 8px; }
 }

/* Block: front-page::page-content--0 (page-content) */
.g-7fa5d77e { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-m); margin: var(--section-padding) 0; }
@media screen and (max-width: 768px) { .g-7fa5d77e { padding: var(--size-xs); }
 }

/* Block: contacts-page::page-content--0 (page-content) */
.g-0bd55fcc { margin: var(--section-padding) 0; }

/* Block: contacts-page::form--0 (form) */
.g-b0f4ca06 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-b574b625 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-6a048798 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-ace60e06 { display: none; }
.g-bdec8401 { width: 100%; }
.g-e5afa270 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-64507fb7 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-63c1abec { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-e262faf4 { fill: var(--color-text); }
.g-6005efb9 { stroke: var(--color-text); }
.g-3dddb1f1 { stroke: var(--color-text); }
.g-4c4168af { display: flex; flex-direction: column; }
.g-0796cd3d { width: 100%; height: 300px; }
.g-d5e6b472 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-b0f4ca06 { flex-direction: column-reverse; }
.g-b574b625 { flex-direction: column-reverse; justify-content: flex-start; }
.g-6a048798 { flex: 1; }
.g-595ce063 { display: none; }
.g-ace60e06 { display: block; text-align: center; }
.g-e5afa270 { justify-content: space-evenly; }
.g-0796cd3d { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-b574b625 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-63c1abec { margin-right: 0; }
.g-4c4168af { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-b574b625 { text-align: center; }
.g-6a048798 { padding: var(--size-s); }
.g-e5afa270 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-64507fb7 { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-542d8a76 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-295f6e9e { padding: 0 var(--wrapper-padding); }
.g-434545bf { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-434545bf::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-c1d37496 { width: 50%; }
.g-35e9414c { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-92996d6f { flex: 1; }
.g-fa219e72 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2cfc719c { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-dcf0fd34 { padding: var(--section-padding); 0 }
.g-542d8a76 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-295f6e9e { display: flex; flex-direction: column-reverse; }
.g-434545bf { position: relative; margin-top: var(--size-m); }
.g-434545bf::after { display: none; }
.g-c1d37496 { width: 100%; color: var(--color-text-dark); }
.g-92996d6f { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-fa219e72 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-c1d37496 { text-align: center; }
.g-35e9414c { flex-direction: column; }
.g-92996d6f { flex: auto; text-align: center; }
.g-fa219e72 { align-items: center; }
 }

/* Block: about-page::page-content--0 (page-content) */
.g-cfb94f97 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-m); margin: var(--section-padding) 0; }
@media screen and (max-width: 768px) { .g-cfb94f97 { padding: var(--size-xs); }
 }

/* Block: expertise::text--0 (text) */
.g-8dfb3172 { padding: var(--size-xl); }
@media screen and (max-width: 768px) { .g-8dfb3172 { text-align: center; padding: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-8dfb3172 { padding: var(--size-s); }
 }

/* Block: expertise::process--0 (process) */
.g-032a38f5 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-57f9fc84 { flex: 1; }
.g-cdaacc61 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-184f859e { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-3e8dc564 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-032a38f5 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-57f9fc84 { text-align: center; }
.g-3e8dc564 { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-bfde6589 { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-fd99fbcf { width: 50%; }
.g-64eb94a0 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-b18cd00f { padding: var(--size-s) var(--size-m); }
.g-9882aa74 { transform: scale(1.2); }
.g-d74a8b37 { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-b4c1571b svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-bfde6589 { padding: 20px 20px 10px; }
.g-9882aa74 { transform: none; }
 }@media screen and (max-width: 768px) { .g-fd99fbcf { width: 100%; }
 }@media screen and (max-width: 576px) { .g-bfde6589 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-64eb94a0 { text-align: center; }
 }

/* Block: expertise::about--0 (about) */
.g-6498c2fa { display: flex; align-items: center; gap: var(--size-m); }
.g-dfa2ed72 { flex: 1; }
.g-8a379068 { flex: 1; }
@media screen and (max-width: 768px) { .g-6498c2fa { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-8a379068 { text-align: center; }
 }