.box--table-of-contents--menu-new .box-content {
  row-gap: 24px;
}
.box--table-of-contents--menu-new .box-content .wrap-link {
  line-height: 16px;
}
.box--table-of-contents--menu-new .box-content .wrap-link.active .link {
  color: #232C39;
}
.box--table-of-contents--menu-new .box-content .link {
    display: inline-flex;
    text-decoration: none;
    transition: all 0.3s linear;
    letter-spacing: inherit;
    position: relative;
    padding-left: 32px;
    color: #6C798B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: inherit;
}
.box--table-of-contents--menu-new .box-content .active .link:before {
    content: url(/career/wp-content/uploads/2026/06/arrow-right.svg);
    position: absolute;
    top: -2px;
    left: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.box--table-of-contents--menu-new .box-content .link:hover {
    color: #232C39;
}

@media screen and (max-width: 768px) {
    .box--table-of-contents--menu-new {
        display: none;
    }
}

/*# sourceMappingURL=index.css.map */