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

/* Block: category-header (category-header) */
.g-be5fce66 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-be5fce66 .g-7c69a715 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-be5fce66 .g-9770869b { font-size: 80px; }
.g-be5fce66 .g-2054c6e7 { margin-top: var(--size-xs); }
.g-be5fce66 .g-b7fb2a59 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-7c69a715 { padding: var(--size-xs); }
.g-9770869b { font-size: 64px; }
.g-b7fb2a59 { 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-2d8ec281 { 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-538cb163 { display: block; }
.g-ac150e13 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-2d8ec281 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-ac150e13 { gap: var(--size-xxs); }
.g-9317219c { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-058574f6 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-64948224 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-183bc1fa { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-058574f6 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-058574f6 { grid-template-columns: 1fr; gap: var(--size-l); }
 }

/* Block: footer (footer) */
.g-9638620b { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-2f391b47 { 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-2f391b47.g-b3ea1d66 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-8cc7e170 { margin-top: var(--section-padding); }
.g-bc770bbd { 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: var(--size-xl); }
.g-10758a29 { max-width: 510px; }
.g-cfeb189d { max-width: 430px; }
.g-5f985efc { margin-top: var(--size-xs); }
.g-6ce0fa18 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a8e32f7f { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-66593747 { 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-66593747:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-8908048f { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-08fa4b29 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-d21a40a9 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-86d5b988 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-ce6be6b6 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-6b96d360 { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-bc770bbd { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-10758a29 { max-width: initial; }
.g-cfeb189d { max-width: initial; }
.g-d21a40a9 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-86d5b988 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-ce6be6b6 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-6b96d360 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-105d8362 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-bc770bbd { gap: var(--size-m); }
.g-6ce0fa18 { flex-direction: column; gap: var(--size-xxs); }
.g-a8e32f7f { width: 100%; }
.g-66593747 { width: 100%; }
.g-ce6be6b6 { flex-direction: column; align-items: flex-start; }
 }

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

.g-4fea6fff { position: relative; z-index: 5; }
.g-f870e530 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-17846fed { position: sticky; top: -1px; z-index: 5; }
.g-eea9fb6b { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-eea9fb6b::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-463b4b43 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-109b0bc8 { font-size: 34px; margin-right: var(--size-xxs); }
.g-5b421e2f { font-size: 24px; font-weight: 600; }
.g-bca15c25 { display: block; }
.g-c9c1bbde { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-388ea9b0 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-388ea9b0:hover { text-decoration: underline; }
.g-8743bb25 { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-9b00d45f { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-4fea6fff { position: sticky; top: 0; }
.g-f870e530 { justify-content: space-between; height: 65px; }
.g-17db4915 { top: 65px; height: 0; }
.g-eea9fb6b::after { display: none; }
.g-463b4b43 { margin: 0; }
.g-bca15c25 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-bca15c25.g-70e9138b { display: block; }
.g-c9c1bbde { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-8743bb25 { display: flex; }
 }@media screen and (max-width: 576px) { .g-109b0bc8 { font-size: 28px; }
.g-5b421e2f { font-size: 20px; }
.g-bca15c25 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-8b3a0604 { padding: var(--size-xl) 0; }
.g-5bd4a0f6 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-2ab80446 { margin-top: var(--size-s); }
.g-9998a515 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-2ab80446 { margin-top: var(--size-xs); }
.g-9998a515 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-16dc60c8 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-a0bc275d { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-3add6a92 { position: relative; padding: var(--size-xl) 0; }
.g-1591eea1 { text-align: center; }
.g-372d77e6 { text-align: center; margin-top: var(--size-s); }
.g-52807ff2 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-52807ff2 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-bfdf6438 { padding: var(--size-m) 0 50px; }
.g-c645cc86 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-188a0afd { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-c645cc86 { margin-top: var(--size-xs); }
 }

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

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

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

.g-9774b7e7 .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-9774b7e7 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-9774b7e7 .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-9774b7e7 .prev,
.g-9774b7e7 .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-9774b7e7 .prev:hover,
.g-9774b7e7 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-ef0bed45 { position: relative; overflow: hidden; height: 100%; }
.g-ef0bed45 .g-ac78ab92 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-ef0bed45 .g-07d1170e { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-ef0bed45 .g-07d1170e img { width: 100%; height: 100%; object-fit: cover; }
.g-ef0bed45 .g-83123db1 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-ef0bed45 .g-fd8517e7 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-ef0bed45 .g-b00ebbfd { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-ef0bed45 .g-7820aaa0 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-ef0bed45 .g-02680d2e { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-ef0bed45 .g-d15fbe56 { display: flex; align-items: center; gap: 8px; }
.g-ef0bed45 .g-d15fbe56:hover { text-decoration: underline; }
.g-ef0bed45 .g-dda851be { white-space: nowrap; opacity: 0.8; }
.g-ef0bed45 .g-adf01021 { margin-top: var(--size-s); }
.g-ef0bed45 .g-9a1f2870 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-0002df18 { position: relative; overflow: hidden; height: 100%; }
.g-0002df18 .g-ac78ab92 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-0002df18 .g-07d1170e { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-0002df18 .g-07d1170e img { width: 100%; height: 100%; object-fit: cover; }
.g-0002df18 .g-83123db1 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-0002df18 .g-fd8517e7 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-0002df18 .g-b00ebbfd { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-0002df18 .g-7820aaa0 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0002df18 .g-02680d2e { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-0002df18 .g-adf01021 { margin-top: 16px; }
.g-0002df18 .g-9a1f2870 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-fd8517e7 { gap: 0 4px; }
.g-d63c947c { flex-direction: column-reverse; }
.g-0c7ff2d8 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-deb8a08a { width: 100%; }
 }

/* 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-42ea9021 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-42ea9021 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-42ea9021 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-42ea9021 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-42ea9021 .g-d92f0930 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-42ea9021 .g-cb211da8 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-42ea9021 .g-12343ac0 { margin-top: var(--size-s); }
.g-42ea9021 .g-3730fd38 { 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-42ea9021 .g-7a909dbd { display: block; text-decoration: none; }
.g-42ea9021 .g-7a909dbd:hover { text-decoration: underline; }
.g-42ea9021 .g-7456d90b { position: relative; color: var(--color-text); font-weight: bold; }
.g-42ea9021 .g-7456d90b::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-42ea9021 { grid-template-columns: 1fr; }
.g-42ea9021 .g-caf77a3b { order: 1; }
.g-42ea9021 .g-5d2c099a { order: 2; }
.g-42ea9021 .g-12343ac0 { margin-top: var(--size-xs); }
.g-42ea9021 .g-3730fd38 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-42ea9021 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-8b6f2fe2 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-54291b7b { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-b41d2ac5 { text-decoration: none; }
.g-b41d2ac5:hover { text-decoration: underline; }
.g-2ffc2844 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-352df978 { margin-top: var(--size-s); }
.g-2d58da3b { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-8b6f2fe2 { gap: var(--size-xs); }
.g-2ffc2844 { margin-top: var(--size-s); }
.g-2d58da3b { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-21bfc9a9 { text-align: center; }
.g-a3cab0b7 { position: relative; }
.g-69c154fe { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-69c154fe:hover { background-color: var(--color-primary); }
.g-6334fa53 { left: -42px; }
.g-0774d29c { right: -42px; }
@media screen and (max-width: 1024px) { .g-f7d905ac { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-69c154fe { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-9c96d7b4 { margin-top: var(--size-m); max-width: 600px; }
.g-62609d31 { margin-top: var(--size-m); max-width: 600px; }
.g-11c9f6de { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-02cea8b8 { position: relative; display: inline-block; width: 100%; }
.g-02cea8b8 .g-5e4201de { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-02cea8b8 .g-da744daa { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-02cea8b8 .g-da744daa:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-ce405de4 { 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-ce405de4 svg { fill: var(--color-text-light); }
.g-80646987 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-ce405de4 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-a9e9de69 { padding: var(--size-xl) 0; }
.g-032cee7e { max-width: 565px; margin: 0 auto; text-align: center; }
.g-d49d1638 { margin-top: var(--size-s); }
.g-426e4d77 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-d49d1638 { margin-top: var(--size-xs); }
.g-426e4d77 { margin-top: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-d1931a5f { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-e6fc5dc4 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-3fa4dbf3 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-73cc2c06 { display: none; }
.g-bb96c0b7 { width: 100%; }
.g-515febbd { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-3b2cc929 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-51feec53 { 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-31372e1a { fill: var(--color-text); }
.g-4ad4336a { stroke: var(--color-text); }
.g-80341235 { stroke: var(--color-text); }
.g-92a91a23 { display: flex; flex-direction: column; }
.g-de4dfaf6 { width: 100%; height: 300px; }
.g-6b2a515a { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-d1931a5f { flex-direction: column-reverse; }
.g-e6fc5dc4 { flex-direction: column-reverse; justify-content: flex-start; }
.g-3fa4dbf3 { flex: 1; }
.g-e215ce8e { display: none; }
.g-73cc2c06 { display: block; text-align: center; }
.g-515febbd { justify-content: space-evenly; }
.g-de4dfaf6 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-e6fc5dc4 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-51feec53 { margin-right: 0; }
.g-92a91a23 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-e6fc5dc4 { text-align: center; }
.g-3fa4dbf3 { padding: var(--size-s); }
.g-515febbd { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-3b2cc929 { flex: inherit; align-items: center; }
 }

/* Block: about-page::about--0 (about) */
.g-c94cacfe { display: flex; align-items: center; gap: var(--size-m); }
.g-413cbd6a { flex: 1; }
.g-e56f281c { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-c94cacfe { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-e3563071 { text-align: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-7577271d { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-746d0a23 { flex: 1; }
.g-622bce4e { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-9ec9e4c4 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-56ffa350 { 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-7577271d { flex-direction: column; gap: var(--size-m); }
.g-746d0a23 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-622bce4e { gap: var(--size-s); }
.g-9ec9e4c4 { flex-direction: column; gap: var(--size-xxs); }
 }

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

/* Block: expertise::about--0 (about) */
.g-a262848b { padding: 0; }
@media screen and (max-width: 1280px) { .g-2cc99d39 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-a262848b { padding: 0 var(--wrapper-padding); }
.g-0508191f { column-count: 1; }
.g-2cc99d39 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-0508191f { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-61841752 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-61841752::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-737726ea { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-737726ea::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-9b93e06c::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-d52fd482 { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-679d031a { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-eba580f0 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-e3b50e58 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-6fe39fe3 { padding-bottom: 37px; }
.g-6fe39fe3::before { bottom: 0; }
.g-65fe5022 { padding-top: 35px; }
.g-65fe5022::before { top: 0; }
@media screen and (max-width: 768px) { .g-61841752 { flex-direction: column; }
.g-61841752::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-befe4461 { width: 50%; }
.g-d52fd482 { margin: 0; align-self: initial; }
.g-679d031a { order: 2; margin-left: auto; align-self: initial; }
.g-eba580f0 { order: 3; align-self: initial; }
.g-e3b50e58 { margin-left: auto; align-self: initial; }
.g-737726ea { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-737726ea::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-6fe39fe3 { padding-bottom: var(--size-xs); }
.g-65fe5022 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-65fe5022::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-61841752::before { left: 0; }
.g-befe4461 { width: 100%; }
.g-d52fd482 { margin: 0; }
.g-679d031a { margin: 0; }
.g-eba580f0 { margin: 0; }
.g-e3b50e58 { margin: 0; }
.g-737726ea { padding-left: var(--size-s); }
.g-737726ea::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-6fe39fe3 { margin: 0; padding-top: 35px; }
.g-65fe5022 { padding-top: 35px; }
 }

/* Block: expertise::about--1 (about) */
.g-61519826 { display: flex; align-items: center; gap: var(--size-m); }
.g-7e37f808 { flex: 1; }
.g-786ff83c { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-61519826 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-9f52d99e { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-5ed0af07 { 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-5ed0af07 li { flex: 1; }
.g-bcc41a94 { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-58be6c6a { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-5ed0af07 { flex-direction: column; }
.g-bcc41a94 { text-align: center; min-width: auto; }
 }

/* Block: expertise::about--2 (about) */
.g-1ccc336e { padding: 0; }
@media screen and (max-width: 1280px) { .g-c3004595 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-1ccc336e { padding: 0 var(--wrapper-padding); }
.g-7b220055 { column-count: 1; }
.g-c3004595 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-7b220055 { text-align: center; }
 }