.btn {
    color: #fff;
    background: #148eb5;
}
.btn:hover {
    color: #fff;
    background: #046380;
}

.header {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    max-width: 1000px;
    text-align: left;
    padding: 2rem 1rem 2rem 1rem;
    margin: 0 auto;
}

.header .logo {
    width: 100%;
    max-width: 200px;
}

.menu {
    font-family: "Mulish", sans-serif;
    font-size: 1rem;
    background: #fff;
    position: relative;
    color: #333;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }

.menu ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    line-height: 1.6;
    text-align: center;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow: -moz-scrollbar-none;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    height: 100%;
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - 30px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - 30px), transparent 100%);}

.menu ul::-webkit-scrollbar {
    display: none;
    background: transparent;
    width: 0;
    height: 0; }

@media (max-width: 1620px) {
    .menu ul {
        justify-content: flex-start; } }

.menu li {
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    scroll-snap-align: start; }

.menu > ul > li > a {
    display: block;
    line-height: 46px; }

.menu > ul > li:hover > a {
    background: #f8f8f8; }

.menu a {
    padding: 0 15px;
    color: #333;
    font-size: 16px;
    font-weight: 400; }

.menu a span {
    display: inline-block;
    position: relative; }

.s-cms-content .l-container ul li::marker {
    color: #2c95ef;
}
