
html, body {
    font-family: 'Montserrat', sans-serif;
}
html {
    scroll-behavior: smooth;
}

.lh13 {
    line-height: 1.3em;
}

.lh15 {
    line-height: 1.5em;
}

.fs13 {
    font-size: 130%;
}

.fs12 {
    font-size: 120%;
}

.f1 {
    font-family: 'Montserrat', sans-serif;
}

.f2 {
    font-family: 'Oswald', Sans-serif;
}

.article-title > a {
    text-decoration: none;
}

.itpic {
    border-radius: 50%;
    overflow: hidden;
    width: 7em;
    height: 7em;
    box-shadow: 0 0 10px rgb(255 254 254 / 68%);
    border: 2px solid #fff;
}

.pl11p {
    padding-left: 11%;
}

.pl08p {
    padding-left: 8%;
}

.typo img {
    max-width: 100%;
}

h1,
h2,
h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 4rem
}

h2 {
    font-size: 2rem
}
.br03{
    border-radius: 0.3rem;
}
.fwb {
    font-weight: bold
}

.fwsb {
    font-weight: 600;
}

.tile:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.tile a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.dtt {
    display: table;
}

.dtr {
    display: table-row;
}

.dtc {
    display: table-cell;
}

:root {
    --footer-height: 10rem;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.c09:hover {
    color: #fff;
}

@media (max-width: 768px) {
    :root {
        --footer-height: 10rem;
    }

    .ms-hide-menu {
        display: none;
    }
}


@media (max-width: 480px) {
    :root {
        --footer-height: 17rem;
    }

    .mtxs-30 {
        margin-top: -3rem;
    }

    .pl11p {
        padding-left: 0;
    }

    .pl08p {
        padding-left: 0;
    }

    h1 {
        font-size: calc((100vw - 0rem) / (10 - 00) * (1.5 - 1) + 1rem);
    }
}

.grow .ms-hide-menu {
    display: inline-block;
}
