.page.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h, 
.page.header_hor .l-header.pos_fixed~.l-main>form>.l-section:first-of-type>.l-section-h, 
.page.header_hor .l-header.pos_static.bg_transparent~.l-main>.l-section:first-of-type>.l-section-h, 
.page.header_hor .l-header.pos_static.bg_transparent~.l-main>form>.l-section:first-of-type>.l-section-h {
    padding:0!important;
}
iframe.embed-pdf-viewer {
    width: 100%;
    height: calc(100vh - var(--header-height));
}

.page .w-image.has_ratio img {
    object-fit: contain;
}