input {
    border: none;
    border-radius: 0;
    padding: 0;
    display: block;
    background: none;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
}
select {
    font: inherit;
    border-radius: 0;
}
textarea {
    border: none;
    max-width: 100%;
    min-width: 100%;
    outline: none;
    display: block;
    padding: 0;
    box-sizing: border-box;
    font: inherit;
}
button {
    background: white;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    vertical-align: middle;
}
svg {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    fill: currentColor;
    stroke: none;
}
pre {
    overflow: scroll;
    word-wrap: break-word;
    padding: 10px;
    background-color: rgba(208, 208, 208, 0.6);
    border-radius: 3px;
    margin: 0;
    font-family: Courier, "New Courier", monospace;
    font-size: 12px;
}
h1,
h2,
h3,
p,
ul,
figure {
    margin: 0;
    padding: 0;
    border: none;
    color: inherit;
}
.JE-modal {
    display: none;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
@media (max-width: 1199px) {
    body {
        overflow-x: hidden;
    }
}
body > img {
    display: none;
}
@media (min-width: 1200px) {
    .je-mobile-only {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .je-desktop-only {
        display: none !important;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}
.grecaptcha-badge._visible {
    visibility: visible;
}
@media (max-width: 1199px) {
    .intercom-lightweight-app-launcher {
        bottom: 85px !important;
    }
}
.g-accessibility-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    width: 0;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}
:root {
    --offset-xs: 16px;
    --offset-s: 24px;
    --offset-m: 32px;
    --offset-l: 48px;
    --offset-xl: 64px;
}
@media (max-width: 767px) {
    :root {
        --offset-xs: 8px;
        --offset-s: 16px;
        --offset-m: 24px;
        --offset-l: 32px;
        --offset-xl: 48px;
    }
}
.je2-lazy-load {
    opacity: 0;
    transition: opacity 200ms linear;
}
.je2-lazy-load._without-opacity {
    opacity: unset;
    transition: none;
}
.je2-lazy-load._loaded {
    opacity: unset;
}
.je2-lazy-load._glowing {
    animation: glow 2s linear infinite alternate;
}
@keyframes glow {
    0% {
        background: rgba(0, 0, 0, 0);
    }
    100% {
        background: rgba(0, 0, 0, 0.5);
    }
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-user-controls {
    display: flex;
    white-space: nowrap;
    list-style: none;
    position: relative;
}
@media (max-width: 1199px) {
    .je2-user-controls {
        display: none;
    }
}
@media (min-width: 1200px) {
    .je2-user-controls > li {
        margin-left: 24px;
    }
}
.je2-user-controls > li > button,
.je2-user-controls > li > a {
    font-family: inter, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 150ms ease;
    cursor: pointer;
    flex: 1;
}
.je2-user-controls > li > button p,
.je2-user-controls > li > a p {
    max-width: 75px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.je2-user-controls > li > button > div,
.je2-user-controls > li > a > div {
    font-size: 16px;
    margin-left: 5px;
}
.je2-user-controls > li > button {
    background: unset;
    height: 100%;
    box-sizing: content-box;
}
@media (min-width: 1200px) {
    .je2-user-controls > li > button {
        font-size: 16px;
    }
}
.je2-user-controls > li > a {
    height: 100%;
}
@media (min-width: 1200px) {
    .je2-user-controls > li > a {
        flex-direction: row;
    }
}
.je2-user-controls__account {
    position: relative;
    border: 0;
    padding: 0;
}
.je2-user-controls__account._active .je2-seller-profile-info > svg {
    transform: rotate(180deg);
}
.je2-user-controls__login {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 12px;
    margin-right: 12px;
}
.je2-user-controls__login button {
    color: #F7F2E9;
    padding: 8px 15px;
    border: 1px solid #F7F2E9;
    border-radius: 100px;
    height: 38px;
}
.je2-user-controls__login button svg {
    width: 14px;
    height: 14px;
    min-width: 14px;
}
.je2-user-controls__login button:hover {
    border-color: #F7F2E9;
    color: #000;
}
.je2-user-controls .je2-seller-profile-info {
    margin-left: 0;
}
.je2-user-controls .je2-account-dropdown {
    position: absolute;
    top: 69px;
    right: 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 210px;
    z-index: 50;
}
.je2-user-controls .je2-account-dropdown._v2 {
    width: 200px;
    box-sizing: border-box;
}
.je2-user-controls .je2-account-dropdown._empty {
    display: flex;
    justify-content: center;
}
.je2-user-controls .je2-account-dropdown._hidden {
    display: none;
}
.je2-user-controls._hidden {
    display: none;
}
.je2-notification-circle {
    display: none;
}
.je2-notification-circle._active {
    display: flex;
    position: absolute;
    top: 18px;
    right: -12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F7F2E9;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-button {
    display: inline-flex;
    color: #151515;
    outline-color: #151515;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: color 80ms ease, background-color 80ms ease, border-color 80ms ease;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    font-family: inter, Arial, sans-serif;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    padding: 10px 15px;
    white-space: nowrap;
}
.je2-button > span > svg,
.je2-button > svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.je2-button > span {
    pointer-events: none;
}
.je2-button > svg + span,
.je2-button > span + svg {
    margin-left: 8px;
}
.je2-button span._hidden {
    display: none;
}
.je2-button._rounded {
    border-radius: 20px;
}
.je2-button._noborder {
    border: 0;
}
.je2-button._black {
    background-color: #151515;
    border-color: #151515;
    color: #fff;
}
@media (min-width: 1200px) {
    .je2-button._black:hover,
    .je2-button._black:focus {
        background-color: rgba(21, 21, 21, 0.85);
        border-color: rgba(21, 21, 21, 0.85);
    }
}
.je2-button._black .je2-button__count {
    color: #e0e0e0;
}
.je2-button._cyan {
    background: #F7F2E9;
    border-color: #F7F2E9;
    color: #000;
}
.je2-button._cyan:hover,
.je2-button._cyan:focus {
    background-color: #F7F2E9;
    border-color: #F7F2E9;
}
.je2-button._cyan:disabled,
.je2-button._cyan._disabled {
    background: #16907a;
    border-color: #16907a;
}
.je2-button._white {
    background: #fff;
    border-color: #151515;
    color: #151515;
}
.je2-button._white:hover,
.je2-button._white:focus {
    background-color: #f5f5f5;
}
.je2-button._uppercase {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.je2-button._capitalize {
    text-transform: capitalize;
}
.je2-button._onlyicon {
    padding: 10px;
}
.je2-button._onlyicon svg {
    width: 24px;
    height: 24px;
}
.je2-button._onlyicon._disabled {
    cursor: not-allowed;
    color: #606060;
    background: #f5f5f5;
}
.je2-button._fillactive svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}
.je2-button._fillactive._active svg {
    fill: currentColor;
}
.je2-button._link {
    text-decoration: underline;
    text-decoration-color: #e0e0e0;
    text-underline-offset: 5px;
    transition: text-decoration-color 0.3s;
}
.je2-button._link:hover,
.je2-button._link:focus {
    text-decoration-color: #151515;
}
@media (min-width: 1200px) {
    .je2-button._mobile-and-tablet-only {
        display: none;
    }
}
.je2-button._not-visible {
    opacity: 0;
    pointer-events: none;
}
.je2-button:hover,
.je2-button:focus {
    border-color: #151515;
    z-index: 2;
}
.je2-button:hover .je2-button__tooltip {
    display: block;
}
.je2-button._active {
    border-color: #151515;
}
.je2-button._disabled,
.je2-button:disabled {
    cursor: not-allowed;
    border-color: #f0f0f0;
    color: #adadad;
    background: #f0f0f0;
}
.je2-button._hidden {
    display: none;
}
.je2-button._invisible {
    visibility: hidden;
}
.je2-button__badge {
    margin-left: 6px;
    pointer-events: none;
}
.je2-button__badge:empty {
    display: none;
}
.je2-button__temporary {
    pointer-events: none;
}
.je2-button__count {
    color: #606060;
    margin-left: 5px;
    pointer-events: none;
}
.je2-button__tooltip {
    display: none;
    cursor: default;
    position: absolute;
    top: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
    white-space: normal;
    min-width: 200px;
    color: #151515;
}
.je2-button__tooltip._small {
    min-width: 89px;
    line-height: 13px;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .je2-button__tooltip {
        max-width: 100vw;
    }
}
.je2-button__tooltip b {
    font-weight: 500;
    font-size: 14px;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je3-header {
    font-family: inter, Arial, sans-serif;
    position: sticky;
    z-index: 301;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    background: #fff;
    transition: background-color 250ms ease, color 250ms ease, transform 250ms ease;
    padding: 0 5vw;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    flex-wrap: wrap;
}
.je3-header::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 66px;
    z-index: -1;
    border-bottom: 1px solid #eaeaea;
}
@media (max-width: 1199px) {
    .je3-header::before {
        top: 56px;
    }
}
@media (max-width: 1199px) {
    .je3-header {
        padding: 0 20px;
    }
}
.je3-header._without-space {
    margin-bottom: -113px;
}
@media (max-width: 1199px) {
    .je3-header._without-space {
        margin-bottom: -103px;
    }
}
@media (min-width: 1200px) {
    .je3-header._no-max-width {
        padding: 0 40px;
    }
    .je3-header._no-max-width > header {
        max-width: none;
    }
}
@media (min-width: 1200px) {
    .je3-header._narrow > header {
        max-width: 1280px;
    }
}
.je3-header._burger-out > header > button {
    margin-left: -82px;
    padding: 0 30px;
}
.je3-header > header,
.je3-header .je2-secondary-menu > nav {
    display: flex;
    position: relative;
}
@media (min-width: 1200px) {
    .je3-header > header,
    .je3-header .je2-secondary-menu > nav {
        margin: 0 auto;
        max-width: calc(1920px - 10vw);
    }
}
.je3-header > header .je2-button,
.je3-header .je2-secondary-menu > nav .je2-button {
    transition: color 120ms ease, border-color 120ms ease;
    background-color: transparent;
}
.je3-header > header svg,
.je3-header .je2-secondary-menu > nav svg {
    transition: fill 120ms ease;
}
.je3-header > header button,
.je3-header > header a,
.je3-header .je2-secondary-menu > nav button,
.je3-header .je2-secondary-menu > nav a {
    position: relative;
}
.je3-header > header > button,
.je3-header .je2-secondary-menu > nav > button {
    background-color: transparent;
    padding: 0 24px;
    margin-left: -24px;
}
@media (max-width: 1199px) {
    .je3-header > header > button,
    .je3-header .je2-secondary-menu > nav > button {
        padding: 16px;
        margin-right: -20px;
    }
}
.je3-header > header > button svg,
.je3-header .je2-secondary-menu > nav > button svg {
    width: 20px;
    height: 20px;
    stroke: #151515;
}
.je3-header > header > a,
.je3-header .je2-secondary-menu > nav > a {
    background-color: transparent;
    margin: 0 -15px;
}
.je3-header > header > a svg:first-of-type,
.je3-header .je2-secondary-menu > nav > a svg:first-of-type {
    width: 140px;
}
.je3-header > header > a svg:last-of-type,
.je3-header .je2-secondary-menu > nav > a svg:last-of-type {
    display: none;
}
.je3-header > header > ul,
.je3-header .je2-secondary-menu > nav > ul {
    white-space: nowrap;
    list-style: none;
    display: flex;
}
.je3-header > header > ul > li,
.je3-header .je2-secondary-menu > nav > ul > li {
    margin-left: 0;
}
.je3-header > header > ul > li > a,
.je3-header > header > ul > li > button,
.je3-header .je2-secondary-menu > nav > ul > li > a,
.je3-header .je2-secondary-menu > nav > ul > li > button {
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 0 12px;
}
.je3-header > header > ul > li > a:hover::after,
.je3-header > header > ul > li > a._active::after,
.je3-header > header > ul > li > a:focus::after,
.je3-header > header > ul > li > button:hover::after,
.je3-header > header > ul > li > button._active::after,
.je3-header > header > ul > li > button:focus::after,
.je3-header .je2-secondary-menu > nav > ul > li > a:hover::after,
.je3-header .je2-secondary-menu > nav > ul > li > a._active::after,
.je3-header .je2-secondary-menu > nav > ul > li > a:focus::after,
.je3-header .je2-secondary-menu > nav > ul > li > button:hover::after,
.je3-header .je2-secondary-menu > nav > ul > li > button._active::after,
.je3-header .je2-secondary-menu > nav > ul > li > button:focus::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: 12px;
    width: calc(100% - 24px);
    border-bottom: 1px solid #151515;
}
.je3-header > header .je2-user-controls,
.je3-header .je2-secondary-menu > nav .je2-user-controls {
    margin-right: -12px;
}
.je3-header > header .je2-user-controls > li a > div,
.je3-header .je2-secondary-menu > nav .je2-user-controls > li a > div {
    font-size: 14px;
}
.je3-header > header {
    height: 66px;
}
@media (max-width: 1199px) {
    .je3-header > header {
        height: 56px;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}
.je3-header > header > ul:first-of-type {
    margin-left: auto;
}
@media (max-width: 1199px) {
    .je3-header > header > ul {
        display: none;
    }
}
.je3-header .je2-secondary-menu > nav li:first-of-type {
    margin-left: -12px;
}
.je3-header .je2-secondary-menu > nav li:last-of-type {
    margin-right: -12px;
}
.je3-header .je3-hamburger {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 25;
    display: none;
    width: 100%;
    height: 100%;
    transition: background-color 0.25s cubic-bezier(0.29, 0.71, 0.53, 1);
}
@media (max-width: 1199px) {
    .je3-header .je3-hamburger._mobile-right {
        justify-content: flex-end;
    }
    .je3-header .je3-hamburger._mobile-right > nav {
        transform: translateX(100%);
    }
}
.je3-header .je3-hamburger nav {
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.25s cubic-bezier(0.29, 0.71, 0.53, 1);
    background-color: #fff;
    will-change: transform;
    width: 315px;
}
.je3-header .je3-hamburger nav .je3-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.je3-header .je3-hamburger._opened {
    display: flex;
}
.je3-header .je3-hamburger._animated {
    background-color: rgba(0, 0, 0, 0.5);
}
.je3-header .je3-hamburger._animated > nav {
    transform: translate3d(0, 0, 0);
}
@media (max-width: 1199px) {
    .je3-header._with-search > header > a {
        padding: 16px;
        margin: 0 0 0 -20px;
    }
}
@media (max-width: 1199px) {
    .je3-header._with-search > header > a svg:first-of-type {
        display: none;
    }
}
.je3-header._with-search > header > a svg:last-of-type {
    height: 32px;
    width: 32px;
    min-width: 32px;
    display: block;
}
@media (min-width: 1200px) {
    .je3-header._with-search > header > a svg:last-of-type {
        display: none;
    }
}
.je3-header._transparent {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.je3-header._transparent::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.je3-header._transparent > header > a,
.je3-header._transparent > header > ul > li > button,
.je3-header._transparent > header > ul > li > a,
.je3-header._transparent .je2-secondary-menu > nav > a,
.je3-header._transparent .je2-secondary-menu > nav > ul > li > button,
.je3-header._transparent .je2-secondary-menu > nav > ul > li > a {
    color: #fff;
}
.je3-header._transparent > header > button svg,
.je3-header._transparent .je2-secondary-menu > nav > button svg {
    stroke: #fff;
}
.je3-header._transparent .je3-search-field {
    background: #fff;
}
@media (min-width: 1200px) {
    .je3-header._transparent .je3-search-field__placeholder {
        background: #fff;
    }
}
.je3-header._transparent ul a:hover::after,
.je3-header._transparent ul a._active::after,
.je3-header._transparent ul a:focus::after,
.je3-header._transparent ul button:hover::after,
.je3-header._transparent ul button._active::after,
.je3-header._transparent ul button:focus::after,
.je3-header._transparent .je2-secondary-menu ul a:hover::after,
.je3-header._transparent .je2-secondary-menu ul a._active::after,
.je3-header._transparent .je2-secondary-menu ul a:focus::after,
.je3-header._transparent .je2-secondary-menu ul button:hover::after,
.je3-header._transparent .je2-secondary-menu ul button._active::after,
.je3-header._transparent .je2-secondary-menu ul button:focus::after {
    border-bottom: 1px solid #fff;
}
.je3-header._transparent .je2-user-controls__login button {
    border: 1px solid #fff;
    color: #fff;
}
.je3-header._transparent .je2-user-controls__login button:hover {
    border-color: #e0e0e0;
    color: #e0e0e0;
}
@media (max-width: 1199px) {
    .je3-header._transparent._with-search {
        background-color: #fff;
        margin-bottom: 0;
    }
    .je3-header._transparent._with-search::before {
        border-bottom: 1px solid #eaeaea;
    }
    .je3-header._transparent._with-search .je3-search-field {
        background: #f1f1f1;
    }
    .je3-header._transparent._with-search .je3-search-field._overlay {
        background: #fff;
    }
    .je3-header._transparent._with-search > header > button svg {
        stroke: #151515;
    }
    .je3-header._transparent._with-search .je2-secondary-menu a {
        color: #151515;
    }
}
@media (max-width: 1199px) {
    .je3-header._with-search._without-space {
        margin-bottom: 0;
    }
}
.je3-header._with-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 21;
}
.je3-header._no-sticky {
    position: relative;
}
.je3-header._large > header {
    height: 84px;
}
.je3-header._large::before {
    top: 84px;
}
.je3-header._large .je2-account-dropdown {
    top: 95px;
}
@media (max-width: 1199px) {
    #page_content._w-bottom-offset {
        top: 0;
        padding-bottom: calc(62px + env(safe-area-inset-bottom));
    }
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
@media (max-width: 1199px) {
    .je2-secondary-menu {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
}
.je2-secondary-menu nav {
    height: 46px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.je2-secondary-menu nav::-webkit-scrollbar {
    display: none;
}
@media (min-width: 1200px) {
    .je2-secondary-menu nav {
        width: calc(100% + 5vw);
    }
}
@media (max-width: 1199px) {
    .je2-secondary-menu nav ul {
        padding: 0 20px;
    }
}
.je2-secondary-menu__submenu {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    margin-top: 1px;
    clip: rect(0, 0, 0, 0);
}
.je2-secondary-menu__submenu > div {
    display: flex;
    visibility: hidden;
    height: 0;
    max-width: calc(1920px - 10vw);
    margin: 0 auto;
    position: relative;
}
@media (max-width: 1199px) {
    .je2-secondary-menu__submenu > div {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .je2-secondary-menu__submenu > div::-webkit-scrollbar {
        display: none;
    }
}
.je2-secondary-menu__submenu > div._visible {
    visibility: visible;
    height: auto;
    padding: 20px 5vw;
}
.je2-secondary-menu__submenu > div > .je2-button {
    margin: auto 0 0 auto;
    height: 34px;
    font-weight: 500;
    padding: 0 12px;
}
.je2-secondary-menu__submenu > div > .je2-button svg {
    fill: none;
    stroke: currentColor;
    width: 12px;
    height: 12px;
    min-width: 12px;
}
.je2-secondary-menu__submenu ul {
    white-space: nowrap;
    list-style: none;
    margin-left: 80px;
}
.je2-secondary-menu__submenu ul:first-of-type {
    margin-left: 0;
}
.je2-secondary-menu__submenu ul._less-space-from-left {
    margin-left: 24px;
}
.je2-secondary-menu__submenu ul > li:first-of-type p {
    font-size: 14px;
    line-height: 22px;
    min-height: 22px;
    font-weight: 500;
    color: #717171;
    margin-bottom: 16px;
}
.je2-secondary-menu__submenu ul .je2-button {
    border: 0;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 12px;
    margin-left: -12px;
}
.je2-secondary-menu__submenu ul .je2-button:hover {
    color: #717171;
}
.je2-secondary-menu._with-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: -1;
    margin-top: 1px;
}
.je2-secondary-menu._with-bg .je2-secondary-menu__submenu {
    clip: unset;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je3-search-field {
    font-family: inter, Arial, sans-serif;
    display: flex;
    margin-top: 14px;
    border-radius: 100px;
    height: 38px;
    background: #f1f1f1;
    position: absolute;
    z-index: 22;
}
@media (min-width: 1200px) {
    .je3-search-field {
        min-width: 540px;
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 1199px) {
    .je3-search-field {
        width: calc(100% - 76px);
        left: 44px;
        margin-top: 9px;
    }
}
.je3-search-field svg {
    width: 16px;
    height: 16px;
    color: transparent;
}
.je3-search-field__placeholder {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #f1f1f1;
    cursor: text;
    color: #717171;
    z-index: 5;
}
.je3-search-field__placeholder svg {
    stroke: #717171;
    margin-right: 8px;
}
.je3-search-field__placeholder p {
    max-width: calc(100% - 42px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.je3-search-field__input {
    width: 100%;
    padding: 0 20px;
    position: relative;
}
.je3-search-field__input label {
    display: flex;
    align-items: center;
    height: 100%;
}
.je3-search-field__input label > .je2-button {
    padding: 10px 16px;
    margin-left: -20px;
}
.je3-search-field__input label svg {
    stroke: #151515;
}
.je3-search-field__input label svg:first-of-type {
    display: none;
}
.je3-search-field__input input {
    width: calc(100% - 55px);
    height: 100%;
    font-weight: 400;
}
.je3-search-field__input > .je2-button {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 20px 20px 10px;
}
.je3-search-field__input > .je2-button svg {
    color: #adadad;
}
@media (max-width: 1199px) {
    .je3-search-field__input > .je2-button svg:first-of-type {
        display: none;
    }
}
@media (min-width: 1200px) {
    .je3-search-field__input > .je2-button svg:last-of-type {
        display: none;
    }
}
.je3-search-field__suggestions {
    border-radius: 0 0 6px 6px;
    padding: 12px 0;
    left: 0;
    right: 0;
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    box-sizing: border-box;
}
@media (max-width: 1199px) {
    .je3-search-field__suggestions {
        width: 100%;
        height: 100%;
        z-index: 1;
    }
}
.je3-search-field__suggestion-item {
    padding: 10px 20px;
    line-height: 24px;
    display: flex;
    font-size: 16px;
    color: #151515;
    align-items: center;
    cursor: pointer;
}
.je3-search-field__suggestion-item svg {
    stroke: #adadad;
    margin-right: 16px;
}
.je3-search-field__suggestion-item span {
    margin-left: auto;
    font-size: 12px;
    line-height: 18px;
    color: #717171;
}
.je3-search-field__suggestion-item._selected,
.je3-search-field__suggestion-item:hover,
.je3-search-field__suggestion-item:focus,
.je3-search-field__suggestion-item._selected:hover {
    background: #f1f1f1;
}
.je3-search-field._overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    margin: 0;
    border-radius: 0;
}
.je3-search-field._overlay .je3-search-field__placeholder {
    display: none;
}
.je3-search-field._overlay .je3-search-field__input {
    height: 56px;
    border-bottom: 1px solid #eaeaea;
}
.je3-search-field._overlay .je3-search-field__input label svg:first-of-type {
    display: block;
}
.je3-search-field._overlay .je3-search-field__input label svg:last-of-type {
    display: none;
}
.je3-search-field._overlay .je3-search-field__suggestions {
    top: 57px;
}
@media (min-width: 1200px) {
    .je3-search-field._focused {
        border-radius: 6px 6px 0 0;
        height: 57px;
        margin-top: 9px;
        background: #fff;
    }
}
@media (min-width: 1200px) {
    .je3-search-field._focused label::after {
        border-bottom: 1px solid #717171;
        content: "";
        width: calc(100% - 40px);
        position: absolute;
        bottom: 0;
    }
}
.je3-search-field._focused .je3-search-field__suggestions {
    display: block;
}
.je3-search-field._with-results .je3-search-field__placeholder,
.je3-search-field._focused .je3-search-field__placeholder {
    display: none;
}
@media (min-width: 1200px) {
    .je3-search-field._with-results {
        border-radius: 6px 6px 0 0;
        height: 57px;
        margin-top: 9px;
    }
}
.je3-search-field._with-results label > .je2-button {
    padding: 16px;
}
.je3-search-field._with-results .je3-search-field__suggestions {
    display: block;
}
.je3-search-field._with-value .je3-search-field__placeholder {
    color: #151515;
}
.je3-search-field._with-value .je3-search-field__placeholder svg {
    stroke: #151515;
}
.je3-search-field._with-value._focused .je3-search-field__input > .je2-button {
    display: block;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}

.je2-select {
    position: relative;
    border: 1px solid #e0e0e0;
}
.je2-select:hover,
.je2-select:focus {
    border-color: #606060;
}
.je2-select select {
    padding: 11px 30px 11px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    line-height: 20px;
    color: #151515;
    border: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .je2-select select {
        font-size: 16px;
        padding: 15px 33px 13px 15px;
    }
}
.je2-select._left-icon select {
    padding-left: 39px;
}
.je2-select__right-icon {
    position: absolute;
    right: 12px;
    top: calc(50% - 2px);
    width: 11px;
    height: 7px;
    color: #2c2c2c;
    pointer-events: none;
}
.je2-select__left-icon {
    position: absolute;
    left: 14px;
    top: calc(50% - 8px);
    height: 17px;
    width: 17px;
    stroke: #2c2c2c;
    pointer-events: none;
    display: flex;
}
.je2-select__left-icon svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
}
.je2-select._invalid select {
    border-color: #f4382c;
}
.je2-select._with-placeholder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.je2-select._with-placeholder select {
    position: absolute;
    opacity: 0;
    appearance: none;
    left: 0;
    top: 0;
}
.je2-select._with-placeholder span {
    white-space: nowrap;
}
.je2-select._with-placeholder .je2-select__right-icon {
    position: static;
    margin-left: 5px;
}
.je2-select._hidden {
    display: none;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.cookie__container {
    font-family: inter, Arial, sans-serif;
    position: fixed;
    width: 636px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1030;
    padding: 13px 20px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-radius: 4px;
    backface-visibility: hidden;
    box-sizing: border-box;
    display: block;
}
@media (max-width: 1199px) {
    .cookie__container {
        width: calc(100% - 40px);
        bottom: 16px;
        margin-bottom: env(safe-area-inset-bottom);
    }
}
@media (max-width: 1199px) {
    .cookie__container._w-bottom-offset {
        bottom: 70px;
    }
}
.cookie__content {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .cookie__content {
        flex-direction: column;
    }
}
.cookie__text {
    margin-right: 50px;
    font-size: 14px;
}
@media (max-width: 1199px) {
    .cookie__text {
        margin-right: 0;
        text-align: center;
    }
}
.cookie__button {
    padding: 8px 54px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 250ms ease-in-out;
    font-size: 15px;
    font-family: inherit;
    color: #151515;
}
@media (max-width: 1199px) {
    .cookie__button {
        padding: 8px 44px;
        margin: 13px auto auto;
    }
}
.cookie__link {
    color: inherit;
    text-decoration: underline;
}
.cookie__link:hover,
.cookie__link:focus {
    color: #e0e0e0;
}
.breadcrumbs__hidden {
    display: none;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-header-light {
    color: #fff;
}
.je2-header-light._black {
    color: #000;
}
.je2-header-light._left {
    position: absolute;
    left: 60px;
    top: 25px;
    z-index: 3;
}
@media (max-width: 767px) {
    .je2-header-light._left {
        left: 6px;
        top: 16px;
    }
}
.je2-header-light._center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.je2-header-light svg {
    padding: 20px;
    width: 140px;
    height: 21px;
    fill: currentColor;
}
@media (max-width: 1199px) {
    .je2-header-light svg {
        height: 20px;
        padding: 14px;
    }
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-footer-light {
    padding: 85px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f5f5;
}
@media (max-width: 767px) {
    .je2-footer-light {
        padding: 50px 0;
    }
}
.je2-footer-light svg {
    width: 32px;
    height: 32px;
    fill: #adadad;
    margin-bottom: 21px;
    z-index: 0;
}
.je2-footer-light p {
    font-family: inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #adadad;
    z-index: 0;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-notification {
    font-family: inter, Arial, sans-serif;
    position: fixed;
    z-index: 99999999;
    padding: 14px 20px;
    color: #fff;
    box-sizing: border-box;
    transition: transform ease 200ms, opacity ease 200ms;
    will-change: transform, opacity;
}
@media (min-width: 1200px) {
    .je2-notification {
        min-width: 500px;
    }
}
.je2-notification a {
    text-decoration: underline;
}
.je2-notification._bottom-right {
    bottom: 0;
}
@media (min-width: 1200px) {
    .je2-notification._bottom-right {
        right: 5vw;
    }
}
@media (max-width: 767px) {
    .je2-notification._bottom-right {
        margin-bottom: env(safe-area-inset-bottom);
    }
}
.je2-notification._bottom-right._hide {
    transform: translateX(100%);
    opacity: 0;
}
.je2-notification._success {
    background: #F7F2E9;
}
.je2-notification._error {
    background: #ec4850;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-office {
    margin: 0 auto;
    max-width: 1920px;
    padding: 48px 5vw 0;
    font-family: inter, Arial, sans-serif;
    box-sizing: border-box;
}
@media (max-width: 1199px) {
    .je2-office {
        padding: 0;
    }
}
@media (max-width: 1199px) {
    .je2-office .je2-breadcrumbs {
        margin: 20px;
    }
}
.je2-office .je2-tabs {
    border-bottom: 1px solid #e0e0e0;
}
.je2-office__header {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .je2-office__header {
        padding-bottom: 30px;
        display: flex;
        flex-direction: column-reverse;
    }
}
.je2-office__header__left {
    width: 40%;
}
@media (max-width: 1199px) {
    .je2-office__header__left {
        width: auto;
        box-sizing: border-box;
        margin: 0 20px;
    }
}
.je2-office__header__right {
    width: 50%;
    position: relative;
}
@media (max-width: 1199px) {
    .je2-office__header__right {
        width: 100%;
    }
}
.je2-office__title {
    margin-top: 50px;
    
    font-weight: normal;
    font-size: 64px;
    line-height: 68px;
    color: #000;
}
@media (max-width: 1199px) {
    .je2-office__title {
        margin-top: 20px;
        font-size: 34px;
        line-height: 38px;
    }
}
.je2-office__subtitle {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #606060;
}
@media (max-width: 1199px) {
    .je2-office__subtitle {
        margin-top: 20px;
    }
}
.je2-office__company-link {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
}
.je2-office__cover-image {
    height: 100%;
    background-size: cover;
}
@media (min-width: 1200px) {
    .je2-office__cover-image {
        height: calc(100% + 50px);
        max-height: 400px;
        margin-top: -20px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .je2-office__cover-image {
        height: calc(100vh / 2);
    }
}
@media (max-width: 767px) {
    .je2-office__cover-image {
        height: calc(100vh / 3);
    }
}
.je2-office__cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.je2-office__logo {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 15px;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .je2-office__logo {
        top: 30px;
        left: 20px;
        right: auto;
    }
}
.je2-office__logo img {
    display: block;
    overflow: hidden;
    width: 120px;
    height: 40px;
    object-fit: contain;
}
.je2-office__logo._without_border {
    padding: 0;
}
.je2-office__logo._without_border img {
    width: 160px;
    height: 80px;
}
@media (max-width: 1199px) {
    .je2-office__logo._without_border {
        position: static;
        padding: 0 20px;
    }
}
.je2-office__buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.je2-office__buttons .je2-button,
.je2-office__buttons form {
    width: calc(50% - 10px);
    height: 48px;
    overflow: hidden;
}
.je2-office__buttons .je2-button .je3-spinner,
.je2-office__buttons form .je3-spinner {
    display: none;
}
.je2-office__buttons .je2-button .je2-button,
.je2-office__buttons form .je2-button {
    width: 100%;
    height: 100%;
}
.je2-office__buttons .je2-button .je2-button._waiting,
.je2-office__buttons form .je2-button._waiting {
    display: none;
}
.je2-office__buttons .je2-button .je2-button._waiting + .je3-spinner,
.je2-office__buttons form .je2-button._waiting + .je3-spinner {
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #e0e0e0;
    justify-content: center;
    box-sizing: border-box;
}
.je2-office__buttons .je2-button .je2-button._waiting + .je3-spinner div,
.je2-office__buttons form .je2-button._waiting + .je3-spinner div {
    width: 10px;
    height: 10px;
}
.je2-office__listings {
    display: none;
}
@media (max-width: 1199px) {
    .je2-office__listings {
        width: auto;
        box-sizing: border-box;
        margin: 0 20px 0;
    }
}
.je2-office__listings__header {
    margin: 25px 0;
    display: flex;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .je2-office__listings__header {
        margin: 20px 0;
    }
}
@media (max-width: 767px) {
    .je2-office__listings__header {
        display: block;
        margin: 20px 0 30px;
    }
}
.je2-office__listings__header span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.je2-office__listings__header .je2-select {
    margin-left: auto;
}
@media (max-width: 767px) {
    .je2-office__listings__header .je2-select {
        margin-top: 20px;
    }
}
.je2-office__listings__hits {
    margin-bottom: 30px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 30px 23px;
    grid-auto-rows: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .je2-office__listings__hits {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}
@media (max-width: 767px) {
    .je2-office__listings__hits {
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 20px 23px;
    }
}
.je2-office__listings._visible {
    display: block;
}
.je2-office__listings._loading {
    opacity: 0.5;
}
.je2-office__agent-card {
    border: 1px solid #e0e0e0;
    padding: 30px;
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.je2-office__agent-card__name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #151515;
}
.je2-office__agent-card__company {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #606060;
}
.je2-office__agent-card__photo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.je2-office__about {
    margin: 40px 0 100px 0;
    display: none;
}
@media (max-width: 1199px) {
    .je2-office__about {
        margin: 30px 20px 80px;
        width: auto;
        box-sizing: border-box;
    }
}
.je2-office__about._visible {
    display: block;
}
.je2-office__about__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.je2-office__about__description {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
    color: #151515;
}
.je2-office__about__social {
    margin-top: 20px;
    display: flex;
    color: #000;
}
.je2-office__about__social-icon {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.je2-office__about__social-icon svg {
    color: #000;
    width: 32px;
    height: 32px;
    margin-right: 7px;
}
.je2-office__about__social-icon svg path {
    fill: #000;
}
.je2-office__agents {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 30px 23px;
    grid-auto-rows: auto;
    margin: 40px 0 100px 0;
    display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .je2-office__agents {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}
@media (max-width: 767px) {
    .je2-office__agents {
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 20px 23px;
    }
}
@media (max-width: 1199px) {
    .je2-office__agents {
        margin: 30px 20px 80px;
        width: auto;
        box-sizing: border-box;
    }
}
.je2-office__agents._visible {
    display: grid;
}
.je2-office__agents._loading {
    opacity: 0.5;
}
.je2-office .je2-search-page__pagination {
    margin-top: 100px;
    margin-bottom: 100px;
}
@media (max-width: 1199px) {
    .je2-office .je2-search-page__pagination {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-link {
    font-family: inter, Arial, sans-serif;
    text-decoration: underline;
    text-decoration-color: #d0d0d0;
    color: #151515;
    transition: all 0.3s;
    cursor: pointer;
    text-underline-offset: 3px;
    outline-color: #151515;
    border: 0;
}
.je2-link:hover {
    color: #151515;
    text-decoration: underline;
    text-decoration-color: #151515;
}
.je2-link:active {
    text-decoration: none;
}
.je2-link._cyan {
    color: #000;
    text-decoration-color: #000;
    text-underline-offset: 1px;
}
.je2-link._cyan:hover {
    color: #000;
    text-decoration-color: #000;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-breadcrumbs {
    font-family: inter, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #151515;
    margin: -5px -8px;
}
.je2-breadcrumbs._hidden {
    display: none;
}
.je2-breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.je2-breadcrumbs ol li {
    display: flex;
    align-items: center;
}
.je2-breadcrumbs ol li:not(:last-child)::after {
    content: "/";
    color: #afafaf;
}
.je2-breadcrumbs ol li a {
    padding: 5px 8px;
}
.je2-breadcrumbs ol li a:hover,
.je2-breadcrumbs ol li a:focus {
    text-decoration: underline;
}
.je2-breadcrumbs ol li > span {
    position: relative;
}
.je2-breadcrumbs ol li > span svg {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 5px;
    pointer-events: none;
}
.je2-breadcrumbs ol li > span select {
    appearance: none;
    border: 0;
    outline: none;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 13px;
    color: #151515;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 15px;
}
.je2-breadcrumbs ol li > span span {
    position: relative;
    padding: 5px 8px;
    display: inline-block;
    pointer-events: none;
    background: #fff;
}
.je2-breadcrumbs ol li > span select + span {
    padding-right: 26px;
}
.je2-breadcrumbs__next {
    color: #606060;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-tabs {
    font-family: inter, Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    display: flex;
}
@media (max-width: 1199px) {
    .je2-tabs {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}
.je2-tabs > * {
    margin-right: 40px;
    padding: 22px 0;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #606060;
    align-self: center;
    background: none;
    margin-bottom: -1px;
    position: relative;
}
.je2-tabs > *._active {
    cursor: pointer;
    color: #151515;
    padding-bottom: 21px;
    border-bottom: 1px solid #151515;
}
.je2-tabs > *:hover {
    cursor: pointer;
    color: #151515;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.swiper-container {
    height: 100%;
    width: 100%;
    position: absolute;
}
.swiper-container::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 32px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}
@media (min-width: 1200px) {
    .swiper-container {
        pointer-events: none;
    }
}
.swiper-wrapper {
    height: 100%;
    display: block;
    white-space: nowrap;
}
.swiper-slide {
    position: relative;
    height: 100%;
    background-size: cover;
    display: inline-block;
    width: 100%;
}
.swiper-slide-next:nth-child(2) div {
    transform: translateX(5px);
}
.slider__left-arrow,
.slider__right-arrow {
    top: 50%;
    z-index: 2;
    display: none;
    position: absolute;
    transform: translate3d(0, -50%, 0);
    padding: 20px 19px;
}
.slider__left-arrow > div,
.slider__right-arrow > div {
    width: 40px;
    height: 40px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.slider__left-arrow svg,
.slider__right-arrow svg {
    width: 10px;
    height: 10px;
    stroke: #151515;
}
.slider__left-arrow {
    transform: translate3d(0, -50%, 0) rotate(-180deg);
    left: 0;
}
.slider__right-arrow {
    right: 0;
}
.slider__show-more {
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    transition: opacity 0.7s ease;
}
.slider__show-more-button {
    font-family: inter, Arial, sans-serif;
    height: 40px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    border-radius: 20px;
    background-color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    color: #393939;
}
.swiper-slide-active .slider__show-more {
    opacity: 1;
}
@media (min-width: 1200px) {
    .slider:hover .slider__left-arrow,
    .slider:hover .slider__right-arrow,
    .slider:hover .slider__show-more {
        display: flex;
    }
}
@media (max-width: 1199px) {
    .slider__show-more {
        display: flex;
    }
}
.slider__pagination {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 68px;
    height: 6px;
    z-index: 2;
}
.slider__pagination._4items {
    width: 53px;
}
.slider__pagination._3items {
    width: 38px;
}
.slider__pagination._2items {
    width: 23px;
}
.slider__pagination._1items {
    width: 6px;
}
.slider__pagination__position {
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    background: #fff;
}
.slider__pagination__position._1 {
    left: 0;
}
.slider__pagination__position._2 {
    left: 16px;
}
.slider__pagination__position._3 {
    left: 31px;
}
.slider__pagination__position._4 {
    left: 46px;
}
.slider__pagination__position._5 {
    left: 61px;
}
.slider__pagination__position::after,
.slider__pagination__position::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}
.slider__pagination__position::after {
    right: -15px;
}
.slider__pagination__position::before {
    left: -15px;
}
.slider__pagination__position._animated {
    background: transparent;
}
.slider__pagination__position._animated::after,
.slider__pagination__position._animated::before {
    transition: left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, right 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.slider__pagination__bullet {
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    will-change: left, width, height, top;
}
.slider__pagination__bullet._0 {
    left: -14px;
    opacity: 0;
}
.slider__pagination__bullet._1 {
    left: 0;
}
.slider__pagination__bullet._2 {
    left: 16px;
}
.slider__pagination__bullet._3 {
    left: 31px;
}
.slider__pagination__bullet._4 {
    left: 46px;
}
.slider__pagination__bullet._5 {
    left: 61px;
}
.slider__pagination__bullet._6 {
    left: 76px;
    opacity: 0;
}
.slider__pagination._animated .slider__pagination__bullet {
    transition: left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, right 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.slider__pagination._left-not-end .slider__pagination__bullet._0 {
    left: -13px;
}
.slider__pagination._left-not-end .slider__pagination__bullet._1 {
    left: 0;
}
.slider__pagination._right-not-end .slider__pagination__bullet._5 {
    left: 61px;
}
.slider__pagination._right-not-end .slider__pagination__bullet._6 {
    left: 76px;
}
.slider__pagination._sliding-right .slider__pagination__position._animated::after {
    opacity: 1;
    right: 0;
}
.slider__pagination._sliding-right .slider__pagination__bullet._1 {
    opacity: 0;
    left: -14px;
}
.slider__pagination._sliding-right .slider__pagination__bullet._2 {
    left: 1px;
}
.slider__pagination._sliding-right .slider__pagination__bullet._3 {
    left: 16px;
}
.slider__pagination._sliding-right .slider__pagination__bullet._4 {
    left: 31px;
}
.slider__pagination._sliding-right .slider__pagination__bullet._5 {
    width: 6px;
    height: 6px;
    left: 46px;
}
.slider__pagination._sliding-right .slider__pagination__bullet._6 {
    opacity: 1;
    left: 61px;
}
.slider__pagination._sliding-left .slider__pagination__position._animated::before {
    opacity: 1;
    left: 0;
}
.slider__pagination._sliding-left .slider__pagination__bullet._0 {
    left: 0;
    opacity: 1;
}
.slider__pagination._sliding-left .slider__pagination__bullet._1 {
    width: 6px;
    height: 6px;
    left: 16px;
}
.slider__pagination._sliding-left .slider__pagination__bullet._2 {
    left: 31px;
}
.slider__pagination._sliding-left .slider__pagination__bullet._3 {
    left: 46px;
}
.slider__pagination._sliding-left .slider__pagination__bullet._4 {
    left: 61px;
}
.slider__pagination._sliding-left .slider__pagination__bullet._5 {
    opacity: 0;
    left: 76px;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.ListingCard {
    display: inline-block;
    font-family: inter, Arial, sans-serif;
    box-sizing: border-box;
    text-decoration: none !important;
    position: relative;
    border: 1px solid #e0e0e0;
}
.ListingCard__actions {
    position: absolute;
    z-index: 2;
    right: -10px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ListingCard__actions > div {
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.ListingCard__actions > div svg {
    width: 16px;
    height: 16px;
    stroke: #151515;
    fill: none;
    pointer-events: none;
    margin-left: 8px;
    stroke-width: 1.6;
}
.ListingCard__save {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 12px;
    box-sizing: border-box;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    display: flex;
}
.ListingCard__save svg {
    stroke-width: 1.71429;
    fill: #fff;
}
.ListingCard__save._active svg {
    fill: #151515;
}
.ListingCard__badges {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
    right: 50px;
    display: flex;
    flex-wrap: wrap;
}
.ListingCard__badges__text,
.ListingCard__badges__icon,
.ListingCard__badges__icon-with-text {
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 2px;
    align-items: center;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    height: 24px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #151515;
    font-weight: 500;
    font-style: normal;
    position: relative;
}
.ListingCard__badges__text._black,
.ListingCard__badges__icon._black,
.ListingCard__badges__icon-with-text._black {
    background: rgba(21, 21, 21, 0.8);
    color: #fff;
    padding: 2px 10px;
    border-radius: 0;
    box-shadow: none;
}
.ListingCard__badges__icon {
    width: 24px;
    padding: 0;
}
.ListingCard__badges__icon svg {
    width: 15px;
    height: 10px;
}
.ListingCard__badges__icon-with-text {
    padding: 0 8px 0 30px;
}
.ListingCard__badges__icon-with-text svg {
    position: absolute;
    top: 4px;
    left: 8px;
}
.ListingCard__picture {
    padding-bottom: 61.5385%;
    position: relative;
    background: #e0e0e0;
    margin: -1px;
}
.ListingCard__picture > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
}
.ListingCard__picture > div img,
.ListingCard__picture > div div.je2-lazy-load {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}
.ListingCard__picture._loading {
    animation: light-glow 1s linear infinite alternate;
}
.ListingCard__description {
    padding: 12px 0;
    margin: 0 16px;
    overflow: hidden;
    position: relative;
}
.ListingCard__similarity {
    float: right;
    color: red;
    font-size: 14px;
}
.ListingCard__title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #606060;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    margin-top: 4px;
}
.ListingCard__title span {
    text-transform: none;
}
.ListingCard__tags {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    color: #151515;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    overflow: hidden;
    margin-top: 4px;
    display: flex;
}
.ListingCard__tags._no-height {
    height: auto;
}
.ListingCard__tags > .je2-button {
    height: 22px;
    float: right;
    padding-right: 0;
    color: #000;
    font-weight: 500;
}
.ListingCard__tags > .je2-button svg + span {
    margin-left: 5px;
}
.ListingCard__tag {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ListingCard__tag + .ListingCard__tag::before {
    content: "·";
    padding: 0 4px;
    display: inline-block;
}
.ListingCard__price {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #151515;
    white-space: nowrap;
    display: flex;
}
.ListingCard__price span {
    color: #717171;
    font-weight: 400;
}
.ListingCard__price span:before {
    content: "·";
    padding: 0 4px;
    display: inline-block;
}
.ListingCard__office-logo {
    position: absolute;
    right: 0;
    bottom: 15px;
    height: 40px;
    max-width: 97px;
    width: auto;
}
.ListingCard__footer {
    border-top: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 16px;
    padding: 10px 0;
    height: 65px;
}
.ListingCard__footer:empty {
    display: none;
}
.ListingCard__footer__office {
    height: 40px;
    max-width: 97px;
    width: auto;
    object-fit: contain;
    margin-right: 24px;
}
.ListingCard__footer__agent {
    margin-left: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    color: #606060;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ListingCard__footer__icon {
    width: 40px;
    height: 40px;
    margin-left: 12px;
    border-radius: 50%;
    object-fit: cover;
}
.ListingCard__info {
    float: right;
    margin-top: -23px;
    color: #f00;
    font-weight: 500;
    font-size: 13px;
}
.ListingCard._fit-parent {
    width: 100%;
    height: 100%;
    display: block;
}
.ListingCard._vertical .ListingCard__picture {
    padding-bottom: 256px;
}
.ListingCard._unavailable .ListingCard__picture,
.ListingCard._unavailable .ListingCard__description,
.ListingCard._unavailable .ListingCard__footer {
    opacity: 0.5;
}
.ListingCard._promoted {
    grid-column: 1 / -1;
}
.ListingCard._disabled {
    pointer-events: none;
}
.ListingCard._disabled .ListingCard__actions,
.ListingCard._disabled .ListingCard__description {
    opacity: 0;
}
.ListingCard._promoted .ListingCard__container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
}
@media (max-width: 767px) {
    .ListingCard._promoted .ListingCard__container {
        grid-template-columns: repeat(3, 1fr);
    }
}
.ListingCard._promoted .ListingCard__picture {
    grid-area: 1 / 1 / 4 / 2;
}
@media (max-width: 767px) {
    .ListingCard._promoted .ListingCard__picture {
        grid-area: 1 / 1 / 2 / 4;
    }
}
.ListingCard._promoted .ListingCard__side-photo {
    padding-bottom: 61.5385%;
    position: relative;
    background-size: cover;
    margin: -1px;
}
.ListingCard._promoted .ListingCard__side-photo img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}
.ListingCard._promoted .ListingCard__description {
    padding-top: 12px;
    grid-area: 4 / 1 / 4 / 3;
    margin-top: -4px;
}
@media (max-width: 767px) {
    .ListingCard._promoted .ListingCard__description {
        padding-top: 12px;
        grid-area: 3 / 1 / 4 / 4;
    }
}
.ListingCard > a:first-of-type:focus-visible {
    outline: none;
}
.ListingCard._light:hover .ListingCard__price,
.ListingCard._light:hover .ListingCard__title {
    text-decoration: underline;
}
.ListingCard._light {
    border: none;
    font-family: inter, Arial, sans-serif;
    display: inline-flex;
    flex-direction: column;
}
.ListingCard._light .ListingCard__picture {
    flex: 1;
    padding-bottom: 117%;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .ListingCard._light .ListingCard__picture {
        padding-bottom: 114%;
    }
}
@media (max-width: 767px) {
    .ListingCard._light .ListingCard__picture {
        padding-bottom: 127%;
    }
}
.ListingCard._light .ListingCard__save {
    right: 2px;
    top: 2px;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.ListingCard._light .ListingCard__save svg {
    width: 20px;
    height: 20px;
}
.ListingCard._light .ListingCard__description {
    border: none;
    padding: 0;
    margin: 0;
    position: static;
}
.ListingCard._light .ListingCard__actions {
    right: 10px;
    top: 10px;
}
.ListingCard._light .ListingCard__price {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 15px;
}
.ListingCard._light .ListingCard__title {
    font-family: inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #606060;
}
.ListingCard._horizontal {
    display: flex;
    transition: border-color 300ms linear 0s;
}
.ListingCard._horizontal:hover {
    border-color: #151515;
}
.ListingCard._horizontal .ListingCard__picture {
    min-width: 92px;
    height: 92px;
    padding: 0;
    overflow: hidden;
}
.ListingCard._horizontal .ListingCard__description {
    padding: 15px 34px 15px 15px;
    margin: 0;
}
.ListingCard._horizontal .ListingCard__price {
    font-size: 14px;
    line-height: 20px;
}
.ListingCard._horizontal .ListingCard__tags {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    margin: 0;
    color: #151515;
}
.ListingCard._horizontal .ListingCard__title {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    color: #151515;
}
.ListingCard._with-cars-logo .ListingCard__tags,
.ListingCard._with-cars-logo .ListingCard__title {
    margin-right: 105px;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-slider {
    margin-top: 48px;
    position: relative;
    --visible-items-count: 6;
}
@media (max-width: 767px) {
    .je2-slider {
        margin-top: 32px;
    }
}
.je2-slider__title {
    margin: 0;
    font-family: linuxbio, arial;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    color: #151515;
}
@media (max-width: 767px) {
    .je2-slider__title {
        height: 24px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: var(--offset-s);
    }
}
.je2-slider__wrapper {
    height: 95px;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    margin: 0 -30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .je2-slider__wrapper {
        padding: 0;
        margin: 25px -20px 0;
    }
}
@media (max-width: 767px) {
    .je2-slider__wrapper {
        padding: 0;
        margin: 25px -20px 0;
    }
}
.je2-slider__content {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    position: relative;
    box-sizing: content-box;
}
@media (min-width: 1200px) {
    .je2-slider__content {
        overflow: hidden;
    }
}
@media (max-width: 1199px) {
    .je2-slider__content {
        padding-bottom: 20px;
        margin-bottom: -20px;
    }
    .je2-slider__content::before,
    .je2-slider__content::after {
        min-width: 20px;
        height: 100px;
        display: block;
        content: "";
    }
}
.je2-slider__scroll {
    z-index: 20;
    width: 36px;
    height: 36px;
    display: none;
    position: absolute;
    border-radius: 100%;
    top: calc(50% - 18px);
    background: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.je2-slider__scroll.left {
    left: 12px;
}
.je2-slider__scroll.right {
    right: 12px;
}
.je2-slider__scroll svg {
    width: 8px;
    height: 12px;
    stroke: #2c2c2c;
}
@media (min-width: 1200px) {
    .je2-slider__scroll.visible {
        display: flex;
    }
}
.je2-slider__dots {
    left: 50%;
    z-index: 10;
    bottom: 10px;
    display: flex;
    position: absolute;
    transform: translate3d(-50%, 0, 0);
}
.je2-slider__dot {
    width: 14px;
    height: 14px;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
}
.je2-slider__dot::before {
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    transition: width 100ms ease, height 100ms ease, background-color 100ms ease;
}
.je2-slider__dot.active::before {
    width: 8px;
    height: 8px;
    background-color: #fff;
}
.je2-slider__dot.offscreen::before {
    width: 4px;
    height: 4px;
    cursor: default;
    background-color: #fff;
}
.je2-slider__item {
    z-index: 1;
    width: 196px;
    height: 95px;
    min-width: 196px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background-color: #ccc;
}
.je2-slider__item__label {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    position: absolute;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
    box-sizing: border-box;
    z-index: 1;
}
.je2-slider__item__label:hover,
.je2-slider__item__label:focus {
    color: #fff;
    text-decoration: none;
}
.je2-slider__item__label h3 {
    margin: 0;
    padding: 0;
    font-family: inter, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.je2-slider__item__background {
    width: 100%;
    height: 100%;
}
.je2-slider__item__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.je2-slider__item + .je2-slider__item {
    margin-left: 24px;
}
@media (max-width: 1199px) {
    .je2-slider__item + .je2-slider__item {
        margin-left: var(--offset-s);
    }
}
.je2-slider__view-all {
    font-family: inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.je2-slider.no-title .je2-slider__wrapper {
    margin-top: 0;
}
.je2-slider.fit-parent {
    margin: 0;
    width: 100%;
    height: 100%;
}
.je2-slider.fit-parent .je2-slider__wrapper {
    height: 100%;
}
.je2-slider.fit-parent.collapsed {
    margin: 0;
    padding: 0;
    width: 100%;
}
.je2-slider.fit-parent .je2-slider__title + .je2-slider__wrapper {
    height: calc(100% - 60px);
}
@media (min-width: 768px) and (max-width: 1199px) {
    .je2-slider.fit-parent .je2-slider__title + .je2-slider__wrapper {
        height: calc(100% - 52px);
    }
}
@media (max-width: 767px) {
    .je2-slider.fit-parent .je2-slider__title + .je2-slider__wrapper {
        height: calc(100% - 40px);
    }
}
.je2-slider.fit-parent .je2-slider__item {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}
.je2-slider.fit-parent .je2-slider__item + .je2-slider__item {
    margin-left: 0;
}
.je2-slider.fit-parent.collapsed .je2-slider__scroll.left {
    transform: rotate(90deg);
    left: 10px;
}
.je2-slider.fit-parent.collapsed .je2-slider__scroll.right {
    transform: rotate(-90deg);
    right: 10px;
}
.je2-slider.non-scrollable .je2-slider__content {
    padding: 0;
    overflow: hidden;
}
.je2-slider.grid-align .je2-slider__content {
    --items-count: var(--visible-items-count, 5);
    --grid-columns: calc((100% - (var(--offset-s) * (var(--items-count) - 1))) / var(--items-count));
}
@media (min-width: 1200px) {
    .je2-slider.grid-align .je2-slider__content {
        display: grid;
        overflow: hidden;
        grid-auto-columns: var(--grid-columns);
        grid-column-gap: var(--offset-s);
        grid-auto-flow: column;
        position: relative;
    }
}
@media (min-width: 1200px) {
    .je2-slider.grid-align .je2-slider__item {
        margin: 0;
        width: auto;
        min-width: auto;
    }
}
.je2-slider[data-items-count="3"] {
    --visible-items-count: 3;
}
.je2-slider[data-items-count="4"] {
    --visible-items-count: 4;
}
.je2-slider[data-items-count="5"] {
    --visible-items-count: 5;
}
.je2-slider[data-items-count="6"] {
    --visible-items-count: 6;
}
.je2-slider[data-items-count="7"] {
    --visible-items-count: 7;
}
.je2-slider[data-items-count="8"] {
    --visible-items-count: 8;
}
.je2-slider[data-items-count="9"] {
    --visible-items-count: 9;
}
.je2-slider[data-items-count="10"] {
    --visible-items-count: 10;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .je2-slider__item-3,
    .je2-slider__item-4 {
        min-width: calc(100% / 2.5);
    }
    .je2-slider__item-3 + .je2-slider__item-3,
    .je2-slider__item-4 + .je2-slider__item-3,
    .je2-slider__item-3 + .je2-slider__item-4,
    .je2-slider__item-4 + .je2-slider__item-4 {
        margin-left: 12px;
    }
}
@media (max-width: 767px) {
    .je2-slider__item-3,
    .je2-slider__item-4 {
        min-width: calc(100% / 1.2);
    }
    .je2-slider__item-3 + .je2-slider__item-3,
    .je2-slider__item-4 + .je2-slider__item-3,
    .je2-slider__item-3 + .je2-slider__item-4,
    .je2-slider__item-4 + .je2-slider__item-4 {
        margin-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .je2-slider__item-5 {
        min-width: calc(100% / 3.5);
    }
    .je2-slider__item-5 + .je2-slider__item-5 {
        margin-left: 12px;
    }
}
@media (max-width: 767px) {
    .je2-slider__item-5 {
        min-width: calc(100% / 2.5);
    }
    .je2-slider__item-5 + .je2-slider__item-5 {
        margin-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .je2-slider__item-8 {
        min-width: calc(100% / 3.5);
    }
    .je2-slider__item-8 + .je2-slider__item-8 {
        margin-left: 12px;
    }
}
@media (max-width: 767px) {
    .je2-slider__item-8 {
        min-width: calc(100% / 2.5);
    }
    .je2-slider__item-8 + .je2-slider__item-8 {
        margin-left: 10px;
    }
}
.je2-slider._alt .je2-slider__navigation {
    right: 0;
    height: 38px;
    top: -70px;
    display: flex;
    position: absolute;
    align-items: center;
}
@media (max-width: 1199px) {
    .je2-slider._alt .je2-slider__navigation {
        height: 32px;
        top: -62px;
    }
}
.je2-slider._alt .je2-slider__scroll {
    width: 24px;
    height: 24px;
    padding: 7px;
    border: 1px solid #e0e0e0;
    position: static;
    background: none;
    box-shadow: none;
    display: flex;
    opacity: 0.5;
    cursor: pointer;
    pointer-events: none;
    color: #151515;
    margin-left: 12px;
}
.je2-slider._alt .je2-slider__scroll:nth-child(2) {
    margin-left: 16px;
}
.je2-slider._alt .je2-slider__scroll:hover {
    border-color: #151515;
}
.je2-slider._alt .je2-slider__scroll.visible {
    opacity: 1;
    pointer-events: auto;
}
@media (max-width: 1199px) {
    .je2-slider._alt .je2-slider__scroll {
        display: none;
    }
}
.je2-slider._alt .je2-slider__scroll svg {
    width: 100%;
    height: 100%;
    stroke: none;
    fill: currentColor;
}
.je2-slider._navigation-bottom .je2-slider__navigation {
    bottom: -85px;
    top: unset;
    left: 0;
    justify-content: center;
}
@media (max-width: 767px) {
    .je2-slider._view-all-mobile .je2-slider__navigation {
        position: static;
        margin-top: 10px;
    }
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.Pagination {
    font-size: 0;
    text-align: center;
    font-family: inter, Arial, sans-serif;
}
.Pagination__pages span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #606060;
    padding: 8px 0;
    box-sizing: border-box;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .Pagination__pages span {
        margin: 0;
    }
}
.Pagination__pages span._active {
    border: 1px solid #e0e0e0;
}
.Pagination__pages span._prev,
.Pagination__pages span._next {
    margin: 0;
}
.Pagination__pages span._prev svg,
.Pagination__pages span._next svg {
    pointer-events: none;
}
.Pagination__pages span._next {
    transform: rotate(-90deg);
}
.Pagination__pages span._prev {
    transform: rotate(90deg);
}
.Pagination__pages > a {
    text-decoration: none !important;
    vertical-align: middle;
    display: inline-block;
}
@media (max-width: 767px) {
    .Pagination__pages > a,
    .Pagination__pages > span {
        display: none;
        margin: 5px;
    }
    .Pagination__pages > *:nth-child(-n + 3),
    .Pagination__pages > *:nth-last-child(-n + 3),
    .Pagination__pages > ._active {
        display: inline-flex;
    }
}
.Pagination__stats {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #717171;
    margin-top: 32px;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-dialog {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    position: fixed;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    font-family: inter, Arial, sans-serif;
}
.je2-dialog._visible {
    display: flex;
}
@media (max-width: 1199px) {
    .je2-dialog._mobile-stick-to-bottom > div {
        width: 100%;
        margin-top: auto;
    }
}
.je2-dialog__content__loader {
    background: white;
    font-size: 0;
}
.je2-dialog__content__loader .je3-spinner {
    width: 106px;
    height: 90px;
}
@media (max-width: 767px) {
    .je2-dialog._mobile-fullscreen .je2-dialog__content {
        background: white;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.je3-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.je3-spinner._hidden {
    display: none;
}
.je3-spinner div {
    width: 10px;
    height: 10px;
    background-color: #151515;
    border-radius: 100%;
    display: inline-block;
    animation: fade 1s ease infinite;
    margin: 4px;
    opacity: 0;
}
.je3-spinner div:nth-child(2) {
    animation-delay: 0.1s;
}
.je3-spinner div:nth-child(3) {
    animation-delay: 0.2s;
}
.je3-spinner._white div {
    background-color: #e0e0e0;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-overlay {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    position: fixed;
    background-color: rgba(21, 21, 21, 0);
    transition: background-color 300ms ease-out;
    cursor: pointer;
    will-change: background-color;
    font-family: inter, Arial, sans-serif;
}
.je2-overlay._visible {
    display: block;
}
.je2-overlay > svg {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 25px;
    right: 35px;
    color: white;
}
.je2-overlay__content {
    margin-top: 72px;
    width: 100%;
    height: calc(100% - 72px);
    background: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transform: translateY(100%);
    transition: transform 300ms ease-out;
    cursor: default;
    overflow-y: auto;
    will-change: transform;
}
.je2-overlay__content__loader {
    background: white;
    font-size: 0;
}
.je2-overlay__content__loader .je3-spinner {
    width: 106px;
    height: 90px;
    margin: 0 auto;
    padding-top: 40vh;
}
.je2-overlay._animated {
    background-color: rgba(21, 21, 21, 0.7);
}
.je2-overlay._animated .je2-overlay__content {
    transform: translateY(0);
}
.je2-overlay._fullscreen > svg {
    display: none;
}
.je2-overlay._fullscreen .je2-overlay__content {
    margin-top: 0;
    height: 100%;
    border-radius: 0;
    transition: transform 250ms ease-out, opacity 250ms ease-out;
    will-change: transform, opacity;
    opacity: 0;
}
.je2-overlay._fullscreen._animated .je2-overlay__content {
    opacity: 1;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-inquiry-dialog {
    font-family: inter, Arial, sans-serif;
    width: 400px;
    position: relative;
    background: #fff;
    padding: 24px 24px 32px;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .je2-inquiry-dialog {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}
.je2-inquiry-dialog > .je2-button {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 14px;
}
.je2-inquiry-dialog__content {
    text-align: center;
}
.je2-inquiry-dialog__content._hidden {
    display: none;
}
.je2-inquiry-dialog__content__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #151515;
    margin-top: 24px;
}
.je2-inquiry-dialog__content__title + .je2-input {
    margin-top: 30px;
}
.je2-inquiry-dialog__content__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}
.je2-inquiry-dialog__content__description + .je2-input {
    margin-top: 28px;
}
.je2-inquiry-dialog__content textarea {
    color: #151515;
    margin-top: 16px;
}
.je2-inquiry-dialog__content__checkbox {
    margin-top: 16px;
    text-align: left;
}
.je2-inquiry-dialog__content .iti {
    margin-top: 16px;
}
.je2-inquiry-dialog__content .je2-button {
    margin-top: 16px;
    width: 100%;
    height: 48px;
}
.je2-inquiry-dialog__content .je2-button._concierge {
    font-weight: 500;
}
.je2-inquiry-dialog__content .je3-spinner {
    height: 48px;
    margin-top: 16px;
    margin-bottom: 30px;
}
.je2-inquiry-dialog__content .je2-input {
    width: 100%;
}
.je2-inquiry-dialog__content .je2-input + .je2-input {
    margin-top: 16px;
}
.je2-inquiry-dialog__content .je2-input__container {
    margin: 16px 0;
}
.je2-inquiry-dialog__final {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
@media (max-width: 767px) {
    .je2-inquiry-dialog__final {
        padding-top: 35%;
    }
}
.je2-inquiry-dialog__final svg {
    width: 64px;
    height: 64px;
}
.je2-inquiry-dialog__final__title {
    color: #151515;
    margin-top: 32px;
    font: normal normal 28px/32px heldane;
    
}
.je2-inquiry-dialog__final__text {
    color: #606060;
    margin-top: 16px;
    font: normal normal 16px/24px inter;
}
.je2-inquiry-dialog__final._hidden {
    display: none;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-input {
    border: 1px solid #e0e0e0;
    padding: 11px 16px !important;
    outline: none;
    font-size: 16px;
    line-height: 22px;
}
.je2-input.small {
    height: 40px;
}
.je2-input::placeholder {
    color: #717171;
}
.je2-input:-webkit-autofill::first-line {
    font-family: inter, Arial, sans-serif;
    font-size: 16px;
}
.je2-input:disabled,
.je2-input._disabled {
    color: rgba(96, 96, 96, 0.5);
    pointer-events: none;
}
.je2-input:not(._invalid):focus {
    border-color: #606060;
}
.je2-input._error {
    border-color: #e63232;
}
.je2-input._invalid {
    border-color: #f4382c;
}
.je2-input__container:hover input:disabled + div,
.je2-input__container:hover input._disabled + div {
    opacity: 1;
    margin-top: 9px;
}
.je2-input__tooltip {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #151515;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    box-sizing: border-box;
    transition: linear 100ms;
}
@media (max-width: 767px) {
    .je2-input__tooltip {
        min-width: 260px;
        white-space: normal;
    }
}
.je2-input__tooltip::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -9px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #151515;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-checkbox {
    display: flex;
    cursor: pointer;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    white-space: nowrap;
    align-items: center;
    padding: 10px 15px;
}
.je2-checkbox._hidden {
    display: none;
}
.je2-checkbox._half-width {
    width: 45% !important;
    box-sizing: border-box;
}
.je2-checkbox input {
    appearance: none;
}
.je2-checkbox input:checked + .je2-checkbox__icon {
    background: #151515;
    border-color: #151515;
}
.je2-checkbox input:checked + .je2-checkbox__icon svg {
    display: inline-block;
}
.je2-checkbox input:focus + .je2-checkbox__icon {
    border-color: #151515;
}
.je2-checkbox__icon {
    height: 20px;
    min-width: 20px;
    border: 1px solid #adadad;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}
.je2-checkbox__icon svg {
    width: 12px;
    height: 10px;
    display: none;
}
.je2-checkbox:hover .je2-checkbox__icon {
    border-color: #151515;
}
.je2-checkbox > svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.je2-checkbox__text {
    display: inline;
    font-size: 14px;
    line-height: 20px;
    color: #151515;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.je2-checkbox._invalid .je2-checkbox__icon {
    border-color: #f4382c;
}
.je2-checkbox._small {
    margin: -10px -15px;
}
.je2-checkbox._small .je2-checkbox__text {
    font-size: 13px;
    color: #606060;
    font-weight: normal;
    text-transform: none;
}
.je2-checkbox._small .je2-checkbox__icon {
    height: 16px;
    min-width: 16px;
}
@keyframes light-glow {
    0% {
        background: rgba(224, 224, 224, 0.5);
    }
    100% {
        background: #e0e0e0;
    }
}
.je2-form .js-error-message {
    font-size: 13px;
    color: #f74040;
    padding: 6px 0 6px 1px;
    text-align: left;
}
.je2-form .js-error-message._hidden {
    display: none;
}
.je2-form .js-error-message:empty {
    display: none;
}
.je2-form .je3-spinner {
    display: none;
}
.je2-form textarea {
    resize: vertical;
}
.je2-form._sending > .je3-spinner {
    margin-top: 34px;
    margin-bottom: 42px;
}
.je2-form._sending .je3-spinner {
    display: flex;
}
.je2-form._sending .js-submit {
    display: none;
}
.iti--allow-dropdown {
    display: flex;
    width: 100%;
    position: relative;
}
.iti--container {
    position: fixed;
    z-index: 20000;
}
@media (min-width: 768px) {
    .iti--container {
        top: 40px;
        bottom: 40px;
        left: 40px;
        right: 40px;
    }
}
@media (max-width: 767px) {
    .iti--container {
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}
.iti__flag,
.iti__flag-box {
    display: none;
    background: none !important;
}
.iti__arrow {
    min-width: 12px;
    min-height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' /%3E%3Cpath d='M1 4L6 9L11 4' stroke='%232C2C2C' stroke-width='1.2'/%3E%3C/svg%3E%0A");
}
.iti__arrow--up {
    transform: rotate(-180deg);
}
.iti__selected-flag {
    display: flex;
    padding: 0 14px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d3d3d3;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: inter, Arial, sans-serif;
    min-width: 80px;
    height: 100%;
    margin-right: -1px;
    outline: none;
    box-sizing: border-box;
}
.iti__selected-flag:focus {
    background-color: #f8f8f8;
}
.iti__country-list {
    z-index: 2;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    overflow-y: scroll;
    max-height: 200px;
    width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
}
.iti-mobile .iti__country-list {
    height: 100%;
    width: 100%;
    max-height: unset;
    position: static;
    top: auto;
    left: auto;
}
.iti__country {
    height: 44px;
    display: flex;
    padding: 0 10px;
    color: #2c2c2c;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    font-family: inter, Arial, sans-serif;
}
.iti__country-name {
    flex: 1;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iti__highlight {
    background-color: #f8f8f8;
}
.iti__hide {
    display: none;
}
.je2-phone-button .je3-spinner {
    display: none;
    height: 22px;
    justify-content: start;
}
.je2-phone-button .je3-spinner div {
    width: 6px;
    height: 6px;
}
.je2-phone-button .je2-button {
    background: none;
}
.je2-phone-button .je2-button._waiting {
    display: none;
}
.je2-phone-button .je2-button._waiting + .je3-spinner {
    display: flex;
}
.je2-phone-button .je2-button span {
    pointer-events: none;
}

.social a {
    height: 48px;
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #E0E0E0;

    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: block;
    width: 100%;
    color:#000;
    transition: .2s;
    font-family: inter, Arial, sans-serif;
    position: relative;
}
.social a:hover {
border-color: #151515;
}
.login  {
    font-family: inter, Arial, sans-serif !important;
}
.social > a > svg {
    width: 20px;
    height: 20px;
    justify-content: flex-start;
    vertical-align: middle;
}
.social > a > span {
position: absolute;
    left: 50%;
    transform: translateX(-50%);
    
}

.separator {
    height: 10px;
    margin: 25px 0 30px;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
}
.separator span {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px;
    background-color: #fff;
    text-align: center;
    color: #717171;
    font-family: inter, Arial, sans-serif !important;
}
.login_btn a {
    display: flex;
    justify-content: center;

    width: 100%;
    height: 48px;
    margin-bottom: 16px;
    padding: 12px 14px;
    background-color: #000;
    color:#fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

}

.login_btn a:hover {
background-color: rgba(21,21,21,0.85);
}
.forgot_password {
    text-align: center;
    margin: 2px 0 10px;
    line-height: 20px;
    color: #151515;
    font-family: inter, Arial, sans-serif !important;
    font-size: 14px;
   
}
.member {
    display: flex;
    justify-content: center;

    font-family: inter, Arial, sans-serif !important;
}
.member span {
    color: #717171;
    font-size: 14px;
}
.member a {
    font-size: 14px;
    color: #151515;
    text-decoration-color: #D0D0D0;
    text-underline-offset: 3px;
    outline-color: #151515;

}
.offcanvas-header, .offcanvas-body {
    font-family: inter, Arial, sans-serif !important;
}
.offcanvas-header {
    color: #717171;
    font-size: 14px;
    line-height: 20px;
}
.nav_aside {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 12px;
    margin-bottom:12px ;
}
.nav_aside a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    border: 0;
    width: 100%;
 display: flex;
 align-items:center;
}
.nav_aside a > svg, .aside_bottom > svg {
fill: none;
width: 20px;
height: 20px;
margin-right: 10px;
}


.offcanvas-body::-webkit-scrollbar { width: 0; }
.offcanvas-body { -ms-overflow-style: none; }
.offcanvas-body { overflow: -moz-scrollbars-none; }

.aside_bottom {
    display: flex !important;
    align-items:center !important;
    padding:10px 0px;
}