.f-size-14 {
    font-size: 0.875rem;
}
.f-size-16 {
    font-size: 1rem;
}
.f-size-18 {
    font-size: 1.125rem;
}
.f-size-20 {
    font-size: 1.25rem;
}
.f-size-23 {
    font-size: 1.4375rem;
}
.f-size-30 {
    font-size: 1.875rem;
}
.f-size-60 {
    font-size: 3.75rem;
}
@media (min-width: 1200px) {
    :root {
        --rez: 1;
    }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    :root {
        --rez: 0.85;
    }
}
@media (min-width: 768px) and (max-width: 991.9px) {
    :root {
        --rez: 0.7;
    }
}
@media (min-width: 576px) and (max-width: 767.9px) {
    :root {
        --rez: 0.5;
    }
}
@media (max-width: 575.9px) {
    :root {
        --rez: 0.3;
    }
}
.line-16-20 {
    line-height: 1.25em;
}
.line-16-30 {
    line-height: 1.875em;
}
.line-23-30 {
    line-height: 1.3043em;
}
.line-30-40 {
    line-height: 1.3333em;
}
.line-30-45 {
    line-height: 1.5em;
}
.line-30-50 {
    line-height: 1.6666em;
}
.line-50-55 {
    line-height: 1.1em;
}
.banner-inner {
    max-height: 640px;
    min-height: 200px !important;
    height: min(100vh, 120vw);
    background-position: center;
    padding-top: 60px;
}
.banner-inner .main-title {
    font-size: var(--fz50) !important;
    line-height: 1.1em !important;
    margin-bottom: calc(12px + (var(--rez) * 20px)) !important;
}
.inner-dark-container {
    padding: calc(77px * var(--rez)) calc(59px * var(--rez)) calc(59px * var(--rez)) calc(59px * var(--rez));
    background-color: #161614;
}
.inner-dark-container p {
    line-height: 1.5em;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.inner-dark-container p:nth-last-of-type(1) {
    margin-bottom: calc(22px + (var(--rez) * 22px));
}
blockquote {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    padding-left: 80px;
    position: relative;
}
blockquote::before {
    content: '"';
    position: absolute;
    font-size: 60px;
    color: #de3818;
    left: 0;
    top: 0;
    line-height: 100%;
}
@media (min-width: 1200px) {
    .dark-content-sec .container,
    .events-inner-sec-main-content .container {
        padding-left: 130px;
        padding-right: 130px;
    }
}
.dark-content-sec .container p:nth-last-child(1),
.events-inner-sec-main-content .container p:nth-last-child(1) {
    margin-bottom: 0px;
}
.event-img-wrap.multiple-img [class*="col"] img {
    height: 100%;
    width: 100%;
    object-fit: cover;
} 


@media screen and (max-width:766px) {

.events-inner-sec-main-content{
    padding: 20px;
}
.events-inner-sec-main-img{
    padding: 20px; 
}

}


/*# sourceMappingURL=news-events.css.map */
