body {
    margin: 0px;
    font-family: "IBM Plex Sans", "Arial", sans-serif;
    background-color: #071522;
}

a {
    text-decoration: none;
    color: #4FADEA;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

.centered {
    text-align: center;
}

.button {
    padding: 3px 10px;
    font-size: .8em;
    font-weight: 500;
    border-radius: 10px;
    background-color: #f0f0f0;
}

.button.bright.disabled {
    color: #999;
    border: 1px solid #e0e0e0;
    background-color: #f0f0f0;
    cursor: default;
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .button {
        font-size:.9em;
        padding: 20px 30px;
        border-radius: 20px;
    }
}

.landing {
    width: 100%;
    padding-top: 50px;
    background-color: #071522;
}

.landing .header {
    width: 100%;
    font-style: normal;
    text-align: center;
}

.landing .header .title {
    color: white;
    font-size: 8em;
    font-family: "Jura", "Arial", sans-serif;
    font-weight: 800;
    text-shadow: 1px 1px 20px rgba(255, 255, 255, .4);
    opacity: .9;
}

.landing .header .name {
    color: white;
    font-size: 2em;
    font-family: "Bebas Neue", "Arial", sans-serif;
    font-weight: 400;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    opacity: .85;
}

.landing .header .date {
    color: white;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 10px;
    opacity: .7;
}

.landing .city {
    width: 100%;
}

.landing .city img {
    display: inline-block;
    width: 100%;
    max-width: 1700px;
}

@media only screen and (max-width: 700px) {
    .landing .header .title {
        font-size: 4em;
    }

    .landing .header .name {
        font-size: 1.5em;
        width: 80%;
    }
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .landing {
        padding-top: 140px;
    }

    .landing .header .title {
        font-size: 10em;
    }

    .landing .header .name {
        font-size: 4em;
        max-width: 80%;
    }

    .landing .header .date {
        font-size: 2.5em;
    }
}

.section.padded {
    padding-top: 15px;
    padding-bottom: 30px;
}

.section.grey {
    background-color: #fafafa;
}

.section.blue {
    color: white;
    background-color: #071522;
}

.section.white {
    background-color: white;
}

.section.black {
    color: white;
    background-color: black;
}

.section .header {
    width: 100%;
    font-style: normal;
    text-align: center;
}

.section .header .leading {
    display: inline-block;
    color: white;
    padding: 5px 10px;
    background-color: #B02716;
}

.section .header .title {
    font-size: 8em;
    font-family: "Jura", sans-serif;
    font-weight: 800;
}

.section .header .description {
    font-size: 2em;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    opacity: .85;
}

@media only screen and (max-width: 700px) {
    .section .header .title {
        font-size: 4em;
    }

    .section .header .description {
        font-size: 1.5em;
        width: 80%;
    }
}

.section .header .description.only {
    margin-top: 20px;
}

.section .header .description .highlight,
.landing .header .name .highlight {
    color: #F6008B;
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .section .header .leading {
        font-size: 2em;
    }

    .section .header .title {
        font-size: 10em;
    }

    .section .header .description {
        font-size: 3em;
        max-width: 80%;
    }

    .section .header .description.only {
        font-size: 3.5em;
        margin-top: 40px;
    }
}

.section.medium .header .title {
    font-size: 4em;
    font-weight: 500;
    font-family: "IBM Plex Sans", "Arial", sans-serif;
}

.section.medium .header .description {
    font-size: 1.5em;
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .section.medium .header .title {
        font-size: 6em;
    }

    .section.medium .header .description {
        font-size: 2.5em;
        max-width: 80%;
    }
}

.section.splitted .container {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 15px;
    row-gap: 15px;
    padding: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 1180px) {
    .section.splitted .container {
        grid-template-columns: 100%;
    }
}

.section.splitted .split {
    text-align: center;
}

.section.splitted .split .header {
    margin-top: 20px;
}

.section.splitted .split .header .title {
    font-size: 2em;
    font-family: "IBM Plex Sans", "Arial", sans-serif;
    font-weight: 500;
}

.section.splitted .split .header .description {
    font-size: 1.3em;
    max-width: 300px;
    opacity: .6;
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .section.splitted .split .header .title {
        font-size: 4em;
    }

    .section.splitted .split .header .description {
        font-size: 2.7em;
        max-width: 80%;
    }
}

.section.splitted .split .content {
    text-align: center;
}

.section.splitted .split .content table {
    display: inline-block;
    margin-top: 30px;
    font-size: 1.2em;
}

.section.splitted .split .stats td {
    padding-bottom: 10px;
    text-align: left;
}

.section.splitted .split .stats td.right {
    text-align: right;
}

.section.splitted .split .stats td:last-child {
    padding-left: 20px;
}

.section.splitted .split .stats .symbol {
    color: white;
    text-align: center;
    width: 12px;
    background-color: black;
    padding: 1px 7px;
    border-radius: 27px;
}

.section.splitted .split .stats .highlight {
    font-weight: bold;
    color: #F6008B;
}

.section.splitted .split .stats .note {
    display: inline-block;
    color: #666;
    font-size: 1em;
    max-width: 400px;
    margin-top: 20px;
}

.section.small.splitted .split {
    height: 500px;
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .section.splitted .split .content table {
        font-size: 2.5em;
        border-radius: 50%;
        margin-top: 50px;
    }

    .section.splitted .split .content td {
        padding-bottom: 30px;
    }

    .section.splitted .split .content td:first-child {
        width: 140px;
        text-align: right;
    }

    .section.splitted .split .content td:nth-child(4) {
        padding-left: 10px;
    }

    .section.splitted .split .content td:last-child {
        padding-right: 30px;
    }

    .section.splitted .split .stats .symbol {
        width: 1em;
    }

    .section.splitted .split .stats .note {
        font-size: 2.2em;
        max-width: 80%;
    }

    .section.small.splitted .split {
        height: auto;
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

.section .split.grey {
    background-color: #f5f5f5;
}

.section .split.bottom .content {
    display: inline-block;
    width: 600px;
    color: white;
    margin-top: 350px;
}

.section .split.bottom .content .title {
    font-size: 2em;
    font-weight: 500;
    text-shadow: 1px 1px 20px rgba(255, 255, 255, .6);
}

.section .split.charts {
    background-image: url("../images/index/charts.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

.section .split.charts .content {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.section .split.charts .stages {
    display: grid;
    grid-template-columns: 33% auto 33%;
    margin-top: 20px;
}

.section .split.charts .stages .item .text {
    font-size: 1.2em;
    vertical-align: top;
    padding-left: 10px;
    border-left: 5px solid #09E0F6;
    color: rgba(255, 255, 255, .8)
}

.section .split.charts .stages .item .text .questions {
    font-size: .9em;
    color: rgba(255, 255, 255, .6)
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .section .split.bottom .content {
        width: 90%;
        margin-top: 240px;
    }

    .section .split.bottom .content .title {
        font-size: 4em;
    }

    .section .split.charts .stages .item .text {
        font-size: 2em;
    }
    
    .section .split.charts .stages .item .text .questions {
        font-size: 1em;
    }
}

.section .split.clock {
    background-image: url("../images/index/clock.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

.section .split.clock .content {
    margin-top: 360px;
}

.section .split.clock .text {
    margin-top: 10px;
    font-size: 1.2em;
    color: rgba(255, 255, 255, .8)
}

.section .split.clock .date {
    font-size: 1.1em;
    color: rgba(255, 255, 255, .6)
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .section .split.clock .text {
        font-size: 2.5em;
    }

    .section .split.clock .date {
        font-size: 2.3em;
    }
}

.section.splitted .dates .content table {
    margin-top: 20px;
    font-size: 1.1em;
}

.section.splitted .dates .content td:nth-child(2) {
    padding-left: 15px;
}

.section.splitted .dates .content td:last-child {
    text-align: right;
}

.section.splitted .dates .content .status {
    text-align: center;
    width: 80px;
    font-size: .8em;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
}

.section.splitted .dates .in-progress .status {
    color: white;
    background-color: #4FADEA;
}

.section.splitted .dates .in-progress td:nth-child(2),
.section.splitted .dates .in-progress td:nth-child(3) {
    font-weight: bold;
    color: #4FADEA;
}

.section.splitted .dates .complete .status {
    color: white;
    background-color: #2c5d63;
}

.section.splitted .dates .pending .status {
    color: #888;
    background-color: #ccc;
}

.section.splitted .dates .pending td:nth-child(2),
.section.splitted .dates .pending td:nth-child(3) {
    color: #aaa;
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .section.splitted .dates .content {
        padding-left: 30px;
        padding-right: 20px;
    }

    .section.splitted .dates .content table {
        font-size: 2.5em;
    }

    .section.splitted .dates .content .status {
        width: 130px;
        padding: 10px 15px;
    }

    .section.splitted .dates .content td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.section.compact .container {
    height: 300px;
    width: 100%;
}

.section.compact .header {
    padding-top: 20px;
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .section.compact .container {
        height: 430px;
    }
}

.section.start .container {
    background-image: url("../images/index/trains.jpg?t=1");
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

.section.start .subscribe .button {
    display: inline-block;
    margin-top: 30px;
    font-size: 1.2em;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 40px;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.section.start .subscribe .button:hover {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .section.start .subscribe .button {
        font-size: 2.5em;
        padding: 20px 40px;
        border-radius: 50px;
    }
}

.cards {
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.cards .card {
    display: inline-block;
    vertical-align:top;
    width: 300px;
    height: 330px;
    padding: 10px 20px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.cards .card .icon img {
    width: 200px;
    margin-bottom: 20px;
}

.cards .card .text {
    font-size: 1.1em;
}

@media only screen and (max-width: 1180px) {
    .cards .card {
        width: 80%;
        margin-bottom: 40px;
    }

    .cards .card:last-child {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .cards .card {
        height: auto;
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 70px;
    }

    .cards .card .text {
        font-size: 2.5em;
        margin-top: 20px;
    }
}

.section.medium .cards {
    margin-bottom: 10px;
}

.programs .container {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: auto auto;
    max-width: 1200px;
    margin-top: 40px;
}

.programs .question {
    text-align: left;
    font-size: 1.2em;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
}

.programs .question.mobile {
    display: none;
}

.programs .question .order {
    color: #05AEED;
    font-weight: bold;
}

.programs .question .text {
    color: white;
    font-weight: 100;
}

.programs img {
    height: 800px;
    margin-top: 30px;
}

@media only screen and (max-width: 1180px) {
    .programs {
        display: inline-block;
    }

    .programs .container {
        padding-left: 20px;
        padding-right: 20px;
        display: inline-block;
    }

    .programs .question.desktop {
        display: none;
    }

    .programs .question.mobile {
        display: block;
        margin-top: 40px;
    }

    .programs img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1300px) and (orientation:portrait) {
    .programs .question .order {
        font-size: 2.3em;
    }

    .programs .question .text {
        font-size: 2.5em;
    }

    .programs .question {
        display: block;
        margin-top: 40px;
    }
}
