@-webkit-keyframes fadeIn {
    0% { opacity: 0 }
    100% { opacity: 1 }
}

@-moz-keyframes fadeIn {
    0% { opacity: 0 }
    100% { opacity: 1 }
}

@-o-keyframes fadeIn {
    0% { opacity: 0 }
    100% { opacity: 1 }
}

@keyframes fadeIn {
    0% { opacity: 0 }
    100% { opacity: 1 }
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@-moz-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@-o-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

/*
@media screen and (min-width: 960px) {
    html {
        margin-left: calc(100vw - 100%);
        margin-right: 0;
    }
}
*/
img {
    border-style: none;
    max-width: 100%;
    height: auto;
    pointer-events: none;
    display: block;
}
.loading {
    position: relative;
}
.loading:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background-color: rgba(255,255,255,.3);
    background-image: url("../img/loading.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    animation: fadeIn 2s;
}
.ns {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.dn {
    display: none;
}
.vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.vh.focusable:active, .vh.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
.cf:after,.cf:before {
    content: " ";
    display: table
}
.cf:after {
    clear: both
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.tc {
    text-align: center
}

.tj {
    text-align: justify
}

.fr {
    float: right
}

.db {
    display: block
}

.pt {
    padding-top: 24px
}

.pv- {
    padding: 12px 0
}

.pv {
    padding: 24px 0
}

.pv\+ {
    padding: 48px 0
}

.pb {
    padding-bottom: 24px
}

.dt {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.dtc {
    display: table-cell
}

.vam {
    vertical-align: middle
}

.vat {
    vertical-align: top
}

.vab {
    vertical-align: bottom
}

.h100 {
    height: 100%
}

.tdn {
    text-decoration: none
}

.tdu {
    text-decoration: underline
}
.posr {
    position: relative
}

.z1 {
    z-index: 1
}

.z2 {
    z-index: 2
}

.dn {
    display: none
}

.pl {
    padding-left: 24px
}

.pr {
    padding-right: 24px
}

.mt {
    margin-top: 1em;
}

.mt\+ {
    margin-top: 48px
}

.mb\+ {
    margin-bottom: 48px
}

.mb\+\+ {
    margin-bottom: 96px
}

.mb\+\+\+ {
    margin-bottom: 148px
}

.mb\+\+\+\+ {
    margin-bottom: 192px
}

.mb0 {
    margin-bottom: 0
}

.mb {
    margin-bottom: 2em;
}

.mb- {
    margin-bottom: 1.5em
}

.mb-- {
    margin-bottom: 1em;
}

.list-bare {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-bare.mobile-menu-content { width: 100%;margin-top: 20px;}

@media (min-width: 768px) {
    .md-tl {
        text-align: left
    }
    .md-tr {
        text-align: right
    }
    .md-tc {
        text-align: center
    }
    .md-fl {
        float: left;
    }
    .md-fr {
        float: right;
    }
    .md-dn {
        display:none!important
    }

    .md-pl\+\+ {
        padding-left: 72px
    }

    .md-pr {
        padding-right: 24px
    }

    .md-db {
        display: block
    }

    .md-dib {
        display: inline-block
    }
    .md-mb {
        margin-bottom: 24px
    }

    .md-mb\+ {
        margin-bottom: 48px
    }

    .md-mb\+\+ {
        margin-bottom: 96px
    }

    .md-mb\+\+\+ {
        margin-bottom: 148px
    }

    .md-mb\+\+\+\+ {
        margin-bottom: 192px
    }

    .md-mb- {
        margin-bottom: 12px
    }

    .md-mt {
        margin-top: 24px
    }

    .md-mt0 {
        margin-top: 0
    }

    .md-mb0 {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .lg-mb {
        margin-bottom: 24px
    }
    .lg-mb0 {
        margin-bottom: 0;
    }
    .lg-mb\+ {
        margin-bottom: 48px
    }

    .lg-mb\+\+ {
        margin-bottom: 96px
    }

    .lg-mb\+\+\+ {
        margin-bottom: 148px
    }

    .lg-mb\+\+\+\+ {
        margin-bottom: 192px
    }
}

@media (min-width: 1600px) {
    .xxl-mb {
        margin-bottom: 24px
    }

    .xxl-mb\+ {
        margin-bottom: 48px
    }

    .xxl-mb\+\+ {
        margin-bottom: 96px
    }

    .xxl-mb\+\+\+ {
        margin-bottom: 148px
    }

    .xxl-mb\+\+\+\+ {
        margin-bottom: 192px
    }
}

::-webkit-scrollbar {
    background: transparent;
    overflow: visible;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb:horizontal {
    border-width: 2px 4px;
    min-width: 40px;
}

::-webkit-scrollbar-thumb:vertical {
    border-width: 2px 2px;
    min-height: 40px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.26)
}

::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

*:focus:not(.focus-visible) {
    outline: none;
}

.focus-visible {
    outline: rgb(233,4,30) solid 2px;
}
.lazyload,
.lazyloading,
.lazyloaded {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}
.lazyloaded {
    opacity: 1;
}

img.lazyload:not([src]) {
    visibility: hidden;
}