@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        img {
            image-rendering: unset !important;
        }
    }
}

html,
body {
    font-size: medium;
}

[data-gjs-type="wrapper"] img,
img.article-img,
section img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    transform: translateZ(0);
}

p[class*="group-"]>span[class*="group-"] {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
    hyphens: auto;
}

.osd-button {
    background-color: #fff;
    color: #000;
    border-color: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 8px;
}

.osd-button:active,
.osd-button:focus,
.osd-button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

[href="#offcanvasMenu"] {
    position: fixed;
    top: 1rem;
    right: 1rem;
}

[href="#sliderToggle"] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

#offcanvasMenu .card {
    max-height: 200px;
}

.offcanvas li[data-article-id] .img-container {
    max-height: 190px;
    overflow: hidden;
}

.offcanvas li[data-article-id] a {
    color: #fff;
    text-decoration: none;
}

.carousel .controls {
    position: fixed;
    right: 4rem;
    bottom: 1rem;

    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

#pdfSlider img {
    max-width: 100% !important;
    /* max-width: 100vw !important; */
    /* width: 100vw !important; */
}