/* Block: categories-list (categories-list) */
.g-a43edabf { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-a43edabf .g-b315f455 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-a43edabf .g-b315f455:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-a43edabf .g-b315f455:hover .g-73f49154 { opacity: 1; }
.g-a43edabf .g-88afe60b { position: relative; z-index: 1; }
.g-a43edabf .g-73f49154 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-a43edabf .g-a34dffb2 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-a43edabf .g-a34dffb2 .g-73f49154 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-b315f455 { min-height: 144px; padding-bottom: 82px; }
.g-73f49154 { font-size: 72px; }
.g-a34dffb2 { padding-bottom: 120px; min-height: 159px; }
.g-a34dffb2 .g-73f49154 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-a43edabf { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-b315f455 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-73f49154 { font-size: 56px; right: 16px; bottom: 16px; }
.g-a34dffb2 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-a34dffb2 .g-73f49154 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-8b672609 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-8b672609 .g-6a316e06 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8b672609 .g-b5dcf9ef { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-6a316e06 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-b5dcf9ef { margin-top: var(--size-xs); }
 }

/* 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-61a37fd1 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-0a326a83 { display: block; }
.g-0ca5f12c { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-ea637af0 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-cb9e43e4 { width: 100%; }
@media screen and (max-width: 768px) { .g-61a37fd1 { padding: var(--size-s); }
.g-0ca5f12c { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-ea637af0 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-cb9e43e4 { width: auto; }
 }@media screen and (max-width: 576px) { .g-ea637af0 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-42335150 { margin-top: var(--size-m); }
.g-0a492518 { margin-top: var(--size-m); }
.g-234c2dbf { margin-top: var(--size-xl); }
.g-1e7f58b2 { align-items: stretch; }
.g-1ac07ae5 { height: auto; }
.g-6fd13a09 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-6fd13a09 .g-626c4cd6 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-6fd13a09 .g-f6df5988 { background: var(--color-primary); transform: scale(1.2); }
.g-d4bf1dc7 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-d6827f6f { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-fa180734 { 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-fa180734.g-ffa1b194 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-24cb91ab { margin-top: var(--section-padding); }
.g-2a186a2f { 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-4ab2a508 { max-width: 510px; }
.g-7558e484 { max-width: 430px; }
.g-5948130f { margin-top: var(--size-xs); }
.g-a9f544d3 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2e202834 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-97b42e15 { 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-97b42e15:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-e5c87713 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-5d3dd131 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-d0fc042a { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-e98492bb { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-9df71b8f { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-cbe6d681 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-3e95a5a3 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-2a186a2f { padding: var(--size-m); }
.g-4ab2a508 { max-width: initial; }
.g-7558e484 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-3e95a5a3 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-a9d13e50 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-2a186a2f { gap: var(--size-m); }
.g-a9f544d3 { flex-direction: column; gap: var(--size-xxs); }
.g-2e202834 { width: 100%; }
.g-97b42e15 { width: 100%; }
.g-e98492bb { justify-content: flex-start; align-items: flex-start; }
.g-9df71b8f { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#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-d6caf0b3 { position: relative; z-index: 5; }
.g-9baf01af { width: 100%; }
.g-0b383687 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-3183c514 { position: sticky; top: -1px; z-index: 5; }
.g-634435cf { display: block; }
.g-49697e93 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-49697e93::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-f2910720 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-6a541bd2 { font-size: 34px; margin-right: var(--size-xxs); }
.g-f81df904 { font-size: 24px; font-weight: 600; }
.g-63ef692e { display: block; }
.g-462298a1 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-e269f8cb { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-e269f8cb:hover { text-decoration: underline; }
.g-78e7569e { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-98b407f0 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-d6caf0b3 { position: sticky; top: 0; }
.g-0b383687 { justify-content: space-between; height: 65px; }
.g-fdd20c4d { top: 65px; height: 0; }
.g-49697e93::after { display: none; }
.g-f2910720 { margin: 0; }
.g-63ef692e { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-63ef692e.g-a729fd1a { display: block; }
.g-462298a1 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-78e7569e { display: flex; }
 }@media screen and (max-width: 576px) { .g-6a541bd2 { font-size: 28px; }
.g-f81df904 { font-size: 20px; }
.g-63ef692e { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-52835d2d { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-f8502b26 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-efbfc24e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-efbfc24e::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-9eb5b7f5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-5905b5ed { max-width: 760px; text-align: center; }
.g-f23e1df8 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-52835d2d { min-height: 500px; }
.g-9eb5b7f5 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-5905b5ed { text-align: left; }
.g-21c6cf76 { margin-top: var(--size-xs); }
.g-f23e1df8 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-84194add { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-a55fe048 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-2a21019b { position: relative; padding: var(--size-xl) 0; }
.g-5654c90f { text-align: center; }
.g-41e59a58 { text-align: center; margin-top: var(--size-s); }
.g-070355f8 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-070355f8 { flex-direction: column; gap: var(--size-xs); }
 }

/* Block: page-content (page-content) */
.g-7f649808 { 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-7f649808 { padding: var(--size-xs); }
 }

/* Block: page-header (page-header) */
.g-896e3693 { padding: var(--size-m) 0 50px; }
.g-1e4a1920 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-5b62b715 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-1e4a1920 { margin-top: var(--size-xs); }
 }

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

.g-134c257c .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-134c257c .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

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

.g-134c257c .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-134c257c .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-134c257c .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-134c257c .prev,
.g-134c257c .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-07b83b8f { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-07b83b8f .g-5acfdc7b { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-07b83b8f .g-5acfdc7b:hover .g-46104a20 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-07b83b8f .g-beda0c88 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-07b83b8f .g-beda0c88::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-07b83b8f .g-beda0c88 img { width: 100%; height: 100%; object-fit: cover; }
.g-07b83b8f .g-46104a20 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-07b83b8f .g-2e6e0175 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-07b83b8f .g-54c18ea2 { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-07b83b8f .g-0a410798 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-07b83b8f .g-33ad89c3 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-07b83b8f .g-5f7f9f8e { display: flex; align-items: center; gap: 8px; }
.g-07b83b8f .g-5f7f9f8e:hover { text-decoration: underline; }
.g-07b83b8f .g-5f7f9f8e svg { margin-left: 8px; fill: currentColor; }
.g-07b83b8f .g-de3dc100 { white-space: nowrap; opacity: 0.8; }
.g-2840f233 { min-height: 600px; }
.g-2840f233 .g-5acfdc7b { padding: 48px 40px; }
.g-2840f233 .g-46104a20 { transform: none; }
@media screen and (max-width: 870px) { .g-2840f233 { min-height: 368px; }
.g-2840f233 .g-5acfdc7b { padding: 24px; }
.g-2840f233 .g-46104a20 { transform: translateY(46px); }
 }

/* 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-711a6568 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-711a6568 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-711a6568 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-711a6568 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-711a6568 .g-75c55882 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-711a6568 .g-79d21d82 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-711a6568 .g-4744adfb { margin-top: var(--size-s); }
.g-711a6568 .g-c3fdf67b { 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-711a6568 .g-5684864f { display: block; text-decoration: none; }
.g-711a6568 .g-5684864f:hover { text-decoration: underline; }
.g-711a6568 .g-89fc1953 { position: relative; color: var(--color-text); font-weight: bold; }
.g-711a6568 .g-89fc1953::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-711a6568 { grid-template-columns: 1fr; }
.g-711a6568 .g-76bf9d0a { order: 1; }
.g-711a6568 .g-4dc8f761 { order: 2; }
.g-711a6568 .g-4744adfb { margin-top: var(--size-xs); }
.g-711a6568 .g-c3fdf67b { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-711a6568 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-ef2cd946 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-66f6c62c { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-3006eb3d { display: flex; align-items: center; justify-content: center; }
.g-cc5c96bf { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-6e468097 { 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-6e468097:hover { filter: brightness(0.96); }
.g-1c1216b5 { margin-top: var(--size-m); }
.g-99bc5a95 { margin-top: var(--size-s); margin-bottom: auto; }
.g-b7f81deb { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-ef2cd946 { grid-template-columns: 1fr; }
.g-66f6c62c { max-width: 70%; }
.g-3006eb3d { max-width: 70%; display: block; }
.g-6e468097 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-ef2cd946 { gap: var(--size-m); }
.g-66f6c62c { max-width: 100%; }
.g-3006eb3d { max-width: 100%; }
.g-99bc5a95 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-947e5a03 { text-align: center; }
.g-7e2f2c20 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-a5d10b67 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-a0f5455c { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-a0f5455c:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-7e2f2c20 { margin-top: var(--size-m); }
.g-a5d10b67 { border-radius: var(--size-m); }
.g-a0f5455c { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-8613eba3 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-8613eba3 .g-c1f2f1af { margin-top: var(--size-m); max-width: 600px; }
.g-38af3430 { margin-top: var(--size-xl); }
.g-1ca90f4c { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-8613eba3 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-a43f92cd { position: relative; display: inline-block; width: 100%; }
.g-a43f92cd .g-ffa0c844 { 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-a43f92cd .g-596c8008 { 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-a43f92cd .g-426413cc { 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-a43f92cd .g-426413cc:hover { opacity: .7; }
.g-a43f92cd .g-909fc12f { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-a43f92cd .g-909fc12f:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-2974b74d { 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-7319ef4c { fill: var(--color-text-light); }
.g-2b41bfe8 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-2974b74d { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-92f2605c { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-f2c77629 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-81e4bc71 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-81e4bc71::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-bddc7d89 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-a7063213 { max-width: 760px; text-align: center; }
.g-27f96a0b { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-92f2605c { min-height: 500px; }
.g-bddc7d89 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-a7063213 { text-align: left; }
.g-0df079c0 { margin-top: var(--size-xs); }
.g-27f96a0b { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-448bfa07 { text-align: center; }

/* Block: front-page::categories-list (categories-list) */
.g-a6246f46 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-a6246f46 .g-46f63fca { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-a6246f46 .g-46f63fca:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-a6246f46 .g-46f63fca:hover .g-aea2206a { opacity: 1; }
.g-a6246f46 .g-af857cf2 { position: relative; z-index: 1; }
.g-a6246f46 .g-aea2206a { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-a6246f46 .g-dcb1a81b { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-a6246f46 .g-dcb1a81b .g-aea2206a { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-46f63fca { min-height: 144px; padding-bottom: 82px; }
.g-aea2206a { font-size: 72px; }
.g-dcb1a81b { padding-bottom: 120px; min-height: 159px; }
.g-dcb1a81b .g-aea2206a { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-a6246f46 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-46f63fca { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-aea2206a { font-size: 56px; right: 16px; bottom: 16px; }
.g-dcb1a81b { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-dcb1a81b .g-aea2206a { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-bf44cae9 { margin-top: var(--size-m); }
.g-30d37acc { margin-top: var(--size-m); }
.g-6d67d907 { margin-top: var(--size-xl); }
.g-264519a2 { align-items: stretch; }
.g-6d76af79 { height: auto; }
.g-344a0eca { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-344a0eca .g-234d3da7 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-344a0eca .g-8842d84e { background: var(--color-primary); transform: scale(1.2); }
.g-2651fa45 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: front-page::page-content--0 (page-content) */
.g-7fd75365 { 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-7fd75365 { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-07b1cb77 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-3b7f2244 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-1d802cd7 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-c147c6e1 { display: flex; justify-content: flex-start; align-items: center; }
.g-16800331 { 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-60c239cf { display: flex; flex-direction: column; }
.g-3bcd5548 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-5fc19cf9 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-07b1cb77 { flex-direction: column-reverse; }
.g-3b7f2244 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-b14456e4 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-b14456e4 .g-c147c6e1 { margin-top: 0; }
.g-c147c6e1 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-16800331 { margin-right: 0; }
.g-60c239cf { margin-top: var(--size-xs); }
.g-3bcd5548 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-3b7f2244 { text-align: center; }
.g-b14456e4 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-c147c6e1 { align-items: center; }
.g-38acdf31 { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-a58f88f0 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-ce90f339 { flex: 1; }
.g-15022d52 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-c0001faf { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-720b2dba { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-a58f88f0 { flex-direction: column; gap: var(--size-m); }
.g-ce90f339 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-15022d52 { gap: var(--size-s); }
.g-c0001faf { flex-direction: column; gap: var(--size-xxs); }
 }

/* Block: about-page::text--0 (text) */
.g-a2641b4a { text-align: center; }

/* Block: about-page::page-content--0 (page-content) */
.g-bff1f18a { 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-bff1f18a { padding: var(--size-xs); }
 }

/* Block: expertise::text--0 (text) */
.g-5fd01c1b { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-e2831d05 { text-align: center; }
.g-5fd01c1b { column-count: 1; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-c2309be7 { display: flex; align-items: stretch; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding-bottom: 10px; }
.g-c2309be7 li { flex: 1; }
.g-e5f3b1c3 { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-28295238 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-c2309be7 { flex-direction: column; }
.g-e5f3b1c3 { text-align: center; min-width: auto; }
 }

/* Block: expertise::about--0 (about) */
.g-b2cddebb { display: flex; align-items: center; gap: var(--size-m); }
.g-0fdc299d { flex: 1; }
.g-198f29e9 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-b2cddebb { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-2b6eccf7 { text-align: center; }
 }

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