{"id":16216,"date":"2026-03-13T11:15:32","date_gmt":"2026-03-13T11:15:32","guid":{"rendered":"https:\/\/livezoku.com\/vienna\/?page_id=16216"},"modified":"2026-03-24T08:21:12","modified_gmt":"2026-03-24T08:21:12","slug":"long-stay-benefits","status":"publish","type":"page","link":"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/","title":{"rendered":"Long Stay Benefits"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16216\" class=\"elementor elementor-16216\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2533b189 e-con-full ohm-inpage-booking-widget-wrapper e-flex e-con e-parent\" data-id=\"2533b189\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3f3b431a ohm-inner e-flex e-con-boxed e-con e-child\" data-id=\"3f3b431a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12351a4a animated-fast elementor-invisible elementor-widget elementor-widget-shortcode\" data-id=\"12351a4a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;200&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n        <!-- Booking widget component -->\n\n\n        <style>\n            \/* Error state for location field *\/\n            #inpage-zoku-location.error-highlight {\n                border: 1px solid #ff6264 !important;\n                box-shadow: inset 0 0 0 1px #ff6264;\n            }\n\n            \/* Hover effect for placeholder only *\/\n            #inpage-zoku-location {\n                transition: border-color 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover::placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            \/* For browsers that need vendor prefix *\/\n            #inpage-zoku-location:hover::-webkit-input-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover::-moz-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover:-ms-input-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            \/* Static position styles - disable transforms and height modifications *\/\n            .ohm-inpage-booking-widget--static.ohm-inpage-booking-widget-wrapper {\n                height: auto !important;\n                position: static !important;\n            }\n\n            .ohm-inpage-booking-widget--static.ohm-inpage-booking-widget-wrapper .ohm-inner {\n                transform: none !important;\n            }\n\n            .ohm-inpage-booking-widget--static .ohm-component-v2_conversion---BookingWidgetSimple {\n                position: static !important;\n                transform: none !important;\n            }\n        <\/style>\n\n        <div\n                class='ohm-component-v2_conversion---BookingWidgetSimple '\n        >\n\n            <form\n                    class=\"\"\n                    method='get'\n                    id=\"inpage-booking-form\"\n            >\n\n                <!-- From date field -->\n\n                <input type='hidden' id='inpage-ohm-target-location' value='vienna' name='location' required \/>\n\n                \n                <!-- Date Fields Wrapper -->\n\n                <div class=\"ohm-date-fields-wrapper\" id=\"inpage-ohm-date-fields-wrapper\">\n\n                    <!-- From date field -->\n\n                    <div class='ohm-bw-col ohm-date-input ohm-calendar-icon'>\n                        <input class=\"ohm-bw-input from ohmStartDate\" id=\"inpage-ohmStartDate\" ohm-from-date name=\"from\" type=\"text\" placeholder=\"Arrival\" readonly=\"readonly\">\n                    <\/div>\n\n                    <!-- Till date field -->\n\n                    <div class='ohm-bw-col ohm-date-input ohm-calendar-icon'>\n                        <input class=\"ohm-bw-input till ohmEndDate\" id=\"inpage-ohmEndDate\" ohm-till-date name=\"till\" type=\"text\" placeholder=\"Departure\" readonly=\"readonly\">\n                    <\/div>\n\n                    <div class=\"ohm-open-date-picker\">\n                        <input type=\"text\" id=\"inpage-ohmDatePicker\">\n                    <\/div>\n\n                <\/div>\n\n                <!-- Promo code -->\n                <div class='ohm-bw-col ohm-promo-code'>\n                    <input class=\"ohm-bw-input promo-code\" id=\"inpage-promo-code\" name=\"promo-code\" type=\"text\" placeholder=\"Got a code?\">\n                <\/div>\n\n                <!-- Submit button -->\n\n                <div class='ohm-bw-col ohm-submit namastay-offer-button'>\n                    <button type='submit' id='inpage-namastay-button'>\n        <span>\n            Book Now        <\/span>\n                    <\/button>\n                <\/div>\n\n            <\/form>\n        <\/div>\n\n        <script>\n            \/\/ Apply static class to parent wrapper if needed\n            (function() {\n                const widget = document.querySelector('.ohm-component-v2_conversion---BookingWidgetSimple.ohm-inpage-booking-widget--static');\n                if (widget) {\n                    const wrapper = widget.closest('.ohm-inpage-booking-widget-wrapper');\n                    if (wrapper) {\n                        wrapper.classList.add('ohm-inpage-booking-widget--static');\n                    }\n                }\n            })();\n\n            \/\/ Location validation and form redirect logic\n            (function() {\n                const form = document.getElementById('inpage-booking-form');\n                const locationInput = document.getElementById('inpage-ohm-target-location');\n                const locationField = document.getElementById('inpage-zoku-location');\n                const startDateInput = document.getElementById('inpage-ohmStartDate');\n                const endDateInput = document.getElementById('inpage-ohmEndDate');\n                const currentLocation = 'vienna';\n                const showLocations = false;\n\n                \/\/ Function to convert DD-MM-YYYY to YYYY-MM-DD\n                function formatDate(dateString) {\n                    if (!dateString) return '';\n                    const parts = dateString.split('-');\n                    if (parts.length === 3) {\n                        return parts[2] + '-' + parts[1] + '-' + parts[0];\n                    }\n                    return dateString;\n                }\n\n                \/\/ Check if Namastay is enabled for a specific location\n                function isNamastayEnabledForLocation(location) {\n                    if (!window.namastayEnabledLocations) {\n                        return false;\n                    }\n                    return window.namastayEnabledLocations[location] === true;\n                }\n\n                if (form && locationInput) {\n                    form.addEventListener('submit', function(e) {\n                        e.preventDefault();\n\n                        \/\/ Only validate location if show-locations is true\n                        if (showLocations && (!locationInput.value || locationInput.value === '')) {\n                            if (locationField) {\n                                \/\/ Add error highlight class\n                                locationField.classList.add('error-highlight');\n\n                                \/\/ Remove the highlight after 5 seconds\n                                setTimeout(function() {\n                                    locationField.classList.remove('error-highlight');\n                                }, 5000);\n                            }\n                            return false;\n                        }\n\n                        \/\/ Determine the target location\n                        const location = locationInput.value || currentLocation;\n\n                        \/\/ Check if Namastay is enabled for this specific location\n                        const useNamastay = isNamastayEnabledForLocation(location);\n\n                        if (useNamastay) {\n                            \/\/ Use Namastay redirect URL format\n                            const params = new URLSearchParams();\n                            params.append('namastay', 'true');\n\n                            \/\/ Add dates if they exist (convert format)\n                            if (startDateInput && startDateInput.value) {\n                                params.append('startDate', formatDate(startDateInput.value));\n                            }\n                            if (endDateInput && endDateInput.value) {\n                                params.append('endDate', formatDate(endDateInput.value));\n                            }\n\n                            \/\/ Add promo code if exists\n                            const promoCode = document.getElementById('inpage-promo-code');\n                            if (promoCode && promoCode.value) {\n                                params.append('promoCode', promoCode.value);\n                            }\n\n                            \/\/ Add language\n                            const langInput = document.querySelector('input[name=\"lang\"]');\n                            if (langInput && langInput.value) {\n                                params.append('lang', langInput.value);\n                            }\n\n                            const queryString = params.toString();\n                            const url = (location ? '\/' + location : '') + '?' + queryString;\n\n                            window.location.href = url;\n                        } else {\n                            \/\/ Use standard booking URL format (backwards compatible)\n                            const baseUrl = 'https:\/\/livezoku.com\/vienna\/reservations';\n                            const params = new URLSearchParams();\n\n                            \/\/ Add location\n                            if (location) {\n                                params.append('location', location);\n                            }\n\n                            \/\/ Add dates in original format\n                            if (startDateInput && startDateInput.value) {\n                                params.append('from', startDateInput.value);\n                            }\n                            if (endDateInput && endDateInput.value) {\n                                params.append('till', endDateInput.value);\n                            }\n\n                            \/\/ Add promo code if exists\n                            const promoCode = document.getElementById('inpage-promo-code');\n                            if (promoCode && promoCode.value) {\n                                params.append('promo-code', promoCode.value);\n                            }\n\n                            \/\/ Add language\n                            const langInput = document.querySelector('input[name=\"lang\"]');\n                            if (langInput && langInput.value) {\n                                params.append('lang', langInput.value);\n                            }\n\n                            const queryString = params.toString();\n                            const url = baseUrl + (queryString ? '?' + queryString : '');\n\n                            \/\/ Open in new tab for standard booking\n                            window.open(url, '_blank');\n                        }\n                    });\n\n                    \/\/ Remove error highlight when user selects a location\n                    if (locationField) {\n                        locationField.addEventListener('click', function() {\n                            this.classList.remove('error-highlight');\n                        });\n                    }\n\n                    \/\/ Remove error highlight when a location is selected\n                    if (locationInput && locationField) {\n                        const observer = new MutationObserver(function() {\n                            if (locationInput.value && locationInput.value !== '') {\n                                locationField.classList.remove('error-highlight');\n                            }\n                        });\n                        observer.observe(locationInput, { attributes: true, attributeFilter: ['value'] });\n                    }\n                }\n            })();\n        <\/script>\n\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-10b986d elementor-section-full_width ohm-component-v2_HeroImage elementor-section-content-bottom elementor-section-height-default elementor-section-height-default\" data-id=\"10b986d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-41e9961\" data-id=\"41e9961\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a7105f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a7105f0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7318a1e\" data-id=\"7318a1e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1808459 ohm-heading elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"1808459\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Stay 5. Thank us later.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0275d94 elementor-widget elementor-widget-spacer\" data-id=\"0275d94\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-239d9d8 elementor-widget elementor-widget-spacer\" data-id=\"239d9d8\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-60f49169 e-con-full ohm-inpage-booking-widget-wrapper e-flex e-con e-parent\" data-id=\"60f49169\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5085afa3 ohm-inner e-flex e-con-boxed e-con e-child\" data-id=\"5085afa3\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4540fffd animated-fast elementor-invisible elementor-widget elementor-widget-shortcode\" data-id=\"4540fffd\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;200&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n        <!-- Booking widget component -->\n\n\n        <style>\n            \/* Error state for location field *\/\n            #inpage-zoku-location.error-highlight {\n                border: 1px solid #ff6264 !important;\n                box-shadow: inset 0 0 0 1px #ff6264;\n            }\n\n            \/* Hover effect for placeholder only *\/\n            #inpage-zoku-location {\n                transition: border-color 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover::placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            \/* For browsers that need vendor prefix *\/\n            #inpage-zoku-location:hover::-webkit-input-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover::-moz-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            #inpage-zoku-location:hover:-ms-input-placeholder {\n                color: #ff6264;\n                transform: translateY(-2px);\n                transition: all 0.2s ease;\n            }\n\n            \/* Static position styles - disable transforms and height modifications *\/\n            .ohm-inpage-booking-widget--static.ohm-inpage-booking-widget-wrapper {\n                height: auto !important;\n                position: static !important;\n            }\n\n            .ohm-inpage-booking-widget--static.ohm-inpage-booking-widget-wrapper .ohm-inner {\n                transform: none !important;\n            }\n\n            .ohm-inpage-booking-widget--static .ohm-component-v2_conversion---BookingWidgetSimple {\n                position: static !important;\n                transform: none !important;\n            }\n        <\/style>\n\n        <div\n                class='ohm-component-v2_conversion---BookingWidgetSimple '\n        >\n\n            <form\n                    class=\"\"\n                    method='get'\n                    id=\"inpage-booking-form\"\n            >\n\n                <!-- From date field -->\n\n                <input type='hidden' id='inpage-ohm-target-location' value='vienna' name='location' required \/>\n\n                \n                <!-- Date Fields Wrapper -->\n\n                <div class=\"ohm-date-fields-wrapper\" id=\"inpage-ohm-date-fields-wrapper\">\n\n                    <!-- From date field -->\n\n                    <div class='ohm-bw-col ohm-date-input ohm-calendar-icon'>\n                        <input class=\"ohm-bw-input from ohmStartDate\" id=\"inpage-ohmStartDate\" ohm-from-date name=\"from\" type=\"text\" placeholder=\"Arrival\" readonly=\"readonly\">\n                    <\/div>\n\n                    <!-- Till date field -->\n\n                    <div class='ohm-bw-col ohm-date-input ohm-calendar-icon'>\n                        <input class=\"ohm-bw-input till ohmEndDate\" id=\"inpage-ohmEndDate\" ohm-till-date name=\"till\" type=\"text\" placeholder=\"Departure\" readonly=\"readonly\">\n                    <\/div>\n\n                    <div class=\"ohm-open-date-picker\">\n                        <input type=\"text\" id=\"inpage-ohmDatePicker\">\n                    <\/div>\n\n                <\/div>\n\n                <!-- Promo code -->\n                <div class='ohm-bw-col ohm-promo-code'>\n                    <input class=\"ohm-bw-input promo-code\" id=\"inpage-promo-code\" name=\"promo-code\" type=\"text\" placeholder=\"Got a code?\">\n                <\/div>\n\n                <!-- Submit button -->\n\n                <div class='ohm-bw-col ohm-submit namastay-offer-button'>\n                    <button type='submit' id='inpage-namastay-button'>\n        <span>\n            Book Now        <\/span>\n                    <\/button>\n                <\/div>\n\n            <\/form>\n        <\/div>\n\n        <script>\n            \/\/ Apply static class to parent wrapper if needed\n            (function() {\n                const widget = document.querySelector('.ohm-component-v2_conversion---BookingWidgetSimple.ohm-inpage-booking-widget--static');\n                if (widget) {\n                    const wrapper = widget.closest('.ohm-inpage-booking-widget-wrapper');\n                    if (wrapper) {\n                        wrapper.classList.add('ohm-inpage-booking-widget--static');\n                    }\n                }\n            })();\n\n            \/\/ Location validation and form redirect logic\n            (function() {\n                const form = document.getElementById('inpage-booking-form');\n                const locationInput = document.getElementById('inpage-ohm-target-location');\n                const locationField = document.getElementById('inpage-zoku-location');\n                const startDateInput = document.getElementById('inpage-ohmStartDate');\n                const endDateInput = document.getElementById('inpage-ohmEndDate');\n                const currentLocation = 'vienna';\n                const showLocations = false;\n\n                \/\/ Function to convert DD-MM-YYYY to YYYY-MM-DD\n                function formatDate(dateString) {\n                    if (!dateString) return '';\n                    const parts = dateString.split('-');\n                    if (parts.length === 3) {\n                        return parts[2] + '-' + parts[1] + '-' + parts[0];\n                    }\n                    return dateString;\n                }\n\n                \/\/ Check if Namastay is enabled for a specific location\n                function isNamastayEnabledForLocation(location) {\n                    if (!window.namastayEnabledLocations) {\n                        return false;\n                    }\n                    return window.namastayEnabledLocations[location] === true;\n                }\n\n                if (form && locationInput) {\n                    form.addEventListener('submit', function(e) {\n                        e.preventDefault();\n\n                        \/\/ Only validate location if show-locations is true\n                        if (showLocations && (!locationInput.value || locationInput.value === '')) {\n                            if (locationField) {\n                                \/\/ Add error highlight class\n                                locationField.classList.add('error-highlight');\n\n                                \/\/ Remove the highlight after 5 seconds\n                                setTimeout(function() {\n                                    locationField.classList.remove('error-highlight');\n                                }, 5000);\n                            }\n                            return false;\n                        }\n\n                        \/\/ Determine the target location\n                        const location = locationInput.value || currentLocation;\n\n                        \/\/ Check if Namastay is enabled for this specific location\n                        const useNamastay = isNamastayEnabledForLocation(location);\n\n                        if (useNamastay) {\n                            \/\/ Use Namastay redirect URL format\n                            const params = new URLSearchParams();\n                            params.append('namastay', 'true');\n\n                            \/\/ Add dates if they exist (convert format)\n                            if (startDateInput && startDateInput.value) {\n                                params.append('startDate', formatDate(startDateInput.value));\n                            }\n                            if (endDateInput && endDateInput.value) {\n                                params.append('endDate', formatDate(endDateInput.value));\n                            }\n\n                            \/\/ Add promo code if exists\n                            const promoCode = document.getElementById('inpage-promo-code');\n                            if (promoCode && promoCode.value) {\n                                params.append('promoCode', promoCode.value);\n                            }\n\n                            \/\/ Add language\n                            const langInput = document.querySelector('input[name=\"lang\"]');\n                            if (langInput && langInput.value) {\n                                params.append('lang', langInput.value);\n                            }\n\n                            const queryString = params.toString();\n                            const url = (location ? '\/' + location : '') + '?' + queryString;\n\n                            window.location.href = url;\n                        } else {\n                            \/\/ Use standard booking URL format (backwards compatible)\n                            const baseUrl = 'https:\/\/livezoku.com\/vienna\/reservations';\n                            const params = new URLSearchParams();\n\n                            \/\/ Add location\n                            if (location) {\n                                params.append('location', location);\n                            }\n\n                            \/\/ Add dates in original format\n                            if (startDateInput && startDateInput.value) {\n                                params.append('from', startDateInput.value);\n                            }\n                            if (endDateInput && endDateInput.value) {\n                                params.append('till', endDateInput.value);\n                            }\n\n                            \/\/ Add promo code if exists\n                            const promoCode = document.getElementById('inpage-promo-code');\n                            if (promoCode && promoCode.value) {\n                                params.append('promo-code', promoCode.value);\n                            }\n\n                            \/\/ Add language\n                            const langInput = document.querySelector('input[name=\"lang\"]');\n                            if (langInput && langInput.value) {\n                                params.append('lang', langInput.value);\n                            }\n\n                            const queryString = params.toString();\n                            const url = baseUrl + (queryString ? '?' + queryString : '');\n\n                            \/\/ Open in new tab for standard booking\n                            window.open(url, '_blank');\n                        }\n                    });\n\n                    \/\/ Remove error highlight when user selects a location\n                    if (locationField) {\n                        locationField.addEventListener('click', function() {\n                            this.classList.remove('error-highlight');\n                        });\n                    }\n\n                    \/\/ Remove error highlight when a location is selected\n                    if (locationInput && locationField) {\n                        const observer = new MutationObserver(function() {\n                            if (locationInput.value && locationInput.value !== '') {\n                                locationField.classList.remove('error-highlight');\n                            }\n                        });\n                        observer.observe(locationInput, { attributes: true, attributeFilter: ['value'] });\n                    }\n                }\n            })();\n        <\/script>\n\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-76a62b3 e-flex e-con-boxed e-con e-parent\" data-id=\"76a62b3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a91fd1b elementor-icon-list--layout-inline ohm-icon-list elementor-list-item-link-inline elementor-mobile-align-center elementor-widget elementor-widget-icon-list\" data-id=\"a91fd1b\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:hellovienna@livezoku.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><g>\t<g>\t\t<path d=\"M485.743,85.333H26.257C11.815,85.333,0,97.148,0,111.589V400.41c0,14.44,11.815,26.257,26.257,26.257h459.487   c14.44,0,26.257-11.815,26.257-26.257V111.589C512,97.148,500.185,85.333,485.743,85.333z M475.89,105.024L271.104,258.626   c-3.682,2.802-9.334,4.555-15.105,4.529c-5.77,0.026-11.421-1.727-15.104-4.529L36.109,105.024H475.89z M366.5,268.761   l111.59,137.847c0.112,0.138,0.249,0.243,0.368,0.368H33.542c0.118-0.131,0.256-0.23,0.368-0.368L145.5,268.761   c3.419-4.227,2.771-10.424-1.464-13.851c-4.227-3.419-10.424-2.771-13.844,1.457l-110.5,136.501V117.332l209.394,157.046   c7.871,5.862,17.447,8.442,26.912,8.468c9.452-0.02,19.036-2.6,26.912-8.468l209.394-157.046v275.534L381.807,256.367   c-3.42-4.227-9.623-4.877-13.844-1.457C363.729,258.329,363.079,264.534,366.5,268.761z\"><\/path>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">hellovienna@livezoku.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+43123500610\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 473.806 473.806\" style=\"enable-background:new 0 0 473.806 473.806;\" xml:space=\"preserve\"><g>\t<g>\t\t<path d=\"M374.456,293.506c-9.7-10.1-21.4-15.5-33.8-15.5c-12.3,0-24.1,5.3-34.2,15.4l-31.6,31.5c-2.6-1.4-5.2-2.7-7.7-4   c-3.6-1.8-7-3.5-9.9-5.3c-29.6-18.8-56.5-43.3-82.3-75c-12.5-15.8-20.9-29.1-27-42.6c8.2-7.5,15.8-15.3,23.2-22.8   c2.8-2.8,5.6-5.7,8.4-8.5c21-21,21-48.2,0-69.2l-27.3-27.3c-3.1-3.1-6.3-6.3-9.3-9.5c-6-6.2-12.3-12.6-18.8-18.6   c-9.7-9.6-21.3-14.7-33.5-14.7s-24,5.1-34,14.7c-0.1,0.1-0.1,0.1-0.2,0.2l-34,34.3c-12.8,12.8-20.1,28.4-21.7,46.5   c-2.4,29.2,6.2,56.4,12.8,74.2c16.2,43.7,40.4,84.2,76.5,127.6c43.8,52.3,96.5,93.6,156.7,122.7c23,10.9,53.7,23.8,88,26   c2.1,0.1,4.3,0.2,6.3,0.2c23.1,0,42.5-8.3,57.7-24.8c0.1-0.2,0.3-0.3,0.4-0.5c5.2-6.3,11.2-12,17.5-18.1c4.3-4.1,8.7-8.4,13-12.9   c9.9-10.3,15.1-22.3,15.1-34.6c0-12.4-5.3-24.3-15.4-34.3L374.456,293.506z M410.256,398.806   C410.156,398.806,410.156,398.906,410.256,398.806c-3.9,4.2-7.9,8-12.2,12.2c-6.5,6.2-13.1,12.7-19.3,20   c-10.1,10.8-22,15.9-37.6,15.9c-1.5,0-3.1,0-4.6-0.1c-29.7-1.9-57.3-13.5-78-23.4c-56.6-27.4-106.3-66.3-147.6-115.6   c-34.1-41.1-56.9-79.1-72-119.9c-9.3-24.9-12.7-44.3-11.2-62.6c1-11.7,5.5-21.4,13.8-29.7l34.1-34.1c4.9-4.6,10.1-7.1,15.2-7.1   c6.3,0,11.4,3.8,14.6,7c0.1,0.1,0.2,0.2,0.3,0.3c6.1,5.7,11.9,11.6,18,17.9c3.1,3.2,6.3,6.4,9.5,9.7l27.3,27.3   c10.6,10.6,10.6,20.4,0,31c-2.9,2.9-5.7,5.8-8.6,8.6c-8.4,8.6-16.4,16.6-25.1,24.4c-0.2,0.2-0.4,0.3-0.5,0.5   c-8.6,8.6-7,17-5.2,22.7c0.1,0.3,0.2,0.6,0.3,0.9c7.1,17.2,17.1,33.4,32.3,52.7l0.1,0.1c27.6,34,56.7,60.5,88.8,80.8   c4.1,2.6,8.3,4.7,12.3,6.7c3.6,1.8,7,3.5,9.9,5.3c0.4,0.2,0.8,0.5,1.2,0.7c3.4,1.7,6.6,2.5,9.9,2.5c8.3,0,13.5-5.2,15.2-6.9   l34.2-34.2c3.4-3.4,8.8-7.5,15.1-7.5c6.2,0,11.3,3.9,14.4,7.3c0.1,0.1,0.1,0.1,0.2,0.2l55.1,55.1   C420.456,377.706,420.456,388.206,410.256,398.806z\"><\/path>\t\t<path d=\"M256.056,112.706c26.2,4.4,50,16.8,69,35.8s31.3,42.8,35.8,69c1.1,6.6,6.8,11.2,13.3,11.2c0.8,0,1.5-0.1,2.3-0.2   c7.4-1.2,12.3-8.2,11.1-15.6c-5.4-31.7-20.4-60.6-43.3-83.5s-51.8-37.9-83.5-43.3c-7.4-1.2-14.3,3.7-15.6,11   S248.656,111.506,256.056,112.706z\"><\/path>\t\t<path d=\"M473.256,209.006c-8.9-52.2-33.5-99.7-71.3-137.5s-85.3-62.4-137.5-71.3c-7.3-1.3-14.2,3.7-15.5,11   c-1.2,7.4,3.7,14.3,11.1,15.6c46.6,7.9,89.1,30,122.9,63.7c33.8,33.8,55.8,76.3,63.7,122.9c1.1,6.6,6.8,11.2,13.3,11.2   c0.8,0,1.5-0.1,2.3-0.2C469.556,223.306,474.556,216.306,473.256,209.006z\"><\/path>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+43 123 500 610<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.typeform.com\/to\/IXqLeXhg?utm_source=xxxxx&#038;utm_medium=xxxxx&#038;utm_campaign=xxxxx&#038;utm_term=xxxxx&#038;utm_content=xxxxx\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 1000 1000\" style=\"enable-background:new 0 0 1000 1000;\" xml:space=\"preserve\"><path d=\"M128.9,596c-8.4,3.9-12.1,13.8-8.3,22.3l38.2,82.1c1.9,4.1,5.3,7.3,9.5,8.8c1.8,0.7,3.8,1,5.8,1c2.5,0,4.9-0.5,7.1-1.5 L470,573.8l-26.2,273.5c-0.5,5.4,1.6,10.7,5.6,14.3c12.7,10.5,28.4,16.5,44.9,17c4.5,0,9-0.6,13.4-1.7c23.4-6.1,41.6-27,54-62.7 l113.7-336.6l225.1-105C966.8,341.7,1001,279,978,230c-13-25.6-37.9-43-66.4-46.4c-31.7-4.8-64,0.2-92.8,14.3L559.1,319.7 L279.8,210.5c-35.2-13.2-63-12.9-82.6,1.2c-16.4,13.4-25.7,33.7-25.3,54.9c0.2,5.4,2.9,10.4,7.3,13.4l188.1,129.3l-107.7,51 L79,414.4c-7.4-1.8-15.1,1.5-18.9,8.2l-45,81c-2.3,4.3-2.7,9.4-1,14s5.3,8.2,9.8,10l133.7,55.2L128.9,596z M206.7,258.1 c1-7.2,4.6-13.7,10.2-18.3c9.7-7,27.4-5.9,51,2.9l248.7,97l-113.5,53L206.7,258.1z M53.8,503.4l29.6-52.5L257.2,494 c3.7,0.9,7.7,0.6,11.2-1l564.9-263.8c22.5-11.1,47.8-15.1,72.5-11.6c17.4,1.6,32.9,11.6,41.5,26.8c14.3,30.6-13.8,75.3-61.2,97.4 l-195.7,91.7l11.9-35.2c3-9-1.9-18.8-11-21.8s-18.8,1.9-21.8,11L529.7,803.6c-8.3,23.6-18.7,37.7-30.2,40.8 c-7.2,1.4-14.6,0-20.7-3.9l34-356.8c0.9-9.4-6-17.7-15.4-18.6s-17.7,6-18.6,15.4l-5.3,54.5L181.9,670.9l-23.9-51l47.9-22.4 c6.2-2.7,10.1-8.8,10.1-15.5s-4-12.8-10.1-15.5L53.8,503.4z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Relocation housing request<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.typeform.com\/to\/DynLeUz5?utm_source=xxxxx&#038;utm_medium=xxxxx&#038;utm_campaign=xxxxx&#038;utm_term=xxxxx&#038;utm_content=xxxxx\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Group booking request<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-66ca5cd4 elementor-section-full_width ohm-component-v2_IntroTextSection ohm-small-padding-bottom elementor-section-height-default elementor-section-height-default\" data-id=\"66ca5cd4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4620cf21\" data-id=\"4620cf21\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3439fd78 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"3439fd78\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;100&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-43aea5e0 ohm-btn-wrap\" data-id=\"43aea5e0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33e348b0 ohm-heading ohm-divider ohm-center ohm-bottom-spacing-big ohm-add-animation ohm-thick-divider mobile:ohm-small-divider elementor-widget elementor-widget-heading\" data-id=\"33e348b0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Long stay benefits at Zoku Vienna<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d15ad4c ohm-heading ohm-sub-heading ohm-bottom-spacing-big elementor-widget elementor-widget-heading\" data-id=\"d15ad4c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Stay 5 nights or longer and automatically unlock extra perks when you book directly on our website. Alongside a lower nightly rate, you will enjoy added benefits designed to help you settle in, stay productive, and feel at home from day one.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-519d238c ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"519d238c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NzIzMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book your stay<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44e3a44d elementor-widget elementor-widget-spacer\" data-id=\"44e3a44d\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-125d17e2 elementor-section-full_width ohm-heading-title ohm-big-padding-bottom ohm-remove-padding-top elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"125d17e2\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;100&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a42f33a\" data-id=\"6a42f33a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-75e6c697 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"75e6c697\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3afd0900 ohm-col\" data-id=\"3afd0900\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-34d17d32 ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"34d17d32\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Stay 5+ nights and get more<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4912ffff ohm-heading ohm-sub-heading ohm-mobile-center elementor-widget elementor-widget-heading\" data-id=\"4912ffff\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">These thoughtful on site perks are automatically included when you stay 5 nights or longer, helping you work smarter, relax deeper, and connect with the Zoku Vienna community.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-15934337 e-flex e-con-boxed e-con e-parent\" data-id=\"15934337\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4aa0021c e-con-full e-flex e-con e-child\" data-id=\"4aa0021c\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5fd84561 ohm-col e-con-full e-flex e-con e-child\" data-id=\"5fd84561\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-295ff7d9 ohm-img elementor-widget elementor-widget-image\" data-id=\"295ff7d9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0018-scaled.webp 2000w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0018-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0018-1024x683.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0018-scaled.jpg\" height=\"1334\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0018-scaled.jpg 2000w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0018-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0018-1024x683.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-16331 sp-no-webp\" alt=\"\" fetchpriority=\"high\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-641f3853 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"641f3853\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">15% Off Food &amp; Drinks<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57994760 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"57994760\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"248\" data-end=\"418\">Treat yourself to rooftop favorites at The Living Kitchen and Kindred Spirits Bar. From morning coffee to late night bites, enjoy great flavors with a little extra value.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c779f4c e-con-full e-flex e-con e-child\" data-id=\"c779f4c\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7d56aa4 ohm-col e-con-full e-flex e-con e-child\" data-id=\"7d56aa4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24974cd ohm-img elementor-widget elementor-widget-image\" data-id=\"24974cd\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2025\/09\/009_DSCF2907-min.webp 1920w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2025\/09\/009_DSCF2907-min-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2025\/09\/009_DSCF2907-min-1024x683.jpg 1024w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2025\/09\/009_DSCF2907-min.jpg\" height=\"1280\" width=\"1920\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2025\/09\/009_DSCF2907-min.jpg 1920w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2025\/09\/009_DSCF2907-min-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2025\/09\/009_DSCF2907-min-1024x683.jpg 1024w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-12992 sp-no-webp\" alt=\"\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b43c62b ohm-heading elementor-widget elementor-widget-heading\" data-id=\"b43c62b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">15% Off Ticketed Events<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a2f082 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"2a2f082\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Say yes to more inspiring moments. Join workshops, live music nights, talks, and creative sessions while enjoying exclusive member savings on ticketed events.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b40b2d7 e-con-full e-flex e-con e-child\" data-id=\"b40b2d7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bf25a94 ohm-col e-con-full e-flex e-con e-child\" data-id=\"bf25a94\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2fff52a ohm-img elementor-widget elementor-widget-image\" data-id=\"2fff52a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/136A9128.webp 1024w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/136A9128-300x200.jpg 300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/136A9128.jpg\" height=\"683\" width=\"1024\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/136A9128.jpg 1024w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/136A9128-300x200.jpg 300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15958 sp-no-webp\" alt=\"\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f18f74 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"0f18f74\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">10% Off Meeting Room Rentals<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c345ec ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"7c345ec\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Gather your team above the city. Book our rooftop meeting rooms for brainstorms, presentations, or big ideas in a setting that makes work feel anything but ordinary.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72b62de6 e-con-full e-flex e-con e-child\" data-id=\"72b62de6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7957af19 ohm-col e-con-full e-flex e-con e-child\" data-id=\"7957af19\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a13e924 ohm-img elementor-widget elementor-widget-image\" data-id=\"2a13e924\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/Screen-Shot-2024-10-21-at-14.59.11-1.webp \"  type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/Screen-Shot-2024-10-21-at-14.59.11-1.jpg\" class=\" sp-no-webp\" alt=\"Screen-Shot-2024-10-21-at-14.59.11-1.jpg\" decoding=\"async\" title=\"Screen-Shot-2024-10-21-at-14.59.11-1.jpg\" loading=\"lazy\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50f6a78 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"50f6a78\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">First Laundry Wash On Us<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3223ac4d ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"3223ac4d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Fresh start, sorted. Use our on-site laundrette whenever it suits you and enjoy your first wash or dry session completely on the house.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-00c91f8 e-con-full e-flex e-con e-child\" data-id=\"00c91f8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b9b1a90 ohm-col e-con-full e-flex e-con e-child\" data-id=\"b9b1a90\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b06b996 ohm-img elementor-widget elementor-widget-image\" data-id=\"b06b996\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0058-scaled.webp 2000w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0058-300x199.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0058-1024x680.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0058-scaled.jpg\" height=\"1327\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0058-scaled.jpg 2000w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0058-300x199.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/136A0058-1024x680.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-16329 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-176f5da ohm-heading elementor-widget elementor-widget-heading\" data-id=\"176f5da\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Join Daily \"Fika\" Social Ritual<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c057c1a ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"c057c1a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Press pause and join our daily social coffee moment. Meet fellow residents and coworkers, share stories, and enjoy a sweet afternoon treat together.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-34096a3 e-con-full e-flex e-con e-child\" data-id=\"34096a3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8c03cd2 ohm-col e-con-full e-flex e-con e-child\" data-id=\"8c03cd2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbedb10 ohm-img elementor-widget elementor-widget-image\" data-id=\"cbedb10\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/Zoku-Gym.webp 1400w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/Zoku-Gym-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/Zoku-Gym-1024x682.jpg 1024w\" sizes=\"(max-width: 1400px) 100vw, 1400px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/Zoku-Gym.jpg\" height=\"933\" width=\"1400\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/Zoku-Gym.jpg 1400w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/Zoku-Gym-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/Zoku-Gym-1024x682.jpg 1024w\" sizes=\"(max-width: 1400px) 100vw, 1400px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-16333 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-633c9ae ohm-heading elementor-widget elementor-widget-heading\" data-id=\"633c9ae\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">24\/7 Gym Access<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec4327a ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"ec4327a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Your workout, your schedule. Step into our fully equipped gym any time of day or night and stay energized, focused, and feeling your best.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3659107 e-con-full e-flex e-con e-child\" data-id=\"3659107\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e97a474 ohm-col e-con-full e-flex e-con e-child\" data-id=\"e97a474\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc4bad7 ohm-img elementor-widget elementor-widget-image\" data-id=\"fc4bad7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/HW-4740-800x533-1.webp 800w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/HW-4740-800x533-1-300x200.jpg 300w\" sizes=\"(max-width: 800px) 100vw, 800px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/HW-4740-800x533-1.jpg\" height=\"533\" width=\"800\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/HW-4740-800x533-1.jpg 800w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/HW-4740-800x533-1-300x200.jpg 300w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15891 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73df6b2 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"73df6b2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">24\/7 Coworking Access<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ad29d4 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"9ad29d4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Your workout, your schedule. Step into our fully equipped gym any time of day or night and stay energized, focused, and feeling your best.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d164c21 e-con-full e-flex e-con e-child\" data-id=\"d164c21\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bff1613 ohm-col e-con-full e-flex e-con e-child\" data-id=\"bff1613\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6901f71 ohm-img elementor-widget elementor-widget-image\" data-id=\"6901f71\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/zoku_cph_2_DSCF1556.webp 1600w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/zoku_cph_2_DSCF1556-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/zoku_cph_2_DSCF1556-1024x683.jpg 1024w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/zoku_cph_2_DSCF1556.jpg\" height=\"1067\" width=\"1600\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/zoku_cph_2_DSCF1556.jpg 1600w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/zoku_cph_2_DSCF1556-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/zoku_cph_2_DSCF1556-1024x683.jpg 1024w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15897 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e3ca79 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"5e3ca79\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Curated Digital Vienna City Guide<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c102ac ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"5c102ac\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Explore the city like a local. Get access to our handpicked Vienna guide filled with favorite spots, hidden gems, on top of a ready to use Google Map from the Zoku team.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a2c9689 e-con-full e-flex e-con e-child\" data-id=\"a2c9689\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-35db9b0 ohm-col e-con-full e-flex e-con e-child\" data-id=\"35db9b0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8d6e900 ohm-img elementor-widget elementor-widget-image\" data-id=\"8d6e900\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/bike.webp 601w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/bike-300x200.png 300w\" sizes=\"(max-width: 601px) 100vw, 601px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/bike.png\" height=\"401\" width=\"601\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/bike.png 601w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/bike-300x200.png 300w\" sizes=\"(max-width: 601px) 100vw, 601px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-16335 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-248cd7a ohm-heading elementor-widget elementor-widget-heading\" data-id=\"248cd7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">10% Off Bike Rental<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88c03fe ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"88c03fe\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Pedal your way through Vienna. Grab a bike for 10% off and discover hidden streets, sunny terraces, and local favorites like a true city insider.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4805ef0 e-flex e-con-boxed e-con e-parent\" data-id=\"4805ef0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c6b692a elementor-widget elementor-widget-spacer\" data-id=\"5c6b692a\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e63c9b1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e63c9b1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f5fa4f3\" data-id=\"f5fa4f3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-759751f ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"759751f\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2c4ff2e ohm-col\" data-id=\"2c4ff2e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-47c8e8d ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"47c8e8d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Stay 14+ Nights and Unlock Even More<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9840a6e ohm-heading ohm-sub-heading ohm-mobile-center elementor-widget elementor-widget-heading\" data-id=\"9840a6e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">But wait, there's more! When you stay two weeks or longer, you become part of the Zoku Vienna rhythm. Enjoy extra community driven perks designed to help you settle in faster, build connections, and truly experience life in the city.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-19c5e72 e-flex e-con-boxed e-con e-parent\" data-id=\"19c5e72\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2430a78 elementor-widget elementor-widget-spacer\" data-id=\"2430a78\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c73d8d6 e-flex e-con-boxed e-con e-parent\" data-id=\"c73d8d6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2184c54 e-con-full e-flex e-con e-child\" data-id=\"2184c54\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b4b046c ohm-col e-con-full e-flex e-con e-child\" data-id=\"b4b046c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd70fad ohm-img elementor-widget elementor-widget-image\" data-id=\"bd70fad\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/DSC_0984.webp 2000w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/DSC_0984-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/DSC_0984-1024x684.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/DSC_0984.jpg\" height=\"1335\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/DSC_0984.jpg 2000w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/DSC_0984-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/DSC_0984-1024x684.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-16243 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca8ad38 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"ca8ad38\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Check-In Chat<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5af7f81 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"5af7f81\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"248\" data-end=\"418\">Start your stay with a relaxed one on one welcome chat. Our Community Manager will share insider tips, help you get oriented, and make sure you feel at home from day one.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6116dd6 e-con-full e-flex e-con e-child\" data-id=\"6116dd6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-df1c9fc ohm-col e-con-full e-flex e-con e-child\" data-id=\"df1c9fc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9683d44 ohm-img elementor-widget elementor-widget-image\" data-id=\"9683d44\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0022.webp 2000w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0022-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0022-1024x682.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0022.jpg\" height=\"1333\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0022.jpg 2000w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0022-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/02\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0022-1024x682.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-15871 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fdddbd8 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"fdddbd8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Community Dinner<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00ed9ed ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"00ed9ed\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Join a hosted dinner with fellow long stay guests and locals. Share stories, meet new people, and enjoy a memorable evening around the table in true Zoku style.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e10f204 e-con-full e-flex e-con e-child\" data-id=\"e10f204\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cd62de2 ohm-col e-con-full e-flex e-con e-child\" data-id=\"cd62de2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-417b4ea ohm-img elementor-widget elementor-widget-image\" data-id=\"417b4ea\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/zoku_cph_3_zoku_cph_003-1.webp 2000w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/zoku_cph_3_zoku_cph_003-1-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/zoku_cph_3_zoku_cph_003-1-1024x682.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/zoku_cph_3_zoku_cph_003-1.jpg\" height=\"1333\" width=\"2000\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/zoku_cph_3_zoku_cph_003-1.jpg 2000w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/zoku_cph_3_zoku_cph_003-1-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/zoku_cph_3_zoku_cph_003-1-1024x682.jpg 1024w\" sizes=\"(max-width: 2000px) 100vw, 2000px\" class=\"attachment-2048x2048 size-2048x2048 wp-image-16235 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99a1a3b ohm-heading elementor-widget elementor-widget-heading\" data-id=\"99a1a3b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">WhatsApp Group Access<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22856a1 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"22856a1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Stay in the loop during your stay. Get invited to a dedicated guest WhatsApp group where you can discover events, local tips, spontaneous meetups, and useful updates.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f0b15a7 e-flex e-con-boxed e-con e-parent\" data-id=\"f0b15a7\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f64eeb elementor-widget elementor-widget-spacer\" data-id=\"8f64eeb\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5a2c050a elementor-section-full_width ohm-heading-title ohm-big-padding-bottom ohm-remove-padding-top elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5a2c050a\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;100&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-347af3cc\" data-id=\"347af3cc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-55c0226a ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"55c0226a\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6a68d5d2 ohm-col\" data-id=\"6a68d5d2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-62452237 ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"62452237\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Meet Your  future Community Manager<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-144e894a ohm-heading ohm-sub-heading ohm-mobile-center elementor-widget elementor-widget-heading\" data-id=\"144e894a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your go to local from day one. Jared is here to help you settle in, connect with the community, and make the most of your stay in Vienna.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2a13c7d9 elementor-section-full_width ohm-meet-person-block ohm-extra-big-padding-top ohm-extra-big-padding-bottom mobile:ohm-extra-big-padding-top mobile:ohm-extra-big-padding-bottom elementor-section-height-default elementor-section-height-default\" data-id=\"2a13c7d9\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-50ea5419\" data-id=\"50ea5419\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e1df2b5 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e1df2b5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7f3cbd7 ohm-col ohm-img-col\" data-id=\"7f3cbd7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-68d050f8 ohm-img mobile:ohm-remove-margin-bottom elementor-widget elementor-widget-image\" data-id=\"68d050f8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/jared-headshot.webp 600w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/jared-headshot-300x300.png 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/jared-headshot-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/jared-headshot.png\" height=\"600\" width=\"600\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/jared-headshot.png 600w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/jared-headshot-300x300.png 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/jared-headshot-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" class=\"attachment-large size-large wp-image-16340 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4168bc53 ohm-col ohm-text-col\" data-id=\"4168bc53\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5b1bf3a8 ohm-heading ohm-small mobile:ohm-standard-margin-top elementor-widget elementor-widget-heading\" data-id=\"5b1bf3a8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Jared English<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6eae6d3e ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6eae6d3e\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f9caff3 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"4f9caff3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong><span style=\"color: #000000\">Community Manager at Zoku Vienna<\/span><\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-261103e4 ohm-heading ohm-sub-heading ohm-mobile-center elementor-widget elementor-widget-heading\" data-id=\"261103e4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Jared is originally from California and has lived in Vienna for 4 years. Ask him for his recommendations of the best coffee spots in town, the coolest places to explore in the city, or who his favorite sports team is.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb57d0e elementor-widget elementor-widget-spacer\" data-id=\"eb57d0e\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af9d4c5 ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"af9d4c5\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NzIzMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book a stay<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1404cc0c elementor-widget elementor-widget-spacer\" data-id=\"1404cc0c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-0ab9ee9 e-flex e-con-boxed e-con e-parent\" data-id=\"0ab9ee9\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f4e533 elementor-widget elementor-widget-spacer\" data-id=\"7f4e533\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-09652ba elementor-section-full_width ohm-heading-title ohm-big-padding-bottom ohm-remove-padding-top elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"09652ba\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;100&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9663cf3\" data-id=\"9663cf3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-26cd174 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"26cd174\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ff49f0e ohm-col\" data-id=\"ff49f0e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f906bdb ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"f906bdb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ready to stay at Zoku Vienna?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d80a39 ohm-heading ohm-sub-heading ohm-mobile-center elementor-widget elementor-widget-heading\" data-id=\"3d80a39\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Browse our Lofts below, book your favorite, and automatically get our long stay perks when you arrive.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e19484c elementor-section-full_width ohm-static-swiper-slider ohm-remove-padding-top elementor-section-height-default elementor-section-height-default\" data-id=\"e19484c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b6042d\" data-id=\"4b6042d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section ohm-swiper-settings=\"[&quot;{\\n\\&quot;slidesPerView\\&quot;: 1,\\n\\&quot;spaceBetween\\&quot;: 0,\\n\\&quot;navigation\\&quot;: {\\n  \\&quot;nextEl\\&quot;: \\&quot;.swiper-button-next\\&quot;,\\n  \\&quot;prevEl\\&quot;: \\&quot;.swiper-button-prev\\&quot;\\n},\\n\\&quot;breakpoints\\&quot;: {\\n  \\&quot;640\\&quot;: {\\n    \\&quot;slidesPerView\\&quot;: 1,\\n    \\&quot;spaceBetween\\&quot;: 0\\n  },\\n  \\&quot;790\\&quot;: {\\n    \\&quot;slidesPerView\\&quot;: 1.7,\\n    \\&quot;spaceBetween\\&quot;: 27\\n  },\\n  \\&quot;1100\\&quot;: {\\n    \\&quot;slidesPerView\\&quot;: 2.5,\\n    \\&quot;spaceBetween\\&quot;: 37\\n  }\\n}\\n}&quot;]\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-826f9c8 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"826f9c8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-c931bb2 ohm-col ohm-icon-list-wrapper\" data-id=\"c931bb2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-85758f7 ohm-img elementor-widget elementor-widget-image\" data-id=\"85758f7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-loft\/\">\n\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-078-copy-1024x900.jpg 1024w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-078-copy-300x264.jpg 300w,https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-078-copy.webp 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-078-copy-1024x900.jpg\" height=\"703\" width=\"800\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-078-copy-1024x900.jpg 1024w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-078-copy-300x264.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-078-copy.jpg 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-5668 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6af7bca ohm-heading ohm-small elementor-widget elementor-widget-heading\" data-id=\"6af7bca\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-loft\/\">Zoku Loft<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91d4aeb ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"91d4aeb\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-049d3db elementor-widget elementor-widget-text-editor\" data-id=\"049d3db\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center\">It\u2019s smart and customizable, having all the necessary residential and business facilities to live comfortably and work efficiently in your own private apartment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf18475 ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"bf18475\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"109.15 157.67 381.68 284.66\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><g id=\"surface1\"><path class=\"cls-1\" d=\"m239.94,296.12c31.6,0,57.38-19.41,57.38-43.18s-25.7-43.19-57.38-43.19-57.38,19.41-57.38,43.19,25.77,43.18,57.38,43.18Zm0-71.03c23.01,0,42.03,12.73,42.03,27.84s-19.25,27.84-42.03,27.84-42.04-12.73-42.04-27.84,19.25-27.92,42.04-27.92v.08Z\"><\/path><path class=\"cls-1\" d=\"m483.17,332.71h-113.22v-79.85c0-52.47-58.37-95.19-130.4-95.19s-130.4,42.72-130.4,95.19v94.35c0,48.32,49.48,88.21,113.22,94.27h1.3c5.29.46,10.66.85,16.11.85h243.38c4.23,0,7.67-3.44,7.67-7.67v-94.27c0-4.23-3.44-7.67-7.67-7.67Zm-243.23-159.63c63.28,0,115.06,35.82,115.06,79.85s-51.47,79.85-115.06,79.85-115.06-35.82-115.06-79.85,51.85-79.85,115.06-79.85Zm115.06,124.57v35.06h-44.49c17.37-7.87,32.52-19.91,44.1-35.06h.39Zm120.5,129.32h-15.34v-38.81c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-38.89c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-29.38v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v19.25c-51.77-7.67-90.74-39.73-90.74-78.08v-49.48c21.94,29.99,65.12,50.39,115.06,50.39h235.18v78.93Z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">24m2 \/ 258ft2 <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1-2 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">King-size bed<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8ca0cc ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"d8ca0cc\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"153.86 109.74 328.35 382.3\"><path d=\"m399.61,115.82c0-4.36-3.98-6.64-7.86-5.96-7.47,1.23-14.61,7.75-19.44,13.07-16.84,18.56-24.39,44.73-29.27,68.67-6.46,31.72-8.13,64.37-8.17,96.66,0,1.99,1.14,4.53,3.08,5.36,9.74,4.14,21.01,3.27,31.02.63,7.74-2.04,4.45-14.02-3.31-11.98-5.32,1.45-10.85,1.98-16.35,1.55-.66-.07-1.32-.18-1.98-.3.17-41.14,2.68-84.17,17.32-122.94,1.99-5.27,4.35-10.38,7.08-15.31,1.12-2.05,2.34-4.05,3.62-5.96.58-.89,1.18-1.76,1.79-2.63l.89-1.22c.15-.2.24-.34.31-.43-.02.03.01,0,.19-.22,2.1-2.67,4.43-5.15,6.96-7.41.5-.44.99-.86,1.53-1.29.08-.06.14-.11.19-.16v360.08c0,8.01,12.42,8.01,12.42,0h-.02V115.82Z\"><\/path><path d=\"m236.32,300.91v183.42c0,8.01,12.42,8.01,12.42,0v-183.42c0-8.01-12.42-8.01-12.42,0Z\"><\/path><path d=\"m204.84,237.7l34.55,16.33c1.37.65,2.85.83,4.22.61.67-.08,1.36-.28,2.05-.61l34.55-16.33c1.92-1.1,3.1-3.15,3.08-5.37v-114.86c0-8.01-12.42-8.01-12.42,0v110.95l-22.13,10.46v-121.41c0-8.01-12.42-8.01-12.42,0v121.42l-22.09-10.46v-110.96c0-8.01-12.42-8.01-12.42,0h-.04v114.86c-.02,2.21,1.15,4.26,3.07,5.37Z\"><\/path><circle cx=\"242.53\" cy=\"273.75\" r=\"8.91\"><\/circle><path d=\"m296.09,192.45c8.78,5.64,18.76,18.97,29.99,10.54,6.32-4.76.14-15.56-6.27-10.73v.03c-3.04,2.29-5.37-1.64-7.81-3.61-3.08-2.49-6.3-4.81-9.63-6.96-6.77-4.34-12.99,6.41-6.27,10.73Z\"><\/path><path d=\"m419.18,173.3c-7.49-2.88-10.7,9.13-3.31,11.99,16.71,6.42,30.81,18.78,40.75,33.57,9.67,14.46,13.51,31.33,13.12,48.56-.39,17.23-6.37,33.39-16.64,47.19-5.29,7.12-12.13,13.23-18.35,19.51-7.33,7.38-14.68,14.74-22.05,22.1-5.68,5.67,3.11,14.44,8.79,8.79,14.64-14.62,30.87-28.71,43.25-45.35,11.57-15.57,17.02-34.59,17.45-53.81.91-40.75-25.19-77.98-63.02-92.54Z\"><\/path><path d=\"m370.09,398.29c-12.04,11.71-24.12,23.36-36.46,34.79-3.98,3.62-7.88,7.2-11.93,10.69-1.51,1.32-2.98,2.57-4.32,3.66-5.35-4-10.48-9.14-15.45-13.79-11.52-10.75-22.73-21.87-33.92-32.94-5.7-5.65-14.48,3.14-8.79,8.79v.03c11.2,11.09,22.42,22.16,33.92,32.94,6.69,6.25,13.5,13.06,21.28,17.97,1.93,1.17,4.34,1.17,6.27,0,7.41-5.27,14.1-11.63,20.79-17.77,12.68-11.63,25.05-23.6,37.38-35.59,5.75-5.6-3.04-14.37-8.79-8.78Z\"><\/path><path d=\"m187.88,320.57c-9.58-10.31-16.33-22.92-19.6-36.61-7.01-29.01,2.27-58.58,22.96-79.57,5.63-5.71-3.16-14.5-8.79-8.79-23.19,23.53-32.57,54.75-27.05,87.26,6.06,35.78,36.03,58.9,60.22,83.1,5.67,5.68,14.45-3.11,8.79-8.79-12.17-12.17-24.85-24-36.53-36.61Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Full kitchen<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"87.23 148.14 425.54 292.2\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m467.52,378.41v-199.95c0-3.46-2.8-6.26-6.26-6.26H138.75c-3.46,0-6.26,2.8-6.26,6.26v199.95c0,3.46,2.8,6.26,6.26,6.26h322.51c3.46,0,6.26-2.8,6.26-6.26Zm-12.53-6.26H145.01v-187.43h309.98v187.43Z\"><\/path><path class=\"cls-1\" d=\"m506.51,396.21h-14.92v-225.69c-.01-12.35-10.02-22.37-22.38-22.38H130.79c-12.35.01-22.37,10.02-22.38,22.38v225.69h-14.92c-3.46,0-6.26,2.81-6.26,6.26v15.5c.01,12.35,10.02,22.36,22.37,22.37h380.8c12.35-.01,22.36-10.02,22.37-22.37v-15.5c0-3.46-2.8-6.26-6.26-6.26h0ZM120.94,170.52c0-5.44,4.41-9.85,9.85-9.85h338.42c5.44,0,9.85,4.41,9.85,9.85v225.69h-132.01c-3.46,0-6.26,2.8-6.26,6.26v3.35h-81.57v-3.35c0-3.46-2.81-6.26-6.26-6.26H120.94v-225.69Zm379.3,247.46c0,5.43-4.41,9.84-9.84,9.84H109.6c-5.43,0-9.84-4.41-9.84-9.84v-9.24h146.93v3.35c0,3.46,2.8,6.26,6.26,6.26h94.1c3.46,0,6.26-2.8,6.26-6.26v-3.35h146.93v9.24Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4-person table<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><g>\t<g>\t\t<g>\t\t\t<path d=\"M122.619,495.832H77.35c-4.466,0-8.084,3.619-8.084,8.084c0,4.466,3.619,8.084,8.084,8.084h45.269    c4.466,0,8.084-3.618,8.084-8.084C130.703,499.45,127.084,495.832,122.619,495.832z\"><\/path>\t\t\t<path d=\"M434.65,495.832h-45.269c-4.466,0-8.084,3.619-8.084,8.084c0,4.466,3.618,8.084,8.084,8.084h45.269    c4.466,0,8.084-3.618,8.084-8.084C442.734,499.45,439.116,495.832,434.65,495.832z\"><\/path>\t\t\t<path d=\"M286.181,207.924v53.787c0,4.466,3.619,8.084,8.084,8.084c4.466,0,8.084-3.619,8.084-8.084v-53.787    c0-4.466-3.618-8.084-8.084-8.084C289.8,199.84,286.181,203.459,286.181,207.924z\"><\/path>\t\t\t<path d=\"M217.735,269.795c4.466,0,8.084-3.619,8.084-8.084v-53.787c0-4.465-3.619-8.084-8.084-8.084s-8.084,3.618-8.084,8.084    v53.787C209.65,266.176,213.269,269.795,217.735,269.795z\"><\/path>\t\t\t<path d=\"M489.51,0h-15.548H460.68c-4.466,0-8.084,3.619-8.084,8.084s3.619,8.084,8.084,8.084h13.282h15.548    c3.486,0,6.322,2.836,6.322,6.321v404.208c0,3.485-2.836,6.321-6.322,6.321h-16.862H264.084V16.168h31.206h138.052    c4.466,0,8.084-3.619,8.084-8.084S437.808,0,433.343,0H295.29H256H22.49C10.089,0,0,10.088,0,22.489v404.208    c0,12.401,10.089,22.489,22.49,22.489h8.777v8.082c0,11.59,9.429,21.019,21.019,21.019h92.876c4.466,0,8.084-3.619,8.084-8.084    c0-4.466-3.618-8.084-8.084-8.084H52.287c-2.674,0-4.851-2.176-4.851-4.851v-8.082H256h208.564v8.082    c0,2.674-2.176,4.851-4.851,4.851H173.548c-4.466,0-8.084,3.618-8.084,8.084c0,4.466,3.618,8.084,8.084,8.084h286.166    c11.59,0,21.019-9.429,21.019-21.019v-8.082h8.777c12.401,0,22.49-10.088,22.49-22.489V22.489C512,10.088,501.911,0,489.51,0z     M247.916,433.019H39.352H22.49c-3.486,0-6.322-2.836-6.322-6.321V22.489c0-3.485,2.836-6.321,6.322-6.321h225.425V433.019z\"><\/path>\t\t<\/g>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Lots of storage<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a19d0b1 ohm-btn ohm-transparent elementor-widget elementor-widget-button\" data-id=\"a19d0b1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-loft\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find out more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc82061 ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"bc82061\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NzIzMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-feecb47 ohm-col ohm-icon-list-wrapper\" data-id=\"feecb47\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4c99a8a ohm-img elementor-widget elementor-widget-image\" data-id=\"4c99a8a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-loft-xl\/\">\n\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-020-copy-1024x682.jpg 1024w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-020-copy-300x200.jpg 300w,https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-020-copy.webp 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-020-copy-1024x682.jpg\" height=\"533\" width=\"800\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-020-copy-1024x682.jpg 1024w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-020-copy-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-020-copy.jpg 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-5694 sp-no-webp\" alt=\"The Zoku Loft XL at Zoku Vienna\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc389fd ohm-heading ohm-small elementor-widget elementor-widget-heading\" data-id=\"fc389fd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-loft-xl\/\">Zoku Loft XL<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-678fb86 ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"678fb86\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1afeb82 elementor-widget elementor-widget-text-editor\" data-id=\"1afeb82\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center\">You guessed it: it\u2019s bigger than the (already spacious) Zoku Loft, and can be just as easily personalized. It\u2019s perfect if you want roomier living quarters for a longer stay.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-95038bc ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"95038bc\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"109.15 157.67 381.68 284.66\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><g id=\"surface1\"><path class=\"cls-1\" d=\"m239.94,296.12c31.6,0,57.38-19.41,57.38-43.18s-25.7-43.19-57.38-43.19-57.38,19.41-57.38,43.19,25.77,43.18,57.38,43.18Zm0-71.03c23.01,0,42.03,12.73,42.03,27.84s-19.25,27.84-42.03,27.84-42.04-12.73-42.04-27.84,19.25-27.92,42.04-27.92v.08Z\"><\/path><path class=\"cls-1\" d=\"m483.17,332.71h-113.22v-79.85c0-52.47-58.37-95.19-130.4-95.19s-130.4,42.72-130.4,95.19v94.35c0,48.32,49.48,88.21,113.22,94.27h1.3c5.29.46,10.66.85,16.11.85h243.38c4.23,0,7.67-3.44,7.67-7.67v-94.27c0-4.23-3.44-7.67-7.67-7.67Zm-243.23-159.63c63.28,0,115.06,35.82,115.06,79.85s-51.47,79.85-115.06,79.85-115.06-35.82-115.06-79.85,51.85-79.85,115.06-79.85Zm115.06,124.57v35.06h-44.49c17.37-7.87,32.52-19.91,44.1-35.06h.39Zm120.5,129.32h-15.34v-38.81c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-38.89c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-29.38v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v19.25c-51.77-7.67-90.74-39.73-90.74-78.08v-49.48c21.94,29.99,65.12,50.39,115.06,50.39h235.18v78.93Z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">30m2 \/ 323ft2 <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1-2 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">King-size bed<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-983e564 ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"983e564\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"153.86 109.74 328.35 382.3\"><path d=\"m399.61,115.82c0-4.36-3.98-6.64-7.86-5.96-7.47,1.23-14.61,7.75-19.44,13.07-16.84,18.56-24.39,44.73-29.27,68.67-6.46,31.72-8.13,64.37-8.17,96.66,0,1.99,1.14,4.53,3.08,5.36,9.74,4.14,21.01,3.27,31.02.63,7.74-2.04,4.45-14.02-3.31-11.98-5.32,1.45-10.85,1.98-16.35,1.55-.66-.07-1.32-.18-1.98-.3.17-41.14,2.68-84.17,17.32-122.94,1.99-5.27,4.35-10.38,7.08-15.31,1.12-2.05,2.34-4.05,3.62-5.96.58-.89,1.18-1.76,1.79-2.63l.89-1.22c.15-.2.24-.34.31-.43-.02.03.01,0,.19-.22,2.1-2.67,4.43-5.15,6.96-7.41.5-.44.99-.86,1.53-1.29.08-.06.14-.11.19-.16v360.08c0,8.01,12.42,8.01,12.42,0h-.02V115.82Z\"><\/path><path d=\"m236.32,300.91v183.42c0,8.01,12.42,8.01,12.42,0v-183.42c0-8.01-12.42-8.01-12.42,0Z\"><\/path><path d=\"m204.84,237.7l34.55,16.33c1.37.65,2.85.83,4.22.61.67-.08,1.36-.28,2.05-.61l34.55-16.33c1.92-1.1,3.1-3.15,3.08-5.37v-114.86c0-8.01-12.42-8.01-12.42,0v110.95l-22.13,10.46v-121.41c0-8.01-12.42-8.01-12.42,0v121.42l-22.09-10.46v-110.96c0-8.01-12.42-8.01-12.42,0h-.04v114.86c-.02,2.21,1.15,4.26,3.07,5.37Z\"><\/path><circle cx=\"242.53\" cy=\"273.75\" r=\"8.91\"><\/circle><path d=\"m296.09,192.45c8.78,5.64,18.76,18.97,29.99,10.54,6.32-4.76.14-15.56-6.27-10.73v.03c-3.04,2.29-5.37-1.64-7.81-3.61-3.08-2.49-6.3-4.81-9.63-6.96-6.77-4.34-12.99,6.41-6.27,10.73Z\"><\/path><path d=\"m419.18,173.3c-7.49-2.88-10.7,9.13-3.31,11.99,16.71,6.42,30.81,18.78,40.75,33.57,9.67,14.46,13.51,31.33,13.12,48.56-.39,17.23-6.37,33.39-16.64,47.19-5.29,7.12-12.13,13.23-18.35,19.51-7.33,7.38-14.68,14.74-22.05,22.1-5.68,5.67,3.11,14.44,8.79,8.79,14.64-14.62,30.87-28.71,43.25-45.35,11.57-15.57,17.02-34.59,17.45-53.81.91-40.75-25.19-77.98-63.02-92.54Z\"><\/path><path d=\"m370.09,398.29c-12.04,11.71-24.12,23.36-36.46,34.79-3.98,3.62-7.88,7.2-11.93,10.69-1.51,1.32-2.98,2.57-4.32,3.66-5.35-4-10.48-9.14-15.45-13.79-11.52-10.75-22.73-21.87-33.92-32.94-5.7-5.65-14.48,3.14-8.79,8.79v.03c11.2,11.09,22.42,22.16,33.92,32.94,6.69,6.25,13.5,13.06,21.28,17.97,1.93,1.17,4.34,1.17,6.27,0,7.41-5.27,14.1-11.63,20.79-17.77,12.68-11.63,25.05-23.6,37.38-35.59,5.75-5.6-3.04-14.37-8.79-8.78Z\"><\/path><path d=\"m187.88,320.57c-9.58-10.31-16.33-22.92-19.6-36.61-7.01-29.01,2.27-58.58,22.96-79.57,5.63-5.71-3.16-14.5-8.79-8.79-23.19,23.53-32.57,54.75-27.05,87.26,6.06,35.78,36.03,58.9,60.22,83.1,5.67,5.68,14.45-3.11,8.79-8.79-12.17-12.17-24.85-24-36.53-36.61Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Full kitchen<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"87.23 148.14 425.54 292.2\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m467.52,378.41v-199.95c0-3.46-2.8-6.26-6.26-6.26H138.75c-3.46,0-6.26,2.8-6.26,6.26v199.95c0,3.46,2.8,6.26,6.26,6.26h322.51c3.46,0,6.26-2.8,6.26-6.26Zm-12.53-6.26H145.01v-187.43h309.98v187.43Z\"><\/path><path class=\"cls-1\" d=\"m506.51,396.21h-14.92v-225.69c-.01-12.35-10.02-22.37-22.38-22.38H130.79c-12.35.01-22.37,10.02-22.38,22.38v225.69h-14.92c-3.46,0-6.26,2.81-6.26,6.26v15.5c.01,12.35,10.02,22.36,22.37,22.37h380.8c12.35-.01,22.36-10.02,22.37-22.37v-15.5c0-3.46-2.8-6.26-6.26-6.26h0ZM120.94,170.52c0-5.44,4.41-9.85,9.85-9.85h338.42c5.44,0,9.85,4.41,9.85,9.85v225.69h-132.01c-3.46,0-6.26,2.8-6.26,6.26v3.35h-81.57v-3.35c0-3.46-2.81-6.26-6.26-6.26H120.94v-225.69Zm379.3,247.46c0,5.43-4.41,9.84-9.84,9.84H109.6c-5.43,0-9.84-4.41-9.84-9.84v-9.24h146.93v3.35c0,3.46,2.8,6.26,6.26,6.26h94.1c3.46,0,6.26-2.8,6.26-6.26v-3.35h146.93v9.24Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4-person table<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"511pt\" viewBox=\"1 -4 511.999 511\" width=\"511pt\"><path d=\"m381.246094 178.917969v-170.917969c0-4.140625-3.359375-7.5-7.5-7.5h-51.367188c-4.144531 0-7.5 3.359375-7.5 7.5v117.363281c0 4.140625 3.355469 7.5 7.5 7.5 4.140625 0 7.5-3.359375 7.5-7.5v-109.863281h36.367188v218.402344c0 10.027344-8.15625 18.183594-18.183594 18.183594s-18.183594-8.15625-18.183594-18.183594v-78.539063c0-4.144531-3.359375-7.5-7.5-7.5-4.144531 0-7.5 3.355469-7.5 7.5v23.566407c-20.96875 4.328124-41.121094 12.847656-58.886718 24.910156-17.734376-12.046875-37.738282-20.566406-58.871094-24.921875v-170.917969c0-4.140625-3.355469-7.5-7.5-7.5h-51.367188c-4.140625 0-7.5 3.359375-7.5 7.5v34.695312c0 4.140626 3.359375 7.5 7.5 7.5s7.5-3.359374 7.5-7.5v-27.195312h36.367188v218.402344c0 10.027344-8.15625 18.183594-18.183594 18.183594s-18.183594-8.15625-18.183594-18.183594v-161.207032c0-4.144531-3.359375-7.5-7.5-7.5s-7.5 3.355469-7.5 7.5v106.222657c-35.421875 7.300781-67.679687 26.304687-91.390625 53.992187-25.382812 29.640625-39.363281 67.488282-39.363281 106.5625 0 90.398438 73.542969 163.941406 163.9375 163.941406 34.082031 0 65.761719-10.460937 92.011719-28.328124 27.226562 18.546874 58.953125 28.328124 92.113281 28.328124 90.394531 0 163.9375-73.542968 163.9375-163.941406 0-39.074218-13.980469-76.921875-39.363281-106.5625-23.710938-27.6875-55.96875-46.695312-91.390625-53.992187zm-33.183594 88.171875c16.414062 0 30.074219-11.984375 32.714844-27.660156 19.257812 6.316406 36.546875 18.226562 49.359375 34.167968 15.15625 18.851563 23.167969 41.632813 23.167969 65.878906 0 58.03125-47.210938 105.242188-105.242188 105.242188-17.257812 0-34.117188-4.207031-49.21875-12.210938 18.296875-26.449218 29.03125-58.507812 29.03125-93.03125 0-33.367187-10.199219-65.828124-28.976562-93.058593 5.285156-2.800781 10.777343-5.140625 16.445312-6.992188 2.636719 15.675781 16.300781 27.664063 32.71875 27.664063zm-79.324219-53.671875c14.175781-8.921875 29.859375-15.433594 46.140625-19.15625v29.613281c-8.765625 2.507812-17.191406 6.007812-25.175781 10.453125.050781-.074219-20.023437-21.5-20.964844-20.910156zm-104.800781 53.671875c16.414062 0 30.074219-11.984375 32.714844-27.660156 5.671875 1.859374 11.167968 4.210937 16.433594 7.003906-18.972657 27.40625-28.964844 59.390625-28.964844 93.039062 0 33.648438 9.992187 65.632813 28.960937 93.039063-14.679687 7.785156-31.40625 12.203125-49.144531 12.203125-58.03125 0-105.242188-47.210938-105.242188-105.242188 0-24.242187 8.011719-47.023437 23.164063-65.878906 12.8125-15.9375 30.105469-27.847656 49.363281-34.164062 2.640625 15.675781 16.300782 27.660156 32.714844 27.660156zm82.875 7.542968c-12.441406 19.367188-18.992188 41.667969-18.992188 64.839844 0 23.1875 6.539063 45.488282 18.960938 64.835938-6.019531 7.675781-13.082031 14.492187-20.972656 20.246094-17.480469-25.019532-26.683594-54.285157-26.683594-85.082032 0-30.800781 9.203125-60.066406 26.691406-85.082031 5.019532 3.652344 9.738282 7.742187 14.0625 12.242187.46875.492188 6.257813 7.140626 6.933594 8zm22.367188 64.839844c0 18.488282-4.796876 35.871094-13.199219 50.984375-8.632813-15.535156-13.160157-32.949219-13.160157-50.984375 0-18.039062 4.546876-35.472656 13.210938-51.03125 8.644531 15.496094 13.148438 32.851563 13.148438 51.03125zm-254.179688 0c0-35.5 12.699219-69.882812 35.757812-96.808594 20.867188-24.367187 49.015626-41.339843 79.996094-48.402343v29.617187c-23.6875 6.804688-45.027344 20.96875-60.582031 40.320313-17.074219 21.238281-26.476563 47.972656-26.476563 75.273437 0 66.304688 53.941407 120.242188 120.242188 120.242188 65.414062 0 120.242188-54.847656 120.242188-120.242188 0-41.261718-21.792969-80.308594-56.777344-102.09375-9.410156-5.855468-19.601563-10.433594-30.28125-13.5v-29.617187c19.964844 4.550781 38.746094 13.222656 55.167968 25.328125 37.765626 27.847656 60.589844 72.949218 60.589844 119.886718 0 82.125-66.816406 148.9375-148.941406 148.9375s-148.9375-66.816406-148.9375-148.941406zm333.0625 148.941406c-28.378906 0-55.601562-7.878906-79.335938-22.871093 7.605469-6.328125 14.625-13.328125 20.980469-20.917969 17.796875 9.890625 37.832031 15.09375 58.355469 15.09375 66.300781 0 120.242188-53.941406 120.242188-120.242188 0-27.304687-9.402344-54.039062-26.476563-75.277343-15.550781-19.351563-36.894531-33.511719-60.582031-40.320313v-29.617187c30.984375 7.0625 59.128906 24.035156 79.996094 48.40625 23.058593 26.921875 35.757812 61.304687 35.757812 96.804687 0 82.125-66.8125 148.941406-148.9375 148.941406zm0 0\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Gym rings<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84d5370 ohm-btn ohm-transparent elementor-widget elementor-widget-button\" data-id=\"84d5370\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-loft-xl\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find out more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-46f6834 ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"46f6834\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NzIzMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-1930334 ohm-col ohm-icon-list-wrapper\" data-id=\"1930334\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0fd644a ohm-img elementor-widget elementor-widget-image\" data-id=\"0fd644a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-balcony-loft\/\">\n\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-007-copy-1024x734.jpg 1024w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-007-copy-300x215.jpg 300w,https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-007-copy.webp 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-007-copy-1024x734.jpg\" height=\"573\" width=\"800\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-007-copy-1024x734.jpg 1024w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-007-copy-300x215.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-007-copy.jpg 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-5692 sp-no-webp\" alt=\"The Zoku Balcony Loft at Zoku Vienna\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb37d1d ohm-heading ohm-small elementor-widget elementor-widget-heading\" data-id=\"eb37d1d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-balcony-loft\/\">Zoku Balcony Loft<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f918a93 ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f918a93\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f342e9b elementor-widget elementor-widget-text-editor\" data-id=\"f342e9b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center\"><span style=\"letter-spacing: 0.16px;text-align: start\">Looking to embrace your inner Romeo or Juliet? This Loft has all the features of a standard Zoku Loft but with a balcony facing the Perspektivstrasse.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-043553e ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"043553e\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"109.15 157.67 381.68 284.66\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><g id=\"surface1\"><path class=\"cls-1\" d=\"m239.94,296.12c31.6,0,57.38-19.41,57.38-43.18s-25.7-43.19-57.38-43.19-57.38,19.41-57.38,43.19,25.77,43.18,57.38,43.18Zm0-71.03c23.01,0,42.03,12.73,42.03,27.84s-19.25,27.84-42.03,27.84-42.04-12.73-42.04-27.84,19.25-27.92,42.04-27.92v.08Z\"><\/path><path class=\"cls-1\" d=\"m483.17,332.71h-113.22v-79.85c0-52.47-58.37-95.19-130.4-95.19s-130.4,42.72-130.4,95.19v94.35c0,48.32,49.48,88.21,113.22,94.27h1.3c5.29.46,10.66.85,16.11.85h243.38c4.23,0,7.67-3.44,7.67-7.67v-94.27c0-4.23-3.44-7.67-7.67-7.67Zm-243.23-159.63c63.28,0,115.06,35.82,115.06,79.85s-51.47,79.85-115.06,79.85-115.06-35.82-115.06-79.85,51.85-79.85,115.06-79.85Zm115.06,124.57v35.06h-44.49c17.37-7.87,32.52-19.91,44.1-35.06h.39Zm120.5,129.32h-15.34v-38.81c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-38.89c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-29.38v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v19.25c-51.77-7.67-90.74-39.73-90.74-78.08v-49.48c21.94,29.99,65.12,50.39,115.06,50.39h235.18v78.93Z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">24m2 \/ 258ft2 <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1-2 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">King-size bed<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45a49b8 ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"45a49b8\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"153.86 109.74 328.35 382.3\"><path d=\"m399.61,115.82c0-4.36-3.98-6.64-7.86-5.96-7.47,1.23-14.61,7.75-19.44,13.07-16.84,18.56-24.39,44.73-29.27,68.67-6.46,31.72-8.13,64.37-8.17,96.66,0,1.99,1.14,4.53,3.08,5.36,9.74,4.14,21.01,3.27,31.02.63,7.74-2.04,4.45-14.02-3.31-11.98-5.32,1.45-10.85,1.98-16.35,1.55-.66-.07-1.32-.18-1.98-.3.17-41.14,2.68-84.17,17.32-122.94,1.99-5.27,4.35-10.38,7.08-15.31,1.12-2.05,2.34-4.05,3.62-5.96.58-.89,1.18-1.76,1.79-2.63l.89-1.22c.15-.2.24-.34.31-.43-.02.03.01,0,.19-.22,2.1-2.67,4.43-5.15,6.96-7.41.5-.44.99-.86,1.53-1.29.08-.06.14-.11.19-.16v360.08c0,8.01,12.42,8.01,12.42,0h-.02V115.82Z\"><\/path><path d=\"m236.32,300.91v183.42c0,8.01,12.42,8.01,12.42,0v-183.42c0-8.01-12.42-8.01-12.42,0Z\"><\/path><path d=\"m204.84,237.7l34.55,16.33c1.37.65,2.85.83,4.22.61.67-.08,1.36-.28,2.05-.61l34.55-16.33c1.92-1.1,3.1-3.15,3.08-5.37v-114.86c0-8.01-12.42-8.01-12.42,0v110.95l-22.13,10.46v-121.41c0-8.01-12.42-8.01-12.42,0v121.42l-22.09-10.46v-110.96c0-8.01-12.42-8.01-12.42,0h-.04v114.86c-.02,2.21,1.15,4.26,3.07,5.37Z\"><\/path><circle cx=\"242.53\" cy=\"273.75\" r=\"8.91\"><\/circle><path d=\"m296.09,192.45c8.78,5.64,18.76,18.97,29.99,10.54,6.32-4.76.14-15.56-6.27-10.73v.03c-3.04,2.29-5.37-1.64-7.81-3.61-3.08-2.49-6.3-4.81-9.63-6.96-6.77-4.34-12.99,6.41-6.27,10.73Z\"><\/path><path d=\"m419.18,173.3c-7.49-2.88-10.7,9.13-3.31,11.99,16.71,6.42,30.81,18.78,40.75,33.57,9.67,14.46,13.51,31.33,13.12,48.56-.39,17.23-6.37,33.39-16.64,47.19-5.29,7.12-12.13,13.23-18.35,19.51-7.33,7.38-14.68,14.74-22.05,22.1-5.68,5.67,3.11,14.44,8.79,8.79,14.64-14.62,30.87-28.71,43.25-45.35,11.57-15.57,17.02-34.59,17.45-53.81.91-40.75-25.19-77.98-63.02-92.54Z\"><\/path><path d=\"m370.09,398.29c-12.04,11.71-24.12,23.36-36.46,34.79-3.98,3.62-7.88,7.2-11.93,10.69-1.51,1.32-2.98,2.57-4.32,3.66-5.35-4-10.48-9.14-15.45-13.79-11.52-10.75-22.73-21.87-33.92-32.94-5.7-5.65-14.48,3.14-8.79,8.79v.03c11.2,11.09,22.42,22.16,33.92,32.94,6.69,6.25,13.5,13.06,21.28,17.97,1.93,1.17,4.34,1.17,6.27,0,7.41-5.27,14.1-11.63,20.79-17.77,12.68-11.63,25.05-23.6,37.38-35.59,5.75-5.6-3.04-14.37-8.79-8.78Z\"><\/path><path d=\"m187.88,320.57c-9.58-10.31-16.33-22.92-19.6-36.61-7.01-29.01,2.27-58.58,22.96-79.57,5.63-5.71-3.16-14.5-8.79-8.79-23.19,23.53-32.57,54.75-27.05,87.26,6.06,35.78,36.03,58.9,60.22,83.1,5.67,5.68,14.45-3.11,8.79-8.79-12.17-12.17-24.85-24-36.53-36.61Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Full kitchen<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"87.23 148.14 425.54 292.2\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m467.52,378.41v-199.95c0-3.46-2.8-6.26-6.26-6.26H138.75c-3.46,0-6.26,2.8-6.26,6.26v199.95c0,3.46,2.8,6.26,6.26,6.26h322.51c3.46,0,6.26-2.8,6.26-6.26Zm-12.53-6.26H145.01v-187.43h309.98v187.43Z\"><\/path><path class=\"cls-1\" d=\"m506.51,396.21h-14.92v-225.69c-.01-12.35-10.02-22.37-22.38-22.38H130.79c-12.35.01-22.37,10.02-22.38,22.38v225.69h-14.92c-3.46,0-6.26,2.81-6.26,6.26v15.5c.01,12.35,10.02,22.36,22.37,22.37h380.8c12.35-.01,22.36-10.02,22.37-22.37v-15.5c0-3.46-2.8-6.26-6.26-6.26h0ZM120.94,170.52c0-5.44,4.41-9.85,9.85-9.85h338.42c5.44,0,9.85,4.41,9.85,9.85v225.69h-132.01c-3.46,0-6.26,2.8-6.26,6.26v3.35h-81.57v-3.35c0-3.46-2.81-6.26-6.26-6.26H120.94v-225.69Zm379.3,247.46c0,5.43-4.41,9.84-9.84,9.84H109.6c-5.43,0-9.84-4.41-9.84-9.84v-9.24h146.93v3.35c0,3.46,2.8,6.26,6.26,6.26h94.1c3.46,0,6.26-2.8,6.26-6.26v-3.35h146.93v9.24Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4-person table<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><g>\t<g>\t\t<path d=\"M437.094,160.109c3.984-9.778,5.998-20.118,5.998-30.835c0-2.173-0.086-4.369-0.256-6.524   c-0.316-4.012-3.827-7.005-7.836-6.692c-4.011,0.316-7.008,3.824-6.692,7.836c0.139,1.777,0.211,3.587,0.211,5.38   c0,10.904-2.534,21.332-7.532,30.994c-0.934,1.803-1.071,3.914-0.381,5.824c0.69,1.91,2.146,3.445,4.016,4.235   c28.454,12.027,46.84,39.757,46.84,70.645c0,41.064-32.133,74.68-73.154,76.53c-3.153,0.142-5.856,2.298-6.695,5.34   c-5.43,19.669-27.246,33.945-51.872,33.945c-11.734,0-22.926-3.123-32.145-8.889l24.074-37.99   c1.687-2.662,2.553-5.613,2.643-8.553c0.149-4.9-1.859-9.768-5.821-13.215c-6.703-5.832-16.843-5.447-23.086,0.873l-18.065,18.289   l5.89-43.63c0.622-4.613-0.709-9.326-3.652-12.931c-2.575-3.155-6.228-5.269-10.212-5.959c-0.569-0.098-1.145-0.168-1.725-0.207   l-6.508-0.44c-3.238-0.22-6.335,0.485-9.019,1.9c-4.474,2.358-7.805,6.692-8.742,12.014l-5.698,32.375l-5.698,32.374   l-35.182-43.267c-1.167-1.435-2.543-2.638-4.056-3.591c-0.009-0.006-0.018-0.013-0.027-0.019c-0.163-0.102-0.334-0.19-0.5-0.287   c-2.165-1.257-4.579-2.032-7.062-2.252c-0.079-0.007-0.16-0.006-0.239-0.012c-0.366-0.027-0.732-0.05-1.1-0.054   c-2.242-0.022-4.506,0.401-6.65,1.303l-6.799,2.858c-4.515,1.897-7.978,5.655-9.502,10.309c-1.524,4.655-0.953,9.733,1.567,13.934   l28.798,48c-8.59,4.588-18.647,7.068-28.958,7.068c-24.627,0-46.442-14.276-51.872-33.944c-0.84-3.043-3.543-5.198-6.695-5.34   c-41.021-1.85-73.154-35.466-73.154-76.531c0-30.889,18.386-58.619,46.84-70.645c1.87-0.79,3.326-2.325,4.016-4.235   c0.69-1.91,0.552-4.021-0.381-5.824c-4.998-9.662-7.532-20.09-7.532-30.994c0-37.265,30.318-67.583,67.583-67.583   c10.387,0,20.359,2.3,29.637,6.836c1.943,0.951,4.209,0.988,6.184,0.102c1.973-0.886,3.452-2.603,4.034-4.687   c8.118-29.067,34.88-49.368,65.079-49.368c30.199,0,56.961,20.301,65.079,49.368c0.583,2.084,2.061,3.802,4.034,4.687   c1.974,0.887,4.241,0.85,6.184-0.102c9.278-4.536,19.25-6.836,29.637-6.836c24.911,0,47.73,13.639,59.551,35.596   c1.907,3.543,6.327,4.869,9.87,2.961c3.544-1.907,4.869-6.327,2.961-9.87c-14.367-26.684-42.102-43.26-72.382-43.26   c-9.839,0-19.373,1.699-28.444,5.061C320.293,21.083,289.933,0,256.001,0c-33.931,0-64.292,21.083-76.49,52.179   c-9.071-3.362-18.605-5.061-28.444-5.061c-45.302,0-82.157,36.855-82.157,82.156c0,10.717,2.014,21.058,5.998,30.835   c-29.962,15.653-48.94,46.627-48.94,80.863c0,47.179,35.631,86.097,82.019,90.723c9.12,23.595,34.75,39.665,64.275,39.665   c12.944,0,25.62-3.214,36.457-9.142l3.611,6.018c4.926,8.212,6.965,17.938,5.74,27.389c-1.06,8.171-2.365,17.793-4.02,27.211   c-0.696,3.964,1.953,7.741,5.916,8.437c3.969,0.697,7.741-1.953,8.437-5.916c1.705-9.703,3.039-19.527,4.119-27.86   c1.645-12.691-1.087-25.746-7.695-36.759l-39.907-66.517c-0.472-0.786-0.337-1.53-0.214-1.904   c0.122-0.374,0.454-1.053,1.298-1.408l6.8-2.858c0.936-0.394,2.04-0.118,2.681,0.671l38.835,47.76   c0.103,0.126,0.212,0.244,0.319,0.365c1.443,1.64,3.238,2.819,5.211,3.466c2.096,0.688,4.386,0.778,6.651,0.205   c0.025-0.006,0.05-0.01,0.076-0.017c0,0,0,0,0.001,0h0.001c2.201-0.572,4.115-1.714,5.604-3.259   c0.058-0.061,0.121-0.118,0.178-0.179c0.052-0.057,0.1-0.118,0.151-0.176c1.428-1.611,2.418-3.615,2.813-5.862l12.399-70.449   c0.205-1.164,1.274-1.977,2.426-1.901l6.509,0.44c0.867,0.059,1.394,0.553,1.63,0.843c0.236,0.289,0.615,0.903,0.498,1.766   l-6.947,51.469c-0.086,0.637-0.12,1.271-0.104,1.898c0.108,4.389,2.632,8.422,6.667,10.404c0.288,0.142,0.58,0.271,0.875,0.387   c1.473,0.584,3.019,0.858,4.55,0.837c3.062-0.042,6.067-1.263,8.323-3.548l23.622-23.916c0.408-0.413,0.939-0.636,1.481-0.673   c0.024-0.002,0.047-0.008,0.071-0.009c0.012,0,0.024,0.002,0.036,0.002c0.414-0.009,0.83,0.089,1.201,0.302   c0.127,0.073,0.249,0.159,0.364,0.259c0.865,0.753,1.047,2.004,0.434,2.973l-32.077,50.616   c-6.737,10.632-9.848,23.417-8.758,35.999c3.052,35.249,8.341,74.994,31.324,108.703H202.105   c8.224-12.196,14.614-26.071,19.392-42.043c1.153-3.855-1.037-7.916-4.893-9.069c-3.857-1.153-7.917,1.037-9.069,4.893   c-5.828,19.482-14.22,35.433-25.657,48.761c-1.853,2.16-2.279,5.202-1.09,7.788c1.189,2.586,3.774,4.243,6.62,4.243h137.185   c2.846,0,5.432-1.657,6.62-4.243c1.189-2.586,0.763-5.628-1.09-7.787c-28.059-32.706-33.853-75.221-37.082-112.503   c-0.815-9.421,1.51-18.99,6.549-26.941l0.204-0.323c11.543,7.234,25.447,11.158,39.944,11.158   c29.525,0,55.155-16.07,64.275-39.666c46.388-4.626,82.019-43.544,82.019-90.722C486.034,206.736,467.056,175.762,437.094,160.109   z\"><\/path>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Private balcony<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e23e75c ohm-btn ohm-transparent elementor-widget elementor-widget-button\" data-id=\"e23e75c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-balcony-loft\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find out more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a178ae0 ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"a178ae0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NzIzMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-79a07b7 ohm-col ohm-icon-list-wrapper\" data-id=\"79a07b7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f9cbaba ohm-img elementor-widget elementor-widget-image\" data-id=\"f9cbaba\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-rollercoaster-loft\/\">\n\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-076-copy-683x1024.jpg 683w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-076-copy-200x300.jpg 200w,https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-076-copy.webp 1333w\" sizes=\"(max-width: 683px) 100vw, 683px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-076-copy-683x1024.jpg\" height=\"1024\" width=\"683\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-076-copy-683x1024.jpg 683w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-076-copy-200x300.jpg 200w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-076-copy.jpg 1333w\" sizes=\"(max-width: 683px) 100vw, 683px\" class=\"attachment-large size-large wp-image-5714 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bb475d7 ohm-heading ohm-small elementor-widget elementor-widget-heading\" data-id=\"bb475d7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-rollercoaster-loft\/\">Zoku Rollercoaster Loft<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bdac8bf ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"bdac8bf\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a0732bb elementor-widget elementor-widget-text-editor\" data-id=\"a0732bb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center\"><span style=\"letter-spacing: 0.16px;text-align: start\">A Loft with a view? You got it! Watch the adventurous take on the Megablitz rollercoaster straight from the comfort of your sofa.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be1035c ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"be1035c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"109.15 157.67 381.68 284.66\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><g id=\"surface1\"><path class=\"cls-1\" d=\"m239.94,296.12c31.6,0,57.38-19.41,57.38-43.18s-25.7-43.19-57.38-43.19-57.38,19.41-57.38,43.19,25.77,43.18,57.38,43.18Zm0-71.03c23.01,0,42.03,12.73,42.03,27.84s-19.25,27.84-42.03,27.84-42.04-12.73-42.04-27.84,19.25-27.92,42.04-27.92v.08Z\"><\/path><path class=\"cls-1\" d=\"m483.17,332.71h-113.22v-79.85c0-52.47-58.37-95.19-130.4-95.19s-130.4,42.72-130.4,95.19v94.35c0,48.32,49.48,88.21,113.22,94.27h1.3c5.29.46,10.66.85,16.11.85h243.38c4.23,0,7.67-3.44,7.67-7.67v-94.27c0-4.23-3.44-7.67-7.67-7.67Zm-243.23-159.63c63.28,0,115.06,35.82,115.06,79.85s-51.47,79.85-115.06,79.85-115.06-35.82-115.06-79.85,51.85-79.85,115.06-79.85Zm115.06,124.57v35.06h-44.49c17.37-7.87,32.52-19.91,44.1-35.06h.39Zm120.5,129.32h-15.34v-38.81c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-38.89c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-29.38v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v19.25c-51.77-7.67-90.74-39.73-90.74-78.08v-49.48c21.94,29.99,65.12,50.39,115.06,50.39h235.18v78.93Z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">24m2 \/ 258ft2 <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1-2 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">King-size bed<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5f575a ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c5f575a\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"153.86 109.74 328.35 382.3\"><path d=\"m399.61,115.82c0-4.36-3.98-6.64-7.86-5.96-7.47,1.23-14.61,7.75-19.44,13.07-16.84,18.56-24.39,44.73-29.27,68.67-6.46,31.72-8.13,64.37-8.17,96.66,0,1.99,1.14,4.53,3.08,5.36,9.74,4.14,21.01,3.27,31.02.63,7.74-2.04,4.45-14.02-3.31-11.98-5.32,1.45-10.85,1.98-16.35,1.55-.66-.07-1.32-.18-1.98-.3.17-41.14,2.68-84.17,17.32-122.94,1.99-5.27,4.35-10.38,7.08-15.31,1.12-2.05,2.34-4.05,3.62-5.96.58-.89,1.18-1.76,1.79-2.63l.89-1.22c.15-.2.24-.34.31-.43-.02.03.01,0,.19-.22,2.1-2.67,4.43-5.15,6.96-7.41.5-.44.99-.86,1.53-1.29.08-.06.14-.11.19-.16v360.08c0,8.01,12.42,8.01,12.42,0h-.02V115.82Z\"><\/path><path d=\"m236.32,300.91v183.42c0,8.01,12.42,8.01,12.42,0v-183.42c0-8.01-12.42-8.01-12.42,0Z\"><\/path><path d=\"m204.84,237.7l34.55,16.33c1.37.65,2.85.83,4.22.61.67-.08,1.36-.28,2.05-.61l34.55-16.33c1.92-1.1,3.1-3.15,3.08-5.37v-114.86c0-8.01-12.42-8.01-12.42,0v110.95l-22.13,10.46v-121.41c0-8.01-12.42-8.01-12.42,0v121.42l-22.09-10.46v-110.96c0-8.01-12.42-8.01-12.42,0h-.04v114.86c-.02,2.21,1.15,4.26,3.07,5.37Z\"><\/path><circle cx=\"242.53\" cy=\"273.75\" r=\"8.91\"><\/circle><path d=\"m296.09,192.45c8.78,5.64,18.76,18.97,29.99,10.54,6.32-4.76.14-15.56-6.27-10.73v.03c-3.04,2.29-5.37-1.64-7.81-3.61-3.08-2.49-6.3-4.81-9.63-6.96-6.77-4.34-12.99,6.41-6.27,10.73Z\"><\/path><path d=\"m419.18,173.3c-7.49-2.88-10.7,9.13-3.31,11.99,16.71,6.42,30.81,18.78,40.75,33.57,9.67,14.46,13.51,31.33,13.12,48.56-.39,17.23-6.37,33.39-16.64,47.19-5.29,7.12-12.13,13.23-18.35,19.51-7.33,7.38-14.68,14.74-22.05,22.1-5.68,5.67,3.11,14.44,8.79,8.79,14.64-14.62,30.87-28.71,43.25-45.35,11.57-15.57,17.02-34.59,17.45-53.81.91-40.75-25.19-77.98-63.02-92.54Z\"><\/path><path d=\"m370.09,398.29c-12.04,11.71-24.12,23.36-36.46,34.79-3.98,3.62-7.88,7.2-11.93,10.69-1.51,1.32-2.98,2.57-4.32,3.66-5.35-4-10.48-9.14-15.45-13.79-11.52-10.75-22.73-21.87-33.92-32.94-5.7-5.65-14.48,3.14-8.79,8.79v.03c11.2,11.09,22.42,22.16,33.92,32.94,6.69,6.25,13.5,13.06,21.28,17.97,1.93,1.17,4.34,1.17,6.27,0,7.41-5.27,14.1-11.63,20.79-17.77,12.68-11.63,25.05-23.6,37.38-35.59,5.75-5.6-3.04-14.37-8.79-8.78Z\"><\/path><path d=\"m187.88,320.57c-9.58-10.31-16.33-22.92-19.6-36.61-7.01-29.01,2.27-58.58,22.96-79.57,5.63-5.71-3.16-14.5-8.79-8.79-23.19,23.53-32.57,54.75-27.05,87.26,6.06,35.78,36.03,58.9,60.22,83.1,5.67,5.68,14.45-3.11,8.79-8.79-12.17-12.17-24.85-24-36.53-36.61Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Full kitchen<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"87.23 148.14 425.54 292.2\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m467.52,378.41v-199.95c0-3.46-2.8-6.26-6.26-6.26H138.75c-3.46,0-6.26,2.8-6.26,6.26v199.95c0,3.46,2.8,6.26,6.26,6.26h322.51c3.46,0,6.26-2.8,6.26-6.26Zm-12.53-6.26H145.01v-187.43h309.98v187.43Z\"><\/path><path class=\"cls-1\" d=\"m506.51,396.21h-14.92v-225.69c-.01-12.35-10.02-22.37-22.38-22.38H130.79c-12.35.01-22.37,10.02-22.38,22.38v225.69h-14.92c-3.46,0-6.26,2.81-6.26,6.26v15.5c.01,12.35,10.02,22.36,22.37,22.37h380.8c12.35-.01,22.36-10.02,22.37-22.37v-15.5c0-3.46-2.8-6.26-6.26-6.26h0ZM120.94,170.52c0-5.44,4.41-9.85,9.85-9.85h338.42c5.44,0,9.85,4.41,9.85,9.85v225.69h-132.01c-3.46,0-6.26,2.8-6.26,6.26v3.35h-81.57v-3.35c0-3.46-2.81-6.26-6.26-6.26H120.94v-225.69Zm379.3,247.46c0,5.43-4.41,9.84-9.84,9.84H109.6c-5.43,0-9.84-4.41-9.84-9.84v-9.24h146.93v3.35c0,3.46,2.8,6.26,6.26,6.26h94.1c3.46,0,6.26-2.8,6.26-6.26v-3.35h146.93v9.24Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4-person table<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><path d=\"m10.8095703 49.3930664c.0784302.0152588 1.1765747.2179565 2.8496094.0953369v39.5115967c0 .5522461.4477539 1 1 1s1-.4477539 1-1v-39.7955322c.8192749-.1704102 1.7033691-.4197998 2.6298828-.7904053 1.6498413-.6602173 3.5715332-1.7702637 5.4672852-3.6134033v44.1993408c0 .5522461.4477539 1 1 1s1-.4477539 1-1v-46.465332c1.6060181-2.1018066 3.1125488-4.8380127 4.3178711-8.4248047 1.0339966-3.076416 2.2971191-5.6931152 3.7797852-7.8421631v62.7322998c0 .5522461.4477539 1 1 1s1-.4477539 1-1v-65.2056274c1.4641724-1.5368652 3.0942993-2.7114868 4.887207-3.5111694 1.0871582-.4846191 2.1677246-.7962646 3.2099609-.9866943v69.7034911c0 .5522461.4477539 1 1 1s1-.4477539 1-1v-69.9300537c2.6311035-.124939 4.8088989.4287109 5.8912964.7788696l.6975098.2480469c.0142212.0057983.0393677.0158691.0430298.017395.0221558.0079346.5874634.2175293 1.4658203.6842651v68.2014771c0 .5522461.4477539 1 1 1s1-.4477539 1-1v-66.9741211c2.7522583 1.8970337 6.395874 5.3773193 8.097168 11.1496582v55.8244629c0 .5522461.4477539 1 1 1s1-.4477539 1-1v-49.0614014c1.5084229 4.3929443 3.7457275 8.7955933 8.0976562 12.1609497v36.9004517c0 .5522461.4477539 1 1 1s1-.4477539 1-1v-35.5235596c2.2049561 1.3470459 4.8651733 2.4597778 8.097168 3.250061v32.2734986c0 .5522461.4477539 1 1 1s1-.4477539 1-1v-31.8434448c.8132935.1544189 1.6486206.2962646 2.5292969.4118042.0439453.0053711.0878906.0083008.1313477.0083008.4941406 0 .9238281-.3666992.9902344-.8701172.0717773-.5473633-.3139648-1.0493164-.8618164-1.121582-10.1810913-1.3358765-15.3665161-5.4307251-18.418396-10.4240723.1801147.0186157.3621826.0314941.5473022.0314941.7172852-.0004883 1.4663086-.1386719 2.1904297-.4111328 2.5371094-.9550781 3.9624023-3.1962891 3.2456055-5.1015625l-2.1293945-5.6591797c-.3618164-.9619141-1.237793-1.6777344-2.4033203-1.9648438-1.0458984-.2578125-2.2539062-.1625977-3.4003906.269043-.9541016.359436-1.7504272.901001-2.3353271 1.5379028-.0011597-.0043335-.0023804-.008667-.00354-.0130005l-.2275391-.8310547c-.1290283-.4697876-.2845459-.9065552-.4350586-1.3494873.0958862.0097656.184021.0355835.2827148.0389404.0527344.0019531.1049805.0029297.1577148.0029297 1.0327148 0 2.1323242-.340332 3.1147461-.9663086 2.2861328-1.4570312 3.2207031-3.9433594 2.1274414-5.6606445l-3.2470703-5.0996094c-.5517578-.8666992-1.5561523-1.387207-2.7558594-1.4277344-1.0883789-.0424805-2.2402344.3051758-3.2719727.9633789-1.2033691.7665405-2.0188599 1.8185425-2.3748169 2.8933105-.5149536-.4761353-1.0213013-.8892822-1.5183105-1.2738647.241394-.1104126.4801025-.2387695.7095337-.4055786.8725586-.6337891 1.5786133-1.6181641 1.9882812-2.7724609.9077148-2.5551758.1162109-5.0908203-1.8017578-5.7724609l-5.6953125-2.0244141c-.9677734-.34375-2.0805664-.137207-3.0512695.5688477-.8725586.6337891-1.5786133 1.6181641-1.9882812 2.7724609-.4547729 1.2801514-.4824829 2.5550537-.15625 3.5947266-2.3516235-.1990967-5.2925415-.0021362-8.3242188 1.3432617-5.2451172 2.3271484-9.2075195 7.3833008-11.7768555 15.0292969-5.355957 15.9345703-16.5185547 14.0429688-16.9916992 13.9555664-.5375977-.1054688-1.0639648.2514648-1.1689453.7919922-.1049807.5424805.2495115 1.0668946.7915037 1.1723633zm58.6572266-15.1962891c.4946289-.1865234 1.0102539-.2822266 1.4887695-.2822266.2563477 0 .5019531.0273438.7285156.0830078.3027344.074707.8369141.2685547 1.0092773.7270508l2.1293945 5.6591797c.2719727.722168-.5151367 1.9370117-2.0786133 2.5253906-.7602539.2871094-1.5678711.3588867-2.2177734.1992188-.3027344-.074707-.8369141-.2680664-1.0092773-.7265625l-2.1289062-5.6591797c-.2714844-.7221679.5151367-1.9370117 2.0786133-2.5258789zm-6.2241211-12.9902343c.6547852-.4174805 1.3930664-.652832 2.0405273-.652832.0297852 0 .059082.0004883.0883789.0014648.3120117.0107422.8740234.090332 1.1367188.503418l3.2470703 5.0996094c.4145508.6508789-.105957 2.0019531-1.5151367 2.8999023-.6850586.4370117-1.4648438.6733398-2.1289062.6513672-.3120117-.0107422-.8740234-.090332-1.1367188-.503418l-3.2470703-5.1000977c-.4145508-.6508789.105957-2.0014648 1.5151367-2.899414zm-12.334961-3.8129883c-.7265625-.2583008-1.1464844-1.6435547-.5869141-3.21875.2719727-.765625.7382812-1.4306641 1.2792969-1.8232422.1987305-.1450195.5473633-.3515625.9125977-.3515625.097168 0 .1958008.0146484.2929688.0493164l5.6953125 2.0244141c.7265625.2583008 1.1464844 1.6435547.5869141 3.21875-.2719727.765625-.7382812 1.4306641-1.2792969 1.8237305-.2519531.1831055-.7426758.4672852-1.2055664.3022461l-3.3648071-1.1962891c-.1392212-.0578613-.4689941-.1854248-.958374-.3407593z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Rollercoaster view<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab796db ohm-btn ohm-transparent elementor-widget elementor-widget-button\" data-id=\"ab796db\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-rollercoaster-loft\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find out more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a2dee2 ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"1a2dee2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NzIzMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-f855ef0 ohm-col ohm-icon-list-wrapper\" data-id=\"f855ef0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1641ce7 ohm-img elementor-widget elementor-widget-image\" data-id=\"1641ce7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-accessible-loft\/\">\n\t\t\t\t\t\t\t<picture><source srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-082-copy-1024x682.jpg 1024w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-082-copy-300x200.jpg 300w,https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-082-copy.webp 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" type=\"image\/webp\"><img src=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-082-copy-1024x682.jpg\" height=\"533\" width=\"800\" srcset=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-082-copy-1024x682.jpg 1024w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-082-copy-300x200.jpg 300w, https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2023\/03\/ZOKU-Wien-082-copy.jpg 2000w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-5720 sp-no-webp\" alt=\"\" loading=\"lazy\" decoding=\"async\"  > <\/picture>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4ef4ef ohm-heading ohm-small elementor-widget elementor-widget-heading\" data-id=\"d4ef4ef\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-accessible-loft\/\">Zoku Accessible Loft<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f63f1c7 ohm-divider elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f63f1c7\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74195e7 elementor-widget elementor-widget-text-editor\" data-id=\"74195e7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center\">Another version of the Zoku Loft. This time without the staircase. It includes everything you need, with everything on the ground level.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-663585c ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"663585c\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"109.15 157.67 381.68 284.66\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><g id=\"surface1\"><path class=\"cls-1\" d=\"m239.94,296.12c31.6,0,57.38-19.41,57.38-43.18s-25.7-43.19-57.38-43.19-57.38,19.41-57.38,43.19,25.77,43.18,57.38,43.18Zm0-71.03c23.01,0,42.03,12.73,42.03,27.84s-19.25,27.84-42.03,27.84-42.04-12.73-42.04-27.84,19.25-27.92,42.04-27.92v.08Z\"><\/path><path class=\"cls-1\" d=\"m483.17,332.71h-113.22v-79.85c0-52.47-58.37-95.19-130.4-95.19s-130.4,42.72-130.4,95.19v94.35c0,48.32,49.48,88.21,113.22,94.27h1.3c5.29.46,10.66.85,16.11.85h243.38c4.23,0,7.67-3.44,7.67-7.67v-94.27c0-4.23-3.44-7.67-7.67-7.67Zm-243.23-159.63c63.28,0,115.06,35.82,115.06,79.85s-51.47,79.85-115.06,79.85-115.06-35.82-115.06-79.85,51.85-79.85,115.06-79.85Zm115.06,124.57v35.06h-44.49c17.37-7.87,32.52-19.91,44.1-35.06h.39Zm120.5,129.32h-15.34v-38.81c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-38.89c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v38.89h-29.38v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v21.09h-30.68v-21.09c0-4.23-3.44-7.67-7.67-7.67s-7.67,3.44-7.67,7.67v19.25c-51.77-7.67-90.74-39.73-90.74-78.08v-49.48c21.94,29.99,65.12,50.39,115.06,50.39h235.18v78.93Z\"><\/path><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">30m2 \/ 323ft2 <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"92.56 152.79 414.87 294.42\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m174.63,293.41c-26.54,0-48.13-21.39-48.13-47.68s21.59-47.69,48.13-47.69,48.12,21.39,48.12,47.69-21.59,47.68-48.12,47.68Zm0-81.98c-19.16,0-34.75,15.39-34.75,34.3s15.58,34.3,34.75,34.3,34.74-15.39,34.74-34.3-15.58-34.3-34.74-34.3Z\"><\/path><path class=\"cls-1\" d=\"m193.99,425.44h-83.94c-9.64,0-17.49-7.8-17.49-17.38v-21.89c0-44.81,36.81-81.26,82.06-81.26,17.8,0,34.74,5.55,48.98,16.06,2.97,2.2,3.61,6.38,1.41,9.36-2.2,2.97-6.38,3.6-9.36,1.41-11.92-8.8-26.11-13.45-41.03-13.45-37.87,0-68.68,30.45-68.68,67.88v21.89c0,2.2,1.84,4,4.11,4h83.94c3.69,0,6.69,3,6.69,6.69s-3,6.69-6.69,6.69Z\"><\/path><path class=\"cls-1\" d=\"m489.94,420.37h-83.94c-3.69,0-6.69-3-6.69-6.69s3-6.69,6.69-6.69h83.94c2.26,0,4.11-1.79,4.11-3.99v-21.89c0-37.43-30.81-67.88-68.68-67.88-15.82,0-31.26,5.45-43.48,15.34-2.87,2.32-7.08,1.88-9.41-.99-2.32-2.87-1.89-7.09.99-9.41,14.59-11.81,33.03-18.32,51.9-18.32,45.25,0,82.06,36.45,82.06,81.26v21.89c0,9.58-7.84,17.38-17.49,17.38Z\"><\/path><path class=\"cls-1\" d=\"m425.37,290.11c-26.54,0-48.12-21.39-48.12-47.68s21.59-47.69,48.12-47.69,48.13,21.39,48.13,47.69-21.59,47.68-48.13,47.68Zm0-81.98c-19.16,0-34.74,15.39-34.74,34.3s15.58,34.3,34.74,34.3,34.75-15.39,34.75-34.3-15.59-34.3-34.75-34.3Z\"><\/path><path class=\"cls-1\" d=\"m390.82,447.21h-181.63c-12.07,0-21.88-9.74-21.88-21.72v-30.78c0-61.52,50.55-111.57,112.7-111.57s112.7,50.05,112.7,111.57v30.78c0,11.98-9.81,21.72-21.88,21.72Zm-90.82-150.69c-54.76,0-99.31,44.05-99.31,98.19v30.78c0,4.6,3.81,8.34,8.5,8.34h181.63c4.69,0,8.5-3.74,8.5-8.34v-30.78c0-54.14-44.55-98.19-99.31-98.19Z\"><\/path><path class=\"cls-1\" d=\"m297.67,275.31c-34.1,0-61.84-27.48-61.84-61.26s27.74-61.26,61.84-61.26,61.85,27.48,61.85,61.26-27.75,61.26-61.85,61.26Zm0-109.14c-26.72,0-48.46,21.48-48.46,47.88s21.74,47.88,48.46,47.88,48.46-21.48,48.46-47.88-21.74-47.88-48.46-47.88Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1-2 people<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,344h-8V280a32.042,32.042,0,0,0-32-32V112a32.042,32.042,0,0,0-32-32H88a32.042,32.042,0,0,0-32,32V248a32.042,32.042,0,0,0-32,32v64H16a8,8,0,0,0-8,8v32a8,8,0,0,0,8,8h8v32a8,8,0,0,0,8,8H56a7.99,7.99,0,0,0,7.84-6.43L70.56,392H441.44l6.72,33.57A7.99,7.99,0,0,0,456,432h24a8,8,0,0,0,8-8V392h8a8,8,0,0,0,8-8V352A8,8,0,0,0,496,344ZM72,112A16.021,16.021,0,0,1,88,96H424a16.021,16.021,0,0,1,16,16V248H424V216a32.042,32.042,0,0,0-32-32H296a32.042,32.042,0,0,0-32,32v32H248V216a32.042,32.042,0,0,0-32-32H120a32.042,32.042,0,0,0-32,32v32H72ZM408,216v32H280V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,408,216Zm-176,0v32H104V216a16.021,16.021,0,0,1,16-16h96A16.021,16.021,0,0,1,232,216ZM40,280a16.021,16.021,0,0,1,16-16H456a16.021,16.021,0,0,1,16,16v64H40Zm9.44,136H40V392H54.24ZM472,416h-9.44l-4.8-24H472Zm16-40H24V360H488Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">King-size bed<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0d0736 ohm-icon-list ohm-wrap-list elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c0d0736\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"153.86 109.74 328.35 382.3\"><path d=\"m399.61,115.82c0-4.36-3.98-6.64-7.86-5.96-7.47,1.23-14.61,7.75-19.44,13.07-16.84,18.56-24.39,44.73-29.27,68.67-6.46,31.72-8.13,64.37-8.17,96.66,0,1.99,1.14,4.53,3.08,5.36,9.74,4.14,21.01,3.27,31.02.63,7.74-2.04,4.45-14.02-3.31-11.98-5.32,1.45-10.85,1.98-16.35,1.55-.66-.07-1.32-.18-1.98-.3.17-41.14,2.68-84.17,17.32-122.94,1.99-5.27,4.35-10.38,7.08-15.31,1.12-2.05,2.34-4.05,3.62-5.96.58-.89,1.18-1.76,1.79-2.63l.89-1.22c.15-.2.24-.34.31-.43-.02.03.01,0,.19-.22,2.1-2.67,4.43-5.15,6.96-7.41.5-.44.99-.86,1.53-1.29.08-.06.14-.11.19-.16v360.08c0,8.01,12.42,8.01,12.42,0h-.02V115.82Z\"><\/path><path d=\"m236.32,300.91v183.42c0,8.01,12.42,8.01,12.42,0v-183.42c0-8.01-12.42-8.01-12.42,0Z\"><\/path><path d=\"m204.84,237.7l34.55,16.33c1.37.65,2.85.83,4.22.61.67-.08,1.36-.28,2.05-.61l34.55-16.33c1.92-1.1,3.1-3.15,3.08-5.37v-114.86c0-8.01-12.42-8.01-12.42,0v110.95l-22.13,10.46v-121.41c0-8.01-12.42-8.01-12.42,0v121.42l-22.09-10.46v-110.96c0-8.01-12.42-8.01-12.42,0h-.04v114.86c-.02,2.21,1.15,4.26,3.07,5.37Z\"><\/path><circle cx=\"242.53\" cy=\"273.75\" r=\"8.91\"><\/circle><path d=\"m296.09,192.45c8.78,5.64,18.76,18.97,29.99,10.54,6.32-4.76.14-15.56-6.27-10.73v.03c-3.04,2.29-5.37-1.64-7.81-3.61-3.08-2.49-6.3-4.81-9.63-6.96-6.77-4.34-12.99,6.41-6.27,10.73Z\"><\/path><path d=\"m419.18,173.3c-7.49-2.88-10.7,9.13-3.31,11.99,16.71,6.42,30.81,18.78,40.75,33.57,9.67,14.46,13.51,31.33,13.12,48.56-.39,17.23-6.37,33.39-16.64,47.19-5.29,7.12-12.13,13.23-18.35,19.51-7.33,7.38-14.68,14.74-22.05,22.1-5.68,5.67,3.11,14.44,8.79,8.79,14.64-14.62,30.87-28.71,43.25-45.35,11.57-15.57,17.02-34.59,17.45-53.81.91-40.75-25.19-77.98-63.02-92.54Z\"><\/path><path d=\"m370.09,398.29c-12.04,11.71-24.12,23.36-36.46,34.79-3.98,3.62-7.88,7.2-11.93,10.69-1.51,1.32-2.98,2.57-4.32,3.66-5.35-4-10.48-9.14-15.45-13.79-11.52-10.75-22.73-21.87-33.92-32.94-5.7-5.65-14.48,3.14-8.79,8.79v.03c11.2,11.09,22.42,22.16,33.92,32.94,6.69,6.25,13.5,13.06,21.28,17.97,1.93,1.17,4.34,1.17,6.27,0,7.41-5.27,14.1-11.63,20.79-17.77,12.68-11.63,25.05-23.6,37.38-35.59,5.75-5.6-3.04-14.37-8.79-8.78Z\"><\/path><path d=\"m187.88,320.57c-9.58-10.31-16.33-22.92-19.6-36.61-7.01-29.01,2.27-58.58,22.96-79.57,5.63-5.71-3.16-14.5-8.79-8.79-23.19,23.53-32.57,54.75-27.05,87.26,6.06,35.78,36.03,58.9,60.22,83.1,5.67,5.68,14.45-3.11,8.79-8.79-12.17-12.17-24.85-24-36.53-36.61Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Full kitchen<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"87.23 148.14 425.54 292.2\"><defs><style>      .cls-1 {        fill: #010101;      }    <\/style><\/defs><path class=\"cls-1\" d=\"m467.52,378.41v-199.95c0-3.46-2.8-6.26-6.26-6.26H138.75c-3.46,0-6.26,2.8-6.26,6.26v199.95c0,3.46,2.8,6.26,6.26,6.26h322.51c3.46,0,6.26-2.8,6.26-6.26Zm-12.53-6.26H145.01v-187.43h309.98v187.43Z\"><\/path><path class=\"cls-1\" d=\"m506.51,396.21h-14.92v-225.69c-.01-12.35-10.02-22.37-22.38-22.38H130.79c-12.35.01-22.37,10.02-22.38,22.38v225.69h-14.92c-3.46,0-6.26,2.81-6.26,6.26v15.5c.01,12.35,10.02,22.36,22.37,22.37h380.8c12.35-.01,22.36-10.02,22.37-22.37v-15.5c0-3.46-2.8-6.26-6.26-6.26h0ZM120.94,170.52c0-5.44,4.41-9.85,9.85-9.85h338.42c5.44,0,9.85,4.41,9.85,9.85v225.69h-132.01c-3.46,0-6.26,2.8-6.26,6.26v3.35h-81.57v-3.35c0-3.46-2.81-6.26-6.26-6.26H120.94v-225.69Zm379.3,247.46c0,5.43-4.41,9.84-9.84,9.84H109.6c-5.43,0-9.84-4.41-9.84-9.84v-9.24h146.93v3.35c0,3.46,2.8,6.26,6.26,6.26h94.1c3.46,0,6.26-2.8,6.26-6.26v-3.35h146.93v9.24Z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4-person table<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><g>\t<g>\t\t<g>\t\t\t<path d=\"M336.178,327.127c-5.612,0.614-9.667,5.673-9.052,11.284c0.369,3.338,0.553,6.451,0.553,9.748    c0,9.277-0.901,18.698-2.683,27.914c-13.21,66.888-72.376,115.446-140.677,115.446c-79.053,0-143.36-64.328-143.36-143.36    c0-58.778,35.185-110.838,89.6-132.649c5.263-2.089,7.823-8.049,5.714-13.292c-2.109-5.263-8.11-7.803-13.312-5.693    C60.702,221.43,20.479,280.965,20.479,348.16c0,90.337,73.503,163.84,163.84,163.84c78.049,0,145.674-55.501,160.788-131.994    c2.028-10.547,3.052-21.258,3.052-31.846c0-4.055-0.225-7.905-0.676-11.981C346.869,330.568,342.036,326.513,336.178,327.127z\"><\/path>\t\t\t<path d=\"M490.987,416.604c-1.782-5.345-7.537-8.294-12.943-6.492l-52.081,17.367l-57.979-154.604    c-1.495-3.994-5.325-6.636-9.585-6.636H203.919l-5.591-61.44h98.632c5.652,0,10.24-4.588,10.24-10.24s-4.588-10.24-10.24-10.24    H196.464l-7.68-84.316c21.033-6.39,36.495-25.702,36.495-48.804c0-28.242-22.979-51.2-51.2-51.2s-51.2,22.958-51.2,51.2    c0,26.276,19.988,47.759,45.507,50.627l15.974,175.575c0.471,5.284,4.895,9.318,10.199,9.318h156.733l58.962,157.205    c1.536,4.096,5.427,6.635,9.585,6.635c1.065,0,2.171-0.164,3.236-0.512l61.44-20.48    C489.881,427.766,492.789,421.97,490.987,416.604z M174.079,81.92c-16.937,0-30.72-13.783-30.72-30.72s13.783-30.72,30.72-30.72    s30.72,13.783,30.72,30.72S191.016,81.92,174.079,81.92z\"><\/path>\t\t<\/g>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Wheelchair accessible<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2eea175 ohm-btn ohm-transparent elementor-widget elementor-widget-button\" data-id=\"2eea175\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/vienna\/stay\/zoku-accessible-loft\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find out more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0731550 ohm-btn ohm-solid elementor-widget elementor-widget-button\" data-id=\"0731550\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6NzIzMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71835f elementor-section-full_width ohm-heading-title ohm-small-padding-bottom ohm-small-padding-top mobile:ohm-standard-padding-top elementor-section-height-default elementor-section-height-default\" data-id=\"b71835f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-86754c7\" data-id=\"86754c7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dafbf3d ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"dafbf3d\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-9b18fd7 ohm-col\" data-id=\"9b18fd7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d17105e ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"d17105e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pick Your Purpose<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-31302d0 elementor-section-full_width ohm-component-v2_DoubleImageWithHoverEffect ohm-extra-big-padding-bottom elementor-section-height-default elementor-section-height-default\" data-id=\"31302d0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-779990d\" data-id=\"779990d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a365914 ohm-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a365914\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4ba64f4 ohm-col ohm-img-col elementor-invisible\" data-id=\"4ba64f4\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1823a46 ohm-heading animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1823a46\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;300&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/livezoku.com\/vienna\/business-trip\/\">Business Trip<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8fd44e9 ohm-col ohm-img-col elementor-invisible\" data-id=\"8fd44e9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-00419af ohm-heading animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"00419af\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;300&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/livezoku.com\/vienna\/extended-stay\/\">Extended Stay<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-452a9c5 elementor-widget elementor-widget-spacer\" data-id=\"452a9c5\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1406f35 ohm-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1406f35\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9117f07 ohm-col ohm-img-col elementor-invisible\" data-id=\"9117f07\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-00ec2af ohm-heading animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"00ec2af\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;300&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/livezoku.com\/vienna\/conference-congress-stay\/\">Conference or Congress<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ebea4f0 ohm-col ohm-img-col elementor-invisible\" data-id=\"ebea4f0\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-16204e0 ohm-heading animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"16204e0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;300&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/livezoku.com\/vienna\/offsite-retreat-venue\/\">Team Offsites or Retreats<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-1441523 elementor-widget elementor-widget-spacer\" data-id=\"1441523\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a8af6cb ohm-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a8af6cb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cf84fd7 ohm-col ohm-img-col elementor-invisible\" data-id=\"cf84fd7\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1c7be3d ohm-heading animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1c7be3d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;300&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/livezoku.com\/vienna\/city-trip\/\">City Trip<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-87e66d9 ohm-col ohm-img-col elementor-invisible\" data-id=\"87e66d9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-34f36e4 ohm-heading animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"34f36e4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:&quot;300&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/livezoku.com\/vienna\/work-remote\/\">Work Remote<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c26e579 elementor-section-full_width ohm-heading-title ohm-small-padding-top ohm-remove-padding-bottom ohm-remove-padding-bottom-mobile mobile:ohm-remove-padding-top elementor-section-height-default elementor-section-height-default\" data-id=\"c26e579\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6b408fc\" data-id=\"6b408fc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c06d8e2 ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"c06d8e2\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e7c998d ohm-col\" data-id=\"e7c998d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5d85ac1 ohm-heading ohm-main-heading ohm-add-animation elementor-widget elementor-widget-heading\" data-id=\"5d85ac1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FAQs<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0633153 elementor-section-full_width ohm-faq-section elementor-section-height-default elementor-section-height-default\" data-id=\"0633153\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-eecd5e9\" data-id=\"eecd5e9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-604b4cc ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"604b4cc\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e0cbd89 ohm-col\" data-id=\"e0cbd89\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9f411b3 ohm-faq elementor-invisible elementor-widget elementor-widget-toggle\" data-id=\"9f411b3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:&quot;200&quot;}\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1661\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1661\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the benefits of staying longer at Zoku Vienna?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1661\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1661\"><p data-start=\"652\" data-end=\"971\">When you stay 5 nights or longer, you unlock extra value alongside a lower nightly rate. These benefits include savings on food and drinks, discounted meeting rooms and events, 24\/7 coworking and gym access, social rituals like daily fika, plus local perks such as a curated Vienna city guide and bike rental discounts.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1662\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1662\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What makes Zoku Vienna different from a traditional hotel in Vienna?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1662\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-1662\"><p>Zoku combines the comfort of an apartment with the services and social atmosphere of a hotel. Each loft includes a kitchen, living area, and workspace, making it ideal for longer stays, business travel, or relocation periods.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1663\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1663\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Why is Zoku Vienna a good choice for a longer city stay?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1663\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-1663\"><p data-start=\"1045\" data-end=\"1293\">Zoku Vienna is designed for guests who want more than a typical hotel experience. With apartment style lofts, shared workspaces, social spaces, and lifestyle perks, it becomes easy to settle in, stay productive, and explore Vienna at your own pace.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1664\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1664\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can I comfortably work during a 5 night or longer stay at Zoku Vienna?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1664\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-1664\"><p>Yes! Long stay guests can take advantage of 24\/7 coworking access, inspiring shared spaces, and fast WiFi throughout the building. Many guests choose Zoku Vienna for project based stays, remote work trips, or blended work and travel experiences.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1665\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-1665\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How do the perks make my stay in Vienna easier?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1665\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-1665\"><p>The added benefits are designed to simplify daily life while traveling. From discounted bike rentals and a ready to use digital city guide to on site laundry access and social moments, everything helps you feel more at home from the moment you arrive.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1666\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-1666\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there opportunities to meet other guests during a longer stay in Vienna?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1666\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-1666\"><p data-start=\"2028\" data-end=\"2255\">Yes. Zoku\u2019s daily fika ritual and regular community events make it easy to connect with fellow residents, remote workers, and locals. Many guests staying 5 nights or more appreciate the social atmosphere and sense of belonging.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1667\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-1667\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is Zoku Vienna suitable for business trips lasting several days?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1667\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-1667\"><p>Absolutely. Guests staying longer can benefit from meeting room discounts, flexible workspaces, central connectivity, and a comfortable loft setup that supports both productivity and relaxation.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1668\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-1668\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How can I explore Vienna more like a local during my stay?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1668\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-1668\"><p data-start=\"2607\" data-end=\"2871\">Guests receive access to a curated digital Vienna city guide created by the local Zoku team. Combined with discounted bike rentals and strong public transport connections, this makes discovering neighborhoods, parks, caf\u00e9s, and cultural spots simple and enjoyable.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-1669\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-1669\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Does Zoku Vienna have a gym or wellness facilities?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1669\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-1669\"><p data-start=\"1685\" data-end=\"1951\">Yes. Guests benefit from 24\/7 gym access, making it easy to maintain a fitness routine while traveling or working remotely. Active guests can also explore Vienna by bike with discounted bike rental options.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-16610\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-16610\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What makes staying longer at Zoku Vienna better value than a standard hotel stay?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-16610\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-16610\"><p>In addition to reduced nightly rates, longer stays unlock practical perks, lifestyle benefits, and community experiences that enhance everyday comfort. This combination of living space, work facilities, and local experiences offers more value than a traditional short hotel stay.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What are the benefits of staying longer at Zoku Vienna?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p data-start=\\\"652\\\" data-end=\\\"971\\\">When you stay 5 nights or longer, you unlock extra value alongside a lower nightly rate. These benefits include savings on food and drinks, discounted meeting rooms and events, 24\\\/7 coworking and gym access, social rituals like daily fika, plus local perks such as a curated Vienna city guide and bike rental discounts.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What makes Zoku Vienna different from a traditional hotel in Vienna?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Zoku combines the comfort of an apartment with the services and social atmosphere of a hotel. Each loft includes a kitchen, living area, and workspace, making it ideal for longer stays, business travel, or relocation periods.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Why is Zoku Vienna a good choice for a longer city stay?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p data-start=\\\"1045\\\" data-end=\\\"1293\\\">Zoku Vienna is designed for guests who want more than a typical hotel experience. With apartment style lofts, shared workspaces, social spaces, and lifestyle perks, it becomes easy to settle in, stay productive, and explore Vienna at your own pace.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Can I comfortably work during a 5 night or longer stay at Zoku Vienna?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes! Long stay guests can take advantage of 24\\\/7 coworking access, inspiring shared spaces, and fast WiFi throughout the building. Many guests choose Zoku Vienna for project based stays, remote work trips, or blended work and travel experiences.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"How do the perks make my stay in Vienna easier?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>The added benefits are designed to simplify daily life while traveling. From discounted bike rentals and a ready to use digital city guide to on site laundry access and social moments, everything helps you feel more at home from the moment you arrive.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Are there opportunities to meet other guests during a longer stay in Vienna?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p data-start=\\\"2028\\\" data-end=\\\"2255\\\">Yes. Zoku\\u2019s daily fika ritual and regular community events make it easy to connect with fellow residents, remote workers, and locals. Many guests staying 5 nights or more appreciate the social atmosphere and sense of belonging.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Is Zoku Vienna suitable for business trips lasting several days?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Absolutely. Guests staying longer can benefit from meeting room discounts, flexible workspaces, central connectivity, and a comfortable loft setup that supports both productivity and relaxation.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"How can I explore Vienna more like a local during my stay?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p data-start=\\\"2607\\\" data-end=\\\"2871\\\">Guests receive access to a curated digital Vienna city guide created by the local Zoku team. Combined with discounted bike rentals and strong public transport connections, this makes discovering neighborhoods, parks, caf\\u00e9s, and cultural spots simple and enjoyable.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Does Zoku Vienna have a gym or wellness facilities?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p data-start=\\\"1685\\\" data-end=\\\"1951\\\">Yes. Guests benefit from 24\\\/7 gym access, making it easy to maintain a fitness routine while traveling or working remotely. Active guests can also explore Vienna by bike with discounted bike rental options.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What makes staying longer at Zoku Vienna better value than a standard hotel stay?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>In addition to reduced nightly rates, longer stays unlock practical perks, lifestyle benefits, and community experiences that enhance everyday comfort. This combination of living space, work facilities, and local experiences offers more value than a traditional short hotel stay.<\\\/p>\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14a9e8d elementor-align-center ohm-btn ohm-transparent ohm-center elementor-widget elementor-widget-button\" data-id=\"14a9e8d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/livezoku.com\/vienna\/faqs\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">More Faqs<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Stay 5. Thank us later. hellovienna@livezoku.com +43 123 500 610 Relocation housing request .cls-1 { fill: #010101; } Group booking request Long stay benefits at Zoku Vienna Stay 5 nights or longer and automatically unlock extra perks when you book directly on our website. Alongside a lower nightly rate, you will enjoy added benefits designed [&hellip;]<\/p>\n","protected":false},"author":23,"featured_media":16164,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-16216","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Long Stay Perks for 5+ Nights at Zoku | Aparthotel Vienna 2nd District<\/title>\n<meta name=\"description\" content=\"Live &amp; work in Vienna with ease. Stay 5 nights or more at Zoku and enjoy exclusive perks including 15% off food and drinks, 24\/7 coworking access, and more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Long Stay Perks for 5+ Nights at Zoku | Aparthotel Vienna 2nd District\" \/>\n<meta property=\"og:description\" content=\"Live &amp; work in Vienna with ease. Stay 5 nights or more at Zoku and enjoy exclusive perks including 15% off food and drinks, 24\/7 coworking access, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/\" \/>\n<meta property=\"og:site_name\" content=\"Vienna\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/livezoku\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-24T08:21:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0008-copy.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/\",\"url\":\"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/\",\"name\":\"Long Stay Perks for 5+ Nights at Zoku | Aparthotel Vienna 2nd District\",\"isPartOf\":{\"@id\":\"https:\/\/livezoku.com\/vienna\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0008-copy.jpg\",\"datePublished\":\"2026-03-13T11:15:32+00:00\",\"dateModified\":\"2026-03-24T08:21:12+00:00\",\"description\":\"Live & work in Vienna with ease. Stay 5 nights or more at Zoku and enjoy exclusive perks including 15% off food and drinks, 24\/7 coworking access, and more.\",\"breadcrumb\":{\"@id\":\"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/#primaryimage\",\"url\":\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0008-copy.jpg\",\"contentUrl\":\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0008-copy.jpg\",\"width\":1500,\"height\":1000},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/livezoku.com\/vienna\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Long Stay Benefits\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/livezoku.com\/vienna\/#website\",\"url\":\"https:\/\/livezoku.com\/vienna\/\",\"name\":\"Zoku Vienna\",\"description\":\"Zoku Vienna\",\"publisher\":{\"@id\":\"https:\/\/livezoku.com\/vienna\/#organization\"},\"alternateName\":\"Zoku VIE\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/livezoku.com\/vienna\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/livezoku.com\/vienna\/#organization\",\"name\":\"Zoku Vienna\",\"alternateName\":\"Zoku VIE\",\"url\":\"https:\/\/livezoku.com\/vienna\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/livezoku.com\/vienna\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2022\/12\/zoku-logo-cropped-1.svg\",\"contentUrl\":\"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2022\/12\/zoku-logo-cropped-1.svg\",\"width\":175,\"height\":27,\"caption\":\"Zoku Vienna\"},\"image\":{\"@id\":\"https:\/\/livezoku.com\/vienna\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/livezoku\",\"https:\/\/www.instagram.com\/zokuvienna\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Long Stay Perks for 5+ Nights at Zoku | Aparthotel Vienna 2nd District","description":"Live & work in Vienna with ease. Stay 5 nights or more at Zoku and enjoy exclusive perks including 15% off food and drinks, 24\/7 coworking access, and more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/","og_locale":"en_US","og_type":"article","og_title":"Long Stay Perks for 5+ Nights at Zoku | Aparthotel Vienna 2nd District","og_description":"Live & work in Vienna with ease. Stay 5 nights or more at Zoku and enjoy exclusive perks including 15% off food and drinks, 24\/7 coworking access, and more.","og_url":"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/","og_site_name":"Vienna","article_publisher":"https:\/\/www.facebook.com\/livezoku","article_modified_time":"2026-03-24T08:21:12+00:00","og_image":[{"width":1500,"height":1000,"url":"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0008-copy.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/","url":"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/","name":"Long Stay Perks for 5+ Nights at Zoku | Aparthotel Vienna 2nd District","isPartOf":{"@id":"https:\/\/livezoku.com\/vienna\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/#primaryimage"},"image":{"@id":"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/#primaryimage"},"thumbnailUrl":"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0008-copy.jpg","datePublished":"2026-03-13T11:15:32+00:00","dateModified":"2026-03-24T08:21:12+00:00","description":"Live & work in Vienna with ease. Stay 5 nights or more at Zoku and enjoy exclusive perks including 15% off food and drinks, 24\/7 coworking access, and more.","breadcrumb":{"@id":"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livezoku.com\/vienna\/long-stay-benefits\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/#primaryimage","url":"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0008-copy.jpg","contentUrl":"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2026\/03\/20250815-zoku-vienna-weekend-warmup-\u00a9-isabella-joech-fotografie-0008-copy.jpg","width":1500,"height":1000},{"@type":"BreadcrumbList","@id":"https:\/\/livezoku.com\/vienna\/long-stay-benefits\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/livezoku.com\/vienna\/"},{"@type":"ListItem","position":2,"name":"Long Stay Benefits"}]},{"@type":"WebSite","@id":"https:\/\/livezoku.com\/vienna\/#website","url":"https:\/\/livezoku.com\/vienna\/","name":"Zoku Vienna","description":"Zoku Vienna","publisher":{"@id":"https:\/\/livezoku.com\/vienna\/#organization"},"alternateName":"Zoku VIE","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/livezoku.com\/vienna\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/livezoku.com\/vienna\/#organization","name":"Zoku Vienna","alternateName":"Zoku VIE","url":"https:\/\/livezoku.com\/vienna\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/livezoku.com\/vienna\/#\/schema\/logo\/image\/","url":"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2022\/12\/zoku-logo-cropped-1.svg","contentUrl":"https:\/\/livezoku.com\/vienna\/wp-content\/uploads\/sites\/3\/2022\/12\/zoku-logo-cropped-1.svg","width":175,"height":27,"caption":"Zoku Vienna"},"image":{"@id":"https:\/\/livezoku.com\/vienna\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/livezoku","https:\/\/www.instagram.com\/zokuvienna\/"]}]}},"_links":{"self":[{"href":"https:\/\/livezoku.com\/vienna\/wp-json\/wp\/v2\/pages\/16216","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livezoku.com\/vienna\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/livezoku.com\/vienna\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/livezoku.com\/vienna\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/livezoku.com\/vienna\/wp-json\/wp\/v2\/comments?post=16216"}],"version-history":[{"count":0,"href":"https:\/\/livezoku.com\/vienna\/wp-json\/wp\/v2\/pages\/16216\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livezoku.com\/vienna\/wp-json\/wp\/v2\/media\/16164"}],"wp:attachment":[{"href":"https:\/\/livezoku.com\/vienna\/wp-json\/wp\/v2\/media?parent=16216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}