.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 */
.organization-section {
    padding: 72px 0;
    background: #F0F8FF;
}
.organization-section .container {
    max-width: 1266px;
    margin: 0 auto;
    padding: 0 20px;
}

.organization-header {
    margin-bottom: 60px;
}

.organization-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
    color: #111832;
    max-width: 762px;
    margin: 0 auto;
}

.organization-chart {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
}

.chart-box {
    position: relative;
    background: linear-gradient(270deg, #4858EF 0%, #1BB5EC 100%);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 330px;
    height: 124px;
    border-radius: 8px;
}
.chart-box .box-label {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    text-wrap: balance;
}

.chart-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
}
.chart-row.chart-top {
    position: relative;
    margin-bottom: 0;
}
.chart-row.chart-top .right-section {
    position: absolute;
    right: 0;
    top: 119px;
}
.chart-row.chart-top::before {
    content: "";
    position: absolute;
    bottom: -62px;
    left: 50%;
    width: calc(50% - 325px);
    height: 3px;
    background: repeating-linear-gradient(to right, #00529c 0, #00529c 5px, transparent 3px, transparent 9px);
    z-index: 1;
}
.chart-row.chart-top::after {
    content: "";
    position: absolute;
    top: calc(100% + 56px);
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background: #00529c;
    border-radius: 50%;
    z-index: 2;
}
.chart-row:not(.chart-top)::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 120px;
    background: repeating-linear-gradient(to bottom, #00529c 0, #00529c 5px, transparent 3px, transparent 9px);
}
.chart-row .curved-line-1 {
    position: absolute;
}
.chart-row .curved-line-2 {
    position: absolute;
}
.chart-row--items:not(.chart-top) {
    justify-content: space-between;
    width: calc(100% + 99px);
    margin: 0 -20px;
}
.chart-row--items:not(.chart-top) .chart-box {
    background: linear-gradient(81.96deg, #0FC194 0%, #0EB695 13.46%, #07719E 100%);
}
.chart-row--items:not(.chart-top) .chart-box .connection-dot::before {
    content: "";
    position: absolute;
    height: 130px;
    top: 2px;
    left: 3px;
    width: 3px;
    background: repeating-linear-gradient(to bottom, #00529c 0, #00529c 5px, transparent 3px, transparent 9px);
}
@media (max-width: 1280px) {
    .chart-row--items:not(.chart-top) .chart-box .connection-dot::before {
        content: none;
    }
}
.chart-row--items:not(.chart-top)::before {
    content: "";
    position: absolute;
    bottom: 148%;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 58px;
    background: repeating-linear-gradient(to bottom, #00529c 0, #00529c 5px, transparent 3px, transparent 9px);
}
.chart-row--items:not(.chart-top)::after {
    content: "";
    position: absolute;
    top: -60px;
    width: calc(50% + 3px);
    right: 164px;
    height: 60px;
    border-radius: 21px 21px 0 0;
    border-top: 3px dashed;
    border-left: 3px dashed;
    border-right: 3px dashed;
    border-color: #00529C;
}
.chart-row--items:not(.chart-top) .chart-box:first-child {
    margin: auto;
    left: -1px;
}
.departments-grid {
    display: grid;
    grid-template-columns: 3fr 230px;
    gap: 102px;
    width: 100%;
    max-width: 1226px;
    position: relative;
}
.departments-grid--first {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 102px;
    width: 100%;
    max-width: 1226px;
    position: relative;
}
.departments-grid--first::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 114px;
    right: 114px;
    height: 60px;
    border-radius: 21px 21px 0 0;
    border-top: 3px dashed;
    border-left: 3px dashed;
    border-right: 3px dashed;
    border-color: #00529C;
}

.department-column {
    display: flex;
    flex-direction: column;
    gap: 52px;
    position: relative;
    height: fit-content;
}
.department-column::after {
    content: "";
    position: absolute;
    left: -22px;
    width: 22px;
    top: 62px;
    bottom: 46px;
    border-top: 3px dashed;
    border-left: 3px dashed;
    border-bottom: 3px dashed;
    border-radius: 6px 0 0 6px;
    border-color: #00529C;
}
.department-column.column-blue::after {
    border-color: #00529c;
}

.department-box {
    background: #ffffff;
    border: 2px solid;
    border-radius: 8px;
    padding: 15px 20px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
.department-box .connection-dot-above {
    position: absolute;
    top: -4px;
    left: calc(50% + 0px);
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #00529c;
    border-radius: 50%;
    z-index: 3;
}
.department-box:not(:first-child):not(:last-child) .connection-dot-left::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 3px;
    background: repeating-linear-gradient(to right, currentColor 0, currentColor 3px, transparent 3px, transparent 6px);
}
.department-box:not(:first-child):not(:last-child) .connection-dot-left::after {
    content: "";
    position: absolute;
    top: calc(50% - 0px);
    left: -21px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.department-box .department-label {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.25;
    text-transform: uppercase;
    text-align: center;
    color: #111832;
    text-wrap: balance;
}

.column-blue .department-box {
    border-color: #00529c;
}
.column-blue .department-box .connection-dot-left {
    top: calc(50% + 8px);
    left: -5px;
    background: #00529c;
}
.column-blue .department-box:not(:first-child):not(:last-child) .connection-dot-left::before {
    background: repeating-linear-gradient(to right, #00529c 0, #00529c 5px, transparent 5px, transparent 7px);
}
.column-blue .department-box:not(:first-child):not(:last-child) .connection-dot-left::after {
    background: #00529c;
}

.connection-dot {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #00529c;
    border-radius: 50%;
}

.connection-dot-above {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #00529c;
    border-radius: 50%;
}

.connection-dot-left {
    position: absolute;
    top: calc(50% + 4px);
    left: -3px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #00529c;
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 1280px) {
    .departments-grid {
        gap: 40px 30px;
        padding: 0 10px;
    }
    .departments-grid--first {
        gap: 40px 30px;
    }
    .chart-box.box-audit {
        height: 80px;
    }
    .chart-row.chart-top .right-section {
        top: 141px;
    }
    .curved-line-1 {
        width: 100px;
        height: 125px;
        left: 50%;
        bottom: 4px;
        transform: translate(-2px, 100%);
        position: absolute;
        overflow: hidden;
        z-index: 0;
        --l:3px; /* Thickness of the curve */
        --r:8px; /* The curve radius */
        --w:50%; /* The width of the left part (i.e distance of the curve from the left) */
        --c:#00529C; /* Color of the curve*/
    }
    .curved-line-1:before,
    .curved-line-1:after {
        content: "";
        position: absolute;
        z-index: -1;
        height: calc(50% - var(--l)); /* each one will take half the height minus border width*/
        border-style: dashed;
        border-color: var(--c);
    }
    /* Left part */
    .curved-line-1:before {
        bottom: 1.5px;
        right: 0;
        width: var(--w);
        height: 75%;
        border-width: var(--l) var(--l) 0 0; /* Right & Bottom*/
        border-radius: 0 var(--r) 0 0; /* Bottom-right*/
    }
    /* Right part*/
    .curved-line-1:after {
        top: 1.5px;
        left: 0; /* Move slightly to the right to have a perfect join */
        width: calc(100% - var(--w));
        height: 25%;
        border-width: 0 0 var(--l) var(--l); /* Top & Left */
        border-radius: 0 0 0 var(--r); /* Top-Left*/
    }
    .curved-line-2 {
        width: 100px;
        height: 125px;
        left: 50%;
        bottom: 4px;
        transform: translate(-2px, 100%);
        position: absolute;
        overflow: hidden;
        z-index: 0;
        --l:3px; /* Thickness of the curve */
        --r:8px; /* The curve radius */
        --w:50%; /* The width of the left part (i.e distance of the curve from the left) */
        --c:#00529C; /* Color of the curve*/
    }
    .curved-line-2:before,
    .curved-line-2:after {
        content: "";
        position: absolute;
        z-index: -1;
        height: calc(50% - var(--l)); /* each one will take half the height minus border width*/
        border-style: dashed;
        border-color: var(--c);
    }
    /* Left part */
    .curved-line-2:before {
        bottom: 1.5px;
        right: 0;
        width: var(--w);
        height: 50%;
        border-width: var(--l) var(--l) 0 0; /* Right & Bottom*/
        border-radius: 0 var(--r) 0 0; /* Bottom-right*/
    }
    /* Right part*/
    .curved-line-2:after {
        top: 1.5px;
        left: 0; /* Move slightly to the right to have a perfect join */
        width: calc(100% - var(--w));
        height: 50%;
        border-width: 0 0 var(--l) var(--l); /* Top & Left */
        border-radius: 0 0 0 var(--r); /* Top-Left*/
    }
    .department-column {
        width: 220px;
    }
    .box-audit .ship {
        right: 35vw;
    }
    .departments-grid--first::before {
        left: 108px;
        width: calc(67% + 20px);
        right: unset;
    }
    .departments-grid--second {
        justify-self: center;
    }
    .chart-row--items:not(.chart-top) {
        justify-content: space-between;
        width: calc(100% + 30px);
        margin: 0 -20px;
    }
    .chart-row--items:not(.chart-top) .chart-box {
        background: linear-gradient(81.96deg, #0FC194 0%, #0EB695 13.46%, #07719E 100%);
    }
    .chart-row--items:not(.chart-top) .chart-box .connection-dot {
        position: absolute;
        bottom: 4px;
        left: 50%;
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        background: #00529c;
        border-radius: 50%;
    }
    .chart-row--items:not(.chart-top)::before {
        content: "";
        position: absolute;
        bottom: 148%;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 58px;
        background: repeating-linear-gradient(to bottom, #00529c 0, #00529c 5px, transparent 3px, transparent 9px);
    }
    .chart-row--items:not(.chart-top)::after {
        content: "";
        position: absolute;
        top: -60px;
        width: calc(50% + 3px);
        right: 164px;
        height: 60px;
        border-radius: 21px 21px 0 0;
        border-top: 3px dashed;
        border-left: 3px dashed;
        border-right: 3px dashed;
        border-color: #00529C;
    }
    .chart-row--items:not(.chart-top) .chart-box:first-child {
        margin: auto;
        left: -1px;
    }
    .chart-row--items:not(.chart-top)::after {
        width: calc(50% + 8px);
    }
    .chart-row--items:not(.chart-top) .chart-box:first-child {
        margin: auto;
        left: -5px;
    }
}
@media (max-width: 992px) {
    .organization-section {
        padding: 60px 0;
    }
    .organization-chart {
        gap: 40px;
    }
    .chart-box {
        height: 60px;
        padding: 20px;
    }
    .chart-box.box-audit {
        width: 200px;
    }
    .chart-box .box-label {
        font-weight: 600;
        font-size: 16px;
    }
    .chart-row.chart-top {
        margin-bottom: 80px;
    }
    .chart-row.chart-top::after {
        width: 4px;
        height: 4px;
        top: calc(100% + 58px);
        left: calc(50% - 2px);
    }
    .chart-row.chart-top::before {
        height: 1.5px;
        bottom: -61px;
        width: calc(50% - 199px);
    }
    .chart-row.chart-top .right-section {
        top: 76px;
    }
    .connection-dot-left {
        width: 4px;
        height: 4px;
        left: -2px;
    }
    .connection-dot {
        bottom: -1px;
        width: 4px;
        height: 4px;
    }
    .connection-dot-above {
        top: -1px;
        width: 4px;
        height: 4px;
    }
    .chart-row:not(.chart-top)::before {
        width: 1.5px;
        height: 40px;
        bottom: 100%;
    }
    .chart-row:nth-child(2):not(.chart-top)::before {
        height: 120px;
    }
    .chart-row--items:not(.chart-top) {
        width: 100%;
        margin: 0;
        gap: 37px;
        margin-bottom: 16px;
    }
    .chart-row--items:not(.chart-top) .chart-box {
        height: 80px;
        max-width: 250px;
        width: calc(50% - 18.5px);
    }
    .chart-row--items:not(.chart-top) .chart-box:first-child {
        left: 0;
    }
    .chart-row--items:not(.chart-top)::after {
        top: -22px;
        right: 124px;
        height: 22px;
        width: calc(50% + 21px);
        border-radius: 15px 15px 0 0;
        border-top: 1.5px dashed;
        border-left: 1.5px dashed;
        border-right: 1.5px dashed;
        border-color: #00529C;
    }
    .chart-row--items:not(.chart-top)::before {
        bottom: 126%;
        height: 20px;
    }
    .departments-grid {
        padding: 0;
        gap: 12px;
    }
    .departments-grid--first {
        justify-items: center;
    }
    .departments-grid--first::before {
        top: -22px;
        height: 22px;
        left: 14.9%;
        border-radius: 15px 15px 0 0;
        border-top: 1.5px dashed;
        border-left: 1.5px dashed;
        border-right: 1.5px dashed;
    }
    .department-grid--second {
        justify-items: center;
    }
    .department-box {
        min-height: 88px;
        padding: 0 8px;
        height: unset;
        border-radius: 4px;
        border: 1px solid;
    }
    .department-box .department-label {
        font-size: 14px;
    }
    .department-box .connection-dot-above {
        width: 4px;
        height: 4px;
        top: -2px;
    }
    .department-column {
        width: 150px;
        gap: 36px;
    }
    .curved-line-1 {
        width: 100px;
        height: 60px;
        left: 50%;
        bottom: 4px;
        transform: translate(-2px, 100%);
        position: absolute;
        overflow: hidden;
        z-index: 0;
        --l:1.5px; /* Thickness of the curve */
        --r:8px; /* The curve radius */
        --w:50%; /* The width of the left part (i.e distance of the curve from the left) */
        --c:#00529C; /* Color of the curve*/
    }
    .curved-line-1:before,
    .curved-line-1:after {
        content: "";
        position: absolute;
        z-index: -1;
        height: calc(50% - var(--l)); /* each one will take half the height minus border width*/
        border-style: dashed;
        border-color: var(--c);
    }
    /* Left part */
    .curved-line-1:before {
        bottom: 1px;
        right: 0;
        width: var(--w);
        height: 75%;
        border-width: var(--l) var(--l) 0 0; /* Right & Bottom*/
        border-radius: 0 var(--r) 0 0; /* Bottom-right*/
    }
    /* Right part*/
    .curved-line-1:after {
        top: 0.5px;
        left: 0; /* Move slightly to the right to have a perfect join */
        width: calc(100% - var(--w));
        height: 25%;
        border-width: 0 0 var(--l) var(--l); /* Top & Left */
        border-radius: 0 0 0 var(--r); /* Top-Left*/
    }
    .curved-line-2 {
        width: 100px;
        height: 60px;
        left: 50%;
        bottom: 4px;
        transform: translate(-2px, 100%);
        position: absolute;
        overflow: hidden;
        z-index: 0;
        --l:1.5px; /* Thickness of the curve */
        --r:8px; /* The curve radius */
        --w:50%; /* The width of the left part (i.e distance of the curve from the left) */
        --c:#00529C; /* Color of the curve*/
    }
    .curved-line-2:before,
    .curved-line-2:after {
        content: "";
        position: absolute;
        z-index: -1;
        height: calc(50% - var(--l)); /* each one will take half the height minus border width*/
        border-style: dashed;
        border-color: var(--c);
    }
    /* Left part */
    .curved-line-2:before {
        bottom: 1px;
        right: 0;
        width: var(--w);
        height: 32%;
        border-width: var(--l) var(--l) 0 0; /* Right & Bottom*/
        border-radius: 0 var(--r) 0 0; /* Bottom-right*/
    }
    /* Right part*/
    .curved-line-2:after {
        top: 0.5px;
        left: 0; /* Move slightly to the right to have a perfect join */
        width: calc(100% - var(--w));
        height: 68%;
        border-width: 0 0 var(--l) var(--l); /* Top & Left */
        border-radius: 0 0 0 var(--r); /* Top-Left*/
    }
    .chart-row--items:not(.chart-top) .chart-box .connection-dot {
        left: calc(50% - 1px);
        width: 4px;
        height: 4px;
        bottom: -1px;
    }
    .department-column.column-blue::after {
        content: none;
    }
    .department-column.column-blue .department-box .connection-dot-left {
        top: -2px;
        left: calc(50% + 0px);
        transform: translateX(-50%);
    }
    .department-column.column-blue .department-box:not(:first-child) .connection-dot-left::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -36px;
        width: 1.5px;
        height: 36px;
        transform: translateX(-50%);
        background: repeating-linear-gradient(to top, #00529c 0, #00529c 5px, transparent 5px, transparent 7px);
    }
    .department-column.column-blue .department-box:not(:first-child) .connection-dot-left::after {
        content: "";
        position: absolute;
        top: -37px;
        left: 2px;
        transform: translateX(-50%);
        width: 4px;
        height: 4px;
        background: #00529c;
        border-radius: 50%;
    }
}
@media (max-width: 768px) {
    .organization-section {
        padding: 40px 0;
    }
    .organization-header {
        margin-bottom: 32px;
    }
    .organization-title {
        font-size: 16px;
    }
    .chart-box.box-audit {
        width: 140px;
    }
    .chart-row.chart-top {
        margin-bottom: 80px;
    }
    .chart-row.chart-top::before {
        height: 1.5px;
        bottom: -61px;
        width: calc(50% - 142px);
    }
    .departments-grid {
        padding: 0;
        gap: 12px;
        grid-template-columns: 3fr 1fr;
    }
    .departments-grid--first {
        justify-items: center;
        gap: 12px;
    }
    .departments-grid--first::before {
        left: 15.5%;
        width: calc(67% + 7px);
    }
    .departments-grid--second {
        justify-items: center;
    }
    .department-box {
        min-height: 88px;
        padding: 0 8px;
        height: unset;
        border-radius: 4px;
        border: 1px solid;
    }
    .department-box .department-label {
        font-size: 10px;
    }
    .department-box .connection-dot-above {
        width: 4px;
        height: 4px;
        top: -2px;
    }
    .department-column {
        width: 95px;
        gap: 18px;
    }
    .curved-line-1 {
        width: 100px;
        height: 60px;
        left: 50%;
        bottom: 4px;
        transform: translate(-2px, 100%);
        position: absolute;
        overflow: hidden;
        z-index: 0;
        --l:1.5px; /* Thickness of the curve */
        --r:8px; /* The curve radius */
        --w:50%; /* The width of the left part (i.e distance of the curve from the left) */
        --c:#00529C; /* Color of the curve*/
    }
    .curved-line-1:before,
    .curved-line-1:after {
        content: "";
        position: absolute;
        z-index: -1;
        height: calc(50% - var(--l)); /* each one will take half the height minus border width*/
        border-style: dashed;
        border-color: var(--c);
    }
    /* Left part */
    .curved-line-1:before {
        bottom: 1px;
        right: 0;
        width: var(--w);
        height: 75%;
        border-width: var(--l) var(--l) 0 0; /* Right & Bottom*/
        border-radius: 0 var(--r) 0 0; /* Bottom-right*/
    }
    /* Right part*/
    .curved-line-1:after {
        top: 0.5px;
        left: 0; /* Move slightly to the right to have a perfect join */
        width: calc(100% - var(--w));
        height: 25%;
        border-width: 0 0 var(--l) var(--l); /* Top & Left */
        border-radius: 0 0 0 var(--r); /* Top-Left*/
    }
    .curved-line-2 {
        width: 100px;
        height: 60px;
        left: 50%;
        bottom: 4px;
        transform: translate(-2px, 100%);
        position: absolute;
        overflow: hidden;
        z-index: 0;
        --l:1.5px; /* Thickness of the curve */
        --r:8px; /* The curve radius */
        --w:50%; /* The width of the left part (i.e distance of the curve from the left) */
        --c:#00529C; /* Color of the curve*/
    }
    .curved-line-2:before,
    .curved-line-2:after {
        content: "";
        position: absolute;
        z-index: -1;
        height: calc(50% - var(--l)); /* each one will take half the height minus border width*/
        border-style: dashed;
        border-color: var(--c);
    }
    /* Left part */
    .curved-line-2:before {
        bottom: 1px;
        right: 0;
        width: var(--w);
        height: 32%;
        border-width: var(--l) var(--l) 0 0; /* Right & Bottom*/
        border-radius: 0 var(--r) 0 0; /* Bottom-right*/
    }
    /* Right part*/
    .curved-line-2:after {
        top: 0.5px;
        left: 0; /* Move slightly to the right to have a perfect join */
        width: calc(100% - var(--w));
        height: 68%;
        border-width: 0 0 var(--l) var(--l); /* Top & Left */
        border-radius: 0 0 0 var(--r); /* Top-Left*/
    }
    .chart-row--items:not(.chart-top) .chart-box .connection-dot {
        left: calc(50% - 1px);
        width: 4px;
        height: 4px;
        bottom: -1px;
    }
    .department-column.column-blue::after {
        content: none;
    }
    .department-column.column-blue .department-box .connection-dot-left {
        top: -2px;
        left: calc(50% + 0px);
        transform: translateX(-50%);
    }
    .department-column.column-blue .department-box:not(:first-child) .connection-dot-left::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -20px;
        width: 1.5px;
        height: 20px;
        transform: translateX(-50%);
        background: repeating-linear-gradient(to top, #00529c 0, #00529c 5px, transparent 5px, transparent 7px);
    }
    .department-column.column-blue .department-box:not(:first-child) .connection-dot-left::after {
        content: "";
        position: absolute;
        top: -21px;
        left: 2px;
        transform: translateX(-50%);
        width: 4px;
        height: 4px;
        background: #00529c;
        border-radius: 50%;
    }
}
@media (max-width: 567px) {
    .department-column {
        width: 75px;
        gap: 18px;
    }
    .department-box .department-label {
        font-size: 8px;
    }
    .chart-row--items:not(.chart-top)::after {
        right: calc(25% - 11px);
    }
}
@media (max-width: 360px) {
    .department-column {
        width: 70px;
    }
}
/*# sourceMappingURL=organization.css.map */
