.breadcrumb {
    width: 100%;
    margin-bottom: 20px;
}
.breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 20px;
}
@media (max-width: 767.98px) {
    .breadcrumb__list {
        flex-wrap: nowrap;
    }
    .breadcrumb__list li:last-child {
        width: fit-content;
        max-width: 535px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }
}
.breadcrumb__item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: #45464a;
    text-decoration: none;
    white-space: nowrap;
}
.breadcrumb__item--home {
    color: #45464a;
}
.breadcrumb__item--home:hover {
    color: #00529c;
}
.breadcrumb__item--current {
    color: #45464a;
    cursor: default;
}
.breadcrumb__item:not(.breadcrumb__item--current):not(.breadcrumb__item--home):hover {
    color: #00529c;
}
.breadcrumb a.breadcrumb__item {
    transition: color 0.2s ease;
}
.breadcrumb a.breadcrumb__item:hover {
    text-decoration: none;
}
.breadcrumb__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #45464a;
}
.breadcrumb__icon {
    width: 16px;
    height: 16px;
    color: #45464a;
    flex-shrink: 0;
}

.intro-banner {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
}
.intro-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.intro-banner__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: 60px 0 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(71, 71, 71, 0.4) 55%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}
.intro-banner .breadcrumb__list {
    gap: 8px;
}
.intro-banner .breadcrumb__item {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}
.intro-banner .breadcrumb__item a {
    color: #ffffff;
}
.intro-banner .breadcrumb__separator {
    color: #ffffff;
}
.intro-banner__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}
@media (max-width: 1280px) {
    .intro-banner {
        height: 480px;
    }
    .intro-banner__content {
        height: 260px;
        padding: 50px 0px 36px;
    }
    .intro-banner__title {
        font-size: 40px;
    }
}
@media (max-width: 1024px) {
    .intro-banner {
        height: 420px;
    }
    .intro-banner__content {
        height: 240px;
        padding: 40px 0 32px;
    }
    .intro-banner__title {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .intro-banner {
        height: 578px;
    }
    .intro-banner__content {
        height: 200px;
        padding: 32px 0px 28px;
        gap: 6px;
    }
    .intro-banner .breadcrumb__item {
        font-size: 12px;
    }
    .intro-banner__title {
        font-size: 32px;
    }
}
/*# sourceMappingURL=banner.css.map */
.site-map {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 72px;
    padding: 72px 0;
    width: 100%;
}
.site-map .container {
    margin: 0 auto;
    width: 100%;
}
.site-map__content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 12px;
    width: 100%;
    max-width: 832px;
    margin: auto;
}
.site-map__item {
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-self: stretch;
    width: 100%;
}
.site-map__main-card {
    min-height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 10px;
    padding: 12px 12px 12px 24px;
    background: #e8eef0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}
.site-map__main-card:hover {
    background: rgb(216.5657894737, 226.5921052632, 229.9342105263);
    text-decoration: none;
    color: inherit;
}
.site-map__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #111832;
    margin: 0;
}
.site-map__icon-button {
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 8px;
    border: none;
    background: #ffffff;
    color: #111832;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.site-map__icon-button svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.site-map__icon-button:hover {
    opacity: 0.9;
}
.site-map__sub-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 10px;
    min-height: 60px;
    padding: 12px 12px 12px 24px;
    margin-left: 40px;
    background: #ffffff;
    border: 1px solid #b6dcfd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}
.site-map__sub-card:hover {
    background: #e8eef0;
    text-decoration: none;
    color: inherit;
}
.site-map__sub-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #111832;
    margin: 0;
}
.site-map__sub-icon-button {
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 8px;
    border: none;
    background: #e8eef0;
    color: #111832;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.site-map__sub-icon-button svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 1200px) {
    .site-map {
        padding: 72px 0;
        gap: 60px;
    }
}
@media (max-width: 768px) {
    .site-map {
        padding: 40px 0;
    }
    .site-map__main-card, .site-map__sub-card {
        padding: 12px 12px 12px 24px;
    }
    .site-map__dropdown {
        padding: 0 0 0 20px;
    }
}
@media (max-width: 480px) {
    .site-map {
        padding: 40px 0;
    }
    .site-map__main-card, .site-map__sub-card {
        padding: 8px 8px 8px 16px;
        gap: 8px;
    }
    .site-map__title, .site-map__sub-title {
        font-size: 13px;
    }
    .site-map__icon-button, .site-map__sub-icon-button {
        width: 28px;
        height: 28px;
        padding: 4px;
    }
    .site-map__icon-button svg, .site-map__sub-icon-button svg {
        width: 14px;
        height: 14px;
    }
    .site-map__dropdown {
        padding: 0 0 0 16px;
    }
}
/*# sourceMappingURL=site-map.css.map */
