/* Block: categories-list (categories-list) */
.g-e757c144 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-e757c144 .g-b56b8124 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-e757c144 .g-b56b8124:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-e757c144 .g-b56b8124:hover .g-dee67d42 { opacity: 1; }
.g-e757c144 .g-2c836cb4 { position: relative; z-index: 1; }
.g-e757c144 .g-dee67d42 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-e757c144 .g-0ea5a225 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-e757c144 .g-0ea5a225 .g-dee67d42 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-b56b8124 { min-height: 144px; padding-bottom: 82px; }
.g-dee67d42 { font-size: 72px; }
.g-0ea5a225 { padding-bottom: 120px; min-height: 159px; }
.g-0ea5a225 .g-dee67d42 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-e757c144 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-b56b8124 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-dee67d42 { font-size: 56px; right: 16px; bottom: 16px; }
.g-0ea5a225 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-0ea5a225 .g-dee67d42 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-e412e27a { 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-e412e27a .g-b09fb5b4 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e412e27a .g-407a6e05 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-b09fb5b4 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-407a6e05 { 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-a0297403 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-957d4753 { display: block; }
.g-ccf7c9f7 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-1b3713a1 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-63f13008 { width: 100%; }
@media screen and (max-width: 768px) { .g-a0297403 { padding: var(--size-s); }
.g-ccf7c9f7 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-1b3713a1 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-63f13008 { width: auto; }
 }@media screen and (max-width: 576px) { .g-1b3713a1 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-475adb74 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-64d32638 { 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-64d32638.g-2d3ce628 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-ed04d7d6 { margin-top: var(--section-padding); }
.g-449321dc { border-radius: var(--b-radius); padding: var(--size-m); }
.g-62ada3ea { 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-a3ebe1bc { max-width: 524px; }
.g-ab48ed33 { max-width: 450px; }
.g-9ee5afe0 { margin-top: var(--size-xs); }
.g-7b62fc29 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-777a2c7b { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-fda08ada { 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-fda08ada:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-ad909340 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-f91535f1 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-cea4dbb6 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-33f92a14 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-b8471825 { 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-a3ebe1bc { max-width: initial; }
.g-ab48ed33 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-33f92a14 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-b8471825 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-884d94d3 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-62ada3ea { gap: var(--size-m); }
.g-7b62fc29 { flex-direction: column; gap: var(--size-xxs); }
.g-777a2c7b { width: 100%; }
.g-fda08ada { width: 100%; }
.g-33f92a14 { flex-direction: column; align-items: center; }
 }

/* 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-a3454cb5 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-21586d3e { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-729554e3 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-d73c3d4b { font-size: 36px; margin-right: var(--size-xs); }
.g-414d0500 { font-size: 24px; font-weight: 600; }
.g-32e21c88 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-f4544c82 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-f4544c82:hover { opacity: 0.7; }
.g-38a74168 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-73ea4221 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-49a1e007 { 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-49a1e007.g-445d5252 { display: block; }
.g-32e21c88 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-38a74168 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-49a1e007 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-edc76e3b { padding: var(--section-padding) 0; }
.g-a8200963 { display: flex; }
.g-1238f018 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-a4f11a6f { width: 100%; height: 100%; }
.g-39a9b978 { 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-5ee0010a { margin-top: var(--size-s); }
.g-11ecef5a { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-a8200963 { flex-direction: column-reverse; }
.g-1238f018 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-a4f11a6f { height: 350px; }
.g-39a9b978 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-a4f11a6f { height: auto; }
.g-39a9b978 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-d6c35bb6 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-650dd7a6 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-035252c3 { position: relative; padding: var(--size-xl) 0; }
.g-d618f164 { text-align: center; }
.g-e6ab116c { text-align: center; margin-top: var(--size-s); }
.g-5d4c9a28 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-5d4c9a28 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-9e10d2e1 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-d4ee4d6b { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-d4ee4d6b::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-be6bc150 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-0cc0b247 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-9e10d2e1 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-9e10d2e1 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-528a9780 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-528a9780 .g-21101513 { position: relative; text-decoration: none; }
.g-528a9780 .g-ede69865 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-528a9780 .g-b4fc86ac { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-528a9780 .g-b4fc86ac img { width: 100%; height: 100%; object-fit: cover; }
.g-528a9780 .g-31b3ef89 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-528a9780 .g-adf0ee9d { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-528a9780 .g-370dbf13 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-528a9780 .g-1a1abcd5 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-d7441dd9 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-d7441dd9 .g-21101513 { position: relative; text-decoration: none; }
.g-d7441dd9 .g-ede69865 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-d7441dd9 .g-b4fc86ac { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-d7441dd9 .g-b4fc86ac img { width: 100%; height: 100%; object-fit: cover; }
.g-d7441dd9 .g-31b3ef89 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-d7441dd9 .g-adf0ee9d { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-d7441dd9 .g-370dbf13 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-d7441dd9 .g-1a1abcd5 { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-ede69865 { gap: 0 4px; }
 }

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

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

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

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

.g-4bd315d8 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-4bd315d8 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-4bd315d8 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-4bd315d8 .g-443b2c2b { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-4bd315d8 .g-c0e633a9 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4bd315d8 .g-22d3f2a8 { margin-top: var(--size-m); }
.g-4bd315d8 .g-c45bfd5f { 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-4bd315d8 .g-c0540e20 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-4bd315d8 .g-c0540e20::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-4bd315d8 .g-c0540e20:hover { color: var(--color-text); }
.g-4bd315d8 .g-c58bc3ca { font-weight: bold; }
.g-4bd315d8 .g-c58bc3ca::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-4bd315d8 { grid-template-columns: 1fr; }
.g-4bd315d8 .g-327bd11d { display: none; }
.g-4bd315d8 .g-22d3f2a8 { margin-top: var(--size-s); }
.g-4bd315d8 .g-c45bfd5f { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-4bd315d8 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-4bd315d8 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-d20a44c7 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-f8e788e8 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-c97813b5 { text-decoration: none; }
.g-c97813b5:hover { text-decoration: underline; }
.g-030ab85f { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-957190c1 { margin-top: var(--size-s); }
.g-099cc08d { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-d20a44c7 { gap: var(--size-xs); }
.g-030ab85f { margin-top: var(--size-s); }
.g-099cc08d { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-18f288b4 { text-align: center; }
.g-bd4a4966 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-33b2bdc6 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-f044c6f4 { 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-f044c6f4:hover { background-color: var(--color-primary); }
.g-61eabda0 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-bd4a4966 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-696c41bb { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-696c41bb .g-e0bdbfe9 { margin-top: var(--size-m); max-width: 600px; }
.g-efc4feb8 { margin-top: var(--size-xl); }
.g-51b3a786 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-696c41bb { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-bcc238c2 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-bcc238c2 .g-21f7f7d2 { 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-bcc238c2 .g-1b7f081c { 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-bcc238c2 .g-1b7f081c:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-46cbc20b { padding: var(--section-padding) 0; }
.g-a54379ad { display: flex; }
.g-8dae5393 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-5108e032 { width: 100%; height: 100%; }
.g-0f783969 { 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-2b323971 { margin-top: var(--size-s); }
.g-2c30b048 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-a54379ad { flex-direction: column-reverse; }
.g-8dae5393 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-5108e032 { height: 350px; }
.g-0f783969 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-5108e032 { height: auto; }
.g-0f783969 { padding: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-88b8a7c8 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-88b8a7c8 .g-43197684 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-88b8a7c8 .g-43197684:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-88b8a7c8 .g-43197684:hover .g-60a8b747 { opacity: 1; }
.g-88b8a7c8 .g-3b4ffd2c { position: relative; z-index: 1; }
.g-88b8a7c8 .g-60a8b747 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-88b8a7c8 .g-475e61ce { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-88b8a7c8 .g-475e61ce .g-60a8b747 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-43197684 { min-height: 144px; padding-bottom: 82px; }
.g-60a8b747 { font-size: 72px; }
.g-475e61ce { padding-bottom: 120px; min-height: 159px; }
.g-475e61ce .g-60a8b747 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-88b8a7c8 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-43197684 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-60a8b747 { font-size: 56px; right: 16px; bottom: 16px; }
.g-475e61ce { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-475e61ce .g-60a8b747 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-1de7caa0 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-bc635333 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-1ce0feb3 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-bb1f8c85 { display: none; }
.g-23053e76 { width: 100%; }
.g-dcfa42f2 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-07164827 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-b5c1ba00 { 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-de42e858 { fill: var(--color-text); }
.g-5ba4d539 { stroke: var(--color-text); }
.g-c78a24fd { stroke: var(--color-text); }
.g-79750d7f { display: flex; flex-direction: column; }
.g-a8bb75c0 { width: 100%; height: 300px; }
.g-16702769 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-1de7caa0 { flex-direction: column-reverse; }
.g-bc635333 { flex-direction: column-reverse; justify-content: flex-start; }
.g-1ce0feb3 { flex: 1; }
.g-7bbd49f0 { display: none; }
.g-bb1f8c85 { display: block; text-align: center; }
.g-dcfa42f2 { justify-content: space-evenly; }
.g-a8bb75c0 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-bc635333 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-b5c1ba00 { margin-right: 0; }
.g-79750d7f { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-bc635333 { text-align: center; }
.g-1ce0feb3 { padding: var(--size-s); }
.g-dcfa42f2 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-07164827 { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-a620bac3 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-825d7873 { padding: 0 var(--wrapper-padding); }
.g-a3b09148 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-a3b09148::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-428446c5 { width: 50%; }
.g-6353310e { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-9c0e3266 { flex: 1; }
.g-1318cf43 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-63f3f4ba { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-e25901c6 { padding: var(--section-padding); 0 }
.g-a620bac3 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-825d7873 { display: flex; flex-direction: column-reverse; }
.g-a3b09148 { position: relative; margin-top: var(--size-m); }
.g-a3b09148::after { display: none; }
.g-428446c5 { width: 100%; color: var(--color-text-dark); }
.g-9c0e3266 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-1318cf43 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-428446c5 { text-align: center; }
.g-6353310e { flex-direction: column; }
.g-9c0e3266 { flex: auto; text-align: center; }
.g-1318cf43 { align-items: center; }
 }

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

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

/* Block: approach::process--0 (process) */
.g-29be4076 { width: 60%; }
.g-6a507f0d { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-6a507f0d::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-4a5eb4f4 { flex: 1; }
.g-abc04f4a { position: relative; height: 100%; }
.g-abc04f4a::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-371b9fc0 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-f5cb4489 { flex-direction: column; }
.g-29be4076 { width: 100%; }
.g-6a507f0d { flex-direction: column; }
.g-6a507f0d::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-abc04f4a { display: flex; justify-content: flex-start; align-items: center; }
.g-abc04f4a::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-371b9fc0 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-29be4076 { text-align: center; }
.g-6a507f0d::before { left: 57px; }
.g-abc04f4a::before { left: 50px; }
.g-371b9fc0 { font-size: 32px; flex: 0 0 75px; }
 }

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

/* Block: approach::about--1 (about) */
.g-40612282 { display: flex; align-items: center; gap: var(--size-m); }
.g-ad4f064a { flex: 1; }
.g-5f3c8484 { flex: 1; }
@media screen and (max-width: 768px) { .g-40612282 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-5f3c8484 { text-align: center; }
 }

/* Block: approach::faq--0 (faq) */
.g-37acda1e { position: relative; }
.g-0b1d6669::before { content: ""; position: absolute; top: 0; left: 0; width: clamp(30.3125rem, 47.0703125vw + 7.71875rem, 45.375rem); height: 100%; background-color: var(--color-secondary); z-index: -1; }
.g-2348db90 { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-5076d88c { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-dd6529bc { flex: 1; padding: 0 0 0 clamp(1rem, 7.8125vw + -2.75rem, 3.5rem); margin-left: clamp(-7.0625rem, -3.3203125vw + -5.46875rem, -8.125rem); position: relative; z-index: 1; }
.g-dd6529bc li:last-child .g-4c3d2ce4 { border-bottom: none; }
.g-4c3d2ce4 { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-4c3d2ce4[open] .g-ab68a4f2 { transform: rotate(45deg); }
.g-4c3d2ce4 .g-6a1f0d3b { padding-bottom: var(--size-s); }
.g-e7fb96df { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding-top: var(--size-s); padding-bottom: var(--size-s); }
.g-e7fb96df::-webkit-details-marker { display: none; }
.g-ab68a4f2 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-surface); border-radius: 50%; margin-left: var(--size-xs); }
.g-ab68a4f2 svg { fill: var(--color-text); }
.g-6a1f0d3b { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-0b1d6669::before { width: 100%; }
.g-2348db90 { flex-direction: column; }
.g-5076d88c { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-dd6529bc { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-e7fb96df { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-ab68a4f2 { width: 24px; height: 24px; }
.g-ab68a4f2 svg { width: 16px; height: 16px; }
.g-6a1f0d3b { padding-bottom: var(--size-xs); }
 }