@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top:var(--plyr-menu-arrow-size,4px) solid hsla(0,0%,100%,.9);border-width:var(--plyr-menu-arrow-size,4px);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"\2044";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
.tether-element,.tether-element *,.tether-element :after,.tether-element :before,.tether-element:after,.tether-element:before{box-sizing:border-box}.tether-element{position:absolute;display:none}.tether-element.tether-open{display:block}
.select-select {
  display: none;
  /* For when we are on a small touch device and want to use native controls */
  pointer-events: none;
  position: absolute;
  opacity: 0; }

.select-element, .select-element:after, .select-element:before, .select-element *, .select-element *:after, .select-element *:before {
  box-sizing: border-box; }

.select-element {
  position: absolute;
  display: none; }
  .select-element.select-open {
    display: block; }

.select-theme-default, .select-theme-default *, .select-theme-default *:after, .select-theme-default *:before {
  box-sizing: border-box; }

.select.select-theme-default {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .select.select-theme-default .select-content {
    border-radius: .25em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    font-family: inherit;
    color: inherit;
    overflow: auto;
    max-width: 18rem;
    max-height: 18rem;
    -webkit-overflow-scrolling: touch; }
    @media (max-width: 27rem), (max-height: 27rem) {
      .select.select-theme-default .select-content {
        max-width: 11.25rem;
        max-height: 11.25rem; } }
  .select.select-theme-default .select-options {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0; }
    .select.select-theme-default .select-options .select-option {
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      position: relative;
      list-style: none;
      margin: 0;
      line-height: 1.25rem;
      padding: 0.5rem 1em 0.5rem 2.5em;
      display: block;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .select.select-theme-default .select-options .select-option.select-option-selected:before {
        content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
        position: absolute;
        left: 1em;
        top: 0;
        bottom: .2em;
        height: 1em;
        width: 1em;
        margin: auto; }
      .select.select-theme-default .select-options .select-option:hover, .select.select-theme-default .select-options .select-option.select-option-highlight {
        background: #63a2f1;
        color: #fff; }
        .select.select-theme-default .select-options .select-option:hover.select-option-selected:before, .select.select-theme-default .select-options .select-option.select-option-highlight.select-option-selected:before {
          content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#fff' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#fff' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>"); }
      .select.select-theme-default .select-options .select-option:first-child {
        border-radius: 0.25em 0.25em 0 0; }
      .select.select-theme-default .select-options .select-option:last-child {
        border-radius: 0 0 0.25em 0.25em; }

.select-target.select-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  border-radius: .25em;
  position: relative;
  padding: 0.5rem 3em 0.5rem 1em;
  background: #f6f6f6;
  border: .18em solid #ddd;
  cursor: pointer;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  .select-target.select-theme-default:hover {
    border-color: #aaa;
    color: #000; }
  .select-target.select-theme-default.select-target-focused, .select-target.select-theme-default.select-target-focused:focus {
    border-color: #63a2f1;
    outline: none; }
  .select-target.select-theme-default b {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.25rem;
    width: 2em; }
    .select-target.select-theme-default b:before, .select-target.select-theme-default b:after {
      content: "";
      display: block;
      position: absolute;
      margin: auto;
      right: 0;
      height: 0;
      width: 0;
      border: .263em solid transparent; }
    .select-target.select-theme-default b:before {
      top: 0;
      border-bottom-color: inherit; }
    .select-target.select-theme-default b:after {
      bottom: 0;
      border-top-color: inherit; }

.lightpick {
    position: absolute;
    z-index: 99999;
    padding: 4px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.125em;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    box-sizing: border-box;
}

.lightpick.is-hidden {
    display: none;
}

.lightpick__months {
    display: grid;
    background-color: #EEE;
    grid-template-columns: auto;
    grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: 288px;
    background-color: #FFF;
}

.lightpick__month-title-bar {
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    padding: 0 4px;
    border-radius: 4px;
}

.lightpick__month-title > .lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.lightpick__month-title > .lightpick__select:disabled {
    color: #333;
}

.lightpick__month-title > .lightpick__select-months {
    font-weight: bold;
    font-size: 1em;
    margin-right: .5em;
}

.lightpick__toolbar {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: flex;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #DDD;
    justify-content: center;
    align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
    font-size: 12px;
}

.lightpick__close-action {
    font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
    color: inherit;
}

.lightpick__days-of-the-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
    display: flex;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.lightpick__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: flex;
    height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.lightpick__day.is-today {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: 18.8% auto;
    background-position: center bottom;
    color: #DC322F;
}

.lightpick__day:not(.is-disabled):hover {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.lightpick__day.disabled-tooltip {
    pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
    opacity: 1;
}
.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    opacity: 1;
}

.lightpick__day.is-in-range {
    border-radius: 0;
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-in-range:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    color: #FFF;
    font-weight: bold;
}

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
}

.lightpick__tooltip::before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    border-top: 5px solid rgba(0, 0, 0, 0.12);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.lightpick__tooltip::after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.lightpick__footer {
    display: flex;
    justify-content: space-between;
}
.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}
.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}
.lightpick__apply-action {
    color: #fff;
    background-color: #2495f3;
}
@charset "UTF-8";@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}50%{-webkit-transform:rotate(180deg) scale(1.2);transform:rotate(180deg) scale(1.2)}to{-webkit-transform:rotate(1turn) scale(1);transform:rotate(1turn) scale(1)}}@keyframes spin{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}50%{-webkit-transform:rotate(180deg) scale(1.2);transform:rotate(180deg) scale(1.2)}to{-webkit-transform:rotate(1turn) scale(1);transform:rotate(1turn) scale(1)}}@-webkit-keyframes only-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes only-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes movingText{0%{text-indent:0}33%{text-indent:-42%}66%{text-indent:42%}}@keyframes movingText{0%{text-indent:0}33%{text-indent:-42%}66%{text-indent:42%}}@-webkit-keyframes fadingText{0%{opacity:1}48%{opacity:1}to{opacity:0}}@keyframes fadingText{0%{opacity:1}48%{opacity:1}to{opacity:0}}.bg-loader,.booking-page>.wrapper .dummy .pricetag,.booking-page>.wrapper .dummy a,.booking-page>.wrapper .dummy h1,.booking-page>.wrapper .dummy h2,.booking-page>.wrapper .inline-target .dummy a,.booking-page>.wrapper .inline-target .dummy h1,.booking-page>.wrapper .inline-target .dummy h2,.booking-progress.dummy .pricetag,.booking-progress.dummy:after,.booking-progress.dummy a,.booking-progress.dummy h1,.booking-progress.dummy h2,.dummy.booking-addons__addon .pricetag,.dummy.booking-addons__addon a,.dummy.booking-addons__addon h1,.dummy.booking-addons__addon h2,.dummy.booking-rates__rate .pricetag,.dummy.booking-rates__rate a,.dummy.booking-rates__rate h1,.dummy.booking-rates__rate h2,.usp>header .booking-page>.wrapper .dummy h2{margin-top:8px;height:35px;background:linear-gradient(45deg,#ddd,#ddd 42%,#eaeaea 50%,#ddd 58%,#ddd);-webkit-animation:background 2s ease infinite;animation:background 2s ease infinite;color:transparent;line-height:2}@-webkit-keyframes background{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@-webkit-keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}60%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}}@keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}60%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}.animation-shake{-webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.bookingpanel,.carousel,.hero_property>header,.hero_property__slider,.hero_property__text,.highlight>header,.highlight__image,.highlight__text,.hotel__box,.ibe_noavailability .hotel,.item_list>header,.map .tile,.map>header,.map__container,.map__container_no_availability,.map__text,.slider>header,.slider__nav,.slider__wrapper,.topline,.usp>header,.usp__content,.usp__footer{opacity:0}.hero_property>header.wx__inview:not(.stillLoading),.highlight>header.wx__inview:not(.stillLoading),.ibe_noavailability .wx__inview.hotel:not(.stillLoading),.ibe_noavailability .wx__inview:not(.stillLoading) .hotel,.item_list>header.wx__inview:not(.stillLoading),.map .wx__inview.tile:not(.stillLoading),.map .wx__inview:not(.stillLoading) .tile,.map>header.wx__inview:not(.stillLoading),.slider>header.wx__inview:not(.stillLoading),.usp>header.wx__inview:not(.stillLoading),.wx__inview.bookingpanel:not(.stillLoading),.wx__inview.carousel:not(.stillLoading),.wx__inview.hero_property__slider:not(.stillLoading),.wx__inview.hero_property__text:not(.stillLoading),.wx__inview.highlight__image:not(.stillLoading),.wx__inview.highlight__text:not(.stillLoading),.wx__inview.hotel__box:not(.stillLoading),.wx__inview.map__container:not(.stillLoading),.wx__inview.map__container_no_availability:not(.stillLoading),.wx__inview.map__text:not(.stillLoading),.wx__inview.slider__nav:not(.stillLoading),.wx__inview.slider__wrapper:not(.stillLoading),.wx__inview.topline:not(.stillLoading),.wx__inview.usp__content:not(.stillLoading),.wx__inview.usp__footer:not(.stillLoading),.wx__inview:not(.stillLoading) .bookingpanel,.wx__inview:not(.stillLoading) .carousel,.wx__inview:not(.stillLoading) .hero_property>header,.wx__inview:not(.stillLoading) .hero_property__slider,.wx__inview:not(.stillLoading) .hero_property__text,.wx__inview:not(.stillLoading) .highlight>header,.wx__inview:not(.stillLoading) .highlight__image,.wx__inview:not(.stillLoading) .highlight__text,.wx__inview:not(.stillLoading) .hotel__box,.wx__inview:not(.stillLoading) .ibe_noavailability .hotel,.wx__inview:not(.stillLoading) .item_list>header,.wx__inview:not(.stillLoading) .map .tile,.wx__inview:not(.stillLoading) .map>header,.wx__inview:not(.stillLoading) .map__container,.wx__inview:not(.stillLoading) .map__container_no_availability,.wx__inview:not(.stillLoading) .map__text,.wx__inview:not(.stillLoading) .slider>header,.wx__inview:not(.stillLoading) .slider__nav,.wx__inview:not(.stillLoading) .slider__wrapper,.wx__inview:not(.stillLoading) .topline,.wx__inview:not(.stillLoading) .usp>header,.wx__inview:not(.stillLoading) .usp__content,.wx__inview:not(.stillLoading) .usp__footer{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.hero_property>header.wx__inview:not(.stillLoading).wx__inview__loaded,.highlight>header.wx__inview:not(.stillLoading).wx__inview__loaded,.ibe_noavailability .wx__inview.hotel:not(.stillLoading).wx__inview__loaded,.ibe_noavailability .wx__inview:not(.stillLoading) .wx__inview__loaded.hotel,.item_list>header.wx__inview:not(.stillLoading).wx__inview__loaded,.map .wx__inview.tile:not(.stillLoading).wx__inview__loaded,.map .wx__inview:not(.stillLoading) .wx__inview__loaded.tile,.map>header.wx__inview:not(.stillLoading).wx__inview__loaded,.slider>header.wx__inview:not(.stillLoading).wx__inview__loaded,.usp>header.wx__inview:not(.stillLoading).wx__inview__loaded,.wx__inview.bookingpanel:not(.stillLoading).wx__inview__loaded,.wx__inview.carousel:not(.stillLoading).wx__inview__loaded,.wx__inview.hero_property__slider:not(.stillLoading).wx__inview__loaded,.wx__inview.hero_property__text:not(.stillLoading).wx__inview__loaded,.wx__inview.highlight__image:not(.stillLoading).wx__inview__loaded,.wx__inview.highlight__text:not(.stillLoading).wx__inview__loaded,.wx__inview.hotel__box:not(.stillLoading).wx__inview__loaded,.wx__inview.map__container:not(.stillLoading).wx__inview__loaded,.wx__inview.map__container_no_availability:not(.stillLoading).wx__inview__loaded,.wx__inview.map__text:not(.stillLoading).wx__inview__loaded,.wx__inview.slider__nav:not(.stillLoading).wx__inview__loaded,.wx__inview.slider__wrapper:not(.stillLoading).wx__inview__loaded,.wx__inview.topline:not(.stillLoading).wx__inview__loaded,.wx__inview.usp__content:not(.stillLoading).wx__inview__loaded,.wx__inview.usp__footer:not(.stillLoading).wx__inview__loaded,.wx__inview:not(.stillLoading) .hero_property>header.wx__inview__loaded,.wx__inview:not(.stillLoading) .highlight>header.wx__inview__loaded,.wx__inview:not(.stillLoading) .ibe_noavailability .wx__inview__loaded.hotel,.wx__inview:not(.stillLoading) .item_list>header.wx__inview__loaded,.wx__inview:not(.stillLoading) .map .wx__inview__loaded.tile,.wx__inview:not(.stillLoading) .map>header.wx__inview__loaded,.wx__inview:not(.stillLoading) .slider>header.wx__inview__loaded,.wx__inview:not(.stillLoading) .usp>header.wx__inview__loaded,.wx__inview:not(.stillLoading) .wx__inview__loaded.bookingpanel,.wx__inview:not(.stillLoading) .wx__inview__loaded.carousel,.wx__inview:not(.stillLoading) .wx__inview__loaded.hero_property__slider,.wx__inview:not(.stillLoading) .wx__inview__loaded.hero_property__text,.wx__inview:not(.stillLoading) .wx__inview__loaded.highlight__image,.wx__inview:not(.stillLoading) .wx__inview__loaded.highlight__text,.wx__inview:not(.stillLoading) .wx__inview__loaded.hotel__box,.wx__inview:not(.stillLoading) .wx__inview__loaded.map__container,.wx__inview:not(.stillLoading) .wx__inview__loaded.map__container_no_availability,.wx__inview:not(.stillLoading) .wx__inview__loaded.map__text,.wx__inview:not(.stillLoading) .wx__inview__loaded.slider__nav,.wx__inview:not(.stillLoading) .wx__inview__loaded.slider__wrapper,.wx__inview:not(.stillLoading) .wx__inview__loaded.topline,.wx__inview:not(.stillLoading) .wx__inview__loaded.usp__content,.wx__inview:not(.stillLoading) .wx__inview__loaded.usp__footer{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.bookingpanel,.hero_property>header,.hero_property__text,.highlight>header,.highlight__image,.highlight__text,.item_list>header,.map .tile,.map>header,.map__container,.map__container_no_availability,.map__text,.slider>header,.slider__nav,.slider__wrapper,.topline,.usp>header,.usp__content,.usp__footer{-webkit-transform:translateY(5vh);transform:translateY(5vh)}.hero_property__slider{-webkit-transform:translateX(-5vh);transform:translateX(-5vh)}.hotel__box,.ibe_noavailability .hotel{-webkit-transform:translateX(5vh);transform:translateX(5vh)}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .5s;transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.slide-out-enter-active,.slide-out-leave-active{-webkit-transition:all .3s;transition:all .3s}.slide-out-enter,.slide-out-leave-to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}.inline-target,[data-showwith]{opacity:1;margin-bottom:0!important}.inline-target>section,[data-showwith]>section{max-width:90rem}.inline-target>section.usps-fullwidth,[data-showwith]>section.usps-fullwidth{max-width:100vw}.inline-target>section>header h1,.inline-target>section>header h2,.inline-target>section>header h3,.inline-target>section>header h4,.inline-target>section>header h5,.inline-target>section>header h6,.usp>header .inline-target>section>header h2,.usp>header .inline-target>section>header h4,.usp>header [data-showwith]>section>header h2,.usp>header [data-showwith]>section>header h4,[data-showwith]>section>header h1,[data-showwith]>section>header h2,[data-showwith]>section>header h3,[data-showwith]>section>header h4,[data-showwith]>section>header h5,[data-showwith]>section>header h6{margin-top:0}.inline-target[aria-expanded],[aria-expanded][data-showwith]{opacity:1;-webkit-transition:opacity .3s linear .25s;transition:opacity .3s linear .25s}.inline-target[aria-expanded=false],[aria-expanded=false][data-showwith]{-webkit-transition-delay:0s;transition-delay:0s;opacity:0;max-height:0;pointer-events:none}section.inline-target[aria-expanded=false]{position:absolute;z-index:-1;left:0;max-width:100%;overflow-x:hidden}section.inline-target[aria-expanded=false]:first-child{min-height:100vh}.usp>header h2,.usp>header h4,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}*{-webkit-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align:middle}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#fff;overflow-x:hidden;-ms-scroll-chaining:none;overscroll-behavior:none;z-index:-1}body.sticky--sticked{background-color:#000}main{background:#fff;overflow:hidden;position:relative;width:100vw;-webkit-box-shadow:0 16px 16px rgba(0,0,0,.5);box-shadow:0 16px 16px rgba(0,0,0,.5)}main>section,main>section.inline-target>section{max-width:90rem;width:100%;margin:auto;padding-bottom:3.75rem}.usp>header main>section.inline-target>section>header h2,.usp>header main>section.inline-target>section>header h4,.usp>header main>section>header h2,.usp>header main>section>header h4,main>section.inline-target>section>header>h1,main>section.inline-target>section>header h2,main>section.inline-target>section>header h3,main>section.inline-target>section>header h4,main>section.inline-target>section>header h5,main>section.inline-target>section>header h6,main>section>header .usp>header h2,main>section>header .usp>header h4,main>section>header>h1,main>section>header h2,main>section>header h3,main>section>header h4,main>section>header h5,main>section>header h6{margin-top:0}main>section.inline-target>section[class*=bg-],main>section[class*=bg-]{padding-bottom:0;margin-bottom:3.75rem}@media screen and (min-width:48rem){main>section,main>section.inline-target>section{padding-bottom:5rem}main>section.inline-target>section[class*=bg-],main>section[class*=bg-]{padding-bottom:0;margin-bottom:5rem}}@media screen and (min-width:62rem){main>section,main>section.inline-target>section{padding-bottom:6.5625rem}main>section.inline-target>section[class*=bg-],main>section[class*=bg-]{padding-bottom:0;margin-bottom:6.5625rem}}@media screen and (min-width:75rem){main>section,main>section.inline-target>section{padding-bottom:6.5625rem}main>section.inline-target>section[class*=bg-],main>section[class*=bg-]{padding-bottom:0;margin-bottom:6.5625rem}}main>section.inline-target{max-width:100vw}main>section.inline-target>section{margin-left:auto;margin-right:auto}section.booking-data{padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width:48rem){section.booking-data{padding-left:3rem;padding-right:3rem}}.seo-page main .inline-target>section,.seo-page main>section{padding-bottom:2rem}@media screen and (min-width:48rem){.seo-page main .inline-target>section,.seo-page main>section{padding-bottom:2rem}}@media screen and (min-width:62rem){.seo-page main .inline-target>section,.seo-page main>section{padding-bottom:2.5rem}}@media screen and (min-width:75rem){.seo-page main .inline-target>section,.seo-page main>section{padding-bottom:2.5rem}}@font-face{font-family:Chalet-LondonNineteenSixty;src:url(../fonts/Chalet-LondonNineteenSixty.woff2) format("woff2"),url(../fonts/Chalet-LondonNineteenSixty.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Chalet-NewYorkNineteenSixty;src:url(../fonts/Chalet-NewYorkNineteenSixty.woff2) format("woff2"),url(../fonts/Chalet-NewYorkNineteenSixty.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Chalet-ParisNineteenSixty;src:url(../fonts/Chalet-ParisNineteenSixty.woff2) format("woff2"),url(../fonts/Chalet-ParisNineteenSixty.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}.activationdate__wrapper a.select-theme-citizenm,.booking-hero__text header p,.booking-receipt--sticky p .pricetag,.booking-receipt--subscription a.select-theme-citizenm,.cc-desc,.cc-othercard,.inline-target .property-faq .faq_info_header h5,.inline-target .property-faq .property-faq__header,.inline-target .property-text-usp ul.property-text-usp__list li,.news .deal p b,.news__slider .stacked-slider__slide .inner,.outline_box,.paymentform .adyen-checkout__dropdown__element,.paymentform .adyen-checkout__payment-method .adyen-checkout__payment-method__header .adyen-checkout__payment-method__name,.popup .tile ul>li,.popup ul.iconlist>li,.popupWrapper .popup.popup--bubble a,.property-amenities__slide .inner,.property-faq .faq_info_header h5,.property-faq .property-faq__header,.property-text-usp ul.property-text-usp__list li,.property-usp-slider__slide .inner,.stacked-slider--mini .stacked-slider__slide .inner,.total .total__label,.total .total__price,.usps-fullwidth li,.usps__slider .stacked-slider__slide .inner,section.booking-data--details .login_alert_wrapper ul.iconlist li{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.bigform .cc-desc__holder,.booking-page .paymentform .adyen-checkout__input,.booking-page .select.select-theme-citizenm.countryCodeDropdown li,.inline-target .property-faq .property-faq__header small,.item__text>p .bold,.my_citizenm .paymentform .adyen-checkout__input,.property-faq .property-faq__header small,section.booking-data--details input,section.booking-data--details select,section.booking-data--details textarea{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.title1{font-size:2.5rem}.title1,.title1-sm{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;line-height:1}.title1-sm{font-size:4.375rem}.title1-md{font-size:6.25rem}.title1-md,.title2{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;line-height:1}.title2{font-size:2.5rem}.title2-sm{font-size:3.75rem}.title2-md,.title2-sm{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;line-height:1}.title2-md{font-size:5rem}.title3,.title3-md,.title3-sm{font-size:3.125rem}.title3,.title3-md,.title3-sm,.title4{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;line-height:1}.title4{font-size:2.5rem}.title5{font-size:2rem;line-height:1.65217}.title5,.title6{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.title6{font-size:1.5rem;line-height:1.166667}.subtitle1{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.subtitle1,.subtitle2{font-size:1.125rem;line-height:1}.subtitle2{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.subtitle3{line-height:1.125}.body,.subtitle3{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem}.body{line-height:1.625}.body-sm{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1.6666667}.bold{line-height:1.625}.bold,.button{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem}.button,.button-sm{line-height:1}.button-sm{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem}.small{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:.875rem;line-height:1.625}.lead,.small-sm{font-size:1rem;line-height:1.625}.lead,.lead-sm,.small-sm{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.lead-sm{font-size:1.25rem;line-height:1.5}.leadBold{font-size:1rem;line-height:1.625}.leadBold,.leadBold-sm{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.leadBold-sm{font-size:1.25rem;line-height:1.5}.topline-sm{font-size:1.25rem;line-height:.9}.labels,.topline-sm{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.labels{font-size:.9375em;line-height:1.6666666667}.list_header{font-size:1.125rem;line-height:1}.list_header,.marquee{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.marquee{font-size:1.5rem;line-height:1.6666666667}.marquee-sm{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:3.75rem;line-height:1}.usp>header h2 small,.usp>header h4 small,h1 small,h2 small,h3 small,h4 small{display:block;font-size:.7em;line-height:1}h1{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2.5rem;line-height:1;margin-top:.75em;margin-bottom:.375em}@media screen and (min-width:48rem){h1{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:4.375rem;line-height:1;margin-top:.6em;margin-bottom:.3em}}@media screen and (min-width:62rem){h1{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:6.25rem;line-height:1;margin-top:.37em;margin-bottom:.32em}h1.huge{font-size:7.5rem}}.usp>header h2,h2{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2.5rem;line-height:1;margin-top:1em;margin-bottom:.5em}@media screen and (min-width:48rem){.usp>header h2,h2{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:3.75rem;line-height:1;margin-top:.6em;margin-bottom:.3em}}@media screen and (min-width:62rem){.usp>header h2,h2{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:5rem;line-height:1;margin-top:.37em;margin-bottom:.32em}}h3{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:3.125rem;line-height:1;margin-top:1em;margin-bottom:.5em}@media screen and (min-width:48rem){h3{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:3.125rem;line-height:1;margin-top:.6em;margin-bottom:.3em}}@media screen and (min-width:62rem){h3{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:3.125rem;line-height:1;margin-top:.37em;margin-bottom:.32em}}h6{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.166667}header.-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}header.-reverse h1,header.-reverse h2,header.-reverse h3,header.-reverse h4{margin-top:0}header.-reverse p{margin:0}.hugeLead,.lead,main p.hugeLead,p.hugeLead{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625}@media screen and (min-width:48rem){.hugeLead,.lead,main p.hugeLead,p.hugeLead{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:1.5}}.bold,.hero__text p,.hugeLeadBold,.item__text>p.leadBold,.leadBold,main p.hugeLeadBold,p.hugeLeadBold{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625}@media screen and (min-width:48rem){.hugeLeadBold,.item__text>p.leadBold,.leadBold,main p.hugeLeadBold,p.hugeLeadBold{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:1.5}}.hugeLead,main p.hugeLead,p.hugeLead{line-height:1.2;font-size:1.25rem}@media screen and (min-width:48rem){.hugeLead,main p.hugeLead,p.hugeLead{font-size:1.875rem}}.hugeLeadBold,main p.hugeLeadBold,p.hugeLeadBold{line-height:1.2;font-size:1.25rem}@media screen and (min-width:48rem){.hugeLeadBold,main p.hugeLeadBold,p.hugeLeadBold{font-size:1.875rem}}.item__text>p.small,.small{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:.875rem;line-height:1.625}@media screen and (min-width:48rem){.item__text>p.small,.small{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625}}.small.bold{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.small-res{font-size:.875rem}.subhead{font-size:4rem}.marquee__text{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.6666666667}@media screen and (min-width:48rem){.marquee__text{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:3.75rem;line-height:1}}.wrapper p{margin-bottom:1em;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625}.wrapper p:last-child{margin-bottom:0}@media screen and (min-width:62rem){.wrapper p{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1.6666667}}.text-right{text-align:right}.text-left{text-align:left}.text-center{text-align:center}[disabled] *{color:#5a5a5a}.strike-through{text-decoration:line-through;color:#5a5a5a}body{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625;color:#000;font-weight:500}body *{color:inherit}body footer{color:#fff}body b,body strong{color:#ff0038}:focus{outline:none}a:focus,button:focus{border:2px solid transparent;-webkit-box-shadow:0 0 0 2px #000;box-shadow:0 0 0 2px #000}.text a:focus,p a:focus{border:none;color:#fff;-webkit-box-shadow:0 0 0 4px #000,inset 0 0 0 1em #000;box-shadow:0 0 0 4px #000,inset 0 0 0 1em #000}input:focus,select:focus,textarea:focus{-webkit-box-shadow:0 0 0 2px #000;box-shadow:0 0 0 2px #000}.move-label input:focus+.parsley-errors-list+label,.move-label input:focus+label,.move-label textarea:focus+label{background:#fff}.checkbox input:focus,input[type=radio]:focus{-webkit-box-shadow:none;box-shadow:none}.checkbox input:focus+label:before,.ibe_switch:focus+label:after,input[type=radio]:focus+label:before{-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px #000;box-shadow:0 0 0 2px #fff,0 0 0 4px #000}button:focus{border:2px solid transparent;-webkit-box-shadow:0 0 0 2px #000;box-shadow:0 0 0 2px #000}a.skip-main{left:-999px;position:absolute;top:auto;width:1px;height:1px;overflow:hidden;z-index:-999}a.skip-main:active,a.skip-main:focus{background-color:#000;color:#fff;left:auto;top:auto;width:30%;height:auto;overflow:auto;margin:10px 35%;padding:5px;border-radius:15px;border:4px solid #ff0038;text-align:center;font-size:1.2em;z-index:999}.sr-only{position:absolute;margin:-1px 0 0 -1px;padding:0;display:block;width:1px;height:1px;font-size:1px;line-height:1px;overflow:hidden;clip:rect(0,0,0,0);border:0;outline:0}.slider__nav .slick-arrow:focus{border:2px solid #fff;-webkit-box-shadow:0 0 0 2px #000,inset 0 0 0 2px #000;box-shadow:0 0 0 2px #000,inset 0 0 0 2px #000}footer a:focus,footer input:focus,footer nav li a:focus{-webkit-box-shadow:0 0 0 2px #fff;box-shadow:0 0 0 2px #fff}footer nav li a:focus{display:inline;border:2px solid #000;position:relative;left:-2px}.button.outline[data-no-a11y],.button.outline[data-no-a11y]:active,.button.outline[data-no-a11y]:focus{border:none!important;-webkit-box-shadow:0 0 0 2px #000;box-shadow:0 0 0 2px #000}.property-amenities__slide .content,.property-usp-slider__slide .content,.stacked-slider--mini .stacked-slider__slide .content,.usps__slider .stacked-slider__slide .content{position:relative}.property-amenities__slide .content:after,.property-usp-slider__slide .content:after,.stacked-slider--mini .stacked-slider__slide .content:after,.usps__slider .stacked-slider__slide .content:after{content:"";display:block;padding-bottom:100%}.property-amenities__slide .content>*,.property-usp-slider__slide .content>*,.stacked-slider--mini .stacked-slider__slide .content>*,.usps__slider .stacked-slider__slide .content>*{position:absolute;width:100%;height:100%}.hero_home.hero_home--small .position_wrap{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.referrals__detail .button{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[data-slide][aria-hidden]{max-height:0;overflow:hidden;-webkit-transition:max-height .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:max-height .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s}[data-slide][aria-hidden][aria-hidden=false]{max-height:8897px}[data-slide][aria-hidden].map{opacity:0}[data-slide][aria-hidden].map[aria-hidden=false]{opacity:1;-webkit-transition-delay:0s,.3s;transition-delay:0s,.3s}[data-selfclosing]{max-height:50vh;-webkit-transition:opacity ease-in,max-height ease-in,margin ease-in,padding ease-in;transition:opacity ease-in,max-height ease-in,margin ease-in,padding ease-in;-webkit-transition-duration:.2s;transition-duration:.2s;position:relative}[data-selfclosing]:before{content:"";width:100%;height:2px;background:#cfcfcf;position:absolute;right:0;bottom:0;-webkit-transition:width linear;transition:width linear;-webkit-transition-duration:inherit;transition-duration:inherit}[data-selfclosing].closing:before{width:0}[data-selfclosing].closed{opacity:0;max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0}[data-selfclosing].error_alert:before{background:#ff0038}*>.only-active,.active>.no-active{display:none}.active>.only-active{display:inline-block}.outline{border:thin solid #cfcfcf}.transparent{color:transparent}.bg-transparent,.btn-transparent{background-color:transparent;color:inherit}[disabled] .bg-transparent,[disabled] .btn-transparent{background-color:rgba(51,51,51,0)}[data-selfclosing].loader-transparent:before{background-color:transparent}.outline-transparent{border:thin solid transparent}.bg-transparent input,.bg-transparent select{color:inherit;border-bottom-color:inherit}.bg-transparent input:-webkit-autofill,.bg-transparent select:-webkit-autofill{color:inherit;background:none!important;-webkit-box-shadow:0 0 0 1000px inherit inset;-webkit-text-fill-color:inherit!important}.bg-transparent input::-webkit-input-placeholder,.bg-transparent select::-webkit-input-placeholder{color:inherit}.bg-transparent input::-moz-placeholder,.bg-transparent select::-moz-placeholder{color:inherit}.bg-transparent input:-ms-input-placeholder,.bg-transparent select:-ms-input-placeholder{color:inherit}.bg-transparent input:-moz-placeholder,.bg-transparent select:-moz-placeholder{color:inherit}.bg-transparent input[type=checkbox]:not(.ibe_switch)+label,.bg-transparent select[type=checkbox]:not(.ibe_switch)+label{background:inherit}.bg-transparent input[type=checkbox]:not(.ibe_switch)+label:before,.bg-transparent select[type=checkbox]:not(.ibe_switch)+label:before{border-color:transparent}.bg-transparent .error>input[type=email],.bg-transparent .error>input[type=password],.bg-transparent .error>input[type=text],.bg-transparent .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-transparent a.button,.bg-transparent button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-transparent a.button:after,.bg-transparent button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-transparent a.button.outline,.bg-transparent a.button.secondary,.bg-transparent button.button.outline,.bg-transparent button.button.secondary{background-color:transparent;color:inherit;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-transparent a.button.outline:after,.bg-transparent a.button.secondary:after,.bg-transparent button.button.outline:after,.bg-transparent button.button.secondary:after{background-color:#000;border-left-color:inherit}.bg-transparent a.button.black,.bg-transparent button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-transparent a.button.black:after,.bg-transparent button.button.black:after{background-color:#000;border-left-color:#000}.bg-transparent a.button.grey,.bg-transparent button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-transparent a.button.grey:after,.bg-transparent button.button.grey:after{background-color:#000;border-left-color:#b8b8b8}.bg-transparent a.button.red,.bg-transparent a.button[type=submit],.bg-transparent button.button.red,.bg-transparent button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-transparent a.button.red:after,.bg-transparent a.button[type=submit]:after,.bg-transparent button.button.red:after,.bg-transparent button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-transparent a.button.red:before,.bg-transparent a.button[type=submit]:before,.bg-transparent button.button.red:before,.bg-transparent button.button[type=submit]:before{border-color:#ff0038}.bg-transparent a.button.red:after,.bg-transparent a.button[type=submit]:after,.bg-transparent button.button.red:after,.bg-transparent button.button[type=submit]:after{background-color:transparent!important;border-left-color:#ff0038!important}.bg-transparent a.button.deactivated,.bg-transparent a.button[disabled],.bg-transparent button.button.deactivated,.bg-transparent button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-transparent a.button.deactivated:after,.bg-transparent a.button[disabled]:after,.bg-transparent button.button.deactivated:after,.bg-transparent button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-transparent a.button:focus,.bg-transparent button.button:focus{border:2px solid;border-color:#000!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-transparent a.button:focus+br+.button,.bg-transparent button.button:focus+br+.button{margin-top:1rem}.bg-transparent a.button:focus:after,.bg-transparent button.button:focus:after{border-left-color:#000}.bg-transparent a.button.outline:focus,.bg-transparent a.button.secondary:focus,.bg-transparent button.button.outline:focus,.bg-transparent button.button.secondary:focus{border:2px solid;border-color:#000!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-transparent a.button.outline:focus+br+.button,.bg-transparent a.button.secondary:focus+br+.button,.bg-transparent button.button.outline:focus+br+.button,.bg-transparent button.button.secondary:focus+br+.button{margin-top:1rem}.bg-transparent a.button.outline:focus:after,.bg-transparent a.button.secondary:focus:after,.bg-transparent button.button.outline:focus:after,.bg-transparent button.button.secondary:focus:after{border-left-color:#000}.bg-transparent a.button.black:focus,.bg-transparent button.button.black:focus{border:2px solid;border-color:#000!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-transparent a.button.black:focus+br+.button,.bg-transparent button.button.black:focus+br+.button{margin-top:1rem}.bg-transparent a.button.black:focus:after,.bg-transparent button.button.black:focus:after{border-left-color:#000}.bg-transparent a.button.grey:focus,.bg-transparent button.button.grey:focus{border:2px solid;border-color:#000!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-transparent a.button.grey:focus+br+.button,.bg-transparent button.button.grey:focus+br+.button{margin-top:1rem}.bg-transparent a.button.grey:focus:after,.bg-transparent button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-transparent a.button.red:focus,.bg-transparent a.button[type=submit]:focus,.bg-transparent button.button.red:focus,.bg-transparent button.button[type=submit]:focus{border:2px solid;border-color:#000!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-transparent a.button.red:focus+br+.button,.bg-transparent a.button[type=submit]:focus+br+.button,.bg-transparent button.button.red:focus+br+.button,.bg-transparent button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-transparent a.button.red:focus:after,.bg-transparent a.button[type=submit]:focus:after,.bg-transparent button.button.red:focus:after,.bg-transparent button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-transparent .move-label input:focus+.parsley-errors-list+label,.bg-transparent .move-label input:focus+label,.bg-transparent .move-label textarea:focus+label{background:#000}.white{color:#fff}.bg-white,.btn-white{background-color:#fff;color:#000}[disabled] .bg-white,[disabled] .btn-white{background-color:#fff;color:#fff}[data-selfclosing].loader-white:before{background-color:#fff}.outline-white{border:thin solid #fff}.bg-white input,.bg-white select{color:#000;border-bottom-color:#000}.bg-white input:-webkit-autofill,.bg-white select:-webkit-autofill{color:#000;background:none!important;-webkit-box-shadow:0 0 0 1000px #000 inset;-webkit-text-fill-color:#000!important}.bg-white input::-webkit-input-placeholder,.bg-white select::-webkit-input-placeholder{color:#000}.bg-white input::-moz-placeholder,.bg-white select::-moz-placeholder{color:#000}.bg-white input:-ms-input-placeholder,.bg-white select:-ms-input-placeholder{color:#000}.bg-white input:-moz-placeholder,.bg-white select:-moz-placeholder{color:#000}.bg-white input[type=checkbox]:not(.ibe_switch)+label,.bg-white select[type=checkbox]:not(.ibe_switch)+label{background:#000}.bg-white input[type=checkbox]:not(.ibe_switch)+label:before,.bg-white select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#fff}.bg-white .error>input[type=email],.bg-white .error>input[type=password],.bg-white .error>input[type=text],.bg-white .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-white a.button,.bg-white button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-white a.button:after,.bg-white button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-white a.button.outline,.bg-white a.button.secondary,.bg-white button.button.outline,.bg-white button.button.secondary{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-white a.button.outline:after,.bg-white a.button.secondary:after,.bg-white button.button.outline:after,.bg-white button.button.secondary:after{background-color:#fff;border-left-color:#000}.bg-white a.button.black,.bg-white button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-white a.button.black:after,.bg-white button.button.black:after{background-color:#fff;border-left-color:#000}.bg-white a.button.grey,.bg-white button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-white a.button.grey:after,.bg-white button.button.grey:after{background-color:#fff;border-left-color:#b8b8b8}.bg-white a.button.red,.bg-white a.button[type=submit],.bg-white button.button.red,.bg-white button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-white a.button.red:after,.bg-white a.button[type=submit]:after,.bg-white button.button.red:after,.bg-white button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-white a.button.red:before,.bg-white a.button[type=submit]:before,.bg-white button.button.red:before,.bg-white button.button[type=submit]:before{border-color:#ff0038}.bg-white a.button.red:after,.bg-white a.button[type=submit]:after,.bg-white button.button.red:after,.bg-white button.button[type=submit]:after{background-color:#fff!important;border-left-color:#ff0038!important}.bg-white a.button.deactivated,.bg-white a.button[disabled],.bg-white button.button.deactivated,.bg-white button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-white a.button.deactivated:after,.bg-white a.button[disabled]:after,.bg-white button.button.deactivated:after,.bg-white button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-white a.button:focus,.bg-white button.button:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-white a.button:focus+br+.button,.bg-white button.button:focus+br+.button{margin-top:1rem}.bg-white a.button:focus:after,.bg-white button.button:focus:after{border-left-color:#fff}.bg-white a.button.outline:focus,.bg-white a.button.secondary:focus,.bg-white button.button.outline:focus,.bg-white button.button.secondary:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-white a.button.outline:focus+br+.button,.bg-white a.button.secondary:focus+br+.button,.bg-white button.button.outline:focus+br+.button,.bg-white button.button.secondary:focus+br+.button{margin-top:1rem}.bg-white a.button.outline:focus:after,.bg-white a.button.secondary:focus:after,.bg-white button.button.outline:focus:after,.bg-white button.button.secondary:focus:after{border-left-color:#000}.bg-white a.button.black:focus,.bg-white button.button.black:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-white a.button.black:focus+br+.button,.bg-white button.button.black:focus+br+.button{margin-top:1rem}.bg-white a.button.black:focus:after,.bg-white button.button.black:focus:after{border-left-color:#000}.bg-white a.button.grey:focus,.bg-white button.button.grey:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-white a.button.grey:focus+br+.button,.bg-white button.button.grey:focus+br+.button{margin-top:1rem}.bg-white a.button.grey:focus:after,.bg-white button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-white a.button.red:focus,.bg-white a.button[type=submit]:focus,.bg-white button.button.red:focus,.bg-white button.button[type=submit]:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-white a.button.red:focus+br+.button,.bg-white a.button[type=submit]:focus+br+.button,.bg-white button.button.red:focus+br+.button,.bg-white button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-white a.button.red:focus:after,.bg-white a.button[type=submit]:focus:after,.bg-white button.button.red:focus:after,.bg-white button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-white .move-label input:focus+.parsley-errors-list+label,.bg-white .move-label input:focus+label,.bg-white .move-label textarea:focus+label{background:#fff}.black{color:#000}.bg-black,.btn-black{background-color:#000;color:#fff}[disabled] .bg-black,[disabled] .btn-black{background-color:#333;color:#333}[data-selfclosing].loader-black:before{background-color:#000}.outline-black{border:thin solid #000}.bg-black input,.bg-black select{color:#fff;border-bottom-color:#fff}.bg-black input:-webkit-autofill,.bg-black select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-black input::-webkit-input-placeholder,.bg-black select::-webkit-input-placeholder{color:#fff}.bg-black input::-moz-placeholder,.bg-black select::-moz-placeholder{color:#fff}.bg-black input:-ms-input-placeholder,.bg-black select:-ms-input-placeholder{color:#fff}.bg-black input:-moz-placeholder,.bg-black select:-moz-placeholder{color:#fff}.bg-black input[type=checkbox]:not(.ibe_switch)+label,.bg-black select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-black input[type=checkbox]:not(.ibe_switch)+label:before,.bg-black select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#000}.bg-black .error>input[type=email],.bg-black .error>input[type=password],.bg-black .error>input[type=text],.bg-black .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-black a.button,.bg-black button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-black a.button:after,.bg-black button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-black a.button.outline,.bg-black a.button.secondary,.bg-black button.button.outline,.bg-black button.button.secondary{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-black a.button.outline:after,.bg-black a.button.secondary:after,.bg-black button.button.outline:after,.bg-black button.button.secondary:after{background-color:#000;border-left-color:#fff}.bg-black a.button.black,.bg-black button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-black a.button.black:after,.bg-black button.button.black:after{background-color:#000;border-left-color:#000}.bg-black a.button.grey,.bg-black button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-black a.button.grey:after,.bg-black button.button.grey:after{background-color:#000;border-left-color:#b8b8b8}.bg-black a.button.red,.bg-black a.button[type=submit],.bg-black button.button.red,.bg-black button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-black a.button.red:after,.bg-black a.button[type=submit]:after,.bg-black button.button.red:after,.bg-black button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-black a.button.red:before,.bg-black a.button[type=submit]:before,.bg-black button.button.red:before,.bg-black button.button[type=submit]:before{border-color:#ff0038}.bg-black a.button.red:after,.bg-black a.button[type=submit]:after,.bg-black button.button.red:after,.bg-black button.button[type=submit]:after{background-color:#000!important;border-left-color:#ff0038!important}.bg-black a.button.deactivated,.bg-black a.button[disabled],.bg-black button.button.deactivated,.bg-black button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-black a.button.deactivated:after,.bg-black a.button[disabled]:after,.bg-black button.button.deactivated:after,.bg-black button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-black a.button:focus,.bg-black button.button:focus{border:2px solid;border-color:#000!important;-webkit-box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #fff;box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #fff;margin-bottom:-4px;position:relative;top:-2px}.bg-black a.button:focus+br+.button,.bg-black button.button:focus+br+.button{margin-top:1rem}.bg-black a.button:focus:after,.bg-black button.button:focus:after{border-left-color:#fff}.bg-black a.button.outline:focus,.bg-black a.button.secondary:focus,.bg-black button.button.outline:focus,.bg-black button.button.secondary:focus{border:2px solid;border-color:#000!important;-webkit-box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #fff;box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #fff;margin-bottom:-4px;position:relative;top:-2px}.bg-black a.button.outline:focus+br+.button,.bg-black a.button.secondary:focus+br+.button,.bg-black button.button.outline:focus+br+.button,.bg-black button.button.secondary:focus+br+.button{margin-top:1rem}.bg-black a.button.outline:focus:after,.bg-black a.button.secondary:focus:after,.bg-black button.button.outline:focus:after,.bg-black button.button.secondary:focus:after{border-left-color:#fff}.bg-black a.button.black:focus,.bg-black button.button.black:focus{border:2px solid;border-color:#000!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #fff;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #fff;margin-bottom:-4px;position:relative;top:-2px}.bg-black a.button.black:focus+br+.button,.bg-black button.button.black:focus+br+.button{margin-top:1rem}.bg-black a.button.black:focus:after,.bg-black button.button.black:focus:after{border-left-color:#000}.bg-black a.button.grey:focus,.bg-black button.button.grey:focus{border:2px solid;border-color:#000!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #fff;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #fff;margin-bottom:-4px;position:relative;top:-2px}.bg-black a.button.grey:focus+br+.button,.bg-black button.button.grey:focus+br+.button{margin-top:1rem}.bg-black a.button.grey:focus:after,.bg-black button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-black a.button.red:focus,.bg-black a.button[type=submit]:focus,.bg-black button.button.red:focus,.bg-black button.button[type=submit]:focus{border:2px solid;border-color:#000!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #fff;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #fff;margin-bottom:-4px;position:relative;top:-2px}.bg-black a.button.red:focus+br+.button,.bg-black a.button[type=submit]:focus+br+.button,.bg-black button.button.red:focus+br+.button,.bg-black button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-black a.button.red:focus:after,.bg-black a.button[type=submit]:focus:after,.bg-black button.button.red:focus:after,.bg-black button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-black .move-label input:focus+.parsley-errors-list+label,.bg-black .move-label input:focus+label,.bg-black .move-label textarea:focus+label{background:#000}.primary{color:#ff0038}.bg-primary,.btn-primary{background-color:#ff0038;color:#fff}[disabled] .bg-primary,[disabled] .btn-primary{background-color:#f07590;color:#333}[data-selfclosing].loader-primary:before{background-color:#ff0038}.outline-primary{border:thin solid #ff0038}.bg-primary input,.bg-primary select{color:#fff;border-bottom-color:#fff}.bg-primary input:-webkit-autofill,.bg-primary select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-primary input::-webkit-input-placeholder,.bg-primary select::-webkit-input-placeholder{color:#fff}.bg-primary input::-moz-placeholder,.bg-primary select::-moz-placeholder{color:#fff}.bg-primary input:-ms-input-placeholder,.bg-primary select:-ms-input-placeholder{color:#fff}.bg-primary input:-moz-placeholder,.bg-primary select:-moz-placeholder{color:#fff}.bg-primary input[type=checkbox]:not(.ibe_switch)+label,.bg-primary select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-primary input[type=checkbox]:not(.ibe_switch)+label:before,.bg-primary select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#ff0038}.bg-primary .error>input[type=email],.bg-primary .error>input[type=password],.bg-primary .error>input[type=text],.bg-primary .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-primary a.button,.bg-primary button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-primary a.button:after,.bg-primary button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-primary a.button.outline,.bg-primary a.button.secondary,.bg-primary button.button.outline,.bg-primary button.button.secondary{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-primary a.button.outline:after,.bg-primary a.button.secondary:after,.bg-primary button.button.outline:after,.bg-primary button.button.secondary:after{background-color:#ff0038;border-left-color:#fff}.bg-primary a.button.black,.bg-primary button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-primary a.button.black:after,.bg-primary button.button.black:after{background-color:#ff0038;border-left-color:#000}.bg-primary a.button.grey,.bg-primary button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-primary a.button.grey:after,.bg-primary button.button.grey:after{background-color:#ff0038;border-left-color:#b8b8b8}.bg-primary a.button.red,.bg-primary a.button[type=submit],.bg-primary button.button.red,.bg-primary button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-primary a.button.red:after,.bg-primary a.button[type=submit]:after,.bg-primary button.button.red:after,.bg-primary button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-primary a.button.red:before,.bg-primary a.button[type=submit]:before,.bg-primary button.button.red:before,.bg-primary button.button[type=submit]:before{border-color:#ff0038}.bg-primary a.button.red:after,.bg-primary a.button[type=submit]:after,.bg-primary button.button.red:after,.bg-primary button.button[type=submit]:after{background-color:#ff0038!important;border-left-color:#ff0038!important}.bg-primary a.button.deactivated,.bg-primary a.button[disabled],.bg-primary button.button.deactivated,.bg-primary button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-primary a.button.deactivated:after,.bg-primary a.button[disabled]:after,.bg-primary button.button.deactivated:after,.bg-primary button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-primary a.button:focus,.bg-primary button.button:focus{border:2px solid;border-color:#ff0038!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-primary a.button:focus+br+.button,.bg-primary button.button:focus+br+.button{margin-top:1rem}.bg-primary a.button:focus:after,.bg-primary button.button:focus:after{border-left-color:#ff0038}.bg-primary a.button.outline:focus,.bg-primary a.button.secondary:focus,.bg-primary button.button.outline:focus,.bg-primary button.button.secondary:focus{border:2px solid;border-color:#ff0038!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-primary a.button.outline:focus+br+.button,.bg-primary a.button.secondary:focus+br+.button,.bg-primary button.button.outline:focus+br+.button,.bg-primary button.button.secondary:focus+br+.button{margin-top:1rem}.bg-primary a.button.outline:focus:after,.bg-primary a.button.secondary:focus:after,.bg-primary button.button.outline:focus:after,.bg-primary button.button.secondary:focus:after{border-left-color:#ff0038}.bg-primary a.button.black:focus,.bg-primary button.button.black:focus{border:2px solid;border-color:#ff0038!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-primary a.button.black:focus+br+.button,.bg-primary button.button.black:focus+br+.button{margin-top:1rem}.bg-primary a.button.black:focus:after,.bg-primary button.button.black:focus:after{border-left-color:#000}.bg-primary a.button.grey:focus,.bg-primary button.button.grey:focus{border:2px solid;border-color:#ff0038!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-primary a.button.grey:focus+br+.button,.bg-primary button.button.grey:focus+br+.button{margin-top:1rem}.bg-primary a.button.grey:focus:after,.bg-primary button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-primary a.button.red:focus,.bg-primary a.button[type=submit]:focus,.bg-primary button.button.red:focus,.bg-primary button.button[type=submit]:focus{border:2px solid;border-color:#ff0038!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-primary a.button.red:focus+br+.button,.bg-primary a.button[type=submit]:focus+br+.button,.bg-primary button.button.red:focus+br+.button,.bg-primary button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-primary a.button.red:focus:after,.bg-primary a.button[type=submit]:focus:after,.bg-primary button.button.red:focus:after,.bg-primary button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-primary .move-label input:focus+.parsley-errors-list+label,.bg-primary .move-label input:focus+label,.bg-primary .move-label textarea:focus+label{background:#ff0038}.red{color:#ff0038}.bg-red,.btn-red{background-color:#ff0038;color:#fff}[disabled] .bg-red,[disabled] .btn-red{background-color:#f07590;color:#333}[data-selfclosing].loader-red:before{background-color:#ff0038}.outline-red{border:thin solid #ff0038}.bg-red input,.bg-red select{color:#fff;border-bottom-color:#fff}.bg-red input:-webkit-autofill,.bg-red select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-red input::-webkit-input-placeholder,.bg-red select::-webkit-input-placeholder{color:#fff}.bg-red input::-moz-placeholder,.bg-red select::-moz-placeholder{color:#fff}.bg-red input:-ms-input-placeholder,.bg-red select:-ms-input-placeholder{color:#fff}.bg-red input:-moz-placeholder,.bg-red select:-moz-placeholder{color:#fff}.bg-red input[type=checkbox]:not(.ibe_switch)+label,.bg-red select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-red input[type=checkbox]:not(.ibe_switch)+label:before,.bg-red select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#ff0038}.bg-red .error>input[type=email],.bg-red .error>input[type=password],.bg-red .error>input[type=text],.bg-red .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-red a.button,.bg-red button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-red a.button:after,.bg-red button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-red a.button.outline,.bg-red a.button.secondary,.bg-red button.button.outline,.bg-red button.button.secondary{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-red a.button.outline:after,.bg-red a.button.secondary:after,.bg-red button.button.outline:after,.bg-red button.button.secondary:after{background-color:#ff0038;border-left-color:#fff}.bg-red a.button.black,.bg-red button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-red a.button.black:after,.bg-red button.button.black:after{background-color:#ff0038;border-left-color:#000}.bg-red a.button.grey,.bg-red button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-red a.button.grey:after,.bg-red button.button.grey:after{background-color:#ff0038;border-left-color:#b8b8b8}.bg-red a.button.red,.bg-red a.button[type=submit],.bg-red button.button.red,.bg-red button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-red a.button.red:after,.bg-red a.button[type=submit]:after,.bg-red button.button.red:after,.bg-red button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-red a.button.red:before,.bg-red a.button[type=submit]:before,.bg-red button.button.red:before,.bg-red button.button[type=submit]:before{border-color:#ff0038}.bg-red a.button.red:after,.bg-red a.button[type=submit]:after,.bg-red button.button.red:after,.bg-red button.button[type=submit]:after{background-color:#ff0038!important;border-left-color:#ff0038!important}.bg-red a.button.deactivated,.bg-red a.button[disabled],.bg-red button.button.deactivated,.bg-red button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-red a.button.deactivated:after,.bg-red a.button[disabled]:after,.bg-red button.button.deactivated:after,.bg-red button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-red a.button:focus,.bg-red button.button:focus{border:2px solid;border-color:#ff0038!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-red a.button:focus+br+.button,.bg-red button.button:focus+br+.button{margin-top:1rem}.bg-red a.button:focus:after,.bg-red button.button:focus:after{border-left-color:#ff0038}.bg-red a.button.outline:focus,.bg-red a.button.secondary:focus,.bg-red button.button.outline:focus,.bg-red button.button.secondary:focus{border:2px solid;border-color:#ff0038!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-red a.button.outline:focus+br+.button,.bg-red a.button.secondary:focus+br+.button,.bg-red button.button.outline:focus+br+.button,.bg-red button.button.secondary:focus+br+.button{margin-top:1rem}.bg-red a.button.outline:focus:after,.bg-red a.button.secondary:focus:after,.bg-red button.button.outline:focus:after,.bg-red button.button.secondary:focus:after{border-left-color:#ff0038}.bg-red a.button.black:focus,.bg-red button.button.black:focus{border:2px solid;border-color:#ff0038!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-red a.button.black:focus+br+.button,.bg-red button.button.black:focus+br+.button{margin-top:1rem}.bg-red a.button.black:focus:after,.bg-red button.button.black:focus:after{border-left-color:#000}.bg-red a.button.grey:focus,.bg-red button.button.grey:focus{border:2px solid;border-color:#ff0038!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-red a.button.grey:focus+br+.button,.bg-red button.button.grey:focus+br+.button{margin-top:1rem}.bg-red a.button.grey:focus:after,.bg-red button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-red a.button.red:focus,.bg-red a.button[type=submit]:focus,.bg-red button.button.red:focus,.bg-red button.button[type=submit]:focus{border:2px solid;border-color:#ff0038!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-red a.button.red:focus+br+.button,.bg-red a.button[type=submit]:focus+br+.button,.bg-red button.button.red:focus+br+.button,.bg-red button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-red a.button.red:focus:after,.bg-red a.button[type=submit]:focus:after,.bg-red button.button.red:focus:after,.bg-red button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-red .move-label input:focus+.parsley-errors-list+label,.bg-red .move-label input:focus+label,.bg-red .move-label textarea:focus+label{background:#ff0038}.green{color:#03d386}.bg-green,.btn-green{background-color:#03d386;color:#fff}[disabled] .bg-green,[disabled] .btn-green{background-color:#53e9b1;color:#333}[data-selfclosing].loader-green:before{background-color:#03d386}.outline-green{border:thin solid #03d386}.bg-green input,.bg-green select{color:#fff;border-bottom-color:#fff}.bg-green input:-webkit-autofill,.bg-green select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-green input::-webkit-input-placeholder,.bg-green select::-webkit-input-placeholder{color:#fff}.bg-green input::-moz-placeholder,.bg-green select::-moz-placeholder{color:#fff}.bg-green input:-ms-input-placeholder,.bg-green select:-ms-input-placeholder{color:#fff}.bg-green input:-moz-placeholder,.bg-green select:-moz-placeholder{color:#fff}.bg-green input[type=checkbox]:not(.ibe_switch)+label,.bg-green select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-green input[type=checkbox]:not(.ibe_switch)+label:before,.bg-green select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#03d386}.bg-green .error>input[type=email],.bg-green .error>input[type=password],.bg-green .error>input[type=text],.bg-green .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-green a.button,.bg-green button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-green a.button:after,.bg-green button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-green a.button.outline,.bg-green a.button.secondary,.bg-green button.button.outline,.bg-green button.button.secondary{background-color:#03d386;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-green a.button.outline:after,.bg-green a.button.secondary:after,.bg-green button.button.outline:after,.bg-green button.button.secondary:after{background-color:#03d386;border-left-color:#fff}.bg-green a.button.black,.bg-green button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-green a.button.black:after,.bg-green button.button.black:after{background-color:#03d386;border-left-color:#000}.bg-green a.button.grey,.bg-green button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-green a.button.grey:after,.bg-green button.button.grey:after{background-color:#03d386;border-left-color:#b8b8b8}.bg-green a.button.red,.bg-green a.button[type=submit],.bg-green button.button.red,.bg-green button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-green a.button.red:after,.bg-green a.button[type=submit]:after,.bg-green button.button.red:after,.bg-green button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-green a.button.red:before,.bg-green a.button[type=submit]:before,.bg-green button.button.red:before,.bg-green button.button[type=submit]:before{border-color:#ff0038}.bg-green a.button.red:after,.bg-green a.button[type=submit]:after,.bg-green button.button.red:after,.bg-green button.button[type=submit]:after{background-color:#03d386!important;border-left-color:#ff0038!important}.bg-green a.button.deactivated,.bg-green a.button[disabled],.bg-green button.button.deactivated,.bg-green button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-green a.button.deactivated:after,.bg-green a.button[disabled]:after,.bg-green button.button.deactivated:after,.bg-green button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-green a.button:focus,.bg-green button.button:focus{border:2px solid;border-color:#03d386!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-green a.button:focus+br+.button,.bg-green button.button:focus+br+.button{margin-top:1rem}.bg-green a.button:focus:after,.bg-green button.button:focus:after{border-left-color:#ff0038}.bg-green a.button.outline:focus,.bg-green a.button.secondary:focus,.bg-green button.button.outline:focus,.bg-green button.button.secondary:focus{border:2px solid;border-color:#03d386!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-green a.button.outline:focus+br+.button,.bg-green a.button.secondary:focus+br+.button,.bg-green button.button.outline:focus+br+.button,.bg-green button.button.secondary:focus+br+.button{margin-top:1rem}.bg-green a.button.outline:focus:after,.bg-green a.button.secondary:focus:after,.bg-green button.button.outline:focus:after,.bg-green button.button.secondary:focus:after{border-left-color:#ff0038}.bg-green a.button.black:focus,.bg-green button.button.black:focus{border:2px solid;border-color:#03d386!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-green a.button.black:focus+br+.button,.bg-green button.button.black:focus+br+.button{margin-top:1rem}.bg-green a.button.black:focus:after,.bg-green button.button.black:focus:after{border-left-color:#000}.bg-green a.button.grey:focus,.bg-green button.button.grey:focus{border:2px solid;border-color:#03d386!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-green a.button.grey:focus+br+.button,.bg-green button.button.grey:focus+br+.button{margin-top:1rem}.bg-green a.button.grey:focus:after,.bg-green button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-green a.button.red:focus,.bg-green a.button[type=submit]:focus,.bg-green button.button.red:focus,.bg-green button.button[type=submit]:focus{border:2px solid;border-color:#03d386!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-green a.button.red:focus+br+.button,.bg-green a.button[type=submit]:focus+br+.button,.bg-green button.button.red:focus+br+.button,.bg-green button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-green a.button.red:focus:after,.bg-green a.button[type=submit]:focus:after,.bg-green button.button.red:focus:after,.bg-green button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-green .move-label input:focus+.parsley-errors-list+label,.bg-green .move-label input:focus+label,.bg-green .move-label textarea:focus+label{background:#03d386}.blue{color:#00afef}.bg-blue,.btn-blue{background-color:#00afef;color:#fff}[disabled] .bg-blue,[disabled] .btn-blue{background-color:#67caee;color:#333}[data-selfclosing].loader-blue:before{background-color:#00afef}.outline-blue{border:thin solid #00afef}.bg-blue input,.bg-blue select{color:#fff;border-bottom-color:#fff}.bg-blue input:-webkit-autofill,.bg-blue select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-blue input::-webkit-input-placeholder,.bg-blue select::-webkit-input-placeholder{color:#fff}.bg-blue input::-moz-placeholder,.bg-blue select::-moz-placeholder{color:#fff}.bg-blue input:-ms-input-placeholder,.bg-blue select:-ms-input-placeholder{color:#fff}.bg-blue input:-moz-placeholder,.bg-blue select:-moz-placeholder{color:#fff}.bg-blue input[type=checkbox]:not(.ibe_switch)+label,.bg-blue select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-blue input[type=checkbox]:not(.ibe_switch)+label:before,.bg-blue select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#00afef}.bg-blue .error>input[type=email],.bg-blue .error>input[type=password],.bg-blue .error>input[type=text],.bg-blue .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-blue a.button,.bg-blue button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-blue a.button:after,.bg-blue button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-blue a.button.outline,.bg-blue a.button.secondary,.bg-blue button.button.outline,.bg-blue button.button.secondary{background-color:#00afef;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-blue a.button.outline:after,.bg-blue a.button.secondary:after,.bg-blue button.button.outline:after,.bg-blue button.button.secondary:after{background-color:#00afef;border-left-color:#fff}.bg-blue a.button.black,.bg-blue button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-blue a.button.black:after,.bg-blue button.button.black:after{background-color:#00afef;border-left-color:#000}.bg-blue a.button.grey,.bg-blue button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-blue a.button.grey:after,.bg-blue button.button.grey:after{background-color:#00afef;border-left-color:#b8b8b8}.bg-blue a.button.red,.bg-blue a.button[type=submit],.bg-blue button.button.red,.bg-blue button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-blue a.button.red:after,.bg-blue a.button[type=submit]:after,.bg-blue button.button.red:after,.bg-blue button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-blue a.button.red:before,.bg-blue a.button[type=submit]:before,.bg-blue button.button.red:before,.bg-blue button.button[type=submit]:before{border-color:#ff0038}.bg-blue a.button.red:after,.bg-blue a.button[type=submit]:after,.bg-blue button.button.red:after,.bg-blue button.button[type=submit]:after{background-color:#00afef!important;border-left-color:#ff0038!important}.bg-blue a.button.deactivated,.bg-blue a.button[disabled],.bg-blue button.button.deactivated,.bg-blue button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-blue a.button.deactivated:after,.bg-blue a.button[disabled]:after,.bg-blue button.button.deactivated:after,.bg-blue button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-blue a.button:focus,.bg-blue button.button:focus{border:2px solid;border-color:#00afef!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-blue a.button:focus+br+.button,.bg-blue button.button:focus+br+.button{margin-top:1rem}.bg-blue a.button:focus:after,.bg-blue button.button:focus:after{border-left-color:#ff0038}.bg-blue a.button.outline:focus,.bg-blue a.button.secondary:focus,.bg-blue button.button.outline:focus,.bg-blue button.button.secondary:focus{border:2px solid;border-color:#00afef!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-blue a.button.outline:focus+br+.button,.bg-blue a.button.secondary:focus+br+.button,.bg-blue button.button.outline:focus+br+.button,.bg-blue button.button.secondary:focus+br+.button{margin-top:1rem}.bg-blue a.button.outline:focus:after,.bg-blue a.button.secondary:focus:after,.bg-blue button.button.outline:focus:after,.bg-blue button.button.secondary:focus:after{border-left-color:#ff0038}.bg-blue a.button.black:focus,.bg-blue button.button.black:focus{border:2px solid;border-color:#00afef!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-blue a.button.black:focus+br+.button,.bg-blue button.button.black:focus+br+.button{margin-top:1rem}.bg-blue a.button.black:focus:after,.bg-blue button.button.black:focus:after{border-left-color:#000}.bg-blue a.button.grey:focus,.bg-blue button.button.grey:focus{border:2px solid;border-color:#00afef!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-blue a.button.grey:focus+br+.button,.bg-blue button.button.grey:focus+br+.button{margin-top:1rem}.bg-blue a.button.grey:focus:after,.bg-blue button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-blue a.button.red:focus,.bg-blue a.button[type=submit]:focus,.bg-blue button.button.red:focus,.bg-blue button.button[type=submit]:focus{border:2px solid;border-color:#00afef!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-blue a.button.red:focus+br+.button,.bg-blue a.button[type=submit]:focus+br+.button,.bg-blue button.button.red:focus+br+.button,.bg-blue button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-blue a.button.red:focus:after,.bg-blue a.button[type=submit]:focus:after,.bg-blue button.button.red:focus:after,.bg-blue button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-blue .move-label input:focus+.parsley-errors-list+label,.bg-blue .move-label input:focus+label,.bg-blue .move-label textarea:focus+label{background:#00afef}.purple{color:#5e31e8}.bg-purple,.btn-purple{background-color:#5e31e8;color:#fff}[disabled] .bg-purple,[disabled] .btn-purple{background-color:#ac99e6;color:#333}[data-selfclosing].loader-purple:before{background-color:#5e31e8}.outline-purple{border:thin solid #5e31e8}.bg-purple input,.bg-purple select{color:#fff;border-bottom-color:#fff}.bg-purple input:-webkit-autofill,.bg-purple select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-purple input::-webkit-input-placeholder,.bg-purple select::-webkit-input-placeholder{color:#fff}.bg-purple input::-moz-placeholder,.bg-purple select::-moz-placeholder{color:#fff}.bg-purple input:-ms-input-placeholder,.bg-purple select:-ms-input-placeholder{color:#fff}.bg-purple input:-moz-placeholder,.bg-purple select:-moz-placeholder{color:#fff}.bg-purple input[type=checkbox]:not(.ibe_switch)+label,.bg-purple select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-purple input[type=checkbox]:not(.ibe_switch)+label:before,.bg-purple select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#5e31e8}.bg-purple .error>input[type=email],.bg-purple .error>input[type=password],.bg-purple .error>input[type=text],.bg-purple .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-purple a.button,.bg-purple button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-purple a.button:after,.bg-purple button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-purple a.button.outline,.bg-purple a.button.secondary,.bg-purple button.button.outline,.bg-purple button.button.secondary{background-color:#5e31e8;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-purple a.button.outline:after,.bg-purple a.button.secondary:after,.bg-purple button.button.outline:after,.bg-purple button.button.secondary:after{background-color:#5e31e8;border-left-color:#fff}.bg-purple a.button.black,.bg-purple button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-purple a.button.black:after,.bg-purple button.button.black:after{background-color:#5e31e8;border-left-color:#000}.bg-purple a.button.grey,.bg-purple button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-purple a.button.grey:after,.bg-purple button.button.grey:after{background-color:#5e31e8;border-left-color:#b8b8b8}.bg-purple a.button.red,.bg-purple a.button[type=submit],.bg-purple button.button.red,.bg-purple button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-purple a.button.red:after,.bg-purple a.button[type=submit]:after,.bg-purple button.button.red:after,.bg-purple button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-purple a.button.red:before,.bg-purple a.button[type=submit]:before,.bg-purple button.button.red:before,.bg-purple button.button[type=submit]:before{border-color:#ff0038}.bg-purple a.button.red:after,.bg-purple a.button[type=submit]:after,.bg-purple button.button.red:after,.bg-purple button.button[type=submit]:after{background-color:#5e31e8!important;border-left-color:#ff0038!important}.bg-purple a.button.deactivated,.bg-purple a.button[disabled],.bg-purple button.button.deactivated,.bg-purple button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-purple a.button.deactivated:after,.bg-purple a.button[disabled]:after,.bg-purple button.button.deactivated:after,.bg-purple button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-purple a.button:focus,.bg-purple button.button:focus{border:2px solid;border-color:#5e31e8!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-purple a.button:focus+br+.button,.bg-purple button.button:focus+br+.button{margin-top:1rem}.bg-purple a.button:focus:after,.bg-purple button.button:focus:after{border-left-color:#ff0038}.bg-purple a.button.outline:focus,.bg-purple a.button.secondary:focus,.bg-purple button.button.outline:focus,.bg-purple button.button.secondary:focus{border:2px solid;border-color:#5e31e8!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-purple a.button.outline:focus+br+.button,.bg-purple a.button.secondary:focus+br+.button,.bg-purple button.button.outline:focus+br+.button,.bg-purple button.button.secondary:focus+br+.button{margin-top:1rem}.bg-purple a.button.outline:focus:after,.bg-purple a.button.secondary:focus:after,.bg-purple button.button.outline:focus:after,.bg-purple button.button.secondary:focus:after{border-left-color:#ff0038}.bg-purple a.button.black:focus,.bg-purple button.button.black:focus{border:2px solid;border-color:#5e31e8!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-purple a.button.black:focus+br+.button,.bg-purple button.button.black:focus+br+.button{margin-top:1rem}.bg-purple a.button.black:focus:after,.bg-purple button.button.black:focus:after{border-left-color:#000}.bg-purple a.button.grey:focus,.bg-purple button.button.grey:focus{border:2px solid;border-color:#5e31e8!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-purple a.button.grey:focus+br+.button,.bg-purple button.button.grey:focus+br+.button{margin-top:1rem}.bg-purple a.button.grey:focus:after,.bg-purple button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-purple a.button.red:focus,.bg-purple a.button[type=submit]:focus,.bg-purple button.button.red:focus,.bg-purple button.button[type=submit]:focus{border:2px solid;border-color:#5e31e8!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-purple a.button.red:focus+br+.button,.bg-purple a.button[type=submit]:focus+br+.button,.bg-purple button.button.red:focus+br+.button,.bg-purple button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-purple a.button.red:focus:after,.bg-purple a.button[type=submit]:focus:after,.bg-purple button.button.red:focus:after,.bg-purple button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-purple .move-label input:focus+.parsley-errors-list+label,.bg-purple .move-label input:focus+label,.bg-purple .move-label textarea:focus+label{background:#5e31e8}.orange{color:#ff7219}.bg-orange,.btn-orange{background-color:#ff7219;color:#fff}[disabled] .bg-orange,[disabled] .btn-orange{background-color:#f2b38c;color:#333}[data-selfclosing].loader-orange:before{background-color:#ff7219}.outline-orange{border:thin solid #ff7219}.bg-orange input,.bg-orange select{color:#fff;border-bottom-color:#fff}.bg-orange input:-webkit-autofill,.bg-orange select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-orange input::-webkit-input-placeholder,.bg-orange select::-webkit-input-placeholder{color:#fff}.bg-orange input::-moz-placeholder,.bg-orange select::-moz-placeholder{color:#fff}.bg-orange input:-ms-input-placeholder,.bg-orange select:-ms-input-placeholder{color:#fff}.bg-orange input:-moz-placeholder,.bg-orange select:-moz-placeholder{color:#fff}.bg-orange input[type=checkbox]:not(.ibe_switch)+label,.bg-orange select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-orange input[type=checkbox]:not(.ibe_switch)+label:before,.bg-orange select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#ff7219}.bg-orange .error>input[type=email],.bg-orange .error>input[type=password],.bg-orange .error>input[type=text],.bg-orange .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-orange a.button,.bg-orange button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-orange a.button:after,.bg-orange button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-orange a.button.outline,.bg-orange a.button.secondary,.bg-orange button.button.outline,.bg-orange button.button.secondary{background-color:#ff7219;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-orange a.button.outline:after,.bg-orange a.button.secondary:after,.bg-orange button.button.outline:after,.bg-orange button.button.secondary:after{background-color:#ff7219;border-left-color:#fff}.bg-orange a.button.black,.bg-orange button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-orange a.button.black:after,.bg-orange button.button.black:after{background-color:#ff7219;border-left-color:#000}.bg-orange a.button.grey,.bg-orange button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-orange a.button.grey:after,.bg-orange button.button.grey:after{background-color:#ff7219;border-left-color:#b8b8b8}.bg-orange a.button.red,.bg-orange a.button[type=submit],.bg-orange button.button.red,.bg-orange button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-orange a.button.red:after,.bg-orange a.button[type=submit]:after,.bg-orange button.button.red:after,.bg-orange button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-orange a.button.red:before,.bg-orange a.button[type=submit]:before,.bg-orange button.button.red:before,.bg-orange button.button[type=submit]:before{border-color:#ff0038}.bg-orange a.button.red:after,.bg-orange a.button[type=submit]:after,.bg-orange button.button.red:after,.bg-orange button.button[type=submit]:after{background-color:#ff7219!important;border-left-color:#ff0038!important}.bg-orange a.button.deactivated,.bg-orange a.button[disabled],.bg-orange button.button.deactivated,.bg-orange button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-orange a.button.deactivated:after,.bg-orange a.button[disabled]:after,.bg-orange button.button.deactivated:after,.bg-orange button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-orange a.button:focus,.bg-orange button.button:focus{border:2px solid;border-color:#ff7219!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-orange a.button:focus+br+.button,.bg-orange button.button:focus+br+.button{margin-top:1rem}.bg-orange a.button:focus:after,.bg-orange button.button:focus:after{border-left-color:#ff0038}.bg-orange a.button.outline:focus,.bg-orange a.button.secondary:focus,.bg-orange button.button.outline:focus,.bg-orange button.button.secondary:focus{border:2px solid;border-color:#ff7219!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-orange a.button.outline:focus+br+.button,.bg-orange a.button.secondary:focus+br+.button,.bg-orange button.button.outline:focus+br+.button,.bg-orange button.button.secondary:focus+br+.button{margin-top:1rem}.bg-orange a.button.outline:focus:after,.bg-orange a.button.secondary:focus:after,.bg-orange button.button.outline:focus:after,.bg-orange button.button.secondary:focus:after{border-left-color:#ff0038}.bg-orange a.button.black:focus,.bg-orange button.button.black:focus{border:2px solid;border-color:#ff7219!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-orange a.button.black:focus+br+.button,.bg-orange button.button.black:focus+br+.button{margin-top:1rem}.bg-orange a.button.black:focus:after,.bg-orange button.button.black:focus:after{border-left-color:#000}.bg-orange a.button.grey:focus,.bg-orange button.button.grey:focus{border:2px solid;border-color:#ff7219!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-orange a.button.grey:focus+br+.button,.bg-orange button.button.grey:focus+br+.button{margin-top:1rem}.bg-orange a.button.grey:focus:after,.bg-orange button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-orange a.button.red:focus,.bg-orange a.button[type=submit]:focus,.bg-orange button.button.red:focus,.bg-orange button.button[type=submit]:focus{border:2px solid;border-color:#ff7219!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-orange a.button.red:focus+br+.button,.bg-orange a.button[type=submit]:focus+br+.button,.bg-orange button.button.red:focus+br+.button,.bg-orange button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-orange a.button.red:focus:after,.bg-orange a.button[type=submit]:focus:after,.bg-orange button.button.red:focus:after,.bg-orange button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-orange .move-label input:focus+.parsley-errors-list+label,.bg-orange .move-label input:focus+label,.bg-orange .move-label textarea:focus+label{background:#ff7219}.yellow{color:#f9ba02}.bg-yellow,.btn-yellow{background-color:#f9ba02;color:#fff}[disabled] .bg-yellow,[disabled] .btn-yellow{background-color:#eecf73;color:#333}[data-selfclosing].loader-yellow:before{background-color:#f9ba02}.outline-yellow{border:thin solid #f9ba02}.bg-yellow input,.bg-yellow select{color:#fff;border-bottom-color:#fff}.bg-yellow input:-webkit-autofill,.bg-yellow select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-yellow input::-webkit-input-placeholder,.bg-yellow select::-webkit-input-placeholder{color:#fff}.bg-yellow input::-moz-placeholder,.bg-yellow select::-moz-placeholder{color:#fff}.bg-yellow input:-ms-input-placeholder,.bg-yellow select:-ms-input-placeholder{color:#fff}.bg-yellow input:-moz-placeholder,.bg-yellow select:-moz-placeholder{color:#fff}.bg-yellow input[type=checkbox]:not(.ibe_switch)+label,.bg-yellow select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-yellow input[type=checkbox]:not(.ibe_switch)+label:before,.bg-yellow select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#f9ba02}.bg-yellow .error>input[type=email],.bg-yellow .error>input[type=password],.bg-yellow .error>input[type=text],.bg-yellow .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-yellow a.button,.bg-yellow button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-yellow a.button:after,.bg-yellow button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-yellow a.button.outline,.bg-yellow a.button.secondary,.bg-yellow button.button.outline,.bg-yellow button.button.secondary{background-color:#f9ba02;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-yellow a.button.outline:after,.bg-yellow a.button.secondary:after,.bg-yellow button.button.outline:after,.bg-yellow button.button.secondary:after{background-color:#f9ba02;border-left-color:#fff}.bg-yellow a.button.black,.bg-yellow button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-yellow a.button.black:after,.bg-yellow button.button.black:after{background-color:#f9ba02;border-left-color:#000}.bg-yellow a.button.grey,.bg-yellow button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-yellow a.button.grey:after,.bg-yellow button.button.grey:after{background-color:#f9ba02;border-left-color:#b8b8b8}.bg-yellow a.button.red,.bg-yellow a.button[type=submit],.bg-yellow button.button.red,.bg-yellow button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-yellow a.button.red:after,.bg-yellow a.button[type=submit]:after,.bg-yellow button.button.red:after,.bg-yellow button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-yellow a.button.red:before,.bg-yellow a.button[type=submit]:before,.bg-yellow button.button.red:before,.bg-yellow button.button[type=submit]:before{border-color:#ff0038}.bg-yellow a.button.red:after,.bg-yellow a.button[type=submit]:after,.bg-yellow button.button.red:after,.bg-yellow button.button[type=submit]:after{background-color:#f9ba02!important;border-left-color:#ff0038!important}.bg-yellow a.button.deactivated,.bg-yellow a.button[disabled],.bg-yellow button.button.deactivated,.bg-yellow button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-yellow a.button.deactivated:after,.bg-yellow a.button[disabled]:after,.bg-yellow button.button.deactivated:after,.bg-yellow button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-yellow a.button:focus,.bg-yellow button.button:focus{border:2px solid;border-color:#f9ba02!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-yellow a.button:focus+br+.button,.bg-yellow button.button:focus+br+.button{margin-top:1rem}.bg-yellow a.button:focus:after,.bg-yellow button.button:focus:after{border-left-color:#ff0038}.bg-yellow a.button.outline:focus,.bg-yellow a.button.secondary:focus,.bg-yellow button.button.outline:focus,.bg-yellow button.button.secondary:focus{border:2px solid;border-color:#f9ba02!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-yellow a.button.outline:focus+br+.button,.bg-yellow a.button.secondary:focus+br+.button,.bg-yellow button.button.outline:focus+br+.button,.bg-yellow button.button.secondary:focus+br+.button{margin-top:1rem}.bg-yellow a.button.outline:focus:after,.bg-yellow a.button.secondary:focus:after,.bg-yellow button.button.outline:focus:after,.bg-yellow button.button.secondary:focus:after{border-left-color:#ff0038}.bg-yellow a.button.black:focus,.bg-yellow button.button.black:focus{border:2px solid;border-color:#f9ba02!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-yellow a.button.black:focus+br+.button,.bg-yellow button.button.black:focus+br+.button{margin-top:1rem}.bg-yellow a.button.black:focus:after,.bg-yellow button.button.black:focus:after{border-left-color:#000}.bg-yellow a.button.grey:focus,.bg-yellow button.button.grey:focus{border:2px solid;border-color:#f9ba02!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-yellow a.button.grey:focus+br+.button,.bg-yellow button.button.grey:focus+br+.button{margin-top:1rem}.bg-yellow a.button.grey:focus:after,.bg-yellow button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-yellow a.button.red:focus,.bg-yellow a.button[type=submit]:focus,.bg-yellow button.button.red:focus,.bg-yellow button.button[type=submit]:focus{border:2px solid;border-color:#f9ba02!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-yellow a.button.red:focus+br+.button,.bg-yellow a.button[type=submit]:focus+br+.button,.bg-yellow button.button.red:focus+br+.button,.bg-yellow button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-yellow a.button.red:focus:after,.bg-yellow a.button[type=submit]:focus:after,.bg-yellow button.button.red:focus:after,.bg-yellow button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-yellow .move-label input:focus+.parsley-errors-list+label,.bg-yellow .move-label input:focus+label,.bg-yellow .move-label textarea:focus+label{background:#f9ba02}.woodsmoke{color:#292929}.bg-woodsmoke,.btn-woodsmoke{background-color:#292929;color:#fff}[disabled] .bg-woodsmoke,[disabled] .btn-woodsmoke{background-color:#5c5c5c;color:#333}[data-selfclosing].loader-woodsmoke:before{background-color:#292929}.outline-woodsmoke{border:thin solid #292929}.bg-woodsmoke input,.bg-woodsmoke select{color:#fff;border-bottom-color:#fff}.bg-woodsmoke input:-webkit-autofill,.bg-woodsmoke select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-woodsmoke input::-webkit-input-placeholder,.bg-woodsmoke select::-webkit-input-placeholder{color:#fff}.bg-woodsmoke input::-moz-placeholder,.bg-woodsmoke select::-moz-placeholder{color:#fff}.bg-woodsmoke input:-ms-input-placeholder,.bg-woodsmoke select:-ms-input-placeholder{color:#fff}.bg-woodsmoke input:-moz-placeholder,.bg-woodsmoke select:-moz-placeholder{color:#fff}.bg-woodsmoke input[type=checkbox]:not(.ibe_switch)+label,.bg-woodsmoke select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-woodsmoke input[type=checkbox]:not(.ibe_switch)+label:before,.bg-woodsmoke select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#292929}.bg-woodsmoke .error>input[type=email],.bg-woodsmoke .error>input[type=password],.bg-woodsmoke .error>input[type=text],.bg-woodsmoke .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-woodsmoke a.button,.bg-woodsmoke button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-woodsmoke a.button:after,.bg-woodsmoke button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-woodsmoke a.button.outline,.bg-woodsmoke a.button.secondary,.bg-woodsmoke button.button.outline,.bg-woodsmoke button.button.secondary{background-color:#292929;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-woodsmoke a.button.outline:after,.bg-woodsmoke a.button.secondary:after,.bg-woodsmoke button.button.outline:after,.bg-woodsmoke button.button.secondary:after{background-color:#292929;border-left-color:#fff}.bg-woodsmoke a.button.black,.bg-woodsmoke button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-woodsmoke a.button.black:after,.bg-woodsmoke button.button.black:after{background-color:#292929;border-left-color:#000}.bg-woodsmoke a.button.grey,.bg-woodsmoke button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-woodsmoke a.button.grey:after,.bg-woodsmoke button.button.grey:after{background-color:#292929;border-left-color:#b8b8b8}.bg-woodsmoke a.button.red,.bg-woodsmoke a.button[type=submit],.bg-woodsmoke button.button.red,.bg-woodsmoke button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-woodsmoke a.button.red:after,.bg-woodsmoke a.button[type=submit]:after,.bg-woodsmoke button.button.red:after,.bg-woodsmoke button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-woodsmoke a.button.red:before,.bg-woodsmoke a.button[type=submit]:before,.bg-woodsmoke button.button.red:before,.bg-woodsmoke button.button[type=submit]:before{border-color:#ff0038}.bg-woodsmoke a.button.red:after,.bg-woodsmoke a.button[type=submit]:after,.bg-woodsmoke button.button.red:after,.bg-woodsmoke button.button[type=submit]:after{background-color:#292929!important;border-left-color:#ff0038!important}.bg-woodsmoke a.button.deactivated,.bg-woodsmoke a.button[disabled],.bg-woodsmoke button.button.deactivated,.bg-woodsmoke button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-woodsmoke a.button.deactivated:after,.bg-woodsmoke a.button[disabled]:after,.bg-woodsmoke button.button.deactivated:after,.bg-woodsmoke button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-woodsmoke a.button:focus,.bg-woodsmoke button.button:focus{border:2px solid;border-color:#292929!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-woodsmoke a.button:focus+br+.button,.bg-woodsmoke button.button:focus+br+.button{margin-top:1rem}.bg-woodsmoke a.button:focus:after,.bg-woodsmoke button.button:focus:after{border-left-color:#ff0038}.bg-woodsmoke a.button.outline:focus,.bg-woodsmoke a.button.secondary:focus,.bg-woodsmoke button.button.outline:focus,.bg-woodsmoke button.button.secondary:focus{border:2px solid;border-color:#292929!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-woodsmoke a.button.outline:focus+br+.button,.bg-woodsmoke a.button.secondary:focus+br+.button,.bg-woodsmoke button.button.outline:focus+br+.button,.bg-woodsmoke button.button.secondary:focus+br+.button{margin-top:1rem}.bg-woodsmoke a.button.outline:focus:after,.bg-woodsmoke a.button.secondary:focus:after,.bg-woodsmoke button.button.outline:focus:after,.bg-woodsmoke button.button.secondary:focus:after{border-left-color:#ff0038}.bg-woodsmoke a.button.black:focus,.bg-woodsmoke button.button.black:focus{border:2px solid;border-color:#292929!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-woodsmoke a.button.black:focus+br+.button,.bg-woodsmoke button.button.black:focus+br+.button{margin-top:1rem}.bg-woodsmoke a.button.black:focus:after,.bg-woodsmoke button.button.black:focus:after{border-left-color:#000}.bg-woodsmoke a.button.grey:focus,.bg-woodsmoke button.button.grey:focus{border:2px solid;border-color:#292929!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-woodsmoke a.button.grey:focus+br+.button,.bg-woodsmoke button.button.grey:focus+br+.button{margin-top:1rem}.bg-woodsmoke a.button.grey:focus:after,.bg-woodsmoke button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-woodsmoke a.button.red:focus,.bg-woodsmoke a.button[type=submit]:focus,.bg-woodsmoke button.button.red:focus,.bg-woodsmoke button.button[type=submit]:focus{border:2px solid;border-color:#292929!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-woodsmoke a.button.red:focus+br+.button,.bg-woodsmoke a.button[type=submit]:focus+br+.button,.bg-woodsmoke button.button.red:focus+br+.button,.bg-woodsmoke button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-woodsmoke a.button.red:focus:after,.bg-woodsmoke a.button[type=submit]:focus:after,.bg-woodsmoke button.button.red:focus:after,.bg-woodsmoke button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-woodsmoke .move-label input:focus+.parsley-errors-list+label,.bg-woodsmoke .move-label input:focus+label,.bg-woodsmoke .move-label textarea:focus+label{background:#292929}.mako{color:#5a5a5a}.bg-mako,.btn-mako{background-color:#5a5a5a;color:#fff}[disabled] .bg-mako,[disabled] .btn-mako{background-color:#8d8d8d;color:#333}[data-selfclosing].loader-mako:before{background-color:#5a5a5a}.outline-mako{border:thin solid #5a5a5a}.bg-mako input,.bg-mako select{color:#fff;border-bottom-color:#fff}.bg-mako input:-webkit-autofill,.bg-mako select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-mako input::-webkit-input-placeholder,.bg-mako select::-webkit-input-placeholder{color:#fff}.bg-mako input::-moz-placeholder,.bg-mako select::-moz-placeholder{color:#fff}.bg-mako input:-ms-input-placeholder,.bg-mako select:-ms-input-placeholder{color:#fff}.bg-mako input:-moz-placeholder,.bg-mako select:-moz-placeholder{color:#fff}.bg-mako input[type=checkbox]:not(.ibe_switch)+label,.bg-mako select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-mako input[type=checkbox]:not(.ibe_switch)+label:before,.bg-mako select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#5a5a5a}.bg-mako .error>input[type=email],.bg-mako .error>input[type=password],.bg-mako .error>input[type=text],.bg-mako .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-mako a.button,.bg-mako button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-mako a.button:after,.bg-mako button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-mako a.button.outline,.bg-mako a.button.secondary,.bg-mako button.button.outline,.bg-mako button.button.secondary{background-color:#5a5a5a;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-mako a.button.outline:after,.bg-mako a.button.secondary:after,.bg-mako button.button.outline:after,.bg-mako button.button.secondary:after{background-color:#5a5a5a;border-left-color:#fff}.bg-mako a.button.black,.bg-mako button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-mako a.button.black:after,.bg-mako button.button.black:after{background-color:#5a5a5a;border-left-color:#000}.bg-mako a.button.grey,.bg-mako button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-mako a.button.grey:after,.bg-mako button.button.grey:after{background-color:#5a5a5a;border-left-color:#b8b8b8}.bg-mako a.button.red,.bg-mako a.button[type=submit],.bg-mako button.button.red,.bg-mako button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-mako a.button.red:after,.bg-mako a.button[type=submit]:after,.bg-mako button.button.red:after,.bg-mako button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-mako a.button.red:before,.bg-mako a.button[type=submit]:before,.bg-mako button.button.red:before,.bg-mako button.button[type=submit]:before{border-color:#ff0038}.bg-mako a.button.red:after,.bg-mako a.button[type=submit]:after,.bg-mako button.button.red:after,.bg-mako button.button[type=submit]:after{background-color:#5a5a5a!important;border-left-color:#ff0038!important}.bg-mako a.button.deactivated,.bg-mako a.button[disabled],.bg-mako button.button.deactivated,.bg-mako button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-mako a.button.deactivated:after,.bg-mako a.button[disabled]:after,.bg-mako button.button.deactivated:after,.bg-mako button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-mako a.button:focus,.bg-mako button.button:focus{border:2px solid;border-color:#5a5a5a!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-mako a.button:focus+br+.button,.bg-mako button.button:focus+br+.button{margin-top:1rem}.bg-mako a.button:focus:after,.bg-mako button.button:focus:after{border-left-color:#ff0038}.bg-mako a.button.outline:focus,.bg-mako a.button.secondary:focus,.bg-mako button.button.outline:focus,.bg-mako button.button.secondary:focus{border:2px solid;border-color:#5a5a5a!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-mako a.button.outline:focus+br+.button,.bg-mako a.button.secondary:focus+br+.button,.bg-mako button.button.outline:focus+br+.button,.bg-mako button.button.secondary:focus+br+.button{margin-top:1rem}.bg-mako a.button.outline:focus:after,.bg-mako a.button.secondary:focus:after,.bg-mako button.button.outline:focus:after,.bg-mako button.button.secondary:focus:after{border-left-color:#ff0038}.bg-mako a.button.black:focus,.bg-mako button.button.black:focus{border:2px solid;border-color:#5a5a5a!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-mako a.button.black:focus+br+.button,.bg-mako button.button.black:focus+br+.button{margin-top:1rem}.bg-mako a.button.black:focus:after,.bg-mako button.button.black:focus:after{border-left-color:#000}.bg-mako a.button.grey:focus,.bg-mako button.button.grey:focus{border:2px solid;border-color:#5a5a5a!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-mako a.button.grey:focus+br+.button,.bg-mako button.button.grey:focus+br+.button{margin-top:1rem}.bg-mako a.button.grey:focus:after,.bg-mako button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-mako a.button.red:focus,.bg-mako a.button[type=submit]:focus,.bg-mako button.button.red:focus,.bg-mako button.button[type=submit]:focus{border:2px solid;border-color:#5a5a5a!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-mako a.button.red:focus+br+.button,.bg-mako a.button[type=submit]:focus+br+.button,.bg-mako button.button.red:focus+br+.button,.bg-mako button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-mako a.button.red:focus:after,.bg-mako a.button[type=submit]:focus:after,.bg-mako button.button.red:focus:after,.bg-mako button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-mako .move-label input:focus+.parsley-errors-list+label,.bg-mako .move-label input:focus+label,.bg-mako .move-label textarea:focus+label{background:#5a5a5a}.mercury{color:#b8b8b8}.bg-mercury,.btn-mercury{background-color:#b8b8b8;color:inherit}[disabled] .bg-mercury,[disabled] .btn-mercury{background-color:#ebebeb}[data-selfclosing].loader-mercury:before{background-color:#b8b8b8}.outline-mercury{border:thin solid #b8b8b8}.bg-mercury input,.bg-mercury select{color:inherit;border-bottom-color:inherit}.bg-mercury input:-webkit-autofill,.bg-mercury select:-webkit-autofill{color:inherit;background:none!important;-webkit-box-shadow:0 0 0 1000px inherit inset;-webkit-text-fill-color:inherit!important}.bg-mercury input::-webkit-input-placeholder,.bg-mercury select::-webkit-input-placeholder{color:inherit}.bg-mercury input::-moz-placeholder,.bg-mercury select::-moz-placeholder{color:inherit}.bg-mercury input:-ms-input-placeholder,.bg-mercury select:-ms-input-placeholder{color:inherit}.bg-mercury input:-moz-placeholder,.bg-mercury select:-moz-placeholder{color:inherit}.bg-mercury input[type=checkbox]:not(.ibe_switch)+label,.bg-mercury select[type=checkbox]:not(.ibe_switch)+label{background:inherit}.bg-mercury input[type=checkbox]:not(.ibe_switch)+label:before,.bg-mercury select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#b8b8b8}.bg-mercury .error>input[type=email],.bg-mercury .error>input[type=password],.bg-mercury .error>input[type=text],.bg-mercury .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-mercury a.button,.bg-mercury button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-mercury a.button:after,.bg-mercury button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-mercury a.button.outline,.bg-mercury a.button.secondary,.bg-mercury button.button.outline,.bg-mercury button.button.secondary{background-color:#b8b8b8;color:inherit;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-mercury a.button.outline:after,.bg-mercury a.button.secondary:after,.bg-mercury button.button.outline:after,.bg-mercury button.button.secondary:after{background-color:#b8b8b8;border-left-color:inherit}.bg-mercury a.button.black,.bg-mercury button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-mercury a.button.black:after,.bg-mercury button.button.black:after{background-color:#b8b8b8;border-left-color:#000}.bg-mercury a.button.grey,.bg-mercury button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-mercury a.button.grey:after,.bg-mercury button.button.grey:after{background-color:#b8b8b8;border-left-color:#b8b8b8}.bg-mercury a.button.red,.bg-mercury a.button[type=submit],.bg-mercury button.button.red,.bg-mercury button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-mercury a.button.red:after,.bg-mercury a.button[type=submit]:after,.bg-mercury button.button.red:after,.bg-mercury button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-mercury a.button.red:before,.bg-mercury a.button[type=submit]:before,.bg-mercury button.button.red:before,.bg-mercury button.button[type=submit]:before{border-color:#ff0038}.bg-mercury a.button.red:after,.bg-mercury a.button[type=submit]:after,.bg-mercury button.button.red:after,.bg-mercury button.button[type=submit]:after{background-color:#b8b8b8!important;border-left-color:#ff0038!important}.bg-mercury a.button.deactivated,.bg-mercury a.button[disabled],.bg-mercury button.button.deactivated,.bg-mercury button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-mercury a.button.deactivated:after,.bg-mercury a.button[disabled]:after,.bg-mercury button.button.deactivated:after,.bg-mercury button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-mercury a.button:focus,.bg-mercury button.button:focus{border:2px solid;border-color:#b8b8b8!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-mercury a.button:focus+br+.button,.bg-mercury button.button:focus+br+.button{margin-top:1rem}.bg-mercury a.button:focus:after,.bg-mercury button.button:focus:after{border-left-color:#ff0038}.bg-mercury a.button.outline:focus,.bg-mercury a.button.secondary:focus,.bg-mercury button.button.outline:focus,.bg-mercury button.button.secondary:focus{border:2px solid;border-color:#b8b8b8!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-mercury a.button.outline:focus+br+.button,.bg-mercury a.button.secondary:focus+br+.button,.bg-mercury button.button.outline:focus+br+.button,.bg-mercury button.button.secondary:focus+br+.button{margin-top:1rem}.bg-mercury a.button.outline:focus:after,.bg-mercury a.button.secondary:focus:after,.bg-mercury button.button.outline:focus:after,.bg-mercury button.button.secondary:focus:after{border-left-color:#ff0038}.bg-mercury a.button.black:focus,.bg-mercury button.button.black:focus{border:2px solid;border-color:#b8b8b8!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-mercury a.button.black:focus+br+.button,.bg-mercury button.button.black:focus+br+.button{margin-top:1rem}.bg-mercury a.button.black:focus:after,.bg-mercury button.button.black:focus:after{border-left-color:#000}.bg-mercury a.button.grey:focus,.bg-mercury button.button.grey:focus{border:2px solid;border-color:#b8b8b8!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-mercury a.button.grey:focus+br+.button,.bg-mercury button.button.grey:focus+br+.button{margin-top:1rem}.bg-mercury a.button.grey:focus:after,.bg-mercury button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-mercury a.button.red:focus,.bg-mercury a.button[type=submit]:focus,.bg-mercury button.button.red:focus,.bg-mercury button.button[type=submit]:focus{border:2px solid;border-color:#b8b8b8!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-mercury a.button.red:focus+br+.button,.bg-mercury a.button[type=submit]:focus+br+.button,.bg-mercury button.button.red:focus+br+.button,.bg-mercury button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-mercury a.button.red:focus:after,.bg-mercury a.button[type=submit]:focus:after,.bg-mercury button.button.red:focus:after,.bg-mercury button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-mercury .move-label input:focus+.parsley-errors-list+label,.bg-mercury .move-label input:focus+label,.bg-mercury .move-label textarea:focus+label{background:#b8b8b8}.gray-chateau{color:#ddd}.bg-gray-chateau,.btn-gray-chateau{background-color:#ddd;color:inherit}[disabled] .bg-gray-chateau,[disabled] .btn-gray-chateau{background-color:#fff}[data-selfclosing].loader-gray-chateau:before{background-color:#ddd}.outline-gray-chateau{border:thin solid #ddd}.bg-gray-chateau input,.bg-gray-chateau select{color:inherit;border-bottom-color:inherit}.bg-gray-chateau input:-webkit-autofill,.bg-gray-chateau select:-webkit-autofill{color:inherit;background:none!important;-webkit-box-shadow:0 0 0 1000px inherit inset;-webkit-text-fill-color:inherit!important}.bg-gray-chateau input::-webkit-input-placeholder,.bg-gray-chateau select::-webkit-input-placeholder{color:inherit}.bg-gray-chateau input::-moz-placeholder,.bg-gray-chateau select::-moz-placeholder{color:inherit}.bg-gray-chateau input:-ms-input-placeholder,.bg-gray-chateau select:-ms-input-placeholder{color:inherit}.bg-gray-chateau input:-moz-placeholder,.bg-gray-chateau select:-moz-placeholder{color:inherit}.bg-gray-chateau input[type=checkbox]:not(.ibe_switch)+label,.bg-gray-chateau select[type=checkbox]:not(.ibe_switch)+label{background:inherit}.bg-gray-chateau input[type=checkbox]:not(.ibe_switch)+label:before,.bg-gray-chateau select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#ddd}.bg-gray-chateau .error>input[type=email],.bg-gray-chateau .error>input[type=password],.bg-gray-chateau .error>input[type=text],.bg-gray-chateau .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-gray-chateau a.button,.bg-gray-chateau button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-chateau a.button:after,.bg-gray-chateau button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-chateau a.button.outline,.bg-gray-chateau a.button.secondary,.bg-gray-chateau button.button.outline,.bg-gray-chateau button.button.secondary{background-color:#ddd;color:inherit;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-gray-chateau a.button.outline:after,.bg-gray-chateau a.button.secondary:after,.bg-gray-chateau button.button.outline:after,.bg-gray-chateau button.button.secondary:after{background-color:#ddd;border-left-color:inherit}.bg-gray-chateau a.button.black,.bg-gray-chateau button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-gray-chateau a.button.black:after,.bg-gray-chateau button.button.black:after{background-color:#ddd;border-left-color:#000}.bg-gray-chateau a.button.grey,.bg-gray-chateau button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-gray-chateau a.button.grey:after,.bg-gray-chateau button.button.grey:after{background-color:#ddd;border-left-color:#b8b8b8}.bg-gray-chateau a.button.red,.bg-gray-chateau a.button[type=submit],.bg-gray-chateau button.button.red,.bg-gray-chateau button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-chateau a.button.red:after,.bg-gray-chateau a.button[type=submit]:after,.bg-gray-chateau button.button.red:after,.bg-gray-chateau button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-chateau a.button.red:before,.bg-gray-chateau a.button[type=submit]:before,.bg-gray-chateau button.button.red:before,.bg-gray-chateau button.button[type=submit]:before{border-color:#ff0038}.bg-gray-chateau a.button.red:after,.bg-gray-chateau a.button[type=submit]:after,.bg-gray-chateau button.button.red:after,.bg-gray-chateau button.button[type=submit]:after{background-color:#ddd!important;border-left-color:#ff0038!important}.bg-gray-chateau a.button.deactivated,.bg-gray-chateau a.button[disabled],.bg-gray-chateau button.button.deactivated,.bg-gray-chateau button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-gray-chateau a.button.deactivated:after,.bg-gray-chateau a.button[disabled]:after,.bg-gray-chateau button.button.deactivated:after,.bg-gray-chateau button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-gray-chateau a.button:focus,.bg-gray-chateau button.button:focus{border:2px solid;border-color:#ddd!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-chateau a.button:focus+br+.button,.bg-gray-chateau button.button:focus+br+.button{margin-top:1rem}.bg-gray-chateau a.button:focus:after,.bg-gray-chateau button.button:focus:after{border-left-color:#ff0038}.bg-gray-chateau a.button.outline:focus,.bg-gray-chateau a.button.secondary:focus,.bg-gray-chateau button.button.outline:focus,.bg-gray-chateau button.button.secondary:focus{border:2px solid;border-color:#ddd!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-chateau a.button.outline:focus+br+.button,.bg-gray-chateau a.button.secondary:focus+br+.button,.bg-gray-chateau button.button.outline:focus+br+.button,.bg-gray-chateau button.button.secondary:focus+br+.button{margin-top:1rem}.bg-gray-chateau a.button.outline:focus:after,.bg-gray-chateau a.button.secondary:focus:after,.bg-gray-chateau button.button.outline:focus:after,.bg-gray-chateau button.button.secondary:focus:after{border-left-color:#ff0038}.bg-gray-chateau a.button.black:focus,.bg-gray-chateau button.button.black:focus{border:2px solid;border-color:#ddd!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-chateau a.button.black:focus+br+.button,.bg-gray-chateau button.button.black:focus+br+.button{margin-top:1rem}.bg-gray-chateau a.button.black:focus:after,.bg-gray-chateau button.button.black:focus:after{border-left-color:#000}.bg-gray-chateau a.button.grey:focus,.bg-gray-chateau button.button.grey:focus{border:2px solid;border-color:#ddd!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-chateau a.button.grey:focus+br+.button,.bg-gray-chateau button.button.grey:focus+br+.button{margin-top:1rem}.bg-gray-chateau a.button.grey:focus:after,.bg-gray-chateau button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-gray-chateau a.button.red:focus,.bg-gray-chateau a.button[type=submit]:focus,.bg-gray-chateau button.button.red:focus,.bg-gray-chateau button.button[type=submit]:focus{border:2px solid;border-color:#ddd!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-chateau a.button.red:focus+br+.button,.bg-gray-chateau a.button[type=submit]:focus+br+.button,.bg-gray-chateau button.button.red:focus+br+.button,.bg-gray-chateau button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-gray-chateau a.button.red:focus:after,.bg-gray-chateau a.button[type=submit]:focus:after,.bg-gray-chateau button.button.red:focus:after,.bg-gray-chateau button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-gray-chateau .move-label input:focus+.parsley-errors-list+label,.bg-gray-chateau .move-label input:focus+label,.bg-gray-chateau .move-label textarea:focus+label{background:#ddd}.gray-darker{color:#292929}.bg-gray-darker,.btn-gray-darker{background-color:#292929;color:#fff}[disabled] .bg-gray-darker,[disabled] .btn-gray-darker{background-color:#5c5c5c;color:#333}[data-selfclosing].loader-gray-darker:before{background-color:#292929}.outline-gray-darker{border:thin solid #292929}.bg-gray-darker input,.bg-gray-darker select{color:#fff;border-bottom-color:#fff}.bg-gray-darker input:-webkit-autofill,.bg-gray-darker select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-gray-darker input::-webkit-input-placeholder,.bg-gray-darker select::-webkit-input-placeholder{color:#fff}.bg-gray-darker input::-moz-placeholder,.bg-gray-darker select::-moz-placeholder{color:#fff}.bg-gray-darker input:-ms-input-placeholder,.bg-gray-darker select:-ms-input-placeholder{color:#fff}.bg-gray-darker input:-moz-placeholder,.bg-gray-darker select:-moz-placeholder{color:#fff}.bg-gray-darker input[type=checkbox]:not(.ibe_switch)+label,.bg-gray-darker select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-gray-darker input[type=checkbox]:not(.ibe_switch)+label:before,.bg-gray-darker select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#292929}.bg-gray-darker .error>input[type=email],.bg-gray-darker .error>input[type=password],.bg-gray-darker .error>input[type=text],.bg-gray-darker .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-gray-darker a.button,.bg-gray-darker button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-darker a.button:after,.bg-gray-darker button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-darker a.button.outline,.bg-gray-darker a.button.secondary,.bg-gray-darker button.button.outline,.bg-gray-darker button.button.secondary{background-color:#292929;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-gray-darker a.button.outline:after,.bg-gray-darker a.button.secondary:after,.bg-gray-darker button.button.outline:after,.bg-gray-darker button.button.secondary:after{background-color:#292929;border-left-color:#fff}.bg-gray-darker a.button.black,.bg-gray-darker button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-gray-darker a.button.black:after,.bg-gray-darker button.button.black:after{background-color:#292929;border-left-color:#000}.bg-gray-darker a.button.grey,.bg-gray-darker button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-gray-darker a.button.grey:after,.bg-gray-darker button.button.grey:after{background-color:#292929;border-left-color:#b8b8b8}.bg-gray-darker a.button.red,.bg-gray-darker a.button[type=submit],.bg-gray-darker button.button.red,.bg-gray-darker button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-darker a.button.red:after,.bg-gray-darker a.button[type=submit]:after,.bg-gray-darker button.button.red:after,.bg-gray-darker button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-darker a.button.red:before,.bg-gray-darker a.button[type=submit]:before,.bg-gray-darker button.button.red:before,.bg-gray-darker button.button[type=submit]:before{border-color:#ff0038}.bg-gray-darker a.button.red:after,.bg-gray-darker a.button[type=submit]:after,.bg-gray-darker button.button.red:after,.bg-gray-darker button.button[type=submit]:after{background-color:#292929!important;border-left-color:#ff0038!important}.bg-gray-darker a.button.deactivated,.bg-gray-darker a.button[disabled],.bg-gray-darker button.button.deactivated,.bg-gray-darker button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-gray-darker a.button.deactivated:after,.bg-gray-darker a.button[disabled]:after,.bg-gray-darker button.button.deactivated:after,.bg-gray-darker button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-gray-darker a.button:focus,.bg-gray-darker button.button:focus{border:2px solid;border-color:#292929!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-darker a.button:focus+br+.button,.bg-gray-darker button.button:focus+br+.button{margin-top:1rem}.bg-gray-darker a.button:focus:after,.bg-gray-darker button.button:focus:after{border-left-color:#ff0038}.bg-gray-darker a.button.outline:focus,.bg-gray-darker a.button.secondary:focus,.bg-gray-darker button.button.outline:focus,.bg-gray-darker button.button.secondary:focus{border:2px solid;border-color:#292929!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-darker a.button.outline:focus+br+.button,.bg-gray-darker a.button.secondary:focus+br+.button,.bg-gray-darker button.button.outline:focus+br+.button,.bg-gray-darker button.button.secondary:focus+br+.button{margin-top:1rem}.bg-gray-darker a.button.outline:focus:after,.bg-gray-darker a.button.secondary:focus:after,.bg-gray-darker button.button.outline:focus:after,.bg-gray-darker button.button.secondary:focus:after{border-left-color:#ff0038}.bg-gray-darker a.button.black:focus,.bg-gray-darker button.button.black:focus{border:2px solid;border-color:#292929!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-darker a.button.black:focus+br+.button,.bg-gray-darker button.button.black:focus+br+.button{margin-top:1rem}.bg-gray-darker a.button.black:focus:after,.bg-gray-darker button.button.black:focus:after{border-left-color:#000}.bg-gray-darker a.button.grey:focus,.bg-gray-darker button.button.grey:focus{border:2px solid;border-color:#292929!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-darker a.button.grey:focus+br+.button,.bg-gray-darker button.button.grey:focus+br+.button{margin-top:1rem}.bg-gray-darker a.button.grey:focus:after,.bg-gray-darker button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-gray-darker a.button.red:focus,.bg-gray-darker a.button[type=submit]:focus,.bg-gray-darker button.button.red:focus,.bg-gray-darker button.button[type=submit]:focus{border:2px solid;border-color:#292929!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-darker a.button.red:focus+br+.button,.bg-gray-darker a.button[type=submit]:focus+br+.button,.bg-gray-darker button.button.red:focus+br+.button,.bg-gray-darker button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-gray-darker a.button.red:focus:after,.bg-gray-darker a.button[type=submit]:focus:after,.bg-gray-darker button.button.red:focus:after,.bg-gray-darker button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-gray-darker .move-label input:focus+.parsley-errors-list+label,.bg-gray-darker .move-label input:focus+label,.bg-gray-darker .move-label textarea:focus+label{background:#292929}.gray-dark{color:#5a5a5a}.bg-gray-dark,.btn-gray-dark{background-color:#5a5a5a;color:#fff}[disabled] .bg-gray-dark,[disabled] .btn-gray-dark{background-color:#8d8d8d;color:#333}[data-selfclosing].loader-gray-dark:before{background-color:#5a5a5a}.outline-gray-dark{border:thin solid #5a5a5a}.bg-gray-dark input,.bg-gray-dark select{color:#fff;border-bottom-color:#fff}.bg-gray-dark input:-webkit-autofill,.bg-gray-dark select:-webkit-autofill{color:#fff;background:none!important;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#fff!important}.bg-gray-dark input::-webkit-input-placeholder,.bg-gray-dark select::-webkit-input-placeholder{color:#fff}.bg-gray-dark input::-moz-placeholder,.bg-gray-dark select::-moz-placeholder{color:#fff}.bg-gray-dark input:-ms-input-placeholder,.bg-gray-dark select:-ms-input-placeholder{color:#fff}.bg-gray-dark input:-moz-placeholder,.bg-gray-dark select:-moz-placeholder{color:#fff}.bg-gray-dark input[type=checkbox]:not(.ibe_switch)+label,.bg-gray-dark select[type=checkbox]:not(.ibe_switch)+label{background:#fff}.bg-gray-dark input[type=checkbox]:not(.ibe_switch)+label:before,.bg-gray-dark select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#5a5a5a}.bg-gray-dark .error>input[type=email],.bg-gray-dark .error>input[type=password],.bg-gray-dark .error>input[type=text],.bg-gray-dark .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-gray-dark a.button,.bg-gray-dark button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-dark a.button:after,.bg-gray-dark button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-dark a.button.outline,.bg-gray-dark a.button.secondary,.bg-gray-dark button.button.outline,.bg-gray-dark button.button.secondary{background-color:#5a5a5a;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.bg-gray-dark a.button.outline:after,.bg-gray-dark a.button.secondary:after,.bg-gray-dark button.button.outline:after,.bg-gray-dark button.button.secondary:after{background-color:#5a5a5a;border-left-color:#fff}.bg-gray-dark a.button.black,.bg-gray-dark button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-gray-dark a.button.black:after,.bg-gray-dark button.button.black:after{background-color:#5a5a5a;border-left-color:#000}.bg-gray-dark a.button.grey,.bg-gray-dark button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-gray-dark a.button.grey:after,.bg-gray-dark button.button.grey:after{background-color:#5a5a5a;border-left-color:#b8b8b8}.bg-gray-dark a.button.red,.bg-gray-dark a.button[type=submit],.bg-gray-dark button.button.red,.bg-gray-dark button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-dark a.button.red:after,.bg-gray-dark a.button[type=submit]:after,.bg-gray-dark button.button.red:after,.bg-gray-dark button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-dark a.button.red:before,.bg-gray-dark a.button[type=submit]:before,.bg-gray-dark button.button.red:before,.bg-gray-dark button.button[type=submit]:before{border-color:#ff0038}.bg-gray-dark a.button.red:after,.bg-gray-dark a.button[type=submit]:after,.bg-gray-dark button.button.red:after,.bg-gray-dark button.button[type=submit]:after{background-color:#5a5a5a!important;border-left-color:#ff0038!important}.bg-gray-dark a.button.deactivated,.bg-gray-dark a.button[disabled],.bg-gray-dark button.button.deactivated,.bg-gray-dark button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-gray-dark a.button.deactivated:after,.bg-gray-dark a.button[disabled]:after,.bg-gray-dark button.button.deactivated:after,.bg-gray-dark button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-gray-dark a.button:focus,.bg-gray-dark button.button:focus{border:2px solid;border-color:#5a5a5a!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-dark a.button:focus+br+.button,.bg-gray-dark button.button:focus+br+.button{margin-top:1rem}.bg-gray-dark a.button:focus:after,.bg-gray-dark button.button:focus:after{border-left-color:#ff0038}.bg-gray-dark a.button.outline:focus,.bg-gray-dark a.button.secondary:focus,.bg-gray-dark button.button.outline:focus,.bg-gray-dark button.button.secondary:focus{border:2px solid;border-color:#5a5a5a!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-dark a.button.outline:focus+br+.button,.bg-gray-dark a.button.secondary:focus+br+.button,.bg-gray-dark button.button.outline:focus+br+.button,.bg-gray-dark button.button.secondary:focus+br+.button{margin-top:1rem}.bg-gray-dark a.button.outline:focus:after,.bg-gray-dark a.button.secondary:focus:after,.bg-gray-dark button.button.outline:focus:after,.bg-gray-dark button.button.secondary:focus:after{border-left-color:#ff0038}.bg-gray-dark a.button.black:focus,.bg-gray-dark button.button.black:focus{border:2px solid;border-color:#5a5a5a!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-dark a.button.black:focus+br+.button,.bg-gray-dark button.button.black:focus+br+.button{margin-top:1rem}.bg-gray-dark a.button.black:focus:after,.bg-gray-dark button.button.black:focus:after{border-left-color:#000}.bg-gray-dark a.button.grey:focus,.bg-gray-dark button.button.grey:focus{border:2px solid;border-color:#5a5a5a!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-dark a.button.grey:focus+br+.button,.bg-gray-dark button.button.grey:focus+br+.button{margin-top:1rem}.bg-gray-dark a.button.grey:focus:after,.bg-gray-dark button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-gray-dark a.button.red:focus,.bg-gray-dark a.button[type=submit]:focus,.bg-gray-dark button.button.red:focus,.bg-gray-dark button.button[type=submit]:focus{border:2px solid;border-color:#5a5a5a!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-dark a.button.red:focus+br+.button,.bg-gray-dark a.button[type=submit]:focus+br+.button,.bg-gray-dark button.button.red:focus+br+.button,.bg-gray-dark button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-gray-dark a.button.red:focus:after,.bg-gray-dark a.button[type=submit]:focus:after,.bg-gray-dark button.button.red:focus:after,.bg-gray-dark button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-gray-dark .move-label input:focus+.parsley-errors-list+label,.bg-gray-dark .move-label input:focus+label,.bg-gray-dark .move-label textarea:focus+label{background:#5a5a5a}.gray-light{color:#b8b8b8}.bg-gray-light,.btn-gray-light{background-color:#b8b8b8;color:inherit}[disabled] .bg-gray-light,[disabled] .btn-gray-light{background-color:#ebebeb}[data-selfclosing].loader-gray-light:before{background-color:#b8b8b8}.outline-gray-light{border:thin solid #b8b8b8}.bg-gray-light input,.bg-gray-light select{color:inherit;border-bottom-color:inherit}.bg-gray-light input:-webkit-autofill,.bg-gray-light select:-webkit-autofill{color:inherit;background:none!important;-webkit-box-shadow:0 0 0 1000px inherit inset;-webkit-text-fill-color:inherit!important}.bg-gray-light input::-webkit-input-placeholder,.bg-gray-light select::-webkit-input-placeholder{color:inherit}.bg-gray-light input::-moz-placeholder,.bg-gray-light select::-moz-placeholder{color:inherit}.bg-gray-light input:-ms-input-placeholder,.bg-gray-light select:-ms-input-placeholder{color:inherit}.bg-gray-light input:-moz-placeholder,.bg-gray-light select:-moz-placeholder{color:inherit}.bg-gray-light input[type=checkbox]:not(.ibe_switch)+label,.bg-gray-light select[type=checkbox]:not(.ibe_switch)+label{background:inherit}.bg-gray-light input[type=checkbox]:not(.ibe_switch)+label:before,.bg-gray-light select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#b8b8b8}.bg-gray-light .error>input[type=email],.bg-gray-light .error>input[type=password],.bg-gray-light .error>input[type=text],.bg-gray-light .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-gray-light a.button,.bg-gray-light button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-light a.button:after,.bg-gray-light button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-light a.button.outline,.bg-gray-light a.button.secondary,.bg-gray-light button.button.outline,.bg-gray-light button.button.secondary{background-color:#b8b8b8;color:inherit;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-gray-light a.button.outline:after,.bg-gray-light a.button.secondary:after,.bg-gray-light button.button.outline:after,.bg-gray-light button.button.secondary:after{background-color:#b8b8b8;border-left-color:inherit}.bg-gray-light a.button.black,.bg-gray-light button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-gray-light a.button.black:after,.bg-gray-light button.button.black:after{background-color:#b8b8b8;border-left-color:#000}.bg-gray-light a.button.grey,.bg-gray-light button.button.grey{background-color:#b8b8b8;color:inherit;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8;background-color:#5a5a5a;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #5a5a5a;box-shadow:inset 0 0 0 .125rem #5a5a5a}.bg-gray-light a.button.grey:after,.bg-gray-light button.button.grey:after{border-left-color:#b8b8b8;background-color:#b8b8b8;border-left-color:#5a5a5a}.bg-gray-light a.button.red,.bg-gray-light a.button[type=submit],.bg-gray-light button.button.red,.bg-gray-light button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-light a.button.red:after,.bg-gray-light a.button[type=submit]:after,.bg-gray-light button.button.red:after,.bg-gray-light button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-light a.button.red:before,.bg-gray-light a.button[type=submit]:before,.bg-gray-light button.button.red:before,.bg-gray-light button.button[type=submit]:before{border-color:#ff0038}.bg-gray-light a.button.red:after,.bg-gray-light a.button[type=submit]:after,.bg-gray-light button.button.red:after,.bg-gray-light button.button[type=submit]:after{background-color:#b8b8b8!important;border-left-color:#ff0038!important}.bg-gray-light a.button.deactivated,.bg-gray-light a.button[disabled],.bg-gray-light button.button.deactivated,.bg-gray-light button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-gray-light a.button.deactivated:after,.bg-gray-light a.button[disabled]:after,.bg-gray-light button.button.deactivated:after,.bg-gray-light button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-gray-light a.button:focus,.bg-gray-light button.button:focus{border:2px solid;border-color:#b8b8b8!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-light a.button:focus+br+.button,.bg-gray-light button.button:focus+br+.button{margin-top:1rem}.bg-gray-light a.button:focus:after,.bg-gray-light button.button:focus:after{border-left-color:#ff0038}.bg-gray-light a.button.outline:focus,.bg-gray-light a.button.secondary:focus,.bg-gray-light button.button.outline:focus,.bg-gray-light button.button.secondary:focus{border:2px solid;border-color:#b8b8b8!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-light a.button.outline:focus+br+.button,.bg-gray-light a.button.secondary:focus+br+.button,.bg-gray-light button.button.outline:focus+br+.button,.bg-gray-light button.button.secondary:focus+br+.button{margin-top:1rem}.bg-gray-light a.button.outline:focus:after,.bg-gray-light a.button.secondary:focus:after,.bg-gray-light button.button.outline:focus:after,.bg-gray-light button.button.secondary:focus:after{border-left-color:#ff0038}.bg-gray-light a.button.black:focus,.bg-gray-light button.button.black:focus{border:2px solid;border-color:#b8b8b8!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-light a.button.black:focus+br+.button,.bg-gray-light button.button.black:focus+br+.button{margin-top:1rem}.bg-gray-light a.button.black:focus:after,.bg-gray-light button.button.black:focus:after{border-left-color:#000}.bg-gray-light a.button.grey:focus,.bg-gray-light button.button.grey:focus{-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000}.bg-gray-light a.button.grey:focus:after,.bg-gray-light button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-gray-light a.button.grey:focus,.bg-gray-light button.button.grey:focus{border:2px solid;border-color:#b8b8b8!important;-webkit-box-shadow:inset 0 0 0 .125rem #5a5a5a,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #5a5a5a,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-light a.button.grey:focus+br+.button,.bg-gray-light button.button.grey:focus+br+.button{margin-top:1rem}.bg-gray-light a.button.grey:focus:after,.bg-gray-light button.button.grey:focus:after{border-left-color:#5a5a5a}.bg-gray-light a.button.red:focus,.bg-gray-light a.button[type=submit]:focus,.bg-gray-light button.button.red:focus,.bg-gray-light button.button[type=submit]:focus{border:2px solid;border-color:#b8b8b8!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-light a.button.red:focus+br+.button,.bg-gray-light a.button[type=submit]:focus+br+.button,.bg-gray-light button.button.red:focus+br+.button,.bg-gray-light button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-gray-light a.button.red:focus:after,.bg-gray-light a.button[type=submit]:focus:after,.bg-gray-light button.button.red:focus:after,.bg-gray-light button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-gray-light .move-label input:focus+.parsley-errors-list+label,.bg-gray-light .move-label input:focus+label,.bg-gray-light .move-label textarea:focus+label{background:#b8b8b8}.gray-lighter{color:#ddd}.bg-gray-lighter,.btn-gray-lighter{background-color:#ddd;color:inherit}[disabled] .bg-gray-lighter,[disabled] .btn-gray-lighter{background-color:#fff}[data-selfclosing].loader-gray-lighter:before{background-color:#ddd}.outline-gray-lighter{border:thin solid #ddd}.bg-gray-lighter input,.bg-gray-lighter select{color:inherit;border-bottom-color:inherit}.bg-gray-lighter input:-webkit-autofill,.bg-gray-lighter select:-webkit-autofill{color:inherit;background:none!important;-webkit-box-shadow:0 0 0 1000px inherit inset;-webkit-text-fill-color:inherit!important}.bg-gray-lighter input::-webkit-input-placeholder,.bg-gray-lighter select::-webkit-input-placeholder{color:inherit}.bg-gray-lighter input::-moz-placeholder,.bg-gray-lighter select::-moz-placeholder{color:inherit}.bg-gray-lighter input:-ms-input-placeholder,.bg-gray-lighter select:-ms-input-placeholder{color:inherit}.bg-gray-lighter input:-moz-placeholder,.bg-gray-lighter select:-moz-placeholder{color:inherit}.bg-gray-lighter input[type=checkbox]:not(.ibe_switch)+label,.bg-gray-lighter select[type=checkbox]:not(.ibe_switch)+label{background:inherit}.bg-gray-lighter input[type=checkbox]:not(.ibe_switch)+label:before,.bg-gray-lighter select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#ddd}.bg-gray-lighter .error>input[type=email],.bg-gray-lighter .error>input[type=password],.bg-gray-lighter .error>input[type=text],.bg-gray-lighter .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-gray-lighter a.button,.bg-gray-lighter button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-lighter a.button:after,.bg-gray-lighter button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-lighter a.button.outline,.bg-gray-lighter a.button.secondary,.bg-gray-lighter button.button.outline,.bg-gray-lighter button.button.secondary{background-color:#ddd;color:inherit;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-gray-lighter a.button.outline:after,.bg-gray-lighter a.button.secondary:after,.bg-gray-lighter button.button.outline:after,.bg-gray-lighter button.button.secondary:after{background-color:#ddd;border-left-color:inherit}.bg-gray-lighter a.button.black,.bg-gray-lighter button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-gray-lighter a.button.black:after,.bg-gray-lighter button.button.black:after{background-color:#ddd;border-left-color:#000}.bg-gray-lighter a.button.grey,.bg-gray-lighter button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-gray-lighter a.button.grey:after,.bg-gray-lighter button.button.grey:after{background-color:#ddd;border-left-color:#b8b8b8}.bg-gray-lighter a.button.red,.bg-gray-lighter a.button[type=submit],.bg-gray-lighter button.button.red,.bg-gray-lighter button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-lighter a.button.red:after,.bg-gray-lighter a.button[type=submit]:after,.bg-gray-lighter button.button.red:after,.bg-gray-lighter button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-lighter a.button.red:before,.bg-gray-lighter a.button[type=submit]:before,.bg-gray-lighter button.button.red:before,.bg-gray-lighter button.button[type=submit]:before{border-color:#ff0038}.bg-gray-lighter a.button.red:after,.bg-gray-lighter a.button[type=submit]:after,.bg-gray-lighter button.button.red:after,.bg-gray-lighter button.button[type=submit]:after{background-color:#ddd!important;border-left-color:#ff0038!important}.bg-gray-lighter a.button.deactivated,.bg-gray-lighter a.button[disabled],.bg-gray-lighter button.button.deactivated,.bg-gray-lighter button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-gray-lighter a.button.deactivated:after,.bg-gray-lighter a.button[disabled]:after,.bg-gray-lighter button.button.deactivated:after,.bg-gray-lighter button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-gray-lighter a.button:focus,.bg-gray-lighter button.button:focus{border:2px solid;border-color:#ddd!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-lighter a.button:focus+br+.button,.bg-gray-lighter button.button:focus+br+.button{margin-top:1rem}.bg-gray-lighter a.button:focus:after,.bg-gray-lighter button.button:focus:after{border-left-color:#ff0038}.bg-gray-lighter a.button.outline:focus,.bg-gray-lighter a.button.secondary:focus,.bg-gray-lighter button.button.outline:focus,.bg-gray-lighter button.button.secondary:focus{border:2px solid;border-color:#ddd!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-lighter a.button.outline:focus+br+.button,.bg-gray-lighter a.button.secondary:focus+br+.button,.bg-gray-lighter button.button.outline:focus+br+.button,.bg-gray-lighter button.button.secondary:focus+br+.button{margin-top:1rem}.bg-gray-lighter a.button.outline:focus:after,.bg-gray-lighter a.button.secondary:focus:after,.bg-gray-lighter button.button.outline:focus:after,.bg-gray-lighter button.button.secondary:focus:after{border-left-color:#ff0038}.bg-gray-lighter a.button.black:focus,.bg-gray-lighter button.button.black:focus{border:2px solid;border-color:#ddd!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-lighter a.button.black:focus+br+.button,.bg-gray-lighter button.button.black:focus+br+.button{margin-top:1rem}.bg-gray-lighter a.button.black:focus:after,.bg-gray-lighter button.button.black:focus:after{border-left-color:#000}.bg-gray-lighter a.button.grey:focus,.bg-gray-lighter button.button.grey:focus{border:2px solid;border-color:#ddd!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-lighter a.button.grey:focus+br+.button,.bg-gray-lighter button.button.grey:focus+br+.button{margin-top:1rem}.bg-gray-lighter a.button.grey:focus:after,.bg-gray-lighter button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-gray-lighter a.button.red:focus,.bg-gray-lighter a.button[type=submit]:focus,.bg-gray-lighter button.button.red:focus,.bg-gray-lighter button.button[type=submit]:focus{border:2px solid;border-color:#ddd!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-lighter a.button.red:focus+br+.button,.bg-gray-lighter a.button[type=submit]:focus+br+.button,.bg-gray-lighter button.button.red:focus+br+.button,.bg-gray-lighter button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-gray-lighter a.button.red:focus:after,.bg-gray-lighter a.button[type=submit]:focus:after,.bg-gray-lighter button.button.red:focus:after,.bg-gray-lighter button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-gray-lighter .move-label input:focus+.parsley-errors-list+label,.bg-gray-lighter .move-label input:focus+label,.bg-gray-lighter .move-label textarea:focus+label{background:#ddd}.gray-border{color:#cfcfcf}.bg-gray-border,.btn-gray-border{background-color:#cfcfcf;color:inherit}[disabled] .bg-gray-border,[disabled] .btn-gray-border{background-color:#fff}[data-selfclosing].loader-gray-border:before{background-color:#cfcfcf}.outline-gray-border{border:thin solid #cfcfcf}.bg-gray-border input,.bg-gray-border select{color:inherit;border-bottom-color:inherit}.bg-gray-border input:-webkit-autofill,.bg-gray-border select:-webkit-autofill{color:inherit;background:none!important;-webkit-box-shadow:0 0 0 1000px inherit inset;-webkit-text-fill-color:inherit!important}.bg-gray-border input::-webkit-input-placeholder,.bg-gray-border select::-webkit-input-placeholder{color:inherit}.bg-gray-border input::-moz-placeholder,.bg-gray-border select::-moz-placeholder{color:inherit}.bg-gray-border input:-ms-input-placeholder,.bg-gray-border select:-ms-input-placeholder{color:inherit}.bg-gray-border input:-moz-placeholder,.bg-gray-border select:-moz-placeholder{color:inherit}.bg-gray-border input[type=checkbox]:not(.ibe_switch)+label,.bg-gray-border select[type=checkbox]:not(.ibe_switch)+label{background:inherit}.bg-gray-border input[type=checkbox]:not(.ibe_switch)+label:before,.bg-gray-border select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#cfcfcf}.bg-gray-border .error>input[type=email],.bg-gray-border .error>input[type=password],.bg-gray-border .error>input[type=text],.bg-gray-border .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-gray-border a.button,.bg-gray-border button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-border a.button:after,.bg-gray-border button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-border a.button.outline,.bg-gray-border a.button.secondary,.bg-gray-border button.button.outline,.bg-gray-border button.button.secondary{background-color:#cfcfcf;color:inherit;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-gray-border a.button.outline:after,.bg-gray-border a.button.secondary:after,.bg-gray-border button.button.outline:after,.bg-gray-border button.button.secondary:after{background-color:#cfcfcf;border-left-color:inherit}.bg-gray-border a.button.black,.bg-gray-border button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-gray-border a.button.black:after,.bg-gray-border button.button.black:after{background-color:#cfcfcf;border-left-color:#000}.bg-gray-border a.button.grey,.bg-gray-border button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-gray-border a.button.grey:after,.bg-gray-border button.button.grey:after{background-color:#cfcfcf;border-left-color:#b8b8b8}.bg-gray-border a.button.red,.bg-gray-border a.button[type=submit],.bg-gray-border button.button.red,.bg-gray-border button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-gray-border a.button.red:after,.bg-gray-border a.button[type=submit]:after,.bg-gray-border button.button.red:after,.bg-gray-border button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-gray-border a.button.red:before,.bg-gray-border a.button[type=submit]:before,.bg-gray-border button.button.red:before,.bg-gray-border button.button[type=submit]:before{border-color:#ff0038}.bg-gray-border a.button.red:after,.bg-gray-border a.button[type=submit]:after,.bg-gray-border button.button.red:after,.bg-gray-border button.button[type=submit]:after{background-color:#cfcfcf!important;border-left-color:#ff0038!important}.bg-gray-border a.button.deactivated,.bg-gray-border a.button[disabled],.bg-gray-border button.button.deactivated,.bg-gray-border button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-gray-border a.button.deactivated:after,.bg-gray-border a.button[disabled]:after,.bg-gray-border button.button.deactivated:after,.bg-gray-border button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-gray-border a.button:focus,.bg-gray-border button.button:focus{border:2px solid;border-color:#cfcfcf!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-border a.button:focus+br+.button,.bg-gray-border button.button:focus+br+.button{margin-top:1rem}.bg-gray-border a.button:focus:after,.bg-gray-border button.button:focus:after{border-left-color:#ff0038}.bg-gray-border a.button.outline:focus,.bg-gray-border a.button.secondary:focus,.bg-gray-border button.button.outline:focus,.bg-gray-border button.button.secondary:focus{border:2px solid;border-color:#cfcfcf!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-border a.button.outline:focus+br+.button,.bg-gray-border a.button.secondary:focus+br+.button,.bg-gray-border button.button.outline:focus+br+.button,.bg-gray-border button.button.secondary:focus+br+.button{margin-top:1rem}.bg-gray-border a.button.outline:focus:after,.bg-gray-border a.button.secondary:focus:after,.bg-gray-border button.button.outline:focus:after,.bg-gray-border button.button.secondary:focus:after{border-left-color:#ff0038}.bg-gray-border a.button.black:focus,.bg-gray-border button.button.black:focus{border:2px solid;border-color:#cfcfcf!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-border a.button.black:focus+br+.button,.bg-gray-border button.button.black:focus+br+.button{margin-top:1rem}.bg-gray-border a.button.black:focus:after,.bg-gray-border button.button.black:focus:after{border-left-color:#000}.bg-gray-border a.button.grey:focus,.bg-gray-border button.button.grey:focus{border:2px solid;border-color:#cfcfcf!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-border a.button.grey:focus+br+.button,.bg-gray-border button.button.grey:focus+br+.button{margin-top:1rem}.bg-gray-border a.button.grey:focus:after,.bg-gray-border button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-gray-border a.button.red:focus,.bg-gray-border a.button[type=submit]:focus,.bg-gray-border button.button.red:focus,.bg-gray-border button.button[type=submit]:focus{border:2px solid;border-color:#cfcfcf!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-gray-border a.button.red:focus+br+.button,.bg-gray-border a.button[type=submit]:focus+br+.button,.bg-gray-border button.button.red:focus+br+.button,.bg-gray-border button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-gray-border a.button.red:focus:after,.bg-gray-border a.button[type=submit]:focus:after,.bg-gray-border button.button.red:focus:after,.bg-gray-border button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-gray-border .move-label input:focus+.parsley-errors-list+label,.bg-gray-border .move-label input:focus+label,.bg-gray-border .move-label textarea:focus+label{background:#cfcfcf}.rose{color:#f9f9f9}.bg-rose,.btn-rose{background-color:#f9f9f9;color:inherit}[disabled] .bg-rose,[disabled] .btn-rose{background-color:#fff}[data-selfclosing].loader-rose:before{background-color:#f9f9f9}.outline-rose{border:thin solid #f9f9f9}.bg-rose input,.bg-rose select{color:inherit;border-bottom-color:inherit}.bg-rose input:-webkit-autofill,.bg-rose select:-webkit-autofill{color:inherit;background:none!important;-webkit-box-shadow:0 0 0 1000px inherit inset;-webkit-text-fill-color:inherit!important}.bg-rose input::-webkit-input-placeholder,.bg-rose select::-webkit-input-placeholder{color:inherit}.bg-rose input::-moz-placeholder,.bg-rose select::-moz-placeholder{color:inherit}.bg-rose input:-ms-input-placeholder,.bg-rose select:-ms-input-placeholder{color:inherit}.bg-rose input:-moz-placeholder,.bg-rose select:-moz-placeholder{color:inherit}.bg-rose input[type=checkbox]:not(.ibe_switch)+label,.bg-rose select[type=checkbox]:not(.ibe_switch)+label{background:inherit}.bg-rose input[type=checkbox]:not(.ibe_switch)+label:before,.bg-rose select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#f9f9f9}.bg-rose .error>input[type=email],.bg-rose .error>input[type=password],.bg-rose .error>input[type=text],.bg-rose .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bg-rose a.button,.bg-rose button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-rose a.button:after,.bg-rose button.button:after{background-color:#fff;border-left-color:#ff0038}.bg-rose a.button.outline,.bg-rose a.button.secondary,.bg-rose button.button.outline,.bg-rose button.button.secondary{background-color:#f9f9f9;color:inherit;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-rose a.button.outline:after,.bg-rose a.button.secondary:after,.bg-rose button.button.outline:after,.bg-rose button.button.secondary:after{background-color:#f9f9f9;border-left-color:inherit}.bg-rose a.button.black,.bg-rose button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bg-rose a.button.black:after,.bg-rose button.button.black:after{background-color:#f9f9f9;border-left-color:#000}.bg-rose a.button.grey,.bg-rose button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-rose a.button.grey:after,.bg-rose button.button.grey:after{background-color:#f9f9f9;border-left-color:#b8b8b8}.bg-rose a.button.red,.bg-rose a.button[type=submit],.bg-rose button.button.red,.bg-rose button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bg-rose a.button.red:after,.bg-rose a.button[type=submit]:after,.bg-rose button.button.red:after,.bg-rose button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bg-rose a.button.red:before,.bg-rose a.button[type=submit]:before,.bg-rose button.button.red:before,.bg-rose button.button[type=submit]:before{border-color:#ff0038}.bg-rose a.button.red:after,.bg-rose a.button[type=submit]:after,.bg-rose button.button.red:after,.bg-rose button.button[type=submit]:after{background-color:#f9f9f9!important;border-left-color:#ff0038!important}.bg-rose a.button.deactivated,.bg-rose a.button[disabled],.bg-rose button.button.deactivated,.bg-rose button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bg-rose a.button.deactivated:after,.bg-rose a.button[disabled]:after,.bg-rose button.button.deactivated:after,.bg-rose button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bg-rose a.button:focus,.bg-rose button.button:focus{border:2px solid;border-color:#f9f9f9!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-rose a.button:focus+br+.button,.bg-rose button.button:focus+br+.button{margin-top:1rem}.bg-rose a.button:focus:after,.bg-rose button.button:focus:after{border-left-color:#ff0038}.bg-rose a.button.outline:focus,.bg-rose a.button.secondary:focus,.bg-rose button.button.outline:focus,.bg-rose button.button.secondary:focus{border:2px solid;border-color:#f9f9f9!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-rose a.button.outline:focus+br+.button,.bg-rose a.button.secondary:focus+br+.button,.bg-rose button.button.outline:focus+br+.button,.bg-rose button.button.secondary:focus+br+.button{margin-top:1rem}.bg-rose a.button.outline:focus:after,.bg-rose a.button.secondary:focus:after,.bg-rose button.button.outline:focus:after,.bg-rose button.button.secondary:focus:after{border-left-color:#ff0038}.bg-rose a.button.black:focus,.bg-rose button.button.black:focus{border:2px solid;border-color:#f9f9f9!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-rose a.button.black:focus+br+.button,.bg-rose button.button.black:focus+br+.button{margin-top:1rem}.bg-rose a.button.black:focus:after,.bg-rose button.button.black:focus:after{border-left-color:#000}.bg-rose a.button.grey:focus,.bg-rose button.button.grey:focus{border:2px solid;border-color:#f9f9f9!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-rose a.button.grey:focus+br+.button,.bg-rose button.button.grey:focus+br+.button{margin-top:1rem}.bg-rose a.button.grey:focus:after,.bg-rose button.button.grey:focus:after{border-left-color:#b8b8b8}.bg-rose a.button.red:focus,.bg-rose a.button[type=submit]:focus,.bg-rose button.button.red:focus,.bg-rose button.button[type=submit]:focus{border:2px solid;border-color:#f9f9f9!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bg-rose a.button.red:focus+br+.button,.bg-rose a.button[type=submit]:focus+br+.button,.bg-rose button.button.red:focus+br+.button,.bg-rose button.button[type=submit]:focus+br+.button{margin-top:1rem}.bg-rose a.button.red:focus:after,.bg-rose a.button[type=submit]:focus:after,.bg-rose button.button.red:focus:after,.bg-rose button.button[type=submit]:focus:after{border-left-color:#ff0038}.bg-rose .move-label input:focus+.parsley-errors-list+label,.bg-rose .move-label input:focus+label,.bg-rose .move-label textarea:focus+label{background:#f9f9f9}.block{width:100%;max-width:40rem}@media screen and (min-width:20rem){.block-micro{width:auto}}@media screen and (min-width:31.375rem){.block-xs{width:auto}}@media screen and (min-width:48rem){.block-sm{width:auto}}@media screen and (min-width:62rem){.block-md{width:auto}}@media screen and (min-width:67.5rem){.block-lg{width:auto}}@media screen and (min-width:75rem){.block-xl{width:auto}}@media screen and (min-width:90rem){.block-xxl{width:auto}}.screenheight{min-height:100vh}.hidden{display:none}@media screen and (min-width:20rem){.hidden-micro{display:none!important}}@media screen and (max-width:19.9375rem){.hidden-under-micro{display:none}}@media screen and (min-width:20rem){.hidden-between-micro-sm,.hidden-from-micro{display:none}}@media screen and (min-width:48rem){.hidden-between-micro-sm{display:unset}}@media screen and (min-width:20rem){.hidden-between-micro-md{display:none}}@media screen and (min-width:62rem){.hidden-between-micro-md{display:unset}}@media screen and (min-width:20rem){.hidden-between-micro-lg{display:none}}@media screen and (min-width:67.5rem){.hidden-between-micro-lg{display:unset}}@media screen and (min-width:20rem){.hidden-between-micro-xl{display:none}}@media screen and (min-width:75rem){.hidden-between-micro-xl{display:unset}}@media screen and (min-width:20rem){.hidden-between-micro-xxl{display:none}}@media screen and (min-width:90rem){.hidden-between-micro-xxl{display:unset}}@media screen and (min-width:31.375rem){.hidden-xs{display:none!important}}@media screen and (max-width:31.3125rem){.hidden-under-xs{display:none}}@media screen and (min-width:31.375rem){.hidden-between-xs-sm,.hidden-from-xs{display:none}}@media screen and (min-width:48rem){.hidden-between-xs-sm{display:unset}}@media screen and (min-width:31.375rem){.hidden-between-xs-md{display:none}}@media screen and (min-width:62rem){.hidden-between-xs-md{display:unset}}@media screen and (min-width:31.375rem){.hidden-between-xs-lg{display:none}}@media screen and (min-width:67.5rem){.hidden-between-xs-lg{display:unset}}@media screen and (min-width:31.375rem){.hidden-between-xs-xl{display:none}}@media screen and (min-width:75rem){.hidden-between-xs-xl{display:unset}}@media screen and (min-width:31.375rem){.hidden-between-xs-xxl{display:none}}@media screen and (min-width:90rem){.hidden-between-xs-xxl{display:unset}}@media screen and (min-width:48rem){.hidden-sm{display:none!important}}@media screen and (max-width:47.9375rem){.hidden-under-sm{display:none}}@media screen and (min-width:48rem){.hidden-between-sm-sm,.hidden-from-sm{display:none}}@media screen and (min-width:48rem){.hidden-between-sm-sm{display:unset}}@media screen and (min-width:48rem){.hidden-between-sm-md{display:none}}@media screen and (min-width:62rem){.hidden-between-sm-md{display:unset}}@media screen and (min-width:48rem){.hidden-between-sm-lg{display:none}}@media screen and (min-width:67.5rem){.hidden-between-sm-lg{display:unset}}@media screen and (min-width:48rem){.hidden-between-sm-xl{display:none}}@media screen and (min-width:75rem){.hidden-between-sm-xl{display:unset}}@media screen and (min-width:48rem){.hidden-between-sm-xxl{display:none}}@media screen and (min-width:90rem){.hidden-between-sm-xxl{display:unset}}@media screen and (min-width:62rem){.hidden-md{display:none!important}}@media screen and (max-width:61.9375rem){.hidden-under-md{display:none}}@media screen and (min-width:62rem){.hidden-between-md-sm,.hidden-from-md{display:none}}@media screen and (min-width:48rem){.hidden-between-md-sm{display:unset}}@media screen and (min-width:62rem){.hidden-between-md-md{display:none;display:unset}}@media screen and (min-width:62rem){.hidden-between-md-lg{display:none}}@media screen and (min-width:67.5rem){.hidden-between-md-lg{display:unset}}@media screen and (min-width:62rem){.hidden-between-md-xl{display:none}}@media screen and (min-width:75rem){.hidden-between-md-xl{display:unset}}@media screen and (min-width:62rem){.hidden-between-md-xxl{display:none}}@media screen and (min-width:90rem){.hidden-between-md-xxl{display:unset}}@media screen and (min-width:67.5rem){.hidden-lg{display:none!important}}@media screen and (max-width:67.4375rem){.hidden-under-lg{display:none}}@media screen and (min-width:67.5rem){.hidden-between-lg-sm,.hidden-from-lg{display:none}}@media screen and (min-width:48rem){.hidden-between-lg-sm{display:unset}}@media screen and (min-width:67.5rem){.hidden-between-lg-md{display:none}}@media screen and (min-width:62rem){.hidden-between-lg-md{display:unset}}@media screen and (min-width:67.5rem){.hidden-between-lg-lg{display:none;display:unset}}@media screen and (min-width:67.5rem){.hidden-between-lg-xl{display:none}}@media screen and (min-width:75rem){.hidden-between-lg-xl{display:unset}}@media screen and (min-width:67.5rem){.hidden-between-lg-xxl{display:none}}@media screen and (min-width:90rem){.hidden-between-lg-xxl{display:unset}}@media screen and (min-width:75rem){.hidden-xl{display:none!important}}@media screen and (max-width:74.9375rem){.hidden-under-xl{display:none}}@media screen and (min-width:75rem){.hidden-between-xl-sm,.hidden-from-xl{display:none}}@media screen and (min-width:48rem){.hidden-between-xl-sm{display:unset}}@media screen and (min-width:75rem){.hidden-between-xl-md{display:none}}@media screen and (min-width:62rem){.hidden-between-xl-md{display:unset}}@media screen and (min-width:75rem){.hidden-between-xl-lg{display:none}}@media screen and (min-width:67.5rem){.hidden-between-xl-lg{display:unset}}@media screen and (min-width:75rem){.hidden-between-xl-xl{display:none;display:unset}}@media screen and (min-width:75rem){.hidden-between-xl-xxl{display:none}}@media screen and (min-width:90rem){.hidden-between-xl-xxl{display:unset}}@media screen and (min-width:90rem){.hidden-xxl{display:none!important}}@media screen and (max-width:89.9375rem){.hidden-under-xxl{display:none}}@media screen and (min-width:90rem){.hidden-between-xxl-sm,.hidden-from-xxl{display:none}}@media screen and (min-width:48rem){.hidden-between-xxl-sm{display:unset}}@media screen and (min-width:90rem){.hidden-between-xxl-md{display:none}}@media screen and (min-width:62rem){.hidden-between-xxl-md{display:unset}}@media screen and (min-width:90rem){.hidden-between-xxl-lg{display:none}}@media screen and (min-width:67.5rem){.hidden-between-xxl-lg{display:unset}}@media screen and (min-width:90rem){.hidden-between-xxl-xl{display:none}}@media screen and (min-width:75rem){.hidden-between-xxl-xl{display:unset}}@media screen and (min-width:90rem){.hidden-between-xxl-xxl{display:none;display:unset}}@media screen and (max-width:399px){.hide-under-400{display:none}}@media screen and (min-width:400px){.hide-from-400{display:none}}@media screen and (max-width:499px){.hide-under-500{display:none}}@media screen and (min-width:500px){.hide-from-500{display:none}}@media screen and (max-width:599px){.hide-under-600{display:none}}@media screen and (min-width:600px){.hide-from-600{display:none}}@media screen and (max-width:699px){.hide-under-700{display:none}}@media screen and (min-width:700px){.hide-from-700{display:none}}@media screen and (max-width:799px){.hide-under-800{display:none}}@media screen and (min-width:800px){.hide-from-800{display:none}}@media screen and (max-width:899px){.hide-under-900{display:none}}@media screen and (min-width:900px){.hide-from-900{display:none}}@media screen and (max-width:999px){.hide-under-1000{display:none}}@media screen and (min-width:1000px){.hide-from-1000{display:none}}.show{display:block}@media screen and (min-width:20rem){.show-micro{display:block!important}}@media screen and (min-width:31.375rem){.show-xs{display:block!important}}@media screen and (min-width:48rem){.show-sm{display:block!important}}@media screen and (min-width:62rem){.show-md{display:block!important}}@media screen and (min-width:67.5rem){.show-lg{display:block!important}}@media screen and (min-width:75rem){.show-xl{display:block!important}}@media screen and (min-width:90rem){.show-xxl{display:block!important}}.popup .text-center,.text-center{text-align:center}[aria-hidden=true]{pointer-events:none;z-index:-2}[aria-hidden=true] *{pointer-events:inherit!important}[aria-hidden=false]{z-index:unset}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.m-0{margin:0!important}@media screen and (min-width:20rem){.mt-micro-0{margin-top:0!important}.mb-micro-0{margin-bottom:0!important}.ml-micro-0{margin-left:0!important}.mr-micro-0{margin-right:0!important}.m-micro-0{margin:0!important}}@media screen and (min-width:31.375rem){.mt-xs-0{margin-top:0!important}.mb-xs-0{margin-bottom:0!important}.ml-xs-0{margin-left:0!important}.mr-xs-0{margin-right:0!important}.m-xs-0{margin:0!important}}@media screen and (min-width:48rem){.mt-sm-0{margin-top:0!important}.mb-sm-0{margin-bottom:0!important}.ml-sm-0{margin-left:0!important}.mr-sm-0{margin-right:0!important}.m-sm-0{margin:0!important}}@media screen and (min-width:62rem){.mt-md-0{margin-top:0!important}.mb-md-0{margin-bottom:0!important}.ml-md-0{margin-left:0!important}.mr-md-0{margin-right:0!important}.m-md-0{margin:0!important}}@media screen and (min-width:67.5rem){.mt-lg-0{margin-top:0!important}.mb-lg-0{margin-bottom:0!important}.ml-lg-0{margin-left:0!important}.mr-lg-0{margin-right:0!important}.m-lg-0{margin:0!important}}@media screen and (min-width:75rem){.mt-xl-0{margin-top:0!important}.mb-xl-0{margin-bottom:0!important}.ml-xl-0{margin-left:0!important}.mr-xl-0{margin-right:0!important}.m-xl-0{margin:0!important}}@media screen and (min-width:90rem){.mt-xxl-0{margin-top:0!important}.mb-xxl-0{margin-bottom:0!important}.ml-xxl-0{margin-left:0!important}.mr-xxl-0{margin-right:0!important}.m-xxl-0{margin:0!important}}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.ml-1{margin-left:1rem}.mr-1{margin-right:1rem}.m-1{margin:1rem}@media screen and (min-width:20rem){.mt-micro-1{margin-top:1rem}.mb-micro-1{margin-bottom:1rem}.ml-micro-1{margin-left:1rem}.mr-micro-1{margin-right:1rem}.m-micro-1{margin:1rem}}@media screen and (min-width:31.375rem){.mt-xs-1{margin-top:1rem}.mb-xs-1{margin-bottom:1rem}.ml-xs-1{margin-left:1rem}.mr-xs-1{margin-right:1rem}.m-xs-1{margin:1rem}}@media screen and (min-width:48rem){.mt-sm-1{margin-top:1rem}.mb-sm-1{margin-bottom:1rem}.ml-sm-1{margin-left:1rem}.mr-sm-1{margin-right:1rem}.m-sm-1{margin:1rem}}@media screen and (min-width:62rem){.mt-md-1{margin-top:1rem}.mb-md-1{margin-bottom:1rem}.ml-md-1{margin-left:1rem}.mr-md-1{margin-right:1rem}.m-md-1{margin:1rem}}@media screen and (min-width:67.5rem){.mt-lg-1{margin-top:1rem}.mb-lg-1{margin-bottom:1rem}.ml-lg-1{margin-left:1rem}.mr-lg-1{margin-right:1rem}.m-lg-1{margin:1rem}}@media screen and (min-width:75rem){.mt-xl-1{margin-top:1rem}.mb-xl-1{margin-bottom:1rem}.ml-xl-1{margin-left:1rem}.mr-xl-1{margin-right:1rem}.m-xl-1{margin:1rem}}@media screen and (min-width:90rem){.mt-xxl-1{margin-top:1rem}.mb-xxl-1{margin-bottom:1rem}.ml-xxl-1{margin-left:1rem}.mr-xxl-1{margin-right:1rem}.m-xxl-1{margin:1rem}}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}.ml-2{margin-left:2rem}.mr-2{margin-right:2rem}.m-2{margin:2rem}@media screen and (min-width:20rem){.mt-micro-2{margin-top:2rem}.mb-micro-2{margin-bottom:2rem}.ml-micro-2{margin-left:2rem}.mr-micro-2{margin-right:2rem}.m-micro-2{margin:2rem}}@media screen and (min-width:31.375rem){.mt-xs-2{margin-top:2rem}.mb-xs-2{margin-bottom:2rem}.ml-xs-2{margin-left:2rem}.mr-xs-2{margin-right:2rem}.m-xs-2{margin:2rem}}@media screen and (min-width:48rem){.mt-sm-2{margin-top:2rem}.mb-sm-2{margin-bottom:2rem}.ml-sm-2{margin-left:2rem}.mr-sm-2{margin-right:2rem}.m-sm-2{margin:2rem}}@media screen and (min-width:62rem){.mt-md-2{margin-top:2rem}.mb-md-2{margin-bottom:2rem}.ml-md-2{margin-left:2rem}.mr-md-2{margin-right:2rem}.m-md-2{margin:2rem}}@media screen and (min-width:67.5rem){.mt-lg-2{margin-top:2rem}.mb-lg-2{margin-bottom:2rem}.ml-lg-2{margin-left:2rem}.mr-lg-2{margin-right:2rem}.m-lg-2{margin:2rem}}@media screen and (min-width:75rem){.mt-xl-2{margin-top:2rem}.mb-xl-2{margin-bottom:2rem}.ml-xl-2{margin-left:2rem}.mr-xl-2{margin-right:2rem}.m-xl-2{margin:2rem}}@media screen and (min-width:90rem){.mt-xxl-2{margin-top:2rem}.mb-xxl-2{margin-bottom:2rem}.ml-xxl-2{margin-left:2rem}.mr-xxl-2{margin-right:2rem}.m-xxl-2{margin:2rem}}.mt-3{margin-top:3rem}.mb-3{margin-bottom:3rem}.ml-3{margin-left:3rem}.mr-3{margin-right:3rem}.m-3{margin:3rem}@media screen and (min-width:20rem){.mt-micro-3{margin-top:3rem}.mb-micro-3{margin-bottom:3rem}.ml-micro-3{margin-left:3rem}.mr-micro-3{margin-right:3rem}.m-micro-3{margin:3rem}}@media screen and (min-width:31.375rem){.mt-xs-3{margin-top:3rem}.mb-xs-3{margin-bottom:3rem}.ml-xs-3{margin-left:3rem}.mr-xs-3{margin-right:3rem}.m-xs-3{margin:3rem}}@media screen and (min-width:48rem){.mt-sm-3{margin-top:3rem}.mb-sm-3{margin-bottom:3rem}.ml-sm-3{margin-left:3rem}.mr-sm-3{margin-right:3rem}.m-sm-3{margin:3rem}}@media screen and (min-width:62rem){.mt-md-3{margin-top:3rem}.mb-md-3{margin-bottom:3rem}.ml-md-3{margin-left:3rem}.mr-md-3{margin-right:3rem}.m-md-3{margin:3rem}}@media screen and (min-width:67.5rem){.mt-lg-3{margin-top:3rem}.mb-lg-3{margin-bottom:3rem}.ml-lg-3{margin-left:3rem}.mr-lg-3{margin-right:3rem}.m-lg-3{margin:3rem}}@media screen and (min-width:75rem){.mt-xl-3{margin-top:3rem}.mb-xl-3{margin-bottom:3rem}.ml-xl-3{margin-left:3rem}.mr-xl-3{margin-right:3rem}.m-xl-3{margin:3rem}}@media screen and (min-width:90rem){.mt-xxl-3{margin-top:3rem}.mb-xxl-3{margin-bottom:3rem}.ml-xxl-3{margin-left:3rem}.mr-xxl-3{margin-right:3rem}.m-xxl-3{margin:3rem}}.mt-4{margin-top:4rem}.mb-4{margin-bottom:4rem}.ml-4{margin-left:4rem}.mr-4{margin-right:4rem}.m-4{margin:4rem}@media screen and (min-width:20rem){.mt-micro-4{margin-top:4rem}.mb-micro-4{margin-bottom:4rem}.ml-micro-4{margin-left:4rem}.mr-micro-4{margin-right:4rem}.m-micro-4{margin:4rem}}@media screen and (min-width:31.375rem){.mt-xs-4{margin-top:4rem}.mb-xs-4{margin-bottom:4rem}.ml-xs-4{margin-left:4rem}.mr-xs-4{margin-right:4rem}.m-xs-4{margin:4rem}}@media screen and (min-width:48rem){.mt-sm-4{margin-top:4rem}.mb-sm-4{margin-bottom:4rem}.ml-sm-4{margin-left:4rem}.mr-sm-4{margin-right:4rem}.m-sm-4{margin:4rem}}@media screen and (min-width:62rem){.mt-md-4{margin-top:4rem}.mb-md-4{margin-bottom:4rem}.ml-md-4{margin-left:4rem}.mr-md-4{margin-right:4rem}.m-md-4{margin:4rem}}@media screen and (min-width:67.5rem){.mt-lg-4{margin-top:4rem}.mb-lg-4{margin-bottom:4rem}.ml-lg-4{margin-left:4rem}.mr-lg-4{margin-right:4rem}.m-lg-4{margin:4rem}}@media screen and (min-width:75rem){.mt-xl-4{margin-top:4rem}.mb-xl-4{margin-bottom:4rem}.ml-xl-4{margin-left:4rem}.mr-xl-4{margin-right:4rem}.m-xl-4{margin:4rem}}@media screen and (min-width:90rem){.mt-xxl-4{margin-top:4rem}.mb-xxl-4{margin-bottom:4rem}.ml-xxl-4{margin-left:4rem}.mr-xxl-4{margin-right:4rem}.m-xxl-4{margin:4rem}}.mt-6{margin-top:6rem}.mb-6{margin-bottom:6rem}.ml-6{margin-left:6rem}.mr-6{margin-right:6rem}.m-6{margin:6rem}@media screen and (min-width:20rem){.mt-micro-6{margin-top:6rem}.mb-micro-6{margin-bottom:6rem}.ml-micro-6{margin-left:6rem}.mr-micro-6{margin-right:6rem}.m-micro-6{margin:6rem}}@media screen and (min-width:31.375rem){.mt-xs-6{margin-top:6rem}.mb-xs-6{margin-bottom:6rem}.ml-xs-6{margin-left:6rem}.mr-xs-6{margin-right:6rem}.m-xs-6{margin:6rem}}@media screen and (min-width:48rem){.mt-sm-6{margin-top:6rem}.mb-sm-6{margin-bottom:6rem}.ml-sm-6{margin-left:6rem}.mr-sm-6{margin-right:6rem}.m-sm-6{margin:6rem}}@media screen and (min-width:62rem){.mt-md-6{margin-top:6rem}.mb-md-6{margin-bottom:6rem}.ml-md-6{margin-left:6rem}.mr-md-6{margin-right:6rem}.m-md-6{margin:6rem}}@media screen and (min-width:67.5rem){.mt-lg-6{margin-top:6rem}.mb-lg-6{margin-bottom:6rem}.ml-lg-6{margin-left:6rem}.mr-lg-6{margin-right:6rem}.m-lg-6{margin:6rem}}@media screen and (min-width:75rem){.mt-xl-6{margin-top:6rem}.mb-xl-6{margin-bottom:6rem}.ml-xl-6{margin-left:6rem}.mr-xl-6{margin-right:6rem}.m-xl-6{margin:6rem}}@media screen and (min-width:90rem){.mt-xxl-6{margin-top:6rem}.mb-xxl-6{margin-bottom:6rem}.ml-xxl-6{margin-left:6rem}.mr-xxl-6{margin-right:6rem}.m-xxl-6{margin:6rem}}.mt-10{margin-top:10rem}.mb-10{margin-bottom:10rem}.ml-10{margin-left:10rem}.mr-10{margin-right:10rem}.m-10{margin:10rem}@media screen and (min-width:20rem){.mt-micro-10{margin-top:10rem}.mb-micro-10{margin-bottom:10rem}.ml-micro-10{margin-left:10rem}.mr-micro-10{margin-right:10rem}.m-micro-10{margin:10rem}}@media screen and (min-width:31.375rem){.mt-xs-10{margin-top:10rem}.mb-xs-10{margin-bottom:10rem}.ml-xs-10{margin-left:10rem}.mr-xs-10{margin-right:10rem}.m-xs-10{margin:10rem}}@media screen and (min-width:48rem){.mt-sm-10{margin-top:10rem}.mb-sm-10{margin-bottom:10rem}.ml-sm-10{margin-left:10rem}.mr-sm-10{margin-right:10rem}.m-sm-10{margin:10rem}}@media screen and (min-width:62rem){.mt-md-10{margin-top:10rem}.mb-md-10{margin-bottom:10rem}.ml-md-10{margin-left:10rem}.mr-md-10{margin-right:10rem}.m-md-10{margin:10rem}}@media screen and (min-width:67.5rem){.mt-lg-10{margin-top:10rem}.mb-lg-10{margin-bottom:10rem}.ml-lg-10{margin-left:10rem}.mr-lg-10{margin-right:10rem}.m-lg-10{margin:10rem}}@media screen and (min-width:75rem){.mt-xl-10{margin-top:10rem}.mb-xl-10{margin-bottom:10rem}.ml-xl-10{margin-left:10rem}.mr-xl-10{margin-right:10rem}.m-xl-10{margin:10rem}}@media screen and (min-width:90rem){.mt-xxl-10{margin-top:10rem}.mb-xxl-10{margin-bottom:10rem}.ml-xxl-10{margin-left:10rem}.mr-xxl-10{margin-right:10rem}.m-xxl-10{margin:10rem}}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.mr-20{margin-right:20px}.m-20{margin:20px}@media screen and (min-width:20rem){.mt-micro-20{margin-top:20px}.mb-micro-20{margin-bottom:20px}.ml-micro-20{margin-left:20px}.mr-micro-20{margin-right:20px}.m-micro-20{margin:20px}}@media screen and (min-width:31.375rem){.mt-xs-20{margin-top:20px}.mb-xs-20{margin-bottom:20px}.ml-xs-20{margin-left:20px}.mr-xs-20{margin-right:20px}.m-xs-20{margin:20px}}@media screen and (min-width:48rem){.mt-sm-20{margin-top:20px}.mb-sm-20{margin-bottom:20px}.ml-sm-20{margin-left:20px}.mr-sm-20{margin-right:20px}.m-sm-20{margin:20px}}@media screen and (min-width:62rem){.mt-md-20{margin-top:20px}.mb-md-20{margin-bottom:20px}.ml-md-20{margin-left:20px}.mr-md-20{margin-right:20px}.m-md-20{margin:20px}}@media screen and (min-width:67.5rem){.mt-lg-20{margin-top:20px}.mb-lg-20{margin-bottom:20px}.ml-lg-20{margin-left:20px}.mr-lg-20{margin-right:20px}.m-lg-20{margin:20px}}@media screen and (min-width:75rem){.mt-xl-20{margin-top:20px}.mb-xl-20{margin-bottom:20px}.ml-xl-20{margin-left:20px}.mr-xl-20{margin-right:20px}.m-xl-20{margin:20px}}@media screen and (min-width:90rem){.mt-xxl-20{margin-top:20px}.mb-xxl-20{margin-bottom:20px}.ml-xxl-20{margin-left:20px}.mr-xxl-20{margin-right:20px}.m-xxl-20{margin:20px}}.mt-75{margin-top:75px}.mb-75{margin-bottom:75px}.ml-75{margin-left:75px}.mr-75{margin-right:75px}.m-75{margin:75px}@media screen and (min-width:20rem){.mt-micro-75{margin-top:75px}.mb-micro-75{margin-bottom:75px}.ml-micro-75{margin-left:75px}.mr-micro-75{margin-right:75px}.m-micro-75{margin:75px}}@media screen and (min-width:31.375rem){.mt-xs-75{margin-top:75px}.mb-xs-75{margin-bottom:75px}.ml-xs-75{margin-left:75px}.mr-xs-75{margin-right:75px}.m-xs-75{margin:75px}}@media screen and (min-width:48rem){.mt-sm-75{margin-top:75px}.mb-sm-75{margin-bottom:75px}.ml-sm-75{margin-left:75px}.mr-sm-75{margin-right:75px}.m-sm-75{margin:75px}}@media screen and (min-width:62rem){.mt-md-75{margin-top:75px}.mb-md-75{margin-bottom:75px}.ml-md-75{margin-left:75px}.mr-md-75{margin-right:75px}.m-md-75{margin:75px}}@media screen and (min-width:67.5rem){.mt-lg-75{margin-top:75px}.mb-lg-75{margin-bottom:75px}.ml-lg-75{margin-left:75px}.mr-lg-75{margin-right:75px}.m-lg-75{margin:75px}}@media screen and (min-width:75rem){.mt-xl-75{margin-top:75px}.mb-xl-75{margin-bottom:75px}.ml-xl-75{margin-left:75px}.mr-xl-75{margin-right:75px}.m-xl-75{margin:75px}}@media screen and (min-width:90rem){.mt-xxl-75{margin-top:75px}.mb-xxl-75{margin-bottom:75px}.ml-xxl-75{margin-left:75px}.mr-xxl-75{margin-right:75px}.m-xxl-75{margin:75px}}.inline-target .sec_campaign header,.sec_campaign__text,.sec_campaign header{padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width:48rem){.inline-target .sec_campaign header,.sec_campaign__text,.sec_campaign header{padding-left:3rem;padding-right:3rem}}@media screen and (min-width:81rem){.inline-target .sec_campaign header,.sec_campaign__text,.sec_campaign header{padding-left:0;padding-right:0}}[data-condition-show-if]{max-height:0;-webkit-transition:max-height .3s cubic-bezier(.4,0,.2,1) 0s;transition:max-height .3s cubic-bezier(.4,0,.2,1) 0s;overflow:hidden;display:block!important}[data-condition-show-if].show{max-height:840px}.topline{padding:.5em 0;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.125;color:#5a5a5a}.topline--with-line{position:relative;color:#000}.topline--with-line.topline{padding-top:1em;font-size:1.125rem;line-height:1}.topline--with-line:before{width:100%;max-width:8.75rem;height:2px;background:#ff0038;position:absolute;top:0;left:0;content:""}@media screen and (min-width:48rem){.topline{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:.9}}.topline .tag{margin-left:1rem}.logo{display:inline-block;background:#000 url(../images/logo-black.svg) 50% no-repeat;background-size:3.75rem 3.75rem;height:3.75rem;width:3.75rem}@media screen and (max-width:47.9375rem){.logo{height:2.5rem;width:2.5rem;background-size:2.5rem}[data-oldnavi=true] .logo{height:3.75rem;width:3.75rem;background-size:3.75rem 3.75rem}}.logo.logo-white{background:#fff url(../images/logo.svg) 50% no-repeat}@media screen and (max-width:31.3125rem){.logo.logo-white{background:#000 url(../images/logo-black.svg) 50% no-repeat}}.logo:focus,.logo:focus-within{background-size:calc(3.75rem - 4px);background-position:50%}.logo a,.logo svg{height:100%}.logo img,.logo svg{opacity:0;width:100%}.logo--alt{text-indent:-9999px}.logo--alt:focus,.logo--alt:focus-within{text-indent:0}.logo--alt,.logo--ibe{background-image:url(../images/logo.svg);background-size:contain}.logo--alt a:focus,.logo--ibe a:focus{-webkit-box-shadow:0 0 0 2px #fff;box-shadow:0 0 0 2px #fff}body:not(.sticky--sticked) .header--home .logo{position:relative;top:-.125rem;left:-.125rem;height:3.75rem0.25rem;width:3.75rem0.25rem;background-image:url(../images/logo.svg)}body .header--home .innerWrap .logo{background-size:calc(100% - .25rem);background-position:50%}body.openNavigation.openFullpagePopup .logo,body.openNavigation.openHamburger .logo,body[data-oldnavi=true] .header--home:focus-within .logo,body[data-oldnavi=true] .header--home:hover .logo{background-image:url(../images/logo-black.svg)}.logo .icon-logo{width:100%;height:100%}.logo--ibe{background-color:transparent;background-image:url(../images/logo.svg);background-size:contain;height:2.25rem;width:2.25rem}.logo--ibe:focus,.logo--ibe:focus-within{background-size:calc(2.25rem - 4px);background-position:50%}@media screen and (min-width:48rem){.logo--ibe{height:3.25rem;width:3.25rem}.logo--ibe:focus,.logo--ibe:focus-within{background-size:calc(3.25rem - 4px);background-position:50%}}.logo--navigation{position:fixed;top:.875rem;left:1.625rem;z-index:25;opacity:0;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.openHamburger .logo--navigation{opacity:1;left:1.625rem}@media screen and (min-width:31.375rem){.logo--navigation{top:1.625rem;left:2.875rem}.openNavigation .logo--navigation{left:1.625rem}}@media screen and (min-width:48rem){.openNavigation .logo--navigation{left:2.875rem}}@media screen and (min-width:75rem){.logo--navigation{top:2.375rem;margin-left:3rem}.logo--navigation,.openNavigation .logo--navigation{left:calc(50vw - 37.5rem)}}@media screen and (min-width:80rem){.logo--navigation{margin-left:0}}:root{--placeholder-color:#5a5a5a;--placeholder-focus-color:#ddd}.paymentform .adyen-checkout__input,a.select-theme-citizenm,input,select,textarea{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;background-color:transparent;border:none;border-bottom:1px solid #b8b8b8;padding:.2em 0;font-size:1rem;line-height:1.625;width:100%;border-radius:0;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap;vertical-align:middle}.editable .number_counter .paymentform .adyen-checkout__input,.editable .number_counter a.select-theme-citizenm,.editable .number_counter input,.editable .number_counter select,.editable .number_counter textarea,.paymentform .adyen-checkout__input[aria-disabled=true],.paymentform .adyen-checkout__input [disabled],.paymentform .editable .number_counter .adyen-checkout__input,a.select-theme-citizenm[aria-disabled=true],a.select-theme-citizenm [disabled],input[aria-disabled=true],input [disabled],select[aria-disabled=true],select [disabled],textarea[aria-disabled=true],textarea [disabled]{border-bottom-color:transparent!important;color:rgba(0,0,0,.6)!important}.editable .number_counter .paymentform .adyen-checkout__input+label,.editable .number_counter a.select-theme-citizenm+label,.editable .number_counter input+label,.editable .number_counter select+label,.editable .number_counter textarea+label,.paymentform .adyen-checkout__input[aria-disabled=true]+label,.paymentform .adyen-checkout__input [disabled]+label,.paymentform .editable .number_counter .adyen-checkout__input+label,a.select-theme-citizenm[aria-disabled=true]+label,a.select-theme-citizenm [disabled]+label,input[aria-disabled=true]+label,input [disabled]+label,select[aria-disabled=true]+label,select [disabled]+label,textarea[aria-disabled=true]+label,textarea [disabled]+label{pointer-events:none}.edit.editable .number_counter .paymentform .adyen-checkout__input,.edit.editable .number_counter a.select-theme-citizenm,.edit.editable .number_counter input,.edit.editable .number_counter select,.edit.editable .number_counter textarea,.paymentform .edit.editable .number_counter .adyen-checkout__input{color:#000!important}.editable .paymentform .adyen-checkout__input,.editable a.select-theme-citizenm,.editable input,.editable select,.editable textarea,.paymentform .editable .adyen-checkout__input{border-bottom-color:#b8b8b8!important}.paymentform .adyen-checkout__input:-webkit-autofill,a.select-theme-citizenm:-webkit-autofill,input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{color:#000;background:none!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important}#join .paymentform .adyen-checkout__input:-webkit-autofill,#join a.select-theme-citizenm:-webkit-autofill,#join input:-webkit-autofill,#join select:-webkit-autofill,#join textarea:-webkit-autofill,.paymentform #join .adyen-checkout__input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #000!important}.paymentform .adyen-checkout__input::-webkit-input-placeholder,a.select-theme-citizenm::-webkit-input-placeholder,input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#5a5a5a;color:var(--placeholder-color,#5a5a5a)}.paymentform .adyen-checkout__input::-moz-placeholder,a.select-theme-citizenm::-moz-placeholder,input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#5a5a5a;color:var(--placeholder-color,#5a5a5a)}.paymentform .adyen-checkout__input:-ms-input-placeholder,a.select-theme-citizenm:-ms-input-placeholder,input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#5a5a5a;color:var(--placeholder-color,#5a5a5a)}.paymentform .adyen-checkout__input:-moz-placeholder,a.select-theme-citizenm:-moz-placeholder,input:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder{color:#5a5a5a;color:var(--placeholder-color,#5a5a5a)}@media screen and (min-width:62rem){.paymentform .adyen-checkout__input,a.select-theme-citizenm,input,select,textarea{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:1.5;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}}input.light,textarea.light{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}@media screen and (min-width:62rem){input.light,textarea.light{font-size:1.125rem;line-height:1.666667}}textarea[placeholder]:not([placeholder=""]){text-overflow:unset;display:block;white-space:unset}textarea[placeholder]:not([placeholder=""])+label{top:15px;font-size:.875rem;color:#5a5a5a}textarea[placeholder]:not([placeholder=""])::-webkit-input-placeholder{-webkit-transition:color .3s cubic-bezier(.4,0,.2,1) 0s;transition:color .3s cubic-bezier(.4,0,.2,1) 0s}textarea[placeholder]:not([placeholder=""])::-moz-placeholder{-moz-transition:color .3s cubic-bezier(.4,0,.2,1) 0s;transition:color .3s cubic-bezier(.4,0,.2,1) 0s}textarea[placeholder]:not([placeholder=""]):-ms-input-placeholder{-ms-transition:color .3s cubic-bezier(.4,0,.2,1) 0s;transition:color .3s cubic-bezier(.4,0,.2,1) 0s}textarea[placeholder]:not([placeholder=""]):-moz-placeholder{-moz-transition:color .3s cubic-bezier(.4,0,.2,1) 0s;transition:color .3s cubic-bezier(.4,0,.2,1) 0s}textarea[placeholder]:not([placeholder=""]):focus::-webkit-input-placeholder{color:#ff0038;color:var(--placeholder-focus-color,#ff0038)}textarea[placeholder]:not([placeholder=""]):focus::-moz-placeholder{color:#ff0038;color:var(--placeholder-focus-color,#ff0038)}textarea[placeholder]:not([placeholder=""]):focus:-ms-input-placeholder{color:#ff0038;color:var(--placeholder-focus-color,#ff0038)}textarea[placeholder]:not([placeholder=""]):focus:-moz-placeholder{color:#ff0038;color:var(--placeholder-focus-color,#ff0038)}.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.checkbox .label{padding-left:1em;color:inherit;line-height:2.2}select{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:100%}select#destination{border-bottom:1px solid #b8b8b8}select::-ms-expand{display:none}select option{padding:1.375em 0}#ibe_wrapper input{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}#ibe_wrapper input.datepicker{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem}@media screen and (min-width:48rem){#ibe_wrapper input.datepicker{font-size:1.5rem}}@media screen and (min-width:75rem){#ibe_wrapper input{font-size:1rem}}.bigform__form input:not(.datepicker),.bigform__form textarea{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.bigform__form.hidden{display:none!important}.bigform__form.additional_info{margin-top:50px}@media screen and (min-width:31.375rem){.bigform__form.additional_info{margin-top:0}}.thin-weight>select,.thin-weight a.select-theme-citizenm,input.thin-weight{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.thin-weight>select,.thin-weight a.select-theme-citizenm{font-size:1rem}.error textarea{border-bottom:1px solid #ff0038}label{color:#5a5a5a;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:.9375em;line-height:1.6666666667;display:inline-block}label[for]{cursor:pointer}.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),a.button,button.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]){-webkit-backface-visibility:hidden;display:inline-block;border:none;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1;padding:22px 27px;min-height:60px;vertical-align:middle;text-align:center;position:relative;background:none;cursor:pointer;overflow:hidden;max-width:100%;-webkit-transform:translate(0);transform:translate(0);margin-right:.5rem;background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):after,a.button:after,button.button:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]):after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):after{background-color:#fff;border-left-color:#ff0038}.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):focus,a.button:focus,button.button:focus,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]):focus,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):focus+br+.button,a.button:focus+br+.button,button.button:focus+br+.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]):focus+br+.button,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):focus+br+.button{margin-top:1rem}.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):focus:after,a.button:focus:after,button.button:focus:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]):focus:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):focus:after{border-left-color:#ff0038}.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):last-child,a.button:last-child,button.button:last-child,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]):last-child,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):last-child{margin-right:0}.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):after,a.button:after,button.button:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]):after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):after{content:"";display:block;width:30px;height:30px;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-37px;right:-37px;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;border-left-width:.125rem;border-left-style:solid}.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):before,a.button:before,button.button:before,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]):before,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):before{display:none}.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):active,a.button:active,button.button:active,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]):active,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):active{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}p>.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),p>a.button,p>button.button,p>div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),p>footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]){margin-bottom:1rem;margin-right:0;margin-left:.5rem}@media screen and (min-width:31.375rem){.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):hover:after,a.button:hover:after,button.button:hover:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]):hover:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):hover:after{top:-17px;right:-17px}}@media screen and (min-width:26rem){.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),a.button,button.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]){min-width:16.5rem}}@media screen and (min-width:48rem){.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),a.button,button.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]){font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1;padding-top:21px;padding-bottom:21px}}.paymentform p>.adyen-checkout__button,.select p>button.black:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),.select p>button.grey:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),.select p>button.outline:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),.select p>button.red:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),.select p>button.secondary:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),.select p>button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit],div.wrapper p>button.black:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),div.wrapper p>button.grey:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),div.wrapper p>button.outline:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),div.wrapper p>button.red:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),div.wrapper p>button.secondary:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),div.wrapper p>button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr])[type=submit],footer p>button.black:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),footer p>button.grey:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),footer p>button.outline:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),footer p>button.red:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),footer p>button.secondary:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),footer p>button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit],p>.button.black,p>.button.grey,p>.button.outline,p>.button.red,p>.button.secondary,p>.button[type=submit]{margin-bottom:1rem;margin-right:0;margin-left:.5rem}.paymentform p>.adyen-checkout__button:focus,.select p>button.black:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),.select p>button.grey:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),.select p>button.outline:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),.select p>button.red:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),.select p>button.secondary:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),.select p>button:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit],div.wrapper p>button.black:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),div.wrapper p>button.grey:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),div.wrapper p>button.outline:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),div.wrapper p>button.red:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),div.wrapper p>button.secondary:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),div.wrapper p>button:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr])[type=submit],footer p>button.black:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),footer p>button.grey:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),footer p>button.outline:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),footer p>button.red:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),footer p>button.secondary:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),footer p>button:focus:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit],p>.button.black:focus,p>.button.grey:focus,p>.button.outline:focus,p>.button.red:focus,p>.button.secondary:focus,p>.button:focus[type=submit]{margin-bottom:calc(1rem - 2px)}.button.image,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).image,button.button.image,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).image,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).image{padding:0;border:none;min-width:0}.button.image:after,.button.image:before,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).image:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).image:before,button.button.image:after,button.button.image:before,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).image:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).image:before,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).image:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).image:before{display:none}.button.image:focus,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).image:focus,button.button.image:focus,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).image:focus,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).image:focus{padding:0!important;margin-bottom:calc(1rem - 4px)}.button.image img,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).image img,button.button.image img,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).image img,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).image img{height:100%;width:auto}.button.outline,.button.secondary,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary,button.button.outline,button.button.secondary,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).outline,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).secondary,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary{overflow:hidden;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000;background-color:#fff;color:#000;margin-left:0;margin-right:.5em}.button.outline:after,.button.secondary:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary:after,button.button.outline:after,button.button.secondary:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).outline:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).secondary:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary:after{background-color:#fff;border-left-color:#000}.button.outline:focus,.button.secondary:focus,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline:focus,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary:focus,button.button.outline:focus,button.button.secondary:focus,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).outline:focus,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).secondary:focus,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline:focus,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.button.outline:focus+br+.button,.button.secondary:focus+br+.button,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline:focus+br+.button,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary:focus+br+.button,button.button.outline:focus+br+.button,button.button.secondary:focus+br+.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).outline:focus+br+.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).secondary:focus+br+.button,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline:focus+br+.button,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary:focus+br+.button{margin-top:1rem}.button.outline:focus:after,.button.secondary:focus:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline:focus:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary:focus:after,button.button.outline:focus:after,button.button.secondary:focus:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).outline:focus:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).secondary:focus:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline:focus:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary:focus:after{border-left-color:#000}.button.outline.outline--white,.button.secondary.outline--white,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline.outline--white,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary.outline--white,button.button.outline.outline--white,button.button.secondary.outline--white,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).outline.outline--white,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).secondary.outline--white,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline.outline--white,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary.outline--white{background-color:transparent;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #fff;box-shadow:inset 0 0 0 .125rem #fff}.button.outline.outline--white:after,.button.secondary.outline--white:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline.outline--white:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary.outline--white:after,button.button.outline.outline--white:after,button.button.secondary.outline--white:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).outline.outline--white:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).secondary.outline--white:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline.outline--white:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary.outline--white:after{background-color:#fff;border-left-color:#fff}.button.outline.outline--white:focus,.button.secondary.outline--white:focus,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline.outline--white:focus,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary.outline--white:focus,button.button.outline.outline--white:focus,button.button.secondary.outline--white:focus,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).outline.outline--white:focus,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).secondary.outline--white:focus,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline.outline--white:focus,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary.outline--white:focus{border:2px solid;border-color:#ff0038!important;-webkit-box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #fff;box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #fff;margin-bottom:-4px;position:relative;top:-2px}.button.outline.outline--white:focus+br+.button,.button.secondary.outline--white:focus+br+.button,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline.outline--white:focus+br+.button,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary.outline--white:focus+br+.button,button.button.outline.outline--white:focus+br+.button,button.button.secondary.outline--white:focus+br+.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).outline.outline--white:focus+br+.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).secondary.outline--white:focus+br+.button,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline.outline--white:focus+br+.button,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary.outline--white:focus+br+.button{margin-top:1rem}.button.outline.outline--white:focus:after,.button.secondary.outline--white:focus:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline.outline--white:focus:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary.outline--white:focus:after,button.button.outline.outline--white:focus:after,button.button.secondary.outline--white:focus:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).outline.outline--white:focus:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).secondary.outline--white:focus:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).outline.outline--white:focus:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).secondary.outline--white:focus:after{border-left-color:#fff}.button.grey,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).grey,button.button.grey,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).grey,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.button.grey:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).grey:after,button.button.grey:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).grey:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).grey:after{background-color:#fff;border-left-color:#b8b8b8}.button.grey:focus,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).grey:focus,button.button.grey:focus,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).grey:focus,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).grey:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.button.grey:focus+br+.button,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).grey:focus+br+.button,button.button.grey:focus+br+.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).grey:focus+br+.button,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).grey:focus+br+.button{margin-top:1rem}.button.grey:focus:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).grey:focus:after,button.button.grey:focus:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).grey:focus:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).grey:focus:after{border-left-color:#b8b8b8}.button.red,.button[type=submit],.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).red,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit],button.button.red,button.button[type=submit],div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).red,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr])[type=submit],footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).red,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.button.red:after,.button[type=submit]:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).red:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit]:after,button.button.red:after,button.button[type=submit]:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).red:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr])[type=submit]:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).red:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.button.red:focus,.button[type=submit]:focus,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).red:focus,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit]:focus,button.button.red:focus,button.button[type=submit]:focus,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).red:focus,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr])[type=submit]:focus,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).red:focus,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit]:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.button.red:focus+br+.button,.button[type=submit]:focus+br+.button,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).red:focus+br+.button,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit]:focus+br+.button,button.button.red:focus+br+.button,button.button[type=submit]:focus+br+.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).red:focus+br+.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr])[type=submit]:focus+br+.button,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).red:focus+br+.button,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit]:focus+br+.button{margin-top:1rem}.button.red:focus:after,.button[type=submit]:focus:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).red:focus:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit]:focus:after,button.button.red:focus:after,button.button[type=submit]:focus:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).red:focus:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr])[type=submit]:focus:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).red:focus:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[type=submit]:focus:after{border-left-color:#ff0038}.button.black,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).black,button.button.black,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).black,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.button.black:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).black:after,button.button.black:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).black:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).black:after{background-color:#fff;border-left-color:#000}.button.black:focus,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).black:focus,button.button.black:focus,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).black:focus,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).black:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.button.black:focus+br+.button,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).black:focus+br+.button,button.button.black:focus+br+.button,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).black:focus+br+.button,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).black:focus+br+.button{margin-top:1rem}.button.black:focus:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).black:focus:after,button.button.black:focus:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).black:focus:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).black:focus:after{border-left-color:#000}.button.btn-full,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).btn-full,button.button.btn-full,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).btn-full,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).btn-full{width:100%}.button.ibe-submit,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).ibe-submit,button.button.ibe-submit,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).ibe-submit,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).ibe-submit{margin-top:25px}@media screen and (min-width:31.375rem){.button.ibe-submit,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).ibe-submit,button.button.ibe-submit,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).ibe-submit,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).ibe-submit{float:right;max-width:280px}}.button.down:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).down:after,button.button.down:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).down:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).down:after{border:none}.button.deactivated,.button[disabled],.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).deactivated,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[disabled],button.button.deactivated,button.button[disabled],div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).deactivated,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr])[disabled],footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).deactivated,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8;pointer-events:none}.button.deactivated:after,.button[disabled]:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).deactivated:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[disabled]:after,button.button.deactivated:after,button.button[disabled]:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).deactivated:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr])[disabled]:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).deactivated:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button])[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.button i.icon,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]) i.icon,button.button i.icon,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]) i.icon,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]) i.icon{display:inline-block;height:1em;position:relative;top:.1851866667em;width:1em;margin-right:.5em;background:no-repeat 50%;background-size:cover}.button i.icon--play,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]) i.icon--play,button.button i.icon--play,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]) i.icon--play,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]) i.icon--play{background-image:url(../images/icons/play.svg)}.button i.icon--pause,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]) i.icon--pause,button.button i.icon--pause,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]) i.icon--pause,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]) i.icon--pause{background-image:url(../images/icons/pause.svg);margin-right:0}@media screen and (max-width:47.9375rem){.button.rounded,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).rounded,button.button.rounded,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).rounded,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).rounded{border-radius:9999px}.button.rounded:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).rounded:after,button.button.rounded:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).rounded:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).rounded:after{display:none}}.button.small,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).small,button.button.small,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).small,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).small{font-size:.875rem;margin-bottom:0;padding:1.0625rem;min-height:3.125rem}.button.green,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).green,button.button.green,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).green,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).green{background-color:#03d386;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #03d386;box-shadow:inset 0 0 0 .125rem #03d386;-webkit-box-shadow:none;box-shadow:none}.button.green:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).green:after,button.button.green:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).green:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).green:after{background-color:#fff;border-left-color:#03d386}.button.green.disabled,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).green.disabled,button.button.green.disabled,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).green.disabled,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).green.disabled{pointer-events:none;background-color:#ddd;color:inherit;-webkit-box-shadow:inset 0 0 0 .125rem #ddd;box-shadow:inset 0 0 0 .125rem #ddd;color:#fff}.button.green.disabled:after,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).green.disabled:after,button.button.green.disabled:after,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).green.disabled:after,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).green.disabled:after{background-color:#ddd;border-left-color:#ddd}.button.map__toggle,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).map__toggle,button.button.map__toggle,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).map__toggle,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).map__toggle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOC4yNSAzLjUzNmwzLjgxMiAxLjYzM2MuMTUyLjk3OC41ODMgMi4wNiAxLjI4OCAzLjI3TDkuNSA2Ljc5djEzLjI4MWw0LjUgMS45MjhWOS40NzdjLjY2OCAxIDEuNTAxIDIuMDg0IDIuNSAzLjI2M3Y5LjI1OWw0LjUtMS45MjguMDAyLTcuOTMyYzEuMDMxLTEuMjU2IDEuODY1LTIuNCAyLjUtMy40NDlMMjMuNSAyMS43MmwtOC4yNSAzLjUzNi03LTMuMDAxTDAgMjUuNzlWNy4wNzFsOC4yNS0zLjUzNXpNNyA2Ljc5TDIuNSA4LjcxOXYxMy4yOEw3IDIwLjA3MlY2Ljc5ek0xOC41IDBDMjAuOTg1IDAgMjMgMS45NjcgMjMgNC4zOTIgMjMgNi4wMSAyMS41IDguNTQ2IDE4LjUgMTJjLTMtMy40NTQtNC41LTUuOTktNC41LTcuNjA4QzE0IDEuOTY3IDE2LjAxNSAwIDE4LjUgMHptMCAyYTIuNSAyLjUgMCAxMDAgNSAyLjUgMi41IDAgMDAwLTV6Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:1.25rem auto;background-position:50%;text-indent:-9999px;min-width:3.75rem!important;opacity:0}.button.map__toggle.active,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).map__toggle.active,button.button.map__toggle.active,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).map__toggle.active,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).map__toggle.active{background-color:#000;color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNiI+PHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOC4yNSAzLjUzNmwzLjgxMiAxLjYzM2MuMTUyLjk3OC41ODMgMi4wNiAxLjI4OCAzLjI3TDkuNSA2Ljc5djEzLjI4MWw0LjUgMS45MjhWOS40NzdjLjY2OCAxIDEuNTAxIDIuMDg0IDIuNSAzLjI2M3Y5LjI1OWw0LjUtMS45MjguMDAyLTcuOTMyYzEuMDMxLTEuMjU2IDEuODY1LTIuNCAyLjUtMy40NDlMMjMuNSAyMS43MmwtOC4yNSAzLjUzNi03LTMuMDAxTDAgMjUuNzlWNy4wNzFsOC4yNS0zLjUzNXpNNyA2Ljc5TDIuNSA4LjcxOXYxMy4yOEw3IDIwLjA3MlY2Ljc5ek0xOC41IDBDMjAuOTg1IDAgMjMgMS45NjcgMjMgNC4zOTIgMjMgNi4wMSAyMS41IDguNTQ2IDE4LjUgMTJjLTMtMy40NTQtNC41LTUuOTktNC41LTcuNjA4QzE0IDEuOTY3IDE2LjAxNSAwIDE4LjUgMHptMCAyYTIuNSAyLjUgMCAxMDAgNSAyLjUgMi41IDAgMDAwLTV6Ii8+PC9zdmc+)}@media screen and (min-width:48rem){.button.map__toggle,.select button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).map__toggle,button.button.map__toggle,div.wrapper button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]).map__toggle,footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]).map__toggle{text-indent:0;background-position:1rem;padding-right:1rem;padding-left:3rem}}a.button:focus{padding-top:20px;padding-bottom:20px}a.closer{text-indent:-9999px;display:block;width:1.2rem;height:1.2rem;background:no-repeat 50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.02 11l8.082 8.081-2.02 2.02L11 13.022 2.919 21.1l-2.02-2.02L8.978 11 .9 2.919l2.02-2.02L11 8.978 19.081.9l2.02 2.02L13.022 11z' fill='%23000'/%3E%3C/svg%3E");background-size:1.1rem 1.1rem}a.closer:active,a.closer:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.02 11l8.082 8.081-2.02 2.02L11 13.022 2.919 21.1l-2.02-2.02L8.978 11 .9 2.919l2.02-2.02L11 8.978 19.081.9l2.02 2.02L13.022 11z' fill='%23FF0038'/%3E%3C/svg%3E")}.button-wrapper{margin:-.25rem;padding:.25rem;overflow:hidden}nav{font-size:1.125em}nav .dotted a{position:relative}nav .dotted a:before{content:"";width:.42857em;height:.42857em;display:block;border-radius:1em;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#5a5a5a}nav .dotted-transparent a:before{background:transparent}nav .dotted-white a:before{background:#fff}nav .dotted-black a:before{background:#000}nav .dotted-primary a:before,nav .dotted-red a:before{background:#ff0038}nav .dotted-green a:before{background:#03d386}nav .dotted-blue a:before{background:#00afef}nav .dotted-purple a:before{background:#5e31e8}nav .dotted-orange a:before{background:#ff7219}nav .dotted-yellow a:before{background:#f9ba02}nav .dotted-woodsmoke a:before{background:#292929}nav .dotted-mako a:before{background:#5a5a5a}nav .dotted-mercury a:before{background:#b8b8b8}nav .dotted-gray-chateau a:before{background:#ddd}nav .dotted-gray-darker a:before{background:#292929}nav .dotted-gray-dark a:before{background:#5a5a5a}nav .dotted-gray-light a:before{background:#b8b8b8}nav .dotted-gray-lighter a:before{background:#ddd}nav .dotted-gray-border a:before{background:#cfcfcf}nav .dotted-rose a:before{background:#f9f9f9}img{max-width:100%;height:auto;display:inline-block}img[data-sizes=auto]{display:block;width:100%}img:not([src$=".svg"]):not([class*=bg-]){background:#ddd}a{color:inherit;text-decoration:none;display:inline-block;-webkit-transition:color background 0s cubic-bezier(.4,0,.2,1);transition:color background 0s cubic-bezier(.4,0,.2,1)}.active a,a.active,a:active,a:hover{color:#ff0038}.carousel__slide__text>p>a,.map__text__container>p>a,.text>p>a{text-decoration:underline}.carousel__slide__text>p>a:active,.carousel__slide__text>p>a:hover,.map__text__container>p>a:active,.map__text__container>p>a:hover,.text>p>a:active,.text>p>a:hover{color:#ff0038}.hotel__box .info a,.ibe_noavailability .hotel .info a,a.link,p>a{color:#000}.hotel__box .info a:active,.hotel__box .info a:focus,.hotel__box .info a:hover,.ibe_noavailability .hotel .info a:active,.ibe_noavailability .hotel .info a:focus,.ibe_noavailability .hotel .info a:hover,a.link:active,a.link:focus,a.link:hover,p>a:active,p>a:focus,p>a:hover{color:#ff0038}a.link-arrow{padding-right:3.625rem;position:relative;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1;font-weight:700;text-decoration:none!important;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}a.link-arrow:after,a.link-arrow:before{content:"";display:block;position:absolute;overflow:hidden;top:0;right:.625rem;margin-right:-.625rem;max-width:3rem;width:4rem;height:100%}a.link-arrow:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100%;background-size:auto 1rem}a.link-arrow:after:active,a.link-arrow:after:focus,a.link-arrow:after:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}a.link-arrow:before{opacity:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100%;background-size:auto 1rem}a.link-arrow:before:active,a.link-arrow:before:focus,a.link-arrow:before:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}a.link-arrow:focus,a.link-arrow:hover{color:#ff0038}a.link-arrow:focus:after,a.link-arrow:hover:after{opacity:0}a.link-arrow:focus:after,a.link-arrow:focus:before,a.link-arrow:hover:after,a.link-arrow:hover:before{right:0;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}a.link-arrow:focus:before,a.link-arrow:hover:before{opacity:1}a.link-arrow:focus{-webkit-box-shadow:none;box-shadow:none}a.link-arrow:focus:before{top:-4px;border:2px solid #fff;-webkit-box-shadow:0 0 0 2px #000;box-shadow:0 0 0 2px #000}[class*=bg-] a.link-arrow{color:inherit}[class*=bg-] a.link-arrow:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100%;background-size:auto 1rem}[class*=bg-] a.link-arrow:after:active,[class*=bg-] a.link-arrow:after:focus,[class*=bg-] a.link-arrow:after:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}[class*=bg-] a.link-arrow:before{opacity:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100%;background-size:auto 1rem}[class*=bg-] a.link-arrow:before:active,[class*=bg-] a.link-arrow:before:focus,[class*=bg-] a.link-arrow:before:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}[class*=bg-] a.link-arrow:hover:before{opacity:1}[class*=bg-white] a.link-arrow:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}[class*=bg-white] a.link-arrow:after:active,[class*=bg-white] a.link-arrow:after:focus,[class*=bg-white] a.link-arrow:after:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}[class*=bg-] a.link-arrow:hover{color:#ff0038}a.link-arrow.only-link,a.link-arrow.only-link-md,a.link-arrow.only-link-sm,a.link-arrow.only-link-xl{text-indent:-9999px;font-size:.875rem;width:0;padding-right:3.9em}a.link-arrow.only-link-md:after,a.link-arrow.only-link-sm:after,a.link-arrow.only-link-xl:after,a.link-arrow.only-link:after{background-size:auto 100%;width:3em}a.link-arrow.only-link-md:hover,a.link-arrow.only-link-sm:hover,a.link-arrow.only-link-xl:hover,a.link-arrow.only-link:hover{overflow:visible;color:#ff0038}@media screen and (min-width:48rem){a.link-arrow.only-link-sm{text-indent:0;color:inherit;width:auto}}@media screen and (min-width:62rem){a.link-arrow.only-link-md{text-indent:0;color:inherit;width:auto}}@media screen and (min-width:75rem){a.link-arrow.only-link-xl{text-indent:0;color:inherit;width:auto}}a.link-arrow--reverse{padding-right:0;padding-left:3.625rem}a.link-arrow--reverse:after,a.link-arrow--reverse:before{right:unset;margin-right:unset;left:.625rem;margin-left:-.625rem}a.link-arrow--reverse:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0}a.link-arrow--reverse:after:active,a.link-arrow--reverse:after:focus,a.link-arrow--reverse:after:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-position:0}a.link-arrow--reverse:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0}a.link-arrow--reverse:before:active,a.link-arrow--reverse:before:focus,a.link-arrow--reverse:before:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-position:0}a.link-arrow--reverse:focus,a.link-arrow--reverse:hover{color:#ff0038}a.link-arrow--reverse:focus:before,a.link-arrow--reverse:hover:before{right:unset;left:0}a.link-arrow--reverse:focus{-webkit-box-shadow:none;box-shadow:none}a.link-arrow--reverse:focus:before{top:-4px;border:2px solid #fff;-webkit-box-shadow:0 0 0 2px #000;box-shadow:0 0 0 2px #000}[class*=bg-] a.link-arrow--reverse{color:inherit}[class*=bg-] a.link-arrow--reverse:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-position:100%;background-size:auto 1rem}[class*=bg-] a.link-arrow--reverse:after:active,[class*=bg-] a.link-arrow--reverse:after:focus,[class*=bg-] a.link-arrow--reverse:after:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-position:0}[class*=bg-] a.link-arrow--reverse:before{opacity:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0}[class*=bg-] a.link-arrow--reverse:before:active,[class*=bg-] a.link-arrow--reverse:before:focus,[class*=bg-] a.link-arrow--reverse:before:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-position:0}[class*=bg-] a.link-arrow--reverse:hover:before{opacity:1}[class*=bg-white] a.link-arrow--reverse:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat}[class*=bg-white] a.link-arrow--reverse:after:active,[class*=bg-white] a.link-arrow--reverse:after:focus,[class*=bg-white] a.link-arrow--reverse:after:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-position:0}[class*=bg-] a.link-arrow--reverse:hover{color:#ff0038}a.privacy,p a:not(.button):not(.link-arrow){text-decoration:underline}a.privacy{display:block}@media screen and (max-width:47.9375rem){a.privacy{margin-bottom:.5em}}a.copytoclip,a.share{position:relative}a.copytoclip:before,a.share:before{pointer-events:none;content:"✔︎";position:absolute;font-size:2em;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:none}a.copytoclip.copied:before,a.share.copied:before{display:block;-webkit-animation:fadingText 1.5s ease-out;animation:fadingText 1.5s ease-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}a.share:before{content:"✔ copied︎"}ul{display:block;width:100%;margin-bottom:1em}li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}li a{line-height:2.22}.parsley-errors-list li{white-space:normal;text-overflow:clip}ul.list{list-style:lower-alpha}.icon_item ol,.icon_item ul,.icon_legend ol,.icon_legend ul,.textonly ol,.textonly ul{list-style-position:outside}.icon_item ol li,.icon_item ul li,.icon_legend ol li,.icon_legend ul li,.textonly ol li,.textonly ul li{text-overflow:unset;white-space:unset;overflow:visible;margin-bottom:.5em}.icon_item ol,.icon_legend ol,.textonly ol{padding-left:1em;margin-left:1em;list-style-type:lower-alpha}.icon_item ol li,.icon_legend ol li,.textonly ol li{padding-left:.3333333333em}.icon_item ul,.icon_legend ul,.textonly ul{list-style:none;margin-left:1em}.icon_item ul li,.icon_legend ul li,.textonly ul li{padding-left:1em}.icon_item ul li:before,.icon_legend ul li:before,.textonly ul li:before{content:"\2D ";display:inline-block;width:1em;margin-left:-1em;font-weight:700}.tile ul,ul.dotlist,ul.iconlist{padding-left:0;margin:0 0 1.7em;max-width:1120px}.tile ul li,ul.dotlist li,ul.iconlist li{line-height:1.5;padding-left:1.5rem;position:relative;white-space:normal}ul.dotlist li:before{content:"";display:block;height:4px;width:4px;border-radius:50%;background-color:#000;position:absolute;left:0;top:.55em}ul.dotlist--red li:before{background-color:#ff0038}.tile ul li,ul.iconlist li{padding-left:2.625rem;margin-bottom:.625rem}.tile ul li:last-child,ul.iconlist li:last-child{margin-bottom:0}.tile ul li:before,ul.iconlist li:before{content:"✅";display:block;position:absolute;left:0;top:.125rem}.tile ul li[data-listicon]:before,ul.iconlist li[data-listicon]:before{content:attr(data-listicon);width:1.625rem;height:1.5rem;top:0;position:absolute;background-color:transparent;background-repeat:no-repeat;background-position:50%}.tile ul li[data-listicon=edit-booking]:before,ul.iconlist li[data-listicon=edit-booking]:before{content:"";background-image:url(../images/icons/edit-booking.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=invoice-black]:before,ul.iconlist li[data-listicon=invoice-black]:before{content:"";background-image:url(../images/icons/invoice-black.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=no-payment-needed]:before,ul.iconlist li[data-listicon=no-payment-needed]:before{content:"";background-image:url(../images/icons/no-payment-needed.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=soundproof-windows]:before,ul.iconlist li[data-listicon=soundproof-windows]:before{content:"";background-image:url(../images/icons/soundproof-windows.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=add-ons]:before,ul.iconlist li[data-listicon=add-ons]:before{content:"";background-image:url(../images/icons/add-ons.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=add-to-wallet]:before,ul.iconlist li[data-listicon=add-to-wallet]:before{content:"";background-image:url(../images/icons/add-to-wallet.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=ask-us]:before,ul.iconlist li[data-listicon=ask-us]:before{content:"";background-image:url(../images/icons/ask-us.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=breakfast]:before,ul.iconlist li[data-listicon=breakfast]:before{content:"";background-image:url(../images/icons/breakfast.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=cancellation]:before,ul.iconlist li[data-listicon=cancellation]:before{content:"";background-image:url(../images/icons/cancellation.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=cashless]:before,ul.iconlist li[data-listicon=cashless]:before{content:"";background-image:url(../images/icons/cashless.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=coffee]:before,ul.iconlist li[data-listicon=coffee]:before{content:"";background-image:url(../images/icons/coffee.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=contactless-stay]:before,ul.iconlist li[data-listicon=contactless-stay]:before{content:"";background-image:url(../images/icons/contactless-stay.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=discount]:before,ul.iconlist li[data-listicon=discount]:before{content:"";background-image:url(../images/icons/discount.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=download-app]:before,ul.iconlist li[data-listicon=download-app]:before{content:"";background-image:url(../images/icons/download-app.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=explore-city]:before,ul.iconlist li[data-listicon=explore-city]:before{content:"";background-image:url(../images/icons/explore-city.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=find-hotel]:before,ul.iconlist li[data-listicon=find-hotel]:before{content:"";background-image:url(../images/icons/find-hotel.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=home]:before,ul.iconlist li[data-listicon=home]:before{content:"";background-image:url(../images/icons/home.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=invoice]:before,ul.iconlist li[data-listicon=invoice]:before{content:"";background-image:url(../images/icons/invoice-black.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=notification]:before,ul.iconlist li[data-listicon=notification]:before{content:"";background-image:url(../images/icons/notification.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=overview]:before,ul.iconlist li[data-listicon=overview]:before{content:"";background-image:url(../images/icons/overview.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=park-your-car]:before,ul.iconlist li[data-listicon=park-your-car]:before{content:"";background-image:url(../images/icons/park-your-car.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=reservation]:before,ul.iconlist li[data-listicon=reservation]:before{content:"";background-image:url(../images/icons/reservation.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=support]:before,ul.iconlist li[data-listicon=support]:before{content:"";background-image:url(../images/icons/support.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=survey]:before,ul.iconlist li[data-listicon=survey]:before{content:"";background-image:url(../images/icons/survey.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=eye]:before,ul.iconlist li[data-listicon=eye]:before{content:"";background-image:url(../images/icons/eye_black.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=glass]:before,ul.iconlist li[data-listicon=glass]:before{content:"";background-image:url(../images/icons/glass.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=signpost]:before,ul.iconlist li[data-listicon=signpost]:before{content:"";background-image:url(../images/icons/signpost.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=dumbbell]:before,ul.iconlist li[data-listicon=dumbbell]:before{content:"";background-image:url(../images/icons/dumbbell.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=bag]:before,ul.iconlist li[data-listicon=bag]:before{content:"";background-image:url(../images/icons/bag.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=cutlery]:before,ul.iconlist li[data-listicon=cutlery]:before{content:"";background-image:url(../images/icons/cutlery.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=globe]:before,ul.iconlist li[data-listicon=globe]:before{content:"";background-image:url(../images/icons/globe_b.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=commute]:before,ul.iconlist li[data-listicon=commute]:before{content:"";background-image:url(../images/icons/commute.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=designer]:before,ul.iconlist li[data-listicon=designer]:before{content:"";background-image:url(../images/icons/designer.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=fluffy]:before,ul.iconlist li[data-listicon=fluffy]:before{content:"";background-image:url(../images/icons/fluffy.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=movies]:before,ul.iconlist li[data-listicon=movies]:before{content:"";background-image:url(../images/icons/movies.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=pmshower]:before,ul.iconlist li[data-listicon=pmshower]:before{content:"";background-image:url(../images/icons/pmshower.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=shower]:before,ul.iconlist li[data-listicon=shower]:before{content:"";background-image:url(../images/icons/shower.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=societym]:before,ul.iconlist li[data-listicon=societym]:before{content:"";background-image:url(../images/icons/societym.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=temperature]:before,ul.iconlist li[data-listicon=temperature]:before{content:"";background-image:url(../images/icons/temperature.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=telly]:before,ul.iconlist li[data-listicon=telly]:before{content:"";background-image:url(../images/icons/telly.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=wifi2]:before,ul.iconlist li[data-listicon=wifi2]:before{content:"";background-image:url(../images/icons/wifi2.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=xlbed]:before,ul.iconlist li[data-listicon=xlbed]:before{content:"";background-image:url(../images/icons/xlbed.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=art]:before,ul.iconlist li[data-listicon=art]:before{content:"";background-image:url(../images/icons/art.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=blinds]:before,ul.iconlist li[data-listicon=blinds]:before{content:"";background-image:url(../images/icons/blinds.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=computers]:before,ul.iconlist li[data-listicon=computers]:before{content:"";background-image:url(../images/icons/computers.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=housekeeping]:before,ul.iconlist li[data-listicon=housekeeping]:before{content:"";background-image:url(../images/icons/housekeeping.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=kiosk-app-check-in]:before,ul.iconlist li[data-listicon=kiosk-app-check-in]:before{content:"";background-image:url(../images/icons/kiosk-app-check-in.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=no-fee-cancellation]:before,ul.iconlist li[data-listicon=no-fee-cancellation]:before{content:"";background-image:url(../images/icons/no-fee-cancellation.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=pool]:before,ul.iconlist li[data-listicon=pool]:before{content:"";background-image:url(../images/icons/pool.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=room-view]:before,ul.iconlist li[data-listicon=room-view]:before{content:"";background-image:url(../images/icons/room-view.svg);background-size:contain!important;background-position:50%}.tile ul li[data-listicon=signup-in]:before,ul.iconlist li[data-listicon=signup-in]:before{content:"";background-image:url(../images/icons/signup-in.svg);background-size:contain!important;background-position:50%}@media screen and (min-width:62rem){.tile ul li,ul.iconlist li{padding-left:3.125rem}.tile ul li:last-child,ul.iconlist li:last-child{margin-bottom:5px}}.popup .tile ul>li,.popup ul.iconlist>li{min-height:42px;margin-left:1.1875rem}.popup .tile ul>li:before,.popup ul.iconlist>li:before{width:31px;height:31px}@media screen and (min-width:48rem){.popup .tile ul,.popup ul.iconlist{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.popup .tile ul>li,.popup ul.iconlist>li{width:50%;margin-left:0}}ul.list-inline{margin:1em 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%}ul.list-inline li{color:#5a5a5a;margin-right:.375em}ul.list-inline li:after{display:inline-block;padding-left:.375em;content:"▪";color:rgba(90,90,90,.6);font-size:.9em}ul.list-inline li:last-child{margin-right:0}ul.list-inline li:last-child:after{display:none}.socialicon{height:26px;display:inline-block;width:55.9988px}.socialicon:first-child{margin-left:0}.socialicon:last-child{margin-right:0}.socialicon a{display:inline-block;width:100%;height:26px;background:bottom no-repeat transparent;background-size:contain;text-indent:-9999px}.socialicon a:focus{-webkit-box-shadow:0 0 0 2px #fff;box-shadow:0 0 0 2px #fff}.socialicon.fb a{background:bottom no-repeat transparent;background-size:contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23FFF' cx='22' cy='22' r='22'/%3E%3Cpath d='M26.738 11.945l-2.794-.004c-3.138 0-5.166 1.875-5.166 4.777v2.203h-2.81c-.242 0-.439.177-.439.396v3.191c0 .22.197.396.44.396h2.809v8.053c0 .219.196.396.439.396h3.665c.242 0 .439-.177.439-.396v-8.053h3.284c.243 0 .44-.177.44-.396v-3.19a.378.378 0 00-.128-.28.465.465 0 00-.31-.117H23.32v-1.867c0-.898.237-1.353 1.535-1.353h1.881c.243 0 .44-.178.44-.397v-2.963c0-.218-.197-.395-.44-.396z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E")}.socialicon.fb a:focus,.socialicon.fb a:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23ff0038' cx='22' cy='22' r='22'/%3E%3Cpath d='M26.738 11.945l-2.794-.004c-3.138 0-5.166 1.875-5.166 4.777v2.203h-2.81c-.242 0-.439.177-.439.396v3.191c0 .22.197.396.44.396h2.809v8.053c0 .219.196.396.439.396h3.665c.242 0 .439-.177.439-.396v-8.053h3.284c.243 0 .44-.177.44-.396v-3.19a.378.378 0 00-.128-.28.465.465 0 00-.31-.117H23.32v-1.867c0-.898.237-1.353 1.535-1.353h1.881c.243 0 .44-.178.44-.397v-2.963c0-.218-.197-.395-.44-.396z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E")}.socialicon.ig a{background:bottom no-repeat transparent;background-size:contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6 0c3.259 0 3.668.015 4.948.073 1.277.058 2.149.262 2.912.558a5.884 5.884 0 012.125 1.384A5.884 5.884 0 0123.97 4.14c.298.763.5 1.635.558 2.912.06 1.28.073 1.69.073 4.948 0 3.259-.015 3.668-.073 4.948-.058 1.277-.262 2.149-.558 2.912a5.884 5.884 0 01-1.384 2.125 5.884 5.884 0 01-2.125 1.384c-.763.298-1.635.5-2.912.558-1.28.06-1.69.073-4.948.073-3.259 0-3.668-.015-4.948-.073-1.277-.058-2.149-.262-2.912-.558a5.884 5.884 0 01-2.125-1.384A5.884 5.884 0 011.23 19.86c-.298-.763-.5-1.635-.558-2.912C.613 15.668.6 15.258.6 12c0-3.259.015-3.668.073-4.948.058-1.277.26-2.149.558-2.912a5.884 5.884 0 011.384-2.125A5.884 5.884 0 014.74.63c.763-.298 1.635-.5 2.912-.558C8.932.013 9.342 0 12.6 0zm0 2.162c-3.204 0-3.583.014-4.85.07-1.17.054-1.805.25-2.227.414-.56.217-.96.478-1.38.897-.42.42-.68.82-.897 1.381-.165.423-.36 1.058-.414 2.228-.058 1.265-.07 1.644-.07 4.848 0 3.204.014 3.583.072 4.847.053 1.17.25 1.805.413 2.227.218.56.478.96.898 1.38.42.42.82.68 1.38.897.422.165 1.057.36 2.227.414 1.265.058 1.644.07 4.848.07 3.204 0 3.583-.012 4.848-.07 1.17-.054 1.805-.25 2.228-.414.56-.217.96-.477 1.38-.897.419-.42.68-.82.897-1.38.165-.422.36-1.058.413-2.227.058-1.265.07-1.645.07-4.848 0-3.204-.012-3.584-.07-4.849-.053-1.17-.25-1.805-.413-2.227a3.717 3.717 0 00-.898-1.38c-.42-.42-.82-.68-1.38-.897-.422-.165-1.057-.36-2.227-.414-1.265-.058-1.644-.07-4.848-.07zm0 3.676a6.162 6.162 0 110 12.324 6.162 6.162 0 010-12.324zM12.6 16a4 4 0 100-8 4 4 0 000 8zm6.405-8.964a1.44 1.44 0 110-2.881 1.44 1.44 0 010 2.88z' fill='%23FFF'/%3E%3C/svg%3E")}.socialicon.ig a:focus,.socialicon.ig a:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6 0c3.259 0 3.668.015 4.948.073 1.277.058 2.149.262 2.912.558a5.884 5.884 0 012.125 1.384A5.884 5.884 0 0123.97 4.14c.298.763.5 1.635.558 2.912.06 1.28.073 1.69.073 4.948 0 3.259-.015 3.668-.073 4.948-.058 1.277-.262 2.149-.558 2.912a5.884 5.884 0 01-1.384 2.125 5.884 5.884 0 01-2.125 1.384c-.763.298-1.635.5-2.912.558-1.28.06-1.69.073-4.948.073-3.259 0-3.668-.015-4.948-.073-1.277-.058-2.149-.262-2.912-.558a5.884 5.884 0 01-2.125-1.384A5.884 5.884 0 011.23 19.86c-.298-.763-.5-1.635-.558-2.912C.613 15.668.6 15.258.6 12c0-3.259.015-3.668.073-4.948.058-1.277.26-2.149.558-2.912a5.884 5.884 0 011.384-2.125A5.884 5.884 0 014.74.63c.763-.298 1.635-.5 2.912-.558C8.932.013 9.342 0 12.6 0zm0 2.162c-3.204 0-3.583.014-4.85.07-1.17.054-1.805.25-2.227.414-.56.217-.96.478-1.38.897-.42.42-.68.82-.897 1.381-.165.423-.36 1.058-.414 2.228-.058 1.265-.07 1.644-.07 4.848 0 3.204.014 3.583.072 4.847.053 1.17.25 1.805.413 2.227.218.56.478.96.898 1.38.42.42.82.68 1.38.897.422.165 1.057.36 2.227.414 1.265.058 1.644.07 4.848.07 3.204 0 3.583-.012 4.848-.07 1.17-.054 1.805-.25 2.228-.414.56-.217.96-.477 1.38-.897.419-.42.68-.82.897-1.38.165-.422.36-1.058.413-2.227.058-1.265.07-1.645.07-4.848 0-3.204-.012-3.584-.07-4.849-.053-1.17-.25-1.805-.413-2.227a3.717 3.717 0 00-.898-1.38c-.42-.42-.82-.68-1.38-.897-.422-.165-1.057-.36-2.227-.414-1.265-.058-1.644-.07-4.848-.07zm0 3.676a6.162 6.162 0 110 12.324 6.162 6.162 0 010-12.324zM12.6 16a4 4 0 100-8 4 4 0 000 8zm6.405-8.964a1.44 1.44 0 110-2.881 1.44 1.44 0 010 2.88z' fill='%23ff0038'/%3E%3C/svg%3E")}.socialicon.tw a{background:bottom no-repeat transparent;background-size:contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.748 19.6c9.057 0 14.01-7.388 14.01-13.795 0-.21 0-.418-.015-.626a9.946 9.946 0 002.457-2.51 9.943 9.943 0 01-2.828.764A4.889 4.889 0 0023.536.75a9.973 9.973 0 01-3.126 1.177c-1.865-1.952-4.984-2.046-6.967-.21a4.808 4.808 0 00-1.425 4.632C8.06 6.153 4.371 4.313 1.871 1.284a4.807 4.807 0 001.525 6.471 4.935 4.935 0 01-2.236-.607v.061c.002 2.308 1.653 4.295 3.95 4.753a4.986 4.986 0 01-2.223.082c.645 1.976 2.494 3.328 4.6 3.368A9.981 9.981 0 01.2 17.422a14.099 14.099 0 007.548 2.174' fill='%23FFF'/%3E%3C/svg%3E")}.socialicon.tw a:focus,.socialicon.tw a:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.748 19.6c9.057 0 14.01-7.388 14.01-13.795 0-.21 0-.418-.015-.626a9.946 9.946 0 002.457-2.51 9.943 9.943 0 01-2.828.764A4.889 4.889 0 0023.536.75a9.973 9.973 0 01-3.126 1.177c-1.865-1.952-4.984-2.046-6.967-.21a4.808 4.808 0 00-1.425 4.632C8.06 6.153 4.371 4.313 1.871 1.284a4.807 4.807 0 001.525 6.471 4.935 4.935 0 01-2.236-.607v.061c.002 2.308 1.653 4.295 3.95 4.753a4.986 4.986 0 01-2.223.082c.645 1.976 2.494 3.328 4.6 3.368A9.981 9.981 0 01.2 17.422a14.099 14.099 0 007.548 2.174' fill='%23ff0038'/%3E%3C/svg%3E")}.socialicon.yt a{background:bottom no-repeat transparent;background-size:contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.693 2.381c-.254-.936-1-1.67-1.957-1.926a67.447 67.447 0 00-8.658-.45 67.447 67.447 0 00-8.659.45A2.753 2.753 0 00.462 2.381 27.783 27.783 0 00.001 7.62c-.011 1.75.143 3.498.461 5.22.254.936 1 1.67 1.957 1.926 2.873.336 5.765.486 8.659.45a67.447 67.447 0 008.658-.45 2.753 2.753 0 001.957-1.926c.318-1.722.473-3.47.462-5.22a27.783 27.783 0 00-.462-5.238zM8.807 10.805V4.397l5.797 3.222-5.797 3.186z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")}.socialicon.yt a:focus,.socialicon.yt a:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.693 2.381c-.254-.936-1-1.67-1.957-1.926a67.447 67.447 0 00-8.658-.45 67.447 67.447 0 00-8.659.45A2.753 2.753 0 00.462 2.381 27.783 27.783 0 00.001 7.62c-.011 1.75.143 3.498.461 5.22.254.936 1 1.67 1.957 1.926 2.873.336 5.765.486 8.659.45a67.447 67.447 0 008.658-.45 2.753 2.753 0 001.957-1.926c.318-1.722.473-3.47.462-5.22a27.783 27.783 0 00-.462-5.238zM8.807 10.805V4.397l5.797 3.222-5.797 3.186z' fill='%23ff0038' fill-rule='evenodd'/%3E%3C/svg%3E")}.socialicon.li a{background:bottom no-repeat transparent;background-size:contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23FFF' cx='22' cy='22' r='22'/%3E%3Cpath d='M32.353 23.05v7.009h-4.16v-6.54c0-1.643-.602-2.765-2.108-2.765-1.15 0-1.834.756-2.135 1.487-.11.261-.138.625-.138.99v6.828H19.65s.056-11.077 0-12.225h4.161v1.733l-.027.04h.027v-.04c.553-.832 1.54-2.02 3.75-2.02 2.74 0 4.792 1.747 4.792 5.502zM15.296 11.94c-1.424 0-2.355.912-2.355 2.112 0 1.173.905 2.113 2.3 2.113h.028c1.451 0 2.354-.94 2.354-2.113-.028-1.2-.903-2.112-2.327-2.112zM13.188 30.06h4.16V17.834h-4.16V30.06z' fill='%23000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E")}.socialicon.li a:focus,.socialicon.li a:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23ff0038' cx='22' cy='22' r='22'/%3E%3Cpath d='M32.353 23.05v7.009h-4.16v-6.54c0-1.643-.602-2.765-2.108-2.765-1.15 0-1.834.756-2.135 1.487-.11.261-.138.625-.138.99v6.828H19.65s.056-11.077 0-12.225h4.161v1.733l-.027.04h.027v-.04c.553-.832 1.54-2.02 3.75-2.02 2.74 0 4.792 1.747 4.792 5.502zM15.296 11.94c-1.424 0-2.355.912-2.355 2.112 0 1.173.905 2.113 2.3 2.113h.028c1.451 0 2.354-.94 2.354-2.113-.028-1.2-.903-2.112-2.327-2.112zM13.188 30.06h4.16V17.834h-4.16V30.06z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E")}@media screen and (min-width:48rem){.socialicon a{background-position:100% 100%}}.digitenz [data-digitenz-replace]{text-indent:-9999px;position:relative;background-position:0 100%;background-size:contain;background-repeat:no-repeat}.tag{display:inline-block;height:1.625em;line-height:1.025em;padding:.25em .55em;border-radius:.3125em;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:.9375rem;line-height:1}a>.tag{margin-left:.625rem}.tag.loading{position:relative;color:transparent}.tag.loading:after{top:.3333em!important}.tag.loading[class*=bg-]:after{color:#fff}.tag.loading[class*=bg-white]:after{color:#b8b8b8}.tag--icon-check{display:inline;padding:.15em .55em}.tag--icon-check:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1.288 3.47l2.386 2.386L9.508.023l1.06 1.06-6.894 6.894L.227 4.53l1.06-1.06z'/%3E%3C/svg%3E");background-position:0 100%;background-repeat:no-repeat;width:1em;height:1em;margin-right:.5em}body.select-open{overflow:hidden}a.select-theme-citizenm{position:relative}a.select-theme-citizenm:hover{color:inherit}a.select-theme-citizenm b{position:absolute;right:.25em;bottom:.5em;display:block;background-position:100%;background-repeat:no-repeat;background-position:70% 50%;background-size:contain;width:1rem;height:1rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}a.select-theme-citizenm b,a.select-theme-citizenm b:active,a.select-theme-citizenm b:focus,a.select-theme-citizenm b:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E")}a.select-theme-citizenm b:active,a.select-theme-citizenm b:focus,a.select-theme-citizenm b:hover{background-position:100%}a.select-theme-citizenm.select-open b{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.error>a.select-theme-citizenm{border-bottom-color:red!important}.error>a.select-theme-citizenm b{background-repeat:no-repeat}.error>a.select-theme-citizenm b,.error>a.select-theme-citizenm b:active,.error>a.select-theme-citizenm b:focus,.error>a.select-theme-citizenm b:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}@media screen and (min-width:600){a.select-theme-citizenm{padding-right:1.5rem}}.form-field>select,.ibe_personal_details a.select-theme-citizenm,.my_citizenm_profile a.select-theme-citizenm{color:#5a5a5a}body>.select.select-theme-citizenm{opacity:0;z-index:112;pointer-events:none;padding:.875rem 1.5rem 1.875rem;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.15);box-shadow:0 4px 10px rgba(0,0,0,.15)}body>.select.select-theme-citizenm.select-open{opacity:1;pointer-events:auto}body>.select.select-theme-citizenm .select-closer{display:none}body>.select.select-theme-citizenm ul ul{margin-bottom:0}body>.select.select-theme-citizenm li{line-height:2.22}body>.select.select-theme-citizenm b{color:#5a5a5a;font-size:.9rem}body>.select.select-theme-citizenm .select-options{margin-bottom:0}body>.select.select-theme-citizenm .select-options>li{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1;line-height:2.1;cursor:pointer;padding-right:1em}body>.select.select-theme-citizenm .select-options>li.select-option-highlight{color:#ff0038}@media screen and (min-width:75rem){body>.select.select-theme-citizenm .select-options>li:hover{color:#ff0038}body>.select.select-theme-citizenm .select-options>li:hover>*{color:#000}}body>.select.select-theme-citizenm .select-options>li.select-option-highlight,body>.select.select-theme-citizenm .select-options>li.select-option-selected{color:#ff0038}body>.select.select-theme-citizenm .select-options>li.select-option-highlight:before,body>.select.select-theme-citizenm .select-options>li.select-option-selected:before{content:"";display:inline-block;height:.125em;width:.75em;background-color:#ff0038;vertical-align:middle;position:relative;top:-.075em;margin-right:.25em}body>.select.select-theme-citizenm .select-options>li.hide-open-menu{color:#5a5a5a}body>.select.select-theme-citizenm .select-group{padding-bottom:1.375rem;border-bottom:1px solid #ddd;margin-bottom:.75rem;max-width:320px;margin-left:auto;margin-right:auto}body>.select.select-theme-citizenm .select-group:last-child{border-bottom:none;margin-bottom:0;padding:0}@media screen and (max-width:47.9375rem){body>.select.select-theme-citizenm{position:fixed!important;top:0;left:0;bottom:0;right:0;width:100vw!important;height:100vh;overflow-x:hidden;overflow-y:scroll;background:#fff;-webkit-transform:none!important;transform:none!important}body>.select.select-theme-citizenm .select-content{max-height:unset!important}body>.select.select-theme-citizenm .select-closer{display:block;position:fixed;right:1.5rem;top:1.5rem;color:#fff;cursor:pointer;font-size:0}body>.select.select-theme-citizenm .select-closer:before{content:"";display:block;background:no-repeat 50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'%3E%3Cpath d='M13.02 11l8.082 8.081-2.02 2.02L11 13.022 2.919 21.1l-2.02-2.02L8.978 11 .9 2.919l2.02-2.02L11 8.978 19.081.9l2.02 2.02L13.022 11z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;height:1.5rem;width:1.5rem}body>.select.select-theme-citizenm .select-closer:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'%3E%3Cpath d='M13.02 11l8.082 8.081-2.02 2.02L11 13.022 2.919 21.1l-2.02-2.02L8.978 11 .9 2.919l2.02-2.02L11 8.978 19.081.9l2.02 2.02L13.022 11z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E")}body>.select.select-theme-citizenm .select-closer+ul{margin-top:3.75rem;margin-bottom:3.75rem}}@media screen and (min-width:48rem){body>.select.select-theme-citizenm{background:#fff;min-width:auto;margin-left:-1.5rem;overflow:auto;padding-right:0}body>.select.select-theme-citizenm .select-group{margin-left:0;margin-right:0}body>.select.select-theme-citizenm .select-content{overflow-x:hidden;overflow-y:scroll;width:100%;padding-top:1em;padding-right:1em}}select[name=reason],select[name=reason]+a.select-theme-citizenm{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.pricebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;line-height:1}.pricebox__intro{font-size:.875em;color:#5a5a5a;margin-right:.9285714286em}.pricebox__price{font-size:1.875em;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;position:relative;top:2px}.pricebox--inline{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:end;align-content:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.pricebox--inline .pricebox__intro{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1em;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;color:#000}.pricebox--inline .pricebox__price{font-size:3.125rem;line-height:1.2}.pricebox--inline .pricebox__sub{margin:1.1875rem 0;width:100%;text-align:right;font-size:.875rem;color:#5a5a5a}.number_counter{float:right}.number_counter .minus,.number_counter .plus{width:40px;height:40px;background:transparent;display:inline-block;position:relative;float:left;cursor:pointer}.number_counter .minus.inaktive,.number_counter .plus.inaktive{cursor:not-allowed}.number_counter .minus.inaktive:after,.number_counter .plus.inaktive:after{opacity:.3}.number_counter .minus:after,.number_counter .plus:after{content:"";display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-image:url(../images/minus.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.number_counter .plus:after{background-image:url(../images/plus.svg)}#ibe_wrapper .number_counter input{height:auto;width:40px;font-size:1.5rem;border:none;display:inline-block;text-align:center;float:left;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;line-height:1;margin-top:2px}@media screen and (min-width:75rem){#ibe_wrapper .number_counter input{font-size:1.875rem;margin-top:-3px}}.counter_text{float:left;font-size:1.125rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}@media screen and (min-width:75rem){.counter_text{font-size:1.5rem}}.cm__loader,.ibe_rate_wrapper_loader:after,.paymentform .adyen-checkout__spinner{background-image:url(../images/loaders/website_loader_200x120_transparent.gif);background-repeat:no-repeat;background-position:50% 50%;min-width:200px;min-height:120px}.cm__loader--white{background-image:url(../images/loaders/website_loader_200x120_white.gif)}#booking-receipt .booking-receipt__data .button.loading:before,.bookinbar_wrap.loading .coderate_fieldset label:after,.bookinbar_wrap.loading .destination_fieldset label:after,.booking-data .booking-receipt__data .button.loading:before,.booking-receipt .booking-receipt__data .button.loading:before,.lightpick.loading .lightpick__day:after,.litepicker .day-item:after,.litepicker.loading .day-item:after,.paymentform .adyen-checkout__button .adyen-checkout__spinner:before,.tag.loading:after{content:"";display:block;position:absolute;top:100%;line-height:1.5;color:#b8b8b8;font-size:.75em;width:100%;left:0;text-align:center}#booking-receipt .booking-receipt__data .button.loading:before,.bookinbar_wrap.loading .coderate_fieldset label:after,.bookinbar_wrap.loading .destination_fieldset label:after,.booking-data .booking-receipt__data .button.loading:before,.booking-receipt .booking-receipt__data .button.loading:before,.lightpick.loading .lightpick__day:after,.litepicker.loading .day-item:after,.paymentform .adyen-checkout__button .adyen-checkout__spinner:before,.tag.loading:after{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;content:"❍"}#booking-receipt .booking-receipt__data .button.loading:before,.booking-data .booking-receipt__data .button.loading:before,.booking-receipt .booking-receipt__data .button.loading:before,.paymentform .adyen-checkout__button .adyen-checkout__spinner:before{content:"";background:no-repeat 50%/contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M15 2.929c3.905 3.905 3.905 10.237 0 14.142-3.906 3.905-10.238 3.905-14.143 0l1.515-1.515a7.857 7.857 0 10.001-11.113L.857 2.93C4.762-.976 11.094-.976 15 2.929z'/%3E%3C/svg%3E")}.bg-loader,.booking-page>.wrapper .dummy .pricetag,.booking-page>.wrapper .dummy a,.booking-page>.wrapper .dummy h1,.booking-page>.wrapper .dummy h2,.booking-page>.wrapper .inline-target .dummy a,.booking-page>.wrapper .inline-target .dummy h1,.booking-page>.wrapper .inline-target .dummy h2,.booking-progress.dummy .pricetag,.booking-progress.dummy:after,.booking-progress.dummy a,.booking-progress.dummy h1,.booking-progress.dummy h2,.dummy.booking-addons__addon .pricetag,.dummy.booking-addons__addon a,.dummy.booking-addons__addon h1,.dummy.booking-addons__addon h2,.dummy.booking-rates__rate .pricetag,.dummy.booking-rates__rate a,.dummy.booking-rates__rate h1,.dummy.booking-rates__rate h2,.usp>header .booking-page>.wrapper .dummy h2{--loader-color:#ddd;--loader-speed:2s;--loader-highlight-color:#e2e2e2;background:linear-gradient(45deg,var(--loader-color),var(--loader-color) 42%,var(--loader-highlight-color) 50%,var(--loader-color) 58%,var(--loader-color));background-size:200% 200%;height:100%;width:100%;-webkit-animation:background var(--loader-speed) ease infinite;animation:background var(--loader-speed) ease infinite;color:var(--loader-text-color,transparent)}.booking-page>.wrapper .dummy .booking-progress__label,.booking-page>.wrapper .dummy .label,.booking-page>.wrapper .dummy .pricetag,.booking-page>.wrapper .dummy a,.booking-page>.wrapper .dummy h1,.booking-page>.wrapper .dummy h2,.booking-page>.wrapper .dummy h3,.booking-page>.wrapper .dummy h4,.booking-page>.wrapper .dummy li,.booking-page>.wrapper .dummy p,.booking-page>.wrapper .inline-target .dummy a,.booking-page>.wrapper .inline-target .dummy h1,.booking-page>.wrapper .inline-target .dummy h2,.booking-page>.wrapper .inline-target .dummy h3,.booking-page>.wrapper .inline-target .dummy h4,.booking-page>.wrapper .inline-target .dummy li,.booking-page>.wrapper .inline-target .dummy p,.booking-progress.dummy .booking-progress__label,.booking-progress.dummy .label,.booking-progress.dummy .pricetag,.booking-progress.dummy a,.booking-progress.dummy h1,.booking-progress.dummy h2,.booking-progress.dummy h3,.booking-progress.dummy h4,.booking-progress.dummy li,.booking-progress.dummy p,.dummy.booking-addons__addon .booking-progress__label,.dummy.booking-addons__addon .label,.dummy.booking-addons__addon .pricetag,.dummy.booking-addons__addon a,.dummy.booking-addons__addon h1,.dummy.booking-addons__addon h2,.dummy.booking-addons__addon h3,.dummy.booking-addons__addon h4,.dummy.booking-addons__addon li,.dummy.booking-addons__addon p,.dummy.booking-rates__rate .booking-progress__label,.dummy.booking-rates__rate .label,.dummy.booking-rates__rate .pricetag,.dummy.booking-rates__rate a,.dummy.booking-rates__rate h1,.dummy.booking-rates__rate h2,.dummy.booking-rates__rate h3,.dummy.booking-rates__rate h4,.dummy.booking-rates__rate li,.dummy.booking-rates__rate p,.usp>header .booking-page>.wrapper .dummy h2,.usp>header .booking-page>.wrapper .dummy h4{color:transparent!important;background-color:#ddd;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.booking-page>.wrapper .dummy .booking-progress__label:after,.booking-page>.wrapper .dummy .booking-progress__label:before,.booking-page>.wrapper .dummy .label:after,.booking-page>.wrapper .dummy .label:before,.booking-page>.wrapper .dummy .pricetag:after,.booking-page>.wrapper .dummy .pricetag:before,.booking-page>.wrapper .dummy a:after,.booking-page>.wrapper .dummy a:before,.booking-page>.wrapper .dummy h1:after,.booking-page>.wrapper .dummy h1:before,.booking-page>.wrapper .dummy h2:after,.booking-page>.wrapper .dummy h2:before,.booking-page>.wrapper .dummy h3:after,.booking-page>.wrapper .dummy h3:before,.booking-page>.wrapper .dummy h4:after,.booking-page>.wrapper .dummy h4:before,.booking-page>.wrapper .dummy li:after,.booking-page>.wrapper .dummy li:before,.booking-page>.wrapper .dummy p:after,.booking-page>.wrapper .dummy p:before,.booking-page>.wrapper .inline-target .dummy a:after,.booking-page>.wrapper .inline-target .dummy a:before,.booking-page>.wrapper .inline-target .dummy h1:after,.booking-page>.wrapper .inline-target .dummy h1:before,.booking-page>.wrapper .inline-target .dummy h2:after,.booking-page>.wrapper .inline-target .dummy h2:before,.booking-page>.wrapper .inline-target .dummy h3:after,.booking-page>.wrapper .inline-target .dummy h3:before,.booking-page>.wrapper .inline-target .dummy h4:after,.booking-page>.wrapper .inline-target .dummy h4:before,.booking-page>.wrapper .inline-target .dummy li:after,.booking-page>.wrapper .inline-target .dummy li:before,.booking-page>.wrapper .inline-target .dummy p:after,.booking-page>.wrapper .inline-target .dummy p:before,.booking-progress.dummy .booking-progress__label:after,.booking-progress.dummy .booking-progress__label:before,.booking-progress.dummy .label:after,.booking-progress.dummy .label:before,.booking-progress.dummy .pricetag:after,.booking-progress.dummy .pricetag:before,.booking-progress.dummy a:after,.booking-progress.dummy a:before,.booking-progress.dummy h1:after,.booking-progress.dummy h1:before,.booking-progress.dummy h2:after,.booking-progress.dummy h2:before,.booking-progress.dummy h3:after,.booking-progress.dummy h3:before,.booking-progress.dummy h4:after,.booking-progress.dummy h4:before,.booking-progress.dummy li:after,.booking-progress.dummy li:before,.booking-progress.dummy p:after,.booking-progress.dummy p:before,.dummy.booking-addons__addon .booking-progress__label:after,.dummy.booking-addons__addon .booking-progress__label:before,.dummy.booking-addons__addon .label:after,.dummy.booking-addons__addon .label:before,.dummy.booking-addons__addon .pricetag:after,.dummy.booking-addons__addon .pricetag:before,.dummy.booking-addons__addon a:after,.dummy.booking-addons__addon a:before,.dummy.booking-addons__addon h1:after,.dummy.booking-addons__addon h1:before,.dummy.booking-addons__addon h2:after,.dummy.booking-addons__addon h2:before,.dummy.booking-addons__addon h3:after,.dummy.booking-addons__addon h3:before,.dummy.booking-addons__addon h4:after,.dummy.booking-addons__addon h4:before,.dummy.booking-addons__addon li:after,.dummy.booking-addons__addon li:before,.dummy.booking-addons__addon p:after,.dummy.booking-addons__addon p:before,.dummy.booking-rates__rate .booking-progress__label:after,.dummy.booking-rates__rate .booking-progress__label:before,.dummy.booking-rates__rate .label:after,.dummy.booking-rates__rate .label:before,.dummy.booking-rates__rate .pricetag:after,.dummy.booking-rates__rate .pricetag:before,.dummy.booking-rates__rate a:after,.dummy.booking-rates__rate a:before,.dummy.booking-rates__rate h1:after,.dummy.booking-rates__rate h1:before,.dummy.booking-rates__rate h2:after,.dummy.booking-rates__rate h2:before,.dummy.booking-rates__rate h3:after,.dummy.booking-rates__rate h3:before,.dummy.booking-rates__rate h4:after,.dummy.booking-rates__rate h4:before,.dummy.booking-rates__rate li:after,.dummy.booking-rates__rate li:before,.dummy.booking-rates__rate p:after,.dummy.booking-rates__rate p:before,.usp>header .booking-page>.wrapper .dummy h2:after,.usp>header .booking-page>.wrapper .dummy h2:before,.usp>header .booking-page>.wrapper .dummy h4:after,.usp>header .booking-page>.wrapper .dummy h4:before{display:none}.booking-page>.wrapper .dummy .booking-progress__label,.booking-page>.wrapper .dummy .label,.booking-progress.dummy .booking-progress__label,.booking-progress.dummy .label,.dummy.booking-addons__addon .booking-progress__label,.dummy.booking-addons__addon .label,.dummy.booking-rates__rate .booking-progress__label,.dummy.booking-rates__rate .label{background-color:transparent}.booking-page>.wrapper .dummy .pricetag,.booking-page>.wrapper .dummy a,.booking-page>.wrapper .dummy h1,.booking-page>.wrapper .dummy h2,.booking-page>.wrapper .inline-target .dummy a,.booking-page>.wrapper .inline-target .dummy h1,.booking-page>.wrapper .inline-target .dummy h2,.booking-progress.dummy .pricetag,.booking-progress.dummy a,.booking-progress.dummy h1,.booking-progress.dummy h2,.dummy.booking-addons__addon .pricetag,.dummy.booking-addons__addon a,.dummy.booking-addons__addon h1,.dummy.booking-addons__addon h2,.dummy.booking-rates__rate .pricetag,.dummy.booking-rates__rate a,.dummy.booking-rates__rate h1,.dummy.booking-rates__rate h2,.usp>header .booking-page>.wrapper .dummy h2{width:auto}.booking-page>.wrapper .dummy h1,.booking-page>.wrapper .dummy h2,.booking-page>.wrapper .dummy h3,.booking-page>.wrapper .inline-target .dummy h1,.booking-page>.wrapper .inline-target .dummy h2,.booking-page>.wrapper .inline-target .dummy h3,.booking-progress.dummy h1,.booking-progress.dummy h2,.booking-progress.dummy h3,.dummy.booking-addons__addon h1,.dummy.booking-addons__addon h2,.dummy.booking-addons__addon h3,.dummy.booking-rates__rate h1,.dummy.booking-rates__rate h2,.dummy.booking-rates__rate h3,.usp>header .booking-page>.wrapper .dummy h2{width:68%;max-width:68%}.booking-page>.wrapper .dummy li,.booking-page>.wrapper .inline-target .dummy li,.booking-progress.dummy li,.dummy.booking-addons__addon li,.dummy.booking-rates__rate li{margin-right:0}@keyframes background{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.form-field.checkbox{display:block}.form-field.checkbox.registerCheckbox p{white-space:normal}.form-row .form-field.checkbox{width:90%;max-width:75rem;-ms-flex-preferred-size:90%;flex-basis:90%;justify-self:flex-start}.form-field.checkbox input[type=checkbox]{border:none;width:0;height:0;padding:0;overflow:hidden;-webkit-clip-path:none;clip-path:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-field.checkbox input[type=checkbox]+label{position:relative;padding-left:2.1875rem;color:#000;line-height:1.5}.form-field.checkbox input[type=checkbox]+label:before{content:"";display:block;position:absolute;left:0;width:1.3125rem;height:1.3125rem;border:2px solid #000}.form-field.checkbox input[type=checkbox]+label:after{content:"";display:block;position:absolute;left:.5625rem;top:.2625rem;width:.3125rem;height:.65625rem;border:0 solid #03d386;-webkit-transform:rotate(45deg) scale(0);transform:rotate(45deg) scale(0);-webkit-transition:-webkit-transform .15s cubic-bezier(.4,0,.2,1) 0s;transition:-webkit-transform .15s cubic-bezier(.4,0,.2,1) 0s;transition:transform .15s cubic-bezier(.4,0,.2,1) 0s;transition:transform .15s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .15s cubic-bezier(.4,0,.2,1) 0s}.form-field.checkbox input[type=checkbox]:checked+label:after{-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1);border-width:0 3px 3px 0}.form-field.checkbox.error input[type=checkbox]+label,.form-field.checkbox.parsley-error input[type=checkbox]+label{color:#ff0038}.form-field.checkbox.error input[type=checkbox]+label:before,.form-field.checkbox.parsley-error input[type=checkbox]+label:before{border-color:#ff0038}.pill{font-size:1rem;line-height:1.625;padding:0 10px;border:.125rem solid #000;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;border-radius:1em;position:relative;z-index:2;overflow:hidden}.pill:before{content:"";position:absolute;left:.125rem;top:.125rem;height:calc(100% - .25rem);width:calc(100% - .25rem);-webkit-transition:all .15s cubic-bezier(.4,0,.2,1) 0s;transition:all .15s cubic-bezier(.4,0,.2,1) 0s;background-color:#b8b8b8;border-radius:1em;opacity:0;z-index:-1}.pill.active,.pill:hover{color:#000}.pill.active:before,.pill:hover:before{opacity:1}.pill.active:before{background-color:#03d386}.pill:active{-webkit-transition:none;transition:none}.pill:active:before{background-color:#03d386;top:0;left:0;width:100%;height:100%}.sec_campaign__trailer_wrap iframe{opacity:0!important}.sec_campaign__trailer_wrap img.yt-fallback-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.sec_campaign__trailer_wrap [data-hideonplay]{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-delay:0s;transition-delay:0s}.playing.sec_campaign__trailer_wrap iframe{opacity:1!important}.playing.sec_campaign__trailer_wrap [data-hideonplay]{opacity:0;pointer-events:none}.ytp-pause-overlay{bottom:-200px}.yt-fallback-image{height:100%;width:100%;z-index:0;position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;pointer-events:none}hr{border:none;border-top:1px solid #b8b8b8;height:0;margin:1em 0}hr.transparent{border-top-color:transparent}hr.white{border-top-color:#fff}hr.black{border-top-color:#000}hr.primary,hr.red{border-top-color:#ff0038}hr.green{border-top-color:#03d386}hr.blue{border-top-color:#00afef}hr.purple{border-top-color:#5e31e8}hr.orange{border-top-color:#ff7219}hr.yellow{border-top-color:#f9ba02}hr.woodsmoke{border-top-color:#292929}hr.mako{border-top-color:#5a5a5a}hr.mercury{border-top-color:#b8b8b8}hr.gray-chateau{border-top-color:#ddd}hr.gray-darker{border-top-color:#292929}hr.gray-dark{border-top-color:#5a5a5a}hr.gray-light{border-top-color:#b8b8b8}hr.gray-lighter{border-top-color:#ddd}hr.gray-border{border-top-color:#cfcfcf}hr.rose{border-top-color:#f9f9f9}.dropdown{overflow:hidden;max-height:200vh;-webkit-transition:max-heigth .6s cubic-bezier(.4,0,.2,1) 0s;transition:max-heigth .6s cubic-bezier(.4,0,.2,1) 0s}.dropdown[aria-hidden=true]{max-height:0}.info_box{padding:1rem;margin-bottom:3rem;margin-left:-.75rem;margin-right:-.75rem}.info_box:not([class*=bg-]){background-color:#f7f6f6}.info_box.bg-yellow-lighter{background-color:#fff1cc}.info_box.bg-red-lighter{background-color:#ffccd7}.preloadingSectionsAnimation>.wrapper main>section>article,.preloadingSectionsAnimation>.wrapper main section{opacity:0}.preloadingSectionsAnimation>.wrapper main>section>article.wx__inview:not(.stillLoading),.preloadingSectionsAnimation>.wrapper main section.wx__inview:not(.stillLoading){-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.preloadingSectionsAnimation>.wrapper main>section>article.wx__inview:not(.stillLoading).wx__inview__loaded,.preloadingSectionsAnimation>.wrapper main section.wx__inview:not(.stillLoading).wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.tile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625;max-width:21.875rem}.tile p{font-size:inherit;font-family:inherit;line-height:inherit;margin-bottom:0}.tile{position:relative;padding:1.125rem .875rem .9375rem}.tile__top img{height:1em;background:transparent!important}.tile__body>:last-child{margin-bottom:0}.tile__bottom{font-size:.7875rem;line-height:1.2}.tile__bottom,.tile__huge{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.tile__huge{font-size:2.5rem;font-size:3.75rem;line-height:1}.tile h3{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.166667;margin-top:0;margin-bottom:.75em}.tile a.link-arrow{width:100%;text-align:right;margin-top:.625rem;font-size:1rem;line-height:1.125;padding-right:3.5em}.tile--withlink{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tile--withlink .tile__body{-webkit-box-flex:2;-ms-flex:2;flex:2}@media screen and (min-width:48rem){.tile h3{font-size:1.875rem;line-height:1.2}.tile__huge{font-size:5rem;line-height:1}.tile__bottom,.tile__top{font-size:1.3125rem}.tile--info{padding:3.125rem 2rem 2rem}.tile a.link-arrow{background-position:99% 62%}}@media screen and (min-width:880px){.tile a.link-arrow{font-size:.875rem;line-height:1.7142857143;padding-right:4em}}@media screen and (min-width:62rem){.tile{padding:2.125rem 2.4375rem}.tile h3{margin-bottom:.7666666667em}.tile p{font-size:1.125rem}.tile__huge{font-size:7.5rem;line-height:.9}.tile__bottom,.tile__top{font-size:1.875rem;line-height:1.2}.tile__top{margin-bottom:.5rem}.tile__bottom{margin-top:.5rem}}@media screen and (min-width:48rem){.tile.property-map-tile .tile__huge{font-size:7.5rem;line-height:1}}@media screen and (min-width:62rem){.tile.property-map-tile .tile__huge{font-size:12.5rem;line-height:.9}}@media screen and (min-width:67.5rem){.tile_bottom_left_inner{position:absolute;left:20px;bottom:20px}}.tile{-webkit-transform:translateY(25%);transform:translateY(25%)}.wx__inview:not(.stillLoading) .tile{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.wx__inview:not(.stillLoading) .tile.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.wx__inview:not(.stillLoading) .tile+.tile{-webkit-transition-delay:.3125s;transition-delay:.3125s}.wx__inview:not(.stillLoading) .tile+.tile+.tile{-webkit-transition-delay:.375s;transition-delay:.375s}.datebox{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #ddd;padding:2.3125rem 0;margin-top:1.8125rem}.datebox>*{width:50%}.datebox>* .header,.datebox>* header{font-size:.875rem;line-height:1;color:#5a5a5a}@media screen and (min-width:75rem){.datebox>* .header,.datebox>* header{font-size:1.125rem}}.datebox>* div+.header{margin-top:1em}.datebox .time{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:30/24}.datebox .time small{font-size:.5em}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex}.form-row .form-field{max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}@media screen and (min-width:48rem){.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:-1rem;margin-right:-1rem}.form-row>*{margin:0 1rem}}legend{height:0;overflow:hidden}[aria-disabled]{pointer-events:none}[aria-disabled=false]{pointer-events:auto}.form-row--wide{display:block;clear:both}.form-row--wide .form-field{width:100%;max-width:100%}.form-row .form-field{margin-bottom:1em}.form-row .form-field--select{margin-left:0;margin-right:0}.form-row.editable .edit-toggle{position:relative;text-indent:-9999px;width:23px;height:22px;padding:2px;opacity:1;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s}.form-row.editable .edit-toggle:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'%3E%3Cpath d='M19 2.81c0-.752-.311-1.459-.874-1.99-1.16-1.095-3.048-1.093-4.207.005L1.942 12.198c-.39.368-.687.824-.86 1.318l-.012.032L0 18l4.72-1 .035-.01a3.61 3.61 0 001.396-.814L18.13 4.8A2.72 2.72 0 0019 2.81zM2.618 16.006l-.5-.474.36-1.503 1.733 1.64-1.593.337zm14.46-12.197L5.448 14.85l-2.104-1.99 7.966-7.565 1.213 1.148 1.05-.994-1.215-1.15 1.13-1.072 1.218 1.151 1.05-.993-1.22-1.154.436-.413c.58-.55 1.525-.55 2.106-.002.281.266.437.62.437.996 0 .377-.154.73-.436.998z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:19px;height:18px;position:absolute;top:0;left:0}.form-row.editable .edit-toggle:hover{cursor:pointer}.form-row.editable .edit-toggle:hover:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'%3E%3Cpath fill='%23FF0038' d='M19 2.81c0-.752-.311-1.459-.874-1.99-1.16-1.095-3.048-1.093-4.207.005L1.942 12.198c-.39.368-.687.824-.86 1.318l-.012.032L0 18l4.72-1 .035-.01a3.61 3.61 0 001.396-.814L18.13 4.8A2.72 2.72 0 0019 2.81zM2.618 16.006l-.5-.474.36-1.503 1.733 1.64-1.593.337zm14.46-12.197L5.448 14.85l-2.104-1.99 7.966-7.565 1.213 1.148 1.05-.994-1.215-1.15 1.13-1.072 1.218 1.151 1.05-.993-1.22-1.154.436-.413c.58-.55 1.525-.55 2.106-.002.281.266.437.62.437.996 0 .377-.154.73-.436.998z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:19px;height:18px}.form-row.editable.edit .edit-toggle:before{opacity:0}@media screen and (min-width:48rem){.form-row .form-field--select{padding-left:1em;padding-right:1em}}.form-field[data-icon] input{padding-left:1.875rem;background-position:0 50%;background-repeat:no-repeat;background-size:1.6em auto}.form-field[data-icon] input.focus,.form-field[data-icon] input:focus{padding-left:2.3125rem;background-position:7px}.bookingpanel--horiz .bookinbar_wrap .form-field[data-icon] input{background-position:0 50%;background-position:left 0 bottom .4em}.form-field[data-icon][data-icon=pin] input{background-image:url(../images/icons/pin.svg);background-size:1em auto}.form-field[data-icon][data-icon=cal] input{background-image:url(../images/icons/book.svg);background-size:1.3125rem auto}.form-field[data-icon][data-icon=user] input{background-image:url(../images/icons/user.svg);background-size:1.125rem auto}#join{padding-bottom:2.8125rem}#join h6{font-size:2rem;line-height:1.1875;margin-bottom:1rem}#join .form-field{margin-left:0}#join button[type=submit]{margin-top:20px;display:block;width:100%}#join input[type=email][required],#join input[type=text][required]{padding-right:1.8rem}#join .move-label label{left:0;margin:0;color:hsla(0,0%,100%,.65);top:2.1rem}#join .move-label.filled label,#join .move-label input:focus+.parsley-errors-list+label,#join .move-label input:focus+label{top:15px}#join .move-label input{border-color:#fff}#join .form-field .parsley-errors-list li{white-space:normal}#join .form-field .parsley-errors-list li:before{border-color:transparent transparent transparent #000}@media screen and (min-width:48rem){#join fieldset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:-1rem;margin-right:-1rem}#join fieldset>*{margin:0 1rem}#join .form-row--wide{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:1rem}#join .form-field{width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:2;-ms-flex:2;flex:2;margin-bottom:0}#join .form-field .parsley-errors-list{position:absolute}#join input[type=email]{height:100%;margin-left:0;margin-right:0}#join button[type=submit]{margin-top:0;width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex:1;flex:1}}@media screen and (min-width:62rem){#join h6{font-size:2.5rem;line-height:1.15;margin-bottom:2.1875rem}#join .move-label label{top:3.3rem}#join .move-label.filled label,#join .move-label input:focus+.parsley-errors-list+label,#join .move-label input:focus+label{top:15px}}@media screen and (min-width:62rem){#ibe_wrapper .move-label label,#login_popup .move-label label{left:0}}#ibe_wrapper .select.select-theme-citizenm .select-options>li,.my_citizenm_profile .select.select-theme-citizenm .select-options>li{margin-left:20px}#ibe_wrapper .select.select-theme-citizenm .select-options>li.select-result-selectable,.my_citizenm_profile .select.select-theme-citizenm .select-options>li.select-result-selectable{color:green;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:.875rem;color:#5a5a5a;margin-left:0}#ibe_wrapper .select.select-theme-citizenm .select-options>li.select-result-selectable.select-option-selected,.my_citizenm_profile .select.select-theme-citizenm .select-options>li.select-result-selectable.select-option-selected{color:#ff0038}#ibe_wrapper .select.select-theme-citizenm .select-options>li+.select-result-selectable,.my_citizenm_profile .select.select-theme-citizenm .select-options>li+.select-result-selectable{margin-top:.5rem}#ibe_wrapper .select.select-theme-citizenm .select-options>li.hide-open-menu,.my_citizenm_profile .select.select-theme-citizenm .select-options>li.hide-open-menu{display:none}.move-label label{position:absolute;left:0;top:2.5rem;color:#5a5a5a;-webkit-transition:all .2s cubic-bezier(0,0,.2,1);transition:all .2s cubic-bezier(0,0,.2,1);-webkit-transform-origin:0 0;transform-origin:0 0;font-size:1rem}@media screen and (min-width:48rem){.move-label label{left:0;top:2.2rem}}@media screen and (min-width:62rem){.move-label label{left:1rem;top:2.8125rem}}@media screen and (min-width:75rem){.move-label label{left:1rem;top:2.3rem}}.move-label{position:relative;padding:1.875rem 0 0}@media screen and (min-width:48rem){.move-label.field-30 label{left:0}}.move-label input,.move-label textarea{-webkit-transition:all .1s ease-out;transition:all .1s ease-out}.move-label input:focus,.move-label textarea:focus{border-bottom-width:.0625rem}.move-label.filled label,.move-label input:focus+.parsley-errors-list+label,.move-label input:focus+label,.move-label textarea:focus+.parsley-errors-list+label,.move-label textarea:focus+label{top:15px;-webkit-transform:scale(.85);transform:scale(.85);color:#5a5a5a}form .item{padding:1.625rem 1.875rem;margin-bottom:1.5rem}form .item .form-row-cols .form-field:nth-child(odd){margin-right:.5rem}form .item .form-row-cols .form-field:nth-child(2n){margin-left:.5rem}form .item .form-field{width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}form .item .telefone_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}form .item .country_selector_wrapper{margin-top:0;margin-bottom:1em}form.content-form .form-row{display:block}@media screen and (min-width:48rem){form.content-form .form-row{display:-webkit-box;display:-ms-flexbox;display:flex}}.form--add-cc{margin-top:134px;max-width:589px}.form--add-cc .paymentform{background:none;margin-top:0;padding-top:0}.socialiconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slider{position:relative;max-width:75rem}.slider .usp>header h2,.slider h2,.usp>header .slider h2{max-width:calc(100% - 7rem);padding-left:1.5rem;padding-right:1.5rem}.slider h2:empty{height:60px;margin:0}.slider .slider__wrapper .slide{display:none}.slider .slider__wrapper.slick-initialized .slide,.slider .slider__wrapper .slide:first-child{display:block}@media screen and (min-width:48rem){.slider .usp>header h2,.slider h2,.usp>header .slider h2{max-width:100%;padding-left:3rem;padding-right:3rem;font-size:2.5rem;line-height:1.15}.slider h2:empty{height:0}}@media screen and (min-width:67.5rem){.slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:column;flex-direction:column}.slider>*{margin:0}.slider .usp>header h2,.slider h2,.usp>header .slider h2{font-size:3.75rem;line-height:1;margin-bottom:.66666666667em}}@media screen and (min-width:75rem){.slider{width:calc(100vw - 6rem)}.slider .usp>header h2,.slider h2,.usp>header .slider h2{padding:0}}@media screen and (min-width:78rem){.slider .slider__slide,.slider .usp>header h2,.slider h2,.usp>header .slider h2{padding-left:0}}.slider__nav{position:absolute;top:-.75rem;right:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:.75rem}.slider__nav .slick-arrow{position:static;width:2.75rem;height:2.75rem;border-radius:50%;border:2px solid #000;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;margin-left:.375rem;margin-right:.375rem}.slider__nav .slick-arrow:hover{border-color:#ff0038}.slider__nav .slick-arrow.slick-disabled{border-color:#ddd;cursor:unset}.slider__nav .slick-arrow.slick-disabled:before{opacity:1}.slider__nav .slick-arrow:before{display:inline-block;background:url(../images/arrow-right-black.svg) no-repeat transparent;background-position:70% 50%;background-size:contain;width:1rem;height:1rem}.slider__nav .slick-arrow.slick-prev{-webkit-transform:translateY(-100%) rotate(180deg);transform:translateY(-100%) rotate(180deg)}@media screen and (min-width:48rem){.slider__nav{top:auto;bottom:0;right:3rem}.slider__nav .slick-arrow{position:static;width:3.75rem;height:3.75rem}.slider__nav .slick-arrow:before{width:1.36rem;height:1.36rem}}@media screen and (min-width:67.5rem){.slider__nav{width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;-ms-flex-negative:1;flex-shrink:1;right:3rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.slider__nav .slick-arrow{-webkit-transform:none;transform:none}.slider__nav .slick-arrow.slick-prev{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media screen and (min-width:75rem){.slider__nav{right:0}}.slider__slide{padding-left:1.5rem;padding-right:1.5rem}.slider__slide .slide__image{margin-right:-1.5rem}.slider__slide .slide__box{opacity:0}.slider__slide .slide__box.show_single_slider_box{opacity:1}.slider__slide .slide__box h3{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.166667;margin-top:1.125em}@media screen and (min-width:48rem){.slider__slide{padding-left:3rem;padding-right:3rem;position:relative;padding-bottom:10rem}.slider__slide .slide__image{margin-right:-3rem}.slider__slide .slide__box{position:absolute;bottom:0;max-width:50%;left:calc(1.5rem - 2px);padding:3rem;background-color:#000;color:#fff}.slider__slide .slide__box h3{margin-top:0;font-size:2.5rem;line-height:1.15}}@media screen and (min-width:67.5rem){.slider__slide{padding-left:3rem;padding-bottom:0;padding-right:calc(16.66667% + 3rem)}.slider__slide .slide__image{margin-right:0}.slider__slide .slide__box{bottom:5rem;top:auto;right:3rem;left:auto;width:calc(33.3333% - 1rem);padding:3.375rem 2.5625rem 3.125rem}}@media screen and (min-width:75rem){.slider__slide{padding-left:0}.slider__slide .slide__box{right:0}}@media screen and (min-width:81rem){.slider__slide{padding-left:0;padding-right:16.6666666667%}.slider__slide .slide__box{bottom:auto;top:5.625rem}}.slick-slide{opacity:.05;-webkit-transition:opacity .2s linear .1s,-webkit-transform .2s linear;transition:opacity .2s linear .1s,-webkit-transform .2s linear;transition:opacity .2s linear .1s,transform .2s linear;transition:opacity .2s linear .1s,transform .2s linear,-webkit-transform .2s linear;overflow:hidden;max-width:90rem}.slick-slide img{width:100%}.slick-slide.slick-current{opacity:1}.slick-slide.slick-current .slide__box,.slick-slide.slick-current .slide__image{-webkit-transform:none;transform:none}.slick-slide.slick-wx-loading--right .slide__image{-webkit-transform:translateY(-20%);transform:translateY(-20%)}@media screen and (min-width:48rem){.slick-slide.slick-wx-loading--right .slide__image{-webkit-transform:translate(0);transform:translate(0)}}.slick-slide.slick-wx-loading--left .slide__image{-webkit-transform:translateY(-20%);transform:translateY(-20%)}@media screen and (min-width:48rem){.slick-slide.slick-wx-loading--left .slide__image{-webkit-transform:translate(0);transform:translate(0)}}.slick-slide.slick-wx-loading .slide__image{-webkit-transform:translate(0);transform:translate(0)}.slick-slide.slick-wx-loading .slide__box,.slick-slide.slick-wx-loading .slide__image{-webkit-transition:opacity .3s linear,-webkit-transform .55s linear;transition:opacity .3s linear,-webkit-transform .55s linear;transition:opacity .3s linear,transform .55s linear;transition:opacity .3s linear,transform .55s linear,-webkit-transform .55s linear}@media screen and (max-width:47.9375rem){.slick-slide.slick-wx-loading .slide__box{-webkit-transform:translate(0);transform:translate(0)}}@media screen and (min-width:48rem){.slick-slide.slick-wx-loading .slide__box{-webkit-transition:opacity .3s linear .1s,-webkit-transform .2s linear .9s;transition:opacity .3s linear .1s,-webkit-transform .2s linear .9s;transition:opacity .3s linear .1s,transform .2s linear .9s;transition:opacity .3s linear .1s,transform .2s linear .9s,-webkit-transform .2s linear .9s}}@media screen and (min-width:67.5rem){.slick-slide.slick-wx-loading .slide__box{-webkit-transition:opacity .4s linear,-webkit-transform .3s linear .1s;transition:opacity .4s linear,-webkit-transform .3s linear .1s;transition:opacity .4s linear,transform .3s linear .1s;transition:opacity .4s linear,transform .3s linear .1s,-webkit-transform .3s linear .1s}}.slick-slide.slick-wx-loaded .slide__image{-webkit-transition:opacity .3s linear .2s,-webkit-transform .4s linear;transition:opacity .3s linear .2s,-webkit-transform .4s linear;transition:opacity .3s linear .2s,transform .4s linear;transition:opacity .3s linear .2s,transform .4s linear,-webkit-transform .4s linear}.wx__inview__loaded .slick-slide.slick-wx-loaded .slide__box{opacity:1}@media screen and (min-width:48rem){.slick-slide.slick-wx-loaded .slide__box{-webkit-transform:translate(0);transform:translate(0)}}@media screen and (max-width:67.4375rem){.slick-slide.slick-wx-loaded .slide__box{-webkit-transition:opacity .3s linear .2s,-webkit-transform .2s linear;transition:opacity .3s linear .2s,-webkit-transform .2s linear;transition:opacity .3s linear .2s,transform .2s linear;transition:opacity .3s linear .2s,transform .2s linear,-webkit-transform .2s linear}}@media screen and (min-width:67.5rem){.slick-slide.slick-wx-loaded .slide__box{-webkit-transition:opacity .4s linear,-webkit-transform .3s linear .1s;transition:opacity .4s linear,-webkit-transform .3s linear .1s;transition:opacity .4s linear,transform .3s linear .1s;transition:opacity .4s linear,transform .3s linear .1s,-webkit-transform .3s linear .1s}}.slick-slide.slick-wx-unloading{-webkit-transform:scale(.8);transform:scale(.8)}.slick-slide.slick-wx-unloading .slide__box{opacity:1}.slider .slide__box{opacity:0}.slider.wx__inview:not(.stillLoading)>header{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.slider.wx__inview:not(.stillLoading)>header.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.slider{overflow:hidden}.slider .usp>header h4,.slider h4,.usp>header .slider h4{-webkit-transform:translateY(5%);transform:translateY(5%)}.slider .slide__image{-webkit-transform:translate(-2.5vh);transform:translate(-2.5vh)}.slider .slider__nav{-webkit-transform:translate(2.5vh);transform:translate(2.5vh)}.slider.wx__inview:not(.stillLoading) h4{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.slider.wx__inview:not(.stillLoading) h4.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.slider.wx__inview:not(.stillLoading) .slide__image{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.slider.wx__inview:not(.stillLoading) .slide__image.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.slider.wx__inview:not(.stillLoading) .slider__nav{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.slider.wx__inview:not(.stillLoading) .slider__nav.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.no_tile.slider{overflow:visible}@media screen and (max-width:61.9375rem){.no_tile.slider{padding-bottom:0}}@media screen and (min-width:62rem){.no_tile.slider header{display:none}}@media screen and (min-width:48rem) and (max-width:67.4375rem){.seo-page .slider__slide{padding-bottom:4rem}.seo-page .slider.wx__inview:not(.stillLoading) .slider__nav{-webkit-transform:translateZ(0) translateY(100%);transform:translateZ(0) translateY(100%)}}.slick_fp_toggle{position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath fill='%23fff' d='M3 13.5H0V21h7.5v-3H3v-4.5zm-3-6h3V3h4.5V0H0v7.5zM18 18h-4.5v3H21v-7.5h-3V18zM13.5 0v3H18v4.5h3V0h-7.5z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:1.3125rem;height:1.3125rem;top:2.3125rem;right:2.1875rem;left:auto;text-indent:-9999px;z-index:2}.slick_fp_toggle:active,.slick_fp_toggle:focus,.slick_fp_toggle:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath fill='%23FF0038' d='M3 13.5H0V21h7.5v-3H3v-4.5zm-3-6h3V3h4.5V0H0v7.5zM18 18h-4.5v3H21v-7.5h-3V18zM13.5 0v3H18v4.5h3V0h-7.5z'/%3E%3C/svg%3E")}.slick_fullpage_gallery{position:fixed;top:0;left:0;bottom:0;right:0;background-color:#fff;color:#000;background-color:rgba(0,0,0,.3);opacity:0;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transform:scale(.45);transform:scale(.45)}.slick_fullpage_gallery[aria-hidden=false]{opacity:1;z-index:7894;-webkit-transform:none;transform:none;pointer-events:auto}.slick_fullpage_gallery .slick_fp_content{max-width:75rem;position:relative;max-height:100vh;overflow-y:hidden}.slick_fullpage_gallery .slick_fp_content img{width:100%}.slick_fullpage_gallery .slick__closer{position:absolute;z-index:222;top:14px;left:auto;right:18px}.slick_fullpage_gallery .slick-initialized.slick-dotted .slick-dots{bottom:25px}.slick_fullpage_gallery .slick-initialized.slick-dotted .slick-dots li{border-color:#fff}.slick_fullpage_gallery .slick-initialized.slick-dotted .slick-dots li.slick-active{border-color:#fff;background:#fff}.fp-slider__wrapper{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-delay:.3s;transition-delay:.3s;opacity:.01;max-height:100vh;overflow-y:hidden}.fp-slider__wrapper .slick-slide{opacity:0;height:0;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;pointer-events:none}.fp-slider__wrapper .slick-slide:first-child{opacity:1;height:auto;pointer-events:inherit}.fp-slider__wrapper.slick-initialized,.fp-slider__wrapper.slick-initialized.slick-slider{margin-bottom:0}.fp-slider__wrapper.slick-initialized .slick-slide,.fp-slider__wrapper.slick-initialized.slick-slider .slick-slide{height:auto;opacity:1;pointer-events:inherit}.fp-slider__wrapper.no-slick-initialized .slick-slide{height:auto;opacity:1;pointer-events:inherit;-webkit-transition:none;transition:none}.fp-slider__wrapper .slick-slide{line-height:0}.fp-slider__wrapper.slick-initialized{opacity:1}.fp-slider__wrapper.slick-initialized .stacked-slider__slide{opacity:1!important}.map{position:relative}.map .usp>header h2,.map h2,.usp>header .map h2{margin-top:.25em}.map .topline,.map .usp>header h2,.map h2,.usp>header .map h2{padding-left:1.5rem;padding-right:1.5rem;max-width:75rem;margin-left:auto;margin-right:auto}.map .topline:before{left:1.5rem}.map .topline+.map__container{margin-top:.75rem}.map .map__container{background-color:#ddd;color:inherit;width:100%;height:0;padding-bottom:25rem}@media screen and (min-width:48rem){.map{padding-bottom:13.125rem}.map .usp>header h2,.map h2,.usp>header .map h2{font-size:2.5rem;line-height:1.15}.map .topline,.map .usp>header h2,.map h2,.usp>header .map h2{padding-left:3rem;padding-right:3rem;width:100vw}.map .topline:before{left:3rem}.map .map__container{padding-bottom:56.25%}}@media screen and (min-width:67.5rem){.map .usp>header h2,.map h2,.usp>header .map h2{font-size:3.75rem;line-height:1;margin-bottom:.6666666667em}.map .topline+.map__container{margin-top:2.5rem}.map .map__container{margin-left:3rem;margin-right:3rem;width:calc(100vw - 6rem);max-width:82.5rem;padding-bottom:33.3333%}}@media screen and (min-width:75rem){.map .map__container{margin-right:0;width:calc(100vw - 3rem)}}@media screen and (min-width:81rem){.map .topline,.map .usp>header h2,.map h2,.usp>header .map h2{padding-left:0;padding-right:0}.map .topline:before{left:0}.map .map__container{margin-left:calc(50% - 37.5rem);width:calc(100vw - 50% + 37.5rem)}}.map__closer,.slick_fullpage_gallery .slick__closer{width:2.5rem;height:2.5rem;border-radius:50%;text-indent:-9999px;pointer-events:none;opacity:0;background:#fff no-repeat 50%/1rem 1rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS40MTQgOGw1LjY1NyA1LjY1Ny0xLjQxNCAxLjQxNEw4IDkuNDE0bC01LjY1NyA1LjY1N0wuOTMgMTMuNjU3IDYuNTg2IDggLjkyOSAyLjM0MyAyLjM0My45MyA4IDYuNTg2IDEzLjY1Ny45MjlsMS40MTQgMS40MTR6Ii8+PC9zdmc+);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.map__closer.active,.slick_fullpage_gallery .active.slick__closer{pointer-events:auto;opacity:1}.map__closer:focus,.map__closer:hover,.slick_fullpage_gallery .slick__closer:focus,.slick_fullpage_gallery .slick__closer:hover{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI0ZGMDAzOCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS40MTQgOGw1LjY1NyA1LjY1Ny0xLjQxNCAxLjQxNEw4IDkuNDE0bC01LjY1NyA1LjY1N0wuOTMgMTMuNjU3IDYuNTg2IDggLjkyOSAyLjM0MyAyLjM0My45MyA4IDYuNTg2IDEzLjY1Ny45MjlsMS40MTQgMS40MTR6Ii8+PC9zdmc+);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.4),0 0 0 2px #ff0038;box-shadow:0 1px 2px 0 rgba(0,0,0,.4),0 0 0 2px #ff0038}.map__marker{width:18px;height:34px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v16.949L18 34V0z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:auto 36px}.map__marker:active,.map__marker:focus,.map__marker:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v16.949L18 34V0z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.map__marker.active,.map__marker.hotel{z-index:4}.map__marker.active .map__marker__title,.map__marker.hotel .map__marker__title{width:120px;opacity:1;pointer-events:auto}.map__marker__title{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.2rem;line-height:1.2;-webkit-transform:translateY(-100%);transform:translateY(-100%);padding-bottom:.25em;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;opacity:0;pointer-events:none}@media screen and (min-width:48rem){.map__marker__title{font-size:1.5rem}}.map__marker.marker-number{background-repeat:no-repeat;background-size:auto 71px;width:35px;height:71px}.map__marker.marker-number,.map__marker.marker-number:active,.map__marker.marker-number:focus,.map__marker.marker-number:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v16.949L18 34V0z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.map__marker.marker-number.inactive_hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v16.949L18 34V0z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-image:url(../images/icons/map_icon_hotel.svg)}.map__marker.marker-number.inactive_hotel:active,.map__marker.marker-number.inactive_hotel:focus,.map__marker.marker-number.inactive_hotel:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v16.949L18 34V0z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.map__marker.marker-number.inactive_hotel:after{color:#fff}.map__marker.marker-number.inactive_hotel.active,.map__marker.marker-number.inactive_hotel:hover{background-image:url(../images/icons/map_icon_hotel_red.svg)}.map__marker.marker-number:after{width:100%;text-align:center;position:absolute;bottom:50%;z-index:12;content:attr(data-number);font-size:1.875rem;color:#ff0038;font-weight:700;line-height:1}.map__marker.marker-number.active{width:35px;height:71px;margin-left:0;margin-top:0}.map__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:-1rem;margin-right:-1rem;padding:0 1.5rem;max-width:75rem}.map__text>*{margin:0 1rem}.map__container+.map__text{pointer-events:none}.map__container+.map__text .map__text__container,.map__container+.map__text .tile{pointer-events:auto}.map__text .tile{display:none}.map__text .map__text__container{padding-top:1.5rem;width:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-negative:1;flex-shrink:1}.map__text .map__text__container h3{font-size:1.5rem;line-height:1.0416666667;margin-bottom:0}@media screen and (min-width:48rem){.map__text{padding:0 3rem;position:absolute;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;z-index:2}.map__text .tile{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:calc(8.33333% + 1rem)}.map__text .map__text__container,.map__text .tile{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1}.map__text .map__text__container h3,.map__text .tile h3{line-height:1.25}.map__text .map__text__container{-webkit-transform:translateY(50%);transform:translateY(50%)}}@media screen and (min-width:67.5rem){.map__text{margin-right:0;margin-left:0;left:50%;width:100vw;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.map__text>*{margin:3rem 3rem 0}.map__text .tile{margin:3rem 3rem 3rem 8.3333333333%}}@media screen and (min-width:75rem){.map__text{width:100vw;max-width:100vw}}@media screen and (min-width:81rem){.map__text{padding-left:0;padding-right:0;width:75rem;max-width:75rem;margin-left:0;margin-right:0}.map__text .tile{-webkit-transform:translateY(3rem);transform:translateY(3rem)}}.map{padding-bottom:3.75rem}@media screen and (min-width:48rem){.map{padding-bottom:16.25rem}}@media screen and (min-width:62rem){.map{padding-bottom:18.4375rem}}@media screen and (min-width:75rem){.map{padding-bottom:19.6875rem}}.mapboxgl-ctrl-attrib-inner:after,.mapboxgl-ctrl-attrib.mapboxgl-compact:after{content:none!important}a.mapboxgl-ctrl-logo{display:none!important}.map.wx__inview:not(.stillLoading)>header{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.map.wx__inview:not(.stillLoading)>header.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}@media screen and (min-width:48rem){.map.wx__inview:not(.stillLoading) .map__text{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media screen and (min-width:67.5rem){.map.wx__inview:not(.stillLoading) .map__text{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.map.wx__inview:not(.stillLoading) .map__text .tile{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.map.wx__inview:not(.stillLoading) .map__text .tile.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}@media screen and (min-width:81rem){.map.wx__inview:not(.stillLoading) .map__text .tile{-webkit-transform:translateY(3rem);transform:translateY(3rem)}}.map__container__point{width:0;height:0;overflow:hidden;visibility:hidden}.map__marker__popup{display:none}.map--new .map__marker{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDQgNzkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxMzguOSUiIGhlaWdodD0iMTE5LjclIiB4PSItMTkuNCUiIHk9Ii03JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjIgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNMCAwdjM1LjM5M0wzNiA3MVYweiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQgMikiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZD0iTTEwIDI5aDVsLTUtOHptMC0xOHY1LjczNUwxNy4yNiAyOCAyMyAxOS4xNDcgMTcuOCAxMXptMTguNjcgMEwyNCAxOC40OThWMjloMTBWMTF6IiBmaWxsPSIjRkYwMDM4Ii8+PC9nPjwvc3ZnPg==);width:36px;height:71px;background-position:100% 100%;background-size:36px 71px}.map--new .map__marker.active .map__marker__popup{opacity:1;pointer-events:auto}.map--new .map__marker__popup{display:block;opacity:0;pointer-events:none;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;position:absolute;width:262px;height:311px;bottom:0;right:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjY0IDMxMyI+PGRlZnM+PGZpbHRlciBpZD0iYSIgd2lkdGg9IjEwNS41JSIgaGVpZ2h0PSIxMDQuNiUiIHg9Ii0yLjclIiB5PSItMS42JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjIgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNMjU2IDMwNWwtMzUuMzg1LTM1SDBWMGgyNTZ2MzA1eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQgMikiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2IiLz48L2c+PC9zdmc+);padding:18px 18px 53px;font-size:1.125rem}.map--new .map__marker__popup .popup-hotel_box{background-color:#fff;color:#000}.map--new .map__marker__popup .popup-hotel_box__closer{position:absolute;top:18px;right:18px;width:12px;height:12px;color:inherit}.map--new .map__marker__popup .title{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;margin-bottom:.3125rem;line-height:1;height:30px;position:relative;z-index:1}.map--new .map__marker__popup .image{height:130px;margin-bottom:5px}.map--new .map__marker__popup .image img{width:100%;height:130px;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}.map--new .map__marker__popup .price{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.map--new .map__marker__popup .price .label{font-size:12px;color:#5a5a5a;margin-right:12px;line-height:1.3}.map--new .map__marker__popup .price .pricetag{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.map--new .map__marker__popup a.button{margin-top:10px;width:100%}@media screen and (min-width:62rem){.map--new>header h2{font-size:6.25rem;margin-bottom:2.5rem}}@media screen and (min-width:75rem){.map--new .map__container{margin-right:3rem;width:calc(100vw - 6rem)}}@media screen and (min-width:81rem){.map--new .map__container{max-width:75rem;margin-left:auto;margin-right:auto}}.booking-multiavailability__map .map__container,.property-text-map__map .map__container{width:100%;margin-left:0;margin-right:0}.booking-multiavailability__map .map__container .mapboxgl-canvas-container,.property-text-map__map .map__container .mapboxgl-canvas-container{height:100%}.booking-multiavailability__map .map__closer,.booking-multiavailability__map .slick_fullpage_gallery .slick__closer,.property-text-map__map .map__closer,.property-text-map__map .slick_fullpage_gallery .slick__closer,.slick_fullpage_gallery .booking-multiavailability__map .slick__closer,.slick_fullpage_gallery .property-text-map__map .slick__closer{display:none;position:absolute;z-index:222;top:14px;left:18px}@media screen and (max-width:47.9375rem){.booking-multiavailability__map:not(.hidden-from-sm),.property-text-map__map:not(.hidden-from-sm){display:none!important}.hidden-from-sm.booking-multiavailability__map,.hidden-from-sm.property-text-map__map{height:100vh;padding:0;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;position:fixed;top:0;right:0;bottom:0;left:0;z-index:221;display:block}.hidden-from-sm.booking-multiavailability__map .map__closer,.hidden-from-sm.booking-multiavailability__map .slick_fullpage_gallery .slick__closer,.hidden-from-sm.property-text-map__map .map__closer,.hidden-from-sm.property-text-map__map .slick_fullpage_gallery .slick__closer,.slick_fullpage_gallery .hidden-from-sm.booking-multiavailability__map .slick__closer,.slick_fullpage_gallery .hidden-from-sm.property-text-map__map .slick__closer{display:block}.hidden-from-sm.booking-multiavailability__map[aria-hidden=true],.hidden-from-sm.property-text-map__map[aria-hidden=true]{opacity:0;pointer-events:none}.hidden-from-sm.booking-multiavailability__map .map__container,.hidden-from-sm.property-text-map__map .map__container{height:100vh;padding-bottom:0}}@media screen and (min-width:48rem){.booking-multiavailability__map,.property-text-map__map{padding-bottom:0;margin-bottom:1.875rem}}.highlight{display:grid;grid-template-columns:1.5rem 1fr 1.5rem}@media screen and (min-width:48rem){.highlight{grid-template-columns:1fr 1fr;grid-template-rows:auto auto 1fr}}@media screen and (min-width:90rem){.highlight{grid-template-columns:1fr 37.5rem 37.5rem 1fr}}.highlight>header{z-index:2}.highlight>header h2{margin-bottom:.35em}.highlight .highlight__image{z-index:1;margin-bottom:1.5rem}.highlight .highlight__text>:first-child{margin-top:0}.highlight .highlight__text p{margin-bottom:1.5rem}@media screen and (min-width:48rem){.highlight{grid-template-rows:auto 1fr auto}.highlight>header h2{margin-top:.25em;font-size:3.75rem;line-height:1}.highlight .highlight__image{margin-bottom:0}.highlight .highlight__text{padding:0 3rem}}.highlight--left.highlight--with-tile,.highlight--right.highlight--with-tile{padding-bottom:3.4375rem}@media screen and (min-width:48rem){.highlight--left.highlight--with-tile,.highlight--right.highlight--with-tile{padding-bottom:4.375rem}.highlight--left.highlight--with-tile .highlight__image,.highlight--right.highlight--with-tile .highlight__image{margin-bottom:calc(20vw + 1.9rem)}}@media screen and (min-width:62rem){.highlight--left.highlight--with-tile,.highlight--right.highlight--with-tile{padding-bottom:7.5rem}.highlight--left.highlight--with-tile .highlight__image,.highlight--right.highlight--with-tile .highlight__image{margin-bottom:11rem}}.highlight.wx__inview:not(.stillLoading) .highlight__text{-webkit-transition-delay:.4s;transition-delay:.4s}.highlight.wx__inview:not(.stillLoading) .highlight__image{-webkit-transition-delay:.3s;transition-delay:.3s}.highlight.highlight--with-tile.wx__inview:not(.stillLoading) .tile{-webkit-transition-delay:.5s;transition-delay:.5s}.highlight.wx__inview:not(.stillLoading)>header{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.highlight.wx__inview:not(.stillLoading)>header.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.highlight.highlight.highlight--with-tile.wx__inview__loaded .tile,.highlight.wx__inview__loaded>*{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s}.usp{display:grid;grid-template-columns:1.5rem 1fr 1.5rem;min-height:25rem}@media screen and (min-width:48rem){.usp{grid-template-columns:1fr 1fr;grid-template-rows:auto auto 1fr}}@media screen and (min-width:90rem){.usp{grid-template-columns:1fr 37.5rem 37.5rem 1fr}}.usp>header{grid-column:2/4;grid-column-start:2;-ms-grid-column-span:2}.usp>header h2,.usp>header h3,.usp>header h4{padding-right:2em}.usp>header h3{font-size:2.5rem;margin-bottom:0;margin-top:2.25rem}.usp>header .subline,.usp>header h3{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;line-height:1}.usp>header .subline{font-size:1.125rem;margin-top:.5em}.usp__content{margin-top:1.25rem;margin-bottom:1.5rem}.usp__content,.usp__content p{font-size:1.125rem}.usp__content,.usp__footer{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1}.usp__footer{margin-bottom:1.3125rem}.usp .huge{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:6.25rem;line-height:.9;margin:.25em 0 0;padding-top:.25em;line-height:.8}@media screen and (min-width:48rem){.usp{grid-template-columns:7fr 5fr}.usp>header{padding-left:3rem;padding-right:3rem;grid-column:1/4;grid-column-start:1;-ms-grid-column-span:3}.usp>header h3{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:3.75rem;line-height:1;font-size:3.125rem;margin-bottom:0}.usp>header .subline{font-size:1.875rem;line-height:1.15;margin-top:.4em}.usp__content,.usp__footer{padding-left:3rem;padding-right:3rem;grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2}.usp__footer{margin-top:3rem}.usp .huge{font-size:7.5rem}}@media screen and (min-width:62rem){.usp{min-height:31rem}.usp>header h2,.usp>header h3,.usp>header h4{margin-bottom:0}.usp>header h3{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:3.75rem;line-height:1}.usp>header .subline{font-size:2.5rem;line-height:1.15}.usp__content{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1}.usp__footer{margin-bottom:1rem}.usp .huge{font-size:16.25rem;line-height:.4615384615}}@media screen and (min-width:75rem){.usp{width:100%;max-width:100%;grid-template-columns:1fr 48rem 27rem 1fr}.usp>header .subline{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.166667}.usp>header,.usp__content{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1}.usp__footer{grid-column:2/4;grid-column-start:2;-ms-grid-column-span:2}}@media screen and (min-width:81rem){.usp>header,.usp__content,.usp__footer{padding-left:0;padding-right:0}}.usp{padding-bottom:0;margin-bottom:3.75rem}@media screen and (min-width:48rem){.usp{margin-bottom:5rem}}@media screen and (min-width:62rem){.usp{margin-bottom:6.5625rem}}@media screen and (min-width:75rem){.usp{margin-bottom:6.5625rem}}.usp>header.digitenz{margin-bottom:1.5rem}.usp--boxed{width:calc(100vw - 3rem);margin-left:1.5rem;margin-right:1.5rem;padding:0;grid-template-columns:1.4375rem 1fr 1.4375rem;grid-template-rows:none;min-height:1px}.usp--boxed h3{margin-top:2.25rem}.usp--boxed .usp__footer{margin-bottom:1.8125rem}@media screen and (min-width:48rem){.usp--boxed{grid-template-columns:7fr 5fr;width:calc(100vw - 6rem);margin-left:3rem;margin-right:3rem}.usp--boxed .usp__content,.usp--boxed .usp__footer,.usp--boxed>header{padding-left:2.8125rem;padding-right:2.8125rem}.usp--boxed .usp__footer{margin-bottom:1.5rem}.usp--boxed h3{margin-top:3.125rem;font-size:3.125rem}}@media screen and (min-width:62rem){.usp--boxed h3{max-width:80%;font-size:3.75rem}.usp--boxed .usp__footer{margin-bottom:2.6875rem}}@media screen and (min-width:75rem){.usp--boxed{grid-template-columns:48fr 24.1875fr}.usp--boxed .usp__content{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1}.usp--boxed .usp__footer,.usp--boxed>header{grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2}}@media screen and (min-width:81rem){.usp--boxed{grid-template-columns:48rem 27rem;max-width:75rem;margin-left:auto;margin-right:auto}.usp--boxed .usp__content{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1}.usp--boxed .usp__footer,.usp--boxed>header{grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2}.usp--boxed .usp__content,.usp--boxed .usp__footer,.usp--boxed>header{padding-left:4.6875rem;padding-right:4.6875rem}.usp--boxed h3{margin-top:4.375rem}}@media screen and (min-width:48rem){.usp--wideheader.usp header h3{font-size:4.375rem}}@media screen and (min-width:62rem){.usp--wideheader.usp header h3{font-size:7.5rem}}@media screen and (min-width:75rem){.usp--wideheader.usp>header{grid-column:2/4;grid-column-start:2;-ms-grid-column-span:2}.usp--wideheader.usp>header h3{font-size:7.5rem}}.usp--wideheader.usp.usp--boxed>header{width:100%;max-width:100%}.usp--wideheader.usp.usp--boxed>header h2,.usp--wideheader.usp.usp--boxed>header h3,.usp--wideheader.usp.usp--boxed>header h4{width:100%;max-width:100%;padding-right:0}@media screen and (min-width:75rem){.usp--wideheader.usp.usp--boxed>header{grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2}}.usp--digitenz.digiten--1 header h3:after,.usp--digitenz.digiten--2 header h3:after{content:"";display:inline-block;width:.6em;height:1em;background-position:0 100%;background-size:contain;background-repeat:no-repeat;background-image:url("../images/digitenz/night night gramps.png")}.usp--digitenz.digiten--2 header h3:after{margin-left:5px;background-image:url(../images/digitenz/artstudent.png)}.usp--digitenz.digiten--3 header h3:after{background-image:url("../images/digitenz/night night gramps.png");background-image:url(../images/digitenz/bangalorebae.png)}.usp--digitenz.digiten--3 header h3:after,.usp--digitenz.digiten--4 header h3:after{content:"";display:inline-block;width:.6em;height:1em;background-position:0 100%;background-size:contain;background-repeat:no-repeat;margin-left:7px}.usp--digitenz.digiten--4 header h3:after{background-image:url("../images/digitenz/night night gramps.png");background-image:url(../images/digitenz/businessman.png)}.usp--digitenz.digiten--5 header h3:after{background-image:url("../images/digitenz/night night gramps.png");background-image:url(../images/digitenz/fashionweekberlin.png)}.usp--digitenz.digiten--5 header h3:after,.usp--digitenz.digiten--6 header h3:after{content:"";display:inline-block;width:.6em;height:1em;background-position:0 100%;background-size:contain;background-repeat:no-repeat;margin-left:7px}.usp--digitenz.digiten--6 header h3:after{background-image:url("../images/digitenz/night night gramps.png");background-image:url(../images/digitenz/lindsaylohancoachella2014.png)}.usp--digitenz.digiten--7 header h3:after{width:.6em;background-image:url("../images/digitenz/night night gramps.png");background-image:url(../images/digitenz/mommyblogger.png)}.usp--digitenz.digiten--7 header h3:after,.usp--digitenz.digiten--8 header h3:after{content:"";display:inline-block;height:1em;background-position:0 100%;background-size:contain;background-repeat:no-repeat;margin-left:7px}.usp--digitenz.digiten--8 header h3:after{width:.6em;background-image:url("../images/digitenz/night night gramps.png");width:.95em;background-image:url(../images/digitenz/suchadad.png)}.usp--digitenz.digiten--9 header h3:after{background-image:url("../images/digitenz/night night gramps.png");background-image:url(../images/digitenz/tatemodernismyhome.png)}.usp--digitenz.digiten--9 header h3:after,.usp--digitenz.digiten--10 header h3:after{content:"";display:inline-block;width:.6em;height:1em;background-position:0 100%;background-size:contain;background-repeat:no-repeat;margin-left:7px}.usp--digitenz.digiten--10 header h3:after{background-image:url("../images/digitenz/night night gramps.png");background-image:url(../images/digitenz/umbrella-ella-ella.png)}.usp--digitenz.digiten--11 header h3:after{content:"";display:inline-block;width:.6em;height:1em;background-position:0 100%;background-size:contain;background-repeat:no-repeat;background-image:url("../images/digitenz/night night gramps.png");margin-left:7px;background-image:url(../images/digitenz/vintagefelicia.png)}.usp--bganimation .usp__content{max-width:50%}@media screen and (min-width:48rem){.usp--bganimation{grid-template-columns:8fr 4fr}.usp--bganimation>header{padding-right:0}.usp--bganimation .usp__content,.usp--bganimation>header{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1}}@media screen and (min-width:75rem){.usp--bganimation{grid-template-columns:1fr 48rem 27rem 1fr}.usp--bganimation>header .subline{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.166667}.usp--bganimation .usp__content,.usp--bganimation>header{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1}.usp--bganimation .usp__footer{grid-column:2/4;grid-column-start:2;-ms-grid-column-span:2}}@media screen and (min-width:81rem){.usp--bganimation .usp__content,.usp--bganimation .usp__footer,.usp--bganimation>header{padding-left:0;padding-right:0}}.usp__bg{background:transparent 0 0 no-repeat;background-size:auto 100%;position:absolute;right:0;bottom:3rem;width:12rem;height:14rem;pointer-events:none;margin-top:1.5rem;max-width:40%}@media screen and (min-width:48rem){.usp__bg{position:static;width:auto;height:auto;max-width:100%;grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1;grid-row:1/5;grid-row-start:1;-ms-grid-row-span:4}}@media screen and (min-width:75rem){.usp__bg{background-position:100% 0;grid-column:3/5;grid-column-start:3;-ms-grid-column-span:2;grid-row:1/5;grid-row-start:1;-ms-grid-row-span:4}}.usp__bg{-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:translate(3.75vw) rotate(-82deg);transform:translate(3.75vw) rotate(-82deg)}.usp.wx__inview:not(.stillLoading) .usp__bg,.usp.wx__inview:not(.stillLoading)>header{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.usp.wx__inview:not(.stillLoading) .usp__bg.wx__inview__loaded,.usp.wx__inview:not(.stillLoading)>header.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.openNavigation[data-oldnavi=true]{overflow:hidden;max-height:100vh;height:100%}.openNavigation[data-oldnavi=true].overlapping_header{padding-top:6.75rem}.openNavigation[data-oldnavi=true].overlapping_header.noNavigationHover{padding-top:0}@media screen and (max-width:47.9375rem){.openNavigation #main{overflow:hidden}}.openNavigation>.wrapper{z-index:unset}.openNavigation .wx__footerfixed{z-index:-1}.openNavigation>.wrapper>header{position:fixed;top:0;-webkit-box-shadow:none;box-shadow:none}.openNavigation.openHamburger{overflow:hidden}.openNavigation.openHamburger>.wrapper>header nav.meta .hide-onOpen-sm{opacity:0}.openNavigation.openOverlay{overflow:hidden;max-height:100vh;height:100%;-ms-touch-action:none;touch-action:none}.openNavigation.openOverlay:after{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;opacity:1;pointer-events:auto}.openNavigation.openOverlay--invisible:after{z-index:31;background-color:transparent;-webkit-transition:none;transition:none}.openNavigation.openOverlay>iframe{z-index:2!important}.openNavigation.sticky--overlap>.wrapper>.header--home{-webkit-box-shadow:none;box-shadow:none}.openNavigation.sticky--overlap>.wrapper>.header--home .logo,.openNavigation.sticky--overlap>.wrapper>.header--home .meta{opacity:1}.openNavigation .hero_home .hero_home__bookingpanel.bookingpanel,.openNavigation .hero_home__bookingpanel.bookingpanel{z-index:0}.openNavigation>.wrapper>header .main,.openNavigation>.wrapper>header .meta{opacity:1}.openNavigation:after{opacity:0;pointer-events:none;content:"";z-index:32;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.5)}#account_navigation,#navigation,[data-oldnavi=true] #navigation,[data-oldnavi=true] nav .subnav{position:absolute;left:0;right:0;top:0;min-height:100vh;max-height:100vh;overflow:hidden;pointer-events:none;background:#fff;-webkit-transform:translate(25%);transform:translate(25%);opacity:0;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-timing-function:cubic-bezier(.4,0,1,1);transition-timing-function:cubic-bezier(.4,0,1,1)}#account_navigation>*,#navigation>*,[data-oldnavi=true] #navigation>*,[data-oldnavi=true] nav .subnav>*{padding:0 1.5rem;opacity:.5;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;width:100%}#account_navigation .closerWrap,#navigation .closerWrap,[data-oldnavi=true] nav .subnav .closerWrap{opacity:0;height:6.75rem;padding:1.5rem;position:absolute;top:0;max-width:unset;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width:48rem){#account_navigation .closerWrap,#navigation .closerWrap,[data-oldnavi=true] nav .subnav .closerWrap{padding:1.875rem 3rem;height:7.5rem}}@media screen and (min-width:62rem){#account_navigation .closerWrap,#navigation .closerWrap,[data-oldnavi=true] nav .subnav .closerWrap{padding:2.375rem 3rem 2.625rem;height:8.75rem}}@media screen and (min-width:81rem){#account_navigation .closerWrap,#navigation .closerWrap,[data-oldnavi=true] nav .subnav .closerWrap{width:81rem}}#account_navigation .closerWrap .hamburger,#navigation .closerWrap .hamburger,[data-oldnavi=true] nav .subnav .closerWrap .hamburger{text-align:right;z-index:24;margin-right:-8px}#account_navigation[aria-hidden=false] .closerWrap,#navigation[aria-hidden=false] .closerWrap,[data-oldnavi=true] nav .subnav[aria-hidden=false] .closerWrap{opacity:1;-webkit-transition-delay:.15s;transition-delay:.15s}.panel--top#account_navigation,.panel--top#navigation,[data-oldnavi=true] nav .panel--top.subnav{-webkit-transform:translateY(-5vh);transform:translateY(-5vh)}#account_navigation:focus-within,#account_navigation[aria-hidden=false],#navigation:focus-within,#navigation[aria-hidden=false],[data-oldnavi=true] nav .subnav:focus-within,[data-oldnavi=true] nav .subnav[aria-hidden=false]{pointer-events:auto;opacity:1;overflow-x:hidden;overflow-y:scroll;-webkit-transition-timing-function:cubic-bezier(0,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1);-webkit-transform:translate(0);transform:translate(0)}#account_navigation:focus-within[data-popup=popup],#account_navigation[aria-hidden=false][data-popup=popup],#navigation:focus-within[data-popup=popup],#navigation[aria-hidden=false][data-popup=popup],[data-oldnavi=true] nav .subnav:focus-within[data-popup=popup],[data-oldnavi=true] nav .subnav[aria-hidden=false][data-popup=popup]{-webkit-transform:translate(-50%);transform:translate(-50%)}#account_navigation:focus-within>*,#account_navigation[aria-hidden=false]>*,#navigation:focus-within>*,#navigation[aria-hidden=false]>*,[data-oldnavi=true] #navigation:focus-within>*,[data-oldnavi=true] #navigation[aria-hidden=false]>*,[data-oldnavi=true] nav .subnav:focus-within>*,[data-oldnavi=true] nav .subnav[aria-hidden=false]>*{opacity:1}@media screen and (min-width:48rem){#navigation #account_navigation,#navigation #navigation,#navigation [data-oldnavi=true] nav .subnav,[data-oldnavi=true] nav #navigation .subnav{padding-top:7.5rem}#account_navigation>*,#navigation>*,[data-oldnavi=true] #navigation>*,[data-oldnavi=true] nav .subnav>*{padding:0 3rem}}@media screen and (min-width:62rem){#navigation #account_navigation,#navigation #navigation,#navigation [data-oldnavi=true] nav .subnav,[data-oldnavi=true] nav #navigation .subnav{padding-top:8.75rem}}@media screen and (min-width:81rem){#account_navigation>*,#navigation>*,[data-oldnavi=true] #navigation>*,[data-oldnavi=true] nav .subnav>*{padding-left:calc(50vw - 37.5rem);padding-right:calc(50vw - 37.5rem)}}[data-oldnavi=true] #navigation{z-index:24;position:fixed;background-color:#fff;color:#000;top:0;padding-top:6.75rem}[data-oldnavi=true] #navigation .meta .subnav{padding-top:6.75rem;min-height:calc(100vh - 6.75rem)}[data-oldnavi=true] #navigation .meta li.has_subnav>a:after,[data-oldnavi=true] #navigation .meta li.has_subnav>a:before{margin-bottom:0;-webkit-transform:none;transform:none;background-position:100%}.sticky--overlap [data-oldnavi=true] #navigation,.sticky--overlap [data-oldnavi=true] #navigation .meta .subnav{padding-top:5.25rem1.5rem}[data-oldnavi=true] #navigation>*{width:100%;max-width:75rem;margin-left:auto;margin-right:auto}[data-oldnavi=true] #navigation .mainMenu{position:relative}@media screen and (min-width:31.375rem){[data-oldnavi=true] #navigation .mainMenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:3rem}[data-oldnavi=true] #navigation .meta{padding-bottom:3rem}[data-oldnavi=true] #navigation .meta>ul{display:block}[data-oldnavi=true] #navigation .meta .has_subnav>a:after,[data-oldnavi=true] #navigation .meta .has_subnav>a:before{-webkit-transform:none;transform:none}[data-oldnavi=true] #navigation>p{justify-self:flex-end;padding-bottom:6rem}}@media (max-height:570px){[data-oldnavi=true] #navigation{display:block}[data-oldnavi=true] #navigation>*{padding:0 1.5rem 1.5rem}[data-oldnavi=true] #navigation .mainMenu{padding-bottom:0}}@media screen and (min-width:48rem){[data-oldnavi=true] #navigation{padding-top:7.5rem}[data-oldnavi=true] #navigation>*{padding:0 3rem 3rem}[data-oldnavi=true] #navigation .mainMenu{-webkit-box-flex:2;-ms-flex:2;flex:2}[data-oldnavi=true] #navigation .mainMenu a{font-size:3.75rem;line-height:1.3333333}[data-oldnavi=true] #navigation .mainMenu .subnav a{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2rem;line-height:1.65217}}@media screen and (min-width:62rem){[data-oldnavi=true] #navigation{padding-top:8.75rem}[data-oldnavi=true] #navigation .meta .subnav{padding-top:8.75rem;min-height:calc(100vh - 8.75rem)}}@media screen and (min-width:75rem){[data-oldnavi=true] #navigation .mainMenu .subnav>a.back_link{margin-left:0}}@media screen and (min-width:80rem){[data-oldnavi=true] #navigation>*{padding:0 0 3rem}}@media screen and (min-width:81rem){[data-oldnavi=true] #navigation .mainMenu .subnav>ul{padding-left:0!important;padding-right:0!important}}[data-oldnavi=true] nav .subnav{z-index:15;background-color:#fff;color:#000;opacity:0;margin:auto}[data-oldnavi=true] nav .subnav>ul{margin-left:auto;margin-right:auto}[data-oldnavi=true] nav .subnav[data-popup=fullscreen]{min-height:100vh;max-height:100vh;padding-top:6.75rem;-webkit-transform:translateY(-6%);transform:translateY(-6%);z-index:22}[data-oldnavi=true] nav .subnav[data-popup=fullscreen] a{font-size:1.5rem;line-height:1.3333333;padding:0}[data-oldnavi=true] nav .subnav[data-popup=popup]{background-color:#fff;color:#000;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5);width:auto;height:auto;min-height:1px;left:50%;right:auto;top:unset;-webkit-transform:translate(-50%,-.75%);transform:translate(-50%,-.75%);z-index:1;margin-top:.2rem}[data-oldnavi=true] nav .subnav[data-popup=popup] ul{padding:1.5rem;margin-bottom:0}[data-oldnavi=true] nav .subnav[data-popup=popup][aria-hidden=true] *{pointer-events:none!important}[data-oldnavi=true] nav .subnav[data-popup=popup]:focus-within *{pointer-events:auto}[data-oldnavi=true] nav .subnav[data-popup=popup]:focus-within,[data-oldnavi=true] nav .subnav[data-popup=popup][aria-hidden=false]{-webkit-transform:translate(-50%);transform:translate(-50%)}[data-oldnavi=true] nav .subnav:focus-within,[data-oldnavi=true] nav .subnav[aria-hidden=false]{opacity:1;-webkit-transform:none;transform:none;pointer-events:auto}[data-oldnavi=true] nav .subnav .back_link{margin-left:1.5rem;display:block;width:3em;background:no-repeat 100% 50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='15'%3E%3Cg fill='%23000'%3E%3Cpath d='M0 6h40v2H0z'/%3E%3Cpath d='M40.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L35.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");-webkit-transform:rotate(180deg);transform:rotate(180deg);text-indent:-9999px}[data-oldnavi=true] nav .subnav .back_link:focus,[data-oldnavi=true] nav .subnav .back_link:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='15'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h40v1.71H0z'/%3E%3Cpath d='M40.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L35.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E")}[data-oldnavi=true] nav ul{padding-bottom:1.5rem}[data-oldnavi=true] nav li{overflow:visible}[data-oldnavi=true] nav li strong{display:inline-block;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1;line-height:1.333333;color:#b8b8b8;margin-top:1em;margin-bottom:1em}[data-oldnavi=true] nav li.has_subnav--popup{position:relative;overflow:visible}@media screen and (min-width:31.375rem){[data-oldnavi=true] nav li.has_subnav.white>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}[data-oldnavi=true] nav li.has_subnav.white>a:after:active,[data-oldnavi=true] nav li.has_subnav.white>a:after:focus,[data-oldnavi=true] nav li.has_subnav.white>a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}}[data-oldnavi=true] nav li.has_subnav>a{position:relative;padding-right:1.3em}[data-oldnavi=true] nav li.has_subnav>a:after,[data-oldnavi=true] nav li.has_subnav>a:before{position:absolute;right:.575em;bottom:.5em;content:"";width:.75em;height:.6em;display:inline-block;background:#5a5a5a;background:no-repeat 50%;background-size:contain;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s}[data-oldnavi=true] nav li.has_subnav>a:before{opacity:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}[data-oldnavi=true] nav li.has_subnav>a:before:active,[data-oldnavi=true] nav li.has_subnav>a:before:focus,[data-oldnavi=true] nav li.has_subnav>a:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}[data-oldnavi=true] nav li.has_subnav>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}[data-oldnavi=true] nav li.has_subnav>a:after:active,[data-oldnavi=true] nav li.has_subnav>a:after:focus,[data-oldnavi=true] nav li.has_subnav>a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}[data-oldnavi=true] nav li.has_subnav>a.active:before,[data-oldnavi=true] nav li.has_subnav>a:focus:before,[data-oldnavi=true] nav li.has_subnav>a:hover:before{opacity:1}[data-oldnavi=true] nav li.has_subnav>a.active:after,[data-oldnavi=true] nav li.has_subnav>a:focus:after,[data-oldnavi=true] nav li.has_subnav>a:hover:after{opacity:0}[data-oldnavi=true] nav li.has_subnav>a.active{color:#ff0038}[data-oldnavi=true] nav li.has_subnav>a.active:after,[data-oldnavi=true] nav li.has_subnav>a.active:before{background-position:0 100%;-webkit-transform:translate(.2em,.8em) rotate(270deg);transform:translate(.2em,.8em) rotate(270deg)}[data-oldnavi=true] nav li.active>a:before{content:"";display:inline-block;height:.125em;width:.75em;background-color:#ff0038;vertical-align:middle;position:relative;top:-.075em;margin-right:.25em}[data-oldnavi=true] nav.mainMenu a{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2rem;line-height:1.65217}[data-oldnavi=true] nav.meta{display:none;margin-top:1.5rem}[data-oldnavi=true] nav.meta a{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1;line-height:2}[data-oldnavi=true] nav.meta>ul{margin-bottom:0}[data-oldnavi=true] nav.meta li.has_subnav>a:after,[data-oldnavi=true] nav.meta li.has_subnav>a:before{height:.85em;margin-bottom:.3125rem;width:1.25em;bottom:.65em}@media screen and (min-width:31.375rem){[data-oldnavi=true] nav.meta{margin-top:0;display:block;-webkit-box-flex:2;-ms-flex:2;flex:2}[data-oldnavi=true] nav.meta a{padding:.5em}[data-oldnavi=true] nav.meta>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:0;padding-bottom:0}[data-oldnavi=true] nav.meta>ul>li{margin-right:2.3125rem}[data-oldnavi=true] nav.meta li.has_subnav>a{padding-right:1.75em}[data-oldnavi=true] nav.meta li.has_subnav>a:after,[data-oldnavi=true] nav.meta li.has_subnav>a:before{bottom:1.35em;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625;line-height:2;display:inline-block;-webkit-transform:translate(.2em,.1em) rotate(90deg);transform:translate(.2em,.1em) rotate(90deg)}[data-oldnavi=true] nav.meta li.has_subnav>a.active:after,[data-oldnavi=true] nav.meta li.has_subnav>a.active:before{-webkit-transform:translate(.2em,.1em) rotate(270deg);transform:translate(.2em,.1em) rotate(270deg)}}@media screen and (min-width:48rem){[data-oldnavi=true] nav .subnav .back_link{margin-left:3rem}[data-oldnavi=true] nav .subnav[data-popup=fullscreen] a{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2rem;line-height:1.65217}[data-oldnavi=true] nav li strong{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1}[data-oldnavi=true] nav li.has_subnav>a{position:relative}[data-oldnavi=true] nav li.has_subnav>a:after,[data-oldnavi=true] nav li.has_subnav>a:before{bottom:.3em}}@media screen and (min-width:62rem){[data-oldnavi=true] nav .subnav[data-popup=fullscreen] a{font-size:2.5rem}}@media screen and (min-width:75rem){[data-oldnavi=true] nav .subnav .back_link{margin-left:calc(50vw - 37.5rem)}}@media screen and (max-width:47.9375rem){[data-oldnavi=true] #subnav_hotels>ul,[data-oldnavi=true] #subnav_hotels_dropdown>ul{padding-bottom:4.5rem}}@media screen and (min-width:48rem){[data-oldnavi=true] #subnav_hotels>ul,[data-oldnavi=true] #subnav_hotels_dropdown>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}[data-oldnavi=true] #subnav_hotels>ul>li.back_link,[data-oldnavi=true] #subnav_hotels_dropdown>ul>li.back_link{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}[data-oldnavi=true] #subnav_hotels>ul>li,[data-oldnavi=true] #subnav_hotels_dropdown>ul>li{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}}@media screen and (min-width:62rem){[data-oldnavi=true] #subnav_hotels>ul>li,[data-oldnavi=true] #subnav_hotels_dropdown>ul>li{width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.mainMenu .has_subnav [data-oldnavi=true] #subnav_hotels.subnav ul li a,.mainMenu .has_subnav [data-oldnavi=true] #subnav_hotels_dropdown.subnav ul li a{font-size:2.5rem}}#account_navigation,#navigation{z-index:24;position:fixed;background-color:#fff;color:#000;top:0;padding-top:8rem}.sticky--overlap #account_navigation,.sticky--overlap #navigation{padding-top:5.25rem1.5rem}#account_navigation>*,#navigation>*{width:100%;max-width:75rem;margin-left:auto;margin-right:auto}#account_navigation a,#navigation a{border:2px solid transparent;margin-top:-2px;margin-bottom:-2px;white-space:normal}#account_navigation .mainMenu>ul,#navigation .mainMenu>ul{margin-bottom:0}#account_navigation .mainMenu>ul+ul,#navigation .mainMenu>ul+ul{margin-top:.625rem;padding-top:.625rem;border-top:1px solid #b8b8b8}#account_navigation .subnav,#navigation .subnav{z-index:15;opacity:0;margin:auto}#account_navigation .subnav .dotted>a,#navigation .subnav .dotted>a{padding-right:1em}#account_navigation .subnav>ul,#navigation .subnav>ul{margin-left:auto;margin-right:auto;font-size:.875rem;line-height:2.1428571429;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}#account_navigation .subnav>ul a,#navigation .subnav>ul a{font-family:inherit;font-weight:300;font-size:inherit;line-height:inherit}#account_navigation .subnav>ul li,#navigation .subnav>ul li{padding-left:.625rem}#account_navigation .subnav strong,#navigation .subnav strong{font-family:inherit;font-size:.75rem;line-height:1;margin:0;height:3em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#account_navigation .subnav strong a,#navigation .subnav strong a{padding-top:1em;padding-bottom:1em;display:block}#account_navigation .subnav:focus-within,#account_navigation .subnav[aria-hidden=false],#navigation .subnav:focus-within,#navigation .subnav[aria-hidden=false]{opacity:1;-webkit-transform:none;transform:none;pointer-events:auto}#account_navigation .subnav[data-slide],#navigation .subnav[data-slide]{max-height:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}#account_navigation .subnav[data-slide]:focus-within,#account_navigation .subnav[data-slide][aria-hidden=false],#navigation .subnav[data-slide]:focus-within,#navigation .subnav[data-slide][aria-hidden=false]{display:block!important;max-height:999px}@media screen and (min-width:31.375rem){#account_navigation>p,#navigation>p{justify-self:flex-end;padding-bottom:6rem}}@media (max-height:570px){#account_navigation,#navigation{display:block}#account_navigation>*,#navigation>*{padding:0 1.5rem 1.5rem}}@media screen and (min-width:48rem){#account_navigation,#navigation{padding-top:7.5rem}#account_navigation>*,#navigation>*{padding:0 3rem 3rem}}@media screen and (min-width:62rem){#account_navigation,#navigation{padding-top:8.75rem}}@media screen and (min-width:80rem){#account_navigation>*,#navigation>*{padding:0 0 3rem}}nav li{overflow:visible}nav ul{padding-bottom:1.25rem}nav li strong{display:inline-block;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1;line-height:1.333333;color:#5a5a5a;margin-top:1em;margin-bottom:1em}nav li.has_subnav--popup{position:relative;overflow:visible}@media screen and (min-width:31.375rem){nav li.has_subnav.white>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}nav li.has_subnav.white>a:after:active,nav li.has_subnav.white>a:after:focus,nav li.has_subnav.white>a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}}nav li.has_subnav>a{position:relative;padding-right:1.3em}nav li.has_subnav>a:after,nav li.has_subnav>a:before{position:absolute;right:.575em;bottom:.5em;content:"";width:.78em;height:.78em;display:inline-block;background:#5a5a5a;background:no-repeat 50%;background-size:contain;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transform:translate(.2em,-.2em) rotate(90deg);transform:translate(.2em,-.2em) rotate(90deg)}nav li.has_subnav>a:before{opacity:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}nav li.has_subnav>a:before:active,nav li.has_subnav>a:before:focus,nav li.has_subnav>a:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}nav li.has_subnav>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}nav li.has_subnav>a:after:active,nav li.has_subnav>a:after:focus,nav li.has_subnav>a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}nav li.has_subnav>a.active:before,nav li.has_subnav>a:focus:before,nav li.has_subnav>a:hover:before{opacity:1}nav li.has_subnav>a.active:after,nav li.has_subnav>a:focus:after,nav li.has_subnav>a:hover:after{opacity:0}nav li.has_subnav>a.active{color:#ff0038}nav li.has_subnav>a.active:after,nav li.has_subnav>a.active:before{background-position:0 100%;-webkit-transform:translate(.2em,-.2em) rotate(270deg);transform:translate(.2em,-.2em) rotate(270deg)}nav li.has_subnav ul{padding-bottom:0;margin-bottom:0}nav.main,nav.meta{margin-top:0}nav.main a,nav.meta a{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1;line-height:2}nav.main>ul,nav.meta>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:0;padding-bottom:0}nav.main>ul>li:last-child,nav.meta>ul>li:last-child{margin-right:0}nav.main>ul>li a:focus,nav.meta>ul>li a:focus{border:none}nav.main li>a,nav.meta li>a{margin-right:1.75em}nav.main li.has_subnav>a,nav.meta li.has_subnav>a{margin-right:.65em;padding:.5em 1.75em .5em .5em}nav.main li.has_subnav>a:after,nav.main li.has_subnav>a:before,nav.meta li.has_subnav>a:after,nav.meta li.has_subnav>a:before{height:.85em;margin-bottom:.3125rem;width:1.25em;bottom:.65em;-webkit-transform:translate(.2em,.1em) rotate(90deg);transform:translate(.2em,.1em) rotate(90deg)}nav.main li.has_subnav>a.active:after,nav.main li.has_subnav>a.active:before,nav.meta li.has_subnav>a.active:after,nav.meta li.has_subnav>a.active:before{-webkit-transform:translate(.2em,.1em) rotate(270deg);transform:translate(.2em,.1em) rotate(270deg)}@media screen and (max-width:61.9375rem){nav.main li.has_subnav>a,nav.meta li.has_subnav>a{margin-right:0}}@media screen and (min-width:31.375rem){nav.main,nav.meta{display:block;-webkit-box-flex:2;-ms-flex:2;flex:2}nav.main a,nav.meta a{padding:.5em}nav.main li.has_subnav>a:after,nav.main li.has_subnav>a:before,nav.meta li.has_subnav>a:after,nav.meta li.has_subnav>a:before{bottom:1.35em;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625;line-height:2;display:inline-block;-webkit-transform:translate(.2em,.1em) rotate(90deg);transform:translate(.2em,.1em) rotate(90deg)}nav.main li.has_subnav>a.active:after,nav.main li.has_subnav>a.active:before,nav.meta li.has_subnav>a.active:after,nav.meta li.has_subnav>a.active:before{-webkit-transform:translate(.2em,.1em) rotate(270deg);transform:translate(.2em,.1em) rotate(270deg)}}@media screen and (min-width:48rem){nav .subnav .back_link{margin-left:3rem}nav .subnav[data-popup=fullscreen] a{font-size:2rem;line-height:1.65217}nav .subnav[data-popup=fullscreen] a,nav li strong{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}nav li strong{font-size:1.125rem;line-height:1}nav li.has_subnav>a{position:relative}nav li.has_subnav>a:after,nav li.has_subnav>a:before{bottom:.3em}}@media screen and (min-width:62rem){nav.main li>a,nav.meta li>a{margin-right:1.5em}nav .subnav[data-popup=fullscreen] a{font-size:2.5rem}}@media screen and (min-width:75rem){nav .subnav .back_link{margin-left:calc(50vw - 37.5rem)}}nav.openOverlay{overflow:hidden;max-height:100vh}#account_navigation strong,#navigation strong{color:#5a5a5a;font-size:.875rem;padding-left:.125rem}#account_navigation .mainMenu,#navigation .mainMenu{margin-top:2px;padding-top:2px}#account_navigation .mainMenu a,#navigation .mainMenu a{font-size:1.125rem;line-height:1}#account_navigation .mainMenu a,#account_navigation .mainMenu li.city,#navigation .mainMenu a,#navigation .mainMenu li.city{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}#account_navigation .mainMenu>ul>li,#navigation .mainMenu>ul>li{margin-bottom:.3125rem}#account_navigation .mainMenu>ul>li>a,#navigation .mainMenu>ul>li>a{line-height:1;padding-top:.5em;padding-bottom:.5em}#account_navigation .mainMenu li.has_subnav>a,#navigation .mainMenu li.has_subnav>a{width:100%}#account_navigation.main>ul,#account_navigation.meta>ul,#navigation.main>ul,#navigation.meta>ul{display:block}#account_navigation.main li.has_subnav>a:after,#account_navigation.main li.has_subnav>a:before,#account_navigation.meta li.has_subnav>a:after,#account_navigation.meta li.has_subnav>a:before,#navigation.main li.has_subnav>a:after,#navigation.main li.has_subnav>a:before,#navigation.meta li.has_subnav>a:after,#navigation.meta li.has_subnav>a:before{margin-bottom:0;-webkit-transform:none;transform:none;background-position:100%}@media (max-height:570px){#account_navigation .mainMenu,#navigation .mainMenu{padding-bottom:0}}nav.main{margin-top:0;-webkit-box-flex:1;-ms-flex:1;flex:1}nav.main>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:0;padding-bottom:0}nav.main>ul>li:last-child{margin-right:0}nav.main>ul>li a:focus{border:none}nav.main [data-target="#subnav_login_popup"]{width:calc(30px + 1em)}nav.main [data-target="#account_navigation"]{margin-right:0!important;padding-top:calc(.5em - 2px);margin-top:4px}nav.main .subnav{z-index:15;opacity:0;margin:auto;font-size:.875rem;position:absolute;left:0;right:0;top:0;background-color:#fff;color:#000}nav.main .subnav>*{padding:0 1.5rem;opacity:.5;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;width:100%}nav.main .subnav>ul{margin-left:auto;margin-right:auto;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex}nav.main .subnav>ul>li{min-width:5.0625rem;padding:1.25rem}nav.main .subnav>ul>li:first-child{padding-left:2.5rem}nav.main .subnav>ul>li:last-child{padding-right:2.5rem}nav.main .subnav>ul>li>ul:first-child{margin-top:2.8em}nav.main .subnav>ul hr{margin-top:1.55em}nav.main .subnav>ul ul{margin-left:-.5em}nav.main .subnav>ul ul li{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}nav.main .subnav>ul ul a{font-family:inherit}nav.main .subnav>ul li:not(.city)+.city{margin-top:1em}nav.main .subnav>ul .city~li:not(.city),nav.main .subnav strong{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}nav.main .subnav strong{display:block;font-weight:400;color:#5a5a5a;margin:0;line-height:2;font-size:1em}nav.main .subnav strong a{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-weight:inherit;margin-left:-.5em;margin-top:-.5em}nav.main .subnav strong+ul{margin-top:.75em}nav.main .subnav a{font-size:1em;padding:0 .5em .25em;margin-right:0}nav.main .subnav[data-popup=popup]{background-color:#fff;color:#000;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5);width:auto;height:auto;min-height:1px;left:50%;right:auto;top:100%;-webkit-transform:translate(-50%,-.75%);transform:translate(-50%,-.75%);z-index:1;margin-top:.2rem}nav.main .subnav[data-popup=popup] ul{padding:0;margin-bottom:0}nav.main .subnav[data-popup=popup][aria-hidden=true] *{pointer-events:none!important}nav.main .subnav[data-popup=popup]:focus-within *{pointer-events:auto}nav.main .subnav[data-popup=popup]:focus-within,nav.main .subnav[data-popup=popup][aria-hidden=false]{-webkit-transform:translate(-50%);transform:translate(-50%)}nav.main .subnav:focus-within,nav.main .subnav[aria-hidden=false]{opacity:1;-webkit-transform:none;transform:none;pointer-events:auto}nav.main .subnav#subnav_groups_meetings a{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}nav.main .subnav#subnav_groups_meetings li.city>a{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}nav.main .subnav#subnav_lang_popup,nav.main .subnav#subnav_login_popup,nav.main .subnav#subnav_more{left:auto;right:.85em;-webkit-transform:none!important;transform:none!important}nav.main .subnav#subnav_login_popup{right:1.5em}nav.main .login>a{margin-right:0}@media screen and (max-width:47.9375rem){#subnav_hotels>ul{padding-bottom:4.5rem}}@media screen and (min-width:48rem){#subnav_hotels>ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}#subnav_hotels>ul,#subnav_hotels>ul>li.back_link{display:-webkit-box;display:-ms-flexbox;display:flex}#subnav_hotels>ul>li.back_link{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#subnav_hotels>ul>li{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}}@media screen and (min-width:62rem){#subnav_hotels>ul>li{width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.mainMenu .has_subnav #subnav_hotels.subnav ul li a{font-size:2.5rem}}li.has_subnav>a[data-target="#subnav_hotels"]:after,li.has_subnav>a[data-target="#subnav_hotels"]:before{-webkit-transform:none!important;transform:none!important;background-position:100%!important}@media screen and (max-width:47.9375rem){.wrapper>header .innerWrap{height:5rem}}body:not([data-shownavi]) #account_navigation,body:not([data-shownavi]) #navigation,body:not([data-shownavi]) [aria-label="main navigation"],body:not([data-shownavi]) [data-popup]{-webkit-transition:none!important;transition:none!important;visibility:hidden!important;opacity:0!important}.carousel:first-child{padding-top:.5rem}.inline-target .carousel:first-child{padding-top:0}.carousel,.inline-target .carousel{display:grid;grid-template-columns:1.5rem 1fr 1.5rem;max-width:90rem}@media screen and (min-width:48rem){.carousel,.inline-target .carousel{grid-template-columns:1fr 1fr;grid-template-rows:auto auto 1fr}}@media screen and (min-width:90rem){.carousel,.inline-target .carousel{grid-template-columns:1fr 37.5rem 37.5rem 1fr}}.carousel>header,.inline-target .carousel>header{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1}@media screen and (min-width:31.375rem){.carousel>header,.inline-target .carousel>header{margin-left:.75rem}}@media screen and (min-width:48rem){.carousel>header,.inline-target .carousel>header{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1;padding-left:3rem;margin-left:0}}@media screen and (min-width:75rem){.carousel>header,.inline-target .carousel>header{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1}.carousel>header h1,.inline-target .carousel>header h1{font-size:6.25rem}}@media screen and (min-width:90rem){.carousel>header,.inline-target .carousel>header{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1;padding-left:0}}.carousel__slider,.inline-target .carousel__slider{grid-column:1/4;grid-column-start:1;-ms-grid-column-span:3;max-width:90rem}.carousel__slider__slide,.inline-target .carousel__slider__slide{margin-left:.75rem;margin-right:.75rem;width:calc(100vw - 1.5rem);max-width:calc(100vw - 1.5rem);position:relative}.carousel__slider__slide>*,.inline-target .carousel__slider__slide>*{padding:0 .75rem}.carousel__slider .slick-list,.inline-target .carousel__slider .slick-list{overflow:visible}.carousel__slider .slick-slide,.inline-target .carousel__slider .slick-slide{overflow:visible;max-width:100%;max-width:100vw}.carousel__slider .slick-arrow,.inline-target .carousel__slider .slick-arrow{z-index:1011;top:32%}@media screen and (min-width:31.375rem){.carousel__slider__slide,.inline-target .carousel__slider__slide{margin-left:1.5rem;margin-right:1.5rem;width:calc(100vw - 3rem);max-width:calc(100vw - 3rem)}}@media screen and (max-width:47.9375rem){.carousel__slider .slick-prev,.inline-target .carousel__slider .slick-prev{left:2.7rem}.carousel__slider .slick-prev,.carousel__slider .slick-prev:focus,.carousel__slider .slick-prev:hover,.inline-target .carousel__slider .slick-prev,.inline-target .carousel__slider .slick-prev:focus,.inline-target .carousel__slider .slick-prev:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.515 9.379L11 .893l2.121 2.122L4.636 11.5l8.485 8.485L11 22.107.393 11.5z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:contain}.carousel__slider .slick-prev:active:hover,.inline-target .carousel__slider .slick-prev:active:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.515 9.379L11 .893l2.121 2.122L4.636 11.5l8.485 8.485L11 22.107.393 11.5z' fill='%23FF0038' fill-rule='nonzero'/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:contain}.carousel__slider .slick-next,.inline-target .carousel__slider .slick-next{right:2.7rem}.carousel__slider .slick-next,.carousel__slider .slick-next:focus,.carousel__slider .slick-next:hover,.inline-target .carousel__slider .slick-next,.inline-target .carousel__slider .slick-next:focus,.inline-target .carousel__slider .slick-next:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.485 13.621L3 22.107.879 19.985 9.364 11.5.879 3.015 3 .893 13.607 11.5z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:contain}.carousel__slider .slick-next:active:hover,.inline-target .carousel__slider .slick-next:active:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.485 13.621L3 22.107.879 19.985 9.364 11.5.879 3.015 3 .893 13.607 11.5z' fill='%23FF0038' fill-rule='nonzero'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:contain}}@media screen and (min-width:48rem){.carousel__slider__slide,.inline-target .carousel__slider__slide{margin-left:6rem;margin-right:6rem;width:calc(100vw - 12rem);max-width:calc(100vw - 12rem)}.carousel__slider__slide>*,.inline-target .carousel__slider__slide>*{padding:0 1.5rem}.carousel__slider .slick-arrow,.inline-target .carousel__slider .slick-arrow{width:3.75rem}.carousel__slider .slick-arrow:after,.carousel__slider .slick-arrow:before,.inline-target .carousel__slider .slick-arrow:after,.inline-target .carousel__slider .slick-arrow:before{content:"";display:block;position:absolute;overflow:hidden;top:0;right:.625rem;margin-right:-.625rem;max-width:3rem;width:4rem;height:100%}.carousel__slider .slick-arrow:after,.inline-target .carousel__slider .slick-arrow:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100%;background-size:auto 1rem}.carousel__slider .slick-arrow:after:active,.carousel__slider .slick-arrow:after:focus,.carousel__slider .slick-arrow:after:hover,.inline-target .carousel__slider .slick-arrow:after:active,.inline-target .carousel__slider .slick-arrow:after:focus,.inline-target .carousel__slider .slick-arrow:after:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}.carousel__slider .slick-arrow:before,.inline-target .carousel__slider .slick-arrow:before{opacity:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100%;background-size:auto 1rem}.carousel__slider .slick-arrow:before:active,.carousel__slider .slick-arrow:before:focus,.carousel__slider .slick-arrow:before:hover,.inline-target .carousel__slider .slick-arrow:before:active,.inline-target .carousel__slider .slick-arrow:before:focus,.inline-target .carousel__slider .slick-arrow:before:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}.carousel__slider .slick-arrow:hover:after,.inline-target .carousel__slider .slick-arrow:hover:after{opacity:0;right:0;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.carousel__slider .slick-arrow:hover:before,.inline-target .carousel__slider .slick-arrow:hover:before{right:0;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;opacity:1}.carousel__slider .slick-prev,.inline-target .carousel__slider .slick-prev{left:2.49999999rem;-webkit-transform:translateY(-2.125rem) rotate(180deg);transform:translateY(-2.125rem) rotate(180deg)}.carousel__slider .slick-next,.inline-target .carousel__slider .slick-next{right:2.49999999rem;-webkit-transform:translateY(.875rem);transform:translateY(.875rem)}}@media screen and (min-width:67.5rem){.carousel__slider,.inline-target .carousel__slider{grid-column:1/5;grid-column-start:1;-ms-grid-column-span:4}}@media screen and (min-width:90rem){.carousel__slider,.inline-target .carousel__slider{grid-column:1/5;grid-column-start:1;-ms-grid-column-span:4}.carousel__slider__slide,.inline-target .carousel__slider__slide{margin-left:12rem;margin-right:12rem;width:66rem;max-width:66rem}.carousel__slider .slick-arrow,.inline-target .carousel__slider .slick-arrow{width:4.5rem}.carousel__slider .slick-prev,.inline-target .carousel__slider .slick-prev{left:8.5rem}.carousel__slider .slick-next,.inline-target .carousel__slider .slick-next{right:8.5rem}}.carousel__slide__header,.inline-target .carousel__slide__header{position:relative;z-index:2;-webkit-transition:.38s ease-in-out;transition:.38s ease-in-out;opacity:0;margin-bottom:-1.5em}.carousel__slide__header .usp>header h2,.carousel__slide__header h2,.inline-target .carousel__slide__header h2,.usp>header .carousel__slide__header h2{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2.5rem;line-height:1;width:100%;height:1.7em;max-width:15rem;margin-top:.6em}.carousel__slide__image,.inline-target .carousel__slide__image{-webkit-transition:none;transition:none;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition-delay:.19s;transition-delay:.19s}.carousel__slide__text,.carousel__slide__tile,.inline-target .carousel__slide__text,.inline-target .carousel__slide__tile{-webkit-transition:.38s ease-in-out;transition:.38s ease-in-out;opacity:0;padding-top:1.75rem}@media screen and (min-width:48rem){.carousel__slide__header .usp>header h2,.carousel__slide__header h2,.inline-target .carousel__slide__header h2,.usp>header .carousel__slide__header h2{margin-left:-4rem;max-width:22rem;margin-top:.25em;font-size:4.375rem}.carousel__slider__slide--wideheader .carousel__slide__header h2,.carousel__slider__slide--wideheader .inline-target .carousel__slide__header h2{max-width:80%}}@media screen and (min-width:62rem){.carousel__slide,.inline-target .carousel__slide{max-width:76.5rem}.carousel__slide__header,.inline-target .carousel__slide__header{margin-bottom:-3em}.carousel__slide__header .usp>header h2,.carousel__slide__header h2,.inline-target .carousel__slide__header h2,.usp>header .carousel__slide__header h2{font-size:7.5rem;max-width:35rem}}@media screen and (min-width:81rem){.carousel__slide__header,.inline-target .carousel__slide__header{padding-left:0;padding-right:0}.carousel__slide__header .usp>header h2,.carousel__slide__header h2,.inline-target .carousel__slide__header h2,.usp>header .carousel__slide__header h2{margin-left:-3.5rem}}@media screen and (min-width:90rem){.carousel__slide__header .usp>header h2,.carousel__slide__header h2,.inline-target .carousel__slide__header h2,.usp>header .carousel__slide__header h2{margin-left:-5rem}}.carousel__slider .slick-wx .carousel__slide__tile{opacity:0}.carousel__slider .slick-wx-next{opacity:1!important}.carousel__slider .slick-wx-next .carousel__slide__image{-webkit-transition:-webkit-transform .38s ease-in-out;transition:-webkit-transform .38s ease-in-out;transition:transform .38s ease-in-out;transition:transform .38s ease-in-out,-webkit-transform .38s ease-in-out;-webkit-transform:translate(0);transform:translate(0);-webkit-transform-origin:0 50%;transform-origin:0 50%}.wx__inview__loaded .carousel__slider .slick-wx-next .carousel__slide__image{-webkit-transition-delay:.19s;transition-delay:.19s}.carousel__slider .slick-wx-next--right{opacity:1!important}.carousel__slider .slick-wx-next--right .carousel__slide__header{opacity:0;-webkit-transform:translate(-25%);transform:translate(-25%)}.carousel__slider .slick-wx-next--right .carousel__slide__image{-webkit-transition:-webkit-transform .38s ease-in-out;transition:-webkit-transform .38s ease-in-out;transition:transform .38s ease-in-out;transition:transform .38s ease-in-out,-webkit-transform .38s ease-in-out;-webkit-transform:translate(100%,-41.5%) scale(.476);transform:translate(100%,-41.5%) scale(.476);-webkit-transform-origin:0 50%;transform-origin:0 50%;opacity:1}.wx__inview__loaded .carousel__slider .slick-wx-next--right .carousel__slide__image{-webkit-transition-delay:.19s;transition-delay:.19s}.carousel__slider .slick-wx-next--left{opacity:1!important}.carousel__slider .slick-wx-next--left .carousel__slide__header{opacity:0;-webkit-transform:translate(25%);transform:translate(25%);-webkit-transition-delay:0s;transition-delay:0s}.carousel__slider .slick-wx-next--left .carousel__slide__image{-webkit-transition:-webkit-transform .38s ease-in-out;transition:-webkit-transform .38s ease-in-out;transition:transform .38s ease-in-out;transition:transform .38s ease-in-out,-webkit-transform .38s ease-in-out;-webkit-transform:translate(-100%,41.5%) scale(.476);transform:translate(-100%,41.5%) scale(.476);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;opacity:1}.wx__inview__loaded .carousel__slider .slick-wx-next--left .carousel__slide__image{-webkit-transition-delay:.19s;transition-delay:.19s}.carousel__slider .slick-wx-next--fromright .carousel__slide__image{-webkit-transform:translate(200%,-83%) scale(.238);transform:translate(200%,-83%) scale(.238);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition:none!important;transition:none!important}.carousel__slider .slick-wx-next--fromleft .carousel__slide__image{-webkit-transform:translate(-200%,83%) scale(.238);transform:translate(-200%,83%) scale(.238);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition:none!important;transition:none!important}.carousel__slider .slick-wx-next--toright{opacity:1!important}.carousel__slider .slick-wx-next--toright .carousel__slide__image{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:translate(200%,-83%) scale(.238);transform:translate(200%,-83%) scale(.238);-webkit-transition:-webkit-transform .38s ease-in-out;transition:-webkit-transform .38s ease-in-out;transition:transform .38s ease-in-out;transition:transform .38s ease-in-out,-webkit-transform .38s ease-in-out}.wx__inview__loaded .carousel__slider .slick-wx-next--toright .carousel__slide__image{-webkit-transition-delay:.19s;transition-delay:.19s}.carousel__slider .slick-wx-next--toleft{opacity:1!important}.carousel__slider .slick-wx-next--toleft .carousel__slide__image{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:translate(-200%,83%) scale(.238);transform:translate(-200%,83%) scale(.238);-webkit-transition:-webkit-transform .38s ease-in-out;transition:-webkit-transform .38s ease-in-out;transition:transform .38s ease-in-out;transition:transform .38s ease-in-out,-webkit-transform .38s ease-in-out}.wx__inview__loaded .carousel__slider .slick-wx-next--toleft .carousel__slide__image{-webkit-transition-delay:.19s;transition-delay:.19s}.carousel__slider .slick-wx-unloading{-webkit-transform:scale(1)!important;transform:scale(1)!important}.carousel__slider .slick-wx-unloading--right .carousel__slide__header{opacity:0;-webkit-transform:translate(25%);transform:translate(25%)}.carousel__slider .slick-wx-unloading--right .carousel__slide__image{-webkit-transition:-webkit-transform .38s ease-in-out;transition:-webkit-transform .38s ease-in-out;transition:transform .38s ease-in-out;transition:transform .38s ease-in-out,-webkit-transform .38s ease-in-out;-webkit-transform:translate(-100%,41.5%) scale(.476);transform:translate(-100%,41.5%) scale(.476);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.wx__inview__loaded .carousel__slider .slick-wx-unloading--right .carousel__slide__image{-webkit-transition-delay:.19s;transition-delay:.19s}.carousel__slider .slick-wx-unloading--right .carousel__slide__text,.carousel__slider .slick-wx-unloading--right .carousel__slide__tile{-webkit-transform:translateY(20%);transform:translateY(20%);opacity:0}.carousel__slider .slick-wx-unloading--left .carousel__slide__header{opacity:0;-webkit-transform:translate(-25%);transform:translate(-25%)}.carousel__slider .slick-wx-unloading--left .carousel__slide__image{-webkit-transform:translate(100%,-41.5%) scale(.476);transform:translate(100%,-41.5%) scale(.476);-webkit-transform-origin:0 50%;transform-origin:0 50%}.wx__inview__loaded .carousel__slider .slick-wx-unloading--left .carousel__slide__image{-webkit-transition-delay:.19s;transition-delay:.19s}.carousel__slider .slick-wx-loading--right .carousel__slide__header{opacity:0;-webkit-transform:translate(-25%);transform:translate(-25%)}.wx__inview__loaded .carousel__slider .slick-wx-loading--right .carousel__slide__header{-webkit-transition-delay:.19s;transition-delay:.19s}.carousel__slider .slick-wx-loading--right .carousel__slide__image{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.carousel__slider .slick-wx-loading--left .carousel__slide__header{opacity:0;-webkit-transform:translate(25%);transform:translate(25%)}.wx__inview__loaded .carousel__slider .slick-wx-loading--left .carousel__slide__header{-webkit-transition-delay:.19s;transition-delay:.19s}.carousel__slider .slick-wx-loaded{opacity:1!important}.carousel__slider .slick-wx-loaded .carousel__slide__header,.carousel__slider .slick-wx-loaded .carousel__slide__image{opacity:1}.carousel__slider .slick-wx-loaded .carousel__slide__text{-webkit-transform:translate(0);transform:translate(0);opacity:1}.carousel__slider .slick-wx-loaded .carousel__slider__slide .carousel__slide__tile.tile{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:1;pointer-events:auto}@media screen and (min-width:48rem){.carousel__slider .slick-wx-next--right .carousel__slide__image{-webkit-transform:translate(100%,-35.2857%) scale(.5714);transform:translate(100%,-35.2857%) scale(.5714)}.carousel__slider .slick-wx-next--left .carousel__slide__image{-webkit-transform:translate(-100%,35.2857%) scale(.5714);transform:translate(-100%,35.2857%) scale(.5714)}.carousel__slider .slick-wx-next--fromright .carousel__slide__image{-webkit-transform:translate(200%,-70.5714%) scale(.2857);transform:translate(200%,-70.5714%) scale(.2857)}.carousel__slider .slick-wx-next--fromleft .carousel__slide__image{-webkit-transform:translate(-200%,70.5714%) scale(.2857);transform:translate(-200%,70.5714%) scale(.2857)}.carousel__slider .slick-wx-next--toright .carousel__slide__image{-webkit-transform:translate(200%,-70.5714%) scale(.2857);transform:translate(200%,-70.5714%) scale(.2857)}.carousel__slider .slick-wx-next--toleft .carousel__slide__image{-webkit-transform:translate(-200%,70.5714%) scale(.2857);transform:translate(-200%,70.5714%) scale(.2857)}.carousel__slider .slick-wx-unloading--right .carousel__slide__image{-webkit-transform:translate(-100%,35.2857%) scale(.5714);transform:translate(-100%,35.2857%) scale(.5714)}.carousel__slider .slick-wx-unloading--left .carousel__slide__image{-webkit-transform:translate(100%,-35.2857%) scale(.5714);transform:translate(100%,-35.2857%) scale(.5714)}}.carousel__slide__tile{min-width:45vw;min-height:45vw;padding:1rem;position:absolute;right:1.125rem;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%);z-index:20;pointer-events:none}.carousel__slider__slide .carousel__slide__tile.tile{opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__slide__tile+.carousel__slide__text{margin-top:22.5vw}@media screen and (min-width:432px){.carousel__slide__tile{min-width:33.33333vw;min-height:33.33333vw}.carousel__slide__tile+.carousel__slide__text{margin:0;width:calc(100% - 33.33333vw - 1.125rem)}}@media screen and (min-width:48rem){.carousel__slide__tile{min-width:20vw;min-height:20vw}.carousel__slide__tile+.carousel__slide__text{width:calc(100% - 20vw - 2.625rem)}}@media screen and (min-width:62rem){.carousel__slide__tile{right:8.3333333333%}.carousel__slide__tile+.carousel__slide__text{width:calc(83.33333% - 20vw)}}.carousel>header h1,.carousel>header h2,.carousel>header h3{position:relative;display:none;z-index:118}.carousel--fixed-header>header h1,.carousel--fixed-header>header h2,.carousel--fixed-header>header h3,.destination-page .wrapper .carousel--fixed-header>header h1,.destination-page .wrapper .carousel--fixed-header>header h2,.destination-page .wrapper .carousel--fixed-header>header h3,.destination-page .wrapper .inline-target .carousel--fixed-header>header h1,.destination-page .wrapper .inline-target .carousel--fixed-header>header h2,.destination-page .wrapper .inline-target .carousel--fixed-header>header h3{max-height:2em;display:block;margin-bottom:-.35em;z-index:12}.carousel--fixed-header .carousel__slider__slide .carousel__slide__header{max-height:0;opacity:0;visibility:hidden}@media screen and (min-width:48rem){.carousel--fixed-header>header h1,.carousel--fixed-header>header h2,.carousel--fixed-header>header h3,.destination-page .wrapper .carousel--fixed-header>header h1,.destination-page .wrapper .carousel--fixed-header>header h2,.destination-page .wrapper .carousel--fixed-header>header h3,.destination-page .wrapper .inline-target .carousel--fixed-header>header h1,.destination-page .wrapper .inline-target .carousel--fixed-header>header h2,.destination-page .wrapper .inline-target .carousel--fixed-header>header h3{margin-bottom:-.2em}}@media screen and (min-width:62rem){.carousel--fixed-header>header h1,.carousel--fixed-header>header h2,.carousel--fixed-header>header h3,.destination-page .wrapper .carousel--fixed-header>header h1,.destination-page .wrapper .carousel--fixed-header>header h2,.destination-page .wrapper .carousel--fixed-header>header h3,.destination-page .wrapper .inline-target .carousel--fixed-header>header h1,.destination-page .wrapper .inline-target .carousel--fixed-header>header h2,.destination-page .wrapper .inline-target .carousel--fixed-header>header h3{margin-bottom:-.15em}}.carousel--campaign .carousel__tile{grid-column:1/4;grid-column-start:1;-ms-grid-column-span:3;max-width:100vw;padding:1.25rem 3.3125rem 2.6875rem;margin-top:2.25rem;-webkit-transform:none;transform:none;position:static}@media screen and (max-width:47.9375rem){.carousel--campaign .carousel__tile h3{font-size:1.125rem;line-height:1.6666667}}.carousel--campaign .carousel__text{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1;margin-top:1.875rem}@media screen and (min-width:31.375rem){.carousel--campaign .carousel__tile{margin-top:-.75rem;max-width:21.875rem;margin-left:auto}.carousel--campaign .carousel__text{grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2;padding-left:3rem;padding-right:3rem}}@media screen and (min-width:48rem){.carousel--campaign{position:relative}.carousel--campaign .carousel__text{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1;grid-row:3/6;grid-row-start:3;-ms-grid-row-span:3;margin-left:6rem;padding-left:1.5rem}.carousel--campaign .carousel__tile{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1;grid-row:3/5;grid-row-start:3;-ms-grid-row-span:2;margin-left:0}}@media screen and (min-width:62rem){.carousel--campaign{grid-template-rows:auto 1fr auto auto auto}.carousel--campaign .carousel__tile{margin-left:6.0625rem;margin-right:8.5rem;max-width:24.0625rem;margin-top:-7.4375rem;padding:2.5625rem 1.5625rem}.playing .carousel--campaign .carousel__tile{-webkit-transform:translate(9.5rem,81px);transform:translate(9.5rem,81px)}}@media screen and (min-width:90rem){.carousel--campaign .carousel__text{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1}.carousel--campaign .carousel__tile{grid-column:3/4;grid-column-start:3;-ms-grid-column-span:1}}.carousel__slide__image--video{height:0;padding-bottom:calc(56.25% - 1.6875rem)}.carousel__slide__image--video>.youtube-background{width:calc(100% - 1.5rem)!important;left:.75rem!important}@media screen and (min-width:48rem){.carousel__slide__image--video>.youtube-background{width:calc(100% - 3rem)!important;left:1.5rem!important}}.carousel__slide__image--video iframe{opacity:0!important}.carousel__slide__image--video .button--play{position:absolute!important;top:50%!important;left:50%!important;-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}.carousel__slide__image--video .button--pause{position:absolute;bottom:1.5rem;left:1.5rem;opacity:0;min-width:1px;pointer-events:none}.carousel__slide__image--video .button--pause,.carousel__slide__image--video [data-hideonplay]{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s}.carousel__slide__image--video.playing iframe{opacity:1!important}.carousel__slide__image--video.playing [data-hideonplay]{opacity:0}.carousel__slide__image--video.playing .button--pause{opacity:1;pointer-events:auto}.item{border:.125rem solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.item__image{margin-left:-.125rem;margin-right:-.125rem;margin-top:-.125rem}.item__image img{width:100%}.item__text{padding-top:2rem;padding-left:1.3125rem;padding-right:1.3125rem;font-size:.875rem}.item__text>:first-child{margin-top:0}.item__text>p{display:none;line-height:1.2857142857;font-size:inherit}.item__text>p.small{width:80%}.item__text>p .bold{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.item__text.keep>p{display:block}.item__text ul.list-inline li{line-height:1.2857142857}.item__text ul.dotlist{margin-top:-.875em}.item__text .usp>header h4,.item__text h4,.usp>header .item__text h4{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.25}.item__footer{padding-left:1.3125rem;padding-right:1.3125rem;padding-bottom:1.375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.item__footer.flex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.item__footer.flex-end a,.item__footer.flex-end button{margin-right:0;margin-left:.5em}.item__footer.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-12px}.item__footer.flex-wrap a,.item__footer.flex-wrap button{margin-bottom:12px}.item__footer a{margin-right:0}.item[data-col="2"] .item__footer>.link-arrow:only-child,.item[data-col="3"] .item__footer>.link-arrow:only-child{-webkit-box-flex:2;-ms-flex:2;flex:2}@media screen and (min-width:48rem){.item{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin:0 .5rem 1.875rem}.item[data-col="1"]{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.item[data-col="1"] .item__image,.item[data-col="1"] .item__text{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.item[data-col="1"] .item__text{padding-top:1rem;padding-bottom:2rem}.item[data-col="1"] .item__footer{position:absolute;bottom:0;left:-.125rem;border-left:.125rem solid #ddd;padding:1.5rem 1.5rem 1rem;background:#fff;width:50%}.item[data-col="2"]{width:calc(50% - 1rem);-ms-flex-preferred-size:calc(50% - 1rem);flex-basis:calc(50% - 1rem);margin:0 .5rem 1.875rem}.item[data-col="2"] .item__footer{padding-top:2.1875rem}.item[data-col="3"]{width:calc(33.33333% - 1rem);-ms-flex-preferred-size:calc(33.33333% - 1rem);flex-basis:calc(33.33333% - 1rem)}.item[data-col="3"] .item__footer{margin-top:1.25rem}.item[data-col="30"]{width:calc(30% - 1rem);-ms-flex-preferred-size:calc(30% - 1rem);flex-basis:calc(30% - 1rem)}.item[data-col="40"]{width:calc(40% - 1rem);-ms-flex-preferred-size:calc(40% - 1rem);flex-basis:calc(40% - 1rem)}.item[data-col="60"]{width:calc(60% - 1rem);-ms-flex-preferred-size:calc(60% - 1rem);flex-basis:calc(60% - 1rem)}.item[data-col="70"]{width:calc(70% - 1rem);-ms-flex-preferred-size:calc(70% - 1rem);flex-basis:calc(70% - 1rem)}.item__text>p{display:block}}@media screen and (min-width:48rem) and (max-width:61.9375rem){.item[data-col="3"] .item__footer{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.item[data-col="3"] .item__footer .item__pricebox,.item[data-col="3"] .item__footer .only-link{margin-bottom:1em;-webkit-box-flex:1;-ms-flex:1;flex:1}.item[data-col="3"] .item__footer .only-link{text-indent:-9999px}}@media screen and (min-width:62rem){.item__text{font-size:1.125rem}.item__text.small{font-size:.875rem}.item__text>p{line-height:1.66667}.item ul.list-inline li{line-height:1}.item[data-col="1"]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.item[data-col="1"] .item__image{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;margin-bottom:-.125rem}.item[data-col="1"] .item__text{-webkit-box-flex:3;-ms-flex:3;flex:3;padding-bottom:0;padding-right:0;padding-top:.5em;-ms-flex-item-align:center;align-self:center}.item[data-col="1"] .item__footer{position:static;border:none;padding:1.5rem 1.5rem 1.5rem 0;background:#fff;width:16.6666666667%;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.item[data-col="3"] .item__text{padding-top:2.125rem}.item[data-col="3"] .item__footer{padding-bottom:1.375rem}}@media screen and (min-width:67.5rem){.item[data-col="1"] .only-link,.item[data-col="2"] .only-link{text-indent:0;width:auto;font-size:.875rem;padding-right:4em}.item[data-col="3"] .item__footer .pricebox{display:-webkit-box;display:-ms-flexbox;display:flex}.item[data-col="3"] .item__footer .only-link{width:0}}.item--reservation .item__text--left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.item--reservation .datebox{border-top:none;padding:1.0625rem 0;margin-top:0}@media screen and (min-width:48rem){.item--reservation[data-col="1"]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.item--reservation[data-col="1"] .item__text{padding-bottom:0}.item--reservation[data-col="1"] .item__footer{position:static;width:100%;border-left:none}}@media screen and (min-width:62rem){.item--reservation[data-col="1"] .item__text,.item--reservation[data-col="1"] .item__text--left{-webkit-box-flex:2;-ms-flex:2;flex:2}}.item.cancelled div:not(.item__text--left) :not(a){color:#b8b8b8}.faq_item:after{content:"";position:absolute;height:100%;width:10px;max-width:5px;top:0;left:0;background:#ffba00;opacity:.4}.faq_item.faq-green:after{background-color:#03d386}.faq_item.faq-purple:after{background-color:#5e31e8}.faq_item .item__text>p.small{width:100%}.hotel_list{padding-top:1.625rem;padding-left:1.5rem;padding-right:1.5rem}.hotel_list>header{margin-bottom:2em}.hotel_list>header h2{font-size:2.5rem;line-height:1;margin-top:0}.hotel_list#hotel_list_container button.outline,.hotel_list button.outline{display:none;font-size:1.125rem}.hotel_list .hotel_list-country{page-break-inside:avoid;margin-bottom:1.9375rem}.hotel_list .hotel_list-country>a{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1;margin-bottom:.4375rem;display:inline-block}.hotel_list .hotel_list-country li a{font-size:1.25rem;line-height:1.6;display:block}.hotel_list .hotel_list_wrapper[data-show-only-some-on-xs] .hotel_list-country{max-height:0;height:0;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;margin-bottom:0}.hotel_list .hotel_list_wrapper[data-show-only-some-on-xs] .hotel_list-country.visible,.hotel_list .hotel_list_wrapper[data-show-only-some-on-xs] .hotel_list-country:first-child,.hotel_list .hotel_list_wrapper[data-show-only-some-on-xs] .hotel_list-country:nth-child(2),.hotel_list .hotel_list_wrapper[data-show-only-some-on-xs] .hotel_list-country:nth-child(3),.hotel_list .hotel_list_wrapper[data-show-only-some-on-xs] .hotel_list-country:nth-child(4),.hotel_list .hotel_list_wrapper[data-show-only-some-on-xs] .hotel_list-country:nth-child(5){max-height:100vh;height:auto;overflow:hidden;margin-bottom:1.9375rem}.hotel_list#hotel_list_container .hotel_list_wrapper[data-show-only-some-on-xs]+button.outline{margin-left:-1.5rem;display:block;text-align:left;-webkit-box-shadow:none;box-shadow:none}.hotel_list#hotel_list_container .hotel_list_wrapper[data-show-only-some-on-xs]+button.outline:before{border:none}.hotel_list#hotel_list_container .hotel_list_wrapper[data-show-only-some-on-xs]+button.outline:after{border:none;display:inline-block;content:"";background:url(../images/arrow-right-black.svg) no-repeat transparent;background-position:70% 50%;background-size:contain;width:1.2rem;height:1.2rem;position:static;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-left:15px;margin-bottom:-2px}@media screen and (min-width:48rem){.hotel_list{padding-left:3rem;padding-right:3rem}.hotel_list .usp>header h2,.hotel_list h2,.usp>header .hotel_list h2{font-size:3.125rem}.hotel_list .hotel_list_wrapper{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.hotel_list .hotel_list_wrapper>*{-webkit-column-break-inside:avoid;column-break-inside:avoid;display:inline-block;width:100%}.hotel_list .hotel_list-country,.hotel_list .hotel_list_wrapper[data-show-only-some-on-xs] .hotel_list-country{max-height:100vh;height:auto;overflow:hidden;margin-bottom:1.9375rem}.hotel_list#hotel_list_container .hotel_list_wrapper[data-show-only-some-on-xs]+button.outline,.hotel_list .hotel_list_wrapper[data-show-only-some-on-xs]+button.outline,.hotel_list button.outline{display:none}}@media screen and (min-width:81rem){.hotel_list{max-width:75rem;padding-left:0;padding-right:0}}@media screen and (min-width:67.5rem){.hotel_list .hotel_list_wrapper{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}}.someImpossibleSelector#1 .hotel_list{-webkit-transform:translateY(25vw);transform:translateY(25vw)}.someImpossibleSelector#1 .wx__inview:not(.stillLoading).hotel_list{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.someImpossibleSelector#1 .wx__inview:not(.stillLoading).hotel_list.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.image_tabs_container{padding-top:0;padding-right:1.5rem;padding-left:1.5rem}.image_tabs_container>.row{margin-left:0;margin-right:0}.image_tabs_container .image_tabs_container--right>img:first-child{display:none}.image_tabs_container .image_tabs_container--left,.image_tabs_container .image_tabs_container--right{width:100%;margin:0;position:relative}.image_tabs_container .usp>header h4,.image_tabs_container h4,.usp>header .image_tabs_container h4{-webkit-transform:translateY(15px);transform:translateY(15px);position:relative;max-width:79.1666666667%;z-index:2;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2.5rem;line-height:1}.image_tabs_container h5{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2rem;line-height:1.65217;line-height:1.2;margin-bottom:15px}.image_tabs_container p{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1;font-weight:700;line-height:1.4;margin-bottom:1.5625rem;display:block}.image_tabs_container .image_tabs_content{position:absolute;top:0;opacity:0;pointer-events:none;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s}.image_tabs_container .image_tabs_content.active{position:relative;opacity:1;pointer-events:auto}.image_tabs_container .image_tabs_content img{margin-left:-1.5rem;width:calc(100% + 1.5rem);max-width:calc(100% + 1.5rem);margin-bottom:1.5625rem;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,transform .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transform:scale(.8);transform:scale(.8);opacity:0}.image_tabs_container .image_tabs_content.active img{-webkit-transform:scale(1);transform:scale(1);opacity:1}.image_tabs_container .image_tabs_container--left .image_tabs_buttons{width:calc(100% + 1rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -.5rem 1.5625rem;position:relative}.image_tabs_container .image_tabs_container--left .image_tabs_buttons .image_tabs_buttons_outline{position:absolute;display:block;top:0;left:0;margin-left:0;content:"";width:33.33333%;height:0;padding-bottom:33.33333%;-webkit-box-shadow:inset 0 0 0 2px #000;box-shadow:inset 0 0 0 2px #000;-webkit-transition:margin .3s cubic-bezier(.4,0,.2,1) .3s;transition:margin .3s cubic-bezier(.4,0,.2,1) .3s}.image_tabs_container .image_tabs_container--left .image_tabs_buttons button.active+button+.image_tabs_buttons_outline{margin-left:33.33333%}.image_tabs_container .image_tabs_container--left .image_tabs_buttons button+button+button.active+.image_tabs_buttons_outline{margin-left:66.66666%}.image_tabs_container .image_tabs_container--left .image_tabs_buttons button{-webkit-appearance:none;border:none;background:none;opacity:.7;width:33.33333%;-ms-flex-preferred-size:33.3333%;flex-basis:33.3333%;min-width:1rem;height:auto;margin:0;padding:.5rem;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;cursor:pointer;outline:none;-webkit-box-shadow:none;box-shadow:none}.image_tabs_container .image_tabs_container--left .image_tabs_buttons button:after,.image_tabs_container .image_tabs_container--left .image_tabs_buttons button:before{display:none}.image_tabs_container .image_tabs_container--left .image_tabs_buttons button.active,.image_tabs_container .image_tabs_container--left .image_tabs_buttons button:hover{opacity:1}.image_tabs_container .image_tabs_container--left .image_tabs_buttons button img{width:100%;cursor:pointer}.image_tabs_container .image_tabs_info{position:absolute;bottom:10px;opacity:0;pointer-events:none;-webkit-transform:scale(1.125);transform:scale(1.125);-webkit-transform-origin:50% 0;transform-origin:50% 0}.image_tabs_container .image_tabs_info.active{position:static;opacity:1;pointer-events:auto;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,transform .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transform:scale(1);transform:scale(1)}.image_tabs_container .image_tabs_info a{width:220px;display:block;margin-bottom:.625rem}.image_tabs_container .image_tabs_info>:last-child{margin-bottom:0}@media screen and (min-width:48rem){.image_tabs_container{padding-right:3rem;padding-left:3rem}.image_tabs_container .usp>header h4,.image_tabs_container h4,.usp>header .image_tabs_container h4{font-size:3.75rem;max-width:100%}.image_tabs_container h5{font-size:2.5rem;line-height:1.15}.image_tabs_container p{font-size:1.5rem;line-height:1.25}.image_tabs_container .image_tabs_container--right>img:first-child{display:block;width:115.625%;max-width:115.625%;margin-left:-15.625%;-webkit-transform:translateY(-1.1875rem);transform:translateY(-1.1875rem)}.image_tabs_container .image_tabs_container--left,.image_tabs_container .image_tabs_container--right{width:50%}.image_tabs_container .image_tabs_container--left{z-index:2;padding-right:.5rem}.image_tabs_container .image_tabs_container--left .image_tabs_buttons{margin-bottom:0}.image_tabs_container .image_tabs_content img{margin-left:-3rem;width:calc(100% + 3rem);max-width:calc(100% + 3rem)}.image_tabs_container .image_tabs_container--right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:.6666666667rem;z-index:1}.image_tabs_container .image_tabs_info{padding-left:9.375%}}@media screen and (min-width:62rem){.image_tabs_container .usp>header h4,.image_tabs_container h4,.usp>header .image_tabs_container h4{width:75%}.image_tabs_container .image_tabs_container--left .image_tabs_buttons{padding-left:2rem;margin-right:-2rem;width:calc(100% + 2rem);max-width:calc(100% + 2rem);position:relative}.image_tabs_container .image_tabs_container--left .image_tabs_buttons .image_tabs_buttons_outline{left:2rem;width:calc(33.33333% - .66667rem);padding-bottom:calc(33.33333% - .66667rem)}.image_tabs_container .image_tabs_container--left .image_tabs_buttons button.active+button+.image_tabs_buttons_outline{margin-left:calc(33.33333% - .66667rem)}.image_tabs_container .image_tabs_container--left .image_tabs_buttons button+button+button.active+.image_tabs_buttons_outline{margin-left:calc(66.66667% - 1.33333rem)}.image_tabs_container .image_tabs_content img{margin-left:1rem;width:100%;max-width:calc(100% + 3rem)}.image_tabs_container .image_tabs_info{position:static;max-height:0;margin-top:.5625rem;padding-right:13.5416666667%;padding-left:18.75%}.image_tabs_container .image_tabs_info.active{max-height:100vh}}@media screen and (min-width:67.5rem){.image_tabs_container{max-width:75rem}}@media screen and (min-width:75rem){.image_tabs_container .usp>header h4,.image_tabs_container h4,.usp>header .image_tabs_container h4{font-size:6.25rem;width:120%;margin-bottom:-.15em}}@media screen and (min-width:81rem){.image_tabs_container{padding-right:0;padding-left:0}}.hero_home{background-color:#fff;z-index:5;max-width:100vw;max-height:100vh;min-height:unset;height:calc(100vh + 3.75rem);padding-bottom:0;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:3.75rem;min-height:620px;position:relative;border:.3125rem solid #fff}.sticky--overlap .hero_home{z-index:unset}.hero_home[data-oldnavi=true].openNavigation .hero_home{top:-6.75rem}.openNavigation.noNavigationHover .hero_home{top:0}.hero_home .hero_home_slideshow{height:100%;width:100%;position:absolute;left:0;top:0}.hero_home .hero_home_slideshow .slick-list,.hero_home .hero_home_slideshow .slick-slide>div,.hero_home .hero_home_slideshow .slick-track{height:100%!important}.hero_home .hero_home_slideshow .slick-slide{opacity:1;max-width:unset!important}.hero_home .hero_home_slideshow .hero_home__image{height:100%}.hero_home .position_wrap{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:79.75rem;margin-left:auto;margin-right:auto;position:relative}.hero_home__image{background-size:cover}.hero_home__image img{opacity:0}.hero_home__text{color:#fff;padding:0 1.5rem 4rem}@media screen and (min-width:992px) and (max-width:1079px){.hero_home__text{margin-left:70px}}@media screen and (min-width:1080px){.hero_home__text{margin-left:140px}}.hero_home__text>span{font-size:.875rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;display:block;margin-bottom:20px}.hero_home__text h1{font-size:1.5rem;margin-top:0;margin-bottom:25px;line-height:1.166}.hero_home__text h1+p{margin-top:3rem}.hero_home__text .button{padding:15px 50px;min-height:unset}.hero_home__text.text-center{padding-right:0;max-width:48.5625rem;margin-left:auto;margin-right:auto}.hero_home__bookingpanel.bookingpanel{position:absolute;bottom:2rem;left:1.5rem;width:calc(100% - 3rem);max-width:unset;z-index:35}.hero_home__bookingpanel.bookingpanel a.select-theme-citizenm,.hero_home__bookingpanel.bookingpanel input,.hero_home__bookingpanel.bookingpanel select{font-size:1.125rem}.hero_home__bookingpanel.bookingpanel.tether-element{position:fixed;-webkit-transform:none;transform:none}body:not(.sticky--overlap) .hero_home__bookingpanel.bookingpanel.tether-element{bottom:auto;opacity:1;display:block}@media screen and (max-width:47.9375rem){.hero_home__bookingpanel{padding-left:1.25rem;padding-right:1.25rem}.hero_home__bookingpanel.bookingpanel--horiz{left:.9375rem;width:calc(100% - 1.875rem)}}.hero_home__showmore{text-align:center;position:absolute;bottom:0;width:100%;cursor:pointer;text-indent:-9999px}.hero_home__showmore.animate{-webkit-animation:bounce 2s infinite;animation:bounce 2s infinite}.hero_home__showmore span{display:inline-block;max-width:6rem;color:#fff}.hero_home__showmore:after{content:"";display:block;height:3rem;width:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='42' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 0h2v40H6z'/%3E%3Cpath d='M5.657 40.728L0 35.07l1.414-1.414 5.657 5.657 5.657-5.657 1.414 1.414-7.07 7.071-1.415-1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-position-x:50%}.hero_home__showmore:after:active,.hero_home__showmore:after:focus,.hero_home__showmore:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='42' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M6 0h2v40H6z'/%3E%3Cpath d='M5.657 40.728L0 35.07l1.414-1.414 5.657 5.657 5.657-5.657 1.414 1.414-7.07 7.071-1.415-1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}@media screen and (min-width:512px){.hero_home__text{max-width:67%}}@media screen and (min-width:48rem){.hero_home{border-width:.5rem;max-width:100vw;max-height:100vh;min-height:unset;height:calc(100vh + 5rem);padding-bottom:0;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:5rem}.hero_home__text{padding-left:2.25rem;max-width:87%}.hero_home__text h1{font-size:3.75rem}.hero_home__bookingpanel.bookingpanel button[type=submit],.hero_home__bookingpanel.bookingpanel input[type=submit]{min-width:14.5rem}.hero_home__showmore{text-indent:0}.hero_home__text>span{font-size:1.5rem;margin-bottom:5px}}@media screen and (min-width:62rem){.hero_home{border-width:.625rem;max-width:100vw;max-height:100vh;height:calc(100vh + 6.5625rem);padding-bottom:0;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:6.5625rem;min-height:unset}.hero_home__bookingpanel.bookingpanel{bottom:8rem}}@media screen and (min-width:67.5rem){.hero_home__bookingpanel.bookingpanel{left:1rem;width:calc(100% - 2rem)}.hero_home__text h1{margin-bottom:40px}}@media screen and (min-width:1130px){.hero_home__text{padding-left:0;max-width:63%}.hero_home__text h1{font-size:3.75rem;margin-bottom:30px}}@media screen and (min-width:75rem){.hero_home{max-width:100vw;max-height:100vh;min-height:unset;height:calc(100vh + 6.5625rem);padding-bottom:0;background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:6.5625rem}}@media screen and (min-width:90rem){.hero_home__bookingpanel.bookingpanel{width:100%;left:0}}.hero_home.hero_home--small{position:relative;padding-bottom:0;max-height:23.125rem;min-height:1px;margin-bottom:6.25rem}.hero_home.hero_home--small .booking-hero__image{overflow:hidden;max-height:22.5rem}.hero_home.hero_home--small .booking-hero__image img{-o-object-fit:cover;object-fit:cover;height:360px;width:100vw}.hero_home.hero_home--small .booking-nav{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.hero_home.hero_home--small .position_wrap{position:absolute;width:100%;bottom:0;height:22.5rem}.hero_home.hero_home--small .position_wrap .hero_home__bookingpanel.bookingpanel:not([data-sticked=true]){bottom:0;-webkit-transform:translateY(50%);transform:translateY(50%)}.hero_home.hero_home--small .bookingpanel.bookingpanel--horiz{padding:.75rem 1.25rem 1rem}@media screen and (min-width:48rem){.hero_home.hero_home--small{max-height:29.375rem}.hero_home.hero_home--small .booking-hero__image{max-height:28.75rem}.hero_home.hero_home--small .booking-hero__image img{height:460px}}@media (max-height:65rem){.hero_home__bookingpanel.bookingpanel{bottom:4rem}.hero_home__showmore{margin-bottom:.5rem}}@media screen and (max-height:65rem) and (min-width:48rem){.hero_home__showmore{text-indent:0}}@media screen and (max-height:65rem) and (min-width:75rem){.hero_home__text{padding-bottom:8rem}.hero_home__bookingpanel.bookingpanel{bottom:8rem}}@media (min-height:65rem){.hero_home__showmore{text-indent:-9999px}}@media screen and (min-height:65rem) and (min-width:48rem){.hero_home__showmore{text-indent:0}}@media (min-aspect-ratio:16/9){.hero_home__text{padding-bottom:9rem}.hero_home__text h1{margin-bottom:40px}.hero_home__bookingpanel.bookingpanel{bottom:5rem}.hero_home__showmore{margin-bottom:0}.hero_home__showmore span{max-width:10rem}}@media (min-aspect-ratio:7/3){.hero_home__text{display:none}}@media (min-aspect-ratio:7/3) and (min-width:112.5rem){.hero_home__text{display:block}}@media (min-width:137.5rem){.hero_home{max-width:100vw;height:1200px;min-height:unset;max-height:calc(100vh + 3.75rem);padding-bottom:0}.hero_home__bookingpanel.bookingpanel{bottom:11.25rem}.hero_home__showmore{margin-bottom:2.1875rem}}.hero_home--nohome{margin-bottom:0}.hero_home--nohome .hero_home__text{padding-bottom:0;padding-left:1.5rem;padding-right:1.5rem}.hero_home--nohome .hero_home__bookingpanel.bookingpanel,.hero_home--nohome .hero_home__showmore{display:none}.square{padding-left:1.5rem;padding-right:1.5rem}.square header h2{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2.5rem;line-height:1}.square .topline{padding-bottom:1em}.square__text,.square_image{position:relative}.square__text{max-width:40.5rem;z-index:2}.square__text .topline{display:none}.square p>a.button:first-child{margin-top:.5rem}@media screen and (min-width:48rem){.square{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding-left:0;padding-right:0}.square__image,.square__text{width:50%}.square .topline{display:none}.square__text{padding-top:3rem;padding-right:1.6875rem;padding-left:3rem}.square__text .topline{display:block}.square p>a.button:first-child{margin-top:.25rem}}@media screen and (min-width:880px){.square header h2{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:3.75rem;line-height:1}}@media screen and (min-width:62rem){.square header h2{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:5rem;line-height:1}.square__text{padding-right:calc(8.33333% - 1rem)}.square p>a.button:first-child{margin-top:1.375rem}}.square.black{background:#000;padding-top:35px;padding-bottom:35px;position:relative;max-width:75rem;margin:0 auto 40px}.square.black:after,.square.black:before{content:"";display:block;height:100%;width:50vw;background:#000;top:0;position:absolute}.square.black .square__text{max-width:unset}.square.black a.button{display:block;margin:10px auto!important;max-width:270px}.square.black a.button:after{background-color:#000}.square.black:before{left:10px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.square.black:after{right:10px;-webkit-transform:translateX(100%);transform:translateX(100%)}.square.black h2{margin-top:25px;margin-bottom:14px}.square.black p{margin-bottom:25px}.square.black img{max-width:588px}@media screen and (min-width:62rem){.square.black{margin-bottom:105px;padding-top:120px;padding-bottom:120px}.square.black h2{font-size:3.75rem;line-height:1;margin-bottom:30px}.square.black p{margin-bottom:55px}.square.black .button_row{overflow:hidden}.square.black.square--reverse .square__text{padding-left:30px}.square.black a.button{margin:0 20px 20px 0!important;float:left;width:calc(50% - 20px);min-width:unset}}@media screen and (min-width:48rem){.square.first .square__text{padding-top:0}}@media screen and (max-width:61.9375rem){.square .square__text{padding-top:0}}@media screen and (min-width:62rem){.square.notlast{padding-bottom:0}}@media screen and (min-width:48rem){.square--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.square--reverse .square__text{padding-right:3rem;padding-left:1.6875rem}}@media screen and (min-width:62rem){.square--reverse .square__text{padding-right:3rem;padding-left:calc(8.33333% - 1rem)}}.someImpossibleSelector#1 .square__text>p,.someImpossibleSelector#1 .square__text h2,.someImpossibleSelector#1 .square__text h3{-webkit-transform:translate(-50vw);transform:translate(-50vw);opacity:0}.someImpossibleSelector#1 .square__image{opacity:0}.someImpossibleSelector#1 .square--reverse .square__text>p,.someImpossibleSelector#1 .square--reverse .square__text h2,.someImpossibleSelector#1 .square--reverse .square__text h3,.someImpossibleSelector#1 .square__image{-webkit-transform:translate(50vw);transform:translate(50vw)}.someImpossibleSelector#1 .square--reverse .square__image{-webkit-transform:translate(-50vw);transform:translate(-50vw)}.someImpossibleSelector#1 .wx__inview:not(.stillLoading) .square__text>p,.someImpossibleSelector#1 .wx__inview:not(.stillLoading) .square__text h2,.someImpossibleSelector#1 .wx__inview:not(.stillLoading) .square__text h3{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.someImpossibleSelector#1 .wx__inview:not(.stillLoading) .square__text>p.wx__inview__loaded,.someImpossibleSelector#1 .wx__inview:not(.stillLoading) .square__text h2.wx__inview__loaded,.someImpossibleSelector#1 .wx__inview:not(.stillLoading) .square__text h3.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.someImpossibleSelector#1 .wx__inview:not(.stillLoading) .square__image{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.someImpossibleSelector#1 .wx__inview:not(.stillLoading) .square__image.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.ibe_steps_wrapper{margin-top:1rem;margin-bottom:0}@media screen and (min-width:48rem){.ibe_steps_wrapper{position:absolute;top:1rem;left:6.375rem}}@media screen and (min-width:75rem){.ibe_steps_wrapper{top:3.375rem}}.color_content_inner{position:relative}.ibe_step{color:hsla(0,0%,100%,.4);font-size:.875rem;line-height:.9;display:inline-block;pointer-events:none}.ibe_step>span{display:none;color:inherit}.ibe_step:after,.ibe_step:before{content:"";display:inline-block;border:.0625rem solid hsla(0,0%,100%,.4);height:.4375rem;width:.4375rem;margin-top:.15rem;margin-right:.625rem}.ibe_step:before{border-radius:50%}.ibe_step:after{width:1.25rem;border-color:hsla(0,0%,100%,.6);border-width:0 0 1px;margin-bottom:.28rem}.ibe_step:last-child:after{display:none}.ibe_step.active{color:#fff}.ibe_step.active>span{display:inline}.ibe_step.active:before{background:#fff;margin-right:.3125rem}.ibe_step.active:after{margin-left:.625rem}.ibe_step.done{color:#fff;pointer-events:inherit}.ibe_step.done:before{background-color:transparent;border:none;background-image:url(../images/ibe_steps_done.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;height:.8125rem;width:.8125rem}@media screen and (min-width:48rem){.ibe_step{font-size:1rem}.ibe_step span{display:inline}.ibe_step:after{margin-left:.625rem;width:3rem}}@media screen and (min-width:75rem) and (max-width:1299px){.ibe_step:after{width:1.375rem}}.go_back.first_step a{opacity:0;pointer-events:none}@media screen and (min-width:31.375rem){.go_back.first_step{display:none}}.go_back a{display:inline-block;background-image:url(../images/ibe_go_back.svg);width:42px;height:14px;background-size:contain;background-repeat:no-repeat}@media screen and (min-width:48rem){.go_back{float:left;margin-top:4px;margin-right:19px}.go_back a{height:21px;background-image:url(../images/ibe_go_back_big.svg)}}@media screen and (min-width:62rem){.go_back a{width:63px;background-image:url(../images/ibe_go_back_desktop.svg)}}.rates_wrapper{position:relative}.rates_wrapper.cc-list,.rates_wrapper.ibe_details_terms{margin-top:0}.rates_wrapper .usp>header h2,.rates_wrapper h2,.usp>header .rates_wrapper h2{display:block;font-size:2.5rem;margin-top:0}.ajax-loading-rates .rates_wrapper h2{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;opacity:0;pointer-events:none}@media screen and (min-width:75rem){.rates_wrapper{margin-bottom:30px}}.rates_wrapper .description{padding-left:0}.ibe_rate_wrapper_loader{position:fixed;top:100px;background:#fff;z-index:1;text-align:center;width:100vw;height:100vh;overflow:hidden;padding:0;opacity:0;text-indent:-9999px;max-height:100vh;pointer-events:none;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transition:-webkit-transform opacity .15s cubic-bezier(.4,0,.2,1) 0s;transition:-webkit-transform opacity .15s cubic-bezier(.4,0,.2,1) 0s;transition:transform opacity .15s cubic-bezier(.4,0,.2,1) 0s;transition:transform opacity .15s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform opacity .15s cubic-bezier(.4,0,.2,1) 0s}.ibe_rate_wrapper_loader:after{content:" ";display:block;width:10rem;height:100%;background-position:50% 50%;margin:-20px auto}.ajax-loading-rates .ibe_rate_wrapper_loader{padding-top:1.25rem;padding-bottom:1.25rem;opacity:1;-webkit-transform:scale(1);transform:scale(1)}@media screen and (max-width:47.9375rem){.ibe_rate_wrapper_loader{left:0;top:0}}@media screen and (min-width:48rem){.ibe_rate_wrapper_loader{width:100%;position:absolute;height:10rem;max-height:0}.ajax-loading-rates .ibe_rate_wrapper_loader{max-height:100vh}.ibe_rate_wrapper_loader:after{height:10rem;background-position:50% 0}}.show-only-on-loading{opacity:0;pointer-events:none;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transition:-webkit-transform opacity .15s cubic-bezier(.4,0,.2,1) 0s;transition:-webkit-transform opacity .15s cubic-bezier(.4,0,.2,1) 0s;transition:transform opacity .15s cubic-bezier(.4,0,.2,1) 0s;transition:transform opacity .15s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform opacity .15s cubic-bezier(.4,0,.2,1) 0s}.ajax-loading-rates .show-only-on-loading{opacity:1;-webkit-transform:scale(1);transform:scale(1);pointer-events:auto}.ajax-loading-rates .rates_wrapper~.rates_wrapper .ibe_rate_wrapper_loader{display:none}.rates_wrapper_content{-webkit-transition:max-height .3s cubic-bezier(.4,0,.2,1) 0s;transition:max-height .3s cubic-bezier(.4,0,.2,1) 0s;min-height:10.125rem;overflow:hidden;margin-left:-4px;margin-right:-4px;padding-left:4px;padding-right:4px}.ajax-loading-rates .rates_wrapper_content>*{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;opacity:0;pointer-events:none}.ibe_rate_item_wrapper{position:relative;border-top:1px solid #b8b8b8;padding-top:20px;padding-bottom:20px}.ibe_rate_total_wrapper{border-top:1px solid #b8b8b8;padding-top:20px;text-align:right}.ibe_rate_total_wrapper a.button{display:block;margin-top:.5em}.ibe_rate_total_wrapper .buttons a.button{display:inline-block}.ibe_rate_header{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.5}.switch_wrapper{position:absolute;right:2px;top:20px}.ibe_rate_price{font-size:1rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;position:relative;padding-bottom:15px}.ibe_rate_price[aria-disabled=true],.ibe_rate_price[aria-disabled]{opacity:.3}.ibe_rate_price a.button{margin-right:0}.ibe_rate_price span:not(.pricetag){display:block;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;color:#5a5a5a;font-size:.75rem;line-height:1.5;white-space:nowrap}.description{font-size:.75rem;color:#5a5a5a;line-height:1.6;padding-left:20px}.description li{position:relative;overflow:unset;white-space:unset}.description li:before{position:absolute;left:-10px;top:8px;height:3px;width:3px;background:#5a5a5a;border-radius:50%;content:"";display:block}.ibe_switch{opacity:0;width:0;height:0;padding:0;margin:0}.ibe_switch+label{width:48px;height:28px;position:relative;background:#b8b8b8;border-radius:35px;display:inline-block;border:3px solid #fff;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;cursor:pointer;z-index:1;text-indent:-9999px}.ibe_switch+label:before{top:50%;content:"";right:17px;width:26px;height:26px;border-radius:50%;position:absolute;margin-top:-13px;-webkit-transition:inherit;transition:inherit;z-index:1;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:0;-webkit-box-shadow:3px 0 3px 1px rgba(0,0,0,.1);box-shadow:3px 0 3px 1px rgba(0,0,0,.1)}.ibe_switch:checked+label{background:#03d386;z-index:1}.ibe_switch:checked+label:before{right:-3px;border-color:transparent;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.5);box-shadow:0 3px 3px rgba(0,0,0,.5);background-image:url(../images/ibe_switch-checked.svg);background-size:12px}.ibe_switch+label:after{content:"";display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:2px solid #000;height:calc(100% + 6px);width:calc(100% + 6px);z-index:-1;border-radius:20px}.ibe_switch[aria-disabled]+label,.ibe_switch[disabled]+label,[aria-disabled]>.ibe_switch+label{cursor:inherit}.ibe_switch[aria-disabled]+label:after,.ibe_switch[disabled]+label:after,[aria-disabled]>.ibe_switch+label:after{border-color:rgba(0,0,0,.25)}.rates_wrapper--allocations .ibe_rate_price{margin-right:0}.ibe_switch[data-secure]+label:before{background-image:url(../images/ibe_switch-secured.svg);background-size:11px;background-position:40% 50%}.ibe_switch[data-secure]:checked+label:before{background-position:50%}@media screen and (min-width:48rem){.ibe_rate_price{float:right;margin-right:70px;text-align:right;font-size:1.5rem;margin-top:10px}.ibe_rate_price span:not(.pricetag){position:absolute;bottom:2px;font-size:.875rem;line-height:1;left:inherit;right:0}.wide .ibe_rate_price{margin-right:0}.ibe_rate_header{float:left;font-size:1.875rem}.top{overflow:hidden}.rates_wrapper .usp>header h2,.rates_wrapper h2,.usp>header .rates_wrapper h2{font-size:4.375rem;margin-bottom:1.875rem;margin-top:1.25rem}.rates_wrapper:first-child h2{margin-top:0}.description{font-size:.875rem}.switch_wrapper{top:36px}}.fixed_summary{position:fixed;left:0;bottom:0;width:100%;background:#fff;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.2);box-shadow:0 0 4px 0 rgba(0,0,0,.2);z-index:1;-webkit-transition:all .45s linear;transition:all .45s linear}.fixed_summary .inner_summary{max-width:90rem;margin:0 auto;overflow:hidden;padding:.625rem 1.25rem}.fixed_summary h2.ibe_hotel{font-size:1.125rem;line-height:1.4;margin-top:0;margin-bottom:0}.fixed_summary .ibe_main_data>a:focus{margin-top:-2px;margin-bottom:-2px;margin-left:-2px}.fixed_summary .ibe_main_data ul{overflow:hidden;display:inline-block;float:left;width:auto}.fixed_summary .ibe_main_data li{display:inline-block;font-size:.875rem;color:#5a5a5a;float:left}@media screen and (min-width:75rem){.fixed_summary .ibe_main_data li{font-size:1.125rem}}.fixed_summary .ibe_main_data li:after{content:"";display:inline-block;height:2px;width:2px;background:#5a5a5a;margin:0 8px 3px}.fixed_summary .ibe_main_data li:last-child:after{display:none}.fixed_summary .ibe_main_data .go_back{display:inline-block;width:20px;height:14px;background-image:url(../images/ibe_goback_grey.svg);background-size:contain;background-repeat:no-repeat;float:left;margin-top:5px;margin-right:10px}@media screen and (min-width:75rem){.fixed_summary .ibe_main_data .go_back{margin-top:8px}}@media screen and (min-width:48rem){.fixed_summary .ibe_main_data ul{margin-bottom:0}.fixed_summary h2.ibe_hotel{font-size:1rem;line-height:1.4}.fixed_summary .inner_summary{padding-left:2.875rem;padding-right:2.875rem}}@media screen and (min-width:75rem){.fixed_summary .inner_summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 0}.fixed_summary .inner_summary>div{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-ms-flex-item-align:stretch;align-self:stretch}.fixed_summary .inner_summary>div.summary_left{-webkit-box-flex:0;-ms-flex:0 1 43.75%;flex:0 1 43.75%;padding-left:45px}.fixed_summary .inner_summary>div.summary_right{-webkit-box-flex:0;-ms-flex:0 1 56.25%;flex:0 1 56.25%;margin:0 auto;max-width:605px;position:relative}.fixed_summary .inner_summary>div.summary_right .booknow{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.fixed_summary .ibe_hotel,.fixed_summary .ibe_main_data{display:block;float:none}.fixed_summary h2.ibe_hotel{margin-top:.625rem;font-size:1.875rem;padding-right:10px}.fixed_summary .ibe_main_data{margin-left:0}}.ibe_booknow{overflow:hidden}.ibe_booknow .price{float:left;padding-right:2.5rem;position:relative;z-index:2}.ibe_booknow .current_price,.ibe_booknow .discount_price{display:block;float:left;clear:left;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.ajax-loading-rates .ibe_booknow .current_price,.ajax-loading-rates .ibe_booknow .discount_price{-webkit-transform:translateY(200%);transform:translateY(200%);opacity:0}.ibe_booknow .information_price{border:none;display:block;width:20px;height:20px;position:absolute;right:-10px;top:50%;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%);background-image:url(../images/ibe_information.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;cursor:pointer}.ibe_booknow .information_price:focus,.ibe_booknow .information_price:hover{background-size:calc(100% - 2px);background-image:url(../images/ibe_information_red.svg)}.ibe_booknow .discount_price{color:#d8d8d8;font-size:.875rem;line-height:1.7;position:relative;width:auto}.ibe_booknow .discount_price:after{content:"";display:block;position:absolute;left:0;top:50%;background:#d8d8d8;width:100%;height:1px}.ibe_booknow .current_price{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2.25rem;line-height:1.1;position:relative}.ibe_booknow .current_price span:not(.pricetag){font-size:.66667em;line-height:1;position:relative;top:-.5em}.ibe_booknow .booknow a,.ibe_booknow .booknow button{padding:1.375rem 1.66667rem;float:right;min-width:10.5rem;margin:0}.ibe_booknow .booknow a.privacy{width:calc(100vw - 2.5rem);text-align:left;text-decoration:underline;display:inline-block;font-size:.625rem;line-height:1.8;color:#ddd;padding:0;margin-top:.5em}.ibe_booknow .booknow a.privacy:hover{color:#ff0038}@media screen and (min-width:48rem) and (max-width:74.9375rem){.ibe_booknow .booknow{overflow:unset}.ibe_booknow .booknow a,.ibe_booknow .booknow button{margin-right:-55px}}@media screen and (min-width:31.375rem){.ibe_booknow .booknow a.privacy{width:100%;text-align:right}}@media screen and (min-width:48rem){.ibe_booknow .discount_price{display:inline-block;float:right;margin-left:45px;margin-top:11px;font-size:1.125rem}.ibe_booknow .price{padding-top:24px}.ibe_booknow .booknow a,.ibe_booknow .booknow button{min-width:13.5rem}}@media screen and (min-width:75rem){.ibe_booknow .discount_price{display:block;float:left;margin-left:0;margin-top:0}.ibe_booknow .price{padding-top:8px}.ibe_booknow .booknow a,.ibe_booknow .booknow button{min-width:17.625rem}}@media screen and (max-width:74.9375rem){.ibe_booknow .booknow{position:absolute;right:6.25rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (max-width:31.3125rem){.ibe_booknow .booknow{position:static;-webkit-transform:none;transform:none}}.login_alert_wrapper{background:#f9f9f9;padding:20px 15px}.login_alert_wrapper p{font-size:1rem;line-height:1.4}.login_alert_wrapper p a{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;border-bottom:1px solid #000;padding:0;color:#000}.login_alert_wrapper p a:not(.button):not(.link-arrow){text-decoration:none}.booking-page .login_alert_wrapper{max-width:44.625rem}.country_selector_wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.country_selector_wrapper .parsley-errors-list{width:auto;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.country_selector_wrapper .parsley-errors-list:empty{width:0;margin:0}@media screen and (min-width:48rem){.country_selector_wrapper .parsley-errors-list:not(:empty)+.parsley-errors-list,.country_selector_wrapper .parsley-errors-list:not(:empty)~.parsley-errors-list{display:none}}.adyen-checkout__input-wrapper .parsley-errors-list li,.country_selector_wrapper .parsley-errors-list li,.form-field .parsley-errors-list li{overflow:visible}.adyen-checkout__input-wrapper .parsley-errors-list li,.country_selector_wrapper .parsley-errors-list li,.form-field .parsley-errors-list li,.ibe_error_form_alert,.paymentform .adyen-checkout__error-text{color:#ff0038;text-align:center;border:1px solid #ff0038;position:relative;font-size:.875rem;max-height:0;height:0;opacity:0;margin-top:0;padding:0;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.adyen-checkout__input-wrapper .parsley-errors-list li:after,.adyen-checkout__input-wrapper .parsley-errors-list li:before,.country_selector_wrapper .parsley-errors-list li:after,.country_selector_wrapper .parsley-errors-list li:before,.form-field .parsley-errors-list li:after,.form-field .parsley-errors-list li:before,.ibe_error_form_alert:after,.ibe_error_form_alert:before,.paymentform .adyen-checkout__error-text:after,.paymentform .adyen-checkout__error-text:before{content:"";display:block;width:0;height:0;border-color:transparent transparent transparent #ff0038;border-style:solid;border-width:17px 0 0 17px;position:absolute;left:-1px;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);z-index:1}.adyen-checkout__input-wrapper .parsley-errors-list li:before,.country_selector_wrapper .parsley-errors-list li:before,.form-field .parsley-errors-list li:before,.ibe_error_form_alert:before,.paymentform .adyen-checkout__error-text:before{left:0;top:2px;border-color:transparent transparent transparent #fff;z-index:2}.country_selector_wrapper .parsley-errors-list~.parsley-errors-list li:after,.country_selector_wrapper .parsley-errors-list~.parsley-errors-list li:before{border-width:0 0 17px 17px;border-color:transparent transparent #ff0038;left:auto;right:-1px}.country_selector_wrapper .parsley-errors-list~.parsley-errors-list li:before{right:0;border-color:transparent transparent #fff}.adyen-checkout__input-wrapper .parsley-errors-list li,.country_selector_wrapper .parsley-errors-list li,.form-field .parsley-errors-list li{opacity:1;margin-top:30px;padding:10px;max-height:90px;height:auto;white-space:inherit}select.parsley-error{border-bottom-color:#ff0038}.error .ibe_error_form_alert,.error .paymentform .adyen-checkout__error-text,.paymentform .error .adyen-checkout__error-text{opacity:1;margin-top:30px;padding:10px;max-height:60px;height:auto}.error input{color:#ff0038;border-color:#ff0038;background-image:url(../images/ibe_errorInput.svg);background-size:23px;background-position:98%;background-repeat:no-repeat}.error input::-webkit-input-placeholder{color:#ff0038;opacity:1}.error input::-moz-placeholder{color:#ff0038;opacity:1}.error input:-ms-input-placeholder{color:#ff0038;opacity:1}.error input:-moz-placeholder{color:#ff0038;opacity:1}.ibe_error_alert{border:1px solid #ff0038;padding:25px 20px;color:#ff0038;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1.4;margin-bottom:2.5rem;position:relative}.ibe_error_alert:after{content:"";display:block;height:28px;width:30px;background:#fff;border-left:1px solid #ff0038;position:absolute;right:0;bottom:2px;-webkit-transform:rotate(45deg) translate(24px);transform:rotate(45deg) translate(24px)}@media screen and (max-width:47.9375rem){.login_page .ibe_error_alert{margin-top:50px}}.lock_icon input{background-image:url(../images/ibe_lock.svg);background-size:19px;background-position:95%;background-repeat:no-repeat}.information-icon input{background-image:url(../images/ibe_information.svg);background-size:18px;background-position:98%;background-repeat:no-repeat}.data_content_inner_details .form-row{margin-left:0;margin-right:0;margin-top:30px}.data_content_inner_details .form-row>*{margin:0}input:focus,textarea:focus{outline:none}.ibe_details_payment_form .field-30{width:calc(30% - 2rem);float:left;display:inline-block;margin-right:2rem}.ibe_details_payment_form .field-40{width:40%;float:left}.ibe_details_payment_form .form-row{overflow:hidden}@media screen and (max-width:47.9375rem){.ibe_details_payment_form{background:red}.ibe_details_payment_form .field-30,.ibe_details_payment_form .field-40{margin:0 2rem 0 0}.ibe_details_payment_form .field-30:last-child,.ibe_details_payment_form .field-40:last-child{margin-right:0}.ibe_details_payment_form .field-30{width:calc(30% - 8px);float:left;display:inline-block;margin-right:8px}.ibe_details_payment_form .field-40{width:40%;float:left}}@media screen and (min-width:75rem){.ibe_details_payment_form .field-30{margin:0 1rem}}.cc-list .radio--group,.ibe_details_terms .radio--group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px}.cc-list .radio--group input,.ibe_details_terms .radio--group input{margin:0 5px 0 0;padding:0}.cc-list li,.ibe_details_terms li{margin-bottom:.625rem}.cc-list li:last-child,.cc-list ul,.ibe_details_terms li:last-child,.ibe_details_terms ul{margin-bottom:0}.cc-list .radio[type=radio],.ibe_details_terms .radio[type=radio]{position:absolute;left:-9999px}.cc-list .radio[type=radio]+label,.ibe_details_terms .radio[type=radio]+label{position:relative;padding-left:2.375rem;cursor:pointer;display:inline-block;color:#000;font-size:1rem;line-height:1.66667;white-space:normal}.cc-list .radio[type=radio]+label:after,.cc-list .radio[type=radio]+label:before,.ibe_details_terms .radio[type=radio]+label:after,.ibe_details_terms .radio[type=radio]+label:before{content:"";position:absolute;left:0;top:0;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.cc-list .radio[type=radio]+label:before,.ibe_details_terms .radio[type=radio]+label:before{width:24px;height:24px;background:transparent;border:2px solid #000}.cc-list .radio[type=radio]+label:after,.cc-list .radio[type=radio]+label:before,.ibe_details_terms .radio[type=radio]+label:after,.ibe_details_terms .radio[type=radio]+label:before{-webkit-transition:-webkit-transform .15s cubic-bezier(.4,0,.2,1) 0s;transition:-webkit-transform .15s cubic-bezier(.4,0,.2,1) 0s;transition:transform .15s cubic-bezier(.4,0,.2,1) 0s;transition:transform .15s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .15s cubic-bezier(.4,0,.2,1) 0s}.cc-list .radio[type=radio]+label:after,.ibe_details_terms .radio[type=radio]+label:after{content:"";height:16px;width:16px;background:#03d386;z-index:1;position:absolute;left:4px;top:4px;opacity:0;-webkit-transform:scale(0);transform:scale(0)}.cc-list .radio[type=radio]:checked+label:before,.ibe_details_terms .radio[type=radio]:checked+label:before{border-color:#000}.cc-list .radio[type=radio]:checked+label:after,.ibe_details_terms .radio[type=radio]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.success input,.success textarea{background-image:url(../images/ibe_succes.svg);background-size:15px;background-position:98%;background-repeat:no-repeat}.success input[novalidate],.success textarea[novalidate]{background-image:none}.success.number_counter input,.success input.adyen-checkout__input,.success textarea.adyen-checkout__input{background:none}.error input,.error textarea{background-image:url(../images/ibe_form_error.svg);background-size:15px;background-position:98%;background-repeat:no-repeat}.ibe_form label{color:#5a5a5a}.ibe_form .form-row a.select-theme-citizenm,.ibe_form .form-row input,.ibe_form .form-row textarea{border-color:#ddd}@media screen and (min-width:75rem){.ibe_form .form-row a.select-theme-citizenm,.ibe_form .form-row input,.ibe_form .form-row textarea{font-size:1.5rem}}.ibe_form .form-row a.select-theme-citizenm.select-open,.ibe_form .form-row input.select-open,.ibe_form .form-row textarea.select-open{border-color:#000}.ibe_form .form-row .form-field{margin-bottom:2em}.ibe_form .form-row .form-field.arrival-form-field{margin-right:10px}.ibe_form fieldset:nth-child(2n) s .form-field{margin-bottom:0}.ibe_form hr{border:none;height:1px;width:100%;background:#ddd}@media screen and (min-width:75rem){.ibe_form .form-row{margin-bottom:50px}.ibe_form label{font-size:.875rem}}@media screen and (min-width:48rem){#ibe_wrapper .counter_text,.ibe_form .form-row a.select-theme-citizenm,.ibe_form .form-row input,.ibe_form .form-row textarea{font-size:1.5rem}}.map__container_no_availability{position:absolute;left:-1.5625rem;right:-1.5625rem;width:calc(100% + 3.125rem);bottom:0;height:364px}@media screen and (min-width:31.375rem){.map__container_no_availability{right:-2.5rem;left:-6.25rem;width:calc(100% + 8.75rem);height:413px}}@media screen and (min-width:75rem){.map__container_no_availability{right:-1.5625rem;left:-6.25rem;width:calc(100% + 7.8125rem);height:100%;-webkit-box-flex:0;-ms-flex:0 1 75%;flex:0 1 75%}}@media screen and (min-width:75rem){#ibe_wrapper>.wrapper{-webkit-transition:.93s;transition:.93s;position:relative}#ibe_wrapper>.wrapper main{-webkit-box-shadow:none;box-shadow:none}#ibe_wrapper>.wrapper:after{position:absolute;right:0;top:0;background:#00afef;content:"";display:block;height:100vh;width:100vw;-webkit-transform:translate(100%);transform:translate(100%);z-index:2}#ibe_wrapper>.wrapper.move-left{-webkit-transform:translate(-60rem);transform:translate(-60rem);-webkit-transition:2.5s;transition:2.5s}#ibe_wrapper>.wrapper.move-left:after{-webkit-transform:translate(80%);transform:translate(80%)}#ibe_wrapper>.wrapper.move-left .data_content{background:#fff}#ibe_wrapper>.wrapper.move-left .data_content_layout{overflow:hidden}#ibe_wrapper.ibe_start_loading .ibe_wrapper{overflow:visible}#ibe_wrapper.ibe_start_loading .color_content:before{display:block;content:"";position:absolute;width:50vw;right:100%;top:0;height:100%;background:inherit}#ibe_wrapper .fixed_summary{-webkit-transform:translateY(100%);transform:translateY(100%)}}@media screen and (min-width:75rem){#ibe_wrapper.ibe_min_animation>.wrapper>header{opacity:1}#ibe_wrapper.ibe_min_animation.ibe_load_min_animation .fixed_summary{-webkit-transform:translate(0);transform:translate(0)}}.price_information_popup{background:rgba(0,0,0,.7);width:100vw;height:100vh;position:fixed;left:0;top:0;z-index:100;opacity:0;pointer-events:none}.price_information_popup.openPanel{opacity:1;pointer-events:inherit}.price_information_popup.openPanel .price_information_content{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.price_information_popup .price_information_content{padding:27px 21px;background:#fff;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-15%);transform:translate(-50%,-15%);width:calc(100vw - 20px);max-width:588px;opacity:0;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) .11s;transition:all .3s cubic-bezier(.4,0,.2,1) .11s;-webkit-transition-timing-function:cubic-bezier(0,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}@media screen and (min-width:62rem){.price_information_popup .price_information_content{padding:24px 30px}}.price_information_popup .price_information_content h2{font-size:1.75rem;line-height:1;margin:0;width:80%}@media screen and (min-width:48rem){.price_information_popup .price_information_content h2{font-size:2.5rem}}.price_information_popup .price_information_content h3{margin-top:1.8em;font-size:1.25rem;line-height:1.2;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.price_information_popup .price_information_content h3+ul.list-inline{margin-top:-.5rem;margin-bottom:.25em;line-height:1.5}.price_information_popup dt{float:left;width:50%;line-height:1.375}.price_information_popup dd{float:left;width:50%;text-align:right}.price_information_popup dl{display:block;overflow:hidden;font-size:1rem;padding:8px 0}.price_information_popup dl.segment{margin-top:5px;margin-left:-5px;margin-right:-5px;padding-left:5px;padding-right:5px;border-top:1px solid #ddd}.price_information_popup dl.segment+.segment{margin-top:0}.price_information_popup hr{border:none;background:#ddd;width:100%;height:1px;margin-top:30px;display:block}.price_information_popup .price_information_totalList dl{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.price_information_popup .price_information_totalList dl.total{font-size:1.25rem}.price_information_popup .price_information_notice{color:#b8b8b8;text-align:center;font-size:.875rem;line-height:1.285714285714286;width:80%;margin:20px auto 0}.price_information_popup .price_information_close{position:absolute;right:8px;top:8px;height:24px;width:24px;padding:4px;background-image:url(../images/ibe_close.svg);background-size:1rem 1rem;background-position:50%;background-repeat:no-repeat;display:block;cursor:pointer}.price_information_popup .price_information_close:hover{background-image:url(../images/ibe_close_red.svg)}@media screen and (min-width:48rem){.price_information_popup .price_information_close{padding:0;right:26px;top:26px;background-size:contain}}.country_selector_wrapper{margin-top:30px}.country_selector_wrapper a.select-theme-citizenm{padding-right:0;padding-bottom:0}.country_selector_wrapper a.select-theme-citizenm b{display:none}.country_selector_wrapper a.select-theme-citizenm img{float:left;margin-top:8px;margin-right:7px}.country_selector_wrapper span{display:none}.country_selector_wrapper.error{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:48rem){.country_selector_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.country_selector{width:100%;float:none;margin-right:1.25rem;padding-top:38px;position:relative}.country_selector:after{content:"";display:block;height:14px;width:14px;position:absolute;right:0;top:41px;background-image:url(../images/arrow-down-black.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;pointer-events:none}.country_selector select{padding-bottom:0;line-height:1.2;text-align:left}.country_selector.error a.select-theme-citizenm,.country_selector.error input,.country_selector.error select,.country_selector select{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.country_selector.error:after{background-image:url(../images/arrow-down-red.svg)}@media screen and (min-width:48rem){.country_selector{padding-top:27px;width:5.625rem;float:left}.country_selector:after{top:unset;bottom:10px}}@media screen and (min-width:62rem){.country_selector{padding-top:2rem}}@media screen and (min-width:75rem){.country_selector{padding-top:1.625rem}}.country_selector select option{font-size:1rem}@media screen and (min-width:75rem){.country_selector select option{font-size:1.125rem}}.mobile_selected{display:inline-block;padding-top:2.0625rem;border:none;width:3.125rem;float:left;font-size:1rem;color:rgba(90,90,90,.2);padding-right:.75em}.mobile_selected.active{color:#000}@media screen and (min-width:48rem){.mobile_selected{display:none;font-size:1.125rem}}.telefone_wrapper{width:100%;float:none;overflow:auto;margin-top:30px}.telefone_wrapper .form-field{width:calc(100% - 30px - 1.25rem);float:left}@media screen and (max-width:74.9375rem){.telefone_wrapper .form-field.move-label label{top:2.8rem;left:0}.telefone_wrapper .form-field.move-label.filled label,.telefone_wrapper .form-field.move-label input:focus+label{top:.9375rem}}@media screen and (max-width:61.9375rem){.telefone_wrapper .form-field.move-label label{top:2.1rem}.telefone_wrapper .form-field.move-label.filled label,.telefone_wrapper .form-field.move-label input:focus+label{top:.5625rem}}@media screen and (min-width:48rem){.telefone_wrapper{width:calc(100% - 90px - 1.25rem);float:left;margin-top:0}.telefone_wrapper .form-field{width:100%;float:none}}@media screen and (min-width:75rem){.telefone_wrapper .move-label:not(.filled) input[aria-disabled=true]+label{top:3em}}.select.select-theme-citizenm .select-options>li.select-countrySelector{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;margin-bottom:10px;cursor:pointer;position:relative;margin-left:0}.select.select-theme-citizenm .select-options>li.select-countrySelector:last-child{margin-bottom:0}.select.select-theme-citizenm .select-options>li.select-countrySelector img{margin-right:20px;margin-left:5px;margin-top:-4px}.select.select-theme-citizenm .select-options>li.select-countrySelector:hover{color:#ff0038}body#ibe_wrapper>.select.select-theme-citizenm .select-options>li.select-option-selected.select-countrySelector,body.my_citizenm_profile>.select.select-theme-citizenm .select-options>li.select-option-selected.select-countrySelector{color:#000;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}body#ibe_wrapper>.select.select-theme-citizenm .select-options>li.select-option-selected.select-countrySelector:before,body.my_citizenm_profile>.select.select-theme-citizenm .select-options>li.select-option-selected.select-countrySelector:before{display:none}body>.select.select-theme-citizenm.countryCodeDropdown .select-group{width:100%;max-width:unset}select[name=countryCode]+a.select-theme-citizenm{line-height:2}.select.select-theme-citizenm.countryCodeDropdown li,select[name=countryCode]+a.select-theme-citizenm{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem}.ibe_noavailability .data_content h3{color:#000;border:none;padding-bottom:10px}@media screen and (min-width:48rem){.ibe_noavailability .data_content h3{font-size:3.75rem;font-size:4.375rem}}.ibe_noavailability .data_content .subheadline{font-size:1.125rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;line-height:1.2;margin-bottom:1.25em}@media screen and (min-width:48rem){.ibe_noavailability .data_content .subheadline{font-size:1.875rem}}.ibe_noavailability .data_content .data_content_inner{padding-bottom:20px}@media screen and (max-width:74.9375rem){.ibe_noavailability .data_content .data_content_inner{padding-top:1rem}}.ibe_noavailability .color_content:after{background:#fff;-webkit-transform:none;transform:none;border:none;height:24px;width:calc(100% - 24px);right:inherit;left:0;z-index:10}.ibe_noavailability .color_content:before{content:"";display:block;position:absolute;right:0;bottom:0;width:0;height:0;border-color:transparent transparent transparent #fff;border-style:solid;border-width:24px 0 0 24px;z-index:10}.ibe_noavailability .color_content h1{margin-bottom:2.1rem}@media screen and (min-width:48rem){.ibe_noavailability .color_content:after{height:40px;width:calc(100% - 40px)}.ibe_noavailability .color_content:before{border-width:40px 0 0 40px}}@media screen and (min-width:75rem){.ibe_noavailability .color_content:after,.ibe_noavailability .color_content:before{display:none}}@media screen and (max-width:74.9375rem){.ibe_noavailability .color_content .flex_70{width:100%;display:block}.ibe_noavailability .color_content .flex_70 h1{max-width:450px}.ibe_noavailability .color_content .ibe_flex{display:block}}.ibe_noavailability .color_content .flex_30{display:none}.ibe_noavailability .hotel--unavailable a{pointer-events:none;margin-top:4.375rem;background-color:#b8b8b8;color:inherit;color:#5a5a5a;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.ibe_noavailability .hotel--unavailable a:after{background-color:#fff;border-left-color:#b8b8b8}.popup{position:fixed;opacity:0;top:0;left:0;padding-top:1.5rem;padding-left:1.5rem;max-width:75rem;width:100%;height:100%;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-timing-function:cubic-bezier(.4,0,1,1);transition-timing-function:cubic-bezier(.4,0,1,1);-webkit-transform:translate(25%);transform:translate(25%);z-index:200;pointer-events:none}.popup[aria-hidden=true] a{pointer-events:none!important}.popup .inner_wrap{position:relative;background-color:#fff;color:#000;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5);padding:1.5625rem;width:calc(100vw - 3rem);max-height:calc(100vh - 3rem);overflow-x:hidden;overflow-y:auto}.popup .inner_wrap>a.link-arrow{font-size:.875rem;padding-right:4em}.popup .inner_wrap input{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;border-color:#ddd}.popup .inner_wrap .topline{opacity:1;-webkit-transform:none;transform:none}.popup .inner_wrap .topline+h1,.popup .inner_wrap .topline+h2,.popup .inner_wrap .topline+h3,.popup .inner_wrap .usp>header .topline+h2{margin-top:0}.popup label{color:#5a5a5a}.popup[aria-hidden=false]{opacity:1;pointer-events:auto;-webkit-transform:translate(0);transform:translate(0);-webkit-transition-timing-function:cubic-bezier(0,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.popup .closer{position:absolute;top:1.5rem;right:1.5rem}.popup h3{font-size:1.875rem;line-height:1.65217}.popup div.buttonbar,.popup p{margin-top:1.5rem;text-align:left}.popup div.buttonbar a:not(.button),.popup p a:not(.button){text-decoration:underline;color:inherit}.popup div.buttonbar a:not(.button):hover,.popup p a:not(.button):hover{background:none;text-decoration:none}.popup div.buttonbar a.button,.popup div.buttonbar button[type=submit],.popup p a.button,.popup p button[type=submit]{margin-left:0;margin-right:10px;min-width:0;margin-bottom:1em}.popup p a:focus:not(.button){color:#fff}.popup div.buttonbar a.button:focus,.popup div.buttonbar button[type=submit]:focus{margin-bottom:calc(1em - 2px)!important;margin-left:-2px;margin-right:8px}@media screen and (min-width:30rem){.popup .inner_wrap{top:6.75rem;max-height:calc(100vh - 8.25rem)}}@media screen and (min-width:48rem){.popup{top:0;left:0;-webkit-transform:translateY(-15%);transform:translateY(-15%)}.popup[aria-hidden=false]{-webkit-transform:translate(0);transform:translate(0)}.popup .inner_wrap{padding:2.1875rem;position:absolute}.popup:not(.popup--login) .inner_wrap{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:37rem;max-height:96vh;left:50%;top:50%}.popup .closer{top:2.1875rem;right:2.1875rem}.popup h3{font-size:2.125rem}.popup a.primary,.popup a.red,.popup button.red{margin-top:2.375rem}.popup a.button{min-width:10rem}.popup a.button+a.button{margin-top:0}}@media screen and (min-width:62rem){.popup h3{font-size:3.75rem;line-height:1}}@media screen and (min-width:75rem){.popup{left:50%;-webkit-transform:translate(-50%,-15%);transform:translate(-50%,-15%)}.popup[aria-hidden=false]{-webkit-transform:translate(-50%);transform:translate(-50%)}}@media screen and (min-width:84rem){.popup .inner_wrap{right:0}}.popup.popup--center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;padding-top:0;width:100vw;height:100vh}@media screen and (min-width:30rem){.popup.popup--center .inner_wrap{top:0}}@media screen and (min-width:48rem){.popup.popup--center .inner_wrap{top:50%}}.popup--wide:not(.popup--login) .inner_wrap{max-width:54rem}.popup--modify h3{font-size:2.5rem;line-height:1.15}.popup--modify div.buttonbar{margin-top:3.875rem}.popup--modify .panel fieldset:not(:last-child){margin-bottom:1em}.popup--modify .panel .lightpick{position:relative;top:0!important}.popup--modify .popup--modify-buttons{text-align:right}.popup--modify .popup--modify-buttons .button{min-width:190px}.popup--modify .inner_wrap .current-price input{color:#000!important}.popup--modify .inner_wrap .current-price input,.popup--modify .inner_wrap .old-price input{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}@media screen and (max-width:31.3125rem){.popup--modify .inner_wrap .button{width:100%}}.popup--modify .form-row{-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:48rem){.popup--modify .form-row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.popup--modify .form-row .form-field{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}@media screen and (min-width:31.375rem) and (max-width:47.9375rem){.popup--modify .form-row .form-field.checkin{padding-right:20px}}@media screen and (min-width:31.375rem){.popup--modify .form-row .form-field{margin-bottom:30px}}@media screen and (min-width:31.375rem) and (max-width:61.9375rem){.popup--modify .form-row .form-field{max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.popup--modify .form-row .form-field:last-child{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.popup--modify .form-row label{left:0}.loginWrap p,.popup.popup--login p{margin-top:1.5rem;text-align:center}.loginWrap .login_popup__socials,.popup.popup--login .login_popup__socials{margin-top:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loginWrap .login_popup__socials span,.popup.popup--login .login_popup__socials span{-webkit-box-flex:2;-ms-flex:2;flex:2;line-height:1;font-size:.875rem}.loginWrap .login_popup__socials .icon,.popup.popup--login .login_popup__socials .icon{display:block;text-indent:-9999px;width:2rem;height:2rem;overflow:hidden;border-radius:50%;margin-left:.75em}.loginWrap .login_popup__socials .icon.fb,.popup.popup--login .login_popup__socials .icon.fb{background:bottom no-repeat transparent;background-size:contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23436ECA' cx='22' cy='22' r='22'/%3E%3Cpath d='M26.738 11.945l-2.794-.004c-3.138 0-5.166 1.875-5.166 4.777v2.203h-2.81c-.242 0-.439.177-.439.396v3.191c0 .22.197.396.44.396h2.809v8.053c0 .219.196.396.439.396h3.665c.242 0 .439-.177.439-.396v-8.053h3.284c.243 0 .44-.177.44-.396v-3.19a.378.378 0 00-.128-.28.465.465 0 00-.31-.117H23.32v-1.867c0-.898.237-1.353 1.535-1.353h1.881c.243 0 .44-.178.44-.397v-2.963c0-.218-.197-.395-.44-.396z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E")}.loginWrap .login_popup__socials .icon.li,.popup.popup--login .login_popup__socials .icon.li{background:bottom no-repeat transparent;background-size:contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%2300AFEF' cx='22' cy='22' r='22'/%3E%3Cpath d='M32.353 23.05v7.009h-4.16v-6.54c0-1.643-.602-2.765-2.108-2.765-1.15 0-1.834.756-2.135 1.487-.11.261-.138.625-.138.99v6.828H19.65s.056-11.077 0-12.225h4.161v1.733l-.027.04h.027v-.04c.553-.832 1.54-2.02 3.75-2.02 2.74 0 4.792 1.747 4.792 5.502zM15.296 11.94c-1.424 0-2.355.912-2.355 2.112 0 1.173.905 2.113 2.3 2.113h.028c1.451 0 2.354-.94 2.354-2.113-.028-1.2-.903-2.112-2.327-2.112zM13.188 30.06h4.16V17.834h-4.16V30.06z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E")}.loginWrap .login_popup__socials .icon.go,.popup.popup--login .login_popup__socials .icon.go{background:bottom no-repeat transparent;background-size:contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='46' height='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(1 1)' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke='%23CFCFCF' fill='%23FFF' cx='22' cy='22' r='22'/%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M34.975 22.1c0-.933-.076-1.872-.237-2.79H21.783v5.289H29.2a6.357 6.357 0 01-2.745 4.173v3.432h4.426c2.599-2.392 4.093-5.925 4.093-10.103z' fill='%234285F4'/%3E%3Cpath d='M21.783 35.52c3.704 0 6.828-1.216 9.104-3.316l-4.426-3.432c-1.231.838-2.821 1.312-4.673 1.312-3.584 0-6.622-2.417-7.712-5.667H9.51v3.538a13.737 13.737 0 0012.274 7.565z' fill='%2334A853'/%3E%3Cpath d='M14.071 24.417a8.227 8.227 0 010-5.259v-3.537H9.51a13.746 13.746 0 000 12.334l4.562-3.538z' fill='%23FBBC04'/%3E%3Cpath d='M21.783 13.486a7.464 7.464 0 015.268 2.059l3.922-3.921a13.2 13.2 0 00-9.19-3.574 13.732 13.732 0 00-12.274 7.57l4.562 3.538c1.085-3.255 4.128-5.672 7.712-5.672z' fill='%23EA4335'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.loginWrap .login_popup__socials .icon.ap,.popup.popup--login .login_popup__socials .icon.ap{background:bottom no-repeat transparent;background-size:contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M6 6h44v44H6z'/%3E%3Cpath d='M28.223 20.385c.832 0 1.875-.58 2.496-1.353.562-.7.972-1.68.972-2.658 0-.132-.011-.265-.035-.374-.926.036-2.039.64-2.707 1.45-.527.615-1.008 1.582-1.008 2.572 0 .145.024.29.036.338.058.013.152.025.246.025zM25.293 35c1.137 0 1.64-.785 3.059-.785 1.441 0 1.757.76 3.023.76 1.242 0 2.074-1.183 2.86-2.342.878-1.33 1.242-2.634 1.265-2.694-.082-.024-2.46-1.027-2.46-3.841 0-2.44 1.874-3.54 1.98-3.624-1.243-1.836-3.13-1.884-3.645-1.884-1.395 0-2.531.87-3.246.87-.774 0-1.793-.822-3-.822-2.297 0-4.629 1.957-4.629 5.653 0 2.295.867 4.723 1.934 6.293.914 1.329 1.71 2.416 2.859 2.416z' fill='%23000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");border:thin solid #b8b8b8;border-radius:50%}.loginWrap .login_popup__socials .icon.okta,.popup.popup--login .login_popup__socials .icon.okta{background-image:url(../images/okta-citizenm.svg);background-size:20px;background-repeat:no-repeat;background-position:50%;border:thin solid #b8b8b8}@media screen and (min-width:48rem){.loginWrap .login_popup__socials .icon.okta,.popup.popup--login .login_popup__socials .icon.okta{background-size:26px}}@media screen and (min-width:48rem){.loginWrap .inner_wrap .form-row,.popup.popup--login .inner_wrap .form-row{margin-right:1rem}#ibe_wrapper .loginWrap .inner_wrap .form-row.move-label label,#ibe_wrapper .popup.popup--login .inner_wrap .form-row.move-label label,.loginWrap .inner_wrap .form-row.move-label label,.popup.popup--login .inner_wrap .form-row.move-label label{left:1rem}.loginWrap .inner_wrap>a.link-arrow,.popup.popup--login .inner_wrap>a.link-arrow{font-size:1.125rem;padding-right:3.4em}.loginWrap a.red,.loginWrap button.red,.popup.popup--login a.red,.popup.popup--login button.red{margin-top:.875rem}.loginWrap .login_popup__socials,.popup.popup--login .login_popup__socials{margin-top:1.875rem}.loginWrap .login_popup__socials span,.popup.popup--login .login_popup__socials span{font-size:1.125rem}.loginWrap .login_popup__socials .icon,.popup.popup--login .login_popup__socials .icon{width:2.75rem;height:2.75rem}}@media screen and (min-width:62rem){.loginWrap h3,.popup.popup--login h3{margin-top:2.8125rem;margin-bottom:2.5rem}}.popup.popup--login .inner_wrap{max-width:30rem}@media screen and (min-width:30rem){.popup.popup--login .inner_wrap{margin:auto}}@media screen and (min-width:48rem){.popup.popup--login .inner_wrap{padding:2.1875rem;right:3rem}.popup.popup--login.popup--center .inner_wrap{top:6.75rem;right:auto}}@media screen and (min-width:75rem){.popup.popup--login{left:50%;-webkit-transform:translate(-50%,-15%);transform:translate(-50%,-15%)}.popup.popup--login[aria-hidden=false]{-webkit-transform:translate(-50%);transform:translate(-50%)}}@media screen and (min-width:84rem){.popup.popup--login .inner_wrap{right:0}}.popup--standalone>.popup{position:static;padding:0;max-width:100%;max-height:100%;-webkit-transform:none!important;transform:none!important}.popup--standalone>.popup .inner_wrap{position:relative;max-width:100%;max-height:100%;width:100%;height:auto;-webkit-transform:none;transform:none;top:0;left:0;-webkit-box-shadow:none;box-shadow:none}.popupWrapper{width:100%;height:1px;margin-top:-1px;position:relative;-webkit-transform:translateZ(1px);transform:translateZ(1px)}.booking-receipt--sticky .popupWrapper{width:100vw;position:absolute;left:-1.5rem}.booking-receipt--sticky .popupWrapper .popup.popup--bubble:after{left:1.5rem}.popupWrapper .popup.popup--bubble{position:absolute;width:100%;height:auto;top:-10px;left:0;right:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);padding:.3125rem .75rem;-webkit-filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popupWrapper .popup.popup--bubble:after{position:absolute;bottom:-10px;left:20px;content:"";width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:10px 5px 0}.popupWrapper .popup.popup--bubble a{display:block;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;white-space:nowrap;padding:0 .75rem;text-align:center;text-decoration:none;font-size:.875rem;line-height:2.1429}.popup--fullscreen{padding:0}.popup--fullscreen .inner_wrap{top:0;max-height:100vh;max-width:100vw;width:100vw}.popup--fullscreen .inner_wrap>.closer{position:fixed}.twocol>.col{margin-bottom:1rem}@media screen and (min-width:48rem){.twocol{display:-webkit-box;display:-ms-flexbox;display:flex}.twocol>.col{width:50%}.twocol>.col:nth-child(odd){padding-right:2rem}}.infopanel{padding:.75rem 1.5rem;position:relative}.infopanel.bg-rose{width:calc(100% - 3rem);margin-bottom:1.5rem;padding-bottom:.75rem}.infopanel .usp>header h4,.infopanel h4,.usp>header .infopanel h4{font-size:1.2em;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}@media screen and (min-width:48rem){.infopanel{position:relative;padding-left:3rem;padding-right:3rem}}@media screen and (min-width:62rem){.infopanel>header{width:66.6666666667%}}@media screen and (min-width:81rem){.infopanel{max-width:75rem;padding-left:.625rem;padding-right:.625rem}}.icon_item,.icon_legend,.inline-target .icon_item,.inline-target .icon_legend,.inline-target .textonly,.textonly{padding-left:1.5rem;padding-right:1.5rem;max-width:81rem}.icon_item>*,.icon_legend>*,.inline-target .icon_item>*,.inline-target .icon_legend>*,.inline-target .textonly>*,.textonly>*{max-width:62.5rem}.icon_item>header,.icon_legend>header,.inline-target .icon_item>header,.inline-target .icon_legend>header,.inline-target .textonly>header,.textonly>header{margin-bottom:2em}.icon_item>header h2,.icon_legend>header h2,.inline-target .icon_item>header h2,.inline-target .icon_legend>header h2,.inline-target .textonly>header h2,.textonly>header h2{font-size:2.5rem;line-height:1;margin-top:0}.icon_item .usp>header h2,.icon_item h2,.icon_legend .usp>header h2,.icon_legend h2,.inline-target .icon_item h2,.inline-target .icon_legend h2,.inline-target .textonly h2,.textonly .usp>header h2,.textonly h2,.usp>header .icon_item h2,.usp>header .icon_legend h2,.usp>header .textonly h2{font-size:1.875rem;line-height:1.2}.icon_item h3,.icon_legend h3,.inline-target .icon_item h3,.inline-target .icon_legend h3,.inline-target .textonly h3,.textonly h3{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;line-height:1}.icon_item .usp>header h4,.icon_item h4,.icon_legend .usp>header h4,.icon_legend h4,.inline-target .icon_item h4,.inline-target .icon_legend h4,.inline-target .textonly h4,.textonly .usp>header h4,.textonly h4,.usp>header .icon_item h4,.usp>header .icon_legend h4,.usp>header .textonly h4{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625}@media screen and (min-width:48rem){.icon_item,.icon_legend,.inline-target .icon_item,.inline-target .icon_legend,.inline-target .textonly,.textonly{padding-left:3rem;padding-right:3rem}.icon_item p,.icon_legend p,.inline-target .icon_item p,.inline-target .icon_legend p,.inline-target .textonly p,.textonly p{font-size:1.25rem}.icon_item>*,.icon_legend>*,.inline-target .icon_item>*,.inline-target .icon_legend>*,.inline-target .textonly>*,.textonly>*{width:83.3333333333%}}.textonly--numerized{counter-reset:section}.textonly--numerized h2:not(.nonumerized){counter-increment:section;counter-reset:subsection;counter-reset:subsubsection}.textonly--numerized h2:not(.nonumerized):before{content:counter(section) ". "}.textonly--numerized h3:not(.nonumerized){counter-increment:subsection;counter-reset:subsubsection}.textonly--numerized h3:not(.nonumerized):before{content:counter(section) "." counter(subsection) ". "}.textonly--numerized h4:not(.nonumerized){counter-increment:subsubsection}.textonly--numerized h4:not(.nonumerized):before{content:counter(section) "." counter(subsection) "." counter(subsubsection) ". "}.cookiewall{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;color:#000;max-height:88vh;overflow:auto;-webkit-box-shadow:0 -2px 6px 0 rgba(0,0,0,.1);box-shadow:0 -2px 6px 0 rgba(0,0,0,.1);-webkit-transform:translateY(110%);transform:translateY(110%);-webkit-transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;z-index:1009}.cookiewall.show{-webkit-transform:translate(0);transform:translate(0)}.cookiewall__inner{margin:auto;padding:0 1.5rem 1.5rem;max-width:81rem}.cookiewall h3{font-size:1.25rem;line-height:1.03333}.cookiewall p{font-size:.75rem;line-height:1.66667}.cookiewall a.button{margin-top:.625rem;margin-bottom:.9375rem}.cookiewall a.button+p{font-size:.875rem;line-height:1.2857}@media screen and (min-width:48rem){.cookiewall__inner{padding:1.5rem 3rem}.cookiewall h3{font-size:1.5rem}.cookiewall p{font-size:.875rem}}.icon_item,.icon_legend{opacity:0;margin-top:1.8125rem}.icon_item>*,.icon_legend>*{max-width:100%;width:100%}section>.icon_item,section>.icon_legend{padding-left:0;padding-right:0}.icon_legend__item{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #d8d8d8;padding-bottom:1rem;margin-bottom:1.375rem;padding-left:.5625rem;padding-right:.5625rem}.usp>header h2+.icon_legend__item,h2+.icon_legend__item{margin-top:.75rem}.icon_legend__item:last-child{border-bottom:none}.icon_legend__item .icon_legend__icon{margin-right:1rem;-ms-flex-negative:0;flex-shrink:0}.icon_legend__item .icon_legend__icon img,.icon_legend__item .icon_legend__icon svg.placeholder{width:3.125rem;height:auto}@media screen and (min-width:48rem){.icon_legend__item .icon_legend__icon{margin-right:2rem}.icon_legend__item .icon_legend__icon img,.icon_legend__item .icon_legend__icon svg.placeholder{width:3.75rem}}.icon_legend__item icon_legend__description p{font-size:1.25rem;line-height:1.5}@media screen and (max-width:319px){.icon_legend__item{display:block}}@media screen and (min-width:48rem){.usp>header h2+.icon_legend__item,h2+.icon_legend__item{margin-top:1.25rem}}@media screen and (min-width:62rem){.icon_legend__item{padding-bottom:2.125rem;margin-bottom:2.5rem}}.icon_item .usp>header h2,.icon_item h2,.usp>header .icon_item h2{margin-bottom:2rem}@media screen and (min-width:48rem){.icon_item .usp>header h2,.icon_item h2,.usp>header .icon_item h2{margin-bottom:2.875rem}}.icon_item__item{padding-left:.5625rem;padding-right:.5625rem;margin-bottom:1.875rem}.icon_item__item,.icon_item__item .icon_item__icons{display:-webkit-box;display:-ms-flexbox;display:flex}.icon_item__item .icon_item__icons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:3.125rem;-ms-flex-preferred-size:3.125rem;flex-basis:3.125rem;margin-right:.625rem}.icon_item__item .icon_item__icons img,.icon_item__item .icon_item__icons svg{display:block;width:2rem;height:auto}.icon_item__item .icon_item__icons>*{margin-bottom:.625rem}@media screen and (max-width:319px){.icon_item__item{display:block}.icon_item__item .icon_item__icons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.icon_item__item .icon_item__icons>*{margin-right:.625rem}}@media screen and (min-width:48rem){.icon_item__item .icon_item__icons{min-width:3.75rem;-ms-flex-preferred-size:3.75rem;flex-basis:3.75rem;margin-right:2rem}.icon_item__item img,.icon_item__item svg{width:2.5rem}}.payment-icons{display:inline-block;margin-left:5px}.payment-icons i{display:inline-block;background:url(../images/payment-icons.gif);height:22px;width:34px;position:relative;top:7px}.payment-icons i.mc{background-position:-33px 0;width:32px}.payment-icons i.visa{background-position:-66px 0;width:33px}.payment-icons i.alipay{background:url(../img/alipay_logo.jpg) no-repeat;background-size:20px 20px;background-position:0 0;width:33px}.payment-icons i.wechat{background:url(../img/we_chat.png) no-repeat;background-size:20px auto;background-position:0 0;height:20px}.payment-icons i.upop{background:url(../img/UnionPay.png) no-repeat;background-size:20px auto;background-position:0 0;height:20px}.device-buttons{border-bottom:1px solid #ddd}.device-buttons,.ibe_conf_hero .ibe_conf_hero-addition .device-buttons{padding-bottom:.875rem}.device-buttons .hidden{display:none;pointer-events:none}.device-buttons>a.button{margin-left:0;margin-right:1rem;margin-bottom:1rem}.device-buttons>a.button.image{-webkit-box-shadow:none!important;box-shadow:none!important;width:10rem}.device-buttons>a.button.image img{height:auto;width:90%;-o-object-fit:contain;object-fit:contain}.device-buttons>a.button.image:after,.device-buttons>a.button.image:before{display:none!important}@media screen and (min-width:62rem){.device-buttons,.ibe_conf_hero .ibe_conf_hero-addition .device-buttons{padding-bottom:2.75rem}}.inline-target .referrals,.referrals{padding-left:1.5625rem;padding-right:1.5625rem;margin-left:auto;margin-right:auto;max-width:100vw}.inline-target .referrals h2,.referrals .usp>header h2,.referrals h2,.usp>header .referrals h2{font-size:2.5rem;line-height:1}.inline-target .referrals h3,.referrals h3{font-size:2rem;line-height:1.25}.inline-target .referrals h4,.referrals .usp>header h4,.referrals h4,.usp>header .referrals h4{font-size:1.25rem;line-height:1.55;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;margin-bottom:.5em}.inline-target .referrals em,.referrals em{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}@media screen and (min-width:62rem){.inline-target .referrals,.referrals{padding-bottom:.9375rem}.inline-target .referrals h2,.referrals .usp>header h2,.referrals h2,.usp>header .referrals h2{font-size:5rem;line-height:1}.inline-target .referrals h3,.referrals h3{font-size:2.5rem;line-height:1;margin-bottom:2rem}.inline-target .referrals p,.referrals p{font-size:1.125rem}}@media screen and (min-width:71.875rem){.inline-target .referrals,.referrals{padding-left:0;padding-right:0;max-width:71.875rem}}@media screen and (min-width:75rem){.inline-target .referrals,.referrals{max-width:75rem}}.referrals__items+.referrals__items{margin-top:1.875rem}@media screen and (min-width:62rem){.referrals__items+.referrals__items{margin-top:2.5rem}}.referrals__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.referrals__item h3{margin-top:0;margin-bottom:.875rem}@media screen and (min-width:48rem){.referrals__item{padding:2.5625rem 6.4375rem 2.5rem 11.125rem}}@media screen and (min-width:62rem){.referrals__item{position:relative;min-height:261px;padding-left:305px;border:1px solid #ddd}}.my_citizenm .referrals .referral__tile{width:5.375rem;height:5.375rem;min-height:5.375rem;padding:.5625rem;margin-bottom:.875rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;left:-1.5625rem}.my_citizenm .referrals .referral__tile .tile__body{font-size:1.875rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;line-height:1}.my_citizenm .referrals .referral__tile .tile__footer{font-size:.875rem;line-height:1.429;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.my_citizenm .referrals .referral__tile+header{width:calc(100% - 86px)}@media screen and (min-width:48rem){.my_citizenm .referrals .referral__tile{width:8.25rem;height:8.25rem;min-height:8.25rem;padding:1.125rem 1.0625rem;left:0;position:absolute}.my_citizenm .referrals .referral__tile .tile__body{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2.625rem;line-height:1}.my_citizenm .referrals .referral__tile .tile__footer{font-size:1.25rem;line-height:1}.my_citizenm .referrals .referral__tile+header,.my_citizenm .referrals .referral__tile+referrals__teaser{width:100%}}@media screen and (min-width:62rem){.my_citizenm .referrals .referral__tile{width:11.25rem;height:11.25rem;min-height:11.25rem;left:4.9375rem}.my_citizenm .referrals .referral__tile .tile__body{font-size:3.75rem}.my_citizenm .referrals .referral__tile .tile__footer{font-size:1.25rem;line-height:1}}.referrals__detail{margin-top:1.375rem;padding-top:1.875rem;padding-bottom:1.8125rem;border:solid #ddd;border-width:1px 0;width:100%;background:no-repeat 100% 100%;background-size:0}.referrals__detail+.referrals__detail{margin-top:-1px}.referrals__detail .button{max-width:100%;width:100%;margin-left:0;margin-right:0}.referrals__detail .copied{color:rgba(0,0,0,.3)}.referrals__detail .copied:before{color:#000}.referrals__detail .green.copied{color:hsla(0,0%,100%,.3)}.referrals__detail .green.copied:before{color:#fff}.referrals__detail .referrals__detail-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.referrals__detail .button+.copybutton{margin-left:1.375rem}.referrals__detail .copybutton{display:none;width:4.9375rem;min-width:4.9375rem}@media screen and (min-width:48rem){.referrals__detail .usp>header h4,.referrals__detail h4,.usp>header .referrals__detail h4{margin-bottom:3.0625rem}.referrals__detail .referrals__detail-buttons .button{-webkit-box-flex:1;-ms-flex:1;flex:1}.referrals__detail .referrals__detail-buttons .copybutton{-webkit-box-flex:0;-ms-flex:0;flex:0;display:inline-block;text-overflow:clip}.referrals__detail .referrals__detail-buttons .small{font-size:1.125rem;padding:1rem 1.0625rem}}@media screen and (min-width:62rem){.referrals__detail{border-width:1px;margin-top:3.1875rem;padding:1.875rem 2.5rem 2.5rem;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.1);box-shadow:0 2px 10px rgba(0,0,0,.1)}.referrals__detail+.referrals__detail{margin-top:2.25rem}}@media screen and (min-width:75rem){.referrals__detail{padding-right:15.125rem;background-size:180px 140px;position:relative}}.referrals__data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:.875rem;margin-bottom:1.25rem}.referrals__data .referrals__data-state{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (min-width:48rem){.referrals__data{margin-bottom:1.125rem;font-size:1.125rem}.usp>header h4+.referrals__data,h4+.referrals__data{margin-top:-2.875rem}}@media screen and (min-width:75rem){.referrals__data .referrals__data-date{position:absolute;width:180px;right:0;top:0;padding:1.6875rem 2.5rem 1.6875rem 1.6875rem;text-align:right}}.app_backlink{position:fixed;top:1.5rem;right:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em;z-index:2;text-align:center;border-radius:9999px;background:#fff;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.app_backlink+section{padding-top:3rem}.app_backlink:active,.app_backlink:hover,body[data-sticky] .app_backlink{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.text-map-toggle .tmt__map{height:400px}.currency{background:#fff;padding:5px 10px;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);width:calc(100% - 20px);z-index:1;-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.42);box-shadow:1px 1px 5px 0 rgba(0,0,0,.42);opacity:0;pointer-events:none;top:0;-webkit-transition:all .23s ease-out;transition:all .23s ease-out}.currency,.currency:after{position:absolute;left:50%}.currency:after{content:"";display:block;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);bottom:0;width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:12px 6px 0}.currency.show{opacity:1;pointer-events:unset;top:-15px}.inline-target .onlyHeadline,.onlyHeadline{padding-left:1.5rem;padding-right:1.5rem}.wrapper .inline-target .onlyHeadline header h2,.wrapper .onlyHeadline header h2{font-size:2.5rem;line-height:1;margin-bottom:1.25rem}@media screen and (min-width:48rem){.inline-target .onlyHeadline,.onlyHeadline{padding-left:3rem;padding-right:3rem}.wrapper .inline-target .onlyHeadline>header h2,.wrapper .onlyHeadline>header h2{font-size:6.25rem;line-height:1.2;margin-bottom:2.75rem}}@media screen and (min-width:81rem){.inline-target .onlyHeadline,.onlyHeadline{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:0;padding-right:0}}.outline_box{border:1px solid #ddd;padding:1.25rem 1.3125rem;margin-left:-.75rem;margin-right:-.75rem}.outline_box header{font-size:1.375rem;line-height:1.0909090909;margin-bottom:.875rem}.outline_box ul.iconlist{margin-bottom:0}.outline_box ul.iconlist li{font-size:.875rem;line-height:1.71429;margin-bottom:1rem}.outline_box ul.iconlist li:last-child{margin-bottom:2px}@media screen and (min-width:48rem){.outline_box{max-width:36.75rem;padding:1.375rem;margin-left:0;margin-right:0}}.wrapper>header{background-color:#fff;color:#000;width:100%;padding:0;position:relative;z-index:32;-webkit-transition:background .3s cubic-bezier(.4,0,.2,1) 0s;transition:background .3s cubic-bezier(.4,0,.2,1) 0s}.wrapper>header .innerWrap{height:6.75rem;margin:auto;padding:1.5rem;z-index:24;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrapper>header .logo{background-color:#fff;color:#000;z-index:24;background-color:transparent;background-position:0}.wrapper>header .logo:focus,.wrapper>header .logo:focus-within{background-position:50%}.wrapper>header .hamburger{text-align:right;z-index:24;margin-right:-8px}.wrapper>header .book_button{display:none;padding-left:3rem}.wrapper>header .book_button a.button{min-width:unset}.wrapper>header .book_button span{display:none}@media screen and (min-width:48rem){.wrapper>header .innerWrap{padding:1.875rem 3rem;height:7.5rem}.wrapper>header .book_button{display:block}}@media screen and (min-width:62rem){.wrapper>header .innerWrap{padding:2.375rem 3rem 2.625rem;height:8.75rem}.wrapper>header .book_button span{display:inline}}@media screen and (min-width:81rem){#ibe_confirmation .wrapper>header,#ibe_wrapper .wrapper>header{pointer-events:none}#ibe_confirmation .wrapper>header .hamburger,#ibe_confirmation .wrapper>header a,#ibe_confirmation .wrapper>header li,#ibe_wrapper .wrapper>header .hamburger,#ibe_wrapper .wrapper>header a,#ibe_wrapper .wrapper>header li{pointer-events:auto}.wrapper>header .innerWrap{width:81rem}}body:not(.sticky--sticked) .wrapper>header.header--home{color:#fff}body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a{-webkit-transition:none;transition:none}body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:after:active,body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:after:focus,body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:focus:after,body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:focus:after:active,body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:focus:after:focus,body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:focus:after:hover,body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:hover:after:active,body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:hover:after:focus,body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:hover:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a.active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-position:0 100%;-webkit-transform:translate(.2em,.1em) rotate(270deg);transform:translate(.2em,.1em) rotate(270deg)}body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a.active:after:active,body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a.active:after:focus,body:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a.active:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body:not(.sticky--sticked) .wrapper>header.header--home li a{-webkit-transition:none;transition:none}body:not(.sticky--sticked) .wrapper>header.header--home .hamburger-inner,body:not(.sticky--sticked) .wrapper>header.header--home .hamburger-inner:after,body:not(.sticky--sticked) .wrapper>header.header--home .hamburger-inner:before{background-color:#fff}body:not(.sticky--sticked) .wrapper>header.header--home .hamburger:active .hamburger-inner,body:not(.sticky--sticked) .wrapper>header.header--home .hamburger:active .hamburger-inner:after,body:not(.sticky--sticked) .wrapper>header.header--home .hamburger:active .hamburger-inner:before{background-color:#ff0038}body:not(.sticky--sticked) .wrapper>header.header--home .subnav{color:#000}body[data-oldnavi=true] .wrapper>header.header--home:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus-within,body[data-oldnavi=true] .wrapper>header.header--home:hover{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;background-color:#fff;color:#000}body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta{color:#000}body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a{-webkit-transition:none;transition:none}body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a:after,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a:after,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a:after,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a:after,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a:after,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a:after:active,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a:after:active,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a:hover:after,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a:hover:after,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a:hover:after,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a:hover:after,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a:hover:after,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a:hover:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a:hover:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a:hover:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a:hover:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a:hover:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a:hover:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a:hover:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a:hover:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a:hover:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a:hover:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a:hover:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a:hover:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a:hover:after:active,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a:hover:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a:hover:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a:hover:after:active,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a:hover:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a:hover:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a.active:after,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a.active:after,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a.active:after,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a.active:after,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a.active:after,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a.active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-position:0 100%;-webkit-transform:translate(.2em,.1em) rotate(270deg);transform:translate(.2em,.1em) rotate(270deg)}body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a.active:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a.active:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .main li.has_subnav a.active:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a.active:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a.active:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .meta li.has_subnav a.active:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a.active:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a.active:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .main li.has_subnav a.active:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a.active:after:active,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a.active:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .meta li.has_subnav a.active:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a.active:after:active,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a.active:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .main li.has_subnav a.active:after:hover,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a.active:after:active,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a.active:after:focus,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .meta li.has_subnav a.active:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .hamburger .hamburger-inner,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .hamburger .hamburger-inner:after,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .hamburger .hamburger-inner:before,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .hamburger .hamburger-inner,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .hamburger .hamburger-inner:after,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .hamburger .hamburger-inner:before,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .hamburger .hamburger-inner,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .hamburger .hamburger-inner:after,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .hamburger .hamburger-inner:before{background-color:#000!important}body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .hamburger .hamburger:active .hamburger-inner,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .hamburger .hamburger:active .hamburger-inner:after,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .hamburger .hamburger:active .hamburger-inner:before,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .hamburger .hamburger:active .hamburger-inner,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .hamburger .hamburger:active .hamburger-inner:after,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .hamburger .hamburger:active .hamburger-inner:before,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .hamburger .hamburger:active .hamburger-inner,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .hamburger .hamburger:active .hamburger-inner:after,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .hamburger .hamburger:active .hamburger-inner:before{background-color:#ff0038!important}body[data-oldnavi=true] .wrapper>header.header--home:focus-within .innerWrap .subnav,body[data-oldnavi=true] .wrapper>header.header--home:focus .innerWrap .subnav,body[data-oldnavi=true] .wrapper>header.header--home:hover .innerWrap .subnav{color:#000}body.openNavigation.openFullpagePopup .wrapper>header.header--home,body.openNavigation.openHamburger .wrapper>header.header--home,body[data-oldnavi=true].openNavigation .wrapper>header.header--home{background-color:#fff;color:#000}body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a:after,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a:after,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a:after:active,body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a:after:focus,body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a:after:hover,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a:after:active,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a:after:focus,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a:after:hover,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a:after:active,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a:after:focus,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a:hover:after,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a:hover:after,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a:hover:after:active,body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a:hover:after:focus,body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a:hover:after:hover,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a:hover:after:active,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a:hover:after:focus,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a:hover:after:hover,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a:hover:after:active,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a:hover:after:focus,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a:hover:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a.active:after,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a.active:after,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a.active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-position:0 100%;-webkit-transform:translate(.2em,.1em) rotate(270deg);transform:translate(.2em,.1em) rotate(270deg)}body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a.active:after:active,body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a.active:after:focus,body.openNavigation.openFullpagePopup .wrapper>header.header--home li.has_subnav a.active:after:hover,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a.active:after:active,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a.active:after:focus,body.openNavigation.openHamburger .wrapper>header.header--home li.has_subnav a.active:after:hover,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a.active:after:active,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a.active:after:focus,body[data-oldnavi=true].openNavigation .wrapper>header.header--home li.has_subnav a.active:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger-inner,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger-inner.white,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger-inner.white:before,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger-inner:after,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger-inner:before,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger-inner,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger-inner.white,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger-inner.white:before,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger-inner:after,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger-inner:before,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger-inner,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger-inner.white,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger-inner.white:before,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger-inner:after,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger-inner:before{background-color:#000!important}body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger:active .hamburger-inner,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger:active .hamburger-inner:after,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger:active .hamburger-inner:before,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger:focus .hamburger-inner,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger:focus .hamburger-inner:after,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger:focus .hamburger-inner:before,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger:hover .hamburger-inner,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger:hover .hamburger-inner:after,body.openNavigation.openFullpagePopup .wrapper>header.header--home .hamburger:hover .hamburger-inner:before,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger:active .hamburger-inner,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger:active .hamburger-inner:after,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger:active .hamburger-inner:before,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger:focus .hamburger-inner,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger:focus .hamburger-inner:after,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger:focus .hamburger-inner:before,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger:hover .hamburger-inner,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger:hover .hamburger-inner:after,body.openNavigation.openHamburger .wrapper>header.header--home .hamburger:hover .hamburger-inner:before,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger:active .hamburger-inner,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger:active .hamburger-inner:after,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger:active .hamburger-inner:before,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger:focus .hamburger-inner,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger:focus .hamburger-inner:after,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger:focus .hamburger-inner:before,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger:hover .hamburger-inner,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger:hover .hamburger-inner:after,body[data-oldnavi=true].openNavigation .wrapper>header.header--home .hamburger:hover .hamburger-inner:before{background-color:#ff0038!important}body.openNavigation.openOverlay.noNavigationHover:not(.sticky--sticked) .wrapper>header.header--home{background-color:#000;color:#fff;background-color:inherit}body.openNavigation.openOverlay.noNavigationHover:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}body.openNavigation.openOverlay.noNavigationHover:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:after:active,body.openNavigation.openOverlay.noNavigationHover:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:after:focus,body.openNavigation.openOverlay.noNavigationHover:not(.sticky--sticked) .wrapper>header.header--home li.has_subnav a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body.openNavigation.openOverlay.noNavigationHover:not(.sticky--sticked){padding-top:0}#ibe_confirmation .wrapper>header,#ibe_wrapper .wrapper>header{position:absolute;top:0;background:transparent;width:auto;left:inherit;right:0;-webkit-box-shadow:none;box-shadow:none}#ibe_confirmation .wrapper>header .innerWrap,#ibe_wrapper .wrapper>header .innerWrap{padding:.875rem 1.625rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-width:100%;height:5.25rem;position:relative}#ibe_confirmation .wrapper>header .has_subnav--popup--currency,#ibe_wrapper .wrapper>header .has_subnav--popup--currency{display:block}#ibe_confirmation.openNavigation,#ibe_wrapper.openNavigation{background:#fff;padding-top:0}#ibe_confirmation.openHamburger,#ibe_wrapper.openHamburger{background:#fff}#ibe_confirmation.openHamburger .wrapper>header .has_subnav--popup,#ibe_confirmation.openHamburger .wrapper>header .hide-onOpen-sm,#ibe_confirmation.openHamburger .wrapper>header .hide-sm,#ibe_wrapper.openHamburger .wrapper>header .has_subnav--popup,#ibe_wrapper.openHamburger .wrapper>header .hide-onOpen-sm,#ibe_wrapper.openHamburger .wrapper>header .hide-sm{display:block}#ibe_confirmation.openHamburger .hamburger-inner,#ibe_confirmation.openHamburger .hamburger-inner:after,#ibe_confirmation.openHamburger .hamburger-inner:before,#ibe_wrapper.openHamburger .hamburger-inner,#ibe_wrapper.openHamburger .hamburger-inner:after,#ibe_wrapper.openHamburger .hamburger-inner:before{background:#000}#ibe_confirmation.openHamburger nav.meta a,#ibe_wrapper.openHamburger nav.meta a{color:#000}#ibe_confirmation nav.meta>ul>li,#ibe_wrapper nav.meta>ul>li{margin-right:1.875rem}#ibe_confirmation #navigation,#ibe_wrapper #navigation{top:0;padding-top:6.75rem;height:100vh;max-height:unset}@media screen and (min-width:48rem){#ibe_confirmation .wrapper>header .innerWrap,#ibe_wrapper .wrapper>header .innerWrap{padding-top:1.625rem;padding-bottom:0}}@media screen and (max-width:74.9375rem){#ibe_confirmation nav.meta a,#ibe_wrapper nav.meta a{color:#fff}#ibe_confirmation nav.meta .subnav li a,#ibe_wrapper nav.meta .subnav li a{color:#000}#ibe_confirmation .hamburger-inner,#ibe_confirmation .hamburger-inner:after,#ibe_confirmation .hamburger-inner:before,#ibe_wrapper .hamburger-inner,#ibe_wrapper .hamburger-inner:after,#ibe_wrapper .hamburger-inner:before{background:#fff}}@media screen and (min-width:75rem){#ibe_confirmation nav.meta>ul>li,#ibe_wrapper nav.meta>ul>li{background:#fff}}#ibe_confirmation .hamburger,#ibe_wrapper .hamburger{position:absolute;top:1.25rem;right:1.625rem}#ibe_confirmation header .innerWrap nav.meta,#ibe_wrapper header .innerWrap nav.meta{padding-right:40px}@media screen and (min-width:75rem){#ibe_confirmation header .innerWrap,#ibe_wrapper header .innerWrap{padding-top:2.6875rem}}#ibe_confirmation .wrapper>header,#ibe_wrapper .wrapper>header{left:0;pointer-events:none}#ibe_confirmation .wrapper>header .hamburger,#ibe_confirmation .wrapper>header li,#ibe_confirmation .wrapper>header li>a,#ibe_wrapper .wrapper>header .hamburger,#ibe_wrapper .wrapper>header li,#ibe_wrapper .wrapper>header li>a{pointer-events:auto}@media screen and (min-width:31.375rem){#ibe_confirmation .hamburger,#ibe_wrapper .hamburger{top:unset}}@media screen and (min-width:48rem){#ibe_confirmation .hamburger,#ibe_wrapper .hamburger{top:unset;right:2.875rem}}@media screen and (min-width:31.375rem){body.bg-black .hamburger-inner,body.bg-black .hamburger-inner:after,body.bg-black .hamburger-inner:before,body.my_booking .hamburger-inner,body.my_booking .hamburger-inner:after,body.my_booking .hamburger-inner:before{background:#fff}}#ibe_confirmation .meta{display:none}#ibe_confirmation.openHamburger .meta{display:block}#ibe_confirmation .hamburger-inner,#ibe_confirmation .hamburger-inner:after,#ibe_confirmation .hamburger-inner:before{background:#fff}@media screen and (max-width:47.9375rem){#ibe_confirmation .wrapper nav.meta{display:none}}.icon--globe{width:18px;height:18px}.icon--login{width:26px;height:26px;color:#000;background-color:#fff;position:relative;border-radius:999px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #fff;top:.15em;font-size:0}.icon--login:empty{border-width:0}@media screen and (min-width:62rem){.icon--login{margin-top:2px;margin-bottom:8px}}a:hover .icon--login{color:#ff0038;border-color:#000}.icon--login svg{position:relative;top:-1px;z-index:2}.icon--login[style]{background-position:50%;background-repeat:no-repeat;background-size:cover}.active>.icon--login{border-color:#ff0038!important}nav.main li.login.has_subnav>a{margin-right:1.25em;padding-right:.5em}nav.main li.login.has_subnav>a:after,nav.main li.login.has_subnav>a:before{display:none}.sticky--sticked .wrapper>.header--home .icon--login,body[data-oldnavi=true] .wrapper>header.header--home:focus-within .icon--login,body[data-oldnavi=true] .wrapper>header.header--home:focus .icon--login,body[data-oldnavi=true] .wrapper>header.header--home:hover .icon--login{color:#fff;background-color:#000;border-color:#000}.sticky--sticked .wrapper>.header--home a:hover .icon--login,body[data-oldnavi=true] .wrapper>header.header--home:focus-within a:hover .icon--login,body[data-oldnavi=true] .wrapper>header.header--home:focus a:hover .icon--login,body[data-oldnavi=true] .wrapper>header.header--home:hover a:hover .icon--login{background-color:#ff0038;border-color:#ff0038}footer{background-color:#000;color:#fff;bottom:0;left:0;width:100%;padding:1.5rem}footer,footer .logo{position:relative}footer nav{padding-top:2.125rem;padding-bottom:2.125rem}footer nav ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}footer nav ul li{-webkit-column-break-inside:avoid;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column}footer hr{display:none;border:none;background-color:transparent;height:1px;clear:both}@media screen and (min-width:48rem){footer{padding:3rem}footer nav{padding-top:4.5rem}footer nav ul{-webkit-column-count:3;-moz-column-count:3;column-count:3}footer .socialiconbar{position:absolute;top:3rem;right:3rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:60px}footer .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:62rem){footer .wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:auto;margin-right:auto;max-width:75rem}footer .wrap>*{margin:0 1rem;margin:0}footer .wrap nav{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1;padding-top:4.5rem;font-size:1.25rem}footer .wrap nav ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}footer .wrap nav li a{line-height:2}footer .wrap form{padding-top:4.5rem;padding-left:.5rem;width:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-negative:1;flex-shrink:1;margin-left:8.3333333333%}footer .wrap form>h6{margin-top:0}footer .row{width:100%}}@media screen and (min-width:75rem){footer .wrap form{margin-left:16.6666666667%}}@media screen and (min-width:81rem){footer{padding-left:0;padding-right:0}footer .logo{z-index:2;position:relative;margin-left:calc(50vw - 37.5rem)}footer .socialiconbar{z-index:1;max-width:75rem;left:calc(50vw - 37.5rem)}}footer.wx__footerfixed{position:fixed;bottom:0;left:0;right:0;width:100%}.contrast{display:none;text-align:center;padding-top:2rem;padding-bottom:2rem}.contrast .label{position:relative;top:2px;font-size:14px!important}@media screen and (min-width:48rem){.contrast{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.copy{text-align:center;color:#5a5a5a;padding-right:1ex;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625;font-size:14px!important}@media screen and (min-width:48rem){.copy{text-align:right;margin-left:50%!important}}footer.footer--small .wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}footer.footer--small .wrap nav{width:50%}footer.footer--small .wrap .row,footer.footer--small .wrap .socialiconbar{position:relative;text-align:left;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}footer.footer--small a.privacy{display:inline-block;margin-bottom:0;text-decoration:none}footer.footer--small h2{font-size:1.375rem;line-height:30/22;font-weight:700;margin-top:0;margin-bottom:.75rem}footer.footer--small nav{padding-top:0;padding-bottom:0}footer.footer--small nav ul{-webkit-column-count:1;-moz-column-count:1;column-count:1;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;padding-bottom:0}footer.footer--small nav li{white-space:normal;overflow:auto;text-overflow:inherit;line-height:1.875}footer.footer--small nav li a{font-size:1rem;line-height:1.125}footer.footer--small .socialicon a{background-position:0 bottom}footer.footer--small .copy{font-size:12px!important;line-height:1.5;text-align:left}@media screen and (min-width:48rem){footer.footer--small .wrap nav{width:25%;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;max-width:18.75rem}footer.footer--small .wrap .socialiconbar{width:50%;max-width:37.5rem;top:0;right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:auto;-ms-flex-item-align:start;align-self:flex-start;margin-bottom:0}footer.footer--small .wrap .row{width:calc(100% + 1rem)}footer.footer--small nav ul{margin-bottom:0}footer.footer--small .socialicon a{background-position:100% bottom}footer.footer--small .copy{text-align:right;margin-left:0!important;margin-right:0;padding-right:0}}@media screen and (min-width:62rem){footer.footer--small .wrap{position:relative}footer.footer--small .wrap .socialiconbar{position:absolute;top:0;left:50%}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:-1rem;margin-right:-1rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.row>*{margin:0 1rem;width:100%}@media screen and (min-width:48rem){.row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.col-1{width:8.3333333333%;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-1{width:8.3333333333%;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-1{width:8.3333333333%;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-1{width:8.3333333333%;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-1{width:8.3333333333%;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-1{width:8.3333333333%;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-1{width:8.3333333333%;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-1{width:8.3333333333%;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;-ms-flex-negative:1;flex-shrink:1}}.col-2{width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-2{width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-2{width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-2{width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-2{width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-2{width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-2{width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-2{width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;-ms-flex-negative:1;flex-shrink:1}}.col-3{width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-3{width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-3{width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-3{width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-3{width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-3{width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-3{width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-3{width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;-ms-flex-negative:1;flex-shrink:1}}.col-4{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-4{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-4{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-4{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-4{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-4{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-4{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-4{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1}}.col-5{width:41.6666666667%;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-5{width:41.6666666667%;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-5{width:41.6666666667%;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-5{width:41.6666666667%;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-5{width:41.6666666667%;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-5{width:41.6666666667%;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-5{width:41.6666666667%;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-5{width:41.6666666667%;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;-ms-flex-negative:1;flex-shrink:1}}.col-6{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-6{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-6{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-6{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-6{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-6{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-6{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-6{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-ms-flex-negative:1;flex-shrink:1}}.col-7{width:58.3333333333%;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-7{width:58.3333333333%;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-7{width:58.3333333333%;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-7{width:58.3333333333%;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-7{width:58.3333333333%;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-7{width:58.3333333333%;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-7{width:58.3333333333%;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-7{width:58.3333333333%;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;-ms-flex-negative:1;flex-shrink:1}}.col-8{width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-8{width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-8{width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-8{width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-8{width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-8{width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-8{width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-8{width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;-ms-flex-negative:1;flex-shrink:1}}.col-9{width:75%;-ms-flex-preferred-size:75%;flex-basis:75%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-9{width:75%;-ms-flex-preferred-size:75%;flex-basis:75%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-9{width:75%;-ms-flex-preferred-size:75%;flex-basis:75%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-9{width:75%;-ms-flex-preferred-size:75%;flex-basis:75%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-9{width:75%;-ms-flex-preferred-size:75%;flex-basis:75%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-9{width:75%;-ms-flex-preferred-size:75%;flex-basis:75%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-9{width:75%;-ms-flex-preferred-size:75%;flex-basis:75%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-9{width:75%;-ms-flex-preferred-size:75%;flex-basis:75%;-ms-flex-negative:1;flex-shrink:1}}.col-10{width:83.3333333333%;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-10{width:83.3333333333%;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-10{width:83.3333333333%;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-10{width:83.3333333333%;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-10{width:83.3333333333%;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-10{width:83.3333333333%;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-10{width:83.3333333333%;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-10{width:83.3333333333%;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;-ms-flex-negative:1;flex-shrink:1}}.col-11{width:91.6666666667%;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-11{width:91.6666666667%;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-11{width:91.6666666667%;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-11{width:91.6666666667%;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-11{width:91.6666666667%;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-11{width:91.6666666667%;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-11{width:91.6666666667%;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-11{width:91.6666666667%;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;-ms-flex-negative:1;flex-shrink:1}}.col-12{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:20rem){.col-micro-12{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:31.375rem){.col-xs-12{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:48rem){.col-sm-12{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:62rem){.col-md-12{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:67.5rem){.col-lg-12{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:75rem){.col-xl-12{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:1;flex-shrink:1}}@media screen and (min-width:90rem){.col-xxl-12{width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:1;flex-shrink:1}}.tiles{padding-left:1.5rem;padding-right:1.5rem}.tiles .tile:not([class*=bg-]){border:2px solid #cfcfcf}.tiles .tile:not([class*=bg-])+.tile{margin-top:-2px}.tiles .tile{max-width:unset}@media screen and (min-width:48rem){.tiles{padding-left:3rem;padding-right:3rem}}@media screen and (min-width:880px){.tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tiles>*{margin:0}.tiles .tile:not([class*=bg-])+.tile{margin-left:-2px;margin-top:0}.tiles .tile{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1}.tiles .tile--withlink{padding-bottom:3.4em}.tiles .tile a.link-arrow{position:absolute;bottom:1.5rem;right:1.5rem;width:calc(100% - 3rem)}}@media screen and (min-width:78rem){.tiles{max-width:75rem;padding-left:0;padding-right:0}.tiles .tile{min-height:400px}}.tiles--gapped.short .tile{min-height:unset;height:auto;max-height:auto}.tiles--gapped .tile{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;width:11.875rem;max-width:unset;max-height:23.25rem}.tiles--gapped .tile h2{font-size:1.625rem;line-height:1.076923;margin-bottom:0}.tiles--gapped .tile__top,.tiles--gapped .tile h2{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.tiles--gapped .tile__top{-webkit-box-flex:2;-ms-flex:2;flex:2}.tiles--gapped .tile__body{-webkit-box-flex:1;-ms-flex:1;flex:1}.tiles--gapped .slick-list{margin-left:-.75rem;margin-right:-.75rem}.tiles--gapped.slick-slider{padding-right:.75rem}.tiles--gapped .slick-slide{opacity:1;outline:none;-webkit-box-shadow:none;box-shadow:none;padding-left:.75rem;padding-right:.75rem}.tiles--gapped .slick-slide .tile:not([class*=bg-]){min-width:1px;max-width:100%}@media screen and (min-width:648px){.tiles--gapped{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:1.5rem;padding-right:1.5rem}.tiles--gapped .tile{width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;-ms-flex-negative:1;flex-shrink:1;height:calc(33vw - 1.5rem);margin-right:1.5rem}.tiles--gapped .tile:last-child{margin-right:0}.tiles--gapped .tile__top{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.tiles--gapped .tile__body h2{font-size:1.875rem;line-height:1.2}}@media screen and (min-width:48rem){.tiles--gapped{padding-left:3rem;padding-right:3rem}.tiles--gapped .tile{min-width:11.875rem}}@media screen and (min-width:62rem){.tiles--gapped .tile{padding:2rem 1.5625rem 2.4375rem}.tiles--gapped .tile__top{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:1.5}.tiles--gapped .tile__body{padding-right:3rem}.tiles--gapped .tile__body h2{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:3.75rem;line-height:1}}@media screen and (min-width:67.5rem){.tiles--gapped .tile{padding-bottom:2.4375rem}}@media screen and (min-width:81rem){.tiles--gapped{max-width:75rem;padding-left:0;padding-right:0}}.tiles{padding-bottom:4.0625rem}@media screen and (min-width:48rem){.tiles{padding-bottom:4.375rem}}@media screen and (min-width:62rem){.tiles{padding-bottom:5.625rem}}.tiles--gapped{padding-bottom:3.4375rem}@media screen and (min-width:48rem){.tiles--gapped{padding-bottom:5.625rem}}@media screen and (min-width:62rem){.tiles--gapped{padding-bottom:6.875rem}}@media screen and (min-width:75rem){.tiles--gapped{padding-bottom:5.625rem}}@media screen and (max-width:647px){.tiles{-webkit-transform:translateY(5vh);transform:translateY(5vh);opacity:0}.tiles.wx__inview:not(.stillLoading),.wx__inview:not(.stillLoading) .tiles{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.tiles.wx__inview:not(.stillLoading).wx__inview__loaded,.wx__inview:not(.stillLoading) .tiles.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}}.hotel__box,.ibe_noavailability .hotel{margin-bottom:.9375rem}.hotel__box:nth-of-type(0),.ibe_noavailability .hotel:nth-of-type(0){-webkit-transition-delay:0s!important;transition-delay:0s!important}.hotel__box:first-of-type,.ibe_noavailability .hotel:first-of-type{-webkit-transition-delay:.25s!important;transition-delay:.25s!important}.hotel__box:nth-of-type(2),.ibe_noavailability .hotel:nth-of-type(2){-webkit-transition-delay:.5s!important;transition-delay:.5s!important}.hotel__box:nth-of-type(3),.ibe_noavailability .hotel:nth-of-type(3){-webkit-transition-delay:.75s!important;transition-delay:.75s!important}.hotel__box:nth-of-type(4),.ibe_noavailability .hotel:nth-of-type(4){-webkit-transition-delay:1s!important;transition-delay:1s!important}.hotel__box .tag,.ibe_noavailability .hotel .tag{position:absolute;top:1.25rem;left:1.25rem}.hotel__box .info,.ibe_noavailability .hotel .info{border:1px solid #ddd;padding:1rem .9375rem}.hotel__box .usp>header h4,.hotel__box h4,.ibe_noavailability .hotel h4,.usp>header .hotel__box h4{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1}.hotel__box .desc,.ibe_noavailability .hotel .desc{color:#b8b8b8;font-size:.875rem}.hotel__box .list-inline,.ibe_noavailability .hotel .list-inline{margin-top:0;margin-bottom:10px;font-size:.875rem}.hotel__box .price_wrapper,.ibe_noavailability .hotel .price_wrapper{width:100%;text-align:right;color:#5a5a5a;font-size:.875rem}.hotel__box .price_wrapper span,.ibe_noavailability .hotel .price_wrapper span{font-size:1.875rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;color:#000;margin-left:1.875rem}@media screen and (min-width:48rem){.hotel__box .price_wrapper,.ibe_noavailability .hotel .price_wrapper{text-align:left}}.hotel__box a,.ibe_noavailability .hotel a{display:block;width:100%;margin-top:.625rem}.hotel__box a.button,.ibe_noavailability .hotel a.button{background-color:#03d386;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #03d386;box-shadow:inset 0 0 0 .125rem #03d386}.hotel__box a.button:after,.ibe_noavailability .hotel a.button:after{background-color:#fff;border-left-color:#03d386}.ibe_noavailability .unavailable.hotel .image,.unavailable.hotel__box .image{opacity:.5}.ibe_noavailability .unavailable.hotel .price,.unavailable.hotel__box .price{color:#5a5a5a}.ibe_noavailability .unavailable.hotel a.button,.unavailable.hotel__box a.button{pointer-events:none;background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.ibe_noavailability .unavailable.hotel a.button:after,.unavailable.hotel__box a.button:after{background-color:#fff;border-left-color:#b8b8b8}.hotel__box .image,.ibe_noavailability .hotel .image{position:relative;display:none;background-size:cover;background-position:bottom}.hotel__box .image .slick-dotted.slick-slider,.ibe_noavailability .hotel .image .slick-dotted.slick-slider{margin-bottom:0}@media screen and (min-width:48rem){.hotel__box,.ibe_noavailability .hotel{margin-bottom:1.5rem;padding-left:384px}.hotel__box .image,.ibe_noavailability .hotel .image{position:absolute;left:0;top:0;bottom:0}.hotel__box .image .hotel__box__slider,.ibe_noavailability .hotel .image .hotel__box__slider{width:384px;height:100%!important}.hotel__box .image .slick-list,.hotel__box .image .slick-slide>div,.hotel__box .image .slick-track,.ibe_noavailability .hotel .image .slick-list,.ibe_noavailability .hotel .image .slick-slide>div,.ibe_noavailability .hotel .image .slick-track{height:100%}.hotel__box .desc,.ibe_noavailability .hotel .desc{font-size:1rem}}div.hotel__box{border:1px solid #ddd;margin-bottom:1.25rem;padding:1.25rem .75rem;font-size:.875rem;line-height:1.42857}div.hotel__box a.button{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}div.hotel__box a.button:after{background-color:#fff;border-left-color:#ff0038}div.hotel__box header h2,div.hotel__box header h3,div.hotel__box header h4{margin-top:0}div.hotel__box header h2,div.hotel__box header h3{font-size:1.5rem;line-height:1.166667;margin-bottom:1rem}div.hotel__box .info{border:none;padding:0 1.375rem 0 .5625rem!important}div.hotel__box .image{display:block;margin-bottom:1.1875rem}div.hotel__box .image img{width:100%;height:236px;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}div.hotel__box .image .hotel__box__slider{height:236px}div.hotel__box p{font-size:inherit;color:#3c3c3c}div.hotel__box p a{display:inline-block;margin-top:0;color:#292929;width:auto}div.hotel__box p a,div.hotel__box ul{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}div.hotel__box .footer,div.hotel__box footer{background:#fff;color:#000;padding:0}div.hotel__box .hotel__box__slider{overflow:hidden;position:relative}div.hotel__box .hotel__box__slider .slick-dots{bottom:.8125rem}div.hotel__box .slick_fp_toggle{top:1.0625rem;right:1.1875rem;width:1.3125rem}@media screen and (min-width:48rem){div.hotel__box{padding:19px 20px 20px 408px;margin-bottom:1.875rem}div.hotel__box .image{margin-bottom:0}div.hotel__box .image img{width:auto;height:100%}div.hotel__box .info{padding-left:0!important;padding-right:0!important;font-size:1rem}div.hotel__box p>a,div.hotel__box ul{font-size:.875rem}div.hotel__box ul{margin-bottom:1.5625rem}div.hotel__box ul li{margin-bottom:.4375rem}}@media screen and (min-width:62rem){div.hotel__box header h2,div.hotel__box header h3{font-size:1.875rem;line-height:1.2;margin-bottom:.375rem}div.hotel__box .footer .price,div.hotel__box footer .price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}div.hotel__box .footer .price>*,div.hotel__box .footer .price>* .pricetag,div.hotel__box footer .price>*,div.hotel__box footer .price>* .pricetag{margin-right:.75rem;line-height:1.142857}div.hotel__box .footer .price .label,div.hotel__box footer .price .label{margin-bottom:0}div.hotel__box .footer .price>.pricetag,div.hotel__box footer .price>.pricetag{line-height:1}div.hotel__box .footer .button,div.hotel__box footer .button{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:160px;flex-basis:160px;min-width:160px;top:unset}}.booking-addons,.booking-container{margin-top:-10px;padding-left:3rem;padding-right:3rem;--module-whitespace:1.875rem}.booking-addons>.inline-target>header h2,.booking-addons>header h2,.booking-addons div>header h1,.booking-addons div>header h2,.booking-addons header h1,.booking-container>.inline-target>header h2,.booking-container>header h2,.booking-container div>header h1,.booking-container div>header h2,.booking-container header h1,.usp>header .booking-addons>.inline-target>header h2,.usp>header .booking-container>.inline-target>header h2{margin-top:0;font-size:2rem;line-height:1.1875;margin-bottom:1.25rem}.booking-addons .main-content>.inline-target>header,.booking-addons .main-content>header,.booking-container .main-content>.inline-target>header,.booking-container .main-content>header{--module-whitespace:1.25rem}.booking-addons header h2,.booking-container header h2{margin-top:1.875rem}@media screen and (max-width:61.9375rem){.booking-addons,.booking-container{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (min-width:48rem){div.wrapper .booking-addons>.inline-target>header h2,div.wrapper .booking-addons>header h2,div.wrapper .booking-addons div>header h1,div.wrapper .booking-addons div>header h2,div.wrapper .booking-addons header h1,div.wrapper .booking-container>.inline-target>header h2,div.wrapper .booking-container>header h2,div.wrapper .booking-container div>header h1,div.wrapper .booking-container div>header h2,div.wrapper .booking-container header h1{margin-top:0;font-size:3.75rem;line-height:1.1666666667;margin-bottom:0}}.booking-addons .main-content .inline-target>*,.booking-addons .main-content>*,.booking-container .main-content .inline-target>*,.booking-container .main-content>*{margin-bottom:var(--module-whitespace)}.booking-addons .main-content .inline-target>:last-child,.booking-addons .main-content>:last-child,.booking-container .main-content .inline-target>:last-child,.booking-container .main-content>:last-child{margin-bottom:0}@media screen and (min-width:48rem){.booking-addons .main-content,.booking-container .main-content{--module-whitespace:3.75rem}}.booking-container .main-content .booking-progress+.property-text-map,.booking-container .main-content .booking-progress~.inline-target .property-text-map:first-child{margin-bottom:32px}@media screen and (min-width:48rem){.booking-container .main-content .booking-progress+.property-text-map,.booking-container .main-content .booking-progress~.inline-target .property-text-map:first-child{margin-bottom:46px}}.booking-progress--w-airplane>:last-child:after,.loaded.booking-progress:after,.loaded.booking-receipt--sticky:after{-webkit-transition-property:left;transition-property:left;-webkit-transition-duration:.7s;transition-duration:.7s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.booking-progress,.booking-receipt--sticky{--progressbar-width:4px;--progressbar-width-half:2px;--progressbar-progress:0;overflow:hidden}.booking-progress:after,.booking-progress:before,.booking-receipt--sticky:after,.booking-receipt--sticky:before{content:"";height:4px;height:var(--progressbar-width);position:absolute;bottom:0;max-width:100%;background-color:hsla(0,0%,86.7%,.2)}.booking-progress:before,.booking-receipt--sticky:before{width:100%;left:0}.loaded.booking-progress:after,.loaded.booking-receipt--sticky:after{background:#03d386;border-radius:0 var(--progressbar-width-half) var(--progressbar-width-half) 0;width:100%;left:var(--progressbar-progress);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.booking-progress{display:none;width:100%;position:relative;padding-bottom:1.25rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.875rem}.booking-progress .booking-progress__label{color:#292929}.booking-progress .booking-progress__label--inactive{color:#b8b8b8}@media screen and (min-width:48rem){.booking-progress{display:-webkit-box;display:-ms-flexbox;display:flex;--module-whitespace:22px}}@media screen and (min-width:62rem){.booking-progress{max-width:44.625rem}}.booking-progress.dummy:after{--loader-highlight-color:#efefef;height:4px;height:var(--progressbar-width);-webkit-animation-delay:inherit;animation-delay:inherit}.booking-progress--w-airplane{padding-right:8px;margin-right:-8px;width:calc(100% + 8px);padding-bottom:1.875rem}.booking-container .main-content>.booking-progress--w-airplane{margin-bottom:calc(var(--module-whitespace) - 10px)}.booking-progress--w-airplane :first-child{padding-left:1rem}.booking-progress--w-airplane:after,.booking-progress--w-airplane:before{bottom:10px;max-width:calc(100% - 8px)}.booking-progress--w-airplane>:last-child:after{content:"";width:75px;height:43px;background-image:url(../images/vliegtuig_GR39L_lowest.png);background-size:contain;position:absolute;top:15px;z-index:2;pointer-events:none;-webkit-transition-property:left;transition-property:left}@media only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (-webkit-min-device-pixel-ratio:2.0833333333333335),only screen and (min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx),only screen and (min-resolution:200dpi){.booking-progress--w-airplane>:last-child:after{background-image:url(../images/vliegtuig_GR39L_lower.png)}}.booking-progress--w-airplane.loaded>:last-child:after{left:calc(var(--progressbar-progress) - 37px)}.booking-hero{position:relative;padding-bottom:0;max-width:100vw;overflow-x:hidden}.booking-hero .booking-hero__image{overflow:hidden;max-height:22.5rem}.booking-hero .booking-hero__image img{-o-object-fit:cover;object-fit:cover;height:360px;width:100vw}.booking-hero .booking-nav{-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width:48rem){.booking-hero .booking-hero__image{max-height:28.75rem}.booking-hero .booking-hero__image img{height:460px}}.booking-hero--higher{--module-whitespace:0}.booking-hero--higher .booking-nav{-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width:48rem){.booking-hero--higher .booking-hero__image{max-height:45rem}.booking-hero--higher .booking-hero__image img{height:720px}}.booking-hero__text{position:absolute;top:0;bottom:0;left:50%;right:0;max-width:54.125rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;padding-left:24px;padding-right:24px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:1rem}.booking-hero__text header{margin-bottom:1.1875rem}.booking-hero__text header h1,.booking-hero__text header h2{font-size:1.5rem}.booking-hero__text header.-reverse-order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.booking-hero__text header.-reverse-order h1,.booking-hero__text header.-reverse-order h2,.booking-hero__text header.-reverse-order h3{margin-top:0;margin-bottom:0}.booking-hero__text header p{font-size:.875rem;line-height:2.8571;margin-bottom:.5625rem}.booking-hero__text a.button{min-width:183px!important}@media screen and (min-width:48rem){.booking-hero__text{width:calc(100% - 104px);font-size:1.125rem}.booking-hero__text header{margin-bottom:2.5625rem}.booking-hero__text header h1,.booking-hero__text header h2{font-size:3.75rem;line-height:1.166667}.booking-hero__text header p{font-size:1.5rem;line-height:1.125;margin-bottom:1rem}.booking-hero__text a.button{min-width:251px!important}}@media screen and (max-width:47.9375rem){body nav.booking-nav ul{position:relative;z-index:1;overflow-x:auto;display:block;text-align:center;width:100%;white-space:nowrap;padding:0 .75rem}body nav.booking-nav ul li{padding:1.0625rem .625rem;display:inline-block}}nav.booking-nav{background-color:#fff;color:#000;font-size:1rem;width:calc(100vw - 1.5rem);max-width:75rem;margin-right:auto;margin-left:auto;-webkit-box-shadow:0 6px 10px rgba(0,0,0,.1);box-shadow:0 6px 10px rgba(0,0,0,.1)}nav.booking-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;padding:1.0625rem .75rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}nav.booking-nav ul li{padding:0 .25rem}nav.booking-nav ul .active>a{color:inherit;position:relative}nav.booking-nav ul .active>a:after{content:"";height:1px;display:block;position:absolute;left:.625rem;bottom:.4em;width:calc(100% - 1.25rem);background-color:#ff0038}nav.booking-nav ul a{font-size:1.125rem;line-height:2;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;padding:0 .625rem}nav.booking-nav ul a:hover{color:#ff0038}nav.booking-nav ul a:focus{border:none;outline:2px solid transparent}@media screen and (min-width:48rem){nav.booking-nav ul li{padding:0}nav.booking-nav ul a{padding:0 2.1875rem}nav.booking-nav ul .active>a{position:relative}nav.booking-nav ul .active>a:after{content:"";height:1px;display:block;position:absolute;left:2.0625rem;bottom:.4em;width:calc(100% - 4.125rem);background-color:#ff0038}}.booking-rates__receipt{min-height:489px;border:solid rgba(0,0,0,.1)}#booking-receipt,.booking-data,.booking-receipt{--color-box-bg:#fff;--color-zigzag-bg:var(--color-box-bg);--angle:63.43495deg;--angle-rev:296.56505deg;padding:1rem;width:100%;min-height:150px;margin:auto;position:relative;background:var(--color-box-bg);-webkit-filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}#booking-receipt:before,.booking-data:before,.booking-receipt:before{content:"";position:absolute;bottom:-30px;left:0;right:0;height:60px;background-size:18px 48px;background-repeat:repeat-x;background-position:0 0;background-image:-webkit-gradient(linear,left top,left bottom,from(var(--angle)),color-stop(43%,transparent),color-stop(43%,var(--color-zigzag-bg)),color-stop(66%,var(--color-zigzag-bg)),color-stop(66%,transparent)),-webkit-gradient(linear,left top,left bottom,from(var(--angle-rev)),color-stop(43%,transparent),color-stop(43%,var(--color-zigzag-bg)),color-stop(66%,var(--color-zigzag-bg)),color-stop(66%,transparent));background-image:linear-gradient(var(--angle),transparent 43%,var(--color-zigzag-bg) 0,var(--color-zigzag-bg) 66%,transparent 0),linear-gradient(var(--angle-rev),transparent 43%,var(--color-zigzag-bg) 0,var(--color-zigzag-bg) 66%,transparent 0)}@media screen and (min-width:1280px){#booking-receipt,.booking-data,.booking-receipt{width:412px}}.breakdown .breakdown__toggle{display:none;margin-top:.4375rem;font-size:1rem;line-height:1.875;color:#5a5a5a;text-align:center;border:2px solid transparent}.breakdown .breakdown__toggle:after{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%235A5A5A' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;width:14px;height:14px}.breakdown .breakdown__toggle:after:active,.breakdown .breakdown__toggle:after:focus,.breakdown .breakdown__toggle:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.breakdown .breakdown__toggle:focus,.breakdown .breakdown__toggle:hover{color:#ff0038}.breakdown .breakdown__toggle:focus:after,.breakdown .breakdown__toggle:hover:after{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;width:14px;height:14px}.breakdown .breakdown__toggle:focus:after:active,.breakdown .breakdown__toggle:focus:after:focus,.breakdown .breakdown__toggle:focus:after:hover,.breakdown .breakdown__toggle:hover:after:active,.breakdown .breakdown__toggle:hover:after:focus,.breakdown .breakdown__toggle:hover:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.breakdown .breakdown__toggle:after{margin-left:1.25rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.breakdown .breakdown__toggle.close_breakdown:after{-webkit-transform:translateY(.3em) rotate(-90deg);transform:translateY(.3em) rotate(-90deg)}.breakdown .breakdown__content{display:block}.breakdown .breakdown__item{margin-top:1.25rem;clear:both}.breakdown .breakdown__item .label{margin-bottom:.3125rem!important}.breakdown .breakdown__item .label.big{margin-bottom:.625rem!important}.breakdown .breakdown__item p{font-size:1rem;line-height:1.25}.breakdown .breakdown__item p .pricetag{float:right}.breakdown .breakdown__item b,.breakdown .breakdown__item strong{color:inherit;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.breakdown .breakdown__item small{font-size:.875rem}@media screen and (min-width:62rem){.breakdown .breakdown__toggle{display:block}}.total{margin-top:1.375rem;border-top:1px solid transparent;padding-top:.9375rem;margin-bottom:20px}.breakdown+.total{border-top-color:#b8b8b8}.total .total__line{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.75rem}.total .total__line .label{margin-bottom:0!important;font-size:.75rem!important}.total .total__line .value{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right}.total .total__line .value--currency{text-align:left}.total .total__line a{text-decoration:underline}.total .total__label{font-size:1.25rem;line-height:1.5;color:#000}.total .total__price{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;font-size:1.875rem;line-height:1}#booking-receipt,.booking-data,.booking-receipt{padding:1.875rem 1.0625rem 3.125rem;-webkit-box-sizing:border-box;box-sizing:border-box}#booking-receipt>header h2,.booking-data>header .usp>header h2,.booking-data>header h2,.booking-receipt>header h2,.usp>header .booking-data>header h2{margin-top:0;font-size:1.5rem;line-height:1.166667}#booking-receipt .booking-receipt__data,.booking-data .booking-receipt__data,.booking-receipt .booking-receipt__data{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#booking-receipt .booking-receipt__data .button-holder,.booking-data .booking-receipt__data .button-holder,.booking-receipt .booking-receipt__data .button-holder{margin-top:20px;margin-left:-4px;padding:0 4px 4px;margin-right:-4px;overflow:hidden}#booking-receipt .booking-receipt__data .button-holder .button,#booking-receipt .booking-receipt__data .button-holder button,.booking-data .booking-receipt__data .button-holder .button,.booking-data .booking-receipt__data .button-holder button,.booking-receipt .booking-receipt__data .button-holder .button,.booking-receipt .booking-receipt__data .button-holder button{margin-top:10px}#booking-receipt .booking-receipt__data h3,.booking-data .booking-receipt__data h3,.booking-receipt .booking-receipt__data h3{font-size:1.25rem;line-height:1.5;margin-bottom:-.375rem}#booking-receipt .booking-receipt__data fieldset,.booking-data .booking-receipt__data fieldset,.booking-receipt .booking-receipt__data fieldset{width:100%;-ms-flex-preferred-size:unset;flex-basis:unset;margin-top:1.1875rem}#booking-receipt .booking-receipt__data label,.booking-data .booking-receipt__data label,.booking-receipt .booking-receipt__data label{font-size:.875rem;left:0}#booking-receipt .booking-receipt__data .move-label label,.booking-data .booking-receipt__data .move-label label,.booking-receipt .booking-receipt__data .move-label label{top:2.9rem}#booking-receipt .booking-receipt__data .move-label.filled label,#booking-receipt .booking-receipt__data .move-label input:focus+label,.booking-data .booking-receipt__data .move-label.filled label,.booking-data .booking-receipt__data .move-label input:focus+label,.booking-receipt .booking-receipt__data .move-label.filled label,.booking-receipt .booking-receipt__data .move-label input:focus+label{top:.75rem;-webkit-transform:none;transform:none}#booking-receipt .booking-receipt__data .label,.booking-data .booking-receipt__data .label,.booking-receipt .booking-receipt__data .label{font-size:.875rem;color:#5a5a5a;margin-bottom:1rem}#booking-receipt .booking-receipt__data .form-field--inputlike,#booking-receipt .booking-receipt__data input,.booking-data .booking-receipt__data .form-field--inputlike,.booking-data .booking-receipt__data input,.booking-receipt .booking-receipt__data .form-field--inputlike,.booking-receipt .booking-receipt__data input{font-size:1rem;line-height:1.875;margin-top:0;padding-bottom:.5rem}#booking-receipt .booking-receipt__data .form-field--inputlike[aria-disabled],#booking-receipt .booking-receipt__data .form-field--inputlike[disabled],#booking-receipt .booking-receipt__data input[aria-disabled],#booking-receipt .booking-receipt__data input[disabled],.booking-data .booking-receipt__data .form-field--inputlike[aria-disabled],.booking-data .booking-receipt__data .form-field--inputlike[disabled],.booking-data .booking-receipt__data input[aria-disabled],.booking-data .booking-receipt__data input[disabled],.booking-receipt .booking-receipt__data .form-field--inputlike[aria-disabled],.booking-receipt .booking-receipt__data .form-field--inputlike[disabled],.booking-receipt .booking-receipt__data input[aria-disabled],.booking-receipt .booking-receipt__data input[disabled]{color:#000!important;-webkit-text-fill-color:#000;opacity:1}#booking-receipt .booking-receipt__data .form-field--inputlike,.booking-data .booking-receipt__data .form-field--inputlike,.booking-receipt .booking-receipt__data .form-field--inputlike{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:3px;padding-top:.625rem;border:1px solid transparent;border-bottom-color:#b8b8b8}#booking-receipt .booking-receipt__data field.editable,.booking-data .booking-receipt__data field.editable,.booking-receipt .booking-receipt__data field.editable{position:relative}#booking-receipt .booking-receipt__data .edit-toggle,.booking-data .booking-receipt__data .edit-toggle,.booking-receipt .booking-receipt__data .edit-toggle{position:absolute;right:-2px;bottom:7px}#booking-receipt .booking-receipt__data .editable .edit-toggle,.booking-data .booking-receipt__data .editable .edit-toggle,.booking-receipt .booking-receipt__data .editable .edit-toggle{right:4px}#booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>label,.booking-data .booking-receipt__data .guestrooms_fieldset .form-field>label,.booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>label{font-size:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:42%;-ms-flex-preferred-size:42%;flex-basis:42%;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:inherit}#booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter,.booking-data .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter,.booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter{width:90px;-ms-flex-preferred-size:90px;flex-basis:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter span,.booking-data .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter span,.booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter span{width:30px;-ms-flex-negative:0;flex-shrink:0;height:30px}#booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter input,.booking-data .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter input,.booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter input{width:30px;text-align:center;padding:4px 0 0;line-height:1}#booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter input:not(:focus),.booking-data .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter input:not(:focus),.booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter input:not(:focus){border-color:transparent}#booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter input:focus,.booking-data .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter input:focus,.booking-receipt .booking-receipt__data .guestrooms_fieldset .form-field>.number_counter input:focus{margin-left:0;padding-left:0}#booking-receipt .booking-receipt__data .guestrooms_fieldset .label,.booking-data .booking-receipt__data .guestrooms_fieldset .label,.booking-receipt .booking-receipt__data .guestrooms_fieldset .label{margin-bottom:-1px}#booking-receipt .booking-receipt__data .editable .number_counter>span,.booking-data .booking-receipt__data .editable .number_counter>span,.booking-receipt .booking-receipt__data .editable .number_counter>span{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;opacity:0;pointer-events:none}#booking-receipt .booking-receipt__data .editable.edit .number_counter>span,.booking-data .booking-receipt__data .editable.edit .number_counter>span,.booking-receipt .booking-receipt__data .editable.edit .number_counter>span{opacity:1;pointer-events:auto}#booking-receipt .booking-receipt__data .coderate_fieldset,.booking-data .booking-receipt__data .coderate_fieldset,.booking-receipt .booking-receipt__data .coderate_fieldset{margin-top:4px}#booking-receipt .booking-receipt__data .button,.booking-data .booking-receipt__data .button,.booking-receipt .booking-receipt__data .button{width:100%;font-size:1.125rem;line-height:1.666667;padding-top:.9375rem;padding-bottom:.9375rem;margin-right:0}#booking-receipt .booking-receipt__data .button.loading,.booking-data .booking-receipt__data .button.loading,.booking-receipt .booking-receipt__data .button.loading{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8;position:relative}#booking-receipt .booking-receipt__data .button.loading:after,.booking-data .booking-receipt__data .button.loading:after,.booking-receipt .booking-receipt__data .button.loading:after{background-color:#fff;border-left-color:#b8b8b8}#booking-receipt .booking-receipt__data .button.loading:before,.booking-data .booking-receipt__data .button.loading:before,.booking-receipt .booking-receipt__data .button.loading:before{width:1.75rem;height:1.75rem;position:absolute;top:1rem;right:1.0625rem;left:auto}@media screen and (min-width:62rem){#booking-receipt .closer,.booking-data .closer,.booking-receipt .closer{display:none}}.booking-receipt--sticky{position:fixed;bottom:0;left:0;width:100vw;height:60px;padding:.5rem 1.5rem;z-index:3;background-color:#fff;color:#000;-webkit-box-shadow:0 -2px 4px 0 rgba(0,0,0,.2);box-shadow:0 -2px 4px 0 rgba(0,0,0,.2);--progressbar-width:3px;--progressbar-width-half:2px;overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.booking-receipt--sticky p{font-size:.75rem;line-height:1.3;color:#707070;margin-bottom:0}.booking-receipt--sticky p .pricetag,.booking-receipt--sticky p b,.booking-receipt--sticky p strong{color:#000;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:.875rem}.booking-receipt--sticky p .pricetag{font-size:1.125rem;line-height:1.2}.booking-receipt--sticky p a:not(.edit-toggle){color:inherit}.booking-receipt--sticky p a:not(.edit-toggle):active,.booking-receipt--sticky p a:not(.edit-toggle):focus{color:#ff0038;border:2px solid transparent;-webkit-box-shadow:0 0 0 2px #000;box-shadow:0 0 0 2px #000}.booking-receipt--sticky>*{position:relative;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.booking-receipt--sticky>:empty{width:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.booking-receipt--sticky>:first-of-type{padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.booking-receipt--sticky>:nth-of-type(2){padding-left:10px}.booking-receipt--sticky>:nth-of-type(2):empty{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:0;-ms-flex-preferred-size:0;flex-basis:0}.booking-receipt--sticky .edit-toggle{position:relative;text-indent:-9999px;width:16px;height:16px;padding:2px;margin-left:1em;top:.25rem;opacity:1;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s}.booking-receipt--sticky .edit-toggle:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'%3E%3Cpath d='M19 2.81c0-.752-.311-1.459-.874-1.99-1.16-1.095-3.048-1.093-4.207.005L1.942 12.198c-.39.368-.687.824-.86 1.318l-.012.032L0 18l4.72-1 .035-.01a3.61 3.61 0 001.396-.814L18.13 4.8A2.72 2.72 0 0019 2.81zM2.618 16.006l-.5-.474.36-1.503 1.733 1.64-1.593.337zm14.46-12.197L5.448 14.85l-2.104-1.99 7.966-7.565 1.213 1.148 1.05-.994-1.215-1.15 1.13-1.072 1.218 1.151 1.05-.993-1.22-1.154.436-.413c.58-.55 1.525-.55 2.106-.002.281.266.437.62.437.996 0 .377-.154.73-.436.998z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:12px;height:12px;position:absolute;top:2px;left:2px}.booking-receipt--sticky .edit-toggle:focus,.booking-receipt--sticky .edit-toggle:hover{cursor:pointer;background:#fff;outline:2px solid #000;-webkit-box-shadow:none;box-shadow:none}.booking-receipt--sticky .edit-toggle:focus:before,.booking-receipt--sticky .edit-toggle:hover:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'%3E%3Cpath fill='%23FF0038' d='M19 2.81c0-.752-.311-1.459-.874-1.99-1.16-1.095-3.048-1.093-4.207.005L1.942 12.198c-.39.368-.687.824-.86 1.318l-.012.032L0 18l4.72-1 .035-.01a3.61 3.61 0 001.396-.814L18.13 4.8A2.72 2.72 0 0019 2.81zM2.618 16.006l-.5-.474.36-1.503 1.733 1.64-1.593.337zm14.46-12.197L5.448 14.85l-2.104-1.99 7.966-7.565 1.213 1.148 1.05-.994-1.215-1.15 1.13-1.072 1.218 1.151 1.05-.993-1.22-1.154.436-.413c.58-.55 1.525-.55 2.106-.002.281.266.437.62.437.996 0 .377-.154.73-.436.998z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:12px;height:12px;background-color:#fff}.booking-receipt--sticky .edit-toggle--info{top:.125rem}.booking-receipt--sticky .edit-toggle--info:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23DDD' fill-rule='evenodd' d='M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 3a9 9 0 100 18 9 9 0 000-18zm1.25 5.5v10h-2.5v-10h2.5zm0-3.5v2.5h-2.5V5h2.5z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:12px;height:12px}.booking-receipt--sticky .edit-toggle--info:focus:before,.booking-receipt--sticky .edit-toggle--info:hover:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 3a9 9 0 100 18 9 9 0 000-18zm1.25 5.5v10h-2.5v-10h2.5zm0-3.5v2.5h-2.5V5h2.5z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:12px;height:12px}.booking-receipt--sticky .button,.booking-receipt--sticky .button-lg,.booking-receipt--sticky .button-xl{margin-right:.1875rem!important}.openOverlay #booking-receipt[aria-hidden=false]{position:fixed!important;display:block;top:0!important;left:0;width:100vw!important;height:100%;z-index:100001;padding:3.75rem 1.625rem 0;overflow-x:hidden;overflow-y:scroll}.openOverlay #booking-receipt[aria-hidden=false]:before{display:none}.openOverlay #booking-receipt[aria-hidden=false] button,.openOverlay #booking-receipt[aria-hidden=false] fieldset{display:block!important}@media screen and (max-width:61.9375rem){.openOverlay #booking-receipt[aria-hidden=false] button.hidden-under-md{display:none!important}}.openOverlay #booking-receipt[aria-hidden=false] .closer{right:28px;top:32px;left:auto;position:absolute}.subscription__block{padding-bottom:25px}.subscription__block h3{margin-top:26px}.subscription__block h3,.subscription__block p{font-size:1rem;line-height:1.875}.subscription__block .table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.subscription__block label{font-size:.875rem;line-height:1.2857142857}.subscription__block+.subscription__block{border-top:1px solid #ddd;padding-top:29px}.activationdate__wrapper a.select-theme-citizenm,.booking-receipt--subscription a.select-theme-citizenm{padding-bottom:8px}.activationdate__wrapper a.select-theme-citizenm b,.booking-receipt--subscription a.select-theme-citizenm b{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'%3E%3Cpath d='M19 2.81c0-.752-.311-1.459-.874-1.99-1.16-1.095-3.048-1.093-4.207.005L1.942 12.198c-.39.368-.687.824-.86 1.318l-.012.032L0 18l4.72-1 .035-.01a3.61 3.61 0 001.396-.814L18.13 4.8A2.72 2.72 0 0019 2.81zM2.618 16.006l-.5-.474.36-1.503 1.733 1.64-1.593.337zm14.46-12.197L5.448 14.85l-2.104-1.99 7.966-7.565 1.213 1.148 1.05-.994-1.215-1.15 1.13-1.072 1.218 1.151 1.05-.993-1.22-1.154.436-.413c.58-.55 1.525-.55 2.106-.002.281.266.437.62.437.996 0 .377-.154.73-.436.998z'/%3E%3C/svg%3E");background-repeat:no-repeat;-webkit-transform:rotate(0);transform:rotate(0)}.booking-receipt--subscription .total__line--taxes .pricetag{margin-right:.75ex}.booking-receipt--subscription a.select-theme-citizenm{border-bottom-color:#ddd!important}body>.select.select-theme-citizenm[data-activationdate]{max-width:378px;margin-left:auto!important;padding:12px 14px}body>.select.select-theme-citizenm[data-activationdate] .select-content{margin:0;padding:0}body>.select.select-theme-citizenm[data-activationdate] .select-options>li{font-size:1rem;line-height:1.875;margin-bottom:.3125rem;color:#d6d6d6}body>.select.select-theme-citizenm[data-activationdate] .select-options>li:before{display:none!important}body>.select.select-theme-citizenm[data-activationdate] .select-options>li.select-option-selected{color:#ff0038;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif!important}.booking-addons .main-content .info_box{--module-whitespace:1.875rem;font-size:.875rem;line-height:1.28571}.booking-addons .main-content .info_box a{text-decoration:underline}.booking-addons__addon p{font-size:.875rem;line-height:1.714}.booking-addons__addon p+.booking-rates__rate__usp-list{margin-top:.6875rem}@media screen and (min-width:48rem){.booking-addons__addon p{font-size:1rem;line-height:1.625}}.booking-multiavailability,.inline-target .booking-multiavailability{max-width:81rem;padding-left:1.5rem;padding-right:1.5rem}.booking-multiavailability>header,.inline-target .booking-multiavailability>header{max-width:calc(100% - 44px)}.wrapper .booking-multiavailability>header h1,.wrapper .inline-target .booking-multiavailability>header h1{font-size:2rem;line-height:1.1875;margin-bottom:.625rem}.booking-multiavailability>header h2,.inline-target .booking-multiavailability>header h2{font-size:1.5rem;line-height:1.1666666667;margin-bottom:1rem}.booking-multiavailability .booking-multiavailability__wrap>div,.inline-target .booking-multiavailability .booking-multiavailability__wrap>div{width:100%}.booking-multiavailability .booking-multiavailability__wrap>aside,.inline-target .booking-multiavailability .booking-multiavailability__wrap>aside{display:none;width:100%}@media screen and (min-width:48rem){.booking-multiavailability .booking-multiavailability__wrap>header h1,.booking-multiavailability .booking-multiavailability__wrap div>header h1,.inline-target .booking-multiavailability .booking-multiavailability__wrap>header h1,.inline-target .booking-multiavailability .booking-multiavailability__wrap div>header h1{font-size:3.75rem;line-height:1.6666666667;margin-bottom:0}.booking-multiavailability .booking-multiavailability__wrap>header h2,.booking-multiavailability .booking-multiavailability__wrap div>header h2,.inline-target .booking-multiavailability .booking-multiavailability__wrap>header h2,.inline-target .booking-multiavailability .booking-multiavailability__wrap div>header h2{font-size:1.875rem;line-height:1.2;margin-bottom:.375rem}}@media screen and (min-width:62rem){.booking-multiavailability .booking-multiavailability__wrap,.inline-target .booking-multiavailability .booking-multiavailability__wrap{display:grid;grid-template-columns:270px 37px auto;grid-template-rows:1fr auto}.booking-multiavailability .booking-multiavailability__wrap>.booking-multiavailability__content,.inline-target .booking-multiavailability .booking-multiavailability__wrap>.booking-multiavailability__content{grid-column:3/4;grid-column-start:3;-ms-grid-column-span:1;grid-row:1/3;grid-row-start:1;-ms-grid-row-span:2}.booking-multiavailability .booking-multiavailability__wrap>aside,.inline-target .booking-multiavailability .booking-multiavailability__wrap>aside{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1;grid-row:1/2;grid-row-start:1;-ms-grid-row-span:1;display:block}}.booking-multiavailability .booking-multiavailability__content,.inline-target .booking-multiavailability .booking-multiavailability__content{position:relative}.booking-multiavailability .booking-multiavailability__content .map__toggle,.inline-target .booking-multiavailability .booking-multiavailability__content .map__toggle{position:absolute!important;right:0;top:-1.0625rem!important;-webkit-transform:translateY(-100%);transform:translateY(-100%);margin-right:0}.booking-multiavailability .booking-multiavailability__content .map__toggle:not([data-no-a11y]):focus,.inline-target .booking-multiavailability .booking-multiavailability__content .map__toggle:not([data-no-a11y]):focus{top:-.9375rem!important;right:-2px}@media screen and (min-width:48rem){.booking-multiavailability,.inline-target .booking-multiavailability{padding-left:3rem;padding-right:3rem}.booking-multiavailability>header,.inline-target .booking-multiavailability>header{max-width:calc(100% - 193px)}.wrapper .booking-multiavailability>header h1,.wrapper .inline-target .booking-multiavailability>header h1{font-size:3.75rem;line-height:1.666667;margin-bottom:0}.booking-multiavailability .booking-multiavailability__content .map__toggle,.inline-target .booking-multiavailability .booking-multiavailability__content .map__toggle{top:-1.875rem;padding-top:11px!important;padding-bottom:11px!important}.booking-multiavailability .booking-multiavailability__content .map__toggle:not([data-no-a11y]):focus,.inline-target .booking-multiavailability .booking-multiavailability__content .map__toggle:not([data-no-a11y]):focus{top:-1.75rem}}.booking-multiavailability__map,.booking-multiavailability__map .map__container{height:467px}section.booking-data{-webkit-filter:none;filter:none;padding-top:0;background:none;-webkit-box-shadow:none;box-shadow:none;width:100%;max-width:81rem}section.booking-data>header h1,section.booking-data>header h2{font-size:2rem;line-height:1.1875;margin-bottom:.625rem}section.booking-data .litepicker{left:-3.5rem!important}@media screen and (max-width:47.9375rem){section.booking-data .litepicker .container__months{width:calc(100vw - 2.5rem);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:1rem}}@media screen and (max-width:479px){section.booking-data .litepicker{left:-4.25rem!important}section.booking-data .litepicker .container__months{width:calc(100vw - .5rem)}}section.booking-data:before{display:none}section.booking-data .bookinbar_wrap{display:block}section.booking-data .bookinbar_wrap fieldset{display:block;width:100%;margin-top:0;margin-bottom:1.25rem}section.booking-data .bookinbar_wrap a.button,section.booking-data .bookinbar_wrap button{margin-top:0}section.booking-data .form-row{position:relative}section.booking-data #availabilityButton{display:block!important;min-height:50px;padding-top:17px;padding-bottom:17px;width:100%}section.booking-data .label{line-height:1.2857}section.booking-data .form-field label{font-size:.875rem;line-height:1.2857}section.booking-data .destination_fieldset .cancelButton{bottom:.5rem}section.booking-data .coderate_fieldset{margin-top:0!important}@media screen and (max-width:47.9375rem){.litepicker-open section.booking-data .traveldates_fieldset .form-row{position:relative;z-index:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.litepicker-open section.booking-data .traveldates_fieldset .form-row .litepicker-backdrop{background:none}}section.booking-data .booking-receipt__data .guestrooms_fieldset .form-row{display:block}section.booking-data .booking-receipt__data .guestrooms_fieldset .form-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}section.booking-data .booking-receipt__data .guestrooms_fieldset .form-field label{font-size:1rem;line-height:1.475;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:47.9375rem){section.booking-data .booking-receipt__data .guestrooms_fieldset+.guestrooms_fieldset{margin-top:-.625rem}section.booking-data .booking-receipt__data .guestrooms_fieldset .label{margin-bottom:.375rem}}@media screen and (min-width:48rem){section.booking-data>header h1{margin-top:3rem}.wrapper section.booking-data>header h1,.wrapper section.booking-data>header h2{font-size:3.75rem;line-height:1.1666666667;margin-bottom:1.25rem}section.booking-data .bookinbar_wrap{padding-bottom:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;--gap:50px}section.booking-data .bookinbar_wrap input,section.booking-data .bookinbar_wrap select{font-size:1.125rem;line-height:1.666667}section.booking-data .bookinbar_wrap>div,section.booking-data .bookinbar_wrap fieldset{-ms-flex-preferred-size:calc(50% - var(--gap, 130px)/2);flex-basis:calc(50% - var(--gap, 130px)/2);width:calc(50% - var(--gap, 130px)/2);margin:0 0 .9375rem;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}section.booking-data .booking-receipt__data .guestrooms_fieldset .label{position:relative;top:4px}section.booking-data .booking-receipt__data .guestrooms_fieldset .form-field .number_counter{width:130px;-ms-flex-preferred-size:130px;flex-basis:130px}section.booking-data .booking-receipt__data .guestrooms_fieldset .form-field .number_counter span{width:40px;height:40px}section.booking-data .booking-receipt__data .guestrooms_fieldset .form-field .number_counter input{width:40px;font-size:30px;line-height:1.2;text-overflow:inherit}section.booking-data .litepicker{right:-3rem;left:auto!important}section.booking-data #availabilityButton{min-height:60px;padding-top:22px;padding-bottom:22px;-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20;width:calc(50% - 65px);max-width:350px;margin-left:auto}}@media screen and (min-width:62rem){section.booking-data>header h1{margin-top:3.75rem}section.booking-data .bookinbar_wrap{--gap:130px}section.booking-data #availabilityButton{margin-top:1.875rem}}section.booking-data--details{padding-left:0;padding-right:0}.wrapper section.booking-data--details h1,.wrapper section.booking-data--details h2{font-size:2rem;line-height:1.1875;margin-bottom:.625rem}.wrapper section.booking-data--details.booking-data--payment h1{margin-bottom:1.9375rem}section.booking-data--details .login_alert_wrapper{margin-left:-1.5rem;margin-right:-1.5rem;padding:1.25rem 1.5rem;margin-bottom:.625rem}section.booking-data--details .login_alert_wrapper *{line-height:1.25}section.booking-data--details .login_alert_wrapper :last-child{margin-bottom:0}section.booking-data--details .login_alert_wrapper p{margin-bottom:1.25em}section.booking-data--details .login_alert_wrapper p a{color:inherit}section.booking-data--details .login_alert_wrapper p a:focus,section.booking-data--details .login_alert_wrapper p a:hover{color:#ff0038;border-color:#ff0038}section.booking-data--details .login_alert_wrapper ul.iconlist li{font-size:.875rem;line-height:1.25rem;padding-left:2.9375rem;margin-bottom:.875rem}section.booking-data--details .login_alert_wrapper ul.iconlist li:before{margin-right:1.25rem}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=edit-booking]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=invoice-black]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=no-payment-needed]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=soundproof-windows]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=add-ons]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=add-to-wallet]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=ask-us]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=breakfast]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=cancellation]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=cashless]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=coffee]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=contactless-stay]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=discount]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=download-app]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=explore-city]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=find-hotel]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=home]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23000' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=invoice]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=notification]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=overview]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=park-your-car]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23000' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=reservation]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=support]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=survey]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=eye]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23000' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=glass]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=signpost]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=dumbbell]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=bag]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=cutlery]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=globe]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=commute]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=designer]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=fluffy]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=movies]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23000' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=pmshower]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=shower]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=societym]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=temperature]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=telly]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=wifi2]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=xlbed]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=art]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=blinds]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=computers]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=housekeeping]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23000' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23000' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23000' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23000' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=kiosk-app-check-in]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=no-fee-cancellation]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=pool]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=room-view]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23000' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23000' stroke-width='2'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=signup-in]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:27px;height:27px}section.booking-data--details .form-field.checkbox{margin-bottom:.75rem}section.booking-data--details .form-field.checkbox label a{text-decoration:underline}section.booking-data--details .form-field.checkbox input[type=checkbox]+label{padding-left:2.75rem;font-size:.875rem;line-height:1.714286}section.booking-data--details .form-field.checkbox input[type=checkbox]+label:before{width:1.25rem;height:1.25rem}section.booking-data--details .usp>header fieldset>h2,section.booking-data--details fieldset>h2{margin-bottom:.625rem}section.booking-data--details p{font-size:1rem}section.booking-data--details .payment-icons{-ms-flex-wrap:wrap;flex-wrap:wrap}section.booking-data--details .payment-icons,section.booking-data--details .payment-icons .payment-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.booking-data--details .payment-icons .payment-icon{width:32px;height:32px;margin-right:20px;margin-bottom:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.booking-data--details .payment-icons .payment-icon:last-child{margin-right:0}section.booking-data--details .move-label label{background:transparent}@media screen and (max-width:61.9375rem){section.booking-data--details .telefone_wrapper{overflow:auto}}@media screen and (min-width:48rem){section.booking-data--details .country_selector{padding-top:28px}}@media screen and (min-width:62rem){section.booking-data--details .country_selector{padding-top:2.0625rem}}@media screen and (min-width:75rem){section.booking-data--details .country_selector{padding-top:2.0625rem}}@media screen and (min-width:48rem){section.booking-data--details{padding-left:0}section.booking-data--details>header h1{margin-top:2.3125rem}.wrapper section.booking-data--details h1,.wrapper section.booking-data--details h2{font-size:3.75rem;line-height:1.1666666667;margin-bottom:1.25rem}section.booking-data--details .usp>header fieldset>h2,section.booking-data--details fieldset>h2{margin-top:2.5rem;margin-bottom:1.25rem}section.booking-data--details .login_alert_wrapper{margin-left:0;margin-right:0;padding:1.25rem 1.125rem}section.booking-data--details .login_alert_wrapper ul.iconlist{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}section.booking-data--details .login_alert_wrapper ul.iconlist li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:33.33333%;padding-left:0;padding-right:1.875rem;margin-bottom:0;font-size:1rem}section.booking-data--details .login_alert_wrapper ul.iconlist li:before{display:block;position:static;width:29px;-ms-flex-preferred-size:29px;flex-basis:29px;-ms-flex-negative:0;flex-shrink:0}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=edit-booking]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=invoice-black]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=no-payment-needed]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=soundproof-windows]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=add-ons]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=add-to-wallet]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=ask-us]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=breakfast]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=cancellation]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=cashless]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=coffee]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=contactless-stay]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=discount]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=download-app]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=explore-city]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=find-hotel]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=home]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23000' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=invoice]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=notification]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=overview]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=park-your-car]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23000' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=reservation]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=support]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=survey]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=eye]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23000' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=glass]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=signpost]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=dumbbell]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=bag]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=cutlery]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=globe]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=commute]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=designer]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=fluffy]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=movies]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23000' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=pmshower]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=shower]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=societym]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=temperature]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=telly]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=wifi2]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=xlbed]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=art]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=blinds]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=computers]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=housekeeping]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23000' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23000' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23000' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23000' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=kiosk-app-check-in]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=no-fee-cancellation]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=pool]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=room-view]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23000' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23000' stroke-width='2'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .login_alert_wrapper ul.iconlist li[data-listicon=signup-in]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:29px;height:29px}section.booking-data--details .move-label label{left:0}section.booking-data--details .country_selector_wrapper,section.booking-data--details .form-row--wide{max-width:36.75rem}section.booking-data--details .country_selector_wrapper.privacy-row,section.booking-data--details .form-row--wide.privacy-row{max-width:44.625rem}section.booking-data--details .country_selector_wrapper.privacy-row .checkbox,section.booking-data--details .form-row--wide.privacy-row .checkbox{width:100%}}@media screen and (min-width:48rem){.wrapper section.booking-data.booking-data--payment h1{font-size:3.75rem;line-height:1.6666666667;margin-bottom:2.5rem}.wrapper section.booking-data.booking-data--payment h2,.wrapper section.booking-data.booking-data--payment h3{margin-bottom:.5rem}}.bookingpanel{background-color:#fff;color:#000;padding:1.666rem;max-width:25.5rem;-webkit-transition-property:opacity!important;transition-property:opacity!important;z-index:32;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.1);box-shadow:0 3px 10px rgba(0,0,0,.1);position:relative}.bookingpanel input,.bookingpanel select{color:#000;border-bottom-color:#000}.bookingpanel input:-webkit-autofill,.bookingpanel select:-webkit-autofill{color:#000;background:none!important;-webkit-box-shadow:0 0 0 1000px #000 inset;-webkit-text-fill-color:#000!important}.bookingpanel input::-webkit-input-placeholder,.bookingpanel select::-webkit-input-placeholder{color:#000}.bookingpanel input::-moz-placeholder,.bookingpanel select::-moz-placeholder{color:#000}.bookingpanel input:-ms-input-placeholder,.bookingpanel select:-ms-input-placeholder{color:#000}.bookingpanel input:-moz-placeholder,.bookingpanel select:-moz-placeholder{color:#000}.bookingpanel input[type=checkbox]:not(.ibe_switch)+label,.bookingpanel select[type=checkbox]:not(.ibe_switch)+label{background:#000}.bookingpanel input[type=checkbox]:not(.ibe_switch)+label:before,.bookingpanel select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#fff}.bookingpanel .error>input[type=email],.bookingpanel .error>input[type=password],.bookingpanel .error>input[type=text],.bookingpanel .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.bookingpanel a.button,.bookingpanel button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bookingpanel a.button:after,.bookingpanel button.button:after{background-color:#fff;border-left-color:#ff0038}.bookingpanel a.button.outline,.bookingpanel a.button.secondary,.bookingpanel button.button.outline,.bookingpanel button.button.secondary{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bookingpanel a.button.outline:after,.bookingpanel a.button.secondary:after,.bookingpanel button.button.outline:after,.bookingpanel button.button.secondary:after{background-color:#fff;border-left-color:#000}.bookingpanel a.button.black,.bookingpanel button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.bookingpanel a.button.black:after,.bookingpanel button.button.black:after{background-color:#fff;border-left-color:#000}.bookingpanel a.button.grey,.bookingpanel button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bookingpanel a.button.grey:after,.bookingpanel button.button.grey:after{background-color:#fff;border-left-color:#b8b8b8}.bookingpanel a.button.red,.bookingpanel a.button[type=submit],.bookingpanel button.button.red,.bookingpanel button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.bookingpanel a.button.red:after,.bookingpanel a.button[type=submit]:after,.bookingpanel button.button.red:after,.bookingpanel button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.bookingpanel a.button.red:before,.bookingpanel a.button[type=submit]:before,.bookingpanel button.button.red:before,.bookingpanel button.button[type=submit]:before{border-color:#ff0038}.bookingpanel a.button.red:after,.bookingpanel a.button[type=submit]:after,.bookingpanel button.button.red:after,.bookingpanel button.button[type=submit]:after{background-color:#fff!important;border-left-color:#ff0038!important}.bookingpanel a.button.deactivated,.bookingpanel a.button[disabled],.bookingpanel button.button.deactivated,.bookingpanel button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.bookingpanel a.button.deactivated:after,.bookingpanel a.button[disabled]:after,.bookingpanel button.button.deactivated:after,.bookingpanel button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.bookingpanel a.button:focus,.bookingpanel button.button:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bookingpanel a.button:focus+br+.button,.bookingpanel button.button:focus+br+.button{margin-top:1rem}.bookingpanel a.button:focus:after,.bookingpanel button.button:focus:after{border-left-color:#fff}.bookingpanel a.button.outline:focus,.bookingpanel a.button.secondary:focus,.bookingpanel button.button.outline:focus,.bookingpanel button.button.secondary:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bookingpanel a.button.outline:focus+br+.button,.bookingpanel a.button.secondary:focus+br+.button,.bookingpanel button.button.outline:focus+br+.button,.bookingpanel button.button.secondary:focus+br+.button{margin-top:1rem}.bookingpanel a.button.outline:focus:after,.bookingpanel a.button.secondary:focus:after,.bookingpanel button.button.outline:focus:after,.bookingpanel button.button.secondary:focus:after{border-left-color:#000}.bookingpanel a.button.black:focus,.bookingpanel button.button.black:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bookingpanel a.button.black:focus+br+.button,.bookingpanel button.button.black:focus+br+.button{margin-top:1rem}.bookingpanel a.button.black:focus:after,.bookingpanel button.button.black:focus:after{border-left-color:#000}.bookingpanel a.button.grey:focus,.bookingpanel button.button.grey:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bookingpanel a.button.grey:focus+br+.button,.bookingpanel button.button.grey:focus+br+.button{margin-top:1rem}.bookingpanel a.button.grey:focus:after,.bookingpanel button.button.grey:focus:after{border-left-color:#b8b8b8}.bookingpanel a.button.red:focus,.bookingpanel a.button[type=submit]:focus,.bookingpanel button.button.red:focus,.bookingpanel button.button[type=submit]:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.bookingpanel a.button.red:focus+br+.button,.bookingpanel a.button[type=submit]:focus+br+.button,.bookingpanel button.button.red:focus+br+.button,.bookingpanel button.button[type=submit]:focus+br+.button{margin-top:1rem}.bookingpanel a.button.red:focus:after,.bookingpanel a.button[type=submit]:focus:after,.bookingpanel button.button.red:focus:after,.bookingpanel button.button[type=submit]:focus:after{border-left-color:#ff0038}.bookingpanel .move-label input:focus+.parsley-errors-list+label,.bookingpanel .move-label input:focus+label,.bookingpanel .move-label textarea:focus+label{background:#fff}.bookingpanel input{border-bottom-color:#b8b8b8}.bookingpanel a{-webkit-transition:none;transition:none}.bookingpanel .usp>header h2,.bookingpanel h2,.usp>header .bookingpanel h2{display:none}.bookingpanel fieldset{width:100%}.bookingpanel [type=submit]{width:100%;margin-top:1em}.bookingpanel .form-row{display:none}.bookingpanel .form-row--visible{display:block}@media screen and (min-width:48rem){.bookingpanel .form-row{display:-webkit-box;display:-ms-flexbox;display:flex}.bookingpanel .form-row--wide{display:block}}@media screen and (min-width:62rem){.bookingpanel .usp>header h2,.bookingpanel h2,.usp>header .bookingpanel h2{display:block;font-size:2.5rem;line-height:1.15;margin-top:1.5rem;margin-bottom:1.5rem}}.bookingpanel--horizontal{padding:1.1875rem .75rem 1rem}.bookingpanel--horizontal form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bookingpanel--horizontal fieldset{display:none;-webkit-box-flex:4;-ms-flex:4;flex:4}.bookingpanel--horizontal fieldset:first-child{display:block;-webkit-box-flex:2;-ms-flex:2;flex:2}.bookingpanel--horizontal.bookingpanel button[type=submit],.bookingpanel--horizontal.bookingpanel input[type=submit]{margin:0}.bookingpanel--horizontal label{font-size:.875rem}@media screen and (min-width:48rem){.bookingpanel--horizontal{max-width:100%;padding-left:2.4375rem;padding-right:2.4375rem}.bookingpanel--horizontal form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bookingpanel--horizontal fieldset{margin-right:1.5rem}.bookingpanel--horizontal [type=submit],.bookingpanel--horizontal fieldset{width:auto}.bookingpanel--horizontal .form-field{margin-bottom:0}}@media screen and (min-width:62rem){.bookingpanel--horizontal fieldset{display:none;-webkit-box-flex:2;-ms-flex:2;flex:2}.bookingpanel--horizontal fieldset:first-child{-webkit-box-flex:3;-ms-flex:3;flex:3}.bookingpanel--horizontal fieldset:nth-child(2){display:block}}@media screen and (min-width:67.5rem){.bookingpanel--horizontal{padding-left:1.4375rem;padding-right:1.4375rem}.bookingpanel--horizontal fieldset{display:block}.bookingpanel--horizontal fieldset,.bookingpanel--horizontal fieldset:first-child{-webkit-box-flex:2;-ms-flex:2;flex:2}}@media screen and (min-width:75rem){.bookingpanel--horizontal fieldset:first-child{-webkit-box-flex:3;-ms-flex:3;flex:3}.bookingpanel--horizontal fieldset:nth-child(3){-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5}}@media screen and (min-width:90rem){.bookingpanel--horizontal{padding-left:2.4375rem;padding-right:2.4375rem}}.bookingpanel--horizontal.bookingpanel--meeting fieldset:nth-child(2){-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5}.bookingpanel--horizontal.bookingpanel--meeting fieldset:nth-child(3){-webkit-box-flex:1;-ms-flex:1;flex:1}.city_map{max-width:90rem}.city_map .topline{margin:0 1.5rem}.city_map .topline+.map__container{margin-top:.75rem}.city_map .map__container,.city_map .map__container_no_availability{width:100%;height:0;padding-bottom:25rem}.city_map .city_map__properties{padding-top:2.5rem;max-width:75rem;margin-left:auto;margin-right:auto}.city_map .city_map__properties.slick-slider .highlight--right{padding-bottom:0}.city_map .city_map__property{display:grid!important;margin-left:auto;margin-right:auto}@media screen and (min-width:48rem){.city_map .topline{margin:0 3rem;max-width:75rem}.city_map .map__container,.city_map .map__container_no_availability{padding-bottom:27.5rem}}@media screen and (min-width:67.5rem){.city_map .topline+.map__container{margin-top:2.5rem}.city_map .map__container,.city_map .map__container_no_availability{padding-bottom:30.1875rem}.city_map .city_map__properties{padding-top:6.25rem}}@media screen and (min-width:75rem){.city_map .city_map__properties{max-width:90rem}}@media screen and (min-width:81rem){.city_map .topline{margin:0 auto}}.city_map--boxed .map__container{margin-left:1.5rem;margin-right:1.5rem;width:calc(100% - 3rem);padding-bottom:23.75rem}@media screen and (min-width:48rem){.city_map--boxed .map__container{margin-left:3rem;margin-right:3rem;width:calc(100% - 6rem);padding-bottom:20.75rem}}@media screen and (min-width:62rem){.city_map--boxed .map__container{padding-bottom:35.625rem}}@media screen and (min-width:67.5rem){.city_map--boxed .map__container{margin-left:auto;margin-right:auto;max-width:75rem}}.city_map .image-switch .highlight__image img:first-child{display:block}.city_map .image-switch .highlight__image img:last-child{display:none}@media screen and (min-width:62rem) and (max-width:74.9375rem){.city_map .image-switch .highlight__image img:first-child{display:none}.city_map .image-switch .highlight__image img:last-child{display:block}}@media screen and (min-width:48rem){.city_map--only{padding-bottom:5rem}}@media screen and (min-width:62rem){.city_map--only{padding-bottom:6.5625rem}}@media screen and (min-width:75rem){.city_map--only{padding-bottom:6.5625rem}}.someImpossibleSelector#1 .city_map .map__container,.someImpossibleSelector#1 .city_map .map__container_no_availability{-webkit-transform:translate(-50vw);transform:translate(-50vw);opacity:0}.someImpossibleSelector#1 .city_map header{-webkit-transform:translateY(100%);transform:translateY(100%)}.someImpossibleSelector#1 .city_map .highlight_right__image{-webkit-transform:translate(50vw);transform:translate(50vw)}.someImpossibleSelector#1 .city_map .highlight_right__image .tile{-webkit-transform:translate(-100vw);transform:translate(-100vw)}@media screen and (min-width:48rem){.someImpossibleSelector#1 .city_map .highlight_right__image .tile{-webkit-transform:translate(-50vw,50vh);transform:translate(-50vw,50vh)}}@media screen and (min-width:67.5rem){.someImpossibleSelector#1 .city_map .highlight_right__image .tile{-webkit-transform:translate(-50vw,50vh);transform:translate(-50vw,50vh)}}.someImpossibleSelector#1 .city_map .highlight_right__text{-webkit-transform:translateY(100%);transform:translateY(100%)}.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .map__container,.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .map__container_no_availability{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .map__container.wx__inview__loaded,.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .map__container_no_availability.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) header{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) header.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .highlight_right__image{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .highlight_right__image.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .highlight_right__image .tile{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .highlight_right__image .tile.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}@media screen and (min-width:48rem){.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .highlight_right__image .tile{-webkit-transform:translate(-3rem,100%);transform:translate(-3rem,100%)}}@media screen and (min-width:67.5rem){.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .highlight_right__image .tile{-webkit-transform:translateY(50%);transform:translateY(50%)}}.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .highlight_right__text{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.someImpossibleSelector#1 .city_map.wx__inview:not(.stillLoading) .highlight_right__text.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.item_list{padding:1.5rem 1.5rem 0}.item_list header{margin-bottom:2em}.item_list header h2{font-size:2.5rem;line-height:1.15}.item_list .usp>header h2,.item_list h2,.item_list h3,.usp>header .item_list h2{margin-top:0;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.1666666667;margin-bottom:0}@media screen and (min-width:48rem){.item_list{padding-left:3rem;padding-right:3rem}.item_list .usp>header h2,.item_list h2,.item_list h3,.usp>header .item_list h2{font-size:1.875rem;line-height:1.2}.item_list [data-col="1"] h3,.item_list [data-col="3"] h3{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.166667}}@media screen and (min-width:62rem){.item_list .usp>header h2,.item_list [data-col="2"] .pricebox__price,.item_list [data-col="2"] h3,.item_list h2,.usp>header .item_list h2{font-size:2.5rem;line-height:1.15}.item_list [data-col="2"] .pricebox__price{top:.15em}}@media screen and (min-width:75rem){.item_list{margin-left:auto;margin-right:auto}}@media screen and (min-width:81rem){.item_list{padding-left:0;padding-right:0;max-width:75rem}}.item_list__items .item_list__item{margin-bottom:1.25rem}@media screen and (min-width:48rem){.item_list__items{margin-left:-.5rem;margin-right:-.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.item_list__items .item_list__item{margin-bottom:1.875rem}}@media screen and (min-width:48rem){.item_list__item .tag{position:absolute;top:2.25rem;right:1.3125rem}}.item_list__item--fluid .item_list__item{height:100%}.item_list__footer{text-align:right}.item_list{padding-bottom:1.875rem}@media screen and (min-width:48rem){.item_list{padding-bottom:3.125rem}}@media screen and (min-width:62rem){.item_list{padding-bottom:4.6875rem}}@media screen and (min-width:75rem){.item_list{padding-bottom:4.6875rem}}.item_list.wx__inview:not(.stillLoading)>header{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.item_list.wx__inview:not(.stillLoading)>header.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.item_list__footer,.item_list__item{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}.item_list__footer[data-col="3"],.item_list__item[data-col="3"]{-webkit-transform:translateY(25%);transform:translateY(25%)}.item_list__footer.wx__inview:not(.stillLoading),.item_list__item.wx__inview:not(.stillLoading){-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.item_list__footer.wx__inview:not(.stillLoading).wx__inview__loaded,.item_list__item.wx__inview:not(.stillLoading).wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.item_list__footer.wx__inview:not(.stillLoading)[data-col="2"]+[data-col="2"],.item_list__footer.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"],.item_list__item.wx__inview:not(.stillLoading)[data-col="2"]+[data-col="2"],.item_list__item.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]{-webkit-transition-delay:.3s;transition-delay:.3s}.item_list__footer.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"],.item_list__item.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]{-webkit-transition-delay:.4s;transition-delay:.4s}.item_list__footer.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"],.item_list__item.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]{-webkit-transition-delay:.2s;transition-delay:.2s}.item_list__footer.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"],.item_list__item.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]{-webkit-transition-delay:.3s;transition-delay:.3s}.item_list__footer.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"],.item_list__item.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]{-webkit-transition-delay:.4s;transition-delay:.4s}.item_list__footer.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"],.item_list__item.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]{-webkit-transition-delay:.2s;transition-delay:.2s}.item_list__footer.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"],.item_list__item.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]{-webkit-transition-delay:.3s;transition-delay:.3s}.item_list__footer.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"],.item_list__item.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]{-webkit-transition-delay:.4s;transition-delay:.4s}.item_list__footer.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"],.item_list__item.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]{-webkit-transition-delay:.2s;transition-delay:.2s}.item_list__footer.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"],.item_list__item.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]{-webkit-transition-delay:.3s;transition-delay:.3s}.item_list__footer.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"],.item_list__item.wx__inview:not(.stillLoading)[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]+[data-col="3"]{-webkit-transition-delay:.4s;transition-delay:.4s}.hero_property{padding-left:1.5rem;padding-right:1.5rem}.hero_property__text{margin-bottom:1.5rem}.hero_property__slider{margin-right:-1.5rem}.hero_property__slider .slide{opacity:0;height:0;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;pointer-events:none}.hero_property__slider .slide:first-child{opacity:1;height:auto;pointer-events:inherit}.hero_property__slider.slick-initialized,.hero_property__slider.slick-initialized.slick-slider{margin-bottom:0}.hero_property__slider.slick-initialized.slick-slider .slide,.hero_property__slider.slick-initialized .slide{height:auto;opacity:1;pointer-events:inherit}.hero_property__slider.no-slick-initialized .slide{height:auto;opacity:1;pointer-events:inherit;-webkit-transition:none;transition:none}.hero_property__slider .slick-slide{line-height:0}.hero_property .slider__nav{display:none;position:relative;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;right:-.375rem}.hero_property .bookingpanel{top:-30px}.hero_property .map__container{height:0;width:100%;padding-bottom:56.25%}.hero_property.full_width_text_header{padding-bottom:0;margin-top:2.5rem}.hero_property.full_width_text_header header{width:100%}.hero_property.full_width_text_header header .topline{max-width:72%}.hero_property.full_width_text_header header h1{margin-bottom:0}.hero_property.full_width_text_header header h2{font-size:1.25rem;line-height:1.2;margin-top:1.25rem}@media screen and (min-width:48rem){.hero_property.full_width_text_header header h2{font-size:1.875rem}}@media screen and (min-width:62rem){.hero_property.full_width_text_header header{width:90%}.hero_property.full_width_text_header header .topline{max-width:unset}}.hero_property.full_width_text_header.space-bottom{padding-bottom:2rem}@media screen and (min-width:48rem){.hero_property.full_width_text_header.space-bottom{padding-bottom:2rem}}@media screen and (min-width:62rem){.hero_property.full_width_text_header.space-bottom{padding-bottom:2.5rem}}@media screen and (min-width:75rem){.hero_property.full_width_text_header.space-bottom{padding-bottom:2.5rem}}.hero_property .header_date{color:#5a5a5a;font-size:1rem;margin:1em 0}@media screen and (min-width:48rem){.hero_property{position:relative;padding-left:3rem;padding-right:3rem}.hero_property__text{margin-bottom:3rem;padding-right:16.6666666667%}.hero_property__slider{margin-right:0;left:-3rem}.hero_property .slider__nav{display:-webkit-box;display:-ms-flexbox;display:flex;position:static;padding:3rem 0}.hero_property .slider__nav .slick-arrow{-webkit-transform:translate(0);transform:translate(0)}.hero_property .slider__nav .slick-arrow.slick-prev{-webkit-transform:translate(0) rotate(180deg);transform:translate(0) rotate(180deg)}.hero_property .bookingpanel{position:absolute;top:auto;bottom:5.25rem;right:1.5rem}}@media screen and (min-width:62rem){.hero_property>header{width:66.6666666667%}.hero_property__text{width:58.3333333333%}.hero_property .position_wrap{position:relative}.hero_property__slider{width:83.33333%}.hero_property .slider__nav{position:absolute;z-index:2;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;bottom:0;padding-bottom:0}.hero_property .bookingpanel{top:0;bottom:auto;-webkit-transform:translate(3rem,-41%);transform:translate(3rem,-41%)}}@media screen and (min-width:81rem){.hero_property{max-width:75rem;padding-left:0;padding-right:0}.hero_property__slider{width:83.33333%;left:calc(-50vw + 37.5rem)}}@media screen and (min-width:90rem){.hero_property__slider{width:91.66667%;left:-7.5rem}}.hero_property.wx__inview:not(.stillLoading)>header{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-duration:.788s;transition-duration:.788s;-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.hero_property.wx__inview:not(.stillLoading)>header.wx__inview__loaded{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}@media screen and (min-width:62rem){.hero_property .bookingpanel{-webkit-transform:translate(3rem,calc(5vh - 41%));transform:translate(3rem,calc(5vh - 41%))}.hero_property.wx__inview:not(.stillLoading) .bookingpanel{-webkit-transform:translate(3rem,-41%);transform:translate(3rem,-41%)}}.highlight--left>header{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1}.highlight--left .highlight__image{grid-column:2/4;grid-column-start:2;-ms-grid-column-span:2}.highlight--left .highlight__text{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1}@media screen and (min-width:48rem){.highlight--left>header{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1;grid-row:1/2;grid-row-start:1;-ms-grid-row-span:1}.highlight--left .highlight__image{padding-left:0;grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1;grid-row:1/3;grid-row-start:1;-ms-grid-row-span:2}.highlight--left .highlight__text{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1;grid-row:2/3;grid-row-start:2;-ms-grid-row-span:1}.highlight--left>header{padding:0 3rem}.highlight--left>header h2{margin-bottom:.7em}}@media screen and (min-width:62rem){.highlight--left .highlight__image{padding-left:3rem;max-width:50vw;grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2;grid-row:1/3;grid-row-start:1;-ms-grid-row-span:2}}@media screen and (min-width:67.5rem){.highlight--left>header{max-width:calc(50vw - 3rem);grid-column:3/4;grid-column-start:3;-ms-grid-column-span:1;grid-row:1/2;grid-row-start:1;-ms-grid-row-span:1}.highlight--left>header h2{margin-top:.75em;font-size:3.75rem;line-height:1;margin-bottom:.4666667em}.highlight--left .highlight__image img{width:100%!important}.highlight--left .highlight__text{max-width:calc(50vw - 3rem);grid-column:3/4;grid-column-start:3;-ms-grid-column-span:1;grid-row:2/3;grid-row-start:2;-ms-grid-row-span:1}.highlight--left .highlight__text,.highlight--left>header{padding:0 3rem 0 0}}@media screen and (min-width:75rem){.highlight--left .highlight__image{padding-left:3rem}.highlight--left .highlight__text,.highlight--left>header{padding:0 3rem}.highlight--left .list-inline li{font-size:1.125rem}}@media screen and (min-width:81rem){.highlight--left .highlight__image{padding-left:calc(50vw - 37.5rem)}.highlight--left .highlight__text,.highlight--left>header{padding-right:calc(50vw - 37.5rem)}}@media screen and (min-width:90rem){.highlight--left .highlight__image{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1;position:relative;padding-left:0}.highlight--left .highlight__text,.highlight--left>header{padding:0 0 0 3rem}}.highlight--with-tile.highlight--left .tile{position:absolute;bottom:0;z-index:3;-webkit-transform:translate(50%,27.5%);transform:translate(50%,27.5%);max-width:unset}@media screen and (min-width:67.5rem){.highlight--with-tile.highlight--left .tile{min-width:350px;min-height:350px;left:5rem}}.highlight--with-tile.highlight--left .highlight__text{margin-top:10vw}@media screen and (max-width:47.9375rem){.highlight--with-tile.highlight--left .tile{padding:1rem}}@media screen and (min-width:48rem){.highlight--with-tile.highlight--left .tile{-webkit-transform:translate(3rem,50%);transform:translate(3rem,50%)}.highlight--with-tile.highlight--left .highlight__text{margin-top:0}}@media screen and (min-width:67.5rem){.highlight--with-tile.highlight--left .tile{-webkit-transform:translateY(50%);transform:translateY(50%);min-width:350px;min-height:350px}}.highlight--left.highlight--img_landscape .highlight__image{grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2;padding-left:0;padding-right:1.5rem}@media screen and (max-width:61.9375rem){.highlight--left.highlight--img_landscape>header{grid-row:2/3;grid-row-start:2;-ms-grid-row-span:1}.highlight--left.highlight--img_landscape .highlight__image{grid-row:1/2;grid-row-start:1;-ms-grid-row-span:1}}@media screen and (max-width:61.9375rem){.highlight--left.highlight--img_landscape>header{margin-top:1rem}.highlight--left.highlight--img_landscape .highlight__image>img{margin-right:0;max-width:100%}.highlight--left.highlight--img_landscape .highlight__text{margin-top:0}}@media screen and (min-width:48rem) and (max-width:61.9375rem){.highlight--left.highlight--img_landscape>header{grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2;padding-left:3rem;padding-bottom:0;margin-bottom:-1.1875rem}.highlight--left.highlight--img_landscape .highlight__image{grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2;padding-right:6rem}.highlight--left.highlight--img_landscape .highlight__text{grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2;grid-row:3/4;grid-row-start:3;-ms-grid-row-span:1}}@media screen and (min-width:62rem){.highlight--left.highlight--img_landscape{grid-template-columns:61.36fr 38.64fr}.highlight--left.highlight--img_landscape .highlight__image{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1;padding-left:0;min-width:100%}.highlight--left.highlight--img_landscape .highlight__image img{margin-left:0;max-width:100%;width:100%}.highlight--left.highlight--img_landscape .highlight__image .tile{right:3rem}}@media screen and (min-width:67.5rem){.highlight--left.highlight--img_landscape .highlight__text,.highlight--left.highlight--img_landscape>header{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1;padding-left:3rem}}@media screen and (min-width:75rem){.highlight--left.highlight--img_landscape{width:100%;max-width:90rem}}@media screen and (min-width:81rem){.highlight--left.highlight--img_landscape .highlight__text,.highlight--left.highlight--img_landscape>header{padding-right:calc(50vw - 600px)}}@media screen and (min-width:81rem){.highlight--left.highlight--img_landscape .highlight__image .tile{right:calc(50vw - 37.5rem)}}@media screen and (min-width:90rem){.highlight--left.highlight--img_landscape .highlight__text,.highlight--left.highlight--img_landscape>header{padding-right:0}.highlight--left.highlight--img_landscape .highlight__image .tile{right:7.5rem}}.highlight--left.highlight--with-tile.highlight--img_landscape .highlight__image .tile{margin-left:1.5rem;-webkit-transform:translateY(27.5%);transform:translateY(27.5%)}@media screen and (max-width:61.9375rem){.highlight--left.highlight--with-tile.highlight--img_landscape>header{margin-top:2rem}}@media screen and (min-width:48rem) and (max-width:61.9375rem){.highlight--left.highlight--with-tile.highlight--img_landscape .highlight__image .tile{margin-left:3rem}.highlight--left.highlight--with-tile.highlight--img_landscape .highlight__text{padding-top:1.5rem}}@media screen and (min-width:48rem){.highlight--left.highlight--with-tile.highlight--img_landscape .highlight__image{margin-bottom:2.9rem}}@media screen and (min-width:62rem){.highlight--left.highlight--with-tile.highlight--img_landscape{padding-bottom:2.3125rem}.highlight--left.highlight--with-tile.highlight--img_landscape .highlight__image{margin-bottom:5.5rem}.highlight--left.highlight--with-tile.highlight--img_landscape .highlight__image .tile{-webkit-transform:translateY(25%);transform:translateY(25%);left:0;right:auto;margin-left:3rem}}@media screen and (min-width:81rem){.highlight--left.highlight--with-tile.highlight--img_landscape .highlight__image .tile{margin-left:0;left:calc(50vw - 37.5rem)}}@media screen and (min-width:90rem){.highlight--left.highlight--with-tile.highlight--img_landscape .highlight__image .tile{left:7.5rem}}@media screen and (min-width:67.5rem){.highlight--left.highlight--with-tile.highlight--img_landscape .tile{-webkit-transform:translateY(50%);transform:translateY(50%);min-width:350px;min-height:350px}}.highlight--right>header{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1}.highlight--right>header h2{margin-top:.25em}.highlight--right>header h2,.highlight--right>header h3,.highlight--right>header h4{margin-bottom:0}.highlight--right .highlight__image{grid-column:2/4;grid-column-start:2;-ms-grid-column-span:2;margin-top:.75rem;margin-bottom:.375rem}.highlight--right .highlight__image>img{margin-left:3rem;max-width:calc(100% - 3rem);-webkit-transform:translateY(-1.5rem);transform:translateY(-1.5rem)}.highlight--right .highlight__text{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1}@media screen and (min-width:48rem){.highlight--right>header{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1;margin-right:-25%;padding-left:3rem}.highlight--right>header h2{margin-top:0}.highlight--right .highlight__image{grid-row:1/3;grid-row-start:1;-ms-grid-row-span:2;margin:0;padding-right:0}.highlight--right .highlight__image>img{margin-left:0;max-width:100%;-webkit-transform:translate(0);transform:translate(0)}.highlight--right .highlight__text{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1;grid-row:2/4;grid-row-start:2;-ms-grid-row-span:2;padding-top:3rem}}@media screen and (min-width:62rem){.highlight--right>header{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1;margin-right:0}.highlight--right>header h2:first-child{margin-top:.4375em}.highlight--right .highlight__image{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1;padding-right:3rem}.highlight--right .highlight__text{grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1}}@media screen and (min-width:75rem){.highlight--right{margin-left:auto;margin-right:auto}.highlight--right header h2{font-size:3.75rem}}@media screen and (min-width:81rem){.highlight--right{max-width:75rem}.highlight--right .highlight__text,.highlight--right>header{padding-left:0}.highlight--right .highlight__image{padding-right:0}}@media screen and (min-width:90rem){.highlight--right{grid-template-columns:1fr 27rem 48rem 1fr}.highlight--right>header{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1;padding-left:0}.highlight--right .highlight__image{grid-column:3/4;grid-column-start:3;-ms-grid-column-span:1;padding-right:0}.highlight--right .highlight__text{grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1;padding-left:0}}.highlight--smallheader>header{width:45vw;max-width:20rem}.highlight--smallheader .highlight__image{margin-bottom:.375rem}@media screen and (min-width:48rem){.highlight--with-tile{grid-template-rows:auto 1fr}}.highlight--with-tile.highlight--right .highlight__image{position:relative;margin-bottom:1.5rem}.highlight--with-tile.highlight--right .highlight__image>img{margin-left:20.8333333333%;max-width:79.16667%}.highlight--with-tile.highlight--right .tile{position:absolute;bottom:0;z-index:3;min-width:20vw;min-height:20vw}@media screen and (max-width:47.9375rem){.highlight--with-tile.highlight--right .tile{padding:1rem}}@media screen and (min-width:48rem){.highlight--with-tile.highlight--right{margin-bottom:0}.highlight--with-tile.highlight--right .tile{-webkit-transform:translate(-3rem,27.5%);transform:translate(-3rem,27.5%)}.highlight--with-tile.highlight--right .highlight__image{margin-bottom:calc(10vw + 1.9rem)}.highlight--with-tile.highlight--right .highlight__image>img{margin-left:0;max-width:100%}}@media screen and (min-width:62rem){.highlight--with-tile.highlight--right{grid-template-rows:auto 1fr}}@media screen and (min-width:67.5rem){.highlight--with-tile.highlight--right .tile{-webkit-transform:translateY(50%);transform:translateY(50%);min-width:350px;min-height:350px;max-width:unset}.highlight--with-tile.highlight--right .highlight__image{padding-right:3rem;margin-bottom:11rem}.highlight--with-tile.highlight--right .highlight__image>img{margin-left:-12.5%;max-width:112.5%;width:112.5%;-webkit-transform:none;transform:none}.highlight--with-tile.highlight--right .highlight__text{padding-right:25%}}@media screen and (min-width:81rem){.highlight--with-tile.highlight--right .highlight__image{padding-right:0}}@media screen and (min-width:90rem){.highlight--with-tile.highlight--right{grid-template-columns:1fr 37.5rem 37.5rem 1fr}.highlight--with-tile.highlight--right>header{padding-left:0}.highlight--with-tile.highlight--right .highlight__image{padding-right:0}.highlight--with-tile.highlight--right .highlight__text{padding-left:0}}.highlight--right.highlight--img_landscape .highlight__image>img{margin-left:0;max-width:100%}@media screen and (min-width:48rem) and (max-width:61.9375rem){.highlight--right.highlight--img_landscape>header{padding-bottom:0;margin-bottom:-1.1875rem}.highlight--right.highlight--img_landscape .highlight__image{grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2;grid-row:2/3;grid-row-start:2;-ms-grid-row-span:1;padding-left:6rem}.highlight--right.highlight--img_landscape .highlight__text{grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2;grid-row:3/4;grid-row-start:3;-ms-grid-row-span:1;padding-left:6rem}}@media screen and (min-width:62rem){.highlight--right.highlight--img_landscape{grid-template-columns:.3863636364fr .6136363636fr}.highlight--right.highlight--img_landscape>header h1,.highlight--right.highlight--img_landscape>header h2,.highlight--right.highlight--img_landscape>header h3{margin-right:-3rem}.highlight--right.highlight--img_landscape .highlight__image{grid-column:2/4;grid-column-start:2;-ms-grid-column-span:2;padding-right:0}.highlight--right.highlight--img_landscape .highlight__image img{margin-left:0;max-width:100%}.highlight--right.highlight--img_landscape .highlight__image .tile{right:3rem}}@media screen and (min-width:75rem){.highlight--right.highlight--img_landscape{width:100%;max-width:90rem}}@media screen and (min-width:81rem){.highlight--right.highlight--img_landscape .highlight__text,.highlight--right.highlight--img_landscape>header{padding-left:calc(50vw - 600px)}.highlight--right.highlight--img_landscape h2{font-size:3.75rem}}@media screen and (min-width:81rem){.highlight--right.highlight--img_landscape .highlight__image .tile{right:calc(50vw - 37.5rem)}}@media screen and (min-width:90rem){.highlight--right.highlight--img_landscape{grid-template-columns:7.5rem .3863636364fr .6136363636fr}.highlight--right.highlight--img_landscape .highlight__text,.highlight--right.highlight--img_landscape>header{padding-left:0}.highlight--right.highlight--img_landscape .highlight__image{grid-column:3/4;grid-column-start:3;-ms-grid-column-span:1}.highlight--right.highlight--img_landscape .highlight__image .tile{right:7.5rem}}.highlight--right.highlight--with-tile.highlight--img_landscape .highlight__image{padding-left:3rem}.highlight--right.highlight--with-tile.highlight--img_landscape .highlight__image .tile{margin-left:-3rem}@media screen and (min-width:48rem) and (max-width:61.9375rem){.highlight--right.highlight--with-tile.highlight--img_landscape .highlight__image{padding-left:6rem;margin-bottom:0}.highlight--right.highlight--with-tile.highlight--img_landscape .highlight__image>img{margin-left:0;width:100%;max-width:100%;-webkit-transform:translate(0);transform:translate(0)}.highlight--right.highlight--with-tile.highlight--img_landscape .highlight__image .tile{right:3rem;left:auto;margin-left:0}}@media screen and (min-width:62rem){.highlight--right.highlight--with-tile.highlight--img_landscape .highlight__image .tile{-webkit-transform:translateY(25%);transform:translateY(25%)}}@media screen and (min-width:62rem){.highlight--right.highlight--img_landscape.highlight--with-tile .highlight__image{margin-bottom:5.5rem}}.hero_mybooking{padding-left:1.5rem;padding-right:1.5rem;position:relative;padding-bottom:0}.hero_mybooking.manage.hero_mybooking>header h1{font-size:30px}@media screen and (min-width:62rem){.hero_mybooking.manage.hero_mybooking>header h1{font-size:60px;padding-left:15px}}.hero_mybooking__text{font-weight:700}.hero_mybooking__button{margin-top:1em;margin-bottom:1em}.hero_mybooking__button a{margin-right:0}.hero_mybooking__button a.outline,.hero_mybooking__button a.outline+a{margin-bottom:.625rem}@media screen and (min-width:48rem){.hero_mybooking{position:relative;padding-left:3rem;padding-right:3rem}.hero_mybooking__text{margin-bottom:3rem;padding-right:16.6666666667%}.hero_mybooking__button{right:3rem;position:absolute;top:1.5rem;margin-top:0;margin-bottom:0}}@media screen and (min-width:62rem){.hero_mybooking>header{width:66.6666666667%}.hero_mybooking__text{width:58.3333333333%}}@media screen and (min-width:81rem){.hero_mybooking{max-width:75rem;padding-left:0;padding-right:0}.hero_mybooking__button{right:0}}.ajax-loader{display:none}.ajax-loader .ibe_rate_wrapper_loader{top:0}.ajax-loading-rates .hero_mybooking .ajax-loader{min-height:220px}.ajax-loading-rates .hero_mybooking .ajax-loader .ibe_rate_wrapper_loader{top:100px;height:auto}.ajax-loading-rates .ajax-loader{display:block;position:relative}.priceoverview{padding-left:1.5rem;padding-right:1.5rem;position:relative;padding-bottom:0}.priceoverview .ibe_rate_item_wrapper .top{display:block}.priceoverview .ibe_rate_item_wrapper .top>*{float:none}.priceoverview .ibe_rate_item_wrapper .top .ibe_rate_price{margin-top:0;padding-bottom:0;line-height:1.5;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.priceoverview .ibe_rate_item_wrapper .top .ibe_rate_price span{bottom:-10px}.priceoverview .description{padding-left:0}.priceoverview .description ul{margin:0}.priceoverview .description li{overflow:hidden}@media screen and (min-width:48rem){.priceoverview{position:relative;padding-left:3rem;padding-right:3rem}.priceoverview .ibe_rate_item_wrapper .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible}.priceoverview .rates_wrapper{margin-bottom:3rem;padding-right:16.6666666667%}.priceoverview .switch_wrapper{top:1.75rem}}@media screen and (min-width:62rem){.priceoverview>header{width:66.6666666667%}.priceoverview .rates_wrapper{width:58.3333333333%}}@media screen and (min-width:81rem){.priceoverview{max-width:75rem;padding-left:0;padding-right:0}}.bigform{padding-left:1.5rem;padding-right:1.5rem}.bigform header{margin-bottom:2em}.bigform header h2{font-size:2.5rem;line-height:1.15}.bigform .usp>header h2,.bigform h2,.bigform h3,.usp>header .bigform h2{margin-top:0;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.1666666667;margin-bottom:1rem}.bigform__intro{font-size:1.125rem;margin-bottom:1.625rem}.bigform__intro>*{font-size:inherit}.bigform__intro p{max-width:75rem}.bigform .form-field.checkbox{margin-top:.8125rem}.bigform .cc-list,.bigform .ibe_details_terms{margin-top:1.25rem}.bigform [type=submit]+p{margin-top:2rem}.bigform .move-label label{left:0}@media screen and (max-width:31.3125rem){.bigform .bigform__form .item{padding:0;border:none;margin-top:2.5rem;margin-bottom:0}.bigform [type=submit]{width:100%}}@media screen and (min-width:48rem){.bigform{padding-left:3rem;padding-right:3rem}.bigform .usp>header h2,.bigform h2,.bigform h3,.usp>header .bigform h2{font-size:1.875rem;line-height:1.2}.bigform .bigform__form{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-.5rem;margin-right:-.5rem}}@media screen and (min-width:62rem){.bigform .usp>header h2,.bigform h2,.usp>header .bigform h2{font-size:2.5rem;line-height:1.15}.bigform__intro{font-size:1.5rem;margin-bottom:3.25rem}}@media screen and (min-width:75rem){.bigform{margin-left:auto;margin-right:auto}.bigform__intro p{width:90%}.bigform .country_selector a.select-theme-citizenm{padding-bottom:.4125rem}.bigform .country_selector:after{bottom:calc(10px + .4125rem)}}@media screen and (min-width:81rem){.bigform{padding-left:0;padding-right:0;max-width:75rem}}.full_text_section{padding-left:1.5rem;padding-right:1.5rem}.full_text_section .inner{width:100%}.full_text_section .inner>:first-child{margin-top:0}@media screen and (min-width:62rem){.full_text_section .inner{padding-right:16.6%}}.full_text_section p{max-width:1120px}.full_text_section p strong{color:#000;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.full_text_section .usp>header h2,.full_text_section h2,.usp>header .full_text_section h2{font-size:1.25rem;line-height:1.2;margin-bottom:1.25rem}.full_text_section ul{padding-left:0;margin:0 0 1.7em;max-width:1120px}.full_text_section li{line-height:1.5;padding-left:1.5rem;position:relative;white-space:normal}.full_text_section li:before{content:"";display:block;height:4px;width:4px;border-radius:50%;background:#ff0038;position:absolute;left:0;top:13px}.full_text_section .button{margin-bottom:15px;margin-top:1.5625rem}@media screen and (min-width:48rem){.full_text_section{position:relative;padding-left:3rem;padding-right:3rem}.full_text_section .usp>header h2,.full_text_section h2,.usp>header .full_text_section h2{font-size:1.875rem}.full_text_section li{line-height:2}.full_text_section ul{padding-left:1.875rem}}@media screen and (min-width:81rem){.full_text_section{max-width:75rem;padding-left:0;padding-right:0}}.campaign_accordion_container{padding-left:25px;padding-right:25px;max-width:75rem}.campaign_accordion_container .topline.topline--with-line{padding-bottom:0}@media screen and (min-width:62rem){.campaign_accordion_container{padding-left:20px;padding-right:20px}}.campaign_accordion_container .buttons{text-align:right;margin-top:40px}@media screen and (max-width:47.9375rem){.campaign_accordion_container .buttons .button{display:block}}@media screen and (max-width:61.9375rem){.campaign_accordion_container .buttons{margin-top:50px}}.campaign_accordion_header{margin-bottom:20px}.campaign_accordion_header.nomaxwidth h2{max-width:unset}.campaign_accordion_header .usp>header h2,.campaign_accordion_header h2,.usp>header .campaign_accordion_header h2{font-size:2.5rem;line-height:1.25;max-width:800px;margin-top:23px}@media screen and (min-width:62rem){.campaign_accordion_header .usp>header h2,.campaign_accordion_header h2,.usp>header .campaign_accordion_header h2{font-size:3.75rem;line-height:1}}.campaign_accordion{padding:15px 0;border-top:1px solid #ddd}.campaign_accordion:last-child{border-bottom:1px solid #ddd}.campaign_accordion li,.campaign_accordion p{font-size:.875rem}@media screen and (min-width:62rem){.campaign_accordion{padding:25px 0}.campaign_accordion li,.campaign_accordion p{font-size:1.125rem}}.campaign_accordion_trigger{padding-right:40px;position:relative;cursor:pointer}.campaign_accordion_trigger.open:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.campaign_accordion_trigger h5{font-size:1.375rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;line-height:1;margin-bottom:5px}.campaign_accordion_trigger:after{content:"";display:block;width:21px;height:13px;background-image:url(../images/arrow-down-black.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;position:absolute;top:9px;right:0;-webkit-transition:all .32s ease-out;transition:all .32s ease-out}@media screen and (min-width:62rem){.campaign_accordion_trigger{padding-left:100px}.campaign_accordion_trigger h5{font-size:1.5rem}.campaign_accordion_trigger:after{right:25px}}.campaign_accordion_hidden{display:none;margin-top:15px}.campaign_accordion_hidden li{white-space:unset;padding-left:25px;position:relative;margin-bottom:1em}.campaign_accordion_hidden li:before{content:"";display:block;position:absolute;left:0;top:10px;width:6px;height:6px;background:#000;border-radius:50%}@media screen and (min-width:62rem){.campaign_accordion_hidden{padding-left:100px;max-width:996px;margin-top:25px}.campaign_accordion_hidden li{font-size:1.125rem;padding-left:40px}.campaign_accordion_hidden li:before{width:8px;height:8px}}.campaign_accordion_footer{padding-top:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:47.9375rem){.campaign_accordion_footer .button{width:100%;max-width:375px}}.hero{position:relative}.hero__text{color:#fff;padding:1.5rem}.hero__text h1{color:inherit;text-shadow:0 2px 22px rgba(0,0,0,.3);font-size:3.125rem;line-height:1}.hero__text p{font-size:1.125rem;line-height:1.66667}@media screen and (max-width:47.9375rem){.hero__text{padding-bottom:.5rem}.hero__text .button{margin-left:0!important;width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important}.hero__text .button:last-child{margin-bottom:0}}@media screen and (min-width:48rem){.hero__text{padding:3rem}}@media screen and (min-width:62rem){.hero__text h1{font-size:6.875rem}}.hero__video{position:absolute!important;top:0;left:0;width:100%;height:100%;background:#000}.hero__video+.position_wrap>*{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.hero__video+.position_wrap .button--pause{-webkit-transition:none;transition:none;opacity:0;pointer-events:none;width:auto!important;min-width:1px;position:absolute!important;left:1.5rem;bottom:1.5rem}.hero__video iframe{opacity:0!important}.playing .hero__video iframe{opacity:1!important}.playing .hero__video+.position_wrap .hero__text>*{pointer-events:none;opacity:0}.playing .hero__video+.position_wrap .button--pause{pointer-events:auto;opacity:1;top:auto}.marquee{--animation-base-time:14.375s;width:100vw;max-width:100%;height:auto}.marquee__inner{height:40px;white-space:nowrap;background-color:#000;color:#fff}.marquee__inner:after,.marquee__inner:before{-webkit-animation:marquee .25s linear infinite paused;animation:marquee .25s linear infinite paused;-webkit-animation-duration:14.375s;animation-duration:14.375s;-webkit-animation-duration:var(--animation-base-time);animation-duration:var(--animation-base-time);content:attr(data-multitext);padding-right:.25em}.marquee.wx__inview .marquee__inner:after,.marquee.wx__inview .marquee__inner:before{-webkit-animation-play-state:running;animation-play-state:running}@media screen and (min-width:48rem){.marquee__inner{height:100px}}.marquee__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.marquee{padding-bottom:3.75rem}@media screen and (min-width:48rem){.marquee{padding-bottom:5rem}}@media screen and (min-width:62rem){.marquee{padding-bottom:6.5625rem}}.inline-target .sec_campaign,.sec_campaign{max-width:75rem;margin-left:auto;margin-right:auto;background-repeat:no-repeat;background-position:-100vw;position:relative}.inline-target .sec_campaign:before,.sec_campaign:before{display:block;content:"";width:384px;height:477px;background-size:cover;background-repeat:inherit;pointer-events:none;position:absolute;top:5.375rem;right:0}.inline-target .sec_campaign header,.sec_campaign header{position:relative;margin-bottom:-2.2em;z-index:1}.inline-target .sec_campaign header h2,.sec_campaign header h2{font-size:2.5rem;line-height:1}.inline-target .sec_campaign .topline,.sec_campaign .topline{margin-bottom:1.4375rem}@media screen and (max-width:399px){.inline-target .sec_campaign,.sec_campaign{background:none!important}}@media screen and (min-width:62rem){.inline-target .sec_campaign:before,.sec_campaign:before{background-image:inherit}.inline-target .sec_campaign header h2,.sec_campaign header h2{font-size:3.75rem}.inline-target .sec_campaign .topline,.sec_campaign .topline{margin-bottom:.5rem}}.sec_campaign__trailer_wrap{position:relative;padding-left:0;padding-right:0;padding-bottom:0;margin-bottom:5.0625rem;max-width:55.5625rem}.sec_campaign__trailer_wrap .sec_campaign__trailer{background:#d2d2d2;width:100%;height:0;padding-bottom:75%}.sec_campaign__trailer_wrap .button--play{position:absolute;top:50%;left:50%}.sec_campaign__trailer_wrap .button--play,.sec_campaign__trailer_wrap .button--play:active{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sec_campaign__trailer_wrap .button--play:focus{position:absolute!important;top:50%!important}.sec_campaign__trailer_wrap .button--pause{-webkit-transition:none;transition:none;opacity:0;pointer-events:none;width:auto!important;min-width:1px;position:absolute!important;top:auto!important;left:1.5rem;bottom:1.5rem}.sec_campaign__trailer_wrap .tile{padding:.625rem}.sec_campaign__trailer_wrap .tile__top{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:.875rem}.sec_campaign__trailer_wrap .tile__bottom{font-size:1rem}.sec_campaign__trailer_wrap.playing .tile{-webkit-transform:translateX(90%);transform:translateX(90%)}.sec_campaign__trailer_wrap.playing .button--pause{pointer-events:auto;opacity:1}@media screen and (max-width:47.9375rem){.sec_campaign__trailer_wrap .tile{position:absolute;right:1.5rem;bottom:-3.875rem;width:9.75rem;height:9.75rem;overflow:hidden}}@media screen and (min-width:48rem) and (max-width:61.9375rem){.sec_campaign__trailer_wrap .tile{position:absolute;right:1.5rem;bottom:-3.875rem;width:13rem;height:13rem;overflow:hidden}}@media screen and (min-width:62rem){.sec_campaign__trailer_wrap{margin-bottom:0}.sec_campaign__trailer_wrap .tile{padding:1.25rem;position:absolute;width:17.625rem;height:17.625rem;bottom:3.125rem;right:calc(-50vw - -444.5px)}.sec_campaign__trailer_wrap .tile__top{font-size:1.125rem}.sec_campaign__trailer_wrap .tile__bottom{font-size:1.5rem}.sec_campaign__trailer_wrap .sec_campaign__trailer{height:0;padding-bottom:56.25%}}@media screen and (min-width:1047px){.sec_campaign__trailer_wrap .tile{right:-9.875rem}}.sec_campaign__text h3{font-size:2rem;line-height:1.333333}@media screen and (min-width:48rem){.sec_campaign__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sec_campaign__text .button{-ms-flex-item-align:end;align-self:flex-end}}@media screen and (min-width:62rem){.sec_campaign__text h3{font-size:2.5rem;line-height:1.15;margin-bottom:1.5625rem}.sec_campaign__text p{max-width:50rem}}.sh_citizen_slider_container{max-width:1400px;margin:0 auto}.sh_citizen_slider_header{max-width:1230px;margin:0 auto;position:relative;padding-left:25px;padding-right:25px;z-index:1}.sh_citizen_slider_header .usp>header h2,.sh_citizen_slider_header h2,.usp>header .sh_citizen_slider_header h2{font-size:2rem;max-width:800px;line-height:1.25;margin-top:17px;margin-bottom:-16px}.sh_citizen_slider_header .topline{font-size:1rem}@media screen and (min-width:62rem){.sh_citizen_slider_header{padding-left:0;padding-right:0}.sh_citizen_slider_header .usp>header h2,.sh_citizen_slider_header h2,.usp>header .sh_citizen_slider_header h2{font-size:3.75rem;line-height:1;margin-bottom:-35px}.sh_citizen_slider_header .topline{font-size:1.125rem}}.sh_citizen_slider{padding-left:25px;padding-right:25px}.sh_citizen_slider .slick-slide{opacity:1;-webkit-transform:scale(1)!important;transform:scale(1)!important}.sh_citizen_slider .slick-arrow{width:42px;height:14px;z-index:1100;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.sh_citizen_slider .slick-arrow.slick-prev{left:17px}.sh_citizen_slider .slick-arrow.slick-prev,.sh_citizen_slider .slick-arrow.slick-prev:focus,.sh_citizen_slider .slick-arrow.slick-prev:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M2 6.14h40v1.71H2z'/%3E%3Cpath d='M1.414 5.657L7.071 0l1.414 1.414-5.657 5.657 5.657 5.657-1.414 1.414L0 7.072l1.414-1.415z'/%3E%3C/g%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:contain}.sh_citizen_slider .slick-arrow.slick-prev:active:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M2 6.14h40v1.71H2z'/%3E%3Cpath d='M1.414 5.657L7.071 0l1.414 1.414-5.657 5.657 5.657 5.657-1.414 1.414L0 7.072l1.414-1.415z'/%3E%3C/g%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:contain}.sh_citizen_slider .slick-arrow.slick-next{right:17px}.sh_citizen_slider .slick-arrow.slick-next,.sh_citizen_slider .slick-arrow.slick-next:focus,.sh_citizen_slider .slick-arrow.slick-next:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000'%3E%3Cpath d='M0 6h40v2H0z'/%3E%3Cpath d='M40.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L35.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:contain}.sh_citizen_slider .slick-arrow.slick-next:active:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038'%3E%3Cpath d='M0 6h40v2H0z'/%3E%3Cpath d='M40.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L35.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:contain}@media screen and (min-width:62rem){.sh_citizen_slider .slick-arrow:hover.slick-prev{left:0}.sh_citizen_slider .slick-arrow:hover.slick-next{right:0}}.sh_citizen_slider .sh_citizen_slide{padding-left:10px;padding-right:10px}@media screen and (min-width:62rem){.sh_citizen_slider{padding-left:80px;padding-right:80px}}.sh_citizen_text{margin-top:30px}.sh_citizen_text h5{font-size:1.125rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;line-height:1.4;margin-bottom:10px}@media screen and (min-width:62rem){.sh_citizen_text{margin-top:35px}.sh_citizen_text h5{font-size:1.25rem;margin-bottom:20px}}.sh_citizen_button{padding-left:25px;padding-right:25px;display:table;margin:50px auto 0}.sh_citizen_button a{margin:0 auto}@media screen and (max-width:47.9375rem){.sh_citizen_button{width:100%;margin:30px auto 0}.sh_citizen_button a{width:100%}}.popup.black_popup{padding:0}@media screen and (max-width:61.9375rem){.popup.black_popup .inner_wrap{background:#000;width:100vw;height:100vh;max-height:unset}}.popup.black_popup a.closer{background-color:#fff;height:30px;width:30px;border-radius:50%;z-index:3}.popup.black_popup .citizen_popup_wrapper h5,.popup.black_popup .citizen_popup_wrapper p{color:#fff}.popup.black_popup .citizen_popup_wrapper h5{font-size:1.5rem;line-height:1;margin-bottom:20px;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.popup.black_popup .citizen_popup_wrapper p{margin:0;font-size:1.125rem}.popup.black_popup .citizen_popup_wrapper .scroll_tile{padding-top:60px;padding-bottom:50px}.popup.black_popup .citizen_popup_wrapper img{display:none}@media screen and (min-width:62rem){.popup.black_popup .inner_wrap{background:transparent;-webkit-box-shadow:none;box-shadow:none;overflow:visible;max-width:640px;width:95%}.popup.black_popup .inner_wrap .citizen_popup_wrapper{position:relative}.popup.black_popup .inner_wrap .citizen_popup_wrapper img{display:block}.popup.black_popup .inner_wrap .citizen_popup_wrapper .scroll_tile{position:absolute;right:0;bottom:60px;height:330px;width:330px;overflow-y:scroll;background:#000;padding:25px;-webkit-transform:translate(calc(100% - 75px));transform:translate(calc(100% - 75px))}.popup.black_popup .inner_wrap .citizen_popup_wrapper .scroll_tile .scroll_tile_inner{padding-bottom:25px}.popup.black_popup .inner_wrap a.closer{right:55px;top:55px}}.black_container{background:#000;max-width:unset}.black_container .topline,.black_container .usp>header h2,.black_container h2,.black_container h5,.black_container p,.usp>header .black_container h2{color:#fff}.black_container .sh_citizen_slider_container{max-width:1360px;margin:0 auto}.black_container .sh_citizen_slider_header{max-width:1180px}.black_container .sh_citizen_slider .slick-arrow.slick-next,.black_container .sh_citizen_slider .slick-arrow.slick-next:focus,.black_container .sh_citizen_slider .slick-arrow.slick-next:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038'%3E%3Cpath d='M0 6h40v2H0z'/%3E%3Cpath d='M40.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L35.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:contain}.black_container .sh_citizen_slider .slick-arrow.slick-next:active:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 6h40v2H0z'/%3E%3Cpath d='M40.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L35.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:contain}.black_container .sh_citizen_slider .slick-arrow.slick-prev,.black_container .sh_citizen_slider .slick-arrow.slick-prev:focus,.black_container .sh_citizen_slider .slick-arrow.slick-prev:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M2 6.14h40v1.71H2z'/%3E%3Cpath d='M1.414 5.657L7.071 0l1.414 1.414-5.657 5.657 5.657 5.657-1.414 1.414L0 7.072l1.414-1.415z'/%3E%3C/g%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat}.black_container .sh_citizen_slider .slick-arrow.slick-prev:active:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M2 6.14h40v1.71H2z'/%3E%3Cpath d='M1.414 5.657L7.071 0l1.414 1.414-5.657 5.657 5.657 5.657-1.414 1.414L0 7.072l1.414-1.415z'/%3E%3C/g%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat}.black_container+section{padding-top:2.0625rem}@media screen and (min-width:62rem){.black_container+section{padding-top:3.75rem}}@media screen and (min-width:62rem){.black_container .square.black{margin-bottom:0;padding-bottom:70px}}.static_navigation{padding-left:25px;padding-right:25px}.static_navigation .static_navigation_inner{padding-bottom:10px;border-bottom:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.static_navigation a{-ms-flex-wrap:0 1 calc(50% - 5px);flex-wrap:0 1 calc(50% - 5px);width:calc(50% - 5px);position:relative;padding-left:25px;margin-right:5px;line-height:1.18;font-size:1rem;margin-bottom:15px;border:2px solid #fff}.static_navigation a.active{color:#000}.static_navigation a:before{content:"";display:block;height:2px;width:10px;background:#ff0038;position:absolute;left:0;top:9px}@media screen and (min-width:62rem){.static_navigation{padding-left:0;padding-right:0;max-width:1220px;margin-top:3px}.static_navigation .static_navigation_inner{padding-bottom:20px}.static_navigation a{-ms-flex-wrap:1 0 auto;flex-wrap:1 0 auto;width:auto;margin-right:70px;padding-left:0;padding-right:0;font-size:1.125rem}.static_navigation a:last-child{margin-right:0}.static_navigation a:before{opacity:0;-webkit-transition:all .23s ease-out;transition:all .23s ease-out}.static_navigation a.active:before{opacity:1;width:100%;bottom:-3px;top:inherit}}.wrapper .bookingpanel.bookingpanel--horiz{padding:1.1875rem 1.75rem 1rem}.wrapper .bookingpanel.bookingpanel--horiz h2{margin-top:0;font-size:1.5rem;margin-bottom:.625rem;display:block}@media screen and (max-width:47.9375rem){.wrapper .bookingpanel.bookingpanel--horiz h2{font-size:1.125rem;line-height:1.666667}}.sticky--overlap .hero_home .wrapper .bookingpanel.bookingpanel--horiz[data-sticked=true]{padding-top:.4375rem;-webkit-transform:none;transform:none;bottom:auto}.sticky--overlap .hero_home .wrapper .bookingpanel.bookingpanel--horiz[data-sticked=true] h2{display:none}@media screen and (min-width:1300px){.sticky--overlap .hero_home .wrapper .bookingpanel.bookingpanel--horiz[data-sticked=true]{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.wrapper .bookingpanel.bookingpanel--horiz input:focus{-webkit-appearance:none}@media screen and (min-width:75rem){.wrapper .bookingpanel.bookingpanel--horiz{margin-left:14px;margin-right:14px;width:calc(100% - 28px);padding:.8125rem 1.5625rem .9375rem 1.4375rem}}.input-dropdown{z-index:12;position:absolute;left:0;width:100%;margin-top:1px;max-height:50vh;overflow:hidden;-webkit-box-shadow:0 3px 10px rgba(0,0,0,.1);box-shadow:0 3px 10px rgba(0,0,0,.1);background-color:#fff;color:#000;opacity:0;pointer-events:none;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;display:none}.input-dropdown__segment{margin:0 18px;padding:17px 2px 6px;overflow:auto}.input-dropdown__segment header{color:#5a5a5a;font-size:.875rem;padding-top:.6875rem}.input-dropdown__segment ul{padding-top:.5rem;margin-left:-2px;margin-top:-2px;margin-right:-2px}.input-dropdown__segment li a{margin:2px;font-size:1rem;line-height:2.25;padding:2px;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.input-dropdown__segment li a:focus{padding:0}.input-dropdown__segment li a:focus,.input-dropdown__segment li a:hover{color:#ff0038;text-decoration:underline}.input-dropdown__segment li a.inactive{pointer-events:none;color:#b8b8b8}.input-dropdown__segment.input-dropdown__segment--plusminus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:0 14px;padding-bottom:20px}.input-dropdown__segment.input-dropdown__segment--plusminus .counter_text{float:none;font-size:inherit;-webkit-box-flex:1;-ms-flex:1;flex:1}.input-dropdown__segment.input-dropdown__segment--plusminus .number_counter{display:-webkit-box;display:-ms-flexbox;display:flex;width:5.625rem}.input-dropdown__segment.input-dropdown__segment--plusminus .number_counter input{padding:0;font-size:1.40625rem;line-height:1.2;width:1.875rem;border-bottom-color:transparent;text-align:center}.input-dropdown__segment.input-dropdown__segment--plusminus .number_counter .minus,.input-dropdown__segment.input-dropdown__segment--plusminus .number_counter .plus{width:1.875rem;height:1.875rem}.input-dropdown__segment.input-dropdown__segment--plusminus+.input-dropdown__segment--plusminus{padding-top:.875rem}.input-dropdown__segment+.input-dropdown__segment{border-top:thin solid #ddd;padding-top:0;margin-top:-.375rem}.input-dropdown__segment+.input-dropdown__segment>header{padding-top:1.125rem}.input-dropdown__segment--cols ul{-webkit-columns:2;-moz-columns:2;column-count:2}.input-dropdown span.highlight{display:inline;color:#5e31e8}.input-dropdown .form-row{padding-top:1.125rem;padding-bottom:1.25rem}.bookingpanel.bookingpanel--horiz .input-dropdown input{border:1px solid transparent;background:none}.bookingpanel.bookingpanel--horiz .input-dropdown input.input--border{border-color:#b8b8b8;padding-left:8px}.bookingpanel.bookingpanel--horiz .input-dropdown input.input--border:focus{border-width:2px;border-color:#000;margin-left:-1px;width:calc(100% - 2px);height:calc(100% + 2px);margin-bottom:2px}.input-dropdown__segment.show-error header{color:#ff0038}.input-dropdown__segment.show-valid header{color:#03d386}[name=destination]+.input-dropdown,[name=destination_search]+.input-dropdown{max-width:100vw;overflow-y:scroll}@media screen and (min-width:48rem){[name=destination]+.input-dropdown,[name=destination_search]+.input-dropdown{position:absolute;min-width:333px}}[name=coderate]+.input-dropdown,[name=coderate_display]+.input-dropdown,[name=guestrooms]+.input-dropdown{max-width:100vw;min-width:100%;left:auto;right:0}[name=coderate]+.input-dropdown li a,[name=coderate_display]+.input-dropdown li a{line-height:2}.input-dropdown.open{display:block;opacity:1;pointer-events:auto}.bookingpanel.bookingpanel--horiz{visibility:hidden;height:0;pointer-events:none}.bookingpanel.bookingpanel--horiz.only-mobile{visibility:visible;height:unset;pointer-events:auto}.bookingpanel.bookingpanel--horiz.only-mobile .destination_fieldset{width:100%;margin-right:0}.bookingpanel.bookingpanel--horiz.only-mobile .destination_fieldset select#destination{border-bottom-color:#5e31e8;border-bottom-width:2px;margin-bottom:-1px;max-width:100%}.bookingpanel.bookingpanel--horiz.only-mobile .destination_fieldset select#destination:focus{margin-bottom:0;border-bottom-width:1px}@media screen and (min-width:48rem){.bookingpanel.bookingpanel--horiz{visibility:visible;height:unset;pointer-events:auto}.bookingpanel.bookingpanel--horiz.only-mobile{visibility:hidden;height:0;pointer-events:none}}[data-error*=destination_destination_notavailable] .destination_fieldset input{color:#ff7219;border-bottom-color:#ff7219!important}[data-error*=destination_destination_notavailable] .destination_fieldset input::-webkit-input-placeholder{color:#ff7219}[data-error*=destination_destination_notavailable] .destination_fieldset input::-moz-placeholder{color:#ff7219}[data-error*=destination_destination_notavailable] .destination_fieldset input:-ms-input-placeholder{color:#ff7219}[data-error*=destination_destination_notavailable] .destination_fieldset input::-ms-input-placeholder{color:#ff7219}[data-error*=destination_destination_notavailable] .destination_fieldset input::placeholder{color:#ff7219}[data-error*=date_invalid_range] .traveldates_fieldset input,[data-error*=rate_notavailable] .coderate_fieldset input{color:#ff7219;border-bottom-color:#ff7219}.bookinbar_wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.booking-data .bookinbar_wrap button,.booking-data .bookinbar_wrap fieldset,.booking-receipt .bookinbar_wrap button,.booking-receipt .bookinbar_wrap fieldset,.bookingpanel--horiz .bookinbar_wrap button,.bookingpanel--horiz .bookinbar_wrap fieldset{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}@media screen and (max-width:47.9375rem){.booking-data .bookinbar_wrap button,.booking-data .bookinbar_wrap fieldset,.booking-receipt .bookinbar_wrap button,.booking-receipt .bookinbar_wrap fieldset,.bookingpanel--horiz .bookinbar_wrap button,.bookingpanel--horiz .bookinbar_wrap fieldset{margin-right:0}}.booking-data .bookinbar_wrap a.select-theme-citizenm,.booking-data .bookinbar_wrap input,.booking-data .bookinbar_wrap select,.booking-receipt .bookinbar_wrap a.select-theme-citizenm,.booking-receipt .bookinbar_wrap input,.booking-receipt .bookinbar_wrap select,.bookingpanel--horiz .bookinbar_wrap a.select-theme-citizenm,.bookingpanel--horiz .bookinbar_wrap input,.bookingpanel--horiz .bookinbar_wrap select{font-size:1em;padding-top:.625rem;border:1px solid transparent;border-bottom-color:#b8b8b8}.booking-data .bookinbar_wrap label,.booking-receipt .bookinbar_wrap label,.bookingpanel--horiz .bookinbar_wrap label{font-size:.875rem;margin-bottom:-1px}@media screen and (max-width:47.9375rem){.booking-data .bookinbar_wrap label,.booking-receipt .bookinbar_wrap label,.bookingpanel--horiz .bookinbar_wrap label{font-size:.75rem}}.booking-data .bookinbar_wrap [name=startdate],.booking-data .bookinbar_wrap [name=startdate_dummy],.booking-receipt .bookinbar_wrap [name=startdate],.booking-receipt .bookinbar_wrap [name=startdate_dummy],.bookingpanel--horiz .bookinbar_wrap [name=startdate],.bookingpanel--horiz .bookinbar_wrap [name=startdate_dummy]{outline:1px solid #00f;opacity:0;position:absolute;pointer-events:none;z-index:8;height:0;padding:0!important;-webkit-transform:translateX(50%);transform:translateX(50%)}.bookinbar_wrap fieldset{display:none;margin-right:1.3125rem;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.bookinbar_wrap fieldset input{margin-bottom:3px}.bookinbar_wrap fieldset.destination_fieldset{display:block;width:283px;-ms-flex-preferred-size:283px;flex-basis:283px;-ms-flex-negative:1.5722222222;flex-shrink:1.5722222222}.bookinbar_wrap fieldset.traveldates_fieldset{width:200px;-ms-flex-preferred-size:200px;flex-basis:200px;-ms-flex-negative:1.1111111111;flex-shrink:1.1111111111}.bookinbar_wrap fieldset.guestrooms_fieldset{width:262px;-ms-flex-preferred-size:262px;flex-basis:262px;-ms-flex-negative:1.4555555556;flex-shrink:1.4555555556}.bookinbar_wrap fieldset.coderate_fieldset{width:180px;-ms-flex-preferred-size:180px;flex-basis:180px;-ms-flex-negative:1;flex-shrink:1}@media screen and (min-width:48rem){.bookinbar_wrap fieldset{display:block}}.bookinbar_wrap button[type=submit]{min-width:180px!important;width:180px}.wrapper .bookingpanel.bookingpanel--horiz .bookinbar_wrap button[type=submit]{min-width:6.25rem;min-height:2.8125rem;padding:12px 17px;margin-top:.75rem}.wrapper .bookingpanel.bookingpanel--horiz .bookinbar_wrap button[type=submit]:focus{margin-bottom:-3px!important}.bookingpanel--horiz .bookinbar_wrap button[type=submit]{width:180px;-ms-flex-preferred-size:180px;flex-basis:180px;-ms-flex-item-align:end;align-self:flex-end}@media screen and (max-width:1079px){.bookingpanel--horiz .bookinbar_wrap button[type=submit]{-ms-flex-negative:.5;flex-shrink:.5;-webkit-box-flex:.5;-ms-flex-positive:.5;flex-grow:.5;-ms-flex-preferred-size:58px;flex-basis:58px}}.bookinbar_wrap .form-row{margin-left:0;margin-right:0;position:relative}.bookinbar_wrap .form-row.cancellable a.select-theme-citizenm,.bookinbar_wrap .form-row.cancellable input,.bookinbar_wrap .form-row.cancellable select{padding-right:2.2em}.bookinbar_wrap .form-row.cancellable .cancelButton{display:block}.bookinbar_wrap .form-row.activated input{border-color:#03d386}.bookinbar_wrap .form-row .cancelButton{position:absolute;right:0;bottom:0;display:none;z-index:2;width:2em;height:2em;background-image:url(../images/cross-black.svg);background-position:50%;background-repeat:no-repeat;background-size:50%;cursor:pointer}.bookinbar_wrap .form-row .cancelButton:hover{background-image:url(../images/cross.svg)}.bookinbar_wrap .form-row .input-dropdown .cancelButton{bottom:1.4em}.bookinbar_wrap .form-row.has_subnav{position:relative}.bookinbar_wrap .form-row.has_subnav.cancellable:after,.bookinbar_wrap .form-row.has_subnav.cancellable:before{display:none}.bookinbar_wrap .form-row.has_subnav:after,.bookinbar_wrap .form-row.has_subnav:before{position:absolute;right:.575em;bottom:.5em;pointer-events:none;content:"";width:1em;height:1em;display:inline-block;background:#5a5a5a;background:no-repeat 50%;background-size:contain;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transform:translate(.2em) rotate(90deg);transform:translate(.2em) rotate(90deg);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}.bookinbar_wrap .form-row.has_subnav:after:active,.bookinbar_wrap .form-row.has_subnav:after:focus,.bookinbar_wrap .form-row.has_subnav:after:hover,.bookinbar_wrap .form-row.has_subnav:before:active,.bookinbar_wrap .form-row.has_subnav:before:focus,.bookinbar_wrap .form-row.has_subnav:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.bookinbar_wrap .form-row.has_subnav:before{opacity:0}.bookinbar_wrap .form-row.has_subnav.active:before,.bookinbar_wrap .form-row.has_subnav:focus:before,.bookinbar_wrap .form-row.has_subnav:hover:before{opacity:1}.bookinbar_wrap .form-row.has_subnav.active:after,.bookinbar_wrap .form-row.has_subnav:focus:after,.bookinbar_wrap .form-row.has_subnav:hover:after{opacity:0}.bookinbar_wrap .form-row.has_subnav.active a{color:inherit}.bookinbar_wrap .form-row.has_subnav.active a:focus,.bookinbar_wrap .form-row.has_subnav.active a:hover{color:#ff0038;text-decoration:underline}.bookinbar_wrap .form-row.has_subnav.active a.active{color:#ff0038}.bookinbar_wrap .form-row.has_subnav.active a.inactive{color:#b8b8b8}.bookinbar_wrap .form-row.has_subnav.active:after,.bookinbar_wrap .form-row.has_subnav.active:before{background-position:0 100%;-webkit-transform:translate(.2em) rotate(270deg);transform:translate(.2em) rotate(270deg)}.bookinbar_wrap .form-row>*{margin:0}.bookinbar_wrap input.focus,.bookinbar_wrap input:focus,.bookinbar_wrap select:focus{border-bottom-width:2px;border-bottom-color:#5e31e8;-webkit-box-shadow:none;box-shadow:none;margin-left:inherit;background-position:inherit}.bookingpanel--horiz .bookinbar_wrap [data-icon]>input:focus{margin-left:inherit;padding-left:1.875rem}.bookinbar_wrap.loading .coderate_fieldset .cancelButton,.bookinbar_wrap.loading .coderate_fieldset input,.bookinbar_wrap.loading .destination_fieldset .cancelButton,.bookinbar_wrap.loading .destination_fieldset input{opacity:.35;pointer-events:none}.bookinbar_wrap.loading .coderate_fieldset label,.bookinbar_wrap.loading .destination_fieldset label{position:relative}.bookinbar_wrap.loading .coderate_fieldset label:after,.bookinbar_wrap.loading .destination_fieldset label:after{width:1em;margin-left:.5em;font-size:1em;position:static;display:inline-block}@media screen and (max-width:47.9375rem){.focus_inside.bookingpanel--horiz{position:fixed;left:0;width:100vw;top:6.75rem;height:calc(100vh - 6.75rem);margin-top:-5px;padding:0}.sticky--sticked .focus_inside.bookingpanel--horiz{top:5.25rem;height:calc(100vh - 5.25rem)}.sticky--overlap .hero_home .focus_inside.bookingpanel--horiz[data-sticked=true]{top:5.25rem;height:calc(100vh - 5.25rem + 10px);width:100vw;max-width:100vw;left:0}.sticky--overlap .hero_home .focus_inside.bookingpanel--horiz[data-sticked=true] h2{display:block}.sticky--overlap .hero_home .focus_inside.bookingpanel--horiz[data-sticked=true] input{max-width:100%}.focus_inside.bookingpanel--horiz form{min-height:calc(100vh - 6.75rem)}.sticky--sticked .focus_inside.bookingpanel--horiz form{min-height:calc(100vh - 5.25rem)}.focus_inside.bookingpanel--horiz h2{display:block;padding:1.6875rem 1.5625rem 1.3125rem}.focus_inside.bookingpanel--horiz fieldset{min-width:100vw;width:100vw}.focus_inside.bookingpanel--horiz label{display:none}.focus_inside.bookingpanel--horiz input{margin-right:1.5625rem;margin-left:1.5625rem;width:calc(100% - 50px)}.focus_inside.bookingpanel--horiz input:focus{margin-left:1.125rem;margin-right:1.125rem;width:calc(100% - 36px)}.focus_inside.bookingpanel--horiz .input-dropdown{position:static;max-width:100%;width:100%;-webkit-box-shadow:none;box-shadow:none;max-height:100%;background:none}.focus_inside.bookingpanel--horiz .bookinbar_wrap{display:block;height:calc(100vh - 6.75rem - 80px);max-height:calc(100vh - 6.75rem - 80px);overflow-y:scroll;width:calc(100% - 10px);padding-top:1px}.focus_inside.bookingpanel--horiz button{display:none!important}}.news__slider .stacked-slider__slide .content,.property-amenities__slide .content,.property-usp-slider__slide .content,.stacked-slider--mini .stacked-slider__slide .content,.usps__slider .stacked-slider__slide .content{border:1px solid transparent;width:100%}.news__slider .stacked-slider__slide .content.bg-white,.news__slider .stacked-slider__slide .content:not([class*=bg-]),.property-amenities__slide .content.bg-white,.property-amenities__slide .content:not([class*=bg-]),.property-usp-slider__slide .content.bg-white,.property-usp-slider__slide .content:not([class*=bg-]),.stacked-slider--mini .stacked-slider__slide .content.bg-white,.stacked-slider--mini .stacked-slider__slide .content:not([class*=bg-]),.usps__slider .stacked-slider__slide .content.bg-white,.usps__slider .stacked-slider__slide .content:not([class*=bg-]){background-color:#fff;border-color:#ddd}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top,.property-amenities__slide .content.bg-transparent .inner .top,.property-usp-slider__slide .content.bg-transparent .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-transparent .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-transparent .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-transparent .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-transparent .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--add-ons,.property-amenities__slide .content.bg-transparent .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23FF0038'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-transparent .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--ask-us,.property-amenities__slide .content.bg-transparent .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--breakfast,.property-amenities__slide .content.bg-transparent .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--cancellation,.property-amenities__slide .content.bg-transparent .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--cashless,.property-amenities__slide .content.bg-transparent .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--coffee,.property-amenities__slide .content.bg-transparent .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-transparent .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--discount,.property-amenities__slide .content.bg-transparent .inner .top.icon--discount,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--download-app,.property-amenities__slide .content.bg-transparent .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--explore-city,.property-amenities__slide .content.bg-transparent .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-transparent .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--home,.property-amenities__slide .content.bg-transparent .inner .top.icon--home,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23FF0038' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--invoice,.property-amenities__slide .content.bg-transparent .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--notification,.property-amenities__slide .content.bg-transparent .inner .top.icon--notification,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--overview,.property-amenities__slide .content.bg-transparent .inner .top.icon--overview,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-transparent .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--reservation,.property-amenities__slide .content.bg-transparent .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--support,.property-amenities__slide .content.bg-transparent .inner .top.icon--support,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--survey,.property-amenities__slide .content.bg-transparent .inner .top.icon--survey,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--eye,.property-amenities__slide .content.bg-transparent .inner .top.icon--eye,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23FF0038' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--glass,.property-amenities__slide .content.bg-transparent .inner .top.icon--glass,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--signpost,.property-amenities__slide .content.bg-transparent .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-transparent .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--bag,.property-amenities__slide .content.bg-transparent .inner .top.icon--bag,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--cutlery,.property-amenities__slide .content.bg-transparent .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--globe,.property-amenities__slide .content.bg-transparent .inner .top.icon--globe,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--commute,.property-amenities__slide .content.bg-transparent .inner .top.icon--commute,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--designer,.property-amenities__slide .content.bg-transparent .inner .top.icon--designer,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--fluffy,.property-amenities__slide .content.bg-transparent .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--movies,.property-amenities__slide .content.bg-transparent .inner .top.icon--movies,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23FF0038' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--pmshower,.property-amenities__slide .content.bg-transparent .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--shower,.property-amenities__slide .content.bg-transparent .inner .top.icon--shower,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--societym,.property-amenities__slide .content.bg-transparent .inner .top.icon--societym,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--temperature,.property-amenities__slide .content.bg-transparent .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--telly,.property-amenities__slide .content.bg-transparent .inner .top.icon--telly,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--wifi2,.property-amenities__slide .content.bg-transparent .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--xlbed,.property-amenities__slide .content.bg-transparent .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--art,.property-amenities__slide .content.bg-transparent .inner .top.icon--art,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--blinds,.property-amenities__slide .content.bg-transparent .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--computers,.property-amenities__slide .content.bg-transparent .inner .top.icon--computers,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-transparent .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23FF0038' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23FF0038' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23FF0038' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23FF0038' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-transparent .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-transparent .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--pool,.property-amenities__slide .content.bg-transparent .inner .top.icon--pool,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23FF0038'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--room-view,.property-amenities__slide .content.bg-transparent .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23FF0038' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--signup-in,.property-amenities__slide .content.bg-transparent .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-transparent .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-transparent .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-transparent .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-transparent .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-transparent .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-transparent .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-white .inner .top,.property-amenities__slide .content.bg-white .inner .top,.property-usp-slider__slide .content.bg-white .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top,.usps__slider .stacked-slider__slide .content.bg-white .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-white .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-white .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-white .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-white .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-white .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-white .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-white .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-white .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--add-ons,.property-amenities__slide .content.bg-white .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-white .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-white .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-white .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--ask-us,.property-amenities__slide .content.bg-white .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-white .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--breakfast,.property-amenities__slide .content.bg-white .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-white .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--cancellation,.property-amenities__slide .content.bg-white .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-white .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--cashless,.property-amenities__slide .content.bg-white .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-white .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--coffee,.property-amenities__slide .content.bg-white .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-white .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-white .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-white .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--discount,.property-amenities__slide .content.bg-white .inner .top.icon--discount,.property-usp-slider__slide .content.bg-white .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--download-app,.property-amenities__slide .content.bg-white .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-white .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--explore-city,.property-amenities__slide .content.bg-white .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-white .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-white .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-white .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--home,.property-amenities__slide .content.bg-white .inner .top.icon--home,.property-usp-slider__slide .content.bg-white .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23000' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--invoice,.property-amenities__slide .content.bg-white .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-white .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--notification,.property-amenities__slide .content.bg-white .inner .top.icon--notification,.property-usp-slider__slide .content.bg-white .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--overview,.property-amenities__slide .content.bg-white .inner .top.icon--overview,.property-usp-slider__slide .content.bg-white .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-white .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-white .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23000' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--reservation,.property-amenities__slide .content.bg-white .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-white .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--support,.property-amenities__slide .content.bg-white .inner .top.icon--support,.property-usp-slider__slide .content.bg-white .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--survey,.property-amenities__slide .content.bg-white .inner .top.icon--survey,.property-usp-slider__slide .content.bg-white .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--eye,.property-amenities__slide .content.bg-white .inner .top.icon--eye,.property-usp-slider__slide .content.bg-white .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23000' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--glass,.property-amenities__slide .content.bg-white .inner .top.icon--glass,.property-usp-slider__slide .content.bg-white .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--signpost,.property-amenities__slide .content.bg-white .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-white .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-white .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-white .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--bag,.property-amenities__slide .content.bg-white .inner .top.icon--bag,.property-usp-slider__slide .content.bg-white .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--cutlery,.property-amenities__slide .content.bg-white .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-white .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--globe,.property-amenities__slide .content.bg-white .inner .top.icon--globe,.property-usp-slider__slide .content.bg-white .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--commute,.property-amenities__slide .content.bg-white .inner .top.icon--commute,.property-usp-slider__slide .content.bg-white .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--designer,.property-amenities__slide .content.bg-white .inner .top.icon--designer,.property-usp-slider__slide .content.bg-white .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--fluffy,.property-amenities__slide .content.bg-white .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-white .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--movies,.property-amenities__slide .content.bg-white .inner .top.icon--movies,.property-usp-slider__slide .content.bg-white .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23000' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--pmshower,.property-amenities__slide .content.bg-white .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-white .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--shower,.property-amenities__slide .content.bg-white .inner .top.icon--shower,.property-usp-slider__slide .content.bg-white .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--societym,.property-amenities__slide .content.bg-white .inner .top.icon--societym,.property-usp-slider__slide .content.bg-white .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--temperature,.property-amenities__slide .content.bg-white .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-white .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--telly,.property-amenities__slide .content.bg-white .inner .top.icon--telly,.property-usp-slider__slide .content.bg-white .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--wifi2,.property-amenities__slide .content.bg-white .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-white .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--xlbed,.property-amenities__slide .content.bg-white .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-white .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--art,.property-amenities__slide .content.bg-white .inner .top.icon--art,.property-usp-slider__slide .content.bg-white .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--blinds,.property-amenities__slide .content.bg-white .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-white .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--computers,.property-amenities__slide .content.bg-white .inner .top.icon--computers,.property-usp-slider__slide .content.bg-white .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-white .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-white .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23000' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23000' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23000' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23000' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-white .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-white .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-white .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-white .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--pool,.property-amenities__slide .content.bg-white .inner .top.icon--pool,.property-usp-slider__slide .content.bg-white .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--room-view,.property-amenities__slide .content.bg-white .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-white .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23000' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23000' stroke-width='2'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top.icon--signup-in,.property-amenities__slide .content.bg-white .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-white .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-white .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-white .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-white .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-white .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-white .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-white .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-black .inner .top,.property-amenities__slide .content.bg-black .inner .top,.property-usp-slider__slide .content.bg-black .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top,.usps__slider .stacked-slider__slide .content.bg-black .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-black .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-black .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-black .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-black .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-black .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-black .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-black .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-black .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--add-ons,.property-amenities__slide .content.bg-black .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-black .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-black .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-black .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--ask-us,.property-amenities__slide .content.bg-black .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-black .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--breakfast,.property-amenities__slide .content.bg-black .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-black .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--cancellation,.property-amenities__slide .content.bg-black .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-black .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--cashless,.property-amenities__slide .content.bg-black .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-black .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--coffee,.property-amenities__slide .content.bg-black .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-black .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-black .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-black .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--discount,.property-amenities__slide .content.bg-black .inner .top.icon--discount,.property-usp-slider__slide .content.bg-black .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--download-app,.property-amenities__slide .content.bg-black .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-black .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--explore-city,.property-amenities__slide .content.bg-black .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-black .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-black .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-black .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--home,.property-amenities__slide .content.bg-black .inner .top.icon--home,.property-usp-slider__slide .content.bg-black .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--invoice,.property-amenities__slide .content.bg-black .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-black .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--notification,.property-amenities__slide .content.bg-black .inner .top.icon--notification,.property-usp-slider__slide .content.bg-black .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--overview,.property-amenities__slide .content.bg-black .inner .top.icon--overview,.property-usp-slider__slide .content.bg-black .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-black .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-black .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--reservation,.property-amenities__slide .content.bg-black .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-black .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--support,.property-amenities__slide .content.bg-black .inner .top.icon--support,.property-usp-slider__slide .content.bg-black .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--survey,.property-amenities__slide .content.bg-black .inner .top.icon--survey,.property-usp-slider__slide .content.bg-black .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--eye,.property-amenities__slide .content.bg-black .inner .top.icon--eye,.property-usp-slider__slide .content.bg-black .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--glass,.property-amenities__slide .content.bg-black .inner .top.icon--glass,.property-usp-slider__slide .content.bg-black .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--signpost,.property-amenities__slide .content.bg-black .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-black .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-black .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-black .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--bag,.property-amenities__slide .content.bg-black .inner .top.icon--bag,.property-usp-slider__slide .content.bg-black .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--cutlery,.property-amenities__slide .content.bg-black .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-black .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--globe,.property-amenities__slide .content.bg-black .inner .top.icon--globe,.property-usp-slider__slide .content.bg-black .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--commute,.property-amenities__slide .content.bg-black .inner .top.icon--commute,.property-usp-slider__slide .content.bg-black .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--designer,.property-amenities__slide .content.bg-black .inner .top.icon--designer,.property-usp-slider__slide .content.bg-black .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--fluffy,.property-amenities__slide .content.bg-black .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-black .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--movies,.property-amenities__slide .content.bg-black .inner .top.icon--movies,.property-usp-slider__slide .content.bg-black .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--pmshower,.property-amenities__slide .content.bg-black .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-black .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--shower,.property-amenities__slide .content.bg-black .inner .top.icon--shower,.property-usp-slider__slide .content.bg-black .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--societym,.property-amenities__slide .content.bg-black .inner .top.icon--societym,.property-usp-slider__slide .content.bg-black .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--temperature,.property-amenities__slide .content.bg-black .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-black .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--telly,.property-amenities__slide .content.bg-black .inner .top.icon--telly,.property-usp-slider__slide .content.bg-black .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--wifi2,.property-amenities__slide .content.bg-black .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-black .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--xlbed,.property-amenities__slide .content.bg-black .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-black .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--art,.property-amenities__slide .content.bg-black .inner .top.icon--art,.property-usp-slider__slide .content.bg-black .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--blinds,.property-amenities__slide .content.bg-black .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-black .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--computers,.property-amenities__slide .content.bg-black .inner .top.icon--computers,.property-usp-slider__slide .content.bg-black .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-black .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-black .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-black .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-black .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-black .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-black .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--pool,.property-amenities__slide .content.bg-black .inner .top.icon--pool,.property-usp-slider__slide .content.bg-black .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--room-view,.property-amenities__slide .content.bg-black .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-black .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top.icon--signup-in,.property-amenities__slide .content.bg-black .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-black .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-black .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-black .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-black .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-black .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-black .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-black .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-primary .inner .top,.property-amenities__slide .content.bg-primary .inner .top,.property-usp-slider__slide .content.bg-primary .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-primary .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-primary .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-primary .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-primary .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-primary .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-primary .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-primary .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-primary .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--add-ons,.property-amenities__slide .content.bg-primary .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-primary .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-primary .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-primary .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--ask-us,.property-amenities__slide .content.bg-primary .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-primary .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--breakfast,.property-amenities__slide .content.bg-primary .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-primary .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--cancellation,.property-amenities__slide .content.bg-primary .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-primary .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--cashless,.property-amenities__slide .content.bg-primary .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-primary .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--coffee,.property-amenities__slide .content.bg-primary .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-primary .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-primary .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-primary .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--discount,.property-amenities__slide .content.bg-primary .inner .top.icon--discount,.property-usp-slider__slide .content.bg-primary .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--download-app,.property-amenities__slide .content.bg-primary .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-primary .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--explore-city,.property-amenities__slide .content.bg-primary .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-primary .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-primary .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-primary .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--home,.property-amenities__slide .content.bg-primary .inner .top.icon--home,.property-usp-slider__slide .content.bg-primary .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--invoice,.property-amenities__slide .content.bg-primary .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-primary .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--notification,.property-amenities__slide .content.bg-primary .inner .top.icon--notification,.property-usp-slider__slide .content.bg-primary .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--overview,.property-amenities__slide .content.bg-primary .inner .top.icon--overview,.property-usp-slider__slide .content.bg-primary .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-primary .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-primary .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--reservation,.property-amenities__slide .content.bg-primary .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-primary .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--support,.property-amenities__slide .content.bg-primary .inner .top.icon--support,.property-usp-slider__slide .content.bg-primary .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--survey,.property-amenities__slide .content.bg-primary .inner .top.icon--survey,.property-usp-slider__slide .content.bg-primary .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--eye,.property-amenities__slide .content.bg-primary .inner .top.icon--eye,.property-usp-slider__slide .content.bg-primary .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--glass,.property-amenities__slide .content.bg-primary .inner .top.icon--glass,.property-usp-slider__slide .content.bg-primary .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--signpost,.property-amenities__slide .content.bg-primary .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-primary .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-primary .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-primary .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--bag,.property-amenities__slide .content.bg-primary .inner .top.icon--bag,.property-usp-slider__slide .content.bg-primary .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--cutlery,.property-amenities__slide .content.bg-primary .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-primary .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--globe,.property-amenities__slide .content.bg-primary .inner .top.icon--globe,.property-usp-slider__slide .content.bg-primary .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--commute,.property-amenities__slide .content.bg-primary .inner .top.icon--commute,.property-usp-slider__slide .content.bg-primary .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--designer,.property-amenities__slide .content.bg-primary .inner .top.icon--designer,.property-usp-slider__slide .content.bg-primary .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--fluffy,.property-amenities__slide .content.bg-primary .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-primary .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--movies,.property-amenities__slide .content.bg-primary .inner .top.icon--movies,.property-usp-slider__slide .content.bg-primary .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--pmshower,.property-amenities__slide .content.bg-primary .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-primary .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--shower,.property-amenities__slide .content.bg-primary .inner .top.icon--shower,.property-usp-slider__slide .content.bg-primary .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--societym,.property-amenities__slide .content.bg-primary .inner .top.icon--societym,.property-usp-slider__slide .content.bg-primary .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--temperature,.property-amenities__slide .content.bg-primary .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-primary .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--telly,.property-amenities__slide .content.bg-primary .inner .top.icon--telly,.property-usp-slider__slide .content.bg-primary .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--wifi2,.property-amenities__slide .content.bg-primary .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-primary .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--xlbed,.property-amenities__slide .content.bg-primary .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-primary .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--art,.property-amenities__slide .content.bg-primary .inner .top.icon--art,.property-usp-slider__slide .content.bg-primary .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--blinds,.property-amenities__slide .content.bg-primary .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-primary .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--computers,.property-amenities__slide .content.bg-primary .inner .top.icon--computers,.property-usp-slider__slide .content.bg-primary .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-primary .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-primary .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-primary .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-primary .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-primary .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-primary .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--pool,.property-amenities__slide .content.bg-primary .inner .top.icon--pool,.property-usp-slider__slide .content.bg-primary .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--room-view,.property-amenities__slide .content.bg-primary .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-primary .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--signup-in,.property-amenities__slide .content.bg-primary .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-primary .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-primary .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-primary .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-primary .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-primary .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-primary .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-primary .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-red .inner .top,.property-amenities__slide .content.bg-red .inner .top,.property-usp-slider__slide .content.bg-red .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top,.usps__slider .stacked-slider__slide .content.bg-red .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-red .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-red .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-red .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-red .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-red .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-red .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-red .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-red .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--add-ons,.property-amenities__slide .content.bg-red .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-red .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-red .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-red .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--ask-us,.property-amenities__slide .content.bg-red .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-red .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--breakfast,.property-amenities__slide .content.bg-red .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-red .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--cancellation,.property-amenities__slide .content.bg-red .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-red .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--cashless,.property-amenities__slide .content.bg-red .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-red .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--coffee,.property-amenities__slide .content.bg-red .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-red .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-red .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-red .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--discount,.property-amenities__slide .content.bg-red .inner .top.icon--discount,.property-usp-slider__slide .content.bg-red .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--download-app,.property-amenities__slide .content.bg-red .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-red .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--explore-city,.property-amenities__slide .content.bg-red .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-red .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-red .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-red .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--home,.property-amenities__slide .content.bg-red .inner .top.icon--home,.property-usp-slider__slide .content.bg-red .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--invoice,.property-amenities__slide .content.bg-red .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-red .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--notification,.property-amenities__slide .content.bg-red .inner .top.icon--notification,.property-usp-slider__slide .content.bg-red .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--overview,.property-amenities__slide .content.bg-red .inner .top.icon--overview,.property-usp-slider__slide .content.bg-red .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-red .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-red .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--reservation,.property-amenities__slide .content.bg-red .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-red .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--support,.property-amenities__slide .content.bg-red .inner .top.icon--support,.property-usp-slider__slide .content.bg-red .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--survey,.property-amenities__slide .content.bg-red .inner .top.icon--survey,.property-usp-slider__slide .content.bg-red .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--eye,.property-amenities__slide .content.bg-red .inner .top.icon--eye,.property-usp-slider__slide .content.bg-red .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--glass,.property-amenities__slide .content.bg-red .inner .top.icon--glass,.property-usp-slider__slide .content.bg-red .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--signpost,.property-amenities__slide .content.bg-red .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-red .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-red .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-red .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--bag,.property-amenities__slide .content.bg-red .inner .top.icon--bag,.property-usp-slider__slide .content.bg-red .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--cutlery,.property-amenities__slide .content.bg-red .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-red .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--globe,.property-amenities__slide .content.bg-red .inner .top.icon--globe,.property-usp-slider__slide .content.bg-red .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--commute,.property-amenities__slide .content.bg-red .inner .top.icon--commute,.property-usp-slider__slide .content.bg-red .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--designer,.property-amenities__slide .content.bg-red .inner .top.icon--designer,.property-usp-slider__slide .content.bg-red .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--fluffy,.property-amenities__slide .content.bg-red .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-red .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--movies,.property-amenities__slide .content.bg-red .inner .top.icon--movies,.property-usp-slider__slide .content.bg-red .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--pmshower,.property-amenities__slide .content.bg-red .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-red .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--shower,.property-amenities__slide .content.bg-red .inner .top.icon--shower,.property-usp-slider__slide .content.bg-red .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--societym,.property-amenities__slide .content.bg-red .inner .top.icon--societym,.property-usp-slider__slide .content.bg-red .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--temperature,.property-amenities__slide .content.bg-red .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-red .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--telly,.property-amenities__slide .content.bg-red .inner .top.icon--telly,.property-usp-slider__slide .content.bg-red .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--wifi2,.property-amenities__slide .content.bg-red .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-red .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--xlbed,.property-amenities__slide .content.bg-red .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-red .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--art,.property-amenities__slide .content.bg-red .inner .top.icon--art,.property-usp-slider__slide .content.bg-red .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--blinds,.property-amenities__slide .content.bg-red .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-red .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--computers,.property-amenities__slide .content.bg-red .inner .top.icon--computers,.property-usp-slider__slide .content.bg-red .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-red .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-red .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-red .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-red .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-red .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-red .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--pool,.property-amenities__slide .content.bg-red .inner .top.icon--pool,.property-usp-slider__slide .content.bg-red .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--room-view,.property-amenities__slide .content.bg-red .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-red .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top.icon--signup-in,.property-amenities__slide .content.bg-red .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-red .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-red .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-red .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-red .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-red .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-red .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-red .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-green .inner .top,.property-amenities__slide .content.bg-green .inner .top,.property-usp-slider__slide .content.bg-green .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top,.usps__slider .stacked-slider__slide .content.bg-green .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-green .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-green .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-green .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-green .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-green .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-green .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-green .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-green .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--add-ons,.property-amenities__slide .content.bg-green .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-green .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-green .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-green .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--ask-us,.property-amenities__slide .content.bg-green .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-green .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--breakfast,.property-amenities__slide .content.bg-green .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-green .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--cancellation,.property-amenities__slide .content.bg-green .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-green .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--cashless,.property-amenities__slide .content.bg-green .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-green .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--coffee,.property-amenities__slide .content.bg-green .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-green .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-green .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-green .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--discount,.property-amenities__slide .content.bg-green .inner .top.icon--discount,.property-usp-slider__slide .content.bg-green .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--download-app,.property-amenities__slide .content.bg-green .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-green .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--explore-city,.property-amenities__slide .content.bg-green .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-green .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-green .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-green .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--home,.property-amenities__slide .content.bg-green .inner .top.icon--home,.property-usp-slider__slide .content.bg-green .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--invoice,.property-amenities__slide .content.bg-green .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-green .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--notification,.property-amenities__slide .content.bg-green .inner .top.icon--notification,.property-usp-slider__slide .content.bg-green .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--overview,.property-amenities__slide .content.bg-green .inner .top.icon--overview,.property-usp-slider__slide .content.bg-green .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-green .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-green .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--reservation,.property-amenities__slide .content.bg-green .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-green .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--support,.property-amenities__slide .content.bg-green .inner .top.icon--support,.property-usp-slider__slide .content.bg-green .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--survey,.property-amenities__slide .content.bg-green .inner .top.icon--survey,.property-usp-slider__slide .content.bg-green .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--eye,.property-amenities__slide .content.bg-green .inner .top.icon--eye,.property-usp-slider__slide .content.bg-green .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--glass,.property-amenities__slide .content.bg-green .inner .top.icon--glass,.property-usp-slider__slide .content.bg-green .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--signpost,.property-amenities__slide .content.bg-green .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-green .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-green .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-green .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--bag,.property-amenities__slide .content.bg-green .inner .top.icon--bag,.property-usp-slider__slide .content.bg-green .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--cutlery,.property-amenities__slide .content.bg-green .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-green .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--globe,.property-amenities__slide .content.bg-green .inner .top.icon--globe,.property-usp-slider__slide .content.bg-green .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--commute,.property-amenities__slide .content.bg-green .inner .top.icon--commute,.property-usp-slider__slide .content.bg-green .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--designer,.property-amenities__slide .content.bg-green .inner .top.icon--designer,.property-usp-slider__slide .content.bg-green .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--fluffy,.property-amenities__slide .content.bg-green .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-green .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--movies,.property-amenities__slide .content.bg-green .inner .top.icon--movies,.property-usp-slider__slide .content.bg-green .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--pmshower,.property-amenities__slide .content.bg-green .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-green .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--shower,.property-amenities__slide .content.bg-green .inner .top.icon--shower,.property-usp-slider__slide .content.bg-green .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--societym,.property-amenities__slide .content.bg-green .inner .top.icon--societym,.property-usp-slider__slide .content.bg-green .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--temperature,.property-amenities__slide .content.bg-green .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-green .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--telly,.property-amenities__slide .content.bg-green .inner .top.icon--telly,.property-usp-slider__slide .content.bg-green .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--wifi2,.property-amenities__slide .content.bg-green .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-green .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--xlbed,.property-amenities__slide .content.bg-green .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-green .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--art,.property-amenities__slide .content.bg-green .inner .top.icon--art,.property-usp-slider__slide .content.bg-green .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--blinds,.property-amenities__slide .content.bg-green .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-green .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--computers,.property-amenities__slide .content.bg-green .inner .top.icon--computers,.property-usp-slider__slide .content.bg-green .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-green .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-green .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-green .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-green .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-green .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-green .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--pool,.property-amenities__slide .content.bg-green .inner .top.icon--pool,.property-usp-slider__slide .content.bg-green .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--room-view,.property-amenities__slide .content.bg-green .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-green .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top.icon--signup-in,.property-amenities__slide .content.bg-green .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-green .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-green .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-green .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-green .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-green .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-green .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-green .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-blue .inner .top,.property-amenities__slide .content.bg-blue .inner .top,.property-usp-slider__slide .content.bg-blue .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-blue .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-blue .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-blue .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-blue .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-blue .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-blue .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-blue .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-blue .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--add-ons,.property-amenities__slide .content.bg-blue .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-blue .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-blue .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-blue .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--ask-us,.property-amenities__slide .content.bg-blue .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-blue .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--breakfast,.property-amenities__slide .content.bg-blue .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-blue .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--cancellation,.property-amenities__slide .content.bg-blue .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-blue .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--cashless,.property-amenities__slide .content.bg-blue .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-blue .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--coffee,.property-amenities__slide .content.bg-blue .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-blue .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-blue .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-blue .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--discount,.property-amenities__slide .content.bg-blue .inner .top.icon--discount,.property-usp-slider__slide .content.bg-blue .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--download-app,.property-amenities__slide .content.bg-blue .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-blue .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--explore-city,.property-amenities__slide .content.bg-blue .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-blue .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-blue .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-blue .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--home,.property-amenities__slide .content.bg-blue .inner .top.icon--home,.property-usp-slider__slide .content.bg-blue .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--invoice,.property-amenities__slide .content.bg-blue .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-blue .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--notification,.property-amenities__slide .content.bg-blue .inner .top.icon--notification,.property-usp-slider__slide .content.bg-blue .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--overview,.property-amenities__slide .content.bg-blue .inner .top.icon--overview,.property-usp-slider__slide .content.bg-blue .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-blue .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-blue .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--reservation,.property-amenities__slide .content.bg-blue .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-blue .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--support,.property-amenities__slide .content.bg-blue .inner .top.icon--support,.property-usp-slider__slide .content.bg-blue .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--survey,.property-amenities__slide .content.bg-blue .inner .top.icon--survey,.property-usp-slider__slide .content.bg-blue .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--eye,.property-amenities__slide .content.bg-blue .inner .top.icon--eye,.property-usp-slider__slide .content.bg-blue .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--glass,.property-amenities__slide .content.bg-blue .inner .top.icon--glass,.property-usp-slider__slide .content.bg-blue .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--signpost,.property-amenities__slide .content.bg-blue .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-blue .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-blue .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-blue .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--bag,.property-amenities__slide .content.bg-blue .inner .top.icon--bag,.property-usp-slider__slide .content.bg-blue .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--cutlery,.property-amenities__slide .content.bg-blue .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-blue .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--globe,.property-amenities__slide .content.bg-blue .inner .top.icon--globe,.property-usp-slider__slide .content.bg-blue .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--commute,.property-amenities__slide .content.bg-blue .inner .top.icon--commute,.property-usp-slider__slide .content.bg-blue .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--designer,.property-amenities__slide .content.bg-blue .inner .top.icon--designer,.property-usp-slider__slide .content.bg-blue .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--fluffy,.property-amenities__slide .content.bg-blue .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-blue .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--movies,.property-amenities__slide .content.bg-blue .inner .top.icon--movies,.property-usp-slider__slide .content.bg-blue .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--pmshower,.property-amenities__slide .content.bg-blue .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-blue .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--shower,.property-amenities__slide .content.bg-blue .inner .top.icon--shower,.property-usp-slider__slide .content.bg-blue .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--societym,.property-amenities__slide .content.bg-blue .inner .top.icon--societym,.property-usp-slider__slide .content.bg-blue .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--temperature,.property-amenities__slide .content.bg-blue .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-blue .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--telly,.property-amenities__slide .content.bg-blue .inner .top.icon--telly,.property-usp-slider__slide .content.bg-blue .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--wifi2,.property-amenities__slide .content.bg-blue .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-blue .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--xlbed,.property-amenities__slide .content.bg-blue .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-blue .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--art,.property-amenities__slide .content.bg-blue .inner .top.icon--art,.property-usp-slider__slide .content.bg-blue .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--blinds,.property-amenities__slide .content.bg-blue .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-blue .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--computers,.property-amenities__slide .content.bg-blue .inner .top.icon--computers,.property-usp-slider__slide .content.bg-blue .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-blue .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-blue .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-blue .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-blue .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-blue .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-blue .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--pool,.property-amenities__slide .content.bg-blue .inner .top.icon--pool,.property-usp-slider__slide .content.bg-blue .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--room-view,.property-amenities__slide .content.bg-blue .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-blue .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--signup-in,.property-amenities__slide .content.bg-blue .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-blue .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-blue .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-blue .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-blue .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-blue .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-blue .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-blue .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-purple .inner .top,.property-amenities__slide .content.bg-purple .inner .top,.property-usp-slider__slide .content.bg-purple .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-purple .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-purple .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-purple .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-purple .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-purple .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-purple .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-purple .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-purple .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--add-ons,.property-amenities__slide .content.bg-purple .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-purple .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-purple .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-purple .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--ask-us,.property-amenities__slide .content.bg-purple .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-purple .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--breakfast,.property-amenities__slide .content.bg-purple .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-purple .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--cancellation,.property-amenities__slide .content.bg-purple .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-purple .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--cashless,.property-amenities__slide .content.bg-purple .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-purple .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--coffee,.property-amenities__slide .content.bg-purple .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-purple .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-purple .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-purple .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--discount,.property-amenities__slide .content.bg-purple .inner .top.icon--discount,.property-usp-slider__slide .content.bg-purple .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--download-app,.property-amenities__slide .content.bg-purple .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-purple .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--explore-city,.property-amenities__slide .content.bg-purple .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-purple .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-purple .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-purple .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--home,.property-amenities__slide .content.bg-purple .inner .top.icon--home,.property-usp-slider__slide .content.bg-purple .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--invoice,.property-amenities__slide .content.bg-purple .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-purple .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--notification,.property-amenities__slide .content.bg-purple .inner .top.icon--notification,.property-usp-slider__slide .content.bg-purple .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--overview,.property-amenities__slide .content.bg-purple .inner .top.icon--overview,.property-usp-slider__slide .content.bg-purple .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-purple .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-purple .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--reservation,.property-amenities__slide .content.bg-purple .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-purple .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--support,.property-amenities__slide .content.bg-purple .inner .top.icon--support,.property-usp-slider__slide .content.bg-purple .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--survey,.property-amenities__slide .content.bg-purple .inner .top.icon--survey,.property-usp-slider__slide .content.bg-purple .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--eye,.property-amenities__slide .content.bg-purple .inner .top.icon--eye,.property-usp-slider__slide .content.bg-purple .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--glass,.property-amenities__slide .content.bg-purple .inner .top.icon--glass,.property-usp-slider__slide .content.bg-purple .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--signpost,.property-amenities__slide .content.bg-purple .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-purple .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-purple .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-purple .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--bag,.property-amenities__slide .content.bg-purple .inner .top.icon--bag,.property-usp-slider__slide .content.bg-purple .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--cutlery,.property-amenities__slide .content.bg-purple .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-purple .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--globe,.property-amenities__slide .content.bg-purple .inner .top.icon--globe,.property-usp-slider__slide .content.bg-purple .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--commute,.property-amenities__slide .content.bg-purple .inner .top.icon--commute,.property-usp-slider__slide .content.bg-purple .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--designer,.property-amenities__slide .content.bg-purple .inner .top.icon--designer,.property-usp-slider__slide .content.bg-purple .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--fluffy,.property-amenities__slide .content.bg-purple .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-purple .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--movies,.property-amenities__slide .content.bg-purple .inner .top.icon--movies,.property-usp-slider__slide .content.bg-purple .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--pmshower,.property-amenities__slide .content.bg-purple .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-purple .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--shower,.property-amenities__slide .content.bg-purple .inner .top.icon--shower,.property-usp-slider__slide .content.bg-purple .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--societym,.property-amenities__slide .content.bg-purple .inner .top.icon--societym,.property-usp-slider__slide .content.bg-purple .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--temperature,.property-amenities__slide .content.bg-purple .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-purple .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--telly,.property-amenities__slide .content.bg-purple .inner .top.icon--telly,.property-usp-slider__slide .content.bg-purple .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--wifi2,.property-amenities__slide .content.bg-purple .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-purple .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--xlbed,.property-amenities__slide .content.bg-purple .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-purple .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--art,.property-amenities__slide .content.bg-purple .inner .top.icon--art,.property-usp-slider__slide .content.bg-purple .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--blinds,.property-amenities__slide .content.bg-purple .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-purple .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--computers,.property-amenities__slide .content.bg-purple .inner .top.icon--computers,.property-usp-slider__slide .content.bg-purple .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-purple .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-purple .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-purple .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-purple .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-purple .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-purple .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--pool,.property-amenities__slide .content.bg-purple .inner .top.icon--pool,.property-usp-slider__slide .content.bg-purple .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--room-view,.property-amenities__slide .content.bg-purple .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-purple .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--signup-in,.property-amenities__slide .content.bg-purple .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-purple .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-purple .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-purple .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-purple .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-purple .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-purple .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-purple .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-orange .inner .top,.property-amenities__slide .content.bg-orange .inner .top,.property-usp-slider__slide .content.bg-orange .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-orange .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-orange .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-orange .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-orange .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-orange .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-orange .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-orange .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-orange .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--add-ons,.property-amenities__slide .content.bg-orange .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-orange .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-orange .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-orange .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--ask-us,.property-amenities__slide .content.bg-orange .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-orange .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--breakfast,.property-amenities__slide .content.bg-orange .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-orange .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--cancellation,.property-amenities__slide .content.bg-orange .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-orange .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--cashless,.property-amenities__slide .content.bg-orange .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-orange .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--coffee,.property-amenities__slide .content.bg-orange .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-orange .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-orange .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-orange .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--discount,.property-amenities__slide .content.bg-orange .inner .top.icon--discount,.property-usp-slider__slide .content.bg-orange .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--download-app,.property-amenities__slide .content.bg-orange .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-orange .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--explore-city,.property-amenities__slide .content.bg-orange .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-orange .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-orange .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-orange .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--home,.property-amenities__slide .content.bg-orange .inner .top.icon--home,.property-usp-slider__slide .content.bg-orange .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--invoice,.property-amenities__slide .content.bg-orange .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-orange .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--notification,.property-amenities__slide .content.bg-orange .inner .top.icon--notification,.property-usp-slider__slide .content.bg-orange .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--overview,.property-amenities__slide .content.bg-orange .inner .top.icon--overview,.property-usp-slider__slide .content.bg-orange .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-orange .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-orange .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--reservation,.property-amenities__slide .content.bg-orange .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-orange .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--support,.property-amenities__slide .content.bg-orange .inner .top.icon--support,.property-usp-slider__slide .content.bg-orange .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--survey,.property-amenities__slide .content.bg-orange .inner .top.icon--survey,.property-usp-slider__slide .content.bg-orange .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--eye,.property-amenities__slide .content.bg-orange .inner .top.icon--eye,.property-usp-slider__slide .content.bg-orange .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--glass,.property-amenities__slide .content.bg-orange .inner .top.icon--glass,.property-usp-slider__slide .content.bg-orange .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--signpost,.property-amenities__slide .content.bg-orange .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-orange .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-orange .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-orange .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--bag,.property-amenities__slide .content.bg-orange .inner .top.icon--bag,.property-usp-slider__slide .content.bg-orange .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--cutlery,.property-amenities__slide .content.bg-orange .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-orange .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--globe,.property-amenities__slide .content.bg-orange .inner .top.icon--globe,.property-usp-slider__slide .content.bg-orange .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--commute,.property-amenities__slide .content.bg-orange .inner .top.icon--commute,.property-usp-slider__slide .content.bg-orange .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--designer,.property-amenities__slide .content.bg-orange .inner .top.icon--designer,.property-usp-slider__slide .content.bg-orange .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--fluffy,.property-amenities__slide .content.bg-orange .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-orange .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--movies,.property-amenities__slide .content.bg-orange .inner .top.icon--movies,.property-usp-slider__slide .content.bg-orange .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--pmshower,.property-amenities__slide .content.bg-orange .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-orange .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--shower,.property-amenities__slide .content.bg-orange .inner .top.icon--shower,.property-usp-slider__slide .content.bg-orange .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--societym,.property-amenities__slide .content.bg-orange .inner .top.icon--societym,.property-usp-slider__slide .content.bg-orange .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--temperature,.property-amenities__slide .content.bg-orange .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-orange .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--telly,.property-amenities__slide .content.bg-orange .inner .top.icon--telly,.property-usp-slider__slide .content.bg-orange .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--wifi2,.property-amenities__slide .content.bg-orange .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-orange .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--xlbed,.property-amenities__slide .content.bg-orange .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-orange .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--art,.property-amenities__slide .content.bg-orange .inner .top.icon--art,.property-usp-slider__slide .content.bg-orange .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--blinds,.property-amenities__slide .content.bg-orange .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-orange .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--computers,.property-amenities__slide .content.bg-orange .inner .top.icon--computers,.property-usp-slider__slide .content.bg-orange .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-orange .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-orange .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-orange .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-orange .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-orange .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-orange .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--pool,.property-amenities__slide .content.bg-orange .inner .top.icon--pool,.property-usp-slider__slide .content.bg-orange .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--room-view,.property-amenities__slide .content.bg-orange .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-orange .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--signup-in,.property-amenities__slide .content.bg-orange .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-orange .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-orange .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-orange .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-orange .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-orange .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-orange .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-orange .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top,.property-amenities__slide .content.bg-yellow .inner .top,.property-usp-slider__slide .content.bg-yellow .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-yellow .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-yellow .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-yellow .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-yellow .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--add-ons,.property-amenities__slide .content.bg-yellow .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-yellow .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--ask-us,.property-amenities__slide .content.bg-yellow .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--breakfast,.property-amenities__slide .content.bg-yellow .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--cancellation,.property-amenities__slide .content.bg-yellow .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--cashless,.property-amenities__slide .content.bg-yellow .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--coffee,.property-amenities__slide .content.bg-yellow .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-yellow .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--discount,.property-amenities__slide .content.bg-yellow .inner .top.icon--discount,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--download-app,.property-amenities__slide .content.bg-yellow .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--explore-city,.property-amenities__slide .content.bg-yellow .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-yellow .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--home,.property-amenities__slide .content.bg-yellow .inner .top.icon--home,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--invoice,.property-amenities__slide .content.bg-yellow .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--notification,.property-amenities__slide .content.bg-yellow .inner .top.icon--notification,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--overview,.property-amenities__slide .content.bg-yellow .inner .top.icon--overview,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-yellow .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--reservation,.property-amenities__slide .content.bg-yellow .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--support,.property-amenities__slide .content.bg-yellow .inner .top.icon--support,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--survey,.property-amenities__slide .content.bg-yellow .inner .top.icon--survey,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--eye,.property-amenities__slide .content.bg-yellow .inner .top.icon--eye,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--glass,.property-amenities__slide .content.bg-yellow .inner .top.icon--glass,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--signpost,.property-amenities__slide .content.bg-yellow .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-yellow .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--bag,.property-amenities__slide .content.bg-yellow .inner .top.icon--bag,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--cutlery,.property-amenities__slide .content.bg-yellow .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--globe,.property-amenities__slide .content.bg-yellow .inner .top.icon--globe,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--commute,.property-amenities__slide .content.bg-yellow .inner .top.icon--commute,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--designer,.property-amenities__slide .content.bg-yellow .inner .top.icon--designer,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--fluffy,.property-amenities__slide .content.bg-yellow .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--movies,.property-amenities__slide .content.bg-yellow .inner .top.icon--movies,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--pmshower,.property-amenities__slide .content.bg-yellow .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--shower,.property-amenities__slide .content.bg-yellow .inner .top.icon--shower,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--societym,.property-amenities__slide .content.bg-yellow .inner .top.icon--societym,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--temperature,.property-amenities__slide .content.bg-yellow .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--telly,.property-amenities__slide .content.bg-yellow .inner .top.icon--telly,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--wifi2,.property-amenities__slide .content.bg-yellow .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--xlbed,.property-amenities__slide .content.bg-yellow .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--art,.property-amenities__slide .content.bg-yellow .inner .top.icon--art,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--blinds,.property-amenities__slide .content.bg-yellow .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--computers,.property-amenities__slide .content.bg-yellow .inner .top.icon--computers,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-yellow .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-yellow .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-yellow .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--pool,.property-amenities__slide .content.bg-yellow .inner .top.icon--pool,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--room-view,.property-amenities__slide .content.bg-yellow .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--signup-in,.property-amenities__slide .content.bg-yellow .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-yellow .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-yellow .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-yellow .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-yellow .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-yellow .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-yellow .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top,.property-amenities__slide .content.bg-woodsmoke .inner .top,.property-usp-slider__slide .content.bg-woodsmoke .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--add-ons,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--ask-us,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--breakfast,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--cancellation,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--cashless,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--coffee,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--discount,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--discount,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--download-app,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--explore-city,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--home,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--home,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--invoice,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--notification,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--notification,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--overview,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--overview,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--reservation,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--support,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--support,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--survey,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--survey,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--eye,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--eye,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--glass,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--glass,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--signpost,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--bag,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--bag,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--cutlery,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--globe,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--globe,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--commute,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--commute,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--designer,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--designer,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--fluffy,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--movies,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--movies,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--pmshower,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--shower,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--shower,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--societym,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--societym,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--temperature,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--telly,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--telly,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--wifi2,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--xlbed,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--art,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--art,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--blinds,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--computers,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--computers,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--pool,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--pool,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--room-view,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--signup-in,.property-amenities__slide .content.bg-woodsmoke .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-woodsmoke .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-woodsmoke .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-woodsmoke .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-woodsmoke .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-woodsmoke .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-mako .inner .top,.property-amenities__slide .content.bg-mako .inner .top,.property-usp-slider__slide .content.bg-mako .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-mako .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-mako .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-mako .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-mako .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-mako .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-mako .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-mako .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-mako .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--add-ons,.property-amenities__slide .content.bg-mako .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-mako .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-mako .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-mako .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--ask-us,.property-amenities__slide .content.bg-mako .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-mako .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--breakfast,.property-amenities__slide .content.bg-mako .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-mako .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--cancellation,.property-amenities__slide .content.bg-mako .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-mako .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--cashless,.property-amenities__slide .content.bg-mako .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-mako .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--coffee,.property-amenities__slide .content.bg-mako .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-mako .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-mako .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-mako .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--discount,.property-amenities__slide .content.bg-mako .inner .top.icon--discount,.property-usp-slider__slide .content.bg-mako .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--download-app,.property-amenities__slide .content.bg-mako .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-mako .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--explore-city,.property-amenities__slide .content.bg-mako .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-mako .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-mako .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-mako .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--home,.property-amenities__slide .content.bg-mako .inner .top.icon--home,.property-usp-slider__slide .content.bg-mako .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--invoice,.property-amenities__slide .content.bg-mako .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-mako .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--notification,.property-amenities__slide .content.bg-mako .inner .top.icon--notification,.property-usp-slider__slide .content.bg-mako .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--overview,.property-amenities__slide .content.bg-mako .inner .top.icon--overview,.property-usp-slider__slide .content.bg-mako .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-mako .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-mako .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--reservation,.property-amenities__slide .content.bg-mako .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-mako .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--support,.property-amenities__slide .content.bg-mako .inner .top.icon--support,.property-usp-slider__slide .content.bg-mako .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--survey,.property-amenities__slide .content.bg-mako .inner .top.icon--survey,.property-usp-slider__slide .content.bg-mako .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--eye,.property-amenities__slide .content.bg-mako .inner .top.icon--eye,.property-usp-slider__slide .content.bg-mako .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--glass,.property-amenities__slide .content.bg-mako .inner .top.icon--glass,.property-usp-slider__slide .content.bg-mako .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--signpost,.property-amenities__slide .content.bg-mako .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-mako .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-mako .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-mako .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--bag,.property-amenities__slide .content.bg-mako .inner .top.icon--bag,.property-usp-slider__slide .content.bg-mako .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--cutlery,.property-amenities__slide .content.bg-mako .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-mako .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--globe,.property-amenities__slide .content.bg-mako .inner .top.icon--globe,.property-usp-slider__slide .content.bg-mako .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--commute,.property-amenities__slide .content.bg-mako .inner .top.icon--commute,.property-usp-slider__slide .content.bg-mako .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--designer,.property-amenities__slide .content.bg-mako .inner .top.icon--designer,.property-usp-slider__slide .content.bg-mako .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--fluffy,.property-amenities__slide .content.bg-mako .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-mako .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--movies,.property-amenities__slide .content.bg-mako .inner .top.icon--movies,.property-usp-slider__slide .content.bg-mako .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--pmshower,.property-amenities__slide .content.bg-mako .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-mako .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--shower,.property-amenities__slide .content.bg-mako .inner .top.icon--shower,.property-usp-slider__slide .content.bg-mako .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--societym,.property-amenities__slide .content.bg-mako .inner .top.icon--societym,.property-usp-slider__slide .content.bg-mako .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--temperature,.property-amenities__slide .content.bg-mako .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-mako .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--telly,.property-amenities__slide .content.bg-mako .inner .top.icon--telly,.property-usp-slider__slide .content.bg-mako .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--wifi2,.property-amenities__slide .content.bg-mako .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-mako .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--xlbed,.property-amenities__slide .content.bg-mako .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-mako .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--art,.property-amenities__slide .content.bg-mako .inner .top.icon--art,.property-usp-slider__slide .content.bg-mako .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--blinds,.property-amenities__slide .content.bg-mako .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-mako .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--computers,.property-amenities__slide .content.bg-mako .inner .top.icon--computers,.property-usp-slider__slide .content.bg-mako .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-mako .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-mako .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-mako .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-mako .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-mako .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-mako .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--pool,.property-amenities__slide .content.bg-mako .inner .top.icon--pool,.property-usp-slider__slide .content.bg-mako .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--room-view,.property-amenities__slide .content.bg-mako .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-mako .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--signup-in,.property-amenities__slide .content.bg-mako .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-mako .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-mako .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mako .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-mako .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-mako .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-mako .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-mako .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top,.property-amenities__slide .content.bg-mercury .inner .top,.property-usp-slider__slide .content.bg-mercury .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-mercury .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-mercury .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-mercury .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-mercury .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--add-ons,.property-amenities__slide .content.bg-mercury .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23FF0038'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-mercury .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--ask-us,.property-amenities__slide .content.bg-mercury .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--breakfast,.property-amenities__slide .content.bg-mercury .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--cancellation,.property-amenities__slide .content.bg-mercury .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--cashless,.property-amenities__slide .content.bg-mercury .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--coffee,.property-amenities__slide .content.bg-mercury .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-mercury .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--discount,.property-amenities__slide .content.bg-mercury .inner .top.icon--discount,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--download-app,.property-amenities__slide .content.bg-mercury .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--explore-city,.property-amenities__slide .content.bg-mercury .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-mercury .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--home,.property-amenities__slide .content.bg-mercury .inner .top.icon--home,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23FF0038' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--invoice,.property-amenities__slide .content.bg-mercury .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--notification,.property-amenities__slide .content.bg-mercury .inner .top.icon--notification,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--overview,.property-amenities__slide .content.bg-mercury .inner .top.icon--overview,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-mercury .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--reservation,.property-amenities__slide .content.bg-mercury .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--support,.property-amenities__slide .content.bg-mercury .inner .top.icon--support,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--survey,.property-amenities__slide .content.bg-mercury .inner .top.icon--survey,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--eye,.property-amenities__slide .content.bg-mercury .inner .top.icon--eye,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23FF0038' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--glass,.property-amenities__slide .content.bg-mercury .inner .top.icon--glass,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--signpost,.property-amenities__slide .content.bg-mercury .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-mercury .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--bag,.property-amenities__slide .content.bg-mercury .inner .top.icon--bag,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--cutlery,.property-amenities__slide .content.bg-mercury .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--globe,.property-amenities__slide .content.bg-mercury .inner .top.icon--globe,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--commute,.property-amenities__slide .content.bg-mercury .inner .top.icon--commute,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--designer,.property-amenities__slide .content.bg-mercury .inner .top.icon--designer,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--fluffy,.property-amenities__slide .content.bg-mercury .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--movies,.property-amenities__slide .content.bg-mercury .inner .top.icon--movies,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23FF0038' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--pmshower,.property-amenities__slide .content.bg-mercury .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--shower,.property-amenities__slide .content.bg-mercury .inner .top.icon--shower,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--societym,.property-amenities__slide .content.bg-mercury .inner .top.icon--societym,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--temperature,.property-amenities__slide .content.bg-mercury .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--telly,.property-amenities__slide .content.bg-mercury .inner .top.icon--telly,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--wifi2,.property-amenities__slide .content.bg-mercury .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--xlbed,.property-amenities__slide .content.bg-mercury .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--art,.property-amenities__slide .content.bg-mercury .inner .top.icon--art,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--blinds,.property-amenities__slide .content.bg-mercury .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--computers,.property-amenities__slide .content.bg-mercury .inner .top.icon--computers,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-mercury .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23FF0038' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23FF0038' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23FF0038' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23FF0038' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-mercury .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-mercury .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--pool,.property-amenities__slide .content.bg-mercury .inner .top.icon--pool,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23FF0038'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--room-view,.property-amenities__slide .content.bg-mercury .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23FF0038' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--signup-in,.property-amenities__slide .content.bg-mercury .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-mercury .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-mercury .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-mercury .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-mercury .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-mercury .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-mercury .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top,.property-amenities__slide .content.bg-gray-chateau .inner .top,.property-usp-slider__slide .content.bg-gray-chateau .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--add-ons,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23FF0038'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--ask-us,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--breakfast,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--cancellation,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--cashless,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--coffee,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--discount,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--discount,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--download-app,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--explore-city,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--home,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--home,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23FF0038' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--invoice,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--notification,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--notification,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--overview,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--overview,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--reservation,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--support,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--support,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--survey,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--survey,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--eye,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--eye,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23FF0038' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--glass,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--glass,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--signpost,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--bag,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--bag,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--cutlery,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--globe,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--globe,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--commute,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--commute,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--designer,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--designer,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--fluffy,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--movies,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--movies,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23FF0038' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--pmshower,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--shower,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--shower,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--societym,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--societym,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--temperature,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--telly,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--telly,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--wifi2,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--xlbed,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--art,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--art,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--blinds,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--computers,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--computers,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23FF0038' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23FF0038' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23FF0038' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23FF0038' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--pool,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--pool,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23FF0038'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--room-view,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23FF0038' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--signup-in,.property-amenities__slide .content.bg-gray-chateau .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-gray-chateau .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-gray-chateau .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-gray-chateau .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-gray-chateau .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-gray-chateau .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top,.property-amenities__slide .content.bg-gray-darker .inner .top,.property-usp-slider__slide .content.bg-gray-darker .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--add-ons,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--ask-us,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--breakfast,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--cancellation,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--cashless,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--coffee,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--discount,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--discount,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--download-app,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--explore-city,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--home,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--home,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--invoice,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--notification,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--notification,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--overview,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--overview,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--reservation,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--support,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--support,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--survey,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--survey,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--eye,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--eye,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--glass,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--glass,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--signpost,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--bag,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--bag,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--cutlery,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--globe,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--globe,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--commute,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--commute,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--designer,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--designer,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--fluffy,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--movies,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--movies,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--pmshower,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--shower,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--shower,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--societym,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--societym,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--temperature,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--telly,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--telly,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--wifi2,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--xlbed,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--art,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--art,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--blinds,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--computers,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--computers,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--pool,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--pool,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--room-view,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--signup-in,.property-amenities__slide .content.bg-gray-darker .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-gray-darker .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-darker .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-gray-darker .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-gray-darker .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-gray-darker .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-gray-darker .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top,.property-amenities__slide .content.bg-gray-dark .inner .top,.property-usp-slider__slide .content.bg-gray-dark .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--add-ons,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--ask-us,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--breakfast,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--cancellation,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--cashless,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--coffee,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--discount,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--discount,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--download-app,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--explore-city,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--home,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--home,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--invoice,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--notification,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--notification,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--overview,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--overview,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--reservation,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--support,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--support,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--survey,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--survey,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--eye,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--eye,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--glass,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--glass,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--signpost,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--bag,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--bag,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--cutlery,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--globe,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--globe,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--commute,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--commute,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--designer,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--designer,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--fluffy,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--movies,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--movies,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--pmshower,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--shower,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--shower,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--societym,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--societym,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--temperature,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--telly,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--telly,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--wifi2,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--xlbed,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--art,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--art,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--blinds,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--computers,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--computers,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--pool,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--pool,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--room-view,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--signup-in,.property-amenities__slide .content.bg-gray-dark .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-gray-dark .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-dark .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-gray-dark .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-gray-dark .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-gray-dark .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-gray-dark .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top,.property-amenities__slide .content.bg-gray-light .inner .top,.property-usp-slider__slide .content.bg-gray-light .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-gray-light .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-gray-light .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-gray-light .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-gray-light .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--add-ons,.property-amenities__slide .content.bg-gray-light .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23FF0038'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-gray-light .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--ask-us,.property-amenities__slide .content.bg-gray-light .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--breakfast,.property-amenities__slide .content.bg-gray-light .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--cancellation,.property-amenities__slide .content.bg-gray-light .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--cashless,.property-amenities__slide .content.bg-gray-light .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--coffee,.property-amenities__slide .content.bg-gray-light .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-gray-light .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--discount,.property-amenities__slide .content.bg-gray-light .inner .top.icon--discount,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--download-app,.property-amenities__slide .content.bg-gray-light .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--explore-city,.property-amenities__slide .content.bg-gray-light .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-gray-light .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--home,.property-amenities__slide .content.bg-gray-light .inner .top.icon--home,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23FF0038' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--invoice,.property-amenities__slide .content.bg-gray-light .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--notification,.property-amenities__slide .content.bg-gray-light .inner .top.icon--notification,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--overview,.property-amenities__slide .content.bg-gray-light .inner .top.icon--overview,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-gray-light .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--reservation,.property-amenities__slide .content.bg-gray-light .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--support,.property-amenities__slide .content.bg-gray-light .inner .top.icon--support,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--survey,.property-amenities__slide .content.bg-gray-light .inner .top.icon--survey,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--eye,.property-amenities__slide .content.bg-gray-light .inner .top.icon--eye,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23FF0038' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--glass,.property-amenities__slide .content.bg-gray-light .inner .top.icon--glass,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--signpost,.property-amenities__slide .content.bg-gray-light .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-gray-light .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--bag,.property-amenities__slide .content.bg-gray-light .inner .top.icon--bag,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--cutlery,.property-amenities__slide .content.bg-gray-light .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--globe,.property-amenities__slide .content.bg-gray-light .inner .top.icon--globe,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--commute,.property-amenities__slide .content.bg-gray-light .inner .top.icon--commute,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--designer,.property-amenities__slide .content.bg-gray-light .inner .top.icon--designer,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--fluffy,.property-amenities__slide .content.bg-gray-light .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--movies,.property-amenities__slide .content.bg-gray-light .inner .top.icon--movies,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23FF0038' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--pmshower,.property-amenities__slide .content.bg-gray-light .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--shower,.property-amenities__slide .content.bg-gray-light .inner .top.icon--shower,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--societym,.property-amenities__slide .content.bg-gray-light .inner .top.icon--societym,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--temperature,.property-amenities__slide .content.bg-gray-light .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--telly,.property-amenities__slide .content.bg-gray-light .inner .top.icon--telly,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--wifi2,.property-amenities__slide .content.bg-gray-light .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--xlbed,.property-amenities__slide .content.bg-gray-light .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--art,.property-amenities__slide .content.bg-gray-light .inner .top.icon--art,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--blinds,.property-amenities__slide .content.bg-gray-light .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--computers,.property-amenities__slide .content.bg-gray-light .inner .top.icon--computers,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-gray-light .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23FF0038' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23FF0038' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23FF0038' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23FF0038' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-gray-light .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-gray-light .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--pool,.property-amenities__slide .content.bg-gray-light .inner .top.icon--pool,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23FF0038'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--room-view,.property-amenities__slide .content.bg-gray-light .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23FF0038' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--signup-in,.property-amenities__slide .content.bg-gray-light .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-gray-light .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-light .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-gray-light .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-gray-light .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-gray-light .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-gray-light .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top,.property-amenities__slide .content.bg-gray-lighter .inner .top,.property-usp-slider__slide .content.bg-gray-lighter .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--add-ons,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23FF0038'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--ask-us,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--breakfast,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--cancellation,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--cashless,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--coffee,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--discount,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--discount,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--download-app,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--explore-city,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--home,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--home,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23FF0038' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--invoice,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--notification,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--notification,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--overview,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--overview,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--reservation,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--support,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--support,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--survey,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--survey,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--eye,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--eye,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23FF0038' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--glass,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--glass,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--signpost,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--bag,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--bag,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--cutlery,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--globe,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--globe,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--commute,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--commute,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--designer,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--designer,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--fluffy,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--movies,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--movies,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23FF0038' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--pmshower,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--shower,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--shower,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--societym,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--societym,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--temperature,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--telly,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--telly,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--wifi2,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--xlbed,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--art,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--art,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--blinds,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--computers,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--computers,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23FF0038' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23FF0038' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23FF0038' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23FF0038' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--pool,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--pool,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23FF0038'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--room-view,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23FF0038' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--signup-in,.property-amenities__slide .content.bg-gray-lighter .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-gray-lighter .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-gray-lighter .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-gray-lighter .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-gray-lighter .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-gray-lighter .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top,.property-amenities__slide .content.bg-gray-border .inner .top,.property-usp-slider__slide .content.bg-gray-border .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-gray-border .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-gray-border .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-gray-border .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-gray-border .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--add-ons,.property-amenities__slide .content.bg-gray-border .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23FF0038'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-gray-border .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--ask-us,.property-amenities__slide .content.bg-gray-border .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--breakfast,.property-amenities__slide .content.bg-gray-border .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--cancellation,.property-amenities__slide .content.bg-gray-border .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--cashless,.property-amenities__slide .content.bg-gray-border .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--coffee,.property-amenities__slide .content.bg-gray-border .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-gray-border .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--discount,.property-amenities__slide .content.bg-gray-border .inner .top.icon--discount,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--download-app,.property-amenities__slide .content.bg-gray-border .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--explore-city,.property-amenities__slide .content.bg-gray-border .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-gray-border .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--home,.property-amenities__slide .content.bg-gray-border .inner .top.icon--home,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23FF0038' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--invoice,.property-amenities__slide .content.bg-gray-border .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--notification,.property-amenities__slide .content.bg-gray-border .inner .top.icon--notification,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--overview,.property-amenities__slide .content.bg-gray-border .inner .top.icon--overview,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-gray-border .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--reservation,.property-amenities__slide .content.bg-gray-border .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--support,.property-amenities__slide .content.bg-gray-border .inner .top.icon--support,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--survey,.property-amenities__slide .content.bg-gray-border .inner .top.icon--survey,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--eye,.property-amenities__slide .content.bg-gray-border .inner .top.icon--eye,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23FF0038' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--glass,.property-amenities__slide .content.bg-gray-border .inner .top.icon--glass,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--signpost,.property-amenities__slide .content.bg-gray-border .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-gray-border .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--bag,.property-amenities__slide .content.bg-gray-border .inner .top.icon--bag,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--cutlery,.property-amenities__slide .content.bg-gray-border .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--globe,.property-amenities__slide .content.bg-gray-border .inner .top.icon--globe,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--commute,.property-amenities__slide .content.bg-gray-border .inner .top.icon--commute,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--designer,.property-amenities__slide .content.bg-gray-border .inner .top.icon--designer,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--fluffy,.property-amenities__slide .content.bg-gray-border .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--movies,.property-amenities__slide .content.bg-gray-border .inner .top.icon--movies,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23FF0038' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--pmshower,.property-amenities__slide .content.bg-gray-border .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--shower,.property-amenities__slide .content.bg-gray-border .inner .top.icon--shower,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--societym,.property-amenities__slide .content.bg-gray-border .inner .top.icon--societym,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--temperature,.property-amenities__slide .content.bg-gray-border .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--telly,.property-amenities__slide .content.bg-gray-border .inner .top.icon--telly,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--wifi2,.property-amenities__slide .content.bg-gray-border .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--xlbed,.property-amenities__slide .content.bg-gray-border .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--art,.property-amenities__slide .content.bg-gray-border .inner .top.icon--art,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--blinds,.property-amenities__slide .content.bg-gray-border .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--computers,.property-amenities__slide .content.bg-gray-border .inner .top.icon--computers,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-gray-border .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23FF0038' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23FF0038' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23FF0038' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23FF0038' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-gray-border .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-gray-border .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--pool,.property-amenities__slide .content.bg-gray-border .inner .top.icon--pool,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23FF0038'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--room-view,.property-amenities__slide .content.bg-gray-border .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23FF0038' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--signup-in,.property-amenities__slide .content.bg-gray-border .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-gray-border .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-gray-border .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-gray-border .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-gray-border .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-gray-border .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-gray-border .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .content.bg-rose .inner .top,.property-amenities__slide .content.bg-rose .inner .top,.property-usp-slider__slide .content.bg-rose .inner .top,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top{background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--edit-booking,.property-amenities__slide .content.bg-rose .inner .top.icon--edit-booking,.property-usp-slider__slide .content.bg-rose .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--invoice-black,.property-amenities__slide .content.bg-rose .inner .top.icon--invoice-black,.property-usp-slider__slide .content.bg-rose .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--no-payment-needed,.property-amenities__slide .content.bg-rose .inner .top.icon--no-payment-needed,.property-usp-slider__slide .content.bg-rose .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--soundproof-windows,.property-amenities__slide .content.bg-rose .inner .top.icon--soundproof-windows,.property-usp-slider__slide .content.bg-rose .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--add-ons,.property-amenities__slide .content.bg-rose .inner .top.icon--add-ons,.property-usp-slider__slide .content.bg-rose .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23FF0038'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--add-to-wallet,.property-amenities__slide .content.bg-rose .inner .top.icon--add-to-wallet,.property-usp-slider__slide .content.bg-rose .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--ask-us,.property-amenities__slide .content.bg-rose .inner .top.icon--ask-us,.property-usp-slider__slide .content.bg-rose .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--breakfast,.property-amenities__slide .content.bg-rose .inner .top.icon--breakfast,.property-usp-slider__slide .content.bg-rose .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--cancellation,.property-amenities__slide .content.bg-rose .inner .top.icon--cancellation,.property-usp-slider__slide .content.bg-rose .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--cashless,.property-amenities__slide .content.bg-rose .inner .top.icon--cashless,.property-usp-slider__slide .content.bg-rose .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--coffee,.property-amenities__slide .content.bg-rose .inner .top.icon--coffee,.property-usp-slider__slide .content.bg-rose .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--contactless-stay,.property-amenities__slide .content.bg-rose .inner .top.icon--contactless-stay,.property-usp-slider__slide .content.bg-rose .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--discount,.property-amenities__slide .content.bg-rose .inner .top.icon--discount,.property-usp-slider__slide .content.bg-rose .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--discount,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--download-app,.property-amenities__slide .content.bg-rose .inner .top.icon--download-app,.property-usp-slider__slide .content.bg-rose .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--explore-city,.property-amenities__slide .content.bg-rose .inner .top.icon--explore-city,.property-usp-slider__slide .content.bg-rose .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--find-hotel,.property-amenities__slide .content.bg-rose .inner .top.icon--find-hotel,.property-usp-slider__slide .content.bg-rose .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--home,.property-amenities__slide .content.bg-rose .inner .top.icon--home,.property-usp-slider__slide .content.bg-rose .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--home,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23FF0038' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--invoice,.property-amenities__slide .content.bg-rose .inner .top.icon--invoice,.property-usp-slider__slide .content.bg-rose .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--notification,.property-amenities__slide .content.bg-rose .inner .top.icon--notification,.property-usp-slider__slide .content.bg-rose .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--notification,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--overview,.property-amenities__slide .content.bg-rose .inner .top.icon--overview,.property-usp-slider__slide .content.bg-rose .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--overview,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--park-your-car,.property-amenities__slide .content.bg-rose .inner .top.icon--park-your-car,.property-usp-slider__slide .content.bg-rose .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--reservation,.property-amenities__slide .content.bg-rose .inner .top.icon--reservation,.property-usp-slider__slide .content.bg-rose .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--support,.property-amenities__slide .content.bg-rose .inner .top.icon--support,.property-usp-slider__slide .content.bg-rose .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--support,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--survey,.property-amenities__slide .content.bg-rose .inner .top.icon--survey,.property-usp-slider__slide .content.bg-rose .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--survey,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--eye,.property-amenities__slide .content.bg-rose .inner .top.icon--eye,.property-usp-slider__slide .content.bg-rose .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--eye,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23FF0038' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--glass,.property-amenities__slide .content.bg-rose .inner .top.icon--glass,.property-usp-slider__slide .content.bg-rose .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--glass,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--signpost,.property-amenities__slide .content.bg-rose .inner .top.icon--signpost,.property-usp-slider__slide .content.bg-rose .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--dumbbell,.property-amenities__slide .content.bg-rose .inner .top.icon--dumbbell,.property-usp-slider__slide .content.bg-rose .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--bag,.property-amenities__slide .content.bg-rose .inner .top.icon--bag,.property-usp-slider__slide .content.bg-rose .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--bag,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--cutlery,.property-amenities__slide .content.bg-rose .inner .top.icon--cutlery,.property-usp-slider__slide .content.bg-rose .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--globe,.property-amenities__slide .content.bg-rose .inner .top.icon--globe,.property-usp-slider__slide .content.bg-rose .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--globe,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--commute,.property-amenities__slide .content.bg-rose .inner .top.icon--commute,.property-usp-slider__slide .content.bg-rose .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--commute,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--designer,.property-amenities__slide .content.bg-rose .inner .top.icon--designer,.property-usp-slider__slide .content.bg-rose .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--designer,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--fluffy,.property-amenities__slide .content.bg-rose .inner .top.icon--fluffy,.property-usp-slider__slide .content.bg-rose .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--movies,.property-amenities__slide .content.bg-rose .inner .top.icon--movies,.property-usp-slider__slide .content.bg-rose .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--movies,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23FF0038' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--pmshower,.property-amenities__slide .content.bg-rose .inner .top.icon--pmshower,.property-usp-slider__slide .content.bg-rose .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--shower,.property-amenities__slide .content.bg-rose .inner .top.icon--shower,.property-usp-slider__slide .content.bg-rose .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--shower,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--societym,.property-amenities__slide .content.bg-rose .inner .top.icon--societym,.property-usp-slider__slide .content.bg-rose .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--societym,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--temperature,.property-amenities__slide .content.bg-rose .inner .top.icon--temperature,.property-usp-slider__slide .content.bg-rose .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--telly,.property-amenities__slide .content.bg-rose .inner .top.icon--telly,.property-usp-slider__slide .content.bg-rose .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--telly,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--wifi2,.property-amenities__slide .content.bg-rose .inner .top.icon--wifi2,.property-usp-slider__slide .content.bg-rose .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--xlbed,.property-amenities__slide .content.bg-rose .inner .top.icon--xlbed,.property-usp-slider__slide .content.bg-rose .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--art,.property-amenities__slide .content.bg-rose .inner .top.icon--art,.property-usp-slider__slide .content.bg-rose .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--art,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--blinds,.property-amenities__slide .content.bg-rose .inner .top.icon--blinds,.property-usp-slider__slide .content.bg-rose .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--computers,.property-amenities__slide .content.bg-rose .inner .top.icon--computers,.property-usp-slider__slide .content.bg-rose .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--computers,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--housekeeping,.property-amenities__slide .content.bg-rose .inner .top.icon--housekeeping,.property-usp-slider__slide .content.bg-rose .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23FF0038' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23FF0038' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23FF0038' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23FF0038' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .content.bg-rose .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .content.bg-rose .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FF0038' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--no-fee-cancellation,.property-amenities__slide .content.bg-rose .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .content.bg-rose .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--pool,.property-amenities__slide .content.bg-rose .inner .top.icon--pool,.property-usp-slider__slide .content.bg-rose .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--pool,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23FF0038'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--room-view,.property-amenities__slide .content.bg-rose .inner .top.icon--room-view,.property-usp-slider__slide .content.bg-rose .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0038' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23FF0038' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23FF0038' stroke-width='2'/%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--signup-in,.property-amenities__slide .content.bg-rose .inner .top.icon--signup-in,.property-usp-slider__slide .content.bg-rose .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .content.bg-rose .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .content.bg-rose .inner .top:not(.icon--cutlery):not(:empty),.property-amenities__slide .content.bg-rose .inner .top:not(.icon--cutlery):not(:empty),.property-usp-slider__slide .content.bg-rose .inner .top:not(.icon--cutlery):not(:empty),.stacked-slider--mini .stacked-slider__slide .content.bg-rose .inner .top:not(.icon--cutlery):not(:empty),.usps__slider .stacked-slider__slide .content.bg-rose .inner .top:not(.icon--cutlery):not(:empty){background-size:34px auto}.news__slider .stacked-slider__slide .inner,.property-amenities__slide .inner,.property-usp-slider__slide .inner,.stacked-slider--mini .stacked-slider__slide .inner,.usps__slider .stacked-slider__slide .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:1.0625rem 1.25rem 1.875rem;font-size:1.875rem;line-height:1.2}.news__slider .stacked-slider__slide .inner .top,.property-amenities__slide .inner .top,.property-usp-slider__slide .inner .top,.stacked-slider--mini .stacked-slider__slide .inner .top,.usps__slider .stacked-slider__slide .inner .top{position:absolute;width:39px;height:39px;top:1.3125rem;left:1.5rem;background-repeat:no-repeat;background-size:contain}.news__slider .stacked-slider__slide .inner .top.icon--edit-booking,.property-amenities__slide .inner .top.icon--edit-booking,.property-usp-slider__slide .inner .top.icon--edit-booking,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--edit-booking,.usps__slider .stacked-slider__slide .inner .top.icon--edit-booking{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--invoice-black,.property-amenities__slide .inner .top.icon--invoice-black,.property-usp-slider__slide .inner .top.icon--invoice-black,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--invoice-black,.usps__slider .stacked-slider__slide .inner .top.icon--invoice-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--no-payment-needed,.property-amenities__slide .inner .top.icon--no-payment-needed,.property-usp-slider__slide .inner .top.icon--no-payment-needed,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--no-payment-needed,.usps__slider .stacked-slider__slide .inner .top.icon--no-payment-needed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--soundproof-windows,.property-amenities__slide .inner .top.icon--soundproof-windows,.property-usp-slider__slide .inner .top.icon--soundproof-windows,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--soundproof-windows,.usps__slider .stacked-slider__slide .inner .top.icon--soundproof-windows{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--add-ons,.property-amenities__slide .inner .top.icon--add-ons,.property-usp-slider__slide .inner .top.icon--add-ons,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--add-ons,.usps__slider .stacked-slider__slide .inner .top.icon--add-ons{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--add-to-wallet,.property-amenities__slide .inner .top.icon--add-to-wallet,.property-usp-slider__slide .inner .top.icon--add-to-wallet,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--add-to-wallet,.usps__slider .stacked-slider__slide .inner .top.icon--add-to-wallet{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--ask-us,.property-amenities__slide .inner .top.icon--ask-us,.property-usp-slider__slide .inner .top.icon--ask-us,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--ask-us,.usps__slider .stacked-slider__slide .inner .top.icon--ask-us{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--breakfast,.property-amenities__slide .inner .top.icon--breakfast,.property-usp-slider__slide .inner .top.icon--breakfast,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--breakfast,.usps__slider .stacked-slider__slide .inner .top.icon--breakfast{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--cancellation,.property-amenities__slide .inner .top.icon--cancellation,.property-usp-slider__slide .inner .top.icon--cancellation,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--cancellation,.usps__slider .stacked-slider__slide .inner .top.icon--cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--cashless,.property-amenities__slide .inner .top.icon--cashless,.property-usp-slider__slide .inner .top.icon--cashless,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--cashless,.usps__slider .stacked-slider__slide .inner .top.icon--cashless{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--coffee,.property-amenities__slide .inner .top.icon--coffee,.property-usp-slider__slide .inner .top.icon--coffee,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--coffee,.usps__slider .stacked-slider__slide .inner .top.icon--coffee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--contactless-stay,.property-amenities__slide .inner .top.icon--contactless-stay,.property-usp-slider__slide .inner .top.icon--contactless-stay,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--contactless-stay,.usps__slider .stacked-slider__slide .inner .top.icon--contactless-stay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--discount,.property-amenities__slide .inner .top.icon--discount,.property-usp-slider__slide .inner .top.icon--discount,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--discount,.usps__slider .stacked-slider__slide .inner .top.icon--discount{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--download-app,.property-amenities__slide .inner .top.icon--download-app,.property-usp-slider__slide .inner .top.icon--download-app,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--download-app,.usps__slider .stacked-slider__slide .inner .top.icon--download-app{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--explore-city,.property-amenities__slide .inner .top.icon--explore-city,.property-usp-slider__slide .inner .top.icon--explore-city,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--explore-city,.usps__slider .stacked-slider__slide .inner .top.icon--explore-city{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--find-hotel,.property-amenities__slide .inner .top.icon--find-hotel,.property-usp-slider__slide .inner .top.icon--find-hotel,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--find-hotel,.usps__slider .stacked-slider__slide .inner .top.icon--find-hotel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--home,.property-amenities__slide .inner .top.icon--home,.property-usp-slider__slide .inner .top.icon--home,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--home,.usps__slider .stacked-slider__slide .inner .top.icon--home{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23000' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--invoice,.property-amenities__slide .inner .top.icon--invoice,.property-usp-slider__slide .inner .top.icon--invoice,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--invoice,.usps__slider .stacked-slider__slide .inner .top.icon--invoice{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--notification,.property-amenities__slide .inner .top.icon--notification,.property-usp-slider__slide .inner .top.icon--notification,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--notification,.usps__slider .stacked-slider__slide .inner .top.icon--notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--overview,.property-amenities__slide .inner .top.icon--overview,.property-usp-slider__slide .inner .top.icon--overview,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--overview,.usps__slider .stacked-slider__slide .inner .top.icon--overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--park-your-car,.property-amenities__slide .inner .top.icon--park-your-car,.property-usp-slider__slide .inner .top.icon--park-your-car,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--park-your-car,.usps__slider .stacked-slider__slide .inner .top.icon--park-your-car{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23000' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--reservation,.property-amenities__slide .inner .top.icon--reservation,.property-usp-slider__slide .inner .top.icon--reservation,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--reservation,.usps__slider .stacked-slider__slide .inner .top.icon--reservation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--support,.property-amenities__slide .inner .top.icon--support,.property-usp-slider__slide .inner .top.icon--support,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--support,.usps__slider .stacked-slider__slide .inner .top.icon--support{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--survey,.property-amenities__slide .inner .top.icon--survey,.property-usp-slider__slide .inner .top.icon--survey,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--survey,.usps__slider .stacked-slider__slide .inner .top.icon--survey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--eye,.property-amenities__slide .inner .top.icon--eye,.property-usp-slider__slide .inner .top.icon--eye,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--eye,.usps__slider .stacked-slider__slide .inner .top.icon--eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23000' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--glass,.property-amenities__slide .inner .top.icon--glass,.property-usp-slider__slide .inner .top.icon--glass,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--glass,.usps__slider .stacked-slider__slide .inner .top.icon--glass{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--signpost,.property-amenities__slide .inner .top.icon--signpost,.property-usp-slider__slide .inner .top.icon--signpost,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--signpost,.usps__slider .stacked-slider__slide .inner .top.icon--signpost{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--dumbbell,.property-amenities__slide .inner .top.icon--dumbbell,.property-usp-slider__slide .inner .top.icon--dumbbell,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--dumbbell,.usps__slider .stacked-slider__slide .inner .top.icon--dumbbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--bag,.property-amenities__slide .inner .top.icon--bag,.property-usp-slider__slide .inner .top.icon--bag,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--bag,.usps__slider .stacked-slider__slide .inner .top.icon--bag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--cutlery,.property-amenities__slide .inner .top.icon--cutlery,.property-usp-slider__slide .inner .top.icon--cutlery,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--cutlery,.usps__slider .stacked-slider__slide .inner .top.icon--cutlery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--globe,.property-amenities__slide .inner .top.icon--globe,.property-usp-slider__slide .inner .top.icon--globe,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--globe,.usps__slider .stacked-slider__slide .inner .top.icon--globe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--commute,.property-amenities__slide .inner .top.icon--commute,.property-usp-slider__slide .inner .top.icon--commute,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--commute,.usps__slider .stacked-slider__slide .inner .top.icon--commute{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--designer,.property-amenities__slide .inner .top.icon--designer,.property-usp-slider__slide .inner .top.icon--designer,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--designer,.usps__slider .stacked-slider__slide .inner .top.icon--designer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--fluffy,.property-amenities__slide .inner .top.icon--fluffy,.property-usp-slider__slide .inner .top.icon--fluffy,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--fluffy,.usps__slider .stacked-slider__slide .inner .top.icon--fluffy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--movies,.property-amenities__slide .inner .top.icon--movies,.property-usp-slider__slide .inner .top.icon--movies,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--movies,.usps__slider .stacked-slider__slide .inner .top.icon--movies{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23000' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--pmshower,.property-amenities__slide .inner .top.icon--pmshower,.property-usp-slider__slide .inner .top.icon--pmshower,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--pmshower,.usps__slider .stacked-slider__slide .inner .top.icon--pmshower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--shower,.property-amenities__slide .inner .top.icon--shower,.property-usp-slider__slide .inner .top.icon--shower,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--shower,.usps__slider .stacked-slider__slide .inner .top.icon--shower{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--societym,.property-amenities__slide .inner .top.icon--societym,.property-usp-slider__slide .inner .top.icon--societym,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--societym,.usps__slider .stacked-slider__slide .inner .top.icon--societym{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--temperature,.property-amenities__slide .inner .top.icon--temperature,.property-usp-slider__slide .inner .top.icon--temperature,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--temperature,.usps__slider .stacked-slider__slide .inner .top.icon--temperature{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--telly,.property-amenities__slide .inner .top.icon--telly,.property-usp-slider__slide .inner .top.icon--telly,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--telly,.usps__slider .stacked-slider__slide .inner .top.icon--telly{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--wifi2,.property-amenities__slide .inner .top.icon--wifi2,.property-usp-slider__slide .inner .top.icon--wifi2,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--wifi2,.usps__slider .stacked-slider__slide .inner .top.icon--wifi2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--xlbed,.property-amenities__slide .inner .top.icon--xlbed,.property-usp-slider__slide .inner .top.icon--xlbed,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--xlbed,.usps__slider .stacked-slider__slide .inner .top.icon--xlbed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--art,.property-amenities__slide .inner .top.icon--art,.property-usp-slider__slide .inner .top.icon--art,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--art,.usps__slider .stacked-slider__slide .inner .top.icon--art{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--blinds,.property-amenities__slide .inner .top.icon--blinds,.property-usp-slider__slide .inner .top.icon--blinds,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--blinds,.usps__slider .stacked-slider__slide .inner .top.icon--blinds{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--computers,.property-amenities__slide .inner .top.icon--computers,.property-usp-slider__slide .inner .top.icon--computers,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--computers,.usps__slider .stacked-slider__slide .inner .top.icon--computers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--housekeeping,.property-amenities__slide .inner .top.icon--housekeeping,.property-usp-slider__slide .inner .top.icon--housekeeping,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--housekeeping,.usps__slider .stacked-slider__slide .inner .top.icon--housekeeping{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23000' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23000' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23000' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23000' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--kiosk-app-check-in,.property-amenities__slide .inner .top.icon--kiosk-app-check-in,.property-usp-slider__slide .inner .top.icon--kiosk-app-check-in,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--kiosk-app-check-in,.usps__slider .stacked-slider__slide .inner .top.icon--kiosk-app-check-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--no-fee-cancellation,.property-amenities__slide .inner .top.icon--no-fee-cancellation,.property-usp-slider__slide .inner .top.icon--no-fee-cancellation,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--no-fee-cancellation,.usps__slider .stacked-slider__slide .inner .top.icon--no-fee-cancellation{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--pool,.property-amenities__slide .inner .top.icon--pool,.property-usp-slider__slide .inner .top.icon--pool,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--pool,.usps__slider .stacked-slider__slide .inner .top.icon--pool{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--room-view,.property-amenities__slide .inner .top.icon--room-view,.property-usp-slider__slide .inner .top.icon--room-view,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--room-view,.usps__slider .stacked-slider__slide .inner .top.icon--room-view{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23000' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23000' stroke-width='2'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top.icon--signup-in,.property-amenities__slide .inner .top.icon--signup-in,.property-usp-slider__slide .inner .top.icon--signup-in,.stacked-slider--mini .stacked-slider__slide .inner .top.icon--signup-in,.usps__slider .stacked-slider__slide .inner .top.icon--signup-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.news__slider .stacked-slider__slide .inner .top:not(:empty),.property-amenities__slide .inner .top:not(:empty),.property-usp-slider__slide .inner .top:not(:empty),.stacked-slider--mini .stacked-slider__slide .inner .top:not(:empty),.usps__slider .stacked-slider__slide .inner .top:not(:empty){background-size:34px auto;font-size:1.125rem;line-height:2;padding-left:47px;width:auto}.property-amenities .slick-dotted .slick-dots li,.property-usp-slider .slick-dotted .slick-dots li,.slick_fullpage_gallery .slick-dotted .slick-dots li,.stacked-slider .slick-dotted .slick-dots li{width:10px;height:10px;border-radius:5px;border:1px solid #979797}.property-amenities .slick-dotted .slick-dots li.slick-active,.property-usp-slider .slick-dotted .slick-dots li.slick-active,.slick_fullpage_gallery .slick-dotted .slick-dots li.slick-active,.stacked-slider .slick-dotted .slick-dots li.slick-active{border-color:#000;background:#000}.property-amenities .slick-dotted .slick-dots li.slick-active:focus-within,.property-usp-slider .slick-dotted .slick-dots li.slick-active:focus-within,.slick_fullpage_gallery .slick-dotted .slick-dots li.slick-active:focus-within,.stacked-slider .slick-dotted .slick-dots li.slick-active:focus-within{-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px #000;box-shadow:0 0 0 2px #fff,0 0 0 4px #000}.property-amenities .slick-dotted .slick-dots li button,.property-usp-slider .slick-dotted .slick-dots li button,.slick_fullpage_gallery .slick-dotted .slick-dots li button,.stacked-slider .slick-dotted .slick-dots li button{opacity:0;border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.property-usp-slider .slick-arrow,.slick_fullpage_gallery .slick-arrow,.stacked-slider .slick-arrow{width:36px;height:36px;z-index:1001}.property-usp-slider .slick-arrow:before,.slick_fullpage_gallery .slick-arrow:before,.stacked-slider .slick-arrow:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;width:32px;height:32px}.property-usp-slider .slick-arrow:before:active,.property-usp-slider .slick-arrow:before:focus,.property-usp-slider .slick-arrow:before:hover,.slick_fullpage_gallery .slick-arrow:before:active,.slick_fullpage_gallery .slick-arrow:before:focus,.slick_fullpage_gallery .slick-arrow:before:hover,.stacked-slider .slick-arrow:before:active,.stacked-slider .slick-arrow:before:focus,.stacked-slider .slick-arrow:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.property-usp-slider .slick-arrow:hover:before,.slick_fullpage_gallery .slick-arrow:hover:before,.stacked-slider .slick-arrow:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}.property-usp-slider .slick-arrow:hover:before:active,.property-usp-slider .slick-arrow:hover:before:focus,.property-usp-slider .slick-arrow:hover:before:hover,.slick_fullpage_gallery .slick-arrow:hover:before:active,.slick_fullpage_gallery .slick-arrow:hover:before:focus,.slick_fullpage_gallery .slick-arrow:hover:before:hover,.stacked-slider .slick-arrow:hover:before:active,.stacked-slider .slick-arrow:hover:before:focus,.stacked-slider .slick-arrow:hover:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.property-usp-slider .slick-arrow:before,.property-usp-slider .slick-arrow:hover:before,.slick_fullpage_gallery .slick-arrow:before,.slick_fullpage_gallery .slick-arrow:hover:before,.stacked-slider .slick-arrow:before,.stacked-slider .slick-arrow:hover:before{opacity:1;content:"";background-size:contain;background-position:50%}.property-usp-slider .slick-prev,.slick_fullpage_gallery .slick-prev,.stacked-slider .slick-prev{left:25px}.property-usp-slider .slick-prev:before,.slick_fullpage_gallery .slick-prev:before,.stacked-slider .slick-prev:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.property-usp-slider .slick-next,.slick_fullpage_gallery .slick-next,.stacked-slider .slick-next{right:25px}.property-usp-slider .slick-arrow{width:27px;height:27px}.property-usp-slider .slick-arrow:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;width:23px;height:23px}.property-usp-slider .slick-arrow:before:active,.property-usp-slider .slick-arrow:before:focus,.property-usp-slider .slick-arrow:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.property-usp-slider .slick-arrow:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}.property-usp-slider .slick-arrow:hover:before:active,.property-usp-slider .slick-arrow:hover:before:focus,.property-usp-slider .slick-arrow:hover:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.news__slider .slick-arrow,.usps__slider .slick-arrow{width:48px;height:20px}.news__slider .slick-arrow.slick-next:before,.usps__slider .slick-arrow.slick-next:before{content:"";display:inline-block;line-height:1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;width:42px;height:14px}.news__slider .slick-arrow.slick-next:before:active,.news__slider .slick-arrow.slick-next:before:focus,.news__slider .slick-arrow.slick-next:before:hover,.usps__slider .slick-arrow.slick-next:before:active,.usps__slider .slick-arrow.slick-next:before:focus,.usps__slider .slick-arrow.slick-next:before:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}.news__slider .slick-arrow.slick-next:hover:before,.usps__slider .slick-arrow.slick-next:hover:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}.news__slider .slick-arrow.slick-next:hover:before:active,.news__slider .slick-arrow.slick-next:hover:before:focus,.news__slider .slick-arrow.slick-next:hover:before:hover,.usps__slider .slick-arrow.slick-next:hover:before:active,.usps__slider .slick-arrow.slick-next:hover:before:focus,.usps__slider .slick-arrow.slick-next:hover:before:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}.news__slider .slick-arrow.slick-prev:before,.usps__slider .slick-arrow.slick-prev:before{content:"";display:inline-block;line-height:1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;width:42px;height:14px}.news__slider .slick-arrow.slick-prev:before:active,.news__slider .slick-arrow.slick-prev:before:focus,.news__slider .slick-arrow.slick-prev:before:hover,.usps__slider .slick-arrow.slick-prev:before:active,.usps__slider .slick-arrow.slick-prev:before:focus,.usps__slider .slick-arrow.slick-prev:before:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-position:0}.news__slider .slick-arrow.slick-prev:hover:before,.usps__slider .slick-arrow.slick-prev:hover:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FF0038' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat}.news__slider .slick-arrow.slick-prev:hover:before:active,.news__slider .slick-arrow.slick-prev:hover:before:focus,.news__slider .slick-arrow.slick-prev:hover:before:hover,.usps__slider .slick-arrow.slick-prev:hover:before:active,.usps__slider .slick-arrow.slick-prev:hover:before:focus,.usps__slider .slick-arrow.slick-prev:hover:before:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M79 8.86H3V7.15h76z'/%3E%3Cpath d='M2.272 6.515L7.93.858l1.414 1.414L3.686 7.93l5.657 5.657L7.93 15 .858 7.929z'/%3E%3C/g%3E%3C/svg%3E");background-position:0}.news__slider .slick-arrow,.property-usp-slider .slick-arrow,.usps__slider .slick-arrow{z-index:1001}.news__slider .slick-prev,.property-usp-slider .slick-prev,.usps__slider .slick-prev{left:-33px}.news__slider .slick-next,.property-usp-slider .slick-next,.usps__slider .slick-next{right:-33px}.news__slider .slick-track,.usps__slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.news__slider .slick-slide,.usps__slider .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}@media screen and (max-width:47.9375rem){.news__slider .stacked-slider__slide,.property-usp-slider__slide,.usps__slider .stacked-slider__slide{padding-right:10px;padding-top:10px;opacity:1!important}.news__slider .stacked-slider__slide:first-child,.property-usp-slider__slide:first-child,.usps__slider .stacked-slider__slide:first-child{position:relative}.news__slider .slick-active.stacked-slider__slide,.slick-active.property-usp-slider__slide,.usps__slider .slick-active.stacked-slider__slide{-webkit-transform:scale(1);transform:scale(1)}.news__slider .slick-current.stacked-slider__slide,.slick-current.property-usp-slider__slide,.usps__slider .slick-current.stacked-slider__slide{z-index:999!important;-webkit-transform:translate(0);transform:translate(0)}.news__slider .slick-wx-next--right.stacked-slider__slide,.slick-wx-next--right.property-usp-slider__slide,.usps__slider .slick-wx-next--right.stacked-slider__slide{z-index:998!important;-webkit-transform:translate(5px,-5px);transform:translate(5px,-5px)}.news__slider .slick-wx-next--left.stacked-slider__slide,.slick-wx-next--left.property-usp-slider__slide,.usps__slider .slick-wx-next--left.stacked-slider__slide{z-index:997!important;-webkit-transform:translate(10px,-10px);transform:translate(10px,-10px)}.news__slider .stacked-slider--mini .stacked-slider__slide,.news__slider .stacked-slider--reverse .stacked-slider__slide,.stacked-slider--mini .news__slider .stacked-slider__slide,.stacked-slider--mini .property-usp-slider__slide,.stacked-slider--mini .usps__slider .stacked-slider__slide,.stacked-slider--reverse .news__slider .stacked-slider__slide,.stacked-slider--reverse .property-usp-slider__slide,.stacked-slider--reverse .usps__slider .stacked-slider__slide,.usps__slider .stacked-slider--mini .stacked-slider__slide,.usps__slider .stacked-slider--reverse .stacked-slider__slide{padding-top:0;padding-right:10px;padding-bottom:10px}.news__slider .stacked-slider--mini .slick-wx-next--right.stacked-slider__slide,.news__slider .stacked-slider--reverse .slick-wx-next--right.stacked-slider__slide,.stacked-slider--mini .news__slider .slick-wx-next--right.stacked-slider__slide,.stacked-slider--mini .slick-wx-next--right.property-usp-slider__slide,.stacked-slider--mini .usps__slider .slick-wx-next--right.stacked-slider__slide,.stacked-slider--reverse .news__slider .slick-wx-next--right.stacked-slider__slide,.stacked-slider--reverse .slick-wx-next--right.property-usp-slider__slide,.stacked-slider--reverse .usps__slider .slick-wx-next--right.stacked-slider__slide,.usps__slider .stacked-slider--mini .slick-wx-next--right.stacked-slider__slide,.usps__slider .stacked-slider--reverse .slick-wx-next--right.stacked-slider__slide{-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}.news__slider .stacked-slider--mini .slick-wx-next--left.stacked-slider__slide,.news__slider .stacked-slider--reverse .slick-wx-next--left.stacked-slider__slide,.stacked-slider--mini .news__slider .slick-wx-next--left.stacked-slider__slide,.stacked-slider--mini .slick-wx-next--left.property-usp-slider__slide,.stacked-slider--mini .usps__slider .slick-wx-next--left.stacked-slider__slide,.stacked-slider--reverse .news__slider .slick-wx-next--left.stacked-slider__slide,.stacked-slider--reverse .slick-wx-next--left.property-usp-slider__slide,.stacked-slider--reverse .usps__slider .slick-wx-next--left.stacked-slider__slide,.usps__slider .stacked-slider--mini .slick-wx-next--left.stacked-slider__slide,.usps__slider .stacked-slider--reverse .slick-wx-next--left.stacked-slider__slide{z-index:80!important;-webkit-transform:translate(10px,10px);transform:translate(10px,10px)}.news__slider .slick-initialized .stacked-slider__slide,.slick-initialized .news__slider .stacked-slider__slide,.slick-initialized .property-usp-slider__slide,.slick-initialized .usps__slider .stacked-slider__slide,.usps__slider .slick-initialized .stacked-slider__slide{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s!important;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s!important;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,transform .3s cubic-bezier(.4,0,.2,1) 0s!important;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,transform .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s!important;opacity:1!important}}@media screen and (min-width:48rem){.slick-initialized .stacked-slider__slide{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s!important;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s!important;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,transform .3s cubic-bezier(.4,0,.2,1) 0s!important;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,transform .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s!important;opacity:1!important;padding-right:10px;padding-top:10px}.slick-initialized .stacked-slider__slide:first-child{position:relative}.slick-initialized .slick-current.stacked-slider__slide{z-index:999!important;-webkit-transform:translate(0);transform:translate(0)}.slick-initialized .slick-wx-next--right.stacked-slider__slide{z-index:998!important;-webkit-transform:translate(5px,-5px);transform:translate(5px,-5px)}.slick-initialized .slick-wx-next--left.stacked-slider__slide{z-index:997!important;-webkit-transform:translate(10px,-10px);transform:translate(10px,-10px)}.slick-initialized .stacked-slider--mini .stacked-slider__slide,.slick-initialized .stacked-slider--reverse .stacked-slider__slide,.stacked-slider--mini .slick-initialized .stacked-slider__slide,.stacked-slider--reverse .slick-initialized .stacked-slider__slide{padding-top:0;padding-right:10px;padding-bottom:10px}.slick-initialized .stacked-slider--mini .slick-wx-next--right.stacked-slider__slide,.slick-initialized .stacked-slider--reverse .slick-wx-next--right.stacked-slider__slide,.stacked-slider--mini .slick-initialized .slick-wx-next--right.stacked-slider__slide,.stacked-slider--reverse .slick-initialized .slick-wx-next--right.stacked-slider__slide{-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}.slick-initialized .stacked-slider--mini .slick-wx-next--left.stacked-slider__slide,.slick-initialized .stacked-slider--reverse .slick-wx-next--left.stacked-slider__slide,.stacked-slider--mini .slick-initialized .slick-wx-next--left.stacked-slider__slide,.stacked-slider--reverse .slick-initialized .slick-wx-next--left.stacked-slider__slide{z-index:80!important;-webkit-transform:translate(10px,10px);transform:translate(10px,10px)}}.stacked-slider{width:100%;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0)}.stacked-slider .slick_fp_toggle{width:1.3125rem;height:1.3125rem;top:2.3125rem;right:2.1875rem}@media screen and (max-width:47.9375rem){.stacked-slider .slick_fp_toggle{top:.75rem;right:.75rem}}.stacked-slider__wrapper{position:relative}.stacked-slider__wrapper .stacked-slider__slide{opacity:0;height:0;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;pointer-events:none}.stacked-slider__wrapper .stacked-slider__slide:first-child{opacity:1;height:auto;pointer-events:inherit}.stacked-slider__wrapper.slick-initialized,.stacked-slider__wrapper.slick-initialized.slick-slider{margin-bottom:0}.stacked-slider__wrapper.slick-initialized.slick-slider .stacked-slider__slide,.stacked-slider__wrapper.slick-initialized .stacked-slider__slide{height:auto;opacity:1;pointer-events:inherit}.stacked-slider__wrapper.no-slick-initialized .stacked-slider__slide{height:auto;opacity:1;pointer-events:inherit;-webkit-transition:none;transition:none}.stacked-slider__wrapper .slick-slide{line-height:0}.stacked-slider__slide{display:block}.stacked-slider__slide.deaktivate{display:none!important}.stacked-slider__slide .tag{position:absolute;top:10px;left:10px}.stacked-slider__slide .content{position:relative;width:100%}.stacked-slider--mini .slick-initialized .stacked-slider__slide{width:100%}@media screen and (min-width:48rem){.stacked-slider__slide .tag{top:27px;left:25px}}@media screen and (max-width:47.9375rem){.slick-initialized .stacked-slider__slide{opacity:.05!important}.slick-initialized .stacked-slider__slide.slick-current{opacity:1!important}}@media screen and (min-width:48rem){.stacked-slider--opacity .stacked-slider__slide.slick-wx-next--right .content:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.stacked-slider--opacity .stacked-slider__slide.slick-wx-next--left .content:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}}.stacked-slider.stacked-slider--dotsinside .slick-dots{bottom:5px}.stacked-slider.stacked-slider--dotsinside .slick-dots li{border-color:#fff}.stacked-slider.stacked-slider--dotsinside .slick-dots li.slick-active{border-color:#fff;background:#fff}@media screen and (min-width:48rem){.stacked-slider.stacked-slider--dotsinside .slick-dots{bottom:15px}}.inline-target .property-amenities,.property-amenities{padding-bottom:1px}.inline-target .property-amenities .slick-dots,.property-amenities .slick-dots{bottom:-28px}.inline-target .property-amenities>header h2,.property-amenities>header h2{margin-top:0;margin-bottom:1.25rem}@media screen and (min-width:48rem){.inline-target .property-amenities,.property-amenities{padding-bottom:1.5625rem}div.wrapper .inline-target .property-amenities>header h2,div.wrapper .property-amenities>header h2{margin-bottom:3.75rem}}.property-amenities__wrapper{--aminities-gap:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.property-amenities__wrapper.slick-initialized .slick-list,.property-amenities__wrapper:not(.slick-initialized){margin-left:calc(var(--aminities-gap)/-2);margin-right:calc(var(--aminities-gap)/-2)}.property-amenities__wrapper .slick-slide{opacity:1;margin:0}.property-amenities__wrapper .slick-slide .property-amenities__slide{padding:0}.property-amenities__wrapper .slick-slide.slick-wx-next--left,.property-amenities__wrapper .slick-slide.slick-wx-next--right,.property-amenities__wrapper .slick-slide.slick-wx-unloading--left,.property-amenities__wrapper .slick-slide.slick-wx-unloading--right{-webkit-transform:none;transform:none}.property-amenities__wrapper.slick-dotted{padding-bottom:1px;margin-bottom:0}.property-amenities__slide{opacity:1;width:calc(50% - var(--aminities-gap)/2);margin:0 0 calc(var(--aminities-gap)/2);padding:0 calc(var(--aminities-gap)/2)!important}.property-amenities__slide .content .inner{font-size:1.125rem;padding:1.0625rem 1.125rem 1.25rem}@media screen and (min-width:48rem){.property-amenities__slide{width:25%;margin-bottom:1.25rem}.property-amenities__slide .content .inner .top{left:1.0625rem}}@media screen and (min-width:62rem) and (max-width:74.9375rem){.property-amenities__slide{width:33.33333%}}.property-amenities__slide .content:after{padding-bottom:138px}@media screen and (min-width:48rem){.property-amenities__slide .content:after{padding-bottom:77.77778%}}@media screen and (min-width:62rem) and (max-width:74.9375rem){.property-amenities__slide .content:after{padding-bottom:138px}}.property-text-image .property-text-image__content .image{position:relative;margin-bottom:1.25rem}.property-text-image .property-text-image__content .image img{width:100%;height:auto}.property-text-image .property-text-image__content .image .tag{position:absolute;top:1.25rem;left:1.375rem}.property-text-image .property-text-image__content .button.outline:focus{color:#000}.property-text-image .property-text-image__content .button.outline:focus:after{border-left-color:#ff0038!important}@media screen and (min-width:48rem){div.wrapper .property-text-image>header h2{margin-bottom:1.25rem}}@media screen and (min-width:48rem) and (max-width:61.9375rem){.property-text-image .property-text-image__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.property-text-image .image{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:59.788%;-ms-flex-preferred-size:59.788%;flex-basis:59.788%}.property-text-image .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:calc(40.212% - 64px);-ms-flex-preferred-size:calc(40.212% - 64px);flex-basis:calc(40.212% - 64px)}.property-text-image .text p{font-size:1.25rem;line-height:1.5em}.property-text-image .text p+.button{margin-top:1.375rem}.property-text-image .text .button-xl{padding-top:12px!important;padding-bottom:12px!important}}@media screen and (min-width:62rem) and (max-width:74.9375rem){.property-text-image .image{position:relative}.property-text-image .image:after{content:"";display:block;padding-bottom:56.25%}.property-text-image .image>img{position:absolute;width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}}@media screen and (min-width:75rem){.property-text-image .property-text-image__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.property-text-image .image{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:59.788%;-ms-flex-preferred-size:59.788%;flex-basis:59.788%}.property-text-image .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:calc(40.212% - 64px);-ms-flex-preferred-size:calc(40.212% - 64px);flex-basis:calc(40.212% - 64px)}.property-text-image .text p{font-size:1.25rem;line-height:1.5em}.property-text-image .text p+.button{margin-top:1.375rem}.property-text-image .text .button-xl{padding-top:12px!important;padding-bottom:12px!important}}.property-text-map+.stacked-slider{margin-top:-1.1875rem}.property-text-map>header h1{margin-top:0}div.wrapper .property-text-map>header h1,div.wrapper .property-text-map>header h2{margin-bottom:0}.property-text-map .property-text-map__content{position:relative}.property-text-map .property-text-map__content .map__toggle{position:absolute!important;right:0;top:-.5rem;-webkit-transform:translateY(-100%);transform:translateY(-100%);margin-right:0}.property-text-map .property-text-map__content .map__toggle:not([data-no-a11y]):focus{top:-.375rem!important;right:-2px}@media screen and (min-width:48rem){.property-text-map{margin-bottom:2.8125rem}.property-text-map>header h1{margin-top:0}.property-text-map a.map__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:3rem!important}.property-text-map .property-text-map__content .map__toggle{top:-.75rem}.property-text-map .property-text-map__content .map__toggle:not([data-no-a11y]):focus{top:-.75rem!important}.property-text-map .property-text-map__content p{font-size:1.25rem;line-height:1.5;padding-top:.6875rem}.property-text-map .property-text-map__content [aria-hidden=false]+p{padding-top:.9375rem}}.property-text-map__map,.property-text-map__map .map__container{height:467px}.property-usp-slider{padding-bottom:1.5625rem;-webkit-transform:translateZ(0);transform:translateZ(0);margin-left:-13px;margin-right:-13px}.property-usp-slider .slick-dots{bottom:-38px}@media screen and (max-width:47.9375rem){.property-usp-slider{padding-bottom:1.875rem;padding-left:36px;padding-right:33px}}.property-usp-slider__wrapper .stacked-slider__slide{opacity:0;height:0;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;pointer-events:none}.property-usp-slider__wrapper .stacked-slider__slide:first-child{opacity:1;height:auto;pointer-events:inherit}.property-usp-slider__wrapper.slick-initialized,.property-usp-slider__wrapper.slick-initialized.slick-slider{margin-bottom:0}.property-usp-slider__wrapper.slick-initialized.slick-slider .stacked-slider__slide,.property-usp-slider__wrapper.slick-initialized .stacked-slider__slide{height:auto;opacity:1;pointer-events:inherit}.property-usp-slider__wrapper.no-slick-initialized .stacked-slider__slide{height:auto;opacity:1;pointer-events:inherit;-webkit-transition:none;transition:none}.property-usp-slider__wrapper .slick-slide{line-height:0}.property-usp-slider__slide{opacity:1}.property-usp-slider__slide .inner h3{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}@media screen and (min-width:48rem){.property-usp-slider__slide{margin:0 13px}.property-usp-slider__slide.slick-wx-next--left,.property-usp-slider__slide.slick-wx-next--right,.property-usp-slider__slide.slick-wx-unloading--left,.property-usp-slider__slide.slick-wx-unloading--right{-webkit-transform:none;transform:none}.property-usp-slider__slide .inner{padding:1.375rem 1.0625rem}.property-usp-slider__slide .inner .top{top:15px;left:16px}}@media screen and (min-width:67.5rem){.property-usp-slider__slide .inner{font-size:2.5rem;line-height:1.15}}.property-usp-slider__slide .content:after{padding-bottom:270px}@media screen and (min-width:48rem){.property-usp-slider__slide .content:after{padding-bottom:68%}}@media screen and (min-width:48rem) and (max-width:61.9375rem){.property-usp-slider__slide .content:after{padding-bottom:247px}}@media screen and (min-width:62rem) and (max-width:67.4375rem){.property-usp-slider__slide .content:after{padding-bottom:89%}}@media screen and (min-width:67.5rem) and (max-width:74.9375rem){.property-usp-slider__slide .content:after{padding-bottom:247px}}.inline-target .property-text-usp,.property-text-usp{margin-left:-.75rem;margin-right:-.75rem;border:1px solid #ddd;padding:2rem 2rem 1.625rem}div.wrapper .inline-target .property-text-usp>header h2,div.wrapper .property-text-usp>header h2{margin-top:0;margin-bottom:10px}.inline-target .property-text-usp ul.property-text-usp__list,.property-text-usp ul.property-text-usp__list{margin-bottom:1em}.inline-target .property-text-usp ul.property-text-usp__list li,.property-text-usp ul.property-text-usp__list li{font-size:1.125rem;line-height:1.11111;margin-left:.25rem;margin-bottom:1.3rem;padding-left:3.875rem;min-height:2rem;padding-top:.375rem}.inline-target .property-text-usp ul.property-text-usp__list li[data-listicon]:before,.property-text-usp ul.property-text-usp__list li[data-listicon]:before{height:2rem;width:2rem}@media screen and (min-width:48rem){.inline-target .property-text-usp,.property-text-usp{padding:2.5rem 2.125rem 2.125rem;margin-left:0;margin-right:0}div.wrapper .inline-target .property-text-usp>header h2,div.wrapper .property-text-usp>header h2{margin-bottom:1.5rem}.inline-target .property-text-usp .property-text-usp__content,.property-text-usp .property-text-usp__content{display:-webkit-box;display:-ms-flexbox;display:flex}.inline-target .property-text-usp .property-text-usp__content>*,.property-text-usp .property-text-usp__content>*{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.inline-target .property-text-usp .property-text-usp__content p,.property-text-usp .property-text-usp__content p{font-size:1.125rem;line-height:1.666667;margin-bottom:0}.inline-target .property-text-usp .property-text-usp__content ul.property-text-usp__list,.property-text-usp .property-text-usp__content ul.property-text-usp__list{padding-left:2.6875rem}}.inline-target .property-faq .property-faq__header,.inline-target .property-faq .propery-faq__question,.property-faq .property-faq__header,.property-faq .propery-faq__question{position:relative;display:block}.inline-target .property-faq .property-faq__header:after,.inline-target .property-faq .propery-faq__question:after,.property-faq .property-faq__header:after,.property-faq .propery-faq__question:after{content:"";display:block;height:23px;width:23px;position:absolute;right:13px;top:13px;background-image:url(../images/arrow-down-black.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;-webkit-transition:-webkit-transform .21s ease-out;transition:-webkit-transform .21s ease-out;transition:transform .21s ease-out;transition:transform .21s ease-out,-webkit-transform .21s ease-out}.inline-target .property-faq a:hover,.property-faq a:hover{color:inherit}.inline-target .property-faq .property-faq__container,.property-faq .property-faq__container{padding:0;border:1px solid #ddd;margin-left:-.75rem;margin-right:-.75rem}.inline-target .property-faq .property-faq__header,.property-faq .property-faq__header{width:100%;padding:0 .8125rem .8125rem 1.25rem;border-left:4px solid #ddd;font-size:1.375rem;line-height:2.01}.inline-target .property-faq .property-faq__header h3,.property-faq .property-faq__header h3{font-family:inherit;font-size:inherit;line-height:inherit;margin:0;padding:0;display:inline-block;line-height:1}.inline-target .property-faq .property-faq__header small,.property-faq .property-faq__header small{margin-top:-.5em;display:block;font-size:.75rem;line-height:1.666667}.inline-target .property-faq .property-faq__slider,.property-faq .property-faq__slider{padding:0;max-height:0;overflow:hidden;display:none;-webkit-transition:max-height .3s cubic-bezier(.4,0,.2,1) 0s;transition:max-height .3s cubic-bezier(.4,0,.2,1) 0s}.inline-target .property-faq .property-faq__slider .faq_info,.property-faq .property-faq__slider .faq_info{background:rgba(255,186,0,.05)}.inline-target .property-faq .open>.property-faq__slider,.property-faq .open>.property-faq__slider{max-height:1999px;display:block}.inline-target .property-faq .propery-faq__question,.property-faq .propery-faq__question{font-size:.8125rem;margin:0;line-height:1;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;position:relative;padding:.9375rem 1.875rem 10px;display:block;background:rgba(255,186,0,.1)}.inline-target .property-faq .propery-faq__question h4,.property-faq .propery-faq__question h4{display:inline-block}.inline-target .property-faq .propery-faq__question:before,.property-faq .propery-faq__question:before{content:"";display:block;position:absolute;left:1.25rem;top:19px;height:4px;width:4px;border-radius:50%;background:#000}.inline-target .property-faq .faq_info,.property-faq .faq_info{padding:13px 10px}.inline-target .property-faq .faq_info_header h5,.property-faq .faq_info_header h5{font-size:.75rem;line-height:1;position:relative;padding-left:10px}.inline-target .property-faq .faq_info_header h5:before,.property-faq .faq_info_header h5:before{content:"";display:block;position:absolute;left:0;top:4px;height:2px;width:2px;border-radius:50%;border:1px solid #000}@media screen and (min-width:48rem){div.wrapper .inline-target .property-faq>header h2,div.wrapper .property-faq>header h2{margin-bottom:2.1875rem}.inline-target .property-faq .property-faq__container,.property-faq .property-faq__container{margin-left:0;margin-right:0}.inline-target .property-faq .property-faq__header,.property-faq .property-faq__header{padding:.5625rem .8125rem .8125rem 1.25rem;font-size:1.75rem;line-height:1.64286}.inline-target .property-faq .property-faq__header:after,.property-faq .property-faq__header:after{top:22px}.inline-target .property-faq .property-faq__header small,.property-faq .property-faq__header small{font-size:1.125rem;line-height:1.666667}.inline-target .property-faq .propery-faq__question,.property-faq .propery-faq__question{padding:.9375rem 2.1875rem 20px;font-size:1.25rem;background-position:calc(100% - 20px) 20px}.inline-target .property-faq .propery-faq__question:hover,.property-faq .propery-faq__question:hover{background-position:calc(100% - 20px) 20px}.inline-target .property-faq .propery-faq__question:before,.property-faq .propery-faq__question:before{top:21px;height:8px;width:8px}.inline-target .property-faq .faq_info,.property-faq .faq_info{padding:15px 20px 7px}.inline-target .property-faq .faq_info>*,.property-faq .faq_info>*{padding-left:0;padding-right:0}.inline-target .property-faq .faq_info .faq_info_content,.property-faq .faq_info .faq_info_content{padding:0 20px}.inline-target .property-faq .faq_info_header h5,.property-faq .faq_info_header h5{font-size:1.125rem;padding-left:20px}.inline-target .property-faq .faq_info_header h5:before,.property-faq .faq_info_header h5:before{top:5px;height:4px;width:4px;border:2px solid #000}}.open .property-faq__header:after,.property-faq__slider .open>.propery-faq__question:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faq-yellow .property-faq__header,.inline-target .faq-yellow .property-faq__header{border-left-color:rgba(249,186,2,.4)}.faq-yellow.open .property-faq__header,.inline-target .faq-yellow.open .property-faq__header{background-color:rgba(249,186,2,.4);border-left-color:transparent}.faq-yellow .propery-faq__question,.inline-target .faq-yellow .propery-faq__question{background-color:rgba(249,186,2,.25)}.faq-yellow .property-faq__slider .faq_info,.inline-target .faq-yellow .property-faq__slider .faq_info{background-color:rgba(249,186,2,.1)}.faq-green .property-faq__header,.inline-target .faq-green .property-faq__header{border-left-color:rgba(3,211,134,.4)}.faq-green.open .property-faq__header,.inline-target .faq-green.open .property-faq__header{background-color:rgba(3,211,134,.4);border-left-color:transparent}.faq-green .propery-faq__question,.inline-target .faq-green .propery-faq__question{background-color:rgba(3,211,134,.25)}.faq-green .property-faq__slider .faq_info,.inline-target .faq-green .property-faq__slider .faq_info{background-color:rgba(3,211,134,.1)}.faq-purple .property-faq__header,.inline-target .faq-purple .property-faq__header{border-left-color:rgba(94,49,232,.4)}.faq-purple.open .property-faq__header,.inline-target .faq-purple.open .property-faq__header{background-color:rgba(94,49,232,.4);border-left-color:transparent}.faq-purple .propery-faq__question,.inline-target .faq-purple .propery-faq__question{background-color:rgba(94,49,232,.25)}.faq-purple .property-faq__slider .faq_info,.inline-target .faq-purple .property-faq__slider .faq_info{background-color:rgba(94,49,232,.1)}.inline-target .property-faq .property-faq__header:focus,.property-faq .property-faq__header:focus{border-width:1px 1px 1px 5px;-webkit-box-shadow:none;box-shadow:none}.inline-target .property-faq .property-faq__header:focus h3,.property-faq .property-faq__header:focus h3{border:2px solid transparent;-webkit-box-shadow:0 0 0 2px #000;box-shadow:0 0 0 2px #000}.inline-target .property-faq .propery-faq__question:focus,.property-faq .propery-faq__question:focus{border:none;-webkit-box-shadow:none;box-shadow:none}.inline-target .property-faq .propery-faq__question:focus h4,.property-faq .propery-faq__question:focus h4{border:2px solid transparent;-webkit-box-shadow:0 0 0 2px #000;box-shadow:0 0 0 2px #000}.inline-target .news,.news{padding-left:2.5rem;padding-right:2.5rem}.inline-target .news .stacked-slider__slide .content,.news .stacked-slider__slide .content{background-color:#fff;color:#000}.inline-target .news .content,.news .content{padding-bottom:1.25rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.inline-target .news .content .tag,.news .content .tag{border-radius:4px;margin-left:0;margin-right:0;top:10px;left:10px}.inline-target .news .content h3,.news .content h3{font-size:1.5rem;line-height:1.25;margin-top:.6875rem;margin-bottom:.6875rem}.inline-target .news .content>*,.news .content>*{margin-left:1.375rem;margin-right:1.375rem;max-width:calc(100% - 44px)}.inline-target .news .content>.deal,.inline-target .news .content>p,.inline-target .news .content>ul,.news .content>.deal,.news .content>p,.news .content>ul{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;line-height:1.875}.inline-target .news .content>.image,.inline-target .news .content>img,.news .content>.image,.news .content>img{margin:0;max-width:unset}.inline-target .news .content>.image,.news .content>.image{height:180px;overflow:hidden;margin-left:-1px;margin-right:-1px;margin-top:-1px;max-width:calc(100% + 2px)}.inline-target .news .content>.image img,.news .content>.image img{max-width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.inline-target .news .content a.button,.news .content a.button{width:225px;margin-left:calc(50% - 112px);min-width:180px}.inline-target .news .footer,.news .footer{margin-top:10px}.inline-target .news .footer>*,.news .footer>*{line-height:2}@media screen and (min-width:48rem){.inline-target .news,.news{padding-left:3rem;padding-right:3rem}.inline-target .news>header h2,.news>header h2{margin-bottom:1.5625rem}.inline-target .news .slick-list,.news .slick-list{margin-left:-12px;margin-right:-12px}.inline-target .news .stacked-slider__slide,.news .stacked-slider__slide{width:33.33333%;margin-left:12px;margin-right:12px}.inline-target .news .content .tag,.news .content .tag{top:1.25rem;left:1.1875rem}.inline-target .news .content a.button,.news .content a.button{margin-left:1.375rem;max-width:calc(100% - 44px);min-width:22px}.inline-target .news .content>.image,.inline-target .news .content>.image img,.news .content>.image,.news .content>.image img{height:271px}}@media screen and (min-width:62rem){.inline-target .news>header h2,.news>header h2{font-size:3.75rem}}@media screen and (min-width:81rem){.inline-target .news,.news{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:0;padding-right:0}}.news .deal{margin-bottom:.9375rem}.news .deal p{color:#929292;margin-bottom:0;line-height:1.875}.news .deal p b{color:#000}@media screen and (max-width:47.9375rem){.news__slider .stacked-slider__slide{padding-top:0;padding-right:10px;padding-bottom:10px}.news__slider .stacked-slider__slide.slick-wx-next--right{-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}.news__slider .stacked-slider__slide.slick-wx-next--left{z-index:80!important;-webkit-transform:translate(10px,10px);transform:translate(10px,10px)}}@media screen and (min-width:48rem){.news__slider .slick-initialized .stacked-slider__slide{-webkit-transform:translate(0);transform:translate(0);padding:0}}@media screen and (max-width:47.9375rem){.news__slider .slick-arrow{top:180px}}.news__slider .slick-arrow:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 15'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M0 6h40v2H0z'/%3E%3Cpath d='M35.071 14.142l-1.414-1.414 5.657-5.657-5.657-5.657L35.07 0l7.071 7.071-7.07 7.071z'/%3E%3C/g%3E%3C/svg%3E")}@media screen and (min-width:48rem){.news__slider{margin-right:-24px}.news__slider .slick-arrow.slick-prev{left:-48px}.news__slider .slick-arrow.slick-next{right:-24px}}@media screen and (min-width:1320px){.news__slider .slick-arrow.slick-prev{left:-63px}.news__slider .slick-arrow.slick-next{right:-39px}}.usps ul.iconlist li{min-height:2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:3.25em;margin-bottom:1em}.usps ul.iconlist li[data-listicon=edit-booking]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.536 9.636l2.828 2.828-9.9 9.9-2.828-2.828zM8.929 20.243l-1.414 4.242 4.242-1.414zM23.072 6.1L25.9 8.93l-2.121 2.121-2.829-2.828z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=invoice-black]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=no-payment-needed]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 13h-8v-2h8zm-12 0H8v-2h4zm12 3h-5v-2h5zm-9 0H8v-2h7z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3Cpath d='M21 22H8v-2h13z'/%3E%3Cpath d='M10 13v9H8v-9zm14-2v8h-2v-8zm-8 2l-2-2h2.072l.966 1zm3 3l-2-2h2.072l.966 1z'/%3E%3Cpath d='M22 19l2 2v-3.023z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=soundproof-windows]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 6h-8v-2h8zm0 10H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm3 8v2H9v-2zm3-2v6h-2v-6zm3-2v10h-2V11zm3-4v18h-2V7zm6 0v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=add-ons]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 5h22v22H5z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M17 9v6h6v2h-6v6h-2v-6.001L9 17v-2l6-.001V9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=add-to-wallet]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 4v4h4v2H9.999L10 14H8l-.001-4H4V8h4V4h2z'/%3E%3Cpath d='M26 6v2l-.001 4H27v8h-1l-.001 4H26v2H6V15h2l-.001 9h16L24 20h-9v-2h9.999L25 14H15v-2h8.999L24 8h-9V6h11zm-4 9v2h-4v-2h4z'/%3E%3Cpath d='M15 12h2v8h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=ask-us]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M12 14h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2zm3 0h-2v-2h2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M24 7v12.004H13.586L9 23.587v-4.583H7V7h17z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=breakfast]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M10 21h8v2h-8z'/%3E%3Cpath d='M21.999 21.002h-6v2h6z'/%3E%3Cpath d='M21.21 20.357l-1 1.732 4.447 2.567 1.464-1.464-4.91-2.835zm2.973-4.91l-1.732 1 3.813 6.602 1.463-1.464-3.544-6.138zm-8.184-5.445v2h3.874l.175-2h-4.049z'/%3E%3Cpath d='M25.18 12.957l-5.796-1.553-.517 1.932 5.795 1.553z'/%3E%3Cpath d='M24.055 12.656l-4.419 9.474 1.813.845 4.566-9.794-1.96-.525zm.99 11.612l2.121-2.121-1.414-1.415-2.121 2.122zm-6.126-1.361l1.046-11.954-1.993-.175-1.045 11.955zm-8.13-2.552l1 1.732-4.447 2.567-1.464-1.464 4.91-2.835zm-2.973-4.91l1.732 1-3.813 6.602-1.463-1.464 3.544-6.138zM17 10v2h-4.874l-.175-2H17z'/%3E%3Cpath d='M6.819 12.955l5.795-1.553.518 1.932-5.796 1.553z'/%3E%3Cpath d='M7.944 12.653l4.418 9.475-1.812.845-4.566-9.795 1.96-.525zm-.99 11.612l-2.121-2.121 1.414-1.414 2.121 2.12zm6.126-1.361L12.034 10.95l1.993-.174 1.046 11.954z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=cancellation]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 24V8h2v16zm18 0V8h2v16zm-3.757-2.343l-9.9-9.9 1.414-1.414 9.9 9.9z'/%3E%3Cpath d='M21.657 11.757l-9.9 9.9-1.414-1.414 9.9-9.9zM26 8H6V6h20zm0 18H6v-2h20z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=cashless]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M10.62 11.629l3.724 3.723h-2.042a3.84 3.84 0 00-.024.417l-.001.206c0 .3.025.598.05.872h3.511l1.87 1.869h-4.833c.74 1.577 2.144 2.604 3.817 2.687l.22.005c1.124 0 1.976-.272 2.66-.826l1.891 1.889c-1.178.98-2.708 1.529-4.55 1.529-3.315 0-6.057-2.168-7.079-5.283H7.965v-1.87h1.47a9.675 9.675 0 01-.05-.872c0-.2.026-.399.026-.623H7.965v-1.844H9.76c.208-.67.498-1.301.86-1.88zm6.28 1.878h4.2l-1.147 1.845h-1.207L16.9 13.507zM17.186 8c2.368 0 4.362.847 5.782 2.467l-1.395 2.243c-.848-1.246-2.368-2.118-4.287-2.118a4.85 4.85 0 00-2.58.72L12.764 9.37A7.693 7.693 0 0117.186 8z'/%3E%3Cpath d='M23.778 25.192L6.808 8.222l1.414-1.414 16.97 16.97z'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=cashless]:before,.usps ul.iconlist li[data-listicon=coffee]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=coffee]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M8 24h13v2H8zm0-14h13v2H8zm12 4h4v2h-4zm0 6h4v2h-4z'/%3E%3Cpath fill='%23000' d='M8 12h2v14H8zm11 0h2v14h-2zm4 2h2v8h-2z'/%3E%3Cpath stroke='%23000' d='M11.789 8.655L10 6.865l1.789-1.788L10 3.288m4.789 5.078L13 6.577l1.789-1.788L13 3m4.789 5.655L16 6.865l1.789-1.788L16 3.288'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=contactless-stay]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M20 20.414l2 2V24h-2v-3.586zM22 9v10.585l-2-2V9h2zm-3-1v8h-.585L17 14.584V8h2zm-5 6.413l.587.587H14v-.587zM16 7v6.584l-2-2V7h2z'/%3E%3Cpath d='M14 22h8v2h-8z'/%3E%3Cpath d='M7.757 15.343l8.486 8.485-.172.171h-2.486l-7.242-7.242 1.414-1.414zM11 11.414l2 2V18h-2v-6.586zM13 9v1.585L11.414 9H13z'/%3E%3Cpath d='M14.085 14.5l2 2H11.5v-2h2.585zm7.415 0v2h-2.586l-1.999-2H21.5z'/%3E%3Cpath d='M6.807 9.222l1.414-1.414L24.485 24.07l-1.415 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=discount]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7.418 16.626l1.414-1.414 9.9 9.899-1.414 1.414zm7.779-7.779l1.414-1.414 9.9 9.9-1.415 1.414z'/%3E%3Cpath d='M8.125 7.06h8.113l2 2H8.125v-2zm7.779 18.051l9.192-9.192 1.415 1.414-9.193 9.192z'/%3E%3Cpath d='M7.125 7.06h2v11.272l-2-2V7.061zm3.95 5.95v-2h2v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=download-app]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff'%3E%3Cpath stroke-width='2' d='M8 3h16v26H8z'/%3E%3Cpath d='M15.5 8.5h1v13h-1z'/%3E%3Cpath stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=explore-city]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.032 7.102L25 9.659v14.824l-6.032-2.585-6 3L7 22.341V7.517l6.032 2.585 6-3zM13 10v15m6-18v15' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=find-hotel]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18 26v-7l-4-.001V26H4V10h4V4h16v6h4v16H18zm2-2h2V6l-12-.001V24h2v-7h8v7zm6-12h-2v12h2V12zM8 12H6v11.999h2V12z'/%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=find-hotel]:before,.usps ul.iconlist li[data-listicon=home]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=home]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5.357l8.968 8.081v11.477H7.043V13.438L16 5.358z' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=invoice]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M24 26H8V6h16v20zM10 7.999V24h12V8l-12-.001z'/%3E%3Cpath d='M11 21v-2h10v2zm0-3v-2h10v2zm0-6v-2h4v2zm0 3v-2h10v2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=notification]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M15 20h2v2h-2zm0-7h2v6h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M16 6.076l10.77 18.877H5.254L16 6.076z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=overview]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 5h9v9H5zm0 13h9v9H5zM18 5h9v9h-9zm0 13h9v9h-9z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=park-your-car]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v22H5z'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M14.244 22v-4.216h2.771c2.329 0 3.842-1.581 3.842-3.774 0-2.312-1.428-3.808-3.893-3.808H12V22h2.244zm2.703-6.273h-2.703v-3.434h2.703c1.037 0 1.666.527 1.666 1.717s-.629 1.717-1.666 1.717z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=reservation]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M25 12v2H7v-2zM10 6h2v4h-2zm10 0h2v4h-2z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 9h18v16H7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=support]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M13.003 11H20v17l-5-5H4v-4.01h1.974v2.005h9.848l2.17 2.17v-10.17h-4.99z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M27 7v13.586L23.414 17H13V7h14z'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=support]:before,.usps ul.iconlist li[data-listicon=survey]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=survey]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M10 14h2v9h-2zm10 4h2v5h-2zm-5-9h2v14h-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=eye]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 15'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-8 -13.439)'%3E%3Ccircle cx='21.22' cy='21.22' r='12.73'/%3E%3Cpath fill='%23fff' d='M21.22 14.146c4.95 0 9.05 2.237 12.244 6.66l.299.414-.3.414c-3.193 4.422-7.294 6.659-12.243 6.659-4.95 0-9.05-2.237-12.245-6.66l-.299-.413.3-.415c3.194-4.422 7.294-6.659 12.244-6.659zm0 1.415c-4.287 0-7.84 1.837-10.71 5.554l-.08.105.08.104c2.804 3.633 6.262 5.47 10.418 5.551l.292.003c4.286 0 7.84-1.837 10.71-5.554l.078-.104-.078-.105c-2.805-3.633-6.263-5.47-10.42-5.551zm0 1.768a3.89 3.89 0 110 7.78 3.89 3.89 0 010-7.78zm0 1.415a2.476 2.476 0 100 4.951 2.476 2.476 0 000-4.951z'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=eye]:before,.usps ul.iconlist li[data-listicon=glass]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=glass]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 22'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.777.625c1.918 0 3.473 1.539 3.473 3.438 0 1.898-1.555 3.437-3.473 3.437-.662 0-1.28-.183-1.807-.501l-5.835 6.22v6.655l2.779.001v1.375H6.967v-1.375l2.778-.001v-6.692L.855 3.745a.22.22 0 01-.052-.095l-.007-.055a.22.22 0 01.22-.22h18.846a.22.22 0 01.16.37l-2.074 2.211.155.059c.211.071.438.11.674.11a2.073 2.073 0 002.084-2.063A2.074 2.074 0 0018.777 2c-.908 0-1.68.574-1.966 1.374h-1.438A3.466 3.466 0 0118.777.625zM17.184 4.75H3.7l6.755 7.172 6.728-7.172z'/%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=signpost]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.219 22.016l-4.407-4.45 4.407-4.451h9.914v-2.226H5.219V1.988h9.914V.875h2.203v1.113h9.914l4.406 4.45-4.406 4.451h-9.914v2.226h9.914v8.901h-9.914v15.578h-2.203V22.016H5.219zm19.828-6.676H6.13l-2.203 2.225 2.203 2.226h18.916V15.34zm1.29-11.127H7.422v4.45h18.915l2.204-2.225-2.204-2.225z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=dumbbell]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 37'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.967 1.494l-4.284 4.284 6.462 6.462L12.24 23.145l-6.462-6.462-4.284 4.284 1.615 1.615-2.726 2.726 11.309 11.31 2.726-2.727 1.615 1.615 4.284-4.284-6.462-6.462L24.76 13.855l6.462 6.462 4.284-4.284-1.615-1.615 2.726-2.726L25.308.382 22.582 3.11l-1.615-1.615zm-9.723 32.34l-8.077-8.078 1.558-1.558 8.077 8.077-1.558 1.558zm6.29-3.059l-1.948 1.948-11.309-11.31 1.948-1.947 11.309 11.31zm1.932-24.55l1.948-1.948 11.309 11.31-1.948 1.947-11.309-11.31zm6.29-3.058l8.077 8.077-1.558 1.558-8.077-8.077 1.558-1.558z'/%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=bag]:before,.usps ul.iconlist li[data-listicon=dumbbell]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=bag]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.469.688a4.276 4.276 0 014.277 4.275h4.91L22.25 18.5H.687L2.282 4.963h4.91A4.276 4.276 0 0111.47.687zm-4.277 5.7H3.548L2.29 17.075h18.356L19.388 6.387h-3.642v1.451c0 .38-.308.687-.687.687h-.052a.687.687 0 01-.687-.687v-1.45H8.616l.001 1.45c0 .38-.307.687-.686.687h-.053a.687.687 0 01-.686-.687v-1.45zm4.277-4.276a2.85 2.85 0 00-2.852 2.85h5.703a2.851 2.851 0 00-2.536-2.832l-.173-.014z'/%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=cutlery]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 23'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.429.688c1.737 0 3.133 6.876 3.133 12.371v.707h-2.437v8.484H8.732V1.45a.704.704 0 01.697-.762zm.696 3.153v8.511h1.039c-.046-2.5-.362-6.138-.86-7.918a15.299 15.299 0 00-.18-.593zm-8.357-2.8v7.272c0 .19.149.347.336.353.224.008.46.015.708.02V1.042h1.393v7.645a66.7 66.7 0 00.709-.02.351.351 0 00.336-.354V1.041h1.393v7.423c0 .976-.78 1.768-1.741 1.768h-.697V22.25H2.812V10.232h-.696c-.961 0-1.741-.792-1.741-1.768V1.041h1.393z'/%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=cutlery]:before,.usps ul.iconlist li[data-listicon=globe]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=globe]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.469 5.176c5.436 0 9.844 4.494 9.844 10.037 0 5.543-4.408 10.037-9.844 10.037-5.437 0-9.844-4.494-9.844-10.037 0-5.543 4.407-10.037 9.844-10.037zM6.984 19.572l.074.197c.494 1.269 1.217 2.525 2.17 3.771l.16.206c.124.016.25.03.377.04v-3.938a21.118 21.118 0 01-2.781-.276zm6.662.042c-.827.126-1.652.204-2.474.233v3.94a8.33 8.33 0 00.057-.005l.188-.242c.992-1.296 1.734-2.604 2.23-3.926zM18.31 18.4l-.258.094c-.94.335-1.879.608-2.815.82-.414 1.354-1.055 2.688-1.92 4 2.276-.832 4.1-2.632 4.993-4.914zm-15.684-.012a8.556 8.556 0 004.604 4.771c-.83-1.284-1.444-2.59-1.841-3.915a23.443 23.443 0 01-2.763-.856zm3.845-5.06l-.02.1a11.78 11.78 0 00-.2 2.144c0 .834.093 1.662.28 2.484 1.079.22 2.157.348 3.236.385l-.001-4.74a20.672 20.672 0 01-3.295-.373zm7.717.057c-1.011.176-2.016.28-3.015.315v4.74a20.17 20.17 0 002.93-.329c.196-.842.293-1.688.293-2.54 0-.719-.07-1.448-.208-2.186zm4.207-1.13l-.193.07a25.61 25.61 0 01-2.637.778c.158.829.237 1.652.237 2.469 0 .74-.064 1.473-.193 2.201 1.052-.272 2.11-.63 3.173-1.07.082-.484.125-.982.125-1.49 0-1.039-.18-2.035-.512-2.958zm-15.819-.084l-.034.091a8.825 8.825 0 00-.388 4.414c.958.412 1.915.751 2.872 1.02a12.516 12.516 0 01-.181-2.124c0-.847.084-1.7.253-2.562a21.606 21.606 0 01-2.522-.839zM9.47 6.67c-1.251 1.81-2.138 3.575-2.659 5.29.976.188 1.961.299 2.955.334V6.64a7.232 7.232 0 00-.296.03zm1.702-.03v5.652a20.51 20.51 0 002.68-.277c-.479-1.6-1.275-3.242-2.393-4.928l-.286-.422.03-.023-.031-.002zm1.933.398l.205.34c.87 1.472 1.513 2.923 1.928 4.355.852-.2 1.71-.455 2.572-.764a8.496 8.496 0 00-4.705-3.93zm-5.646.137l-.107.042a8.518 8.518 0 00-4.178 3.673c.75.3 1.503.55 2.263.754.433-1.469 1.108-2.959 2.022-4.47zm3.48-6.3V2.75h.205c.404 0 .732.328.732.732v1.143H9.062V3.482c0-.404.328-.732.733-.732h.204L10 .875h.938z'/%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=commute]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M6 8h13v2H6zm20 10v4H14v-4h12zm-8 1h-2v1h2v-1zm6 0h-2v1h2v-1zm-12 3H5v-4h1v-1h6v5zm-2-3H8v1h2v-1zm6-6h8v2h-8z'/%3E%3Cpath d='M5 21V8h2v13zm3.134-.232l1.732 1L8.577 24H6.268l1.866-3.232zM15 24v-2h2v2zm8 0v-2h2v2zm-6-13V8h2v3zm-3 7.005l1.34-5.007 2.07.003-2.046 7.639-1.359-.364zm12.003 0l-1.34-5-2.072-.006 2.02 7.537 1.39-.373z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=designer]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M8 5h16v2H8zm2 12h12v2H10zm10-5h7v2h-7zM5 12h7v2H5zm0 10h22v2H5z'/%3E%3Cpath d='M5 13h2v11H5zm20 0h2v11h-2zm-5 0h2v6h-2zm-10 0h2v6h-2zm-2 9h2v4H8zm14 0h2v4h-2zM8.774 5l1.364 7.732-1.97.348L6.744 5h2.03zm16.491 0l-1.408 7.989-1.97-.347L23.234 5h2.031z'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=designer]:before,.usps ul.iconlist li[data-listicon=fluffy]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=fluffy]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M18.745 8.585l1.971 3.414h-2.31l-1.393-2.414a1 1 0 00-1.262-.419l-.104.053-7.794 4.5a1 1 0 00-.419 1.262l.053.104 2.5 4.33a1 1 0 001.013.49v2.007a3 3 0 01-2.745-1.497l-2.5-4.33a3 3 0 011.098-4.098l7.794-4.5a3 3 0 014.098 1.098z'/%3E%3Cpath d='M24 13a3 3 0 013 3v5a3 3 0 01-3 3h-9a3 3 0 01-3-3v-5a3 3 0 013-3h9zm0 2h-9a1 1 0 00-.993.883L14 16v5a1 1 0 00.883.993L15 22h9a1 1 0 00.993-.883L25 21v-5a1 1 0 00-.883-.993L24 15z'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=movies]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 10h18v13H7z'/%3E%3Cpath fill='%23fff' d='M13.44 10.998l2.979 4h-2.83l-3.009-4zm5 0l2.979 4h-2.83l-3.009-4zm4.59 0l2.55 4h-2.422l-2.578-4z'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=movies]:before,.usps ul.iconlist li[data-listicon=pmshower]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=pmshower]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M12 5h6v2h-6zm2 2h4v4h-4zm-3 4h10v2H11zm0 14h10v2H11z'/%3E%3Cpath d='M11 27V11h2v16zm8 0V11h2v16z'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=shower]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M21 13H11v-2h10zm-7 1v2h-2v-2zm0 6v2h-2v-2zm3 2v2h-2v-2zm0-6v2h-2v-2zm3 2v2h-2v-2zm0 6v2h-2v-2zm5-16H15V6h10z'/%3E%3Cpath d='M26 6v20h-2V6zm-9 0v4h-2V6z'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=shower]:before,.usps ul.iconlist li[data-listicon=societym]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=societym]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M7 15.026l10.037 2.69-.27 1.011-.768.782-10.993-2.946v-.002H5v-.207l-.002-.07.002-.007V10h22v6.561L25 17v-5H7v3.026z'/%3E%3Cpath d='M26.554 14.61l-11.591 3.106.222.829.815.964 11.003-2.948v-.273z'/%3E%3Cpath d='M6 25v-9h2v7h16v-7h2v9H6zm6-18h2v4h-2zm6 0h2v4h-2z'/%3E%3Cpath d='M12 7h8v2h-8zm2.996 9.623h2v4h-2z'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=temperature]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M13 9h2v11h-2zm4 0h2v11h-2zm-4-2h6v2h-6z'/%3E%3Cpath fill-rule='nonzero' d='M20 22a4 4 0 11-5-3.874v2.142a2 2 0 102.001 0v-2.142A4.002 4.002 0 0120 22z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=telly]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5 9h22v13H5zm8 13h6v2h-6z' fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=telly]:before,.usps ul.iconlist li[data-listicon=wifi2]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=wifi2]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26 10v2H6v-2zm-3 4v2H9v-2zm-3 4v2h-8v-2zm-3 4v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=xlbed]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M4 14h24v6H4zm3-4h9v4H7zm9 0h9v4h-9z'/%3E%3Cpath fill='%23000' d='M6 21h2v2H6zm18 0h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=art]:before,.usps ul.iconlist li[data-listicon=xlbed]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=art]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 10h18v14H7z'/%3E%3Cpath stroke-linecap='square' d='M16 8v2'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=blinds]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath d='M8 7v18H6V7zm15 1v14h-2V8z'/%3E%3Cpath d='M7 16h18v2H7zm0-3h18v2H7zm0-3h18v2H7z'/%3E%3Cpath d='M26 7v18h-2V7z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=computers]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M7 8h18v12H7z'/%3E%3Cpath stroke-linecap='square' d='M6.5 22.5h19'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=housekeeping]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M17 5h7v3h-7z'/%3E%3Cpath fill='%23fff' d='M20 6h3v5h-3z'/%3E%3Cpath fill='%23fff' d='M16 6h6v2h-6z'/%3E%3Cpath fill='%23fff' d='M16.606 10.753l2-3.464.866.5-2 3.464z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.88 11.382h3.472l1.99 3.486-.262 8.529-.007 1.985h-8.73l.122-7.995 2.99-2.52v-3.485z'/%3E%3Cpath fill='%23fff' d='M8 3v1H7V3zM7 7h1V6H7zm0 4h1v-1H7zm3-2h1V8h-1zm1-4v1h-1V5zm3 1v1h-1V6z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=kiosk-app-check-in]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10 7h12v14H10zm0 14h12v4.987L10 26z'/%3E%3Cpath stroke-linecap='square' d='M18 18h1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=no-fee-cancellation]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='M17.557 15.466c1.08 0 1.847-.553 2.23-1.456h-1.055c-.273.383-.63.57-1.175.57-.605 0-1.116-.357-1.38-.919h1.712l.391-.638h-2.29a3.305 3.305 0 01-.017-.298c0-.069 0-.145.008-.213h2.614l.392-.63h-2.835c.272-.596.834-.997 1.532-.997.656 0 1.175.298 1.465.724l.476-.766C19.14 10.289 18.46 10 17.65 10c-1.209 0-2.196.783-2.537 1.882H14.5v.63h.494c0 .076-.009.144-.009.213 0 .102.009.204.017.298H14.5v.638h.639c.349 1.064 1.285 1.805 2.418 1.805z'/%3E%3Cpath d='M9 10.619l1.998 2L11 22.999h10v-.379l2 2.001V25H9V10.619zM23 7v14.793l-2.002-2.001L21 9H11v.791L9 7.792V7h14z'/%3E%3C/g%3E%3Cpath d='M22.617 26.238L5.647 9.268 7.06 7.853l16.97 16.971z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=pool]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M21 18.889c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.089c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.58zM21 14.444c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=pool]:before,.usps ul.iconlist li[data-listicon=room-view]:before{content:"";display:inline-block;line-height:1;background-repeat:no-repeat;width:1.75rem;height:1.75rem}.usps ul.iconlist li[data-listicon=room-view]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M26 9H6V7h20zm0 16H6v-2h20z'/%3E%3Cpath fill='%23fff' d='M8 7v18H6V7zm18 0v18h-2V7z'/%3E%3Ccircle cx='19.5' cy='13.5' r='2.5' stroke='%23fff' stroke-width='2'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 16.944L17.234 24H8.766L13 16.944z'/%3E%3C/g%3E%3C/svg%3E")}.usps ul.iconlist li[data-listicon=signup-in]:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M22 11V8h2v3zm0 12v-3h2v3zm3.475-11.39l1.414-1.413 1.414 1.414-1.414 1.414zm-5.657 5.658l4.95-4.95 1.414 1.414-4.95 4.95zm-.708.707l-.706 2.121 2.121-.707zM8 24V8h2v16z'/%3E%3Cpath d='M24 9H8V7h16zm-3 4H11v-2h10zm-3 4h-7v-2h7zm-2 4h-5v-2h5zm8 4H8v-2h16zm-2-5l2-2v3zm2-9l-2 2v-3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:1.75rem;height:1.75rem}@media screen and (min-width:48rem){.usps{min-height:unset;margin-bottom:1.125em}.usps ul.iconlist li:before{top:.5rem}}.usps-fullwidth{padding-bottom:0;margin-bottom:3.75rem;max-width:100vw}.usps-fullwidth .usps__innerWrap{max-width:75rem;padding:2rem 1.5rem 1.875rem}.inline-target>.usps-fullwidth .usp>header>h2,.inline-target>.usps-fullwidth header>h2,.usps-fullwidth .usp>header>h2,.usps-fullwidth header>h2{margin-top:0;font-size:2rem;line-height:1.1875;margin-bottom:1.25rem}.usps-fullwidth p{line-height:1.875}.usps-fullwidth li{line-height:1.25}@media screen and (max-width:47.9375rem){.usps-fullwidth .button{width:225px;margin-left:calc(50% - 112px);min-width:180px}.usps-fullwidth .button+.button{margin-top:.625rem}}@media screen and (min-width:48rem){.usps-fullwidth .usps__innerWrap{padding:4.1875rem 0 3.75rem;display:-webkit-box;display:-ms-flexbox;display:flex}.usps-fullwidth .usps__innerWrap .content{width:66.666666%;padding:0 3rem}.usps-fullwidth .usps__innerWrap .content>a.button{display:inline-block;margin-top:3.75rem;margin-right:0}.usps-fullwidth .usps__innerWrap .aside{width:33.33333%;padding-right:3rem}div.wrapper .inline-target>.usps-fullwidth .usp>header>h2,div.wrapper .inline-target>.usps-fullwidth header>h2,div.wrapper .usps-fullwidth .usp>header>h2,div.wrapper .usps-fullwidth header>h2{font-size:3.75rem;line-height:1;margin-bottom:1.5rem}.usps-fullwidth p{font-size:1.125rem;line-height:1.66667}.usps-fullwidth ul.iconlist{margin-top:1.0625rem}.usps-fullwidth ul.iconlist li{font-size:1.5rem;line-height:1.25}.usps-fullwidth .button{width:280px;max-width:calc(50% - 20px)}.usps-fullwidth .button+.button{margin-left:1.5rem}}@media screen and (min-width:78rem){.usps-fullwidth .usps__innerWrap{margin:0 auto;padding-left:0;padding-right:0}.usps-fullwidth .usps__innerWrap .content{padding-left:0}.usps-fullwidth .usps__innerWrap .aside{padding-right:0}}@media screen and (min-width:48rem) and (max-width:61.9375rem){.usps-fullwidth .usps__innerWrap .button+.button{margin-left:0;margin-top:1.5rem!important;display:block!important}}.inline-target .usps-stacked,.usps-stacked{padding-left:2.5rem;padding-right:2.5rem}@media screen and (min-width:48rem){.inline-target .usps-stacked,.usps-stacked{padding-left:3rem;padding-right:3rem}.inline-target .usps-stacked .slick-list,.usps-stacked .slick-list{margin-left:-12px;margin-right:-12px}.inline-target .usps-stacked .stacked-slider__slide,.usps-stacked .stacked-slider__slide{width:33.33333%;margin-left:12px;margin-right:12px}}@media screen and (min-width:500px) and (max-width:783px){.inline-target .usps-stacked .stacked-slider__wrapper .stacked-slider__slide .content:after,.usps-stacked .stacked-slider__wrapper .stacked-slider__slide .content:after{padding-bottom:0}.inline-target .usps-stacked .stacked-slider__wrapper .stacked-slider__slide .content>.inner,.usps-stacked .stacked-slider__wrapper .stacked-slider__slide .content>.inner{position:static;padding-top:60px}}@media screen and (min-width:62rem){.inline-target .usps-stacked .content .inner,.usps-stacked .content .inner{font-size:2.625rem;line-height:1}}@media screen and (min-width:75rem){.inline-target .usps-stacked .content .inner,.usps-stacked .content .inner{font-size:3.75rem}}@media screen and (min-width:78rem){.inline-target .usps-stacked,.usps-stacked{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:0;padding-right:0}}@media screen and (max-width:47.9375rem){.usps__slider .stacked-slider__slide .inner{font-size:2rem}.usps__slider .stacked-slider__slide .inner .top{line-height:1.27778!important;background-size:23px auto!important;padding-left:38px!important}}@media screen and (min-width:48rem){.usps__slider .slick-initialized .stacked-slider__slide{-webkit-transform:translate(0);transform:translate(0);padding:0}}.usps__slider .slick-arrow:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 15'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M0 6h40v2H0z'/%3E%3Cpath d='M35.071 14.142l-1.414-1.414 5.657-5.657-5.657-5.657L35.07 0l7.071 7.071-7.07 7.071z'/%3E%3C/g%3E%3C/svg%3E")}@media screen and (min-width:48rem){.usps__slider .slick-arrow.slick-prev{left:-48px}.usps__slider .slick-arrow.slick-next{right:-24px}}@media screen and (min-width:78rem){.usps__slider .slick-arrow.slick-prev{left:-63px}.usps__slider .slick-arrow.slick-next{right:-39px}}div.cc-list,fieldset.cc-list{--list-item-height:50px;--list-item-mb:39px;--circle-size:24px;margin-top:1.3125rem}div.cc-list .radio[type=radio]+label:before,fieldset.cc-list .radio[type=radio]+label:before{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-color:#ddd}div.cc-list .radio[type=radio]+label:after,fieldset.cc-list .radio[type=radio]+label:after{top:50%;-webkit-transform:scale(0) translateY(-50%)!important;transform:scale(0) translateY(-50%)!important}div.cc-list .radio[type=radio]:checked+label:after,fieldset.cc-list .radio[type=radio]:checked+label:after{-webkit-transform:translateY(-50%) scale(1)!important;transform:translateY(-50%) scale(1)!important}div.cc-list .radio--group,fieldset.cc-list .radio--group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}div.cc-list li,fieldset.cc-list li{overflow:visible;min-height:var(--list-item-height);margin-bottom:calc(var(--list-item-mb) - 1.2em);width:100%;padding-bottom:1.2em;border-bottom:1px solid #ddd}div.cc-list li:last-child,fieldset.cc-list li:last-child{margin-bottom:1.25rem}div.cc-list label,fieldset.cc-list label{height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;padding-right:1.3125rem;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}div.cc-list .radio[type=radio]+label,fieldset.cc-list .radio[type=radio]+label{padding-left:3rem}@media screen and (max-width:579px){div.cc-list label,fieldset.cc-list label{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:0}div.cc-list .radio[type=radio]+label,fieldset.cc-list .radio[type=radio]+label{padding-left:2rem}div.cc-list .radio[type=radio]+label:before,fieldset.cc-list .radio[type=radio]+label:before{left:-.5rem}div.cc-list .radio[type=radio]+label:after,fieldset.cc-list .radio[type=radio]+label:after{left:-.25rem}}@media screen and (min-width:580px){div.cc-list label,fieldset.cc-list label{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:48rem){div.cc-list,fieldset.cc-list{--list-item-height:53px;--list-item-mb:37px}div.cc-list label,fieldset.cc-list label{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;padding-right:0}div.cc-list .radio[type=radio]+label,fieldset.cc-list .radio[type=radio]+label{padding-left:2.5625rem}}@media screen and (min-width:62rem){div.cc-list,fieldset.cc-list{--list-item-mb:34px}div.cc-list .radio[type=radio]+label,fieldset.cc-list .radio[type=radio]+label{padding-left:2.8125rem}}.cc-image{--image-width:3.75rem;--image-height:2.4375rem;-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:var(--image-width);flex-basis:var(--image-width);width:var(--image-width);height:var(--image-height);margin-right:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.cc-image img{display:inline-block;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}@media screen and (max-width:579px){.cc-image{--image-width:3.125rem;--image-height:2rem;margin-right:.75rem}}@media screen and (min-width:48rem){.cc-image{--image-width:4.25rem;--image-height:2.75rem;margin-right:1.5rem}}.cc-desc{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.cc-desc .cc-desc__holder{margin-top:5px;color:#5a5a5a;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:.875rem;line-height:1.2857142857;margin-bottom:.25rem}@media screen and (max-width:579px){.cc-desc{width:calc(100% - 44px)}}@media screen and (min-width:48rem){.cc-desc .cc-desc__number{font-size:1.125rem;line-height:1.6666666667;margin-bottom:0}}@media screen and (min-width:48rem){.cc-desc .cc-desc__holder{margin-top:.5rem}}.cc_data{position:relative}@media screen and (max-width:47.9375rem){.cc_data .tag{font-size:.875rem;line-height:1;top:0!important}}.cc-delete{-ms-flex-item-align:end;align-self:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.5rem;font-size:.875rem;line-height:1.2}.cc-delete :not(.cc-icon){line-height:1.6;margin-left:10px}.cc-delete:hover{color:#000}.cc-delete:hover .cc-icon:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23000' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:14px;height:17px}.cc-delete:hover .cc-icon:before:active,.cc-delete:hover .cc-icon:before:focus,.cc-delete:hover .cc-icon:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FFF' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23FFF' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E")}@media screen and (min-width:48rem){.cc-delete:hover .cc-icon:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23000' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:16px;height:21px}.cc-delete:hover .cc-icon:before:active,.cc-delete:hover .cc-icon:before:focus,.cc-delete:hover .cc-icon:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FFF' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23FFF' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E")}}@media screen and (min-width:48rem){.cc-delete{font-size:1rem}}.cc-icon:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23FF0038' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:14px;height:17px}.cc-icon:before:active,.cc-icon:before:focus,.cc-icon:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FFF' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23FFF' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E")}.cc-icon:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23000' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.cc-icon:hover:before:active,.cc-icon:hover:before:focus,.cc-icon:hover:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FFF' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23FFF' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E")}@media screen and (min-width:48rem){.cc-icon:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FF0038' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23FF0038' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:16px;height:21px}.cc-icon:before:active,.cc-icon:before:focus,.cc-icon:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FFF' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23FFF' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E")}.cc-icon:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23000' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23000' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.cc-icon:hover:before:active,.cc-icon:hover:before:focus,.cc-icon:hover:before:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FFF' stroke-width='2' d='M6 1h6v4H6zM3 5h12v15H3z'/%3E%3Cpath fill='%23FFF' d='M0 4h18v2H0zm6 4h2v9H6zm4 0h2v9h-2z'/%3E%3C/g%3E%3C/svg%3E")}}.cc-icon:before{background-position:bottom}.cc-othercard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-size:1.125rem;line-height:1.3333333333;margin-bottom:0}#payment-othercard[aria-hidden=false]{overflow:visible}.profile_cc_handle .button{min-width:12.25rem!important}@media screen and (max-width:61.9375rem){.profile_cc_handle .button{min-width:100%!important}}.profile_cc_handle .button.submit_black{min-width:12.25rem!important}@media screen and (max-width:61.9375rem){.profile_cc_handle .button.submit_black{min-width:100%!important}}.bigform div.cc-list li{position:relative}.bigform div.cc-list li:after{content:"";position:absolute;bottom:-.875rem;width:100%;height:1px;background-color:#ddd}.bigform .cc-desc__holder{color:#5a5a5a;font-size:.875rem;line-height:1.2857142857}.bigform .profile_cc_handle{-ms-flex-wrap:wrap;flex-wrap:wrap}.bigform .profile_cc_handle .button{min-width:12.25rem!important}@media screen and (max-width:61.9375rem){.bigform .profile_cc_handle .button{min-width:100%!important}}.bigform .profile_cc_handle .button.submit_black{min-width:12.25rem!important}@media screen and (min-width:62rem){.bigform .profile_cc_handle .button{margin-bottom:1rem}}section.booking-data.registerpage_container{margin:108px auto 60px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:81rem;padding-left:0;padding-right:0;padding-bottom:0}@media screen and (min-width:48rem){section.booking-data.registerpage_container{margin-top:120px;margin-bottom:120px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media screen and (min-width:62rem){section.booking-data.registerpage_container{padding-left:20px;margin-top:200px;margin-bottom:200px;padding-right:91px}}.registerpage_info{padding:32px 25px 8px;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;background:#fafafb}.registerpage_info .usp>header h2,.registerpage_info h2,.usp>header .registerpage_info h2{font-size:2rem;margin-top:0;line-height:1.18;margin-bottom:21px}.registerpage_info>p{line-height:1.875;margin-bottom:20px}.registerpage_info ul.iconlist{margin-bottom:0}.registerpage_info li.listitem-with-icon{padding-left:48px;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;margin-bottom:15px;overflow:visible}.registerpage_info li.listitem-with-icon:last-child{margin-bottom:0}@media screen and (min-width:48rem){.registerpage_info{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:62rem){.registerpage_info{padding:29px 55px 45px}.registerpage_info .usp>header h2,.registerpage_info h2,.usp>header .registerpage_info h2{font-size:3.75rem;line-height:1;margin-bottom:40px}.registerpage_info p{line-height:1.6666666667}.registerpage_info ul{margin-top:40px}.registerpage_info ul li.listitem-with-icon{font-size:1.5rem;min-height:45px;margin-bottom:30px;padding-left:100px}.registerpage_info ul li.listitem-with-icon:before{width:35px;height:35px}}.registerpage_form{padding:30px 25px 10px;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.registerpage_form h1{font-size:2rem;line-height:1.1875;margin:0}.registerpage_form .form-field,.registerpage_form .form-row{margin-left:0;margin-right:0;padding-left:0}.registerpage_form .move-label label{left:0}.registerpage_form .registerpage_login_alert{padding:10px;margin-top:12px;background:rgba(255,186,0,.2)}.registerpage_form .registerpage_login_alert p{font-size:.75rem;margin:0;line-height:1.6666666667}.registerpage_form .registerpage_login_alert p a{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;text-decoration:underline}.registerpage_form .ibe_details_form_wrapper{margin-top:0;max-width:510px}.registerpage_form .cc-list,.registerpage_form .ibe_details_terms{margin-top:20px;margin-bottom:20px}.registerpage_form .agreement{max-width:510px}.registerpage_form .agreement p{font-size:.75rem;margin-bottom:0}.registerpage_form .button{display:block;width:100%}.registerpage_form .submit_wrapper{max-width:510px}.registerpage_form .country_selector_wrapper,.registerpage_form .telefone_wrapper{margin-top:0}@media screen and (min-width:48rem){.registerpage_form{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width:62rem){.registerpage_form h1{font-size:3.75rem;line-height:1}.registerpage_form .countryOfResidence_wrapper.form-row{margin-top:50px}.registerpage_form .country_selector_wrapper{margin-top:0;margin-bottom:10px}.registerpage_form .registerpage_login_alert{padding:20px 20px 15px 16px}.registerpage_form .registerpage_login_alert p{font-size:1rem;line-height:1.25}.registerpage_form .submit_wrapper{text-align:right}.registerpage_form .button{display:inline-block;width:auto;min-width:280px}.registerpage_form .cc-list,.registerpage_form .ibe_details_terms{margin-top:50px}}.subscription_product_module ul.iconlist{margin-top:30px;margin-bottom:0}.subscription_product_module ul.iconlist .listitem-with-icon{padding-left:70px;margin-bottom:15px;overflow:visible;line-height:20px;font-size:.875rem}.subscription_product_module ul.iconlist .listitem-with-icon:last-child{margin-bottom:5px}.subscription_product_module ul.iconlist .listitem-with-icon span{display:block;font-size:1rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.subscription_product_module ul.iconlist .listitem-with-icon:before{left:20px;top:6px}.subscription_product_module .outline{background:#fff;border:1px solid #ddd}@media screen and (max-width:47.9375rem){.subscription_product_module .outline{margin:22px 23px}}@media screen and (max-width:61.9375rem){.subscription_product_module.manage{padding-bottom:0}.subscription_product_module.manage .subscription_product_left .button{margin-top:30px}}@media screen and (min-width:48rem) and (max-width:61.9375rem){.subscription_product_module.manage{padding-left:25px;padding-right:25px}.subscription_product_module .outline{margin-left:0;margin-right:0}}@media screen and (min-width:48rem) and (max-width:61.9375rem){.subscription_product_module{padding-left:3rem;padding-right:3rem}}@media screen and (min-width:62rem){.subscription_product_module{max-width:1220px;padding-left:25px;padding-right:25px}.subscription_product_module ul.iconlist.mobile{display:none}.subscription_product_module ul.iconlist .listitem-with-icon{padding-left:100px;margin-bottom:9px;line-height:1.3888888889;font-size:1.125rem;min-height:100px}.subscription_product_module ul.iconlist .listitem-with-icon span{font-size:1.5rem;line-height:1.0416666667;margin-bottom:4px}.subscription_product_module ul.iconlist .listitem-with-icon:before{width:30px;height:30px;left:35px;top:0}}.subscription_product_header{margin-bottom:30px;padding-left:25px;padding-right:25px}.subscription_product_header h1{line-height:1.15;margin-bottom:17px;margin-top:35px}@media screen and (min-width:62rem){.subscription_product_header{padding-left:0;padding-right:0;margin-bottom:24px}.subscription_product_header h1{font-size:3.75rem;line-height:.7666666667;margin-bottom:24px}}.subscription_product_row{padding:20px 25px 25px;background:#fafafb}@media screen and (min-width:62rem){.subscription_product_row{padding:54px 55px 55px;display:-webkit-box;display:-ms-flexbox;display:flex}}.subscription_product_left .usp>header h2,.subscription_product_left h2,.usp>header .subscription_product_left h2{line-height:1.15;margin:0 0 17px}.subscription_product_left .tag{display:inline-block;margin-bottom:20px;font-size:.875rem}.subscription_product_left .price_content{margin-bottom:20px}.subscription_product_left .big_price{display:block;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:2.25rem;margin:0}.subscription_product_left .strike_price{text-decoration:line-through}.subscription_product_left .button{display:block;font-size:1.125rem}@media screen and (min-width:62rem){.subscription_product_left{-webkit-box-flex:1;-ms-flex:1 0 calc(50% - 40px);flex:1 0 calc(50% - 40px);padding-right:40px}.subscription_product_left .usp>header h2,.subscription_product_left h2,.usp>header .subscription_product_left h2{font-size:3.75rem;line-height:1;margin-bottom:26px}.subscription_product_left .button{display:inline-block;min-width:280px}.subscription_product_left .tag{margin-bottom:19px}.subscription_product_left>p{margin-bottom:34px}.subscription_product_left .price_content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:end;align-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:30px}.subscription_product_left .big_price{line-height:1;padding-right:35px}.subscription_product_left .big_price,.subscription_product_left .strike_price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.subscription_product_left .strike_price{line-height:24px}}.subscription_product_right{display:none}@media screen and (min-width:62rem){.subscription_product_right{-webkit-box-flex:1;-ms-flex:1 0 calc(50% - 40px);flex:1 0 calc(50% - 40px);padding-left:40px;display:-webkit-box;display:-ms-flexbox;display:flex}}.seo-page main>section.superheader,.superheader{padding-bottom:177.777778%}.superheader{--plyr-color-main:#ff0038;--plyr-video-controls-background:none;--plyr-badge-border-radius:0px;--plyr-control-radius:0px;--plyr-menu-radius:0px;--plyr-range-thumb-background:var(--plyr-color-main);--plyr-range-thumb-shadow:0 0 0 #fff;--plyr-range-thumb-height:5px;height:0;position:relative;overflow:hidden;margin-bottom:3.75rem}.superheader .plyr__poster{background-size:cover}.superheader.hero{max-width:100vw}.superheader__video{bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.superheader__image,.superheader__video{min-width:100%;min-height:100%}.superheader__overlay{position:absolute;top:0;left:0;right:0;bottom:0;max-width:79.75rem;margin-left:auto;margin-right:auto;padding-top:110px;padding-bottom:98px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}.superheader__text{color:#fff;padding:0 1.5rem;pointer-events:auto}.superheader__text .usp>header h2,.superheader__text h1,.superheader__text h2,.usp>header .superheader__text h2{text-shadow:0 2px 11px rgba(0,0,0,.3);margin-top:0;max-width:796px}.superheader__text h1{font-size:3.125rem;line-height:1;margin-bottom:5.5rem}.superheader__text .usp>header h2,.superheader__text h2,.usp>header .superheader__text h2{font-size:1.125rem;line-height:1.5555555556;margin-bottom:.1875rem}.superheader__buttons{pointer-events:auto}.superheader__buttons .button:focus{margin-bottom:calc(1rem - 2px)!important}.superheader__buttons .button:focus+br+.button{margin-top:0!important}.superheader__buttons .button.small:focus{padding:1.0625rem}.superheader .plyr__controls{position:absolute;z-index:22;width:996px;max-width:100vw;top:177.777778vw;bottom:auto!important;left:50%!important;right:auto!important;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;-ms-flex-wrap:wrap;flex-wrap:wrap}.superheader .plyr__controls .plyr__progress__container{min-width:100%}.superheader .plyr__controls .plyr__time--duration{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}@media screen and (max-width:374px){.superheader__text h1{font-size:2.5rem;line-height:1.2;margin-bottom:2rem}.superheader__text .usp>header h2,.superheader__text h2,.usp>header .superheader__text h2{font-size:1.125rem;line-height:1.5555555556;margin-bottom:.1875rem}}@media screen and (max-width:47.9375rem){.superheader,.superheader__image{min-height:177.777778vw}.superheader__image{max-width:unset}.superheader__image img{width:auto;max-width:unset;height:177.777778vw}.superheader__buttons{padding:0 1.5rem}.superheader__buttons .button{width:100%;margin-left:0!important}.superheader .plyr{max-width:unset;min-height:177.777778vw}.superheader .plyr video{width:auto;min-height:177.777778vw}.superheader .plyr__time--current{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}.superheader .plyr__poster{max-width:unset;min-width:100%;min-height:177.777778vw}}@media screen and (min-width:48rem){.seo-page main>section.superheader,.superheader{padding-bottom:42.85714286%}.superheader{margin-bottom:5rem}.plyr__video-wrapper .superheader__video{left:0;-webkit-transform:none;transform:none}.superheader__overlay{padding-top:14%;padding-bottom:48px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.superheader__text{padding:0 3rem}.superheader__text h1{margin-bottom:12px}.superheader__text .usp>header h2,.superheader__text h2,.usp>header .superheader__text h2{font-size:1.125rem;line-height:1.5555555556;margin-bottom:.1875rem}.superheader__buttons br{display:none}.superheader .plyr{max-width:100%}.superheader .plyr__controls{top:42.85714286vw}}@media screen and (min-width:67.5rem){.superheader{margin-bottom:6.5625rem}.superheader__overlay{padding-bottom:98px}.superheader__text h1{font-size:3.75rem;line-height:1.1666666667;margin-bottom:1.875rem}.superheader__text .usp>header h2,.superheader__text h2,.usp>header .superheader__text h2{font-size:1.5rem;line-height:.9166666667;margin-bottom:1rem}}@media screen and (min-width:1210px){.superheader__text h1{margin-bottom:75px}.superheader__buttons br{display:block}.superheader__buttons .button{margin-left:0!important}}.superheader .superheader__overlay{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transition-delay:.2s;transition-delay:.2s}.superheader .plyr~.superheader__overlay{padding-bottom:0;bottom:98px}.superheader .plyr.plyr--playing+.superheader__overlay,.superheader .plyr:not(.plyr--paused)+.superheader__overlay{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}.superheader .plyr.plyr--playing+.superheader__overlay .superheader__buttons,.superheader .plyr.plyr--playing+.superheader__overlay .superheader__text,.superheader .plyr:not(.plyr--paused)+.superheader__overlay .superheader__buttons,.superheader .plyr:not(.plyr--paused)+.superheader__overlay .superheader__text{pointer-events:none}.superheader .plyr:-webkit-full-screen .plyr__controls{top:auto!important;bottom:0!important;left:0!important;width:100%;-webkit-transform:none;transform:none;opacity:1;pointer-events:auto}.superheader .plyr:-ms-fullscreen .plyr__controls{top:auto!important;bottom:0!important;left:0!important;width:100%;transform:none;opacity:1;pointer-events:auto}.superheader .plyr:fullscreen .plyr__controls{top:auto!important;bottom:0!important;left:0!important;width:100%;-webkit-transform:none;transform:none;opacity:1;pointer-events:auto}.property-facilities-list{position:relative}.booking-page .inline-target .property-facilities-list header h2,.property-facilities-list header h2{font-size:2.5rem;line-height:1.25;margin-bottom:1rem}.property-facilities-list h3{margin-top:1.5rem;font-size:1.125rem;line-height:1.4444444444;margin-bottom:.5rem}.property-facilities-list header{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;margin-bottom:.25rem}.property-facilities-list__wrapper>.list+h3{padding-top:1.5rem;position:relative}.property-facilities-list__wrapper>.list+h3:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:#ddd}.property-facilities-list .list{line-height:1.625;margin-bottom:.5rem}.property-facilities-list .list ul{margin-bottom:0}.property-facilities-list .list li{white-space:normal;line-height:1.2;padding-top:.3125rem;padding-bottom:.375rem}.property-facilities-list .list p{font-size:1rem;line-height:1.85}.property-facilities-list .property-facilities-list--lessbutton,.property-facilities-list .property-facilities-list--morebutton{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;display:none;width:100%;text-align:center}.property-facilities-list .property-facilities-list--lessbutton:after,.property-facilities-list .property-facilities-list--morebutton:after{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;width:1em;height:1em}.property-facilities-list .property-facilities-list--lessbutton:after:active,.property-facilities-list .property-facilities-list--lessbutton:after:focus,.property-facilities-list .property-facilities-list--lessbutton:after:hover,.property-facilities-list .property-facilities-list--morebutton:after:active,.property-facilities-list .property-facilities-list--morebutton:after:focus,.property-facilities-list .property-facilities-list--morebutton:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.property-facilities-list .property-facilities-list--lessbutton:after,.property-facilities-list .property-facilities-list--morebutton:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.property-facilities-list .property-facilities-list--morebutton{position:absolute;bottom:0;left:0;background-image:-webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(1.625rem,#fff),to(hsla(0,0%,100%,.5)));background-image:linear-gradient(0deg,#fff,#fff 1.625rem,hsla(0,0%,100%,.5));padding-top:3.85rem}.property-facilities-list .property-facilities-list--lessbutton:after{-webkit-transform:rotate(270deg) translate(-3px);transform:rotate(270deg) translate(-3px)}@media screen and (max-width:47.9375rem){.property-facilities-list{max-height:557px;overflow:hidden}.property-facilities-list.show-all{max-height:unset}.property-facilities-list.show-all .property-facilities-list--morebutton{display:none}.property-facilities-list .property-facilities-list--morebutton,.property-facilities-list.show-all .property-facilities-list--lessbutton{display:block}}@media screen and (min-width:48rem){.booking-page .inline-target .property-facilities-list header h2,.property-facilities-list header h2{font-size:3.75rem;line-height:.7666666667;margin-bottom:2.8125rem}.property-facilities-list h3{margin-top:.5rem;font-size:1.125rem;line-height:1.6666666667;margin-bottom:.0625rem}.property-facilities-list .list{margin-bottom:1rem;line-height:1.875}.property-facilities-list .list ul{padding-right:1.5rem}.property-facilities-list__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.property-facilities-list__wrapper>h3{width:100%}.property-facilities-list__wrapper .list{width:33.3333%;padding-right:.5rem}}@supports (margin-top:env(safe-area-inset-bottom)){.wrapper main .booking-header.booking-header--app{position:relative;height:calc(env(safe-area-inset-top) + env(safe-area-inset-top) + 100px)}.booking-hero--app .booking-hero__image{max-height:calc(env(safe-area-inset-top) + env(safe-area-inset-top) + 100px)}.booking-hero--app .booking-hero__image img{height:calc(env(safe-area-inset-top) + env(safe-area-inset-top) + 100px)}.app-page .slick_fullpage_gallery .slick__closer{top:calc(env(safe-area-inset-top) + 14px)}.app-page.booking-page>.wrapper .popup .inner_wrap,.app-page .popup .inner_wrap{padding-top:calc(env(safe-area-inset-top) + 25px)}.app-page.booking-page>.wrapper .popup .closer,.app-page .popup .closer{top:calc(env(safe-area-inset-top) + 17px)}.app-page.openOverlay #booking-receipt[aria-hidden=false]{padding-top:calc(env(safe-area-inset-top) + 60px)}.app-page.openOverlay #booking-receipt[aria-hidden=false] .closer{top:calc(env(safe-area-inset-top) + 32px)}}@supports (-webkit-touch-callout:none){.booking-receipt--sticky.booking-receipt--sticky-app{height:auto;padding-bottom:33px}.booking-receipt--sticky.booking-receipt--sticky-app:after,.booking-receipt--sticky.booking-receipt--sticky-app:before{bottom:20px}}.booking-hero--app{padding-bottom:30px}.booking-hero--app .booking-hero__image{max-height:100px}.booking-hero--app .booking-hero__image img{height:100px}.booking-hero--app .booking-nav{-webkit-transform:none;transform:none;width:100%}.hero_home.hero_home--small.hero_home--app{max-height:100px;margin-bottom:30px;border-width:0}.hero_home.hero_home--small.hero_home--app .booking-hero__image{max-height:100px}.hero_home.hero_home--small.hero_home--app .booking-hero__image img{height:100px}.hero_home.hero_home--small.hero_home--app .position_wrap{height:100px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.app-page main{min-height:100vh}.app-page .wrapper .popup .inner_wrap{width:100vw;height:100vh;max-height:100vh}.app-page a.closer:focus,.app-page a.closer:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.02 11l8.082 8.081-2.02 2.02L11 13.022 2.919 21.1l-2.02-2.02L8.978 11 .9 2.919l2.02-2.02L11 8.978 19.081.9l2.02 2.02L13.022 11z' fill='%23000'/%3E%3C/svg%3E");border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.app-page .booking-addons__addon .booking-rates__info:focus,.app-page .booking-addons__addon .booking-rates__info:hover,.app-page .booking-rates__rate .booking-rates__info:focus,.app-page .booking-rates__rate .booking-rates__info:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23DDD' fill-rule='evenodd' d='M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 3a9 9 0 100 18 9 9 0 000-18zm1.25 5.5v10h-2.5v-10h2.5zm0-3.5v2.5h-2.5V5h2.5z'/%3E%3C/svg%3E");background-repeat:no-repeat}.app-page .map__closer:focus,.app-page .map__closer:hover,.app-page .slick_fullpage_gallery .slick__closer:focus,.app-page .slick_fullpage_gallery .slick__closer:hover,.slick_fullpage_gallery .app-page .slick__closer:focus,.slick_fullpage_gallery .app-page .slick__closer:hover{background:#fff no-repeat 50%/1rem 1rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOS40MTQgOGw1LjY1NyA1LjY1Ny0xLjQxNCAxLjQxNEw4IDkuNDE0bC01LjY1NyA1LjY1N0wuOTMgMTMuNjU3IDYuNTg2IDggLjkyOSAyLjM0MyAyLjM0My45MyA4IDYuNTg2IDEzLjY1Ny45MjlsMS40MTQgMS40MTR6Ii8+PC9zdmc+);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.app-page .slick_fp_toggle{background-repeat:no-repeat}.app-page .slick_fp_toggle,.app-page .slick_fp_toggle:active,.app-page .slick_fp_toggle:focus,.app-page .slick_fp_toggle:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath fill='%23fff' d='M3 13.5H0V21h7.5v-3H3v-4.5zm-3-6h3V3h4.5V0H0v7.5zM18 18h-4.5v3H21v-7.5h-3V18zM13.5 0v3H18v4.5h3V0h-7.5z'/%3E%3C/svg%3E")}.app-page .form-row.editable .edit-toggle:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'%3E%3Cpath d='M19 2.81c0-.752-.311-1.459-.874-1.99-1.16-1.095-3.048-1.093-4.207.005L1.942 12.198c-.39.368-.687.824-.86 1.318l-.012.032L0 18l4.72-1 .035-.01a3.61 3.61 0 001.396-.814L18.13 4.8A2.72 2.72 0 0019 2.81zM2.618 16.006l-.5-.474.36-1.503 1.733 1.64-1.593.337zm14.46-12.197L5.448 14.85l-2.104-1.99 7.966-7.565 1.213 1.148 1.05-.994-1.215-1.15 1.13-1.072 1.218 1.151 1.05-.993-1.22-1.154.436-.413c.58-.55 1.525-.55 2.106-.002.281.266.437.62.437.996 0 .377-.154.73-.436.998z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:19px;height:18px}.app-page .form-row.editable .edit-toggle:focus,.app-page .form-row.editable .edit-toggle:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.app-page .edit-toggle:focus,.app-page .edit-toggle:hover{outline:none;color:#000}.app-page .edit-toggle:focus:before,.app-page .edit-toggle:hover:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'%3E%3Cpath d='M19 2.81c0-.752-.311-1.459-.874-1.99-1.16-1.095-3.048-1.093-4.207.005L1.942 12.198c-.39.368-.687.824-.86 1.318l-.012.032L0 18l4.72-1 .035-.01a3.61 3.61 0 001.396-.814L18.13 4.8A2.72 2.72 0 0019 2.81zM2.618 16.006l-.5-.474.36-1.503 1.733 1.64-1.593.337zm14.46-12.197L5.448 14.85l-2.104-1.99 7.966-7.565 1.213 1.148 1.05-.994-1.215-1.15 1.13-1.072 1.218 1.151 1.05-.993-1.22-1.154.436-.413c.58-.55 1.525-.55 2.106-.002.281.266.437.62.437.996 0 .377-.154.73-.436.998z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:12px;height:12px}.app-page .edit-toggle.edit-toggle--info:focus:before,.app-page .edit-toggle.edit-toggle--info:hover:before{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23DDD' fill-rule='evenodd' d='M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 3a9 9 0 100 18 9 9 0 000-18zm1.25 5.5v10h-2.5v-10h2.5zm0-3.5v2.5h-2.5V5h2.5z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:12px;height:12px}.app-page .total a:focus,.app-page .total a:hover{color:#000;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.app-page .slick_fullpage_gallery .slick__closer{top:58px}.app-page.booking-page>.wrapper .popup .inner_wrap,.app-page .popup .inner_wrap{padding-top:69px}.app-page.booking-page>.wrapper .popup .closer,.app-page .popup .closer{top:61px}.app-page.openOverlay #booking-receipt[aria-hidden=false]{padding-top:104px}.app-page.openOverlay #booking-receipt[aria-hidden=false] .closer{top:76px}#ibe_wrapper{background:#fff}#ibe_wrapper main{-webkit-box-shadow:none;box-shadow:none;padding-top:0}#ibe_wrapper .promocode-row{display:block;overflow:hidden;margin-bottom:0}#ibe_wrapper .contrast{width:auto;text-align:unset;float:right;padding:0;margin-top:1.875rem;display:block}#ibe_wrapper .switch_label{float:left;font-size:1.125rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;margin-top:1rem;padding-top:.625rem}#ibe_wrapper .promocode{margin-top:1.875rem;height:auto;max-height:9.375rem;overflow:auto;font-size:1.125rem;opacity:1;color:#000;-webkit-transition:all .4s ease-out;transition:all .4s ease-out}#ibe_wrapper .promocode.hidden{height:0;max-height:0;opacity:0;color:#000;font-weight:400;margin-top:0}#ibe_wrapper .increment_wrapper{overflow:hidden;display:block;padding:8px 2px 2px;margin:0 -2px 40px}#ibe_wrapper .button.ibe-submit,#ibe_wrapper button.ibe-submit{font-size:12pt}#ibe_wrapper .button.ibe-submit.deactivated,#ibe_wrapper .button.ibe-submit.deactivated.js-deactivated-hotel-button,#ibe_wrapper button.ibe-submit.deactivated,#ibe_wrapper button.ibe-submit.deactivated.js-deactivated-hotel-button{background-color:#b8b8b8;color:inherit;color:#5a5a5a;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8;pointer-events:none}#ibe_wrapper .button.ibe-submit.deactivated.js-deactivated-hotel-button:after,#ibe_wrapper .button.ibe-submit.deactivated:after,#ibe_wrapper button.ibe-submit.deactivated.js-deactivated-hotel-button:after,#ibe_wrapper button.ibe-submit.deactivated:after{background-color:#fff;border-left-color:#b8b8b8}@media screen and (min-width:75rem){#ibe_wrapper{overflow-y:hidden;height:100vh}#ibe_wrapper .button.ibe-submit{width:auto;min-width:17.125rem;float:right;margin-right:0}#ibe_wrapper .switch_label{font-size:1.5rem}#ibe_wrapper .increment_wrapper{margin-top:0}#ibe_wrapper nav.meta .has_subnav>a:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}#ibe_wrapper nav.meta .has_subnav>a:hover:after:active,#ibe_wrapper nav.meta .has_subnav>a:hover:after:focus,#ibe_wrapper nav.meta .has_subnav>a:hover:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}}#ibe_wrapper .ibe_wrapper{width:100vw;margin-right:calc(50vw - 45rem)}@media screen and (max-width:74.9375rem){#ibe_wrapper nav.meta .has_subnav>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}#ibe_wrapper nav.meta .has_subnav>a:after:active,#ibe_wrapper nav.meta .has_subnav>a:after:focus,#ibe_wrapper nav.meta .has_subnav>a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}#ibe_wrapper nav.meta .has_subnav>a.active{color:#ff0038}#ibe_wrapper nav.meta .has_subnav>a.active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-position:0 100%;-webkit-transform:translate(.2em,.1em) rotate(270deg);transform:translate(.2em,.1em) rotate(270deg)}#ibe_wrapper nav.meta .has_subnav>a.active:after:active,#ibe_wrapper nav.meta .has_subnav>a.active:after:focus,#ibe_wrapper nav.meta .has_subnav>a.active:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}}#ibe_wrapper.openNavigation nav.meta .has_subnav>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}#ibe_wrapper.openNavigation nav.meta .has_subnav>a:after:active,#ibe_wrapper.openNavigation nav.meta .has_subnav>a:after:focus,#ibe_wrapper.openNavigation nav.meta .has_subnav>a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}#ibe_wrapper.openNavigation nav.meta .has_subnav>a.active{color:#ff0038}#ibe_wrapper.openNavigation nav.meta .has_subnav>a.active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-position:0 100%;-webkit-transform:translate(.2em,.1em) rotate(270deg);transform:translate(.2em,.1em) rotate(270deg)}#ibe_wrapper.openNavigation nav.meta .has_subnav>a.active:after:active,#ibe_wrapper.openNavigation nav.meta .has_subnav>a.active:after:focus,#ibe_wrapper.openNavigation nav.meta .has_subnav>a.active:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}@media screen and (max-width:47.9375rem){#ibe_wrapper section.lightpick{background:#f9f9f9}#ibe_wrapper section.lightpick .lightpick__inner{max-width:unset;width:100vw}#ibe_wrapper section.lightpick .lightpick__month:first-child{width:100vw}#ibe_wrapper .lightpick__month{padding:20px}#ibe_wrapper section.lightpick .lightpick__toolbar{width:100%;top:calc(1.3rem + 20px);margin:0;max-width:100vw;left:0;padding:0 20px}#ibe_wrapper .lightpick__day{font-size:1rem}}@media screen and (min-width:48rem) and (max-width:74.9375rem){#ibe_wrapper section.lightpick{width:calc(100vw - 3rem);left:1.5rem!important;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.15);box-shadow:0 4px 10px rgba(0,0,0,.15)}}@media screen and (min-width:75rem){#ibe_wrapper section.lightpick{width:792px;margin-left:45px;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.15);box-shadow:0 4px 10px rgba(0,0,0,.15)}}.ibe_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (min-width:75rem){.ibe_flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100vh}}.color_content{z-index:1;-webkit-box-flex:0;-ms-flex:0 1 43.75%;flex:0 1 43.75%;background:#5e31e8;padding:.875rem 1.625rem 0;position:relative}.color_content .ibe_flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.color_content .flex_30{-webkit-box-flex:0;-ms-flex:0 1 30%;flex:0 1 30%;width:30%;overflow:hidden;-webkit-transition:all .56s ease-out;transition:all .56s ease-out}.color_content .flex_70{-webkit-box-flex:0;-ms-flex:0 1 70%;flex:0 1 70%;width:70%;position:relative}.color_content h1{color:#fff;margin-bottom:2.1875rem;display:block;font-size:3.125rem;line-height:1;width:100%;-webkit-transition:all .56s ease-out;transition:all .56s ease-out}@media screen and (min-width:31.375rem){.color_content h1{margin-top:3.125rem;margin-bottom:3.75rem}}.color_content:after{content:"";display:block;position:absolute;right:0;bottom:0;width:0;height:0;border-color:transparent #5e31e8 transparent transparent;border-style:solid;border-width:0 20px 20px 0;-webkit-transform:translateY(100%);transform:translateY(100%)}@media screen and (min-width:31.375rem){.color_content:after{border-width:0 40px 40px 0}}.color_content .flex_30{position:relative}.color_content .flex_30:after{content:"";display:block;height:100%;width:100%;position:absolute;right:0;bottom:0;background-image:url(../images/bed-man.png);background-repeat:no-repeat;-webkit-transform:translate(0);transform:translate(0);-webkit-transition:all .56s ease-out;transition:all .56s ease-out;background-size:45%}@media screen and (min-width:75rem){.color_content .flex_30:after{background-position:top;background-size:auto calc(100% - 180px)}}@media screen and (max-width:74.9375rem){.color_content .flex_30.ibe_site_img:after{-webkit-transition:none;transition:none;background-size:auto 100%}}@media screen and (min-width:31.375rem){.color_content{padding-top:1.625rem;padding-left:2.875rem;padding-right:2.875rem}}@media screen and (min-width:48rem){.color_content h1{font-size:4.375rem}}@media screen and (min-width:75rem){.color_content{height:100%;overflow:visible;padding:0 1.5625rem 0 6.25rem}.color_content .ibe_flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;height:calc(100vh - 3.125rem)}.color_content .flex_30{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.color_content .flex_70{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%;position:relative}.color_content h1{font-size:5rem}.color_content .color_content_inner{padding-top:2.375rem}}.data_content{-webkit-box-flex:0;-ms-flex:0 1 56.25%;flex:0 1 56.25%;background:#fff;position:relative}.data_content .data_content_inner{padding:3.15rem 20px 229px;-webkit-transition:all .56s ease-out;transition:all .56s ease-out}@media screen and (min-width:31.375rem){.data_content .data_content_inner{padding-left:2.875rem;padding-right:2.875rem}}.data_content .usp>header h2,.data_content h2,.usp>header .data_content h2{margin-bottom:24px}.ibe_step_1 .data_content h2{display:none}@media screen and (min-width:75rem){.data_content .usp>header h2,.data_content h2,.usp>header .data_content h2{margin-top:0}}.data_content h3{display:block;font-size:2.5rem;line-height:1;border-bottom:1px solid #ddd;padding-bottom:1.5625rem;margin-bottom:0;margin-top:0}@media screen and (min-width:75rem){.data_content{-webkit-transform:translate(0);transform:translate(0);padding-left:0;padding-right:0;overflow-y:hidden;-webkit-box-flex:2;-ms-flex:2;flex:2;background:#5e31e8;position:relative}.data_content:after{content:"";display:block;width:100%;height:120px;background:#fff;position:absolute;left:0;top:0;z-index:1}.data_content .data_content_inner{padding:9rem 0 170px;margin:0 auto;max-width:590px}.data_content .data_content_layout{background:#fff;max-width:810px;height:100vh;overflow-y:scroll}.data_content .usp>header h2,.data_content h2,.usp>header .data_content h2{font-size:4.375rem;margin-bottom:24px}.ibe_step_1 .data_content h2{display:block}}@media screen and (min-width:90rem){.ibe_wrapper{max-width:1440px;margin:0 auto}#ibe_wrapper,#ibe_wrapper main{background:#5e31e8}.data_content{overflow-y:hidden}.data_content .ibe-submit{margin-bottom:30px}}#ibe_wrapper .wrapper main{padding-top:0}@media screen and (min-width:75rem){.ibe_step_1 .data_content .data_content_inner.data_content_inner_details{padding-bottom:170px}}.ibe_step_1 .data_content>.ibe_rate_wrapper_loader{position:absolute;top:0;right:0;bottom:0;left:0;z-index:22;height:auto}.ibe_step_1 .data_content>.ibe_rate_wrapper_loader:after{height:100%;width:100%;background-position:50% 50%}.ibe_rates_form .rate_radio{border-top:1px solid #b8b8b8;padding-bottom:25px;padding-top:25px;overflow:visible}.ibe_rates_form .rate_name_price_wrapper .rate_name_wrapper{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1}.ibe_rates_form .rate_name_price_wrapper .rate_price_wrapper{margin-top:15px;font-size:1rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;margin-left:-2.375rem}.ibe_rates_form .rate_name_price_wrapper .rate_price_wrapper span:not(.pricetag){font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;color:#5a5a5a;font-size:.75rem;margin-left:5px}.ibe_rates_form .rate_radio_text{margin-top:10px;margin-left:-2.375rem}.ibe_rates_form .rate_radio_text p{color:#5a5a5a;font-size:.75rem;width:95%}@media screen and (min-width:31.375rem){.ibe_rates_form .rate_radio label{width:100%;max-width:unset}.ibe_rates_form .rate_name_price_wrapper{overflow:hidden;margin-top:-4px}.ibe_rates_form .rate_name_price_wrapper .rate_name_wrapper{float:left;width:60%;font-size:1.875rem}.ibe_rates_form .rate_name_price_wrapper .rate_price_wrapper{float:left;width:40%;text-align:right;margin-top:4px;font-size:1.5rem;line-height:1;margin-left:0}.ibe_rates_form .rate_name_price_wrapper .rate_price_wrapper span:not(.pricetag){display:block;font-size:.875rem}.ibe_rates_form .rate_radio_text{max-width:474px}.ibe_rates_form .rate_radio_text p{font-size:1.125rem}}.ibe_details_form_wrapper,.ibe_details_payment_form{margin-top:1.875rem}.ibe_details_form_wrapper h3,.ibe_details_payment_form h3{border:none}.ibe_details_payment_form{background:#f9f9f9;margin-right:-25px;margin-left:-25px;padding:60px 25px 45px}@media screen and (min-width:48rem){.ibe_details_payment_form{margin-right:-100px;margin-left:-100px;padding:60px 100px 45px}}@media screen and (min-width:75rem){.ibe_details_payment_form{margin-left:-125px;margin-right:-100px;padding:60px 100px 45px 125px}.ibe_details_payment_form .form-row-three{margin-left:-1rem}}.cc-list,.ibe_details_terms{margin-top:3.125rem}.cc-list .usp>header h4,.cc-list h4,.ibe_details_terms .usp>header h4,.ibe_details_terms h4,.usp>header .cc-list h4,.usp>header .ibe_details_terms h4{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:1.3;margin-bottom:.625rem}.cc-list .privacy,.ibe_details_terms .privacy{margin-top:2.5rem}.privacy{margin-bottom:1.5rem}.privacy label .description{display:none}.privacy .dropdown[aria-hidden=false]{overflow:visible}.privacy .detailsview{background:#f9f9f9;padding:1rem}.privacy ul li{overflow:visible}@media screen and (min-width:48rem){.privacy{margin-bottom:3rem}}@media screen and (min-width:75rem){.ibe_details_form_wrapper h3{padding-bottom:0}.ibe_details_form_wrapper .form-row:first-of-type{margin-top:15px}}@media screen and (min-width:75rem){.ibe_details_payment_form h3{padding-bottom:0}.ibe_details_payment_form .form-row:first-of-type{margin-top:15px}}@media screen and (min-width:75rem){.data_content_inner_details .form-row{margin-top:45px}}#particle-canvas{position:absolute;top:0;left:0;right:0;bottom:0;z-index:155;pointer-events:none}#ibe_confirmation>.wrapper>header{left:0}#ibe_confirmation>.wrapper>header .innerWrapper{text-align:right}#ibe_confirmation main{-webkit-box-shadow:none;box-shadow:none;padding-top:0}.ibe_confirmation_wrapper{width:100%;max-width:100vw}.ibe_confirmation_wrapper>*{margin-right:auto;margin-left:auto}.ibe_confirmation_wrapper>.innerWrap{width:100vw;max-width:75rem;margin-left:auto;margin-right:auto;position:absolute;z-index:3;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);padding:.875rem 1.625rem 0}@media screen and (min-width:31.375rem){.ibe_confirmation_wrapper>.innerWrap{padding-top:1.625rem;padding-left:2.875rem;padding-right:2.875rem}}@media screen and (min-width:75rem){.ibe_confirmation_wrapper>.innerWrap{padding-top:2.375rem;padding-left:2.875rem;max-width:81rem}}@media screen and (min-width:90rem){.ibe_confirmation_wrapper>.innerWrap{padding-top:2.375rem}}.ibe_conf_hero{background-color:#5e31e8;position:relative;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;z-index:2;margin-bottom:5rem;text-align:center;padding:5rem 1.625rem 1px}.ibe_conf_hero.screenheight{margin-bottom:0}.ibe_conf_hero.screenheight>div,.ibe_conf_hero.screenheight>h1,.ibe_conf_hero.screenheight>p{max-width:56.25rem}.ibe_conf_hero.screenheight>h1{margin-top:2rem}.ibe_conf_hero.screenheight h1+.subhead{padding-top:.5rem;padding-bottom:0}.ibe_conf_hero.screenheight>p:not(.subhead){font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:.875rem;line-height:1.625;line-height:1.7143}@media screen and (min-width:62rem){.ibe_conf_hero.screenheight .confirmation_number+p{margin-bottom:50px}}.ibe_conf_hero.centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:5.25rem}.ibe_conf_hero.centered>h1{width:100%;padding:0;text-align:center}.ibe_conf_hero.centered>a.button{margin-top:1.25rem}.ibe_conf_hero.centered>a.button:first-of-type{margin-top:5.125rem}.ibe_conf_hero.bg-transparent{background-color:transparent;color:inherit}[disabled] .ibe_conf_hero.bg-transparent{background-color:rgba(51,51,51,0)}.ibe_conf_hero .bg-transparent{background-color:transparent;color:inherit}.ibe_conf_hero .bg-transparent a,.ibe_conf_hero .bg-transparent p,.ibe_conf_hero .bg-transparent ul li{color:inherit}[disabled] .ibe_conf_hero .bg-transparent{background-color:rgba(51,51,51,0)}.ibe_conf_hero.bg-white{background-color:#fff;color:#000}[disabled] .ibe_conf_hero.bg-white{background-color:#fff;color:#fff}.ibe_conf_hero .bg-white{background-color:#fff;color:#000}.ibe_conf_hero .bg-white a,.ibe_conf_hero .bg-white p,.ibe_conf_hero .bg-white ul li{color:inherit}[disabled] .ibe_conf_hero .bg-white{background-color:#fff;color:#fff}.ibe_conf_hero.bg-black{background-color:#000;color:#fff}[disabled] .ibe_conf_hero.bg-black{background-color:#333;color:#333}.ibe_conf_hero .bg-black{background-color:#000;color:#fff}.ibe_conf_hero .bg-black a,.ibe_conf_hero .bg-black p,.ibe_conf_hero .bg-black ul li{color:inherit}[disabled] .ibe_conf_hero .bg-black{background-color:#333;color:#333}.ibe_conf_hero.bg-primary{background-color:#ff0038;color:#fff}[disabled] .ibe_conf_hero.bg-primary{background-color:#f07590;color:#333}.ibe_conf_hero .bg-primary{background-color:#ff0038;color:#fff}.ibe_conf_hero .bg-primary a,.ibe_conf_hero .bg-primary p,.ibe_conf_hero .bg-primary ul li{color:inherit}[disabled] .ibe_conf_hero .bg-primary{background-color:#f07590;color:#333}.ibe_conf_hero.bg-red{background-color:#ff0038;color:#fff}[disabled] .ibe_conf_hero.bg-red{background-color:#f07590;color:#333}.ibe_conf_hero .bg-red{background-color:#ff0038;color:#fff}.ibe_conf_hero .bg-red a,.ibe_conf_hero .bg-red p,.ibe_conf_hero .bg-red ul li{color:inherit}[disabled] .ibe_conf_hero .bg-red{background-color:#f07590;color:#333}.ibe_conf_hero.bg-green{background-color:#03d386;color:#fff}[disabled] .ibe_conf_hero.bg-green{background-color:#53e9b1;color:#333}.ibe_conf_hero .bg-green{background-color:#03d386;color:#fff}.ibe_conf_hero .bg-green a,.ibe_conf_hero .bg-green p,.ibe_conf_hero .bg-green ul li{color:inherit}[disabled] .ibe_conf_hero .bg-green{background-color:#53e9b1;color:#333}.ibe_conf_hero.bg-blue{background-color:#00afef;color:#fff}[disabled] .ibe_conf_hero.bg-blue{background-color:#67caee;color:#333}.ibe_conf_hero .bg-blue{background-color:#00afef;color:#fff}.ibe_conf_hero .bg-blue a,.ibe_conf_hero .bg-blue p,.ibe_conf_hero .bg-blue ul li{color:inherit}[disabled] .ibe_conf_hero .bg-blue{background-color:#67caee;color:#333}.ibe_conf_hero.bg-purple{background-color:#5e31e8;color:#fff}[disabled] .ibe_conf_hero.bg-purple{background-color:#ac99e6;color:#333}.ibe_conf_hero .bg-purple{background-color:#5e31e8;color:#fff}.ibe_conf_hero .bg-purple a,.ibe_conf_hero .bg-purple p,.ibe_conf_hero .bg-purple ul li{color:inherit}[disabled] .ibe_conf_hero .bg-purple{background-color:#ac99e6;color:#333}.ibe_conf_hero.bg-orange{background-color:#ff7219;color:#fff}[disabled] .ibe_conf_hero.bg-orange{background-color:#f2b38c;color:#333}.ibe_conf_hero .bg-orange{background-color:#ff7219;color:#fff}.ibe_conf_hero .bg-orange a,.ibe_conf_hero .bg-orange p,.ibe_conf_hero .bg-orange ul li{color:inherit}[disabled] .ibe_conf_hero .bg-orange{background-color:#f2b38c;color:#333}.ibe_conf_hero.bg-yellow{background-color:#f9ba02;color:#fff}[disabled] .ibe_conf_hero.bg-yellow{background-color:#eecf73;color:#333}.ibe_conf_hero .bg-yellow{background-color:#f9ba02;color:#fff}.ibe_conf_hero .bg-yellow a,.ibe_conf_hero .bg-yellow p,.ibe_conf_hero .bg-yellow ul li{color:inherit}[disabled] .ibe_conf_hero .bg-yellow{background-color:#eecf73;color:#333}.ibe_conf_hero.bg-woodsmoke{background-color:#292929;color:#fff}[disabled] .ibe_conf_hero.bg-woodsmoke{background-color:#5c5c5c;color:#333}.ibe_conf_hero .bg-woodsmoke{background-color:#292929;color:#fff}.ibe_conf_hero .bg-woodsmoke a,.ibe_conf_hero .bg-woodsmoke p,.ibe_conf_hero .bg-woodsmoke ul li{color:inherit}[disabled] .ibe_conf_hero .bg-woodsmoke{background-color:#5c5c5c;color:#333}.ibe_conf_hero.bg-mako{background-color:#5a5a5a;color:#fff}[disabled] .ibe_conf_hero.bg-mako{background-color:#8d8d8d;color:#333}.ibe_conf_hero .bg-mako{background-color:#5a5a5a;color:#fff}.ibe_conf_hero .bg-mako a,.ibe_conf_hero .bg-mako p,.ibe_conf_hero .bg-mako ul li{color:inherit}[disabled] .ibe_conf_hero .bg-mako{background-color:#8d8d8d;color:#333}.ibe_conf_hero.bg-mercury{background-color:#b8b8b8;color:inherit}[disabled] .ibe_conf_hero.bg-mercury{background-color:#ebebeb}.ibe_conf_hero .bg-mercury{background-color:#b8b8b8;color:inherit}.ibe_conf_hero .bg-mercury a,.ibe_conf_hero .bg-mercury p,.ibe_conf_hero .bg-mercury ul li{color:inherit}[disabled] .ibe_conf_hero .bg-mercury{background-color:#ebebeb}.ibe_conf_hero.bg-gray-chateau{background-color:#ddd;color:inherit}[disabled] .ibe_conf_hero.bg-gray-chateau{background-color:#fff}.ibe_conf_hero .bg-gray-chateau{background-color:#ddd;color:inherit}.ibe_conf_hero .bg-gray-chateau a,.ibe_conf_hero .bg-gray-chateau p,.ibe_conf_hero .bg-gray-chateau ul li{color:inherit}[disabled] .ibe_conf_hero .bg-gray-chateau{background-color:#fff}.ibe_conf_hero.bg-gray-darker{background-color:#292929;color:#fff}[disabled] .ibe_conf_hero.bg-gray-darker{background-color:#5c5c5c;color:#333}.ibe_conf_hero .bg-gray-darker{background-color:#292929;color:#fff}.ibe_conf_hero .bg-gray-darker a,.ibe_conf_hero .bg-gray-darker p,.ibe_conf_hero .bg-gray-darker ul li{color:inherit}[disabled] .ibe_conf_hero .bg-gray-darker{background-color:#5c5c5c;color:#333}.ibe_conf_hero.bg-gray-dark{background-color:#5a5a5a;color:#fff}[disabled] .ibe_conf_hero.bg-gray-dark{background-color:#8d8d8d;color:#333}.ibe_conf_hero .bg-gray-dark{background-color:#5a5a5a;color:#fff}.ibe_conf_hero .bg-gray-dark a,.ibe_conf_hero .bg-gray-dark p,.ibe_conf_hero .bg-gray-dark ul li{color:inherit}[disabled] .ibe_conf_hero .bg-gray-dark{background-color:#8d8d8d;color:#333}.ibe_conf_hero.bg-gray-light{background-color:#b8b8b8;color:inherit}[disabled] .ibe_conf_hero.bg-gray-light{background-color:#ebebeb}.ibe_conf_hero .bg-gray-light{background-color:#b8b8b8;color:inherit}.ibe_conf_hero .bg-gray-light a,.ibe_conf_hero .bg-gray-light p,.ibe_conf_hero .bg-gray-light ul li{color:inherit}[disabled] .ibe_conf_hero .bg-gray-light{background-color:#ebebeb}.ibe_conf_hero.bg-gray-lighter{background-color:#ddd;color:inherit}[disabled] .ibe_conf_hero.bg-gray-lighter{background-color:#fff}.ibe_conf_hero .bg-gray-lighter{background-color:#ddd;color:inherit}.ibe_conf_hero .bg-gray-lighter a,.ibe_conf_hero .bg-gray-lighter p,.ibe_conf_hero .bg-gray-lighter ul li{color:inherit}[disabled] .ibe_conf_hero .bg-gray-lighter{background-color:#fff}.ibe_conf_hero.bg-gray-border{background-color:#cfcfcf;color:inherit}[disabled] .ibe_conf_hero.bg-gray-border{background-color:#fff}.ibe_conf_hero .bg-gray-border{background-color:#cfcfcf;color:inherit}.ibe_conf_hero .bg-gray-border a,.ibe_conf_hero .bg-gray-border p,.ibe_conf_hero .bg-gray-border ul li{color:inherit}[disabled] .ibe_conf_hero .bg-gray-border{background-color:#fff}.ibe_conf_hero.bg-rose{background-color:#f9f9f9;color:inherit}[disabled] .ibe_conf_hero.bg-rose{background-color:#fff}.ibe_conf_hero .bg-rose{background-color:#f9f9f9;color:inherit}.ibe_conf_hero .bg-rose a,.ibe_conf_hero .bg-rose p,.ibe_conf_hero .bg-rose ul li{color:inherit}[disabled] .ibe_conf_hero .bg-rose{background-color:#fff}.ibe_conf_hero h1{max-width:80%;font-size:2.3125rem;color:#fff;line-height:1.0810810811;margin-top:0;position:relative;z-index:17}.ibe_conf_hero h1 small{font-size:1.375rem;line-height:1.25;margin-top:1em}.ibe_conf_hero .button_switcher,.ibe_conf_hero .usp>header h2,.ibe_conf_hero h1,.ibe_conf_hero h2,.ibe_conf_hero h3,.ibe_conf_hero p,.usp>header .ibe_conf_hero h2{max-width:75rem;margin-left:auto;margin-right:auto}.ibe_conf_hero p{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;color:#fff;margin:40px 0 0;padding-bottom:30px;line-height:1.6;position:relative;z-index:12}.ibe_conf_hero>p{line-height:1.875rem;padding-bottom:10px}.ibe_conf_hero .button_switcher>p{padding-left:0;padding-right:0;margin-top:-.625rem}.ibe_conf_hero .confirmation_number{z-index:17;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;letter-spacing:1px}.ibe_conf_hero .confirmation_number .confirmation_number-inner{min-width:110px;background:#000;display:table;margin:0 auto;text-align:center;font-size:1.125em;border-radius:6px;padding:.7em 1em;line-height:1;color:#fff;text-transform:uppercase;position:relative}.ibe_conf_hero .confirmation_number+p{margin-bottom:30px;margin-top:10px}@media screen and (min-width:31.375rem){.ibe_conf_hero{padding-left:2.875rem;padding-right:2.875rem}}@media screen and (min-width:48rem){.ibe_conf_hero{text-align:left}.ibe_conf_hero h1{font-size:4.375rem}.ibe_conf_hero h1 small{font-size:1.5rem;line-height:1.5;margin-top:1em}.ibe_conf_hero .confirmation_number{font-size:1.375rem}.ibe_conf_hero .confirmation_number .confirmation_number-inner{min-width:140px;margin-left:0}.ibe_conf_hero .confirmation_number+p{margin-bottom:50px}}@media screen and (min-width:62rem){.ibe_conf_hero h1{font-size:5rem;margin-top:8.75rem;margin-bottom:1.25rem}.ibe_conf_hero p{margin-top:1.25rem}.ibe_conf_hero .button_switcher,.ibe_conf_hero .confirmation_number,.ibe_conf_hero .usp>header h2,.ibe_conf_hero h1,.ibe_conf_hero h2,.ibe_conf_hero h3,.ibe_conf_hero p,.usp>header .ibe_conf_hero h2{max-width:75rem;margin-left:auto;margin-right:auto;padding-right:calc(50% - 3rem)}.ibe_conf_hero .button_switcher{padding-right:0}.ibe_conf_hero .button_switcher>p{margin-top:10px}.ibe_conf_hero .confirmation_number{margin-top:.3125rem;margin-bottom:1.25rem;font-size:1.25rem}.ibe_conf_hero .confirmation_number+p{margin-bottom:3.75rem}}@media screen and (min-width:75rem){.ibe_conf_hero{padding-left:2.875rem}.ibe_conf_hero .confirmation_number,.ibe_conf_hero .usp>header h2,.ibe_conf_hero h1,.ibe_conf_hero h2,.ibe_conf_hero h3,.ibe_conf_hero p,.usp>header .ibe_conf_hero h2{padding-right:calc(72rem - 684px)}}.ibe_conf_hero-addition{padding-top:400.2px;position:relative;text-align:left;margin:266.8px -1.625rem -1px;padding-right:1.625rem;padding-left:1.625rem}.ibe_conf_hero-addition .ibe_conf_hero-device{top:-266.8px;height:667px;width:100vw;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);text-align:center}.ibe_conf_hero-addition .ibe_conf_hero-device img{-o-object-fit:cover;object-fit:cover;width:auto;height:100%}.ibe_conf_hero-addition .ibe_conf_hero-device img[src*=".gif"]{background:none!important}.ibe_conf_hero-addition .mini-tile{position:absolute;width:58px;height:58px;background:#000 no-repeat;background-position-x:8px;background-position-y:calc(100% - 9px);background-size:22px auto}.ibe_conf_hero-addition .mini-tile:first-of-type{top:0;right:0;background-image:url(../images/icons/fitness.svg)}.ibe_conf_hero-addition .mini-tile:nth-of-type(2){left:0;top:283.8px;background-image:url(../images/icons/eye.svg)}.ibe_conf_hero-addition .mini-tile:nth-of-type(3){right:0;top:592px;background-image:url(../images/icons/bag.svg)}.ibe_conf_hero-addition .usp>header h2,.ibe_conf_hero-addition h2,.usp>header .ibe_conf_hero-addition h2{font-size:2rem;margin-bottom:.5em}.ibe_conf_hero-addition p{margin-top:0;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}@media screen and (min-width:380px){.ibe_conf_hero-addition .mini-tile:first-of-type{right:auto;left:calc(50vw + 101.5px)}.ibe_conf_hero-addition .mini-tile:nth-of-type(2){left:auto;right:calc(50vw + 145px)}.ibe_conf_hero-addition .mini-tile:nth-of-type(3){right:auto;left:calc(50vw + 145px)}}@media screen and (min-width:31.375rem){.ibe_conf_hero-addition{margin-left:-2.875rem;margin-right:-2.875rem;padding-left:2.875rem;padding-right:2.875rem}}@media screen and (min-width:62rem){.ibe_conf_hero-addition{margin-top:0;padding-top:0;text-align:left}.ibe_conf_hero-addition .ibe_conf_hero-device{top:-400.2px;-webkit-transform:translate(0);transform:translate(0);right:0;left:50%;width:50%;max-width:37.5rem}.ibe_conf_hero-addition .mini-tile{width:123px;height:123px;background-position-x:23px;background-position-y:calc(100% - 30px);background-size:37px auto}.ibe_conf_hero-addition .mini-tile:first-of-type{right:3.5rem;left:auto}.ibe_conf_hero-addition .mini-tile:nth-of-type(2){right:21.125rem}.ibe_conf_hero-addition .mini-tile:nth-of-type(3){right:-1.3125rem;left:auto}.ibe_conf_hero-addition .ibe_conf_hero-addition-text{padding-top:3.125rem}.ibe_conf_hero-addition .ibe_conf_hero-addition-text h2{font-size:3.75rem;margin-bottom:1.875rem}}@media screen and (min-width:75rem){.ibe_conf_hero-addition .mini-tile:first-of-type{right:6.5rem}.ibe_conf_hero-addition .mini-tile:nth-of-type(2){right:24.125rem}.ibe_conf_hero-addition .mini-tile:nth-of-type(3){right:1.6875rem}}.ibe_conf_main{padding:60px 25px}.ibe_conf_main .usp>header h2,.ibe_conf_main h2,.usp>header .ibe_conf_main h2{font-size:2.5rem;text-align:center;margin-top:0;margin-bottom:30px}.ibe_conf_main .ibe_conf_actions{text-align:center}.ibe_conf_main .ibe_conf_actions .button{font-size:1rem;padding:15px 10px;height:auto;margin:0 3px 10px 0}@media screen and (min-width:48rem){.ibe_conf_main .usp>header h2,.ibe_conf_main h2,.usp>header .ibe_conf_main h2{font-size:3.125rem}.ibe_conf_main .ibe_conf_actions .button{font-size:1.125rem;line-height:1.7;padding:15px 20px}}@media screen and (min-width:62rem){.ibe_conf_main .usp>header h2,.ibe_conf_main h2,.usp>header .ibe_conf_main h2{font-size:3.75rem}}.login_popup.ibe_conf_popup{left:0;top:0}.login_popup.ibe_conf_popup .inner_wrap{left:50%;right:inherit;bottom:inherit;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;height:100vh;width:100vw;max-width:unset;max-height:unset}.login_popup.ibe_conf_popup h3{font-size:3.125rem;line-height:1;margin-top:0}.login_popup.ibe_conf_popup button{margin-top:60px}@media screen and (min-width:48rem){.login_popup.ibe_conf_popup .inner_wrap{width:calc(100vw - 3rem);max-width:30rem;max-height:calc(100vh - 3rem);height:auto}.login_popup.ibe_conf_popup .inner_wrap h3{margin-bottom:70px}}@media screen and (min-width:48rem){.login_popup.ibe_conf_popup{max-width:unset;-webkit-transform:none;transform:none}}.my_booking,.my_booking.sticky--sticked{background-color:#fff}@media screen and (min-width:31.375rem){.my_booking{background-color:#00afef}}.my_bookingFull{overflow:hidden;height:100%}.my_bookingFull--withimage{background-size:cover}.openNavigation .my_booking__wrapper .black,.openNavigation .my_booking__wrapper .blue,.openNavigation .my_booking__wrapper .gray-border,.openNavigation .my_booking__wrapper .gray-chateau,.openNavigation .my_booking__wrapper .gray-dark,.openNavigation .my_booking__wrapper .gray-darker,.openNavigation .my_booking__wrapper .gray-light,.openNavigation .my_booking__wrapper .gray-lighter,.openNavigation .my_booking__wrapper .green,.openNavigation .my_booking__wrapper .mako,.openNavigation .my_booking__wrapper .mercury,.openNavigation .my_booking__wrapper .orange,.openNavigation .my_booking__wrapper .primary,.openNavigation .my_booking__wrapper .purple,.openNavigation .my_booking__wrapper .red,.openNavigation .my_booking__wrapper .rose,.openNavigation .my_booking__wrapper .transparent,.openNavigation .my_booking__wrapper .white,.openNavigation .my_booking__wrapper .woodsmoke,.openNavigation .my_booking__wrapper .yellow{color:#000}.openNavigation .my_booking__wrapper nav li.has_subnav.white>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}.openNavigation .my_booking__wrapper nav li.has_subnav.white>a:after:active,.openNavigation .my_booking__wrapper nav li.has_subnav.white>a:after:focus,.openNavigation .my_booking__wrapper nav li.has_subnav.white>a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FF0038' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}.openNavigation .my_booking__wrapper .logo{background-image:url(../images/logo-black.svg)}.openNavigation .my_booking__wrapper .hamburger-inner,.openNavigation .my_booking__wrapper .hamburger-inner:after,.openNavigation .my_booking__wrapper .hamburger-inner:before{background:#000}@media screen and (min-width:31.375rem){.openNavigation .my_booking__wrapper>header{background-color:#fff;color:#000}}.my_booking__wrapper{width:100vw;min-height:100vh}@media screen and (max-height:730px){.my_booking__wrapper{height:100vh}}@media screen and (min-width:31.375rem){.my_booking__wrapper{background-size:cover;background-position:100% 50%;background-attachment:fixed;background-repeat:no-repeat}.my_booking__wrapper>header{background-color:transparent}}.my_booking__wrapper main{background:none;-webkit-box-shadow:none;box-shadow:none;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.my_booking__wrapper.wrapper main{padding-top:0}@media screen and (min-width:62rem){.my_booking__wrapper.wrapper main{padding-top:6.75rem}}.my_booking__wrapper main>.innerWrap{background-color:#fff;max-width:30.375rem;padding:34px 40px;margin:1.6875rem auto}@media screen and (min-width:31.375rem){.my_booking__wrapper main>.innerWrap{-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.2);box-shadow:0 10px 20px 0 rgba(0,0,0,.2)}}@media screen and (max-width:47.9375rem){.my_booking__wrapper main>.innerWrap{margin-top:43px}}.my_booking__wrapper main>.innerWrap.bg-white input,.my_booking__wrapper main>.innerWrap.bg-white select{color:#000;border-bottom-color:#000}.my_booking__wrapper main>.innerWrap.bg-white input:-webkit-autofill,.my_booking__wrapper main>.innerWrap.bg-white select:-webkit-autofill{color:#000;background:none!important;-webkit-box-shadow:0 0 0 1000px #000 inset;-webkit-text-fill-color:#000!important}.my_booking__wrapper main>.innerWrap.bg-white input::-webkit-input-placeholder,.my_booking__wrapper main>.innerWrap.bg-white select::-webkit-input-placeholder{color:#000}.my_booking__wrapper main>.innerWrap.bg-white input::-moz-placeholder,.my_booking__wrapper main>.innerWrap.bg-white select::-moz-placeholder{color:#000}.my_booking__wrapper main>.innerWrap.bg-white input:-ms-input-placeholder,.my_booking__wrapper main>.innerWrap.bg-white select:-ms-input-placeholder{color:#000}.my_booking__wrapper main>.innerWrap.bg-white input:-moz-placeholder,.my_booking__wrapper main>.innerWrap.bg-white select:-moz-placeholder{color:#000}.my_booking__wrapper main>.innerWrap.bg-white input[type=checkbox]:not(.ibe_switch)+label,.my_booking__wrapper main>.innerWrap.bg-white select[type=checkbox]:not(.ibe_switch)+label{background:#000}.my_booking__wrapper main>.innerWrap.bg-white input[type=checkbox]:not(.ibe_switch)+label:before,.my_booking__wrapper main>.innerWrap.bg-white select[type=checkbox]:not(.ibe_switch)+label:before{border-color:#fff}.my_booking__wrapper main>.innerWrap.bg-white .error>input[type=email],.my_booking__wrapper main>.innerWrap.bg-white .error>input[type=password],.my_booking__wrapper main>.innerWrap.bg-white .error>input[type=text],.my_booking__wrapper main>.innerWrap.bg-white .error>textarea{color:#ff0038;border-bottom-color:#ff0038}.my_booking__wrapper main>.innerWrap.bg-white a.button,.my_booking__wrapper main>.innerWrap.bg-white button.button{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.my_booking__wrapper main>.innerWrap.bg-white a.button:after,.my_booking__wrapper main>.innerWrap.bg-white button.button:after{background-color:#fff;border-left-color:#ff0038}.my_booking__wrapper main>.innerWrap.bg-white a.button.outline,.my_booking__wrapper main>.innerWrap.bg-white a.button.secondary,.my_booking__wrapper main>.innerWrap.bg-white button.button.outline,.my_booking__wrapper main>.innerWrap.bg-white button.button.secondary{background-color:#fff;color:#000;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.my_booking__wrapper main>.innerWrap.bg-white a.button.outline:after,.my_booking__wrapper main>.innerWrap.bg-white a.button.secondary:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.outline:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.secondary:after{background-color:#fff;border-left-color:#000}.my_booking__wrapper main>.innerWrap.bg-white a.button.black,.my_booking__wrapper main>.innerWrap.bg-white button.button.black{background-color:#000;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #000;box-shadow:inset 0 0 0 .125rem #000}.my_booking__wrapper main>.innerWrap.bg-white a.button.black:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.black:after{background-color:#fff;border-left-color:#000}.my_booking__wrapper main>.innerWrap.bg-white a.button.grey,.my_booking__wrapper main>.innerWrap.bg-white button.button.grey{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.my_booking__wrapper main>.innerWrap.bg-white a.button.grey:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.grey:after{background-color:#fff;border-left-color:#b8b8b8}.my_booking__wrapper main>.innerWrap.bg-white a.button.red,.my_booking__wrapper main>.innerWrap.bg-white a.button[type=submit],.my_booking__wrapper main>.innerWrap.bg-white button.button.red,.my_booking__wrapper main>.innerWrap.bg-white button.button[type=submit]{background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.my_booking__wrapper main>.innerWrap.bg-white a.button.red:after,.my_booking__wrapper main>.innerWrap.bg-white a.button[type=submit]:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.red:after,.my_booking__wrapper main>.innerWrap.bg-white button.button[type=submit]:after{background-color:#fff;border-left-color:#ff0038}.my_booking__wrapper main>.innerWrap.bg-white a.button.red:before,.my_booking__wrapper main>.innerWrap.bg-white a.button[type=submit]:before,.my_booking__wrapper main>.innerWrap.bg-white button.button.red:before,.my_booking__wrapper main>.innerWrap.bg-white button.button[type=submit]:before{border-color:#ff0038}.my_booking__wrapper main>.innerWrap.bg-white a.button.red:after,.my_booking__wrapper main>.innerWrap.bg-white a.button[type=submit]:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.red:after,.my_booking__wrapper main>.innerWrap.bg-white button.button[type=submit]:after{background-color:#fff!important;border-left-color:#ff0038!important}.my_booking__wrapper main>.innerWrap.bg-white a.button.deactivated,.my_booking__wrapper main>.innerWrap.bg-white a.button[disabled],.my_booking__wrapper main>.innerWrap.bg-white button.button.deactivated,.my_booking__wrapper main>.innerWrap.bg-white button.button[disabled]{background-color:#b8b8b8;color:inherit;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8;box-shadow:inset 0 0 0 .125rem #b8b8b8}.my_booking__wrapper main>.innerWrap.bg-white a.button.deactivated:after,.my_booking__wrapper main>.innerWrap.bg-white a.button[disabled]:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.deactivated:after,.my_booking__wrapper main>.innerWrap.bg-white button.button[disabled]:after{background-color:#fff;border-left-color:#b8b8b8}.my_booking__wrapper main>.innerWrap.bg-white a.button:focus,.my_booking__wrapper main>.innerWrap.bg-white button.button:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #fff,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.my_booking__wrapper main>.innerWrap.bg-white a.button:focus+br+.button,.my_booking__wrapper main>.innerWrap.bg-white button.button:focus+br+.button{margin-top:1rem}.my_booking__wrapper main>.innerWrap.bg-white a.button:focus:after,.my_booking__wrapper main>.innerWrap.bg-white button.button:focus:after{border-left-color:#fff}.my_booking__wrapper main>.innerWrap.bg-white a.button.outline:focus,.my_booking__wrapper main>.innerWrap.bg-white a.button.secondary:focus,.my_booking__wrapper main>.innerWrap.bg-white button.button.outline:focus,.my_booking__wrapper main>.innerWrap.bg-white button.button.secondary:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.my_booking__wrapper main>.innerWrap.bg-white a.button.outline:focus+br+.button,.my_booking__wrapper main>.innerWrap.bg-white a.button.secondary:focus+br+.button,.my_booking__wrapper main>.innerWrap.bg-white button.button.outline:focus+br+.button,.my_booking__wrapper main>.innerWrap.bg-white button.button.secondary:focus+br+.button{margin-top:1rem}.my_booking__wrapper main>.innerWrap.bg-white a.button.outline:focus:after,.my_booking__wrapper main>.innerWrap.bg-white a.button.secondary:focus:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.outline:focus:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.secondary:focus:after{border-left-color:#000}.my_booking__wrapper main>.innerWrap.bg-white a.button.black:focus,.my_booking__wrapper main>.innerWrap.bg-white button.button.black:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.my_booking__wrapper main>.innerWrap.bg-white a.button.black:focus+br+.button,.my_booking__wrapper main>.innerWrap.bg-white button.button.black:focus+br+.button{margin-top:1rem}.my_booking__wrapper main>.innerWrap.bg-white a.button.black:focus:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.black:focus:after{border-left-color:#000}.my_booking__wrapper main>.innerWrap.bg-white a.button.grey:focus,.my_booking__wrapper main>.innerWrap.bg-white button.button.grey:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #b8b8b8,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.my_booking__wrapper main>.innerWrap.bg-white a.button.grey:focus+br+.button,.my_booking__wrapper main>.innerWrap.bg-white button.button.grey:focus+br+.button{margin-top:1rem}.my_booking__wrapper main>.innerWrap.bg-white a.button.grey:focus:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.grey:focus:after{border-left-color:#b8b8b8}.my_booking__wrapper main>.innerWrap.bg-white a.button.red:focus,.my_booking__wrapper main>.innerWrap.bg-white a.button[type=submit]:focus,.my_booking__wrapper main>.innerWrap.bg-white button.button.red:focus,.my_booking__wrapper main>.innerWrap.bg-white button.button[type=submit]:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.my_booking__wrapper main>.innerWrap.bg-white a.button.red:focus+br+.button,.my_booking__wrapper main>.innerWrap.bg-white a.button[type=submit]:focus+br+.button,.my_booking__wrapper main>.innerWrap.bg-white button.button.red:focus+br+.button,.my_booking__wrapper main>.innerWrap.bg-white button.button[type=submit]:focus+br+.button{margin-top:1rem}.my_booking__wrapper main>.innerWrap.bg-white a.button.red:focus:after,.my_booking__wrapper main>.innerWrap.bg-white a.button[type=submit]:focus:after,.my_booking__wrapper main>.innerWrap.bg-white button.button.red:focus:after,.my_booking__wrapper main>.innerWrap.bg-white button.button[type=submit]:focus:after{border-left-color:#ff0038}.my_booking__wrapper main>.innerWrap.bg-white .move-label input:focus+.parsley-errors-list+label,.my_booking__wrapper main>.innerWrap.bg-white .move-label input:focus+label,.my_booking__wrapper main>.innerWrap.bg-white .move-label textarea:focus+label{background:#fff}.my_booking__wrapper main>.innerWrap a:not(.button):not(.select-target):not(.icon){text-decoration:underline}.my_booking__wrapper main>.innerWrap a:not(.button):not(.select-target):not(.icon):hover{background:none;text-decoration:none}.my_booking__wrapper main>.innerWrap a.button,.my_booking__wrapper main>.innerWrap button[type=submit]{margin-left:0;margin-right:0;min-width:0}.my_booking__wrapper main>.innerWrap h2{font-size:2rem}.my_booking__wrapper form .form-row{margin:0}.my_booking__wrapper form .form-row>*{margin-left:0;margin-right:0}.my_booking__wrapper form .form-row .form-field--select{padding-left:0;padding-right:0}.my_booking__wrapper form .form-row.move-label label,.my_booking__wrapper form .form-row .move-label label{left:0}@media screen and (min-width:48rem){.my_booking__wrapper main>.innerWrap h2{font-size:3.75rem;line-height:1}}.bg-black .my_booking__wrapper{background-image:none;background-color:transparent}.my_booking__wrapper.animate--wild.loading:after,.my_booking__wrapper.animate.loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:2rem;height:2rem;margin:45vh auto;border-radius:50%;border-color:#ff0038 transparent;border-style:solid;border-width:5px;-webkit-animation:only-spin 1.2s linear infinite;animation:only-spin 1.2s linear infinite}.my_booking__wrapper.animate>main{-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.my_booking__wrapper.animate.loading>main.in--reverse,.my_booking__wrapper.animate.loading>main.out{-webkit-transform:translate(-20vw);transform:translate(-20vw);opacity:0}.my_booking__wrapper.animate.loading>main.in,.my_booking__wrapper.animate.loading>main.out--reverse{-webkit-transform:translate(20vw);transform:translate(20vw);opacity:0}.my_booking__wrapper.animate--wild>main{-webkit-transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.my_booking__wrapper.animate--wild.loading>main.in--reverse,.my_booking__wrapper.animate--wild.loading>main.out{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.my_booking__wrapper.animate--wild.loading>main.in,.my_booking__wrapper.animate--wild.loading>main.out--reverse{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#ibe_wrapper #payment,#ibe_wrapper.paymentBody{background:#00afef}#payment{background:#ff0}#payment .color_content{background:#00afef}#payment .color_content:after{border-color:transparent #00afef transparent transparent}#payment .color_content .flex_30:after{background-image:url(../images/payment-hand.svg)}#payment .intro{margin-bottom:40px}#payment .intro h4{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:1.3;margin-bottom:.625rem}@media screen and (min-width:75rem){#payment .intro{margin-bottom:80px}#payment .intro h4{font-size:1.5rem}}#payment .outstandingBalance input{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;color:rgba(0,0,0,.6)}#payment .ibe_rate_item_wrapper{border:none}#payment .ibe_rate_item_wrapper .ibe_rate_header{font-size:1.5rem}#payment .ibe_rate_item_wrapper .switch_wrapper{top:26px}#payment .price{text-align:right;margin-bottom:20px}#payment .price span:not(.calculatedTotal){display:block}#payment .price .total{font-size:1rem;margin-bottom:5px}#payment .price .toBePayed{font-size:1.5rem;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}@media screen and (min-width:75rem){#payment .price{margin-bottom:50px}#payment .price .total{font-size:1.125rem}#payment .price .toBePayed{font-size:1.875rem}}.prepay-amount[aria-hidden],.prepay-buttons[aria-hidden]{max-height:0;visibility:hidden;opacity:0;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.prepay-amount[aria-hidden=false],.prepay-buttons[aria-hidden=false]{max-height:100vh;visibility:visible;opacity:1}.prepay-amount .form-field{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.prepay-amount input{display:inline-block;width:auto;margin-left:1em;padding-left:1em;padding-right:1em;overflow:unset}.prepay-amount .parsley-errors-list{width:100%}.payment-checkbox>h2.select:after,.payment-checkbox>h2.select:before,.paymentform .adyen-checkout__payment-method .adyen-checkout__payment-method__header:after,.paymentform .adyen-checkout__payment-method .adyen-checkout__payment-method__header:before,.usp>header .payment-checkbox>h2.select:after,.usp>header .payment-checkbox>h2.select:before{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";position:absolute;border-radius:50%;height:24px;width:24px}.payment-checkbox>h2.select:before,.paymentform .adyen-checkout__payment-method .adyen-checkout__payment-method__header:before,.usp>header .payment-checkbox>h2.select:before{border:.125rem solid #ddd;left:4px;top:1px}.payment-checkbox>h2.select:after,.paymentform .adyen-checkout__payment-method .adyen-checkout__payment-method__header:after,.usp>header .payment-checkbox>h2.select:after{left:6px;top:3px;border-color:transparent;-webkit-transform:scale(.5);transform:scale(.5);opacity:0;-webkit-transition:background .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:background .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,background .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:transform .3s cubic-bezier(.4,0,.2,1) 0s,background .3s cubic-bezier(.4,0,.2,1) 0s,opacity .3s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .3s cubic-bezier(.4,0,.2,1) 0s}.payment-checkbox{padding:17px 13px 8px;border:1px solid #ddd;margin-bottom:19px;min-height:172px}.payment-checkbox[tabindex="0"]{overflow-y:hidden}@media screen and (min-width:48rem){.payment-checkbox{min-height:192px;padding-right:32px;padding-left:calc(13px + 3rem)}.payment-checkbox:first-of-type>h2,.usp>header .payment-checkbox:first-of-type>h2{margin-left:-3rem}}.payment-checkbox:first-child{margin-top:21px}.wrapper section.booking-data--details .payment-checkbox>h2,.wrapper section.booking-data--details .usp>header .payment-checkbox>h2{margin-top:0;font-size:1.5rem;line-height:1.166667;position:relative;cursor:pointer}.payment-checkbox>h2.select,.usp>header .payment-checkbox>h2.select{padding-left:3rem}.payment-checkbox .show-on-selected{opacity:0;max-height:0;overflow:hidden}.payment-checkbox:not(.selected) .show-on-selected h2,.payment-checkbox:not(.selected) .show-on-selected h3,.payment-checkbox:not(.selected) .show-on-selected h4,.payment-checkbox:not(:focus-within) .show-on-selected h2,.payment-checkbox:not(:focus-within) .show-on-selected h3,.payment-checkbox:not(:focus-within) .show-on-selected h4{margin-top:0;margin-bottom:0}.payment-checkbox.selected .show-on-selected,.payment-checkbox:focus-within .show-on-selected{opacity:1;max-height:400vh;overflow:auto}.payment-checkbox.selected>h2:before,.payment-checkbox:focus-within>h2:before,.usp>header .payment-checkbox.selected>h2:before,.usp>header .payment-checkbox:focus-within>h2:before{border-color:#000}.payment-checkbox.selected>h2:after,.payment-checkbox:focus-within>h2:after,.usp>header .payment-checkbox.selected>h2:after,.usp>header .payment-checkbox:focus-within>h2:after{-webkit-transform:scale(1);transform:scale(1);opacity:1;background:#03d386;-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff}section.booking-data--details .payment-checkbox .payment-icons{display:block;white-space:nowrap;max-width:100%;overflow:hidden;overflow-x:auto;margin-left:0;padding-bottom:12px}section.booking-data--details .payment-checkbox .payment-icons .payment-icon{display:inline;margin-bottom:0}.booking-page .payment-checkbox .paymentform{margin-bottom:0}@media screen and (min-width:48rem){.wrapper section.booking-data--details .payment-checkbox>h2,.wrapper section.booking-data--details .usp>header .payment-checkbox>h2{font-size:1.875rem;line-height:1.2}section.booking-data--details .payment-checkbox p{font-size:14px}.payment-checkbox>h2.select,.usp>header .payment-checkbox>h2.select{padding-left:3rem}.payment-checkbox>h2.select:before,.usp>header .payment-checkbox>h2.select:before{top:5px}.payment-checkbox>h2.select:after,.usp>header .payment-checkbox>h2.select:after{top:7px}}#guarantee-container h3,#payment-container h3{font-size:1rem;line-height:1.75}#guarantee-container p,#payment-container p{margin-bottom:0}@media screen and (min-width:48rem){#guarantee-container h3,#payment-container h3{font-size:1.3125rem;line-height:1.714286}}.payment-checkbox.selected{position:relative}.payment-checkbox.selected:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-color:hsla(0,0%,100%,.7);background-image:url(../images/loaders/website_loader_200x120_transparent.gif);background-repeat:no-repeat;background-position:50% 50%;min-width:200px;min-height:120px;pointer-events:none;opacity:0;-webkit-transform:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transform:opacity .3s cubic-bezier(.4,0,.2,1) 0s}.showPaymentLoader .payment-checkbox:after{opacity:1;pointer-events:auto}.full_loader{background:#fff!important}.full_loader,.full_loader>.cm__loader,.full_loader>.ibe_rate_wrapper_loader:after,.paymentform .full_loader>.adyen-checkout__spinner{width:100vw;height:100vh}.form_wrapper#ibe_wrapper,.form_wrapper#ibe_wrapper .color_content,.form_wrapper#ibe_wrapper main{background:#000}.form_wrapper#ibe_wrapper .color_content .flex_30:after{background-image:url(../images/form-digizen.svg);background-position:bottom;background-size:auto 80%}@media screen and (min-width:75rem){.form_wrapper#ibe_wrapper .color_content .flex_30:after{background-size:auto calc(100% - 200px);background-position:top;bottom:0}}.form_wrapper#ibe_wrapper .color_content:after{border-color:transparent #000 transparent transparent}.form_wrapper#ibe_wrapper .first-element{margin-top:15px}@media screen and (min-width:31.375rem){.form_wrapper#ibe_wrapper .paymentform{margin-top:70px;margin-bottom:70px}}@media screen and (min-width:48rem){.form_wrapper#ibe_wrapper .paymentform{padding-bottom:70px;padding-top:70px}}@media screen and (min-width:75rem){.form_wrapper#ibe_wrapper .paymentform{margin-top:100px;margin-left:-100px;margin-right:-100px;padding-left:100px;padding-right:100px}}.form_wrapper#ibe_wrapper .data_content_inner{padding-bottom:50px}.form_wrapper#ibe_wrapper .data_content_inner h3{padding-bottom:0}.form_wrapper#ibe_wrapper .submit_wrapper{overflow:hidden}@media screen and (min-width:75rem){.form_wrapper#ibe_wrapper .submit_wrapper{margin-top:100px}}.form_wrapper#ibe_wrapper .submit_wrapper button{float:right;width:100%}@media screen and (min-width:31.375rem){.form_wrapper#ibe_wrapper .submit_wrapper button{width:auto}}.my_citizenm_header{background-color:#000;padding:30px 0 110px;position:relative;width:100%;margin-bottom:120px}.my_citizenm_header.my_citizenm_detail_header{padding-top:20px;padding-bottom:20px;margin-bottom:40px}.hero_mybooking__text .lead{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;margin-bottom:24px}.mycitizenm_item_list .item__text{margin-bottom:1rem}.mycitizenm_item_list .item__text .small{font-size:1rem;line-height:1.625}.mycitizenm_item_list .item_list__items:first-child .item__footer{padding-bottom:36px}.mycitizenm_item_list .tag{margin-bottom:30px;display:inline-block}.mycitizenm_item_list.mycitizenm_manage{padding-bottom:0}.mycitizenm_item_list.mycitizenm_manage .cc_image{width:68px;height:44px;border:1px solid hsla(0,0%,72.2%,.48);border-radius:3px;position:relative}.mycitizenm_item_list.mycitizenm_manage .cc_image img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:44px}.mycitizenm_item_list.mycitizenm_manage .item{border:1px solid #ddd}.mycitizenm_item_list.mycitizenm_manage .cc_data{width:calc(100% - 85px)}.mycitizenm_item_list.mycitizenm_manage .mycitizenm_manage_right .small{margin-bottom:24px}.mycitizenm_item_list.mycitizenm_manage .gray-mako{color:#5a5a5a}.mycitizenm_item_list.mycitizenm_manage .tag{font-size:12px}@media screen and (min-width:48rem){.mycitizenm_item_list.mycitizenm_manage{padding-left:25px;padding-right:25px;padding-bottom:0}}@media screen and (min-width:75rem){.mycitizenm_item_list.mycitizenm_manage{padding-left:15px;padding-right:15px}}@media screen and (min-width:1200px) and (max-width:1299px){.mycitizenm_item_list.mycitizenm_manage{padding-left:25px;padding-right:25px;margin-left:18px;margin-right:18px;max-width:1220px}}.my_citizenm_nav{padding-left:30px;padding-right:30px;width:auto;text-align:center}.my_citizenm_nav a{color:#fff;display:inline-block;white-space:nowrap;font-size:.875rem;line-height:1.7;margin-right:20px;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.my_citizenm_nav a:after{content:"";display:block;width:100%;height:2px;position:absolute;left:0;bottom:0;opacity:0;-webkit-transform:translateY(16px);transform:translateY(16px)}.my_citizenm_nav a:last-child{margin-right:0}.my_citizenm_nav a.active,.my_citizenm_nav a:hover{color:#fff;position:relative}.my_citizenm_nav a.active:after,.my_citizenm_nav a:hover:after{opacity:1;-webkit-transform:translate(0);transform:translate(0);background:#fff}.my_citizenm_nav a.active:after{background:#ff0038}.my_citizenm_nav a:hover:after{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;background:#fff}.my_citizenm .hero_home__bookingpanel.bookingpanel{opacity:1;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);bottom:0;max-width:1276px;margin:0 auto;left:50%}.my_citizenm .highlight--left.highlight--with-tile,.my_citizenm .highlight--right.highlight--with-tile{padding-bottom:1.25rem}.my_citizenm .hero_mybooking>header{width:100%}.my_citizenm>.wrapper>header{z-index:37}.my_citizenm .absolute_link{position:absolute;right:0;bottom:0}.my_citizenm .highlight__text .button{margin:0 0 20px}.my_citizenm .highlight__text .button:last-child,.my_citizenm p.button-floating{margin-bottom:0}.my_citizenm p.button-floating a{float:none;width:100%;margin:0 0 15px}.my_citizenm .button-full a{width:100%}.my_citizenm .tiles_wrapper{padding-left:0;padding-right:0;max-width:75rem;margin-left:auto;margin-right:auto}.my_citizenm .tiles_wrapper .tiles-body,.my_citizenm .tiles_wrapper .tiles-header{padding-bottom:0;margin-bottom:1.875rem}.my_citizenm .tiles_wrapper .tiles-footer{display:block}.my_citizenm .tiles_wrapper .tiles-footer a.link-arrow{float:right}.my_citizenm .tile.bg-white{border:.125rem solid #ddd}.my_citizenm header a.back_link{margin-bottom:.9375rem;font-size:1.125rem}.stored_cc{overflow:visible;margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex}.stored_cc:last-child{margin-bottom:0}.stored_cc .cc_image{width:50px;min-width:50px;padding-top:5px}.stored_cc .cc_data{margin-left:20px;position:relative;width:calc(100% - 70px)}.stored_cc .cc_data .tag{position:absolute;right:0;top:-8px}@media screen and (min-width:48rem){.stored_cc .cc_data .tag{top:0}}.stored_cc .cc_data p{color:#5a5a5a;font-size:12px;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.stored_cc .cc_data p .cc_number{color:#000;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;display:block;font-size:16px}@media screen and (min-width:48rem){.stored_cc .cc_data p{font-size:14px}.stored_cc .cc_data .tag{position:static;margin-left:.75rem}}.stored_cc .cc-delete{-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap}.cc-edit-data .stored_cc{margin-bottom:calc(39px - 1.2em);padding-bottom:1.2em;border-bottom:1px solid #ddd}@media screen and (max-width:422px){.stored_cc{-ms-flex-wrap:wrap;flex-wrap:wrap}}.mycitizenm_item_list .link-arrow{float:right}.mycitizenm_item_list header{margin-bottom:1.25rem}.mycitizenm_viewAll{float:right}.my_citizenm_detail-cancled .my_citizenm_detail_back{margin-bottom:20px}@media screen and (max-width:339px){.my_citizenm .highlight__text{max-width:268px}}@media screen and (max-width:47.9375rem){.my_citizenm_detail .item_list__items .item__footer .link-arrow{margin-top:25px}.mycitizenm_item_list header h2{font-size:1.5rem}}@media screen and (min-width:48rem){.hero_mybooking__text .lead{margin-bottom:0}.my_citizenm_header{padding:30px 0 80px;position:relative;width:100%;margin-bottom:100px}.my_citizenm_detail-cancled{margin-bottom:130px}.my_citizenm_detail-cancled .my_citizenm_header{margin-bottom:50px}.my_citizenm_nav a{font-size:1.125rem;line-height:1}.my_citizenm_nav a.active:after,.my_citizenm_nav a:hover:after{bottom:-4px}.my_citizenm p.button-floating a{float:left;width:50%;min-width:unset;margin:0}.my_citizenm p.button-floating a:first-child{width:calc(50% - 20px);margin-right:20px}.my_citizenm_detail_back{margin-bottom:20px}}@media screen and (min-width:62rem){.my_citizenm_nav a{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;margin-right:5rem}}@media screen and (min-width:75rem){.mycitizenm_item_list{padding-bottom:1.5rem}.mycitizenm_item_list .leadBold{margin-bottom:2.5rem}.mycitizenm_item_list .leadBold+h4,.mycitizenm_item_list .usp>header .leadBold+h4{margin-bottom:7px}.my_citizenm_detail-past .hero_mybooking,.my_citizenm_detail-upcoming .hero_mybooking{max-width:90rem}.my_citizenm_detail-past .hero_mybooking .hero_mybooking__button,.my_citizenm_detail-upcoming .hero_mybooking .hero_mybooking__button{right:0}.my_citizenm_detail-past .my_citizenm_header.my_citizenm_detail_header,.my_citizenm_detail-upcoming .my_citizenm_header.my_citizenm_detail_header{margin-bottom:40px}.my_citizenm_header.my_citizenm_detail_header{padding-top:60px;padding-bottom:60px;margin-bottom:60px}.mycitizenm_viewAll{margin-top:4rem}.my_citizenm .tiles.short h2{font-size:40px}.my_citizenm .tiles_wrapper .tiles-header{margin-bottom:2rem}.my_citizenm .tiles_wrapper .tiles-header h2{font-size:40px}.my_citizenm .button-floating a{float:left;width:50%;min-width:unset;margin:0}.my_citizenm .button-floating a:first-child{width:calc(50% - 20px);margin-right:20px}.stored_cc .cc_image{width:68px;min-width:68px}.stored_cc .cc_image img{width:100%}.stored_cc .cc_data{width:calc(100% - 100px)}.stored_cc .cc_data p{font-size:14px}.stored_cc .cc_data p .cc_number{font-size:18px}}.ajax-loading-rates .mycitizenm_bookings_overview .ibe_rate_wrapper_loader~*{opacity:0}.mycitizenm_addcard{max-width:48rem;padding-bottom:1.875rem}.mycitizenm_addcard>section{padding-bottom:0}.my_citizenm .mycitizenm_addcard .payment-checkbox{border:none;padding:0 1.5rem}.my_citizenm .mycitizenm_addcard .paymentform{background:none;border:.125rem solid #ddd;max-width:100%;margin-left:0!important;margin-right:0!important;margin-bottom:1.25rem;padding-top:2rem;padding-left:1.3125rem;padding-right:1.3125rem}.my_citizenm .mycitizenm_addcard .payment-checkbox{margin-top:0;margin-bottom:0;padding-top:0}.my_citizenm .mycitizenm_addcard .payment-checkbox .paymentform{margin-top:0}.ajax-loading-rates .mycitizenm_bookings_overview~.mycitizenm_bookings_overview,.ajax-loading-rates .rates_wrapper+.rates_wrapper .ibe_rate_wrapper_loader{display:none}.my_citizenm #main>.highlight{opacity:1;-webkit-transform:scale(1);transform:scale(1);pointer-events:auto;-webkit-transition:-webkit-transform opacity .15s cubic-bezier(.4,0,.2,1) 0s;transition:-webkit-transform opacity .15s cubic-bezier(.4,0,.2,1) 0s;transition:transform opacity .15s cubic-bezier(.4,0,.2,1) 0s;transition:transform opacity .15s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform opacity .15s cubic-bezier(.4,0,.2,1) 0s}.ajax-loading-rates .mycitizenm_bookings_overview{min-height:100vh}.ajax-loading-rates .mycitizenm_bookings_overview~.mycitizenm_bookings_overview{display:none}.ajax-loading-rates #main>.highlight{opacity:0;pointer-events:none;-webkit-transform:scale(.5);transform:scale(.5);max-height:0;overflow:hidden;margin:0 auto}.ajax-loading-rates #main>.highlight[data-showWhileAjaxLoading]{opacity:1;-webkit-transform:scale(1);transform:scale(1);pointer-events:auto;max-height:unset}.ajax-loading-rates .hero_mybooking .hero_mybooking__text{opacity:0}.ajax-loading-rates .hero_mybooking .hero_mybooking__text[data-showWhileAjaxLoading]{opacity:1}.mycitizenm_bookings_overview{margin-top:1rem auto;padding-bottom:0;padding-left:1.5rem;padding-right:1.5rem}.mycitizenm_bookings_overview .usp>header h2,.mycitizenm_bookings_overview h2,.usp>header .mycitizenm_bookings_overview h2{font-size:24px;margin-bottom:1.5625rem}@media screen and (min-width:48rem){.mycitizenm_bookings_overview{padding-left:3rem;padding-right:3rem;margin-bottom:120px}.mycitizenm_bookings_overview .usp>header h2,.mycitizenm_bookings_overview h2,.usp>header .mycitizenm_bookings_overview h2{font-size:2.5rem;margin-bottom:35px}.mycitizenm_bookings_overview .mycitizenm_bookings_inner{padding-left:4.68rem;border-left:4px solid #d8d8d8}.mycitizenm_bookings_overview .reservation_box_wrapper{border:none}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_tile{width:126px;height:126px;padding:16px 10px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_tile p{font-size:80px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_tile p span{font-size:20px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data{padding-left:34px;width:calc(100% - 126px)}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .leadBold{font-size:30px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .list-inline{margin-bottom:5px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .list-inline li{font-size:18px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .link-arrow{margin-top:8px;margin-left:-5px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .link-arrow:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235A5A5A' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .link-arrow:after:active,.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .link-arrow:after:focus,.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .link-arrow:after:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}}@media screen and (min-width:81rem){.mycitizenm_bookings_overview{padding-left:0;padding-right:0;max-width:75rem}}.my_citizenm .tile{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:1rem}.my_citizenm .tile .tile__huge{padding-top:0;padding-right:.25em}.my_citizenm .tile .tile__huge .tile__body{-webkit-box-flex:2;-ms-flex:2;flex:2}.my_citizenm .tile .tile__huge+.tile__bottom{margin-top:0;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625;line-height:1.2}@media screen and (min-width:48rem){.my_citizenm .tile .tile__huge{font-size:7.5rem;padding-top:.25em}.my_citizenm .tile .tile__huge+.tile__bottom{font-size:1.5rem;line-height:1.25}}@media screen and (min-width:62rem){.my_citizenm .tile .tile__huge{font-size:10rem}}.reservation_box_wrapper{margin:-4px -4px 20px;overflow:hidden;border-bottom:1px solid #ddd;padding:4px 4px 20px}.reservation_box_wrapper:last-child{margin-bottom:0;border:none}.reservation_box_wrapper .reservation_data{padding-left:20px;float:left;width:calc(100% - 86px)}.reservation_box_wrapper .reservation_data>div{overflow:hidden}.reservation_box_wrapper .reservation_data .leadBold{font-size:18px;margin-bottom:0}.reservation_box_wrapper .reservation_data .list-inline{margin-top:0;margin-bottom:0}.reservation_box_wrapper .reservation_data .list-inline li{font-size:14px}.reservation_box_wrapper .reservation_data .link-arrow{display:none}.reservation_box_wrapper a.reservation_tile{width:86px;height:86px;padding:10px;float:left;position:relative;top:4px}.reservation_box_wrapper a.reservation_tile:hover{color:#fff}.reservation_box_wrapper a.reservation_tile p{font-size:50px;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;line-height:1}.reservation_box_wrapper a.reservation_tile p span{display:block;font-size:14px;white-space:nowrap}.reservation_box_wrapper a.reservation_tile.bg-white{border:.125rem solid #ddd}.reservation_box_wrapper a.reservation_tile.bg-white:hover{color:#000}.reservation_box_wrapper a.reservation_tile.inaktive:hover,.reservation_box_wrapper a.reservation_tile.inaktive p{color:rgba(0,0,0,.2)}.my_citizenm_cancled.highlight h2{opacity:.4}@media screen and (min-width:31.375rem){.reservation_box_wrapper .reservation_data{padding-top:20px}.reservation_box_wrapper .reservation_data .list-inline{float:left;width:auto}.reservation_box_wrapper .reservation_data .link-arrow{display:block;color:transparent;float:left;margin-top:5px}}@media screen and (min-width:48rem){.my_citizenm-multiple .highlight--left{margin-bottom:90px}.mycitizenm_bookings_overview{margin-bottom:120px}.mycitizenm_bookings_overview .usp>header h2,.mycitizenm_bookings_overview h2,.usp>header .mycitizenm_bookings_overview h2{font-size:2.5rem;margin-bottom:35px}.mycitizenm_bookings_overview .mycitizenm_bookings_inner{padding-left:4.68rem;border-left:4px solid #d8d8d8}.mycitizenm_bookings_overview .reservation_box_wrapper{border:none}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_tile{width:126px;height:126px;padding:16px 10px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_tile p{font-size:80px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_tile p span{font-size:20px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data{padding-left:34px;width:calc(100% - 126px)}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .leadBold{font-size:30px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .list-inline{margin-bottom:5px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .list-inline li{font-size:18px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .link-arrow{margin-top:8px;margin-left:-5px}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .link-arrow:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235A5A5A' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .link-arrow:after:active,.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .link-arrow:after:focus,.mycitizenm_bookings_overview .reservation_box_wrapper .reservation_data .link-arrow:after:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='79' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 6.14h76v1.71H0z'/%3E%3Cpath d='M76.728 8.485l-5.657 5.657-1.414-1.414 5.657-5.657-5.657-5.657L71.07 0l7.071 7.071-1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-position:100%}}@media screen and (min-width:90rem){.mycitizenm_bookings_overview .usp>header h2,.mycitizenm_bookings_overview h2,.usp>header .mycitizenm_bookings_overview h2{padding-left:0}}.my_citizenm_profile .item>p.leadBold{margin-bottom:0}.my_citizenm_profile .item__text{padding-top:0}.my_citizenm_profile .bigform__form,.my_citizenm_profile .item_list__items{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.my_citizenm_profile [data-col="2"] .item__footer>.link-arrow:only-child,.my_citizenm_profile [data-col="3"] .item__footer>.link-arrow:only-child{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-top:15px}.my_citizenm_profile .stored_cc .cc_data{position:relative}.my_citizenm_profile .stored_cc .cc_data p{font-size:14px}.my_citizenm_profile .stored_cc .cc_data p .cc_number{font-size:18px}.my_citizenm_profile .stored_cc .cc_data button.delete_cc{background-image:url(../images/mycitizenm_delete_cc.svg);background-repeat:no-repeat;background-position:0;background-size:18px 21px;padding:0;height:25px;width:21px;min-width:unset;min-height:unset;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;right:0;top:0}.my_citizenm_profile .stored_cc .cc_data button.delete_cc .delete_cc_text,.my_citizenm_profile .stored_cc .cc_data button.delete_cc:after{display:none}.my_citizenm_profile .stored_cc .primary,.my_citizenm_profile .stored_cc .red{margin-left:10px;padding-left:20px;position:relative;font-size:12px}.my_citizenm_profile .stored_cc .primary:after,.my_citizenm_profile .stored_cc .red:after{content:"";display:block;position:absolute;left:9px;top:4px;background-image:url(../images/mycitizenm_tag-check.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;height:11px;width:9px}.my_citizenm_profile button.submit_black{-ms-flex-item-align:end;align-self:flex-end;margin-top:20px}.my_citizenm_profile .cc-list,.my_citizenm_profile .ibe_details_terms,.my_citizenm_profile .privacy{margin-top:0}.my_citizenm_profile .privacy label{width:100%;border-bottom:1px solid #b8b8b8}.my_citizenm_profile .profile_cc_handle{padding-left:0;padding-right:0}.my_citizenm_profile .profile_cc_handle .button{-ms-flex-item-align:start;align-self:flex-start;margin-left:0;margin-right:0;width:100%;max-width:unset;margin-top:0}.my_citizenm_profile .profile_cc_handle .button.submit_black{-ms-flex-item-align:end;align-self:flex-end;min-width:unset}.my_citizenm_profile .cc-list .radio[type=radio]+label:before,.my_citizenm_profile .ibe_details_terms .radio[type=radio]+label:before{top:9px}.my_citizenm_profile .cc-list .radio[type=radio]+label:after,.my_citizenm_profile .ibe_details_terms .radio[type=radio]+label:after{top:13px;left:4px}.my_citizenm_profile a.select-theme-citizenm{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.centered_form{max-width:37rem;margin:50px auto 0;width:100%;height:450px;background:#b8b8b8}@media screen and (max-width:61.9375rem){.my_citizenm_profile .profile_cc_handle{display:block}.my_citizenm_profile .profile_cc_handle .button{display:block;width:100%}.my_citizenm_profile .profile_cc_handle .button.submit_black{display:block;width:100%;margin-top:20px}.my_citizenm_profile .bigform .bigform__form .item{margin-top:0}}@media screen and (min-width:62rem){.my_citizenm_profile .item>p.leadBold{font-size:40px}.my_citizenm_profile .profile_cc_handle .button{-ms-flex-item-align:start;align-self:flex-start;margin-left:0;margin-right:0;width:55%;margin-top:0}.my_citizenm_profile .profile_cc_handle .button.submit_black{width:calc(45% - 20px);margin-left:20px;-ms-flex-item-align:end;align-self:flex-end;min-width:unset}}@media screen and (min-width:75rem){.my_citizenm_profile .item>p.leadBold{margin-bottom:1.5rem}.my_citizenm_profile .item_list__item{padding-top:1.625rem}.my_citizenm_profile .item__text p.leadBold{font-size:40px}.my_citizenm_profile .privacy{margin-bottom:0}.my_citizenm_profile .privacy ul{margin-bottom:0;margin-top:0}.my_citizenm_profile .cc-list .radio[type=radio]+label:before,.my_citizenm_profile .ibe_details_terms .radio[type=radio]+label:before{top:13px}.my_citizenm_profile .cc-list .radio[type=radio]+label:after,.my_citizenm_profile .ibe_details_terms .radio[type=radio]+label:after{top:17px}.my_citizenm_profile .stored_cc .cc_data button.delete_cc{height:25px;width:auto;top:15px;padding-left:25px}.my_citizenm_profile .stored_cc .cc_data button.delete_cc .delete_cc_text{display:block;color:#ff0038;font-size:1.125rem}}.cbp_page .carousel__slide__header h2{max-width:55rem}.cbp_page [data-col="2"] .item__footer>.link-arrow:only-child,.cbp_page [data-col="3"] .item__footer>.link-arrow:only-child{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-top:20px}.cbp_page .usp--boxed.bg-white{border:.125rem solid #ddd}.cbp_page nav.meta{display:block}.cbp_page nav.meta>ul>li{margin-right:0}.cbp_page nav.meta>ul>li a{position:relative;right:-.5em}.sticky--overlap.cbp_page .hero_home .bookingpanel{width:calc(100vw - 1.5rem);max-width:calc(100vw - 1.5rem)}@media screen and (min-width:48rem){.sticky--overlap.cbp_page .hero_home .bookingpanel{width:calc(100vw - 1.5rem);max-width:calc(100vw - 1.5rem)}}@media screen and (min-width:62rem){.sticky--overlap.cbp_page .hero_home .bookingpanel{left:3rem;width:calc(100vw - 6rem);max-width:calc(100vw - 6rem)}}@media screen and (min-width:48rem) and (max-width:1179px){.sticky--overlap.cbp_page .hero_home .bookingpanel form{padding-right:0}}@media screen and (min-width:1180px) and (max-width:1299px){.sticky--overlap.cbp_page .hero_home .bookingpanel form{padding-right:0;padding-left:2px;margin-left:-2px;width:calc(100% + 2px);background:#fff}}@media screen and (min-width:81rem){.sticky--overlap.cbp_page .hero_home .bookingpanel{left:50%}.sticky--overlap.cbp_page .hero_home .bookingpanel,.sticky--overlap.cbp_page .hero_home .bookingpanel.bookingpanel--clone{-webkit-transform:translateX(-50%);transform:translateX(-50%);width:76.5rem;max-width:78rem}}@media screen and (min-width:75rem){.cbp_page .hero_home__text h1{font-size:6.875rem}.cbp_page .item[data-col="2"]{margin-left:0;margin-right:0;width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.cbp_page .item[data-col="2"]:nth-child(2n){border-left:none}.cbp_page .item_list h3{font-size:60px;margin-bottom:50px}.cbp_page .item_list [data-col="2"] .item__footer>.link-arrow:only-child,.cbp_page .item_list [data-col="3"] .item__footer>.link-arrow:only-child{margin-top:40px}}@media screen and (min-width:62rem){.highlight--right .highlight__text .button{margin-bottom:20px}}.countryOfResidence+a,[name=countryOfResidence]+a{color:#5a5a5a}.countryOfResidence+a.select-selected,.countryOfResidence+a:not(.select-enabled),[name=countryOfResidence]+a.select-selected,[name=countryOfResidence]+a:not(.select-enabled){color:#000}.countryOfResidence_wrapper.form-row{margin-top:50px}@media screen and (min-width:67.5rem){.countryOfResidence_wrapper.form-row{margin-top:70px}}.faq_header{text-align:center;padding-bottom:34px}.faq_header h1{font-size:2.125rem}.faq_header p{font-size:.75rem}.faq_wrapper,.inline-target .faq_wrapper{padding-left:20px;padding-right:20px;max-width:75rem}.faq_wrapper .faq-yellow .faq_main_topic_header:before,.faq_wrapper .faq-yellow.open .faq_main_topic_header,.inline-target .faq_wrapper .faq-yellow .faq_main_topic_header:before,.inline-target .faq_wrapper .faq-yellow.open .faq_main_topic_header{background:rgba(255,186,0,.4)}.faq_wrapper .faq-yellow .faq_region_header,.inline-target .faq_wrapper .faq-yellow .faq_region_header{background:rgba(255,186,0,.3)}.faq_wrapper .faq-yellow .faq_hotel_header,.inline-target .faq_wrapper .faq-yellow .faq_hotel_header{background:rgba(255,186,0,.2)}.faq_wrapper .faq-yellow .faq_question_header,.inline-target .faq_wrapper .faq-yellow .faq_question_header{background:rgba(255,186,0,.1)}.faq_wrapper .faq-yellow .faq_info,.inline-target .faq_wrapper .faq-yellow .faq_info{background:rgba(255,186,0,.05)}.faq_wrapper .faq-green .faq_main_topic_header:before,.faq_wrapper .faq-green.open .faq_main_topic_header,.inline-target .faq_wrapper .faq-green .faq_main_topic_header:before,.inline-target .faq_wrapper .faq-green.open .faq_main_topic_header{background:rgba(3,211,134,.4)}.faq_wrapper .faq-green .faq_region_header,.inline-target .faq_wrapper .faq-green .faq_region_header{background:rgba(3,211,134,.3)}.faq_wrapper .faq-green .faq_hotel_header,.inline-target .faq_wrapper .faq-green .faq_hotel_header{background:rgba(3,211,134,.2)}.faq_wrapper .faq-green .faq_question_header,.inline-target .faq_wrapper .faq-green .faq_question_header{background:rgba(3,211,134,.1)}.faq_wrapper .faq-green .faq_info,.inline-target .faq_wrapper .faq-green .faq_info{background:rgba(3,211,134,.05)}.faq_wrapper .faq-purple .faq_main_topic_header:before,.faq_wrapper .faq-purple.open .faq_main_topic_header,.inline-target .faq_wrapper .faq-purple .faq_main_topic_header:before,.inline-target .faq_wrapper .faq-purple.open .faq_main_topic_header{background:rgba(94,49,232,.4)}.faq_wrapper .faq-purple .faq_region_header,.inline-target .faq_wrapper .faq-purple .faq_region_header{background:rgba(94,49,232,.3)}.faq_wrapper .faq-purple .faq_hotel_header,.inline-target .faq_wrapper .faq-purple .faq_hotel_header{background:rgba(94,49,232,.2)}.faq_wrapper .faq-purple .faq_question_header,.inline-target .faq_wrapper .faq-purple .faq_question_header{background:rgba(94,49,232,.1)}.faq_wrapper .faq-purple .faq_info,.inline-target .faq_wrapper .faq-purple .faq_info{background:rgba(94,49,232,.05)}.faq_main_topic_container{border:1px solid #ddd;border-bottom:none}.faq_main_topic_container:last-child{border-bottom:1px solid #ddd}.faq_main_topic_container.open .faq_main_topic_header:before{display:none}.faq_main_topic_header{padding:13px 10px;position:relative;display:block}.faq_main_topic_header:before{content:"";display:block;width:3px;height:100%;position:absolute;left:0;top:0}.faq_main_topic_header .usp>header h2,.faq_main_topic_header h2,.usp>header .faq_main_topic_header h2{font-size:1.375rem;margin-top:0;margin-bottom:2px}.faq_main_topic_header p{font-size:.75rem;width:75%}.faq_region_header{padding:18px 10px;position:relative}.faq_region_header h3{margin:0;font-size:.875rem;line-height:1}.faq_hotel_header{padding:18px 10px}.faq_hotel_header .usp>header h4,.faq_hotel_header h4,.usp>header .faq_hotel_header h4{font-size:.875rem;margin:0;line-height:1;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.faq_question_header{padding:10px;background:rgba(255,186,0,.1)}.faq_question_header h5{font-size:.8125rem;margin:0;line-height:1;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;position:relative;padding-left:10px}.faq_question_header h5:before{content:"";display:block;position:absolute;left:0;top:4px;height:4px;width:4px;border-radius:50%;background:#000}.faq_info_header{padding:13px 10px}.faq_info_header h6{font-size:.75rem;line-height:1;position:relative;padding-left:10px}.faq_info_header h6:before{content:"";display:block;position:absolute;left:0;top:4px;height:2px;width:2px;border-radius:50%;border:1px solid #000}.faq_info_content{padding:0 10px 13px;display:block!important}.faq_info_content p{font-size:.6875rem}.faq_info_content img{width:100%;max-width:790px;margin:0 auto;display:block}.faq_info_content li{white-space:normal}.faq-content{display:none;overflow:hidden}.faq-content.open,.opened>.faq-content{display:block}.faq-header{cursor:pointer;position:relative}.faq-header a{color:inherit}.faq-header:after{content:"";display:block;height:16px;width:16px;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-image:url(../images/arrow-down-black.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;-webkit-transition:-webkit-transform .21s ease-out;transition:-webkit-transform .21s ease-out;transition:transform .21s ease-out;transition:transform .21s ease-out,-webkit-transform .21s ease-out}.faq-header.faq_main_topic_header:after{height:23px;width:23px}.open>.faq-header:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:47.9375rem){.faq_hotel_header.faq-header:after,.faq_question_header.faq-header:after,.faq_region_header.faq-header:after{display:none}}@media screen and (min-width:48rem){.faq_header{padding-bottom:50px}.faq_header h1{font-size:5rem;margin-bottom:15px}.faq_header p{font-size:1.125rem}.faq_wrapper{padding-left:20px;padding-right:20px}.faq_main_topic_header{padding:22px 100px}.faq_main_topic_header .usp>header h2,.faq_main_topic_header h2,.usp>header .faq_main_topic_header h2{font-size:1.75rem}.faq_main_topic_header p{font-size:1.125rem;width:100%}.faq_region_header{padding:14px 100px}.faq_region_header h3{font-size:1.375rem}.faq_hotel_header{padding:14px 100px}.faq_hotel_header .usp>header h4,.faq_hotel_header h4,.usp>header .faq_hotel_header h4{font-size:1.375rem}.faq_question_header{padding:15px 100px}.faq_question_header h5{font-size:1.25rem;padding-left:20px}.faq_question_header h5:before{top:6px;height:8px;width:8px}.faq_info_header{padding:15px 100px 7px}.faq_info_header.faq-header:after{display:none}.faq_info_header h6{font-size:1.125rem;padding-left:20px}.faq_info_header h6:before{top:5px;height:4px;width:4px;border:2px solid #000}.faq_info_content{padding:0 100px 10px 120px}.faq_info_content p{font-size:1rem}.faq-header:after{right:28px}}@-webkit-keyframes bgMover{0%{background-position:0 10%}50%{background-position:100% 91%}to{background-position:0 10%}}@keyframes bgMover{0%{background-position:0 10%}50%{background-position:100% 91%}to{background-position:0 10%}}div.hotel__box .footer,div.hotel__box footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:.875rem}div.hotel__box .footer .label,div.hotel__box footer .label{color:#929292;line-height:1.286;margin-bottom:3px}div.hotel__box .footer .price,div.hotel__box footer .price{padding-right:.5rem;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%}div.hotel__box .footer .pricetag,div.hotel__box footer .pricetag{font-size:1.5rem;line-height:1.167;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;margin-right:.75rem}div.hotel__box .footer .strike-through .pricetag,div.hotel__box footer .strike-through .pricetag{font-size:.875rem}div.hotel__box .footer .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),div.hotel__box .footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),div.hotel__box footer .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),div.hotel__box footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]){margin-top:.5rem;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:160px;flex-basis:160px;min-width:160px;width:100%;padding-left:31px;padding-right:31px}div.hotel__box .footer .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):after,div.hotel__box .footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):after,div.hotel__box footer .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):after,div.hotel__box footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):after{background-color:#fff!important}@media screen and (min-width:48rem) and (max-width:67.4375rem){div.hotel__box .footer .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),div.hotel__box .footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),div.hotel__box footer .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),div.hotel__box footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media screen and (min-width:67.5rem){div.hotel__box .footer .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),div.hotel__box .footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),div.hotel__box footer .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]),div.hotel__box footer button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]){-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:auto;position:absolute}}.booking-addons,.booking-container,.booking-rates{width:100%;max-width:81rem;margin-top:-10px}.booking-addons>.inline-target>aside,.booking-addons>.inline-target>div,.booking-addons>aside,.booking-addons>div,.booking-container>.inline-target>aside,.booking-container>.inline-target>div,.booking-container>aside,.booking-container>div,.booking-rates>.inline-target>aside,.booking-rates>.inline-target>div,.booking-rates>aside,.booking-rates>div{width:100%}.booking-addons>.inline-target>header h2,.booking-addons>header h2,.booking-addons div>header h2,.booking-container>.inline-target>header h2,.booking-container>header h2,.booking-container div>header h2,.booking-rates>.inline-target>header h2,.booking-rates>header h2,.booking-rates div>header h2,.usp>header .booking-addons>.inline-target>header h2,.usp>header .booking-container>.inline-target>header h2,.usp>header .booking-rates>.inline-target>header h2{margin-top:.25em;font-size:2rem;line-height:1.188}@media screen and (max-width:61.9375rem){.booking-addons,.booking-container,.booking-rates{-webkit-transform:none!important;transform:none!important;padding-bottom:4.5rem;padding-left:1.5rem;padding-right:1.5rem}}@media screen and (min-width:48rem){.booking-addons>.inline-target>header h2,.booking-addons>header h2,.booking-addons div>header h2,.booking-container>.inline-target>header h2,.booking-container>header h2,.booking-container div>header h2,.booking-rates>.inline-target>header h2,.booking-rates>header h2,.booking-rates div>header h2,.usp>header .booking-addons>.inline-target>header h2,.usp>header .booking-container>.inline-target>header h2,.usp>header .booking-rates>.inline-target>header h2{margin-top:.5em;font-size:3.75rem;line-height:1.667;margin-bottom:.625rem}}@media screen and (min-width:62rem){.booking-addons,.booking-container,.booking-rates{display:grid;grid-template-columns:calc(100% - 416px) 416px}.booking-addons>.inline-target>div,.booking-addons>div,.booking-container>.inline-target>div,.booking-container>div,.booking-rates>.inline-target>div,.booking-rates>div{padding-right:1.5rem;grid-column:1/2;grid-column-start:1;-ms-grid-column-span:1}.booking-addons>.inline-target>aside,.booking-addons>aside,.booking-container>.inline-target>aside,.booking-container>aside,.booking-rates>.inline-target>aside,.booking-rates>aside{display:block;padding-left:.6875rem;grid-column:2/3;grid-column-start:2;-ms-grid-column-span:1}}.booking-addons__addon,.booking-rates__rate{margin-left:-.75rem;margin-right:-.75rem;padding:.875rem 1.0625rem 1.375rem 1.3125rem;border:1px solid #ddd;margin-bottom:1.25rem}.booking-addons__addon>header,.booking-rates__rate>header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.booking-addons__addon>header h3,.booking-rates__rate>header h3{padding-top:.25em;margin-top:0;font-size:1.5rem;line-height:1.167;margin-bottom:.625rem}.booking-addons__addon>header .booking-rates__rate__tag,.booking-rates__rate>header .booking-rates__rate__tag{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:right}.booking-addons__addon>header .booking-rates__rate__tag .tag,.booking-rates__rate>header .booking-rates__rate__tag .tag{font-size:.875rem}@media screen and (max-width:47.9375rem){.booking-addons__addon>header h3,.booking-rates__rate>header h3{-webkit-box-flex:1;-ms-flex:1;flex:1}.booking-addons__addon>header .booking-rates__rate__tag,.booking-rates__rate>header .booking-rates__rate__tag{text-align:left;width:100%;margin-bottom:.75rem}}@media screen and (min-width:48rem){.booking-addons__addon>header h3,.booking-rates__rate>header h3{font-size:1.875rem;line-height:1.2;margin-bottom:1.375rem}.booking-addons__addon>header .booking-rates__rate__tag,.booking-rates__rate>header .booking-rates__rate__tag{position:relative;top:-.6875rem}}.booking-addons__addon .booking-rates__info,.booking-rates__rate .booking-rates__info{line-height:1.1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:1.125rem;color:#ddd;margin-left:1.25rem;margin-right:-.1875rem;text-indent:-9999px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23DDD' fill-rule='evenodd' d='M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 3a9 9 0 100 18 9 9 0 000-18zm1.25 5.5v10h-2.5v-10h2.5zm0-3.5v2.5h-2.5V5h2.5z'/%3E%3C/svg%3E");background-repeat:no-repeat}.booking-addons__addon .booking-rates__info:focus,.booking-addons__addon .booking-rates__info:hover,.booking-rates__rate .booking-rates__info:focus,.booking-rates__rate .booking-rates__info:hover{border:none;outline:2px solid transparent;color:#ff0038;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF0038' fill-rule='evenodd' d='M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 3a9 9 0 100 18 9 9 0 000-18zm1.25 5.5v10h-2.5v-10h2.5zm0-3.5v2.5h-2.5V5h2.5z'/%3E%3C/svg%3E");background-repeat:no-repeat}@media screen and (min-width:48rem){.booking-addons__addon .booking-rates__info,.booking-rates__rate .booking-rates__info{margin-right:.25rem;margin-bottom:.6875rem}}.booking-addons__addon ul.booking-rates__rate__usp-list,.booking-rates__rate ul.booking-rates__rate__usp-list{margin-bottom:1.3125rem}.booking-addons__addon ul.booking-rates__rate__usp-list li,.booking-rates__rate ul.booking-rates__rate__usp-list li{font-size:.875rem;line-height:1.429;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;margin-bottom:1rem;margin-top:0}.booking-addons__addon ul.booking-rates__rate__usp-list li[data-listicon],.booking-rates__rate ul.booking-rates__rate__usp-list li[data-listicon]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-right:.5rem;overflow:visible}.booking-addons__addon ul.booking-rates__rate__usp-list li[data-listicon]:before,.booking-rates__rate ul.booking-rates__rate__usp-list li[data-listicon]:before{position:relative;margin-right:1.375rem;-ms-flex-negative:0;flex-shrink:0;top:-.0625rem}@media screen and (min-width:48rem){.booking-addons__addon ul.booking-rates__rate__usp-list,.booking-rates__rate ul.booking-rates__rate__usp-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:90%;max-width:calc(100% - 6rem);margin-bottom:.3125rem}.booking-addons__addon ul.booking-rates__rate__usp-list li,.booking-rates__rate ul.booking-rates__rate__usp-list li{width:50%;line-height:1.714286}.booking-addons__addon ul.booking-rates__rate__usp-list li:nth-child(odd),.booking-rates__rate ul.booking-rates__rate__usp-list li:nth-child(odd){padding-right:.75rem}.booking-addons__addon ul.booking-rates__rate__usp-list li:nth-child(2n),.booking-rates__rate ul.booking-rates__rate__usp-list li:nth-child(2n){padding-left:.75rem}}@media screen and (min-width:62rem){.booking-addons__addon ul.booking-rates__rate__usp-list,.booking-rates__rate ul.booking-rates__rate__usp-list{max-width:calc(100% - 6rem)}}.booking-addons__addon .booking-rates__rate__footer,.booking-rates__rate .booking-rates__rate__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:.875rem}.booking-addons__addon .booking-rates__rate__footer .label,.booking-rates__rate .booking-rates__rate__footer .label{color:#5a5a5a;line-height:1.286;margin-bottom:3px}.booking-addons__addon .booking-rates__rate__footer input,.booking-addons__addon .booking-rates__rate__footer label,.booking-rates__rate .booking-rates__rate__footer input,.booking-rates__rate .booking-rates__rate__footer label{display:none}.booking-addons__addon .booking-rates__rate__footer input.ibe_switch+label,.booking-rates__rate .booking-rates__rate__footer input.ibe_switch+label{display:inline-block}.booking-addons__addon .booking-rates__rate__footer .booking-rates__rate__price,.booking-rates__rate .booking-rates__rate__footer .booking-rates__rate__price{padding-right:.5rem;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%}.booking-addons__addon .booking-rates__rate__footer .pricetag,.booking-rates__rate .booking-rates__rate__footer .pricetag{font-size:1.5rem;line-height:1.167;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;margin-right:.75rem}.booking-addons__addon .booking-rates__rate__footer .strike-through .pricetag,.booking-rates__rate .booking-rates__rate__footer .strike-through .pricetag{font-size:.875rem}.booking-addons__addon .booking-rates__rate__footer button,.booking-rates__rate .booking-rates__rate__footer button{margin-top:.5rem;margin-right:calc(10px - 1.5rem)!important;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media screen and (min-width:48rem){.booking-addons__addon,.booking-rates__rate{--module-whitespace:1.875rem;margin-bottom:1.875rem;padding:.875rem 1.75rem 1.6875rem 1.375rem}}.booking-page>.wrapper .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),.booking-page>.wrapper .inline-target .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),.booking-page>.wrapper .inline-target .map__toggle,.booking-page>.wrapper .map__toggle{font-size:.875rem;line-height:1.857;min-height:1.875rem;min-width:7.5rem;padding-top:2px;padding-bottom:2px}@media screen and (min-width:48rem){.booking-page>.wrapper .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),.booking-page>.wrapper .inline-target .button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),.booking-page>.wrapper .inline-target .map__toggle,.booking-page>.wrapper .map__toggle{font-size:1rem;line-height:1.625;min-width:10rem;padding-top:4px;padding-bottom:5px}}.booking-page>.wrapper .button-lg.button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),.booking-page>.wrapper .button-lg.map__toggle{padding-top:4px;padding-bottom:5px}.booking-page>.wrapper .button-xl.button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),.booking-page>.wrapper .button-xl.map__toggle{padding-top:7px;padding-bottom:8px}@media screen and (min-width:48rem){.booking-page>.wrapper .button-xl.button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),.booking-page>.wrapper .button-xl.map__toggle{padding-top:.6875rem;padding-bottom:.8125rem}}.booking-page>.wrapper .button-xxl.button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),.booking-page>.wrapper .button-xxl.map__toggle{padding-top:10px;padding-bottom:10px}@media screen and (min-width:48rem){.booking-page>.wrapper .button-xxl.button:not(.slick-arrow):not([class*=mapboxgl-ctrl-]):not([class^=lightpick__]):not([data-imagetabs-button]):not([data-plyr]),.booking-page>.wrapper .button-xxl.map__toggle{font-size:1.125rem;padding-top:.9375rem;padding-bottom:1rem}}.booking-page>.wrapper,.booking-page>.wrapper .inline-target{--placeholder-color:#000}.booking-page>.wrapper .bookingpanel:not h1,.booking-page>.wrapper .bookingpanel:not h2,.booking-page>.wrapper .inline-target .bookingpanel:not h1,.booking-page>.wrapper .inline-target .bookingpanel:not h2,.usp>header .booking-page>.wrapper .bookingpanel:not h2,.usp>header .booking-page>.wrapper .inline-target .bookingpanel:not h2{font-size:2rem;line-height:1.1875}@media screen and (max-width:47.9375rem){.booking-page>.wrapper .inline-target .map__toggle,.booking-page>.wrapper .map__toggle{min-width:1.875rem!important;padding:2px}}.booking-page>.wrapper .inline-target .popup,.booking-page>.wrapper .popup{font-size:.875rem;line-height:1.429}.booking-page>.wrapper .inline-target .popup .inner_wrap,.booking-page>.wrapper .popup .inner_wrap{padding-left:1.5625rem;padding-right:1.5625rem}.booking-page>.wrapper .inline-target .popup .closer,.booking-page>.wrapper .popup .closer{top:1.0625rem;right:1.4375rem}.booking-page>.wrapper .inline-target .popup .topline,.booking-page>.wrapper .popup .topline{font-size:1em}.booking-page>.wrapper .inline-target .popup h2,.booking-page>.wrapper .inline-target .popup h3,.booking-page>.wrapper .inline-target .popup h4,.booking-page>.wrapper .popup h2,.booking-page>.wrapper .popup h3,.booking-page>.wrapper .popup h4,.usp>header .booking-page>.wrapper .inline-target .popup h2,.usp>header .booking-page>.wrapper .inline-target .popup h4,.usp>header .booking-page>.wrapper .popup h2,.usp>header .booking-page>.wrapper .popup h4{margin-bottom:0}.booking-page>.wrapper .inline-target .popup h2,.booking-page>.wrapper .popup h2,.usp>header .booking-page>.wrapper .inline-target .popup h2,.usp>header .booking-page>.wrapper .popup h2{font-size:1.5rem;line-height:1.167;margin-bottom:.625em}.booking-page>.wrapper .inline-target .popup h3,.booking-page>.wrapper .popup h3{font-size:1.125rem;line-height:2.222;margin-bottom:.5625rem}.booking-page>.wrapper .inline-target .popup h4,.booking-page>.wrapper .popup h4,.usp>header .booking-page>.wrapper .inline-target .popup h4,.usp>header .booking-page>.wrapper .popup h4{font-size:1em}.booking-page>.wrapper .inline-target .popup header.-reverse p,.booking-page>.wrapper .popup header.-reverse p{font-size:.875rem;line-height:1.42857;margin-bottom:.375rem;color:#656565}.booking-page>.wrapper .inline-target .popup header.-reverse h2,.booking-page>.wrapper .inline-target .popup header.-reverse h3,.booking-page>.wrapper .popup header.-reverse h2,.booking-page>.wrapper .popup header.-reverse h3,.usp>header .booking-page>.wrapper .inline-target .popup header.-reverse h2,.usp>header .booking-page>.wrapper .popup header.-reverse h2{font-size:1.5rem;margin-bottom:1.25rem}.booking-page>.wrapper .inline-target .popup b,.booking-page>.wrapper .popup b{color:inherit;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.booking-page>.wrapper .inline-target .popup p,.booking-page>.wrapper .popup p{margin-top:0;margin-bottom:1.429em;font-size:inherit}.booking-page>.wrapper .inline-target .popup ul.iconlist>li,.booking-page>.wrapper .popup ul.iconlist>li{padding-right:10px}.booking-page>.wrapper .inline-target .tag,.booking-page>.wrapper .tag{font-size:.875rem;border-radius:3px}.booking-page>.wrapper .ibe_switch+label,.booking-page>.wrapper .inline-target .ibe_switch+label{z-index:0}.booking-page>.wrapper .booking-header,.booking-page>.wrapper .inline-target .booking-header{max-width:100vw}.booking-page>.wrapper .booking-header[class*=bg-],.booking-page>.wrapper .inline-target .booking-header[class*=bg-]{margin-bottom:35px}@media screen and (min-width:48rem){.booking-page>.wrapper .booking-header[class*=bg-],.booking-page>.wrapper .inline-target .booking-header[class*=bg-]{margin-bottom:45px}}.booking-page>.wrapper .carousel--fixed-header>header h2,.booking-page>.wrapper .inline-target .carousel--fixed-header>header h2,.destination-page .booking-page>.wrapper .carousel--fixed-header>header h2,.destination-page .booking-page>.wrapper .inline-target .carousel--fixed-header>header h2,.usp>header .booking-page>.wrapper .carousel--fixed-header>header h2,.usp>header .booking-page>.wrapper .inline-target .carousel--fixed-header>header h2{font-size:3.75rem;line-height:1.666667}@media screen and (min-width:48rem){.booking-page>.wrapper .carousel--fixed-header>header h2,.booking-page>.wrapper .inline-target .carousel--fixed-header>header h2,.destination-page .booking-page>.wrapper .carousel--fixed-header>header h2,.destination-page .booking-page>.wrapper .inline-target .carousel--fixed-header>header h2,.usp>header .booking-page>.wrapper .carousel--fixed-header>header h2,.usp>header .booking-page>.wrapper .inline-target .carousel--fixed-header>header h2{font-size:6.25rem;line-height:1.166667}}@media screen and (min-width:48rem){.booking-page>.wrapper .carousel--fixed-header>header,.booking-page>.wrapper .inline-target .carousel--fixed-header>header,.destination-page .booking-page>.wrapper .carousel--fixed-header>header,.destination-page .booking-page>.wrapper .inline-target .carousel--fixed-header>header{grid-column:1/3;grid-column-start:1;-ms-grid-column-span:2}}@media screen and (min-width:90rem){.booking-page>.wrapper .carousel--fixed-header>header,.booking-page>.wrapper .inline-target .carousel--fixed-header>header,.destination-page .booking-page>.wrapper .carousel--fixed-header>header,.destination-page .booking-page>.wrapper .inline-target .carousel--fixed-header>header{grid-column:2/4;grid-column-start:2;-ms-grid-column-span:2}}.booking-page .inline-target header h1,.booking-page .inline-target header h2,.booking-page header h1,.booking-page header h2{font-size:2rem;line-height:1.1875;margin-bottom:1.25rem}@media screen and (min-width:48rem){.booking-page .inline-target header h1,.booking-page .inline-target header h2,.booking-page header h1,.booking-page header h2{font-size:3.75rem;line-height:1.1666666667;margin-bottom:0}}div.wrapper>.header--booking .innerWrap{height:5rem}[data-newnavi=true] div.wrapper>.header--booking nav.main>ul{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:48rem){div.wrapper>.header--booking .innerWrap{height:8.125rem}div.wrapper>.header--booking .icon--login{margin-bottom:2px}}div.wrapper main .booking-header{height:5rem;padding-bottom:0;margin-bottom:1.25rem}@media screen and (min-width:48rem){div.wrapper main .booking-header{height:8.125rem}}.booking-page>.wrapper main>form>section{margin:auto}@media screen and (min-width:992px) and (max-width:1119px){.booking-page .booking-data .form-row--wide .form-field,.booking-page section.booking-data--details .form-row--wide.privacy-row .checkbox{width:calc(100% - 2rem)}}.booking-page .popup:not(.popup--login) header p{font-size:.875rem;line-height:1.25rem;color:#656565;margin-bottom:.375rem}.booking-page .popup:not(.popup--login) header h2{font-size:1.5rem;margin-bottom:1.25rem;line-height:1.75rem}.booking-page .popup:not(.popup--login) h3{font-size:1.125rem;margin-top:0;line-height:1.25rem}.booking-page .popup:not(.popup--login) p{font-size:.875rem;margin-top:.5625rem;line-height:1.25rem}.booking-page .popup:not(.popup--login) ul.iconlist>li{padding-right:.625rem}.booking-page .popup.popup--center h3{font-size:1.875rem;line-height:1.65217}.booking-page .popup.popup--center p{font-size:1rem;line-height:1.625}@media screen and (min-width:62rem){.booking-page .popup.popup--center h3{font-size:3.75rem;line-height:1}.booking-page .popup.popup--center p{font-size:1.125rem;line-height:1.6666667}}.destination-page{--module-whitespace:1.875rem}.destination-page main>*,.destination-page main>.inline-target>*{padding-bottom:0;margin-bottom:var(--module-whitespace)}.destination-page main>.inline-target>:last-child,.destination-page main>:last-child{margin-bottom:calc(var(--module-whitespace)*2)}@media screen and (min-width:48rem){.destination-page main{--module-whitespace:3.75rem}}.destination-page .booking-multiavailability>header h1,.destination-page .booking-multiavailability>header h2{font-size:2rem;line-height:1.1875;margin-bottom:.625rem}@media screen and (min-width:48rem){.destination-page .booking-multiavailability>header h1,.destination-page .booking-multiavailability>header h2{font-size:3.75rem;line-height:1.6666666667;margin-bottom:0}}.destination-page .hotel__box{margin-left:-.75rem;margin-right:-.75rem}.destination-page .wrapper .carousel--fixed-header>header h1,.destination-page .wrapper .carousel--fixed-header>header h2,.destination-page .wrapper .inline-target .carousel--fixed-header>header h1,.destination-page .wrapper .inline-target .carousel--fixed-header>header h2{font-size:2.5rem;line-height:1}@media screen and (min-width:48rem){.destination-page .wrapper .carousel--fixed-header>header h1,.destination-page .wrapper .carousel--fixed-header>header h2,.destination-page .wrapper .inline-target .carousel--fixed-header>header h1,.destination-page .wrapper .inline-target .carousel--fixed-header>header h2{font-size:6.25rem;line-height:1.2;margin-bottom:0}}.destination-page .wrapper .carousel .carousel__slide__header h1,.destination-page .wrapper .carousel .carousel__slide__header h2,.destination-page .wrapper .inline-target .carousel .carousel__slide__header h1,.destination-page .wrapper .inline-target .carousel .carousel__slide__header h2{width:100%;font-size:2.5rem;line-height:1;max-width:unset}@media screen and (min-width:48rem){.destination-page .wrapper .carousel .carousel__slide__header h1,.destination-page .wrapper .carousel .carousel__slide__header h2,.destination-page .wrapper .inline-target .carousel .carousel__slide__header h1,.destination-page .wrapper .inline-target .carousel .carousel__slide__header h2{font-size:6.25rem;line-height:1.2;margin-bottom:0}}@media screen and (min-width:48rem){.destination-page .inline-target .news>header h2,.destination-page .news>header h2{margin-bottom:1.25rem}}.destination-page .inline-target .map>header h1,.destination-page .inline-target .map>header h2,.destination-page .map>header h1,.destination-page .map>header h2{font-size:2rem;line-height:1.1875;margin-bottom:1.875rem}@media screen and (min-width:48rem){.destination-page .inline-target .map>header h1,.destination-page .inline-target .map>header h2,.destination-page .map>header h1,.destination-page .map>header h2{font-size:6.25rem;line-height:.8;margin-bottom:2.5rem}}.destination-page .inline-target section.square+section.square,.destination-page section.square+section.square{margin-top:calc(var(--module-whitespace)*-1)}.destination-page.destination-page--specials .button.button-lg,.destination-page.destination-page--specials .button.button-xl,.destination-page.destination-page--specials .sec_campaign .button,.destination-page.destination-page--specials .square .button,.destination-page.destination-page--specials .usps__innerWrap .button,.destination-page .inline-target.destination-page--specials .button.button-lg,.destination-page .inline-target.destination-page--specials .button.button-xl,.destination-page .inline-target.destination-page--specials .sec_campaign .button,.destination-page .inline-target.destination-page--specials .square .button,.destination-page .inline-target.destination-page--specials .usps__innerWrap .button{font-size:1.125rem!important;padding-top:.9375rem!important;padding-bottom:1rem!important}body.apg>.wrapper>header{background-color:#000;color:#fff;background-color:transparent}body.apg>.wrapper>header nav li.has_subnav>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}body.apg>.wrapper>header nav li.has_subnav>a:after:active,body.apg>.wrapper>header nav li.has_subnav>a:after:focus,body.apg>.wrapper>header nav li.has_subnav>a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body.apg header .logo{background-image:url(../images/logo.svg)}body.apg>.wrapper>header .hamburger-inner,body.apg>.wrapper>header .hamburger-inner:after,body.apg>.wrapper>header .hamburger-inner:before{background-color:#fff}@media screen and (max-width:47.9375rem){body.apg{background-image:none!important}body.apg>.wrapper>header .innerWrap{height:5rem}body.apg>.wrapper>header{background-color:#fff;color:#000}body.apg>.wrapper>header nav li.has_subnav>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}body.apg>.wrapper>header nav li.has_subnav>a:after:active,body.apg>.wrapper>header nav li.has_subnav>a:after:focus,body.apg>.wrapper>header nav li.has_subnav>a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body.apg>.wrapper>header .icon--login{color:#fff;background-color:#000;border-color:#000}body.apg>.wrapper>header a:hover .icon--login{background-color:#ff0038;border-color:#ff0038}body.apg header .logo{background-image:url(../images/logo-black.svg)}body.apg>.wrapper>header .hamburger-inner,body.apg>.wrapper>header .hamburger-inner:after,body.apg>.wrapper>header .hamburger-inner:before{background-color:#000}body.apg #main>.innerWrap{margin:0;width:100vw;min-width:100vw;min-height:100vh;padding-top:6.25rem;padding-bottom:6.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}body.apg.sticky--sticked>.wrapper>header{background-color:#fff;color:#000}body.apg.sticky--sticked>.wrapper>header nav li.has_subnav>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}body.apg.sticky--sticked>.wrapper>header nav li.has_subnav>a:after:active,body.apg.sticky--sticked>.wrapper>header nav li.has_subnav>a:after:focus,body.apg.sticky--sticked>.wrapper>header nav li.has_subnav>a:after:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%}body.apg.sticky--sticked>.wrapper>header .icon--login{color:#fff;background-color:#000;border-color:#000}body.apg.sticky--sticked>.wrapper>header a:hover .icon--login{background-color:#ff0038;border-color:#ff0038}body.apg.sticky--sticked header .logo{background-image:url(../images/logo-black.svg)}body.apg.sticky--sticked>.wrapper>header .hamburger-inner,body.apg.sticky--sticked>.wrapper>header .hamburger-inner:after,body.apg.sticky--sticked>.wrapper>header .hamburger-inner:before{background-color:#000}.apg h1{font-size:2.25rem;line-height:1.166667}@media screen and (max-width:47.9375rem){.apg h1{margin-bottom:2.8125rem}.apg h1+p{margin-top:-2.4375rem}.apg p{font-size:.875rem}}@media screen and (min-width:48rem){.apg #main{border:10px solid #fff;padding-top:7.5rem}.apg h1{font-size:3rem;line-height:1.25}}.apg main>.innerWrap{padding:2.3125rem 2.375rem}.apg main>.innerWrap>:first-child{margin-top:0}.activationdate__wrapper{padding-top:25px}.activationdate__wrapper select{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif!important;line-height:30px}@media screen and (max-width:47.9375rem){.activationdate__wrapper:after{content:"";display:inline-block;line-height:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18'%3E%3Cpath d='M19 2.81c0-.752-.311-1.459-.874-1.99-1.16-1.095-3.048-1.093-4.207.005L1.942 12.198c-.39.368-.687.824-.86 1.318l-.012.032L0 18l4.72-1 .035-.01a3.61 3.61 0 001.396-.814L18.13 4.8A2.72 2.72 0 0019 2.81zM2.618 16.006l-.5-.474.36-1.503 1.733 1.64-1.593.337zm14.46-12.197L5.448 14.85l-2.104-1.99 7.966-7.565 1.213 1.148 1.05-.994-1.215-1.15 1.13-1.072 1.218 1.151 1.05-.993-1.22-1.154.436-.413c.58-.55 1.525-.55 2.106-.002.281.266.437.62.437.996 0 .377-.154.73-.436.998z'/%3E%3C/svg%3E");background-repeat:no-repeat;width:18px;height:18px;position:absolute;bottom:10px;right:7px;pointer-events:none}}.slick-list{max-width:100vw;width:100%;background-image:none}div.hotel__box .hotel__box__slider .slick-dots li{width:10px;height:10px;border:1px solid #fff;margin:0 5px;border-radius:50%;position:relative;overflow:hidden}div.hotel__box .hotel__box__slider .slick-dots li.active,div.hotel__box .hotel__box__slider .slick-dots li.slick-active{background:#fff}div.hotel__box .hotel__box__slider .slick-dots li.active:focus-within,div.hotel__box .hotel__box__slider .slick-dots li.slick-active:focus-within{-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px #000;box-shadow:0 0 0 2px #fff,0 0 0 4px #000}div.hotel__box .hotel__box__slider .slick-dots li button{opacity:0}.closerWrap .hamburger,header .hamburger{margin-top:2px;line-height:1;padding:8px 8px 6px;outline:none;-webkit-box-shadow:none;box-shadow:none}.closerWrap .hamburger .hamburger-inner,.closerWrap .hamburger .hamburger-inner:after,.closerWrap .hamburger .hamburger-inner:before,header .hamburger .hamburger-inner,header .hamburger .hamburger-inner:after,header .hamburger .hamburger-inner:before{-webkit-transition:background-color .3s cubic-bezier(.4,0,.2,1) 0s;transition:background-color .3s cubic-bezier(.4,0,.2,1) 0s}.closerWrap .hamburger:active .hamburger-inner,.closerWrap .hamburger:active .hamburger-inner:after,.closerWrap .hamburger:active .hamburger-inner:before,.closerWrap .hamburger:focus .hamburger-inner,.closerWrap .hamburger:focus .hamburger-inner:after,.closerWrap .hamburger:focus .hamburger-inner:before,.closerWrap .hamburger:hover .hamburger-inner,.closerWrap .hamburger:hover .hamburger-inner:after,.closerWrap .hamburger:hover .hamburger-inner:before,header .hamburger:active .hamburger-inner,header .hamburger:active .hamburger-inner:after,header .hamburger:active .hamburger-inner:before,header .hamburger:focus .hamburger-inner,header .hamburger:focus .hamburger-inner:after,header .hamburger:focus .hamburger-inner:before,header .hamburger:hover .hamburger-inner,header .hamburger:hover .hamburger-inner:after,header .hamburger:hover .hamburger-inner:before{background-color:#ff0038!important}.closerWrap .hamburger:focus,header .hamburger:focus{border:2px transparent;-webkit-box-shadow:0 0 0 2px #000;box-shadow:0 0 0 2px #000}.is_touch_device .closerWrap .hamburger:hover .hamburger-inner,.is_touch_device .closerWrap .hamburger:hover .hamburger-inner:after,.is_touch_device .closerWrap .hamburger:hover .hamburger-inner:before,.is_touch_device header .hamburger:hover .hamburger-inner,.is_touch_device header .hamburger:hover .hamburger-inner:after,.is_touch_device header .hamburger:hover .hamburger-inner:before{background-color:#fff!important}.is_touch_device .openHamburger .closerWrap .hamburger .hamburger-inner,.is_touch_device .openHamburger .closerWrap .hamburger .hamburger-inner:after,.is_touch_device .openHamburger .closerWrap .hamburger .hamburger-inner:before,.is_touch_device .openHamburger header .hamburger .hamburger-inner,.is_touch_device .openHamburger header .hamburger .hamburger-inner:after,.is_touch_device .openHamburger header .hamburger .hamburger-inner:before{background-color:#000!important}.is_touch_device .closerWrap .hamburger:active .hamburger-inner,.is_touch_device .closerWrap .hamburger:active .hamburger-inner:after,.is_touch_device .closerWrap .hamburger:active .hamburger-inner:before,.is_touch_device header .hamburger:active .hamburger-inner,.is_touch_device header .hamburger:active .hamburger-inner:after,.is_touch_device header .hamburger:active .hamburger-inner:before{background-color:#ff0038!important}.is_touch_device .sticky--sticked .closerWrap .hamburger .hamburger-inner,.is_touch_device .sticky--sticked .closerWrap .hamburger .hamburger-inner:after,.is_touch_device .sticky--sticked .closerWrap .hamburger .hamburger-inner:before,.is_touch_device .sticky--sticked header .hamburger .hamburger-inner,.is_touch_device .sticky--sticked header .hamburger .hamburger-inner:after,.is_touch_device .sticky--sticked header .hamburger .hamburger-inner:before{background-color:#000!important}.is_touch_device .sticky--sticked .closerWrap .hamburger:active .hamburger-inner,.is_touch_device .sticky--sticked .closerWrap .hamburger:active .hamburger-inner:after,.is_touch_device .sticky--sticked .closerWrap .hamburger:active .hamburger-inner:before,.is_touch_device .sticky--sticked header .hamburger:active .hamburger-inner,.is_touch_device .sticky--sticked header .hamburger:active .hamburger-inner:after,.is_touch_device .sticky--sticked header .hamburger:active .hamburger-inner:before{background-color:#ff0038!important}.litepicker{--litepickerMonthHeaderTextColor:#5a5a5a;--litepickerMonthButton:#000;--litepickerMonthButtonHover:rgba(3,211,134,0.5);--litepickerMonthWeekdayColor:#000;--litepickerDayColor:#000;--litepickerDayColorHover:#000;--litepickerDayIsTodayColor:#03D38603D386;--litepickerDayIsInRange:#03d386;--litepickerDayIsLockedColor:#ddd;--litepickerDayIsBookedColor:#ddd;--litepickerDayIsStartBg:#03d386;--litepickerDayIsEndBg:#03d386;--litepickerDayWidth:50px;--litepickerMonthWidth:calc(var(--litepickerDayWidth)*7);--litepickerButtonApplyColor:#fff;--litepickerButtonApplyBg:#03d386;--litepickerHighlightedDayColor:#ff0038;--litepickerHighlightedDayBg:#b8b8b8;font-size:1rem;top:calc(100% + 4px)!important;padding:0 3rem 1.5rem;border-radius:0;opacity:1;pointer-events:auto;-webkit-transition:all .3s;transition:all .3s;-webkit-transition-delay:.2s;transition-delay:.2s}@media screen and (max-width:1003px){.litepicker{left:-3.5rem!important}}@media screen and (min-width:1004px){.litepicker{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media screen and (max-width:47.9375rem){.litepicker-open{overflow:visible}}.litepicker strong{color:inherit}.litepicker .container__months.columns-2{padding:35px 36px}.litepicker.is-hidden{opacity:0;display:none;pointer-events:none}.litepicker .container__main{position:relative}.litepicker .container__months .month-item{padding-top:0}.litepicker .container__months .month-item-header{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;line-height:1.25;padding:0 0 20px}.litepicker .lightpick__month-title{width:100%;display:block;text-align:center}.litepicker .month-item-name,.litepicker .month-item-year{color:var(--litepickerMonthButton)}.litepicker .month-item-weekdays-row{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:.875rem}.litepicker .container__months .month-item-weekdays-row{font-size:.875rem}.litepicker .container__months .month-item-weekdays-row>div:not([title]),html:not([lang=zh-cn]):not([lang=zh-hk]) .litepicker .container__months .month-item-weekdays-row>div[title]{font-size:0}.litepicker .container__months .month-item-weekdays-row>div:first-letter{font-size:.875rem}.litepicker .container__days>div{height:0}.litepicker .container__days .day-item{padding:0;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.litepicker .day-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:50px;height:1.5rem;margin-top:.5rem}.litepicker .container__days .day-item{border-radius:0}.litepicker .container__days .day-item.is-locked{color:var(--litepickerDayIsLockedColor)}.litepicker .container__days .day-item.is-locked:hover{color:var(--litepickerDayIsEndColor)}.litepicker .container__days .day-item:hover{background-color:var(--litepickerHighlightedDayBg);border-radius:.875rem;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.litepicker .container__days .day-item.is-end-date,.litepicker .container__days .day-item.is-end-date:hover,.litepicker .container__days .day-item.is-in-range,.litepicker .container__days .day-item.is-in-range:hover,.litepicker .container__days .day-item.is-start-date,.litepicker .container__days .day-item.is-start-date:hover{color:var(--litepickerDayIsEndColor);background-color:var(--litepickerDayIsEndBg)}.litepicker .container__days .day-item.is-end-date,.litepicker .container__days .day-item.is-flipped.is-start-date{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.875rem;border-bottom-right-radius:.875rem}.litepicker .container__days .day-item.is-flipped.is-end-date,.litepicker .container__days .day-item.is-start-date{border-top-left-radius:.875rem;border-bottom-left-radius:.875rem;border-top-right-radius:0;border-bottom-right-radius:0}.litepicker .container__days .day-item.is-in-range{color:var(--litepickerDayIsEndColor);border-radius:0}.litepicker .day-item{margin-bottom:1em;position:relative}.litepicker .day-item:after{content:"-"}.litepicker.loading .day-item.is-in-range:after{color:#5a5a5a}.litepicker.loaded .day-item:not([data-stillLoading]):after,.litepicker.loading .day-item.is-disabled:after{-webkit-animation:none;animation:none;content:attr(data-currency) attr(data-price)}.litepicker .day-item.is-end-date:after,.litepicker .day-item.is-in-range:after,.litepicker .day-item.is-start-date:after,.litepicker.loaded .day-item.is-end-date:after,.litepicker.loaded .day-item.is-in-range:after,.litepicker.loaded .day-item.is-start-date:after{color:#000}.litepicker .day-item[data-price=x]:after{color:#ff0038}.litepicker .day-item[data-price=✓]:after{color:#03d386}.button-next-month,.button-previous-month{border:2px solid transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxNSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMi4wNzEgMTQuMTQyTC42NTcgMTIuNzI4IDYuMzE0IDcuMDcuNjU3IDEuNDE0IDIuMDcgMGw3LjA3MSA3LjA3MS03LjA3IDcuMDcxeiIvPjwvc3ZnPg==);background-size:auto 14px;background-repeat:no-repeat;background-position:50%}.button-next-month svg,.button-previous-month svg{opacity:0}.button-previous-month{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDE1Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjA3MSAwbDEuNDE0IDEuNDE0LTUuNjU3IDUuNjU3IDUuNjU3IDUuNjU3LTEuNDE0IDEuNDE0TDAgNy4wNzIgNy4wNzEgMHoiLz48L3N2Zz4=)}@media screen and (max-width:61.9375rem){.booking-data .litepicker,.booking-receipt .litepicker{left:0!important;-webkit-transform:none;transform:none}}@media screen and (min-width:62rem){.booking-data .litepicker,.booking-receipt .litepicker{-webkit-transform:none;transform:none;left:auto!important;right:-3rem}}.booking-data[aria-hidden=false] .litepicker,.booking-receipt[aria-hidden=false] .litepicker{padding:0}@media screen and (max-width:61.9375rem){.booking-data[aria-hidden=false] .litepicker,.booking-receipt[aria-hidden=false] .litepicker{top:unset!important;left:unset!important}}@media screen and (max-width:419px){.booking-data[aria-hidden=false] .litepicker,.booking-receipt[aria-hidden=false] .litepicker{left:0!important}.booking-data[aria-hidden=false] .litepicker .container__months,.booking-data[aria-hidden=false] .litepicker .month-item,.booking-receipt[aria-hidden=false] .litepicker .container__months,.booking-receipt[aria-hidden=false] .litepicker .month-item{width:100vw}}section.lightpick{font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.625;padding:1.5rem 3rem;border-radius:0;opacity:1;pointer-events:auto;-webkit-transition:setTransition;transition:setTransition;-webkit-transition-delay:.2s;transition-delay:.2s}@media screen and (max-width:47.9375rem){section.lightpick{left:0!important;top:0!important;height:100vh;width:100vw;position:fixed}}section.lightpick.is-hidden{opacity:0;display:none;pointer-events:none}section.lightpick .lightpick__inner{position:relative}@media screen and (max-width:47.9375rem){section.lightpick .lightpick__inner{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}section.lightpick .lightpick__toolbar{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;width:calc(100% + 2em);margin-left:-1em;margin-right:-1em;top:1.4375rem}@media screen and (min-width:62rem){section.lightpick .lightpick__toolbar{width:calc(100% + 1em);margin-left:-.5em;margin-right:-.5em;top:1.3125rem}}section.lightpick .lightpick__toolbar button{background:none;background:center 15% no-repeat;background-size:auto 1rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E")}section.lightpick .lightpick__toolbar button.lightpick__previous-action{background-position:center 85%;-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left:0}section.lightpick .lightpick__month-title{width:100%;display:block;text-align:center}section.lightpick .lightpick__month-title select{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;width:auto;display:inline}section.lightpick .lightpick__months{background:none}section.lightpick .lightpick__month{margin-left:.5em;min-width:unset;width:350px;max-width:100vw}section.lightpick .lightpick__month:first-child{margin-left:0;margin-right:.5em}section.lightpick .lightpick__day-of-the-week{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif;font-size:.875rem}section.lightpick .lightpick__day{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0 12.5px;width:50px;height:1.5rem;margin-top:.75rem}section.lightpick .lightpick__day.is-today{background-image:none;color:#03d386}section.lightpick .lightpick__day.is-disabled{opacity:1;color:#b8b8b8}section.lightpick .lightpick__day:not(.is-disabled):hover{background-image:none;background-color:#ddd;color:inherit;border-radius:.875rem;cursor:pointer}section.lightpick .lightpick__day.is-in-range{background-color:#03d386;color:#fff}section.lightpick .lightpick__day.is-start-date,section.lightpick .lightpick__day.is-start-date:hover{background-color:#03d386;color:#fff;border-radius:.875rem 0 0 .875rem;background-image:none}section.lightpick .lightpick__day.is-start-date.is-flipped,section.lightpick .lightpick__day.is-start-date:hover.is-flipped{background-color:#03d386;color:#fff;border-radius:0 .875rem .875rem 0}section.lightpick .lightpick__day.is-end-date,section.lightpick .lightpick__day.is-end-date:hover{background-color:#03d386;color:#fff;border-radius:0 .875rem .875rem 0;background-image:none}section.lightpick .lightpick__day.is-end-date.is-flipped,section.lightpick .lightpick__day.is-end-date:hover.is-flipped{background-color:#03d386;color:#fff;border-radius:.875rem 0 0 .875rem}section.lightpick .lightpick__day.is-start-date.is-end-date,section.lightpick .lightpick__day.is-start-date.is-end-date:hover{border-radius:.875rem}.js-choose-start{z-index:9;position:relative}.lightpick.loading .lightpick__day{margin-bottom:1em;position:relative}.lightpick.loading .lightpick__day:after{color:#b8b8b8}.lightpick.loading .lightpick__day.is-in-range:after{color:#5a5a5a}.lightpick.loaded .lightpick__day[data-stillLoading=false]:after,.lightpick.loading .lightpick__day.is-disabled:after{-webkit-animation:none;animation:none;content:attr(data-price)}.lightpick.loaded .lightpick__day[data-price=x]:after{color:#ff0038}.lightpick.loaded .lightpick__day[data-price=✓]:after{color:#03d386}.close-lightpick{display:block;position:absolute;right:25px;top:25px}.close-lightpick:after{content:"";display:block;background:url(../images/cross-black.svg) no-repeat 50%;background-size:auto;background-size:contain;height:1.5rem;width:1.5rem}.close-lightpick:hover:after{background-image:url(../images/cross-red.svg)}#ibe_wrapper .lightpick__months{display:block;overflow:hidden}#ibe_wrapper .lightpick__month{width:calc(50% - .5rem);float:left;padding:4px 0}#ibe_wrapper .lightpick__month:last-child{margin-left:.5rem}#ibe_wrapper .lightpick__month:first-child{margin-left:0;margin-right:.5rem}.paymentform{--placeholder-color:#b9c4c9;background:#f9f9f9;padding:2rem 1.625rem;margin:2rem -1.625rem}.paymentform h3{border:none}@media screen and (min-width:31.375rem){.paymentform{padding-left:2.875rem;padding-right:2.875rem;margin-left:-2.875rem;margin-right:-2.875rem}}@media screen and (min-width:75rem){.paymentform{padding-left:calc(28.125vw - 295px);padding-right:calc(28.125vw - 295px);margin-left:calc(-28.125vw - -295px);margin-right:calc(-28.125vw - -295px)}}@media screen and (min-width:48rem){.paymentform .adyen-checkout__dropin{margin-left:-3rem;margin-right:-1rem}.paymentform .adyen-checkout__dropin .adyen-checkout__payment-method__details{margin-left:3rem}}.paymentform .adyen-checkout__payment-method{border-color:transparent;overflow:visible;border-width:.125rem;border-radius:0!important;background-color:transparent;padding-left:0}.paymentform .adyen-checkout__payment-method.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__header{padding-left:3rem}.paymentform .adyen-checkout__payment-method .adyen-checkout__payment-method__header:before{top:1.125rem}.paymentform .adyen-checkout__payment-method .adyen-checkout__payment-method__header:after{top:1.25rem}.paymentform .adyen-checkout__payment-method .adyen-checkout__payment-method__header .adyen-checkout__payment-method__name{font-size:1.3125rem;line-height:1.714286}.paymentform .adyen-checkout__payment-method .adyen-checkout__payment-method__header .adyen-checkout__payment-method__radio{display:none}.paymentform .adyen-checkout__payment-method.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header:before{border-color:#000}.paymentform .adyen-checkout__payment-method.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header:after{-webkit-transform:scale(1);transform:scale(1);opacity:1;background:#03d386;-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff}@media screen and (min-width:48rem){.paymentform .adyen-checkout__payment-method{padding-left:0;padding-right:1rem}.paymentform .adyen-checkout__payment-method .adyen-checkout__payment-method__details{padding:0}}.paymentform .adyen-checkout__spinner{-webkit-animation:none;animation:none;border:none}.paymentform .adyen-checkout__field,.paymentform .adyen-checkout__field-wrapper{margin-top:1.5625rem}.paymentform .adyen-checkout__field-wrapper .adyen-checkout__field{margin-top:0}.paymentform .adyen-checkout__input-wrapper{padding:.2em 0 0;font-size:1rem;line-height:1.625}.paymentform .adyen-checkout__input{line-height:1.2;padding:0}.paymentform .adyen-checkout__input,.paymentform .adyen-checkout__input:active,.paymentform .adyen-checkout__input:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none;border-bottom:1px solid #b8b8b8!important}.paymentform .adyen-checkout__input.adyen-checkout__input--focus,.paymentform .adyen-checkout__input:focus,.paymentform .adyen-checkout__input:focus:hover{outline:2px solid #000}.paymentform .adyen-checkout__input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #f9f9f9!important;z-index:0;margin-top:3px;height:2.3125rem}.paymentform .adyen-checkout__error-text{padding:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1.625}.paymentform .adyen-checkout__error-text:before{border-color:transparent transparent transparent #f9f9f9}.paymentform .adyen-checkout__field--error .adyen-checkout__error-text{opacity:1;margin-top:30px;padding:10px;max-height:60px;height:auto}.paymentform .adyen-checkout__field--error .adyen-checkout__input{color:#ff0038;border-color:#ff0038}.paymentform .adyen-checkout__payment-method__header__title{max-width:calc(100% - 24px)}.paymentform .adyen-checkout__payment-method__brands{min-width:24px}@media screen and (min-width:75rem){.paymentform .adyen-checkout__field,.paymentform .adyen-checkout__field-wrapper{margin-top:1.5625rem}.paymentform .adyen-checkout__field-wrapper .adyen-checkout__field,.paymentform .adyen-checkout__field .adyen-checkout__field{margin-top:0}}.adyen-checkout__payment-method .adyen-checkout__label,.paymentform .adyen-checkout__label{position:relative}.adyen-checkout__payment-method .adyen-checkout__label__text,.paymentform .adyen-checkout__label__text{left:0}.booking-page .paymentform,.my_citizenm .paymentform{background:none;margin:0 0 60px;max-width:36.75rem;padding:0 0 1rem}.booking-page .paymentform #dropin-error-container,.booking-page .paymentform #error-container,.my_citizenm .paymentform #dropin-error-container,.my_citizenm .paymentform #error-container{padding-top:6.5rem;margin-top:-6.5rem}.booking-page .paymentform h3,.my_citizenm .paymentform h3{display:none}.booking-page .paymentform .adyen-checkout__label__text,.my_citizenm .paymentform .adyen-checkout__label__text{color:#5a5a5a;font-size:.875rem;top:1.6em}.booking-page .paymentform .adyen-checkout__input,.my_citizenm .paymentform .adyen-checkout__input{caret-color:#5a5a5a}.booking-page .paymentform .adyen-checkout__card__holderName .adyen-checkout-input__inline-validation,.my_citizenm .paymentform .adyen-checkout__card__holderName .adyen-checkout-input__inline-validation{-webkit-transform:translateY(-100%);transform:translateY(-100%)}#component-container{padding-bottom:1rem}#challenge-container .adyen-checkout__threeds2__challenge,#dropin-container .adyen-checkout__threeds2__challenge,#my-container .adyen-checkout__threeds2__challenge{margin-top:2rem;border:1px solid #b8b8b8}#challenge-container .adyen-checkout__threeds2__challenge.adyen-checkout__threeds2__challenge--05,#dropin-container .adyen-checkout__threeds2__challenge.adyen-checkout__threeds2__challenge--05,#my-container .adyen-checkout__threeds2__challenge.adyen-checkout__threeds2__challenge--05{padding-top:482px}#challenge-container .adyen-checkout__threeds2__challenge iframe,#dropin-container .adyen-checkout__threeds2__challenge iframe,#my-container .adyen-checkout__threeds2__challenge iframe{left:1rem;top:1rem;right:1rem;bottom:1rem;width:calc(100% - 2rem);height:calc(100% - 2rem)}.adyen-checkout__payment-method [aria-hidden=true]{z-index:unset}.paymentform .adyen-checkout__button{background-color:#ff0038!important;border-radius:0!important;max-width:23.125rem!important;background-color:#ff0038;color:#fff;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038;box-shadow:inset 0 0 0 .125rem #ff0038}.paymentform .adyen-checkout__button:after{background-color:#fff;border-left-color:#ff0038}.paymentform .adyen-checkout__button:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.paymentform .adyen-checkout__button:focus+br+.button{margin-top:1rem}.paymentform .adyen-checkout__button:focus:after{border-left-color:#ff0038}.paymentform .adyen-checkout__button .adyen-checkout__button__content,.paymentform .adyen-checkout__button .adyen-checkout__button__text{color:#fff;text-align:center}.paymentform .adyen-checkout__button .adyen-checkout__button__content:first-letter,.paymentform .adyen-checkout__button .adyen-checkout__button__text:first-letter{text-transform:lowercase}.paymentform .adyen-checkout__button img{display:none}.paymentform .adyen-checkout__dropdown__button{-webkit-box-shadow:none!important;box-shadow:none!important;border:.125rem solid transparent!important;border-bottom:1px solid #b8b8b8!important;text-align:left!important;padding:.2em 0!important;min-height:unset!important;font-family:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif!important;position:relative}.paymentform .adyen-checkout__dropdown__button:focus{-webkit-box-shadow:0 0 0 2px #000!important;box-shadow:0 0 0 2px #000!important;margin-top:0!important;margin-bottom:0!important;top:0!important}.paymentform .adyen-checkout__dropdown__button:after{content:none!important}.paymentform .adyen-checkout__dropdown__button:before{content:""!important;display:block!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.104 9.758l-6.061 6.061-1.515-1.515 6.06-6.061-6.06-6.061L2.043.667l7.576 7.576-1.515 1.515z' fill-rule='evenodd'/%3E%3C/svg%3E");position:absolute;right:.5em;bottom:.5em;background-repeat:no-repeat;background-position:70% 50%;background-size:contain;width:1rem;height:1rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.paymentform .adyen-checkout__dropdown__button--active:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.paymentform .adyen-checkout__dropdown+.adyen-checkout-input__inline-validation{line-height:1.2}.paymentform .adyen-checkout__dropdown__list{border-radius:0}.paymentform .adyen-checkout__dropdown__element{color:#000}.paymentform .adyen-checkout__dropdown__element:active,.paymentform .adyen-checkout__dropdown__element:focus,.paymentform .adyen-checkout__dropdown__element:hover{color:#ff0038;text-decoration:underline;background:none}.paymentform .adyen-checkout__field--error .adyen-checkout__dropdown__button{border-bottom-color:#ff0038!important}.adyen-checkout__field.adyen-checkout__field--issuer-list{max-width:23.125rem!important}.adyen-checkout__field.adyen-checkout__field--issuer-list .adyen-checkout__dropdown__button{border-radius:0!important}.adyen-checkout__field.adyen-checkout__field--issuer-list .adyen-checkout__dropdown__button:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #ff0038,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.adyen-checkout__field.adyen-checkout__field--issuer-list .adyen-checkout__dropdown__button:focus+br+.button{margin-top:1rem}.adyen-checkout__field.adyen-checkout__field--issuer-list .adyen-checkout__dropdown__button:focus:after{border-left-color:#ff0038}.paymentform .adyen-checkout__input--focus:active,.paymentform .adyen-checkout__input--focus:focus,.paymentform .adyen-checkout__input--focus:hover,.paymentform .adyen-checkout__input:active,.paymentform .adyen-checkout__input:focus,.paymentform .adyen-checkout__input:hover{border-width:0 0 1px!important}.paymentform .adyen-checkout__spinner__wrapper.adyen-checkout__spinner__wrapper--inline{text-align:center;background:#d2691e;width:0}.paymentform .adyen-checkout__button .adyen-checkout__spinner{border:none!important;background:none!important;-webkit-animation:none;animation:none}.paymentform .adyen-checkout__button .adyen-checkout__spinner:before{width:1.75rem;height:1.75rem;position:absolute;top:1rem;left:1.0625rem;right:auto}.embeddedServiceSidebar{--lwc-fontFamily:Chalet-LondonNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.embeddedServiceSidebar h2[embeddedservice-chatheader_chatheader]{font-size:16px!important}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatItem.chatMessage button,.embeddedServiceSidebar button{font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .chasitorText,.embeddedServiceSidebar .embeddedServiceSidebarButton,.embeddedServiceSidebar .embeddedServiceSidebarFormField .slds-style-inputtext,.embeddedServiceSidebar .embeddedServiceSidebarFormField .slds-style-select{border-radius:0}.embeddedServiceSidebar .embeddedServiceSidebarFormField .slds-style-inputtext:focus,.embeddedServiceSidebar .embeddedServiceSidebarFormField .slds-style-select:focus{outline:none;-webkit-box-shadow:0 0 0 2px #000;box-shadow:0 0 0 2px #000}.embeddedServiceSidebar .embeddedServiceSidebarButton:focus{border:2px solid;border-color:#fff!important;-webkit-box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;box-shadow:inset 0 0 0 .125rem #000,0 0 0 2px #000;margin-bottom:-4px;position:relative;top:-2px}.embeddedServiceSidebar .embeddedServiceSidebarButton:focus+br+.button{margin-top:1rem}.embeddedServiceSidebar .embeddedServiceSidebarButton:focus:after{border-left-color:#000}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatItem .chatContent ul.rich-menu-items li{margin-bottom:5px;border:1px solid #c7cdda}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatItem .chatContent li:first-child button.rich-menu-itemOptionIsClicked,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatItem .chatContent li:last-child button.rich-menu-itemOptionIsClicked,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatItem .chatContent ul.rich-menu-items li:first-of-type,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatItem .chatContent ul.rich-menu-items li:last-of-type{border-radius:0}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatEventMessage .eventMessage>.uiOutputRichText{width:100%;height:auto;text-overflow:clip;white-space:normal}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper{float:right}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M7 28h18v2H7zm8-21h2v16h-2z'/%3E%3Cpath stroke='%23000' stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E")}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more lightning-primitive-icon,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more svg{opacity:0}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more:active,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more:focus,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%235E31E8' d='M7 28h18v2H7zm8-21h2v16h-2z'/%3E%3Cpath stroke='%235E31E8' stroke-width='2' d='M11.5 18.5L16 23l4.5-4.5'/%3E%3C/g%3E%3C/svg%3E")}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Remove,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Upload,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more{background-size:contain;background-repeat:no-repeat;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background-color:transparent;cursor:pointer}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Remove:active,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Remove:focus,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Remove:hover,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Upload:active,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Upload:focus,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Upload:hover,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more:active,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more:focus,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more:hover{-webkit-box-shadow:none;box-shadow:none}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Remove:active svg,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Remove:focus svg,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Remove:hover svg,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Upload:active svg,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Upload:focus svg,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Upload:hover svg,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more:active svg,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more:focus svg,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more:hover svg{fill:#5e31e8}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-dropdown_left{left:auto;right:0}.embeddedServiceSidebar p[embeddedservice-chatheaderannouncement_chatheaderannouncement].text.announcement{background:#ffba00;color:#000}.embeddedServiceSidebar .sidebarBody img[embeddedservice-chatheader_chatheader],.embeddedServiceSidebar .sidebarHeader img[embeddedservice-chatheader_chatheader]{background:none}.embeddedServiceSidebar .embeddedServiceLiveAgentQueuePosition.queuePositionWaiting .youAreNextMessage,.embeddedServiceSidebar .embeddedServiceLiveAgentStateWaiting .waitingGreeting,.embeddedServiceSidebar p[data-aura-rendered-by]{font-size:14px}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-dropdown{-webkit-box-shadow:none;box-shadow:none}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu-items .slds-dropdown__item>a{background-color:#000;color:#fff;text-decoration:none;font-family:Chalet-NewYorkNineteenSixty,San Francisco,Helvetica Neue,Arial,sans-serif}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu-items .slds-dropdown__item>a:focus{-webkit-box-shadow:none;box-shadow:none}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu-items .slds-dropdown__item>a:hover{background-color:var(--lwc-colorBrandSecondary,#5e31e8)}.booking-page .embeddedServiceSidebar h2[embeddedservice-chatheader_chatheader]{margin-bottom:0}.embeddedServiceSidebar .embeddedServiceSidebarMinimizedDefaultUI{border-color:transparent}.embeddedServiceSidebar .embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader{width:auto;min-width:auto}.embeddedServiceSidebar .embeddedServiceLiveAgentQueuePosition.queuePositionTransferring .youAreNextMessage{font-size:14px}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatAction .embeddedServiceIcon{z-index:0}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Remove,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Upload{background-color:inherit;border-color:transparent}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction:focus.Remove,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction:focus.Upload{background-color:inherit;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction:focus.Remove svg,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction:focus.Upload svg{fill:var(--lwc-colorTextBrand,#5e31e8)}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Remove svg,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Upload svg{fill:#000}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Remove:hover svg,.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .embeddedServiceLiveAgentStateChatAction.Upload:hover svg{border-radius:0;fill:var(--lwc-colorTextBrand,#5e31e8)}.embeddedServiceSidebar .embeddedServiceSidebar h2[embeddedservice-chatheader_chatheader]{line-height:normal}.embeddedServiceSidebar .chatMessage{overflow-wrap:anywhere}.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatItem.chatMessage button{white-space:normal}.embeddedServiceSidebar li a{line-height:inherit}.embeddedServiceSidebar [aria-hidden=true]{z-index:unset}@media screen and (max-width:47.9375rem){.embeddedServiceHelpButton .helpButton{width:auto!important}.embeddedServiceHelpButton .helpButton .uiButton{min-width:62px}.embeddedServiceHelpButton .helpButton .uiButton .helpButtonLabel{display:none}.embeddedServiceHelpButton .embeddedServiceIcon{margin-left:10px;display:inline-block!important}}div.wrapper{overflow-x:hidden;max-width:100vw;position:relative;z-index:1}div.wrapper main{padding-top:6.75rem}.overlapping_header div.wrapper main{padding-top:0}@media screen and (min-width:48rem){div.wrapper main{padding-top:7.5rem}}@media screen and (min-width:62rem){div.wrapper main{padding-top:8.75rem}}div.wrapper>header{top:0;position:fixed;-webkit-transition:-webkit-transform background-color 0s cubic-bezier(.4,0,.2,1);transition:-webkit-transform background-color 0s cubic-bezier(.4,0,.2,1);transition:transform background-color 0s cubic-bezier(.4,0,.2,1);transition:transform background-color 0s cubic-bezier(.4,0,.2,1),-webkit-transform background-color 0s cubic-bezier(.4,0,.2,1)}div.wrapper>header.header--home{background:hsla(0,0%,100%,0)}div.wrapper>header .hamburger{-webkit-transition:all .3s cubic-bezier(.4,0,.2,1) 0s;transition:all .3s cubic-bezier(.4,0,.2,1) 0s}.sticky--sticked div.wrapper>header{-webkit-box-shadow:0 0 12px rgba(0,0,0,.2);box-shadow:0 0 12px rgba(0,0,0,.2)}.sticky--sticked div.wrapper>header .innerWrap{height:5.25rem}[data-oldnavi=true] .sticky--sticked div.wrapper>header .logo{height:3.4375rem;width:3.4375rem;background-size:3.4375rem 3.4375rem}@media screen and (min-width:48rem){.sticky--sticked div.wrapper>header .logo{height:3.4375rem;width:3.4375rem;background-size:3.4375rem 3.4375rem}}.sticky--sticked.openNavigation.overlapping_header{padding-top:5.25rem}.sticky--sticked.openNavigation.overlapping_header.openOverlay{padding-top:0}.openNavigation.openFullpagePopup>.wrapper>header,.openNavigation.openHamburger>.wrapper>header{-webkit-box-shadow:none;box-shadow:none}.sticky--sticked>.wrapper>.header--home{background-color:#fff;color:#000}.sticky--sticked>.wrapper .booking-hero .bookingpanel,.sticky--sticked>.wrapper .hero_home .bookingpanel{-webkit-transition-delay:0s;transition-delay:0s}body:not(.sticky--overlap) .booking-hero .bookingpanel[data-sticked=true],body:not(.sticky--overlap) .hero_home .bookingpanel[data-sticked=true]{-webkit-transition:none;transition:none;opacity:0}.sticky--overlap>.wrapper>.booking-hero,.sticky--overlap>.wrapper>.header--home{-webkit-box-shadow:0 0 12px rgba(0,0,0,.2);box-shadow:0 0 12px rgba(0,0,0,.2)}.sticky--overlap>.wrapper>.booking-hero .logo,.sticky--overlap>.wrapper>.booking-hero .meta,.sticky--overlap>.wrapper>.header--home .logo,.sticky--overlap>.wrapper>.header--home .meta{opacity:0}.sticky--overlap .hero_home{-webkit-transform:none!important;transform:none!important}.sticky--overlap .hero_home--clone{height:0;min-height:0;margin:0;padding:0}.sticky--overlap .hero_home .position_wrap{-webkit-transform:none;transform:none}.sticky--overlap [data-sticked]{-webkit-transition:none;transition:none;top:1rem;opacity:0}.sticky--overlap [data-sticked=true]{-webkit-transition:opacity .15s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .15s cubic-bezier(.4,0,.2,1) 0s;opacity:1;top:0}.sticky--overlap .hero_home .bookingpanel{position:fixed;top:0;left:.75rem;z-index:32;-webkit-box-flex:2;-ms-flex:2;flex:2;width:calc(100vw - 1.5rem - 48px);max-width:calc(100vw - 1.5rem);padding:.8rem 0 0;-webkit-box-shadow:none;box-shadow:none;bottom:auto;opacity:0;-webkit-transition:none;transition:none}.sticky--overlap .hero_home .bookingpanel.bookingpanel--clone{margin-top:0!important;-webkit-transform:none;transform:none}.sticky--overlap .hero_home .bookingpanel.bookingpanel--clone form{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.sticky--overlap .hero_home .bookingpanel.bookingpanel--clone h2{display:none}.sticky--overlap .hero_home .bookingpanel[data-sticked=true]{opacity:1;-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;transition:opacity .3s cubic-bezier(.4,0,.2,1) 0s;padding-bottom:0;padding-top:8px;margin-left:0;margin-right:0}@media screen and (max-width:47.9375rem){.sticky--overlap .hero_home .bookingpanel[data-sticked=true]{padding-top:3px;left:1.5rem;width:65%}}.sticky--overlap .hero_home .bookingpanel[data-sticked=true]>h1,.sticky--overlap .hero_home .bookingpanel[data-sticked=true]>h2,.sticky--overlap .hero_home .bookingpanel[data-sticked=true]>header,.sticky--overlap .hero_home .usp>header .bookingpanel[data-sticked=true]>h2{display:none}.sticky--overlap .hero_home .bookingpanel form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sticky--overlap .hero_home .bookingpanel fieldset{margin-bottom:0;margin-right:1.5rem}@media screen and (max-width:47.9375rem){.sticky--overlap .hero_home .bookingpanel fieldset{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}.sticky--overlap .hero_home .bookingpanel button{min-width:unset}.sticky--overlap .hero_home .bookingpanel.bookingpanel--horiz.bookingpanel--meeting fieldset:nth-child(2),.sticky--overlap .hero_home .bookingpanel.bookingpanel--horizontal.bookingpanel--meeting fieldset:nth-child(2){-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5}.sticky--overlap .hero_home .bookingpanel.bookingpanel--horiz.bookingpanel--meeting fieldset:nth-child(3),.sticky--overlap .hero_home .bookingpanel.bookingpanel--horizontal.bookingpanel--meeting fieldset:nth-child(3){-webkit-box-flex:1;-ms-flex:1;flex:1}.sticky--overlap .hero_home .bookingpanel a.select-theme-citizenm,.sticky--overlap .hero_home .bookingpanel input,.sticky--overlap .hero_home .bookingpanel label,.sticky--overlap .hero_home .bookingpanel select{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:65vw}.sticky--overlap .hero_home .bookingpanel a.select-theme-citizenm b,.sticky--overlap .hero_home .bookingpanel select b{bottom:.2em}@media screen and (min-width:600){.sticky--overlap .hero_home .bookingpanel a.select-theme-citizenm,.sticky--overlap .hero_home .bookingpanel select{padding-right:1.5em}}.sticky--overlap .hero_home .bookingpanel [type=submit]{font-size:.875rem;line-height:1;padding:1.2em .333333em;margin:0;height:3.3125rem;min-width:23%;width:232px}.sticky--overlap .hero_home .bookingpanel [type=submit] span{display:none}.sticky--overlap .hero_home .bookingpanel .form-field{margin-bottom:0}@media screen and (min-width:48rem){.sticky--overlap>.wrapper>.header--home .hamburger{opacity:1}.sticky--overlap .hero_home .bookingpanel{width:calc(100vw - 3.75rem - 40px);max-width:calc(100vw - 3.75rem - 40px)}.sticky--overlap .hero_home .bookingpanel [type=submit]{top:-.25rem;margin-right:0!important}}@media screen and (min-width:62rem){.sticky--overlap .hero_home .bookingpanel{left:1.5rem;width:calc(100vw - 3rem);max-width:calc(100vw - 3rem)}}@media screen and (min-width:81rem){.sticky--overlap .hero_home .bookingpanel{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);width:72rem;max-width:72rem}.sticky--overlap .hero_home .bookingpanel.bookingpanel--clone{-webkit-transform:translate(calc(-50% - 40px));transform:translate(calc(-50% - 40px));width:calc(72rem - 20px);max-width:calc(72rem - 20px);padding-left:10px;padding-right:10px}}.sticky-panel>.wrapper,.sticky-panel main{overflow:visible}[data-parallax]{-webkit-transition-duration:0ms!important;transition-duration:0ms!important;-webkit-transition-delay:0ms!important;transition-delay:0ms!important}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(ajax-loader.gif) 50% no-repeat}@font-face{font-family:slick;src:url(../fonts/slick.eot);src:url(../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../fonts/slick.woff) format("woff"),url(../fonts/slick.ttf) format("truetype"),url(../fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:0;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before,[dir=rtl] .slick-prev:before{content:""}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before,[dir=rtl] .slick-next:before{content:""}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{height:20px;width:20px;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;outline:none;line-height:0;font-size:0;color:transparent;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.hamburger{padding:2px 8px;display:inline-block;cursor:pointer;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.87}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{width:24px;height:19px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1.5px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:24px;height:3px;background-color:#000;border-radius:0;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-8px}.hamburger-inner:after{bottom:-8px}.hamburger--slider .hamburger-inner{top:1.5px}.hamburger--slider .hamburger-inner:before{top:8px;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.15s;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:16px}.hamburger--slider.is-active .hamburger-inner{-webkit-transform:translate3d(0,8px,0) rotate(45deg);transform:translate3d(0,8px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{-webkit-transform:rotate(-45deg) translate3d(-3.4285714286px,-5px,0);transform:rotate(-45deg) translate3d(-3.4285714286px,-5px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{-webkit-transform:translate3d(0,-16px,0) rotate(-90deg);transform:translate3d(0,-16px,0) rotate(-90deg)}.hamburger--vortex-r .hamburger-inner{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-timing-function:linear;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{-webkit-transition-property:top,opacity;transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{-webkit-transition-property:bottom,-webkit-transform;transition-property:bottom,-webkit-transform;transition-property:bottom,transform;transition-property:bottom,transform,-webkit-transform}.hamburger--vortex-r.is-active .hamburger-inner{-webkit-transform:rotate(-765deg);transform:rotate(-765deg);-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{-webkit-transition-delay:0s;transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}