{"id":3731,"date":"2023-04-12T14:13:41","date_gmt":"2023-04-12T12:13:41","guid":{"rendered":"https:\/\/pointgroupchios.com\/?page_id=3731"},"modified":"2023-04-12T14:16:27","modified_gmt":"2023-04-12T12:16:27","slug":"point-twin-apartments-2","status":"publish","type":"page","link":"https:\/\/pointgroupchios.com\/en\/point-twin-apartments-2\/","title":{"rendered":"Point Twin Apartments"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3731\" class=\"elementor elementor-3731\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-242f3a3d elementor-section-height-min-height elementor-section-full_width elementor-section-items-stretch elementor-section-content-bottom elementor-section-height-default\" data-id=\"242f3a3d\" 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-b54c48a\" data-id=\"b54c48a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3fee3c68 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"3fee3c68\" 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<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"#booknow\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\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-8938793 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8938793\" data-element_type=\"section\" id=\"booknow\">\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-a92080c\" data-id=\"a92080c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b681992 elementor-widget elementor-widget-html\" data-id=\"b681992\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\n    var minArrivalOffset = 1; \/\/ minimum days ahead that one can book\r\nvar minStayDays = 1; \/\/ minimum stay in days at hotel\r\nvar maxStayDays = 31; \/\/ maximum stay in days at hotel\r\nvar numberOfMonths = 1; \/\/ how many months to display in pop-up calendar\r\nvar dateFormat = 'd\/m\/yy'; \/\/ or yy-mm-dd\r\nvar domain = 'citypointchios'; \/\/ your hoteliga domain here\r\n\r\n\/\/ helper function that returns a date in the future based on days offset\r\nfunction getOffsetDate(dateRel, offset) {\r\n    if (dateRel == null) dateRel = new Date();\r\n    return new Date(dateRel.getFullYear(), dateRel.getMonth(), dateRel.getDate() + offset);\r\n}\r\n\r\n\/\/ returns the month and year of a date as hoteliga booking engine requires\r\nfunction getMonthYearFromDate(inputDate) {\r\n    return (inputDate.getMonth() + 1) + '-' + inputDate.getFullYear();\r\n}\r\n\r\n\/\/ event that fires when the user selects a date in the 'from'\r\n\/\/ date picker. Min\/max allowed dates in the 'to' datepicker\r\n\/\/ are adjusted in this case\r\nfunction onSelectDatepicker(selectedDate) {\r\n    if (this.id == 'from') {\r\n        var dateMin = document.querySelector('#from').valueAsDate;\r\n        var dateTo = document.querySelector('#to').valueAsDate;\r\n        document.querySelector('#to').min = getOffsetDate(dateMin, minStayDays).toISOString().split('T')[0];\r\n        document.querySelector('#to').max = getOffsetDate(dateMin, maxStayDays).toISOString().split('T')[0];\r\n        if (dateTo && dateTo < document.querySelector('#to').min) {\r\n            document.querySelector('#to').value = document.querySelector('#to').min;\r\n        }\r\n    }\r\n}\r\n\r\n\/\/ generates the hoteliga results page where the user will\r\n\/\/ be redirected when the 'search' button is clicked\r\nfunction getHoteligaResultsUrl(domain, df, myf, dt, myt, promocode) {\r\n    return 'https:\/\/book.hoteliga.com\/' + domain + '\/search\/results?df=' + df + '&myf=' + myf + '&dt=' + dt + '&myt=' + myt + '&promo=' + promocode;\r\n}\r\n\r\n\r\n\/\/ code running on page load\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n\r\n    \/\/ initialize the two datepickers\r\n    var datePickerFrom = document.querySelector('#from');\r\n    var datePickerTo = document.querySelector('#to');\r\n    datePickerFrom.valueAsDate = getOffsetDate(null, minArrivalOffset);\r\n    datePickerTo.valueAsDate = getOffsetDate(null, minArrivalOffset + minStayDays);\r\n    datePickerFrom.addEventListener('change', onSelectDatepicker);\r\n\r\n    \/\/ redirect to results page on click of 'search' button\r\n    var searchBtn = document.querySelector('#searchBtn');\r\n    searchBtn.addEventListener('click', function() {\r\n        var df = datePickerFrom.valueAsDate.getDate();\r\n        var dt = datePickerTo.valueAsDate.getDate();\r\n        var myf = getMonthYearFromDate(datePickerFrom.valueAsDate);\r\n        var myt = getMonthYearFromDate(datePickerTo.valueAsDate);\r\n        var promocode = document.querySelector('#promocode').value;\r\n        var url = getHoteligaResultsUrl(domain, df, myf, dt, myt, promocode);\r\n        location.href = url;\r\n    });\r\n\r\n});\r\n\r\n<\/script>\r\n\r\n<style>\r\n\r\n.btnform {\r\n    min-width: 100%;\r\n    color: white;\r\n    background: #D23195;\r\n    border: none;\r\n    height: 40px;\r\n    margin-top: 31px;\r\n    \/* margin-left: 35%; *\/\r\n}\r\n    \r\n<\/style>\r\n\r\n<div class=\"hoteligaForm\">\r\n  <label for=\"from\">From:<\/label>\r\n  <input type=\"date\" id=\"from\" name=\"from\" \/>\r\n  <label for=\"to\">To:<\/label>\r\n  <input type=\"date\" id=\"to\" name=\"to\" \/>\r\n  <label for=\"promocode\">Promo Code:<\/label>\r\n  <input type=\"text\" id=\"promocode\" name=\"promocode\" \/>\r\n  <button id=\"searchBtn\" class=\"btnform\" disabled >Search<\/button>\r\n<\/div>\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\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c7ba262 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"c7ba262\" 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-404dc9c\" data-id=\"404dc9c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fc4bfcf elementor-widget elementor-widget-heading\" data-id=\"fc4bfcf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 20-12-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">Rooms on the property<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60a85bb elementor-widget elementor-widget-bh-rooms\" data-id=\"60a85bb\" data-element_type=\"widget\" data-widget_type=\"bh-rooms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"bh-rooms-block row-fluid list2\"><div class=\"span12\"><div class=\"bh-rooms-separator\"><\/div><div class=\"bh-room bh-room-search-item textleft\"><figure class=\"bh-room-img\"><a href=\"https:\/\/pointgroupchios.com\/en\/room\/calm-point-home\/\" rel=\"bookmark\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"687\" src=\"https:\/\/pointgroupchios.com\/wp-content\/uploads\/2023\/02\/calm-point-home-cover.webp\" class=\"attachment-full size-full wp-post-image\" alt=\"Calm Point Home Cover\" srcset=\"https:\/\/pointgroupchios.com\/wp-content\/uploads\/2023\/02\/calm-point-home-cover.webp 1080w, https:\/\/pointgroupchios.com\/wp-content\/uploads\/2023\/02\/calm-point-home-cover-480x305.webp 480w, https:\/\/pointgroupchios.com\/wp-content\/uploads\/2023\/02\/calm-point-home-cover-750x477.webp 750w, https:\/\/pointgroupchios.com\/wp-content\/uploads\/2023\/02\/calm-point-home-cover-600x382.webp 600w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/a><\/figure><div class=\"bh-room-content\"><div class=\"bh-room-content-top\"><div class=\"bh-title-wishlist-block\"><div class=\"bh-title-address-wrap\"><h2 class=\"bh-room-title\"><a href=\"https:\/\/pointgroupchios.com\/en\/room\/calm-point-home\/\" title=\"Calm Point Home\" rel=\"bookmark\">Calm Point Home<\/a><\/h2><\/div><div class=\"single-room-share-save\"><a class=\"single-room-save\" href=\"#\" data-product=\"3230\"><i class=\"la la-heart-o\"><\/i><i class=\"la la-heart for-anim\"><\/i><\/a><\/div><\/div><div class=\"single-room-meta\"><div class=\"bh-room-meta--guests\">6 guests<\/div><div class=\"bh-room-meta--view\"><\/div><\/div><ul class=\"bh-amenities-icons\"><li><span class=\"bh-amenity-icon\"><i class=\"las la-snowflake\"><\/i><\/span><\/li><li><span class=\"bh-amenity-icon\"><svg xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"bk-icon -streamline-food_bbq\" height=\"24\" width=\"24\" viewBox=\"0 0 24 24\" role=\"presentation\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M17.633 9.75a.384.384 0 0 1 .38.457c-.726 3.298-4.007 5.394-7.324 4.664a6.15 6.15 0 0 1-4.684-4.683.379.379 0 0 1 .384-.438h11.236zm-.008-1.5H6.4a1.882 1.882 0 0 0-1.863 2.243 7.65 7.65 0 0 0 14.945.018 1.884 1.884 0 0 0-1.865-2.26zm2.58 14.742l-3.268-8.923a.75.75 0 0 0-1.408.516l3.267 8.923a.75.75 0 0 0 1.408-.516zm-15 .516l3.266-8.923a.75.75 0 0 0-1.408-.516l-3.267 8.923a.75.75 0 0 0 1.408.516zM18.401 19.5H5.598a.75.75 0 0 0 0 1.5h12.804a.75.75 0 0 0 0-1.5zM6.321.299l-.62.823a2.333 2.333 0 0 0 .364 3.204.835.835 0 0 1 .126 1.146l-.166.221a.75.75 0 1 0 1.2.9l.162-.216c.754-.987.597-2.4-.36-3.202a.834.834 0 0 1-.13-1.147l.622-.827A.75.75 0 0 0 6.321.3zM11.956.3l-.617.823c-.754.987-.597 2.4.36 3.202.344.287.4.792.129 1.147l-.166.221a.75.75 0 1 0 1.2.9l.162-.216a2.332 2.332 0 0 0-.362-3.202.835.835 0 0 1-.127-1.147l.621-.828a.75.75 0 1 0-1.2-.9zm5.25 0l-.617.823c-.754.987-.597 2.4.36 3.202.344.287.4.792.129 1.147l-.166.221a.75.75 0 1 0 1.2.9l.162-.216a2.332 2.332 0 0 0-.362-3.202.835.835 0 0 1-.127-1.147l.621-.828a.75.75 0 1 0-1.2-.9z\"><\/path><\/svg><\/span><\/li><li><span class=\"bh-amenity-icon\"><i class=\"las la-parking\"><\/i><\/span><\/li><li><span class=\"bh-amenity-icon\"><i class=\"las la-wifi\"><\/i><\/span><\/li><li><span class=\"bh-amenity-icon\"><?xml version=\"1.0\" ?>\r\n\r\n<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->\r\n<svg fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 100 100\" version=\"1.1\" xml:space=\"preserve\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\">\r\n\r\n<g id=\"tree\"\/>\r\n\r\n<g id=\"plant\"\/>\r\n\r\n<g id=\"flower\"\/>\r\n\r\n<g id=\"flower_pot\"\/>\r\n\r\n<g id=\"rose\"\/>\r\n\r\n<g id=\"garden\"\/>\r\n\r\n<g id=\"fance\"\/>\r\n\r\n<g id=\"floral\"\/>\r\n\r\n<g id=\"sunflower\">\r\n\r\n<path d=\"M92.8,81.1c-0.3-0.2-0.6-0.4-1-0.6c-0.3-0.2-0.8-0.7-1.2-1.2c-0.8-0.9-1.7-1.9-3-2.4c-0.9-0.3-1.9-0.2-2.8-0.1   c-0.7,0.1-1.4,0.2-2,0.1c-0.3-0.1-0.6-0.2-0.9-0.4V61.4l3.4-3.4c1.1-0.1,5.4-0.8,7.3-4.8c2.1-4.2,1-11.1,0.9-11.4   c-0.1-0.3-0.3-0.6-0.5-0.7c-0.3-0.1-0.6-0.1-0.9,0c-0.3,0.1-6.4,3.4-8.5,7.6c-1.7,3.3-0.6,6.6,0.1,8L82,58.6V43.8   c1.6-0.7,2.6-2.9,3-5.1c1.4,1,3.1,1.7,4.5,1.7c0.8,0,1.5-0.2,2.1-0.8c0,0,0,0,0,0c1.5-1.5,0.6-4.4-0.9-6.6c2.6-0.5,5.3-1.9,5.3-4   c0-2.1-2.7-3.5-5.3-4c1.5-2.2,2.4-5.1,0.9-6.6c-1.5-1.5-4.4-0.6-6.6,0.9c-0.5-2.6-1.9-5.3-4-5.3s-3.5,2.7-4,5.3   c-2.2-1.5-5.1-2.4-6.6-0.9c-1.5,1.5-0.6,4.4,0.9,6.6c-2.6,0.5-5.3,1.9-5.3,4s2.7,3.5,5.3,4c-1.5,2.2-2.4,5.1-0.9,6.6   c0.5,0.5,1.3,0.8,2.1,0.8c1.4,0,3.1-0.7,4.5-1.7c0.4,2.2,1.4,4.4,3,5.1v19.8l-1.8-1.8c0.7-1.5,1.7-4.7,0.1-8   c-2.1-4.2-8.2-7.5-8.5-7.6c-0.3-0.1-0.6-0.2-0.9,0c-0.3,0.1-0.5,0.4-0.5,0.7c0,0.3-1.1,7.2,0.9,11.4c2,3.9,6.3,4.6,7.3,4.8l3.4,3.4   v8.8c-0.5-0.3-1.1-0.5-1.6-0.6c-1-0.1-1.9,0.2-2.8,0.5c-0.7,0.2-1.4,0.5-1.9,0.4c-0.5,0-1.1-0.3-1.8-0.7C71,74.5,70.1,74,69,74   c-1.1,0-2,0.5-2.9,0.9c-0.6,0.3-1.3,0.6-1.8,0.7c-0.6,0-1.2-0.2-1.9-0.4c-0.9-0.3-1.8-0.6-2.8-0.5c-1.1,0.2-2,0.8-2.9,1.4   c-0.6,0.4-1.2,0.8-1.6,0.9c-0.6,0.1-1.3,0-2-0.1c-0.7-0.1-1.4-0.2-2.1-0.1V61.4l3.4-3.4c1.1-0.1,5.4-0.8,7.3-4.8   c2.1-4.2,1-11.1,0.9-11.4c-0.1-0.3-0.3-0.6-0.5-0.7c-0.3-0.1-0.6-0.1-0.9,0c-0.3,0.1-6.4,3.4-8.5,7.6c-1.7,3.3-0.6,6.6,0.1,8   L51,58.6V43.8c1.6-0.7,2.6-2.9,3-5.1c1.4,1,3.1,1.7,4.5,1.7c0.8,0,1.5-0.2,2.1-0.8c0,0,0,0,0,0c1.5-1.5,0.6-4.4-0.9-6.6   c2.6-0.5,5.3-1.9,5.3-4c0-2.1-2.7-3.5-5.3-4c1.5-2.2,2.4-5.1,0.9-6.6c-1.5-1.5-4.4-0.6-6.6,0.9c-0.5-2.6-1.9-5.3-4-5.3   s-3.5,2.7-4,5.3c-2.2-1.5-5.1-2.4-6.6-0.9c-1.5,1.5-0.6,4.4,0.9,6.6c-2.6,0.5-5.3,1.9-5.3,4s2.7,3.5,5.3,4   c-1.5,2.2-2.4,5.1-0.9,6.6c0.5,0.5,1.3,0.8,2.1,0.8c1.4,0,3.1-0.7,4.5-1.7c0.4,2.2,1.4,4.4,3,5.1v19.8l-1.8-1.8   c0.7-1.5,1.7-4.7,0.1-8c-2.1-4.2-8.2-7.5-8.5-7.6c-0.3-0.1-0.6-0.2-0.9,0c-0.3,0.1-0.5,0.4-0.5,0.7c0,0.3-1.1,7.2,0.9,11.4   c2,3.9,6.3,4.6,7.3,4.8l3.4,3.4v10.3c-0.7-0.1-1.4,0-2.1,0.1c-0.7,0.1-1.4,0.2-2,0.1c-0.5-0.1-1-0.5-1.6-0.9   c-0.8-0.6-1.8-1.2-2.9-1.3c-1-0.1-1.9,0.2-2.8,0.5c-0.7,0.2-1.4,0.5-1.9,0.4c-0.5,0-1.1-0.3-1.8-0.7C33,74.5,32.1,74,31,74   s-2,0.5-2.9,0.9c-0.6,0.3-1.3,0.6-1.8,0.7c-0.6,0-1.2-0.2-1.9-0.4c-0.9-0.3-1.8-0.6-2.8-0.5c-0.6,0.1-1.1,0.3-1.6,0.6V61.4l3.4-3.4   c1.1-0.1,5.4-0.8,7.3-4.8c2.1-4.2,1-11.1,0.9-11.4c-0.1-0.3-0.3-0.6-0.5-0.7c-0.3-0.1-0.6-0.1-0.9,0c-0.3,0.1-6.4,3.4-8.5,7.6   c-1.7,3.3-0.6,6.6,0.1,8L20,58.6V43.8c1.6-0.7,2.6-2.9,3-5.1c1.4,1,3.1,1.7,4.5,1.7c0.8,0,1.5-0.2,2.1-0.8c0,0,0,0,0,0   c1.5-1.5,0.6-4.4-0.9-6.6c2.6-0.5,5.3-1.9,5.3-4c0-2.1-2.7-3.5-5.3-4c1.5-2.2,2.4-5.1,0.9-6.6c-1.5-1.5-4.4-0.6-6.6,0.9   c-0.5-2.6-1.9-5.3-4-5.3c-2.1,0-3.5,2.7-4,5.3c-2.2-1.5-5.1-2.4-6.6-0.9c-1.5,1.5-0.6,4.4,0.9,6.6C6.7,25.5,4,26.9,4,29   s2.7,3.5,5.3,4c-1.5,2.2-2.4,5.1-0.9,6.6c0.5,0.5,1.3,0.8,2.1,0.8c1.4,0,3.1-0.7,4.5-1.7c0.4,2.2,1.4,4.4,3,5.1v19.8l-1.8-1.8   c0.7-1.5,1.7-4.7,0.1-8c-2.1-4.2-8.2-7.5-8.5-7.6c-0.3-0.1-0.6-0.2-0.9,0c-0.3,0.1-0.5,0.4-0.5,0.7c0,0.3-1.1,7.2,0.9,11.4   c2,3.9,6.3,4.6,7.3,4.8l3.4,3.4v10.1c-0.3,0.2-0.6,0.3-0.9,0.4c-0.6,0.1-1.3,0-2-0.1c-0.9-0.1-1.9-0.3-2.8,0.1   c-1.3,0.5-2.2,1.5-3,2.4c-0.4,0.5-0.8,0.9-1.2,1.2c-0.3,0.2-0.6,0.4-0.9,0.6C5.6,82.1,4,83.1,4,85c0,0.6,0.4,1,1,1h38h14h38   c0.6,0,1-0.4,1-1C96,83.2,94.4,82.1,92.8,81.1z M85.6,49.6c1.3-2.6,4.5-4.8,6.3-6c0.2,2.1,0.3,6.1-0.9,8.7c-1.3,2.6-4,3.4-5.3,3.6   C85.1,54.8,84.3,52.2,85.6,49.6z M71.1,57.3c-1.3-2.6-1.1-6.6-0.9-8.7c1.8,1.1,5.1,3.4,6.3,6c1.3,2.6,0.4,5.2-0.1,6.3   C75.1,60.7,72.4,60,71.1,57.3z M54.6,49.6c1.3-2.6,4.5-4.8,6.3-6c0.2,2.1,0.3,6.1-0.9,8.7c-1.3,2.6-4,3.4-5.3,3.6   C54.1,54.8,53.3,52.2,54.6,49.6z M40.1,57.3c-1.3-2.6-1.1-6.6-0.9-8.7c1.8,1.1,5.1,3.4,6.3,6c1.3,2.6,0.4,5.2-0.1,6.3   C44.1,60.7,41.4,60,40.1,57.3z M23.6,49.6c1.3-2.6,4.5-4.8,6.3-6c0.2,2.1,0.3,6.1-0.9,8.7c-1.3,2.6-4,3.4-5.3,3.6   C23.1,54.8,22.3,52.2,23.6,49.6z M9.1,57.3c-1.3-2.6-1.1-6.6-0.9-8.7c1.8,1.1,5.1,3.4,6.3,6c1.3,2.6,0.4,5.2-0.1,6.3   C13.1,60.7,10.4,60,9.1,57.3z M82.4,32c-0.1,0.1-0.2,0.1-0.3,0.1c-0.7,0.2-1.4,0.2-2.2,0c-0.1,0-0.2-0.1-0.3-0.1c0,0,0,0,0,0   c0,0,0,0,0,0c-0.7-0.3-1.2-0.8-1.5-1.5c0,0,0,0,0,0c0,0,0,0,0,0c-0.1-0.1-0.1-0.2-0.1-0.3c0,0,0,0,0,0c-0.1-0.4-0.2-0.7-0.2-1.1   s0.1-0.7,0.2-1.1c0-0.1,0.1-0.2,0.1-0.3c0,0,0,0,0,0c0,0,0,0,0,0c0.3-0.7,0.8-1.2,1.5-1.5c0,0,0,0,0,0c0,0,0,0,0,0   c0.1-0.1,0.2-0.1,0.3-0.1c0.7-0.2,1.4-0.2,2.2,0c0.1,0,0.2,0.1,0.3,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0.7,0.3,1.2,0.8,1.5,1.5   c0,0,0,0,0,0c0,0,0,0,0,0c0.1,0.1,0.1,0.2,0.1,0.3c0.1,0.4,0.2,0.7,0.2,1.1s-0.1,0.7-0.2,1.1c0,0.1-0.1,0.2-0.1,0.3c0,0,0,0,0,0   c0,0,0,0,0,0C83.6,31.1,83.1,31.6,82.4,32C82.4,32,82.4,32,82.4,32C82.4,32,82.4,32,82.4,32z M90.2,38.2L90.2,38.2   c-0.5,0.5-3-0.1-5-1.8c0-0.1,0-0.2,0-0.2c0-0.2,0-0.5-0.1-0.7c0-0.1,0-0.2,0-0.3c0-0.2-0.1-0.4-0.1-0.5c0-0.1,0-0.2-0.1-0.3   c-0.1-0.2-0.1-0.3-0.2-0.5c0-0.1,0-0.1-0.1-0.2c-0.1-0.2-0.2-0.4-0.3-0.6c0,0,0,0,0,0c0.3-0.2,0.5-0.4,0.7-0.7c0,0,0,0,0,0   c0.2,0.1,0.4,0.2,0.6,0.3c0.1,0,0.1,0,0.2,0.1c0.2,0.1,0.3,0.1,0.5,0.2c0.1,0,0.2,0,0.3,0.1c0.2,0,0.3,0.1,0.5,0.1   c0.1,0,0.2,0,0.3,0c0.2,0,0.4,0,0.7,0.1c0.1,0,0.1,0,0.2,0C90.1,35.2,90.7,37.6,90.2,38.2z M94,29c0,0.8-2.4,2.2-5.2,2.2   c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c-0.3,0-0.6,0-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.2,0-0.4-0.1-0.5-0.1c-0.1,0-0.2,0-0.2-0.1   c-0.2-0.1-0.3-0.1-0.4-0.2c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c0.2-0.5,0.3-1.1,0.3-1.6c0-0.5-0.1-1.1-0.3-1.6c0,0,0,0,0,0   c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.3-0.2,0.4-0.2c0.1,0,0.1-0.1,0.2-0.1c0.2,0,0.3-0.1,0.5-0.1c0.1,0,0.2,0,0.2,0   c0.3,0,0.6-0.1,0.9-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0C91.6,26.8,94,28.2,94,29z M90.2,19.8c0.5,0.5-0.1,3-1.8,5   c-0.1,0-0.1,0-0.2,0c-0.2,0-0.5,0-0.7,0.1c-0.1,0-0.2,0-0.3,0c-0.2,0-0.4,0.1-0.5,0.1c-0.1,0-0.2,0-0.3,0.1   c-0.2,0.1-0.3,0.1-0.5,0.2c-0.1,0-0.1,0-0.2,0.1c-0.2,0.1-0.4,0.2-0.6,0.3c0,0,0,0,0,0c-0.2-0.3-0.4-0.5-0.7-0.7c0,0,0,0,0,0   c0.1-0.2,0.2-0.4,0.3-0.6c0-0.1,0-0.1,0.1-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0-0.1,0-0.2,0.1-0.3c0-0.2,0.1-0.3,0.1-0.5   c0-0.1,0-0.2,0-0.3c0-0.2,0-0.4,0.1-0.7c0-0.1,0-0.1,0-0.2C87.2,19.9,89.6,19.3,90.2,19.8z M78.8,21.2c0.1-2.8,1.4-5.2,2.2-5.2   s2.2,2.4,2.2,5.2c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0.3,0,0.6-0.1,0.9c0,0.1,0,0.2,0,0.2c0,0.2-0.1,0.4-0.1,0.5   c0,0.1,0,0.2-0.1,0.2c-0.1,0.2-0.1,0.3-0.2,0.4c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0c-0.5-0.2-1.1-0.3-1.6-0.3c-0.5,0-1.1,0.1-1.6,0.3   c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.1-0.3-0.2-0.4c0-0.1-0.1-0.1-0.1-0.2c0-0.2-0.1-0.3-0.1-0.5c0-0.1,0-0.2,0-0.2   c0-0.3-0.1-0.6-0.1-0.9c0,0,0-0.1,0-0.1C78.8,21.3,78.8,21.3,78.8,21.2z M71.8,19.8c0.5-0.5,3,0.1,5,1.8c0,0.1,0,0.2,0,0.2   c0,0.2,0,0.5,0.1,0.7c0,0.1,0,0.2,0,0.3c0,0.2,0.1,0.4,0.1,0.5c0,0.1,0,0.2,0.1,0.3c0.1,0.2,0.1,0.3,0.2,0.5c0,0.1,0,0.1,0.1,0.2   c0.1,0.2,0.2,0.4,0.3,0.6c0,0,0,0,0,0c-0.3,0.2-0.5,0.4-0.7,0.7c0,0,0,0,0,0c-0.2-0.1-0.4-0.2-0.6-0.3c-0.1,0-0.1,0-0.2-0.1   c-0.2-0.1-0.3-0.1-0.5-0.2c-0.1,0-0.2,0-0.3-0.1c-0.2,0-0.3-0.1-0.5-0.1c-0.1,0-0.2,0-0.3,0c-0.2,0-0.4,0-0.7-0.1   c-0.1,0-0.1,0-0.2,0C71.9,22.8,71.3,20.4,71.8,19.8z M68,29c0-0.8,2.4-2.2,5.2-2.2c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0   c0.3,0,0.6,0,0.9,0.1c0.1,0,0.2,0,0.2,0c0.2,0,0.4,0.1,0.5,0.1c0.1,0,0.2,0,0.2,0.1c0.2,0.1,0.3,0.1,0.4,0.2c0,0,0.1,0,0.1,0.1   c0,0,0,0,0,0c-0.2,0.5-0.3,1.1-0.3,1.6s0.1,1.1,0.3,1.6c0,0,0,0,0,0c0,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.3,0.2-0.4,0.2   c-0.1,0-0.1,0.1-0.2,0.1c-0.2,0-0.3,0.1-0.5,0.1c-0.1,0-0.2,0-0.2,0c-0.3,0-0.6,0.1-0.9,0.1c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0   C70.4,31.2,68,29.8,68,29z M71.8,38.2c-0.5-0.5,0.1-3,1.8-5c0.1,0,0.1,0,0.2,0c0.2,0,0.5,0,0.7-0.1c0.1,0,0.2,0,0.3,0   c0.2,0,0.4-0.1,0.5-0.1c0.1,0,0.2,0,0.3-0.1c0.2-0.1,0.3-0.1,0.5-0.2c0.1,0,0.1,0,0.2-0.1c0.2-0.1,0.4-0.2,0.6-0.3c0,0,0,0,0,0   c0.2,0.3,0.4,0.5,0.7,0.7c0,0,0,0,0,0c-0.1,0.2-0.2,0.4-0.3,0.6c0,0.1,0,0.1-0.1,0.2c-0.1,0.2-0.1,0.3-0.2,0.5c0,0.1,0,0.2-0.1,0.3   c0,0.2-0.1,0.3-0.1,0.5c0,0.1,0,0.2,0,0.3c0,0.2,0,0.4-0.1,0.7c0,0.1,0,0.1,0,0.2C74.8,38.1,72.4,38.7,71.8,38.2z M78.8,36.8   c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0-0.3,0-0.6,0.1-0.9c0-0.1,0-0.2,0-0.2c0-0.2,0.1-0.4,0.1-0.5c0-0.1,0-0.2,0.1-0.2   c0.1-0.2,0.1-0.3,0.2-0.4c0,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c1.1,0.3,2.2,0.3,3.2,0c0,0,0,0,0,0c0,0,0.1,0.1,0.1,0.1   c0.1,0.1,0.1,0.3,0.2,0.4c0,0.1,0.1,0.1,0.1,0.2c0,0.2,0.1,0.3,0.1,0.5c0,0.1,0,0.2,0,0.2c0,0.3,0.1,0.6,0.1,0.9c0,0,0,0.1,0,0.1   c0,0,0,0.1,0,0.1C83.2,39.6,81.8,42,81,42S78.8,39.6,78.8,36.8z M51.4,32c-0.1,0.1-0.2,0.1-0.3,0.1c-0.7,0.2-1.4,0.2-2.2,0   c-0.1,0-0.2-0.1-0.3-0.1c0,0,0,0,0,0c0,0,0,0,0,0c-0.7-0.3-1.2-0.8-1.5-1.5c0,0,0,0,0,0c0,0,0,0,0,0c-0.1-0.1-0.1-0.2-0.1-0.3   c0,0,0,0,0,0c-0.1-0.4-0.2-0.7-0.2-1.1s0.1-0.7,0.2-1.1c0-0.1,0.1-0.2,0.1-0.3c0,0,0,0,0,0c0,0,0,0,0,0c0.3-0.7,0.8-1.2,1.5-1.5   c0,0,0,0,0,0c0,0,0,0,0,0c0.1-0.1,0.2-0.1,0.3-0.1c0.7-0.2,1.4-0.2,2.2,0c0.1,0,0.2,0.1,0.3,0.1c0,0,0,0,0,0c0,0,0,0,0,0   c0.7,0.3,1.2,0.8,1.5,1.5c0,0,0,0,0,0c0,0,0,0,0,0c0.1,0.1,0.1,0.2,0.1,0.3c0.1,0.4,0.2,0.7,0.2,1.1s-0.1,0.7-0.2,1.1   c0,0.1-0.1,0.2-0.1,0.3c0,0,0,0,0,0c0,0,0,0,0,0C52.6,31.1,52.1,31.6,51.4,32C51.4,32,51.4,32,51.4,32C51.4,32,51.4,32,51.4,32z    M59.2,38.2L59.2,38.2c-0.5,0.5-3-0.1-5-1.8c0-0.1,0-0.2,0-0.2c0-0.2,0-0.5-0.1-0.7c0-0.1,0-0.2,0-0.3c0-0.2-0.1-0.4-0.1-0.5   c0-0.1,0-0.2-0.1-0.3c-0.1-0.2-0.1-0.3-0.2-0.5c0-0.1,0-0.1-0.1-0.2c-0.1-0.2-0.2-0.4-0.3-0.6c0,0,0,0,0,0c0.3-0.2,0.5-0.4,0.7-0.7   c0,0,0,0,0,0c0.2,0.1,0.4,0.2,0.6,0.3c0.1,0,0.1,0,0.2,0.1c0.2,0.1,0.3,0.1,0.5,0.2c0.1,0,0.2,0,0.3,0.1c0.2,0,0.3,0.1,0.5,0.1   c0.1,0,0.2,0,0.3,0c0.2,0,0.4,0,0.7,0.1c0.1,0,0.1,0,0.2,0C59.1,35.2,59.7,37.6,59.2,38.2z M63,29c0,0.8-2.4,2.2-5.2,2.2   c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c-0.3,0-0.6,0-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.2,0-0.4-0.1-0.5-0.1c-0.1,0-0.2,0-0.2-0.1   c-0.2-0.1-0.3-0.1-0.4-0.2c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c0.2-0.5,0.3-1.1,0.3-1.6c0-0.5-0.1-1.1-0.3-1.6c0,0,0,0,0,0   c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.3-0.2,0.4-0.2c0.1,0,0.1-0.1,0.2-0.1c0.2,0,0.3-0.1,0.5-0.1c0.1,0,0.2,0,0.2,0   c0.3,0,0.6-0.1,0.9-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0C60.6,26.8,63,28.2,63,29z M59.2,19.8c0.5,0.5-0.1,3-1.8,5   c-0.1,0-0.1,0-0.2,0c-0.2,0-0.5,0-0.7,0.1c-0.1,0-0.2,0-0.3,0c-0.2,0-0.4,0.1-0.5,0.1c-0.1,0-0.2,0-0.3,0.1   c-0.2,0.1-0.3,0.1-0.5,0.2c-0.1,0-0.1,0-0.2,0.1c-0.2,0.1-0.4,0.2-0.6,0.3c0,0,0,0,0,0c-0.2-0.3-0.4-0.5-0.7-0.7c0,0,0,0,0,0   c0.1-0.2,0.2-0.4,0.3-0.6c0-0.1,0-0.1,0.1-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0-0.1,0-0.2,0.1-0.3c0-0.2,0.1-0.3,0.1-0.5   c0-0.1,0-0.2,0-0.3c0-0.2,0-0.4,0.1-0.7c0-0.1,0-0.1,0-0.2C56.2,19.9,58.6,19.3,59.2,19.8z M47.8,21.2c0.1-2.8,1.4-5.2,2.2-5.2   s2.2,2.4,2.2,5.2c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0.3,0,0.6-0.1,0.9c0,0.1,0,0.2,0,0.2c0,0.2-0.1,0.4-0.1,0.5   c0,0.1,0,0.2-0.1,0.2c-0.1,0.2-0.1,0.3-0.2,0.4c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0c-0.5-0.2-1.1-0.3-1.6-0.3c-0.5,0-1.1,0.1-1.6,0.3   c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.1-0.3-0.2-0.4c0-0.1-0.1-0.1-0.1-0.2c0-0.2-0.1-0.3-0.1-0.5c0-0.1,0-0.2,0-0.2   c0-0.3-0.1-0.6-0.1-0.9c0,0,0-0.1,0-0.1C47.8,21.3,47.8,21.3,47.8,21.2z M40.8,19.8c0.5-0.5,3,0.1,5,1.8c0,0.1,0,0.2,0,0.2   c0,0.2,0,0.5,0.1,0.7c0,0.1,0,0.2,0,0.3c0,0.2,0.1,0.4,0.1,0.5c0,0.1,0,0.2,0.1,0.3c0.1,0.2,0.1,0.3,0.2,0.5c0,0.1,0,0.1,0.1,0.2   c0.1,0.2,0.2,0.4,0.3,0.6c0,0,0,0,0,0c-0.3,0.2-0.5,0.4-0.7,0.7c0,0,0,0,0,0c-0.2-0.1-0.4-0.2-0.6-0.3c-0.1,0-0.1,0-0.2-0.1   c-0.2-0.1-0.3-0.1-0.5-0.2c-0.1,0-0.2,0-0.3-0.1c-0.2,0-0.3-0.1-0.5-0.1c-0.1,0-0.2,0-0.3,0c-0.2,0-0.4,0-0.7-0.1   c-0.1,0-0.1,0-0.2,0C40.9,22.8,40.3,20.4,40.8,19.8z M37,29c0-0.8,2.4-2.2,5.2-2.2c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0   c0.3,0,0.6,0,0.9,0.1c0.1,0,0.2,0,0.2,0c0.2,0,0.4,0.1,0.5,0.1c0.1,0,0.2,0,0.2,0.1c0.2,0.1,0.3,0.1,0.4,0.2c0,0,0.1,0,0.1,0.1   c0,0,0,0,0,0c-0.2,0.5-0.3,1.1-0.3,1.6s0.1,1.1,0.3,1.6c0,0,0,0,0,0c0,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.3,0.2-0.4,0.2   c-0.1,0-0.1,0.1-0.2,0.1c-0.2,0-0.3,0.1-0.5,0.1c-0.1,0-0.2,0-0.2,0c-0.3,0-0.6,0.1-0.9,0.1c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0   C39.4,31.2,37,29.8,37,29z M40.8,38.2c-0.5-0.5,0.1-3,1.8-5c0.1,0,0.1,0,0.2,0c0.2,0,0.5,0,0.7-0.1c0.1,0,0.2,0,0.3,0   c0.2,0,0.4-0.1,0.5-0.1c0.1,0,0.2,0,0.3-0.1c0.2-0.1,0.3-0.1,0.5-0.2c0.1,0,0.1,0,0.2-0.1c0.2-0.1,0.4-0.2,0.6-0.3c0,0,0,0,0,0   c0.2,0.3,0.4,0.5,0.7,0.7c0,0,0,0,0,0c-0.1,0.2-0.2,0.4-0.3,0.6c0,0.1,0,0.1-0.1,0.2c-0.1,0.2-0.1,0.3-0.2,0.5c0,0.1,0,0.2-0.1,0.3   c0,0.2-0.1,0.3-0.1,0.5c0,0.1,0,0.2,0,0.3c0,0.2,0,0.4-0.1,0.7c0,0.1,0,0.1,0,0.2C43.8,38.1,41.4,38.7,40.8,38.2z M47.8,36.8   c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0-0.3,0-0.6,0.1-0.9c0-0.1,0-0.2,0-0.2c0-0.2,0.1-0.4,0.1-0.5c0-0.1,0-0.2,0.1-0.2   c0.1-0.2,0.1-0.3,0.2-0.4c0,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c1.1,0.3,2.2,0.3,3.2,0c0,0,0,0,0,0c0,0,0.1,0.1,0.1,0.1   c0.1,0.1,0.1,0.3,0.2,0.4c0,0.1,0.1,0.1,0.1,0.2c0,0.2,0.1,0.3,0.1,0.5c0,0.1,0,0.2,0,0.2c0,0.3,0.1,0.6,0.1,0.9c0,0,0,0.1,0,0.1   c0,0,0,0.1,0,0.1C52.2,39.6,50.8,42,50,42S47.8,39.6,47.8,36.8z M20.4,32c-0.1,0.1-0.2,0.1-0.3,0.1c-0.7,0.2-1.4,0.2-2.2,0   c-0.1,0-0.2-0.1-0.3-0.1c0,0,0,0,0,0c0,0,0,0,0,0c-0.7-0.3-1.2-0.8-1.5-1.5c0,0,0,0,0,0c0,0,0,0,0,0c-0.1-0.1-0.1-0.2-0.1-0.3   c0,0,0,0,0,0c-0.1-0.4-0.2-0.7-0.2-1.1s0.1-0.7,0.2-1.1c0-0.1,0.1-0.2,0.1-0.3c0,0,0,0,0,0c0,0,0,0,0,0c0.3-0.7,0.8-1.2,1.5-1.5   c0,0,0,0,0,0c0,0,0,0,0,0c0.1-0.1,0.2-0.1,0.3-0.1c0.7-0.2,1.4-0.2,2.2,0c0.1,0,0.2,0.1,0.3,0.1c0,0,0,0,0,0c0,0,0,0,0,0   c0.7,0.3,1.2,0.8,1.5,1.5c0,0,0,0,0,0c0,0,0,0,0,0c0.1,0.1,0.1,0.2,0.1,0.3c0.1,0.4,0.2,0.7,0.2,1.1s-0.1,0.7-0.2,1.1   c0,0.1-0.1,0.2-0.1,0.3c0,0,0,0,0,0c0,0,0,0,0,0C21.6,31.1,21.1,31.6,20.4,32C20.4,32,20.4,32,20.4,32C20.4,32,20.4,32,20.4,32z    M28.2,38.2L28.2,38.2c-0.5,0.5-3-0.1-5-1.8c0-0.1,0-0.2,0-0.2c0-0.2,0-0.5-0.1-0.7c0-0.1,0-0.2,0-0.3c0-0.2-0.1-0.4-0.1-0.5   c0-0.1,0-0.2-0.1-0.3c-0.1-0.2-0.1-0.3-0.2-0.5c0-0.1,0-0.1-0.1-0.2c-0.1-0.2-0.2-0.4-0.3-0.6c0,0,0,0,0,0c0.3-0.2,0.5-0.4,0.7-0.7   c0,0,0,0,0,0c0.2,0.1,0.4,0.2,0.6,0.3c0.1,0,0.1,0,0.2,0.1c0.2,0.1,0.3,0.1,0.5,0.2c0.1,0,0.2,0,0.3,0.1c0.2,0,0.3,0.1,0.5,0.1   c0.1,0,0.2,0,0.3,0c0.2,0,0.4,0,0.7,0.1c0.1,0,0.1,0,0.2,0C28.1,35.2,28.7,37.6,28.2,38.2z M32,29c0,0.8-2.4,2.2-5.2,2.2   c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c-0.3,0-0.6,0-0.9-0.1c-0.1,0-0.2,0-0.2,0c-0.2,0-0.4-0.1-0.5-0.1c-0.1,0-0.2,0-0.2-0.1   c-0.2-0.1-0.3-0.1-0.4-0.2c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c0.2-0.5,0.3-1.1,0.3-1.6c0-0.5-0.1-1.1-0.3-1.6c0,0,0,0,0,0   c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.3-0.2,0.4-0.2c0.1,0,0.1-0.1,0.2-0.1c0.2,0,0.3-0.1,0.5-0.1c0.1,0,0.2,0,0.2,0   c0.3,0,0.6-0.1,0.9-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0C29.6,26.8,32,28.2,32,29z M28.2,19.8c0.5,0.5-0.1,3-1.8,5   c-0.1,0-0.1,0-0.2,0c-0.2,0-0.5,0-0.7,0.1c-0.1,0-0.2,0-0.3,0c-0.2,0-0.4,0.1-0.5,0.1c-0.1,0-0.2,0-0.3,0.1   c-0.2,0.1-0.3,0.1-0.5,0.2c-0.1,0-0.1,0-0.2,0.1c-0.2,0.1-0.4,0.2-0.6,0.3c0,0,0,0,0,0c-0.2-0.3-0.4-0.5-0.7-0.7c0,0,0,0,0,0   c0.1-0.2,0.2-0.4,0.3-0.6c0-0.1,0-0.1,0.1-0.2c0.1-0.2,0.1-0.3,0.2-0.5c0-0.1,0-0.2,0.1-0.3c0-0.2,0.1-0.3,0.1-0.5   c0-0.1,0-0.2,0-0.3c0-0.2,0-0.4,0.1-0.7c0-0.1,0-0.1,0-0.2C25.2,19.9,27.6,19.3,28.2,19.8z M16.8,21.2c0.1-2.8,1.4-5.2,2.2-5.2   s2.2,2.4,2.2,5.2c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0.3,0,0.6-0.1,0.9c0,0.1,0,0.2,0,0.2c0,0.2-0.1,0.4-0.1,0.5   c0,0.1,0,0.2-0.1,0.2c-0.1,0.2-0.1,0.3-0.2,0.4c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0c-0.5-0.2-1.1-0.3-1.6-0.3c-0.5,0-1.1,0.1-1.6,0.3   c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.1-0.3-0.2-0.4c0-0.1-0.1-0.1-0.1-0.2c0-0.2-0.1-0.3-0.1-0.5c0-0.1,0-0.2,0-0.2   c0-0.3-0.1-0.6-0.1-0.9c0,0,0-0.1,0-0.1C16.8,21.3,16.8,21.3,16.8,21.2z M9.8,19.8c0.5-0.5,3,0.1,5,1.8c0,0.1,0,0.2,0,0.2   c0,0.2,0,0.5,0.1,0.7c0,0.1,0,0.2,0,0.3c0,0.2,0.1,0.4,0.1,0.5c0,0.1,0,0.2,0.1,0.3c0.1,0.2,0.1,0.3,0.2,0.5c0,0.1,0,0.1,0.1,0.2   c0.1,0.2,0.2,0.4,0.3,0.6c0,0,0,0,0,0c-0.3,0.2-0.5,0.4-0.7,0.7c0,0,0,0,0,0c-0.2-0.1-0.4-0.2-0.6-0.3c-0.1,0-0.1,0-0.2-0.1   c-0.2-0.1-0.3-0.1-0.5-0.2c-0.1,0-0.2,0-0.3-0.1c-0.2,0-0.3-0.1-0.5-0.1c-0.1,0-0.2,0-0.3,0c-0.2,0-0.4,0-0.7-0.1   c-0.1,0-0.1,0-0.2,0C9.9,22.8,9.3,20.4,9.8,19.8z M6,29c0-0.8,2.4-2.2,5.2-2.2c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0   c0.3,0,0.6,0,0.9,0.1c0.1,0,0.2,0,0.2,0c0.2,0,0.4,0.1,0.5,0.1c0.1,0,0.2,0,0.2,0.1c0.2,0.1,0.3,0.1,0.4,0.2c0,0,0.1,0,0.1,0.1   c0,0,0,0,0,0c-0.2,0.5-0.3,1.1-0.3,1.6s0.1,1.1,0.3,1.6c0,0,0,0,0,0c0,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.3,0.2-0.4,0.2   c-0.1,0-0.1,0.1-0.2,0.1c-0.2,0-0.3,0.1-0.5,0.1c-0.1,0-0.2,0-0.2,0c-0.3,0-0.6,0.1-0.9,0.1c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0   C8.4,31.2,6,29.8,6,29z M9.8,38.2c-0.5-0.5,0.1-3,1.8-5c0.1,0,0.1,0,0.2,0c0.2,0,0.5,0,0.7-0.1c0.1,0,0.2,0,0.3,0   c0.2,0,0.4-0.1,0.5-0.1c0.1,0,0.2,0,0.3-0.1c0.2-0.1,0.3-0.1,0.5-0.2c0.1,0,0.1,0,0.2-0.1c0.2-0.1,0.4-0.2,0.6-0.3c0,0,0,0,0,0   c0.2,0.3,0.4,0.5,0.7,0.7c0,0,0,0,0,0c-0.1,0.2-0.2,0.4-0.3,0.6c0,0.1,0,0.1-0.1,0.2c-0.1,0.2-0.1,0.3-0.2,0.5c0,0.1,0,0.2-0.1,0.3   c0,0.2-0.1,0.3-0.1,0.5c0,0.1,0,0.2,0,0.3c0,0.2,0,0.4-0.1,0.7c0,0.1,0,0.1,0,0.2C12.8,38.1,10.4,38.7,9.8,38.2z M16.8,36.8   c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0-0.3,0-0.6,0.1-0.9c0-0.1,0-0.2,0-0.2c0-0.2,0.1-0.4,0.1-0.5c0-0.1,0-0.2,0.1-0.2   c0.1-0.2,0.1-0.3,0.2-0.4c0,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c1.1,0.3,2.2,0.3,3.2,0c0,0,0,0,0,0c0,0,0.1,0.1,0.1,0.1   c0.1,0.1,0.1,0.3,0.2,0.4c0,0.1,0.1,0.1,0.1,0.2c0,0.2,0.1,0.3,0.1,0.5c0,0.1,0,0.2,0,0.2c0,0.3,0.1,0.6,0.1,0.9c0,0,0,0.1,0,0.1   c0,0,0,0.1,0,0.1C21.2,39.6,19.8,42,19,42S16.8,39.6,16.8,36.8z M43,84H6.5c0.4-0.4,1-0.8,1.8-1.3c0.3-0.2,0.6-0.4,1-0.6   c0.5-0.4,1-0.9,1.5-1.5c0.7-0.8,1.4-1.6,2.2-1.9c0.5-0.2,1.1-0.1,1.8,0c0.8,0.1,1.8,0.3,2.8,0c0.8-0.2,1.6-0.7,2.3-1.2   c0.7-0.5,1.4-0.9,2-1c0.5-0.1,1.2,0.2,1.9,0.4c0.8,0.3,1.7,0.6,2.7,0.5c0.9-0.1,1.7-0.5,2.5-0.9c0.7-0.4,1.4-0.7,2-0.7   s1.3,0.3,2,0.7c0.8,0.4,1.6,0.8,2.5,0.9c1,0.1,1.9-0.3,2.7-0.5c0.7-0.2,1.4-0.5,1.9-0.4c0.6,0.1,1.3,0.6,2,1c0.7,0.5,1.5,1,2.3,1.2   c1,0.2,1.9,0.1,2.8,0c0.7-0.1,1.4-0.2,1.8,0c0.8,0.3,1.5,1.1,2.2,1.9c0.5,0.6,1,1.1,1.5,1.5c0.3,0.2,0.6,0.4,1,0.6   c0.8,0.5,1.4,0.9,1.8,1.3H43z M57.8,84c-0.5-1.3-1.7-2.1-3-3c-0.3-0.2-0.6-0.4-0.9-0.6c-0.3-0.2-0.7-0.7-1.2-1.2   c-0.2-0.2-0.3-0.4-0.5-0.6c0.2,0,0.5,0.1,0.7,0.1c0.8,0.1,1.8,0.3,2.8,0c0.8-0.2,1.6-0.7,2.3-1.2c0.7-0.5,1.4-0.9,2-1   c0.5-0.1,1.2,0.2,1.9,0.4c0.8,0.3,1.7,0.6,2.7,0.5c0.9-0.1,1.7-0.5,2.5-0.9c0.7-0.4,1.4-0.7,2-0.7c0.6,0,1.3,0.3,2,0.7   c0.8,0.4,1.6,0.8,2.5,0.9c1,0.1,1.9-0.2,2.7-0.5c0.7-0.2,1.3-0.5,1.9-0.4c0.6,0.1,1.3,0.6,2,1c0.7,0.5,1.5,1,2.3,1.2   c1,0.2,1.9,0.1,2.8,0c0.7-0.1,1.4-0.2,1.8,0c0.8,0.3,1.5,1.1,2.2,1.9c0.5,0.6,1,1.1,1.5,1.5c0.3,0.2,0.7,0.4,1,0.7   c0.8,0.5,1.3,0.9,1.7,1.3H57.8z\"\/>\r\n\r\n<\/g>\r\n\r\n<g id=\"sprinkle\"\/>\r\n\r\n<g id=\"water_hose\"\/>\r\n\r\n<g id=\"planting\"\/>\r\n\r\n<g id=\"fertilizer\"\/>\r\n\r\n<g id=\"bee\"\/>\r\n\r\n<g id=\"butterfly\"\/>\r\n\r\n<g id=\"shovel\"\/>\r\n\r\n<g id=\"ladybug\"\/>\r\n\r\n<g id=\"watering\"\/>\r\n\r\n<g id=\"hanging_pot\"\/>\r\n\r\n<g id=\"green_house\"\/>\r\n\r\n<\/svg><\/span><\/li><li><span class=\"bh-amenity-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"bk-icon -streamline-oven\" height=\"16\" width=\"16\" viewBox=\"0 0 24 24\" role=\"presentation\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M2.25 2.25h19.5L21 1.5v21l.75-.75H2.25l.75.75v-21l-.75.75zm0-1.5a.75.75 0 0 0-.75.75v21c0 .414.336.75.75.75h19.5a.75.75 0 0 0 .75-.75v-21a.75.75 0 0 0-.75-.75H2.25zm-1.5 1.5h22.5a.75.75 0 0 0 0-1.5H.75a.75.75 0 0 0 0 1.5zm0 21h22.5a.75.75 0 0 0 0-1.5H.75a.75.75 0 0 0 0 1.5zM18 15v3.539a.211.211 0 0 1-.211.211H6.211A.211.211 0 0 1 6 18.539v-7.078c0-.117.094-.211.211-.211h11.578c.116 0 .211.095.211.211V15zm1.5 0v-3.539a1.71 1.71 0 0 0-1.711-1.711H6.211c-.945 0-1.711.766-1.711 1.711v7.078c0 .945.766 1.711 1.711 1.711h11.578a1.71 1.71 0 0 0 1.711-1.711V15zM9 14.25h6a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5zM5.25 4.875a.375.375 0 1 1 0-.75.375.375 0 0 1 0 .75.75.75 0 0 0 0-1.5 1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25.75.75 0 0 0 0 1.5zm3 0a.375.375 0 1 1 0-.75.375.375 0 0 1 0 .75.75.75 0 0 0 0-1.5 1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25.75.75 0 0 0 0 1.5zm-6 3.375h19.5a.75.75 0 0 0 0-1.5H2.25a.75.75 0 0 0 0 1.5zm11.25-3h5.25a.75.75 0 0 0 0-1.5H13.5a.75.75 0 0 0 0 1.5z\"\/><\/svg><\/span><\/li><li><span class=\"bh-amenity-icon\"><svg xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 128 128\"   width=\"1\"  height=\"1\" ><path d=\"M120 117.4l-15-47.2a2 2 0 0 0-2-1.4 2 2 0 0 0-.8.2l-4 2a2 2 0 0 1-1 .2 2 2 0 0 1-1.9-1.3L81.6 33.3a2 2 0 0 0-3.8-.1l-37.6 84A2 2 0 0 0 42 120h76a2 2 0 0 0 2-2.6zM79.1 49.7l8.6 23v.2a10 10 0 0 0 11.5 6l.8 2.6A27.2 27.2 0 0 1 83 88a34.1 34.1 0 0 1-18.6-5.7zM52.8 72.5l-21 46.3a2 2 0 0 1-1.9 1.2H10a2 2 0 0 1-1.9-2.9L22.4 85a2 2 0 0 1 2.6-1l4.6 1.8a2 2 0 0 0 2.5-1L42.2 65a2 2 0 0 1 3-.7l7 5.7a2 2 0 0 1 .6 2.4z\" fill=\"#1A1A1A\"><\/path><\/svg><\/span><\/li><li><span class=\"bh-amenity-icon\"><svg xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 128 128\"   width=\"1\"  height=\"1\" ><path d=\"M84 116a4 4 0 0 1-4 4H48a4 4 0 0 1 0-8h12V52a4 4 0 0 1 8 0v60h12a4 4 0 0 1 4 4zm-36-16a4 4 0 0 0-4-4H22.9l-7.1-21.3a4 4 0 1 0-7.6 2.6l7.5 22.4-7.3 14.5a4 4 0 1 0 7.2 3.6l6.9-13.8H32v12a4 4 0 0 0 8 0v-12h4a4 4 0 0 0 4-4zm64.3-.3l7.5-22.4a4 4 0 0 0-7.6-2.6l-7 21.3H84a4 4 0 0 0 0 8h4v12a4 4 0 0 0 8 0v-12h9.5l7 13.8a4 4 0 0 0 7-3.6zM12.3 40h103.4c3.7 0 5.7-4.1 3.2-6.7C109.8 24 90.4 8 64 8S18.2 24 9.1 33.3C6.6 36 8.6 40 12.3 40z\" fill=\"#1A1A1A\"><\/path><\/svg><\/span><\/li><li><span class=\"bh-amenity-icon\"><svg xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 128 128\"   width=\"1\"  height=\"1\" ><path d=\"M119 65.3l-52-56a4 4 0 0 0-6 0l-52 56a4 4 0 0 0 3 6.7h12v48h24V80h32v40h24V72h12a4 4 0 0 0 3-6.7z\" fill=\"#1A1A1A\"><\/path><\/svg><\/span><\/li><\/ul><\/div><div class=\"bh-bottom-meta\"><div class=\"single-room-meta\"><\/div><\/div><\/div><\/div><\/div><\/div>\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\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d407d24 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"d407d24\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-578c13ed\" data-id=\"578c13ed\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-23838a0e elementor-widget elementor-widget-heading\" data-id=\"23838a0e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tranquility & Relaxation<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1001046e elementor-widget elementor-widget-text-editor\" data-id=\"1001046e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 20-12-2023 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p>Nestled in the charming village of Volissos, Calm Point Home offers a tranquil retreat just a stone&#8217;s throw away from the azure waters of the Aegean Sea. Situated 35 kilometers from the bustling city center of Chios and a mere 7 kilometers from the revered Monastery of Agia Markela, this idyllic holiday home boasts a fully equipped kitchen, a serene terrace, and two beautifully appointed bedrooms with direct access to a private patio.<\/p><p>Amidst verdant gardens and just a few steps from the beach, guests can bask in the beauty of Chios and revel in the warm embrace of Greek hospitality. Whether seeking respite from the humdrum of daily life or embarking on a grand adventure, Calm Point Home is the perfect destination for your next holiday. Come, immerse yourself in the wonders of this magical island and discover the ultimate getaway at Calm Point Home. We eagerly await your arrival.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-437b4580 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"437b4580\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 20-12-2023 *\/\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}<\/style>\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-241b6790 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default\" data-id=\"241b6790\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a4579f4\" data-id=\"a4579f4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-557d0106 elementor-widget elementor-widget-image\" data-id=\"557d0106\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 20-12-2023 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1080\" height=\"687\" src=\"https:\/\/pointgroupchios.com\/wp-content\/uploads\/2023\/02\/calm-point-home-cover.webp\" class=\"attachment-full size-full wp-image-3199\" alt=\"Calm Point Home Cover\" srcset=\"https:\/\/pointgroupchios.com\/wp-content\/uploads\/2023\/02\/calm-point-home-cover.webp 1080w, https:\/\/pointgroupchios.com\/wp-content\/uploads\/2023\/02\/calm-point-home-cover-480x305.webp 480w, https:\/\/pointgroupchios.com\/wp-content\/uploads\/2023\/02\/calm-point-home-cover-750x477.webp 750w, https:\/\/pointgroupchios.com\/wp-content\/uploads\/2023\/02\/calm-point-home-cover-600x382.webp 600w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\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-71f81d2b\" data-id=\"71f81d2b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2da26c7b elementor-widget elementor-widget-heading\" data-id=\"2da26c7b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u201c<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2da48c00 elementor-widget elementor-widget-heading\" data-id=\"2da48c00\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">For those yearning for peaceful repose, this idyllic haven is a veritable oasis, nestled within the embrace of nature and just a stone's throw away from stunning beaches.<\/h4>\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\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-177f5195 elementor-widget elementor-widget-heading\" data-id=\"177f5195\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Property surroundings<\/h2>\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-7d816475 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7d816475\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-422edb0a\" data-id=\"422edb0a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a952af9 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"3a952af9\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/pointgroupchios.com\/wp-content\/uploads\/elementor\/css\/custom-widget-icon-box.min.css?ver=1704274890\">\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-fort-awesome\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tVolissos Castle\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe Castle of Volissos, built in the 11th century, played a vital role in Chios defense, surrounded by natural beauty and traditional architecture.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-376a1cc1\" data-id=\"376a1cc1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2d6f7e27 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"2d6f7e27\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-umbrella-beach\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tManagros Beach\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tManagros Beach is a picturesque stretch of coastline in Volissos Chios, boasting crystal-clear waters, soft golden sand, and stunning views.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-151d835d\" data-id=\"151d835d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-22f732e1 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"22f732e1\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-cross\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tAgia Markela\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAgia Markela Monastery is a historic and religious site located in Volissos, Chios, known for its peaceful setting and beautiful Byzantine architecture.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7ac64e47\" data-id=\"7ac64e47\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6f075a3 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"6f075a3\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-cocktail\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tLefkathia Beach Bar\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThis stylish beach bar in the Aegean is the perfect spot to unwind, with refreshing cocktails, delectable snacks, and breathtaking sea views.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\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<\/div>\n\t\t\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\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Book Now From: To: Promo Code: Search Rooms on the property Calm Point Home 6 guests Tranquility &#038; Relaxation Nestled in the charming village<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-3731","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pointgroupchios.com\/en\/wp-json\/wp\/v2\/pages\/3731","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pointgroupchios.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pointgroupchios.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pointgroupchios.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pointgroupchios.com\/en\/wp-json\/wp\/v2\/comments?post=3731"}],"version-history":[{"count":7,"href":"https:\/\/pointgroupchios.com\/en\/wp-json\/wp\/v2\/pages\/3731\/revisions"}],"predecessor-version":[{"id":4667,"href":"https:\/\/pointgroupchios.com\/en\/wp-json\/wp\/v2\/pages\/3731\/revisions\/4667"}],"wp:attachment":[{"href":"https:\/\/pointgroupchios.com\/en\/wp-json\/wp\/v2\/media?parent=3731"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}