header .section__banner > * {
    background-image: url('/storage/assets/images/backgrounds/background_7.jpg');
}

main section.timetable ul.lineup {
    padding: 0;
    padding-left: 20px;
}


main section.timetable ul.lineup li.date {
    padding-left: 10px;
}

main section.timetable ul.lineup li.date::marker {
    font: var(--fa-font-solid);
    font-size: 20px;
    color: #C0392B;
    content: '\f133';
}

main section.timetable ul.lineup li.date > .text {
    font-size: 18px;
    font-weight: 500;
    color: #C0392B;
}

main section.timetable ul.lineup li.date ul.events {
    padding: 0;
    padding-left: 20px;
    list-style: disc;
}

main section.timetable ul.lineup li.date ul.events li.event {
    color: #0B2240;
}

main section.timetable ul.lineup li.date ul.events li.event::marker {
    color: #C0392B;
}

main section.timetable ul.lineup li.date ul.events li.event .symbol {
    color: #C0392B;
}

main section.timetable li {
    margin-bottom: 10px;
}


main section.dropdowns {
    width: 100%;
}

main section.dropdowns section.dropdown {
    margin-bottom: 40px;
}

main section.dropdowns section.dropdown:last-child {
    margin-bottom: 0;
}


main section.outro .thought-bubble .title,
main section.outro .thought-bubble .text {
    color: #FFFFFF;
    font-weight: 500;
}

main section.outro .thought-bubble > .title {
    font-size: 20px;
}

main section.outro .thought-bubble > .text {
    font-size: 18px;
}

main section.outro .thought-bubble > .text.link {
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #2D68C4;
}