/* Block: categories-list (categories-list) */
.g-01a8eec9 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-01a8eec9 .g-7bab92c7 { 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-01a8eec9 .g-7bab92c7: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-01a8eec9 .g-7bab92c7:hover .g-3928ed12 { opacity: 1; }
.g-01a8eec9 .g-08bbe07e { position: relative; z-index: 1; }
.g-01a8eec9 .g-3928ed12 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-01a8eec9 .g-81ca1a04 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-01a8eec9 .g-81ca1a04 .g-3928ed12 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-7bab92c7 { min-height: 144px; padding-bottom: 82px; }
.g-3928ed12 { font-size: 72px; }
.g-81ca1a04 { padding-bottom: 120px; min-height: 159px; }
.g-81ca1a04 .g-3928ed12 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-01a8eec9 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-7bab92c7 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-3928ed12 { font-size: 56px; right: 16px; bottom: 16px; }
.g-81ca1a04 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-81ca1a04 .g-3928ed12 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-7c52b8b3 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-7c52b8b3 .g-fa4186d5 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-7c52b8b3 .g-0b600d32 { font-size: 80px; }
.g-7c52b8b3 .g-274d94a2 { margin-top: var(--size-xs); }
.g-7c52b8b3 .g-359d0303 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-fa4186d5 { padding: var(--size-xs); }
.g-0b600d32 { font-size: 64px; }
.g-359d0303 { 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-5ac2b21f { 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-95fcf6af { display: block; }
.g-6db190c6 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-5ac2b21f { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-6db190c6 { gap: var(--size-xxs); }
.g-dfd0cbdf { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-a2878396 { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-4d6bbb50 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-7847713a { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-6377fd45 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-a2878396 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-a2878396 { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-4d6bbb50 { gap: var(--size-xs); }
 }

/* Block: footer (footer) */
.g-e866f8fe { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-8df1e15e { 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-8df1e15e.g-8b7f0cdc { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-96045ed4 { margin-top: var(--section-padding); }
.g-9343860c { border-radius: var(--b-radius); padding: var(--size-m); }
.g-c11e59df { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-3a387804 { max-width: 524px; }
.g-cb374412 { max-width: 450px; }
.g-123fd874 { margin-top: var(--size-xs); }
.g-457d158e { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6a6b5a68 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-df0bf4b7 { 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-df0bf4b7:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-ed71cd0a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-f9a87329 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-e6aa7d1c { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-be0db623 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-52586170 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-3a387804 { max-width: initial; }
.g-cb374412 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-be0db623 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-52586170 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-250884c1 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-c11e59df { gap: var(--size-m); }
.g-457d158e { flex-direction: column; gap: var(--size-xxs); }
.g-6a6b5a68 { width: 100%; }
.g-df0bf4b7 { width: 100%; }
.g-be0db623 { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-08735b66 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-a4ccbb92 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-ffbc5979 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-532e8c5b { font-size: 34px; margin-right: var(--size-xxs); }
.g-0a413b23 { font-size: 24px; font-weight: 600; }
.g-de3ce774 { -ms-overflow-style: none; scrollbar-width: none; }
.g-545e8d0e { display: none; }
.g-932ed67e { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-0a21f2ba { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-0a21f2ba:hover { opacity: 0.7; }
.g-0a21f2ba svg { vertical-align: middle; fill: var(--color-text-light); }
.g-c62a9d97 { display: none; }
.g-a60d00a4 { display: none; }
.g-e06ee5a7 { display: inline; }
.g-dcabfdfb { display: none; }
.g-6abc8c5d { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-6abc8c5d.g-6434e945 { display: flex; width: 100%; }
.g-81f0a4a3 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-532e8c5b { font-size: 28px; }
.g-0a413b23 { font-size: 20px; }
.g-932ed67e { gap: var(--size-xxs); }
.g-2898eba0 { display: none; }
.g-a60d00a4 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-18057768 { padding: var(--section-padding) 0; }
.g-63213591 { display: flex; }
.g-38da169e { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-8997f25b { width: 100%; height: 100%; }
.g-1f2a1948 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-ab7197a5 { margin-top: var(--size-s); }
.g-498bd8c9 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-63213591 { flex-direction: column-reverse; }
.g-38da169e { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-8997f25b { height: 350px; }
.g-1f2a1948 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-8997f25b { height: auto; }
.g-1f2a1948 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-04747bcc { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-a77dfe18 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-ded8ab2f { text-align: center; margin-top: var(--size-xl); }
.g-227809d8 { text-align: center; margin-top: var(--size-s); }
.g-4929a730 { text-align: center; }
@media screen and (max-width: 768px) { .g-ded8ab2f { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-9c96fa2b { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-623b9480 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-623b9480::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-1037bffb { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-881e7eb2 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-9c96fa2b { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-9c96fa2b { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-efb59efc { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-efb59efc .g-72069a75 { position: relative; text-decoration: none; }
.g-efb59efc .g-6fd052b4 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-efb59efc .g-8bb7c923 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-efb59efc .g-8bb7c923 img { width: 100%; height: 100%; object-fit: cover; }
.g-efb59efc .g-1f94f9f7 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-efb59efc .g-1f8a75e8 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-efb59efc .g-c350390c { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-efb59efc .g-e0602c8d { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-093b77f0 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-093b77f0 .g-72069a75 { position: relative; text-decoration: none; }
.g-093b77f0 .g-6fd052b4 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-093b77f0 .g-8bb7c923 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-093b77f0 .g-8bb7c923 img { width: 100%; height: 100%; object-fit: cover; }
.g-093b77f0 .g-1f94f9f7 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-093b77f0 .g-1f8a75e8 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-093b77f0 .g-c350390c { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-093b77f0 .g-e0602c8d { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-6fd052b4 { gap: 0 4px; }
 }

/* 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-c16cffe7 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-c16cffe7 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-c16cffe7 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-c16cffe7 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-c16cffe7 .g-efce657c { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-c16cffe7 .g-e9db46b1 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c16cffe7 .g-3fecd6e5 { margin-top: var(--size-s); }
.g-c16cffe7 .g-9a1c2dc3 { 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-c16cffe7 .g-4b53e7ca { display: block; text-decoration: none; }
.g-c16cffe7 .g-4b53e7ca:hover { text-decoration: underline; }
.g-c16cffe7 .g-a6690bfd { position: relative; color: var(--color-text); font-weight: bold; }
.g-c16cffe7 .g-a6690bfd::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-c16cffe7 { grid-template-columns: 1fr; }
.g-c16cffe7 .g-a2f42a75 { order: 1; }
.g-c16cffe7 .g-97c9879c { order: 2; }
.g-c16cffe7 .g-3fecd6e5 { margin-top: var(--size-xs); }
.g-c16cffe7 .g-9a1c2dc3 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-c16cffe7 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-b5510a98 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-a5d8630c { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-4246fb2e { text-decoration: none; }
.g-4246fb2e:hover { text-decoration: underline; }
.g-847ae54a { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-a4ff32cb { margin-top: var(--size-s); }
.g-ffe54e1c { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-b5510a98 { gap: var(--size-xs); }
.g-847ae54a { margin-top: var(--size-s); }
.g-ffe54e1c { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-fafdacda { text-align: center; }
.g-5edd41a7 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-c6054dda { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-77140ea6 { 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-77140ea6:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-5edd41a7 { margin-top: var(--size-m); }
.g-c6054dda { border-radius: var(--size-m); }
.g-77140ea6 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-20a67ca1 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-20a67ca1 .g-ad6db4ab { text-align: center; max-width: 500px; margin: 0 auto; }
.g-20a67ca1 .g-3efd466f { margin-top: var(--size-m); }
.g-f188484a { margin-top: var(--size-xl); }
.g-a9884204 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-20a67ca1 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-6a6ab8a7 { position: relative; display: inline-block; width: 100%; }
.g-6a6ab8a7 .g-898b23ad { 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-6a6ab8a7 .g-bbc248f7 { 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-6a6ab8a7 .g-de11a785 { 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-6a6ab8a7 .g-de11a785:hover { opacity: .7; }
.g-6a6ab8a7 .g-2377ba75 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-6a6ab8a7 .g-2377ba75:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-9557bad5 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-9557bad5 svg { fill: var(--color-text-light); }
.g-c9c6f990 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-9557bad5 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-3d70b234 { padding: var(--section-padding) 0; }
.g-d78143c2 { display: flex; }
.g-585d0a29 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-2c55590e { width: 100%; height: 100%; }
.g-2332be7c { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-18072e61 { margin-top: var(--size-s); }
.g-dc263766 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-d78143c2 { flex-direction: column-reverse; }
.g-585d0a29 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-2c55590e { height: 350px; }
.g-2332be7c { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-2c55590e { height: auto; }
.g-2332be7c { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-bf871392 { display: flex; position: relative; gap: var(--size-s); }
.g-bf871392 * { flex: 1; }
.g-e0065190 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-c3c59d21 { flex-shrink: 0; }
.g-b66f6204 { grid-column: span 2; }
.g-de0664de { user-select: none; }
.g-de0664de[open] .g-1a0b66df { transform: rotate(45deg); }
.g-89090569 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-89090569::-webkit-details-marker { display: none; }
.g-1a0b66df { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-1a0b66df svg { fill: var(--color-primary); }
.g-858b6bc9 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-89090569 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-1a0b66df { width: 24px; height: 24px; }
.g-1a0b66df svg { width: 16px; height: 16px; }
.g-858b6bc9 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-bf871392 { flex-direction: column; }
.g-e0065190 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-b66f6204 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-bf871392 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-bcdaadf5 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-bcdaadf5 .g-b8e40c9d { 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-bcdaadf5 .g-b8e40c9d: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-bcdaadf5 .g-b8e40c9d:hover .g-b1b472d3 { opacity: 1; }
.g-bcdaadf5 .g-7f543d5b { position: relative; z-index: 1; }
.g-bcdaadf5 .g-b1b472d3 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-bcdaadf5 .g-b82b5115 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-bcdaadf5 .g-b82b5115 .g-b1b472d3 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-b8e40c9d { min-height: 144px; padding-bottom: 82px; }
.g-b1b472d3 { font-size: 72px; }
.g-b82b5115 { padding-bottom: 120px; min-height: 159px; }
.g-b82b5115 .g-b1b472d3 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-bcdaadf5 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-b8e40c9d { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-b1b472d3 { font-size: 56px; right: 16px; bottom: 16px; }
.g-b82b5115 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-b82b5115 .g-b1b472d3 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-086955e7 { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-27e74d62 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-9b7338a0 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-538afcb0 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-086955e7 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-086955e7 { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-27e74d62 { gap: var(--size-xs); }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-20fcf7ea { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-444c0872 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-2cdd4b7a { display: flex; justify-content: flex-start; }
.g-a19d47ed { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-f25226d5 { display: flex; justify-content: flex-start; align-items: center; }
.g-cfad243c { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-604c8cd1 { fill: var(--color-text); }
.g-ef76213b { stroke: var(--color-text); }
.g-ac8ec97e { stroke: var(--color-text); }
.g-d689a7d6 { display: flex; flex-direction: column; }
.g-f2589649 { flex: 0 0 50%; height: 383px; }
.g-18ba84d3 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-20fcf7ea { flex-direction: column; }
.g-444c0872 { width: 100%; flex: 0 0 auto; }
.g-2cdd4b7a { flex-direction: column; }
.g-a19d47ed { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-883685d5 { width: 100%; display: flex; justify-content: space-between; }
.g-f25226d5 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-cfad243c { margin-right: 0; }
.g-d689a7d6 { margin-top: var(--size-xs); }
.g-f2589649 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-444c0872 { padding: var(--size-xs); }
.g-883685d5 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-f25226d5 { align-items: center; }
.g-d689a7d6 { text-align: center; }
.g-f2589649 { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-6400d3df { display: flex; align-items: center; gap: var(--size-m); }
.g-2fd8c8ac { flex: 1; }
.g-bf915050 { flex: 1; }
@media screen and (max-width: 768px) { .g-6400d3df { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-bf915050 { text-align: center; }
 }

/* Block: about-page::page-content--0 (page-content) */
.g-19cee70d { margin: var(--section-padding) 0; }

/* Block: expertise::text--0 (text) */
.g-24458b4b { text-align: center; }

/* Block: expertise::process--0 (process) */
.g-877eea86 { width: 60%; }
.g-596073a5 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-e76d9f0d { flex: 1; }
.g-bb8c1f85 { position: relative; }
.g-bb8c1f85::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-7f723e80::before { display: none; }
@media screen and (max-width: 870px) { .g-98db2127 { flex-direction: column; }
.g-877eea86 { width: 100%; }
.g-596073a5 { display: grid; grid-template-columns: 1fr 1fr; }
.g-596073a5::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-596073a5::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-secondary); }
.g-bb8c1f85::before { display: none; }
 }@media screen and (max-width: 576px) { .g-877eea86 { text-align: center; }
.g-596073a5 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-596073a5::before { display: none; }
.g-596073a5::after { display: none; }
.g-bb8c1f85::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-7f723e80::before { display: none; }
 }

/* Block: expertise::about--0 (about) */
.g-97a632e6 { padding: 0; }
@media screen and (max-width: 1280px) { .g-ae192f8a { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-97a632e6 { padding: 0 var(--wrapper-padding); }
.g-30d627b5 { column-count: 1; }
.g-ae192f8a { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-30d627b5 { text-align: center; }
 }

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