.korolev {
    font-family: "korolev-rounded", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.bg-green {
    background-color: #D4FB05;
}

.bg-blue {
    background-color: #443EE4;
}

.bg-purple {
    background-color: #EDEBFD;
    ;
}

.bg-beige {
    background-color: #FBFFE6;
}

.bg-pink {
    background-color: #FF63EF;
}

.bg-peach {
    background-color: #FFEFFD;
}

.bg-lime {
    background-color: #F6FECD;

}

.header {
    min-height: 20rem;
    padding-top: 12rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1000px) {
    .header {
        min-height: 30rem;
        overflow: visible;
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
}

.header .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.header h1 {
    color: #443EE4;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    text-transform: none;
    margin-bottom: 4rem;
    padding-top: 2rem;
    max-width: 75rem;
}

.header h1.text-start {
    text-align: start !important;
}

@media (min-width: 1000px) {
    .header h1 {
        font-size: 64px;
        line-height: 64px;
    }

    .header.home h1 {
        font-size: 72px;
        font-weight: 700;
        line-height: 72px;
        margin-bottom: 8rem;
    }
}

.header .intro {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 115%;
    text-wrap: pretty;
    max-width: 85rem;
}

.header .intro-blue {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    text-wrap: pretty;
    max-width: 50rem;
}

.header .intro.text-start {
    text-align: start !important;
}

.svg-header {
    width: 200px !important;
}

@media (min-width: 1000px) {
    .header .intro-blue {
        font-size: 32px;
    }

    .svg-header {
        width: 325.455px !important;
    }
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.extra-bottom-desktop {
    padding-bottom: 4rem;
}

.extra-top-desktop {
    padding-top: 4rem;
}

.extra-top-small-desktop {
    padding-top: 4rem;
}

.padding-y {
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
}

@media (min-width: 1000px) {
    .padding-y {
        overflow: visible;
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .extra-bottom-desktop {
        padding-bottom: 20rem;
    }

    .extra-top-desktop {
        padding-top: 25rem;
    }

    .extra-top-small-desktop {
        padding-top: 10rem;
    }
}

.video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 1200px;
    margin: auto;

}

.video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 20;
}

.panel-grid {
    padding-top: 4rem;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    row-gap: 9rem;

}


@media (min-width: 1000px) {
    .panel-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.panel-small {
    border-radius: 20px;
    padding: 16rem 2rem 6rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    height: fit-content;
    justify-content: space-between;
}

.panel-small .title-copy,
.panel-small .links {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}



.panel-small h2 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}



.panel-small h3 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

@media (min-width: 1000px) {
    .panel-small h3 {
        font-size: 28px;

    }
}

.panel-small .copy,
.text p,
.text li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.panel-small .line-divider {
    height: 2px;
    width: 100%;
    display: block;
    border: 1px, #443EE4, solid;
}

.panel-small .buttons-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.link-btn {
    display: flex;
    padding: 10px 10px 10px 10px;
    width: fit-content;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    transition-duration: 200;
    opacity: 100%;
}

.link-btn:hover {
    opacity: 75%;
}

.link-btn span {
    font-family: "korolev-rounded";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.link-btn.blue {
    background: #443EE4;
    color: #FFF;
}

.link-btn.pink {
    background: #FF63EF;
    color: #FFF;
}

.link-btn.yellow {
    background: #D4FB05;
    color: #443EE4;
}

a:hover {
    text-decoration: none;
}

.panel-small.border-blue {
    border: 25px, #443EE4, solid;
    background-color: #DAD8FA;
}

.panel-small.border-pink {
    border: 25px, #FF63EF, solid;
    background-color: #FFE0FC;
}

.panel-small.border-yellow {
    border: 25px, #D4FB05, solid;
    background-color: #F6FECD;
}

.open-days-container {
    min-height: 50rem;
}

.open-days-div {
    position: relative;
    inset: 0px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    column-gap: 6rem;
    row-gap: 4rem;

}

@media (min-width: 1000px) {
    .open-days-div {
        flex-direction: row;
        position: absolute;
        align-items: start;
    }
}

.open-days-div .left {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;

}

.open-days-div .right {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;

}

.open-days-div h2 {
    color: #D4FB05;
    font-family: "korolev-rounded";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;

}

.open-days-div .locations {
    color: #FFF;
    font-family: "korolev-rounded";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.open-days-div .time {
    display: flex;
    padding: 19px;
    width: fit-content;
    align-items: center;
    gap: 18.73px;
    border-radius: 18.73px;
    border: 3.746px solid #FFF;
    background: #D4FB05;
}

.open-days-div .time span {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 43.539px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.open-days-div .link {
    display: flex;
    width: fit-content;
    padding: 10px 10px 10px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FF63EF;
}

.open-days-div .link span {
    color: #FFF;
    font-family: "korolev-rounded";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.open-days-div .right .date {
    display: flex;
    max-width: 33rem;
    width: fit-content;
    padding: 24.176px;
    justify-content: center;
    align-items: center;
    gap: 16.117px;
    border-radius: 16.117px;
    border: 3.223px solid #FF63EF;
    background: #443EE4;
}

.open-days-div .right .date .text {
    color: #D4FB05;
    text-align: center;
    font-family: "korolev-rounded";
    font-size: 38.681px;
    font-style: normal;
    font-weight: 900;
    line-height: 88%;
    text-transform: uppercase;
}

.open-days-div .right .date .text span {
    color: #FFF;
}



.collectables-grid {
    display: flex;
    flex-direction: column;
    row-gap: 8rem;
}

.college-collectables h1 {
    color: #fff !important;
}

.college-collectables h2,
.what-can-you-study .side-by-side h2 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    max-width: 60rem;
    margin-bottom: 6rem;
    text-transform: none;
}

.college-collectables h3,
.what-can-you-study .side-by-side h3 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2rem;
    text-transform: none;
}

.college-collectables .header .intro p {
    color: #000;
    text-align: center;
    letter-spacing: 0.8px;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

.college-collectables p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-wrap: pretty;
}

.college-collectables .box-blue,
.college-collectables .box-yellow,
.college-collectables .box-pink {
    border-radius: 20px;
    padding: 169px 24px 24px 24px;
}

.college-collectables .box-blue {
    background-color: #DAD8FA;
    border: #443EE4 solid 12px;

}

.college-collectables .box-yellow {
    background-color: #F6FECD;
    border: #D4FB05 solid 12px;
}

.college-collectables .box-pink {
    background-color: #FFE0FC;
    border: #FF63EF solid 12px;
}

.side-by-side {
    display: flex;
    column-gap: 4rem;
    row-gap: 6rem;
    flex-direction: column;
}

.box-blue-side {
    background-color: #DAD8FA;
    border: #443EE4 solid 12px;
    border-radius: 20px;
    padding: 169px 24px 24px 24px;
    flex-basis: 50%;
}

.box-blue .text,
.box-yellow .text,
.box-pink .text {
    padding-right: 0rem;
}

.collectables-grid .lanyard {
    width: 125px;
    right: 8rem;
    top: -6rem;
}

.collectables-grid .cards {
    width: 175px;
    right: 6rem;
    top: -6rem;
}

.collectables-grid .sectors-cluster {
    width: 250px;
    right: 2rem;
    top: -7rem;
}

@media (min-width: 1000px) {

    .college-collectables h2 {
        font-size: 54px;
        line-height: 100%;
    }

    .college-collectables h3 {
        font-size: 48px;
    }

    .box-blue,
    .box-yellow,
    .box-pink {
        border-radius: 20px;
        padding: 40px 53px 80px 53px;
    }

    .box-blue .text,
    .box-yellow .text,
    .box-pink .text {
        padding-right: 32rem;
    }

    .side-by-side {
        flex-direction: row;
    }

    .box-blue-side {
        padding: 169px 53px 53px 53px;
    }

    .collectables-grid .lanyard {
        width: 190px;
        right: 6rem;
        top: -6rem;
    }

    .collectables-grid .cards {
        width: 244.209px;
        right: 2rem;
        top: -4rem;
    }

    .collectables-grid .sectors-cluster {
        right: 0rem;
        top: -4rem;
        width: 343px;
    }

    .college-collectables .header .intro p {
        font-size: 24px;
    }
}

.open-days-2026 h1 {
    color: #fff !important;
}

.open-days-2026 h2,
.prospectus2026-table h2 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    max-width: 60rem;
    margin-bottom: 3rem;
    text-wrap: balance;
    text-transform: none;
}

.open-days-2026 h3 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-wrap: balance;
    margin-top: 0rem;
    margin-bottom: 3rem;
    text-transform: none;
}

.open-days-2026 .header .intro p {
    color: #fff !important;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.8px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

.open-days-2026 .open-days-intro,
.text-block-intro .open-days-2026 .open-days-intro li,
.prospectus2026-table .open-days-intro,
.text-block-intro .prospectus2026-table .open-days-intro li {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    max-width: 85rem;
    text-wrap: pretty;
}

.open-days-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
}

.open-days-grid .item,
.sector-guides-2026 .sector-guides-grid .item {
    border-radius: 12px;
    padding: 17px 15px;
    height: fit-content;
    min-height: 250px;

}

.open-days-grid .item h3,
.sector-guides-2026 .sector-guides-grid .item h3 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 115%;
    text-transform: none;
}


.open-days-grid .item-blue,
.sector-guides-2026 .sector-guides-grid .item-blue {
    background-color: #DAD8FA;
    border: #443EE4 solid 12px;
}

.open-days-grid .item-yellow,
.sector-guides-2026 .sector-guides-grid .item-yellow {
    background-color: #F6FECD;
    border: #D4FB05 solid 12px;
}

.open-days-grid .item-pink,
.sector-guides-2026 .sector-guides-grid .item-pink {
    background-color: #FFE0FC;
    border: #FF63EF solid 12px;
}

.open-days-grid .item .text,
.sector-guides-2026 .sector-guides-grid .item .text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.open-days-grid .item .read-more,
.read-more-full-width .read-more {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.75;
    margin-top: 14px;
    cursor: pointer;

}

.open-days-grid .text.text--clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.open-days-grid .text--expanded {
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
}


.open-days-grid .read-more,
.open-days-2026 .table .read-more,
.read-more-full-width .read-more,
.prospectus2026-table .table .read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

.open-days-grid .down-arrow,
.read-more-full-width .down-arrow {
    transition: transform 0.2s ease;
}

.open-days-grid .down-arrow--flipped,
.read-more-full-width .down-arrow--flipped {
    transform: rotate(180deg);
}

.item.smaller .link-btn span {
    font-size: 18px !important;
}

.divider-blue {
    height: 1px;
    background: #443EE4;
    width: 100%;
}

.open-days-2026 .key-flex,
.prospectus2026-table .key-flex {
    display: flex;
    flex-direction: column;
    column-gap: 8rem;
    row-gap: 4rem;
}

.open-days-2026 .key-flex .key,
.prospectus2026-table .key-flex .key {
    display: flex;
    padding: 25px 25px;
    min-width: auto;
    height: fit-content;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 12.4px;
    border-radius: 12.4px;
    border: 2.48px solid #FF63EF;
    background: #443EE4;
    max-width: 40rem;
}

.open-days-2026 .key-flex .key h3,
.prospectus2026-table .key-flex .key h3 {
    color: #D4FB05;
    text-align: center;
    font-family: "korolev-rounded";
    font-size: 29.761px;
    font-style: normal;
    font-weight: 900;
    line-height: 88%;
    text-transform: uppercase;
}

.open-days-2026 .key-flex .key .text,
.prospectus2026-table .key-flex .key .text {
    color: #FFF;
    font-size: 18.465px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

.open-days-2026 .table {
    padding: 4rem 0rem;
    margin-left: auto;
    margin-right: auto;
}

.open-days-2026 .table-rows {
    position: relative;
    max-height: 28rem;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 2rem;
}

.open-days-2026 .table-rows::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FBFFE6);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.open-days-2026 .table-rows.table--expanded {
    max-height: none;
    overflow: visible;
}

.open-days-2026 .table-rows.table--expanded::after {
    opacity: 0;
}

.open-days-2026 .table .headers {
    color: #443EE4;
    font-family: korolev-rounded;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 110%;
    word-wrap: break-word;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    column-gap: 1rem;
    row-gap: 9rem;
    margin-bottom: 3rem;
}

.open-days-2026 .table .table-row {
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.60px;
    word-wrap: break-word;
    display: grid;
    padding: 11px;
    grid-template-columns: 2fr 1fr 1fr;
    column-gap: 1rem;
    row-gap: 9rem;
    border-top: 0.25px #443EE4 solid;
}

.open-days-2026 .table .table-row:nth-child(odd) {
    background-color: #B4B2F440;
}

.open-days-2026 .text-box {
    display: flex;
    width: fit-content;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 12.4px;
    border-radius: 12.4px;
    border: 2.48px solid #FF63EF;
    background: #443EE4;
    max-width: 45rem;
}

.open-days-2026 .text-box .text p {
    color: #FFF !important;
    font-size: 18.465px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 110% !important;
    text-wrap: pretty !important;
}

.open-days-2026 .text-box p {
    margin-bottom: 0px;
}

.open-days-2026 .text-box p+p {
    margin-top: 10px;
}

.open-days-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-inline-start: 0px !important;
    padding-top: 2rem;

}

.open-days-list li {
    background-color: #FFE0FC;
    border: #FF63EF solid 12px;
    border-radius: 20px;
    padding: 24px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;

}

.open-days-list li .left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    width: 100%;
}

.open-days-list h3 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    max-width: 30rem;
    width: 100%;
    text-align: center;
}

.open-days-list .text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-wrap: pretty;
    max-width: 45rem;
    text-align: center;
}

.open-days-list .link-btn {
    text-wrap: nowrap;
}

@media (min-width: 1000px) {

    .open-days-list li,
    .open-days-list li .left {
        flex-direction: row;
        text-align: start;
    }


    .open-days-list h3 {
        text-align: start;
    }

    .open-days-list .text {
        text-align: start;
    }
}

@media (min-width: 1000px) {
    .open-days-2026 .header .intro p {
        font-size: 24px;
        line-height: 110%;
    }

    .open-days-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 1rem;
        row-gap: 1rem;
    }

    .open-days-2026 .key-flex,
    .prospectus2026-table .key-flex {
        display: flex;
        flex-direction: row;
        column-gap: 8rem;
    }

    .open-days-2026 .key-flex .key,
    .prospectus2026-table .key-flex .key {
        min-width: 34rem;
    }

    .open-days-2026 .table .headers,
    .prospectus2026-table .table .headers {
        font-size: 24px;
        line-height: 30.80px;
    }
}

.collectables-grid {
    display: flex;
    flex-direction: column;
    row-gap: 8rem;
}

.sections-grid {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
}

.sections-grid .svg {
    display: none;
}

@media (min-width: 1000px) {
    .sections-grid {
        row-gap: 5rem;
    }

    .sections-grid .svg {
        display: block;
    }
}

.how-to-apply h1,
.support-our-students h1 {
    color: #443EE4 !important;
    margin-top: 0;
    text-align: start;
}

.how-to-apply h2,
.support-our-students h2 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    max-width: 60rem;
    margin-bottom: 1rem;
    text-transform: none;
}

.how-to-apply h3,
.support-our-students h3 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2rem;
    text-transform: none;
}

h4 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: none;
}


.sections-grid h3,
.support-our-students h3 {
    padding-right: 0;
    text-wrap: pretty;
}

.header .intro p {
    color: #443EE4;
    text-align: start;
    letter-spacing: 0.8px;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}



.header-flex {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 100%;
    row-gap: 0rem;
    padding-top: 4rem;
}

.header-flex.reverse {
    flex-direction: column-reverse;
}

.header-flex h1 {
    margin-top: 0px;
    padding-top: 0rem;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 2rem;
    min-width: 40rem;
}

@media (min-width: 1000px) {
    .header-flex {
        flex-direction: row !important;
        column-gap: 8rem;
        padding-top: 4rem;
    }

    .sections-grid h3 {
        padding-right: 32rem;
        text-wrap: pretty;
    }

    .header-flex h1 {
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 4rem;
    }

    .how-to-apply h2,
    .support-our-students h2 {
        font-size: 40px;
    }

    .header .intro p {
        font-size: 24px;
    }
}

.header-flex .img-container {
    max-width: 482px;
}

.header-flex img {
    max-width: 100%;
    margin-bottom: 3rem;
}

.desktop-padding-top {
    padding-top: 2rem;
}

@media (min-width: 1000px) {
    .desktop-padding-top {
        padding-top: 18rem;
    }
}

.how-to-apply .read-more-full-width p,
.support-our-students .read-more-full-width p,
.how-to-apply .read-more-full-width li,
.support-our-students .read-more-full-width li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-wrap: pretty;
}

.how-to-apply .box-blue,
.how-to-apply .box-yellow,
.how-to-apply .box-pink,
.support-our-students .box-blue,
.support-our-students .box-yellow,
.support-our-students .box-pink {
    border-radius: 20px;
    padding: 24px;
}

.how-to-apply .box-blue,
.support-our-students .box-blue {
    background-color: #DAD8FA;
    border: #443EE4 solid 12px;

}

.how-to-apply .box-yellow,
.support-our-students .box-yellow {
    background-color: #F6FECD;
    border: #D4FB05 solid 12px;
}

.how-to-apply .box-pink,
.support-our-students .box-pink {
    background-color: #FFE0FC;
    border: #FF63EF solid 12px;
}

.side-by-side {
    display: flex;
    column-gap: 4rem;
    row-gap: 6rem;
    flex-direction: column;
}

.how-to-apply .box-blue-side {
    background-color: #DAD8FA;
    border: #443EE4 solid 12px;
    border-radius: 20px;
    padding: 24px;
    flex-basis: 50%;
}

.how-to-apply .box-blue .text,
.how-to-apply .box-yellow .text,
.how-to-apply .box-pink .text {
    padding-right: 0rem;
}

.how-to-apply .lanyard {
    width: 125px;
    right: 8rem;
    top: -6rem;
}

.how-to-apply .cards {
    width: 175px;
    right: 6rem;
    top: -6rem;
}

.how-to-apply .sectors-cluster {
    width: 250px;
    right: 2rem;
    top: -7rem;
}

@media (min-width: 1000px) {

    .header-flex h1 {

        font-size: 78px;
        font-style: normal;
        font-weight: 700;
        line-height: 78px;
    }

    .how-to-apply h2 {
        font-size: 54px;
        line-height: 100%;
    }

    .how-to-apply h3 {
        font-size: 48px;
        margin-top: 0;
    }

    .how-to-apply .box-blue,
    .how-to-apply .box-yellow,
    .how-to-apply .box-pink {
        border-radius: 20px;
        padding: 40px;
    }

    .how-to-apply .box-blue .text,
    .how-to-apply .box-yellow .text,
    .how-to-apply .box-pink .text {
        padding-right: 32rem;
    }

    .side-by-side {
        flex-direction: row;
    }

    .how-to-apply .box-blue-side {
        padding: 53px;
    }

    .how-to-apply .lanyard {
        width: 190px;
        right: 6rem;
        top: -6rem;
    }

    .how-to-apply .cards {
        width: 244.209px;
        right: 2rem;
        top: -4rem;
    }

    .how-to-apply .sectors-cluster {
        right: 0rem;
        top: -4rem;
        width: 343px;
    }

    .how-to-apply .header .intro p {
        font-size: 24px;
    }
}

.contact {
    max-width: 879px;
    margin: 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-intro {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.contact-info {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    word-break: break-all;
}

.contact .blue {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-right: 1rem;
}

.contact .address ul {
    padding-inline-start: 0px;
}

.contact .address li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    list-style: none;
    text-wrap: pretty;
}

.contact h3 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2rem;
    text-transform: none;
}

@media (min-width: 1000px) {

    .contact-intro,
    .contact-info,
    .contact .blue,
    .contact .address li {
        font-size: 24px;
    }

    .contact-intro {
        margin-bottom: 3.5rem;
        margin-top: 3rem;
    }

    .contact h3 {
        font-size: 48px;
        margin-top: 0;
    }
}

@media (min-width: 1000px) {
    .contact-details {
        flex-direction: row;
        justify-content: space-between;
        gap: 4rem;
    }
}

.sector-guides-2026 h2 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    text-wrap: pretty;
    max-width: 60rem;
}

.sector-guides-2026 .pathways {
    display: flex;
    z-index: 10;
    flex-direction: column;
    justify-content: space-around;
    column-gap: 2rem;
    row-gap: 5rem;
    align-items: start;
}

.sector-guides-2026 .pathways .pathway {
    width: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sector-guides-2026 .pathways .pathway img {
    max-width: 30rem;
    height: 100px;
    object-fit: contain;
}

.sector-guides-2026 .pathways .pathway .text p {
    color: #000;
    z-index: 10;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}



.sector-guides-2026 .sector-guides-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
    padding-top: 4rem;
    padding-bottom: 8rem;
}

.sector-guides-2026 .sector-guides-grid .item {
    border-radius: 12px;
    padding: 17px 15px;
    height: 100%;
}

.sector-guides-2026 .coloured-btn {
    position: relative;
    padding-bottom: 6rem !important;
    padding-right: 4rem !important;
    transition: opacity 0.3s ease-in-out;
    transition-duration: 300;
    opacity: 1;
}

.sector-guides-2026 .coloured-btn:hover {
    opacity: 75%;
}

.sector-guides-2026 .coloured-btn h3 {
    color: #443EE4;
    font-family: "korolev-rounded";
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    margin: 0rem !important;
    text-wrap: pretty;
}


.sector-guides-2026 .coloured-btn .yellow-arrow-link {
    border-radius: 10px;
    background: #443EE4;
    display: flex;
    width: 38px;
    height: 38px;
    padding: 10px;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

@media (min-width: 1000px) {
    .sector-guides-2026 .pathways {
        flex-direction: row;
    }

    .sector-guides-2026 .pathways .pathway {
        width: 30%;
    }

    .sector-guides-2026 .sector-guides-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 1rem;
        row-gap: 1rem;
        padding-top: 4rem;
        padding-bottom: 8rem;
    }
}

.support-our-students .heart,
.what-can-you-study-2026 .heart {
    left: calc(50%);
    transform: translateX(calc(-50%));
    top: 1rem;
}

.support-our-students .sectors-cluster {
    left: calc(75%);
    transform: translateX(calc(-75%));
    top: -7rem;
}

@media (min-width: 1000px) {

    .support-our-students .heart,
    .what-can-you-study-2026 .heart {
        left: calc(50% + 2rem);
        transform: translateX(calc(-50% + 2rem));
        top: -2rem;
    }

    .support-our-students .sectors-cluster {
        left: calc(75% + 2rem);
        transform: translateX(calc(-75% + 2rem));
        top: -8rem;
    }
}

.what-can-you-study-2026 .t-level-logo {
    max-width: 25rem;
    filter: invert(1);
}

.hide-mobile {
    display: none;
}

@media (min-width: 1000px) {
    .hide-mobile {
        display: block;
    }
}

.dot-pattern {

    height: 40rem;
    width: 100%;
}

.yellow-arrow-link {
    width: 18px;
    display: flex;
    align-items: center;
    color: #D4FB05;
}

.white-arrow-link {
    width: 18px;
    display: flex;
    align-items: center;
    color: #fff;
}

.read-more-full-width .text.text--clamped {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-full-width .text--expanded {
    -webkit-line-clamp: unset !important;
    ;
    overflow: visible !important;
    ;
}

.what-can-you-study .dual-images {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


.what-can-you-study .dual-images .image {
    max-width: 100%;
}

.what-can-you-study .dual-images .image img {
    max-width: 100%;
    object-fit: cover;
}

@media (min-width: 1000px) {
    .what-can-you-study .dual-images {
        flex-direction: row;
    }

    .what-can-you-study .dual-images .image {
        max-width: 50%;
    }
}

.prospectus2026-table .table {
    padding: 4rem 0rem;
    margin-left: auto;
    margin-right: auto;
}

.prospectus2026-table .table-rows {
    position: relative;
    max-height: 28rem;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 2rem;
}

.prospectus2026-table .table-rows::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FBFFE6);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.prospectus2026-table .table-rows.table--expanded {
    max-height: none;
    overflow: visible;
}

.prospectus2026-table .table-rows.table--expanded::after {
    opacity: 0;
}

.prospectus2026-table .table .headers {
    color: #443EE4;
    font-family: korolev-rounded;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 110%;
    word-wrap: break-word;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    column-gap: 4rem;
    row-gap: 9rem;
    margin-bottom: 3rem;
}

.prospectus2026-table .table .table-row {
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.60px;
    word-wrap: break-word;
    display: grid;
    padding: 11px 0px;
    grid-template-columns: 1fr 2fr 2fr;
    column-gap: 4rem;
    row-gap: 9rem;
    border-top: 0.25px #443EE4 solid;
}

.prospectus2026-table .table .table-row .row-title {

    font-weight: 900;

    font-size: 24px;
    line-height: 110%;
    word-wrap: break-word;
}



.relative {
    position: relative;
}

.w-full {
    width: 100%;
}

.sparkles-blue {
    position: absolute;
    height: 84px;
}

.sparkles-green {
    position: absolute;
    height: 84px;
}

.flower {
    position: absolute;
    height: 132.19px;
}

.bub-pair {
    position: absolute;
    height: 132.19px;
}

.petal {
    position: absolute;
    width: 773px;
    z-index: 0;
}

.cog {
    position: absolute;
    width: 162.47px;
}

.heart {
    position: absolute;
    width: 167.675px;
}

.smilely {
    position: absolute;
    width: 151.895px;
}

.sectors-cluster {
    position: absolute;
    width: 227px;
}

.hand {
    position: absolute;
    width: 168.986px;
}

.heart-message {
    position: absolute;
    width: 149.581px;
}

.music {
    position: absolute;
    width: 130px;
}

.lanyard {
    position: absolute;
    width: 190px;
}

.cards {
    position: absolute;
    width: 244.209px;
}

.hand-arrow {
    position: absolute;
    width: 247px;
}

.sparkles-blue-pink {
    position: absolute;
    width: 200px;
}

.hand-sparkles {
    position: absolute;
    width: 250px;
}

.hand-heart {
    position: absolute;
    width: 394.56px;
}

.blue-arrow {
    position: absolute;
    color: #443EE4;
    width: 77.32px;
}

.pink-arrow {
    position: absolute;
    color: #FF63EF;
    width: 122px;
}

.down-arrow {
    width: 12px;
}

.star-blue {
    position: absolute;
    color: #443EE4;
    width: 137px;
}