<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.events-section {
    margin-top: 130px;
}
.img-container {
    margin-bottom: 16px;
    height: 200px;
    position: relative;
}
.img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
h1 {
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 32px;
    color: #414141;
    margin-bottom: 24px;    
    padding-bottom: 8px;
    border-bottom: 1px solid #00A3C3;
}
.subtitle {
    margin-top: 56px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #00A3C3;
    color: #00A3C3;
    font-family: "Raleway-Regular", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}
.headline {
    color: #414141;
    font-family: "Raleway-Light", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 24px;
}
.title {
    font-family: "Raleway-SemiBold", sans-serif;
    color: #414141;
    font-size: 20px;
    margin-bottom: 24px;
}
.abstract {
    margin-bottom: 16px;
}
.specifics, .link {
    margin-bottom: 0;
}
.specifics, .abstract, .link {
    font-family: "Raleway-Regular", sans-serif;    
    color: #414141;
}
.specifics {
    margin-bottom: 16px;
}
.author {
    color: #414141;
    font-family: "Raleway-Italic", sans-serif;
}
.link {
    display: inline-block;
    width: 100%;
}
main .row {
    margin-bottom: 16px;    
}
.event-details {
    font-family: "Raleway-Regular", sans-serif;
    padding-top: 8px;
    color: #494949;
}
.swiper-pagination-bullet-active {
    background-color: #67C2C5;
}
.swiper-pagination.swiper-pagination-bullets {
    position: relative;
    bottom: initial;
    margin-top: 16px;
}
.swiper-slide {
    text-align: center;
}
.swiper-slide img.img-fluid {
    max-height: 420px;
}
@media only screen and (max-width: 991px) {
    h1 {
        margin-bottom: 16px;
        font-size: 24px;
    }
    .title {
        font-size: 18px;
        line-height: 19px;
    }
    .headline {
        font-size: 10px;
    }
    .back-link {
        margin-bottom: 40px;
    }
}</pre></body></html>