/* Block: categories-list (categories-list) */
.g-d43ca644 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-d43ca644 .g-273395df { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-d43ca644 .g-273395df:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-c8a592c9 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-c8a592c9 .g-934388f2 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-c8a592c9 .g-87a4f3a5 { font-size: 80px; }
.g-c8a592c9 .g-860b34d1 { margin-top: var(--size-xs); }
.g-c8a592c9 .g-869acfae { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-934388f2 { padding: var(--size-xs); }
.g-87a4f3a5 { font-size: 64px; }
.g-869acfae { 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-2612d87d { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-e0c4c8d6 { display: block; }
.g-e9277261 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-eb5a9024 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-65dff66c { width: 100%; }
@media screen and (max-width: 768px) { .g-2612d87d { padding: var(--size-s); }
.g-e9277261 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-eb5a9024 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-65dff66c { width: auto; }
 }@media screen and (max-width: 576px) { .g-eb5a9024 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-ab8b06c1 { margin-top: var(--size-m); }
.g-719b9f07 { margin-top: var(--size-m); }
.g-e2545a1a { margin-top: var(--size-xl); }
.g-c95ef57d { align-items: stretch; }
.g-c42b2c41 { height: auto; }
.g-9d9f06f4 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-9d9f06f4 .g-1f55208f { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-9d9f06f4 .g-0ee32b61 { background: var(--color-primary); transform: scale(1.2); }
.g-e7d7b041 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-105e1320 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-bb1b9faf { 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-bb1b9faf.g-f74a9030 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-ef7a6eb1 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-70f29714 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-ca764140 { max-width: 563px; }
.g-ebb10759 { max-width: 465px; }
.g-73c7a863 { margin-top: var(--size-xs); }
.g-c087fca5 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9847ba42 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-7fea80f8 { 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-7fea80f8:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-3a210dae { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-eb5e7bd2 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-a9cce98e { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-333b4363 { display: flex; justify-content: space-between; align-items: center; }
.g-12e4bfd6 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-ec7c27ab { 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-ca764140 { max-width: 550px; }
.g-ebb10759 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-333b4363 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-12e4bfd6 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-ec7c27ab { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-714835ff { order: 3; }
 }@media screen and (max-width: 576px) { .g-70f29714 { gap: var(--size-m); }
.g-c087fca5 { flex-direction: column; gap: var(--size-xxs); }
.g-9847ba42 { width: 100%; }
.g-7fea80f8 { width: 100%; }
.g-12e4bfd6 { flex-direction: column; align-items: flex-start; }
 }

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

.g-b226a5f4 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-86b6e5ed { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-b528ebc5 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-5686203b { display: none; }
.g-cb34367d { font-size: 34px; margin-right: var(--size-xxs); }
.g-38839654 { font-size: 24px; font-weight: 600; }
.g-71679ced { -ms-overflow-style: none; scrollbar-width: none; }
.g-4d2a532a { display: none; }
.g-b9cae280 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-24277709 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-bae080dd { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-bae080dd:hover { transform: scale(1.05); }
.g-380f4d68 { display: none; }
.g-d80197f4 { display: none; }
.g-d74b599b { display: inline; }
.g-f0c4a0d9 { display: none; }
.g-b8b843ae { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-b8b843ae.g-09df9510 { display: flex; width: 100%; }
.g-21463ecf { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-21463ecf .g-24277709 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-cb34367d { font-size: 28px; }
.g-38839654 { font-size: 20px; }
.g-b9cae280 { gap: var(--size-xxs); }
.g-d4e1f6dc { display: none; }
.g-d80197f4 { display: block; }
.g-b8b843ae.g-09df9510 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-92bceeed { padding: var(--section-padding) 0; }
.g-e2f4e5fc { display: flex; }
.g-a0400a12 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-ac242977 { width: 100%; height: 100%; }
.g-0a1b672a { 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-3d05c6fa { margin-top: var(--size-s); }
.g-0ad2eb93 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-e2f4e5fc { flex-direction: column-reverse; }
.g-a0400a12 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-ac242977 { height: 350px; }
.g-0a1b672a { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-ac242977 { height: auto; }
.g-0a1b672a { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-74d74238 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-e5dd761a { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-eb7198b3 { position: relative; padding: var(--size-xl) 0; }
.g-5ba8bf66 { text-align: center; }
.g-0ebc1011 { text-align: center; margin-top: var(--size-s); }
.g-dabb63e6 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-dabb63e6 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-caa504d5 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-280a427f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-280a427f::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-2f3b16f1 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-260f04db { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-caa504d5 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-caa504d5 { padding-bottom: 40px; }
 }

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

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

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

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

.g-27a5046d .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-27a5046d .prev,
.g-27a5046d .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-bf03079c { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-bf03079c .g-124c681b { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-bf03079c .g-124c681b:hover .g-f335ecad { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-bf03079c .g-04a93ff8 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-bf03079c .g-04a93ff8::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-bf03079c .g-04a93ff8 img { width: 100%; height: 100%; object-fit: cover; }
.g-bf03079c .g-f335ecad { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-bf03079c .g-96495c63 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-bf03079c .g-bff26054 { 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-bf03079c .g-2e6799ee { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-bf03079c .g-ecb812f3 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-bf03079c .g-85f5008f { display: flex; align-items: center; gap: 8px; }
.g-bf03079c .g-85f5008f:hover { text-decoration: underline; }
.g-bf03079c .g-85f5008f svg { margin-left: 8px; fill: currentColor; }
.g-bf03079c .g-ebdcb39e { white-space: nowrap; opacity: 0.8; }
.g-03a2bc50 { min-height: 600px; }
.g-03a2bc50 .g-124c681b { padding: 48px 40px; }
.g-03a2bc50 .g-f335ecad { transform: none; }
@media screen and (max-width: 870px) { .g-03a2bc50 { min-height: 368px; }
.g-03a2bc50 .g-124c681b { padding: 24px; }
.g-03a2bc50 .g-f335ecad { 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-d13391d4 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-d13391d4 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-d13391d4 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-d13391d4 .g-fa474e2b { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-d13391d4 .g-0cc37383 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d13391d4 .g-5247f417 { margin-top: var(--size-m); }
.g-d13391d4 .g-2f6b22ce { 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-d13391d4 .g-3c7e31c5 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-d13391d4 .g-3c7e31c5::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-d13391d4 .g-3c7e31c5:hover { color: var(--color-text); }
.g-d13391d4 .g-ba305025 { font-weight: bold; }
.g-d13391d4 .g-ba305025::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-d13391d4 { grid-template-columns: 1fr; }
.g-d13391d4 .g-77cb0693 { display: none; }
.g-d13391d4 .g-5247f417 { margin-top: var(--size-s); }
.g-d13391d4 .g-2f6b22ce { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-d13391d4 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-d13391d4 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-3831e21b { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-129ab54c { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-88d4ea28 { text-decoration: none; }
.g-88d4ea28:hover { text-decoration: underline; }
.g-718bbaf3 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-c1196017 { margin-top: var(--size-s); }
.g-2aa85fc7 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-3831e21b { gap: var(--size-xs); }
.g-718bbaf3 { margin-top: var(--size-s); }
.g-2aa85fc7 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-4b769194 { text-align: center; }
.g-1baf55f2 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-70d52c0c { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-22692c99 { 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-22692c99:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-1baf55f2 { margin-top: var(--size-m); }
.g-70d52c0c { border-radius: var(--size-m); }
.g-22692c99 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-dc6f3af9 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-dc6f3af9 .g-76bccb98 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-dc6f3af9 .g-c338abcc { margin-top: var(--size-m); }
.g-230d7487 { margin-top: var(--size-xl); }
.g-ef738d2f { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-dc6f3af9 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-01928c79 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-01928c79 .g-be53ba75 { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-01928c79 .g-70f31b38 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-01928c79 .g-70f31b38:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-55f000e0 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-55f000e0 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-55f000e0 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-efd232a3 { padding: var(--section-padding) 0; }
.g-454a6b4e { display: flex; }
.g-eef85277 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-6d3bcca6 { width: 100%; height: 100%; }
.g-5cdc494c { 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-c3b74ba5 { margin-top: var(--size-s); }
.g-b1393f5a { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-454a6b4e { flex-direction: column-reverse; }
.g-eef85277 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-6d3bcca6 { height: 350px; }
.g-5cdc494c { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-6d3bcca6 { height: auto; }
.g-5cdc494c { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-e3e41288 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-bb8df8b7 { flex: 0 0 45%; position: relative; }
.g-413c8fbc { flex: 1; position: relative; z-index: 1; }
.g-86e65253 { user-select: none; }
.g-86e65253[open] .g-9cf70507 { transform: rotate(45deg); }
.g-01e9382c { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-01e9382c::-webkit-details-marker { display: none; }
.g-9cf70507 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-9cf70507 svg { fill: var(--color-primary); }
.g-00b4dbc4 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-01e9382c { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-9cf70507 { width: 24px; height: 24px; }
.g-9cf70507 svg { width: 16px; height: 16px; }
.g-00b4dbc4 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e3e41288 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-bb8df8b7 { flex: 0; }
.g-413c8fbc { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-bb8df8b7 { text-align: center; }
.g-413c8fbc { max-width: inherit; width: 100%; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-5d6685b7 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-5d6685b7 .g-96a32f87 { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-5d6685b7 .g-96a32f87:hover { filter: brightness(0.96); }

/* Block: front-page::featured-posts (featured-posts) */
.g-9917b71a { margin-top: var(--size-m); }
.g-bf9b01a7 { margin-top: var(--size-m); }
.g-858da8e1 { margin-top: var(--size-xl); }
.g-4472752b { align-items: stretch; }
.g-fc62b71a { height: auto; }
.g-57f4cda3 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-57f4cda3 .g-d7e6d3ab { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-57f4cda3 .g-1a86bcc7 { background: var(--color-primary); transform: scale(1.2); }
.g-9a841cfc { 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-30c6eb94 { 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-30c6eb94 { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-25cb1b4e { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-0622e694 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-44353c51 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-da316f44 { display: flex; justify-content: flex-start; align-items: center; }
.g-24ac43a6 { 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-057e2341 { display: flex; flex-direction: column; }
.g-ddac8d2b { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-807fe321 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-25cb1b4e { flex-direction: column-reverse; }
.g-0622e694 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-63ec22b9 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-63ec22b9 .g-da316f44 { margin-top: 0; }
.g-da316f44 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-24ac43a6 { margin-right: 0; }
.g-057e2341 { margin-top: var(--size-xs); }
.g-ddac8d2b { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-0622e694 { text-align: center; }
.g-63ec22b9 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-da316f44 { align-items: center; }
.g-075b3b2f { margin: 0 auto; }
 }

/* Block: expertise::about--0 (about) */
.g-068d28ca { position: relative; display: flex; align-items: center; gap: var(--size-m); min-height: 550px; padding: var(--size-xl); }
.g-56b0f084 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.g-ef3cfcc2 { position: relative; z-index: 2; width: 60%; margin-left: auto; padding: var(--size-m); }
@media screen and (max-width: 870px) { .g-ef3cfcc2 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-068d28ca { padding: 0; flex-direction: column-reverse; }
.g-56b0f084 { position: static; border-radius: 0; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.g-ef3cfcc2 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-8f591a0b { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-e7a7ecf9 { flex: 1; }
.g-4f42cf6d { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-a93ab087 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-secondary); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-e66fed7d { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-8f591a0b { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-e7a7ecf9 { text-align: center; }
.g-e66fed7d { font-size: 32px; flex: 0 0 35px; }
 }

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

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

/* Block: expertise::text--1 (text) */
.g-52ac9cf6 { text-align: center; }

/* Block: benefits::highlights--0 (highlights) */
.g-28e9e443 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-b961a30d { flex: 0 1 560px; }
.g-824bf995 { flex: 1 1 630px; }
.g-0647c2d2 { flex: 1; }
.g-3517009f { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-c381b3b2 { flex: 1; }
.g-606a1ac6 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-aba3fea5 { 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: 768px) { .g-28e9e443 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-b961a30d { flex: auto; }
.g-824bf995 { flex: auto; width: 100%; }
.g-3517009f { margin-top: var(--size-s); }
.g-c381b3b2 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-606a1ac6 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-b961a30d { text-align: center; }
.g-3517009f { flex-direction: column; }
.g-c381b3b2 { flex: auto; text-align: center; }
.g-606a1ac6 { align-items: center; }
 }

/* Block: benefits::about--0 (about) */
.g-0dccc7f5 { display: flex; align-items: center; gap: var(--size-m); }
.g-a7220199 { flex: 1; }
.g-2bf7b44d { position: relative; padding: var(--size-m); }
.g-2bf7b44d::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-1f1b3c89 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-0dccc7f5 { flex-direction: column; align-items: stretch; }
.g-a7220199 { flex: auto; }
.g-2bf7b44d { padding: var(--size-m) var(--size-s); }
.g-2bf7b44d::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-2bf7b44d { text-align: center; }
 }

/* Block: benefits::text--0 (text) */
.g-1fe3d79d { text-align: center; }

/* Block: benefits::reviews--0 (reviews) */
.g-32b36e3b { width: 60%; }
.g-b2d11353 { padding: var(--size-s) var(--wrapper-padding); }
.g-b1333a8e { display: flex; justify-content: flex-start; }
.g-b1333a8e svg { fill: var(--color-secondary); }
.g-2d2f21fc { justify-content: flex-end; }
.g-535c884b { padding: 0 var(--wrapper-padding); }
.g-77753cb3 { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-32b36e3b { width: 100%; }
 }@media screen and (max-width: 576px) { .g-eaf1f1e0 { flex-direction: column; }
.g-b1333a8e svg { transform: scale(0.6); }
.g-535c884b { padding: 0 50px 0 50px; }
.g-77753cb3 { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-535c884b { padding: 0; }
.g-77753cb3 { padding: 0; }
 }

/* Block: benefits::about--1 (about) */
.g-1f0e3924 { padding: 0; }
@media screen and (max-width: 1280px) { .g-637c23b5 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-1f0e3924 { padding: 0 var(--wrapper-padding); }
.g-1764f03a { column-count: 1; }
.g-637c23b5 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-1764f03a { text-align: center; }
 }

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