/* Block: categories-list (categories-list) */
.g-3adfc31f { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-3adfc31f .g-4172d03e { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-3adfc31f .g-4172d03e:hover { filter: brightness(0.96); }
.g-3adfc31f .g-4172d03e:hover .g-5d21464c { opacity: 1; }
.g-3adfc31f .g-cec7ab27 { position: relative; z-index: 1; }
.g-3adfc31f .g-5d21464c { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-4172d03e { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-5d21464c { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-4172d03e { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-5d21464c { font-size: 56px; }
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: cookie (cookie) */
.g-4e2a6300 { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-c26b2314 { display: block; }
.g-6ad914e7 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-4e2a6300 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-6ad914e7 { gap: var(--size-xxs); }
.g-4cc40fe3 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-233173f2 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-18511d99 { 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-18511d99.g-76a412f7 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-7f679b96 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-aa28028d { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-133e92fe { max-width: 563px; }
.g-5e6d06eb { max-width: 465px; }
.g-b6bf2c81 { margin-top: var(--size-xs); }
.g-8c88ec48 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6884375a { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-d3f20360 { 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-d3f20360:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-b03838c3 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-2c589335 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-29da4e02 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-684185ba { display: flex; justify-content: space-between; align-items: center; }
.g-ed5d0a1e { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-e8e44e35 { 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-133e92fe { max-width: 550px; }
.g-5e6d06eb { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-684185ba { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-ed5d0a1e { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-e8e44e35 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-878fbb96 { order: 3; }
 }@media screen and (max-width: 576px) { .g-aa28028d { gap: var(--size-m); }
.g-8c88ec48 { flex-direction: column; gap: var(--size-xxs); }
.g-6884375a { width: 100%; }
.g-d3f20360 { width: 100%; }
.g-ed5d0a1e { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-9c6bfed0 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-e7e29c57 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-d6a086fb { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-e9a75da2 { font-size: 34px; margin-right: var(--size-xxs); }
.g-6a6c4e73 { font-size: 24px; font-weight: 600; }
.g-c450e450 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-f0042916 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-f0042916:hover { opacity: 0.7; }
.g-f0042916 svg { fill: var(--color-text); }
.g-c726dd3e { display: none; }
.g-76b4363b { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-ae1b4ca3 { clip-path: inherit; }
.g-ae1b4ca3 .g-ea017797 { background-color: rgba(0, 0, 0, 0.2); }
.g-ae1b4ca3 .g-da7db2d8 { opacity: 1; transform: translateX(0); }
.g-4ede4812 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-f19155c8 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-f19155c8:hover { opacity: 0.7; }
.g-f19155c8 svg { fill: var(--color-text); }
.g-ea017797 { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-da7db2d8 { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-f0042916 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-e9a75da2 { font-size: 28px; }
.g-6a6c4e73 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-e7e29c57 { justify-content: flex-start; }
.g-c450e450 { gap: var(--size-m); }
.g-e4054ab7 { display: none; }
.g-c726dd3e { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-94e92b31 { padding: var(--section-padding) 0; }
.g-59c0315a { display: flex; }
.g-5da49438 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-fbf3ff4f { width: 100%; height: 100%; }
.g-9d50a622 { 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-6945da9d { margin-top: var(--size-s); }
.g-075dc3d5 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-59c0315a { flex-direction: column-reverse; }
.g-5da49438 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-fbf3ff4f { height: 350px; }
.g-9d50a622 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-fbf3ff4f { height: auto; }
.g-9d50a622 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-ade91a6b { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-01f71882 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-3e6a274a { position: relative; padding: var(--size-xl) 0; }
.g-5a6dbc42 { text-align: center; }
.g-c1e88e5d { text-align: center; margin-top: var(--size-s); }
.g-03ff9712 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-03ff9712 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-7e0f2f96 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-7e0f2f96 .g-5951a673 { position: relative; text-decoration: none; }
.g-7e0f2f96 .g-d4c29fdc { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-7e0f2f96 .g-d76a5af2 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-7e0f2f96 .g-d76a5af2 img { width: 100%; height: 100%; object-fit: cover; }
.g-7e0f2f96 .g-312839d8 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-7e0f2f96 .g-151b52e0 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-7e0f2f96 .g-c63613c0 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-7e0f2f96 .g-89bc6b3b { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-091f38bc { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-091f38bc .g-5951a673 { position: relative; text-decoration: none; }
.g-091f38bc .g-d4c29fdc { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-091f38bc .g-d76a5af2 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-091f38bc .g-d76a5af2 img { width: 100%; height: 100%; object-fit: cover; }
.g-091f38bc .g-312839d8 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-091f38bc .g-151b52e0 { 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-091f38bc .g-c63613c0 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-091f38bc .g-89bc6b3b { 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-d4c29fdc { 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-9ca54afb { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-9ca54afb blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-9ca54afb .g-10005ba8 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-9ca54afb .g-38359991 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9ca54afb .g-0b7f5f13 { margin-top: var(--size-m); }
.g-9ca54afb .g-9822236d { 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-9ca54afb .g-f45b7e65 { display: block; text-decoration: none; }
.g-9ca54afb .g-f45b7e65:hover { text-decoration: underline; }
.g-9ca54afb .g-28c441ad { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-9ca54afb { grid-template-columns: 1fr; }
.g-9ca54afb .g-abd58d61 { order: 1; }
.g-9ca54afb .g-c429eb77 { order: 2; }
.g-9ca54afb .g-0b7f5f13 { margin-top: var(--size-s); }
.g-9ca54afb .g-9822236d { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-925435ff { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-429e2803 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-d76766e0 { text-decoration: none; }
.g-d76766e0:hover { text-decoration: underline; }
.g-3b14511e { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-6b008cae { margin-top: var(--size-s); }
.g-0ef50ffe { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-925435ff { gap: var(--size-xs); }
.g-3b14511e { margin-top: var(--size-s); }
.g-0ef50ffe { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-29946ff8 { text-align: center; }
.g-b67545f5 { position: relative; }
.g-9a7bdc82 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-9a7bdc82:hover { color: var(--color-primary); }
.g-d4f3e167 { left: -42px; }
.g-f724d788 { right: -42px; }
@media screen and (max-width: 1024px) { .g-fb5bce44 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-9a7bdc82 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-3c0f4f2d { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-3c0f4f2d .g-4c088ce3 { margin-top: var(--size-m); max-width: 600px; }
.g-551835f8 { margin-top: var(--size-xl); }
.g-88fac732 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-3c0f4f2d { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-30b75d5f { position: relative; display: inline-block; width: 100%; }
.g-30b75d5f .g-d1df8451 { 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-30b75d5f .g-d1df8451:focus + .g-92e9bf43 { opacity: 1; }
.g-30b75d5f .g-29430037 { 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-30b75d5f .g-29430037:hover { opacity: .7; }
.g-30b75d5f .g-c2b9585d { fill: var(--color-primary); }
.g-30b75d5f .g-92e9bf43 { 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-30b75d5f .g-92e9bf43:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-e69a27d4 { 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-e69a27d4 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-e69a27d4 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-7a0f7474 { padding: var(--section-padding) 0; }
.g-86b10e65 { display: flex; }
.g-3707b67d { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-bc6397e2 { width: 100%; height: 100%; }
.g-2ad4d192 { 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-3c5c8d83 { margin-top: var(--size-s); }
.g-23f46525 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-86b10e65 { flex-direction: column-reverse; }
.g-3707b67d { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-bc6397e2 { height: 350px; }
.g-2ad4d192 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-bc6397e2 { height: auto; }
.g-2ad4d192 { padding: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-52fadd98 { text-align: center; }

/* Block: front-page::categories-list (categories-list) */
.g-2578fbd3 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-2578fbd3 .g-373b3eaf { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-2578fbd3 .g-373b3eaf:hover { filter: brightness(0.96); }
.g-2578fbd3 .g-373b3eaf:hover .g-33df1eca { opacity: 1; }
.g-2578fbd3 .g-8e4dd43f { position: relative; z-index: 1; }
.g-2578fbd3 .g-33df1eca { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-373b3eaf { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-33df1eca { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-373b3eaf { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-33df1eca { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-e9038bd9 { position: relative; z-index: 1; }
.g-f78a6dc7 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-7d1bf469 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-d1601957 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-74d1c4f1 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-70ea8ac6 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-ed2bf889 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-384eb594 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-5a474716 { fill: var(--color-text); }
.g-c39c37cd { stroke: var(--color-text); }
.g-f17c2b30 { stroke: var(--color-text); }
.g-e8cea2d8 { display: flex; flex-direction: column; }
.g-bd784d8f { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-f78a6dc7 { flex-direction: column; }
.g-33f89924 { margin-top: 0; }
.g-d1601957 { flex: 1; }
.g-bd784d8f { height: 430px; }
 }@media screen and (max-width: 768px) { .g-e8cea2d8 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-7d1bf469 { align-items: center; text-align: center; }
.g-d1601957 { padding: var(--size-s); }
.g-74d1c4f1 { transform: translateY(var(--size-xl)); }
.g-70ea8ac6 { flex-direction: column; align-items: center; }
.g-bd784d8f { height: 370px; }
 }

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

/* Block: expertise::process--0 (process) */
.g-95abba38 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-eb8db5df { flex: 1; }
.g-13bb9f38 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-4ed8e166 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-2d878006 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-95abba38 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-eb8db5df { text-align: center; }
.g-2d878006 { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: expertise::about--0 (about) */
.g-05865e88 { display: flex; align-items: center; gap: var(--size-m); }
.g-42f84352 { flex: 1; }
.g-9f7c003f { flex: 1; }
@media screen and (max-width: 768px) { .g-05865e88 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-9f7c003f { text-align: center; }
 }

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

/* Block: approach::about--0 (about) */
.g-2fe003b0 { display: flex; align-items: center; gap: var(--size-m); }
.g-cac4e7d6 { flex: 1; }
.g-2c86e229 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-2fe003b0 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-2b827dfe { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-72a24a92 { width: 60%; }
.g-9f050401 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-9113bae7 { flex: 1; }
.g-7aa74b42 { position: relative; }
.g-7aa74b42::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-b34b83e0::before { display: none; }
@media screen and (max-width: 870px) { .g-cec2045b { flex-direction: column; }
.g-72a24a92 { width: 100%; }
.g-9f050401 { display: grid; grid-template-columns: 1fr 1fr; }
.g-9f050401::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-9f050401::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-7aa74b42::before { display: none; }
 }@media screen and (max-width: 576px) { .g-72a24a92 { text-align: center; }
.g-9f050401 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-9f050401::before { display: none; }
.g-9f050401::after { display: none; }
.g-7aa74b42::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-b34b83e0::before { display: none; }
 }

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

/* Block: approach::faq--0 (faq) */
.g-e3ce1c84 { display: flex; position: relative; gap: var(--size-s); }
.g-e3ce1c84 * { flex: 1; }
.g-448ae7e1 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-877e077a { flex-shrink: 0; }
.g-eb8653d8 { grid-column: span 2; }
.g-397c49a0 { user-select: none; }
.g-397c49a0[open] .g-f830a695 { transform: rotate(45deg); }
.g-0f2b4796 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-0f2b4796::-webkit-details-marker { display: none; }
.g-f830a695 { 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-f830a695 svg { fill: var(--color-primary); }
.g-4d76d172 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-0f2b4796 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-f830a695 { width: 24px; height: 24px; }
.g-f830a695 svg { width: 16px; height: 16px; }
.g-4d76d172 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e3ce1c84 { flex-direction: column; }
.g-448ae7e1 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-eb8653d8 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-e3ce1c84 { text-align: center; }
 }