/* Block: categories-list (categories-list) */
.g-b321c958 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-b321c958 .g-a937886f { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-b321c958 .g-a937886f:hover { filter: brightness(0.96); }
.g-b321c958 .g-7db900a5 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-b321c958 .g-1403ba25 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-b321c958 { gap: var(--size-s); }
.g-a937886f { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-b321c958 { gap: var(--size-xs); }
.g-a937886f { min-height: 40px; padding: 8px 16px; }
.g-7db900a5 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-fa861289 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-fa861289 .g-7a54771a { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-fa861289 .g-28ce0b77 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-7a54771a { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-28ce0b77 { 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-6eb3a8b8 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-9bc5f8e0 { display: block; }
.g-079aa736 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-51ff0746 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-60f36dad { width: 100%; }
@media screen and (max-width: 768px) { .g-6eb3a8b8 { padding: var(--size-s); }
.g-079aa736 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-51ff0746 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-60f36dad { width: auto; }
 }@media screen and (max-width: 576px) { .g-51ff0746 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-6ed4eb9c { margin-top: var(--size-m); }
.g-004c5d18 { margin-top: var(--size-m); }
.g-882bfd3a { margin-top: var(--size-xl); }
.g-ebe3f6ea { align-items: stretch; }
.g-5a3b1ea5 { height: auto; }
.g-d78dacdc { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-d78dacdc .g-4b42aee9 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-d78dacdc .g-f8e236a1 { background: var(--color-primary); transform: scale(1.2); }
.g-d9bb0667 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-874cdfeb { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-c931a01e { 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-c931a01e.g-95ed5c63 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-179f5c96 { margin-top: var(--section-padding); }
.g-cb7c2571 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-08db7267 { 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-4d20981c { max-width: 524px; }
.g-29c54aee { max-width: 450px; }
.g-f7680bda { margin-top: var(--size-xs); }
.g-ca16f8eb { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ecce2fbb { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-3f9414f0 { 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-3f9414f0:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-8c93bbb4 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-ad5f7e23 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-349fb87e { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-f3b77b17 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-5fe79138 { 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-4d20981c { max-width: initial; }
.g-29c54aee { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-f3b77b17 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-5fe79138 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-44631b38 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-08db7267 { gap: var(--size-m); }
.g-ca16f8eb { flex-direction: column; gap: var(--size-xxs); }
.g-ecce2fbb { width: 100%; }
.g-3f9414f0 { width: 100%; }
.g-f3b77b17 { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#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-951ab435 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-ef649893 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-4b106d63 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-89cfc8ff { font-size: 36px; margin-right: var(--size-xs); }
.g-b7a64183 { font-size: 24px; font-weight: 600; }
.g-204f2527 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-5b55f5c7 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-f229b153 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-7fc007eb { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-807f5c07 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-807f5c07.g-e1c3e14c { display: block; }
.g-204f2527 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-f229b153 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-807f5c07 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-eb413da3 { padding: var(--section-padding) 0; }
.g-2493483a { display: flex; }
.g-a2fb14f0 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-d3f24d68 { width: 100%; height: 100%; }
.g-ce71ab2d { 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-ffd22ac5 { margin-top: var(--size-s); }
.g-4c173d3e { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-2493483a { flex-direction: column-reverse; }
.g-a2fb14f0 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-d3f24d68 { height: 350px; }
.g-ce71ab2d { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-d3f24d68 { height: auto; }
.g-ce71ab2d { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-b9a8ab5c { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-53b72d7e { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-b1253f61 { text-align: center; margin-top: var(--size-xl); }
.g-a6a7410d { text-align: center; margin-top: var(--size-s); }
.g-1677e4b5 { text-align: center; }
@media screen and (max-width: 768px) { .g-b1253f61 { margin-top: var(--size-m); }
 }

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

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

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

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

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

.g-ed3a861c .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-ed3a861c .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-ed3a861c .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-ed3a861c .prev,
.g-ed3a861c .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-c15b5450 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-c15b5450 .g-b3fc396f { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-c15b5450 .g-b3fc396f:hover .g-8b787210 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-c15b5450 .g-866cbb59 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-c15b5450 .g-866cbb59::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-c15b5450 .g-866cbb59 img { width: 100%; height: 100%; object-fit: cover; }
.g-c15b5450 .g-8b787210 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-c15b5450 .g-25ecadaf { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-c15b5450 .g-ffb10c65 { 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-c15b5450 .g-7a2ae59b { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-c15b5450 .g-653671ff { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-c15b5450 .g-48656fac { display: flex; align-items: center; gap: 8px; }
.g-c15b5450 .g-48656fac:hover { text-decoration: underline; }
.g-c15b5450 .g-48656fac svg { margin-left: 8px; fill: currentColor; }
.g-c15b5450 .g-947aa4a2 { white-space: nowrap; opacity: 0.8; }
.g-5a78d267 { min-height: 600px; }
.g-5a78d267 .g-b3fc396f { padding: 48px 40px; }
.g-5a78d267 .g-8b787210 { transform: none; }
@media screen and (max-width: 870px) { .g-5a78d267 { min-height: 368px; }
.g-5a78d267 .g-b3fc396f { padding: 24px; }
.g-5a78d267 .g-8b787210 { 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-e5194203 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-e5194203 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-e5194203 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-e5194203 .g-038c4bad { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-e5194203 .g-63c04075 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e5194203 .g-186bab75 { margin-top: var(--size-m); }
.g-e5194203 .g-8d133134 { 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-e5194203 .g-82885223 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-e5194203 .g-82885223::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-e5194203 .g-82885223:hover { color: var(--color-text); }
.g-e5194203 .g-ffc8f39d { font-weight: bold; }
.g-e5194203 .g-ffc8f39d::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-e5194203 { grid-template-columns: 1fr; }
.g-e5194203 .g-71cf7dd8 { display: none; }
.g-e5194203 .g-186bab75 { margin-top: var(--size-s); }
.g-e5194203 .g-8d133134 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e5194203 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-e5194203 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-7fb2a359 { position: relative; height: 800px; }
.g-d81be6e8 { height: 100%; display: flex; flex-direction: column; }
.g-8c4d40a4 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-8c4d40a4::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-cc2d238b { width: 100%; height: 100%; }
.g-7c5a83cc { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-cfe7ddcf { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-ed3ddb0f { text-decoration: none; }
.g-ed3ddb0f:hover { text-decoration: underline; }
.g-4219f711 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-1ed84515 { margin-top: var(--size-m); }
.g-f090107e { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-cfe7ddcf { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-1ed84515 { margin-top: var(--size-s); }
.g-f090107e { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-7fb2a359 { height: 700px; }
.g-7c5a83cc { width: 95%; }
.g-cfe7ddcf { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-cc2d238b { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-419b20d3 { text-align: center; }
.g-544277f8 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-1508ead5 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-440c3257 { 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-440c3257:hover { background-color: var(--color-primary); }
.g-33d56f57 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-544277f8 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-a8f7dc59 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-a8f7dc59 .g-c291bb6d { text-align: center; max-width: 500px; margin: 0 auto; }
.g-a8f7dc59 .g-922cdb50 { margin-top: var(--size-m); }
.g-c48695ae { margin-top: var(--size-xl); }
.g-e312975a { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-a8f7dc59 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-e8dd1de1 { position: relative; display: inline-block; width: 100%; }
.g-e8dd1de1 .g-2c561029 { 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) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-e8dd1de1 .g-2c561029:focus + .g-abeaea3e { opacity: 1; }
.g-e8dd1de1 .g-38a54ac5 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-e8dd1de1 .g-38a54ac5:hover { opacity: .7; }
.g-e8dd1de1 .g-22d7c593 { fill: var(--color-primary); }
.g-e8dd1de1 .g-abeaea3e { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-e8dd1de1 .g-abeaea3e:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-78d81c68 { 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-89abeb02 { fill: var(--color-text-light); }
.g-9d107381 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-78d81c68 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-3a8a1f0a { padding: var(--section-padding) 0; }
.g-d302647c { display: flex; }
.g-fa9e8d1a { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-1ff40505 { width: 100%; height: 100%; }
.g-c415ebe3 { 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-1ad09f06 { margin-top: var(--size-s); }
.g-fba8d6e9 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-d302647c { flex-direction: column-reverse; }
.g-fa9e8d1a { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-1ff40505 { height: 350px; }
.g-c415ebe3 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-1ff40505 { height: auto; }
.g-c415ebe3 { padding: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-1b83b4b7 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-1b83b4b7 .g-208bb6b0 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-1b83b4b7 .g-208bb6b0:hover { filter: brightness(0.96); }
.g-1b83b4b7 .g-1e91be06 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-1b83b4b7 .g-558d08fd { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-1b83b4b7 { gap: var(--size-s); }
.g-208bb6b0 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-1b83b4b7 { gap: var(--size-xs); }
.g-208bb6b0 { min-height: 40px; padding: 8px 16px; }
.g-1e91be06 { gap: 8px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-aa3234c6 { margin-top: var(--size-m); }
.g-11d9fa18 { margin-top: var(--size-m); }
.g-304fe780 { margin-top: var(--size-xl); }
.g-a3994225 { align-items: stretch; }
.g-ddc0936a { height: auto; }
.g-31fefee9 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-31fefee9 .g-351e6df5 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-31fefee9 .g-4e7a3596 { background: var(--color-primary); transform: scale(1.2); }
.g-5aed7228 { 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-3bd20100 { margin: var(--section-padding) 0; }

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

/* Block: contacts-page::form--0 (form) */
.g-2b88422c { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-b29d6ad8 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-bcbb410f { display: flex; justify-content: flex-start; }
.g-9066b739 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-0d7992ac { display: flex; justify-content: flex-start; align-items: center; }
.g-ffe9e798 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-5982fd17 { fill: var(--color-text); }
.g-1f95d21b { stroke: var(--color-text); }
.g-c2210278 { stroke: var(--color-text); }
.g-bf57eff8 { display: flex; flex-direction: column; }
.g-f7a0d3f2 { flex: 0 0 50%; height: 383px; }
.g-22933e20 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-2b88422c { flex-direction: column; }
.g-b29d6ad8 { width: 100%; flex: 0 0 auto; }
.g-bcbb410f { flex-direction: column; }
.g-9066b739 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-53547357 { width: 100%; display: flex; justify-content: space-between; }
.g-0d7992ac { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-ffe9e798 { margin-right: 0; }
.g-bf57eff8 { margin-top: var(--size-xs); }
.g-f7a0d3f2 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-b29d6ad8 { padding: var(--size-xs); }
.g-53547357 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-0d7992ac { align-items: center; }
.g-bf57eff8 { text-align: center; }
.g-f7a0d3f2 { height: 370px; }
 }

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

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

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

/* Block: approach::process--0 (process) */
.g-6038ad23 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-6038ad23::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-d59b852d { 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-d59b852d::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-66d73b6f::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-2e01ce1b { 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-8cfb76a1 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-c57f69cd { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-91d2b316 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-9f01da63 { padding-bottom: 37px; }
.g-9f01da63::before { bottom: 0; }
.g-6d005c1a { padding-top: 35px; }
.g-6d005c1a::before { top: 0; }
@media screen and (max-width: 768px) { .g-6038ad23 { flex-direction: column; }
.g-6038ad23::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-5cd2f410 { width: 50%; }
.g-2e01ce1b { margin: 0; align-self: initial; }
.g-8cfb76a1 { order: 2; margin-left: auto; align-self: initial; }
.g-c57f69cd { order: 3; align-self: initial; }
.g-91d2b316 { margin-left: auto; align-self: initial; }
.g-d59b852d { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-d59b852d::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-9f01da63 { padding-bottom: var(--size-xs); }
.g-6d005c1a { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-6d005c1a::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-6038ad23::before { left: 0; }
.g-5cd2f410 { width: 100%; }
.g-2e01ce1b { margin: 0; }
.g-8cfb76a1 { margin: 0; }
.g-c57f69cd { margin: 0; }
.g-91d2b316 { margin: 0; }
.g-d59b852d { padding-left: var(--size-s); }
.g-d59b852d::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-9f01da63 { margin: 0; padding-top: 35px; }
.g-6d005c1a { padding-top: 35px; }
 }

/* Block: approach::text--1 (text) */
.g-07ddddf8 { text-align: center; }

/* Block: approach::about--0 (about) */
.g-b1174f6e { display: flex; align-items: center; gap: var(--size-m); }
.g-b72952b8 { flex: 1; }
.g-245e2517 { position: relative; padding: var(--size-m); }
.g-245e2517::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-ccae855a { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-b1174f6e { flex-direction: column; align-items: stretch; }
.g-b72952b8 { flex: auto; }
.g-245e2517 { padding: var(--size-m) var(--size-s); }
.g-245e2517::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-245e2517 { text-align: center; }
 }

/* Block: approach::text--2 (text) */
.g-0789e2a9 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-f5fcb2cc { text-align: center; }
.g-0789e2a9 { column-count: 1; }
 }