main {
    .layer {
        z-index: 1;
        position: relative;
        background-repeat: no-repeat;
        background-position: calc((78.5 * 100vw) / 100) calc((35 * 100vw) / 100), center calc((17.5 * 100vw) / 100), left bottom;
        background-image:  url("../media/patterns/rotate-right.svg"),url("../media/images/contact-us-page.svg"), url("../media/patterns/rotate-left.svg");
        background-size: calc((12.95 * 100vw) / 100) calc((13.98 * 100vw) / 100), calc((107.3 * 100vw) / 100) calc((65.84 * 100vw) / 100), calc((16.45 * 100vw) / 100) calc((17.5 * 100vw) / 100);
        &.en-mode {
            transform: scaleX(-1);
            background-position: calc((78.5 * 100vw) / 100) calc((35 * 100vw) / 100), center calc((17.5 * 100vw) / 100), left bottom;
            background-size: calc((12.95 * 100vw) / 100) calc((13.98 * 100vw) / 100), calc((107.3 * 100vw) / 100) calc((65.84 * 100vw) / 100), calc((16.45 * 100vw) / 100) calc((17.5 * 100vw) / 100);
            section {
                transform: scaleX(-1);
                &.intro {
                    background-position: calc((65.5 * 100vw) / 100) calc((11.5 * 100vw) / 100);
                    .intro-media > img {
                        &.logo-1 {
                            right: unset;
                            left: calc((.6 * 100vw) / 100);
                            animation: translate-left 3.5s ease-in-out;
                        }
                        &.logo-2 {
                            right: unset;
                            left: calc((4.4 * 100vw) / 100);
                            animation: translate-bottom 3.5s ease-in-out;
                        }
                        &.logo-3 {
                            left: unset;
                            right: calc((10.21 * 100vw) / 100);
                            animation: translate-top 3.5s ease-in-out;
                        }
                        &.logo-4 {
                            left: unset;
                            right: calc((.6 * 100vw) / 100);
                            animation: translate-right 3.5s ease-in-out;
                        }
                    }
                }
                &.features img {
                    transform: scaleX(-1);
                }
            }
        }
    }
    section {
        &.intro {
            color: var(--secondary-color);
            font-family: var(--neo-font);
            background-repeat: no-repeat;
            padding-inline-start: calc((6.8 * 100vw) / 100);
            background-image: url("../media/patterns/intro-half.svg");
            padding-block: calc((3.64 * 100vw) / 100) calc((1 * 100vw) / 100);
            background-size: calc((13.1 * 100vw) / 100) calc((6.21 * 100vw) / 100);
            background-position: calc((65.5 * 100vw) / 100) calc((11.5 * 100vw) / 100);
            .intro-info {
                width: calc((39.84 * 100vw) / 100);
                margin-bottom: calc((2.92 * 100vw) / 100);
                h3 {
                    font-weight: 700;
                    line-height: normal;
                    margin-bottom: unset;
                    font-size: calc((2.1 * 100vw) / 100);
                }
                > img {
                    width: calc((3.6 * 100vw) / 100);
                    margin-bottom: calc((.7 * 100vw) / 100);
                }
                h5 {
                    font-weight: 500;
                    line-height: 150%;
                    font-size: calc((1.25 * 100vw) / 100);
                    margin-bottom: calc((.83 * 100vw) / 100);
                }
                > p {
                    line-height: 150%;
                    text-align: justify;
                    width: calc((37.24 * 100vw) / 100);
                    font-size: calc((1.25 * 100vw) / 100);
                    margin-bottom: calc((1.04 * 100vw) / 100);
                }
                button {
                    width: fit-content;
                    border-radius: calc((.52 * 100vw) / 100);
                    background-color: var(--secondary-color);
                    padding: calc((.81 * 100vw) / 100) calc((1.41 * 100vw) / 100);
                    img {
                        width: calc((1.51 * 100vw) / 100);
                        margin-inline-end: calc((.83 * 100vw) / 100);
                    }
                    p {
                        font-weight: 700;
                        margin-bottom: unset;
                        font-family: var(--tajawal-font);
                        font-size: calc((1.25 * 100vw) / 100);
                    }
                    img,
                    p {
                        z-index: 1;
                        position: relative;
                    }
                }
            }
            .intro-media {
                overflow: hidden;
                position: relative;
                margin-inline: calc((.7 * 100vw) / 100) calc((.4 * 100vw) / 100);
                padding-inline: calc((6.5 * 100vw) / 100) calc((5.3 * 100vw) / 100);
                padding-block: calc((6.53 * 100vw) / 100) calc((1.51 * 100vw) / 100);
                .main-image {
                    overflow: hidden;
                    width: calc((39.73 * 100vw) / 100);
                    height: calc((22.42 * 100vw) / 100);
                    border-radius: calc((1.25 * 100vw) / 100);
                    border: 1.154px solid rgba(129, 219, 255, 0.12);
                    box-shadow: 0px 4.617px 11.541px 0px rgba(3, 89, 123, 0.12);
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;
                    }
                }
                > img {
                    position: absolute;
                    border: 1px solid rgba(129, 219, 255, 0.12);
                    box-shadow: 0px 4px 10px 0px rgba(3, 89, 123, 0.12);
                    &.logo-1 {
                        border: unset;
                        right: calc((.6 * 100vw) / 100);
                        top: calc((10.94 * 100vw) / 100);
                        width: calc((7.7 * 100vw) / 100);
                        border-radius: calc((1.04 * 100vw) / 100);
                        animation: translate-right 3.5s ease-in-out;
                    }
                    &.logo-2 {
                        right: calc((4.4 * 100vw) / 100);
                        bottom: calc((.62 * 100vw) / 100);
                        width: calc((8.85 * 100vw) / 100);
                        border-radius: calc((.52 * 100vw) / 100);
                        animation: translate-bottom 3.5s ease-in-out;
                    }
                    &.logo-3 {
                        top: calc((.5 * 100vw) / 100);
                        left: calc((10.21 * 100vw) / 100);
                        width: calc((6.82 * 100vw) / 100);
                        border-radius: calc((.52 * 100vw) / 100);
                        animation: translate-top 3.5s ease-in-out;
                    }
                    &.logo-4 {
                        left: calc((.6 * 100vw) / 100);
                        top: calc((1.98 * 100vw) / 100);
                        width: calc((7.97 * 100vw) / 100);
                        border-radius: calc((1.04 * 100vw) / 100);
                        animation: translate-left 3.5s ease-in-out;
                    }
                }
            }
        }
        &.features {
            padding-bottom: calc((7 * 100vw) / 100);
            padding-inline: calc((9.9 * 100vw) / 100);
            img {
                width: calc((31.04 * 100vw) / 100);
            }
            ul li {
                color: #fff;
                font-weight: 500;
                line-height: 150%;
                text-align: justify;
                font-family: var(--neo-font);
                padding: calc((1.04 * 100vw) / 100);
                font-size: calc((1.04 * 100vw) / 100);
                border-radius: calc((.52 * 100vw) / 100);
                background-color: rgba(255, 255, 255, 0.05);
                box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
                &:first-of-type {
                    width: calc((33.8 * 100vw) / 100);
                    margin-bottom: calc((2.1 * 100vw) / 100);
                    margin-inline-start: calc((.53 * 100vw) / 100);
                }
                &:nth-of-type(2) {
                    width: calc((41.3 * 100vw) / 100);
                    margin-bottom: calc((2.1 * 100vw) / 100);
                    margin-inline-start: calc((2.72 * 100vw) / 100);
                }
                &:last-of-type {
                    width: calc((44.4 * 100vw) / 100);
                    margin-inline-start: calc((4.9 * 100vw) / 100);
                }
            }
            &.en-mode {
                padding-bottom: calc((5 * 100vw) / 100);
            }
        }
        &.competencies {
            color: #fff;
            padding-inline: calc((4.8 * 100vw) / 100);
            padding-bottom: calc((8.33 * 100vw) / 100);
            h3 {
                font-weight: 500;
                text-align: center;
                font-family: var(--neo-font);
                font-size: calc((2.1 * 100vw) / 100);
                margin-bottom: calc((6.72 * 100vw) / 100);
            }
            h5 {
                font-weight: 500;
                margin-bottom: unset;
                font-family: var(--neo-font);
                font-size: calc((1.25 * 100vw) / 100);
            }
            .main-competence {
                margin: auto;
                position: relative;
                text-align: center;
                background-color: #1A6481;
                width: calc((18.2 * 100vw) / 100);
                border-radius: calc((.52 * 100vw) / 100);
                padding-block: calc((4.4 * 100vw) / 100) calc((.62 * 100vw) / 100);
                img {
                    left: 50%;
                    position: absolute;
                    transform: translateX(-50%);
                    &:first-of-type {
                        left: 60%;
                        top: calc((-4 * 100vw) / 100);
                        width: calc((4.6 * 100vw) / 100);
                    }
                    &:last-of-type {
                        z-index: -1;
                        top: calc((-3.9 * 100vw) / 100);
                        width: calc((7.7 * 100vw) / 100);
                    }
                }
            }
            ul li {
                &.competence-card {
                    position: relative;
                    width: calc((8.7 * 100vw) / 100);
                    background-color: var(--secondary-color);
                    border-radius: calc((.52 * 100vw) / 100);
                    padding-inline: calc((.42 * 100vw) / 100);
                    padding-block: calc((5.11 * 100vw) / 100) calc((.6 * 100vw) / 100);
                    img {
                        position: absolute;
                        &:first-of-type {
                            top: calc((-4 * 100vw) / 100);
                            right: calc((2.1 * 100vw) / 100);
                            width: calc((4.6 * 100vw) / 100);
                        }
                        &:last-of-type {
                            z-index: -1;
                            top: calc((-3.9 * 100vw) / 100);
                            right: calc((2.4 * 100vw) / 100);
                            width: calc((7.7 * 100vw) / 100);
                        }
                    }
                }
                &:first-of-type,
                &:last-of-type {
                    margin-top: calc((-12 * 100vw) / 100);
                }
                &:nth-of-type(2),
                &:nth-of-type(6) {
                    margin-top: calc((-6 * 100vw) / 100);
                }
                &:nth-of-type(3),
                &:nth-of-type(5) {
                    margin-top: calc((2 * 100vw) / 100);
                }
                &:nth-of-type(4) {
                    margin-top: calc((8 * 100vw) / 100);
                }
            }
        }
        &.benefits {
            text-align: center;
            font-family: var(--neo-font);
            background-repeat: no-repeat;
            padding-bottom: calc((9.4 * 100vw) / 100);
            padding-inline: calc((11.35 * 100vw) / 100);
            background-image: url("../media/patterns/intro-left.svg");
            background-size: calc((16.1 * 100vw) / 100) calc((17.35 * 100vw) / 100);
            background-position: calc((86.3 * 100vw) / 100) calc((22.8 * 100vw) / 100);
            h3 {
                font-weight: 800;
                color: var(--secondary-color);
                font-family: var(--cairo-font);
                font-size: calc((1.98 * 100vw) / 100);
                margin-bottom: calc((.83 * 100vw) / 100);
            }
            > p {
                color: #333;
                margin-inline: auto;
                width: calc((56.3 * 100vw) / 100);
                font-size: calc((1.04 * 100vw) / 100);
                margin-bottom: calc((1.5 * 100vw) / 100);
            }
            .benefits-card {
                overflow: hidden;
                position: relative;
                padding: calc((1.04 * 100vw) / 100);
                min-height: calc((12.7 * 100vw) / 100);
                border: 1px solid rgba(0, 0, 0, 0.20);
                border-radius: calc((1.04 * 100vw) / 100);
                &::before {
                    content: "";
                    z-index: -1;
                    position: absolute;
                    border-radius: 50%;
                    transition: all .3s ease-in-out;
                    top: calc((-2.6 * 100vw) / 100);
                    right: calc((-3.2 * 100vw) / 100);
                    width: calc((5.4 * 100vw) / 100);
                    height: calc((5.4 * 100vw) / 100);
                    background-color: var(--secondary-color);
                }
                img {
                    width: calc((4.2 * 100vw) / 100);
                    &.primary {
                        display: inline-block;
                    }
                    &.light {
                        display: none;
                    }
                }
                h5 {
                    font-weight: 500;
                    color: var(--secondary-color);
                    transition: color .3s ease-in-out;
                    font-size: calc((1.25 * 100vw) / 100);
                    margin-block: calc((.83 * 100vw) / 100);
                }
                p {
                    color: #333;
                    margin-bottom: unset;
                    transition: color .3s ease-in-out;
                    font-size: calc((1.04 * 100vw) / 100);
                }
                &:hover {
                    &::before {
                        inset: 0;
                        width: 100%;
                        height: 100%;
                        border-radius: unset;
                    }
                    img {
                        &.primary {
                            display: none;
                        }
                        &.light {
                            display: inline-block;
                        }
                    }
                    h5,
                    p {
                        color: #fff;
                    }
                }
            }
            .en-mode .benefits-card {
                min-height: calc((14.2 * 100vw) / 100);
                &::before {
                    right: unset;
                    left: calc((-3.2 * 100vw) / 100);
                }
                &:hover::before {
                    inset: 0;
                }
            }
        }
        &.training-material {
            font-family: var(--neo-font);
            img {
                width: calc((29.11 * 100vw) / 100);
                margin-inline-start: calc((7.5 * 100vw) / 100);
            }
            h3 {
                font-weight: 500;
                position: relative;
                color: var(--secondary-color);
                font-size: calc((2.1 * 100vw) / 100);
                padding-bottom: calc(.9 * 100vw / 100);
                margin-bottom: calc((1.3 * 100vw) / 100);
                &::before,
                &::after {
                    right: 0;
                    top: 100%;
                    content: "";
                    position: absolute;
                    height: calc(.2 * 100vw / 100);
                    border-radius: calc(.42 * 100vw / 100);
                }
                &::before {
                    background-color: #D9D9D9;
                    width: calc(8.65 * 100vw / 100);
                }
                &::after {
                    background-color: #FDA859;
                    width: calc(5.43 * 100vw / 100);
                }
                &.en-mode {
                    &::before,
                    &::after {
                        left: 0;
                        right: unset;
                    }
                }
            }
            p {
                color: #333;
                font-size: calc((1.5 * 100vw) / 100);
                margin-bottom: calc((1.04 * 100vw) / 100);
            }
        }
        &.discover-library {
            font-family: var(--neo-font);
            background-repeat: no-repeat;
            padding-block: calc((9.4 * 100vw) / 100);
            padding-inline: calc((5.21 * 100vw) / 100);
            background-position: left calc((4.7 * 100vw) / 100);
            background-image: url("../media/patterns/rotate-left.svg");
            background-size: calc((16.45 * 100vw) / 100) calc((17.5 * 100vw) / 100);
            h3 {
                font-weight: 500;
                position: relative;
                color: var(--secondary-color);
                font-size: calc((2.1 * 100vw) / 100);
                margin-bottom: calc((.6 * 100vw) / 100);
                &::before,
                &::after {
                    right: 0;
                    top: 100%;
                    content: "";
                    position: absolute;
                    height: calc(.2 * 100vw / 100);
                    border-radius: calc(.42 * 100vw / 100);
                }
                &::before {
                    background-color: #D9D9D9;
                    width: calc(8.65 * 100vw / 100);
                }
                &::after {
                    background-color: #FDA859;
                    width: calc(5.43 * 100vw / 100);
                }
            }
            > p {
                color: #333;
                width: calc((77.8 * 100vw) / 100);
                font-size: calc((1.5 * 100vw) / 100);
                margin-bottom: calc((4.2 * 100vw) / 100);
            }
            ul li {
                display: flex;
                align-items: flex-start;
                border: 1px solid transparent;
                background-color: transparent;
                transition: all .3s ease-in-out;
                border-radius: calc((.52 * 100vw) / 100);
                padding: calc((.83 * 100vw) / 100) calc((.42 * 100vw) / 100);
                &:not(:first-of-type) {
                    margin-top: calc((.83 * 100vw) / 100);
                }
                img {
                    width: calc((2.1 * 100vw) / 100);
                    margin-inline-end: calc((.42 * 100vw) / 100);
                    &:first-of-type {
                        display: block;
                    }
                    &:last-of-type {
                        display: none;
                    }
                }
                h5 {
                    font-weight: 700;
                    line-height: 150%;
                    color: var(--secondary-color);
                    transition: all .3s ease-in-out;
                    font-size: calc((1.25 * 100vw) / 100);
                    margin-bottom: calc((.42 * 100vw) / 100);
                }
                p {
                    opacity: .7;
                    color: #333;
                    line-height: 150%;
                    text-align: justify;
                    margin-bottom: unset;
                    width: calc((34.2 * 100vw) / 100);
                    font-size: calc((1.04 * 100vw) / 100);
                }
                &.active {
                    background-color: #F7F7F7;
                    border-color: rgba(0, 0, 0, 0.20);
                    img {
                        &:first-of-type {
                            display: none;
                        }
                        &:last-of-type {
                            display: block;
                        }
                    }
                    h5 {
                        color: #F47960;
                    }
                }
            }
            .discover-logo {
                width: calc((42.71 * 100vw) / 100);
                margin-inline-start: calc((9.4 * 100vw) / 100);
                img {
                    width: 100%;
                    display: none;
                    &.active {
                        display: block;
                    }
                }
            }
            &.en-mode {
                background-position: right calc((4.7 * 100vw) / 100);
                h3::before,
                h3::after {
                    left: 0;
                    right: unset;
                }
            }
        }
        &.behavioral-competencies {
            text-align: center;
            font-family: var(--neo-font);
            margin-bottom: calc((9.4 * 100vw) / 100);
            h3 {
                font-weight: 800;
                color: var(--secondary-color);
                font-family: var(--cairo-font);
                font-size: calc((1.98 * 100vw) / 100);
                margin-bottom: calc((.83 * 100vw) / 100);
                + p {
                    color: #333;
                    font-size: calc((1.25 * 100vw) / 100);
                    margin-bottom: calc((1.5 * 100vw) / 100);
                }
            }
            .behavioral-competencies-card {
                padding: calc((1.04 * 100vw) / 100);
                transition: box-shadow .3s ease-in-out;
                border: 1px solid rgba(0, 0, 0, 0.20);
                border-radius: calc((1.04 * 100vw) / 100);
                .logo {
                    overflow: hidden;
                    position: relative;
                    height: calc((11.98 * 100vw) / 100);
                    border-radius: calc((.52 * 100vw) / 100);
                    margin-bottom: calc((.83 * 100vw) / 100);
                    &::after {
                        content: "";
                        inset: 0;
                        z-index: 1;
                        position: absolute;
                        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(244, 121, 96, 0.30) 97.24%);
                    }
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;
                    }
                }
                h5 {
                    font-weight: 500;
                    color: var(--secondary-color);
                    font-size: calc((1.25 * 100vw) / 100);
                    margin-bottom: calc((.83 * 100vw) / 100);
                }
                p {
                    color: #333;
                    min-height: calc((9.3 * 100vw) / 100);
                    font-size: calc((1.04 * 100vw) / 100);
                    margin-bottom: calc((.83 * 100vw) / 100);
                }
                a {
                    span {
                        color: #09253D;
                        font-size: calc((.83 * 100vw) / 100);
                        transition: font-weight .3s ease-in-out;
                        margin-inline-end: calc((.52 * 100vw) / 100);
                    }
                    img {
                        width: calc((1.93 * 100vw) / 100);
                        &:first-of-type {
                            display: inline-block;
                        }
                        &:last-of-type {
                            display: none;
                        }
                    }
                }
                &:hover {
                    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
                    a {
                        span {
                            font-weight: 700;
                        }
                        img {
                            &:first-of-type {
                                display: none;
                            }
                            &:last-of-type {
                                display: inline-block;
                            }
                        }
                    }
                }
            }
            .en-mode .behavioral-competencies-card {
                h5 {
                    min-height: calc((3 * 100vw) / 100);
                }
                p {
                    min-height: calc((14 * 100vw) / 100);
                }
            }
        }
    }
    @media screen and (max-width: 991px) {
        & {
            .layer {
                background-image: unset;
            }
            section {
                &.intro {
                    margin-bottom: 24px;
                    padding-inline: 16px;
                    .intro-info {
                        width: 100%;
                        margin-bottom: 36px;
                        h3 {
                            font-size: 18px;
                        }
                        > img {
                            display: none;
                        }
                        h5 {
                            font-size: 16px;
                            line-height: unset;
                            margin-bottom: 8px;
                        }
                        > p {
                            width: unset;
                            font-size: 15px;
                            line-height: unset;
                            margin-bottom: 16px;
                        }
                        button {
                            padding: 8px 12px;
                            border-radius: 12px;
                            img {
                                width: 20px;
                                margin-inline-end: 8px;
                            }
                            p {
                                font-size: 16px;
                            }
                        }
                    }
                    .intro-media {
                        margin-inline: unset;
                        padding-block: unset;
                        padding-inline: unset;
                        .main-image {
                            width: 100%;
                            height: unset;
                            border-radius: 12px;
                        }
                        > img {
                            display: none;
                        }
                    }
                }
                &.features {
                    flex-direction: column;
                    padding-bottom: 24px;
                    padding-inline: 16px;
                    img {
                        width: 60%;
                    }
                    ul {
                        width: 100%;
                        li {
                            width: 100%;
                            color: #333;
                            padding: 16px;
                            font-size: 16px;
                            text-align: center;
                            border-radius: 12px;
                            margin-inline-start: unset;
                            &:first-of-type,
                            &:nth-of-type(2) {
                                width: 100%;
                                margin-bottom: 8px;
                                margin-inline-start: unset;
                            }
                            &:last-of-type {
                                width: 100%;
                                margin-inline-start: unset;
                            }
                        }
                    }
                    &.en-mode {
                        padding-bottom: 24px;
                    }
                }
                &.competencies {
                    padding-inline: 16px;
                    padding-bottom: 24px;
                    h3 {
                        font-size: 18px;
                        margin-bottom: 16px;
                        color: var(--secondary-color);
                    }
                    h5 {
                        font-size: 16px;
                    }
                    .main-competence {
                        width: 50%;
                        border-radius: 12px;
                        margin-bottom: 16px;
                        padding-block: 16px;
                        padding-inline: 8px;
                        img {
                            display: none;
                        }
                    }
                    ul li {
                        &.competence-card {
                            width: 45%;
                            min-height: 82px;
                            margin-inline: auto;
                            border-radius: 12px;
                            padding-inline: 8px;
                            padding-block: 16px;
                            img {
                                display: none;
                            }
                            h5:first-of-type {
                                margin-bottom: 4px;
                            }
                        }
                        &:first-of-type,
                        &:last-of-type {
                            margin-top: 8px;
                        }
                        &:nth-of-type(2),
                        &:nth-of-type(6) {
                            margin-top: 8px;
                        }
                        &:nth-of-type(3),
                        &:nth-of-type(5) {
                            margin-top: 8px;
                        }
                        &:nth-of-type(4) {
                            margin-top: 8px;
                        }
                    }
                }
                &.benefits {
                    padding-bottom: 24px;
                    padding-inline: 16px;
                    h3 {
                        font-size: 24px;
                        margin-bottom: 8px;
                    }
                    > p {
                        width: unset;
                        font-size: 16px;
                        margin-bottom: 16px;
                    }
                    .benefits-card {
                        padding: 16px;
                        min-height: unset;
                        border-radius: 12px;
                        &::before {
                            top: -25px;
                            right: -25px;
                            width: 50px;
                            height: 50px;
                        }
                        img {
                            width: 50px;
                        }
                        h5 {
                            font-size: 18px;
                            margin-block: 8px;
                        }
                        p {
                            font-size: 16px;
                        }
                    }
                    .en-mode .benefits-card::before {
                        left: -25px;
                        right: unset;
                    }
                }
                &.training-material {
                    img {
                        width: 100%;
                        margin-inline-start: unset;
                    }
                    h3 {
                        font-size: 24px;
                        margin-bottom: 8px;
                        padding-bottom: 4px;
                        &::before,
                        &::after {
                            height: 2px;
                            border-radius: 100px;
                        }
                        &::before {
                            width: 65px;
                        }
                        &::after {
                            width: 30px;
                        }
                    }
                    p {
                        font-size: 16px;
                        margin-bottom: 16px;
                    }
                }
                &.discover-library {
                    padding-block: 24px;
                    padding-inline: 16px;
                    h3 {
                        font-size: 24px;
                        margin-bottom: 8px;
                        padding-bottom: 4px;
                        &::before,
                        &::after {
                            height: 2px;
                            border-radius: 100px;
                        }
                        &::before {
                            width: 65px;
                        }
                        &::after {
                            width: 30px;
                        }
                    }
                    > p {
                        width: unset;
                        font-size: 16px;
                        margin-bottom: 16px;
                    }
                    ul li {
                        padding: 8px 16px;
                        border-radius: 12px;
                        &:not(:first-of-type) {
                            margin-top: 8px;
                        }
                        img {
                            width: 24px;
                            margin-inline-end: 8px;
                        }
                        h5 {
                            font-size: 18px;
                            margin-bottom: 8px;
                        }
                        p {
                            width: unset;
                            font-size: 16px;
                        }
                    }
                    .discover-logo {
                        width: 100%;
                        margin-top: 16px;
                        margin-inline-start: unset;
                    }
                }
                &.behavioral-competencies {
                    margin-bottom: 400px;
                    h3 {
                        font-size: 24px;
                        margin-bottom: 8px;
                        + p {
                            font-size: 16px;
                            margin-bottom: 24px;
                        }
                    }
                    .behavioral-competencies-card {
                        padding: 16px;
                        border-radius: 12px;
                        .logo {
                            height: 200px;
                            border-radius: 12px;
                            margin-bottom: 12px;
                        }
                        h5 {
                            font-size: 18px;
                            margin-bottom: 8px;
                        }
                        p {
                            font-size: 16px;
                            min-height: unset;
                            margin-bottom: 8px;
                        }
                        a {
                            span {
                                font-size: 15px;
                                margin-inline-end: 8px;
                            }
                            img {
                                width: 22px;
                            }
                        }
                    }
                }
            }
        }
    }
}
@keyframes translate-right {
    0% {
        opacity: 0;
        transform: translateX(500px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@keyframes translate-bottom {
    0% {
        opacity: 0;
        transform: translateY(500px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes translate-top {
    0% {
        opacity: 0;
        transform: translateY(-500px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes translate-left {
    0% {
        opacity: 0;
        transform: translateX(-500px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}