.mol-prof-new {
    --mp-blue: #0400ff;
    --mp-lime: #d6ff00;
    --mp-cyan: #bdf7f2;
    --mp-ink: #050505;
    --mp-muted: #5c5c5c;
    --mp-line: #111111;
    --mp-font: "Golos Text", Arial, sans-serif;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    color: var(--mp-ink);
    font-family: var(--mp-font);
}

/* Page shell and background */
.mol-prof-new .mp26-hero,
.mol-prof-new .mp26-intro,
.mol-prof-new iframe {
    position: relative;
    z-index: 1;
}

.mp-new-bg {
    background: url("/assets/images/app/mp/mp-background.png") no-repeat;
    background-size: 100% 100%;
}

.mol-prof-new .mp26-logo {
    width: 75%;
}

/* Hero */
.mol-prof-new .mp26-hero {
    min-height: 760px;
    padding: 84px 70px;
}

.mol-prof-new .mp26-hero::before {
    content: "";
    position: absolute;
    left: max(42px, calc((100vw - 1640px) / 2 + 58px));
    top: 256px;
    width: 44px;
    height: 44px;
    background: var(--mp-lime);
    clip-path: polygon(50% 0, 62% 35%, 100% 18%, 74% 50%, 100% 82%, 62% 65%, 50% 100%, 38% 65%, 0 82%, 26% 50%, 0 18%, 38% 35%);
    z-index: -1;
}

.mol-prof-new .mp26-lang {
    position: absolute;
    top: 42px;
    right: 35px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mol-prof-new .mp26-lang-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--mp-ink);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.mol-prof-new .mp26-lang-link img {
    width: 30px;
    height: auto;
}

.mol-prof-new .mp26-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 160px;
}

.mol-prof-new .mp26-nav a {
    color: var(--mp-blue);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.mol-prof-new .mp26-eyebrow {
    width: fit-content;
    margin: 0 0 8px 92px;
    color: var(--mp-ink);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1;
}

.mol-prof-new .mp26-cta-row {
    display: flex;
    align-items: center;
    gap: 3rem;
    max-width: 800px;
}

.mol-prof-new h1 {
    margin: 0;
    color: var(--mp-ink);
    font-size: clamp(76px, 7.1vw, 100px);
    font-weight: 500;
    line-height: .9;
    letter-spacing: 0;
}

.mol-prof-new .mp26-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    min-width: 270px;
    min-height: 72px;
    margin-top: 20px;
    padding: 0 24px;
    border: 0;
    border-radius: 0;
    background: var(--mp-blue);
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.mol-prof-new .mp26-primary-btn span,
.mol-prof-new #events .btn {
    position: relative;
}

.mol-prof-new .mp26-primary-btn span::after,
.mol-prof-new #events .btn::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;

    width: 52px;
    height: 2px;
    background: #fff;

    transform: translateY(-50%);
}

.mol-prof-new .mp26-primary-btn span::before,
.mol-prof-new #events .btn::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;

    width: 10px;
    height: 10px;

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;

    transform: translateY(-50%) rotate(45deg);
}

.mol-prof-new .mp26-date {
    max-width: 540px;
    padding-left: 28px;
    border-left: 4px solid var(--mp-blue);
}

.mol-prof-new .mp26-date strong,
.mol-prof-new .mp26-date span {
    display: block;
}

.mol-prof-new .mp26-date strong {
    font-size: 28px;
    line-height: 1;
}

.mol-prof-new .mp26-date span {
    margin-top: 4px;
    color: var(--mp-muted);
    font-size: 18px;
    line-height: 1.25;
}

/* Intro and competition summary */
.mol-prof-new .mp26-intro {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 44px 92px !important;
    color: var(--mp-ink) !important;
}

.mol-prof-new .mp26-question-title {
    width: fit-content;
    margin: 0 !important;
    padding: 0;
    border-radius: inherit;
    color: var(--mp-blue) !important;
    font-size: 24px;
    font-weight: 900 !important;
    line-height: .96;
}

.mol-prof-new .mp26-question-icon {
    position: absolute;
    left: 100px;
    bottom: 0;
    top: auto;
    width: 200px;
    z-index: 2;
}

.mol-prof-new .mp26-feature-list {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.mol-prof-new .mp26-layer-front {
    z-index: 2;
}

.mol-prof-new .mp26-card-heading {
    line-height: 1;
}

.mol-prof-new .mp26-card-body {
    line-height: 1.3;
}

.mol-prof-new .mp26-info-badge {
    margin-bottom: 75px;
}

.mol-prof-new .mp26-info-badge-title {
    width: 200px;
    height: fit-content;
    border-radius: 50px;
}

.mol-prof-new .mp26-info-badge-text {
    width: fit-content;
    height: fit-content;
    top: 50px;
    left: 50%;
    border-radius: 50px;
    transform: translate(-50%, 0);
}

.mol-prof-new .mp26-nowrap {
    text-wrap: nowrap;
}

.mol-prof-new .mp26-rinc-text {
    width: 280px;
}

/* Intro composition */
.mol-prof-new .mp26-intro-layout {
    min-height: 560px;
    align-items: start;
    margin-bottom: 70px;
}

.mol-prof-new .mp26-question {
    width: 330px;
    flex: 0 0 330px;
}

.mol-prof-new .mp26-question .mp26-question-icon {
    left: 285px !important;
    width: 130px !important;
    bottom: -42px !important;
}

.mol-prof-new .mp26-intro-layout > .col-lg-2,
.mol-prof-new .mp26-intro-layout > .col-lg-3 {
    width: 240px;
    flex: 0 0 240px;
    padding-left: 28px;
}

.mol-prof-new .mp26-intro-layout > .col-lg-2 img,
.mol-prof-new .mp26-intro-layout > .col-lg-3 img {
    display: none;
}

.mol-prof-new .mp26-intro-layout p {
    color: var(--mp-muted);
    font-size: 13px;
    line-height: 1.25;
}

.mol-prof-new .mp26-intro-layout p.fw-bold {
    color: var(--mp-ink) !important;
    font-size: 13px;
}

.mol-prof-new .kontur_1,
.mol-prof-new .kontur_2,
.mol-prof-new .kontur_3,
.mol-prof-new .kontur_4,
.mol-prof-new .figure-2,
.mol-prof-new .mp26-competition-layout > img {
    display: none !important;
}

/* Competition cards */
.mol-prof-new .mp26-competition-layout {
    min-height: 590px;
    margin-top: -630px !important;
    margin-bottom: 80px !important;
    padding-left: 410px;
}

.mol-prof-new .mp26-competition-spacer {
    display: none;
}

.mol-prof-new .mp26-competition-card {
    width: 47%;
    flex: 0 0 47%;
    margin-top: 0 !important;
    padding: 0 22px;
}

.mol-prof-new .mp26-competition-meta {
    width: 100%;
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 78px;
    margin-top: 80px !important;
}

.mol-prof-new .mp26-competition-layout .bg-warning,
.mol-prof-new .mp26-competition-layout .bg-light {
    background: transparent !important;
}

.mol-prof-new .mp26-competition-layout .bg-warning {
    height: auto;
    color: var(--mp-ink) !important;
}

.mol-prof-new .mp26-competition-layout .bg-light {
    padding: 0 !important;
    color: var(--mp-blue) !important;
}

.mol-prof-new .mp26-competition-layout h4,
.mol-prof-new .mp26-competition-layout h5 {
    color: inherit !important;
    font-weight: 900 !important;
}

.mol-prof-new .mp26-competition-layout h4 {
    font-size: 24px;
    line-height: .98 !important;
}

.mol-prof-new .mp26-competition-layout h5 {
    color: var(--mp-ink) !important;
    font-size: 14px;
}

.mol-prof-new .mp26-competition-layout .text-light.p-2 {
    padding: 18px 0 0 !important;
    color: var(--mp-ink) !important;
}

.mol-prof-new .mp26-competition-layout ul {
    margin-bottom: 28px;
    padding-left: 18px;
}

.mol-prof-new .mp26-competition-layout li {
    margin-bottom: 7px;
    color: var(--mp-muted);
    font-size: 13px;
    line-height: 1.2;
}

.mol-prof-new .mp26-competition-meta .position-relative {
    min-height: 0;
    margin: 0 !important;
}

.mol-prof-new .mp26-competition-meta .bg-warning,
.mol-prof-new .mp26-competition-meta .bg-light.position-absolute {
    position: static !important;
    width: auto !important;
    padding: 0 !important;
    transform: none !important;
    box-shadow: none !important;
}

.mol-prof-new .mp26-competition-meta h2 {
    margin: 0 0 24px !important;
    color: var(--mp-blue);
    font-size: 24px;
    font-weight: 900;
}

.mol-prof-new .mp26-competition-meta h4,
.mol-prof-new .mp26-competition-meta p {
    width: auto !important;
    color: var(--mp-ink) !important;
    font-size: 14px;
    line-height: 1.08;
    text-align: left !important;
    text-wrap: wrap !important;
}

/* Partner logos inside section descriptions */
.mol-prof-new .mp26-partner-logo {
    max-width: 100%;
    height: auto;
}

.mol-prof-new .mp26-partner-logo-sm,
.mol-prof-new .mp26-partner-logo-md {
    width: 200px;
}

.mol-prof-new .mp26-partner-logo-inline {
    float: left;
    width: 25%;
}

/* Sections accordion */
.mol-prof-new .section {
    position: relative;
    max-width: 1180px;
    margin-top: 120px;
}

.mol-prof-new .section::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 90px;
    width: 2px;
    height: calc(100% - 120px);
    background: var(--mp-blue);
}

.mol-prof-new .section h3 {
    margin: 0 0 32px 92px;
    color: var(--mp-blue);
    font-size: 28px;
    font-weight: 900;
}

.mol-prof-new .section .accordion {
    display: grid;
    gap: 0;
}

.mol-prof-new .section .accordion-item {
    position: relative;
    border: 0 !important;
    background: transparent;
}

.mol-prof-new .section .accordion-item::before {
    content: "";
    position: absolute;
    left: 23px;
    top: 23px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--mp-ink);
    z-index: 2;
}

.mol-prof-new .section .accordion-item:has(.accordion-collapse.show)::before {
    background: var(--mp-blue);
}

.mol-prof-new .section .accordion-button {
    min-height: 66px;
    padding: 14px 64px 14px 92px;
    background: transparent;
    color: var(--mp-ink) !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.22;
    box-shadow: none !important;
}

.mol-prof-new .section .accordion-button:not(.collapsed) {
    color: var(--mp-blue) !important;
}

.mol-prof-new .section .accordion-button::after {
    width: 12px;
    height: 12px;
    background: none;
    border-right: 3px solid var(--mp-ink);
    border-bottom: 3px solid var(--mp-ink);
    transform: rotate(45deg);
}

.mol-prof-new .section .accordion-button:not(.collapsed)::after {
    border-color: var(--mp-blue);
    transform: rotate(-135deg);
}

.mol-prof-new .section .accordion-body {
    margin-left: 92px;
    padding: 0 0 38px;
    color: var(--mp-muted);
}

.mol-prof-new .section .accordion-body .row {
    align-items: start;
}

.mol-prof-new .section .accordion-body p {
    font-size: 13px;
    line-height: 1.35;
}

.mol-prof-new .section .accordion-body a {
    color: var(--mp-blue) !important;
    font-weight: 700;
}

/* Program committee */
.mol-prof-new .mp26-program-list {
    display: grid;
    gap: 32px;
    margin-left: 92px;
    max-width: 980px;
}

.mol-prof-new .mp26-program-section {
    min-width: 0;
}

.mol-prof-new .mp26-program-section h4 {
    margin: 0 0 10px;
    color: var(--mp-blue);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.mol-prof-new .mp26-program-section ul {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mol-prof-new .mp26-program-section li {
    position: relative;
    padding-left: 16px;
    color: var(--mp-muted);
    font-size: 13px;
    line-height: 1.35;
}

.mol-prof-new .mp26-program-section li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: var(--mp-ink);
}

.mol-prof-new .mp26-program-section strong {
    color: var(--mp-ink);
    font-weight: 800;
}

/* Archive */
.mol-prof-new .mp26-archive-year a {
    color: var(--mp-blue) !important;
    font-weight: 800;
    text-decoration: none;
}

.mol-prof-new .mp26-archive-table-wrap {
    margin-top: 24px;
}

.mol-prof-new .mp26-archive-table-wrap h5 {
    margin: 0 0 14px;
    color: var(--mp-ink);
    font-size: 16px;
    font-weight: 900;
}

.mol-prof-new .mp26-archive-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--mp-ink);
    font-size: 12px;
    line-height: 1.35;
}

.mol-prof-new .mp26-archive-table th,
.mol-prof-new .mp26-archive-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #d8d8d8;
    vertical-align: top;
}

.mol-prof-new .mp26-archive-table th {
    color: var(--mp-blue);
    font-weight: 900;
}

.mol-prof-new .mp26-archive-table td:first-child {
    font-weight: 800;
}

/* People inside accordion panels */
.mol-prof-new .person {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 0 12px;
    align-items: start;
}

.mol-prof-new .person > .d-flex {
    grid-row: span 2;
}

.mol-prof-new .person img {
    width: 78px !important;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
}

.mol-prof-new .person .name,
.mol-prof-new .person .job,
.mol-prof-new .person .job h6 {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--mp-ink) !important;
    text-align: left !important;
}

.mol-prof-new .person .name {
    font-size: 13px;
    font-weight: 800;
}

.mol-prof-new .person .job h6,
.mol-prof-new .person .job p {
    font-size: 11px;
    line-height: 1.18;
}

.mol-prof-new .person .job h6 {
    margin-top: 3px !important;
    color: var(--mp-muted) !important;
    font-weight: 700;
}

.mol-prof-new .person .job p {
    color: #8b8b8b !important;
    font-weight: 400 !important;
}

/* Extra events */
.mol-prof-new #events {
    position: relative;
}

.mol-prof-new #events::before {
    content: "";
    position: absolute;
    inset: -110px calc(50% - 50vw) auto;
    height: 520px;
    background: url("/assets/images/app/mp-2026-new/gradient-large.png") right -220px top -120px / 940px auto no-repeat;
    z-index: -1;
}

.mol-prof-new #events .row {
    row-gap: 42px;
}

.mol-prof-new #events .col-md-6 {
    display: flex;
}

.mol-prof-new #events .app-shadow {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 0 74px !important;
    border: 2px solid var(--mp-line);
    border-radius: 0 !important;
    background: #ffffff !important;
    color: var(--mp-ink) !important;
    box-shadow: none !important;
}

.mol-prof-new #events img {
    width: 100%;
    aspect-ratio: 1.72;
    object-fit: cover;
    border-radius: 0%;
}

.mol-prof-new #events .person-img {
    border-radius: 50%;
    
}

.mol-prof-new #events h4,
.mol-prof-new #events p {
    padding-left: 24px;
    padding-right: 24px;
}

.mol-prof-new #events h4 {
    margin-top: 22px;
    color: var(--mp-blue);
    font-size: 28px;
    font-weight: 900;
    line-height: .95;
}

.mol-prof-new #events p {
    color: var(--mp-ink);
    font-size: 13px;
    line-height: 1.35;
}

.mol-prof-new #events .btn {
    position: absolute;
    right: 16px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 220px !important;
    min-height: 50px;
    padding: 0 16px;
    border: 0;
    border-radius: 6px !important;
    background: var(--mp-blue);
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.mol-prof-new > p.my-3 {
    margin-top: 32px !important;
    color: var(--mp-muted);
    font-size: 11px;
    line-height: 1.25;
}

.mol-prof-new .mp26-map {
    border-radius: 0 0 20px 20px;
    margin-bottom: -6px;
}

@media (max-width: 1399.98px) {
    .mol-prof-new .mp26-intro-layout::before {
        left: 380px;
    }

    .mol-prof-new .mp26-intro-layout::after {
        left: 380px;
        width: calc(100% - 380px);
    }

    .mol-prof-new .mp26-competition-layout {
        padding-left: 390px;
    }
}

@media (max-width: 991.98px) {
    .mol-prof-new .mp26-hero {
        min-height: auto;
        padding: 52px 24px 150px;
        background-position: right -420px top -620px;
    }

    .mol-prof-new .mp26-nav {
        gap: 16px 22px;
        margin-bottom: 88px;
    }

    .mol-prof-new .mp26-eyebrow {
        margin-left: 0;
    }

    .mol-prof-new h1 {
        font-size: 6vw;
    }

    .mol-prof-new .mp26-intro {
        padding: 0 24px 70px !important;
    }

    .mol-prof-new .mp26-intro-layout,
    .mol-prof-new .mp26-competition-layout {
        margin-top: 0 !important;
        min-height: 0;
        padding-left: 0;
    }

    .mol-prof-new .mp26-intro-layout::before,
    .mol-prof-new .mp26-intro-layout::after {
        display: none;
    }

    .mol-prof-new .mp26-question,
    .mol-prof-new .mp26-intro-layout > .col-lg-2,
    .mol-prof-new .mp26-intro-layout > .col-lg-3,
    .mol-prof-new .mp26-competition-card,
    .mol-prof-new .mp26-competition-meta {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .mol-prof-new .mp26-competition-meta {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mol-prof-new .section {
        margin-top: 72px;
    }

    .mol-prof-new #events {
        margin-top: 90px;
    }

    .mol-prof-new #events .app-shadow {
        min-height: 620px;
    }
}

@media (max-width: 575.98px) {
    .mol-prof-new .mp26-hero {
        padding: 40px 18px 90px;
        background-size: 900px auto;
    }

    .mol-prof-new .mp26-lang {
        top: 16px;
        right: 18px;
    }

    .mol-prof-new .mp26-nav {
        max-width: 260px;
        margin-bottom: 76px;
    }

    .mol-prof-new .mp26-nav a {
        font-size: 13px;
    }

    .mol-prof-new h1 {
        font-size: 30px;
    }

    .mol-prof-new .mp26-primary-btn {
        width: 100%;
        min-width: 0;
    }

    .mol-prof-new .mp26-date strong {
        font-size: 22px;
    }

    .mol-prof-new .mp26-date span {
        font-size: 15px;
    }

    .mol-prof-new .mp26-intro {
        padding: 0 18px 54px !important;
    }

    .mol-prof-new .section::before {
        left: 12px;
    }

    .mol-prof-new .section h3,
    .mol-prof-new .section .accordion-button,
    .mol-prof-new .section .accordion-body {
        margin-left: 0;
        padding-left: 40px;
    }

    .mol-prof-new .section .accordion-item::before {
        left: 3px;
        width: 18px;
        height: 18px;
    }

    .mol-prof-new .mp26-program-list {
        margin-left: 0;
        padding-left: 40px;
    }

    .mol-prof-new .person {
        grid-template-columns: 64px 1fr;
    }

    .mol-prof-new .person img {
        width: 56px !important;
        height: 56px;
    }

    .mol-prof-new #events .app-shadow {
        min-height: 600px;
    }

    .mol-prof-new #events h4 {
        font-size: 23px;
    }
    .mol-prof-new .mp26-cta-row {
        display: block;
    }
}
