.intro-section {
    padding-top: 110px;
    padding-bottom: 140px;
}

.intro-section-title {
    width: 75%;
    .title {
        text-transform: capitalize;
    }
    @media(max-width: 767px) {
        .title {
            font-size: var(--font-size-heading-4);
            line-height: var(--line-height-heading-4);
            text-transform: none;

        }
        .title * {
            font-family: var(--font-family-base) !important;
            font-weight: 500;
        }

    }
}

.intro-content-wrapper {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
}

.intro-content-wrapper .intro-image {
    width: 27.941176470588235294117647058824%;
    max-width: 380px;
    .o-media {
        padding-bottom: 105.26315789473684210526315789474% !important;
    }

    @media(min-width: 1500px) {
        width: 38.043478260869565217391304347826%;
        max-width: 700px;

        .o-media {
            padding-bottom: 57.142857142857142857142857142857% !important;
        }
    }
    @media(max-width: 1280px) {
        width: 37.941176470588235294117647058824%;
    }
    @media(max-width: 767px) {
        width: 100%;
        max-width: 100%;

        .o-media {
            padding-bottom: 105.15151515151515151515151515152% !important;
        }
    }
}

.intro-content-wrapper .intro-content {
    width: 50%;
}

.intro-description {
    color: var(--color-text-grey);
    margin-top: 14px;
}

.intro-content-wrapper .intro-content .intro-content-item {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--color-dark-blue);
    margin-bottom: 50px;
}

.intro-content-wrapper .content-intro-title {
    font-weight: 500;
    @media(max-width: 767px) {
        font-size: var(--font-size-lead-in);
        line-height: var(--line-height-lead-in);
    }
}

.intro-content-wrapper .intro-content .intro-content-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

/* Mobile for Intro section */
@media (max-width: 767.98px) {
    .leadership-team-section .leadership-team-members {
        margin-top: 50px;
    }

    .leadership-team-section {
        padding: 70px 0 100px;
    }

    .intro-section-title {
        width: 100%;
    }

    .intro-content-wrapper {
        margin-top: 70px;
        flex-wrap: wrap;
    }

    .intro-content-wrapper .intro-image {
        width: 100%;
    }

    .intro-content-wrapper .intro-content {
        width: 100%;
        margin-top: 70px;
    }

    .intro-content-wrapper .intro-content .intro-content-item {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .intro-section {
        padding: 70px 0;
    }
}

.milestones-section {
    background-color: var(--color-blue-4);
    padding-top: 112px;
    padding-bottom: 112px;
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    @media(max-width: 767px) {
        padding-top: 79px;
        padding-bottom: 70px;
    }
}

.milestones-section.is-overflow-hidden {
    overflow: hidden;
}

.abt-mil-pin-container {
    background-color: var(--color-dark-blue);
    width: 100%;
}
@media (max-width: 991px) {
    /* Always stick to the top on mobile, regardless of header scroll direction */
    .abt-mil-pin-container {
        top: 0 !important;
    }
}

.abt-mil__ship {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
    width: 7.987%;
}

.abt-mil__ship .o-media {
    background: transparent;
}

.abt-mil__ship img {
    width: 100% !important;
    height: 545px !important;
    max-width: 115px !important;
    object-fit: contain;
}

.abt-mil__ship-behind {
    top: -92px;
}

.abt-mil__ship-front {
    top: -92px;
    z-index: 3;
}

.abt-mil__wrap {
    width: 100%;
    position: relative;
    display: flex;
    z-index: 2;
}

.container-milestones-section {
    display: flex;
    flex-flow: column;
}

.abt-mil__years-container {
    position: relative;
    margin-top: 69px;
    height: 100%;
    width: 32.353941176470588235294117647059%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    max-height: 412px;
    @media(max-width: 767px) {
        height: auto;
    }
}

.abt-mil__progress-local {
    position: relative;
    width: 1px;
    left: calc(50% - 1px);
}

.abt-mil__progress-local .abt-mil__progress-track {
    background-color: var(--color-dark-blue);
    position: absolute;
    width: 100%;
    height: 100%;
}

.abt-mil__progress-local .abt-mil__progress-fill {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: top;
    transform: scaleY(0);
}

/* Year active scroll animation */
.abt-mil__year-active {
    position: relative;
    height: 1.2em;
    overflow: hidden;
    width: 246px;
}

/* Components created by JS */
.abt-mil__year-active .year-inner {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-blue-3);
}

.abt-mil__year-active .char-wrap {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.abt-mil__year-active .char-inner {
    display: inline-block;
}

.abt-mil__year-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
}

.abt-mil__year-item {
    font-weight: 500;
    font-size: var(--font-size-base);
    line-height: 1.5;
}

.abt-mil__year-item {
    font-weight: 500;
    font-size: var(--font-size-base);
    line-height: 1.5;
}

.abt-mil__year-item.is-active::before {
    background-color: var(--color-light-blue);
}

.abt-mil__head {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.abt-mil__main {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-top: 90px;
    justify-content: space-between;
}

.abt-mil__main-inner {
    position: relative;
    will-change: transform;
    flex-flow: column;
    width: 32.353941176470588235294117647059%;
    @media(max-width: 1023px) {
        width: 40.353941176470588235294117647059%;
    }
    @media(max-width: 767.98px) {
        width: 100%;
        padding-left: 39.393939393939393939393939393939%;
    }
}

.abt-mil__scroll-track {
    position: relative;
    will-change: transform;
}

/* Hidden on Desktop, visible on Mobile only */
.abt-mil__fade {
    display: none;
}

.abt-mil__main-item {
    margin-bottom: 50px;
    position: relative;
    transition: opacity 0.5s ease;
    @media(min-width:768px) {
        opacity: 0.2;
    }
}

.abt-mil__main-item.is-active {
    opacity: 1;
}

.abt-mil__main-item:last-child {
    margin-bottom: 0;
}

.abt-mil__main-item-label {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.abt-mil__main-item-title.o-text-reveal-lines {
    margin-bottom: 20px;
    display: flex !important;
    align-items: center;
}

.abt-mil-text-line {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.abt-mil-text-inner {
    display: block;
    will-change: transform;
    padding-left: 0;
    transition: padding-left 0.5s ease;
}

.abt-mil__main-item.is-active .abt-mil__main-item-title .abt-mil-text-inner {
    padding-left: 36px;
}

.abt-mil__main-item-bullet {
    position: absolute;
    left: 2px;
    top: 15.5px;
    width: 12px;
    height: 12px;
    background-color: var(--color-blue-3);
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateX(-3rem) rotate(45deg);
    transition: transform 0.4s 0.1s ease;
}

.abt-mil__main-item.is-active .abt-mil__main-item-bullet {
    visibility: visible;
    transform: translateX(0) rotate(45deg);
}

.abt-mil__main-item-richtext-p {
    color: var(--color-text);
    line-height: 1.6;
}

/* Mobile responsive for milestones */
@media (max-width: 992px) {
    .container-milestones-section {
        flex-direction: column;
    }

    .abt-mil__head {
        width: 100%;
        margin-bottom: 40px;
        align-items: flex-start;
    }

    .abt-mil__main {
        width: 100%;
        height: 50vh;
        padding-bottom: 100px;
    }
}
@media (max-width: 767.98px) {
    .container-milestones-section {
        width: 100%;
        position: relative;
    }
    .abt-mil__progress {
        left: 15px;
    }

    .abt-mil__main {
        flex-direction: column;
        height: auto;
        padding-bottom: 0;
        margin-top: 0;
    }

    .abt-mil__years-container {
        width: 100%;
        max-height: none;
        margin-top: 0;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .abt-mil__main-inner {
        height: 60vh;
        /* Match desktop-like constrained view height */
        overflow: hidden;
    }

    .abt-mil__main-inner:before,
    .abt-mil__main-inner:after {
        display: none;
    }

    .abt-mil__fade {
        display: block;
        position: absolute;
        left: 0;
        height: 200px;
        width: 100%;
        z-index: 2;
        pointer-events: none;
        flex-shrink: 0;
        transition: opacity 0.3s ease;
    }
    .abt-mil__fade.is-fade-hidden {
        opacity: 0;
    }
    .abt-mil__fade--top {
        top: 0;
        background: linear-gradient(0deg, rgba(0, 35, 64, 0) 0%, rgba(0, 35, 64, 1) 100%);
    }
    .abt-mil__fade--bottom {
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 35, 64, 0) 0%, rgba(0, 35, 64, 1) 100%);
    }

    .abt-mil__main-inner::-webkit-scrollbar {
        display: none;
    }

    .abt-mil__year-list {
        flex-direction: row;
        width: 100%;
        height: auto;
        align-items: center;
        margin-bottom: 0;
    }

    .abt-mil__progress-local {
        width: 100%;
        height: 1px !important;
        left: auto;
        flex: 1;
    }

    .abt-mil__progress-local .abt-mil__progress-track {
        height: 1px;
        width: 100%;
    }

    .abt-mil__progress-local .abt-mil__progress-fill {
        height: 1px;
        width: 100%;
        transform-origin: left;
        transform: scaleX(0);
    }

    .abt-mil__year-active {
        position: absolute;
        top: calc(100% + 40px);
        left: 0;
        z-index: 2;
    }

    .abt-mil__ship {
        width: 50px;
        transform: none;
        opacity: 1;
        position: absolute;
        top: 0;
        left: 30px;
    }

    .abt-mil__ship img {
        height: auto !important;
    }

    .abt-mil__ship-behind {
        top: 0;
    }
    .abt-mil__ship-front {
        top: 0;
    }

    .abt-mil__main-item {
        margin-bottom: 62px;
    }
}

.leadership-team-header {
    display: flex;
    justify-content: space-between;
}

.leadership-team-header .leadership-team-section--title {
    width: 50%;
    max-width: 461px;
    font-weight: 500;
}

.leadership-team-header .leadership-team-section--description {
    width: 50%;
    max-width: 440px;
}

.leadership-team-section {
    padding: 140px 0 194px;
    background: var(--color-blue-4);
    position: relative;
    @media(max-width: 1024px) {
        padding: 100px 0 154px;
    }
}
.leadership-team-section .line-animation {
    top: 0;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

.leadership-team-section .leadership-team-members {
    margin-top: 90px;
    display: flex;
    gap: 50px;
}

.leadership-team-section .leadership-team-members .leadership-team-member {
    width: calc(100% / 4);
    position: relative;
    padding-right: 40px;
}

.leadership-team-section .leadership-team-members .leadership-team-member:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--color-dark-blue);
    transition: all 0.5s ease;
}

.leadership-team-section .leadership-team-members .leadership-team-member:hover:after {
    background-color: var(--color-light-blue);
}

.leadership-team-member .member-image .o-media {
    padding-bottom: 112.28805629374555526443837257177% !important;
    @media(min-width: 1500px) {
        padding-bottom: 112.5641025641025641025641025641% !important;
    }
    @media (max-width: 767px) {
        padding-bottom: 106.9696969696969696969696969697% !important;
    }
}

.leadership-team-member .member-image .o-media.is-inview img {
    transition: all 0.5s ease
}
.leadership-team-member:hover .member-image img {
    transform: scale(1.05);
}

.leadership-team-section .leadership-team-members .leadership-team-member:not:first-child .o-media {
    padding-bottom: calc(300 / 267 * 100%) !important;
}

.member-name {
    margin-top: 20px;
    @media (max-width: 767px) {
        font-size: var(--font-size-lead-in);
        line-height: var(--line-height-lead-in);
        * {
            font-size: var(--font-size-lead-in);
            line-height: var(--line-height-lead-in);
        }
    }
}

.member-position {
    margin-top: 20px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-red);
    @media(max-width: 767px) {
        margin-top: 14px;
        padding: 0;
        font-size: var(--font-size-base);
        line-height: var(--line-height-base);


    }
}

.o-reveal-childs.is-inview.member-position span {
    opacity: 0.5;
}

.member-position span {
    color: var(--color-text);
    opacity: .5;
}

.member-position svg {
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.leadership-team-section .leadership-team-members .leadership-team-member:hover .member-position svg {
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
}

/* Mobile */
@media (max-width: 992px) {
    .leadership-team-section .leadership-team-members {
        flex-wrap: wrap;
    }

    .leadership-team-section .leadership-team-members .leadership-team-member:first-child,
    .leadership-team-section .leadership-team-members .leadership-team-member {
        width: calc(50% - 25px);
    }
}

@media (max-width: 767.98px) {
    .leadership-team-section {
        padding: 70px 0 100px;
        position: relative
    }

    .leadership-team-header {
        flex-wrap: wrap;
    }

    .leadership-team-header .leadership-team-section--title {
        width: 100%;
    }

    .leadership-team-header .leadership-team-section--description {
        width: 100%;
        margin-top: 30px;
        max-width: 100%;
    }

    .leadership-team-section .leadership-team-members {
        margin-top: 50px;
    }

    .leadership-team-section .leadership-team-members .leadership-team-member:first-child,
    .leadership-team-section .leadership-team-members .leadership-team-member {
        width: 100%;
        padding: 0;
    }

    .leadership-team-section .leadership-team-members .leadership-team-member:after {
        display: none;
    }

    .leadership-team-section .leadership-team-members .leadership-team-member:nth-child(2n) {
        padding: 0;
    }
}