/* Homepage section modifiers extracted from fix.css */

.media-panel--specialty {
    z-index: 2;
    height: 504px;
    margin-top: -60px;
}

.media-panel--specialty .media-panel__layout {
    height: 504px;
}

.media-panel--specialty .media-cta__content {
    height: 444px;
    padding: 100px 0 0 100px;
    border-radius: 0 0 34px;
}

.media-panel--specialty .media-cta__media {
    height: 400px;
    background-color: var(--color-neutral-light);
}

.media-panel--specialty .media-panel__copy {
    width: 100%;
}

.media-panel--specialty .media-panel__body {
    width: 100%;
    max-width: 652px;
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.media-panel--specialty .media-panel__decoration {
    top: 0;
    left: 47%;
    width: 66%;
    height: 150%;
    object-fit: contain;
}

.media-panel--specialty > .media-panel__grid {
    display: none;
}

@media (max-width: 1199px) {
    .media-panel--specialty .media-cta__content {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .media-panel--specialty > .media-panel__grid {
        z-index: 1;
        display: block;
    }

    .media-panel--specialty {
        background-color: var(--color-brand-violet);
    }

    .media-panel--specialty + .courses--home {
        border-radius: 0;
    }
}

@media (max-width: 991px) {
    .media-panel--specialty {
        height: auto;
        min-height: 500px;
        margin-top: -40px;
    }

    .media-panel--specialty .media-panel__layout {
        grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
        height: auto;
    }

    .media-panel--specialty .media-cta__content {
        height: 460px;
        margin-top: 40px;
        padding: 90px 40px 0;
    }

    .media-panel--specialty .media-cta__media {
        height: 340px;
    }

    .media-panel--specialty .media-panel__title {
        font-size: 34px;
    }

    .media-panel--specialty .media-panel__body {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .media-panel--specialty {
        margin-top: -34px;
    }

    .media-panel--specialty .media-panel__layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            'media'
            'content';
    }

    .media-panel--specialty .media-cta__media {
        height: 280px;
    }

    .media-panel--specialty .media-cta__content {
        height: auto;
        min-height: 430px;
        margin-top: 0;
        padding: 70px 24px 0;
        border-radius: 0 0 28px;
    }

    .media-panel--specialty .media-panel__title {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .media-panel--specialty {
        min-height: 539px;
        margin-top: 0;
    }

    .media-panel--specialty .media-panel__layout {
        background-color: var(--color-brand-violet);
    }

    .media-panel--specialty .media-cta__media {
        width: calc(100% - 50px);
        max-width: 340px;
        height: 220px;
        border-radius: 24px 24px 0 0;
    }

    .media-panel--specialty .media-cta__content {
        height: 319px;
        min-height: 319px;
        padding: 60px 20px 0;
        border-radius: 0 24px 24px 0;
    }

    .media-panel--specialty .media-panel__decoration {
        top: 8%;
        left: 38%;
        width: 90%;
        height: 140%;
    }

    .media-panel--specialty .media-panel__title {
        font-size: 24px;
    }

    .media-panel--specialty .media-panel__mobile-break {
        display: block;
    }

    .media-panel--specialty .media-panel__body {
        font-size: 16px;
    }
}

/* Home courses redesign */
.courses--home {
    position: relative;
    z-index: 1;
    min-height: 758px;
    margin-top: -182px;
    padding: 246px 0 100px;
    overflow: visible;
    color: var(--color-white);
    background-color: var(--color-brand-violet);
    isolation: isolate;
}

.courses--home::after {
    content: none;
}

.courses--home .courses__watermark {
    display: none;
}

.university--home .university__watermark {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 60%;
    height: auto;
    aspect-ratio: 216 / 175;
    overflow: hidden;
    opacity: 0.3;
    mix-blend-mode: color-burn;
    pointer-events: none;
    transform: translateY(-54%);
}

.university--home .university__watermark img {
    position: absolute;
    top: -39%;
    left: -13%;
    display: block;
    width: 132%;
    height: auto;
    max-width: none;
    transform: rotate(-33deg);
    transform-origin: center;
}

.courses--home .vertical-grid {
    z-index: 1;
}

.courses--home .courses__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding: 0 100px;
}

.courses--home .courses__headline {
    width: 100%;
}

.courses--home .courses__heading-main {
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.courses--home .courses__description {
    min-height: 96px;
    padding-top: 10px;
    margin: 0;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.courses--home .heading-accent {
    margin-top: 4px;
}

.courses--home .courses__action {
    width: 100%;
    max-width: 535px;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .courses--home {
        min-height: 680px;
        padding-top: 190px;
    }

    .courses--home .courses__inner {
        padding: 0 60px;
    }

    .courses--home .courses__heading-main {
        font-size: 40px;
    }

    .courses--home .courses__description {
        order: 3;
        margin-top: 30px;
        font-size: 18px;
    }

    .courses--home .courses__intro {
        display: flex;
        flex-direction: column;
    }

    .courses--home .courses__intro > .heading-copy__layout {
        display: contents;
    }

    .courses--home .heading-copy__heading {
        order: 1;
    }

    .courses--home .heading-accent {
        order: 2;
        min-width: 620px;
        min-height: 76px;
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .courses--home {
        overflow: visible;
    }

    .courses--home .courses__watermark {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 207px;
        display: block;
        width: 40%;
        aspect-ratio: 260 / 314;
        overflow: hidden;
        opacity: 0.3;
        mix-blend-mode: color-burn;
        pointer-events: none;
    }

    .courses--home .courses__watermark img {
        position: absolute;
        top: -99px;
        left: -49px;
        display: block;
        width: 479px;
        height: 479px;
        max-width: none;
        object-fit: cover;
        transform: rotate(-33deg);
        transform-origin: center;
    }

    .university--home .university__watermark {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .courses--home {
        min-height: 0;
        margin-top: 0;
        padding: 80px 0;
        border-radius: 28px 0 0;
    }

    .courses--home .courses__inner {
        padding: 0 40px;
    }

    .courses--home .courses__heading-main {
        font-size: 32px;
    }

    .courses--home .courses__description {
        min-height: 0;
        padding-top: 0;
        font-size: 17px;
    }

    .courses--home .heading-accent {
        min-width: 0;
        min-height: 58px;
        margin-top: 12px;
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .courses--home {
        min-height: 0;
        margin-top: 0;
        padding: 120px 0 100px;
        border-radius: 28px 0 0;
    }

    .university--home .university__watermark {
        top: -260px;
        width: 75%;
        height: 400px;
        aspect-ratio: auto;
        transform: none;
    }

    .courses--home .vertical-grid::before,
    .courses--home .vertical-grid::after {
        width: 1px;
        border-right: 0;
    }

    .courses--home .vertical-grid::before {
        left: calc(100% / 3);
    }

    .courses--home .vertical-grid::after {
        left: calc(200% / 3);
        display: block;
    }

    .courses--home .courses__inner {
        padding: 0 24px;
    }

    .courses--home .courses__heading-main {
        font-size: 36px;
    }

    .courses--home .courses__description {
        min-height: 0;
        padding-top: 0;
    }

    .courses--home .heading-accent {
        min-width: 0;
        min-height: 64px;
        margin-top: 22px;
        font-size: 40px;
    }

    .courses--home .courses__action {
        width: min(535px, 100%);
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .courses--home {
        padding: 65px 0 64px;
        border-radius: 0;
    }

    .courses--home .courses__inner {
        padding: 0 20px;
    }

    .courses--home .courses__heading-main {
        font-size: 24px;
    }

    .courses--home .courses__description {
        font-size: 15px;
    }

    .courses--home .heading-accent {
        min-height: 45px;
        margin-top: 8px;
        padding: 6px 12px 8px;
        font-size: 24px;
    }

    .courses--home .courses__action {
        margin-top: 30px;
    }
}

/* Home important questions redesign */
.questions--home {
    position: relative;
    min-height: 924px;
    padding: 264px 0 170px;
    color: var(--color-white);
    background-color: var(--color-brand-violet);
    isolation: isolate;
}

.questions--home::before,
.questions--home::after {
    position: absolute;
    z-index: 0;
    right: 0;
    content: '';
    background-color: var(--color-brand-magenta);
}

.questions--home::before {
    top: 124px;
    bottom: 0;
    left: 0;
}

.questions--home::after {
    top: 0;
    width: calc(50% + 40px);
    height: 124px;
    border-radius: 34px 34px 0 0;
}

.questions--home .questions__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1232px;
    margin-inline: auto;
}

.questions--home .questions__heading {
    position: absolute;
    z-index: 3;
    top: 60px;
    right: max(22px, calc((100% - 1240px) / 2 + 22px));
    display: flex;
    width: min(444px, calc(100% - 44px));
    min-height: 164px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    color: var(--color-white);
    background-color: transparent;
    border-radius: 0;
    font-family: var(--font-heading);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.questions--home .questions__heading > span {
    display: block;
}

.questions--home .questions__heading > span:first-child {
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
    white-space: nowrap;
}

.questions--home .questions__heading-accent {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.questions--home .questions__heading-accent > span {
    position: absolute;
    z-index: 2;
    top: 43px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.questions--home .questions__heading-accent img {
    position: absolute;
    z-index: 1;
    top: -217px;
    left: -135px;
    width: 675px;
    height: 675px;
    max-width: none;
    transform: rotate(12deg);
    pointer-events: none;
}

.questions--home .questions__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 490px;
    margin: 0;
    padding: 40px 60px;
    overflow: visible;
    background-color: var(--color-brand-violet);
    border-radius: 0 34px 34px 34px;
}

.questions--home .questions__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
}

.questions--home .questions__item {
    min-width: 0;
}

.questions--home .questions__item--has-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.questions--home .questions__item-title {
    margin: 0 0 20px;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.questions--home .questions__item-answer {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.questions--home .questions__item-answer p {
    margin: 0;
}

.questions--home .questions__item-answer p + p {
    margin-top: 10px;
}

.questions--home .questions__tour-link {
    position: relative;
    z-index: 3;
    margin-top: 40px;
}

.questions--home .questions__decoration {
    position: absolute;
    z-index: 2;
    top: 419px;
    right: 0;
    width: min(515px, 36%);
    height: 505px;
    overflow: hidden;
    pointer-events: none;
}

.questions--home .questions__decoration img {
    position: absolute;
    top: -87px;
    left: -51px;
    display: block;
    width: 783px;
    height: 783px;
    max-width: none;
    opacity: 0.35;
    filter: brightness(0.65);
}

@media (max-width: 1279.8px) {
    .questions--home {
        padding-top: 240px;
        padding-bottom: 120px;
    }

    .questions--home .questions__inner {
        padding-inline: 60px;
    }

    .questions--home .questions__heading {
        right: 60px;
    }

    .questions--home .questions__panel {
        padding-inline: 50px;
    }

    .questions--home .questions__list {
        gap: 50px;
    }
}

@media (max-width: 991.8px) {
    .questions--home {
        min-height: 0;
        padding-top: 220px;
        padding-bottom: 100px;
    }

    .questions--home .questions__inner {
        padding-inline: 40px;
    }

    .questions--home .questions__heading {
        top: 50px;
        right: 40px;
        width: min(400px, calc(100% - 80px));
        min-height: 150px;
        font-size: 38px;
    }

    .questions--home .questions__heading-accent > span {
        top: 39px;
    }

    .questions--home .questions__heading-accent img {
        top: -191px;
        left: -118px;
        width: 600px;
        height: 600px;
    }

    .questions--home .questions__panel {
        min-height: 0;
        padding: 40px;
    }

    .questions--home .questions__list {
        gap: 36px;
    }

    .questions--home .questions__item-title {
        font-size: 24px;
    }

    .questions--home .questions__item-answer {
        font-size: 16px;
    }

    .questions--home .questions__decoration {
        top: 390px;
        width: 360px;
        height: 430px;
    }

    .questions--home .questions__decoration img {
        width: 650px;
        height: 650px;
    }
}

@media (min-width: 768px) and (max-width: 1279.8px) {
    .questions--home .questions__heading {
        right: 0;
        width: calc(50% + 40px);
        align-items: center;
        font-size: 36px;
        text-align: center;
    }

    .questions--home .questions__heading-accent img {
        left: 50%;
        transform: translateX(-50%) rotate(12deg);
    }

    .questions--home .questions__tour-link {
        width: 100%;
        max-width: 100%;
        gap: 18px;
    }

    .questions--home .questions__tour-link .round-link__circle {
        flex-basis: 64px;
        width: 64px;
        height: 64px;
    }

    .questions--home .questions__tour-link .round-link__icon-box {
        width: 36px;
        height: 36px;
    }

    .questions--home .questions__tour-link .round-link__text {
        width: auto;
        min-width: 0;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 767.8px) {
    .questions--home {
        padding-top: 190px;
        padding-bottom: 80px;
    }

    .questions--home::before {
        top: 150px;
    }

    .questions--home::after {
        width: 100%;
        height: 150px;
        border-radius: 28px 28px 0 0;
    }

    .questions--home .questions__inner {
        padding-inline: 20px;
    }

    .questions--home .questions__heading {
        top: 24px;
        right: 20px;
        left: 20px;
        width: auto;
        min-height: 140px;
        align-items: center;
        font-size: 34px;
    }

    .questions--home .questions__panel {
        margin-top: 0;
        padding: 36px 28px 40px;
        border-radius: 24px;
    }

    .questions--home .questions__list {
        grid-template-columns: 1fr;
    }

    .questions--home .questions__tour-link {
        margin-top: 32px;
    }

    .questions--home .questions__decoration {
        display: none;
    }
}

@media (max-width: 575.8px) {
    .questions--home {
        padding: 75px 0 0;
        background-color: var(--color-brand-violet);
        border-radius: 0;
    }

    .questions--home::before,
    .questions--home::after {
        display: block;
        content: '';
        background-color: var(--color-brand-magenta);
    }

    .questions--home::before {
        top: 45px;
        right: auto;
        bottom: auto;
        left: 0;
        width: calc(100% - 60px);
        height: 94px;
        border-radius: 24px 24px 0 0;
    }

    .questions--home::after {
        top: 138px;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: auto;
        border-radius: 0;
    }

    .questions--home .questions__inner {
        width: calc(100% - 40px);
        max-width: 350px;
        padding-inline: 0;
    }

    .questions--home .questions__heading {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: calc(100% - 40px);
        max-width: 350px;
        min-height: 96px;
        align-items: flex-start;
        margin-inline: auto;
        font-size: 24px;
    }

    .questions--home .questions__heading > span:first-child {
        margin-bottom: -20px;
    }

    .questions--home .questions__heading-accent {
        width: 253px;
        height: 87px;
    }

    .questions--home .questions__heading-accent > span {
        top: 32px;
        width: 253px;
        text-align: center;
    }

    .questions--home .questions__heading-accent img {
        top: -118px;
        left: -73px;
        width: 378px;
        height: 378px;
    }

    .questions--home .questions__panel {
        margin-top: 30px;
        padding: 40px 20px;
        border-radius: 0 34px 34px 34px;
    }

    .questions--home .questions__list {
        gap: 40px;
    }

    .questions--home .questions__item-title {
        margin-bottom: 14px;
        font-size: 22px;
    }

    .questions--home .questions__item-answer {
        font-size: 16px;
        line-height: 1.2;
    }

    .questions--home .questions__tour-link {
        gap: 20px;
        width: 100%;
        margin-top: 40px;
        font-size: 18px;
    }

    .questions--home .questions__tour-link .round-link__circle {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
    }

    .questions--home .questions__tour-link .round-link__icon-box {
        width: 28px;
        height: 28px;
    }

    .questions--home .questions__tour-link .round-link__text {
        width: calc(100% - 74px);
    }

    .questions--home .questions__decoration {
        top: auto;
        right: auto;
        bottom: -100px;
        left: 70%;
        display: block;
        width: calc(100% - 40px);
        max-width: 350px;
        height: auto;
        aspect-ratio: 434 / 426;
        transform: translateX(-50%);
    }

    .questions--home .questions__decoration img {
        top: -23%;
        left: -7%;
        width: 152%;
        height: auto;
        max-width: none;
        opacity: 0.3;
        mix-blend-mode: color-burn;
    }
}

/* Home tour application form */
.home-tour-form {
    position: relative;
    z-index: 2;
    min-height: 1097px;
    overflow: visible;
    background-image: linear-gradient(
        to bottom,
        var(--color-brand-magenta) 0,
        var(--color-brand-magenta) 383px,
        var(--color-brand-violet) 383px,
        var(--color-brand-violet) 100%
    );
}

.home-tour-form::after {
    position: absolute;
    z-index: 0;
    top: 383px;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: linear-gradient(
        to right,
        transparent calc(100% - 1px),
        rgba(255, 255, 255, 0.3) calc(100% - 1px)
    );
    background-size: 20% 100%;
    pointer-events: none;
}

.home-tour-form__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    align-items: start;
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
}

.home-tour-form__aside {
    min-width: 0;
}

.home-tour-form__card {
    position: relative;
    min-width: 0;
    margin-top: 60px;
    overflow: visible;
    background-color: var(--color-white);
    border-radius: 0 0 34px;
}

.home-tour-form__decoration-layer {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.home-tour-form__decoration {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.home-tour-form__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 100px 0;
}

.home-tour-form__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-tour-form__title {
    margin: 0;
    color: var(--color-brand-magenta);
    font-family: var(--font-heading);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-tour-form__title span {
    display: block;
}

.home-tour-form__description {
    margin: 0;
    color: var(--color-brand-violet);
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.home-tour-form__fields,
.home-tour-form__fields .wpcf7,
.home-tour-form__form {
    width: 100%;
}

.home-tour-form__form .coursetour__section {
    margin: 0;
}

.home-tour-form__form .coursetour__section > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 30px;
    margin: 0;
}

.home-tour-form__form .coursetour__section > .row > .col-lg-10 {
    width: 100%;
    max-width: none;
    padding: 0;
}

.home-tour-form__form .col-lg-10 > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.home-tour-form__form .col-lg-6,
.home-tour-form__form .col-12 {
    width: auto;
    max-width: none;
    padding: 0;
}

.home-tour-form__form.admissionform .coursetour__inputfield {
    position: relative;
    margin: 0;
}

.home-tour-form__form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.home-tour-form__form input:not([type='submit']),
.home-tour-form__form select {
    display: block;
    width: 100%;
    min-height: 60px;
    height: 60px;
    padding: 19px 20px;
    color: var(--color-brand-violet);
    background-color: var(--color-white);
    border: 1px solid var(--color-brand-violet);
    border-radius: 34px 34px 34px 0;
    box-shadow: none;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    outline: none;
    transition:
        border-color 0.3s,
        box-shadow 0.3s;
}

.home-tour-form__form select {
    padding-right: 42px;
}

.home-tour-form__form input:not([type='submit']):focus,
.home-tour-form__form select:focus {
    border-color: var(--color-brand-green);
    box-shadow: 0 0 0 2px rgba(75, 173, 59, 0.18);
}

.home-tour-form__form .jq-selectbox {
    display: block;
    width: 100%;
    color: var(--color-brand-violet);
    font-family: var(--font-body);
}

.home-tour-form__form .jq-selectbox__select {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 60px;
    height: 60px;
    padding: 0 48px 0 20px;
    background-color: var(--color-white) !important;
    border: 1px solid var(--color-brand-violet) !important;
    border-radius: 34px 34px 34px 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    transition:
        border-color 0.3s,
        box-shadow 0.3s;
}

.home-tour-form__form .jq-selectbox.focused .jq-selectbox__select,
.home-tour-form__form .jq-selectbox.opened .jq-selectbox__select {
    border-color: var(--color-brand-green) !important;
    box-shadow: 0 0 0 2px rgba(75, 173, 59, 0.18);
}

.home-tour-form__form .jq-selectbox__select-text {
    width: 100%;
    color: var(--color-brand-violet);
    line-height: 1.2;
    text-shadow: none;
}

.home-tour-form__form .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    background: none;
    border: 0;
    transform: none;
}

.home-tour-form__form .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--color-brand-violet);
    border-bottom: 2px solid var(--color-brand-violet);
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s;
}

.home-tour-form__form .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    transform: translateY(-30%) rotate(225deg);
}

.home-tour-form__form .jq-selectbox__dropdown {
    z-index: 30;
    width: 100%;
    margin: 8px 0 0;
    padding: 8px;
    background-color: var(--color-white);
    border: 1px solid var(--color-brand-violet);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(39, 33, 100, 0.18);
    font-size: 15px;
    line-height: 1.25;
}

.home-tour-form__form .jq-selectbox__search {
    margin-bottom: 8px;
}

.home-tour-form__form .jq-selectbox__search input {
    width: 100%;
    min-height: 44px;
    height: 44px;
    padding: 10px 14px;
    color: var(--color-brand-violet);
    background-color: var(--color-form-field);
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: none;
    font-family: var(--font-body);
    font-size: 15px;
    outline: none;
}

.home-tour-form__form .jq-selectbox__search input:focus {
    border-color: var(--color-brand-green);
}

.home-tour-form__form .jq-selectbox__not-found {
    padding: 10px 12px;
    color: var(--color-brand-magenta);
}

.home-tour-form__form .jq-selectbox__dropdown ul {
    max-height: 280px !important;
    margin: 0;
    padding: 0;
    scrollbar-color: var(--color-brand-green) transparent;
    scrollbar-width: thin;
}

.home-tour-form__form .jq-selectbox__dropdown li {
    min-height: 38px;
    padding: 9px 12px;
    color: var(--color-brand-violet);
    border-radius: 8px;
    cursor: pointer;
    white-space: normal;
}

.home-tour-form__form .jq-selectbox__dropdown li:hover:not(.disabled) {
    color: var(--color-white);
    background-color: var(--color-brand-violet);
}

.home-tour-form__form .jq-selectbox__dropdown li.selected:not(.disabled) {
    color: var(--color-white);
    background-color: var(--color-brand-green);
}

.datepicker-dropdown.home-tour-datepicker {
    z-index: 9999 !important;
    width: 320px;
    max-width: calc(100vw - 32px);
    padding: 14px;
    color: var(--color-brand-violet);
    background-color: var(--color-white);
    border: 1px solid var(--color-brand-violet);
    border-radius: 24px 24px 24px 0;
    box-shadow: 0 18px 45px rgba(39, 33, 100, 0.22);
    font-family: var(--font-body);
}

.datepicker-dropdown.home-tour-datepicker::before,
.datepicker-dropdown.home-tour-datepicker::after {
    display: none;
}

.datepicker-dropdown.home-tour-datepicker table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

.datepicker-dropdown.home-tour-datepicker td,
.datepicker-dropdown.home-tour-datepicker th {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}

.datepicker-dropdown.home-tour-datepicker thead th {
    color: var(--color-brand-magenta);
}

.datepicker-dropdown.home-tour-datepicker thead .datepicker-switch {
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
}

.datepicker-dropdown.home-tour-datepicker thead .prev,
.datepicker-dropdown.home-tour-datepicker thead .next {
    color: var(--color-brand-violet);
    border-radius: 50%;
    font-size: 20px;
}

.datepicker-dropdown.home-tour-datepicker thead .datepicker-switch:hover,
.datepicker-dropdown.home-tour-datepicker thead .prev:hover,
.datepicker-dropdown.home-tour-datepicker thead .next:hover,
.datepicker-dropdown.home-tour-datepicker table tr td.day:hover,
.datepicker-dropdown.home-tour-datepicker table tr td.focused {
    background-color: var(--color-form-field);
}

.datepicker-dropdown.home-tour-datepicker table tr td.old,
.datepicker-dropdown.home-tour-datepicker table tr td.new {
    color: var(--color-neutral-light);
}

.datepicker-dropdown.home-tour-datepicker table tr td.today,
.datepicker-dropdown.home-tour-datepicker table tr td.today:hover {
    color: var(--color-white);
    background-color: var(--color-brand-green);
    background-image: none;
}

.datepicker-dropdown.home-tour-datepicker table tr td.active,
.datepicker-dropdown.home-tour-datepicker table tr td.active:hover,
.datepicker-dropdown.home-tour-datepicker table tr td.active.disabled,
.datepicker-dropdown.home-tour-datepicker table tr td.active.disabled:hover,
.datepicker-dropdown.home-tour-datepicker table tr td span.active,
.datepicker-dropdown.home-tour-datepicker table tr td span.active:hover {
    color: var(--color-white);
    background-color: var(--color-brand-violet) !important;
    background-image: none !important;
    text-shadow: none;
}

.datepicker-dropdown.home-tour-datepicker table tr td span {
    border-radius: 14px;
}

.datepicker-dropdown.home-tour-datepicker table tr td span:hover,
.datepicker-dropdown.home-tour-datepicker table tr td span.focused {
    background-color: var(--color-form-field);
}

.home-tour-form__form .jq-selectbox__dropdown li.disabled {
    min-height: 0;
    margin-top: 6px;
    padding: 8px 12px;
    color: var(--color-brand-magenta);
    background-color: rgba(150, 18, 80, 0.07);
    cursor: default;
    font-weight: 600;
}

.home-tour-form__form .jq-selectbox__dropdown li.disabled:first-child {
    display: none;
}

.home-tour-form__form .text-center {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-end;
    width: calc(100% + 100px);
    margin-top: 8px;
    margin-right: -100px;
}

.home-tour-form__form .submitbtn {
    min-width: 0;
    min-height: 74px;
    margin: 0;
    padding: 20px 40px 20px 90px;
    color: var(--color-white);
    background-color: var(--color-brand-green);
    background-image: url('../../../img/svg/home-tour-submit-arrow.svg');
    background-repeat: no-repeat;
    background-position: 40px center;
    background-size: 34px 34px;
    border: 0;
    border-radius: 34px 0 34px;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    transform: none;
    transition: background-color 0.3s;
}

.home-tour-form__form .submitbtn:hover {
    color: var(--color-white);
    background-color: var(--color-brand-green-hover);
}

.home-tour-form__form .wpcf7-spinner {
    position: static;
    align-self: center;
    margin: 0 0 0 12px;
}

.home-tour-form__form .wpcf7-not-valid-tip {
    top: 100%;
    left: 20px;
    color: var(--color-brand-magenta);
    font-size: 12px;
}

.home-tour-form__media {
    position: relative;
    min-width: 0;
    height: 450px;
    aspect-ratio: auto;
    margin: 0;
    overflow: hidden;
    background-color: var(--color-neutral-light);
    border-radius: 34px 34px 34px 0;
}

.home-tour-form__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-tour-form__media-link {
    margin: 40px 0 0 150px;
}

@media (max-width: 1199.8px) {
    .home-tour-form {
        min-height: 980px;
    }

    .home-tour-form__content {
        padding-inline: 60px;
    }

    .home-tour-form__title {
        font-size: 38px;
    }

    .home-tour-form__description {
        font-size: 17px;
    }

    .home-tour-form__form .text-center {
        width: calc(100% + 60px);
        margin-right: -60px;
    }
}

/* Home tour application form details */
.home-tour-form__details-toggle {
    display: flex;
    max-width: 100%;
    gap: 20px;
    align-items: center;
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.home-tour-form__details-icon {
    display: block;
    width: 31px;
    height: 17px;
    flex: 0 0 auto;
    transition: transform 0.3s ease;
}

.home-tour-form__details-toggle[aria-expanded='true'] .home-tour-form__details-icon {
    transform: rotate(180deg);
}

.home-tour-form__details[hidden] {
    display: none;
}

.home-tour-form__details {
    width: 584px;
    max-width: 100%;
    overflow: hidden;
    color: var(--color-brand-violet);
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.home-tour-form__details.is-animating {
    transition:
        height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease;
    will-change: height, opacity;
}

@media (prefers-reduced-motion: reduce) {
    .home-tour-form__details.is-animating {
        transition: none;
    }
}

.home-tour-form__details ul {
    margin: 0;
    padding: 0;
}

.home-tour-form__details li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 30px;
    list-style: none;
}

.home-tour-form__details li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    content: '';
    background-color: var(--color-brand-violet);
    border-radius: 50%;
}

.home-tour-form__details li li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-tour-form__details li li::before {
    width: 4px;
    height: 4px;
}

.home-tour-form__details p {
    margin: 0 0 10px;
}

.home-tour-form__form .coursetour__section + .coursetour__section {
    margin-top: 40px;
}

.home-tour-form__form .coursetour__title {
    margin: 0 0 30px;
    color: var(--color-brand-magenta);
    font-family: var(--font-body);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.home-tour-form__form .coursetour__title::after {
    display: none;
    content: none;
}

.home-tour-form__form .coursetour__section > .row > [class*='col-'] {
    width: auto;
    max-width: none;
    padding: 0;
}

.home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(4) {
    grid-column: 1;
    grid-row: 3;
}

.home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(5) {
    grid-column: 2;
    grid-row: 3;
}

.home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(6) {
    grid-column: 2;
    grid-row: 2;
}

.home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(6) .coursetour__inputfield::after {
    display: block;
    height: 17px;
    margin-top: 10px;
    content: '';
}

.home-tour-form__form .coursetour__section + .coursetour__section > .row > :nth-child(5),
.home-tour-form__form .coursetour__section + .coursetour__section > .row > .text-center {
    grid-column: 1 / -1;
}

.home-tour-form__form .coursetour__inputfield > label:first-child {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    left: 20px;
    height: 60px;
    margin: 0;
    padding-inline-end: 16px;
    color: var(--color-brand-violet);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.home-tour-form__form .coursetour__inputfield:focus-within > label:first-child,
.home-tour-form__form .coursetour__inputfield.has-value > label:first-child {
    opacity: 0;
}

.home-tour-form__form input[type='date'] {
    padding-right: 48px;
}

.home-tour-form__form input[type='date']::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.home-tour-form__form .datepickwrap {
    position: relative;
}

.home-tour-form__form .calendaricon {
    right: 20px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.home-tour-form__form .infotext {
    min-height: 17px;
    margin: 10px 10px 0;
    color: var(--color-brand-magenta);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 991.8px) {
    .home-tour-form {
        min-height: 900px;
        padding-bottom: 100px;
        background-image: linear-gradient(
            to bottom,
            var(--color-brand-magenta) 0,
            var(--color-brand-magenta) 300px,
            var(--color-brand-violet) 300px,
            var(--color-brand-violet) 100%
        );
    }

    .home-tour-form::after {
        top: 300px;
    }

    .home-tour-form__layout {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 60px;
    }

    .home-tour-form__aside {
        order: -1;
        width: calc(100% - 80px);
        max-width: 680px;
    }

    .home-tour-form__card {
        width: calc(100% - 80px);
        max-width: 680px;
        margin-top: 0;
    }

    .home-tour-form__media {
        width: 100%;
        height: auto;
        aspect-ratio: 34 / 25;
    }

    .home-tour-form__content {
        gap: 30px;
        padding-top: 40px;
        padding-inline: 40px;
    }

    .home-tour-form__title {
        font-size: 32px;
    }

    .home-tour-form__description {
        font-size: 15px;
    }

    .home-tour-form__form .col-lg-10 > .row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-tour-form__form .coursetour__section > .row {
        gap: 16px 20px;
    }

    .home-tour-form__form .coursetour__inputfield > label:first-child,
    .home-tour-form__form input:not([type='submit']) {
        font-size: 14px;
    }

    .home-tour-form__form .text-center {
        width: calc(100% + 40px);
        margin-top: 6px;
        margin-right: -40px;
    }
}

@media (max-width: 767.8px) {
    .home-tour-form {
        min-height: 0;
        padding: 0 20px 80px;
        background-color: var(--color-brand-violet);
        background-image: none;
    }

    .home-tour-form::after {
        top: 0;
    }

    .home-tour-form__layout {
        align-items: flex-start;
        gap: 0;
        padding-top: 62px;
        background-color: var(--color-brand-violet);
    }

    .home-tour-form__layout::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 62px;
        content: '';
        background-color: var(--color-brand-magenta);
    }

    .home-tour-form__aside {
        position: relative;
        display: block;
        width: calc(100% - 50px);
        margin: 0;
    }

    .home-tour-form__aside::after {
        position: absolute;
        top: 0;
        right: -50px;
        bottom: 0;
        width: 50px;
        content: '';
        background-color: var(--color-brand-magenta);
    }

    .home-tour-form__card {
        width: 100%;
        max-width: 100%;
        border-radius: 0 0 24px;
    }

    .home-tour-form__content,
    .home-tour-form__header,
    .home-tour-form__details-toggle,
    .home-tour-form__description,
    .home-tour-form__details {
        min-width: 0;
    }

    .home-tour-form__details {
        overflow-wrap: anywhere;
    }

    .home-tour-form__media {
        margin: 0;
        border-radius: 24px 24px 0 0;
    }

    .home-tour-form__media img {
        border-radius: 24px 24px 0 0;
    }

    .home-tour-form__content {
        gap: 40px;
        padding: 44px 24px 0;
    }

    .home-tour-form__details-toggle {
        align-items: flex-start;
    }

    .home-tour-form__details,
    .home-tour-form__description {
        font-size: 16px;
    }

    .home-tour-form__title {
        font-size: 34px;
    }

    .home-tour-form__form .coursetour__section > .row {
        grid-template-columns: 1fr;
    }

    .home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(n),
    .home-tour-form__form .coursetour__section + .coursetour__section > .row > :nth-child(n) {
        grid-column: 1;
        grid-row: auto;
    }

    .home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(6) .coursetour__inputfield::after {
        display: none;
    }

    .home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(1) {
        grid-row: 1;
    }

    .home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(2) {
        grid-row: 2;
    }

    .home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(3) {
        grid-row: 3;
    }

    .home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(6) {
        grid-row: 4;
    }

    .home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(4) {
        grid-row: 5;
    }

    .home-tour-form__form .coursetour__section:first-of-type > .row > :nth-child(5) {
        grid-row: 6;
    }

    .home-tour-form__form .text-center {
        width: calc(100% + 24px);
        margin-right: -24px;
    }

    .home-tour-form__media-link {
        margin-top: 30px;
        margin-inline: auto;
    }
}

@media (max-width: 575.8px) {
    .home-tour-form {
        padding: 0 0 67px;
    }

    .home-tour-form::after {
        content: none;
    }

    .home-tour-form__card {
        border-radius: 0 24px 24px 0;
    }

    .home-tour-form__card::before {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 24px;
        height: 24px;
        content: '';
        background-image: radial-gradient(circle at bottom left, transparent 24px, var(--color-brand-magenta) 24px);
        pointer-events: none;
    }

    .home-tour-form__aside {
        background-color: var(--color-brand-magenta);
    }

    .home-tour-form__content {
        padding: 60px 20px 0;
    }

    .home-tour-form__title {
        font-size: 24px;
    }

    .home-tour-form__details-icon {
        box-sizing: border-box;
        width: 35px;
        height: 35px;
        margin-top: 0;
        padding: 11px 5px;
    }

    .home-tour-form__details,
    .home-tour-form__description {
        font-size: 18px;
    }

    .home-tour-form__form select {
        min-height: 56px;
        height: 56px;
        padding: 17px 18px;
        border-radius: 28px 28px 28px 0;
        font-size: 15px;
    }

    .home-tour-form__form .jq-selectbox__select {
        min-height: 56px;
        height: 56px;
        padding-right: 46px;
        padding-left: 18px;
        border-radius: 28px 28px 28px 0;
        font-size: 15px;
    }

    .home-tour-form__form .jq-selectbox__dropdown {
        top: 64px !important;
        bottom: auto !important;
        margin-top: 0;
        border-radius: 14px;
    }

    .home-tour-form__form .jq-selectbox__dropdown ul {
        max-height: 200px !important;
    }

    .home-tour-form__form .coursetour__section > .row {
        gap: 20px;
    }

    .home-tour-form__form .coursetour__title {
        margin-bottom: 20px;
        padding-bottom: 0;
        font-size: 24px;
    }

    .home-tour-form__form input:not([type='submit']) {
        min-height: 59px;
        height: 59px;
        font-size: 16px;
    }

    .home-tour-form__form .calendaricon {
        background-image: url('../../../img/svg/home-tour-calendar.svg');
        background-size: 20px 20px;
    }

    .home-tour-form__form .coursetour__section + .coursetour__section > .row > :nth-child(2) .calendaricon {
        display: none;
    }

    .home-tour-form__form .infotext {
        margin-inline: 20px;
    }

    .home-tour-form__form .text-center {
        position: relative;
        left: 20px;
        width: 100%;
        margin-top: 24px;
        margin-right: 0;
    }

    .home-tour-form__form .submitbtn {
        width: 100%;
        max-width: 318px;
        border-radius: 24px 0 24px;
    }

    .home-tour-form__form .text-center .wpcf7-spinner {
        position: absolute;
        top: 50%;
        right: 330px;
        margin: 0;
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    .home-tour-form__content {
        padding-bottom: 102px;
    }

    .home-tour-form__form {
        position: static;
    }

    .home-tour-form__form .text-center {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        margin: 0;
    }

    .home-tour-form__form .text-center .wpcf7-spinner {
        position: absolute;
        top: 50%;
        right: calc(100% + 12px);
        margin: 0;
        transform: translateY(-50%);
    }
}

/* Home info redesign */
.info--home {
    position: relative;
    z-index: 1;
    min-height: 665px;
    padding: 140px 0;
    overflow: hidden;
    color: var(--color-white);
    background-color: var(--color-brand-violet);
    isolation: isolate;
}

.info--home .info__corner-decoration {
    position: absolute;
    z-index: -1;
    top: 26px;
    right: clamp(30px, 6.18vw, 89px);
    display: block;
    width: 169px;
    height: 169px;
    background-color: var(--color-brand-green);
    -webkit-mask-image: url('../../../img/svg/info-corner-arrow.svg');
    mask-image: url('../../../img/svg/info-corner-arrow.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.info--home .info__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding: 0 100px;
}

.info--home .info__heading {
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.2;
}

.info--home .info__heading-main {
    display: block;
    font-size: 45px;
    text-transform: uppercase;
}

.info--home .info__heading-word {
    display: inline-block;
}

.info--home .heading-accent {
    margin-top: 12px;
    text-transform: none;
}

.info--home .info__description {
    max-width: 500px;
    padding-top: 10px;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.info--home .info__actions {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: 28px;
}

@media (max-width: 1199.8px) {
    .info--home {
        padding: 120px 0;
    }

    .info--home .info__inner {
        padding: 0 60px;
    }

    .info--home .info__heading {
        width: auto;
    }

    .info--home .info__heading-main {
        font-size: 40px;
    }

    .info--home .info__description {
        width: auto;
        font-size: 18px;
    }

    .info--home .info__actions {
        gap: 50px;
    }
}

@media (max-width: 991.8px) {
    .info--home {
        min-height: 0;
        padding: 100px 0;
    }

    .info--home .info__corner-decoration {
        right: 60px;
        width: 120px;
        height: 120px;
    }

    .info--home .info__inner {
        padding: 0 40px;
    }

    .info--home .info__heading {
        width: auto;
    }

    .info--home .info__description {
        width: min(600px, 100%);
        min-height: 0;
        padding-top: 0;
    }

    .info--home .info__actions {
        align-items: center;
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
    }

    .info--home .info__actions .round-link {
        order: -1;
    }
}

@media (min-width: 576px) and (max-width: 1199.8px) {
    .info--home .info__corner-decoration {
        right: 80px;
    }
}

@media (max-width: 767.8px) {
    .info--home {
        padding: 80px 0;
    }

    .info--home .info__inner {
        padding: 0 24px;
    }

    .info--home .info__heading-main {
        font-size: 36px;
    }

    .info--home .heading-accent {
        min-height: 80px;
        font-size: 46px;
    }

    .info--home .info__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 45px;
    }
}

@media (max-width: 575px) {
    .info--home {
        padding: 100px 0 52px;
    }

    .info--home .vertical-grid::before {
        left: calc(100% / 3);
        width: calc(100% / 3);
        border-right: 1px solid var(--vertical-grid-line-color);
    }

    .info--home .info__corner-decoration {
        top: 54px;
        right: 20px;
        width: 100px;
        height: 100px;
    }

    .info--home .info__grid {
        top: 16px;
    }

    .info--home .info__inner {
        padding: 0 20px;
    }

    .info--home .heading-copy__layout {
        gap: 14px;
    }

    .info--home .info__heading-main {
        max-width: 307px;
        font-size: 24px;
    }

    .info--home .info__heading-word:nth-child(1),
    .info--home .info__heading-word:nth-child(2) {
        display: block;
    }

    .info--home .heading-accent {
        width: 158px;
        min-height: 45px;
        margin-top: 5px;
        padding: 6px 12px 8px;
        font-size: 24px;
    }

    .info--home .info__description {
        max-width: 350px;
        font-size: 15px;
    }

    .info--home .info__actions {
        align-items: flex-end;
        gap: 30px;
        margin-top: 30px;
    }

    .info--home .round-link {
        margin-right: 20px;
        font-size: 18px;
    }

    .info--home .round-link__circle {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
    }

    .info--home .round-link__icon-box {
        width: 28px;
        height: 28px;
    }

    .info--home .round-link__text {
        width: 105px;
    }

    .info--home + .media-panel--specialty {
        margin-top: 0;
    }

    .media-panel--specialty .pill-link {
        gap: 16px;
        min-height: 74px;
        padding: 20px 40px;
        border-radius: 24px 0 24px 0;
        font-size: 18px;
    }
}

/* Homepage universities */

/* Home universities */
.university--home {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 884px;
    margin: 0;
    padding: 60px 0 0;
    color: var(--color-white);
    background: linear-gradient(
        to bottom,
        var(--color-brand-violet) 0,
        var(--color-brand-violet) 115px,
        var(--color-brand-magenta) 115px,
        var(--color-brand-magenta) 100%
    );
}

.university--home::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 60%;
    height: 115px;
    content: '';
    background-color: var(--color-brand-magenta);
    border-radius: 34px 34px 0 0;
}

.university--home .vertical-grid {
    z-index: 2;
    bottom: auto;
    height: 115px;
    clip-path: inset(0 0 0 calc(60% + 1px));
}

.university--home .university__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    min-width: 0;
    max-width: 1440px;
    margin-inline: auto;
    padding: 0 100px;
}

.university--home .university__heading {
    position: relative;
    width: 444px;
    height: 105px;
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.university--home .university__heading-main {
    position: relative;
    z-index: 1;
    display: block;
    white-space: nowrap;
}

.university--home .university__heading-accent {
    position: absolute;
    z-index: 0;
    top: 24px;
    left: 0;
    display: flex;
    width: 444px;
    height: 140px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 43px;
    overflow: visible;
    white-space: nowrap;
}

.university--home .university__heading-accent > span {
    position: relative;
    z-index: 1;
}

.university--home .university__heading-oval {
    position: absolute;
    z-index: 0;
    top: -218px;
    left: -120px;
    display: block;
    width: 675px;
    height: 675px;
    max-width: none;
    transform: rotate(12deg);
}

.university--home .university__slider-wrap {
    position: relative;
    margin-top: 88px;
}

.university--home .university__slider {
    width: calc(100% + 40px);
    max-width: none;
    margin: 0 -20px;
}

.university--home .university__slider .slick-list {
    overflow: hidden;
}

.university--home .university__slide {
    padding: 0 23px;
}

.university--home .university__slide-item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 380px;
    height: 460px;
    margin-inline: auto;
    overflow: hidden;
    border-radius: 34px 34px 0 34px;
}

.university--home .university__slide-item:hover,
.university--home .university__slide-item:focus-visible {
    filter: none;
}

.university--home .university__slide-photo {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.university--home .university__slide-overlay {
    position: absolute;
    z-index: 1;
    top: -160px;
    left: -112px;
    display: block;
    width: 500px;
    height: 500px;
    max-width: none;
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
    transition:
        opacity 0.5s ease,
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.university--home .university__slide-content {
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 30px;
    display: flex;
    width: calc(100% - 60px);
    height: 230px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.university--home .university__slide-title {
    display: block;
    width: 100%;
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

.university--home .university__slide-arrow {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    border-radius: 50%;
}

.university--home .university__slide-arrow img {
    position: static;
    display: block;
    width: 36px;
    height: 36px;
    max-width: none;
    transform: rotate(45deg) scaleX(-1);
}

.university--home .university__slide-item:focus-visible .university__slide-overlay {
    opacity: 0.65;
    transform: scale(1.1);
}

@media (hover: hover) {
    .university--home .university__slide-item:hover .university__slide-overlay {
        opacity: 0.65;
        transform: scale(1.1);
    }
}

.university--home .university__cta {
    align-self: flex-end;
    width: 100%;
    max-width: 575px;
    margin-top: auto;
    margin-left: auto;
    padding: 20px 20px 10px;
    background-color: var(--color-brand-violet);
    border-radius: 34px 34px 0 0;
}

.university--home .university__pagination {
    display: none;
}

@media (max-width: 1199px) {
    .university--home .university__inner {
        padding: 0 60px;
    }

    .university--home .university__slide {
        padding: 0 16px;
    }

    .university--home .university__slide-item {
        height: 420px;
    }

    .university--home .university__slide-title {
        font-size: 22px;
    }

    .university--home .university-card__overlay {
        top: -228px;
        left: -137px;
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 991px) {
    .university--home .vertical-grid {
        display: none;
    }

    .university--home .university__inner {
        padding: 0 20px;
    }

    .university--home {
        display: block;
        min-height: 0;
        padding-top: 30px;
        padding-bottom: 0;
        overflow: hidden;
        background: linear-gradient(
            to bottom,
            var(--color-brand-violet) 0,
            var(--color-brand-violet) 90px,
            var(--color-brand-magenta) 90px,
            var(--color-brand-magenta) 100%
        );
    }

    .university--home::before {
        width: 70%;
        height: 90px;
        border-radius: 24px 24px 0 0;
    }

    .university--home .university__heading {
        width: 253px;
        height: 96px;
        font-size: 24px;
    }

    .university--home .university__heading-accent {
        top: 29px;
        left: 0;
        display: block;
        width: 253px;
        height: 87px;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

    .university--home .university__heading-oval {
        top: -118px;
        left: -73px;
        width: 378px;
        height: 378px;
    }

    .university--home .university__heading-accent > span {
        position: absolute;
        top: 32px;
        left: 0;
        width: 253px;
    }

    .university--home .university__slider-wrap {
        margin-top: 30px;
    }

    .university--home .university__slider {
        width: calc(100% + 40px);
        margin: 0;
    }

    .university--home .university__slide {
        width: 340px;
        padding: 0 20px 0 0;
    }

    .university--home .university-card {
        width: 320px;
        max-width: none;
        height: 400px;
        margin: 0;
        border-radius: 34px 34px 0 34px;
    }

    .university--home .university-card__content {
        top: 30px;
        left: 20px;
        width: 280px;
        height: 200px;
    }

    .university--home .university-card__title {
        font-size: 22px;
        font-weight: 600;
    }

    .university--home .university-card__arrow {
        width: 70px;
        height: 70px;
    }

    .university--home .university-card__arrow img {
        width: 36px;
        height: 36px;
    }

    .university--home .university__pagination {
        display: flex;
        width: 41px;
        height: 9px;
        align-items: center;
        justify-content: center;
        gap: 7px;
        margin-top: 20px;
        margin-inline: auto;
    }

    .university--home .university__pagination-dot {
        display: block;
        width: 9px;
        height: 9px;
        flex: 0 0 9px;
        background-color: var(--color-white);
        border-radius: 50%;
        opacity: 0.5;
    }

    .university--home .university__pagination-dot.is-active {
        opacity: 1;
    }

    .university--home .university__cta {
        width: 100%;
        max-width: none;
        height: 111px;
        margin-top: 60px;
        margin-left: 0;
        margin-right: 0;
        padding: 20px 20px 10px;
        border-radius: 34px 34px 0 0;
    }
}

/* Homepage admission stages */

.stages--home {
    position: relative;
    min-height: 833px;
    padding: 120px 0 235px;
    overflow: hidden;
    color: var(--color-white);
    background-color: var(--color-brand-violet);
}

.stages--home .stages__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 600px));
    gap: 37px;
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
}

.stages--home .stages__left {
    padding-top: 42px;
}

.stages--home .stages__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 280px));
    gap: 40px;
}

.stages--home .stages__card {
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
    color: var(--color-white);
    background-color: var(--color-brand-violet);
    border: 1px solid var(--color-white);
    border-radius: 34px 34px 34px 0;
}

.stages--home .stages__card-circle {
    position: absolute;
    top: 206px;
    left: 79px;
    width: 243px;
    height: 241px;
    background-color: var(--color-brand-green);
    border-radius: 50%;
}

.stages--home .stages__card--2 .stages__card-circle {
    background-color: var(--color-brand-magenta);
}

.stages--home .stages__card--3 .stages__card-circle {
    background-color: var(--color-brand-orange);
}

.stages--home .stages__card-copy {
    position: absolute;
    z-index: 1;
    top: 39px;
    left: 29px;
    width: 234px;
}

.stages--home .stages__card-title {
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.stages--home .stages__card-description {
    margin-top: 16px;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.stages--home .stages__card-description p {
    margin: 0;
}

.stages--home .stages__card-description p + p {
    margin-top: 10px;
}

.stages--home .stages__card-description span {
    color: inherit;
}

.stages--home .stages__card-number {
    position: absolute;
    z-index: 1;
    top: 221px;
    left: 172px;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
}

@media (prefers-reduced-motion: no-preference) {
    [data-stages-animation].is-stages-animation-ready .stages__card-circle,
    [data-stages-animation].is-stages-animation-ready .stages__card-number {
        opacity: 0;
        transform: translate(180px, 180px);
    }

    [data-stages-animation].is-stages-animation-ready.is-stages-animation-visible .stages__card-circle,
    [data-stages-animation].is-stages-animation-ready.is-stages-animation-visible .stages__card-number {
        animation: stages-number-in 850ms cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: calc(var(--stage-animation-index) * 180ms);
    }
}

@keyframes stages-number-in {
    from {
        opacity: 0;
        transform: translate(180px, 180px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.stages--home .stages__primary-link {
    margin-top: 20px;
    color: var(--color-brand-violet);
    background-color: var(--color-white);
}

.stages--home .stages__primary-link:hover,
.stages--home .stages__primary-link:focus-visible {
    color: var(--color-white);
    background-color: var(--color-brand-green);
}

.stages--home .stages__header {
    display: flex;
    align-items: center;
    gap: 50px;
}

.stages--home .stages__heading {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.stages--home .stages__heading span {
    display: block;
}

.stages--home .stages__tour-link {
    flex-shrink: 1;
}

.stages--home .stages__cards--last {
    margin-top: 40px;
}

@media (max-width: 1279px) {
    .stages--home {
        min-height: 0;
        padding: 80px 40px;
    }

    .stages--home .stages__inner {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .stages--home .stages__cards {
        width: 100%;
        max-width: 600px;
        gap: 20px;
        margin-inline: auto;
    }

    .stages--home .stages__header {
        order: -2;
        justify-content: space-between;
        gap: 30px;
    }

    .stages--home .stages__tour-link {
        flex-basis: auto;
    }

    .stages--home .stages__right {
        display: contents;
    }

    .stages--home .stages__left {
        display: contents;
        padding-top: 0;
    }

    .stages--home .stages__cards--first {
        order: -1;
    }

    .stages--home .stages__cards--last {
        margin-top: 0;
    }

    .stages--home .stages__primary-link {
        order: 1;
        margin-top: 0;
    }
}

@media (min-width: 576px) and (max-width: 1279px) {
    .stages--home .stages__header {
        display: contents;
    }

    .stages--home .stages__heading {
        order: -2;
        width: auto;
        flex-basis: auto;
        font-size: 36px;
    }

    .stages--home .stages__tour-link {
        order: 1;
        min-width: 0;
        align-self: center;
        justify-content: flex-end;
        width: 100%;
        max-width: 600px;
        gap: 16px;
        margin-inline: auto;
        font-size: 16px;
    }

    .stages--home .stages__tour-link .round-link__circle {
        flex-basis: 64px;
        width: 64px;
        height: 64px;
    }

    .stages--home .stages__tour-link .round-link__icon-box {
        width: 36px;
        height: 36px;
    }

    .stages--home .stages__tour-link .round-link__text {
        width: auto;
        max-width: 220px;
        flex: 0 1 220px;
        min-width: 0;
    }

    .stages--home .stages__primary-link {
        order: 2;
    }
}

@media (max-width: 767px) {
    .stages--home {
        padding: 60px 20px;
    }

    .stages--home .stages__header {
        align-items: flex-start;
    }

    .stages--home .stages__heading {
        flex-basis: auto;
        width: auto;
        font-size: 36px;
    }

    .stages--home .stages__tour-link {
        gap: 14px;
    }

    .stages--home .stages__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .stages--home .stages__card {
        height: 300px;
    }

    .stages--home .stages__card-copy {
        top: 28px;
        left: 22px;
        width: calc(100% - 44px);
    }

    .stages--home .stages__card-title {
        font-size: 24px;
    }

    .stages--home .stages__card-description {
        font-size: 17px;
    }

    .stages--home .stages__card-circle {
        top: 190px;
        left: 45%;
    }

    .stages--home .stages__card-number {
        top: 210px;
        right: 22px;
        left: auto;
        font-size: 82px;
    }
}

@media (max-width: 575px) {
    .stages--home {
        margin-top: 0;
        padding: 30px 0 25px;
    }

    .stages--home .stages__inner {
        gap: 0;
    }

    .stages--home .stages__header {
        display: contents;
    }

    .stages--home .stages__heading {
        order: 1;
        width: calc(100% - 40px);
        max-width: 350px;
        margin: 0 auto 30px;
        font-size: 24px;
    }

    .stages--home .stages__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 40px);
        max-width: 350px;
        gap: 20px;
        margin-inline: auto;
    }

    .stages--home .stages__cards--first {
        order: 2;
    }

    .stages--home .stages__cards--last {
        order: 3;
        margin-top: 20px;
    }

    .stages--home .stages__card {
        width: 100%;
        height: 210px;
        border-radius: 24px 24px 24px 0;
    }

    .stages--home .stages__card-copy {
        top: 22px;
        left: 15px;
        width: calc(100% - 30px);
    }

    .stages--home .stages__card-title {
        font-size: 18px;
    }

    .stages--home .stages__card-description {
        margin-top: 10px;
        font-size: 14px;
    }

    .stages--home .stages__card-circle {
        top: 139px;
        left: 53px;
        width: 160px;
        height: 160px;
    }

    .stages--home .stages__card-number {
        top: 153px;
        right: auto;
        left: 113px;
        font-size: 46px;
    }

    .stages--home .stages__tour-link {
        order: 4;
        align-self: center;
        justify-content: flex-end;
        width: calc(100% - 40px);
        max-width: 350px;
        gap: 20px;
        margin: 30px auto 0;
        font-size: 18px;
    }

    .stages--home .stages__tour-link .round-link__circle {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
    }

    .stages--home .stages__tour-link .round-link__icon-box {
        width: 28px;
        height: 28px;
    }

    .stages--home .stages__tour-link .round-link__text {
        display: block;
        width: 165px;
    }

    .stages--home .stages__primary-link {
        order: 5;
        width: calc(100% - 40px);
        max-width: 350px;
        min-height: 66px;
        margin: 30px auto 0;
        color: var(--color-brand-violet);
        background-color: var(--color-white);
        font-size: 22px;
    }
}

@media (max-width: 375px) {
    .stages--home .stages__card-title {
        font-size: 16px;
    }
}
