:root {
    --primary-purple: #49176D;
    --primary-light-blue: #51CCD3;
    --primary-light-purple: #B42573;
    --primary-dark-purple: #33144B;
    --primary-pale-blue: #F7FFFF;
    --primary-pale-purple: #F8EAFF;
    --pale-blue: #EFF8F8;
    --events-card: #E3FDFF;
    --primary-palest-purple: #FCFAFD;
    --banner-purple: #E8C5FA;
    --text-dull-grey: #605F5F;
    --criteria-blue: #4CA7B1;
    --criteria-orange: #EF7C00;
    --criteria-green: #8DC640;
}

/* List of css to remove: */
/* body: {font-size, padding-top, overflow-x} */
body {
    font-size: 16px;
    /* padding-top: 4rem; */
    /* overflow-x: hidden; */
}

/* @media(min-width:992px) {
  body {
    padding-top: 112px;
  }
} */

/* Remove padding top from stylesheet when passed to Jan */

/* Override OSCAR's style.css start*/
#navbarCollapse .social a {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px !important;
    }
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../font/ProximaNova-Regular.woff2") format("woff2"), url("../font/ProximaNova-Regular.woff") format("woff"), url("../font/ProximaNova-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Extrabold';
    src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("../font/ProximaNova-Extrabld.woff2") format("woff2"), url("../font/ProximaNova-Extrabld.woff") format("woff"), url("../font/ProximaNova-Extrabld.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../font/ProximaNova-Bold.woff2") format("woff2"), url("../font/ProximaNova-Bold.woff") format("woff"), url("../font/ProximaNova-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frank Ruhl Libre Bold';
    src: local("Frank Ruhl Libre Bold"), local("FrankRuhlLibre-Bold"), url("../font/FrankRuhlLibre-Bold.woff2") format("woff2"), url("../font/FrankRuhlLibre-Bold.woff") format("woff"), url("../font/FrankRuhlLibre-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans';
    src: local("BentonSans Regular"), local("BentonSans-Regular"), url("../font/BentonSans-Regular.woff2") format("woff2"), url("../font/BentonSans-Regular.woff") format("woff"), url("../font/BentonSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("../font/ProximaNova-Semibold.woff2") format("woff2"), url("../font/ProximaNova-Semibold.woff") format("woff"), url("../font/ProximaNova-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frank Ruhl Libre Regular';
    src: local("Frank Ruhl Libre Regular"), local("FrankRuhlLibre-Regular"), url("../font/FrankRuhlLibre-Regular.woff2") format("woff2"), url("../font/FrankRuhlLibre-Regular.woff") format("woff"), url("../font/FrankRuhlLibre-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../font/ProximaNova-Regular.woff2") format("woff2"), url("../font/ProximaNova-Regular.woff") format("woff"), url("../font/ProximaNova-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Frank Ruhl Libre Bold;
}

html {
    overflow-x: hidden;
    font-family: Proxima Nova Rg;
}

/* Override OSCAR's style.css end */



#nav.container {
    max-width: none !important;
}

@media(min-width:992px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

.pri-purple {
    color: var(--primary-purple) !important;
}

.pri-light-purple {
    color: var(--primary-light-purple) !important;
}

.bg-pri-purple {
    background-color: var(--primary-purple) !important;
}

.bg-pale-blue {
    background-color: var(--pale-blue) !important;
}

.icon::before {
    display: none;
}

.mt-2px {
    margin-top: 2px;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

@media(min-width:576px) {
    .py-sm-10 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
}

.pt-6 {
    padding-top: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.pt-10 {
    padding-top: 8rem !important;
}

.pb-10 {
    padding-bottom: 8rem !important;
}

.button {
    border-radius: 38px;
    width: 268px;
    height: 77px;
}

.light-purple-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
    width: 160px;
    height: 60px;
    background-color: var(--primary-light-purple);
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

    .light-purple-btn:hover {
        background-color: var(--primary-purple);
        color: #FFFFFF;
        text-decoration: none;
    }

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.main-container {
    padding-left: 12px;
    padding-right: 12px;
}

.bg-primary-dark-purple {
    background-color: var(--primary-dark-purple);
}

.external-link svg {
    margin-right: 8px;
}

.external-link::before {
    font: var(--fa-font-solid);
    content: '\f08e';
}

.hero-banner {
    height: 350px;
    /* background-image: url("../img/banner-placeholder.png"); */
    /* background-size: cover; */
    border-radius: 0 0 30px 30px;
    position: relative;
}

@media(min-width:992px) {
    .hero-banner {
        height: 400px;
    }
}

.hero-banner .hero-banner--img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 0 0 30px 30px;
}

.hero-banner .hero-banner--top {
    position: relative;
    height: 40px;
    z-index: 3;
}

@media(min-width:992px) {
    .hero-banner .hero-banner--top {
        height: 80px;
    }
}

.hero-banner .hero-banner--top .hero-banner--top--pattern {
    background-color: #6e468b;
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

    .hero-banner .hero-banner--top .hero-banner--top--pattern .hero-banner--top--pattern--m-1 {
        background-color: #665997;
        height: 100%;
        position: absolute;
        right: 15px;
        width: 50px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 30px;
    }

    .hero-banner .hero-banner--top .hero-banner--top--pattern .hero-banner--top--pattern--m-2 {
        background-color: #5f5390;
        height: 100%;
        width: 60px;
        position: absolute;
        right: 50px;
        border-top-left-radius: 100px;
    }

.hero-banner .hero-banner--top .hero-banner--top--heading {
    /* background-color: var(--primary-dark-purple); */
    background: linear-gradient(to right, rgb(73, 23, 109) 50%, rgba(255, 0, 0, 0) 50%);
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    max-width: none;
    border-bottom-left-radius: 15px;
}

@media(min-width:992px) {
    .hero-banner .hero-banner--top .hero-banner--top--heading {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media(min-width:1200px) {
    .hero-banner .hero-banner--top .hero-banner--top--heading {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

.hero-banner .hero-banner--top .hero-banner--top--heading h1 {
    color: #fff;
    font-size: 1em;
    margin-bottom: 0;
}

.hero-banner .hero-banner--top .hero-banner--top--pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner .hero-banner--overlay {
    width: 100%;
    height: 100%;
    border-radius: 0 0 30px 30px;
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.hero-banner .hero-banner--overlay--text {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    height: 100%;
    width: 100%;
    /* max-width: initial !important; */
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
}

@media(min-width:992px) {
    .hero-banner .hero-banner--overlay--text {
        width: 600px;
        padding-top: 8rem;
    }
}

@media(min-width:1200px) {
    .hero-banner .hero-banner--overlay--text {
        width: 700px;
    }
}

.hero-banner .hero-banner--overlay--text h2,
.hero-banner .hero-banner--overlay--text p {
    color: #fff;
}

.hero-banner .hero-banner--overlay--text p {
    margin-bottom: 0;
    font-size: 1em;
}

.banner {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

@media(min-width:768px) {
    .banner {
        height: 450px;
        flex-direction: row;
    }
}

@media(min-width:1200px) {
    .banner {
        height: 570px;
    }
}

.banner .banner--text--container {
    background-color: var(--banner-purple);
    position: relative;
    height: 300px;
}

@media(min-width:768px) {
    .banner .banner--text--container {
        height: 450px;
        width: 45%;
    }
}

@media(min-width:1200px) {
    .banner .banner--text--container {
        width: 52%;
        height: 570px;
    }
}

.banner .banner--text--container .banner--text {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 100%;
    background-color: rgba(81, 204, 211, 0.6);
    padding-top: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    z-index: 1;
}

@media(min-width:768px) {
    .banner .banner--text--container .banner--text {
        top: 0;
        height: 385px;
        z-index: 2;
        padding-top: 65px;
        padding-left: 80px;
        padding-right: 32px;
        text-align: start;
        align-items: start;
        border-top-left-radius: 200px;
        border-bottom-left-radius: 200px;
    }
}

@media(min-width:992px) {
    .banner .banner--text--container .banner--text {
        padding-left: 112px;
        padding-right: 112px;
    }
}

@media(min-width:1200px) {
    .banner .banner--text--container .banner--text {
        padding-top: 165px;
        height: 485px;
        padding-right: 1rem;
    }
}

.banner .banner--text--container img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
}

@media(min-width:768px) {
    .banner .banner--text--container img {
        z-index: 1;
    }
}

.banner .banner--text--container .banner--text h3 {
    font-size: 2em;
}

.banner .banner--text--container .banner--text h3,
.banner .banner--text--container .banner--text p {
    color: var(--primary-purple);
}

@media(min-width:1200px) {
    .banner .banner--text--container .banner--text h3 {
        font-size: 2.5em;
    }
}

@media(min-width:1200px) {
    .banner .banner--text--container .banner--text p {
        font-size: 1.4em;
    }
}

.banner .banner--text--container .banner--text .light-purple-btn {
    margin-top: auto;
}

.banner .banner--img {
    max-height: 300px;
    object-fit: cover;
}

@media(min-width:768px) {
    .banner .banner--img {
        width: 55%;
        height: 100%;
        max-height: 450px;
        object-fit: cover;
        position: absolute;
        right: 0;
    }
}

@media(min-width:992px) {
    .banner .banner--img {
        width: 58%;
    }
}

@media(min-width:1200px) {
    .banner .banner--img {
        width: 51%;
        max-height: 570px;
    }
}


.homepage-carousel-container .carousel-pagination {
    top: 400px !important;
    height: 30px;
}

@media(min-width:576px) {
    .homepage-carousel-container .carousel-pagination {
        top: 410px !important;
    }
}

.homepage-carousel-container .light-purple-btn {
    z-index: 2;
}

/* .homepage-carousel-container {
  height: 800px;
} */

.homepage-carousel-container .homepage-carousel-container--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    position: relative;
}

    .homepage-carousel-container .homepage-carousel-container--text h2 {
        font-size: 2em;
        color: var(--primary-purple);
    }

    .homepage-carousel-container .homepage-carousel-container--text span {
        font-size: 1.1em;
        color: #000000;
    }

.grant-container {
    position: relative;
}

    .grant-container h3,
    .grant-container section {
        position: relative;
        z-index: 2;
    }

    .grant-container .grant-bg-m {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0.9;
        object-fit: cover;
        width: 100%;
    }

    .grant-container .grant-container-bg-d {
        position: absolute;
        bottom: 0;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
    }

        .grant-container .grant-container-bg-d img {
            width: 100%;
            opacity: 0.1;
        }

.three-p-container {
    /* overflow: hidden; */
    margin: -10px;
    position: relative;
    z-index: 2;
}

    .three-p-container .swiper {
        overflow: visible;
        padding: 10px;
        /* padding-left: 15px;
  padding-right: 15px; */
    }

        .three-p-container .swiper .swiper-marker {
            /* width: 100%; */
        }

@media(min-width:768px) {
    .three-p-container .swiper .swiper-marker .swiper-wrapper {
        flex-direction: row;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }
}

/* .three-p-container .swiper .swiper-marker .swiper-wrapper .swiper-slide {
  box-shadow: 0px 0px 13px -4px black;
}

@media(min-width:576px) {
  .three-p-container .swiper .swiper-marker .swiper-wrapper .swiper-slide {
    box-shadow: 0px 0px 10px -4px black;
  }
} */

.grant img {
    width: 110px;
}

@media(min-width:576px) {
    .grant img {
        height: 50px;
        width: auto;
    }
}

@media(min-width:992px) {
    .grant img {
        height: 80px;
    }
}

/* Stories start */
.impact-stories {
    position: relative;
}

    .impact-stories .impact-stories-container,
    .impact-stories .light-purple-btn {
        z-index: 2;
        position: relative;
    }

    .impact-stories .bg-oscar-curve {
        z-index: 1;
        position: absolute;
        top: 50px;
        right: 0;
        height: 1000px;
        display: none;
    }

@media(min-width:992px) {
    .impact-stories .bg-oscar-curve {
        display: block;
    }
}

.impact-stories--article {
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

@media(min-width:768px) {
    .impact-stories--article {
        flex-basis: 32%;
    }
}

.impact-stories--article .impact-stories--article-card {
    /* width: 100%; */
    /* border: 1px solid; */
    height: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
}

    .impact-stories--article .impact-stories--article-card:hover {
        color: #FFFFFF;
    }

        .impact-stories--article .impact-stories--article-card:hover .impact-stories--text-content {
            background-color: var(--primary-dark-purple);
        }

            .impact-stories--article .impact-stories--article-card:hover .impact-stories--text-content p {
                color: #FFFFFF;
            }

    .impact-stories--article .impact-stories--article-card img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .impact-stories--article .impact-stories--article-card .impact-stories--text-content {
        margin-top: auto;
        padding: 1rem 2rem;
        background-color: #FFFFFF;
        height: 100px;
        z-index: 2;
        border-radius: 45px 0 20px 20px;
        display: flex;
        align-items: center;
    }

@media(min-width:768px) {
    .impact-stories--article .impact-stories--article-card .impact-stories--text-content {
        height: 50%;
    }
}

@media(min-width:992px) {
    .impact-stories--article .impact-stories--article-card .impact-stories--text-content {
        height: 38%;
    }
}

.impact-stories--article .impact-stories--article-card .impact-stories--text-content div p {
    color: var(--primary-purple);
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
}

@media(min-width:576px) {
    .impact-stories--article .impact-stories--article-card .impact-stories--text-content div p {
        font-size: 1.25em;
    }
}

/* Stories end */

.bg-circle-icon--white {
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF;
}

@media(min-width:768px) {
    .key-facts section {
        width: 100%;
    }
}

.key-facts section div:nth-child(odd) {
    width: 170px;
}

.key-facts h2 {
    font-size: 2em;
    color: var(--primary-purple);
}

.key-facts p {
    font-size: 1.1em;
}

.key-facts section .divider {
    border: 1px solid var(--primary-light-blue);
    width: 100%;
}

@media(min-width:768px) {
    .key-facts section .divider {
        border: 1px solid var(--primary-light-blue);
        width: initial;
        height: 160px;
    }
}

.key-facts section .key-facts--notebook span:nth-child(2),
.key-facts section .key-facts--heart span:nth-child(2),
.key-facts section .key-facts--money span:nth-child(2) {
    font-size: 2.5em;
}

.key-facts section .key-facts--notebook span:nth-child(3),
.key-facts section .key-facts--heart span:nth-child(3),
.key-facts section .key-facts--money span:nth-child(3) {
    font-size: 1.1em;
}

.key-facts section .key-facts--notebook img {
    width: 50px
}

.key-facts section .key-facts--heart img {
    width: 80px
}

.key-facts section .key-facts--money img {
    width: 50px
}

.thrusts-container {
    z-index: 2;
    position: relative;
}

    .thrusts-container .three-p-container .swiper-pagination-three {
        top: 500px !important;
    }

    .thrusts-container .three-p-container .swiper .swiper-marker .swiper-wrapper .swiper-slide {
        box-shadow: none;
    }

@media(min-width:768px) {
    .thrusts-container .three-p-container .swiper .swiper-marker .swiper-wrapper .swiper-slide {
        flex-basis: 48%;
    }
}

@media(min-width:992px) {
    .thrusts-container .three-p-container .swiper .swiper-marker .swiper-wrapper .swiper-slide {
        flex-basis: 33%;
    }
}

@media(min-width:1200px) {
    .thrusts-container .three-p-container .swiper .swiper-marker .swiper-wrapper .swiper-slide {
        flex-basis: 32%;
    }
}

.thrusts-container .three-p-container .swiper .swiper-marker .swiper-wrapper .swiper-slide .thrusts-card {
    height: 500px;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .thrusts-container .three-p-container .swiper .swiper-marker .swiper-wrapper .swiper-slide .thrusts-card img {
        height: 300px;
        min-height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .thrusts-container .three-p-container .swiper .swiper-marker .swiper-wrapper .swiper-slide .thrusts-card .thrusts-card--text-content div:nth-child(1) {
        height: 85px;
    }

    .thrusts-container .three-p-container .swiper .swiper-marker .swiper-wrapper .swiper-slide .thrusts-card .thrusts-card--text-content div:nth-child(2) {
        border-top: 5px solid var(--primary-light-blue);
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        height: 95px;
    }

        .thrusts-container .three-p-container .swiper .swiper-marker .swiper-wrapper .swiper-slide .thrusts-card .thrusts-card--text-content div:nth-child(2) p {
            font-size: 1.2em;
        }

.about-us-bg--container {
    position: relative;
    width: 100%;
}

    .about-us-bg--container img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 95%;
        opacity: 1;
        height: 838px;
    }

.about-us-quote figure img {
    width: 100%;
    object-fit: contain;
}

@media(min-width:576px) {

    .about-us-quote figure img,
    .about-us-quote figure figcaption {
        max-width: 48%;
    }
}

@media(min-width:992px) {
    .about-us-quote figure figcaption {
        font-size: 2em;
    }
}

.thrusts {
    position: relative;
}

.about-us-quote {
    position: relative;
}

.oscar-values {
    position: relative;
}

.thrusts .bg-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    right: 0;
}

.about-us-quote .bg-img {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.who-we-are-section-2,
.who-we-are-section-3,
.who-we-are-section-4 {
    position: relative;
}

    .who-we-are-section-2 .who-we-are-section-2--bg-curve {
        position: absolute;
        bottom: 0;
        width: 100%;
        opacity: 0.1;
        z-index: 1;
    }

    .who-we-are-section-3 .who-we-are-section-3--bg-curve {
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 100%;
        right: 0;
        opacity: 0.1;
        z-index: 1;
    }

    .who-we-are-section-4 .who-we-are-section-4--bg-curve {
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0.1;
        z-index: 1;
    }

@media(min-width:576px) {

    .who-we-are-section-2 .who-we-are-section-2--bg-curve,
    .who-we-are-section-3 .who-we-are-section-3--bg-curve,
    .who-we-are-section-4 .who-we-are-section-4--bg-curve {
        display: none;
    }
}

.oscar-values .bg-img {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 100%;
}



/* Events start */
.events {
    position: relative;
}

    .events .bg-oscar-curve {
        z-index: 1;
        position: absolute;
        top: 50px;
        right: 0;
        height: 1000px;
        display: none;
    }

@media(min-width:992px) {
    .events .bg-oscar-curve {
        display: block;
    }
}

.events .container {
    z-index: 2;
    position: relative;
}

.events .carousel-pagination {
    top: 400px !important;
    height: 30px;
}

.events-carousel--article .events-carousel--article-card {
    position: relative;
    height: 400px;
    display: block;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

    .events-carousel--article .events-carousel--article-card img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .events-carousel--article .events-carousel--article-card .events-carousel--text-content {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        transition: 0.5s;
        background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1) 70%);
    }

    .events-carousel--article .events-carousel--article-card:hover .events-carousel--text-content {
        transition: 0.5s;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .events-carousel--article .events-carousel--article-card .events-carousel--text-content .divider {
        border: 1px solid #FFFFFF;
        width: 100%;
    }

    .events-carousel--article .events-carousel--article-card .events-carousel--text-content .events-carousel--text-content-bot div:nth-child(1) {
        flex-basis: 100%;
    }

    .events-carousel--article .events-carousel--article-card .events-carousel--text-content .events-carousel--text-content-bot div:nth-child(2),
    .events-carousel--article .events-carousel--article-card .events-carousel--text-content .events-carousel--text-content-bot div:nth-child(3) {
        flex-basis: 48%;
    }

    .events-listing--card .events-listing--card-text-content .events-listing--card-bottom svg,
    .events-carousel--article .events-carousel--article-card .events-carousel--text-content .events-carousel--text-content-bot svg {
        font-size: 14px;
    }
 
    @media(min-width:768px) {
        .events-listing--card .events-listing--card-text-content .events-listing--card-bottom svg,
        .events-carousel--article .events-carousel--article-card .events-carousel--text-content .events-carousel--text-content-bot svg {
            font-size: 16px
        }
    }
 
 
    .events-carousel--article .events-carousel--article-card .events-carousel--text-content p {
        font-weight: 700;
        font-size: 0.85em;
    }
 
    @media(min-width:768px) {
        .events-carousel--article .events-carousel--article-card .events-carousel--text-content p {
            font-size: 1.25em;
        }
    }
 
 
    .events-carousel--article .events-carousel--article-card .events-carousel--text-content .events-carousel--text-content-bot span {
        font-size: 0.65em;
    }
 
    @media(min-width: 992px) {
        .events-carousel--article .events-carousel--article-card .events-carousel--text-content .events-carousel--text-content-bot span {
            font-size: 0.9em;
        }
}

/* .events-listing--card .events-listing--card-head {

} */

.events-listing--card {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 400px;
    background-color: var(--events-card);
    text-decoration: none;
}

@media(min-width:768px) {
    .events-listing--card {
        flex-basis: 49%;
    }
}

@media(min-width:1200px) {
    .events-listing--card {
        flex-basis: 26%;
    }
}

@media(min-width:1200px) {
    .events-listing .events-carousel--article {
        flex-basis: 45%;
    }
}

.events-listing--card:hover {
    background-color: var(--primary-light-blue);
}

.events-listing--card div:first-of-type + img,
.events-listing--card img:first-of-type + div {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.events-listing--card .events-listing--card-text-content {
    height: 100px;
}

@media(min-width:1200px) {
    .events-listing--card .events-listing--card-text-content {
        height: 180px;
    }
}


.events-listing--card .events-listing--card-text-content .events-listing--card-head {
    font-size: 0.8em;
    font-weight: 700;
}


@media(min-width:768px) {
    .events-listing--card .events-listing--card-text-content .events-listing--card-head {
        font-size: 1.25em;
    }
}

/* @media(min-width:992px) {
  .events-listing--card .events-listing--card-text-content .events-listing--card-head {
    font-size: 0.8em;
  }
} */

.events-listing--card img {
    width: 100%;
    height: 300px;
    max-height: 300px;
    /* border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px; */
    object-fit: cover;
}

/* @media(min-width:1200px) {
  .events-listing--card .events-listing--card-text-content .events-listing--card-bottom {
    flex-wrap: wrap;
  }
} */

@media(min-width:1200px) {
    .events-listing--card .events-listing--card-text-content .events-listing--card-bottom div:nth-child(1) {
        flex-basis: 100%;
    }
}


.events-listing--card .events-listing--card-text-content .events-listing--card-bottom i,
.events-listing--card .events-listing--card-text-content .events-listing--card-bottom span {
    font-size: 0.65em;
}

@media(min-width:768px) {

    .events-listing--card .events-listing--card-text-content .events-listing--card-bottom i,
    .events-listing--card .events-listing--card-text-content .events-listing--card-bottom span,
    .events-listing--card .events-listing--card-text-content .events-listing--card-bottom svg {
        font-size: 0.7em;
    }
}

@media(min-width:992px) {

    .events-listing--card .events-listing--card-text-content .events-listing--card-bottom i,
    .events-listing--card .events-listing--card-text-content .events-listing--card-bottom span,
    .events-listing--card .events-listing--card-text-content .events-listing--card-bottom svg {
        font-size: 0.9em;
    }
}

.events-listing--card .events-listing--card-text-content .divider {
    border: 1px solid var(--primary-purple);
}

/* Events end */

/* Resources start */

.resources {
    position: relative;
}

    .resources .bg-oscar-curve {
        z-index: 1;
        position: absolute;
        top: 50px;
        right: 0;
        height: 1000px;
        display: none;
    }

@media(min-width:992px) {
    .resources .bg-oscar-curve {
        display: block;
    }
}


.resources .resources-listing,
.resources .light-purple-btn {
    z-index: 2;
}

.resources-listing--card {
    height: 400px;
    text-decoration: none;
    position: relative;
    display: block;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 3px 10px rgb(0 0 0/ 0.5);
    flex-basis: 100%;
}

@media(min-width:768px) {
    .resources-listing .resources-listing--card:not(:first-child) {
        flex-basis: 49%;
    }
}

@media(min-width:992px) {
    .resources-listing .resources-listing--card:not(:first-child) {
        flex-basis: 32%;
    }
}

.resources-listing--card:hover .resources-listing--blurb {
    background-color: var(--events-card);
}

.resources-listing--card:first-of-type:hover .resources-listing--blurb {
    background-color: var(--primary-pale-purple);
}

.resources-listing--card:hover .resources-listing--blurb .date {
    color: var(--primary-light-purple);
}

.resources-listing--card:hover .resources-listing--blurb .desc,
.resources-listing--card:hover .resources-listing--blurb .light-purple-btn {
    display: block;
}

.resources-listing--card .resources-listing--overlay {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #000000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}

.resources-listing--card img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.resources-listing--card .resources-listing--head {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

    .resources-listing--card .resources-listing--head h3 {
        color: #FFFFFF;
    }

.resources-listing--card .resources-listing--blurb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: 0.5s;
    /* max-height: 200px; */
    /* background-color: var(--events-card); */
}

    .resources-listing--card .resources-listing--blurb .desc,
    .resources-listing--card .resources-listing--blurb .light-purple-btn {
        display: none;
    }

    .resources-listing--card .resources-listing--blurb span {
        color: #FFFFFF;
    }

    .resources-listing--card .resources-listing--blurb .light-purple-btn {
        width: 120px;
        height: 50px;
    }

/* Resources end */

/* Homepage criteria carousel start */
/* .cont .swiper-slide:first-child {
  position: relative;
} */

/* .cont .swiper-slide:first-child img {
  position: absolute;
  top: 0;
  left: 63px;
  height: 100%;
} */

/* .cont .swiper-slide {
  width: 80% !important;
} */

/* .cont .swiper-slide {
  max-width: 285px !important;
} */

/* Homepage criteria carousel start */

.cont-section {
    min-height: 600px;
    position: relative;
}

@media(min-width:460px) {
    .cont-section {
        min-height: 650px;
    }
}

@media(min-width:500px) {
    .cont-section {
        min-height: 700px;
    }
}

@media(min-width:576px) {
    .cont-section {
        min-height: 0;
    }
}

.cont-section .cont-section-bg-m {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    object-fit: cover;
    opacity: 0.1;
}


.cont-section .cont-wrapper {
    z-index: 2;
}

.cont-section .cont-section-bg-d {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

    .cont-section .cont-section-bg-d img {
        width: 100%;
        opacity: 0.1;
    }

.cont-head {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 2;
}

@media(min-width:576px) {
    .cont-head {
        padding-bottom: 0;
    }
}

.cont .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(min-width:576px) {
    .cont .swiper-slide {
        width: 20%;
    }
}

.cont .swiper-slide .cont--text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    gap: 3px;
}

@media(min-width:576px) {
    .cont .swiper-slide .cont--text {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 150px;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        gap: 3px;
    }
}

@media(min-width:992px) {
    .cont .swiper-slide .cont--text {
        width: 250px;
    }
}

@media(min-width:576px) {
    .cont .swiper-slide .cont--text span {
        font-size: 0.8em;
    }
}

@media(min-width:992px) {
    .cont .swiper-slide .cont--text span {
        font-size: 1.1em;
    }
}

.cont .swiper-slide:nth-child(odd) .cont--text {
    top: 80%;
}

.cont .swiper-slide:nth-child(even) .cont--text {
    bottom: 80%;
}

.cont .swiper-slide .cont--text .pipe {
    height: 20px;
}

@media(min-width:576px) {
    .cont .swiper-slide .cont--text .pipe {
        height: 12px;
    }
}

@media(min-width:992px) {
    .cont .swiper-slide .cont--text .pipe {
        height: 20px;
    }
}

.cont .swiper-slide:nth-child(1) .cont--text .pipe {
    border: 1px solid var(--primary-light-purple);
}

.cont .swiper-slide:nth-child(2) .cont--text .pipe {
    border: 1px solid var(--criteria-blue);
}

.cont .swiper-slide:nth-child(3) .cont--text .pipe {
    border: 1px solid var(--primary-purple);
}

.cont .swiper-slide:nth-child(4) .cont--text .pipe {
    border: 1px solid var(--criteria-orange);
}

.cont .swiper-slide:nth-child(5) .cont--text .pipe {
    border: 1px solid var(--criteria-green);
}

.cont .swiper-slide .cont--text img {
    width: 100%;
}

.cont .swiper-pagination {
    top: 140% !important;
}

@media(min-width:340px) {
    .cont .swiper-pagination {
        top: 125% !important;
    }
}

@media(min-width:400px) {
    .cont .swiper-pagination {
        top: 120% !important;
    }
}

@media(min-width:480px) {
    .cont .swiper-pagination {
        top: 115% !important;
    }
}

@media(min-width:576px) {
    .cont .swiper-pagination {
        top: 105% !important;
    }
}

/* Homepage criteria carousel end */

/* Common carousel styling start */

.carousel-arrow-btn::after {
    content: none;
}

.carousel-arrow-btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}

    .carousel-arrow-btn svg {
        color: white;
        width: 25px;
        height: 25px;
    }

.carousel-pagination .swiper-pagination-bullet {
    background-color: transparent !important;
    outline: 1px solid var(--primary-purple);
    opacity: 1;
    height: 8px;
    width: 8px;
}

.carousel-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-purple) !important;
}

/* Common carousel styling end */

/* Who we are values section start */
.values-wrapper {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

/* .values .carousel-arrow-btn {
  
} */

.values .swiper-slide img {
    /* height: 382px;
  width: 340px; */
    width: 100%;
    height: 100%;
}

.values .swiper-slide {
    position: relative;
    z-index: 2;
    opacity: 0.4;
}

.values .swiper-slide-active {
    opacity: 1;
}

.values .swiper-slide .values--text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.values .swiper-slide:nth-child(odd) .values--text {
    position: absolute;
    bottom: 102%;
    left: 0;
}

.values .swiper-slide:nth-child(even) .values--text {
    position: absolute;
    top: 102%;
    left: 0;
}

.values .swiper-slide .values--text span {
    color: var(--primary-purple);
    font-size: 1em;
}

.values .swiper-slide .values--inner-text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .values .swiper-slide .values--inner-text span {
        color: var(--primary-purple);
    }

        .values .swiper-slide .values--inner-text span:first-child {
            font-size: 5.5em;
            font-weight: 700;
            line-height: 0.9;
        }

        .values .swiper-slide .values--inner-text span:last-child {
            font-size: 1em;
        }

.values .swiper-slide-active {
    z-index: 3;
}

.values-sm-wrapper {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}

@media(min-width:992px) {
    .values-sm-wrapper {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
}

.values-sm-wrapper img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.values-sm-wrapper .v-center {
    width: 25%;
    position: relative;
}

.values-sm-wrapper .v-float {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 2;
}

    .values-sm-wrapper .v-float span {
        font-size: 0.7em;
        color: var(--primary-purple);
        font-weight: 500;
    }

@media(min-width:992px) {
    .values-sm-wrapper .v-float span {
        font-size: 0.9em;
    }
}

.values .swiper-slide .values--text .pipe,
.values-sm-wrapper .v-center .v-float .v-line {
    height: 15px;
    width: 1px;
}

.values .swiper-slide:nth-child(1) .values--text .pipe,
.values-sm-wrapper .v-center .v-line-1 {
    border: 1px solid var(--primary-light-purple);
}

.values .swiper-slide:nth-child(2) .values--text .pipe,
.values-sm-wrapper .v-center .v-line-2 {
    border: 1px solid var(--primary-light-blue);
}

.values .swiper-slide:nth-child(3) .values--text .pipe,
.values-sm-wrapper .v-center .v-line-3 {
    border: 1px solid var(--primary-purple);
}

.values .swiper-slide:nth-child(4) .values--text .pipe,
.values-sm-wrapper .v-center .v-line-4 {
    border: 1px solid var(--criteria-orange);
}

.values .swiper-slide:nth-child(5) .values--text .pipe,
.values-sm-wrapper .v-center .v-line-5 {
    border: 1px solid var(--criteria-green);
}

.values-sm-wrapper .v-center .v-float-odd {
    position: absolute;
    bottom: 105%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-left: auto;
    width: 100%;
}

.values-sm-wrapper .v-center .v-float-even {
    position: absolute;
    top: 105%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-left: auto;
    width: 100%;
}

.values-sm-wrapper .v-center .v-center-text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 2;
}

    .values-sm-wrapper .v-center .v-center-text span:first-child {
        font-size: 2em;
        font-weight: 500;
        line-height: 0.9;
        color: var(--primary-purple);
    }

@media(min-width:768px) {
    .values-sm-wrapper .v-center .v-center-text span:first-child {
        font-size: 3.5em;
    }
}

@media(min-width:992px) {
    .values-sm-wrapper .v-center .v-center-text span:first-child {
        font-size: 4.5em;
    }
}

.values-sm-wrapper .v-center .v-center-text span:last-child {
    font-size: 0.55em;
    color: var(--primary-purple);
}

@media(min-width:768px) {
    .values-sm-wrapper .v-center .v-center-text span:last-child {
        font-size: 0.8em;
    }
}

@media(min-width:768px) {
    .values-sm-wrapper .v-center .v-center-text span:last-child {
        font-size: 1em;
    }
}

.values-sm-wrapper .v-center .v-center-img {
    opacity: 0.9;
}

.values-sm-wrapper .v-center .v-one {
    position: absolute;
    left: -197px;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media(min-width:768px) {
    .values-sm-wrapper .v-center .v-one {
        left: -266px;
    }
}

@media(min-width:992px) {
    .values-sm-wrapper .v-center .v-one {
        left: -358px;
    }
}

@media(min-width:1200px) {
    .values-sm-wrapper .v-center .v-one {
        left: -426px;
    }
}

.values-sm-wrapper .v-center .v-one img {
    opacity: 0.7;
}

.values-sm-wrapper .v-center .v-two {
    position: absolute;
    left: -98px;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media(min-width:768px) {
    .values-sm-wrapper .v-center .v-two {
        left: -132px;
    }
}

@media(min-width:992px) {
    .values-sm-wrapper .v-center .v-two {
        left: -178px;
    }
}

@media(min-width:1200px) {
    .values-sm-wrapper .v-center .v-two {
        left: -212px;
    }
}

.values-sm-wrapper .v-center .v-two img {
    opacity: 0.7;
}

.values-sm-wrapper .v-center .v-four {
    position: absolute;
    left: 98px;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media(min-width:768px) {
    .values-sm-wrapper .v-center .v-four {
        left: 132px;
    }
}

@media(min-width:992px) {
    .values-sm-wrapper .v-center .v-four {
        left: 178px;
    }
}

@media(min-width:1200px) {
    .values-sm-wrapper .v-center .v-four {
        left: 212px;
    }
}

.values-sm-wrapper .v-center .v-four img {
    opacity: 0.7;
}

.values-sm-wrapper .v-center .v-five {
    position: absolute;
    left: 197px;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .values-sm-wrapper .v-center .v-five img {
        opacity: 0.7;
    }

@media(min-width:768px) {
    .values-sm-wrapper .v-center .v-five {
        left: 266px;
    }
}

@media(min-width:992px) {
    .values-sm-wrapper .v-center .v-five {
        left: 358px;
    }
}

@media(min-width:1200px) {
    .values-sm-wrapper .v-center .v-five {
        left: 426px;
    }
}

/* Who we are values section end */

.bottom-section {
    border-top-right-radius: 50px;
    background-color: var(--primary-pale-purple);
}

@media(min-width:992px) {
    .bottom-section {
        border-top-right-radius: 150px;
    }
}

    .bottom-section a {
        color: var(--primary-purple);
        font-weight: 600;
    }

    .bottom-section .bottom--bg-circle {
        border-radius: 25px;
        height: 30px;
        width: 30px;
        background-color: var(--primary-purple);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bottom-section a span svg {
        filter: invert(100%) sepia(3%) saturate(13%) hue-rotate(81deg) brightness(106%) contrast(106%);
    }

    .bottom-section .bottom--bg-circle img {
        height: 15px;
        width: auto;
    }

footer {
    position: relative;
    z-index: 2;
}

/* pagination start */

.pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
    z-index: 2;
    border-bottom: 0;
}

@media(min-width:576px) {
    .pagination {
        gap: 1rem;
    }
}

.pagination a {
    width: 100%;
}

.pagination .page-item {
    flex-basis: 18%;
}

@media(min-width:576px) {
    .pagination .page-item {
        flex-basis: initial;
    }
}

.pagination .page-num {
    order: 1;
    margin-bottom: 8px;
}

.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last {
    order: 2;
}

@media(min-width:576px) {

    .pagination .first,
    .pagination .prev,
    .pagination .next,
    .pagination .last {
        order: 1;
    }
}

.pagination .page-item:hover .page-link {
    background-color: var(--primary-purple);
    border-color: var(--primary-purple);
    color: #fff;
}

.pagination .page-item .page-link {
    font-size: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 1px solid var(--primary-purple);
    color: var(--primary-purple);
    border-radius: 5px
}

.pagination .page-item .active {
    background-color: var(--primary-purple);
    color: #fff;
    border-color: var(--primary-purple);
}

.pagination .page-item .page-link {
    cursor: pointer;
}

/* pagination end */

