﻿.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--background-color-primary);
    color: #fff;
    padding: 1rem;
    display: none;
    flex-direction: column;
    align-items: center;
    font-size: .95rem;
    z-index: 10000;
    box-shadow: 0 -2px 6px rgba(0,0,0,.2)
}

.cookie-content {
    text-align: center;
    margin-bottom: .5rem
}

.cookie-actions {
    display: flex;
    gap: 1rem;
    justify-content: center
}

    .cookie-actions button {
        padding: .5rem 1rem;
        border: 0;
        cursor: pointer;
        border-radius: 5px
    }

.cookie-powered {
    margin-top: .5rem;
    font-size: .75rem;
    color: #ccc
}

.cookie-banner a {
    font-size: 1em;
    color: #fff
}

m-card[results] {
    background-color: #f4f4f4
}

    m-card[results] p {
        font-style: italic
    }

.scrollToTop {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: .75rem;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center
}

m-a:hover {
    cursor: pointer
}

.clipped {
    margin-bottom: 0 !important;
    -webkit-line-clamp: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.read-more {
    margin-top: 0 !important;
    margin-bottom: 1em;
    text-align: right
}

.text-max {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

    .text-max.limit-1 {
        -webkit-line-clamp: 1
    }

    .text-max.limit-2 {
        -webkit-line-clamp: 2
    }

    .text-max.limit-3 {
        -webkit-line-clamp: 3
    }

    .text-max.limit-4 {
        -webkit-line-clamp: 4
    }

    .text-max.limit-5 {
        -webkit-line-clamp: 5
    }

    .text-max.limit-6 {
        -webkit-line-clamp: 6
    }

    .text-max.limit-7 {
        -webkit-line-clamp: 7
    }

    .text-max.limit-8 {
        -webkit-line-clamp: 8
    }

    .text-max.limit-9 {
        -webkit-line-clamp: 9
    }

    .text-max.limit-10 {
        -webkit-line-clamp: 10
    }

.btn-tab m-button {
    width: 20%;
    max-width: 20%;
    border-radius: 3px;
    margin-right: .25em;
    margin-left: .25em;
    transition: all .35s
}

    .btn-tab m-button:first-child {
        margin-left: 0
    }

    .btn-tab m-button:last-child {
        margin-right: 0
    }

    .btn-tab m-button[data-type="primary"] {
        width: 100%;
        max-width: 100%
    }

    .btn-tab m-button .icon {
        padding: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        max-height: 100%;
        min-height: 100%
    }

        .btn-tab m-button .icon i, .btn-tab m-button .icon i svg {
            vertical-align: .2em
        }

.d1 {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.d2 {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}

.d3 {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}

.d4 {
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)
}

.d5 {
    box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)
}

m-overlay {
    display: block;
    position: fixed;
    bottom: 0;
    opacity: 0;
    width: 100%;
    max-height: 80vh;
    z-index: 1002;
    background: #f5f5f5;
    box-shadow: 0 -10px 20px rgba(0,0,0,.19),0 0 6px rgba(0,0,0,.23)
}

    m-overlay.static, m-scroll.static {
        max-height: 100dvh;
        min-height: 100dvh;
        height: 100dvh;
        max-width: 100vw;
        min-width: 100vw;
        width: 100vw;
        z-index: 1000;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0
    }

        m-overlay.static .close {
            position: fixed;
            top: 1em;
            right: 1em;
            z-index: 999
        }

    m-overlay.h100, m-scroll.h100 {
        max-height: 100vh;
        height: 100vh
    }

    m-overlay.h90, m-scroll.h90 {
        max-height: 90vh;
        min-height: 90vh;
        height: 90vh
    }

    m-overlay.h75, m-scroll.h75 {
        max-height: 75vh;
        height: 75vh
    }

    m-body m-scroll, m-overlay m-scroll {
        display: block;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 90vh;
        width: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    m-overlay m-scroll {
        max-height: inherit
    }

    m-overlay.static m-scroll, m-overlay.h100 m-scroll {
        max-height: 100vh
    }

m-body[data-label="Primary"] m-scroll {
    max-height: 100vh;
    padding-bottom: 200px
}

    m-body[data-label="Primary"] m-scroll.nP {
        max-height: none;
        padding-bottom: 0
    }

m-overlay > .sQ {
    position: absolute;
    right: 1em;
    top: -50px;
    background-color: #fff !important;
    z-index: 1;
    margin-bottom: 0
}

m-overlay m-button {
    margin-bottom: .5em !important
}

m-overlay > m-flex.btnCloseOverlayModal {
    width: 100%;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 3px;
    justify-content: center
}

m-scrim {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1001;
    -webkit-transition: background-color .35s;
    -o-transition: background-color .35s;
    transition: all .35s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

m-body {
    padding: 0;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: block;
    overflow: initial;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

    m-body[data-label="Primary"] {
        overflow: initial;
        min-height: 100vh;
        display: flex !important;
        justify-content: center;
        align-items: start
    }

body.authentication {
    background: var(--background-color-primary)
}

    body.authentication m-body[data-label="Primary"] {
        padding-left: 0 !important;
        margin-left: 0 !important
    }

m-header {
    width: 100%;
    height: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-primary);
    z-index: 10000
}

    m-header .sQ, m-header .tab {
        color: #fff
    }

        m-header .tab.active {
            background-color: rgba(0,0,0,.05)
        }

    m-header i, m-header svg {
        fill: #fff !important;
        color: #fff !important
    }

m-accordian {
    display: flex;
    flex-direction: column;
    background: #fff
}

    m-accordian > m-banner {
        cursor: pointer;
        background: transparent;
        color: #424242;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        m-accordian > m-banner h3 {
            margin: 0;
            font-weight: 800;
            color: #888;
            padding: .5em 0 .5em 0;
            text-align: left
        }

        m-accordian > m-banner .sQ.tertiary {
            transform: rotate(270deg);
            transition: all .35s
        }

    m-accordian.open > m-banner .sQ {
        transform: rotate(90deg)
    }

    m-accordian > m-banner.store {
        background-color: #fff;
        padding: 0 .5em;
        margin-bottom: .25em
    }

    m-accordian.open > m-banner.store {
        background-color: #00aeef;
        color: #fff
    }

        m-accordian.open > m-banner.store h3 {
            color: #fff
        }

    m-accordian > m-content {
        overflow: hidden;
        visibility: hidden;
        max-height: 0;
        transition: padding .35s;
        text-align: left
    }

        m-accordian > m-content.p > m-flex {
            padding: .5em !important
        }

    m-accordian.card {
        border: 1px solid #ccc;
        padding: 0 .5em 0 .5em;
        border-radius: 3px;
        background-color: #fff
    }

        m-accordian.card.open > m-content {
            padding: .5em 0
        }

    m-accordian.input {
        background-color: #fff
    }

        m-accordian.input .selected {
            border: 1px solid #fff;
            transform: translateY(0);
            padding: .5em .5em .5em .5em;
            margin: 0 0 .5em 0;
            transition: all .35s
        }

        m-accordian.input.open .selected {
            border: 0 solid #fff;
            transform: translateY(-75px);
            max-height: 0;
            padding: 0;
            margin: 0
        }

        m-accordian.input .selected h1 {
            font-size: 1.5em;
            font-weight: 800;
            color: #454545
        }

            m-accordian.input .selected h1.xl {
                font-size: 1em
            }

        m-accordian.input .selected.h:hover {
            border: 1px solid #00aeef;
            cursor: pointer;
            background-color: #efefef
        }

m-menu {
    position: absolute;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    z-index: 1002;
    border-radius: 2px;
    padding: .5em;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

    m-menu[data-level="2"] {
        z-index: 1003 !important
    }

    m-menu[data-level="3"] {
        z-index: 1004 !important
    }

    m-menu:not(.sub):after {
        content: '';
        position: absolute;
        top: -10px;
        left: 10px;
        z-index: 0;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        filter: drop-shadow(0 -1px 1px rgba(0,0,0,.25))
    }

    m-menu.flip:not(.sub):after {
        left: calc(100% - 30px)
    }

    m-menu.upside:not(.sub):after {
        top: initial;
        bottom: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        border-bottom: initial;
        filter: drop-shadow(0 1px 1px rgba(0,0,0,.25))
    }

    m-menu > m-flex[data-type="col"] {
        overflow: scroll;
        padding: 0;
        margin: 0;
        overscroll-behavior: contain;
        justify-content: flex-start
    }

    m-menu > m-flex.off-top:before, m-menu > m-flex.off-bottom:after {
        content: '↑';
        display: block;
        border-radius: 4px;
        height: 8px;
        min-height: 8px;
        width: 50px;
        left: 0;
        right: 0;
        z-index: 10;
        margin: 0 auto;
        position: sticky;
        background-color: #aaa;
        text-align: center;
        color: #aaa;
        line-height: 2em;
        box-shadow: 0 3em 3em -3em white inset
    }

    m-menu > m-flex.off-top:before {
        top: 10px
    }

    m-menu > m-flex.off-bottom:after {
        transform: rotate(180deg);
        bottom: 10px
    }

    m-menu p {
        padding: .5em;
        font-size: .75em
    }

    m-menu.sub {
        position: absolute;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        border-radius: 2px;
        padding: .5em;
        z-index: 999;
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
    }

    m-menu m-header {
        position: absolute;
        top: -20px;
        left: 2.5%;
        height: 20px;
        min-width: 50%;
        width: initial;
        min-height: 20px;
        border-radius: 5px 5px 0 0
    }

        m-menu m-header:hover {
            cursor: move
        }

        m-menu m-header h6 {
            color: #fff;
            padding-left: 1em;
            font-size: .65em
        }

        m-menu m-header .icon-pushpin {
            transform: rotate(90deg);
            transition: transform .35s
        }

    m-menu.pinned m-header .icon-pushpin {
        transform: rotate(0deg)
    }

    m-button.menu, m-menu m-button {
        font-size: .9em;
        text-align: left;
        box-shadow: none;
        margin-bottom: .1em;
        width: 100%
    }

        m-menu m-button[data-type="tertiary"] {
            background-color: transparent;
            border: 0
        }

        m-button.menu.sm, m-menu.sm m-button {
            font-size: .7em;
            padding: .5em;
            line-height: initial;
            height: initial
        }

        m-button.menu[data-type="tertiary"]:hover, m-button.menu.active, m-menu m-button[data-type="tertiary"]:hover, m-menu m-button.active {
            background-color: var(--background-color-secondary);
            color: #fff;
            box-shadow: none
        }

        m-button.menu.nH:hover, m-menu m-button.nH:hover {
            background-color: transparent;
            color: var(--color-secondary)
        }

    m-button.sub, m-menu.sub m-button {
        position: relative
    }

        m-button.sub:after {
            content: '';
            border: solid var(--color-tertiary);
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(-45deg);
            position: absolute;
            right: 10px;
            top: calc(50% - 4px)
        }

        m-button.sub[data-type="secondary"]:after {
            border: solid #fff;
            border-width: 0 2px 2px 0
        }

        m-button.sub.active:after, m-button.sub:hover:after {
            border: solid #fff;
            border-width: 0 2px 2px 0
        }

    m-menu m-header m-button[data-type="tertiary"] {
        margin: 0;
        height: 20px;
        line-height: 20px;
        color: #fff;
        font-size: .7em
    }

@media screen and (min-width:768px) {
    m-overlay {
        width: 30vw;
        min-width: 500px;
        max-width: 95vw;
        right: 2vw;
        bottom: 0;
        opacity: 1
    }

        m-overlay.w {
            width: 100vw;
            max-width: 100vw;
            right: 0
        }
}

.ss-main {
    position: relative;
    display: inline-block;
    user-select: none;
    color: #666;
    width: 100%
}

    .ss-main .ss-single-selected {
        display: flex;
        cursor: pointer;
        width: 100%;
        height: 30px;
        padding: 6px;
        border: 1px solid #dcdee2;
        border-radius: 4px;
        background-color: #fff;
        outline: 0;
        box-sizing: border-box;
        transition: background-color .2s
    }

        .ss-main .ss-single-selected.ss-disabled {
            background-color: #dcdee2;
            cursor: not-allowed
        }

        .ss-main .ss-single-selected.ss-open-above {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .ss-main .ss-single-selected.ss-open-below {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0
        }

        .ss-main .ss-single-selected .placeholder {
            display: flex;
            flex: 1 1 100%;
            align-items: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: left;
            width: calc(100% - 30px);
            line-height: 1em;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .ss-main .ss-single-selected .placeholder * {
                display: flex;
                align-items: center;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: auto
            }

            .ss-main .ss-single-selected .placeholder .ss-disabled {
                color: #dedede
            }

        .ss-main .ss-single-selected .ss-deselect {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex: 0 1 auto;
            margin: 0 6px 0 6px;
            font-weight: bold
        }

            .ss-main .ss-single-selected .ss-deselect.ss-hide {
                display: none
            }

        .ss-main .ss-single-selected .ss-arrow {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex: 0 1 auto;
            margin: 0 6px 0 6px
        }

            .ss-main .ss-single-selected .ss-arrow span {
                border: solid #666;
                border-width: 0 2px 2px 0;
                display: inline-block;
                padding: 3px;
                transition: transform .2s,margin .2s
            }

                .ss-main .ss-single-selected .ss-arrow span.arrow-up {
                    transform: rotate(-135deg);
                    margin: 3px 0 0 0
                }

                .ss-main .ss-single-selected .ss-arrow span.arrow-down {
                    transform: rotate(45deg);
                    margin: -3px 0 0 0
                }

    .ss-main .ss-multi-selected {
        display: flex;
        flex-direction: row;
        cursor: pointer;
        min-height: 30px;
        width: 100%;
        padding: 0 0 0 3px;
        border: 1px solid #dcdee2;
        background-color: #fff;
        outline: 0;
        box-sizing: border-box;
        transition: background-color .2s
    }

        .ss-main .ss-multi-selected.ss-disabled {
            background-color: #dcdee2;
            cursor: not-allowed
        }

            .ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
                color: #666
            }

            .ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
                cursor: not-allowed
            }

        .ss-main .ss-multi-selected.ss-open-above {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .ss-main .ss-multi-selected.ss-open-below {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0
        }

        .ss-main .ss-multi-selected .ss-values {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            flex: 1 1 100%;
            width: calc(100% - 30px)
        }

            .ss-main .ss-multi-selected .ss-values .ss-disabled {
                display: flex;
                padding: 4px 5px;
                margin: 2px 0;
                line-height: 1em;
                align-items: center;
                width: 100%;
                color: #dedede;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0;
    color: #fff;
    background-color: #00aeef;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

    .ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
        animation-name: scaleOut;
        animation-duration: .2s;
        animation-timing-function: ease-out
    }

    .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
        margin: 0 0 0 5px;
        cursor: pointer
    }

    .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-text, .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
        color: #fff
    }

.ss-main .ss-multi-selected .ss-add {
    display: flex;
    flex: 0 1 3px;
    padding: 9px 15px 0 15px
}

    .ss-main .ss-multi-selected .ss-add .ss-plus {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #666;
        position: relative;
        height: 10px;
        width: 2px;
        transition: transform .2s
    }

        .ss-main .ss-multi-selected .ss-add .ss-plus:after {
            background: #666;
            content: "";
            position: absolute;
            height: 2px;
            width: 10px;
            left: -4px;
            top: 4px
        }

        .ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
            transform: rotate(45deg)
        }

.ss-content {
    position: absolute;
    width: 100%;
    margin: -1px 0 0 0;
    box-sizing: border-box;
    border: solid 1px #dcdee2;
    z-index: 1010;
    background-color: #fff;
    transform-origin: center top;
    transition: transform .2s,opacity .2s;
    opacity: 0;
    transform: scaleY(0)
}

    .ss-content.ss-open {
        display: block;
        opacity: 1;
        transform: scaleY(1)
    }

    .ss-content .ss-search {
        display: flex;
        flex-direction: row;
        padding: 8px 8px 6px 8px
    }

        .ss-content .ss-search.ss-hide {
            height: 0;
            opacity: 0;
            padding: 0 0 0 0;
            margin: 0 0 0 0
        }

            .ss-content .ss-search.ss-hide input {
                height: 0;
                opacity: 0;
                padding: 0 0 0 0;
                margin: 0 0 0 0
            }

        .ss-content .ss-search input {
            display: inline-flex;
            font-size: inherit;
            line-height: inherit;
            flex: 1 1 auto;
            width: 100%;
            min-width: 0;
            height: 30px;
            padding: 6px 8px;
            margin: 0;
            border: 1px solid #dcdee2;
            border-radius: 4px;
            background-color: #fff;
            outline: 0;
            text-align: left;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -webkit-appearance: textfield
        }

            .ss-content .ss-search input::placeholder {
                color: #8a8a8a;
                vertical-align: middle
            }

            .ss-content .ss-search input:focus {
                box-shadow: 0 0 5px #00aeef
            }

        .ss-content .ss-search .ss-addable {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            font-size: 22px;
            font-weight: bold;
            flex: 0 0 30px;
            height: 30px;
            margin: 0 0 0 8px;
            border: 1px solid #dcdee2;
            border-radius: 4px;
            box-sizing: border-box
        }

    .ss-content .ss-addable {
        padding-top: 0
    }

    .ss-content .ss-list {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: left
    }

        .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
            padding: 6px 10px 6px 10px;
            font-weight: bold
        }

        .ss-content .ss-list .ss-optgroup .ss-option {
            padding: 6px 6px 6px 25px
        }

        .ss-content .ss-list .ss-optgroup-label-selectable {
            cursor: pointer
        }

            .ss-content .ss-list .ss-optgroup-label-selectable:hover {
                color: #fff;
                background-color: #00aeef
            }

        .ss-content .ss-list .ss-option {
            padding: 6px 10px 6px 10px;
            cursor: pointer;
            user-select: none
        }

            .ss-content .ss-list .ss-option * {
                display: inline-block
            }

            .ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
                color: #fff;
                background-color: #00aeef
            }

            .ss-content .ss-list .ss-option.ss-disabled {
                cursor: not-allowed;
                color: #dedede;
                background-color: #fff
            }

            .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
                color: #666;
                background-color: #f0f0f0
            }

            .ss-content .ss-list .ss-option.ss-hide {
                display: none
            }

            .ss-content .ss-list .ss-option .ss-search-highlight {
                background-color: #fffb8c
            }

.img-slider {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    border-radius: 0
}

    .img-slider.empty {
        min-height: 100px;
        background-color: #ddd
    }

.img-slider-track {
    display: flex;
    transition: transform .3s ease;
    width: 100%
}

.img-slider-slide {
    min-width: 100%;
    box-sizing: border-box;
    overflow: hidden
}

    .img-slider-slide img {
        height: 100%;
        width: 100%;
        display: block;
        object-fit: cover;
        border-radius: 0
    }

.img-slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1
}

.img-slider-arrow {
    height: 100%;
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 2rem;
    cursor: pointer;
    pointer-events: auto;
    padding: .25em .5em;
    border-radius: 50%
}

.img-slider-dots {
    display: flex;
    justify-content: center;
    gap: .4em;
    margin-top: .5em;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    right: 0
}

.img-slider-dot {
    width: 10px;
    height: 10px;
    background: #aaa;
    border-radius: 50%;
    cursor: pointer
}

    .img-slider-dot.active {
        background: #fff
    }

m-validating {
    min-width: 250px;
    max-width: 350px;
    width: 20vw;
    padding: .75em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    z-index: 90000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #fff
}

    m-validating h1 {
        font-size: 1em;
        margin: 0;
        display: flex;
        justify-content: space-between;
        color: #000
    }

m-validation {
    width: 100%;
    padding: .75em;
    position: fixed;
    top: 0;
    margin: 0 auto;
    opacity: 1;
    z-index: 90000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #fff
}

    m-validation.success {
        border-bottom: 3px solid #008000
    }

    m-validation.error {
        border-bottom: 3px solid #f00
    }

    m-validation.success i, m-validation.success i svg {
        fill: green !important;
        color: #008000 !important
    }

    m-validation.error i, m-validation.error i svg {
        fill: red !important;
        color: #f00 !important
    }

    m-validation h1 {
        font-size: 1em;
        margin: 0;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between
    }

        m-validation h1 i:hover {
            cursor: pointer
        }

    m-validation p {
        margin: .5em 0 0 0;
        font-size: .8em
    }

    m-validation m-a {
        font-size: 1em
    }

    m-validation m-flex.sQ i, m-validation m-flex.sQ svg {
        fill: #000;
        color: #000
    }

[loading] {
    opacity: 0;
    animation: fadeIn 1s 1 ease-in-out forwards
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.loading:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 2px;
    color: transparent !important;
    background: #d8d8d8;
    opacity: .5;
    background-size: 200% 200%;
    background-repeat: no-repeat;
    -webkit-animation: flash 2s infinite ease-in-out forwards;
    -moz-animation: flash 2s infinite ease-in-out forwards;
    animation: flash 2s infinite ease-in-out forwards
}

@-webkit-keyframes flash {
    0% {
        background: #fff
    }

    50% {
        background: #ddd
    }

    100% {
        background: #fff
    }
}

@-moz-keyframes flash {
    0% {
        background: #fff
    }

    50% {
        background: #ddd
    }

    100% {
        background: #fff
    }
}

@keyframes flash {
    0% {
        background: #fff
    }

    50% {
        background: #ddd
    }

    100% {
        background: #fff
    }
}

.loading img {
    opacity: .2
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    vertical-align: baseline
}

html, *, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    *, *:before, *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit
    }

.icon-delete-sign, .icon-filled-trash, .icon-spinner, .icon-error, .icon-ok, .icon-forward, .icon-back, .icon-collapse-arrow, .icon-expand-arrow, .icon-edit, .icon-plus, .icon-settings, .icon-menu-2, .icon-menu, .icon-squared-menu, .icon-circled-menu {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    fill: currentColor
}

    .icon-delete-sign > svg, .icon-filled-trash > svg, .icon-spinner > svg, .icon-error > svg, .icon-ok > svg, .icon-forward > svg, .icon-back > svg, .icon-collapse-arrow > svg, .icon-expand-arrow > svg, .icon-edit > svg, .icon-plus > svg, .icon-settings > svg, .icon-menu-2 > svg, .icon-menu > svg, .icon-squared-menu > svg, .icon-circled-menu > svg {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        fill: currentColor
    }
