/* Block: categories-list (categories-list) */
.g-e5aa4a43 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-e5aa4a43 .g-dd7b08dd { 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-e5aa4a43 .g-dd7b08dd: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-e5aa4a43 .g-dd7b08dd:hover .g-866f6a0b { opacity: 1; }
.g-e5aa4a43 .g-27de48f4 { position: relative; z-index: 1; }
.g-e5aa4a43 .g-866f6a0b { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-e5aa4a43 .g-1c260eb4 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-e5aa4a43 .g-1c260eb4 .g-866f6a0b { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-dd7b08dd { min-height: 144px; padding-bottom: 82px; }
.g-866f6a0b { font-size: 72px; }
.g-1c260eb4 { padding-bottom: 120px; min-height: 159px; }
.g-1c260eb4 .g-866f6a0b { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-e5aa4a43 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-dd7b08dd { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-866f6a0b { font-size: 56px; right: 16px; bottom: 16px; }
.g-1c260eb4 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-1c260eb4 .g-866f6a0b { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-6d0fccdd { 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-6d0fccdd .g-3edaa358 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6d0fccdd .g-b3c6b5d2 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-3edaa358 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-b3c6b5d2 { 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-a6fce1e1 { 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-8242aa25 { display: block; }
.g-be9ba0d1 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-a6fce1e1 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-be9ba0d1 { gap: var(--size-xxs); }
.g-06ee89a3 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-0a2d41b6 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-1e365420 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-1c5d0f5c { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-fdbf9267 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-0a2d41b6 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-0a2d41b6 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-1e365420 { padding: 8px; }
 }

/* Block: footer (footer) */
.g-0aba0caa { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-38a371be { 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-38a371be.g-6a957395 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-d570c365 { margin-top: var(--section-padding); }
.g-e56e03ca { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-5fbfdd56 { max-width: 510px; }
.g-eb528cc3 { max-width: 430px; }
.g-e8c741b2 { margin-top: var(--size-xs); }
.g-ad500400 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-201b7047 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-419c4073 { 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-419c4073:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-d04fc8ed { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-17feba01 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-3398dd78 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-5a73856a { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-38893f5f { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-32c751a4 { 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-e56e03ca { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-5fbfdd56 { max-width: initial; }
.g-eb528cc3 { max-width: initial; }
.g-3398dd78 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-5a73856a { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-38893f5f { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-32c751a4 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-10baedf4 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-e56e03ca { gap: var(--size-m); }
.g-ad500400 { flex-direction: column; gap: var(--size-xxs); }
.g-201b7047 { width: 100%; }
.g-419c4073 { width: 100%; }
.g-38893f5f { 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-5197b50f { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-ec5ca4f4 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-19f08919 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-319be13e { font-size: 34px; margin-right: var(--size-xxs); }
.g-0e372c95 { font-size: 24px; font-weight: 600; }
.g-8e541eb7 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-d57448f6 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-d57448f6:hover { opacity: 0.7; }
.g-d57448f6 svg { fill: var(--color-text); }
.g-ec7efa64 { display: none; }
.g-8052b2df { 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-70c59992 { clip-path: inherit; }
.g-70c59992 .g-0b590334 { background-color: rgba(0, 0, 0, 0.2); }
.g-70c59992 .g-d3505509 { opacity: 1; transform: translateX(0); }
.g-0c370367 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-a2304dd8 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-a2304dd8:hover { opacity: 0.7; }
.g-a2304dd8 svg { fill: var(--color-text); }
.g-0b590334 { 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-d3505509 { 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-d57448f6 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-319be13e { font-size: 28px; }
.g-0e372c95 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-ec5ca4f4 { justify-content: flex-start; }
.g-8e541eb7 { gap: var(--size-m); }
.g-9ff56fb0 { display: none; }
.g-ec7efa64 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-76bc2093 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-0be53de5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c119147d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-c119147d::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-8194f26c { 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-0dc67584 { max-width: 760px; text-align: center; }
.g-8047d2e8 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-76bc2093 { min-height: 500px; }
.g-8194f26c { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-0dc67584 { text-align: left; }
.g-a446bd58 { margin-top: var(--size-xs); }
.g-8047d2e8 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-90294f12 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-a63120c7 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-e0ea9e28 { position: relative; padding: var(--size-xl) 0; }
.g-2e57555a { text-align: center; }
.g-28961c0f { text-align: center; margin-top: var(--size-s); }
.g-4433022d { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-4433022d { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-18a51fba { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-ff1b2df4 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-4e370a78 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-4e370a78::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-54f3f77a { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-18a51fba { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-18a51fba { padding-bottom: 40px; }
 }

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

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

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

.g-05345351 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-05345351 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-05345351 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' 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='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-05345351 .prev,
.g-05345351 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-05345351 .prev:hover,
.g-05345351 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-d4514dcb { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-d4514dcb .g-ce160d97 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-d4514dcb .g-1649cb1a { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-d4514dcb .g-1649cb1a img { width: 100%; height: 100%; object-fit: cover; }
.g-d4514dcb .g-99e40ddf { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-d4514dcb .g-983e8504 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-d4514dcb .g-d31ffa84 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-d4514dcb .g-ef9acdab { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-d4514dcb .g-8ff1264b { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-d4514dcb .g-8ff1264b:hover { text-decoration: underline; }
.g-d4514dcb .g-fd4eb555 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-d4514dcb .g-385150ce { margin-top: var(--size-s); }
.g-d4514dcb .g-ddc5959f { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-75cc963f { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-75cc963f .g-ce160d97 { position: relative; height: 100%; text-decoration: none; }
.g-75cc963f .g-53eb35b1 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-75cc963f .g-170730c7 { flex-shrink: 0; width: 120px; }
.g-75cc963f .g-1649cb1a { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-75cc963f .g-1649cb1a img { width: 100%; height: 100%; object-fit: cover; }
.g-75cc963f .g-983e8504 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-75cc963f .g-d31ffa84 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-75cc963f .g-ef9acdab { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-75cc963f .g-fd4eb555 { white-space: nowrap; opacity: 0.8; }
.g-75cc963f .g-ddc5959f { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-99e40ddf { padding: 0 8px 8px; }
.g-983e8504 { gap: 0 4px; }
.g-75cc963f { padding: 16px 0; }
.g-75cc963f .g-53eb35b1 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-75cc963f .g-170730c7 { flex-shrink: initial; width: auto; }
.g-75cc963f .g-1649cb1a { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-75cc963f .g-99e40ddf { margin-top: 8px; }
 }

/* 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-7775e01f { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-7775e01f blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-7775e01f blockquote::before { content: ''; position: absolute; top: 8px; left: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); box-shadow: 0 0 0 9999px var(--color-surface); }
.g-7775e01f blockquote::after { content: ''; position: absolute; bottom: 8px; right: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); }
.g-7775e01f .g-5fc59b94 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-7775e01f .g-5651f0fb { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-7775e01f .g-e493deaa { margin-top: var(--size-s); }
.g-7775e01f .g-9d8e7058 { margin-top: var(--size-s); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-7775e01f .g-b9535e60 { display: block; text-decoration: none; }
.g-7775e01f .g-b9535e60:hover { text-decoration: underline; }
.g-7775e01f .g-9526a8c8 { position: relative; color: var(--color-text); font-weight: bold; }
.g-7775e01f .g-9526a8c8::before { content: ''; position: absolute; top: 0; left: calc((var(--size-s) + 8px) * -1); background-color: var(--color-primary); display: block; width: 16px; height: 16px; border-radius: 50%; }
@media screen and (max-width: 1024px) { .g-7775e01f { grid-template-columns: 1fr; }
.g-7775e01f .g-059e12cc { order: 1; }
.g-7775e01f .g-46c8ea2b { order: 2; }
.g-7775e01f .g-e493deaa { margin-top: var(--size-xs); }
.g-7775e01f .g-9d8e7058 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-7775e01f { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-4f82aca6 { position: relative; }
.g-6bb2dc41 { width: 100%; }
.g-44b2cb50 { position: relative; display: flex; flex-direction: column; }
.g-b6b697bf { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-b6b697bf::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-55d92ea1 { width: 100%; height: 100%; }
.g-d9467165 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-8febcd27 { 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-a5375cc0 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-5ae70b4b { 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-5ae70b4b:hover { text-decoration: underline; }
.g-b407eaa1 { margin-top: var(--size-m); }
.g-81f0cbbb { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-44b2cb50 { padding-bottom: 40px; }
.g-a5375cc0 { gap: var(--size-xxs); }
.g-5ae70b4b { height: 31px; padding: 8px 16px; }
.g-b407eaa1 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-8febcd27 { padding-bottom: 0; }
.g-5ae70b4b { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-44b2cb50 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-55d92ea1 { aspect-ratio: auto; height: 100%; }
.g-8febcd27 { margin: var(--size-xl) auto; }
 }

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

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

/* Block: search (search) */
.g-fc366f2e { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-fc366f2e .g-7bb4f241 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-fc366f2e .g-cc508aa8 { margin-top: var(--size-m); }
.g-ca965328 { margin-top: var(--size-xl); }
.g-b58ca5f5 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-fc366f2e { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-20947525 { position: relative; display: inline-block; width: 100%; }
.g-20947525 .g-7da4db24 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-20947525 .g-0210c40b { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-20947525 .g-0210c40b:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-dbe9a456 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-b9f0d79f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-efb816a7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-efb816a7::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-19c80b76 { 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-6ace75f1 { max-width: 760px; text-align: center; }
.g-514b9058 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-dbe9a456 { min-height: 500px; }
.g-19c80b76 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-6ace75f1 { text-align: left; }
.g-4ddc8bc0 { margin-top: var(--size-xs); }
.g-514b9058 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-9c1d1a02 { display: flex; align-items: center; gap: var(--size-m); }
.g-4ec4ef47 { flex: 1; }
.g-888afcc9 { position: relative; padding: var(--size-m); }
.g-888afcc9::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-ca409d07 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-9c1d1a02 { flex-direction: column; align-items: stretch; }
.g-4ec4ef47 { flex: auto; }
.g-888afcc9 { padding: var(--size-m) var(--size-s); }
.g-888afcc9::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-888afcc9 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-63526a12 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-63526a12 .g-5b64fac9 { 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-63526a12 .g-5b64fac9: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-63526a12 .g-5b64fac9:hover .g-a88a487a { opacity: 1; }
.g-63526a12 .g-241ed9d3 { position: relative; z-index: 1; }
.g-63526a12 .g-a88a487a { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-63526a12 .g-3e4e2bce { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-63526a12 .g-3e4e2bce .g-a88a487a { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-5b64fac9 { min-height: 144px; padding-bottom: 82px; }
.g-a88a487a { font-size: 72px; }
.g-3e4e2bce { padding-bottom: 120px; min-height: 159px; }
.g-3e4e2bce .g-a88a487a { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-63526a12 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-5b64fac9 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-a88a487a { font-size: 56px; right: 16px; bottom: 16px; }
.g-3e4e2bce { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-3e4e2bce .g-a88a487a { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-6fcce0aa { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-f45bd55c { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-fc9e16df { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-f0c90665 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-6fcce0aa { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-6fcce0aa { grid-template-columns: 1fr; gap: var(--size-l); }
.g-f45bd55c { padding: 8px; }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-1437c693 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-efcbd78d { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-6b6cbc0f { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-8e324334 { display: none; }
.g-2521b9a2 { width: 100%; }
.g-ce5d7170 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-a441eb59 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-ad784c72 { 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-93b3f9be { fill: var(--color-text); }
.g-6fa1ae57 { stroke: var(--color-text); }
.g-32ac6def { stroke: var(--color-text); }
.g-767bdcdf { display: flex; flex-direction: column; }
.g-9442c07e { width: 100%; height: 300px; }
.g-67a13b46 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-1437c693 { flex-direction: column-reverse; }
.g-efcbd78d { flex-direction: column-reverse; justify-content: flex-start; }
.g-6b6cbc0f { flex: 1; }
.g-5713a61d { display: none; }
.g-8e324334 { display: block; text-align: center; }
.g-ce5d7170 { justify-content: space-evenly; }
.g-9442c07e { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-efcbd78d { width: 100%; }
 }@media screen and (max-width: 768px) { .g-ad784c72 { margin-right: 0; }
.g-767bdcdf { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-efcbd78d { text-align: center; }
.g-6b6cbc0f { padding: var(--size-s); }
.g-ce5d7170 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-a441eb59 { flex: inherit; align-items: center; }
 }

/* Block: about-page::text--0 (text) */
.g-26bf8798 { text-align: center; }

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

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

/* Block: company_values::text--0 (text) */
.g-86a054ce { text-align: center; }

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

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

/* Block: company_values::gallery--0 (gallery) */
.g-fbe2eedd { position: relative; min-height: 500px; display: flex; justify-content: flex-start; align-items: center; }
.g-c5839d19 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; aspect-ratio: auto; }
.g-c5839d19::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-3753191d { display: grid; gap: var(--size-s); grid-template-columns: 1fr 1fr 1fr; }
.g-e7e84dcb { aspect-ratio: 16/9; }
@media screen and (max-width: 768px) { .g-fbe2eedd { padding: var(--size-s); min-height: 350px; }
.g-76dd90b4 { padding: 0; }
.g-a46b42a7 { padding: 0 var(--wrapper-padding); }
.g-3753191d { grid-template-columns: 1fr; margin-top: var(--size-s); }
 }

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