<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.schedules{
    line-height: 140%;
    letter-spacing: 0.72px;
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    font-family: "Azeret mono", monospace;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}

.schedules picture{
    margin-top: 60px;
    width: 100%;
    height: 515px;
    overflow: hidden;
}

.schedules iframe{
    display: block;
    width: 100%;
    height: 100%;
    filter: grayscale(60%);
    object-fit: cover;
}

.schedules p{
    color: rgba(68, 68, 68, 1);
}

.schedules strong{
    color: rgba(30, 30, 30, 1);
    font-weight: 500;
}

@media screen and (max-width:768px) {
    .schedules{
        width: 100%;
    }

    .schedules p{
        width: 80%;
        margin: auto;
    }
}</pre></body></html>