:root {
    --color-mode: "light";
    --accent-color: #fb4b9d;
    --primary-color: #0aadff;
    --primary-color-darken: #00a3f5;
    --danger-color: #fd0d4d;
    --button-text-color: #fff;
    --button-bg-color: var(--primary-color);
    --button-bg-color-hover: var(--primary-color-darken);
    --link-text-color: #0aadff;
    --link-text-color-hover: #00a3f5;
    --grey-12: #1f1f1f;
    --grey-16: #292929;
    --grey-20: #333;
    --grey-40: #666;
    --grey-60: #999;
    --base-color: #212121;
    --logo-fill: #2b2a29;
    --menu-link: #505a64;
    --layout-border-color: #d6d6d6;
    --textual-line-height: 1.5;
    --text-color: #212121;
    --text-color-muted: #7a7a7a;
    --bg-color: #fff;
    --hatch-maker-line-bg-color: #eaeaea;
    --header-link-text-on-secondary-page-color-hover: var(--text-color);
    --header-link-bg-on-secondary-page-color-hover: var(--bg-color);
    --link-decor-stripe-bg-color: #c5eafc;
    --footer-bg-color: #edf0f0;
    --footer-icon-fill: #7a7a7a;
    --input-text-color: var(--text-color);
    --input-bg-color: #fafafa;
    --input-bg-color-hover: #f5f5f5;
    --input-border-color: #d6d6d6;
    --input-border-color-focus: var(--grey-60);
    --label-text-color: var(--text-color-muted);
    --control-indicator-bg-color: #f5f5f5;
    --control-indicator-border-color: #e0e0e0;
    --control-indicator-border-color-hover: #d6d6d6;
    --common-filter-option-bg-color: #f5f5f5;
    --page-filter-box-stop-color-1: hsla(0, 0%, 100%, 0.5);
    --page-filter-box-stop-color-2: #fff;
    --event-tag-line-bg: #eaeaea;
    --accordion-border-color: #eaeaea;
    --accordion-trigger-bg-color: var(--bg-color);
    --accordion-trigger-bg-color-hover: #f5f5f5;
    --text-note-bg-color: #f5f5f5;
    --text-note-border-color: var(--layout-border-color);
    --chosen-option-bg-color-highlighted: var(--text-color);
    --chosen-option-bg-color-selected: #f5f5f5;
    --rent-section-bg-color: #fafafa;
    --field-text-color-danger: var(--danger-color);
    --field-bg-color-danger: hsla(0, 0, 100%, 50%);
    --field-border-color-danger: var(--danger-color);
    --footer-link-border-color: rgba(31, 31, 31, 0.1);
    --footer-link-border-color-hover: rgba(31, 31, 31, 0.3);
    --color-switcher-button-text-color: #394593;
    --color-switcher-button-text-color-hover: #fff;
    --color-switcher-button-bg-color: transparent;
    --color-switcher-button-bg-color-hover: #394593;
    --color-switcher-button-border-color: #394593;
    --color-switcher-button-border-color-hover: #394593;
    --search-icon-fill: var(--text-color);
    --aeroplan-filter-reset-button-bg: #c4c4c4;
    --aeroplan-search-result-bg: var(--bg-color);
    --aeroplan-search-result-item-bg-hover: #e4e4e4;
    --aeroplan-search-result-item-bg-highlighted: #e0e0e0;
    --aeroplan-floor-bg: #f5f5f5;
    --aeroplan-boundary-floor-fill: #e4e4e4;
    --aeroplan-boundary-floor-stroke: #0d47a1;
    --aeroplan-inner-boundary-floor-fill: #f5f5f5;
    --aeroplan-inner-boundary-floor-stroke: #e1e1e1;
    --aeroplan-place-fill: #848beb;
    --aeroplan-place-fill-inactive-on-free: #9ea1d1;
    --aeroplan-place-fill-inactive-on-free-hover: #959ada;
    --aeroplan-place-fill-free: #cfff70;
    --aeroplan-place-fill-free-hover: #bf3;
    --aeroplan-place-fill-hover: #616ae5;
    --aeroplan-place-fill-active: #e03e7f;
    --aeroplan-place-fill-filtered: #47a9ff;
    --aeroplan-place-fill-filtered-hover: #1f96ff;
    --aeroplan-place-fill-selected: var(--aeroplan-place-fill-active);
    --aeroplan-place-fill-selected-hover: #d0256c;
    --aeroplan-place-stroke: #fff;
    --aeroplan-zoom-control-text-color: #d6d6d6;
    --aeroplan-zoom-control-border-color: #eaeaea;
}
@media (prefers-color-scheme: dark) {
    :root {
        --color-mode: "dark";
    }
    :root:not([data-user-color-scheme]) {
        --base-color: #e7e7e7;
        --danger-color: hsla(344, 96%, 52%, 50%);
        --text-color: #e7e7e7;
        --text-color-muted: #9191a1;
        --logo-fill: #fff;
        --menu-link: #f7f7f7;
        --layout-border-color: #63637e;
        --bg-color: #363645;
        --hatch-maker-line-bg-color: #515167;
        --header-link-text-on-secondary-page-color-hover: var(--bg-color);
        --header-link-bg-on-secondary-page-color-hover: var(--text-color);
        --link-decor-stripe-bg-color: #626293;
        --footer-bg-color: #282833;
        --footer-icon-fill: var(--text-color);
        --input-bg-color: #3a3a4a;
        --input-bg-color-hover: #3f3f50;
        --input-border-color: #63637e;
        --input-border-color-focus: #8d8da5;
        --label-text-color: #a7a7a7;
        --control-indicator-bg-color: #3a3a4a;
        --control-indicator-border-color: #6c6c89;
        --control-indicator-border-color-hover: #8d8da5;
        --common-filter-option-bg-color: #5a5a72;
        --page-filter-box-stop-color-1: rgba(49, 49, 73, 0.5);
        --page-filter-box-stop-color-2: #313149;
        --event-tag-line-bg: #515167;
        --accordion-border-color: #515167;
        --accordion-trigger-bg-color-hover: #3f3f50;
        --text-note-bg-color: #3f3f50;
        --monochrome-image-filter: 88%;
        --brightness-image-filter: 92%;
        --chosen-option-bg-color-highlighted: #5a5a72;
        --chosen-option-bg-color-selected: #3f3f50;
        --rent-section-bg-color: #2d2d39;
        --field-text-color-danger: #fff;
        --field-bg-color-danger: var(--danger-color);
        --field-border-color-danger: var(--danger-color);
        --footer-link-border-color: rgba(27, 27, 34, 0.1);
        --footer-link-border-color-hover: rgba(27, 27, 34, 0.3);
        --color-switcher-button-text-color: #dacd58;
        --color-switcher-button-text-color-hover: #282833;
        --color-switcher-button-bg-color: transparent;
        --color-switcher-button-bg-color-hover: #dacd58;
        --color-switcher-button-border-color: #dacd58;
        --color-switcher-button-border-color-hover: #dacd58;
        --aeroplan-filter-reset-button-bg: #3f3f50;
        --aeroplan-search-result-bg: #22222f;
        --aeroplan-search-result-item-bg-hover: #45455f;
        --aeroplan-search-result-item-bg-highlighted: #3b3b68;
        --aeroplan-floor-bg: #45455f;
        --aeroplan-boundary-floor-fill: #494983;
        --aeroplan-boundary-floor-stroke: #846fae;
        --aeroplan-inner-boundary-floor-fill: #515190;
        --aeroplan-inner-boundary-floor-stroke: #58589d;
        --aeroplan-place-fill: #5c64d6;
        --aeroplan-place-fill-hover: #3b3bce;
        --aeroplan-zoom-control-text-color: #b8b8b8;
        --aeroplan-zoom-control-border-color: #515167;
    }
}
[data-user-color-scheme="dark"] {
    --base-color: #e7e7e7;
    --danger-color: hsla(344, 96%, 52%, 50%);
    --text-color: #e7e7e7;
    --text-color-muted: #9191a1;
    --logo-fill: #fff;
    --menu-link: #f7f7f7;
    --layout-border-color: #63637e;
    --bg-color: #363645;
    --hatch-maker-line-bg-color: #515167;
    --header-link-text-on-secondary-page-color-hover: var(--bg-color);
    --header-link-bg-on-secondary-page-color-hover: var(--text-color);
    --link-decor-stripe-bg-color: #626293;
    --footer-bg-color: #282833;
    --footer-icon-fill: var(--text-color);
    --input-bg-color: #3a3a4a;
    --input-bg-color-hover: #3f3f50;
    --input-border-color: #63637e;
    --input-border-color-focus: #8d8da5;
    --label-text-color: #a7a7a7;
    --control-indicator-bg-color: #3a3a4a;
    --control-indicator-border-color: #6c6c89;
    --control-indicator-border-color-hover: #8d8da5;
    --common-filter-option-bg-color: #5a5a72;
    --page-filter-box-stop-color-1: rgba(54, 54, 69, 0.5);
    --page-filter-box-stop-color-2: #363645;
    --event-tag-line-bg: #515167;
    --accordion-border-color: #515167;
    --accordion-trigger-bg-color-hover: #3f3f50;
    --text-note-bg-color: #3f3f50;
    --monochrome-image-filter: 88%;
    --brightness-image-filter: 92%;
    --chosen-option-bg-color-highlighted: #5a5a72;
    --chosen-option-bg-color-selected: #3f3f50;
    --rent-section-bg-color: #2d2d39;
    --field-text-color-danger: #fff;
    --field-bg-color-danger: var(--danger-color);
    --field-border-color-danger: var(--danger-color);
    --footer-link-border-color: rgba(209, 209, 219, 0.1);
    --footer-link-border-color-hover: rgba(209, 209, 219, 0.3);
    --color-switcher-button-text-color: #dacd58;
    --color-switcher-button-text-color-hover: #282833;
    --color-switcher-button-bg-color: transparent;
    --color-switcher-button-bg-color-hover: #dacd58;
    --color-switcher-button-border-color: #dacd58;
    --color-switcher-button-border-color-hover: #dacd58;
    --aeroplan-filter-reset-button-bg: #3f3f50;
    --aeroplan-search-result-bg: #22222f;
    --aeroplan-search-result-item-bg-hover: #45455f;
    --aeroplan-search-result-item-bg-highlighted: #3b3b68;
    --aeroplan-floor-bg: #45455f;
    --aeroplan-boundary-floor-fill: #494983;
    --aeroplan-boundary-floor-stroke: #846fae;
    --aeroplan-inner-boundary-floor-fill: #515190;
    --aeroplan-inner-boundary-floor-stroke: #58589d;
    --aeroplan-place-fill: #5c64d6;
    --aeroplan-place-fill-hover: #3b3bce;
    --aeroplan-zoom-control-text-color: #b8b8b8;
    --aeroplan-zoom-control-border-color: #515167;
}



::-moz-selection {
    color: #f5f5f5;
    background-color: var(--text-color);
}
::selection {
    color: #f5f5f5;
    background-color: var(--text-color);
}
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .container {
        max-width: 1220px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1320px;
    }
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.85)),
        color-stop(50%, rgba(0, 0, 0, 0.3)),
        color-stop(65%, rgba(0, 0, 0, 0.15)),
        color-stop(75.5%, rgba(0, 0, 0, 0.075)),
        color-stop(82.85%, rgba(0, 0, 0, 0.037)),
        color-stop(88%, rgba(0, 0, 0, 0.019)),
        to(transparent)
    );
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}
.accordion > li {
    margin: 0;
}
.accordion > li:before {
    content: "\200B";
    position: absolute;
}
.accordion__heading {
    border: 1px solid #4464c2;
    font-size: inherit;
    margin: -1px 0 0;
}
.accordion__trigger {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4464c2;
    cursor: pointer;
    display: block;
    font-size: inherit;
    margin: 0;
    padding: 0.5em 2em 0.5em 1em;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 2;
}
.accordion__trigger:after {
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.5em solid #222;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: 1em;
    top: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 0;
}
.accordion__trigger:focus:after,
.accordion__trigger:hover:after,
.accordion__trigger[aria-expanded="true"]:after {
    border-top-color: #fff;
}
.accordion__trigger[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion__trigger:focus,
.accordion__trigger:hover {
    background-color: #0e3b5e;
    color: #fff;
}
.accordion__trigger:focus {
    -webkit-box-shadow: inset 0 0 0 2px #1e82d1;
    box-shadow: inset 0 0 0 2px #1e82d1;
}
.accordion__trigger[aria-disabled="true"]:hover {
    background-color: #1b75bc;
    color: #fff;
    cursor: not-allowed;
}
.accordion__trigger[aria-disabled="true"]:focus {
    background-color: #0a2a42;
}
.accordion__panel {
    background-color: inherit;
    max-height: 0;
    overflow: hidden;
    padding: 0.001em 1.25em;
    position: relative;
    visibility: hidden;
    z-index: 1;
}
.accordion__panel--transition {
    -webkit-transition: max-height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
}
.accordion__panel > :last-child {
    margin-bottom: 0;
}
.accordion__panel[aria-hidden="false"] {
    max-height: 100vh;
    overflow: auto;
    padding: 1.25em;
    visibility: visible;
}
.accordion__trigger[aria-expanded="true"] {
    background: #1b75bc;
}



.aero-plan-popper {
	z-index: 5;
	max-width: 300px;
	padding: 14px;
	font-size: 16px;
	line-height: 1.15;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: var(--text-color);
	background-color: var(--bg-color);
	border-radius: 4px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1),0 0 20px rgba(0,0,0,.1);
	box-shadow: 0 0 6px rgba(0,0,0,.1),0 0 20px rgba(0,0,0,.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.aero-plan-popper:empty,.aero-plan-popper :empty:not(br) {
	display: none;
}

.aero-plan-popper p, .aero-plan-popper span {
	margin: 8px 0 0;
    display: block;
}

.aero-plan-popper[x-out-of-boundaries] {
	display: none;
}

@media (min-width:768px) {
	.aero-plan-popper {
		font-size: 16px;
	}
}

.aero-plan-popper__button {
	max-width: none;
	margin-top: 4px;
}

.aero-plan-popper__title {
	margin: 0;
	font-size: 16px;
	line-height: 1.15;
}

.aero-plan-popper__title:empty {
	display: none;
}

.link-app-plane-base
{
    text-decoration: none;
    color: #000;
}

@media (min-width:768px) {
	.aero-plan-popper__title {
		font-size: 24px;
        font-weight: bold;
        display: block;
	}
}

.aero-plan-popper__extra {
	font-size: 14px;
	color: #1daf6b;
}

.aero-plan-popper__title:empty+.aero-plan-popper__description {
	margin-top: 0;
}

.aero-plan-popper__shop-link {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: currentColor;
	-webkit-transition: color .2s;
	transition: color .2s;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.aero-plan-popper__shop-link:focus,.aero-plan-popper__shop-link:hover {
	color: #00a0ff;
}

.aeroplan-dashboard {
	display: grid;
	gap: 32px 80px;
	margin-bottom: 40px;
}

@media (min-width:1024px) {
	.aeroplan-dashboard {
		grid-template-columns: 2fr 1fr;
	}
}

.toggle-floors {
	display: inline-block;
    vertical-align: top;
}

.toggle-floors__item {
	display: inline-block;
    vertical-align: top;
}

.toggle-floors__button {
	display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #f3f3f3;
    margin-left: 16px;
    font-size: 25px;
    border:none;
    cursor: pointer;
}

.toggle-floors__item--active .toggle-floors__button {
	color: #fff;
	background-color: #7254ab;
}

.toggle-floors__item--endfloor .toggle-floors__button
{
    color: #fff;
    background: #fc0;
}

.toggle-floors__badge {
	pointer-events: none;
    display: none;
}

.toggle-floors__badge-value {
	position: absolute;
	top: 2px;
	right: 2px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 14px;
	height: 14px;
	padding: 0 2px;
	font-size: 10.5px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #00a0ff;
	border: 1px solid hsla(0,0%,100%,.25);
	border-radius: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.toggle-floors__badge-value:empty {
	display: none;
}

.toggle-floors__badge-value--free {
	color: var(--grey-20);
	background-color: var(--aeroplan-place-fill-free);
}


.plans-filter-form {
	display: grid;
	gap: 20px;
}

@media (min-width:667px) {
	.plans-filter-form {
		grid-template-columns: 1fr auto;
	}
}

.plans-filter-form__fields {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2,1fr);
}

.plans-filter-form__select select {
	padding-top: 8px;
	padding-bottom: 8px;
}

.plans-filter-form__reset {
	min-width: auto;
	padding: 12px;
	color: var(--text-color);
	background-color: var(--aeroplan-filter-reset-button-bg);
}

@media (min-width:667px) {
	.plans-filter-form__reset {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.plans-search-form {
	position: relative;
	z-index: 10;
}

.plans-search-form__input {
	padding-right: 52px;
}

.plans-search-form__button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 42px;
	color: var(--text-color);
	background-color: transparent;
	visibility: hidden;
	opacity: 0;
	border: none;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
}

.plans-search-form__field--filled .plans-search-form__button {
	opacity: .5;
	visibility: visible;
}

.plans-search-form__field--filled .plans-search-form__button:hover {
	opacity: .75;
}

.plans-search-form__field--filled .plans-search-form__button:active {
	opacity: 1;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}

.plans-search-form__button-icon {
	fill: currentColor;
}

.plans-search-form__result-list {
	position: absolute;
	left: 0;
	right: 0;
	background-color: var(--aeroplan-search-result-bg);
	-webkit-box-shadow: 0 6px 6px rgba(0,0,0,.1),0 6px 20px rgba(0,0,0,.1);
	box-shadow: 0 6px 6px rgba(0,0,0,.1),0 6px 20px rgba(0,0,0,.1);
}

.autocomplete-list {
	max-height: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
	overscroll-behavior-y: contain;
}

.autocomplete-list__item {
	padding: 12px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2;
}

.autocomplete-list__item:hover {
	background-color: var(--aeroplan-search-result-item-bg-hover);
}

.autocomplete-list__item--highlighted {
	background-color: var(--aeroplan-search-result-item-bg-highlighted);
}

.autocomplete-list__item b {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
}

.aeroplan-legend__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aeroplan-legend__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.aeroplan-legend__sign {
	position: relative;
	top: -1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 2.88889rem;
	height: 2.88889rem;
	margin-right: 1.11111rem;
	border-radius: 4px;
	background-color: #e7e7e7;
}

.aeroplan-legend__item--covid-opened .aeroplan-legend__sign {
	background-color: #22d380;
}

.aeroplan-legend__description {
	display: block;
	font-size: 1.33333rem;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.aeroplan-legend__description a {
	display: block;
	padding: 20px;
	text-align: center;
}

.aeroplan-legend__description a:hover {
	background-color: rgba(0,0,0,.05);
}

.aero-plans__floor {
	position: relative;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
}

.aero-plans__floor,.aero-plans__floor svg {
	width: 100%;
	height: 100%;
}

.aero-plans__floor--active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.plan-place {
	fill: var(--aeroplan-place-fill);
	stroke: var(--aeroplan-place-stroke);
	stroke-width: .5;
	stroke-linejoin: round;
	stroke-linecap: round;
	-webkit-transition: .2s;
	transition: .2s;
}

.plan-place:hover {
	fill: var(--aeroplan-place-fill-hover);
}

.plan-place--filtered {
	fill: var(--aeroplan-place-fill-filtered);
}

.plan-place--filtered.plan-place--hovered,.plan-place--filtered:hover {
	fill: #269fff;
}

.plan-place--active,.plan-place--active:hover {
	fill: var(--aeroplan-place-fill-active);
}

.plan-place--selected {
	fill: var(--aeroplan-place-fill-selected);
}

.plan-place--selected.plan-place--hovered {
	fill: var(--aeroplan-place-fill-selected-hover);
}

.plan-place--covid-opened {
	fill: #22d380;
}

.plan-place--covid-opened:hover {
	fill: #1fc176;
}

.show-free-places .plan-place {
	fill: var(--aeroplan-place-fill-inactive-on-free);
}

.show-free-places .plan-place:hover {
	fill: var(--aeroplan-place-fill-inactive-on-free-hover);
}

.show-free-places .plan-place--is-free {
	fill: var(--aeroplan-place-fill-free);
}

.show-free-places .plan-place--is-free:hover {
	fill: var(--aeroplan-place-fill-free-hover);
}

.logos-group {
	pointer-events: none;
}

.help-markers-group {
	fill: #858aad;
}

.aeroplan-map {
	position: relative;
}


.aeroplan-map__toggle-floors
{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}



.aero-plans {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 50vh;
	min-height: 440px;
	max-height: 600px;
}

@media (max-width:767px) and (orientation:landscape) {
	.aero-plans {
		height: 84vh;
		min-height: 320px;
		max-height: 400px;
	}
}

@media (min-width:1280px) {
	.aero-plans {
		min-height: 460px;
	}
}

@media (min-width:1920px) {
	.aero-plans {
		height: 56vh;
	}
}

@media (min-height:1200px) {
	.aero-plans {
		height: 56vh;
		max-height: 720px;
	}
}

.boundary-group-fill,.boundary-group-stroke,.inner-boundary-group {
	pointer-events: none;
}

.plan-floor-boundary-fill {
	fill: var(--aeroplan-boundary-floor-fill);
}

.plan-floor-boundary-stroke {
	fill: none;
	stroke-width: 4px;
	stroke: var(--aeroplan-boundary-floor-stroke);
	stroke-linejoin: round;
}

.plan-floor-inner-boundary {
	fill: var(--aeroplan-inner-boundary-floor-fill);
	stroke: var(--aeroplan-inner-boundary-floor-stroke);
	stroke-width: .5;
	stroke-linejoin: round;
	stroke-linecap: round;
}

.show-free-places2 .plan-place--is-free {
	fill: #ccc;
}