/* Block: categories-list (categories-list) */
.g-16f2b108 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-16f2b108 .g-7f950d29 { 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-16f2b108 .g-7f950d29:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-6feb34f3 { 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-6feb34f3 .g-5abc1a16 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6feb34f3 .g-c2b7d546 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-5abc1a16 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-c2b7d546 { 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-024dee5d { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-39189f4b { display: block; }
.g-7a02b5ec { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-48129f4a { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-ee60f60d { width: 100%; }
@media screen and (max-width: 768px) { .g-024dee5d { padding: var(--size-s); }
.g-7a02b5ec { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-48129f4a { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-ee60f60d { width: auto; }
 }@media screen and (max-width: 576px) { .g-48129f4a { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-2641c356 { margin-top: var(--size-m); }
.g-5dd5da8f { margin-top: var(--size-m); }
.g-bea5de9c { margin-top: var(--size-xl); }
.g-973f90ad { align-items: stretch; }
.g-31616110 { height: auto; }
.g-f747296a { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-f747296a .g-410bb8c8 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-f747296a .g-87d254f6 { background: var(--color-primary); transform: scale(1.2); }
.g-4634623e { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-c49ca766 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-8d84b760 { 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-8d84b760.g-8b8b3461 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-9f5b15d3 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-0f2240e5 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-f24ea778 { max-width: 563px; }
.g-a7d46d7c { max-width: 465px; }
.g-f0502031 { margin-top: var(--size-xs); }
.g-d2d4f251 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-db642916 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-49d5504b { 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-49d5504b:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-30729d9f { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-5e72d212 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-93a0a996 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-4acecda4 { display: flex; justify-content: space-between; align-items: center; }
.g-749f0648 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-bd187d70 { 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-f24ea778 { max-width: 550px; }
.g-a7d46d7c { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-4acecda4 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-749f0648 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-bd187d70 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-346d7ad2 { order: 3; }
 }@media screen and (max-width: 576px) { .g-0f2240e5 { gap: var(--size-m); }
.g-d2d4f251 { flex-direction: column; gap: var(--size-xxs); }
.g-db642916 { width: 100%; }
.g-49d5504b { width: 100%; }
.g-749f0648 { 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-adaedb23,
#header-nav-desktop .current_page_item a .g-adaedb23,
#header-nav-dropdown .current-menu-item a .g-adaedb23,
#header-nav-dropdown .current_page_item a .g-adaedb23 {
    background-color: var(--color-text);
}

.g-a5cd5466 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-24ff1f97 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-b9bc6c49 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-10cf2b91 { display: none; }
.g-81ba2a33 { font-size: 34px; margin-right: var(--size-xxs); }
.g-34ce549b { font-size: 24px; font-weight: 600; }
.g-2331a0ab { -ms-overflow-style: none; scrollbar-width: none; }
.g-bede5f0b { display: none; }
.g-056a43b3 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-adaedb23 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-1e1b132f { 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-1e1b132f:hover { transform: scale(1.05); }
.g-09cd2829 { display: none; }
.g-8d4c66a1 { display: none; }
.g-a617fac6 { display: inline; }
.g-3a54eb11 { display: none; }
.g-255cbb31 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-255cbb31.g-56b92ae3 { display: flex; width: 100%; }
.g-8ee18267 { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-8ee18267 .g-adaedb23 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-81ba2a33 { font-size: 28px; }
.g-34ce549b { font-size: 20px; }
.g-056a43b3 { gap: var(--size-xxs); }
.g-42665e66 { display: none; }
.g-8d4c66a1 { display: block; }
.g-255cbb31.g-56b92ae3 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-3accad7c { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-840b5d8f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-593e0cd6 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-593e0cd6::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-dcc07ff5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-b179c8ae { max-width: 760px; text-align: center; }
.g-6eb383dc { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-3accad7c { min-height: 500px; }
.g-dcc07ff5 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-b179c8ae { text-align: left; }
.g-5ffd3115 { margin-top: var(--size-xs); }
.g-6eb383dc { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-a28c1a4c { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-e4baf8b0 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-458bff2b { position: relative; padding: var(--size-xl) 0; }
.g-4e283217 { text-align: center; }
.g-2fc78c20 { text-align: center; margin-top: var(--size-s); }
.g-4737c2fc { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-4737c2fc { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-fb4eef01 { padding: var(--size-m) 0 50px; }
.g-2b5340fd { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-8650d8fb { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-2b5340fd { margin-top: var(--size-xs); }
 }

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

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

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

.g-b5d37859 .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-b5d37859 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-b5d37859 .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-b5d37859 .prev,
.g-b5d37859 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-0dc03e75 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-0dc03e75 .g-95e01147 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-0dc03e75 .g-95e01147:hover .g-ec896abe { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-0dc03e75 .g-6b26ae6d { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-0dc03e75 .g-6b26ae6d::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-0dc03e75 .g-6b26ae6d img { width: 100%; height: 100%; object-fit: cover; }
.g-0dc03e75 .g-ec896abe { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-0dc03e75 .g-2f6a6b10 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-0dc03e75 .g-b33be336 { 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-0dc03e75 .g-0d2f9b0c { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0dc03e75 .g-773c9f22 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-0dc03e75 .g-71d263f4 { display: flex; align-items: center; gap: 8px; }
.g-0dc03e75 .g-71d263f4:hover { text-decoration: underline; }
.g-0dc03e75 .g-71d263f4 svg { margin-left: 8px; fill: currentColor; }
.g-0dc03e75 .g-2ffeae7f { white-space: nowrap; opacity: 0.8; }
.g-ffa65980 { min-height: 600px; }
.g-ffa65980 .g-95e01147 { padding: 48px 40px; }
.g-ffa65980 .g-ec896abe { transform: none; }
@media screen and (max-width: 870px) { .g-ffa65980 { min-height: 368px; }
.g-ffa65980 .g-95e01147 { padding: 24px; }
.g-ffa65980 .g-ec896abe { 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-dc57210f { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-dc57210f 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-dc57210f 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-dc57210f .g-6ae94edc { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-dc57210f .g-ac44dda9 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-dc57210f .g-15820fc7 { margin-top: var(--size-m); }
.g-dc57210f .g-7af608fe { 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-dc57210f .g-b61c1934 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-dc57210f .g-b61c1934::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-dc57210f .g-b61c1934:hover { color: var(--color-text); }
.g-dc57210f .g-e056e0b2 { font-weight: bold; }
.g-dc57210f .g-e056e0b2::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-dc57210f { grid-template-columns: 1fr; }
.g-dc57210f .g-97a052b3 { display: none; }
.g-dc57210f .g-15820fc7 { margin-top: var(--size-s); }
.g-dc57210f .g-7af608fe { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-dc57210f blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-dc57210f blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-f503ba9a { position: relative; }
.g-f9f046af { width: 100%; }
.g-e26b3279 { position: relative; display: flex; flex-direction: column; }
.g-ed9cf9c0 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-ed9cf9c0::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-3b8752ef { width: 100%; height: 100%; }
.g-d8ee8a49 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-427cf32c { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-85bd8e2f { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-a05c1ff0 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-a05c1ff0:hover { text-decoration: underline; }
.g-58329d35 { margin-top: var(--size-m); }
.g-d5024b85 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-e26b3279 { padding-bottom: 40px; }
.g-85bd8e2f { gap: var(--size-xxs); }
.g-a05c1ff0 { height: 31px; padding: 8px 16px; }
.g-58329d35 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-427cf32c { padding-bottom: 0; }
.g-a05c1ff0 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-e26b3279 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-3b8752ef { aspect-ratio: auto; height: 100%; }
.g-427cf32c { margin: var(--size-xl) auto; }
 }

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

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

/* Block: search (search) */
.g-f89dce91 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-f89dce91 .g-dfd9ce8a { text-align: center; max-width: 500px; margin: 0 auto; }
.g-f89dce91 .g-ccd2ca0d { margin-top: var(--size-m); }
.g-783e54cd { margin-top: var(--size-xl); }
.g-90e8d713 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-f89dce91 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-35983ce0 { position: relative; display: inline-block; width: 100%; }
.g-35983ce0 .g-f1e1ee41 { 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-35983ce0 .g-f1e1ee41:focus + .g-2831d4eb { opacity: 1; }
.g-35983ce0 .g-576138f0 { 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-35983ce0 .g-576138f0:hover { opacity: .7; }
.g-35983ce0 .g-03a4c9b3 { fill: var(--color-primary); }
.g-35983ce0 .g-2831d4eb { 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-35983ce0 .g-2831d4eb:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-6917b27b { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-d98e7222 { fill: var(--color-text-light); }
.g-e2ec3584 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-6917b27b { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-09cd5a69 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-9d5476dd { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-edc86ec2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-edc86ec2::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-f6f2bc10 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-1f326220 { max-width: 760px; text-align: center; }
.g-43cc265b { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-09cd5a69 { min-height: 500px; }
.g-f6f2bc10 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-1f326220 { text-align: left; }
.g-a7be2397 { margin-top: var(--size-xs); }
.g-43cc265b { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-59c0a3dd { position: relative; gap: var(--size-s); }
.g-59c0a3dd * { flex: 1; }
.g-e5a361d3 { width: 80%; margin-inline: auto; }
.g-a5978b52 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-e41ddb3d { user-select: none; }
.g-e41ddb3d[open] .g-5355518f { transform: scaleY(1); }
.g-0079e5d3 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-0079e5d3::-webkit-details-marker { display: none; }
.g-5355518f { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-5355518f svg { fill: var(--color-primary); }
.g-28b3d091 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-0079e5d3 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-28b3d091 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-59c0a3dd { flex-direction: column; }
.g-e5a361d3 { width: 100%; margin-top: var(--size-m); }
.g-a5978b52 { margin-right: var(--size-s); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-4f63fc3a { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-4f63fc3a .g-0a31ed86 { 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-4f63fc3a .g-0a31ed86:hover { filter: brightness(0.96); }

/* Block: front-page::featured-posts (featured-posts) */
.g-e2d6d0a2 { margin-top: var(--size-m); }
.g-b5134704 { margin-top: var(--size-m); }
.g-4e98e93a { margin-top: var(--size-xl); }
.g-5f2f76b3 { align-items: stretch; }
.g-6903147a { height: auto; }
.g-1e926c03 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-1e926c03 .g-e965bc2a { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-1e926c03 .g-0cc8a780 { background: var(--color-primary); transform: scale(1.2); }
.g-fffc2374 { 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-a6667b98 { margin: var(--section-padding) 0; }

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

/* Block: contacts-page::form--0 (form) */
.g-bdc1dfe8 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-294409d3 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-db84a61d { display: flex; justify-content: flex-start; }
.g-c11142b7 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-3435a3b5 { display: flex; justify-content: flex-start; align-items: center; }
.g-717a83d9 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-87e1c6cd { fill: var(--color-text); }
.g-230ae36d { stroke: var(--color-text); }
.g-3716b7d0 { stroke: var(--color-text); }
.g-b53d12bd { display: flex; flex-direction: column; }
.g-86a097bd { flex: 0 0 50%; height: 383px; }
.g-5546acb1 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-bdc1dfe8 { flex-direction: column; }
.g-294409d3 { width: 100%; flex: 0 0 auto; }
.g-db84a61d { flex-direction: column; }
.g-c11142b7 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-9fc8c023 { width: 100%; display: flex; justify-content: space-between; }
.g-3435a3b5 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-717a83d9 { margin-right: 0; }
.g-b53d12bd { margin-top: var(--size-xs); }
.g-86a097bd { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-294409d3 { padding: var(--size-xs); }
.g-9fc8c023 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-3435a3b5 { align-items: center; }
.g-b53d12bd { text-align: center; }
.g-86a097bd { height: 370px; }
 }

/* Block: expertise::about--0 (about) */
.g-945d4f37 { padding: 0; }
@media screen and (max-width: 1280px) { .g-0451be6d { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-945d4f37 { padding: 0 var(--wrapper-padding); }
.g-755e08f4 { column-count: 1; }
.g-0451be6d { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-755e08f4 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-7d662d0f { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-c1ceb629 { flex: 1; }
.g-34118c94 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-33115fc6 { 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-cc3e5cd3 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-7d662d0f { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-c1ceb629 { text-align: center; }
.g-cc3e5cd3 { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-07d9a788 { display: flex; align-items: stretch; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding-bottom: 10px; }
.g-07d9a788 li { flex: 1; }
.g-a8aded4b { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-7067ed2d { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-07d9a788 { flex-direction: column; }
.g-a8aded4b { text-align: center; min-width: auto; }
 }

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

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

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

/* Block: reassurance::faq--0 (faq) */
.g-8971fd89 { position: relative; gap: var(--size-s); }
.g-8971fd89 * { flex: 1; }
.g-eeb17cc0 { width: 80%; margin-inline: auto; }
.g-65a2dde7 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-ceb14f79 { user-select: none; }
.g-ceb14f79[open] .g-dc34fd9d { transform: scaleY(1); }
.g-844c9dfb { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-844c9dfb::-webkit-details-marker { display: none; }
.g-dc34fd9d { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-dc34fd9d svg { fill: var(--color-primary); }
.g-6905c485 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-844c9dfb { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-6905c485 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-8971fd89 { flex-direction: column; }
.g-eeb17cc0 { width: 100%; margin-top: var(--size-m); }
.g-65a2dde7 { margin-right: var(--size-s); }
 }

/* Block: reassurance::about--0 (about) */
.g-421f3c2f { display: flex; align-items: center; gap: var(--size-m); }
.g-874a5b6b { flex: 1; }
.g-0d67b370 { flex: 1; }
@media screen and (max-width: 768px) { .g-421f3c2f { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-0d67b370 { text-align: center; }
 }

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