/* Block: categories-list (categories-list) */
.g-bd385a21 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-bd385a21 .g-d6374104 { 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-bd385a21 .g-d6374104:hover { filter: brightness(0.96); }
.g-bd385a21 .g-d6374104:hover .g-0c7d9157 { opacity: 1; }
.g-bd385a21 .g-40618d63 { position: relative; z-index: 1; }
.g-bd385a21 .g-0c7d9157 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-d6374104 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-0c7d9157 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-d6374104 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-0c7d9157 { font-size: 56px; }
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: cookie (cookie) */
.g-e26591cf { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-fe469a90 { display: block; }
.g-5a42f4d9 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-d0b8dcb8 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-f9a3e251 { width: 100%; }
@media screen and (max-width: 768px) { .g-e26591cf { padding: var(--size-s); }
.g-5a42f4d9 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-d0b8dcb8 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-f9a3e251 { width: auto; }
 }@media screen and (max-width: 576px) { .g-d0b8dcb8 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-1348cc7e { margin-top: var(--size-m); }
.g-9a5b84c6 { margin-top: var(--size-m); }
.g-4b7fbdad { margin-top: var(--size-xl); }
.g-98a40f61 { align-items: stretch; }
.g-405413e0 { height: auto; }
.g-17e5a938 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-17e5a938 .g-af6de162 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-17e5a938 .g-59e9818f { background: var(--color-primary); transform: scale(1.2); }
.g-0803ff7b { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-ac2f1cb6 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-e3b368aa { 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-e3b368aa.g-1839ccf1 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-81b61f66 { margin-top: var(--section-padding); }
.g-5bcf7288 { position: relative; background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: -80px; }
.g-218dd11a { max-width: 510px; }
.g-2b573b8a { max-width: 430px; }
.g-8f7c75ad { margin-top: var(--size-xs); }
.g-1d28b35a { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-75c12737 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-4e97ef0c { 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-4e97ef0c:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-d8f1d931 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-d04cd06b { transform: scale(1.2); margin-right: var(--size-xs); }
.g-9afef4cb { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-33396cb5 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-16051e8f { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-c5efbf08 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-1fd682b0 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-5bcf7288 { padding: var(--size-m); }
.g-218dd11a { max-width: initial; }
.g-2b573b8a { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-1fd682b0 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-44cfc412 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-5bcf7288 { gap: var(--size-m); }
.g-1d28b35a { flex-direction: column; gap: var(--size-xxs); }
.g-75c12737 { width: 100%; }
.g-4e97ef0c { width: 100%; }
.g-33396cb5 { justify-content: flex-start; align-items: flex-start; }
.g-16051e8f { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-0971f57a { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-346ef56b { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-a9fe1283 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-d4dc8b7b { font-size: 36px; margin-right: var(--size-xs); }
.g-a30bbbda { font-size: 24px; font-weight: 600; }
.g-fb130df0 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-0aef522b { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-0aef522b:hover { opacity: 0.7; }
.g-eb96ffe7 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-05a372c7 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-80b25d1e { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-80b25d1e.g-1550ea6d { display: block; }
.g-fb130df0 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-eb96ffe7 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-80b25d1e { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-cbecad4d { padding: var(--section-padding) 0; }
.g-d32329fb { display: flex; }
.g-039c80f1 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-70711ab6 { width: 100%; height: 100%; }
.g-676ce853 { 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-84f5158f { margin-top: var(--size-s); }
.g-1d88183f { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-d32329fb { flex-direction: column-reverse; }
.g-039c80f1 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-70711ab6 { height: 350px; }
.g-676ce853 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-70711ab6 { height: auto; }
.g-676ce853 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-14096cce { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-dce69626 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-9a203540 { position: relative; padding: var(--size-xl) 0; }
.g-2410098a { text-align: center; }
.g-1ae1ae14 { text-align: center; margin-top: var(--size-s); }
.g-77065ff6 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-77065ff6 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-f61bdbb3 { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-91a31729 { margin-top: var(--size-xl); text-align: center; }
.g-bf488334 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-f61bdbb3 { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-f61bdbb3 { padding-bottom: 35px; }
.g-91a31729 { margin-top: var(--size-xs); }
 }

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

.g-9ab64d62 .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;
    border: 1px solid var(--color-secondary);
}

.g-9ab64d62 .page-numbers:hover {
    text-decoration: underline;
}

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

.g-9ab64d62 .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-9ab64d62 .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-9ab64d62 .prev,
.g-9ab64d62 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-e4f86975 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-e4f86975 .g-109c2e13 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-e4f86975 .g-109c2e13:hover .g-6846b7fb { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-e4f86975 .g-3d7e8df0 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-e4f86975 .g-3d7e8df0::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-e4f86975 .g-3d7e8df0 img { width: 100%; height: 100%; object-fit: cover; }
.g-e4f86975 .g-6846b7fb { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-e4f86975 .g-93bb5032 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-e4f86975 .g-dc7174ad { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-e4f86975 .g-f0c35e69 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-e4f86975 .g-ba404f08 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-e4f86975 .g-4ed4d283 { display: flex; align-items: center; gap: 8px; }
.g-e4f86975 .g-4ed4d283:hover { text-decoration: underline; }
.g-e4f86975 .g-4ed4d283 svg { margin-left: 8px; fill: currentColor; }
.g-e4f86975 .g-7c47fc6b { white-space: nowrap; opacity: 0.8; }
.g-2dafe932 { min-height: 600px; }
.g-2dafe932 .g-109c2e13 { padding: 48px 40px; }
.g-2dafe932 .g-6846b7fb { transform: none; }
@media screen and (max-width: 870px) { .g-2dafe932 { min-height: 368px; }
.g-2dafe932 .g-109c2e13 { padding: 24px; }
.g-2dafe932 .g-6846b7fb { transform: translateY(46px); }
 }

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

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

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

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

.g-e873dc3b { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-e873dc3b blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-e873dc3b blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; 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 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' 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 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-e873dc3b .g-bd57a49f { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-e873dc3b .g-eafc82d3 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e873dc3b .g-3a697465 { margin-top: var(--size-m); }
.g-e873dc3b .g-71dd8917 { margin-top: var(--size-m); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-e873dc3b .g-6933a7ed { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-e873dc3b .g-6933a7ed::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-e873dc3b .g-6933a7ed:hover { color: var(--color-text); }
.g-e873dc3b .g-686485bc { font-weight: bold; }
.g-e873dc3b .g-686485bc::before { color: var(--color-primary); background-color: currentColor; 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 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' 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 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-e873dc3b { grid-template-columns: 1fr; }
.g-e873dc3b .g-27369902 { display: none; }
.g-e873dc3b .g-3a697465 { margin-top: var(--size-s); }
.g-e873dc3b .g-71dd8917 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e873dc3b blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-e873dc3b blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-1198b295 { position: relative; }
.g-3d70ae0c { width: 100%; }
.g-374a26d7 { position: relative; display: flex; flex-direction: column; }
.g-0f2ba242 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-0f2ba242::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-f978cf65 { width: 100%; height: 100%; }
.g-db254b58 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-cd279aa6 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-18bc8e1a { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-909bdb56 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-909bdb56:hover { text-decoration: underline; }
.g-7ba6bb50 { margin-top: var(--size-m); }
.g-8e25c4a3 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-374a26d7 { padding-bottom: 40px; }
.g-18bc8e1a { gap: var(--size-xxs); }
.g-909bdb56 { height: 31px; padding: 8px 16px; }
.g-7ba6bb50 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-cd279aa6 { padding-bottom: 0; }
.g-909bdb56 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-374a26d7 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-f978cf65 { aspect-ratio: auto; height: 100%; }
.g-cd279aa6 { margin: var(--size-xl) auto; }
 }

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

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

/* Block: search (search) */
.g-f95670c7 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-f95670c7 .g-6c16e542 { margin-top: var(--size-m); max-width: 600px; }
.g-c446d1a6 { margin-top: var(--size-xl); }
.g-4d5979dd { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-f95670c7 { padding: var(--size-s); }
 }

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

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

/* Block: front-page::hero-search (hero-search) */
.g-6ac6593b { padding: var(--section-padding) 0; }
.g-91bbe434 { display: flex; }
.g-23afa2b8 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-95f6ed9e { width: 100%; height: 100%; }
.g-6e08fbca { 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-26dc5fe9 { margin-top: var(--size-s); }
.g-e9b182ef { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-91bbe434 { flex-direction: column-reverse; }
.g-23afa2b8 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-95f6ed9e { height: 350px; }
.g-6e08fbca { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-95f6ed9e { height: auto; }
.g-6e08fbca { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-5b577d65 { display: flex; align-items: center; gap: var(--size-m); }
.g-c76004c1 { flex: 1; }
.g-9938c0b5 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-5b577d65 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-74a51449 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-c7083850 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-c7083850 .g-77b8a0ed { 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-c7083850 .g-77b8a0ed:hover { filter: brightness(0.96); }
.g-c7083850 .g-77b8a0ed:hover .g-a736f61b { opacity: 1; }
.g-c7083850 .g-e25f1bd2 { position: relative; z-index: 1; }
.g-c7083850 .g-a736f61b { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-77b8a0ed { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-a736f61b { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-77b8a0ed { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-a736f61b { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-4c8006bb { margin-top: var(--size-m); }
.g-47c9171b { margin-top: var(--size-m); }
.g-3779e70e { margin-top: var(--size-xl); }
.g-119478b7 { align-items: stretch; }
.g-f1f681ec { height: auto; }
.g-888be806 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-888be806 .g-6a6920bf { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-888be806 .g-3e780bf6 { background: var(--color-primary); transform: scale(1.2); }
.g-ac3eba5b { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-295165bc { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-ffd2b3d5 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-f0c723d8 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-e87cc243 { display: none; }
.g-aa673f0f { width: 100%; }
.g-c5bdb6d2 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-4f8643fc { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-5cbac5b8 { 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-295bce59 { fill: var(--color-text); }
.g-7ab12f95 { stroke: var(--color-text); }
.g-caa1fc70 { stroke: var(--color-text); }
.g-5c6af023 { display: flex; flex-direction: column; }
.g-17760046 { width: 100%; height: 300px; }
.g-feddfc4a { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-295165bc { flex-direction: column-reverse; }
.g-ffd2b3d5 { flex-direction: column-reverse; justify-content: flex-start; }
.g-f0c723d8 { flex: 1; }
.g-52f1d752 { display: none; }
.g-e87cc243 { display: block; text-align: center; }
.g-c5bdb6d2 { justify-content: space-evenly; }
.g-17760046 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-ffd2b3d5 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-5cbac5b8 { margin-right: 0; }
.g-5c6af023 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-ffd2b3d5 { text-align: center; }
.g-f0c723d8 { padding: var(--size-s); }
.g-c5bdb6d2 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-4f8643fc { flex: inherit; align-items: center; }
 }

/* Block: about-page::about--0 (about) */
.g-cf6def3b { padding: 0; }
@media screen and (max-width: 1280px) { .g-a876bb4e { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-cf6def3b { padding: 0 var(--wrapper-padding); }
.g-eb244d46 { column-count: 1; }
.g-a876bb4e { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-eb244d46 { text-align: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-bea9f947 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-0f0156cf { flex: 1; }
.g-efbeba94 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-a27c65c8 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-1c3a1ef2 { 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-bea9f947 { flex-direction: column; gap: var(--size-m); }
.g-0f0156cf { text-align: center; }
 }@media screen and (max-width: 576px) { .g-efbeba94 { gap: var(--size-s); }
.g-a27c65c8 { flex-direction: column; gap: var(--size-xxs); }
 }

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

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

/* Block: expertise::process--0 (process) */
.g-7ffc0334 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-7ffc0334::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-3cf5370c { 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-3cf5370c::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-77e4e33f::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-365e2a56 { 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-2469900b { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-b4235097 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-3db79e1a { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-3ee4d8c4 { padding-bottom: 37px; }
.g-3ee4d8c4::before { bottom: 0; }
.g-c1630d1e { padding-top: 35px; }
.g-c1630d1e::before { top: 0; }
@media screen and (max-width: 768px) { .g-7ffc0334 { flex-direction: column; }
.g-7ffc0334::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-1fae2ba3 { width: 50%; }
.g-365e2a56 { margin: 0; align-self: initial; }
.g-2469900b { order: 2; margin-left: auto; align-self: initial; }
.g-b4235097 { order: 3; align-self: initial; }
.g-3db79e1a { margin-left: auto; align-self: initial; }
.g-3cf5370c { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-3cf5370c::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-3ee4d8c4 { padding-bottom: var(--size-xs); }
.g-c1630d1e { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-c1630d1e::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-7ffc0334::before { left: 0; }
.g-1fae2ba3 { width: 100%; }
.g-365e2a56 { margin: 0; }
.g-2469900b { margin: 0; }
.g-b4235097 { margin: 0; }
.g-3db79e1a { margin: 0; }
.g-3cf5370c { padding-left: var(--size-s); }
.g-3cf5370c::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-3ee4d8c4 { margin: 0; padding-top: 35px; }
.g-c1630d1e { padding-top: 35px; }
 }

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

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

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