.breadcrumb {
    width: 100%;
    margin-bottom: 20px;
}
.breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 20px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumb__list li:last-child {
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
@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;
}

.stakeholder-title {
    display: flex;
    justify-content: center;
    padding: 72px 0 0 0;
}
.stakeholder-title .container {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    display: flex;
    justify-content: center;
}
@media (max-width: 575.98px) {
    .stakeholder-title .container {
        padding: 0 20px;
    }
}
.stakeholder-title__wrapper {
    width: 840px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.stakeholder-title__image {
    width: 100%;
    height: 548.1px;
    border-radius: 12px;
    overflow: hidden;
}
.stakeholder-title__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stakeholder-title__heading {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2em;
    color: #00529c;
    margin: 0;
}
.stakeholder-title__date {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    background: #ffffff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4em;
    color: #00529c;
    width: fit-content;
}
@media (max-width: 1024px) {
    .stakeholder-title__wrapper {
        width: 100%;
        max-width: 840px;
    }
    .stakeholder-title__heading {
        font-size: 40px;
    }
    .stakeholder-title__image {
        height: 450px;
    }
}
@media (max-width: 768px) {
    .stakeholder-title {
        padding: 40px 0 0 0;
    }
    .stakeholder-title__wrapper {
        gap: 16px;
    }
    .stakeholder-title__heading {
        font-size: 32px;
    }
    .stakeholder-title__image {
        height: 350px;
    }
}
@media (max-width: 480px) {
    .stakeholder-title__wrapper {
        gap: 12px;
    }
    .stakeholder-title__heading {
        font-size: 24px;
        line-height: 1.3em;
    }
    .stakeholder-title__image {
        height: 250px;
        border-radius: 8px;
    }
}

.stakeholder-detail {
    padding: 0 0 60px;
}
.stakeholder-detail .container {
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: center;
}
@media (max-width: 575.98px) {
    .stakeholder-detail .container {
        padding: 0 20px;
    }
}
.stakeholder-detail__content {
    display: flex;
    gap: 40px;
    position: relative;
    width: 100%;
}
.stakeholder-detail__sidebar {
    position: absolute;
    left: 0;
    top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;
}
.stakeholder-detail__share-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #111832;
}
.stakeholder-detail__share-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.stakeholder-detail__share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e8eef0;
    border: 1px solid #e8eef0;
    border-radius: 8.888888px;
    color: #111832;
    text-decoration: none;
    transition: all 0.3s ease;
}
.stakeholder-detail__share-btn:hover {
    background: #ffffff;
    border-color: #1bb5ec;
    color: #1bb5ec;
}
.stakeholder-detail__share-btn svg {
    width: 22.22px;
    height: 22.22px;
}
.stakeholder-detail__article {
    width: 840px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.stakeholder-detail__description {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    color: #45464a;
}
.stakeholder-detail__files {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.stakeholder-detail__file-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
    padding: 12px 0;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(270deg, rgb(72, 88, 239) 0%, rgb(42, 150, 237) 36%, rgb(27, 181, 236) 68%);
    border-image-slice: 0 0 1 0;
}
.stakeholder-detail__file-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px 0;
    width: 676px;
}
.stakeholder-detail__file-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.stakeholder-detail__file-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    color: #45464a;
}
.stakeholder-detail__file-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    background: #d2002e;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4em;
    color: #ffffff;
}
.stakeholder-detail__file-meta {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4em;
    color: #45464a;
}
.stakeholder-detail__file-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.stakeholder-detail__action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #ffffff;
    border-radius: 8px;
    color: #111832;
    text-decoration: none;
    transition: all 0.3s ease;
}
.stakeholder-detail__action-btn:hover {
    background: #1bb5ec;
    color: #ffffff;
}
.stakeholder-detail__action-btn svg {
    width: 20px;
    height: 20px;
}
@media (max-width: 1024px) {
    .stakeholder-detail__content {
        flex-direction: column;
    }
    .stakeholder-detail__sidebar {
        position: static;
        flex-direction: row;
        justify-content: flex-start;
        padding-bottom: 20px;
        border-bottom: 1px solid #e8eef0;
    }
    .stakeholder-detail__share-buttons {
        flex-direction: row;
    }
    .stakeholder-detail__article {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .stakeholder-detail {
        padding: 0 0 40px;
    }
    .stakeholder-detail__article {
        padding: 40px 0 0 0;
        gap: 40px;
    }
    .stakeholder-detail__description {
        font-size: 20px;
    }
    .stakeholder-detail__file-info {
        width: 100%;
    }
    .stakeholder-detail__file-item {
        flex-direction: column;
        gap: 24px;
    }
    .stakeholder-detail__file-header {
        flex-direction: column;
        align-items: start;
    }
    .stakeholder-detail__file-name {
        font-size: 14px;
    }
    .stakeholder-detail__file-meta {
        font-size: 12px;
        font-weight: 500;
    }
    .stakeholder-detail__file-actions {
        width: 100%;
        justify-content: flex-start;
    }
    .stakeholder-detail__share-title {
        font-size: 20px;
        display: flex;
        align-items: center;
    }
    .stakeholder-detail__sidebar {
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: none;
    }
    .stakeholder-detail__share-btn {
        width: 40px;
        height: 40px;
    }
    .stakeholder-detail__share-btn svg {
        width: 20px;
        height: 20px;
    }
    .stakeholder-detail__file-badge {
        font-size: 12px;
        padding: 2px 8px;
    }
}

.stakeholder-related {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 40px;
    margin: auto;
    padding: 72px 116px;
    width: 100%;
}
.stakeholder-related .container {
    position: relative;
    width: 100%;
}
.stakeholder-related__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    margin-bottom: 40px;
}
.stakeholder-related__title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.stakeholder-related__title h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2em;
    text-align: left;
    color: #111832;
    margin: 0;
}
.stakeholder-related__content {
    position: relative;
    width: 100%;
}
.stakeholder-related__slider-container {
    width: 100%;
}
.stakeholder-related__slider-container .slider-wrapper {
    overflow: hidden;
}
.stakeholder-related__slider-container .slider-item {
    width: 100%;
    display: flex !important;
    justify-content: center;
}
.stakeholder-related__card {
    width: 400px;
    height: 386.56px;
    background: #ffffff;
    border-radius: 16px;
    padding: 8px;
    position: relative;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}
.stakeholder-related__card:hover {
    background: linear-gradient(270deg, rgb(72, 88, 239) 0%, rgb(42, 150, 237) 36%, rgb(27, 181, 236) 68%);
}
.stakeholder-related__card:hover .stakeholder-related__card-title,
.stakeholder-related__card:hover .stakeholder-related__description {
    color: #ffffff;
}
.stakeholder-related__card:hover .stakeholder-related__date {
    background: #ffffff;
    color: #00529c;
}
@media (max-width: 767.98px) {
    .stakeholder-related__card {
        height: 366.15px;
    }
}
.stakeholder-related__image {
    position: relative;
    width: 100%;
    height: 250.56px;
    border-radius: 12px;
    overflow: hidden;
}
.stakeholder-related__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stakeholder-related__date {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    background: #ffffff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4em;
    color: #00529c;
    transition: all 0.3s ease;
}
.stakeholder-related__content-inner {
    position: relative;
    z-index: 2;
    padding: 16px 12px 12px;
}
.stakeholder-related__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.stakeholder-related__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.stakeholder-related__card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35em;
    color: #111832;
    margin: 0;
    transition: color 0.3s ease;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
    .stakeholder-related__card-title {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.stakeholder-related__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: #45464a;
    margin: 0;
    transition: color 0.3s ease;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stakeholder-related__navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.stakeholder-related .slick-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #e8eef0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 3;
    position: static !important;
    transform: none !important;
}
.stakeholder-related .slick-arrow:before {
    display: none;
}
.stakeholder-related .slick-arrow:hover {
    background: #e8eef0;
}
.stakeholder-related .slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.stakeholder-related .slick-prev,
.stakeholder-related .slick-next {
    position: static;
}
.stakeholder-related .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    width: fit-content;
    position: static !important;
    bottom: auto;
    list-style: none;
    padding: 0;
}
.stakeholder-related .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    display: block;
}
.stakeholder-related .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background: #e8eef0;
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    display: block;
}
.stakeholder-related .slick-dots li button:before {
    display: none;
}
.stakeholder-related .slick-dots li.slick-active button {
    width: 36px;
    border-radius: 499.5px;
    background: linear-gradient(270deg, rgb(72, 88, 239) 0%, rgb(27, 181, 236) 100%);
}

@media (max-width: 1200px) {
    .stakeholder-related {
        padding: 72px 60px;
    }
    .stakeholder-related__title h2 {
        font-size: 36px;
    }
    .stakeholder-related__content {
        gap: 30px;
    }
}
@media (max-width: 1024px) {
    .stakeholder-related {
        padding: 60px 40px 50px;
    }
    .stakeholder-related__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
    }
    .stakeholder-related__title h2 {
        font-size: 32px;
        text-align: center;
    }
    .stakeholder-related__slider-container .slider-item {
        padding: 0 10px;
    }
    .stakeholder-related .slick-dotted {
        margin-bottom: 0 !important;
    }
    .stakeholder-related__card {
        width: 100%;
        max-width: 400px;
    }
}
@media (max-width: 768px) {
    .stakeholder-related {
        padding: 40px 16px 32px;
    }
    .stakeholder-related__card-title {
        font-size: 14px;
    }
    .stakeholder-related__description {
        display: none;
    }
    .stakeholder-related__image {
        height: 200px;
    }
    .stakeholder-related__card {
        height: auto;
    }
    .stakeholder-related__navigation-wrapper {
        margin-top: 24px;
    }
}
@media (max-width: 575.98px) {
    .stakeholder-related {
        padding: 32px 0px 24px;
    }
    .stakeholder-related__card {
        padding: 6px;
    }
    .stakeholder-related__image {
        height: 180px;
    }
    .stakeholder-related__content-inner {
        padding: 12px 10px 10px;
    }
    .stakeholder-related__date {
        bottom: 10px;
        left: 10px;
    }
    .stakeholder-related__navigation-wrapper {
        margin-top: 20px;
    }
}
.breadcrumb {
    margin-bottom: 0;
}
/*# sourceMappingURL=stakeholder-detail.css.map */
