.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    top: -0.5em;

}

.switch > a {
    position: absolute;
    top: 10px;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
    color: #40c96e;
}

input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
}

.switch > a.on {
    left: 0;
    padding-left: 2px;
    color: #40c96e;
}

.switch > a.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat + label {
    padding: 2px;
    width: 97px;
    height: 35px;
    background-color: #40c96e;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}

input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #40c96e;
    -webkit-

    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
    margin-left: 44px;
}

.lithuanian-version .scrolled .nav__inner ul li .off {
    color: #40c96e !important;
}



.page-wrapper {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 12vh;
    font: normal 1em Montserrat, sans-serif, Arial, Verdana;
}

.nav-styled {
    display: block
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

nav li a {
    text-decoration: none
}

.nav-styled {
    background-color: var(--c-bg);
    box-shadow: none;
    color: var(--c-base);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 100;
}

.nav-styled.hide-sticky {
    opacity: 1;
    width: auto;
    transition: all .2s cubic-bezier(.215, .61, .355, 1)
}

.nav-styled.show-sticky {
    margin: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    width: 0;
    transition: width .3s cubic-bezier(.215, .61, .355, 1)
}

.nav-styled.is-stuck {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    transition: "box-shadow".3s cubic-bezier(.215, .61, .355, 1)
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.nav-styled {
    transition: background-color 0.5s ease-in-out;
}
.custom-subhead {
    font-size: 1.5em;
}

.custom-head {
    font-size: 3.3em;
    color: white;
    line-height: 80px;
}

.custom-text1 {
    font-size: 1.8em;
    font-weight: 150;
    color: white;
}

.custom-text2 {
    font-size: 1.6em;
    font-weight: 150;
    color: white;
}

.custom-btn {
    vertical-align: middle;
}

.feature-icon {
    width: 1.4em;
    margin-top: -3px;
}

.custom-feature {
    color: white;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .custom-subhead {
        font-size: 1.2em;
    }

    .custom-head {
        font-size: 2.4em;
        line-height: 60px;
    }

    .custom-text1 {
        font-size: 1.4em;
    }

    .custom-text2 {
        font-size: 1.2em;
    }
}


@media (max-width: 576px) {
    .custom-subhead {
        font-size: 1em;
    }

    .custom-head {
        font-size: 2em;
        line-height: 50px;
    }

    .custom-text1 {
        font-size: 1.2em;
    }

    .custom-text2 {
        font-size: 1em;
    }
}

.scrolled {
    background-color: #edf5f3;
    transition: background-color 0.3s ease-in-out;
}
.scrolled .nav__inner ul li span{
    color: #40c96e;
}
.scrolled .off{
    color: #fff !important;
}

.scrolled .nav__inner ul li a{
    color: #40c96e;
}



.scrolled .nav__inner ul li .btnWhiteGreen {
    color: #40c96e;
}

.scrolled .nav__inner ul li .btnWhiteGreen:hover{
    color: #fff;
}

.scrolled .nav__inner svg .blkLogo{
    fill: #40c96e;
}

.scrolled #loginRegisterBtn svg path{
    fill: #40c96e;
}

.nav-styled.is-stuck #nav__logo-text {
    -webkit-animation: slide-out .2s ease-in forwards;
    animation: slide-out .2s ease-in forwards;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.nav-styled.is-stuck .hide-sticky {
    margin: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    width: 0;
    transition: width .3s cubic-bezier(.215, .61, .355, 1)
}

.nav-styled.is-stuck .show-sticky {
    opacity: 1;
    overflow: unset;
    width: auto;

    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

@media(min-width:1200px) {
    .nav-styled {
        height: 88px
    }
}

.nav__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media(min-width:1200px) {
    .nav__inner {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.nav__logo-link {
    display: block;
    max-width: 115px;
    position: relative;
    top: -5px;
    width: 100%;
    color: currentColor;
    cursor: pointer
}

.nav__logo-link:focus,
.nav__logo-link:hover {
    color: var(--c-link-hover)
}

.nav__logo-link:active {
    color: var(--c-link-active)
}

@media(min-width:768px) {
    .nav__logo-link {
        top: -10px
    }
}

@media(min-width:1200px) {
    .nav__logo-link {
        top: unset
    }
}

.nav__logo {
    height: 50px;
    position: absolute;
    width: 145px
}

@media(min-width:768px) {
    .nav__logo {
        height: 65px;
        width: auto;
    }
}

.nav__child-list {
    display: flex;
    flex-wrap: wrap;
}

.nav__child-list > ul {
    margin-right: 20px;
}


#nav__logo-text {
    -webkit-animation: slide-in .2s ease-in forwards;
    animation: slide-in .2s ease-in forwards;
    offset-distance: 0;
    offset-path: path("M-125 0, L0 0");
    opacity: 1;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__items {
    display: none;
    margin-top: 15px;
}

@media(min-width:768px) {
    .nav__items-secondary {
        /*min-width: 300px*/
    }
}

@media(min-width:1200px) {
    .nav__items {
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }
}

@media(min-width:1200px) {
    .nav__items {
        margin-left: 20%;
    }
}

@media(min-width:1400px) {
    .nav__items {
        margin-left: 30%;
    }
}


.nav__item {
    display: inline-block
}

.nav__item:not(:first-child) {
    margin-left: 50px
}

.nav__item--dropdown[aria-expanded=true] .nav__item-link {
    color: var(--c-link-hover)
}

.nav__item--dropdown .nav__item-link:after {
    position: absolute;
    top: 40%;
    right: -15px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    content: "";
    display: block;
    height: 6px;
    -ms-transform: translateY(-40%) rotate(-45deg);
    transform: translateY(-40%) rotate(-45deg);
    width: 6px;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__item--dropdown:focus-within .nav__item-link:before,
.nav__item--dropdown:hover .nav__item-link:before {
    opacity: 1;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__item--dropdown:focus-within .nav__item-link:after,
.nav__item--dropdown:hover .nav__item-link:after {
    border-color: currentColor;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__item-link {
    color: currentColor;
    cursor: pointer;
    font-size: 13px;
    color: inherit;
    /*font-family: Messina, sans-serif;*/
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

.nav__item-link:focus,
.nav__item-link:hover {
    color: var(--c-link-hover)
}

.nav__item-link:active {
    color: var(--c-link-active)
}

@media(min-width:400px)and (max-width:1599px) {
    .nav__item-link {
        font-size: calc(11.66667px + .33333vw)
    }
}

@media(min-width:1600px) {
    .nav__item-link {
        font-size: 17px
    }
}

.nav__item-link:focus {
    outline: 0
}

.nav__item-link.active {
    box-shadow: inset 0 -1px
}

.nav__item-link:before {
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    background-color: currentColor;
    content: "";
    display: block;
    height: 2px;
    opacity: 0;
    width: calc(100% + 19px);
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__item-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 17px;
    padding: 12px 18px;
    background-color: var(--c-button-bg);
    border-radius: 100px;
    cursor: pointer;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
    font-size: 13px;
    color: var(--c-button-text);
    /*font-family: Messina, sans-serif;*/
    font-weight: 500;
    line-height: 1.1
}

.nav__item-button:focus {
    outline: 0
}

@media(min-width:400px)and (max-width:1599px) {
    .nav__item-button {
        font-size: calc(16.66667px + .08333vw)
    }
}

@media(min-width:1600px) {
    .nav__item-button {
        font-size: 18px
    }
}

@media(min-width:400px)and (max-width:1599px) {
    .nav__item-button {
        font-size: calc(11.66667px + .33333vw)
    }
}

@media(min-width:1600px) {
    .nav__item-button {
        font-size: 17px
    }
}

.nav__item-button:focus,
.nav__item-button:hover {
    background-color: var(--c-button-hover-bg);
    color: var(--c-button-hover-text)
}

.nav__item-button:active {
    background-color: var(--c-button-active-bg);
    color: var(--c-button-active-text)
}

.nav__grouping {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.nav__grouping:nth-child(odd) {
    float: right
}

.nav__child-grouping-header {
    color: #26447b;
    display: block;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.light-nav .nav {
    color: var(--c-bg)
}

.light-nav .nav__logo-link {
    color: currentColor;
    cursor: pointer
}

.light-nav .nav__logo-link:focus,
.light-nav .nav__logo-link:hover {
    color: var(--c-spot)
}

.light-nav .nav__logo-link:active {
    color: rgba(var(--c-bg), .6)
}

.light-nav .nav__item-link {
    cursor: pointer;
    transition: .2s cubic-bezier(.645, .045, .355, 1)
}

.light-nav .nav__item-link:focus,
.light-nav .nav__item-link:hover {
    box-shadow: inset 0 -1px currentColor
}

.light-nav .nav__item-link:active {
    box-shadow: 0 -1px inset rgba(var(--c-bg), .6);
    color: rgba(var(--c-bg), .6)
}

.topper-theme .nav {
    background-color: var(--c-base);
    color: var(--c-topper-base)
}

.topper-theme .nav__item-link,
.topper-theme .nav__logo-link {
    color: currentColor;
    cursor: pointer
}

.topper-theme .nav__item-link:focus,
.topper-theme .nav__item-link:hover,
.topper-theme .nav__logo-link:focus,
.topper-theme .nav__logo-link:hover {
    color: var(--c-topper-spot)
}

.topper-theme .nav__item-link:active,
.topper-theme .nav__logo-link:active {
    color: var(--c-topper-base-tint)
}

.topper-theme .nav__item--dropdown[aria-expanded=true] .nav__item-link {
    color: var(--c-topper-spot)
}

.topper-theme .nav__item-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 17px;
    padding: 12px 18px;
    background-color: var(--c-topper-spot);
    border-radius: 100px;
    cursor: pointer;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
    font-size: 13px;
    color: var(--c-topper-bg);
    /*font-family: Messina, sans-serif;*/
    font-weight: 500;
    line-height: 1.1
}

.topper-theme .nav__item-button:focus {
    outline: 0
}

@media(min-width:400px)and (max-width:1599px) {
    .topper-theme .nav__item-button {
        font-size: calc(16.66667px + .08333vw)
    }
}

@media(min-width:1600px) {
    .topper-theme .nav__item-button {
        font-size: 18px
    }
}

@media(min-width:400px)and (max-width:1599px) {
    .topper-theme .nav__item-button {
        font-size: calc(11.66667px + .33333vw)
    }
}

@media(min-width:1600px) {
    .topper-theme .nav__item-button {
        font-size: 17px
    }
}

.topper-theme .nav__item-button:focus,
.topper-theme .nav__item-button:hover {
    background-color: var(--c-topper-bg-alt);
    color: var(--c-topper-base)
}

.topper-theme .nav__item-button:active {
    background-color: var(--c-topper-base);
    color: var(--c-topper-bg)
}

.topper-theme.theme--dark .nav {
    background-color: var(--c-bg)
}

.topper-theme.theme--dark .nav__item-link--dropdown:before {
    background-color: #f0fab8
}

.topper-theme.theme--dark .nav__item-link--dropdown:focus:after,
.topper-theme.theme--dark .nav__item-link--dropdown:hover:after {
    border-color: #f0fab8
}

.topper-theme.theme--dark .nav__item-link--dropdown:after {
    border-color: #fdfcf8
}

.topper-theme.theme--celery .nav {
    background-color: #f0fab8
}

.topper-theme.theme--blue-on-dark .nav,
.topper-theme.theme--blue-on-light .nav {
    background-color: #c2e4e9
}

.topper-theme.theme--beige-on-light .nav {
    background-color: #f8f4e7
}

.topper-theme.theme--library .nav,
.topper-theme.theme--navy-on-light .nav {
    background-color: #26447b
}

@media(max-width:1199px) {

    .js--menu-active .nav,
    .js--menu-active.theme--beige-on-light .nav,
    .js--menu-active.theme--blue-on-dark .nav,
    .js--menu-active.theme--celery .nav,
    .js--menu-active.theme--dark .nav {
        background-color: #121c2e;
        color: var(--c-reverse-base);
        position: fixed
    }

    .js--menu-active.theme--blue-on-light .nav,
    .js--menu-active.theme--library .nav,
    .js--menu-active.theme--light .nav,
    .js--menu-active.theme--white .nav {
        background-color: #fdfcf8;
        color: var(--c-base);
        position: fixed
    }

    .js--menu-active .nav__logo-link {
        color: currentColor;
        cursor: pointer
    }

    .js--menu-active .nav__logo-link:focus,
    .js--menu-active .nav__logo-link:hover {
        color: var(--c-reverse-spot)
    }

    .js--menu-active .nav__logo-link:active {
        color: rgba(var(--c-bg), .6)
    }
}

.no-scroll {
    overflow: hidden;
}

.nav__menu-trigger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0px;
    margin-right: 40px;
    margin-bottom: -10px;
    height: 40px;
    width: 40px;
    color: inherit;
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative
}

.nav__menu-trigger:focus {
    outline: 0
}

@media(min-width:745px)and (max-width:1199px) {
    .nav__menu-trigger:focus:not(:hover):before {
        position: absolute;
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
        background: var(--c-bg-tone);
        border-radius: 50%;
        content: ""
    }
}

@media(min-width:1200px) {
    .nav__menu-trigger {
        display: none
    }
}

.nav__hamburger {
    position: absolute;
    top: 50%;
    right: 7px;
    left: 7px;
    background: currentColor;
    display: block;
    height: 2px
}

.nav__hamburger:after,
.nav__hamburger:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: currentColor;
    content: "";
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.nav__hamburger:before {
    transform: translate3d(0, -6px, 0)
}

.nav__hamburger:after {
    transform: translate3d(0, 6px, 0)
}

body:not(.js--menu-active) .nav__menu-trigger:focus .nav__hamburger:before,
body:not(.js--menu-active) .nav__menu-trigger:hover .nav__hamburger:before {
    transform: translate3d(0, -7px, 0)
}

body:not(.js--menu-active) .nav__menu-trigger:focus .nav__hamburger:after,
body:not(.js--menu-active) .nav__menu-trigger:hover .nav__hamburger:after {
    transform: translate3d(0, 7px, 0)
}

.js--menu-active .nav.is-stuck {
    box-shadow: none
}

.js--menu-active .nav__menu-trigger {
    border-radius: 50%;
    color: var(--c-base)
}

.js--menu-active .nav__menu-trigger:before {
    display: none
}

.js--menu-active .nav__menu-trigger:focus,
.js--menu-active .nav__menu-trigger:hover {
    color: var(--c-base)
}

.js--menu-active .nav__hamburger {
    background: transparent;
    left: -10px;
    right: 11px
}

.js--menu-active .nav__hamburger:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.js--menu-active .nav__hamburger:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav__dropdown {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    background-color: #fdfcf8;
    border-top: 1px solid rgba(18, 28, 46, .2);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    color: #121c2e;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .2s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden;
    margin-top: 2%;

    /*width: calc(100% + 80px)*/
}

@media(min-width:768px) {
    .nav__dropdown>ul {
        width: 100%;
        z-index: 10
    }

    .nav__dropdown:after {
        content: "";
        display: block;
        height: 100vh;
        pointer-events: none;
        width: 100%;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media(max-width:1920px) {
    .nav__dropdown {
        width: 100%;
    }
}

@media(max-width:1720px) {
    .nav__dropdown {
        width: 100%;
    }
}

@media(max-width:1600px) {
    .nav__dropdown {
        width: 100%;
    }
}

@media(max-width:1400px) {
    .nav__dropdown {
        width: 100%;
    }
}

@media(max-width:1300px) {
    .nav__dropdown {
        width: 100%;
    }
}



.nav__item:hover .nav__dropdown {
    z-index: 1
}

.nav__item:focus-within .nav__dropdown,
.nav__item:hover .nav__dropdown {
    opacity: 1;
    visibility: visible
}

.nav__child-heading {
    font-size: 18px;
    line-height: 22.4px;
    font-weight: 500;
    border-bottom: 1px solid rgba(38, 68, 123, .2);
    display: block;
    margin-bottom: 30px;
    padding-bottom: 24px
}

.nav__child-see-more {
    bottom: 25px;
    position: absolute
}

.nav__child-see-more svg {
    margin-left: 5px
}

.nav__item .nav__dropdown-level-two {
    min-width: 156px;
    width: 100%
}

.nav__child-list {
    background-color: #fdfcf8;
    display: -ms-flexbox;
    display: flex;
    height: 750px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: .8
}

.nav__child-list-small {
    background-color: #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: .8
}

.nav__child-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
    white-space: nowrap;
    z-index: 10
}

.nav__child-link:after {
    position: absolute;
    top: -10px;
    left: -15px;
    background-color: #f2f2f3;
    border-radius: 8px;
    content: "";
    display: block;
    height: calc(100% + 20px);
    opacity: 0;
    width: calc(100% + 30px);
    z-index: -1
}

.nav__child-link:focus,
.nav__child-link:hover {
    outline: 0
}

.nav__child-link:focus:after,
.nav__child-link:hover:after {
    opacity: 1;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__child-link-desc {
    -webkit-box-orient: vertical;
    color: #2a3545;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 300
}

.nav__child-link-featured .desc {
    overflow: hidden
}

.nav__child-link-featured {
    padding: 12px;
    background-color: #fdfcf8;
    border: 1px solid rgba(89, 101, 114, .5);
    border-radius: 8px;
    box-shadow: none;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 150px;
    min-height: 135px;
    position: relative;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__child-link-featured .section-name {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #596571;
    margin-bottom: 8px;
    text-transform: uppercase;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__child-link-featured>p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #284579;
    margin: 0;
    overflow: hidden;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__child-link-featured .desc,
.nav__child-link-featured>p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.nav__child-link-featured .desc {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.55
}

.nav__child-link-featured .cta {
    color: #f2f2f3;
    position: relative;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__child-link-featured .cta>svg {
    max-height: 12px;
    max-width: 12px;
    min-height: 12px;
    position: absolute;
    right: 0
}

.nav__child-link-featured:focus,
.nav__child-link-featured:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__child-link-featured:focus .cta,
.nav__child-link-featured:focus .section-name,
.nav__child-link-featured:focus>p,
.nav__child-link-featured:hover .cta,
.nav__child-link-featured:hover .section-name,
.nav__child-link-featured:hover>p {
    color: #121c2e;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav__child-subcategory {
    padding: 24px 40px 108px;
    background-color: #fdfcf8;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.nav__child-subcategory.bg-grey,
.nav__child-subcategory.featured {
    background-color: #f2f2f3;
    color: #121c2e;
    max-width: 350px;
    position: relative
}

.nav__child-subcategory.bg-grey .nav__child-link:after,
.nav__child-subcategory.featured .nav__child-link:after {
    background-color: #fdfcf8
}

.nav__child-subcategory.bg-grey ul>li,
.nav__child-subcategory.featured ul>li {
    max-width: 350px
}

.nav__child-subcategory.featured .nav__child-heading {
    border: 0;
    margin-bottom: 15px
}

.nav__child-subcategory.featured>ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.nav__child-subcategory.featured>ul>li {
    margin-bottom: 18px
}

.nav__child-subcategory ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*height: 100%;*/
    margin: -20px;
    padding-top: 18px;
    width: 100%;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.nav__child-subcategory ul>li {
    margin: 0 20px 24px;
    max-width: 200px;
    width: 100%;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb
}

@media(min-width:1300px) {

    .nav__child-subcategory.bg-grey,
    .nav__child-subcategory.featured {
        max-width: 400px
    }
}

@media(min-width:1440px) {
    .nav__child-subcategory ul>li {
        max-width: 250px
    }

    .nav__child-subcategory.bg-grey,
    .nav__child-subcategory.featured {
        max-width: 450px
    }
}

.nav__image-link {
    bottom: 24px;
    display: block;
    left: 24px;
    position: absolute;
    width: 85%
}

.nav__image-link .lazy-img__mod {
    margin-top: 18px
}

.nav__image-link .nav__child-link {
    display: block
}

@-webkit-keyframes slide-in {
    0% {
        offset-distance: 0;
        opacity: 0
    }

    65% {
        opacity: 0
    }

    to {
        offset-distance: 100%;
        opacity: 1
    }
}

@keyframes slide-in {
    0% {
        offset-distance: 0;
        opacity: 0
    }

    65% {
        opacity: 0
    }

    to {
        offset-distance: 100%;
        opacity: 1
    }
}

@-webkit-keyframes slide-out {
    0% {
        offset-distance: 100%;
        opacity: 1
    }

    25% {
        opacity: 0
    }

    to {
        offset-distance: 0
    }
}

@keyframes slide-out {
    0% {
        offset-distance: 100%;
        opacity: 1
    }

    25% {
        opacity: 0
    }

    to {
        offset-distance: 0
    }
}

.nav.nav-generic .nav__dropdown {
    border: 1px solid rgba(38, 68, 123, .2);
    border-radius: 8px;
    border-top: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    left: -10px;
    overflow: hidden;
    top: 45px;
    -ms-transform: none;
    transform: none;
    width: auto
}

.nav.nav-generic .nav__dropdown:after {
    display: none
}

.nav.nav-generic .nav__logo {
    max-width: 160px
}

.nav.nav-generic .nav__item {
    position: relative
}

.nav.nav-generic .nav__item:nth-child(n+3) .nav__dropdown {
    left: auto;
    right: -30px
}

.nav.nav-generic .nav__child-heading {
    font-size: 12px;
    font-weight: 500;
    border: 0;
    color: #284579;
    margin-bottom: 0;
    text-transform: uppercase
}

.nav.nav-generic .nav__item-link:before {
    display: none
}

.nav.nav-generic .nav__child-list {
    height: auto
}

.nav.nav-generic .nav__child-link {
    display: block
}

.nav.nav-generic .nav__child-link:after {
    background-color: #e5e0c8
}

.nav.nav-generic .nav__child-link-text {
    color: #121c2e;
    line-height: 1.2;
    white-space: normal;
    font-size: 16px;
    font-weight: 400
}

.nav__child-link-text {
    color: #40c96e;
    line-height: 1.2;
    white-space: normal;
    font-size: 16px;
    font-weight: 400
}

.nav.nav-generic .nav__child-link-desc {
    color: #596572;
    -webkit-line-clamp: 3
}

.nav.nav-generic .nav__child-subcategory {
    padding-right: 18px;
    padding-bottom: 24px;
    padding-left: 30px;
    background-color: #f7f4e7
}

.nav.nav-generic .nav__child-subcategory ul {
    height: auto
}

.nav.nav-generic .nav__child-subcategory ul>li {
    max-width: 165px
}

.nav.nav-generic .nav__child-subcategory:last-child {
    padding-right: 30px
}

.nav.nav-generic .nav__menu-trigger:focus:before {
    background-color: var(--c-link-hover);
    opacity: .15
}

.js--menu-active .nav.nav.nav-generic .nav__menu-trigger:focus:before {
    background-color: var(--c-link-hover);
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .15;
    position: absolute;
    top: 0;
    width: 100%
}

.js--menu-active .menu-search {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
    overflow-y: scroll;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden;
    width: 100%;
    z-index: 90;
    background: #edf5f3;
    /*background: transparent;*/
}

@media(min-width:745px)and (max-width:1023px) {
    .menu {
        padding-top: 80px
    }
}

@media(min-width:1024px) {
    .menu {
        padding-top: 80px
    }
}

@media(min-width:768px) {
    .menu {
        padding-bottom: 40px
    }
}

@media(max-width:1199px) {
    .js--menu-active .menu {
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    .menu .menu-bar {
        position: relative;
        padding-left: 15px;
        padding-right: 15px
    }

    .menu .menu-bar__form {
        display: block
    }
}

.menu-inner {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative
}

.menu__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu__item:last-child .menu__accordion-button,
.menu__item:last-child .menu__link {
    border-bottom: 0
}

.menu__item--alt {
    background-color: #f2f2f3
}

.menu__item--alt .menu__link {
    color: #fdfcf8
}

.menu__item--alt .menu__link:focus,
.menu__item--alt .menu__link:hover {
    color: #f2f2f3
}

.menu__item--alt .menu__link:focus .menu__arrow-icon,
.menu__item--alt .menu__link:hover .menu__arrow-icon {
    color: #f2f2f3;
    transition: .2s cubic-bezier(.645, .045, .355, 1)
}

.menu__item a {
    text-decoration: none;
}

.menu__featured-list {
    margin: 0;
    opacity: 0
}

.js-accordion-expanded .menu__featured-list {
    opacity: 1
}

.menu__featured-list {
    list-style: none;
    padding: 0;
    margin: 0 -2px;
    display: -ms-flexbox;
    display: flex
}

.menu__featured-item {
    padding-left: 2px;
    padding-right: 2px;
    width: 100%
}

.menu__featured-link {
    padding: 12px;
    border-radius: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    line-height: 1.3;
    transition: .2s cubic-bezier(.645, .045, .355, 1)
}

@media(min-width:400px) {
    .menu__featured-link {
        padding: 18px
    }
}

@media(min-width:768px) {
    .menu__featured-link {
        padding: 24px
    }
}

.menu__featured-link:before {
    content: " ";
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    -ms-flex-item-align: center;
    align-self: center;
    background: linear-gradient(143.41deg, rgba(253, 252, 248, .45) 10.7%, rgba(253, 252, 248, 0) 107.77%);
    width: 50px
}

@media(min-width:768px) {
    .menu__featured-link:before {
        width: 100px
    }
}

.menu__featured-link:focus,
.menu__featured-link:hover {
    background-color: #596571
}

.menu__languages {
    padding-left: 15px;
    padding-right: 15px
}

.menu__button-translate {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 12px 18px;
    background-color: var(--c-button-bg);
    border-radius: 100px;
    cursor: pointer;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
    font-size: 17px;
    color: var(--c-button-text);
    /*font-family: Messina, sans-serif;*/
    font-weight: 500;
    line-height: 1.1;
    background-color: #fdfcf8;
    border: 1px solid #f2f2f3;
    color: #2a3545;
    width: 100%
}

.menu__button-translate:focus {
    outline: 0
}

@media(min-width:400px)and (max-width:1599px) {
    .menu__button-translate {
        font-size: calc(16.66667px + .08333vw)
    }
}

@media(min-width:1600px) {
    .menu__button-translate {
        font-size: 18px
    }
}

.menu__button-translate:focus,
.menu__button-translate:hover {
    background-color: var(--c-button-hover-bg);
    color: var(--c-button-hover-text)
}

.menu__button-translate:active {
    background-color: var(--c-button-active-bg);
    color: var(--c-button-active-text)
}

.menu__child-list {
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width:768px) {
    .menu__child-list {
        margin-top: 18px
    }
}

.menu__child-item {
    display: block;
    line-height: 1;
    margin-bottom: 12px
}

.menu__featured-link-text {
    margin-top: 12px
}

.menu__child-link,
.menu__featured-link {
    font-size: 13px;
    font-weight: 600
}

.menu__child-link {
    cursor: pointer;
    transition: .2s cubic-bezier(.645, .045, .355, 1)
}

.menu__child-link:focus,
.menu__child-link:hover {
    box-shadow: inset 0 -1px currentColor
}

.menu__child-link:active {
    box-shadow: 0 -1px inset var(--c-link-hover);
    color: var(--c-link-hover)
}

.menu__link {
    font-size: 17px;
    color: inherit;
    /*font-family: Messina, sans-serif;*/
    font-weight: 600;
    line-height: 1.55;
    padding: 18px 15px;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(18, 28, 46, .2);
    color: #121c2e;
    display: -ms-flexbox;
    display: flex;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%
}

@media(min-width:768px) {
    .menu__link {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width:1480px) {
    .menu__link {
        padding-left: calc(50vw - 700px);
        padding-right: calc(50vw - 700px)
    }
}

@media(min-width:400px)and (max-width:1599px) {
    .menu__link {
        font-size: calc(16.66667px + .08333vw)
    }
}

@media(min-width:1600px) {
    .menu__link {
        font-size: 18px
    }
}

.menu__link:focus,
.menu__link:hover {
    color: #000;
    background-color: #f2f2f3
}

.menu__arrow-icon {
    height: 12px;
    width: 12px;
    color: #121c2e;
    margin-left: auto
}

.menu__secondary {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 18px
}

@media(min-width:768px) {
    .menu__secondary {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width:1480px) {
    .menu__secondary {
        padding-left: calc(50vw - 700px);
        padding-right: calc(50vw - 700px)
    }
}

.menu__secondary-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0
}

.menu__secondary-item {
    line-height: 1.3
}

.menu__secondary-item-link {
    cursor: pointer;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
    display: inline-block;
    font-size: 13px;
    font-weight: 300
}

.menu__secondary-item-link:focus,
.menu__secondary-item-link:hover {
    box-shadow: inset 0 -1px currentColor
}

.menu__secondary-item-link:active {
    box-shadow: 0 -1px inset var(--c-link-hover);
    color: var(--c-link-hover)
}

.menu__cta {
    padding: 18px;
    background-color: #121c2e;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #2a3545;
    display: block;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    transition: .2s cubic-bezier(.645, .045, .355, 1)
}

.menu__cta:focus,
.menu__cta:hover {
    background-color: #2a3545;
    color: #121c2e;
    outline: 0
}

@media(min-width:768px) {
    .menu__cta {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        min-height: 350px
    }
}

.menu__cta-inner {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.menu__cta-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    display: block;
    max-width: 180px;
    width: 100%
}

@media(min-width:768px) {
    .menu__cta-img {
        max-width: 350px
    }
}

.menu__cta-img img {
    -o-object-position: 0 100%;
    object-position: 0 100%
}

.menu__cta-text {
    font-size: 17px;
    color: inherit;
    /*font-family: Messina, sans-serif;*/
    font-weight: 600;
    line-height: 1.55;
    color: currentColor;
    display: inline-block
}

@media(min-width:400px)and (max-width:1599px) {
    .menu__cta-text {
        font-size: calc(16.66667px + .08333vw)
    }
}

@media(min-width:1600px) {
    .menu__cta-text {
        font-size: 18px
    }
}

.menu__cta-notch {
    position: absolute;
    right: -1px;
    bottom: -1px;
    height: 66px;
    width: 34px
}

.menu__cta-notch use {
    color: #fdfcf8
}

.menu__accordion.js-accordion-expanded {
    background-color: #fdfcf8
}

.menu__accordion-content {
    height: 0;
    overflow: hidden;
    transition: height .2s cubic-bezier(.25, .46, .45, .94)
}

.menu__accordion-inner {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    padding-bottom: 0
}

@media(min-width:768px) {
    .menu__accordion-inner {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width:1480px) {
    .menu__accordion-inner {
        padding-left: calc(50vw - 700px);
        padding-right: calc(50vw - 700px)
    }
}

.js-accordion-expanded .menu__accordion-inner {
    border-bottom: 1px solid rgba(18, 28, 46, .2)
}

.menu__accordion-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 17px;
    color: inherit;
    /*font-family: Messina, sans-serif;*/
    font-weight: 600;
    line-height: 1.55;
    padding: 18px 15px;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(18, 28, 46, .2);
    color: #121c2e;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    z-index: 10
}

.menu__accordion-button:focus {
    outline: 0
}

@media(min-width:768px) {
    .menu__accordion-button {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width:1480px) {
    .menu__accordion-button {
        padding-left: calc(50vw - 700px);
        padding-right: calc(50vw - 700px)
    }
}

@media(min-width:400px)and (max-width:1599px) {
    .menu__accordion-button {
        font-size: calc(16.66667px + .08333vw)
    }
}

@media(min-width:1600px) {
    .menu__accordion-button {
        font-size: 18px
    }
}

.menu__accordion-button:focus,
.menu__accordion-button:hover {
    background-color: #f2f2f3
}

.js-accordion-expanded .menu__accordion-button {
    background-color: #f2f2f3;
    border-color: transparent;
    color: #596571
}

.menu__accordion-icon {
    height: 12px;
    width: 12px;
    display: block;
    margin-left: auto;
    position: relative
}

.menu__accordion-icon:after {
    height: 8px;
    width: 8px;
    border-bottom: 1px solid #121c2e;
    border-left: 1px solid #121c2e;
    content: "";
    display: block;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.js-accordion-expanded .menu__accordion-icon:after {
    -ms-transform: translateY(40%) rotate(135deg);
    transform: translateY(40%) rotate(135deg);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.menu__child-subcategory ul {
    list-style: none;
    padding: 0
}

.menu__child-subcategory ul>li {
    margin-bottom: 12px
}

.menu__child-subcategory ul>li:last-child {
    margin: 0
}

.menu__child-subcategory .menu__child-heading {
    border-bottom: 1px solid rgba(38, 68, 123, .2);
    display: block;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.3
}

@media(min-width:400px)and (max-width:1599px) {
    .menu__child-subcategory .menu__child-heading {
        font-size: calc(17.33333px + .16667vw)
    }
}

@media(min-width:1600px) {
    .menu__child-subcategory .menu__child-heading {
        font-size: 20px
    }
}

.menu__child-subcategory .menu__child-link {
    padding-top: 5px;
    color: #000;
    display: block
}

.menu__child-subcategory .menu__child-link:active,
.menu__child-subcategory .menu__child-link:focus {
    color: #596571
}

.menu__child-subcategory .menu__child-link-featured {
    padding: 12px;
    background-color: #fdfcf8;
    border: 1px solid rgba(89, 101, 114, .5);
    border-radius: 8px;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.menu__child-subcategory .menu__child-link-featured .section-name {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #596571;
    margin-bottom: 18px;
    text-transform: uppercase;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.menu__child-subcategory .menu__child-link-featured>p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #284579;
    margin: 0 0 22px;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.menu__child-subcategory .menu__child-link-featured .cta {
    color: #2a3545;
    position: relative;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.menu__child-subcategory .menu__child-link-featured .cta>svg {
    max-height: 12px;
    max-width: 12px;
    min-height: 12px;
    position: absolute;
    right: 0
}

.menu__child-subcategory .menu__child-link-featured:focus,
.menu__child-subcategory .menu__child-link-featured:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.menu__child-subcategory .menu__child-link-featured:focus .cta,
.menu__child-subcategory .menu__child-link-featured:focus .section-name,
.menu__child-subcategory .menu__child-link-featured:focus>p,
.menu__child-subcategory .menu__child-link-featured:hover .cta,
.menu__child-subcategory .menu__child-link-featured:hover .section-name,
.menu__child-subcategory .menu__child-link-featured:hover>p {
    color: #121c2e;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.menu__child-subcategory .menu__child-link-text {
    display: block;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600
}

.menu__child-subcategory .menu__child-link-desc {
    display: block;
    padding-top: 5px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400
}

.menu__child-subcategory .menu__image-link {
    display: block;
    margin-top: 12px
}

.menu__child-subcategory .menu__child-see-more .menu__child-link {
    padding-top: 12px
}

.menu__child-subcategory.bg-grey,
.menu__child-subcategory.featured {
    background-color: #f2f2f3;
    color: #121c2e;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 24px
}

@media(min-width:768px) {

    .menu__child-subcategory.bg-grey,
    .menu__child-subcategory.featured {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 40px;
        padding-right: 40px
    }
}

.menu__child-subcategory.bg-grey .menu__child-heading,
.menu__child-subcategory.featured .menu__child-heading {
    border-color: rgba(38, 68, 123, .2)
}

.menu__child-subcategory.bg-grey .lazy-img__mod,
.menu__child-subcategory.featured .lazy-img__mod {
    margin-top: 18px;
    margin-bottom: 18px
}

.menu__child-subcategory.bg-grey:last-child,
.menu__child-subcategory.featured:last-child {
    margin-bottom: 0
}

.menu__child-subcategory+.bg-grey,
.menu__child-subcategory+.featured {
    margin: 36px -15px 0
}

.menu__child-subcategory .menu__grouping {
    padding-bottom: 18px
}

.menu__child-subcategory .menu__grouping ul>li {
    padding: 0
}

.menu__child-subcategory .menu__grouping .menu__child-link {
    padding-top: 5px;
    padding-bottom: 5px
}

.menu__child-subcategory .menu__child-grouping-header {
    color: #26447b;
    display: block;
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 13px;
    font-weight: 600
}

.menu__child-subcategory:last-child {
    margin-bottom: 36px
}

.nav-bar {
    display: none;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 110
}

.nav-bar__items {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0
}

.nav-bar__items .dropdown[data-type=desktop] .dropdown__button,
.nav-bar__items .nav-bar__item {
    font-size: 13px;
    color: inherit;
    /*font-family: Messina, sans-serif;*/
    font-weight: 600;
    line-height: 1.4
}

@media(min-width:400px)and (max-width:1599px) {

    .nav-bar__items .dropdown[data-type=desktop] .dropdown__button,
    .nav-bar__items .nav-bar__item {
        font-size: calc(11.66667px + .33333vw)
    }
}

@media(min-width:1600px) {

    .nav-bar__items .dropdown[data-type=desktop] .dropdown__button,
    .nav-bar__items .nav-bar__item {
        font-size: 17px
    }
}

.nav-bar__item {
    border-radius: 16px;
    display: inline-block;
    height: 100%;
    list-style: none;
    min-width: 16px;
    opacity: 1;
    text-align: center;
    white-space: nowrap;
    width: auto;
    color: currentColor;
    cursor: pointer;
    padding: 4px 12px;
    margin: 0 6px;
    font-size: 13px;
    font-weight: 600;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav-bar__item:focus,
.nav-bar__item:hover {
    color: var(--c-link-hover)
}

.nav-bar__item:active {
    color: var(--c-link-active)
}

.nav-bar__item svg {
    fill: var(--c-base)
}

.nav-bar__item:first-child,
.nav-bar__item:nth-child(2) {
    padding: 4px 6px;
    /*aspect-ratio: 1/1*/
}

.nav-bar__item:first-child {
    margin-left: 0
}

.nav-bar__item:last-child {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0
}

.nav-bar__item:focus,
.nav-bar__item:hover {
    background-color: var(--c-nav-bar-hover);
    color: #121c2e
}

.nav-bar__item:focus {
    outline: 0
}

.nav-bar__item.no-hover:focus,
.nav-bar__item.no-hover:hover {
    background-color: transparent;
    color: var(--c-base)
}

.nav-bar .nav__item-button {
    line-height: 1;
    position: relative
}

.nav-bar.nav-bar-generic .nav-bar__item-link {
    border-bottom: 1px solid rgba(89, 101, 113, .5);
    padding-bottom: 4px;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav-bar.nav-bar-generic .nav-bar__item-link svg {
    fill: currentColor;
    max-height: 10px;
    max-width: 20px;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav-bar.nav-bar-generic .nav-bar__item-link:focus,
.nav-bar.nav-bar-generic .nav-bar__item-link:hover {
    border-color: var(--c-link-hover);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.nav-bar.nav-bar-generic .nav-bar__item-link:focus svg,
.nav-bar.nav-bar-generic .nav-bar__item-link:hover svg {
    fill: var(--c-link-hover);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

@media(min-width:1200px) {
    .nav-bar {
        display: -ms-flexbox;
        display: flex
    }
}

.nav__search-icon {
    margin-bottom: -4px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px
}

.nav__search-link {
    max-height: 16px;
    max-width: 16px;
    position: relative
}

.site-width {
    /*padding-left: 15px;*/
    /*padding-right: 15px*/
}

@media(min-width:768px) {
    .site-width {
        /*background: #edf5f3;*/
        /*padding-left: 40px;*/
        /*padding-right: 40px*/
    }
}

.nav__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media(min-width:1200px) {
    .nav__inner {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.visually-hidden-desktop {
    clip: auto;
    height: auto;
    margin: unset;
    overflow: auto;
    position: relative;
    width: auto
}

@media(min-width:1200px) {
    .visually-hidden-desktop {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .visually-hidden-desktop.focusable:active,
    .visually-hidden-desktop.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }
}