@import url(../global.css);

.main-hero {
    height: 100vh;
    padding: 128px 50px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%), url("../../assets/banners/catalyst-connect-banner-min.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.hero-header>h1 {
    width: 60%;
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.hero-header>p {
    width: 60%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.618;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

@media screen and (max-width:768px) {
    .main-hero {
        background: linear-gradient(180deg, rgba(137, 137, 137, 0) 0%, #000000 100%), url("../../assets/banners/catalyst-connect-banner-min.png");
        background-position: center;
        padding: 40px;
    }

    .hero-header>h1 {
        width: 100%;
        font-family: Urbanist;
        font-size: 4.235rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
    }

    .hero-header>p {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .main-hero {
        padding: 20px;
        align-items: center;
    }

    .hero-header>h1 {
        font-family: Urbanist;
        font-size: 2.617rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
    }

    .hero-header>p {
        font-size: 1rem;
        width: 100%;
    }
}

/* Main USPs */
.company-usps {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    padding: 50px 0;
}

.company-usp-image,
.company-usp-content {
    width: 50%;
    position: relative;
    padding: 0;
}

.company-usp-image>img {
    border-radius: 26px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.serve-image-content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 26px;
    border-radius: 48px 0 0 0;
    background-color: #fff;
    display: flex;
    gap: 8px;
    align-items: center;
}

.serve-image-content::before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    background: transparent;
    top: -50px;
    right: 0;
    border-radius: 50px;
    box-shadow: 26px 26px 0 #fff;
}

.serve-image-content::after {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: transparent;
    bottom: 0px;
    left: -50px;
    border-radius: 50px;
    box-shadow: 26px 26px 0 #fff;
}

.serve-image-content-left>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.serve-image-content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.serve-image-content-right>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.serve-image-content-right>span {
    font-family: Urbanist, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.company-usp-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.company-usp-content-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.company-usp-content-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000;
}

.company-usp-content-header>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000;
}

.main-usps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.usp-icon-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.usp-icon-box>h3 {
    font-size: 1.2rem;
}

@media screen and (max-width:1024px) {
    .company-usps {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .company-usp-image,
    .company-usp-content {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .company-usp-content-header>h2 {
        font-size: 2.617rem;
    }

    .company-usp-content-header>p {
        font-size: 1rem;
    }

    .serve-image-content-left>h2 {
        font-family: Urbanist, sans-serif;
        font-size: 2.617rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .serve-image-content-right>h3 {
        font-family: Urbanist, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .serve-image-content-right>span {
        font-family: Urbanist, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2;
    }
}

/* Choose your path section */
.choose-path-container {
    padding: 128px 50px;
    background: #f0f2f4;
}

.choose-path-container-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.choose-path-container-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.choose-path-container-header>p {
    width: 60%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    text-align: left;
    color: #000;
    padding-top: 8px;
}

.choose-path-container-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.choose-path-container-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.choose-path-container-col {
    width: 20%;
    flex: 1 1 20%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.choose-path-image>img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.choose-path-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.choose-path-content>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

.choose-path-content>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000;
}


@media screen and (max-width:768px) {
    .choose-path-container-col{
        flex: 1 1 45%;
        gap: 32px;
    }

}






/* Catalyst connect metrics */

.catalyst-connect-metrics-container {
    background-color: #1e1e1e;
    padding: 128px 50px;
}

.catalyst-connect-metrics-container-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.catalyst-connect-metrics-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
}



.ipo-metrics {
    display: flex;
    margin-top: 96px;
}

.metric {
    width: 30%;
    /* margin-left: 16px; */
}

.number {
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 600;
    line-height: 64px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.metric>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    color: #ffffff;
}

.ipo-metrics-footer {
    margin-top: 48px;
}

.ipo-metrics-footer>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.618;
    color: #ffffff;
}


@media screen and (max-width:430px) {
    .catalyst-connect-metrics-container {
        background-color: #1e1e1e;
        padding: 128px 20px;
    }

    .ipo-metrics {
        flex-direction: column;
        gap: 64px;
        margin-top: 64px;
    }

    .metric {
        width: 100%;
    }
}

.learning-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 128px 0;
}


.learning-container-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 64px;
}

.learning-container-header>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.618;
    text-align: left;
    text-transform: uppercase;
}

.learning-container-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.learning-container-header>p {
    width: 60%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    text-align: left;
    color: #000;
    margin-bottom: 32px;
}


.learning-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap;
}

.learning-col {
    padding: 32px;
    width: 30%;
    flex: 1;
    border-left: 1px solid #141E4733;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.learning-col>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

.learning-col>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    text-align: left;
    color: #000;
}

@media screen and (max-width:768px) {
    .learning-container-header>p {
        width: 100%;
    }

    .learning-row {
        flex-direction: column;
        gap: 32px;
    }

    .learning-col {
        width: 100%;
    }

}








.image-collage {
    max-width: 1440px;
    margin: 0 auto;
}

.image-collage>img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.open-roles-container {
    padding: 128px 50px;
    background: #f0f2f4;
}

.open-roles-container-main {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.open-roles-container-header>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.618;
    color: #000;
    text-transform: uppercase;
}

.open-roles-container-header>h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.open-roles-container-header>p {
    width: 60%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    text-align: left;
    padding-top: 8px;
}

.open-roles-container-body {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.open-roles-container-body-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.open-roles-container-body-section>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.open-roles-container-body-row {
    border-top: 1px solid #b2ba9b80;
    padding: 32px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.open-roles-container-body-row:last-child {
    border-bottom: 1px solid #b2ba9b80;
}

.body-roles-heading>h4,
.body-roles-location>p {
    font-family: Urbanist, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin: 0;
}

.view-cta-button>a {
    border: 1px solid #000000;
    padding: 12px;
    border-radius: 8px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    display: inline-block;
}

@media screen and (max-width:768px) {

    .open-roles-container-header>p {
        width: 100%;
        font-family: Plus Jakarta Sans, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.618;
        text-align: left;
        padding-top: 8px;
    }

    .open-roles-container-body-row {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
}

@media screen and (max-width:430px) {
    .open-roles-container {
        padding: 64px 20px;
    }
}

.stories-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.stories-container-header>h3 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
}

.stories-container-body {
    position: relative;
}

.swiper-slide {
    width: 1080px !important;
}

.story-container-main {
    display: flex;
}

.story-image-container {
    width: 50%;
    overflow: hidden;
}

.story-image-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-content-container {
    width: 50%;
    padding: 32px 32px 64px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #f0f2f4;
}

.story-content-header>h4 {
    font-family: Urbanist, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

.story-author {
    display: flex;
    flex-direction: column;
}

.story-author>h4 {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

.story-author>p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    text-align: left;
    color: #000;
}

.story-author>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    text-align: left;
    color: #000;
}


.custom-buttons {
    display: flex;
    padding: 64px 0px 0 0;
    justify-content: flex-end;
    gap: 24px;
}

@media screen and (max-width:1024px) {
    .swiper-slide {
        width: 90% !important;
    }

    .story-content-header>h4 {
        font-size: 1.618rem;
    }
}

@media screen and (max-width:768px) {
    .swiper-slide {
        width: 80% !important;
    }

    .story-content-header>h4 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:430px) {
    .swiper-slide {
        width: 100% !important;
    }

    .story-container-main {
        flex-direction: column;
        gap: 0;
    }

    .story-image-container,
    .story-content-container {
        width: 100%;
    }

    .custom-buttons {
        padding: 32px 0px;
    }
}