.about-us {
    position: relative;
    width: 100%;
    height: auto;
}

.about-us .container {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.about-us .heading-wrap {
    width: 100%;
    height: auto;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.about-us .heading {
    font-size: 48px;
    font-weight: bolder;
    color: var(--color-9);
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: var(--font-semibold);
}

.about-us .heading span {
    color: var(--primary);
}

.about-us .heading-wrap .paragraph {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--color-9);
    text-align: center;
    font-family: var(--font-light);
    margin: 0;
}

.about-us .container .content {
    width: 100%;
    height: auto;
    margin-top: 100px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.about-us .container .content .media {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.about-us .container .content .media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    user-select: none;
    appearance: none;
}

.about-us .container .content p {
    color: var(--color-8);
    font-size: 18px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 10px;
}

.about-us .container .content h1 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 36px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.about-us .container .content h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 32px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.about-us .container .content h3 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 24px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.about-us .container .content h4 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 20px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.about-us .container .content h5 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 16px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.about-us .container .content h6 {
    margin-top: 60px;
    margin-bottom: 30px;
    color: var(--color-8);
    font-size: 14px;
    letter-spacing: -0.03em;
    font-family: var(--font-semibold);
}

.about-us .sperator {
    display: block;
    width: 2px;
    height: 48px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--primary);
}

/* who-we-are */

.who-we-are {
    width: 100%;
    height: auto;
}

.who-we-are .container {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.who-we-are .heading-wrap {
    width: 100%;
    height: auto;
}

.who-we-are .heading-wrap .heading {
    font-size: 48px;
    font-weight: bolder;
    color: var(--color-9);
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: var(--font-semibold);
}

.who-we-are .heading-wrap .heading span {
    color: var(--primary);
}

.who-we-are .text-wrap {
    width: 100%;
    height: auto;
    margin-top: 60px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.who-we-are .text-wrap p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--color-9);
    text-align: center;
    font-family: var(--font-light);
    margin: 0;
    margin-bottom: 20px;
}

.cta {
    width: 100%;
    height: auto;
    position: relative;
}

.cta .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cta .media-wrap {
    width: 50%;
    height: 580px;
    position: relative;
    margin-right: 100px;
}

.cta .media-wrap .bg {
    width: 90%;
    height: 480px;
    background: var(--primary);
    position: absolute;
    top: 0;
    left: -10%;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.cta .media-wrap .media {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta .media-wrap .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    appearance: none;
}

.cta .media-wrap::before {
    content: "";
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-size: calc(8 * 1.3px) calc(8 * 1.3px);
    width: 100%;
    height: 80%;
    left: 10%;
    right: 0;
    bottom: 0;
    color: var(--primary);
    position: absolute;
    z-index: -2;
}

.cta .content {
    width: 50%;
    height: auto;
    padding-left: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.cta .content .title {
    font-size: 48px;
    font-weight: bolder;
    color: var(--primary);
    margin: 0;
    text-align: left;
    margin-bottom: 25px;
    line-height: 1.2;
    font-family: var(--font-semibold);
}

.cta .content .paragraph {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--color-9);
    text-align: left;
    font-family: var(--font-light);
    margin: 0;
}

.cta.reverse .row {
    flex-direction: row-reverse;
}

.cta.reverse .content {
    padding-left: 0;
    padding-right: 50px;
}

.cta.reverse .media-wrap {
    margin-right: 0;
    margin-left: 100px;
}

.cta .content .btn {
    background: var(--primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: white;
    padding: 18px 50px;
    text-decoration: none;
    border: 1px solid var(--primary);
    width: fit-content;
    transition: all 0.2s ease;
    font-family: var(--font-regular);
    letter-spacing: 0.4px;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cta .content .btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: auto;
    margin-right: 6px;
    color: #FFB200;
}

.cta .content .btn:hover {
    background: var(--primary);
    color: black;
    border-color: var(--primary);
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 10%);
    opacity: 1;
}

.cta .content .wrap {
    width: 100%;
    height: auto;
}

.cta .content .wrap .sub-title {
    font-size: 28px;
    color: var(--color-9);
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2;
    font-family: var(--font-regular);
}

.cta .content .list {
    width: 100%;
    height: auto;
}

.cta .content .list .item {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--color-7);
    text-align: left;
    font-family: var(--font-light);
    margin-bottom: 15px;
}

.cta .content .text {
    width: 100%;
    height: auto;
}

.cta .content .text p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--color-9);
    text-align: left;
    font-family: var(--font-light);
    margin-top: 0;
    margin-bottom: 15px;
}

.cta .content .sub-title {
    font-size: 28px;
    color: var(--color-9);
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2;
    font-family: var(--font-regular);
}

.who-we-are .info {
    width: 100%;
    height: auto;
    background: var(--primary);
}

.who-we-are .info .container {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0;
    margin-bottom: 0;
}

.who-we-are .info .text-wrap {
    width: 100%;
    height: auto;
    margin-top: 0;
    max-width: 100%;
}

.who-we-are .info .text-wrap .title {
    font-size: 48px;
    font-weight: bolder;
    color: #012F42;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: var(--font-semibold);
}

.who-we-are .info .text-wrap .text {
    font-size: 48px;
    font-weight: 800;
    color: white;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: var(--font-medium);
}

.who-we-are .sperator {
    display: block;
    width: 2px;
    height: 48px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--primary);
}

.about-us .info {
    width: 100%;
    height: auto;
    background: var(--primary);
}

.about-us .info .container {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0;
    margin-bottom: 0;
}

.about-us .info .text-wrap {
    width: 100%;
    height: auto;
    margin-top: 0;
    max-width: 100%;
}

.about-us .info .text-wrap .title {
    font-size: 48px;
    font-weight: bolder;
    color: #012F42;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: var(--font-semibold);
}

.about-us .info .text-wrap .text {
    font-size: 48px;
    font-weight: 800;
    color: white;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: var(--font-medium);
}


@media only screen and (max-width:600px) {
    .about-us .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .cta .row {
        padding-top: 0;
        padding-bottom: 80px;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }

    .cta .media-wrap .media {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cta .media-wrap .bg {
        width: 80%;
    }

    .about-us .heading {
        font-size: 40px;
    }

    .cta .media-wrap {
        width: 100%;
        height: 380px;
        margin-right: 0;
    }

    .cta .media-wrap .bg {
        height: 380px;
    }

    .cta .content {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }

    .cta .content .title {
        font-size: 36px;
    }

    .cta.reverse .row {
        flex-direction: column;
    }

    .cta.reverse .media-wrap {
        margin-left: 0;
    }

    .about-us .info .text-wrap .title {
        font-size: 36px;
    }

    .about-us .info .text-wrap .text {
        font-size: 36px;
    }

    .about-us .info .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /* who we are */

    .who-we-are .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .who-we-are .heading-wrap .heading {
        font-size: 40px;
    }

    .who-we-are .text-wrap p {
        font-size: 16px;
    }

    .who-we-are .info .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .who-we-are .info .text-wrap .title {
        font-size: 36px;
    }

    .who-we-are .info .text-wrap .text {
        font-size: 36px;
    }

}

@media (min-width:481px) and (max-width:767px) {
    .about-us .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .cta .row {
        padding-top: 0;
        padding-bottom: 80px;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-us .heading {
        font-size: 40px;
    }

    .cta .media-wrap {
        width: 100%;
        height: 380px;
        margin-right: 0;
    }

    .cta .media-wrap .bg {
        height: 380px;
    }

    .cta .content {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }

    .cta .content .title {
        font-size: 36px;
    }

    .cta.reverse .row {
        flex-direction: column;
    }

    .cta.reverse .media-wrap {
        margin-left: 0;
    }

    .about-us .info .text-wrap .title {
        font-size: 36px;
    }

    .about-us .info .text-wrap .text {
        font-size: 36px;
    }

    .about-us .info .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }


    /* who we are */

    .who-we-are .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .who-we-are .heading-wrap .heading {
        font-size: 40px;
    }

    .who-we-are .text-wrap p {
        font-size: 16px;
    }

    .who-we-are .info .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .who-we-are .info .text-wrap .title {
        font-size: 36px;
    }

    .who-we-are .info .text-wrap .text {
        font-size: 36px;
    }

}

@media (min-width:768px) and (max-width:1024px) {
    .about-us .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .cta .row {
        padding-top: 0;
        padding-bottom: 80px;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-us .heading {
        font-size: 40px;
    }

    .cta .media-wrap {
        width: 100%;
        height: 480px;
        margin-right: 0;
    }

    .cta .media-wrap .bg {
        height: 480px;
    }

    .cta .content {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }

    .cta .content .title {
        font-size: 36px;
    }

    .cta.reverse .row {
        flex-direction: column;
    }

    .cta.reverse .media-wrap {
        margin-left: 0;
    }

    .about-us .info .text-wrap .title {
        font-size: 36px;
    }

    .about-us .info .text-wrap .text {
        font-size: 36px;
    }

    .about-us .info .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }


    /* who we are */

    .who-we-are .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .who-we-are .heading-wrap .heading {
        font-size: 40px;
    }

    .who-we-are .text-wrap p {
        font-size: 16px;
    }

    .who-we-are .info .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .who-we-are .info .text-wrap .title {
        font-size: 36px;
    }

    .who-we-are .info .text-wrap .text {
        font-size: 36px;
    }

}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .about-us .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .cta .row {
        padding-top: 0;
        padding-bottom: 80px;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-us .heading {
        font-size: 40px;
    }

    .cta .media-wrap {
        width: 100%;
        height: 480px;
        margin-right: 0;
    }

    .cta .media-wrap .bg {
        height: 480px;
    }

    .cta .content {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }

    .cta .content .title {
        font-size: 36px;
    }

    .cta.reverse .row {
        flex-direction: column;
    }

    .cta.reverse .media-wrap {
        margin-left: 0;
    }

    .about-us .info .text-wrap .title {
        font-size: 36px;
    }

    .about-us .info .text-wrap .text {
        font-size: 36px;
    }

    .about-us .info .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }


    /* who we are */

    .who-we-are .container {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .who-we-are .heading-wrap .heading {
        font-size: 40px;
    }

    .who-we-are .text-wrap p {
        font-size: 16px;
    }

    .who-we-are .info .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .who-we-are .info .text-wrap .title {
        font-size: 36px;
    }

    .who-we-are .info .text-wrap .text {
        font-size: 36px;
    }

}