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

/* Block: category-header (category-header) */
.g-8309f5e0 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-8309f5e0 .g-57ab493f { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-8309f5e0 .g-2c9d81d2 { font-size: 80px; }
.g-8309f5e0 .g-24abe0b8 { margin-top: var(--size-xs); }
.g-8309f5e0 .g-1cbfee20 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-57ab493f { padding: var(--size-xs); }
.g-2c9d81d2 { font-size: 64px; }
.g-1cbfee20 { 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-9f4b2072 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-6f138c1c { display: block; }
.g-76fbee91 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-67ff580e { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-a24bf950 { width: 100%; }
@media screen and (max-width: 768px) { .g-9f4b2072 { padding: var(--size-s); }
.g-76fbee91 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-67ff580e { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-a24bf950 { width: auto; }
 }@media screen and (max-width: 576px) { .g-67ff580e { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-c612a6cb { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-f089d499 { 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-f089d499.g-a6659595 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-09fb4381 { margin-top: var(--section-padding); }
.g-b1bcedb9 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-05b80f7a { 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-e7b76996 { max-width: 524px; }
.g-10165440 { max-width: 450px; }
.g-1de7db2b { margin-top: var(--size-xs); }
.g-42f2c232 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9fc06117 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-4f383e0e { 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-4f383e0e:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-37a43b85 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-0d704be5 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-810a3f8b { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-ef408958 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-0c2e1d54 { 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-e7b76996 { max-width: initial; }
.g-10165440 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-ef408958 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-0c2e1d54 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-bbbc0692 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-05b80f7a { gap: var(--size-m); }
.g-42f2c232 { flex-direction: column; gap: var(--size-xxs); }
.g-9fc06117 { width: 100%; }
.g-4f383e0e { width: 100%; }
.g-ef408958 { 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;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 0.1s text-shadow 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-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}
#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-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-7c535537 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-c040d829 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-d8cf2639 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-9fa31165 { font-size: 34px; margin-right: var(--size-xxs); }
.g-5a10e580 { font-size: 24px; font-weight: 600; }
.g-12f28cf8 { -ms-overflow-style: none; scrollbar-width: none; }
.g-fbc3642e { display: none; }
.g-c0981ee0 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-c470e795 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-c470e795:hover { transform: scale(1.05); }
.g-c470e795 svg { fill: var(--color-text-light); }
.g-521d0441 { display: none; }
.g-17799b25 { display: none; }
.g-4c52e7ef { display: inline; }
.g-de264824 { display: none; }
.g-71b8d8c7 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-71b8d8c7.g-2d192036 { display: flex; width: 100%; }
.g-f8c0b286 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-9fa31165 { font-size: 28px; }
.g-5a10e580 { font-size: 20px; }
.g-c0981ee0 { gap: var(--size-xxs); }
.g-319702a4 { display: none; }
.g-17799b25 { display: block; }
.g-71b8d8c7.g-2d192036 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-f8b88e97 { padding: var(--section-padding) 0; }
.g-3623eeb2 { display: flex; }
.g-bb47a60d { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-62a5a92e { width: 100%; height: 100%; }
.g-e8ee3075 { 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-31888094 { margin-top: var(--size-s); }
.g-21373062 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-3623eeb2 { flex-direction: column-reverse; }
.g-bb47a60d { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-62a5a92e { height: 350px; }
.g-e8ee3075 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-62a5a92e { height: auto; }
.g-e8ee3075 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-f2a6795e { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-c090a188 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-57d74bdc { position: relative; padding: var(--size-xl) 0; }
.g-4341eaf2 { text-align: center; }
.g-f48f1ea3 { text-align: center; margin-top: var(--size-s); }
.g-104324b4 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-104324b4 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-3683e795 { padding: var(--size-m) 0 50px; }
.g-202285ee { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-60c95707 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-202285ee { margin-top: var(--size-xs); }
 }

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

.g-bbfa5fd7 .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-bbfa5fd7 .page-numbers:hover {
    text-decoration: underline;
}

.g-bbfa5fd7 .prev {
    left: calc(var(--size-xs) * -1);
    transform: translateX(-100%);
}

.g-bbfa5fd7 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-bbfa5fd7 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-bbfa5fd7 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-bbfa5fd7 .prev,
.g-bbfa5fd7 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-bbfa5fd7 .prev:hover,
.g-bbfa5fd7 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

.g-bbfa5fd7 .current {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

@media screen and (max-width: 768px) {
    .g-bbfa5fd7 .prev {
        left: 0;
        transform: none;
    }

    .g-bbfa5fd7 .next {
        right: 0;
        transform: none;
    }

    .g-bbfa5fd7 .prev,
    .g-bbfa5fd7 .next {
        position: static;
        margin-top: 0;
    }
}

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

/* Block: post-card (post-card) */
.g-69de5fa0 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-69de5fa0 .g-a10fe2ce { position: relative; text-decoration: none; }
.g-69de5fa0 .g-bf7055ea { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-69de5fa0 .g-cf2166d7 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-69de5fa0 .g-cf2166d7 img { width: 100%; height: 100%; object-fit: cover; }
.g-69de5fa0 .g-ef8d0c7d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-69de5fa0 .g-e20049c9 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-69de5fa0 .g-e4a056fb { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-69de5fa0 .g-2f71436a { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-54cc2c46 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-54cc2c46 .g-a10fe2ce { position: relative; text-decoration: none; }
.g-54cc2c46 .g-bf7055ea { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-54cc2c46 .g-cf2166d7 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-54cc2c46 .g-cf2166d7 img { width: 100%; height: 100%; object-fit: cover; }
.g-54cc2c46 .g-ef8d0c7d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-54cc2c46 .g-e20049c9 { 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-54cc2c46 .g-e4a056fb { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-54cc2c46 .g-2f71436a { 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-bf7055ea { 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-1831cd79 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-1831cd79 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-1831cd79 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-1831cd79 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-1831cd79 .g-630d7c6c { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-1831cd79 .g-7e9a2cd7 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-1831cd79 .g-28fa898f { margin-top: var(--size-s); }
.g-1831cd79 .g-5ca2fd40 { 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-1831cd79 .g-2a51049c { display: block; text-decoration: none; }
.g-1831cd79 .g-2a51049c:hover { text-decoration: underline; }
.g-1831cd79 .g-7dd5837d { position: relative; color: var(--color-text); font-weight: bold; }
.g-1831cd79 .g-7dd5837d::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-1831cd79 { grid-template-columns: 1fr; }
.g-1831cd79 .g-d7217f10 { order: 1; }
.g-1831cd79 .g-780b1864 { order: 2; }
.g-1831cd79 .g-28fa898f { margin-top: var(--size-xs); }
.g-1831cd79 .g-5ca2fd40 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-1831cd79 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-cc18c03c { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-6291f48a { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-8b81f475 { display: flex; align-items: center; justify-content: center; }
.g-7d48f259 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-c63e0c51 { 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-c63e0c51:hover { filter: brightness(0.96); }
.g-9f7594a8 { margin-top: var(--size-m); }
.g-88829e63 { margin-top: var(--size-s); margin-bottom: auto; }
.g-7b59f159 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-cc18c03c { grid-template-columns: 1fr; }
.g-6291f48a { max-width: 70%; }
.g-8b81f475 { max-width: 70%; display: block; }
.g-c63e0c51 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-cc18c03c { gap: var(--size-m); }
.g-6291f48a { max-width: 100%; }
.g-8b81f475 { max-width: 100%; }
.g-88829e63 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-dd05f62f { text-align: center; }
.g-75b4f8b8 { position: relative; }
.g-8dff559e { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-8dff559e:hover { color: var(--color-primary); }
.g-f0a1f9a9 { left: -42px; }
.g-47fd854b { right: -42px; }
@media screen and (max-width: 1024px) { .g-649fd99b { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-8dff559e { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-136140dd { text-align: center; max-width: 430px; margin: 0 auto; }
.g-c55dd2a1 { margin-top: var(--size-xl); }
.g-8523c998 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-cf3f6fc6 { position: relative; display: inline-block; width: 100%; }
.g-cf3f6fc6 .g-73fbbbbd { 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-cf3f6fc6 .g-0da251cc { 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-cf3f6fc6 .g-e4d45808 { 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-cf3f6fc6 .g-e4d45808:hover { opacity: .7; }
.g-cf3f6fc6 .g-a129bc88 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-cf3f6fc6 .g-a129bc88:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-63a3789f { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-858abcbf { fill: var(--color-text-light); }
.g-4e8a2211 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-63a3789f { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-9b8437ac { padding: var(--section-padding) 0; }
.g-b91c9c66 { display: flex; }
.g-fa2dc171 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-22750d8d { width: 100%; height: 100%; }
.g-105eb27e { 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-a5d4f674 { margin-top: var(--size-s); }
.g-b3efd6b5 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-b91c9c66 { flex-direction: column-reverse; }
.g-fa2dc171 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-22750d8d { height: 350px; }
.g-105eb27e { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-22750d8d { height: auto; }
.g-105eb27e { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-f15155a7 { display: flex; align-items: center; gap: var(--size-m); }
.g-ebeb4d69 { flex: 1; }
.g-21d697b2 { flex: 1; }
@media screen and (max-width: 768px) { .g-f15155a7 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-21d697b2 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-c8637c31 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-dd8d3782 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-5d32c06b { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-dfbcf51e { display: none; }
.g-32251c6d { width: 100%; }
.g-3cc9599f { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-0b2d5b56 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-7e411bb6 { 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-05e064fe { fill: var(--color-text); }
.g-15f47cbb { stroke: var(--color-text); }
.g-63dd0ab0 { stroke: var(--color-text); }
.g-530cc410 { display: flex; flex-direction: column; }
.g-64156ba5 { width: 100%; height: 300px; }
.g-ed51db90 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-c8637c31 { flex-direction: column-reverse; }
.g-dd8d3782 { flex-direction: column-reverse; justify-content: flex-start; }
.g-5d32c06b { flex: 1; }
.g-1ee2a6e7 { display: none; }
.g-dfbcf51e { display: block; text-align: center; }
.g-3cc9599f { justify-content: space-evenly; }
.g-64156ba5 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-dd8d3782 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-7e411bb6 { margin-right: 0; }
.g-530cc410 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-dd8d3782 { text-align: center; }
.g-5d32c06b { padding: var(--size-s); }
.g-3cc9599f { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-0b2d5b56 { flex: inherit; align-items: center; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-bcffbdcd { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-ca8ae2cf { padding: var(--size-m); box-shadow: var(--shadow); }
.g-92d416ca svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-bcffbdcd { grid-template-columns: 1fr; }
 }

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

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