{"id":13524,"date":"2026-05-27T15:40:56","date_gmt":"2026-05-27T13:40:56","guid":{"rendered":"https:\/\/higueronresort.com\/beach-club-2\/"},"modified":"2026-06-04T16:06:30","modified_gmt":"2026-06-04T14:06:30","slug":"beach-club","status":"publish","type":"page","link":"https:\/\/higueronresort.com\/fr\/beach-club\/","title":{"rendered":"Beach Club"},"content":{"rendered":"<div id=\"hero\" class=\"w-full flex flex-col relative justify-center min-h-[80vh] sm:min-h-[60vh] lg:min-h-[80vh]\"\n    style=\"background-color: #f8f9fa; background-size: cover; background-position: center; background-repeat: no-repeat;\">\n    \n    \n     \n    \n\n    \n    \n                <video class=\"absolute top-0 left-0 z-0 object-cover w-full h-full\" autoplay loop muted playsinline>\n            <source src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2025\/09\/beachclub-hero.mp4\" type=\"video\/mp4\">\n        <\/video>\n    \n    <div class=\"w-full absolute inset-0 bg-gradient-to-t from-black\/70 via-transparent to-transparent min-h-[80vh] sm:min-h-[60vh] lg:min-h-[80vh]\"><\/div>\n\n    \n    <div class=\"container mx-auto relative z-10 flex flex-col 2xl:px-0 xl:px-10 items-center py-10 min-h-[80vh] sm:min-h-[60vh] lg:min-h-[80vh] justify-end\">\n        <div class=\"flex flex-col gap-10 w-full lg:px-0 px-10\">\n            <div class=\"items-center justify-end flex flex-col gap-2\">\n                                    <span class=\"font-sans text-foreground text-base 3xl:text-xl lg:text-left text-center\">\n                        DISCOVER, RELAX &amp; FEEL\n                    <\/span>\n                \n                                        <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/logo-beach-club.webp\" alt=\"\"\n                            class=\"w-full h-full object-cover\" style=\"max-width: 250px;\"\/>\n                                <\/div>\n\n            \n\n            \n            \n\n            \n            \n            \n\n            \n\n            \n            \n\n            \n\n            \n            \n        <\/div>\n\n        \n\n        \n                     <div\n                class=\"static flex items-center text-sm text-foreground mb-4 lg:ml-0 self-center justify-center\">\n                <nav class=\"breadcrumbs\" itemscope itemtype=\"https:\/\/schema.org\/BreadcrumbList\"><a href=\"https:\/\/higueronresort.com\/fr\/\" itemprop=\"itemListElement\" itemscope itemtype=\"https:\/\/schema.org\/ListItem\">\n        <span itemprop=\"name\">Higuer\u00f3n Resort<\/span>\n        <meta itemprop=\"position\" content=\"1\">\n        <meta itemprop=\"item\" content=\"https:\/\/higueronresort.com\/fr\/\">\n    <\/a><\/nav>\n            <\/div>\n        \n        \n\n            <\/div>\n<\/div>\n\n\n\n\n<div class=\"chapter-video-block relative p-8 md:p-16 bg-cover bg-center bg-no-repeat text-background\"\n     style=\"background-image: url('https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/bg.webp')\"     x-data=\"{\n        activeChapter: 0,\n        videoStates: {},\n    \n        totalChapters: 3,\n        changeChapter(direction) {\n            \/\/ Pausar video actual antes de cambiar\n            const currentVideo = this.$refs['video_' + this.activeChapter];\n            if (currentVideo) {\n                currentVideo.pause();\n                this.videoStates[this.activeChapter].playing = false;\n            }\n    \n            \/\/ Calcular nuevo \u00edndice\n            let newIndex = this.activeChapter + direction;\n    \n            \/\/ Evitar salirse de los l\u00edmites disponibles\n            if (newIndex >= 0 &#038;&#038; newIndex < this.totalChapters) {\n                this.activeChapter = newIndex;\n            }\n        }\n    }\">\n    <div class=\"max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-12 gap-4 md:gap-8 items-center mt-6 md:mt-12\">\n\n        <div class=\"md:col-span-7 space-y-6\">\n            <header>\n                <h2 class=\"text-3xl font-mornin md:text-5xl font-light\">A new season begins,<\/h2>\n                <p class=\"text-sm tracking-widest uppercase opacity-80 mt-2 pl-4\">WRITTEN IN 5 CHAPTERS.<\/p>\n            <\/header>\n\n            <div class=\"prose text-background prose-strong:text-background opacity-90\">\n                <p><strong>Une nouvelle saison commence au Higuer\u00f3n The Beach Club.<\/strong><\/p>\n<p>Un espace en bord de mer o\u00f9 d\u00e9couvrir, se d\u00e9tendre et profiter pleinement de chaque instant de l&rsquo;\u00e9t\u00e9. Ici, la journ\u00e9e se d\u00e9roule sans pr\u00e9cipitation : de la cuisine sign\u00e9e Diego Gallegos \u00e0 la piscine \u00e0 d\u00e9bordement, en passant par les lits balinais et les transats face \u00e0 la mer. <\/p>\n<p>Tout est pens\u00e9 pour que tu puisses choisir comment tu souhaites en profiter, <strong>\u00e9pisode apr\u00e8s \u00e9pisode.<\/strong><\/p>\n\n            <\/div>\n\n                            <div class=\"chapter-details mt-8\">\n                                        <div class=\"w-full flex justify-center items-center gap-2\">\n\n                        <button @click=\"changeChapter(-1)\" :disabled=\"activeChapter === 0\"\n                            :class=\"activeChapter === 0 ? 'opacity-30 cursor-not-allowed' : 'opacity-100'\"\n                            class=\"md:hidden text-background text-lg w-8 h-8 rounded-full flex items-center justify-center bg-black\/20\">\n                            \u23ee\n                        <\/button>\n                                                                                    <div x-show=\"activeChapter === 0\"\n                                    @click=\"\n                                                const v = $refs['video_' + 0];\n                                                if (v.paused) {\n                                                    v.play();\n                                                    videoStates[0].playing = true;\n                                                } else {\n                                                    v.pause();\n                                                    videoStates[0].playing = false;\n                                                }\n                                            \"\n                                    class=\"w-full flex items-center gap-6 animate-fade-in cursor-pointer\"\n                                     x-init=\"videoStates[0] = { playing: false, progress: 0 }\">\n\n                                                                            <div\n                                            class=\"w-24 md:w-32 bg-background p-2 rounded-2xl flex items-center justify-center shadow-md\">\n                                            <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/ICONOSCAPITULOS-12.webp\"\n                                                alt=\"THE TASTE\"\n                                                class=\"w-full h-full object-cover rounded-xl\">\n                                        <\/div>\n                                    \n                                    <div class=\"w-full\">\n                                        <h3 class=\"text-xl  font-bold uppercase tracking-wider\">\n                                            THE TASTE\n                                        <\/h3>\n                                        <p class=\"text-lg opacity-75 \">Chapter one<\/p>\n\n                                        <!-- CONTROLES ALTERNATIVOS -->\n\n                                        <div class=\"w-full flex items-center gap-3 mt-1 \">\n\n\n                                            <div @click=\"\n                                                const v = $refs['video_' + 0];\n                                                const rect = $el.getBoundingClientRect();\n                                                const clickX = $event.clientX - rect.left;\n                                                const width = rect.width;\n                                                v.currentTime = (clickX \/ width) * v.duration;\"\n                                                class=\"h-2 w-full bg-background rounded-full relative group cursor-pointer flex items-center\">\n\n                                                <div class=\"h-full bg-hs-yellow transition-all duration-100 ease-out rounded-full\"\n                                                    :style=\"'width: ' + (videoStates[0]?.progress || 0) + '%'\">\n                                                <\/div>\n\n                                                <div class=\"absolute w-4 h-4 bg-hs-yellow rounded-full -translate-x-1\/2 transition-all duration-100 ease-out shadow-md pointer-events-none\"\n                                                    :style=\"'left: ' + (videoStates[0]?.progress || 0) + '%'\">\n                                                <\/div>\n                                            <\/div>\n\n                                            <!-- Bot\u00f3n de Play \/ Pausa din\u00e1mico -->\n                                            <button\n                                                class=\"text-background text-xl w-12 h-12 rounded-full flex items-center justify-center transition-colors\">\n                                                <span\n                                                    x-text=\"videoStates[0]?.playing ? '\u23f8' : '\u25b6'\"><\/span>\n                                            <\/button>\n                                        <\/div>\n\n                                    <\/div>\n                                    <!-- FIN CONTROLES -->\n\n                                <\/div>\n\n\n\n\n                                                                                                                                                <div x-show=\"activeChapter === 1\"\n                                    @click=\"\n                                                const v = $refs['video_' + 1];\n                                                if (v.paused) {\n                                                    v.play();\n                                                    videoStates[1].playing = true;\n                                                } else {\n                                                    v.pause();\n                                                    videoStates[1].playing = false;\n                                                }\n                                            \"\n                                    class=\"w-full flex items-center gap-6 animate-fade-in cursor-pointer\"\n                                     x-init=\"videoStates[1] = { playing: false, progress: 0 }\">\n\n                                                                            <div\n                                            class=\"w-24 md:w-32 bg-background p-2 rounded-2xl flex items-center justify-center shadow-md\">\n                                            <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/ICONOSCAPITULOS-11.webp\"\n                                                alt=\"THE COCKTAIL\"\n                                                class=\"w-full h-full object-cover rounded-xl\">\n                                        <\/div>\n                                    \n                                    <div class=\"w-full\">\n                                        <h3 class=\"text-xl  font-bold uppercase tracking-wider\">\n                                            THE COCKTAIL\n                                        <\/h3>\n                                        <p class=\"text-lg opacity-75 \">Chapter two<\/p>\n\n                                        <!-- CONTROLES ALTERNATIVOS -->\n\n                                        <div class=\"w-full flex items-center gap-3 mt-1 \">\n\n\n                                            <div @click=\"\n                                                const v = $refs['video_' + 1];\n                                                const rect = $el.getBoundingClientRect();\n                                                const clickX = $event.clientX - rect.left;\n                                                const width = rect.width;\n                                                v.currentTime = (clickX \/ width) * v.duration;\"\n                                                class=\"h-2 w-full bg-background rounded-full relative group cursor-pointer flex items-center\">\n\n                                                <div class=\"h-full bg-hs-yellow transition-all duration-100 ease-out rounded-full\"\n                                                    :style=\"'width: ' + (videoStates[1]?.progress || 0) + '%'\">\n                                                <\/div>\n\n                                                <div class=\"absolute w-4 h-4 bg-hs-yellow rounded-full -translate-x-1\/2 transition-all duration-100 ease-out shadow-md pointer-events-none\"\n                                                    :style=\"'left: ' + (videoStates[1]?.progress || 0) + '%'\">\n                                                <\/div>\n                                            <\/div>\n\n                                            <!-- Bot\u00f3n de Play \/ Pausa din\u00e1mico -->\n                                            <button\n                                                class=\"text-background text-xl w-12 h-12 rounded-full flex items-center justify-center transition-colors\">\n                                                <span\n                                                    x-text=\"videoStates[1]?.playing ? '\u23f8' : '\u25b6'\"><\/span>\n                                            <\/button>\n                                        <\/div>\n\n                                    <\/div>\n                                    <!-- FIN CONTROLES -->\n\n                                <\/div>\n\n\n\n\n                                                                                                                                                <div x-show=\"activeChapter === 2\"\n                                    @click=\"\n                                                const v = $refs['video_' + 2];\n                                                if (v.paused) {\n                                                    v.play();\n                                                    videoStates[2].playing = true;\n                                                } else {\n                                                    v.pause();\n                                                    videoStates[2].playing = false;\n                                                }\n                                            \"\n                                    class=\"w-full flex items-center gap-6 animate-fade-in cursor-pointer\"\n                                     x-init=\"videoStates[2] = { playing: false, progress: 0 }\">\n\n                                                                            <div\n                                            class=\"w-24 md:w-32 bg-background p-2 rounded-2xl flex items-center justify-center shadow-md\">\n                                            <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/ICONOSCAPITULOS-08.webp\"\n                                                alt=\"THE SUNBEDS\"\n                                                class=\"w-full h-full object-cover rounded-xl\">\n                                        <\/div>\n                                    \n                                    <div class=\"w-full\">\n                                        <h3 class=\"text-xl  font-bold uppercase tracking-wider\">\n                                            THE SUNBEDS\n                                        <\/h3>\n                                        <p class=\"text-lg opacity-75 \">Chapter three<\/p>\n\n                                        <!-- CONTROLES ALTERNATIVOS -->\n\n                                        <div class=\"w-full flex items-center gap-3 mt-1 \">\n\n\n                                            <div @click=\"\n                                                const v = $refs['video_' + 2];\n                                                const rect = $el.getBoundingClientRect();\n                                                const clickX = $event.clientX - rect.left;\n                                                const width = rect.width;\n                                                v.currentTime = (clickX \/ width) * v.duration;\"\n                                                class=\"h-2 w-full bg-background rounded-full relative group cursor-pointer flex items-center\">\n\n                                                <div class=\"h-full bg-hs-yellow transition-all duration-100 ease-out rounded-full\"\n                                                    :style=\"'width: ' + (videoStates[2]?.progress || 0) + '%'\">\n                                                <\/div>\n\n                                                <div class=\"absolute w-4 h-4 bg-hs-yellow rounded-full -translate-x-1\/2 transition-all duration-100 ease-out shadow-md pointer-events-none\"\n                                                    :style=\"'left: ' + (videoStates[2]?.progress || 0) + '%'\">\n                                                <\/div>\n                                            <\/div>\n\n                                            <!-- Bot\u00f3n de Play \/ Pausa din\u00e1mico -->\n                                            <button\n                                                class=\"text-background text-xl w-12 h-12 rounded-full flex items-center justify-center transition-colors\">\n                                                <span\n                                                    x-text=\"videoStates[2]?.playing ? '\u23f8' : '\u25b6'\"><\/span>\n                                            <\/button>\n                                        <\/div>\n\n                                    <\/div>\n                                    <!-- FIN CONTROLES -->\n\n                                <\/div>\n\n\n\n\n                                                                                                                                                                                            \n                        <button @click=\"changeChapter(1)\" :disabled=\"activeChapter === (totalChapters - 1)\"\n                            :class=\"activeChapter === (totalChapters - 1) ?\n                                'opacity-30 cursor-not-allowed' :\n                                'opacity-100'\"\n                            class=\"md:hidden text-background text-lg w-8 h-8 rounded-full flex items-center justify-center bg-black\/20\">\n                            \u23ed\n                        <\/button>\n                    <\/div>\n                <\/div>\n\n                <div class=\"chapter-navigation flex justify-center md:justify-end gap-2 md:gap-12 mt-4 md:mt-8\">\n                                                                \n                                                    <button\n                                @click=\"\n        $refs['video_' + activeChapter]?.pause();\n        if(videoStates[activeChapter]) videoStates[activeChapter].playing = false;\n        activeChapter = 0;\n    \"\n                                :class=\"activeChapter === 0 ?\n                                    'border-2 border-background scale-105 opacity-100 bg-background' :\n                                    'opacity-60 hover:opacity-100 bg-background\/40'\"\n                                class=\"w-16 h-3 md:w-16 md:h-16 rounded-xl transition-all duration-300 flex items-center justify-center overflow-hidden bg-cover bg-center md:[background-image:var(--bg-icon)]\"\n                                 style=\"--bg-icon: url('https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/ICONOSCAPITULOS-12.webp')\"                                 title=\"THE TASTE\">\n                            <\/button>\n                                                                                                \n                                                    <button\n                                @click=\"\n        $refs['video_' + activeChapter]?.pause();\n        if(videoStates[activeChapter]) videoStates[activeChapter].playing = false;\n        activeChapter = 1;\n    \"\n                                :class=\"activeChapter === 1 ?\n                                    'border-2 border-background scale-105 opacity-100 bg-background' :\n                                    'opacity-60 hover:opacity-100 bg-background\/40'\"\n                                class=\"w-16 h-3 md:w-16 md:h-16 rounded-xl transition-all duration-300 flex items-center justify-center overflow-hidden bg-cover bg-center md:[background-image:var(--bg-icon)]\"\n                                 style=\"--bg-icon: url('https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/ICONOSCAPITULOS-11.webp')\"                                 title=\"THE COCKTAIL\">\n                            <\/button>\n                                                                                                \n                                                    <button\n                                @click=\"\n        $refs['video_' + activeChapter]?.pause();\n        if(videoStates[activeChapter]) videoStates[activeChapter].playing = false;\n        activeChapter = 2;\n    \"\n                                :class=\"activeChapter === 2 ?\n                                    'border-2 border-background scale-105 opacity-100 bg-background' :\n                                    'opacity-60 hover:opacity-100 bg-background\/40'\"\n                                class=\"w-16 h-3 md:w-16 md:h-16 rounded-xl transition-all duration-300 flex items-center justify-center overflow-hidden bg-cover bg-center md:[background-image:var(--bg-icon)]\"\n                                 style=\"--bg-icon: url('https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/ICONOSCAPITULOS-08.webp')\"                                 title=\"THE SUNBEDS\">\n                            <\/button>\n                                                                                                \n                                                    <div class=\"w-16 h-3 md:w-16 md:h-16 rounded-xl bg-black\/30 opacity-60 flex items-center justify-center cursor-not-allowed\"\n                                title=\"Pr\u00f3ximamente: THE CLUB\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/ICONOSCAPITULOS-09.webp\"\n                                        class=\" w-full h-full object-cover grayscale opacity-50\">\n                                \n                            <\/div>\n                                                                    \n                                                    <div class=\"w-16 h-3 md:w-16 md:h-16 rounded-xl bg-black\/30 opacity-60 flex items-center justify-center cursor-not-allowed\"\n                                title=\"Pr\u00f3ximamente: THE OPENING\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/ICONOSCAPITULOS-10.webp\"\n                                        class=\" w-full h-full object-cover grayscale opacity-50\">\n                                \n                            <\/div>\n                                                            <\/div>\n                    <\/div>\n\n        <div class=\"md:col-span-5 flex justify-center md:justify-end\">\n            <div\n                class=\"video-container relative w-full max-w-[250px] md:max-w-[320px] aspect-[9\/16] rounded-2xl overflow-hidden shadow-2xl \">\n                                                                                                            <div x-show=\"activeChapter === 0\" class=\"absolute inset-0 w-full h-full\">\n\n                                <video class=\"w-full h-full object-cover\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/CHAPTER-ONE-\uff1a-THE-TASTE-\uff5c-Higueron-The-Beach-Club-Summer-2026.mp4\"\n                                    poster=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/CHAPTER-ONE-\uff1a-THE-TASTE-\uff5c-Higueron-The-Beach-Club-Summer-2026-1.webp\" playsinline\n                                    x-ref=\"video_0\"\n                                    @timeupdate=\"videoStates[0].progress = ($el.currentTime \/ $el.duration) * 100\"\n                                    @ended=\"videoStates[0].playing = false; videoStates[0].progress = 0\"\n                                    :id=\"'video-' + 0\">\n                                <\/video>\n                            <\/div>\n                                                                                                                            <div x-show=\"activeChapter === 1\" class=\"absolute inset-0 w-full h-full\">\n\n                                <video class=\"w-full h-full object-cover\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/CHAPTER-TWO-\uff1a-THE-COCKTAIL-\uff5c-Higueron-The-Beach-Club-Summer-2026.mp4\"\n                                    poster=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/CHAPTER-TWO-\uff1a-THE-COCKTAIL-\uff5c-Higueron-The-Beach-Club-Summer-2026-1.webp\" playsinline\n                                    x-ref=\"video_1\"\n                                    @timeupdate=\"videoStates[1].progress = ($el.currentTime \/ $el.duration) * 100\"\n                                    @ended=\"videoStates[1].playing = false; videoStates[1].progress = 0\"\n                                    :id=\"'video-' + 1\">\n                                <\/video>\n                            <\/div>\n                                                                                                                            <div x-show=\"activeChapter === 2\" class=\"absolute inset-0 w-full h-full\">\n\n                                <video class=\"w-full h-full object-cover\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/CHAPTER-THREE-\uff1a-THE-SUNBEDS-\uff5c-Higueron-The-Beach-Club-Summer-2026.mp4\"\n                                    poster=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/CHAPTER-THREE-\uff1a-THE-SUNBEDS-\uff5c-Higueron-The-Beach-Club-Summer-2026.webp\" playsinline\n                                    x-ref=\"video_2\"\n                                    @timeupdate=\"videoStates[2].progress = ($el.currentTime \/ $el.duration) * 100\"\n                                    @ended=\"videoStates[2].playing = false; videoStates[2].progress = 0\"\n                                    :id=\"'video-' + 2\">\n                                <\/video>\n                            <\/div>\n                                                                                                                                                                                            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n\n<section\n    class=\" min-h-screen w-full  flex flex-col items-center justify-center gap-4  p-8 md:p-16 bg-cover bg-center bg-no-repeat\"\n     style=\"background-image: url('https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/bgsand.webp')\" >\n    <div class=\"w-full font-mornin  max-w-6xl mx-auto px-4 text-3xl font-medium text-secondary text-center\">\n        Trois niveaux, <span class=\"titulo-subrayado\">un v\u00e9ritable paradis<\/span>\n    <\/div>\n    <div class=\"w-full max-w-6xl mx-auto px-4 text-2xl font-normal text-secondary text-center mt-8\">\n        D\u00c9COUVREZ-LE\n    <\/div>\n    <div class=\"relative w-full overflow-hidden rounded-lg group py-6 max-w-2xl\">\n\n\n                    <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/Rectangle.webp\" alt=\"Niveles\"\n                class=\"w-full h-auto block border-none pointer-events-none pb-4 md:pb-0\" \/>\n        \n        <svg width=\"418\" height=\"80\" viewBox=\"0 0 418 80\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n            class=\"md:hidden block  w-full h-full pointer-events-none py-6\">\n            <g id=\"hotspot-japo\"\n                class=\"pointer-events-auto cursor-pointer transition-transform duration-300 hover:scale-105 origin-center\"\n                data-toggle=\"modal\">\n                <path\n                    d=\"M90.5 39.9994C90.5 51.9824 85.2244 62.7271 76.8761 70.0585C70.26 74.9002 59.3273 80 50.5006 80C28.4093 80 10.5 62.0907 10.5 39.9994C10.5 17.9082 28.4093 0 50.5006 0C72.5918 0 90.5 17.9082 90.5 39.9994Z\"\n                    fill=\"#C2A28E\" \/>\n                <path\n                    d=\"M41.0306 31.1027H40.9382C40.5199 31.1027 40.0237 30.947 39.4486 30.6344C39.2539 30.5164 39.1026 30.3462 38.9969 30.1237C38.6509 29.454 38.425 28.7453 38.3182 27.9977C38.1458 27.0153 38.059 26.0163 38.059 25.0006C38.0535 24.7725 38.0457 24.5634 38.0345 24.3731C38.0234 24.1384 38.0179 23.9014 38.0179 23.6622C38.0179 22.7299 38.0568 21.6786 38.1347 20.506C38.1625 20.1433 38.1769 19.8986 38.1769 19.7695C38.1769 19.4636 38.098 19.3101 37.9422 19.3101C37.8977 19.3101 37.8443 19.3212 37.7831 19.3434C37.6719 19.3935 37.5595 19.438 37.4483 19.4769C37.2925 19.527 37.1412 19.5915 36.9966 19.6694C36.684 19.8429 36.3624 19.9965 36.0342 20.13C35.7884 20.2357 35.5481 20.348 35.3144 20.4648C35.1242 20.5538 34.9518 20.5983 34.7949 20.5983C34.6725 20.5983 34.5579 20.5705 34.4522 20.5149C34.2119 20.3981 34.025 20.2112 33.8915 19.9542C33.679 19.5081 33.5734 19.0052 33.5734 18.4479L33.5645 18.2632C33.5645 18.1074 33.6401 18.0073 33.7903 17.9617C35.5091 17.3097 36.9543 16.7368 38.1258 16.2462C38.4106 16.1349 38.5619 15.928 38.5786 15.6265C38.6231 15.4819 38.6587 15.3139 38.6865 15.1248C38.7265 14.8622 38.7822 14.6586 38.8545 14.514C39.1949 14.0334 39.4942 13.7786 39.7545 13.7475C40.0137 13.7174 40.1884 13.7019 40.2774 13.7019C40.59 13.7019 40.8715 13.7686 41.1229 13.9032C41.4466 14.0757 41.6246 14.2537 41.658 14.4383C41.6691 14.5885 41.7014 14.6875 41.7548 14.7354C41.8071 14.7832 41.8839 14.8066 41.9851 14.8066C42.2743 14.8066 42.6237 14.7309 43.0309 14.5807C45.1569 13.9166 46.9313 13.5572 48.3543 13.5005C48.6836 13.5005 48.9984 13.5483 49.2999 13.6429C49.5124 13.7052 49.6581 13.8075 49.7393 13.9533C49.8206 14.0979 49.8606 14.2258 49.8606 14.3382C49.8606 14.4662 49.825 14.6074 49.7516 14.761C49.6793 14.9134 49.5591 15.0024 49.3922 15.0246C49.1909 15.0691 49.0073 15.1448 48.8393 15.2505C48.7002 15.3284 48.5523 15.3873 48.3965 15.4263C47.8269 15.5709 47.2662 15.7444 46.7133 15.9447C46.4185 16.0459 46.1192 16.1405 45.8177 16.2295C45.1035 16.4475 44.3892 16.7012 43.675 16.9916C43.1121 17.2196 42.5402 17.4288 41.9595 17.619C41.608 17.7358 41.4266 17.9784 41.4155 18.3466C41.3599 19.2622 41.2898 20.1745 41.2063 21.0845L41.1641 21.7454C41.1474 22.1748 41.1029 22.6042 41.0306 23.0348C41.0139 23.9326 40.9994 24.4543 40.9883 24.599C40.966 24.9895 40.9549 25.4445 40.9549 25.964L40.9805 26.834C41.0083 28.307 41.1118 29.3728 41.2898 30.0314C41.3843 30.4553 41.4322 30.7033 41.4322 30.7768C41.4322 30.9937 41.2987 31.1027 41.0306 31.1027Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M47.5534 31.5536C47.1463 31.5536 46.7469 31.4724 46.3564 31.3111C45.8936 31.1208 45.5754 30.9595 45.4018 30.8249C45.3351 30.7804 45.2661 30.7415 45.1927 30.7081C44.6075 30.4344 44.2615 29.9471 44.1558 29.244C44.0991 28.8924 44.0713 28.5376 44.0713 28.1804L44.0969 27.4028C44.0746 27.0167 44.0635 26.6296 44.0635 26.2391C44.0635 25.586 44.0935 24.9308 44.1558 24.2722C44.3449 21.4653 44.6598 18.6695 45.1015 15.8849C45.2628 14.8191 45.4552 13.7622 45.6789 12.7131C45.7178 12.5173 45.7734 12.3894 45.8457 12.3282C45.918 12.267 46.086 12.2358 46.3486 12.2358C46.6779 12.2358 47.0039 12.2915 47.3276 12.4038C47.6513 12.5151 47.8872 12.6753 48.0352 12.8844C48.182 13.0936 48.2643 13.394 48.2821 13.7845C48.2643 14.2862 48.2121 14.8302 48.1231 15.4165L47.905 16.8394C47.6369 18.5527 47.4033 20.4751 47.2019 22.6067C47.0172 24.1854 46.9004 25.9398 46.8503 27.8712C46.8503 28.1159 46.8648 28.285 46.8926 28.3774C46.9204 28.4697 46.9816 28.5153 47.0762 28.5153C47.1997 28.5153 47.3109 28.4007 47.411 28.1726C48.0697 26.7887 48.7917 25.4047 49.5793 24.0207C50.0477 23.1841 50.6029 22.4443 51.2448 21.8024C51.5963 21.4286 52.0313 21.2417 52.5498 21.2417L53.4798 21.225C54.0928 21.2361 54.6024 21.3763 55.0073 21.6433C55.4112 21.9114 55.7304 22.3386 55.9652 22.9238C56.2055 23.5379 56.4169 24.1631 56.6015 24.7995C56.7072 25.1455 56.8185 25.4915 56.9364 25.8375C57.0977 26.3392 57.3492 26.7909 57.6896 27.1925C57.7786 27.2826 57.8231 27.3716 57.8231 27.4606C57.8231 27.583 57.7174 27.6453 57.5049 27.6453C57.3658 27.6453 57.229 27.6197 57.0955 27.5697C55.9852 27.2181 55.1642 26.5239 54.6346 25.4859C54.3999 25.0164 54.2107 24.5314 54.065 24.0296C53.9649 23.7003 53.8536 23.3788 53.7301 23.0662C53.6245 22.8437 53.5043 22.7313 53.3708 22.7313C53.2584 22.7313 53.1361 22.8181 53.0026 22.9917C52.9859 23.025 52.9658 23.0551 52.9436 23.0829C52.2739 24.0708 51.6575 25.0921 51.0935 26.1468C50.6362 27.0612 50.2124 27.9913 49.8219 28.9336C49.4481 29.8103 49.23 30.3098 49.1688 30.4322C48.8395 31.1798 48.3011 31.5536 47.5534 31.5536Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M61.5876 24.3568C61.8502 24.3568 62.2017 23.8884 62.6423 22.9506C62.8715 22.4144 63.0417 21.8625 63.1529 21.2929C63.1641 21.2317 63.1696 21.1706 63.1696 21.1094C63.1696 20.9303 63.1029 20.8101 62.9683 20.7489C62.9349 20.7378 62.9015 20.7322 62.8681 20.7322C62.768 20.7322 62.6534 20.819 62.5255 20.9926C61.9114 21.7624 61.4953 22.7214 61.2784 23.8706C61.2728 23.8996 61.2694 23.9329 61.2694 23.9719C61.2694 24.0553 61.2806 24.1254 61.3028 24.181C61.3251 24.2367 61.3662 24.28 61.4241 24.3101C61.4831 24.3412 61.5376 24.3568 61.5876 24.3568ZM62.8348 30.6258C61.7523 30.6258 60.6898 30.202 59.6463 29.3531C59.2269 29.0127 58.9599 28.5777 58.8419 28.0481C58.7974 27.8357 58.7474 27.6209 58.6917 27.404C58.6139 27.0736 58.5438 26.7443 58.4826 26.4161C58.4603 26.2314 58.4492 26.0445 58.4492 25.8554C58.4492 25.6151 58.4681 25.3725 58.5071 25.1267C58.5749 24.7195 58.6094 24.418 58.6116 24.2233C58.615 24.0275 58.6472 23.8484 58.7084 23.6871C58.7474 23.5925 58.7752 23.5002 58.7919 23.4112C59.0989 22.0884 59.584 21.0148 60.2482 20.1882C60.3205 20.0992 60.3906 20.0069 60.4573 19.9123C60.6921 19.6164 60.9958 19.4628 61.3696 19.4517L61.8391 19.4439L62.3497 19.4517C62.5055 19.435 62.659 19.4272 62.8092 19.4272C64.0096 19.4272 64.8073 19.9012 65.2033 20.8502C65.2701 21.0226 65.3034 21.1984 65.3034 21.3775C65.3034 21.8792 65.2144 22.3732 65.0364 22.8582C64.8518 23.4334 64.6003 23.9774 64.2833 24.4903C63.875 25.1434 63.3398 25.4693 62.6757 25.4693C62.4131 25.4693 62.1005 25.4081 61.7378 25.2858C61.5264 25.2134 61.3863 25.1767 61.3195 25.1767C61.1137 25.1767 60.9991 25.367 60.9769 25.7463L60.968 26.089C60.968 26.9768 61.1248 27.839 61.4374 28.6756C61.5264 28.9326 61.6655 29.1607 61.8557 29.362C61.9781 29.49 62.0782 29.5612 62.1572 29.5756C62.2351 29.589 62.2907 29.5957 62.3241 29.5957C62.4131 29.5957 62.5166 29.569 62.6334 29.5122C63.0473 29.3231 63.4233 29.0717 63.7637 28.759C64.9519 27.5041 65.8953 26.4105 66.5928 25.4782C66.8053 25.2101 66.95 25.0766 67.0278 25.0766C67.0501 25.0766 67.0757 25.0855 67.1035 25.1011C67.1814 25.1523 67.2203 25.2324 67.2203 25.3447C67.2203 25.4671 67.1903 25.852 67.128 26.4995C67.1224 26.6052 67.1002 26.7064 67.0612 26.801C67.0334 26.8511 67.0089 26.9045 66.9867 26.9601C66.8298 27.3339 66.5695 27.8123 66.2035 28.3952C65.8386 28.9782 65.4937 29.4032 65.1699 29.6713C64.9408 29.856 64.7094 30.0318 64.4757 30.1986C64.1409 30.4278 63.7726 30.5591 63.3699 30.5925C63.1863 30.6147 63.0072 30.6258 62.8348 30.6258Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M31.2508 29.1009C31.0673 29.1009 30.9749 28.9652 30.9749 28.6937C31.0628 27.3598 31.2152 26.0771 31.4311 24.8466L31.5501 23.8398C31.5824 23.5361 31.7426 23.3848 32.0296 23.3848C32.3889 23.3848 32.7271 23.4226 33.042 23.4982C33.3579 23.5739 33.5982 23.7196 33.7618 23.9355C33.9253 24.1513 34.0076 24.3794 34.0076 24.6185C34.0076 24.722 33.9954 24.831 33.9709 24.9423C33.9231 25.1503 33.883 25.3539 33.8519 25.5542C33.5882 26.7924 33.1399 27.7147 32.5091 28.3221C32.2532 28.5613 32.0374 28.726 31.8616 28.8127C31.7426 28.8695 31.6269 28.9307 31.5145 28.9985C31.4021 29.0664 31.3142 29.1009 31.2508 29.1009ZM27.2358 67.6073C27.0044 67.6073 26.7652 67.5951 26.5171 67.5706C25.8062 67.5072 25.1987 67.2313 24.6959 66.744C24.44 66.576 24.2197 66.1332 24.0362 65.4134C23.7091 64.3833 23.5133 63.333 23.4487 62.2617C23.4087 61.6465 23.3887 61.0312 23.3887 60.416C23.3887 59.5449 23.4287 58.6783 23.5088 57.8161C23.7091 54.8278 24.7471 52.2746 26.625 50.1575L26.6962 50.0863C26.833 49.9016 26.9599 49.8104 27.08 49.8104C27.248 49.8104 27.3559 49.8738 27.4037 50.0017C27.4683 50.202 27.4994 50.4734 27.4994 50.8172C27.4994 51.0008 27.4794 51.1799 27.4393 51.3557C27.3993 51.5882 27.3715 51.824 27.3559 52.0632C27.3314 52.4704 27.2558 52.8743 27.1278 53.2737C27.0878 53.3938 27.0544 53.5151 27.0266 53.6397C26.9988 53.7632 26.9643 53.8844 26.9243 54.0046C26.3491 56.0182 26.0621 58.1354 26.0621 60.3559C26.0621 61.3394 26.1177 62.4942 26.2289 63.8203C26.269 64.0517 26.3413 64.2675 26.4448 64.4667C26.5727 64.6514 26.7006 64.7426 26.8286 64.7426C27.0845 64.7426 27.2958 64.4634 27.4638 63.9038C27.4716 63.8637 27.4838 63.8281 27.4994 63.7958C28.2348 61.6865 28.682 59.5772 28.8422 57.4678C28.8901 56.7736 28.978 56.0861 29.1059 55.4075C29.2973 54.3762 29.4252 53.3337 29.4886 52.2791C29.5376 51.5437 29.6088 50.8128 29.7044 50.0863C29.809 49.2864 29.8602 48.4798 29.8602 47.6655C29.8924 46.3861 29.957 45.1122 30.0526 43.8417C30.0927 43.3389 30.1161 42.8349 30.1239 42.332C30.1239 41.9649 30.1328 41.5967 30.1483 41.2295C30.1561 41.0938 30.1717 40.4942 30.1962 39.4317C30.1962 38.4649 30.1205 37.5059 29.9681 36.5547C29.9447 36.4435 29.9325 36.3322 29.9325 36.2199C29.9325 35.964 30.0526 35.8283 30.2918 35.8127L30.6879 35.8005C30.9193 35.8005 31.1507 35.816 31.3821 35.8483C31.7348 35.9039 32.0663 36.0597 32.3778 36.3156C32.7772 36.6348 33.0364 37.0431 33.1566 37.5382C33.3246 38.2892 33.4158 39.0479 33.4325 39.8155L33.4558 40.5821C33.4959 41.2529 33.5159 41.857 33.5159 42.3921C33.5159 44.7963 33.4202 47.1214 33.2278 49.3665L32.7372 54.7956C32.5847 56.5611 32.3578 58.3189 32.0541 60.0689C31.9895 60.4283 31.9339 60.7876 31.8861 61.1469C31.7904 61.7789 31.6747 62.4096 31.539 63.0416C31.3309 64.0072 31.0317 64.9462 30.6401 65.8573C30.3842 66.3691 30.0282 66.7919 29.5732 67.1278C29.4207 67.2313 29.1037 67.337 28.6197 67.4449C28.1369 67.5528 27.6752 67.6073 27.2358 67.6073Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M40.7792 52.087C39.6767 52.087 38.5297 51.6553 37.3393 50.792C37.2993 50.7687 37.2637 50.7409 37.2314 50.7086C36.5283 50.2369 36.0978 49.7596 35.9376 49.2768C35.7774 48.7928 35.6973 48.3556 35.6973 47.964C35.6973 47.6926 35.7262 47.4133 35.7818 47.1252C36.0377 45.6233 36.5283 44.197 37.2559 42.8464C37.5196 42.3669 37.7754 41.8841 38.0224 41.3968C38.295 40.8773 38.5297 40.5024 38.73 40.2698C39.1049 39.8382 39.4565 39.391 39.7847 38.9281C39.9126 38.7446 40.0483 38.561 40.1918 38.3763C40.8315 37.5297 41.6259 36.8589 42.5771 36.3627C42.8007 36.2514 43.0321 36.1958 43.2724 36.1958L43.931 36.208C44.307 36.208 44.6864 36.2514 45.0702 36.3393C45.3016 36.3949 45.5375 36.4472 45.7767 36.4951C45.968 36.5273 46.156 36.5629 46.3396 36.603C46.6912 36.6831 46.9871 36.8511 47.2274 37.1058C47.3631 37.266 47.431 37.4096 47.431 37.5375C47.431 37.6977 47.3053 37.8212 47.0527 37.9091C46.8013 37.997 46.5476 38.0893 46.2918 38.185C45.8212 38.3841 45.3339 38.521 44.8299 38.5922C44.5818 38.6166 44.3671 38.7157 44.1824 38.8914C42.8085 40.1219 41.5146 41.9998 40.2997 44.5241C39.501 46.2185 39.0938 47.8005 39.0771 49.2701C39.0771 49.8697 39.2373 50.169 39.5566 50.169C39.6767 50.169 39.8169 50.1256 39.976 50.0377C40.352 49.7974 40.6669 49.4982 40.9228 49.1388C41.2988 48.6115 41.6581 48.0764 42.0019 47.5323C43.0799 45.8146 44.2225 44.1414 45.4296 42.5116C45.7722 41.9998 46.2239 41.7439 46.7835 41.7439C46.8948 41.7439 47.0216 41.7584 47.1606 41.7862C47.3008 41.814 47.4911 41.8285 47.7303 41.8285C49.0808 41.8997 49.7795 42.6106 49.8273 43.9612V44.2849H49.8151L49.8273 44.4162L49.8151 44.8367C49.8151 45.2116 49.9397 45.551 50.1867 45.8547C50.4982 46.2619 50.6539 46.5467 50.6539 46.7057C50.6539 46.9294 50.4348 47.0573 49.9953 47.0896C49.7873 47.0896 49.5915 47.0451 49.4079 46.9572C48.7771 46.6624 48.1942 46.2908 47.6579 45.8424C47.4187 45.5955 47.2074 45.4709 47.0227 45.4709C46.8313 45.4709 46.66 45.611 46.5076 45.8914C46.0281 46.7058 45.5408 47.5123 45.0457 48.3122C44.1669 49.9098 43.2157 51.0401 42.1933 51.7032C41.7616 51.9591 41.291 52.087 40.7792 52.087Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M55.1967 65.1261C54.9575 65.1261 54.765 65.1061 54.6215 65.0661C53.5591 64.7546 52.9194 64.3507 52.7035 63.8556C52.3765 63.1292 52.1851 62.3738 52.1284 61.5906C51.9771 60.2088 51.8892 58.8426 51.8647 57.492L51.8413 56.6287L51.8647 56.0536C51.8647 55.8622 51.8569 55.6742 51.8413 55.4906C51.8336 55.3705 51.8291 55.1713 51.8291 54.891C51.8692 54.021 51.8914 53.2534 51.8947 52.5903C51.8992 51.9272 51.9214 51.2675 51.9604 50.6134C51.9849 50.2217 52.0049 49.1704 52.0205 47.4616C52.0928 45.2955 52.1528 43.135 52.2007 40.9778L52.1884 39.6595C52.1884 39.3636 52.1962 39.1122 52.2129 38.9041C52.2685 38.2177 52.2964 37.1107 52.2964 35.5844C52.2964 34.1948 52.3609 33.435 52.4877 33.307C52.5678 33.2358 52.688 33.1991 52.8482 33.1991C54.2377 33.1991 55.1044 33.7342 55.4481 34.8056C55.6083 35.3652 55.6884 35.9281 55.6884 36.4955C55.704 37.0228 55.7118 37.5502 55.7118 38.0775C55.7118 38.8362 55.704 39.6117 55.6884 40.4027C55.6884 40.9778 55.7841 41.2649 55.9755 41.2649C56.0556 41.2649 56.139 41.2137 56.2269 41.1091C56.3148 41.0057 56.3771 40.8822 56.4127 40.7375C56.4494 40.594 56.5028 40.4538 56.5751 40.3181C56.6229 40.2302 56.663 40.139 56.6953 40.0422C56.8621 39.635 57.0546 39.2401 57.2704 38.8563C57.3895 38.6404 57.5052 38.4213 57.6175 38.1966C57.6809 38.0452 57.7655 37.9017 57.869 37.766C58.1326 37.4701 58.3451 37.1463 58.5042 36.7948C58.9114 36.0283 59.4031 35.3285 59.9783 34.6977C60.7137 33.7943 61.6482 33.1991 62.7829 32.9121C62.8063 32.9121 62.8263 32.9076 62.843 32.8999C62.8986 32.8754 63.0789 32.8643 63.3826 32.8643C63.9889 32.8643 64.5763 32.9355 65.1437 33.0801C65.839 33.2637 66.4743 33.623 67.0495 34.1581C67.4889 34.6131 67.7603 35.1572 67.8638 35.788C68.024 36.5311 68.1041 37.2743 68.1041 38.0174C68.1041 38.3924 68.0841 38.7684 68.044 39.1444C67.9005 40.7654 67.609 42.3596 67.1696 43.926C66.8815 45.0363 66.4576 46.0954 65.8991 47.1011C65.7233 47.3971 65.5275 47.6808 65.3117 47.9522C64.9446 48.4161 64.4651 48.6954 63.8732 48.7911C63.5061 48.8634 63.1467 48.899 62.7952 48.899C61.9875 48.899 61.2566 48.7154 60.6013 48.3483C60.4255 48.2526 60.2497 48.168 60.074 48.0957C59.7947 47.9767 59.5589 47.8165 59.3675 47.6162C59.1751 47.4171 58.9436 47.1412 58.6722 46.7896C58.5687 46.6305 58.5164 46.4626 58.5164 46.2868C58.5398 45.943 58.6321 45.7717 58.7923 45.7717C58.8724 45.7717 58.9637 45.8073 59.0671 45.8785C59.2752 46.0465 59.4276 46.2467 59.5233 46.4781C59.6189 46.7106 59.7547 46.8942 59.9305 47.0299C60.2976 47.3259 60.6057 47.4727 60.8538 47.4727C60.9807 47.4727 61.1053 47.4449 61.2243 47.3893C62.3591 46.8853 63.2903 45.4313 64.0167 43.0271C64.5607 41.2215 64.9079 39.3836 65.0603 37.5135C65.1003 37.1463 65.1203 36.7792 65.1203 36.411C65.1203 35.5488 65.048 34.9614 64.9045 34.6498C64.7922 34.434 64.6364 34.3261 64.4373 34.3261C64.2047 34.3261 63.9689 34.434 63.7297 34.6498C62.9387 35.2806 62.2679 36.0238 61.716 36.8793C60.2776 39.1478 59.2151 41.2649 58.5287 43.2307C58.3362 43.8292 58.0614 44.5924 57.701 45.5191C57.1981 46.9098 56.7865 48.3282 56.4672 49.7745C56.4271 49.9581 56.3826 50.1372 56.3348 50.313C56.0878 51.4077 55.9076 52.5102 55.7963 53.6205C55.6762 54.5083 55.5805 55.395 55.5082 56.2816C55.4681 56.7211 55.4248 57.1561 55.3769 57.5877C55.3046 58.4188 55.269 59.2498 55.269 60.0809C55.269 61.1834 55.3202 62.0901 55.4248 62.801C55.5605 63.6966 55.6517 64.2228 55.6995 64.383C55.7318 64.4876 55.7485 64.5788 55.7485 64.6589C55.7485 64.9303 55.5638 65.0861 55.1967 65.1261Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M73.2343 47.2566C73.4257 47.2566 73.6014 47.1409 73.7617 46.9095C73.9219 46.677 74.0175 46.5413 74.0498 46.5012C74.8486 45.3353 75.4716 43.8089 75.9188 41.9232C76.039 41.4048 76.099 40.8852 76.099 40.3657C76.099 39.479 75.9511 38.7514 75.6552 38.184C75.4872 37.9126 75.2635 37.7769 74.9843 37.7769C74.2256 37.7769 73.666 38.5556 73.3066 40.1143C72.8104 42.3593 72.5635 43.7533 72.5635 44.2962C72.5635 44.5677 72.5868 44.8391 72.6347 45.1117V46.0462C72.6347 46.5012 72.6669 46.8049 72.7315 46.9574C72.8193 47.1565 72.9862 47.2566 73.2343 47.2566ZM73.7861 49.3537C72.7793 49.3537 71.5689 48.7307 70.1549 47.4847C69.4673 46.885 69.1236 45.906 69.1236 44.5476C69.1236 44.452 69.1191 44.3685 69.1113 44.2962C69.1992 42.8344 69.4829 41.1689 69.9624 39.2988C70.067 38.9394 70.2027 38.5879 70.3696 38.2441L70.5253 37.8848C70.7979 37.2373 71.1172 36.8223 71.4843 36.6388C71.8526 36.4552 72.3599 36.3551 73.0063 36.3384C73.103 36.3384 73.1987 36.3506 73.2944 36.3751C74.1966 36.5742 75.1078 36.71 76.0267 36.7823C76.8978 36.8624 77.5008 37.3174 77.8368 38.1484C78.2762 39.2354 78.4954 40.3779 78.4954 41.5761C78.4954 43.5252 77.8279 45.5745 76.494 47.7239C76.0067 48.4748 75.5072 48.9343 74.9965 49.1023C74.4848 49.2703 74.0809 49.3537 73.7861 49.3537Z\"\n                    fill=\"white\" \/>\n            <\/g>\n            <g id=\"hotspot-club\"\n                class=\"pointer-events-auto cursor-pointer transition-transform duration-300 hover:scale-105 origin-center\"\n                data-toggle=\"modal\">\n                <path\n                    d=\"M168.5 40.0005C168.5 17.9095 186.409 0.000488281 208.5 0.000488281C230.591 0.000488281 248.5 17.9095 248.5 40.0005C248.5 62.0914 230.591 79.9994 208.5 79.9994C194.276 79.9994 181.794 72.569 174.703 61.3839C171.879 55.9015 168.5 46.5932 168.5 40.0005Z\"\n                    fill=\"#C2A28E\" \/>\n                <path\n                    d=\"M187.873 34.0592H187.774C187.326 34.0592 186.793 33.8667 186.177 33.4818C185.966 33.3372 185.805 33.128 185.692 32.8533C185.32 32.0289 185.077 31.1556 184.964 30.2344C184.778 29.0251 184.686 27.7947 184.686 26.5443C184.679 26.2628 184.67 26.0047 184.659 25.7711C184.647 25.4829 184.64 25.1903 184.64 24.8944C184.64 23.7474 184.683 22.4514 184.766 21.0084C184.796 20.5612 184.812 20.2586 184.812 20.1006C184.812 19.7235 184.727 19.5344 184.56 19.5344C184.512 19.5344 184.456 19.5477 184.389 19.5755C184.27 19.6367 184.15 19.6924 184.031 19.7402C183.863 19.8025 183.701 19.8815 183.546 19.9772C183.21 20.1908 182.866 20.3799 182.513 20.5445C182.249 20.6747 181.992 20.8126 181.74 20.9573C181.537 21.0663 181.352 21.1219 181.184 21.1219C181.052 21.1219 180.929 21.0874 180.815 21.0185C180.558 20.8738 180.358 20.6435 180.214 20.3276C179.987 19.778 179.873 19.1595 179.873 18.4731L179.864 18.2461C179.864 18.0536 179.944 17.929 180.107 17.8745C181.95 17.0702 183.5 16.366 184.757 15.7608C185.063 15.6239 185.224 15.3692 185.242 14.9987C185.29 14.8196 185.329 14.6138 185.359 14.3802C185.401 14.0564 185.461 13.8061 185.539 13.627C185.904 13.0363 186.226 12.7214 186.504 12.6836C186.782 12.6458 186.97 12.6269 187.065 12.6269C187.4 12.6269 187.703 12.7103 187.972 12.8749C188.319 13.0874 188.511 13.3077 188.546 13.5347C188.558 13.7204 188.593 13.8417 188.65 13.9007C188.706 13.9585 188.789 13.9874 188.897 13.9874C189.208 13.9874 189.582 13.8951 190.019 13.7093C192.3 12.8916 194.203 12.4489 195.73 12.3799C196.083 12.3799 196.422 12.4377 196.744 12.5557C196.972 12.6313 197.129 12.7581 197.216 12.9361C197.303 13.1152 197.346 13.2732 197.346 13.4112C197.346 13.5691 197.307 13.7427 197.229 13.9318C197.151 14.1198 197.022 14.2289 196.843 14.2556C196.627 14.3112 196.431 14.4035 196.25 14.5348C196.101 14.6305 195.942 14.7028 195.774 14.7506C195.164 14.9297 194.563 15.1422 193.97 15.3903C193.653 15.5138 193.332 15.6306 193.01 15.7408C192.243 16.0089 191.477 16.3215 190.71 16.6786C190.106 16.9601 189.493 17.2182 188.87 17.4518C188.493 17.5964 188.298 17.8946 188.286 18.3485C188.226 19.4754 188.151 20.599 188.061 21.7193L188.017 22.5337C187.999 23.0632 187.951 23.5928 187.873 24.1212C187.855 25.2282 187.84 25.8701 187.829 26.0492C187.804 26.5298 187.792 27.0905 187.792 27.7302L187.82 28.8015C187.85 30.616 187.96 31.9288 188.151 32.7398C188.254 33.2615 188.304 33.5675 188.304 33.6576C188.304 33.9246 188.16 34.0592 187.873 34.0592Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M194.867 34.6162C194.43 34.6162 194.001 34.5161 193.583 34.3169C193.086 34.0833 192.745 33.8842 192.559 33.7195C192.487 33.665 192.413 33.616 192.335 33.5749C191.706 33.2378 191.335 32.637 191.221 31.7715C191.161 31.3376 191.131 30.9015 191.131 30.4621L191.159 29.5031C191.134 29.0292 191.122 28.5508 191.122 28.0702C191.122 27.2659 191.155 26.4582 191.221 25.6472C191.425 22.1906 191.763 18.7475 192.236 15.3187C192.409 14.006 192.616 12.7032 192.855 11.4116C192.898 11.1713 192.958 11.0122 193.036 10.9377C193.112 10.8609 193.293 10.8242 193.574 10.8242C193.927 10.8242 194.277 10.8921 194.624 11.03C194.971 11.1669 195.224 11.3649 195.383 11.623C195.542 11.88 195.63 12.2504 195.648 12.731C195.63 13.3496 195.573 14.0193 195.478 14.7413L195.244 16.4935C194.957 18.6028 194.705 20.9713 194.49 23.5957C194.292 25.5415 194.166 27.7031 194.112 30.0805C194.112 30.3831 194.127 30.5911 194.157 30.7046C194.187 30.817 194.253 30.8737 194.355 30.8737C194.486 30.8737 194.606 30.7335 194.714 30.4521C195.421 28.7477 196.196 27.0423 197.039 25.3379C197.542 24.3077 198.139 23.3966 198.826 22.6067C199.203 22.1461 199.671 21.9159 200.227 21.9159L201.224 21.8947C201.882 21.9092 202.428 22.0805 202.862 22.4109C203.296 22.7402 203.639 23.2664 203.89 23.9885C204.148 24.7438 204.375 25.5137 204.573 26.2969C204.687 26.723 204.807 27.1491 204.933 27.5752C205.106 28.1937 205.375 28.7511 205.74 29.245C205.836 29.3552 205.884 29.4653 205.884 29.5754C205.884 29.7267 205.77 29.8024 205.542 29.8024C205.393 29.8024 205.246 29.7712 205.103 29.7089C203.911 29.2762 203.031 28.4207 202.463 27.1424C202.211 26.565 202.008 25.9676 201.852 25.349C201.744 24.943 201.625 24.548 201.493 24.1631C201.379 23.8883 201.25 23.7504 201.107 23.7504C200.988 23.7504 200.855 23.8572 200.712 24.0708C200.694 24.1119 200.673 24.1498 200.65 24.1843C199.931 25.4002 199.269 26.6573 198.665 27.9567C198.174 29.0837 197.719 30.2285 197.3 31.3899C196.899 32.4691 196.666 33.0843 196.6 33.2345C196.246 34.1556 195.669 34.6162 194.867 34.6162Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M209.926 25.7507C210.208 25.7507 210.585 25.1734 211.058 24.0186C211.303 23.3589 211.486 22.6791 211.605 21.9783C211.617 21.9026 211.623 21.827 211.623 21.7513C211.623 21.531 211.552 21.3831 211.408 21.3074C211.371 21.2941 211.336 21.2874 211.3 21.2874C211.192 21.2874 211.07 21.3931 210.932 21.6067C210.273 22.5556 209.827 23.7371 209.593 25.1533C209.588 25.1878 209.585 25.229 209.585 25.2768C209.585 25.3803 209.597 25.4659 209.621 25.5338C209.645 25.6028 209.688 25.6562 209.751 25.694C209.814 25.7318 209.873 25.7507 209.926 25.7507ZM211.264 33.4715C210.103 33.4715 208.963 32.9497 207.844 31.9051C207.394 31.4857 207.107 30.9495 206.981 30.2964C206.934 30.0361 206.879 29.7713 206.819 29.5032C206.735 29.0983 206.661 28.6922 206.595 28.2872C206.571 28.0603 206.559 27.83 206.559 27.5964C206.559 27.3005 206.58 27.0023 206.622 26.6997C206.693 26.198 206.731 25.8264 206.734 25.5861C206.737 25.3458 206.771 25.1255 206.838 24.9264C206.879 24.8096 206.909 24.6961 206.927 24.586C207.256 22.9573 207.777 21.6345 208.49 20.6165C208.568 20.5075 208.642 20.394 208.714 20.2772C208.965 19.9123 209.292 19.7243 209.693 19.7099L210.195 19.6998L210.743 19.7099C210.911 19.6898 211.075 19.6787 211.237 19.6787C212.524 19.6787 213.38 20.2628 213.805 21.4309C213.877 21.6445 213.912 21.8614 213.912 22.0806C213.912 22.6992 213.817 23.3077 213.625 23.9062C213.428 24.6138 213.159 25.2835 212.818 25.9154C212.38 26.7197 211.806 27.1213 211.093 27.1213C210.812 27.1213 210.477 27.0468 210.087 26.8955C209.86 26.8054 209.71 26.7609 209.639 26.7609C209.418 26.7609 209.294 26.9945 209.271 27.4618L209.262 27.8845C209.262 28.977 209.429 30.0394 209.765 31.0696C209.86 31.3867 210.01 31.6681 210.213 31.9151C210.346 32.0731 210.453 32.161 210.537 32.1788C210.62 32.1955 210.68 32.2044 210.716 32.2044C210.812 32.2044 210.923 32.1699 211.049 32.1009C211.491 31.8673 211.895 31.558 212.26 31.1731C213.536 29.6267 214.547 28.2795 215.295 27.1325C215.523 26.8021 215.679 26.6374 215.762 26.6374C215.787 26.6374 215.813 26.6474 215.844 26.6686C215.927 26.7297 215.969 26.8299 215.969 26.9678C215.969 27.118 215.936 27.593 215.87 28.3896C215.865 28.5209 215.84 28.6444 215.798 28.7612C215.769 28.8224 215.741 28.888 215.718 28.957C215.55 29.4176 215.271 30.0061 214.878 30.7247C214.486 31.4434 214.116 31.9674 213.769 32.2967C213.524 32.5237 213.275 32.7406 213.023 32.9464C212.665 33.2279 212.27 33.3892 211.839 33.4315C211.642 33.4582 211.449 33.4715 211.264 33.4715Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M190.372 61.6084C188.972 61.6084 187.475 60.6805 185.883 58.8227C185.257 58.0283 184.908 57.0949 184.832 56.0236C184.758 55.325 184.72 54.6263 184.72 53.9265C184.72 52.3957 184.958 50.5579 185.433 48.4141C185.691 47.217 186.049 46.05 186.509 44.9108C187.025 43.7238 187.663 42.638 188.421 41.6512C188.721 41.2685 189.089 41.0771 189.522 41.0771C190.105 41.0771 191.148 41.3453 192.649 41.8815C193.524 42.1974 194.157 42.8338 194.549 43.7905C194.624 43.9919 194.662 44.1643 194.662 44.3079C194.662 44.7384 194.37 44.9542 193.787 44.9542C193.336 44.9542 193.011 44.7718 192.811 44.408C192.67 44.1688 192.519 44.0498 192.36 44.0498C192.16 44.0498 191.981 44.1588 191.823 44.3791C191.189 45.2691 190.677 46.2414 190.284 47.2938C189.542 49.1895 189.01 51.152 188.684 53.1812C188.526 54.1379 188.447 55.1047 188.447 56.0803C188.447 56.6744 188.476 57.2674 188.534 57.8615C188.585 58.589 188.78 58.9528 189.122 58.9528C189.322 58.9528 189.568 58.8282 189.859 58.579C190.427 58.1485 190.956 57.6601 191.448 57.1139C192.765 55.6498 194.011 54.109 195.187 52.4914C196.705 50.4811 197.513 49.4576 197.613 49.4187L197.713 49.3898C197.829 49.3898 197.893 49.4165 197.901 49.4687C197.91 49.5221 197.913 49.5622 197.913 49.5911C197.913 49.7925 197.876 50.0172 197.801 50.2664C197.517 51.4245 197.146 52.5493 196.688 53.6395L195.199 57.0716C194.599 58.5167 193.749 59.7227 192.649 60.6894C191.931 61.3024 191.172 61.6084 190.372 61.6084Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M203.931 64.3943C203.706 64.3943 203.313 64.332 202.755 64.2074C201.838 64.0828 200.792 63.5132 199.616 62.4986C199.149 62.088 198.824 61.5607 198.641 60.9199C198.282 59.8386 198.061 58.7138 197.978 57.5457C197.97 57.3833 197.949 57.1919 197.915 56.9717C197.841 56.4933 197.803 56.0383 197.803 55.6077L197.753 52.822L197.765 52.535C197.832 52.1045 197.865 51.655 197.865 51.1855C197.899 49.3477 198.037 47.343 198.278 45.1691C198.453 43.1789 198.636 41.3888 198.829 39.8002C199.104 37.445 199.283 35.675 199.366 34.488C199.342 34.1142 199.328 33.8605 199.328 33.727C199.328 33.42 199.462 33.2676 199.729 33.2676C200.679 33.2676 201.267 33.311 201.492 33.3966C202.201 33.6736 202.647 33.9896 202.83 34.3445C203.014 34.6983 203.105 35.1054 203.105 35.5649C203.105 36.6273 202.909 38.9669 202.518 42.5848C202.375 43.734 202.263 44.8821 202.18 46.0313C202.105 46.9692 202.009 48.0939 201.893 49.4055C201.726 51.3001 201.642 53.2047 201.642 55.1193C201.642 55.818 201.654 56.5222 201.68 57.2298C201.755 58.666 201.926 60.0822 202.193 61.4795C202.251 61.8055 202.355 62.107 202.506 62.384C202.605 62.5753 202.738 62.671 202.905 62.671C202.972 62.671 203.047 62.6521 203.131 62.6143C203.48 62.4607 203.802 62.2505 204.093 61.9824C204.135 61.9345 204.181 61.8911 204.231 61.8533C204.714 61.4128 205.186 60.9533 205.644 60.4749C207.436 58.4746 208.374 57.4745 208.457 57.4745C208.608 57.5023 208.687 57.5746 208.695 57.6892C208.695 57.7849 208.683 57.8995 208.658 58.0341C208.608 58.2733 208.583 58.4502 208.583 58.5648C208.574 59.2156 208.428 59.7996 208.145 60.3169C207.728 61.2926 207.195 62.1782 206.544 62.9725C205.718 63.9203 204.847 64.3943 203.931 64.3943Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M212.593 60.1873C212.218 60.1873 211.822 60.0727 211.405 59.8424C210.613 59.393 209.897 58.8189 209.255 58.1203C208.504 57.2781 208.129 55.3246 208.129 52.2618C208.129 50.2805 208.22 48.7541 208.404 47.6817C208.529 46.9741 208.608 46.3467 208.642 45.8015C208.666 45.3421 208.85 45.1118 209.192 45.1118C210.659 45.1118 211.451 45.6769 211.568 46.8061C211.618 47.1888 211.643 47.5715 211.643 47.9542C211.643 48.3091 211.622 48.6629 211.58 49.0167C211.522 49.4861 211.493 49.9601 211.493 50.4385L211.518 51.2862C211.518 52.0416 211.489 52.7936 211.431 53.5401L211.417 54.2143C211.417 54.6737 211.439 55.1288 211.481 55.5782C211.505 55.8853 211.522 56.1912 211.53 56.4971C211.548 56.6217 211.564 56.694 211.58 56.713C211.663 57.0189 211.793 57.1724 211.968 57.1724C212.076 57.1724 212.206 57.1101 212.355 56.9855C212.947 56.4115 214.102 54.0085 215.82 49.7776C216.495 48.0644 216.991 46.9018 217.308 46.2888C217.533 45.8683 217.724 45.4233 217.883 44.9538C217.991 44.6668 218.184 44.5044 218.458 44.4654C218.667 44.4276 218.871 44.4087 219.071 44.4087C220.38 44.4087 221.152 44.9594 221.384 46.0596C221.451 46.3856 221.484 46.7149 221.484 47.0498C221.484 47.2133 221.477 47.3802 221.46 47.5526C221.018 50.9891 220.797 54.2532 220.797 57.3449L220.809 58.5653C220.809 58.8801 220.726 59.1293 220.559 59.3118C220.451 59.4163 220.313 59.4697 220.146 59.4697C220.022 59.4697 219.876 59.4408 219.709 59.383C219.175 59.1627 218.759 58.7755 218.458 58.2204C218.075 57.5217 217.817 56.7697 217.683 55.9665C217.609 55.5259 217.542 55.062 217.483 54.5736C217.433 54.0185 217.299 53.7404 217.082 53.7404C216.933 53.7404 216.824 53.865 216.757 54.1142C216.616 54.4868 216.462 54.8562 216.295 55.22C216.178 55.4592 216.07 55.7028 215.97 55.952C215.553 57.0044 215.049 57.9957 214.457 58.9235C213.923 59.7657 213.302 60.1873 212.593 60.1873Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M226.563 63.7771L226.413 63.7626C225.446 63.5423 224.575 63.0784 223.8 62.3697C223.566 62.1205 223.416 61.8146 223.349 61.4508C223.115 60.513 222.986 59.5651 222.962 58.6084C222.92 57.3835 222.898 56.0908 222.898 54.7324C222.898 53.67 222.912 52.5641 222.936 51.4149C222.928 51.0901 222.924 50.7497 222.924 50.3959C222.924 49.6872 222.945 48.9263 222.986 48.113C223.012 47.4622 223.032 46.807 223.049 46.1461C223.108 43.524 223.194 41.1399 223.311 38.9961C223.378 37.8958 223.425 36.8044 223.449 35.7231C223.475 34.6406 223.545 33.3346 223.662 31.8026C223.671 31.5067 223.726 31.3076 223.831 31.2075C223.935 31.1073 224.083 31.0562 224.275 31.0562C225.117 31.0562 225.871 31.3387 226.539 31.9039C227.038 32.3533 227.313 32.9329 227.363 33.6405L227.388 34.3447C227.388 34.5839 227.372 35.0144 227.338 35.6363C227.147 39.3309 227.017 42.8776 226.951 46.2752C226.951 46.5333 226.959 46.7536 226.976 46.936C227.017 47.213 227.126 47.3521 227.301 47.3521C227.467 47.3521 227.647 47.2609 227.839 47.0795C228.906 46.2084 230.073 45.7723 231.34 45.7723C232.507 45.7723 233.633 45.9982 234.717 46.4476C236.776 47.4044 237.806 49.3045 237.806 52.1481C237.806 52.9613 237.714 53.7601 237.53 54.5455C237.097 56.4401 236.339 58.1589 235.254 59.6997C234.571 60.5997 233.87 61.1427 233.153 61.3296C232.436 61.5153 231.874 61.6088 231.465 61.6088C230.956 61.6088 230.469 61.5176 230.002 61.3362C229.477 61.1549 228.989 60.8868 228.539 60.5319C228.331 60.3695 228.226 60.2404 228.226 60.1447C228.226 60.078 228.268 60.0446 228.351 60.0446C228.401 60.0535 228.448 60.068 228.489 60.0869C228.713 60.1536 228.93 60.1881 229.14 60.1881C229.622 60.1881 230.073 60.0057 230.49 59.6419C232.008 58.4259 233.079 56.8184 233.704 54.8181C233.786 54.5411 233.883 54.273 233.991 54.0137C234.349 53.2094 234.529 52.2004 234.529 50.9844C234.529 50.1322 234.428 49.2923 234.229 48.4646C234.029 47.6369 233.683 47.223 233.191 47.223C233.066 47.223 232.929 47.252 232.779 47.3087C231.753 47.6347 230.92 48.2944 230.278 49.2901C229.076 51.119 228.126 53.0948 227.426 55.2197C226.942 56.6459 226.701 58.12 226.701 59.6419C226.701 60.6665 226.813 61.7857 227.038 63.0016C227.055 63.0884 227.064 63.1696 227.064 63.2453C227.064 63.6002 226.897 63.7771 226.563 63.7771Z\"\n                    fill=\"white\" \/>\n            <\/g>\n            <g id=\"hotspot-beach\"\n                class=\"pointer-events-auto cursor-pointer transition-transform duration-300 hover:scale-105 origin-center\"\n                data-toggle=\"modal\">\n                <path\n                    d=\"M332.419 19.061C339.458 7.62669 352.086 0.000488281 366.5 0.000488281C388.591 0.000488281 406.5 17.9084 406.5 40.0005C406.5 62.0914 388.591 79.9994 366.5 79.9994C344.409 79.9994 326.5 62.0914 326.5 40.0005C326.5 33.5947 329.742 24.4277 332.419 19.061Z\"\n                    fill=\"#C2A28E\" \/>\n                <path\n                    d=\"M349.971 34.1912H349.876C349.447 34.1912 348.936 34.031 348.347 33.7095C348.146 33.5894 347.992 33.4147 347.883 33.1855C347.528 32.498 347.295 31.7704 347.186 31.0028C347.009 29.9949 346.92 28.9692 346.92 27.9267C346.915 27.6909 346.906 27.4762 346.895 27.2815C346.882 27.0412 346.877 26.7976 346.877 26.5517C346.877 25.5949 346.917 24.5147 346.997 23.311C347.026 22.9394 347.04 22.6869 347.04 22.5556C347.04 22.2407 346.96 22.0828 346.8 22.0828C346.753 22.0828 346.7 22.0939 346.637 22.1173C346.522 22.1684 346.407 22.214 346.293 22.2552C346.133 22.3064 345.978 22.372 345.829 22.4521C345.507 22.6301 345.178 22.787 344.84 22.9249C344.589 23.034 344.342 23.1486 344.101 23.2687C343.907 23.3599 343.729 23.4055 343.568 23.4055C343.443 23.4055 343.325 23.3777 343.216 23.3199C342.97 23.1997 342.777 23.0084 342.641 22.7447C342.422 22.2864 342.313 21.7702 342.313 21.1972L342.306 21.0081C342.306 20.8479 342.382 20.7444 342.537 20.6988C344.301 20.0291 345.786 19.4417 346.989 18.9377C347.281 18.8231 347.435 18.6107 347.453 18.3014C347.499 18.1523 347.536 17.981 347.564 17.7863C347.605 17.516 347.662 17.3068 347.737 17.1588C348.086 16.666 348.394 16.4035 348.66 16.3723C348.926 16.3412 349.105 16.3245 349.198 16.3245C349.518 16.3245 349.807 16.3934 350.065 16.5314C350.398 16.7083 350.58 16.8918 350.615 17.081C350.627 17.2356 350.659 17.338 350.714 17.3858C350.768 17.4347 350.847 17.4592 350.951 17.4592C351.248 17.4592 351.606 17.3825 352.024 17.2267C354.207 16.5459 356.029 16.1754 357.49 16.1187C357.828 16.1187 358.152 16.1676 358.461 16.2644C358.679 16.3278 358.83 16.4335 358.912 16.5826C358.995 16.7316 359.037 16.864 359.037 16.9786C359.037 17.1099 359 17.2545 358.925 17.4114C358.851 17.5694 358.727 17.6595 358.556 17.6828C358.349 17.7284 358.161 17.8063 357.989 17.9142C357.845 17.9954 357.694 18.0555 357.534 18.0956C356.948 18.2446 356.373 18.4215 355.806 18.6273C355.502 18.7308 355.196 18.8287 354.886 18.9199C354.153 19.1435 353.42 19.4039 352.686 19.702C352.108 19.9368 351.521 20.1515 350.924 20.3462C350.564 20.4674 350.378 20.7166 350.366 21.0949C350.309 22.0338 350.237 22.9706 350.151 23.9039L350.109 24.5837C350.091 25.0242 350.045 25.4659 349.971 25.9064C349.954 26.8298 349.94 27.3649 349.927 27.514C349.905 27.9145 349.893 28.3818 349.893 28.9146L349.92 29.808C349.947 31.321 350.054 32.4157 350.237 33.091C350.335 33.5271 350.384 33.7818 350.384 33.8564C350.384 34.0789 350.246 34.1912 349.971 34.1912Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M356.666 34.655C356.248 34.655 355.839 34.5715 355.437 34.4058C354.962 34.2111 354.635 34.0453 354.458 33.9074C354.389 33.8618 354.318 33.8217 354.243 33.7872C353.641 33.5069 353.287 33.0051 353.178 32.2831C353.12 31.9227 353.092 31.5589 353.092 31.1918L353.117 30.393C353.094 29.9969 353.083 29.5987 353.083 29.1981C353.083 28.5273 353.114 27.8542 353.178 27.179C353.372 24.2965 353.696 21.4262 354.149 18.5682C354.315 17.4735 354.513 16.3877 354.742 15.3108C354.782 15.1105 354.839 14.9782 354.913 14.9159C354.988 14.8524 355.16 14.8213 355.429 14.8213C355.767 14.8213 356.102 14.878 356.434 14.9926C356.767 15.1072 357.009 15.2719 357.16 15.4866C357.313 15.7013 357.397 16.0094 357.414 16.4111C357.397 16.9261 357.343 17.4846 357.25 18.0865L357.027 19.5472C356.752 21.3061 356.512 23.2796 356.306 25.4679C356.117 27.09 355.996 28.8911 355.944 30.8736C355.944 31.1261 355.959 31.2997 355.988 31.3942C356.017 31.4888 356.079 31.5355 356.177 31.5355C356.303 31.5355 356.417 31.4176 356.521 31.1829C357.196 29.7622 357.938 28.3415 358.746 26.9209C359.227 26.0609 359.797 25.3022 360.457 24.6436C360.817 24.2598 361.264 24.0673 361.797 24.0673L362.751 24.0506C363.381 24.0617 363.903 24.2052 364.319 24.48C364.734 24.7548 365.062 25.1931 365.303 25.795C365.55 26.4258 365.767 27.0666 365.956 27.7196C366.065 28.0745 366.179 28.4305 366.3 28.7854C366.466 29.3016 366.723 29.7655 367.074 30.1783C367.165 30.2695 367.211 30.3607 367.211 30.4531C367.211 30.5788 367.102 30.6422 366.885 30.6422C366.741 30.6422 366.601 30.6155 366.463 30.5643C365.323 30.2039 364.481 29.4896 363.937 28.425C363.696 27.9432 363.502 27.4448 363.353 26.9298C363.249 26.5916 363.134 26.2623 363.009 25.9407C362.9 25.7116 362.776 25.597 362.639 25.597C362.525 25.597 362.398 25.686 362.261 25.864C362.243 25.8985 362.223 25.9296 362.201 25.9585C361.514 26.972 360.881 28.0211 360.302 29.1036C359.831 30.0425 359.396 30.9971 358.995 31.9649C358.611 32.865 358.387 33.3778 358.325 33.5035C357.987 34.2712 357.434 34.655 356.666 34.655Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M371.077 27.2655C371.347 27.2655 371.707 26.7838 372.16 25.8215C372.395 25.2719 372.569 24.7045 372.684 24.1205C372.696 24.057 372.702 23.9936 372.702 23.9313C372.702 23.7478 372.633 23.6243 372.496 23.562C372.461 23.5497 372.427 23.5442 372.392 23.5442C372.289 23.5442 372.172 23.6332 372.04 23.8112C371.41 24.6011 370.983 25.5867 370.759 26.7671C370.754 26.796 370.75 26.8305 370.75 26.8706C370.75 26.9562 370.763 27.0274 370.785 27.0853C370.808 27.142 370.849 27.1865 370.909 27.2188C370.969 27.2499 371.026 27.2655 371.077 27.2655ZM372.358 33.7024C371.247 33.7024 370.155 33.2663 369.084 32.3964C368.654 32.0459 368.378 31.5998 368.258 31.0547C368.213 30.8377 368.162 30.6164 368.104 30.3939C368.024 30.0557 367.952 29.7175 367.889 29.3792C367.867 29.1901 367.854 28.9988 367.854 28.8041C367.854 28.5571 367.875 28.3079 367.915 28.0565C367.984 27.6382 368.019 27.3289 368.022 27.1275C368.025 26.9273 368.058 26.7437 368.121 26.578C368.162 26.4801 368.189 26.3855 368.207 26.2943C368.522 24.9359 369.02 23.8334 369.702 22.9857C369.777 22.8945 369.848 22.7999 369.917 22.702C370.157 22.3983 370.47 22.2414 370.854 22.2292L371.336 22.2214L371.859 22.2292C372.02 22.2125 372.178 22.2036 372.332 22.2036C373.564 22.2036 374.383 22.6909 374.79 23.6643C374.859 23.8423 374.893 24.0226 374.893 24.2061C374.893 24.7212 374.801 25.2285 374.617 25.7269C374.429 26.3176 374.171 26.8761 373.844 27.4034C373.426 28.0732 372.876 28.408 372.194 28.408C371.925 28.408 371.605 28.3457 371.232 28.2189C371.014 28.1455 370.872 28.1077 370.803 28.1077C370.59 28.1077 370.473 28.3023 370.45 28.6917L370.441 29.0444C370.441 29.9555 370.602 30.84 370.923 31.6999C371.014 31.9636 371.158 32.1983 371.352 32.4041C371.478 32.5365 371.581 32.6088 371.661 32.6233C371.742 32.6378 371.799 32.6444 371.834 32.6444C371.925 32.6444 372.031 32.6166 372.152 32.5588C372.576 32.3641 372.962 32.1071 373.311 31.7856C374.532 30.4962 375.501 29.3737 376.216 28.4169C376.434 28.1421 376.583 28.0042 376.663 28.0042C376.687 28.0042 376.712 28.0131 376.741 28.0298C376.821 28.0821 376.861 28.1644 376.861 28.279C376.861 28.4058 376.829 28.8007 376.767 29.466C376.761 29.5739 376.738 29.6774 376.698 29.7753C376.669 29.8265 376.643 29.881 376.62 29.9377C376.46 30.3215 376.192 30.8133 375.817 31.4118C375.442 32.0103 375.088 32.4475 374.755 32.7223C374.521 32.9114 374.283 33.0917 374.042 33.2641C373.698 33.4988 373.32 33.6335 372.907 33.6679C372.718 33.6902 372.536 33.7024 372.358 33.7024Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M335.496 56.0486L335.358 56.0375C334.466 55.8606 333.662 55.4879 332.948 54.9194C332.733 54.7191 332.594 54.4733 332.533 54.1818C332.317 53.4286 332.198 52.6666 332.176 51.899C332.137 50.9144 332.118 49.8775 332.118 48.7862C332.118 47.9329 332.129 47.0451 332.153 46.1228C332.145 45.8614 332.142 45.5888 332.142 45.3052C332.142 44.7356 332.16 44.1248 332.198 43.4718C332.222 42.9489 332.241 42.4227 332.256 41.892C332.311 39.7871 332.391 37.8725 332.499 36.1515C332.56 35.2682 332.602 34.3915 332.625 33.5226C332.649 32.6549 332.713 31.6058 332.821 30.3765C332.829 30.1373 332.881 29.9782 332.977 29.897C333.073 29.8169 333.21 29.7769 333.386 29.7769C334.162 29.7769 334.858 30.0027 335.472 30.4566C335.934 30.8182 336.188 31.2832 336.233 31.8517L336.257 32.4168C336.257 32.6082 336.241 32.9542 336.21 33.4537C336.034 36.4207 335.915 39.2676 335.853 41.9966C335.853 42.2035 335.861 42.3804 335.876 42.5261C335.915 42.7497 336.014 42.861 336.175 42.861C336.33 42.861 336.495 42.7876 336.672 42.6418C337.655 41.9421 338.731 41.5927 339.899 41.5927C340.976 41.5927 342.013 41.773 343.012 42.1345C344.91 42.9033 345.86 44.4285 345.86 46.7114C345.86 47.3644 345.775 48.0063 345.606 48.636C345.206 50.1579 344.507 51.5374 343.508 52.7745C342.877 53.4976 342.232 53.9337 341.571 54.0828C340.91 54.233 340.392 54.3075 340.015 54.3075C339.546 54.3075 339.097 54.2352 338.666 54.0895C338.181 53.9426 337.732 53.7279 337.317 53.4431C337.126 53.3129 337.029 53.2095 337.029 53.1316C337.029 53.0782 337.068 53.0515 337.144 53.0515C337.19 53.0593 337.232 53.0704 337.271 53.086C337.478 53.1394 337.678 53.1661 337.871 53.1661C338.316 53.1661 338.731 53.0204 339.116 52.7289C340.514 51.7521 341.502 50.4616 342.078 48.8551C342.155 48.6326 342.243 48.4168 342.343 48.2099C342.674 47.5646 342.839 46.7536 342.839 45.7769C342.839 45.0938 342.747 44.4185 342.562 43.7543C342.378 43.0891 342.059 42.7564 341.606 42.7564C341.49 42.7564 341.363 42.7798 341.225 42.8265C340.279 43.0879 339.511 43.6175 338.92 44.4174C337.813 45.8848 336.936 47.4723 336.291 49.1778C335.845 50.3236 335.623 51.5062 335.623 52.7289C335.623 53.551 335.726 54.4499 335.934 55.4256C335.95 55.4957 335.956 55.5613 335.956 55.6225C335.956 55.9062 335.803 56.0486 335.496 56.0486Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M351.06 45.2828C351.421 45.2828 351.905 44.6375 352.512 43.3459C352.827 42.6083 353.062 41.8474 353.216 41.0642C353.231 40.9796 353.238 40.8939 353.238 40.8094C353.238 40.5646 353.147 40.3989 352.962 40.3143C352.915 40.2988 352.87 40.291 352.823 40.291C352.685 40.291 352.527 40.41 352.351 40.6481C351.506 41.7094 350.933 43.0311 350.633 44.6141C350.626 44.6531 350.621 44.6987 350.621 44.7521C350.621 44.8678 350.637 44.9635 350.668 45.0402C350.698 45.1181 350.754 45.1771 350.835 45.2193C350.915 45.2616 350.991 45.2828 351.06 45.2828ZM352.777 53.9169C351.286 53.9169 349.822 53.3328 348.385 52.1647C347.809 51.6963 347.439 51.0967 347.278 50.3669C347.217 50.0743 347.148 49.7784 347.071 49.4791C346.963 49.0252 346.868 48.5724 346.783 48.1185C346.752 47.8649 346.736 47.6079 346.736 47.3465C346.736 47.016 346.763 46.6812 346.818 46.343C346.91 45.7823 346.958 45.3673 346.961 45.0981C346.966 44.83 347.009 44.583 347.093 44.3605C347.148 44.2303 347.186 44.1035 347.209 43.98C347.632 42.1589 348.301 40.6792 349.215 39.5423C349.315 39.4188 349.411 39.2919 349.503 39.1618C349.826 38.7546 350.245 38.5432 350.76 38.5277L351.405 38.5154L352.109 38.5277C352.323 38.5043 352.535 38.4932 352.743 38.4932C354.395 38.4932 355.494 39.1462 356.039 40.4523C356.131 40.6904 356.178 40.9329 356.178 41.1787C356.178 41.8707 356.055 42.5505 355.809 43.2191C355.555 44.0112 355.209 44.7599 354.772 45.4674C354.21 46.3663 353.473 46.8158 352.558 46.8158C352.196 46.8158 351.766 46.7312 351.266 46.5621C350.975 46.462 350.782 46.4131 350.69 46.4131C350.406 46.4131 350.248 46.6734 350.218 47.1963L350.206 47.6691C350.206 48.8906 350.422 50.0788 350.851 51.2313C350.975 51.5851 351.167 51.8999 351.429 52.1769C351.598 52.3527 351.736 52.4517 351.844 52.4706C351.951 52.4895 352.027 52.4996 352.074 52.4996C352.196 52.4996 352.339 52.4606 352.5 52.3839C353.069 52.1224 353.588 51.7764 354.057 51.3459C355.694 49.6171 356.992 48.1107 357.954 46.828C358.245 46.4587 358.445 46.274 358.552 46.274C358.583 46.274 358.618 46.2862 358.657 46.3085C358.764 46.3775 358.818 46.4898 358.818 46.6434C358.818 46.8125 358.776 47.342 358.691 48.2342C358.683 48.38 358.652 48.5179 358.599 48.6492C358.56 48.7182 358.526 48.7916 358.495 48.8684C358.28 49.3834 357.92 50.042 357.417 50.8453C356.913 51.6485 356.44 52.2348 355.993 52.603C355.679 52.8567 355.359 53.0992 355.037 53.3295C354.575 53.6443 354.069 53.8245 353.515 53.8713C353.261 53.9024 353.015 53.9169 352.777 53.9169Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M362.171 55.2892C361.11 55.2892 360.007 54.8742 358.862 54.0443C358.824 54.0209 358.789 53.9942 358.759 53.9631C358.082 53.5103 357.667 53.0508 357.514 52.5858C357.359 52.1208 357.282 51.7003 357.282 51.3242C357.282 51.0617 357.31 50.7936 357.363 50.5166C357.609 49.0714 358.082 47.6997 358.781 46.4014C359.034 45.9397 359.281 45.4747 359.519 45.0063C359.781 44.5068 360.007 44.1453 360.199 43.9228C360.561 43.5078 360.899 43.0773 361.214 42.6311C361.336 42.4543 361.467 42.2774 361.605 42.1016C362.221 41.2861 362.985 40.6409 363.899 40.1647C364.115 40.0568 364.338 40.0034 364.568 40.0034L365.202 40.0145C365.564 40.0145 365.929 40.0568 366.298 40.1414C366.52 40.1948 366.747 40.2448 366.978 40.2916C367.162 40.3216 367.343 40.3572 367.519 40.395C367.858 40.4718 368.142 40.6331 368.373 40.879C368.503 41.0336 368.569 41.1715 368.569 41.2939C368.569 41.4486 368.447 41.5676 368.206 41.651C367.963 41.7367 367.72 41.8246 367.474 41.9169C367.02 42.1094 366.552 42.2395 366.067 42.3085C365.828 42.3319 365.622 42.4276 365.445 42.5967C364.123 43.7804 362.878 45.5871 361.71 48.0145C360.941 49.6444 360.549 51.1663 360.534 52.5802C360.534 53.1565 360.688 53.4447 360.995 53.4447C361.11 53.4447 361.245 53.4024 361.398 53.3178C361.759 53.0875 362.063 52.7994 362.309 52.4534C362.67 51.9461 363.016 51.431 363.346 50.9082C364.384 49.2561 365.482 47.6463 366.644 46.0788C366.974 45.5871 367.408 45.3401 367.946 45.3401C368.053 45.3401 368.175 45.3546 368.309 45.3813C368.444 45.408 368.626 45.4213 368.857 45.4213C370.156 45.4903 370.828 46.1745 370.874 47.4728V47.7843H370.863L370.874 47.9111L370.863 48.3149C370.863 48.6765 370.982 49.0024 371.22 49.295C371.52 49.6866 371.669 49.9592 371.669 50.1127C371.669 50.3285 371.458 50.4509 371.036 50.4821C370.836 50.4821 370.648 50.4398 370.471 50.3552C369.864 50.0704 369.303 49.7133 368.788 49.2828C368.557 49.0447 368.354 48.9257 368.177 48.9257C367.992 48.9257 367.827 49.0603 367.681 49.3295C367.22 50.1127 366.751 50.8892 366.275 51.658C365.429 53.1955 364.515 54.2824 363.531 54.9198C363.116 55.1657 362.662 55.2892 362.171 55.2892Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M377.805 54.3088C376.513 54.3088 375.134 53.5634 373.666 52.0727C373.09 51.4352 372.767 50.6854 372.698 49.8243C372.628 49.2636 372.594 48.7029 372.594 48.1411C372.594 46.9118 372.813 45.4366 373.251 43.7144C373.489 42.7543 373.82 41.8165 374.242 40.902C374.719 39.9486 375.307 39.0764 376.006 38.2854C376.283 37.9773 376.621 37.8237 377.02 37.8237C377.559 37.8237 378.519 38.0384 379.903 38.469C380.709 38.7226 381.294 39.2344 381.655 40.0031C381.724 40.1644 381.759 40.3024 381.759 40.4181C381.759 40.763 381.489 40.9365 380.952 40.9365C380.537 40.9365 380.237 40.7908 380.053 40.4982C379.922 40.3068 379.784 40.21 379.638 40.21C379.453 40.21 379.288 40.2979 379.142 40.4748C378.558 41.1902 378.085 41.97 377.723 42.8155C377.04 44.3374 376.548 45.9127 376.248 47.5414C376.103 48.3102 376.029 49.0867 376.029 49.871C376.029 50.3472 376.056 50.8233 376.11 51.3006C376.156 51.8846 376.337 52.1761 376.652 52.1761C376.837 52.1761 377.063 52.076 377.332 51.8768C377.855 51.5309 378.343 51.1381 378.796 50.7009C380.011 49.525 381.159 48.2879 382.242 46.9885C383.642 45.3743 384.387 44.5521 384.48 44.5221L384.572 44.4987C384.679 44.4987 384.737 44.5199 384.744 44.5622C384.752 44.6044 384.756 44.6367 384.756 44.6601C384.756 44.8214 384.721 45.0016 384.652 45.2018C384.391 46.1319 384.049 47.0352 383.626 47.9108L382.255 50.6664C381.701 51.8268 380.917 52.7947 379.903 53.5712C379.242 54.0629 378.542 54.3088 377.805 54.3088Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M389.447 55.1964C388.886 55.1964 388.336 55.0852 387.798 54.8616C387.161 54.6012 386.722 54.3776 386.484 54.193C386.392 54.1318 386.296 54.0784 386.196 54.0316C385.388 53.6556 384.912 52.9826 384.766 52.0147C384.69 51.5307 384.651 51.0424 384.651 50.5506L384.685 49.4782C384.655 48.9486 384.64 48.4146 384.64 47.8762C384.64 46.9773 384.682 46.0739 384.766 45.1672C385.028 41.3013 385.462 37.4509 386.069 33.6161C386.292 32.1476 386.558 30.6914 386.865 29.2473C386.918 28.9781 386.995 28.8012 387.095 28.7167C387.195 28.6321 387.425 28.5898 387.787 28.5898C388.24 28.5898 388.69 28.6666 389.135 28.8201C389.581 28.9737 389.906 29.195 390.11 29.4832C390.313 29.7713 390.427 30.1841 390.449 30.7225C390.427 31.4145 390.353 32.1632 390.231 32.9698L389.931 34.93C389.562 37.2896 389.239 39.9374 388.963 42.8733C388.709 45.0482 388.548 47.4645 388.479 50.1234C388.479 50.4616 388.498 50.6941 388.536 50.821C388.575 50.9478 388.659 51.0123 388.789 51.0123C388.958 51.0123 389.112 50.8543 389.251 50.5384C390.158 48.6327 391.153 46.727 392.237 44.8212C392.882 43.6687 393.646 42.6496 394.531 41.7663C395.015 41.2512 395.614 40.9942 396.329 40.9942L397.608 40.9709C398.454 40.9864 399.156 41.1778 399.712 41.5472C400.269 41.9165 400.71 42.5039 401.032 43.3105C401.363 44.156 401.655 45.017 401.908 45.8937C402.055 46.3698 402.208 46.846 402.37 47.3233C402.592 48.0141 402.938 48.6371 403.408 49.19C403.53 49.3135 403.591 49.4359 403.591 49.5594C403.591 49.7285 403.445 49.813 403.154 49.813C402.961 49.813 402.773 49.7786 402.589 49.7085C401.059 49.2245 399.93 48.2678 399.199 46.8382C398.876 46.193 398.615 45.5243 398.416 44.8324C398.277 44.3796 398.123 43.9368 397.954 43.5074C397.808 43.1992 397.643 43.0457 397.459 43.0457C397.305 43.0457 397.136 43.1647 396.952 43.4028C396.928 43.4495 396.902 43.4918 396.87 43.5296C395.948 44.8902 395.099 46.2964 394.323 47.7493C393.693 49.0098 393.109 50.2892 392.571 51.5886C392.056 52.7945 391.756 53.4821 391.672 53.6512C391.218 54.6813 390.477 55.1964 389.447 55.1964Z\"\n                    fill=\"white\" \/>\n            <\/g>\n        <\/svg>\n\n\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\"\n            class=\"hidden md:block absolute top-0 left-0 w-full h-full pointer-events-none\" viewBox=\"0 0 5952 4324\">\n            <g id=\"hotspot-japo\"\n                class=\"pointer-events-auto cursor-pointer transition-transform duration-300 hover:scale-105 origin-center\"\n                data-toggle=\"modal\">\n                <path fill=\"#c2a28e\"\n                    d=\"m2398.19 1472.6-3.84-98.1-18.19 48.84-694.32-866.33c62.53-54.916 102.05-135.4 102.05-225.158 0-165.475-134.14-299.617-299.62-299.617-165.47 0-299.62 134.142-299.62 299.617s134.15 299.625 299.62 299.625c66.12 0 127.19-21.467 176.75-57.733L2356.09 1441l-57.53 11.69z\" \/>\n                <path\n                    d=\"M1413.34 265.207H1412.65C1409.51 265.207 1405.8 264.041 1401.49 261.699C1400.03 260.816 1398.9 259.541 1398.11 257.874C1395.52 252.891 1393.8 247.507 1393.02 241.949C1391.72 234.535 1391.07 227.024 1391.08 219.499C1391.04 217.791 1390.98 216.224 1390.9 214.799C1390.81 213.025 1390.77 211.249 1390.77 209.474C1390.77 202.491 1391.06 194.616 1391.65 185.832C1391.86 183.116 1391.96 181.282 1391.96 180.316C1391.96 178.024 1391.37 176.874 1390.21 176.874C1389.87 176.874 1389.47 176.957 1389.01 177.124C1388.18 177.499 1387.34 177.832 1386.51 178.124C1385.34 178.5 1384.21 178.98 1383.12 179.566C1380.78 180.866 1378.37 182.016 1375.91 183.016C1374.07 183.807 1372.27 184.649 1370.52 185.524C1369.1 186.191 1367.81 186.524 1366.63 186.524C1365.73 186.529 1364.85 186.314 1364.06 185.899C1362.26 185.023 1360.86 183.623 1359.86 181.699C1358.27 178.357 1357.48 174.591 1357.48 170.416L1357.41 169.032C1357.41 167.866 1357.98 167.116 1359.11 166.774C1371.98 161.891 1382.81 157.599 1391.58 153.924C1393.71 153.091 1394.85 151.541 1394.97 149.282C1395.31 148.199 1395.57 146.941 1395.78 145.524C1396.08 143.557 1396.5 142.057 1397.04 141.024M1462.18 268.594C1459.13 268.594 1456.14 267.985 1453.21 266.777C1449.75 265.352 1447.36 264.144 1446.06 263.135C1445.56 262.802 1445.05 262.51 1444.5 262.26C1440.11 260.21 1437.52 256.56 1436.73 251.294C1436.3 248.659 1436.09 245.995 1436.1 243.327L1436.29 237.502C1436.12 234.61 1436.04 231.71 1436.04 228.785C1436.04 223.894 1436.26 218.985 1436.73 214.052C1438.14 193.014 1440.51 172.051 1443.81 151.227C1445.02 143.244 1446.46 135.327 1448.14 127.469C1448.43 126.002 1448.85 125.044 1449.39 124.585C1449.93 124.127 1451.19 123.894 1453.15 123.894C1455.62 123.894 1458.06 124.31 1460.49 125.152C1462.91 125.985 1464.68 127.185 1465.79 128.752C1466.89 130.319 1467.5 132.569 1467.64 135.494C1467.5 139.252 1467.11 143.327 1466.45 147.719L1464.81 158.377C1462.8 171.21 1461.05 185.61 1459.55 201.577C1458.16 213.402 1457.29 226.544 1456.91 241.01C1456.91 242.844 1457.02 244.11 1457.23 244.802C1457.44 245.494 1457.9 245.835 1458.6 245.835C1459.53 245.835 1460.36 244.977 1461.11 243.269C1466.14 232.708 1471.56 222.335 1477.35 212.169C1480.86 205.902 1485.02 200.36 1489.83 195.552C1492.46 192.752 1495.72 191.352 1499.6 191.352L1506.57 191.227C1511.16 191.31 1514.98 192.36 1518.01 194.36C1521.04 196.369 1523.43 199.569 1525.19 203.952C1526.99 208.552 1528.57 213.235 1529.95 218.002C1530.75 220.594 1531.58 223.185 1532.46 225.777C1533.65 229.499 1535.57 232.949 1538.1 235.927C1538.77 236.602 1539.1 237.269 1539.1 237.935C1539.1 238.852 1538.31 239.319 1536.72 239.319C1535.67 239.316 1534.63 239.124 1533.65 238.752C1525.34 236.119 1519.19 230.919 1515.22 223.144C1513.47 219.643 1512.04 215.992 1510.95 212.235C1510.21 209.797 1509.38 207.39 1508.45 205.019C1507.65 203.352 1506.75 202.51 1505.75 202.51C1504.91 202.51 1504 203.16 1503 204.46C1502.87 204.71 1502.72 204.935 1502.55 205.144C1497.53 212.546 1492.91 220.207 1488.7 228.094C1485.28 234.937 1482.1 241.9 1479.17 248.969C1476.37 255.535 1474.74 259.277 1474.28 260.194C1471.81 265.794 1467.78 268.594 1462.18 268.594ZM1567.32 214.677C1569.29 214.677 1571.92 211.169 1575.22 204.144C1576.93 200.152 1578.21 195.99 1579.04 191.727C1579.13 191.269 1579.17 190.81 1579.17 190.352C1579.17 189.01 1578.67 188.11 1577.66 187.652C1577.41 187.568 1577.16 187.527 1576.91 187.527C1576.16 187.527 1575.3 188.177 1574.34 189.477C1569.74 195.244 1566.63 202.427 1565 211.035C1564.96 211.252 1564.94 211.502 1564.94 211.794C1564.94 212.419 1565.02 212.944 1565.19 213.36C1565.35 213.777 1565.66 214.102 1566.09 214.327C1566.54 214.56 1566.94 214.677 1567.32 214.677ZM1576.66 261.635C1568.55 261.636 1560.59 258.458 1552.78 252.102C1549.64 249.552 1547.64 246.294 1546.75 242.327C1546.42 240.735 1546.04 239.127 1545.63 237.502C1545.04 235.027 1544.52 232.56 1544.06 230.102C1543.89 228.708 1543.8 227.305 1543.81 225.902C1543.81 224.074 1543.95 222.249 1544.24 220.444C1544.75 217.394 1545.01 215.135 1545.03 213.677C1545.05 212.209 1545.29 210.87 1545.75 209.66C1546.04 208.952 1546.25 208.26 1546.38 207.594C1548.68 197.685 1552.31 189.644 1557.29 183.452C1557.83 182.78 1558.35 182.091 1558.85 181.385C1560.61 179.169 1562.89 178.019 1565.69 177.935L1569.2 177.877L1573.03 177.935C1574.19 177.81 1575.34 177.752 1576.47 177.752C1585.46 177.752 1591.44 181.302 1594.4 188.41C1594.9 189.702 1595.15 191.018 1595.15 192.36C1595.15 196.119 1594.49 199.819 1593.15 203.452C1591.78 207.742 1589.88 211.848 1587.51 215.677C1584.45 220.569 1580.44 223.01 1575.47 223.01C1573.5 223.01 1571.16 222.552 1568.44 221.635C1566.86 221.094 1565.81 220.819 1565.31 220.819C1563.77 220.819 1562.91 222.244 1562.74 225.085L1562.68 227.652C1562.68 234.302 1563.85 240.76 1566.19 247.027C1566.85 248.947 1567.92 250.701 1569.33 252.169C1570.24 253.127 1570.99 253.66 1571.59 253.769C1572.17 253.869 1572.59 253.919 1572.84 253.919C1573.5 253.919 1574.28 253.719 1575.15 253.294C1578.25 251.877 1581.07 249.994 1583.62 247.652C1592.52 238.252 1599.59 230.06 1604.81 223.077C1606.4 221.069 1607.49 220.069 1608.07 220.069C1608.24 220.069 1608.43 220.135 1608.64 220.252C1609.22 220.635 1609.51 221.235 1609.51 222.077C1609.51 222.994 1609.29 225.877 1608.82 230.727C1608.78 231.519 1608.61 232.277 1608.32 232.985C1608.11 233.36 1607.93 233.76 1607.76 234.177C1606.59 236.977 1604.64 240.56 1601.89 244.927C1599.16 249.294 1596.58 252.477 1594.15 254.485C1592.44 255.869 1590.7 257.185 1588.95 258.435C1586.44 260.152 1583.69 261.135 1580.67 261.385C1579.29 261.552 1577.95 261.635 1576.66 261.635ZM1340.08 250.213C1338.7 250.213 1338.01 249.196 1338.01 247.163C1338.67 237.172 1339.81 227.563 1341.43 218.347L1342.32 210.805C1342.56 208.53 1343.76 207.397 1345.91 207.397C1348.6 207.397 1351.14 207.68 1353.49 208.247C1355.86 208.813 1357.66 209.905 1358.89 211.521C1360.11 213.138 1360.73 214.847 1360.73 216.638C1360.73 217.413 1360.64 218.23 1360.45 219.063C1360.09 220.579 1359.8 222.108 1359.56 223.647C1357.59 232.922 1354.23 239.83 1349.5 244.38C1347.59 246.172 1345.97 247.405 1344.65 248.055C1343.76 248.48 1342.89 248.938 1342.05 249.447C1341.21 249.956 1340.55 250.213 1340.08 250.213ZM1310 538.647C1308.27 538.647 1306.48 538.555 1304.62 538.371C1299.29 537.896 1294.74 535.83 1290.98 532.18C1289.06 530.921 1287.41 527.605 1286.04 522.213C1283.6 514.556 1282.12 506.626 1281.64 498.605C1281.34 493.996 1281.19 489.388 1281.19 484.78C1281.19 478.254 1281.49 471.763 1282.09 465.305C1283.59 442.921 1291.36 423.796 1305.43 407.938L1305.96 407.405C1306.99 406.021 1307.94 405.338 1308.84 405.338C1310.09 405.338 1310.9 405.813 1311.26 406.771C1311.74 408.269 1311.98 410.306 1311.98 412.88C1311.98 414.255 1311.83 415.596 1311.53 416.913C1311.23 418.667 1311.02 420.436 1310.9 422.213C1310.72 425.264 1310.15 428.286 1309.19 431.28C1308.89 432.18 1308.64 433.088 1308.44 434.021C1308.23 434.946 1307.97 435.855 1307.67 436.755C1303.36 451.838 1301.21 467.696 1301.21 484.33C1301.21 491.696 1301.63 500.347 1302.46 510.28C1302.76 512.013 1303.3 513.63 1304.08 515.121C1305.04 516.505 1305.99 517.188 1306.95 517.188C1308.87 517.188 1310.45 515.096 1311.71 510.905C1311.77 510.606 1311.86 510.337 1311.98 510.097C1317.49 494.297 1320.84 478.496 1322.04 462.696C1322.39 457.496 1323.05 452.346 1324.01 447.263C1325.44 439.517 1326.4 431.692 1326.88 423.83C1327.24 418.321 1327.78 412.846 1328.49 407.405C1329.28 401.413 1329.66 395.372 1329.66 389.272C1329.9 379.688 1330.39 370.146 1331.1 360.63C1331.4 356.863 1331.58 353.088 1331.64 349.322C1331.64 346.572 1331.7 343.813 1331.82 341.063C1331.88 340.046 1331.99 335.555 1332.18 327.597C1332.18 320.355 1331.61 313.171 1330.47 306.047C1330.29 305.213 1330.2 304.38 1330.2 303.538C1330.2 301.621 1331.1 300.605 1332.89 300.488L1335.86 300.397C1337.59 300.397 1339.33 300.513 1341.06 300.755C1343.7 301.171 1346.19 302.338 1348.52 304.255C1351.51 306.646 1353.45 309.705 1354.35 313.413C1355.6 319.016 1356.29 324.73 1356.42 330.471L1356.59 336.213C1356.89 341.238 1357.04 345.763 1357.04 349.771C1357.04 367.78 1356.33 385.196 1354.89 402.013L1351.21 442.68C1350.07 455.914 1348.36 469.093 1346.09 482.18C1345.61 484.871 1345.19 487.563 1344.84 490.255C1344.11 495.01 1343.24 499.742 1342.24 504.446C1340.68 511.678 1338.42 518.742 1335.5 525.538C1333.59 529.371 1330.92 532.538 1327.51 535.055C1326.37 535.829 1323.99 536.621 1320.37 537.43C1316.75 538.238 1313.29 538.647 1310 538.647ZM1411.45 422.394C1403.19 422.394 1394.6 419.16 1385.68 412.694C1385.38 412.518 1385.11 412.31 1384.87 412.069C1379.6 408.535 1376.38 404.96 1375.18 401.344C1373.98 397.719 1373.38 394.444 1373.38 391.51C1373.38 389.477 1373.6 387.385 1374.01 385.227C1375.91 374.011 1379.64 363.184 1385.05 353.177C1387.03 349.585 1388.95 345.969 1390.8 342.319C1392.84 338.427 1394.6 335.619 1396.1 333.877C1398.9 330.644 1401.54 327.294 1404 323.827C1404.95 322.452 1405.97 321.077 1407.05 319.694C1411.84 313.352 1417.79 308.327 1424.91 304.61C1426.59 303.777 1428.32 303.36 1430.12 303.36L1435.05 303.452C1437.87 303.452 1440.71 303.777 1443.59 304.435C1445.32 304.852 1447.09 305.244 1448.88 305.602C1450.31 305.844 1451.72 306.11 1453.1 306.41C1455.73 307.01 1457.95 308.269 1459.75 310.177C1460.76 311.377 1461.27 312.452 1461.27 313.41C1461.27 314.61 1460.33 315.535 1458.44 316.194C1456.55 316.853 1454.65 317.544 1452.74 318.26C1449.24 319.748 1445.55 320.773 1441.79 321.31C1439.93 321.494 1438.32 322.235 1436.94 323.552C1426.65 332.769 1416.95 346.835 1407.85 365.744C1401.87 378.434 1398.82 390.284 1398.7 401.294C1398.7 405.785 1399.9 408.027 1402.29 408.027C1403.19 408.027 1404.24 407.702 1405.43 407.044C1408.25 405.244 1410.6 403.002 1412.52 400.31C1415.34 396.36 1418.03 392.352 1420.6 388.277C1428.67 375.417 1437.24 362.872 1446.28 350.669C1448.85 346.835 1452.23 344.919 1456.42 344.919C1457.25 344.919 1458.2 345.027 1459.25 345.235C1460.3 345.445 1461.72 345.55 1463.51 345.552C1473.63 346.085 1478.86 351.41 1479.22 361.527V363.952H1479.13L1479.22 364.935L1479.13 368.085C1479.13 370.894 1480.06 373.435 1481.91 375.71C1484.25 378.76 1485.41 380.894 1485.41 382.085C1485.41 383.76 1483.77 384.719 1480.48 384.96C1478.92 384.96 1477.45 384.627 1476.08 383.969C1471.36 381.765 1466.96 378.959 1462.97 375.619C1461.18 373.769 1459.6 372.835 1458.21 372.835C1456.78 372.835 1455.5 373.885 1454.35 375.985C1450.76 382.085 1447.11 388.127 1443.4 394.119C1436.82 406.085 1429.7 414.552 1422.04 419.519C1418.8 421.435 1415.28 422.394 1411.45 422.394ZM1519.44 520.063C1517.65 520.063 1516.21 519.913 1515.13 519.613C1507.17 517.279 1502.38 514.254 1500.76 510.546C1498.31 505.104 1496.88 499.446 1496.46 493.579C1495.33 483.381 1494.67 473.137 1494.48 462.879L1494.31 456.413L1494.48 452.104C1494.48 450.671 1494.42 449.263 1494.31 447.888C1494.25 446.988 1494.21 445.496 1494.21 443.396C1494.51 436.879 1494.68 431.129 1494.71 426.163C1494.74 421.197 1494.91 416.254 1495.2 411.354C1495.38 408.421 1495.53 400.546 1495.65 387.746C1496.19 371.521 1496.64 355.338 1497 339.179L1496.91 329.304C1496.91 327.088 1496.96 325.204 1497.09 323.646C1497.51 318.504 1497.71 310.213 1497.71 298.779C1497.71 288.371 1498.2 282.679 1499.15 281.721C1499.75 281.188 1500.65 280.913 1501.85 280.913C1512.26 280.913 1518.75 284.921 1521.32 292.946C1522.52 297.138 1523.12 301.354 1523.12 305.604C1523.24 309.554 1523.3 313.504 1523.3 317.454C1523.3 323.139 1523.24 328.945 1523.12 334.871C1523.12 339.179 1523.84 341.329 1525.27 341.329C1525.87 341.329 1526.5 340.946 1527.16 340.163C1527.81 339.388 1528.28 338.463 1528.55 337.379C1528.82 336.304 1529.22 335.254 1529.76 334.238C1530.12 333.579 1530.42 332.896 1530.66 332.171C1531.91 329.121 1533.36 326.163 1534.97 323.288C1535.86 321.671 1536.73 320.029 1537.57 318.346C1538.06 317.195 1538.69 316.111 1539.46 315.121C1541.43 312.904 1543.02 310.479 1544.21 307.846C1547.22 302.166 1550.93 296.888 1555.26 292.138C1560.76 285.371 1567.76 280.913 1576.26 278.763C1576.44 278.763 1576.59 278.729 1576.71 278.671C1577.13 278.488 1578.48 278.404 1580.76 278.404C1585.3 278.404 1589.7 278.938 1593.95 280.021C1599.16 281.396 1603.91 284.088 1608.22 288.096C1611.51 291.504 1613.55 295.579 1614.32 300.304C1615.51 305.79 1616.11 311.389 1616.12 317.004C1616.12 319.814 1615.97 322.628 1615.67 325.446C1614.6 337.562 1612.41 349.553 1609.12 361.263C1606.97 369.56 1603.77 377.552 1599.61 385.046C1598.28 387.266 1596.81 389.396 1595.21 391.421C1592.46 394.896 1588.86 396.988 1584.43 397.704C1581.68 398.244 1578.99 398.514 1576.36 398.513C1570.31 398.513 1564.83 397.138 1559.92 394.388C1558.64 393.685 1557.32 393.054 1555.97 392.496C1553.88 391.604 1552.11 390.404 1550.68 388.904C1549.24 387.413 1547.51 385.346 1545.47 382.713C1544.7 381.521 1544.31 380.263 1544.31 378.946C1544.48 376.371 1545.17 375.088 1546.37 375.088C1546.97 375.088 1547.66 375.354 1548.43 375.888C1549.99 377.146 1551.13 378.646 1551.85 380.379C1552.56 382.121 1553.58 383.496 1554.9 384.513C1557.65 386.729 1559.96 387.829 1561.81 387.829C1562.76 387.829 1563.7 387.621 1564.59 387.204C1573.09 383.429 1580.06 372.538 1585.51 354.529C1589.56 341.076 1592.18 327.232 1593.32 313.229C1593.62 310.479 1593.77 307.729 1593.77 304.971C1593.77 298.513 1593.23 294.113 1592.16 291.779C1591.31 290.163 1590.15 289.354 1588.66 289.354C1586.91 289.354 1585.15 290.163 1583.36 291.779C1577.43 296.504 1572.41 302.071 1568.27 308.479C1557.5 325.471 1549.54 341.329 1544.4 356.054C1542.96 360.538 1540.9 366.254 1538.2 373.196C1534.43 383.609 1531.34 394.256 1528.96 405.071C1528.66 406.446 1528.32 407.788 1527.96 409.104C1526.11 417.304 1524.76 425.563 1523.93 433.879C1523.03 440.527 1522.31 447.172 1521.77 453.813C1521.47 457.104 1521.15 460.363 1520.79 463.596C1520.25 469.806 1519.98 476.037 1519.98 482.271C1519.98 490.529 1520.36 497.321 1521.15 502.646C1522.16 509.354 1522.85 513.296 1523.21 514.496C1523.45 515.279 1523.57 515.963 1523.57 516.563C1523.57 518.596 1522.19 519.763 1519.44 520.063ZM1654.54 386.217C1655.98 386.217 1657.29 385.35 1658.49 383.617C1659.69 381.875 1660.41 380.859 1660.65 380.559C1666.64 371.825 1671.3 360.392 1674.65 346.267C1675.55 342.384 1676 338.492 1676 334.6C1676 327.959 1674.89 322.509 1672.68 318.259C1671.42 316.225 1669.74 315.209 1667.65 315.209C1661.97 315.209 1657.78 321.042 1655.09 332.717C1651.37 349.534 1649.52 359.975 1649.52 364.042C1649.52 366.075 1649.69 368.109 1650.05 370.15V377.15C1650.05 380.559 1650.29 382.834 1650.78 383.975C1651.44 385.467 1652.69 386.217 1654.54 386.217ZM1658.68 401.925C1651.14 401.925 1642.07 397.259 1631.48 387.925C1626.33 383.434 1623.75 376.1 1623.75 365.925C1623.75 365.209 1623.72 364.584 1623.66 364.042C1624.32 353.092 1626.44 340.617 1630.04 326.609C1630.82 323.917 1631.84 321.284 1633.09 318.709L1634.25 316.017C1636.29 311.167 1638.69 308.059 1641.44 306.684C1644.19 305.309 1647.99 304.559 1652.84 304.434C1653.56 304.434 1654.28 304.525 1654.99 304.709C1661.73 306.197 1668.57 307.216 1675.46 307.759C1681.99 308.359 1686.5 311.767 1689.02 317.992C1692.31 326.134 1693.95 334.692 1693.95 343.667C1693.95 358.267 1688.95 373.617 1678.96 389.717C1675.31 395.342 1671.57 398.784 1667.74 400.042C1663.91 401.3 1660.89 401.925 1658.68 401.925Z\"\n                    fill=\"white\" \/>\n                <path\n                    d=\"M1413.69 264.971H1413C1409.87 264.971 1406.15 263.804 1401.84 261.463C1400.39 260.579 1399.25 259.304 1398.46 257.638C1395.87 252.621 1394.18 247.313 1393.38 241.713C1392.09 234.354 1391.44 226.871 1391.44 219.263C1391.39 217.554 1391.34 215.988 1391.25 214.563C1391.17 212.804 1391.13 211.029 1391.13 209.238C1391.13 202.254 1391.42 194.379 1392 185.596C1392.21 182.879 1392.32 181.046 1392.32 180.079C1392.32 177.788 1391.73 176.638 1390.56 176.638C1390.23 176.638 1389.83 176.721 1389.37 176.888C1388.54 177.263 1387.69 177.596 1386.86 177.888C1385.69 178.263 1384.56 178.746 1383.48 179.329C1381.14 180.629 1378.73 181.779 1376.27 182.779C1374.43 183.571 1372.63 184.413 1370.88 185.288C1369.45 185.954 1368.16 186.288 1366.99 186.288C1366.07 186.288 1365.21 186.079 1364.42 185.663C1362.62 184.788 1361.22 183.388 1360.22 181.463C1358.63 178.121 1357.84 174.354 1357.84 170.179L1357.77 168.796C1357.77 167.629 1358.34 166.879 1359.46 166.538C1372.34 161.654 1383.16 157.363 1391.94 153.688C1394.07 152.854 1395.2 151.304 1395.33 149.046C1395.66 147.963 1395.93 146.704 1396.14 145.288C1396.44 143.321 1396.85 141.796 1397.39 140.713C1399.94 137.113 1402.19 135.204 1404.14 134.971C1406.08 134.746 1407.39 134.629 1408.05 134.629C1410.39 134.629 1412.5 135.129 1414.39 136.138C1416.81 137.429 1418.14 138.763 1418.39 140.146C1418.48 141.271 1418.72 142.013 1419.12 142.371C1419.51 142.729 1420.09 142.904 1420.84 142.904C1423.01 142.904 1425.63 142.338 1428.68 141.213C1444.6 136.238 1457.89 133.546 1468.55 133.121C1471.02 133.121 1473.38 133.479 1475.64 134.188C1477.23 134.654 1478.32 135.421 1478.93 136.513C1479.54 137.596 1479.84 138.554 1479.84 139.396C1479.84 140.354 1479.57 141.413 1479.02 142.563C1478.48 143.704 1477.58 144.371 1476.33 144.538C1474.82 144.871 1473.44 145.438 1472.19 146.229C1471.14 146.813 1470.04 147.254 1468.87 147.546C1464.6 148.629 1460.4 149.929 1456.26 151.429C1454.05 152.188 1451.81 152.896 1449.55 153.563C1444.2 155.196 1438.85 157.096 1433.5 159.271C1429.29 160.979 1425 162.546 1420.65 163.971C1418.02 164.846 1416.66 166.663 1416.58 169.421C1416.16 176.279 1415.64 183.113 1415.01 189.929L1414.69 194.879C1414.57 198.096 1414.24 201.313 1413.69 204.538C1413.57 211.263 1413.46 215.171 1413.38 216.254C1413.21 219.179 1413.13 222.588 1413.13 226.479L1413.32 232.996C1413.53 244.029 1414.3 252.013 1415.64 256.946C1416.34 260.121 1416.7 261.979 1416.7 262.529C1416.7 264.154 1415.7 264.971 1413.69 264.971Z\"\n                    fill=\"white\" \/>\n            <\/g>\n            <g id=\"hotspot-club\"\n                class=\"pointer-events-auto cursor-pointer transition-transform duration-300 hover:scale-105 origin-center\"\n                data-toggle=\"modal\" data-target=\"#modal-club\">\n                <path fill=\"#c2a28e\"\n                    d=\"M4500.66 792.943c-165.47 0-299.62 134.15-299.62 299.627 0 49.38 12.02 95.93 33.18 137l-940.78 538.06-1.85-58.29-36.37 94.87 97.36 12.69-45.44-26.33 940.36-537.83c53.12 83.79 146.61 139.44 253.16 139.44 165.48 0 299.63-134.14 299.63-299.61 0-165.477-134.15-299.627-299.63-299.627\" \/>\n                <path fill=\"#fff\"\n                    d=\"M4346.15 1048.06h-.74q-5.04 0-11.97-4.32c-1.57-1.09-2.78-2.65-3.63-4.71-2.78-6.18-4.6-12.72-5.45-19.62-1.39-9.06-2.08-18.27-2.08-27.641a264 264 0 0 0-.2-5.792c-.09-2.158-.14-4.35-.14-6.566 0-8.592.31-18.3.94-29.109.22-3.35.34-5.616.34-6.8 0-2.825-.63-4.241-1.88-4.241q-.54-.002-1.29.308c-.89.458-1.79.875-2.68 1.233a20.4 20.4 0 0 0-3.63 1.775q-3.78 2.4-7.74 4.25c-1.97.975-3.9 2.009-5.79 3.092-1.52.817-2.91 1.233-4.17 1.233-.98 0-1.9-.258-2.75-.775-1.93-1.083-3.43-2.808-4.51-5.175-1.7-4.116-2.55-8.75-2.55-13.891l-.07-1.7c0-1.442.6-2.375 1.82-2.784 13.81-6.025 25.41-11.3 34.83-15.833 2.29-1.025 3.5-2.933 3.63-5.708.36-1.342.65-2.884.88-4.634.32-2.425.77-4.3 1.35-5.641 2.73-4.425 5.14-6.784 7.22-7.067 2.09-.283 3.5-.425 4.21-.425 2.51 0 4.78.625 6.79 1.858 2.6 1.592 4.04 3.242 4.3 4.942.1 1.392.35 2.3.78 2.742.42.433 1.04.65 1.85.65 2.33 0 5.13-.692 8.41-2.084 17.08-6.125 31.34-9.441 42.77-9.958 2.65 0 5.19.433 7.6 1.317q2.565.849 3.54 2.85c.65 1.341.97 2.525.97 3.558q0 1.774-.87 3.9c-.59 1.408-1.55 2.225-2.9 2.425a13 13 0 0 0-4.44 2.092 13.4 13.4 0 0 1-3.56 1.616 130 130 0 0 0-13.52 4.792c-2.38.925-4.78 1.8-7.19 2.625a187 187 0 0 0-17.23 7.025 192 192 0 0 1-13.78 5.792c-2.83 1.083-4.28 3.316-4.38 6.716-.45 8.442-1 16.859-1.68 25.25l-.33 6.1c-.14 3.967-.49 7.934-1.08 11.892-.13 8.292-.25 13.1-.33 14.442-.18 3.6-.28 7.8-.28 12.589l.21 8.03c.23 13.59 1.05 23.42 2.49 29.5q1.14 5.865 1.14 6.87c0 2-1.08 3.01-3.23 3.01\" \/>\n                <path fill=\"#fff\"\n                    d=\"M4398.55 1052.23c-3.28 0-6.49-.75-9.62-2.24-3.73-1.75-6.28-3.24-7.67-4.48q-.81-.615-1.68-1.08c-4.71-2.53-7.49-7.03-8.34-13.51-.45-3.25-.68-6.52-.68-9.81l.21-7.18c-.18-3.55-.27-7.13-.27-10.73 0-6.029.25-12.079.74-18.154a992 992 0 0 1 7.6-77.367c1.3-9.833 2.85-19.591 4.64-29.266.32-1.8.77-2.992 1.35-3.55.57-.575 1.92-.85 4.03-.85 2.64 0 5.27.508 7.87 1.541 2.6 1.025 4.49 2.509 5.68 4.442 1.19 1.925 1.85 4.7 1.99 8.3-.14 4.633-.56 9.65-1.28 15.058l-1.75 13.125c-2.15 15.8-4.03 33.542-5.65 53.2-1.48 14.575-2.42 30.771-2.82 48.571 0 2.27.1 3.83.33 4.68.22.84.72 1.27 1.48 1.27.99 0 1.89-1.05 2.69-3.16 5.3-12.77 11.1-25.544 17.42-38.311 3.77-7.716 8.23-14.541 13.38-20.458q4.245-5.175 10.5-5.175l7.46-.158c4.94.108 9.03 1.391 12.28 3.866 3.25 2.467 5.81 6.409 7.7 11.817a221 221 0 0 1 5.11 17.292q1.275 4.787 2.7 9.575c1.3 4.632 3.31 8.812 6.05 12.512.71.82 1.07 1.65 1.07 2.47 0 1.13-.85 1.7-2.56 1.7a8.2 8.2 0 0 1-3.29-.7c-8.92-3.24-15.52-9.65-19.77-19.224a86 86 0 0 1-4.58-13.433c-.81-3.042-1.7-6-2.69-8.884-.85-2.058-1.82-3.091-2.89-3.091-.89 0-1.89.8-2.96 2.4-.13.308-.29.591-.47.85a323 323 0 0 0-14.86 28.262q-5.52 12.66-10.23 25.71c-3 8.09-4.75 12.69-5.24 13.82-2.65 6.9-6.98 10.35-12.98 10.35m112.79-66.409c2.11 0 4.93-4.325 8.47-12.975a84 84 0 0 0 4.1-15.283c.09-.567.14-1.133.14-1.7 0-1.65-.54-2.758-1.61-3.325-.28-.1-.54-.15-.81-.15-.81 0-1.73.792-2.76 2.392-4.93 7.108-8.27 15.958-10.02 26.566-.05.259-.07.567-.07.925q0 1.163.27 1.925c.18.517.5.917.98 1.2.47.284.91.425 1.31.425m10.02 57.829c-8.7 0-17.24-3.9-25.62-11.73-3.37-3.14-5.52-7.16-6.46-12.05-.36-1.95-.77-3.93-1.22-5.94-.62-3.03-1.18-6.08-1.67-9.11-.19-1.7-.28-3.42-.28-5.174 0-2.216.16-4.45.48-6.716q.795-5.64.84-8.342c.02-1.8.27-3.45.77-4.942.31-.875.54-1.725.67-2.55 2.47-12.2 6.37-22.108 11.71-29.733.58-.817 1.14-1.667 1.67-2.542 1.89-2.733 4.34-4.141 7.34-4.25l3.76-.075 4.1.075c1.26-.15 2.5-.233 3.7-.233 9.65 0 16.06 4.375 19.25 13.125.53 1.6.8 3.225.8 4.867 0 4.633-.72 9.191-2.15 13.675a73 73 0 0 1-6.05 15.05c-3.28 6.025-7.58 9.033-12.92 9.033-2.11 0-4.62-.558-7.53-1.692-1.7-.675-2.83-1.008-3.36-1.008-1.66 0-2.59 1.75-2.76 5.25l-.07 3.162c0 8.19 1.25 16.15 3.77 23.86.72 2.38 1.83 4.49 3.36 6.34.99 1.18 1.8 1.84 2.42 1.97.63.13 1.08.19 1.34.19.72 0 1.55-.26 2.5-.77 3.31-1.75 6.34-4.07 9.07-6.95 9.56-11.59 17.13-21.68 22.73-30.269 1.71-2.475 2.88-3.708 3.5-3.708.19 0 .39.075.61.233.63.459.94 1.209.94 2.242 0 1.125-.25 4.683-.74 10.652a9.1 9.1 0 0 1-.54 2.78q-.33.69-.6 1.47c-1.26 3.45-3.35 7.86-6.29 13.24-2.93 5.38-5.71 9.31-8.31 11.77a119 119 0 0 1-5.58 4.87c-2.69 2.11-5.64 3.32-8.88 3.63-1.47.2-2.91.3-4.3.3m-156.48 210.77c-10.49 0-21.7-6.95-33.63-20.87-4.69-5.95-7.3-12.94-7.87-20.96-.56-5.24-.84-10.47-.84-15.71 0-11.47 1.78-25.23 5.34-41.29 1.93-8.97 4.62-17.71 8.06-26.24 3.86-8.9 8.65-17.03 14.32-24.42 2.25-2.87 5-4.3 8.25-4.3 4.37 0 12.18 2.01 23.42 6.02 6.56 2.37 11.3 7.14 14.23 14.3.57 1.51.85 2.8.85 3.88 0 3.22-2.19 4.84-6.56 4.84-3.37 0-5.8-1.37-7.3-4.09-1.06-1.79-2.19-2.68-3.38-2.68-1.5 0-2.84.81-4.02 2.46-4.75 6.67-8.59 13.95-11.53 21.84-5.56 14.2-9.55 28.9-11.99 44.1-1.18 7.16-1.78 14.4-1.78 21.71 0 4.45.22 8.89.66 13.34.38 5.45 1.84 8.18 4.4 8.18 1.5 0 3.34-.93 5.53-2.8 4.25-3.23 8.21-6.88 11.9-10.98 9.86-10.96 19.2-22.5 28.01-34.62 11.36-15.06 17.42-22.73 18.16-23.02l.75-.21c.88 0 1.35.2 1.41.59.07.4.09.7.09.91 0 1.51-.27 3.2-.84 5.06-2.12 8.68-4.9 17.1-8.33 25.27l-11.15 25.71c-4.5 10.82-10.87 19.86-19.11 27.1-5.38 4.59-11.06 6.88-17.05 6.88\" \/>\n                <path fill=\"#fff\"\n                    d=\"M4466.42 1275.28c-1.68 0-4.62-.46-8.81-1.4-6.86-.93-14.7-5.2-23.51-12.8-3.5-3.07-5.93-7.02-7.3-11.82-2.69-8.1-4.35-16.53-4.97-25.28-.06-1.21-.22-2.65-.47-4.3-.56-3.58-.84-6.99-.84-10.21l-.37-20.87.09-2.15q.75-4.83.75-10.11.375-20.64 3.09-45.06c1.31-14.91 2.68-28.32 4.12-40.22 2.06-17.64 3.4-30.9 4.03-39.79-.18-2.8-.28-4.7-.28-5.7 0-2.3 1-3.44 3-3.44 7.11 0 11.52.32 13.2.96 5.31 2.08 8.65 4.44 10.03 7.1 1.37 2.65 2.06 5.7 2.06 9.14 0 7.96-1.47 25.49-4.4 52.59-1.07 8.61-1.91 17.21-2.54 25.81-.55 7.03-1.27 15.45-2.15 25.28a488 488 0 0 0-1.87 42.8c0 5.23.09 10.51.28 15.81.56 10.76 1.84 21.36 3.84 31.83.44 2.44 1.22 4.7 2.35 6.78.74 1.43 1.74 2.15 2.99 2.15.5 0 1.06-.15 1.69-.43 2.62-1.15 5.02-2.72 7.21-4.73.31-.36.66-.69 1.03-.97 3.62-3.3 7.15-6.74 10.58-10.32 13.43-14.99 20.45-22.48 21.08-22.48 1.12.21 1.72.75 1.78 1.61 0 .72-.09 1.57-.28 2.58-.38 1.79-.56 3.12-.56 3.98-.07 4.87-1.16 9.25-3.28 13.12-3.13 7.31-7.12 13.94-11.99 19.89-6.19 7.1-12.71 10.65-19.58 10.65\" \/>\n                <path fill=\"#fff\"\n                    d=\"M4531.34 1243.77c-2.81 0-5.78-.85-8.9-2.58-5.94-3.37-11.3-7.67-16.11-12.9-5.63-6.31-8.44-20.94-8.44-43.88 0-14.84.69-26.28 2.06-34.31.94-5.3 1.54-10 1.79-14.08.18-3.45 1.55-5.17 4.12-5.17 10.98 0 16.92 4.23 17.79 12.69.38 2.87.57 5.73.57 8.6 0 2.66-.16 5.31-.48 7.96a88 88 0 0 0-.65 10.65l.19 6.35c0 5.66-.22 11.29-.65 16.88l-.1 5.05c0 3.44.16 6.85.47 10.22.19 2.3.31 4.59.37 6.88.13.94.26 1.48.37 1.62.63 2.29 1.6 3.44 2.91 3.44.81 0 1.79-.47 2.9-1.4 4.44-4.3 13.09-22.3 25.95-53.99 5.06-12.83 8.78-21.54 11.15-26.13 1.69-3.15 3.12-6.49 4.31-10 .81-2.15 2.25-3.37 4.31-3.66 1.56-.29 3.09-.43 4.59-.43 9.8 0 15.58 4.13 17.33 12.37.5 2.44.75 4.91.75 7.42 0 1.22-.06 2.47-.19 3.76-3.31 25.74-4.96 50.19-4.96 73.35l.09 9.14c0 2.36-.63 4.23-1.88 5.6-.81.78-1.84 1.18-3.09 1.18-.93 0-2.02-.22-3.27-.65-4-1.65-7.12-4.55-9.37-8.71-2.88-5.23-4.81-10.87-5.81-16.88q-.84-4.95-1.5-10.44c-.37-4.15-1.37-6.24-3-6.24-1.12 0-1.93.94-2.43 2.8-1.06 2.79-2.22 5.56-3.47 8.29-.87 1.79-1.68 3.61-2.43 5.48-3.13 7.88-6.9 15.31-11.34 22.26-4 6.31-8.65 9.46-13.95 9.46m104.63 26.89-1.13-.11c-7.24-1.65-13.76-5.12-19.57-10.43-1.75-1.87-2.88-4.16-3.38-6.89a98.6 98.6 0 0 1-2.9-21.29c-.31-9.17-.47-18.86-.47-29.03 0-7.96.1-16.24.28-24.85-.06-2.43-.09-4.98-.09-7.63 0-5.31.16-11.01.47-17.1.19-4.88.34-9.79.46-14.74.45-19.64 1.1-37.5 1.97-53.56.5-8.24.85-16.41 1.03-24.51.2-8.11.72-17.89 1.6-29.37.06-2.22.48-3.71 1.26-4.46.79-.75 1.89-1.13 3.33-1.13 6.31 0 11.96 2.12 16.96 6.35 3.74 3.37 5.8 7.71 6.17 13.01l.19 5.27c0 1.79-.12 5.02-.37 9.68-1.44 27.67-2.41 54.24-2.9 79.69q0 2.895.18 4.95c.31 2.07 1.13 3.12 2.43 3.12 1.25 0 2.6-.69 4.04-2.05 7.99-6.52 16.73-9.79 26.22-9.79 8.74 0 17.18 1.69 25.29 5.06 15.43 7.17 23.15 21.4 23.15 42.7 0 6.09-.7 12.08-2.07 17.96-3.24 14.19-8.93 27.07-17.05 38.61-5.12 6.74-10.37 10.81-15.73 12.21-5.38 1.39-9.59 2.09-12.65 2.09-3.81 0-7.46-.69-10.96-2.04-3.94-1.36-7.59-3.37-10.96-6.03-1.56-1.22-2.34-2.18-2.34-2.9q0-.75.93-.75c.38.07.73.18 1.03.32 1.69.5 3.31.76 4.88.76 3.62 0 6.99-1.37 10.12-4.1 11.36-9.1 19.39-21.15 24.07-36.13.62-2.07 1.34-4.08 2.15-6.02 2.68-6.03 4.03-13.59 4.03-22.7q0-9.57-2.25-18.87t-7.77-9.3c-.94 0-1.97.22-3.09.64-7.69 2.44-13.93 7.38-18.74 14.84-9 13.7-16.11 28.5-21.35 44.42-3.63 10.68-5.44 21.72-5.44 33.12 0 7.68.84 16.06 2.53 25.17.12.65.19 1.26.19 1.83 0 2.65-1.25 3.98-3.75 3.98\" \/>\n            <\/g>\n            <g id=\"hotspot-beach\"\n                class=\"pointer-events-auto cursor-pointer transition-transform duration-300 hover:scale-105 origin-center\"\n                data-toggle=\"modal\" data-target=\"#modal-beach\">\n                <path fill=\"#c2a28e\"\n                    d=\"M4201.04 3724.23c-107.97 0-202.56 57.12-255.29 142.77l-990.31-549.22 48.33-29.63-100.42 15.42 37.21 90.85.37-54.14 991.88 550.08c-20.05 40.2-31.4 85.51-31.4 133.49 0 165.48 134.15 299.62 299.63 299.62 165.47 0 299.62-134.14 299.62-299.62s-134.15-299.62-299.62-299.62\" \/>\n                <path fill=\"#fff\"\n                    d=\"M4077.24 3980.35h-.71c-3.22 0-7.04-1.2-11.46-3.61-1.5-.9-2.66-2.21-3.47-3.93q-3.99-7.725-5.22-16.35a132.6 132.6 0 0 1-1.99-23.04 149 149 0 0 0-.19-4.83c-.1-1.8-.14-3.63-.14-5.47q0-10.755.9-24.27c.22-2.79.33-4.68.33-5.66q0-3.54-1.8-3.54c-.35 0-.75.08-1.23.25-.86.39-1.71.73-2.57 1.04q-1.8.57-3.48 1.47a67 67 0 0 1-7.41 3.54c-1.88.82-3.73 1.68-5.53 2.58q-2.19 1.02-3.99 1.02c-.94 0-1.83-.2-2.64-.64-1.84-.9-3.29-2.33-4.31-4.31-1.63-3.43-2.45-7.3-2.45-11.59l-.06-1.41c0-1.2.58-1.98 1.73-2.32 13.22-5.02 24.34-9.42 33.35-13.19q3.285-1.29 3.48-4.77c.34-1.12.62-2.4.83-3.86.3-2.02.74-3.59 1.29-4.7 2.62-3.69 4.93-5.66 6.92-5.89s3.33-.36 4.03-.36c2.4 0 4.56.52 6.5 1.55 2.49 1.33 3.85 2.7 4.11 4.12.09 1.16.34 1.92.74 2.28.41.37 1 .55 1.78.55 2.22 0 4.91-.57 8.04-1.74 16.35-5.1 30-7.87 40.94-8.3 2.54 0 4.96.37 7.28 1.09 1.63.48 2.76 1.27 3.37 2.39.63 1.11.94 2.1.94 2.96q0 1.485-.84 3.24c-.56 1.19-1.48 1.86-2.76 2.04-1.55.34-2.96.92-4.25 1.73-1.08.61-2.21 1.06-3.41 1.36a138 138 0 0 0-12.94 3.98c-2.28.78-4.57 1.51-6.9 2.19-5.49 1.68-10.98 3.63-16.47 5.86q-6.495 2.64-13.2 4.83c-2.7.91-4.09 2.77-4.18 5.61-.43 7.03-.97 14.05-1.61 21.04l-.32 5.09c-.13 3.3-.47 6.61-1.03 9.91-.13 6.91-.24 10.92-.33 12.04-.16 3-.26 6.5-.26 10.49l.2 6.69c.21 11.34 1.01 19.54 2.38 24.59.73 3.27 1.1 5.18 1.1 5.74 0 1.66-1.03 2.51-3.09 2.51\" \/>\n                <path fill=\"#fff\"\n                    d=\"M4127.38 3983.82c-3.13 0-6.2-.62-9.21-1.87-3.56-1.45-6.01-2.7-7.33-3.73-.52-.34-1.05-.64-1.61-.9-4.51-2.1-7.17-5.86-7.98-11.27-.44-2.7-.64-5.42-.64-8.17l.19-5.98c-.18-2.97-.26-5.95-.26-8.95 0-5.03.23-10.07.71-15.13 1.46-21.59 3.88-43.09 7.27-64.5 1.24-8.2 2.73-16.33 4.44-24.4.3-1.5.73-2.49 1.29-2.96s1.85-.71 3.86-.71q3.81 0 7.53 1.29c2.49.86 4.31 2.09 5.44 3.7 1.14 1.61 1.78 3.91 1.9 6.92-.12 3.86-.53 8.04-1.22 12.55l-1.68 10.94c-2.06 13.18-3.86 27.96-5.4 44.35-1.42 12.15-2.32 25.65-2.71 40.5q0 2.835.33 3.9.315 1.05 1.41 1.05c.95 0 1.8-.88 2.58-2.64 5.06-10.64 10.62-21.28 16.67-31.92 3.6-6.44 7.87-12.13 12.81-17.06 2.7-2.88 6.05-4.32 10.04-4.32l7.15-.12c4.72.08 8.63 1.16 11.75 3.21 3.1 2.06 5.56 5.35 7.36 9.85 1.85 4.73 3.48 9.53 4.89 14.42.82 2.66 1.68 5.33 2.58 7.98 1.25 3.87 3.17 7.35 5.8 10.44.68.68 1.02 1.36 1.02 2.06 0 .94-.81 1.41-2.44 1.41-1.07 0-2.12-.2-3.16-.58-8.54-2.7-14.85-8.05-18.92-16.03-1.8-3.6-3.26-7.34-4.38-11.2-.77-2.53-1.63-5-2.57-7.4-.82-1.72-1.74-2.58-2.77-2.58-.86 0-1.81.67-2.83 2-.13.26-.28.49-.45.71-5.15 7.59-9.89 15.45-14.23 23.56a333 333 0 0 0-9.79 21.43c-2.87 6.74-4.55 10.58-5.01 11.53-2.54 5.75-6.68 8.62-12.43 8.62m107.95-55.36c2.02 0 4.72-3.61 8.11-10.82 1.76-4.11 3.07-8.36 3.93-12.74.09-.47.13-.95.13-1.41 0-1.38-.52-2.3-1.54-2.77-.26-.09-.52-.13-.78-.13-.77 0-1.65.66-2.64 2-4.72 5.91-7.92 13.3-9.59 22.14-.04.21-.07.47-.07.77 0 .64.09 1.18.26 1.61.18.43.48.76.93 1 .45.23.88.35 1.26.35m9.59 48.22c-8.32 0-16.5-3.27-24.52-9.79-3.22-2.62-5.28-5.96-6.18-10.05a130 130 0 0 0-1.16-4.95c-.6-2.53-1.14-5.06-1.61-7.6-.17-1.41-.26-2.85-.26-4.3 0-1.85.15-3.72.45-5.6.52-3.14.78-5.45.81-6.96.02-1.5.27-2.88.74-4.12.3-.73.51-1.44.64-2.12 2.36-10.18 6.09-18.44 11.2-24.79.56-.68 1.09-1.39 1.61-2.12 1.8-2.28 4.14-3.45 7.02-3.54l3.61-.06 3.92.06c1.2-.13 2.38-.2 3.54-.2 9.23 0 15.36 3.65 18.41 10.95q.78 1.995.78 4.05c0 3.86-.7 7.66-2.07 11.4a56 56 0 0 1-5.79 12.55c-3.14 5.02-7.25 7.53-12.36 7.53-2.02 0-4.42-.47-7.21-1.42-1.63-.55-2.7-.83-3.22-.83-1.59 0-2.46 1.46-2.64 4.37l-.06 2.65q0 10.23 3.6 19.89c.69 1.97 1.76 3.73 3.22 5.27.94.99 1.72 1.54 2.32 1.64.6.11 1.03.16 1.29.16.68 0 1.47-.21 2.38-.64 3.18-1.46 6.07-3.38 8.69-5.79 9.14-9.66 16.4-18.07 21.75-25.23 1.64-2.06 2.75-3.1 3.35-3.1.18 0 .37.07.59.2.6.39.9 1 .9 1.86 0 .95-.24 3.91-.71 8.89-.04.81-.22 1.59-.52 2.32-.21.38-.41.79-.58 1.22-1.2 2.87-3.21 6.56-6.02 11.04s-5.46 7.76-7.95 9.82q-2.64 2.115-5.34 4.05a17.4 17.4 0 0 1-8.5 3.03c-1.42.17-2.78.26-4.12.26m-276.12 167.39-1.03-.08c-6.68-1.33-12.7-4.12-18.05-8.38-1.61-1.5-2.65-3.34-3.11-5.52-1.61-5.64-2.51-11.35-2.67-17.1-.29-7.38-.44-15.14-.44-23.32 0-6.39.09-13.04.26-19.95-.06-1.96-.08-4-.08-6.12 0-4.27.14-8.84.42-13.74.18-3.91.32-7.85.44-11.83.41-15.77 1.01-30.11 1.81-43 .46-6.62.78-13.18.95-19.69.18-6.5.66-14.36 1.47-23.57.06-1.79.45-2.98 1.17-3.59.71-.6 1.74-.9 3.06-.9 5.81 0 11.03 1.69 15.63 5.09 3.46 2.71 5.36 6.19 5.7 10.45l.17 4.24c0 1.43-.11 4.02-.35 7.76-1.31 22.23-2.2 43.55-2.67 63.99 0 1.55.06 2.88.17 3.97.3 1.68 1.04 2.51 2.25 2.51 1.15 0 2.39-.55 3.71-1.64q11.055-7.86 24.18-7.86c8.06 0 15.83 1.35 23.31 4.06 14.22 5.76 21.34 17.18 21.34 34.28 0 4.89-.64 9.7-1.9 14.42-3 11.4-8.24 21.73-15.72 31-4.72 5.41-9.56 8.68-14.51 9.8s-8.83 1.68-11.66 1.68c-3.5 0-6.87-.54-10.1-1.63-3.63-1.1-7-2.71-10.1-4.84-1.44-.98-2.16-1.75-2.16-2.34 0-.4.29-.6.86-.6.35.06.66.14.95.26q2.325.6 4.5.6c3.33 0 6.44-1.09 9.32-3.27 10.48-7.32 17.88-16.99 22.19-29.02.58-1.67 1.24-3.28 1.99-4.83 2.47-4.84 3.71-10.91 3.71-18.23q0-7.68-2.07-15.15c-1.39-4.98-3.77-7.47-7.17-7.47-.87 0-1.82.17-2.85.52-7.08 1.96-12.84 5.93-17.27 11.92-8.29 10.99-14.85 22.88-19.69 35.66-3.34 8.58-5.01 17.44-5.01 26.6 0 6.15.78 12.89 2.34 20.2.11.52.16 1.01.16 1.47 0 2.13-1.15 3.19-3.45 3.19m116.58-80.65c2.71 0 6.33-4.83 10.88-14.51a85 85 0 0 0 5.27-17.09c.12-.63.17-1.27.17-1.91 0-1.83-.69-3.07-2.07-3.7-.35-.12-.69-.18-1.04-.18-1.04 0-2.22.89-3.54 2.68-6.33 7.95-10.62 17.85-12.86 29.7-.06.3-.09.64-.09 1.04 0 .86.11 1.58.35 2.16.22.58.64 1.02 1.25 1.34.6.31 1.16.47 1.68.47m12.87 64.68c-11.17 0-22.14-4.38-32.9-13.13-4.32-3.51-7.09-8-8.3-13.46-.45-2.2-.97-4.41-1.55-6.65-.8-3.4-1.52-6.8-2.15-10.2-.24-1.9-.35-3.82-.35-5.78 0-2.47.2-4.98.6-7.52.7-4.2 1.05-7.3 1.08-9.32.03-2.01.36-3.86.99-5.53.41-.97.69-1.92.87-2.85 3.16-13.64 8.17-24.72 15.02-33.24q1.125-1.38 2.16-2.85c2.42-3.05 5.56-4.63 9.42-4.75l4.83-.09 5.27.09c1.61-.17 3.19-.26 4.75-.26 12.37 0 20.61 4.9 24.69 14.68.69 1.78 1.04 3.6 1.04 5.44 0 5.18-.92 10.28-2.77 15.28a76.2 76.2 0 0 1-7.76 16.85c-4.21 6.73-9.74 10.1-16.59 10.1-2.7 0-5.93-.64-9.67-1.9-2.18-.75-3.63-1.12-4.32-1.12-2.12 0-3.31 1.95-3.53 5.87l-.09 3.54c0 9.15 1.61 18.05 4.83 26.68.93 2.65 2.37 5.01 4.33 7.08 1.26 1.32 2.3 2.06 3.1 2.2.8.15 1.38.22 1.73.22.92 0 1.98-.29 3.19-.87 4.26-1.95 8.15-4.55 11.66-7.77 12.27-12.95 21.99-24.23 29.19-33.84 2.18-2.77 3.68-4.15 4.48-4.15.24 0 .5.09.79.26.8.51 1.21 1.35 1.21 2.5 0 1.27-.32 5.24-.95 11.92-.06 1.09-.3 2.13-.7 3.11-.29.52-.55 1.07-.77 1.64-1.62 3.86-4.31 8.79-8.08 14.81s-7.32 10.41-10.66 13.17c-2.36 1.9-4.75 3.71-7.17 5.44-3.46 2.36-7.25 3.71-11.4 4.06-1.9.23-3.74.34-5.52.34\" \/>\n                <path fill=\"#fff\"\n                    d=\"M4168.62 4138.37c-7.94 0-16.21-3.1-24.78-9.32-.29-.18-.55-.38-.78-.61-5.06-3.39-8.17-6.83-9.32-10.32q-1.74-5.22-1.74-9.45c0-1.96.21-3.97.61-6.05 1.84-10.82 5.39-21.1 10.62-30.82 1.9-3.46 3.75-6.94 5.53-10.45 1.96-3.74 3.65-6.45 5.09-8.12 2.71-3.11 5.25-6.33 7.6-9.67.92-1.33 1.9-2.65 2.94-3.97 4.61-6.11 10.33-10.94 17.18-14.51 1.62-.81 3.28-1.21 5.01-1.21l4.75.09c2.71 0 5.44.31 8.21.95 1.66.4 3.36.77 5.09 1.12 1.38.23 2.73.49 4.06.78 2.53.57 4.66 1.78 6.39 3.62.97 1.16 1.47 2.19 1.47 3.11 0 1.16-.91 2.05-2.72 2.68-1.82.64-3.64 1.3-5.48 1.99-3.4 1.44-6.91 2.41-10.55 2.93-1.78.18-3.33.89-4.65 2.16-9.9 8.87-19.23 22.4-27.98 40.58-5.76 12.21-8.7 23.61-8.81 34.2q0 6.48 3.45 6.48c.87 0 1.88-.32 3.03-.95q4.05-2.595 6.81-6.48c2.71-3.8 5.3-7.66 7.78-11.57 7.77-12.38 16-24.44 24.7-36.18 2.47-3.68 5.72-5.53 9.75-5.53.81 0 1.72.11 2.72.31 1.01.2 2.38.3 4.1.3 9.74.51 14.77 5.64 15.11 15.36v2.34h-.08l.08.95-.08 3.02c0 2.71.89 5.15 2.67 7.34 2.25 2.94 3.37 4.98 3.37 6.13 0 1.62-1.58 2.53-4.74 2.77a9.7 9.7 0 0 1-4.23-.95 58 58 0 0 1-12.61-8.04c-1.73-1.78-3.25-2.67-4.58-2.67-1.38 0-2.62 1.01-3.71 3.02-3.45 5.87-6.97 11.69-10.54 17.44-6.33 11.52-13.18 19.66-20.55 24.44-3.11 1.84-6.51 2.76-10.19 2.76m117.09-7.34c-9.67 0-20-5.58-31-16.75-4.31-4.77-6.73-10.39-7.25-16.84-.52-4.2-.78-8.4-.78-12.61 0-9.21 1.64-20.26 4.93-33.16 1.78-7.19 4.25-14.21 7.42-21.06a91 91 0 0 1 13.21-19.6c2.07-2.31 4.61-3.46 7.6-3.46 4.03 0 11.22 1.61 21.59 4.83 6.04 1.9 10.42 5.74 13.13 11.49.51 1.21.77 2.25.77 3.11 0 2.59-2.02 3.89-6.04 3.89-3.11 0-5.36-1.1-6.73-3.29-.99-1.43-2.02-2.16-3.11-2.16-1.39 0-2.63.66-3.72 1.99-4.37 5.36-7.92 11.2-10.62 17.53-5.12 11.4-8.81 23.2-11.05 35.4a93 93 0 0 0-1.65 17.45c0 3.57.2 7.13.61 10.71.34 4.37 1.7 6.56 4.06 6.56 1.38 0 3.08-.75 5.09-2.24 3.92-2.6 7.58-5.54 10.97-8.81 9.1-8.81 17.7-18.08 25.82-27.81 10.48-12.09 16.06-18.25 16.75-18.48l.7-.17c.8 0 1.23.16 1.29.47.06.32.08.56.08.74 0 1.21-.26 2.56-.77 4.06a123.5 123.5 0 0 1-7.69 20.29l-10.27 20.64c-4.15 8.69-10.02 15.94-17.62 21.76q-7.425 5.52-15.72 5.52m87.22 6.65c-4.2 0-8.32-.83-12.35-2.5-4.77-1.95-8.06-3.63-9.84-5.01-.69-.46-1.41-.86-2.16-1.21-6.05-2.82-9.62-7.86-10.71-15.11-.57-3.62-.86-7.28-.86-10.97l.25-8.03c-.22-3.97-.34-7.97-.34-12 0-6.73.32-13.5.95-20.29a973 973 0 0 1 9.76-86.53c1.67-11 3.66-21.9 5.96-32.72.4-2.02.97-3.34 1.72-3.98.75-.63 2.48-.95 5.19-.95 3.39 0 6.76.58 10.1 1.73s5.77 2.81 7.3 4.97c1.52 2.15 2.37 5.25 2.54 9.28-.17 5.18-.72 10.79-1.63 16.83l-2.25 14.69c-2.76 17.67-5.19 37.5-7.25 59.5q-2.85 24.435-3.63 54.3c0 2.54.14 4.28.43 5.23s.92 1.43 1.9 1.43c1.26 0 2.41-1.18 3.45-3.55 6.8-14.27 14.25-28.55 22.37-42.82 4.83-8.64 10.56-16.27 17.18-22.89 3.63-3.85 8.12-5.78 13.47-5.78l9.58-.17c6.34.11 11.6 1.55 15.76 4.31 4.18 2.77 7.48 7.17 9.89 13.21 2.48 6.33 4.67 12.78 6.56 19.35 1.1 3.57 2.25 7.13 3.46 10.71 1.67 5.17 4.26 9.84 7.78 13.98.91.93 1.37 1.84 1.37 2.77 0 1.27-1.09 1.9-3.27 1.9-1.45 0-2.85-.26-4.24-.78-11.46-3.63-19.91-10.8-25.39-21.5a88.7 88.7 0 0 1-5.87-15.03c-1.04-3.39-2.19-6.71-3.45-9.92-1.1-2.31-2.34-3.46-3.71-3.46-1.15 0-2.42.89-3.8 2.67-.18.35-.38.67-.61.95a350 350 0 0 0-19.08 31.61c-4.72 9.44-9.1 19.03-13.13 28.76-3.86 9.03-6.1 14.18-6.73 15.45-3.4 7.72-8.95 11.57-16.67 11.57\" \/>\n            <\/g>\n        <\/svg>\n\n    <\/div>\n<\/section>\n<div id=\"info-modal\"\n    class=\"fixed inset-0 z-[9999] flex items-center md:items-end justify-center p-4 md:p-4 md:pb-24 invisible opacity-0 transition-all duration-300 ease-out\">\n\n    <div id=\"modal-container\"\n        class=\"max-w-6xl w-full max-h-[90vh] md:max-h-none flex flex-col transform scale-90 translate-y-8 transition-all duration-500 ease-[cubic-bezier(0.175,0.885,0.32,1.275)]\">\n\n        <div id=\"modal-card\"\n            class=\"overflow-y-auto md:overflow-visible rounded-[24px] md:rounded-[40px] p-6 md:p-12 text-white relative shadow-2xl flex flex-col md:flex-row gap-6 md:gap-8 transition-colors duration-500\">\n\n            <button id=\"close-modal\"\n                class=\"absolute top-4 right-4 md:top-4 md:right-8 text-white\/80 hover:text-white text-3xl md:text-4xl leading-none z-10\">&times;<\/button>\n\n            <div class=\"flex-1\">\n                <p id=\"modal-header-text\"\n                    class=\"uppercase tracking-[0.2em] text-xs mb-4 md:mb-5 opacity-80 pr-2 md:pr-0\">\n                    <span id=\"header_text_japo\">THE JAPO<\/span> | <span id=\"header_text_club\">THE CLUB<\/span> | <span\n                        id=\"header_text_beach\">THE BEACH<\/span>\n                <\/p>\n\n                <div class=\"flex flex-wrap md:flex-row justify-start items-center gap-2 mb-2 md:mb-6\">\n                    <h2 class=\" text-xl md:text-3xl font-light leading-tight\" style=\"font-family: serif;\">\n                        <span id=\"modal-title\" class=\"font-mornin\"><\/span>\n                        <span id=\"modal-title-stroke\" class=\"font-mornin text-transparent\"\n                            style=\"-webkit-text-stroke: 1px #fff;\"><\/span>\n                    <\/h2>\n                    \n                <\/div>\n\n                <p id=\"modal-description\" class=\"text-sm md:text-lg leading-relaxed opacity-90 mb-2 md:mb-8\"><\/p>\n                <p id=\"modal-footer-text\" class=\"uppercase tracking-[0.2em] text-xs mb-2 md:mb-4 opacity-80\"><\/p>\n            <\/div>\n\n            <div class=\"flex-1 flex flex-col relative min-w-0 w-full pb-8 group\">\n                <div id=\"modal-carousel\"\n                    class=\"swiper w-full max-w-full min-w-0 h-48 md:h-72 rounded-[20px] md:rounded-[30px] shadow-lg bg-white\/10 relative overflow-hidden\">\n                    <div class=\"swiper-wrapper\">\n                    <\/div>\n\n                    <div\n                        class=\"swiper-button-prev !text-white !w-9 !h-9 bg-black\/40 hover:bg-black\/70 rounded-full after:!text-sm flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10 select-none\">\n                    <\/div>\n                    <div\n                        class=\"swiper-button-next !text-white !w-9 !h-9 bg-black\/40 hover:bg-black\/70 rounded-full after:!text-sm flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10 select-none\">\n                    <\/div>\n\n\n                <\/div>\n                <div class=\"swiper-pagination absolute bottom-0 left-0 right-0 flex justify-center gap-1\"><\/div>\n            <\/div>\n        <\/div>\n\n        <div id=\"modal-buttons-container\"\n            class=\"grid grid-cols-1 md:grid-cols-3 gap-3 md:gap-4 mt-4 md:mt-6 shrink-0\">\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ Datos de WordPress\n    const wpHotspots = {\"hotspot-japo\":{\"slug\":\"hotspot-japo\",\"titulo\":\"Discover\",\"descripcion\":\"Notre cuisine japonaise\\r\\nfusion, \\u00e0 base des meilleurs produits locaux\\r\\net avec des clins d'\\u0153il \\u00e0 la cuisine de Malaga.\\r\\nChoisissez votre table pr\\u00e9f\\u00e9r\\u00e9e : o\\u00f9 que\\r\\nvous regardiez, toutes offrent une vue sur la mer.\",\"imagenes\":[{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/parejas-comiendo-the-japo-higueron.webp\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/japo_optimizada.webp\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/japo_valla-scaled.webp\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/japo-3_optimizada.webp\"}],\"titulo_stroke\":\"the japo\",\"footer_text\":\"REZ-DE-CHAUSS\\u00c9E | DU MERCREDI AU DIMANCHE DE 18H00 \\u00c0 23H30 \",\"botones\":[{\"texto_boton\":\"R\\u00e9servez votre table\",\"enlace_boton\":{\"title\":\"\",\"url\":\"https:\\\/\\\/higueronresort.com\\\/fr\\\/gastronomie\\\/the-japo\\\/#covermanager\",\"target\":\"\"}},{\"texto_boton\":\"Voir le menu\",\"enlace_boton\":{\"title\":\"\",\"url\":\"https:\\\/\\\/higueronresort.com\\\/pdf\\\/RESTAURANTES\\\/Thejapo\\\/DIG_Comida.pdf\",\"target\":\"\"}},{\"texto_boton\":\"EN SAVOIR PLUS\",\"enlace_boton\":{\"title\":\"\",\"url\":\"https:\\\/\\\/higueronresort.com\\\/fr\\\/gastronomie\\\/the-japo\\\/\",\"target\":\"\"}}],\"color\":\"#d77970\"},\"hotspot-club\":{\"slug\":\"hotspot-club\",\"titulo\":\"Discover\",\"descripcion\":\"Profitez de notre piscine \\u00e0 d\\u00e9bordement et\\r\\nde nos lits balinais dans un cadre\\r\\ncon\\u00e7u pour vous d\\u00e9tendre et passer de bons moments ensemble.\\r\\nUn espace pens\\u00e9 pour profiter de l'\\r\\n\\u00e9t\\u00e9 \\u00e0 votre fa\\u00e7on.\",\"imagenes\":[{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/1-bajacalidad.jpg\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/2-bajacalidad.jpg\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/3-bajacalidad.jpg\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/4-bajacalidad.jpg\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/5-bajacalidad.jpg\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/6-bajacalidad.jpg\"}],\"titulo_stroke\":\"the club\",\"footer_text\":\"\\u00c9TAGE -1 | OUVERTURE PROCHAINE\",\"botones\":[{\"texto_boton\":\"R\\u00e9servez votre table\",\"enlace_boton\":{\"title\":\"\",\"url\":\"https:\\\/\\\/higueronresort.com\\\/fr\\\/gastronomie\\\/the-club\\\/#covermanager\",\"target\":\"\"}},{\"texto_boton\":\"Voir le menu\",\"enlace_boton\":{\"title\":\"\",\"url\":\"https:\\\/\\\/higueronresort.com\\\/pdf\\\/TheClub_DIR.pdf\",\"target\":\"\"}},{\"texto_boton\":\"EN SAVOIR PLUS\",\"enlace_boton\":{\"title\":\"\",\"url\":\"https:\\\/\\\/higueronresort.com\\\/fr\\\/gastronomie\\\/the-club\\\/\",\"target\":\"\"}}],\"color\":\"#f0812d\"},\"hotspot-beach\":{\"slug\":\"hotspot-beach\",\"titulo\":\"Discover\",\"descripcion\":\"Au bord de la plage, avec une terrasse,\\r\\ndes transats face \\u00e0 la mer et une\\r\\ncarte gastronomique con\\u00e7ue\\r\\npour savourer chaque instant en toute tranquillit\\u00e9.\\r\\nChoisissez votre place et laissez-vous aller.\",\"imagenes\":[{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/VERANO26_HIGERON_BEACH_CLUB_260507_75.webp\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/THE-BEACH1768.webp\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/OK_Higueronbeach156.webp\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Higueronbeach236.webp\"},{\"imagen\":\"https:\\\/\\\/higueronresort.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Higueronbeach182.webp\"}],\"titulo_stroke\":\"the beach\",\"footer_text\":\"\\u00c9TAGE -2 | MERCREDI AU DIMANCHE 11h00 - 21h00\",\"botones\":[{\"texto_boton\":\"R\\u00e9servez votre table\",\"enlace_boton\":{\"title\":\"\",\"url\":\"https:\\\/\\\/higueronresort.com\\\/fr\\\/gastronomie\\\/the-beach\\\/#covermanager\",\"target\":\"\"}},{\"texto_boton\":\"Voir le menu\",\"enlace_boton\":{\"title\":\"\",\"url\":\"https:\\\/\\\/higueronresort.com\\\/pdf\\\/TBC\\\/TheBeach_DIR.pdf\",\"target\":\"\"}},{\"texto_boton\":\"EN SAVOIR PLUS\",\"enlace_boton\":{\"title\":\"\",\"url\":\"https:\\\/\\\/higueronresort.com\\\/fr\\\/gastronomie\\\/the-beach\\\/\",\"target\":\"\"}}],\"color\":\"#f8ae3f\"}};\n    let swiperInstance = null;\n    document.addEventListener('DOMContentLoaded', function() {\n        const modal = document.getElementById('info-modal');\n        const container = document.getElementById('modal-container');\n        const closeBtn = document.getElementById('close-modal');\n\n        const openModal = (data) => {\n            const card = document.getElementById('modal-card');\n\n            \/\/ 1. Aplicar el color de fondo din\u00e1mico\n            const hex = data.color;\n            const r = parseInt(hex.slice(1, 3), 16);\n            const g = parseInt(hex.slice(3, 5), 16);\n            const b = parseInt(hex.slice(5, 7), 16);\n            const alpha = 0.85; \/\/ 50% de transparencia\n\n            card.style.backgroundColor = `rgba(${r}, ${g}, ${b}, ${alpha})`;\n\n\n            \/\/ 2. Rellenar textos (como ya hac\u00edamos)\n            document.getElementById('modal-title').innerText = data.titulo || '';\n            document.getElementById('modal-description').innerText = data.descripcion || '';\n            document.getElementById('modal-footer-text').innerText = data.footer_text || '';\n            document.getElementById('modal-title-stroke').innerText = data.titulo_stroke || '';\n\n\n            const headerSpans = ['header_text_japo', 'header_text_club', 'header_text_beach'];\n\n            headerSpans.forEach(id => {\n                const el = document.getElementById(id);\n                if (el) {\n                    el.classList.remove('font-bold', 'opacity-100');\n                    el.classList.add(\n                        'opacity-50');\n                }\n            });\n            console.log(\"El slug que llega de ACF es:\", data.slug);\n            if (data.slug) {\n                const targetId = data.slug.replace('hotspot-', 'header_text_');\n                const activeSpan = document.getElementById(targetId);\n\n                if (activeSpan) {\n                    activeSpan.classList.add('font-bold', 'opacity-100');\n                    activeSpan.classList.remove('opacity-50');\n                }\n            }\n\n\n            inicializarSwiperModal(data);\n            \/\/ 3. Generar botones con el color de texto din\u00e1mico\n            const btnContainer = document.getElementById('modal-buttons-container');\n            btnContainer.innerHTML = '';\n\n            if (data.botones) {\n                data.botones.forEach(btn => {\n                    if (btn.enlace_boton) {\n                        const a = document.createElement('a');\n                        a.href = btn.enlace_boton.url;\n                        a.innerText = btn.texto_boton;\n\n                        \/\/ 1. Estilos base (Borde y Texto del mismo color)\n                        const colorPrincipal = data.color;\n                        a.style.color = colorPrincipal;\n                        a.style.borderColor = colorPrincipal;\n                        a.style.borderStyle = \"solid\"; \/\/ Aseguramos que el borde sea visible\n\n                        a.className =\n                            \"bg-background py-2 px-6 rounded-full border text-center font-normal uppercase text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block\";\n\n                        \/\/ 2. Efecto Hover con JavaScript\n                        a.onmouseenter = () => {\n                            a.style.backgroundColor = colorPrincipal;\n                            a.style.color =\n                                \"#ffffff\"; \/\/ O el color que quieras para el texto al hacer hover\n                        };\n\n                        \/\/ 3. Volver al estado original al quitar el mouse\n                        a.onmouseleave = () => {\n                            a.style.backgroundColor = \"\";\n                            a.style.color = colorPrincipal;\n                        };\n\n                        btnContainer.appendChild(a);\n                    }\n                });\n            }\n\n            modal.classList.remove('invisible');\n\n            document.body.classList.add('overflow-hidden');\n\n            setTimeout(() => {\n                modal.classList.add('opacity-100');\n                container.classList.remove('scale-90', 'translate-y-8');\n                container.classList.add('scale-100', 'translate-y-0');\n            }, 10);\n\n            setTimeout(() => {\n                if (swiperInstance) {\n                    swiperInstance.update();\n                }\n            }, 310);\n        };\n\n        \/\/ Funci\u00f3n para cerrar el modal con animaci\u00f3n\n        const hideModal = () => {\n            modal.classList.remove('opacity-100');\n            modal.classList.add('opacity-0');\n            container.classList.add('scale-90', 'translate-y-8');\n            container.classList.remove('scale-100', 'translate-y-0');\n            document.body.classList.remove('overflow-hidden');\n            \/\/ Esperar a que termine la transici\u00f3n antes de ocultar totalmente\n            setTimeout(() => {\n                modal.classList.add('invisible');\n            }, 300);\n        };\n\n        \/\/ Listeners para los elementos del SVG\n        document.querySelectorAll('[data-toggle=\"modal\"]').forEach(hotspot => {\n            hotspot.style.cursor = 'pointer';\n            hotspot.addEventListener('click', function(e) {\n                e.preventDefault();\n                const slug = this.id; \/\/ Usamos el ID completo del SVG (ej: hotspot-japo)\n\n                if (wpHotspots[slug]) {\n                    openModal(wpHotspots[slug]);\n                } else {\n                    console.warn(\"No se encontraron datos para el ID:\", slug);\n                }\n            });\n        });\n\n        \/\/ Cerrar al clickear X o fuera de la caja\n        closeBtn.addEventListener('click', hideModal);\n        modal.addEventListener('click', (e) => {\n            if (e.target === modal) hideModal();\n        });\n\n        \/\/ Cerrar con tecla ESC\n        document.addEventListener('keydown', (e) => {\n            if (e.key === \"Escape\") hideModal();\n        });\n    });\n\n    function inicializarSwiperModal(hotspotData) {\n        const carousel = document.getElementById('modal-carousel');\n        const wrapper = carousel.querySelector('.swiper-wrapper');\n\n        \/\/ Si ya exist\u00eda un Swiper activo de otro hotspot, lo destruimos por completo antes de rellenar\n        if (swiperInstance) {\n            swiperInstance.destroy(true, true);\n            swiperInstance = null;\n        }\n\n        wrapper.innerHTML = ''; \/\/ Limpiar diapositivas anteriores\n\n        if (hotspotData && hotspotData.imagenes && hotspotData.imagenes.length > 0) {\n\n            hotspotData.imagenes.forEach((img) => {\n                let imgSrc = '';\n                let imgAlt = hotspotData.titulo || '';\n\n                \/\/ Rastreador inteligente de URLs (Soporta Galer\u00eda o Repetidor de ACF)\n                if (typeof img === 'string') {\n                    imgSrc = img;\n                } else if (typeof img === 'object' && img !== null) {\n                    if (img.url) {\n                        imgSrc = img.url;\n                        imgAlt = img.alt || imgAlt;\n                    } else {\n                        for (let key in img) {\n                            const subCampo = img[key];\n                            if (subCampo && typeof subCampo === 'object' && subCampo.url) {\n                                imgSrc = subCampo.url;\n                                imgAlt = subCampo.alt || imgAlt;\n                                break;\n                            } else if (typeof subCampo === 'string' && (subCampo.startsWith('http:\/\/') ||\n                                    subCampo.startsWith('https:\/\/'))) {\n                                imgSrc = subCampo;\n                                break;\n                            }\n                        }\n                    }\n                }\n\n                if (imgSrc) {\n                    \/\/ Crear la diapositiva con la estructura obligatoria de Swiper\n                    const slide = document.createElement('div');\n                    slide.className = \"swiper-slide w-full h-full\";\n\n                    const imgElement = document.createElement('img');\n                    imgElement.src = imgSrc;\n                    imgElement.alt = imgAlt;\n                    imgElement.className =\n                        \"w-full h-full max-w-full max-h-full object-cover select-none rounded-[20px] md:rounded-[30px]\";\n                    slide.appendChild(imgElement);\n                    wrapper.appendChild(slide);\n                }\n            });\n\n            \/\/ Una vez inyectado el HTML, inicializamos Swiper con JavaScript\n            swiperInstance = new Swiper('#modal-carousel', {\n                slidesPerView: 1,\n                spaceBetween: 0,\n                loop: hotspotData.imagenes.length > 1, \/\/ Solo hace bucle si hay m\u00e1s de 1 imagen\n                grabCursor: true, \/\/ Cambia el cursor a una manita que agarra\n                observer: true,\n                observeParents: true,\n                \/\/ Configuraci\u00f3n de las flechas\n                navigation: {\n                    nextEl: '.swiper-button-next',\n                    prevEl: '.swiper-button-prev',\n                },\n\n                \/\/ Configuraci\u00f3n de los puntos interactivos\n                pagination: {\n                    el: '.swiper-pagination',\n                    clickable: true,\n                },\n            });\n\n        } else {\n            wrapper.innerHTML =\n                `<div class=\"swiper-slide w-full h-full flex items-center justify-center text-white\/50 text-sm\">No hay im\u00e1genes disponibles<\/div>`;\n        }\n    }\n<\/script>\n\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n\n<div id=\"experiencias\" class=\"postal-carrousel-block relative w-full min-h-screen flex flex-col justify-between p-8 md:p-16 bg-primary bg-center bg-no-repeat text-background overflow-hidden\"\n    style=\"background-image: url('https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/bg3.webp');\" x-data=\"{ activeIndex: 0 }\" x-init=\"const swiper = new Swiper($refs.postalSwiper, {\n        effect: 'creative',\n        grabCursor: true,\n        centeredSlides: true,\n        slidesPerView: 1,\n        speed: 800,\n        creativeEffect: {\n            limitProgress: 2, \/\/ Permite ver los slides adyacentes en la curva\n            prev: {\n                \/\/ Desplazamos en X y bajamos un poco en Y para seguir la curva del c\u00edrculo\n                translate: ['-100%', '15%', 0],\n                \/\/ Rotamos hacia la izquierda (grados negativos)\n                rotate: [0, 0, -20],\n                opacity: 0.3\n            },\n            next: {\n                \/\/ Desplazamos en X y bajamos un poco en Y para seguir la curva\n                translate: ['100%', '15%', 0],\n                \/\/ Rotamos hacia la derecha (grados positivos)\n                rotate: [0, 0, 20],\n                opacity: 0.3\n            },\n        },\n        on: {\n            slideChange() { activeIndex = this.realIndex; } \/\/ Usamos realIndex por si usas loop\n        }\n    });\">\n\n    <div class=\"w-full text-center space-y-10 z-10\">\n        <header>\n            <p class=\" text-secondary text-3xl font-normal text-secondary text-center my-4\">Et d\u00e9couvrez ses<\/p>\n            <div class=\"relative inline-block select-none\">\n                <span\n                    class=\"absolute -left-2 -top-2 block uppercase tracking-wider text-transparent [-webkit-text-stroke:1px_#eab308] opacity-70 text-3xl font-medium md:text-5xl translate-y-[-10%] scale-y-[1.1]\">\n                    Exp\u00e9riences\n                <\/span>\n\n                <h2\n                    class=\"relative z-10 text-3xl font-medium md:text-5xl uppercase tracking-wider text-yellow-500 mt-1\">\n                    Exp\u00e9riences\n                <\/h2>\n            <\/div>\n        <\/header>\n\n        <nav\n            class=\"relative flex justify-center items-center gap-6 md:gap-12 text-lg h-24 md:h-auto w-full overflow-visible\">\n                                                \n                    <div x-data=\"{\n                        get distance() {\n                            let d = (0 - activeIndex) % 5;\n                            if (d > 5 \/ 2) d -= 5;\n                            if (d < -5 \/ 2) d += 5;\n                            return d;\n                        }\n                    }\" \n                        :class=\"{\n                            'flex flex-col justify-center items-center transition-all duration-500 absolute md:relative w-48 md:w-auto': true,\n                            'opacity-100 scale-100 z-30 pointer-events-auto transform translate-x-0': distance === 0,\n                            'opacity-30 scale-75 z-20 pointer-events-auto transform -translate-x-44 md:transform-none md:opacity-60 md:scale-100': distance ===\n                                -1,\n                            'opacity-30 scale-75 z-20 pointer-events-auto transform translate-x-44 md:transform-none md:opacity-60 md:scale-100': distance ===\n                                1,\n                            'opacity-0 scale-50 z-0 pointer-events-none hidden md:flex md:opacity-60 md:scale-100 md:pointer-events-auto md:transform-none': distance !==\n                                0 &#038;&#038; distance !== 1 &#038;&#038; distance !== -1\n                        }\"\n                        class=\"px-4\">\n                        \n                        <button @click=\"$refs.postalSwiper.swiper.slideTo(0)\"\n                            :class=\"activeIndex === 0 ? 'text-background opacity-100' :\n                                'text-transparent opacity-60 hover:opacity-100'\"\n                            class=\"pb-1 transition-all duration-300 tracking-widest text-xl md:text-2xl font-mornin whitespace-nowrap\"\n                            style=\"-webkit-text-stroke: 1px #fff;\">\n                            Lits balinais\n                        <\/button>\n\n                        \n                        <span x-show=\"activeIndex === 0\" x-transition\n                            class=\"text-sm font-light uppercase tracking-wider text-background mt-1 text-center block\">\n                            et piscine \u00e0 d\u00e9bordement\n                        <\/span>\n                    <\/div>\n                                    \n                    <div x-data=\"{\n                        get distance() {\n                            let d = (1 - activeIndex) % 5;\n                            if (d > 5 \/ 2) d -= 5;\n                            if (d < -5 \/ 2) d += 5;\n                            return d;\n                        }\n                    }\" \n                        :class=\"{\n                            'flex flex-col justify-center items-center transition-all duration-500 absolute md:relative w-48 md:w-auto': true,\n                            'opacity-100 scale-100 z-30 pointer-events-auto transform translate-x-0': distance === 0,\n                            'opacity-30 scale-75 z-20 pointer-events-auto transform -translate-x-44 md:transform-none md:opacity-60 md:scale-100': distance ===\n                                -1,\n                            'opacity-30 scale-75 z-20 pointer-events-auto transform translate-x-44 md:transform-none md:opacity-60 md:scale-100': distance ===\n                                1,\n                            'opacity-0 scale-50 z-0 pointer-events-none hidden md:flex md:opacity-60 md:scale-100 md:pointer-events-auto md:transform-none': distance !==\n                                0 &#038;&#038; distance !== 1 &#038;&#038; distance !== -1\n                        }\"\n                        class=\"px-4\">\n                        \n                        <button @click=\"$refs.postalSwiper.swiper.slideTo(1)\"\n                            :class=\"activeIndex === 1 ? 'text-background opacity-100' :\n                                'text-transparent opacity-60 hover:opacity-100'\"\n                            class=\"pb-1 transition-all duration-300 tracking-widest text-xl md:text-2xl font-mornin whitespace-nowrap\"\n                            style=\"-webkit-text-stroke: 1px #fff;\">\n                            Transats\n                        <\/button>\n\n                        \n                        <span x-show=\"activeIndex === 1\" x-transition\n                            class=\"text-sm font-light uppercase tracking-wider text-background mt-1 text-center block\">\n                            au bord de la mer\n                        <\/span>\n                    <\/div>\n                                    \n                    <div x-data=\"{\n                        get distance() {\n                            let d = (2 - activeIndex) % 5;\n                            if (d > 5 \/ 2) d -= 5;\n                            if (d < -5 \/ 2) d += 5;\n                            return d;\n                        }\n                    }\" \n                        :class=\"{\n                            'flex flex-col justify-center items-center transition-all duration-500 absolute md:relative w-48 md:w-auto': true,\n                            'opacity-100 scale-100 z-30 pointer-events-auto transform translate-x-0': distance === 0,\n                            'opacity-30 scale-75 z-20 pointer-events-auto transform -translate-x-44 md:transform-none md:opacity-60 md:scale-100': distance ===\n                                -1,\n                            'opacity-30 scale-75 z-20 pointer-events-auto transform translate-x-44 md:transform-none md:opacity-60 md:scale-100': distance ===\n                                1,\n                            'opacity-0 scale-50 z-0 pointer-events-none hidden md:flex md:opacity-60 md:scale-100 md:pointer-events-auto md:transform-none': distance !==\n                                0 &#038;&#038; distance !== 1 &#038;&#038; distance !== -1\n                        }\"\n                        class=\"px-4\">\n                        \n                        <button @click=\"$refs.postalSwiper.swiper.slideTo(2)\"\n                            :class=\"activeIndex === 2 ? 'text-background opacity-100' :\n                                'text-transparent opacity-60 hover:opacity-100'\"\n                            class=\"pb-1 transition-all duration-300 tracking-widest text-xl md:text-2xl font-mornin whitespace-nowrap\"\n                            style=\"-webkit-text-stroke: 1px #fff;\">\n                            Massages\n                        <\/button>\n\n                        \n                        <span x-show=\"activeIndex === 2\" x-transition\n                            class=\"text-sm font-light uppercase tracking-wider text-background mt-1 text-center block\">\n                            Bien-\u00eatre face \u00e0 la mer\n                        <\/span>\n                    <\/div>\n                                    \n                    <div x-data=\"{\n                        get distance() {\n                            let d = (3 - activeIndex) % 5;\n                            if (d > 5 \/ 2) d -= 5;\n                            if (d < -5 \/ 2) d += 5;\n                            return d;\n                        }\n                    }\" \n                        :class=\"{\n                            'flex flex-col justify-center items-center transition-all duration-500 absolute md:relative w-48 md:w-auto': true,\n                            'opacity-100 scale-100 z-30 pointer-events-auto transform translate-x-0': distance === 0,\n                            'opacity-30 scale-75 z-20 pointer-events-auto transform -translate-x-44 md:transform-none md:opacity-60 md:scale-100': distance ===\n                                -1,\n                            'opacity-30 scale-75 z-20 pointer-events-auto transform translate-x-44 md:transform-none md:opacity-60 md:scale-100': distance ===\n                                1,\n                            'opacity-0 scale-50 z-0 pointer-events-none hidden md:flex md:opacity-60 md:scale-100 md:pointer-events-auto md:transform-none': distance !==\n                                0 &#038;&#038; distance !== 1 &#038;&#038; distance !== -1\n                        }\"\n                        class=\"px-4\">\n                        \n                        <button @click=\"$refs.postalSwiper.swiper.slideTo(3)\"\n                            :class=\"activeIndex === 3 ? 'text-background opacity-100' :\n                                'text-transparent opacity-60 hover:opacity-100'\"\n                            class=\"pb-1 transition-all duration-300 tracking-widest text-xl md:text-2xl font-mornin whitespace-nowrap\"\n                            style=\"-webkit-text-stroke: 1px #fff;\">\n                            Gastronomie\n                        <\/button>\n\n                        \n                        <span x-show=\"activeIndex === 3\" x-transition\n                            class=\"text-sm font-light uppercase tracking-wider text-background mt-1 text-center block\">\n                            avec Diego Gallegos\n                        <\/span>\n                    <\/div>\n                                    \n                    <div x-data=\"{\n                        get distance() {\n                            let d = (4 - activeIndex) % 5;\n                            if (d > 5 \/ 2) d -= 5;\n                            if (d < -5 \/ 2) d += 5;\n                            return d;\n                        }\n                    }\" \n                        :class=\"{\n                            'flex flex-col justify-center items-center transition-all duration-500 absolute md:relative w-48 md:w-auto': true,\n                            'opacity-100 scale-100 z-30 pointer-events-auto transform translate-x-0': distance === 0,\n                            'opacity-30 scale-75 z-20 pointer-events-auto transform -translate-x-44 md:transform-none md:opacity-60 md:scale-100': distance ===\n                                -1,\n                            'opacity-30 scale-75 z-20 pointer-events-auto transform translate-x-44 md:transform-none md:opacity-60 md:scale-100': distance ===\n                                1,\n                            'opacity-0 scale-50 z-0 pointer-events-none hidden md:flex md:opacity-60 md:scale-100 md:pointer-events-auto md:transform-none': distance !==\n                                0 &#038;&#038; distance !== 1 &#038;&#038; distance !== -1\n                        }\"\n                        class=\"px-4\">\n                        \n                        <button @click=\"$refs.postalSwiper.swiper.slideTo(4)\"\n                            :class=\"activeIndex === 4 ? 'text-background opacity-100' :\n                                'text-transparent opacity-60 hover:opacity-100'\"\n                            class=\"pb-1 transition-all duration-300 tracking-widest text-xl md:text-2xl font-mornin whitespace-nowrap\"\n                            style=\"-webkit-text-stroke: 1px #fff;\">\n                            Activit\u00e9s\n                        <\/button>\n\n                        \n                        <span x-show=\"activeIndex === 4\" x-transition\n                            class=\"text-sm font-light uppercase tracking-wider text-background mt-1 text-center block\">\n                            Au coucher du soleil\n                        <\/span>\n                    <\/div>\n                                    <\/nav>\n    <\/div>\n\n    <div x-ref=\"postalSwiper\" class=\"swiper wheel-carousel w-full max-w-6xl my-auto py-12\">\n        <div class=\"swiper-wrapper\">\n\n                                                <div class=\"swiper-slide flex flex-col justify-center items-center gap-12\">\n\n                        <div\n                            class=\"grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-16 items-center justify-center w-full px-4 py-8\">\n\n                            <div\n                                class=\"w-full max-w-[450px]  rounded-lg shadow-2xl overflow-hidden transform -rotate-3  justify-self-center md:justify-self-end\">\n                                <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/06\/frances-21.webp\" alt=\"Postal Izquierda\"\n                                    class=\"w-full h-full object-cover\">\n                            <\/div>\n\n                            <div\n                                class=\"w-full max-w-[450px]  rounded-lg shadow-2xl overflow-hidden transform rotate-3    justify-self-center md:justify-self-start\">\n                                <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/BALIS-04.webp\" alt=\"Postal Derecha\"\n                                    class=\"w-full h-full object-cover\">\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"flex flex-wrap justify-center gap-6 md:gap-12 w-full z-10 mt-6 md:mt-12\">\n                                                                                                <a href=\"https:\/\/higueronresort.com\/fr\/gastronomie\/the-beach\/#covermanager\" target=\"\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        R\u00e9servez d\u00e8s maintenant\n                                    <\/a>\n                                                                    <a href=\"&lt;!--[CDATA[https:\/\/higueronresort.com\/pdf\/TBC\/TARIFAS_BALIS_TBC26.pdf]]--&gt;\" target=\"_blank\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        D\u00e9couvrez-en plus\n                                    <\/a>\n                                                                                    <\/div>\n\n                    <\/div>\n                                    <div class=\"swiper-slide flex flex-col justify-center items-center gap-12\">\n\n                        <div\n                            class=\"grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-16 items-center justify-center w-full px-4 py-8\">\n\n                            <div\n                                class=\"w-full max-w-[450px]  rounded-lg shadow-2xl overflow-hidden transform -rotate-3  justify-self-center md:justify-self-end\">\n                                <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/06\/frances-23.webp\" alt=\"Postal Izquierda\"\n                                    class=\"w-full h-full object-cover\">\n                            <\/div>\n\n                            <div\n                                class=\"w-full max-w-[450px]  rounded-lg shadow-2xl overflow-hidden transform rotate-3    justify-self-center md:justify-self-start\">\n                                <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/HAMACAS-2.webp\" alt=\"Postal Derecha\"\n                                    class=\"w-full h-full object-cover\">\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"flex flex-wrap justify-center gap-6 md:gap-12 w-full z-10 mt-6 md:mt-12\">\n                                                                                                <a href=\"https:\/\/higueronresort.com\/fr\/gastronomie\/the-beach\/#covermanager\" target=\"\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        R\u00e9servez d\u00e8s maintenant\n                                    <\/a>\n                                                                    <a href=\"&lt;!--[CDATA[https:\/\/higueronresort.com\/pdf\/TBC\/TARIFAS_HAMACAS_TBC26.pdf]]--&gt;\" target=\"\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        D\u00e9couvrez-en plus\n                                    <\/a>\n                                                                                    <\/div>\n\n                    <\/div>\n                                    <div class=\"swiper-slide flex flex-col justify-center items-center gap-12\">\n\n                        <div\n                            class=\"grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-16 items-center justify-center w-full px-4 py-8\">\n\n                            <div\n                                class=\"w-full max-w-[450px]  rounded-lg shadow-2xl overflow-hidden transform -rotate-3  justify-self-center md:justify-self-end\">\n                                <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/06\/frances-25.webp\" alt=\"Postal Izquierda\"\n                                    class=\"w-full h-full object-cover\">\n                            <\/div>\n\n                            <div\n                                class=\"w-full max-w-[450px]  rounded-lg shadow-2xl overflow-hidden transform rotate-3    justify-self-center md:justify-self-start\">\n                                <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/MASAJES-2.webp\" alt=\"Postal Derecha\"\n                                    class=\"w-full h-full object-cover\">\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"flex flex-wrap justify-center gap-6 md:gap-12 w-full z-10 mt-6 md:mt-12\">\n                                                                                                <a href=\"tel:+34 952 661 174\" target=\"_blank\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        R\u00e9server par t\u00e9l\u00e9phone\n                                    <\/a>\n                                                                    <a href=\"mailto:spa@higueronresort.com\" target=\"_blank\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        R\u00e9server par e-mail\n                                    <\/a>\n                                                                    <a href=\"https:\/\/higueronresort.com\/pdf\/TBC\/MASAJES_THECLUB.pdf\" target=\"_blank\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        D\u00e9couvrez-en plus\n                                    <\/a>\n                                                                                    <\/div>\n\n                    <\/div>\n                                    <div class=\"swiper-slide flex flex-col justify-center items-center gap-12\">\n\n                        <div\n                            class=\"grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-16 items-center justify-center w-full px-4 py-8\">\n\n                            <div\n                                class=\"w-full max-w-[450px]  rounded-lg shadow-2xl overflow-hidden transform -rotate-3  justify-self-center md:justify-self-end\">\n                                <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/06\/frances-29.webp\" alt=\"Postal Izquierda\"\n                                    class=\"w-full h-full object-cover\">\n                            <\/div>\n\n                            <div\n                                class=\"w-full max-w-[450px]  rounded-lg shadow-2xl overflow-hidden transform rotate-3    justify-self-center md:justify-self-start\">\n                                <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/GASTRO-2.webp\" alt=\"Postal Derecha\"\n                                    class=\"w-full h-full object-cover\">\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"flex flex-wrap justify-center gap-6 md:gap-12 w-full z-10 mt-6 md:mt-12\">\n                                                                                                <a href=\"#covermanager\" target=\"\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        R\u00e9servez maintenant\n                                    <\/a>\n                                                                    <a href=\"https:\/\/higueronresort.com\/pdf\/TBC\/TheBeach_DIR.pdf\" target=\"_blank\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        D\u00e9couvrez-en plus\n                                    <\/a>\n                                                                                    <\/div>\n\n                    <\/div>\n                                    <div class=\"swiper-slide flex flex-col justify-center items-center gap-12\">\n\n                        <div\n                            class=\"grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-16 items-center justify-center w-full px-4 py-8\">\n\n                            <div\n                                class=\"w-full max-w-[450px]  rounded-lg shadow-2xl overflow-hidden transform -rotate-3  justify-self-center md:justify-self-end\">\n                                <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/06\/frances-27.webp\" alt=\"Postal Izquierda\"\n                                    class=\"w-full h-full object-cover\">\n                            <\/div>\n\n                            <div\n                                class=\"w-full max-w-[450px]  rounded-lg shadow-2xl overflow-hidden transform rotate-3    justify-self-center md:justify-self-start\">\n                                <img decoding=\"async\" src=\"https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/SPORT-2.webp\" alt=\"Postal Derecha\"\n                                    class=\"w-full h-full object-cover\">\n                            <\/div>\n\n                        <\/div>\n\n                        <div class=\"flex flex-wrap justify-center gap-6 md:gap-12 w-full z-10 mt-6 md:mt-12\">\n                                                                                                <a href=\"tel:+34 952 565 761\" target=\"_blank\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        R\u00e9server par t\u00e9l\u00e9phone\n                                    <\/a>\n                                                                    <a href=\"mailto:sport@higueronresort.com\" target=\"_blank\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        R\u00e9server par e-mail\n                                    <\/a>\n                                                                    <a href=\"https:\/\/higueronresort.com\/pdf\/TBC\/ACTIVIDADES_THECLUB.pdf\" target=\"_blank\"\n                                        class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                                        D\u00e9couvrez-en plus\n                                    <\/a>\n                                                                                    <\/div>\n\n                    <\/div>\n                                    <\/div>\n    <\/div>\n\n<\/div>\n\n\n<div class=\"container mx-auto pt-10 px-10\" id=\"covermanager\">\n        <h2 class=\"font-sans font-semibold text-center mb-5 text-hs-brown text-sm lg:text-base 2xl:text-lg\">\n        R\u00e9servez d\u00e8s maintenant<\/h2>\n\n    \n    <section  class=\"mt-10\">\n        <script type=\"text\/javascript\" src=\"https:\/\/www.covermanager.com\/js\/iframeResizer\/iframeResizer.min.js\"><\/script><iframe id=\"restaurante-beachclub\" title=\"Reservas\"\n            src=\"https:\/\/www.covermanager.com\/reservation\/module_restaurant\/restaurante-beachclubhigueron\/french#\" allow=\"payment\" frameborder=\"0\" height=\"550\" width=\"100%\"\n            onload=\"iFrameResize();\"><\/iframe>\n    <\/section>\n<\/div>\n\n\n<section\n    class=\"flex sm:items-center flex-col lg:flex-row text-center sm:text-left items-center gap-10 lg:gap-5 2xl:px-0 lg:px-5 sm:px-0 px-10 pt-5 sm:pt-10 xl:pt-20 pb-10 container mx-auto relative isolate\">\n\n    \n    <div\n        class=\"w-full lg:w-1\/3 xl:w-1\/2 flex flex-col items-center gap-2 justify-center lg:px-0 sm:px-10\">\n\n                                        <h3\n                    class=\"flex flex-col items-start w-auto\">\n                    <span class=\"text-left font-mornin text-secondary text-2xl sm:text-3xl xl:text-4xl 3xl:text-6xl\">Cheers to the sea!\n\n                    <\/span>\n\n                    \n                    <span class=\"text-left font-sans text-hs-beige text-2xl xl:text-3xl 2xl:text-4xl\">\n                        Votre \u00e9v\u00e9nement priv\u00e9 face \u00e0 la mer\n                    <\/span>\n                    <\/h3>\n        \n                                <div class=\"w-full xl:w-2\/3 xl:py-10 prose font-light contenedor-carrusel-descripciones font-sans prose-tertiary text-xs 2xl:text-sm\">\n\n                <p>C\u00e9l\u00e9brez vos moments les plus pr\u00e9cieux \u00e0 Higuer\u00f3n The Beach Club, un lieu unique face \u00e0 la M\u00e9diterran\u00e9e o\u00f9 chaque \u00e9v\u00e9nement se d\u00e9roule avec le bruit des vagues en toile de fond.<br \/>Nous mettons \u00e0 votre disposition un espace modulable, une offre gastronomique sur mesure et une \u00e9quipe professionnelle qui veillera \u00e0 chaque d\u00e9tail afin que votre c\u00e9l\u00e9bration ait l&rsquo;essence, l&rsquo;ambiance et la magie qu&rsquo;elle m\u00e9rite.<br \/>Des r\u00e9unions intimes aux c\u00e9l\u00e9brations sp\u00e9ciales, trinquez \u00e0 ce qui compte vraiment dans un lieu con\u00e7u pour rester grav\u00e9 dans les m\u00e9moires.<\/p>\n\n\n            <\/div>\n                            <a href=\"\/fr\/celebrations\/\" target=\"\"\n                class=\"py-2 px-6 w-full max-w-sm rounded-full border border-secondary bg-background\/60 backdrop-blur-sm text-secondary font-normal uppercase text-center text-sm md:text-lg tracking-widest transition-all duration-300 shadow-lg block hover:bg-secondary hover:text-background\">\n                D\u00e9couvrez-en plus\n            <\/a>\n            <\/div>\n\n    <div\n        class=\"w-full lg:w-2\/3 xl:w-1\/2 sm:px-10 lg:px-0 xl:px-10 py-20 sm:py-28 flex items-center justify-center relative min-h-[550px] lg:min-h-[60vh]\">\n\n                    <div class=\"hidden sm:block absolute inset-0 w-full h-full bg-center bg-cover z-0 pointer-events-none\"\n                style=\"background-image: url('https:\/\/higueronresort.com\/wp-content\/uploads\/2026\/05\/sobre-naranja.webp')\"><\/div>\n        \n        <div class=\"relative w-full sm:w-5\/6 md:w-3\/4 p-6 sm:p-10 relative z-10 bg-background\"\n            id=\"formulario\">\n            <script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_1' ><style>#gform_wrapper_1[data-form-index=\"0\"].gform-theme,[data-parent-form=\"1_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>\u00ab\u00a0<span class=\"gfield_required gfield_required_asterisk\">*<\/span>\u00a0\u00bb indique les champs n\u00e9cessaires<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_1'  action='\/fr\/wp-json\/wp\/v2\/pages\/13524' data-formid='1' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_above description_above validation_below'><div id=\"field_1_7\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_above gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_7'>Company<\/label><div class='gfield_description' id='gfield_description_1_7'>Ce champ n\u2019est utilis\u00e9 qu\u2019\u00e0 des fins de validation et devrait rester inchang\u00e9.<\/div><div class='ginput_container'><input name='input_7' id='input_1_7' type='text' value='' autocomplete='new-password'\/><\/div><\/div><fieldset id=\"field_1_1\" class=\"gfield gfield--type-name gfield--input-type-name gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Nom<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name no_last_name no_suffix gf_name_has_1 ginput_container_name gform-grid-row' id='input_1_1'>\n                            \n                            <span id='input_1_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.3' id='input_1_1_3' value=''   aria-required='true'   placeholder='Nom' autocomplete=\"given-name\" \/>\n                                                    <label for='input_1_1_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Nom<\/label>\n                                                <\/span>\n                            \n                            \n                            \n                        <\/div><\/fieldset><div id=\"field_1_2\" class=\"gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_above gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_2'>E-mail<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_1_2' type='email' value='' class='large'   placeholder='E-mail' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_1_3\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_3'>Commentaires<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_1_3' class='textarea small'   maxlength='600' placeholder='Message' aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_1_4\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Consentement<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_consent'><input name='input_4.1' id='input_1_4_1' type='checkbox' value='1'   aria-required=\"true\" aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_1_4_1' >J&rsquo;accepte les conditions g\u00e9n\u00e9rales<span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/label><input type='hidden' name='input_4.2' value='J&#039;accepte les conditions g\u00e9n\u00e9rales' class='gform_hidden' \/><input type='hidden' name='input_4.3' value='1' class='gform_hidden' \/><\/div><\/fieldset><div id=\"field_1_5\" class=\"gfield gfield--type-captcha gfield--input-type-captcha field_sublabel_above gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_5'>CAPTCHA<\/label><div id='input_1_5' class='ginput_container ginput_recaptcha' data-sitekey='6LfKqNQrAAAAAN8SkyvYQURAkREh2QrvriNoFmj5'  data-theme='light' data-tabindex='-1' data-size='invisible' data-badge='bottomright'><\/div><\/div><div id=\"field_1_6\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_6' id='input_1_6' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='https:\/\/higueronresort.com\/fr\/wp-json\/wp\/v2\/pages\/13524' \/><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Envoyer'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='i9LccJpBTjgIu6vTsv1ntz59kDE4hOO2lucWLqNWLzZTtmHL9CNkxamlCUwlft9na1nUIu7qTMafE9YV1gkQym1MjXoqWPUP16RRrnD2wmB\/trE=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJ7XCI0LjFcIjpcIjg1NzdkNGM2YzZiN2Q1ZGY1ZDEyYjlmODg1YWEzZjk0XCIsXCI0LjJcIjpcImZkYjY5Nzk1MDAxMWI3ZGNkMTMxYzRiMjhhMWFmM2JhXCIsXCI0LjNcIjpcIjg1NzdkNGM2YzZiN2Q1ZGY1ZDEyYjlmODg1YWEzZjk0XCJ9IiwiN2RmMmM1MGU2Y2FmOGMwMjYxODQ1MDYyMTY1ODJlMDMiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/higueronresort.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https:\/\/higueronresort.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_1\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 1, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n\n\n                            <div class=\"absolute bottom-6 left-5 prose prose-secondary [&#038;_a]:text-secondary font-light \">\n                    <p><a href=\"tel:+34951919105\">(34) 951 919 105<\/a><br \/>\n<a href=\"mailto:groups@higueronresort.com\">groups@higueronresort.com<\/a><\/p>\n\n                <\/div>\n                    <\/div>\n\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categoria_superior":[],"subcategoria":[],"class_list":["post-13524","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/higueronresort.com\/fr\/wp-json\/wp\/v2\/pages\/13524","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/higueronresort.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/higueronresort.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/higueronresort.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/higueronresort.com\/fr\/wp-json\/wp\/v2\/comments?post=13524"}],"version-history":[{"count":7,"href":"https:\/\/higueronresort.com\/fr\/wp-json\/wp\/v2\/pages\/13524\/revisions"}],"predecessor-version":[{"id":13834,"href":"https:\/\/higueronresort.com\/fr\/wp-json\/wp\/v2\/pages\/13524\/revisions\/13834"}],"wp:attachment":[{"href":"https:\/\/higueronresort.com\/fr\/wp-json\/wp\/v2\/media?parent=13524"}],"wp:term":[{"taxonomy":"categoria_superior","embeddable":true,"href":"https:\/\/higueronresort.com\/fr\/wp-json\/wp\/v2\/categoria_superior?post=13524"},{"taxonomy":"subcategoria","embeddable":true,"href":"https:\/\/higueronresort.com\/fr\/wp-json\/wp\/v2\/subcategoria?post=13524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}