@charset "UTF-8";

section.swirlFooter {
    background-position: top;
    background-repeat: repeat;
    background-size: contain;
    background-repeat: repeat-x;
}

section.swirlHeader {
    background-position: bottom;
    background-repeat: repeat;
    background-size: contain;
    background-repeat: repeat-x;
}

@media (max-width: 1100px) {
    section.swirlFooter,
    section.swirlHeader {
        background-repeat: no-repeat;
        background-size: cover;
    }
}

ul#menu-mainmenu li:has(.sub-menu) a {
    padding: 20px 5px;
}

@media (max-width: 768px),
(pointer: coarse) {
    .el_menu:has(#mainMenu) {
        justify-content: flex-end !important;
        display: flex;
    }
    ul#menu-mainmenu li:has(.sub-menu) a {
        padding: 10px 5px;
    }
    header:has(.menuBlock) [class^="col-"] .menuBlock {
        margin-top: 0;
    }
    #block5d739affda p{
        text-align: center;
    }
    #block91fb15048f {
        margin: 0 !important
    }
    #blocka6e370e188 {
        justify-content: center !important;
    }
}
