<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lpc-menu-1 {
    position: relative;
}

.lpc-menu-1__wrap {
    overflow: visible;
}

.lpc-menu-1-description-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lpc-menu-1-description {
    margin: 16px 0;
}

.lpc-menu-1 .lpc-menu-1__logo {
    line-height: 0;
    margin-right: 8px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    max-width: 100%;
    box-sizing: content-box;
}

.lpc-menu-1__logo img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.lpc-menu-1__logo a {
    width: 100%;
    height: 100%;
}

.lpc-menu-1-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lpc-menu-1-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    list-style: none;
    padding: 0;
    flex: 0 0 auto;
}

.lpc-menu-1-nav-wr {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

._reverse .lpc-menu-1-nav-wrapper {
	flex-direction: row-reverse;
}

._reverse .lpc-menu-1-nav-wr {
	justify-content: flex-start;
}

._reverse .lpc-menu-1-description-wrapper {
	justify-content: flex-end;
}

.lpc-menu-1__logo-title a {
    text-decoration: none;
}

.lpc-menu-1-nav__item {
    text-decoration: none;
    -webkit-transition: 0.08s;
    transition: 0.08s;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.lpc-menu-1-nav__item-wrapper {
    margin: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.lpc-menu-1-nav__item:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.lpc-menu-1-nav__sublist {
    display: none;
    list-style: none;
    padding: 24px;
    margin: 0;
    position: absolute;
    width: 293px;
    top: 100%;
    background-color: #fff;
    z-index: 1;
}

.lpc-menu-1-nav__item-wrapper &gt; .lpc-menu-1-nav__sublist {
    left: 50%;
    transform: translateX(-50%);
}

.lpc-menu-1-nav__sublist ul {
    position: static;
    width: auto;
}

.lpc-menu-1-nav__sublist-arrow {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    -webkit-transition: 0.08s;
    transition: 0.08s;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 4px;
    cursor: pointer;
    position: relative;
}

.lpc-menu-1-nav__sublist-arrow-line {
    width: 6px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 8px;
    transform: rotate(40deg);
    left: 3px;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.lpc-menu-1-nav__sublist-arrow-line:last-child {
    transform: rotate(-40deg);
    right: 3px;
    left: auto;
}

.lpc-menu-1-nav__sublist-arrow:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.lpc-menu-1-nav__sublist-arrow._opened {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.lpc-menu-1-nav__sublist-item {
    text-decoration: none;
    display: block;
}

.lpc-menu-1-nav__sublist-item-wrapper {
    margin-bottom: 16px;
    position: relative;
}

.lpc-menu-1-nav__sublist-item-wrapper &gt; .lpc-menu-1-nav__sublist-arrow {
    position: absolute;
    right: 0;
    top: 0;
}

.lpc-menu-1-nav__sublist-item-wrapper:last-child {
    margin-bottom: 0;
}

.lpc-menu-1 .lpc-menu-1__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    cursor: pointer;
    box-sizing: content-box;
}

.lpc-menu-1__popup {
    position: relative;
    height: 100%;
    width: 388px;
    z-index: 3;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    padding: 72px 32px;
    overflow: auto;
    box-sizing: border-box;
    background: #fff;
}

.lpc-menu-1__popup-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    z-index: 9;
}

.lpc-menu-1__popup-wrapper &gt; .lp-block-bg .lp-block-overlay {
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.lpc-menu-1__popup &gt; .lp-block-bg {
    z-index: 1;
}

.lpc-menu-1__popup &gt; .lp-block-bg .lp-block-overlay {
    background-color: #fff;
}

.lpc-menu-1__popup-close-btn {
    z-index: 2;
    width: 24px;
    height: 24px;
    line-height: 0;
    position: absolute;
    top: 24px;
    right: 32px;
    cursor: pointer;
}

.lpc-menu-1__popup-close-btn img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.lpc-menu-1__popup .lpc-menu-1__popup-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    margin: 0;
}

.lpc-menu-1__popup .lpc-menu-1__popup-menu .lpc-menu-1-nav__item-wrapper {
    margin: 0 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 24px;
    position: relative;
}

.lpc-menu-1__popup .lpc-menu-1__popup-menu .lpc-menu-1-nav__item-wrapper:last-child {
    margin-bottom: 0;
}

.lpc-menu-1__popup .lpc-menu-1__popup-menu .lpc-menu-1-nav__sublist {
    position: relative;
    padding: 0;
    width: auto;
    right: auto;
    top: auto;
    padding: 24px 0 0 32px;
}

.lpc-menu-1__popup .lpc-menu-1__popup-menu .lpc-menu-1-nav__sublist-item-wrapper {
    position: relative;
    min-height: 24px;
}

.lpc-menu-1__popup .lpc-menu-1__popup-menu .lpc-menu-1-nav__sublist-arrow {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 0;
    background-size: cover;
}

.lpc-menu-1__popup._opened {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.lpc-menu-1[data-media-source="mobile"] {
    padding: 16px 0 24px;
}

.lpc-menu-1[data-media-source="mobile"] .lpc-menu-1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.lpc-menu-1[data-media-source]._reverse .lpc-menu-1__row {
	flex-direction: row-reverse;
}

.lpc-menu-1[data-media-source="mobile"] .lpc-menu-1__row._only-logo {
    padding-top: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lpc-menu-1[data-media-source="mobile"] .lpc-menu-1__row._only-logo .lpc-menu-1-description-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
}

.lpc-menu-1[data-media-source="mobile"] .lpc-menu-1__row._only-logo .lpc-menu-1-nav-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-item-align: center;
    align-self: center;
}

.lpc-menu-1[data-media-source="mobile"] .lpc-menu-1-nav-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.lpc-menu-1[data-media-source="mobile"] .lpc-menu-1-description {
    margin-bottom: 0;
    width: 100%;
}

.lpc-menu-1[data-media-source="mobile"] .lpc-menu-1-description-wrapper {
    padding-top: 16px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.lpc-menu-1[data-media-source="mobile"] .lpc-menu-1__logo {
    margin: 0 auto;
}

.lpc-menu-1[data-media-source="mobile"] .lpc-menu-1__logo-title {
    width: 100%;
}

.lpc-menu-1[data-media-source="mobile"] .lpc-menu-1__burger {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}

.lpc-menu-1[data-media-source="mobile"] .lpc-menu-1__popup {
    width: 100%;
}

.lpc-menu-1[data-media-source="tablet"] {
    padding: 24px 0;
}

.lpc-menu-1[data-media-source="tablet"] .lpc-menu-1__burger {
    width: 44px;
    height: 44px;
    display: none;
    flex: 0 0 44px;
}

.lpc-menu-1[data-media-source="desktop"] {
    padding: 32px 0;
}

.lpc-menu-1[data-media-source="desktop"] .lpc-menu-1__burger {
    width: 50px;
    height: 50px;
    display: none;
    flex: 0 0 50px;
}

.lpc-menu-1__burger-in {
    width: 24px;
    height: 24px;
    padding: 1px 3px;
    box-sizing: border-box;
}

.burger-line {
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 100px;
    margin: 4px 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.lpc-menu-1__popup-close-btn .burger-line {
    position: absolute;
    top: 7px;
    background: #444444;
}

.lpc-menu-1__logo-title-in {
    color: #1F50A1;
}

.lpc-menu-1__popup-close-btn .burger-line:first-child {
    transform: rotate(45deg);
}

.lpc-menu-1__popup-close-btn .burger-line:last-child {
    transform: rotate(-45deg);
}

.lpc-menu-1__popup-close-btn .burger-line:nth-child(2) {
    display: none;
}

.lpc-menu-1-nav-wr .lpc-menu-1-nav {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.lpc-menu-1 ._hide {
  display: none;
}

.lpc-menu-1 ._show {
  display: flex !important;
    height: auto;
    overflow: visible;
    opacity: 1;
}

.lpc-menu-1__popup-wrapper._opened {
  z-index: 1001;
}

._is-cms .lpc-menu-1__popup-wrapper._opened {
    top: 72px;
}

.lpc-menu-1__popup-wrapper &gt; .lp-block-bg {
    background-image: none !important;
}

.lpc-menu-1__popup-wrapper &gt; .lp-block-bg .lp-block-overlay {
    background: rgba(68, 68, 68, 0.6) !important;
}</pre></body></html>