{"id":2814,"date":"2025-09-15T09:39:58","date_gmt":"2025-09-15T09:39:58","guid":{"rendered":"http:\/\/localhost\/wp\/campie\/?page_id=2814"},"modified":"2025-10-28T04:40:24","modified_gmt":"2025-10-28T04:40:24","slug":"services-2","status":"publish","type":"page","link":"https:\/\/pixelaxis.net\/campie\/services-2\/","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2814\" class=\"elementor elementor-2814\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5747fa1 e-con-full e-flex e-con e-parent\" data-id=\"5747fa1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-98c7caf overflow-hidden e-flex e-con-boxed e-con e-child\" data-id=\"98c7caf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6608035 e-con-full e-flex e-con e-child\" data-id=\"6608035\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6d98b12 e-con-full overflow-hidden e-flex e-con e-child\" data-id=\"6d98b12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\r\n\n\n\n\t\t<div class=\"elementor-element elementor-element-cd891b8 elementor-invisible elementor-widget elementor-widget-tp-heading\" data-id=\"cd891b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"tp-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"themephi-heading default title-border-no\">\n\n\t\t\t<span class=\"sub-text\">RV Camping Made Better<\/span><h3 class=\"visible-from-right sec-title\">Premium RV Amenities<\/h3>\n\t\t\t\t\t\t\n\t\t\t\n\n\n\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ce8967 elementor-widget-tablet__width-initial elementor-widget-mobile_extra__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"9ce8967\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our RV campground services are designed to make your stay as enjoyable and stress-free as possible.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a3e8efe e-con-full e-flex e-con e-child\" data-id=\"a3e8efe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-698dd0a e-con-full e-flex e-con e-child\" data-id=\"698dd0a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e724445 elementor-widget elementor-widget-campie-service-slider\" data-id=\"e724445\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"campie-service-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n    <style>\n\n    .campie-service_wrapper .card-main {\n        border-radius: 12px;\n        padding-top: 40px;\n        padding-bottom: 30px;\n        width: 100%;\n        text-align: center;\n        transition: all 0.5s ease;\n        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .campie-service-card {\n        position: relative;\n        transition: all 0.5s ease;\n    }\n\n    .campie-service-card::before {\n        position: absolute;\n        left: 0;\n        top: 0;\n        content: \"\";\n        width: 100%;\n        height: 100%;\n        background: rgb(255 255 255);\n        border-radius: 10px;\n        transition: opacity 0.5s ease;\n    }\n\n    .campie-service-card:hover::before {\n        opacity: 0;\n    }\n\n    .campie-service_wrapper .image-circle {\n        width: 125px;\n        height: 125px;\n        border-radius: 50%;\n        margin: 0 auto 30px;\n        overflow: hidden;\n        background: #f0f0f0;\n        z-index: 9;\n        position: relative;\n        transition: all 0.5s ease;\n    }\n\n    .campie-service_wrapper .image-circle img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: transform 0.5s ease;\n    }\n\n    .campie-service-card:hover .image-circle {\n        opacity: 0;\n        visibility: hidden;\n        transform: scale(0.8);\n    }\n\n    .campie-service_wrapper .service-title {\n        font-size: 24px;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin: 0;\n        line-height: 1.3;\n        transition: all 0.5s ease;\n    }\n\n    .title-box {\n        background: #fff;\n        padding-bottom: 6px;\n        padding-top: 10px;\n        z-index: 9;\n        position: relative;\n        transition: all 0.5s ease;\n    }\n\n    .campie-service-card:hover .title-box {\n        opacity: 0;\n        visibility: hidden;\n        transform: translateY(10px);\n    }\n\n    .campie-service_wrapper .image-full-width {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        opacity: 0;\n        visibility: hidden;\n        transition: all 0.5s ease;\n        width: 100%;\n        transform: translate(-50%, -50%);\n        z-index: 8;\n    }\n\n    .campie-service_wrapper .image-full-width i {\n        background: #ffffff;\n        width: 45px;\n        font-size: 18px;\n        height: 45px;\n        line-height: 45px;\n        color: #E44D30;\n        border-radius: 50%;\n        transition: all 0.3s ease;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .campie-service_wrapper .image-full-width a {\n        position: absolute;\n        left: 50%;\n        top: 50%;\n        transform: translate(-50%, -50%);\n        display: flex;\n    }\n\n    .campie-service_wrapper .image-full-width i:hover {\n        background: #E44D30;\n        color: #ffffff;\n    }\n\n    .campie-service-card:hover .image-full-width {\n        opacity: 1;\n        visibility: visible;\n        transform: translate(-50%, -50%) scale(1.05);\n    }\n\n    .campie-service_wrapper .card-main.campie-service-card {\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        transition: background-image 0.5s ease;\n    }\n\n    .campie-service_wrapper .campie-service-slide {\n        padding: 15px;\n    }\n\n\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function($) {\n            if ($('.campie-service-slide').length > 0) {\n                const swiper = new Swiper('.campie-service-slide', {\n                    slidesPerView: 6,\n                    spaceBetween: 20,\n                    loop: true,\n                    speed: 1500,\n                    autoplay: {\n                        delay: 4000,\n                    },\n                \n                    breakpoints: {\n                        0: {\n                            slidesPerView: 1,\n                            \n                        },\n                        640: {\n                            slidesPerView: 2,\n                          \n                        },\n                        768: {\n                            slidesPerView: 3,\n                            \n                        },\n                        1024: {\n                            slidesPerView: 4,\n\n                        },\n\n                        1366: {\n                            slidesPerView: 6,\n                        },\n                    },\n\n                    effect: 'slide',\n                    speed: 1000,\n                    on: {\n                        init: function () {\n                            console.log('Property slider initialized');\n                        },\n                    },\n                });\n            }\n        });\n\n    <\/script>\n       \n    \n\n\n    <div class=\"campie-service_wrapper\">\n        <div class=\"swiper campie-service-slide\">\n            <div class=\"swiper-wrapper\">\n                \n\n                <div class=\"swiper-slide\">\n\n                    <div class=\"card-main campie-service-card\" style=\"background-image: url('https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-seven.webp');\">\n\n                        <div class=\"image-circle\">\n                            <img decoding=\"async\" src=\"https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-seven.webp\" alt=\"service-img\" \/>\n                        <\/div>\n\n                        <div class=\"image-full-width\">\n                            <a href=\"https:\/\/pixelaxis.net\/campie\/services\/tent-hookup-service\/\"><i class=\"tp-arrow-right-regular\"><\/i><\/a>\n                        <\/div>\n\n                        <div class=\"title-box\">\n                            <h4 class=\"service-title\">\n                                <a href=\"https:\/\/pixelaxis.net\/campie\/services\/tent-hookup-service\/\">Tent Hookup Serv...<\/a>\n                            <\/h4>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n\n                \n\n                <div class=\"swiper-slide\">\n\n                    <div class=\"card-main campie-service-card\" style=\"background-image: url('https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-six.webp');\">\n\n                        <div class=\"image-circle\">\n                            <img decoding=\"async\" src=\"https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-six.webp\" alt=\"service-img\" \/>\n                        <\/div>\n\n                        <div class=\"image-full-width\">\n                            <a href=\"https:\/\/pixelaxis.net\/campie\/services\/rv-hookup-service\/\"><i class=\"tp-arrow-right-regular\"><\/i><\/a>\n                        <\/div>\n\n                        <div class=\"title-box\">\n                            <h4 class=\"service-title\">\n                                <a href=\"https:\/\/pixelaxis.net\/campie\/services\/rv-hookup-service\/\">Rv Hookup Servic...<\/a>\n                            <\/h4>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n\n                \n\n                <div class=\"swiper-slide\">\n\n                    <div class=\"card-main campie-service-card\" style=\"background-image: url('https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-five-1.webp');\">\n\n                        <div class=\"image-circle\">\n                            <img decoding=\"async\" src=\"https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-five-1.webp\" alt=\"service-img\" \/>\n                        <\/div>\n\n                        <div class=\"image-full-width\">\n                            <a href=\"https:\/\/pixelaxis.net\/campie\/services\/hiking-bootst-fullhookup\/\"><i class=\"tp-arrow-right-regular\"><\/i><\/a>\n                        <\/div>\n\n                        <div class=\"title-box\">\n                            <h4 class=\"service-title\">\n                                <a href=\"https:\/\/pixelaxis.net\/campie\/services\/hiking-bootst-fullhookup\/\">HIking Bootst Fu...<\/a>\n                            <\/h4>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n\n                \n\n                <div class=\"swiper-slide\">\n\n                    <div class=\"card-main campie-service-card\" style=\"background-image: url('https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-four.webp');\">\n\n                        <div class=\"image-circle\">\n                            <img decoding=\"async\" src=\"https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-four.webp\" alt=\"service-img\" \/>\n                        <\/div>\n\n                        <div class=\"image-full-width\">\n                            <a href=\"https:\/\/pixelaxis.net\/campie\/services\/full-hookup-service\/\"><i class=\"tp-arrow-right-regular\"><\/i><\/a>\n                        <\/div>\n\n                        <div class=\"title-box\">\n                            <h4 class=\"service-title\">\n                                <a href=\"https:\/\/pixelaxis.net\/campie\/services\/full-hookup-service\/\">Full Hookup Serv...<\/a>\n                            <\/h4>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n\n                \n\n                <div class=\"swiper-slide\">\n\n                    <div class=\"card-main campie-service-card\" style=\"background-image: url('https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-three-2.webp');\">\n\n                        <div class=\"image-circle\">\n                            <img decoding=\"async\" src=\"https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-three-2.webp\" alt=\"service-img\" \/>\n                        <\/div>\n\n                        <div class=\"image-full-width\">\n                            <a href=\"https:\/\/pixelaxis.net\/campie\/services\/fishing-roads-hookup\/\"><i class=\"tp-arrow-right-regular\"><\/i><\/a>\n                        <\/div>\n\n                        <div class=\"title-box\">\n                            <h4 class=\"service-title\">\n                                <a href=\"https:\/\/pixelaxis.net\/campie\/services\/fishing-roads-hookup\/\">Fishing Roads Ho...<\/a>\n                            <\/h4>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n\n                \n\n                <div class=\"swiper-slide\">\n\n                    <div class=\"card-main campie-service-card\" style=\"background-image: url('https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-two.webp');\">\n\n                        <div class=\"image-circle\">\n                            <img decoding=\"async\" src=\"https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/service-two.webp\" alt=\"service-img\" \/>\n                        <\/div>\n\n                        <div class=\"image-full-width\">\n                            <a href=\"https:\/\/pixelaxis.net\/campie\/services\/chairs-and-hammocks\/\"><i class=\"tp-arrow-right-regular\"><\/i><\/a>\n                        <\/div>\n\n                        <div class=\"title-box\">\n                            <h4 class=\"service-title\">\n                                <a href=\"https:\/\/pixelaxis.net\/campie\/services\/chairs-and-hammocks\/\">Chairs and Hammo...<\/a>\n                            <\/h4>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n\n                            <\/div>\n        <\/div>\n    <\/div>\n\n\n\n\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-08a87bb e-con-full e-flex e-con e-parent\" data-id=\"08a87bb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-494b996 overflow-hidden e-flex e-con-boxed e-con e-child\" data-id=\"494b996\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1efd50b e-con-full e-flex e-con e-child\" data-id=\"1efd50b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ba195dd e-con-full overflow-hidden e-flex e-con e-child\" data-id=\"ba195dd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72e1d7a elementor-invisible elementor-widget elementor-widget-tp-heading\" data-id=\"72e1d7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"tp-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"themephi-heading default title-border-no\">\n\n\t\t\t<span class=\"sub-text\">RV Camping Made Better<\/span><h3 class=\"visible-from-right sec-title\">Premium RV Amenities<\/h3>\n\t\t\t\t\t\t\n\t\t\t\n\n\n\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea0ba64 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"ea0ba64\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our RV campground services are designed to make your stay as enjoyable and stress-free as possible.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8265603 e-con-full e-flex e-con e-child\" data-id=\"8265603\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5b32526 e-con-full e-flex e-con e-child\" data-id=\"5b32526\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-99bad28 e-con-full e-flex e-con e-child\" data-id=\"99bad28\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0f1b6e elementor-widget elementor-widget-heading\" data-id=\"b0f1b6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">01<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23afe61 elementor-widget elementor-widget-tp-text-hover-image\" data-id=\"23afe61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-text-hover-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"tp-text-hover-image-wrapper\">\n                            <a href=\"https:\/\/pixelaxis.net\/campie\/services\/full-hookup-service\/\">\n            \n            <h4 class=\"tp-text-hover-image-title\">\n                \n                <span class=\"tp-text-hover-image-text\" data-widget-id=\"23afe61\">\n                                            Full Hookup <br>Service                                        \n                                            <span class=\"tp-text-hover-image-img\" \n                            style=\"background-image: url(https:\/\/pixelaxis.net\/campie\/\/wp-content\/uploads\/2025\/09\/camp-service-one.webp);\">\n                        <\/span>\n                                    <\/span>\n\n                            <\/h4>\n\n                            <\/a>\n                    <\/div>\n\n        <style>\n        .tp-text-hover-image-wrapper {\n            display: inline-block;\n            position: relative;\n        }\n\n        .tp-text-hover-image-title {\n            display: inline-block;\n            position: relative;\n            margin: 0;\n            transition: color 0.3s ease;\n        }\n\n        .tp-text-hover-image-text {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n\n        .tp-text-hover-image-img {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 260px;\n            height: 306px;\n            background-size: cover;\n            background-repeat: no-repeat;\n            background-position: center;\n            opacity: 0;\n            pointer-events: none;\n            z-index: 9999;\n            transition: opacity 0.3s ease;\n            transform: translate(15px, -50%) rotate(15deg);\n            will-change: transform;\n            border-radius: 6px;\n        }\n\n        <\/style>\n\n        <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const hoverElements = document.querySelectorAll('.tp-text-hover-image-text[data-widget-id=\"23afe61\"]');\n            const distanceFromCursor = 50; \/\/ Fixed 15px from cursor\n            \n            hoverElements.forEach(function(hoverText) {\n                const hoverImg = hoverText.querySelector('.tp-text-hover-image-img');\n                if (!hoverImg) return;\n                \n                hoverText.addEventListener('mousemove', function(e) {\n                    \/\/ Position image 50px right and below cursor\n                    const imgX = e.clientX + distanceFromCursor;\n                    const imgY = e.clientY + distanceFromCursor;\n                    \n                    hoverImg.style.left = imgX + 'px';\n                    hoverImg.style.top = imgY + 'px';\n                    hoverImg.style.opacity = '1';\n                });\n                \n                hoverText.addEventListener('mouseleave', function() {\n                    hoverImg.style.opacity = '0';\n                });\n            });\n        });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4e83f1b e-con-full e-flex e-con e-child\" data-id=\"4e83f1b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9125abf e-con-full e-flex e-con e-child\" data-id=\"9125abf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a6f4fc elementor-widget elementor-widget-text-editor\" data-id=\"3a6f4fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5d10ed elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c5d10ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"71\" height=\"71\" rx=\"35.5\" stroke=\"#DFE0E4\"><\/rect><path d=\"M43.9375 23.8125H27.9375V21.75C27.9375 19.5625 29.6875 17.8125 31.875 17.8125H40C42.1875 17.8125 43.9375 19.5625 43.9375 21.75V23.8125ZM29.1875 22.5625H42.6875V21.75C42.6875 20.25 41.5 19.0625 40 19.0625H31.875C30.375 19.0625 29.1875 20.25 29.1875 21.75V22.5625Z\" fill=\"#222E48\"><\/path><path d=\"M39.625 28.4375H32.25V22.5H39.625V28.4375ZM33.5 27.1875H38.375V23.75H33.5V27.1875Z\" fill=\"#222E48\"><\/path><path d=\"M38.4375 44.5H39V45.75H38.4375V44.5Z\" fill=\"#222E48\"><\/path><path d=\"M49 45.75H42.875V44.5H47.75V36.75C47.75 32.1875 44.0625 28.5 39.5 28.5H32.4375C27.875 28.4375 24.125 32.1875 24.125 36.75V44.5H29.125V45.75H22.875V36.75C22.875 31.5 27.125 27.25 32.375 27.25H39.4375C44.6875 27.25 48.9375 31.5 48.9375 36.75V45.75H49Z\" fill=\"#222E48\"><\/path><path d=\"M38.4375 44.5H39V45.75H38.4375V44.5Z\" fill=\"#222E48\"><\/path><path d=\"M29.125 49.625H18.25V48.125C18.25 46.125 19.875 44.5 21.875 44.5H29.125V45.75H21.875C20.5625 45.75 19.5 46.8125 19.5 48.125V48.375H29.125V49.625Z\" fill=\"#222E48\"><\/path><path d=\"M53.6875 49.625H42.875V48.375H52.4375V48.125C52.4375 46.8125 51.375 45.75 50.0625 45.75H42.875V44.5H50.0625C52.0625 44.5 53.6875 46.125 53.6875 48.125V49.625Z\" fill=\"#222E48\"><\/path><path d=\"M23.75 38.875H48.125V40.125H23.75V38.875Z\" fill=\"#222E48\"><\/path><path d=\"M36 54.8125C31.75 54.8125 28.25 51.3125 28.25 47.0625C28.25 42.8125 31.75 39.3125 36 39.3125C40.25 39.3125 43.75 42.8125 43.75 47.0625C43.75 51.3125 40.25 54.8125 36 54.8125ZM36 40.5625C32.4375 40.5625 29.5 43.5 29.5 47.0625C29.5 50.625 32.4375 53.5625 36 53.5625C39.5625 53.5625 42.5 50.625 42.5 47.0625C42.5 43.4375 39.5625 40.5625 36 40.5625Z\" fill=\"#222E48\"><\/path><path d=\"M39 50.5625C38.625 50.5625 38.375 50.3125 38.375 49.9375V48.75H36.4375C36.1875 48.75 36 48.625 35.875 48.4375C35.75 48.25 35.75 48 35.875 47.8125C38.5 43.4375 38.5 43.4375 38.8125 43.375C39 43.3125 39.1875 43.3125 39.375 43.4375C39.5625 43.5625 39.625 43.75 39.625 43.9375V47.5H40.1875C40.5625 47.5 40.8125 47.75 40.8125 48.125C40.8125 48.5 40.5625 48.75 40.1875 48.75H39.625V49.9375C39.625 50.3125 39.3125 50.5625 39 50.5625ZM37.5 47.5H38.375V46.125C38.125 46.5625 37.8125 47.0625 37.5 47.5Z\" fill=\"#222E48\"><\/path><path d=\"M35.6875 50.6875H32.625C32.375 50.6875 32.1875 50.5625 32.0625 50.375C31.9375 50.1875 31.9375 49.9375 32.0625 49.75L34.375 45.375C34.5 45.125 34.4375 44.9375 34.375 44.875C34.25 44.6875 34 44.5625 33.75 44.5625C33.375 44.5625 33.0625 44.8125 33.0625 45.1875V45.375C33.0625 45.75 32.8125 46 32.4375 46C32.0625 46 31.8125 45.75 31.8125 45.375V45.1875C31.8125 44.1875 32.6875 43.3125 33.75 43.3125C34.4375 43.3125 35.125 43.6875 35.4375 44.25C35.75 44.8125 35.8125 45.4375 35.5 46L33.6875 49.5H35.6875C36.0625 49.5 36.3125 49.75 36.3125 50.125C36.3125 50.5 36 50.6875 35.6875 50.6875Z\" fill=\"#222E48\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ead2a42 e-con-full e-flex e-con e-child\" data-id=\"ead2a42\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-90d59f7 e-con-full e-flex e-con e-child\" data-id=\"90d59f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9c6651c elementor-widget elementor-widget-heading\" data-id=\"9c6651c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">02<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0241841 elementor-widget elementor-widget-tp-text-hover-image\" data-id=\"0241841\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-text-hover-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"tp-text-hover-image-wrapper\">\n                            <a href=\"https:\/\/pixelaxis.net\/campie\/services\/chairs-and-hammocks\/\">\n            \n            <h4 class=\"tp-text-hover-image-title\">\n                \n                <span class=\"tp-text-hover-image-text\" data-widget-id=\"0241841\">\n                                            On-Site <br> Maintenance                                        \n                                            <span class=\"tp-text-hover-image-img\" \n                            style=\"background-image: url(https:\/\/pixelaxis.net\/campie\/\/wp-content\/uploads\/2025\/09\/camp-service-two.webp);\">\n                        <\/span>\n                                    <\/span>\n\n                            <\/h4>\n\n                            <\/a>\n                    <\/div>\n\n        <style>\n        .tp-text-hover-image-wrapper {\n            display: inline-block;\n            position: relative;\n        }\n\n        .tp-text-hover-image-title {\n            display: inline-block;\n            position: relative;\n            margin: 0;\n            transition: color 0.3s ease;\n        }\n\n        .tp-text-hover-image-text {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n\n        .tp-text-hover-image-img {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 260px;\n            height: 306px;\n            background-size: cover;\n            background-repeat: no-repeat;\n            background-position: center;\n            opacity: 0;\n            pointer-events: none;\n            z-index: 9999;\n            transition: opacity 0.3s ease;\n            transform: translate(15px, -50%) rotate(15deg);\n            will-change: transform;\n            border-radius: 6px;\n        }\n\n        <\/style>\n\n        <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const hoverElements = document.querySelectorAll('.tp-text-hover-image-text[data-widget-id=\"0241841\"]');\n            const distanceFromCursor = 50; \/\/ Fixed 15px from cursor\n            \n            hoverElements.forEach(function(hoverText) {\n                const hoverImg = hoverText.querySelector('.tp-text-hover-image-img');\n                if (!hoverImg) return;\n                \n                hoverText.addEventListener('mousemove', function(e) {\n                    \/\/ Position image 50px right and below cursor\n                    const imgX = e.clientX + distanceFromCursor;\n                    const imgY = e.clientY + distanceFromCursor;\n                    \n                    hoverImg.style.left = imgX + 'px';\n                    hoverImg.style.top = imgY + 'px';\n                    hoverImg.style.opacity = '1';\n                });\n                \n                hoverText.addEventListener('mouseleave', function() {\n                    hoverImg.style.opacity = '0';\n                });\n            });\n        });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-469981b e-con-full e-flex e-con e-child\" data-id=\"469981b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4345f40 e-con-full e-flex e-con e-child\" data-id=\"4345f40\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a658114 elementor-widget elementor-widget-text-editor\" data-id=\"a658114\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07d0dbc elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"07d0dbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"71\" height=\"71\" rx=\"35.5\" stroke=\"#DFE0E4\"><\/rect><path d=\"M51.5806 21.045C51.5806 20.7006 51.3019 20.4219 50.9575 20.4219H21.0396C20.6952 20.4219 20.4165 20.7006 20.4165 21.045V26.4668C20.4164 26.4711 20.4141 26.4747 20.4141 26.479V50.9544C20.4141 51.2988 20.6927 51.5775 21.0372 51.5775H27.8482H31.2753H41.7344C41.7354 51.5775 41.7363 51.5781 41.7374 51.5781H45.6063C45.6073 51.5781 45.6082 51.5775 45.6093 51.5775H50.9593C51.3037 51.5775 51.5824 51.2988 51.5824 50.9544V26.479C51.5824 26.4757 51.5806 26.4731 51.5806 26.4699V21.045ZM21.6627 21.6681H50.3344V25.8522H21.6627V21.6681ZM28.4713 50.3313V40.2185H30.6522V50.3313H28.4713ZM31.2753 38.9722H27.8482H24.2099L25.9101 35.2835H35.83V38.9722H31.2753ZM41.9759 41.3691C40.294 40.6718 39.2072 39.0514 39.2072 37.2398C39.2072 35.6942 40.0184 34.2679 41.2956 33.4555V36.6727C41.2956 37.0171 41.5743 37.2958 41.9187 37.2958H45.8247C46.1691 37.2958 46.4478 37.0171 46.4478 36.6727V33.747C47.4969 34.5867 48.1365 35.8713 48.1365 37.2398C48.1365 39.0514 47.0497 40.6718 45.3678 41.3691C45.1347 41.4659 44.9832 41.6929 44.9832 41.9448V50.3313H42.3605V41.9448C42.3605 41.6929 42.209 41.4659 41.9759 41.3691ZM50.3362 50.3313H46.2294V42.3446C48.1584 41.3759 49.3827 39.4152 49.3827 37.2398C49.3827 35.0389 48.0902 33.0077 46.09 32.0657C45.8984 31.9738 45.672 31.989 45.4907 32.1028C45.3105 32.2172 45.2016 32.4156 45.2016 32.6292V36.0496H42.5418V32.4539C42.5418 32.2501 42.4421 32.059 42.2741 31.9421C42.1074 31.8253 41.8926 31.7979 41.7015 31.8698C39.464 32.7016 37.961 34.8593 37.961 37.2398C37.961 39.4152 39.1853 41.3759 41.1143 42.3446V50.3313H31.8984V40.2185H36.4531C36.7975 40.2185 37.0762 39.9398 37.0762 39.5954V34.6604C37.0762 34.316 36.7975 34.0372 36.4531 34.0372H25.5109C25.2675 34.0372 25.0466 34.179 24.945 34.3993L22.671 39.3343C22.5822 39.5278 22.5974 39.7524 22.7124 39.9312C22.8268 40.1101 23.0246 40.2185 23.2369 40.2185H27.2251V50.3313H21.6603V27.1021H50.3362V50.3313Z\" fill=\"#222E48\"><\/path><path d=\"M23.9148 23.1367H23.8028C23.4584 23.1367 23.1797 23.4154 23.1797 23.7598C23.1797 24.1042 23.4584 24.3829 23.8028 24.3829H23.9148C24.2592 24.3829 24.5379 24.1042 24.5379 23.7598C24.5379 23.4154 24.2592 23.1367 23.9148 23.1367Z\" fill=\"#222E48\"><\/path><path d=\"M26.1726 23.1367H26.0606C25.7162 23.1367 25.4375 23.4154 25.4375 23.7598C25.4375 24.1042 25.7162 24.3829 26.0606 24.3829H26.1726C26.517 24.3829 26.7957 24.1042 26.7957 23.7598C26.7957 23.4154 26.517 23.1367 26.1726 23.1367Z\" fill=\"#222E48\"><\/path><path d=\"M28.4265 23.1367H28.3145C27.9701 23.1367 27.6914 23.4154 27.6914 23.7598C27.6914 24.1042 27.9701 24.3829 28.3145 24.3829H28.4265C28.7709 24.3829 29.0496 24.1042 29.0496 23.7598C29.0496 23.4154 28.7709 23.1367 28.4265 23.1367Z\" fill=\"#222E48\"><\/path><path d=\"M47.4757 23.1367H40.0763C39.7319 23.1367 39.4531 23.4154 39.4531 23.7598C39.4531 24.1042 39.7319 24.3829 40.0763 24.3829H47.4757C47.8201 24.3829 48.0988 24.1042 48.0988 23.7598C48.0988 23.4154 47.8201 23.1367 47.4757 23.1367Z\" fill=\"#222E48\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd847ad e-con-full e-flex e-con e-child\" data-id=\"cd847ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-af7ea6c e-con-full e-flex e-con e-child\" data-id=\"af7ea6c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-185f6af elementor-widget elementor-widget-heading\" data-id=\"185f6af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">03<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b51b5f elementor-widget elementor-widget-tp-text-hover-image\" data-id=\"4b51b5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-text-hover-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"tp-text-hover-image-wrapper\">\n                            <a href=\"https:\/\/pixelaxis.net\/campie\/services\/fishing-roads-hookup\/\">\n            \n            <h4 class=\"tp-text-hover-image-title\">\n                \n                <span class=\"tp-text-hover-image-text\" data-widget-id=\"4b51b5f\">\n                                            Recreational <br> Facilities                                        \n                                            <span class=\"tp-text-hover-image-img\" \n                            style=\"background-image: url(https:\/\/pixelaxis.net\/campie\/\/wp-content\/uploads\/2025\/09\/camp-service-three.webp);\">\n                        <\/span>\n                                    <\/span>\n\n                            <\/h4>\n\n                            <\/a>\n                    <\/div>\n\n        <style>\n        .tp-text-hover-image-wrapper {\n            display: inline-block;\n            position: relative;\n        }\n\n        .tp-text-hover-image-title {\n            display: inline-block;\n            position: relative;\n            margin: 0;\n            transition: color 0.3s ease;\n        }\n\n        .tp-text-hover-image-text {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n\n        .tp-text-hover-image-img {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 260px;\n            height: 306px;\n            background-size: cover;\n            background-repeat: no-repeat;\n            background-position: center;\n            opacity: 0;\n            pointer-events: none;\n            z-index: 9999;\n            transition: opacity 0.3s ease;\n            transform: translate(15px, -50%) rotate(15deg);\n            will-change: transform;\n            border-radius: 6px;\n        }\n\n        <\/style>\n\n        <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const hoverElements = document.querySelectorAll('.tp-text-hover-image-text[data-widget-id=\"4b51b5f\"]');\n            const distanceFromCursor = 50; \/\/ Fixed 15px from cursor\n            \n            hoverElements.forEach(function(hoverText) {\n                const hoverImg = hoverText.querySelector('.tp-text-hover-image-img');\n                if (!hoverImg) return;\n                \n                hoverText.addEventListener('mousemove', function(e) {\n                    \/\/ Position image 50px right and below cursor\n                    const imgX = e.clientX + distanceFromCursor;\n                    const imgY = e.clientY + distanceFromCursor;\n                    \n                    hoverImg.style.left = imgX + 'px';\n                    hoverImg.style.top = imgY + 'px';\n                    hoverImg.style.opacity = '1';\n                });\n                \n                hoverText.addEventListener('mouseleave', function() {\n                    hoverImg.style.opacity = '0';\n                });\n            });\n        });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b049c3c e-con-full e-flex e-con e-child\" data-id=\"b049c3c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-40aac37 e-con-full e-flex e-con e-child\" data-id=\"40aac37\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bc4e91 elementor-widget elementor-widget-text-editor\" data-id=\"7bc4e91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1f041f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c1f041f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"71\" height=\"71\" rx=\"35.5\" stroke=\"#DFE0E4\"><\/rect><g clip-path=\"url(#clip0_17380_7391)\"><mask id=\"path-2-outside-1_17380_7391\" maskUnits=\"userSpaceOnUse\" x=\"15.7031\" y=\"15.7031\" width=\"40\" height=\"40\" fill=\"black\"><rect fill=\"white\" x=\"15.7031\" y=\"15.7031\" width=\"40\" height=\"40\"><\/rect><path d=\"M46.2755 40.7529L36.2959 34.3311C36.1157 34.2152 35.8842 34.2152 35.7041 34.3311L25.7245 40.7529C25.5681 40.8536 25.4736 41.0268 25.4736 41.2128V42.7704C25.4736 43.0724 25.7184 43.3173 26.0205 43.3173H26.4111V54.75C26.4111 55.052 26.6559 55.2969 26.958 55.2969H45.0421C45.3441 55.2969 45.589 55.052 45.589 54.75V43.3172H45.9796C46.2816 43.3172 46.5265 43.0723 46.5265 42.7703V41.2127C46.5264 41.0268 46.4319 40.8536 46.2755 40.7529ZM26.5673 41.5112L36 35.4413L45.4327 41.5112V42.2234H26.5673V41.5112ZM38.7876 54.2031H33.2125V46.332H38.7876V54.2031ZM44.4952 54.2031H39.8812V45.7851C39.8812 45.483 39.6364 45.2382 39.3344 45.2382H32.6655C32.3635 45.2382 32.1187 45.483 32.1187 45.7851V54.2031H27.5048V43.3172H44.4952V54.2031ZM38.4072 24.0655C38.6207 24.2791 38.6207 24.6253 38.4072 24.8389C38.3004 24.9456 38.1604 24.9991 38.0205 24.9991C37.8805 24.9991 37.7405 24.9456 37.6337 24.8389C37.1974 24.4025 36.6172 24.1622 36 24.1622C35.3829 24.1622 34.8027 24.4025 34.3663 24.8389C34.1527 25.0523 33.8065 25.0523 33.5929 24.8389C33.3794 24.6253 33.3794 24.2791 33.5929 24.0655C34.2359 23.4226 35.0908 23.0684 36.0001 23.0684C36.9094 23.0685 37.7642 23.4226 38.4072 24.0655ZM32.4805 22.9532C32.2669 23.1666 31.9206 23.1666 31.707 22.9532C31.4935 22.7396 31.4935 22.3934 31.707 22.1798C32.8538 21.033 34.3784 20.4016 36 20.4016C37.6216 20.4016 39.1462 21.033 40.293 22.1798C40.5065 22.3934 40.5065 22.7396 40.293 22.9532C40.1862 23.0599 40.0462 23.1134 39.9062 23.1134C39.7663 23.1134 39.6263 23.0599 39.5195 22.9532C38.5795 22.013 37.3295 21.4953 36 21.4953C34.6705 21.4953 33.4205 22.013 32.4805 22.9532ZM36.7422 26.4727C36.7422 26.8816 36.4087 27.2149 36 27.2149C35.5913 27.2149 35.2578 26.8815 35.2578 26.4727C35.2578 26.0639 35.5913 25.7305 36 25.7305C36.4088 25.7305 36.7422 26.0639 36.7422 26.4727ZM36 29.8977C39.6377 29.8977 42.5973 26.9381 42.5973 23.3005C42.5973 19.6627 39.6377 16.7031 36 16.7031C32.3623 16.7031 29.4028 19.6627 29.4028 23.3004C29.4028 26.9381 32.3623 29.8977 36 29.8977ZM36 17.7969C39.0347 17.7969 41.5035 20.2658 41.5035 23.3004C41.5035 26.335 39.0346 28.8038 36 28.8038C32.9654 28.8038 30.4966 26.3349 30.4966 23.3004C30.4966 20.2658 32.9654 17.7969 36 17.7969ZM48.6996 24.9698C45.062 24.9698 42.1024 27.9293 42.1024 31.567C42.1024 35.2046 45.062 38.1641 48.6996 38.1641C52.3373 38.1641 55.2969 35.2046 55.2969 31.567C55.2969 27.9293 52.3373 24.9698 48.6996 24.9698ZM48.6996 37.0705C45.665 37.0705 43.1962 34.6016 43.1962 31.567C43.1962 28.5325 45.6651 26.0636 48.6996 26.0636C51.7343 26.0636 54.2031 28.5325 54.2031 31.567C54.2031 34.6016 51.7342 37.0705 48.6996 37.0705ZM29.8977 31.567C29.8977 27.9294 26.9381 24.9698 23.3005 24.9698C19.6627 24.9698 16.7031 27.9293 16.7031 31.567C16.7031 35.2048 19.6627 38.1642 23.3004 38.1642C26.9381 38.1642 29.8977 35.2047 29.8977 31.567ZM23.3004 37.0705C20.2658 37.0705 17.7969 34.6016 17.7969 31.567C17.7969 28.5324 20.2658 26.0636 23.3004 26.0636C26.335 26.0636 28.8038 28.5325 28.8038 31.567C28.8038 34.6016 26.335 37.0705 23.3004 37.0705ZM26.5154 29.3174H24.6437L25.6397 28.3215C25.8533 28.1079 25.8533 27.7616 25.6398 27.5481C25.4262 27.3346 25.0799 27.3346 24.8664 27.548L23.3234 29.091L21.7805 27.548C21.567 27.3345 21.2206 27.3345 21.0072 27.548C20.7936 27.7616 20.7936 28.1078 21.0072 28.3213L22.0032 29.3173H20.1314C19.7438 29.3173 19.4284 29.6327 19.4284 30.0205V34.0573C19.4284 34.4449 19.7438 34.7603 20.1314 34.7603H26.5154C26.9031 34.7603 27.2185 34.4449 27.2185 34.0573V30.0205C27.2185 29.6328 26.9031 29.3174 26.5154 29.3174ZM26.1248 33.6666H20.5221V30.4112H26.1248V33.6666ZM46.1196 27.8991C45.224 27.8991 44.4084 28.8616 44.4084 29.9187C44.4084 30.8066 44.8966 31.5619 45.5727 31.8318V34.9131C45.5727 35.2152 45.8176 35.46 46.1196 35.46C46.4216 35.46 46.6665 35.2152 46.6665 34.9131V31.8319C47.3427 31.562 47.8309 30.8066 47.8309 29.9188C47.831 28.8616 47.0153 27.8991 46.1196 27.8991ZM46.1196 30.8444C45.7906 30.8444 45.5021 30.4118 45.5021 29.9186C45.5021 29.3837 45.9082 28.9927 46.1196 28.9927C46.331 28.9927 46.7372 29.3837 46.7372 29.9186C46.7373 30.4118 46.4486 30.8444 46.1196 30.8444ZM52.2772 28.4944V29.6017C52.2772 30.5322 51.7309 31.3216 50.9805 31.5846V34.913C50.9805 35.2151 50.7356 35.4599 50.4336 35.4599C50.1316 35.4599 49.8867 35.2151 49.8867 34.913V31.5846C49.1363 31.3216 48.59 30.5321 48.59 29.6017V28.4944C48.59 28.1923 48.8348 27.9475 49.1369 27.9475C49.4389 27.9475 49.6838 28.1923 49.6838 28.4944V29.6017C49.6838 29.8546 49.7618 30.0882 49.8867 30.2645V28.4459C49.8867 28.1439 50.1316 27.8991 50.4336 27.8991C50.7356 27.8991 50.9805 28.1439 50.9805 28.4459V30.2645C51.1054 30.0882 51.1834 29.8547 51.1834 29.6017V28.4944C51.1834 28.1923 51.4283 27.9475 51.7303 27.9475C52.0323 27.9475 52.2772 28.1923 52.2772 28.4944Z\"><\/path><\/mask><path d=\"M46.2755 40.7529L36.2959 34.3311C36.1157 34.2152 35.8842 34.2152 35.7041 34.3311L25.7245 40.7529C25.5681 40.8536 25.4736 41.0268 25.4736 41.2128V42.7704C25.4736 43.0724 25.7184 43.3173 26.0205 43.3173H26.4111V54.75C26.4111 55.052 26.6559 55.2969 26.958 55.2969H45.0421C45.3441 55.2969 45.589 55.052 45.589 54.75V43.3172H45.9796C46.2816 43.3172 46.5265 43.0723 46.5265 42.7703V41.2127C46.5264 41.0268 46.4319 40.8536 46.2755 40.7529ZM26.5673 41.5112L36 35.4413L45.4327 41.5112V42.2234H26.5673V41.5112ZM38.7876 54.2031H33.2125V46.332H38.7876V54.2031ZM44.4952 54.2031H39.8812V45.7851C39.8812 45.483 39.6364 45.2382 39.3344 45.2382H32.6655C32.3635 45.2382 32.1187 45.483 32.1187 45.7851V54.2031H27.5048V43.3172H44.4952V54.2031ZM38.4072 24.0655C38.6207 24.2791 38.6207 24.6253 38.4072 24.8389C38.3004 24.9456 38.1604 24.9991 38.0205 24.9991C37.8805 24.9991 37.7405 24.9456 37.6337 24.8389C37.1974 24.4025 36.6172 24.1622 36 24.1622C35.3829 24.1622 34.8027 24.4025 34.3663 24.8389C34.1527 25.0523 33.8065 25.0523 33.5929 24.8389C33.3794 24.6253 33.3794 24.2791 33.5929 24.0655C34.2359 23.4226 35.0908 23.0684 36.0001 23.0684C36.9094 23.0685 37.7642 23.4226 38.4072 24.0655ZM32.4805 22.9532C32.2669 23.1666 31.9206 23.1666 31.707 22.9532C31.4935 22.7396 31.4935 22.3934 31.707 22.1798C32.8538 21.033 34.3784 20.4016 36 20.4016C37.6216 20.4016 39.1462 21.033 40.293 22.1798C40.5065 22.3934 40.5065 22.7396 40.293 22.9532C40.1862 23.0599 40.0462 23.1134 39.9062 23.1134C39.7663 23.1134 39.6263 23.0599 39.5195 22.9532C38.5795 22.013 37.3295 21.4953 36 21.4953C34.6705 21.4953 33.4205 22.013 32.4805 22.9532ZM36.7422 26.4727C36.7422 26.8816 36.4087 27.2149 36 27.2149C35.5913 27.2149 35.2578 26.8815 35.2578 26.4727C35.2578 26.0639 35.5913 25.7305 36 25.7305C36.4088 25.7305 36.7422 26.0639 36.7422 26.4727ZM36 29.8977C39.6377 29.8977 42.5973 26.9381 42.5973 23.3005C42.5973 19.6627 39.6377 16.7031 36 16.7031C32.3623 16.7031 29.4028 19.6627 29.4028 23.3004C29.4028 26.9381 32.3623 29.8977 36 29.8977ZM36 17.7969C39.0347 17.7969 41.5035 20.2658 41.5035 23.3004C41.5035 26.335 39.0346 28.8038 36 28.8038C32.9654 28.8038 30.4966 26.3349 30.4966 23.3004C30.4966 20.2658 32.9654 17.7969 36 17.7969ZM48.6996 24.9698C45.062 24.9698 42.1024 27.9293 42.1024 31.567C42.1024 35.2046 45.062 38.1641 48.6996 38.1641C52.3373 38.1641 55.2969 35.2046 55.2969 31.567C55.2969 27.9293 52.3373 24.9698 48.6996 24.9698ZM48.6996 37.0705C45.665 37.0705 43.1962 34.6016 43.1962 31.567C43.1962 28.5325 45.6651 26.0636 48.6996 26.0636C51.7343 26.0636 54.2031 28.5325 54.2031 31.567C54.2031 34.6016 51.7342 37.0705 48.6996 37.0705ZM29.8977 31.567C29.8977 27.9294 26.9381 24.9698 23.3005 24.9698C19.6627 24.9698 16.7031 27.9293 16.7031 31.567C16.7031 35.2048 19.6627 38.1642 23.3004 38.1642C26.9381 38.1642 29.8977 35.2047 29.8977 31.567ZM23.3004 37.0705C20.2658 37.0705 17.7969 34.6016 17.7969 31.567C17.7969 28.5324 20.2658 26.0636 23.3004 26.0636C26.335 26.0636 28.8038 28.5325 28.8038 31.567C28.8038 34.6016 26.335 37.0705 23.3004 37.0705ZM26.5154 29.3174H24.6437L25.6397 28.3215C25.8533 28.1079 25.8533 27.7616 25.6398 27.5481C25.4262 27.3346 25.0799 27.3346 24.8664 27.548L23.3234 29.091L21.7805 27.548C21.567 27.3345 21.2206 27.3345 21.0072 27.548C20.7936 27.7616 20.7936 28.1078 21.0072 28.3213L22.0032 29.3173H20.1314C19.7438 29.3173 19.4284 29.6327 19.4284 30.0205V34.0573C19.4284 34.4449 19.7438 34.7603 20.1314 34.7603H26.5154C26.9031 34.7603 27.2185 34.4449 27.2185 34.0573V30.0205C27.2185 29.6328 26.9031 29.3174 26.5154 29.3174ZM26.1248 33.6666H20.5221V30.4112H26.1248V33.6666ZM46.1196 27.8991C45.224 27.8991 44.4084 28.8616 44.4084 29.9187C44.4084 30.8066 44.8966 31.5619 45.5727 31.8318V34.9131C45.5727 35.2152 45.8176 35.46 46.1196 35.46C46.4216 35.46 46.6665 35.2152 46.6665 34.9131V31.8319C47.3427 31.562 47.8309 30.8066 47.8309 29.9188C47.831 28.8616 47.0153 27.8991 46.1196 27.8991ZM46.1196 30.8444C45.7906 30.8444 45.5021 30.4118 45.5021 29.9186C45.5021 29.3837 45.9082 28.9927 46.1196 28.9927C46.331 28.9927 46.7372 29.3837 46.7372 29.9186C46.7373 30.4118 46.4486 30.8444 46.1196 30.8444ZM52.2772 28.4944V29.6017C52.2772 30.5322 51.7309 31.3216 50.9805 31.5846V34.913C50.9805 35.2151 50.7356 35.4599 50.4336 35.4599C50.1316 35.4599 49.8867 35.2151 49.8867 34.913V31.5846C49.1363 31.3216 48.59 30.5321 48.59 29.6017V28.4944C48.59 28.1923 48.8348 27.9475 49.1369 27.9475C49.4389 27.9475 49.6838 28.1923 49.6838 28.4944V29.6017C49.6838 29.8546 49.7618 30.0882 49.8867 30.2645V28.4459C49.8867 28.1439 50.1316 27.8991 50.4336 27.8991C50.7356 27.8991 50.9805 28.1439 50.9805 28.4459V30.2645C51.1054 30.0882 51.1834 29.8547 51.1834 29.6017V28.4944C51.1834 28.1923 51.4283 27.9475 51.7303 27.9475C52.0323 27.9475 52.2772 28.1923 52.2772 28.4944Z\" fill=\"#222E48\"><\/path><path d=\"M46.2755 40.7529L36.2959 34.3311C36.1157 34.2152 35.8842 34.2152 35.7041 34.3311L25.7245 40.7529C25.5681 40.8536 25.4736 41.0268 25.4736 41.2128V42.7704C25.4736 43.0724 25.7184 43.3173 26.0205 43.3173H26.4111V54.75C26.4111 55.052 26.6559 55.2969 26.958 55.2969H45.0421C45.3441 55.2969 45.589 55.052 45.589 54.75V43.3172H45.9796C46.2816 43.3172 46.5265 43.0723 46.5265 42.7703V41.2127C46.5264 41.0268 46.4319 40.8536 46.2755 40.7529ZM26.5673 41.5112L36 35.4413L45.4327 41.5112V42.2234H26.5673V41.5112ZM38.7876 54.2031H33.2125V46.332H38.7876V54.2031ZM44.4952 54.2031H39.8812V45.7851C39.8812 45.483 39.6364 45.2382 39.3344 45.2382H32.6655C32.3635 45.2382 32.1187 45.483 32.1187 45.7851V54.2031H27.5048V43.3172H44.4952V54.2031ZM38.4072 24.0655C38.6207 24.2791 38.6207 24.6253 38.4072 24.8389C38.3004 24.9456 38.1604 24.9991 38.0205 24.9991C37.8805 24.9991 37.7405 24.9456 37.6337 24.8389C37.1974 24.4025 36.6172 24.1622 36 24.1622C35.3829 24.1622 34.8027 24.4025 34.3663 24.8389C34.1527 25.0523 33.8065 25.0523 33.5929 24.8389C33.3794 24.6253 33.3794 24.2791 33.5929 24.0655C34.2359 23.4226 35.0908 23.0684 36.0001 23.0684C36.9094 23.0685 37.7642 23.4226 38.4072 24.0655ZM32.4805 22.9532C32.2669 23.1666 31.9206 23.1666 31.707 22.9532C31.4935 22.7396 31.4935 22.3934 31.707 22.1798C32.8538 21.033 34.3784 20.4016 36 20.4016C37.6216 20.4016 39.1462 21.033 40.293 22.1798C40.5065 22.3934 40.5065 22.7396 40.293 22.9532C40.1862 23.0599 40.0462 23.1134 39.9062 23.1134C39.7663 23.1134 39.6263 23.0599 39.5195 22.9532C38.5795 22.013 37.3295 21.4953 36 21.4953C34.6705 21.4953 33.4205 22.013 32.4805 22.9532ZM36.7422 26.4727C36.7422 26.8816 36.4087 27.2149 36 27.2149C35.5913 27.2149 35.2578 26.8815 35.2578 26.4727C35.2578 26.0639 35.5913 25.7305 36 25.7305C36.4088 25.7305 36.7422 26.0639 36.7422 26.4727ZM36 29.8977C39.6377 29.8977 42.5973 26.9381 42.5973 23.3005C42.5973 19.6627 39.6377 16.7031 36 16.7031C32.3623 16.7031 29.4028 19.6627 29.4028 23.3004C29.4028 26.9381 32.3623 29.8977 36 29.8977ZM36 17.7969C39.0347 17.7969 41.5035 20.2658 41.5035 23.3004C41.5035 26.335 39.0346 28.8038 36 28.8038C32.9654 28.8038 30.4966 26.3349 30.4966 23.3004C30.4966 20.2658 32.9654 17.7969 36 17.7969ZM48.6996 24.9698C45.062 24.9698 42.1024 27.9293 42.1024 31.567C42.1024 35.2046 45.062 38.1641 48.6996 38.1641C52.3373 38.1641 55.2969 35.2046 55.2969 31.567C55.2969 27.9293 52.3373 24.9698 48.6996 24.9698ZM48.6996 37.0705C45.665 37.0705 43.1962 34.6016 43.1962 31.567C43.1962 28.5325 45.6651 26.0636 48.6996 26.0636C51.7343 26.0636 54.2031 28.5325 54.2031 31.567C54.2031 34.6016 51.7342 37.0705 48.6996 37.0705ZM29.8977 31.567C29.8977 27.9294 26.9381 24.9698 23.3005 24.9698C19.6627 24.9698 16.7031 27.9293 16.7031 31.567C16.7031 35.2048 19.6627 38.1642 23.3004 38.1642C26.9381 38.1642 29.8977 35.2047 29.8977 31.567ZM23.3004 37.0705C20.2658 37.0705 17.7969 34.6016 17.7969 31.567C17.7969 28.5324 20.2658 26.0636 23.3004 26.0636C26.335 26.0636 28.8038 28.5325 28.8038 31.567C28.8038 34.6016 26.335 37.0705 23.3004 37.0705ZM26.5154 29.3174H24.6437L25.6397 28.3215C25.8533 28.1079 25.8533 27.7616 25.6398 27.5481C25.4262 27.3346 25.0799 27.3346 24.8664 27.548L23.3234 29.091L21.7805 27.548C21.567 27.3345 21.2206 27.3345 21.0072 27.548C20.7936 27.7616 20.7936 28.1078 21.0072 28.3213L22.0032 29.3173H20.1314C19.7438 29.3173 19.4284 29.6327 19.4284 30.0205V34.0573C19.4284 34.4449 19.7438 34.7603 20.1314 34.7603H26.5154C26.9031 34.7603 27.2185 34.4449 27.2185 34.0573V30.0205C27.2185 29.6328 26.9031 29.3174 26.5154 29.3174ZM26.1248 33.6666H20.5221V30.4112H26.1248V33.6666ZM46.1196 27.8991C45.224 27.8991 44.4084 28.8616 44.4084 29.9187C44.4084 30.8066 44.8966 31.5619 45.5727 31.8318V34.9131C45.5727 35.2152 45.8176 35.46 46.1196 35.46C46.4216 35.46 46.6665 35.2152 46.6665 34.9131V31.8319C47.3427 31.562 47.8309 30.8066 47.8309 29.9188C47.831 28.8616 47.0153 27.8991 46.1196 27.8991ZM46.1196 30.8444C45.7906 30.8444 45.5021 30.4118 45.5021 29.9186C45.5021 29.3837 45.9082 28.9927 46.1196 28.9927C46.331 28.9927 46.7372 29.3837 46.7372 29.9186C46.7373 30.4118 46.4486 30.8444 46.1196 30.8444ZM52.2772 28.4944V29.6017C52.2772 30.5322 51.7309 31.3216 50.9805 31.5846V34.913C50.9805 35.2151 50.7356 35.4599 50.4336 35.4599C50.1316 35.4599 49.8867 35.2151 49.8867 34.913V31.5846C49.1363 31.3216 48.59 30.5321 48.59 29.6017V28.4944C48.59 28.1923 48.8348 27.9475 49.1369 27.9475C49.4389 27.9475 49.6838 28.1923 49.6838 28.4944V29.6017C49.6838 29.8546 49.7618 30.0882 49.8867 30.2645V28.4459C49.8867 28.1439 50.1316 27.8991 50.4336 27.8991C50.7356 27.8991 50.9805 28.1439 50.9805 28.4459V30.2645C51.1054 30.0882 51.1834 29.8547 51.1834 29.6017V28.4944C51.1834 28.1923 51.4283 27.9475 51.7303 27.9475C52.0323 27.9475 52.2772 28.1923 52.2772 28.4944Z\" stroke=\"#222E48\" stroke-width=\"0.2\" mask=\"url(#path-2-outside-1_17380_7391)\"><\/path><\/g><defs><clipPath id=\"clip0_17380_7391\"><rect width=\"40\" height=\"40\" fill=\"white\" transform=\"translate(16 16)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-929da85 e-con-full e-flex e-con e-child\" data-id=\"929da85\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-daa5131 e-con-full e-flex e-con e-child\" data-id=\"daa5131\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-976169b elementor-widget elementor-widget-heading\" data-id=\"976169b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">04<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40568e1 elementor-widget elementor-widget-tp-text-hover-image\" data-id=\"40568e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-text-hover-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"tp-text-hover-image-wrapper\">\n                            <a href=\"https:\/\/pixelaxis.net\/campie\/services\/hiking-bootst-fullhookup\/\">\n            \n            <h4 class=\"tp-text-hover-image-title\">\n                \n                <span class=\"tp-text-hover-image-text\" data-widget-id=\"40568e1\">\n                                            Wi-Fi <br> Connectivity                                        \n                                            <span class=\"tp-text-hover-image-img\" \n                            style=\"background-image: url(https:\/\/pixelaxis.net\/campie\/\/wp-content\/uploads\/2025\/09\/service-four-camp.webp);\">\n                        <\/span>\n                                    <\/span>\n\n                            <\/h4>\n\n                            <\/a>\n                    <\/div>\n\n        <style>\n        .tp-text-hover-image-wrapper {\n            display: inline-block;\n            position: relative;\n        }\n\n        .tp-text-hover-image-title {\n            display: inline-block;\n            position: relative;\n            margin: 0;\n            transition: color 0.3s ease;\n        }\n\n        .tp-text-hover-image-text {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n\n        .tp-text-hover-image-img {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 260px;\n            height: 306px;\n            background-size: cover;\n            background-repeat: no-repeat;\n            background-position: center;\n            opacity: 0;\n            pointer-events: none;\n            z-index: 9999;\n            transition: opacity 0.3s ease;\n            transform: translate(15px, -50%) rotate(15deg);\n            will-change: transform;\n            border-radius: 6px;\n        }\n\n        <\/style>\n\n        <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const hoverElements = document.querySelectorAll('.tp-text-hover-image-text[data-widget-id=\"40568e1\"]');\n            const distanceFromCursor = 50; \/\/ Fixed 15px from cursor\n            \n            hoverElements.forEach(function(hoverText) {\n                const hoverImg = hoverText.querySelector('.tp-text-hover-image-img');\n                if (!hoverImg) return;\n                \n                hoverText.addEventListener('mousemove', function(e) {\n                    \/\/ Position image 50px right and below cursor\n                    const imgX = e.clientX + distanceFromCursor;\n                    const imgY = e.clientY + distanceFromCursor;\n                    \n                    hoverImg.style.left = imgX + 'px';\n                    hoverImg.style.top = imgY + 'px';\n                    hoverImg.style.opacity = '1';\n                });\n                \n                hoverText.addEventListener('mouseleave', function() {\n                    hoverImg.style.opacity = '0';\n                });\n            });\n        });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-66de09a e-con-full e-flex e-con e-child\" data-id=\"66de09a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f412dec e-con-full e-flex e-con e-child\" data-id=\"f412dec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f207f1 elementor-widget elementor-widget-text-editor\" data-id=\"1f207f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c80ace elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9c80ace\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"71\" height=\"71\" rx=\"35.5\" stroke=\"#DFE0E4\"><\/rect><mask id=\"path-2-outside-1_15320_17260\" maskUnits=\"userSpaceOnUse\" x=\"16.4297\" y=\"16.1719\" width=\"39\" height=\"39\" fill=\"black\"><rect fill=\"white\" x=\"16.4297\" y=\"16.1719\" width=\"39\" height=\"39\"><\/rect><path d=\"M35.9977 30.0953C38.8836 30.0953 41.6109 31.3578 43.4813 33.5594C43.6492 33.757 43.625 34.0523 43.4273 34.2203C43.3391 34.2953 43.2313 34.332 43.1242 34.332C42.9914 34.332 42.8594 34.2758 42.7664 34.1664C41.075 32.175 38.6078 31.0328 35.9977 31.0328C33.3875 31.0328 30.9203 32.175 29.2289 34.1664C29.0617 34.3641 28.7656 34.3875 28.568 34.2203C28.3703 34.0523 28.3469 33.757 28.5141 33.5594C30.3844 31.3578 33.1117 30.0953 35.9977 30.0953ZM35.9977 32.6687C33.8687 32.6687 31.8562 33.6 30.4766 35.2242C30.3086 35.4219 30.3328 35.7172 30.5305 35.8852C30.6188 35.9602 30.7266 35.9969 30.8336 35.9969C30.9664 35.9969 31.0984 35.9406 31.1914 35.8312C32.393 34.4172 34.1445 33.6063 35.9977 33.6063C37.8508 33.6063 39.6031 34.4172 40.8039 35.8312C40.9711 36.0289 41.2672 36.0523 41.4648 35.8852C41.6625 35.7172 41.6859 35.4219 41.5188 35.2242C40.1391 33.6 38.1266 32.6687 35.9977 32.6687ZM35.9977 35.2422C34.625 35.2422 33.3281 35.843 32.4391 36.8898C32.2711 37.0875 32.2953 37.3828 32.493 37.5508C32.6906 37.7188 32.9859 37.6945 33.1539 37.4969C33.8648 36.6602 34.9016 36.1797 35.9984 36.1797C37.0953 36.1797 38.132 36.6594 38.843 37.4969C38.9359 37.6063 39.068 37.6625 39.2008 37.6625C39.3078 37.6625 39.4156 37.6258 39.5039 37.5508C39.7016 37.3828 39.725 37.0875 39.5578 36.8898C38.6672 35.8422 37.3703 35.2422 35.9977 35.2422ZM38.0922 39.9094C38.0922 41.0641 37.1523 42.0039 35.9977 42.0039C34.843 42.0039 33.9031 41.0641 33.9031 39.9094C33.9031 38.7547 34.843 37.8148 35.9977 37.8148C37.1523 37.8156 38.0922 38.7547 38.0922 39.9094ZM37.1547 39.9094C37.1547 39.2711 36.6359 38.7523 35.9977 38.7523C35.3594 38.7523 34.8406 39.2711 34.8406 39.9094C34.8406 40.5477 35.3594 41.0664 35.9977 41.0664C36.6359 41.0664 37.1547 40.5477 37.1547 39.9094ZM54.5648 36.0492C54.5648 37.9164 53.0461 39.4352 51.1789 39.4352C49.4711 39.4352 48.0555 38.1641 47.8266 36.518H46.2555C46.1437 38.9969 45.1492 41.2492 43.5789 42.968L46.225 45.6141C46.607 45.3586 47.0656 45.2086 47.5586 45.2086C48.8828 45.2086 49.9602 46.2859 49.9602 47.6102C49.9602 48.9344 48.8828 50.0117 47.5586 50.0117C46.2344 50.0117 45.157 48.9344 45.157 47.6102C45.157 47.1172 45.3062 46.6586 45.5625 46.2766L42.9164 43.6305C41.1977 45.2008 38.9445 46.1945 36.4664 46.307V49.0555C37.8461 49.2805 38.9031 50.4797 38.9031 51.9219C38.9031 53.5234 37.6 54.8266 35.9984 54.8266C34.3969 54.8266 33.0938 53.5234 33.0938 51.9219C33.0938 50.4797 34.15 49.2805 35.5297 49.0555V46.307C33.0508 46.1953 30.7984 45.2008 29.0797 43.6305L22.9953 49.7148C23.2508 50.0969 23.4008 50.5555 23.4008 51.0484C23.4008 52.3727 22.3234 53.45 20.9992 53.45C19.675 53.45 18.5977 52.3727 18.5977 51.0484C18.5977 49.7242 19.6742 48.6477 20.9977 48.6477C21.4906 48.6477 21.9492 48.7969 22.3312 49.0531L28.4156 42.9688C26.8453 41.25 25.8516 38.9969 25.7391 36.5188H24.168C23.9391 38.1648 22.5234 39.4359 20.8156 39.4359C18.9484 39.4359 17.4297 37.9172 17.4297 36.05C17.4297 34.1828 18.9484 32.6641 20.8156 32.6641C22.5234 32.6641 23.9391 33.9352 24.168 35.5812H25.7391C25.8508 33.1023 26.8453 30.85 28.4156 29.1313L22.3312 23.0461C21.9492 23.3016 21.4906 23.4516 20.9977 23.4516C19.6734 23.4516 18.5961 22.3742 18.5961 21.05C18.5961 19.7258 19.6742 18.6484 20.9977 18.6484C22.3211 18.6484 23.3992 19.7258 23.3992 21.05C23.3992 21.543 23.25 22.0016 22.9938 22.3836L29.0781 28.468C30.7969 26.8977 33.05 25.9039 35.5281 25.7914V22.9437C34.1484 22.7188 33.0922 21.5195 33.0922 20.0773C33.093 18.475 34.3961 17.1719 35.9977 17.1719C37.5992 17.1719 38.9023 18.475 38.9023 20.0766C38.9023 21.5188 37.8453 22.7188 36.4656 22.943V25.7906C38.9445 25.9023 41.1969 26.8969 42.9156 28.4672L45.5563 25.8266C45.3008 25.4445 45.1508 24.9859 45.1508 24.493C45.1508 23.1687 46.2281 22.0914 47.5523 22.0914C48.8766 22.0914 49.9539 23.1687 49.9539 24.493C49.9539 25.8172 48.8766 26.8945 47.5523 26.8945C47.0594 26.8945 46.6008 26.7453 46.2188 26.4891L43.5781 29.1297C45.1484 30.8484 46.143 33.1016 46.2547 35.5797H47.8258C48.0547 33.9336 49.4703 32.6625 51.1781 32.6625C53.0461 32.6641 54.5648 34.1828 54.5648 36.0492ZM46.0898 24.4938C46.0898 25.3008 46.7469 25.9578 47.5539 25.9578C48.3609 25.9578 49.018 25.3008 49.018 24.4938C49.018 23.6867 48.3609 23.0297 47.5539 23.0297C46.7469 23.0297 46.0898 23.6867 46.0898 24.4938ZM35.9977 22.0445C37.0828 22.0445 37.9648 21.1617 37.9648 20.0773C37.9648 18.993 37.0828 18.1094 35.9977 18.1094C34.9125 18.1094 34.0305 18.9922 34.0305 20.0766C34.0305 21.1609 34.9125 22.0445 35.9977 22.0445ZM22.4617 21.05C22.4617 20.243 21.8047 19.5859 20.9977 19.5859C20.1906 19.5859 19.5336 20.243 19.5336 21.05C19.5336 21.857 20.1906 22.5141 20.9977 22.5141C21.8047 22.5141 22.4617 21.857 22.4617 21.05ZM23.2641 36.0492C23.2641 34.6992 22.1656 33.6008 20.8156 33.6008C19.4656 33.6008 18.3672 34.6992 18.3672 36.0492C18.3672 37.3992 19.4656 38.4977 20.8156 38.4977C22.1656 38.4977 23.2641 37.3992 23.2641 36.0492ZM22.4617 51.0492C22.4617 50.2422 21.8047 49.5852 20.9977 49.5852C20.1906 49.5852 19.5336 50.2422 19.5336 51.0492C19.5336 51.8563 20.1906 52.5133 20.9977 52.5133C21.8047 52.5133 22.4617 51.8563 22.4617 51.0492ZM35.9977 49.9555C34.9125 49.9555 34.0305 50.8383 34.0305 51.9227C34.0305 53.007 34.9125 53.8906 35.9977 53.8906C37.0828 53.8906 37.9648 53.0078 37.9648 51.9234C37.9648 50.8391 37.0828 49.9555 35.9977 49.9555ZM46.0953 47.6109C46.0953 48.418 46.7523 49.075 47.5594 49.075C48.3664 49.075 49.0234 48.418 49.0234 47.6109C49.0234 46.8039 48.3664 46.1469 47.5594 46.1469C46.7523 46.1469 46.0953 46.8039 46.0953 47.6109ZM45.3297 36.0492C45.3297 30.9039 41.1437 26.7172 35.9977 26.7172C30.8516 26.7172 26.6656 30.9031 26.6656 36.0492C26.6656 41.1953 30.8523 45.3812 35.9977 45.3812C41.143 45.3812 45.3297 41.1953 45.3297 36.0492ZM53.6273 36.0492C53.6273 34.6992 52.5289 33.6008 51.1789 33.6008C49.8289 33.6008 48.7305 34.6992 48.7305 36.0492C48.7305 37.3992 49.8289 38.4977 51.1789 38.4977C52.5289 38.4977 53.6273 37.3992 53.6273 36.0492Z\"><\/path><\/mask><path d=\"M35.9977 30.0953C38.8836 30.0953 41.6109 31.3578 43.4813 33.5594C43.6492 33.757 43.625 34.0523 43.4273 34.2203C43.3391 34.2953 43.2313 34.332 43.1242 34.332C42.9914 34.332 42.8594 34.2758 42.7664 34.1664C41.075 32.175 38.6078 31.0328 35.9977 31.0328C33.3875 31.0328 30.9203 32.175 29.2289 34.1664C29.0617 34.3641 28.7656 34.3875 28.568 34.2203C28.3703 34.0523 28.3469 33.757 28.5141 33.5594C30.3844 31.3578 33.1117 30.0953 35.9977 30.0953ZM35.9977 32.6687C33.8687 32.6687 31.8562 33.6 30.4766 35.2242C30.3086 35.4219 30.3328 35.7172 30.5305 35.8852C30.6188 35.9602 30.7266 35.9969 30.8336 35.9969C30.9664 35.9969 31.0984 35.9406 31.1914 35.8312C32.393 34.4172 34.1445 33.6063 35.9977 33.6063C37.8508 33.6063 39.6031 34.4172 40.8039 35.8312C40.9711 36.0289 41.2672 36.0523 41.4648 35.8852C41.6625 35.7172 41.6859 35.4219 41.5188 35.2242C40.1391 33.6 38.1266 32.6687 35.9977 32.6687ZM35.9977 35.2422C34.625 35.2422 33.3281 35.843 32.4391 36.8898C32.2711 37.0875 32.2953 37.3828 32.493 37.5508C32.6906 37.7188 32.9859 37.6945 33.1539 37.4969C33.8648 36.6602 34.9016 36.1797 35.9984 36.1797C37.0953 36.1797 38.132 36.6594 38.843 37.4969C38.9359 37.6063 39.068 37.6625 39.2008 37.6625C39.3078 37.6625 39.4156 37.6258 39.5039 37.5508C39.7016 37.3828 39.725 37.0875 39.5578 36.8898C38.6672 35.8422 37.3703 35.2422 35.9977 35.2422ZM38.0922 39.9094C38.0922 41.0641 37.1523 42.0039 35.9977 42.0039C34.843 42.0039 33.9031 41.0641 33.9031 39.9094C33.9031 38.7547 34.843 37.8148 35.9977 37.8148C37.1523 37.8156 38.0922 38.7547 38.0922 39.9094ZM37.1547 39.9094C37.1547 39.2711 36.6359 38.7523 35.9977 38.7523C35.3594 38.7523 34.8406 39.2711 34.8406 39.9094C34.8406 40.5477 35.3594 41.0664 35.9977 41.0664C36.6359 41.0664 37.1547 40.5477 37.1547 39.9094ZM54.5648 36.0492C54.5648 37.9164 53.0461 39.4352 51.1789 39.4352C49.4711 39.4352 48.0555 38.1641 47.8266 36.518H46.2555C46.1437 38.9969 45.1492 41.2492 43.5789 42.968L46.225 45.6141C46.607 45.3586 47.0656 45.2086 47.5586 45.2086C48.8828 45.2086 49.9602 46.2859 49.9602 47.6102C49.9602 48.9344 48.8828 50.0117 47.5586 50.0117C46.2344 50.0117 45.157 48.9344 45.157 47.6102C45.157 47.1172 45.3062 46.6586 45.5625 46.2766L42.9164 43.6305C41.1977 45.2008 38.9445 46.1945 36.4664 46.307V49.0555C37.8461 49.2805 38.9031 50.4797 38.9031 51.9219C38.9031 53.5234 37.6 54.8266 35.9984 54.8266C34.3969 54.8266 33.0938 53.5234 33.0938 51.9219C33.0938 50.4797 34.15 49.2805 35.5297 49.0555V46.307C33.0508 46.1953 30.7984 45.2008 29.0797 43.6305L22.9953 49.7148C23.2508 50.0969 23.4008 50.5555 23.4008 51.0484C23.4008 52.3727 22.3234 53.45 20.9992 53.45C19.675 53.45 18.5977 52.3727 18.5977 51.0484C18.5977 49.7242 19.6742 48.6477 20.9977 48.6477C21.4906 48.6477 21.9492 48.7969 22.3312 49.0531L28.4156 42.9688C26.8453 41.25 25.8516 38.9969 25.7391 36.5188H24.168C23.9391 38.1648 22.5234 39.4359 20.8156 39.4359C18.9484 39.4359 17.4297 37.9172 17.4297 36.05C17.4297 34.1828 18.9484 32.6641 20.8156 32.6641C22.5234 32.6641 23.9391 33.9352 24.168 35.5812H25.7391C25.8508 33.1023 26.8453 30.85 28.4156 29.1313L22.3312 23.0461C21.9492 23.3016 21.4906 23.4516 20.9977 23.4516C19.6734 23.4516 18.5961 22.3742 18.5961 21.05C18.5961 19.7258 19.6742 18.6484 20.9977 18.6484C22.3211 18.6484 23.3992 19.7258 23.3992 21.05C23.3992 21.543 23.25 22.0016 22.9938 22.3836L29.0781 28.468C30.7969 26.8977 33.05 25.9039 35.5281 25.7914V22.9437C34.1484 22.7188 33.0922 21.5195 33.0922 20.0773C33.093 18.475 34.3961 17.1719 35.9977 17.1719C37.5992 17.1719 38.9023 18.475 38.9023 20.0766C38.9023 21.5188 37.8453 22.7188 36.4656 22.943V25.7906C38.9445 25.9023 41.1969 26.8969 42.9156 28.4672L45.5563 25.8266C45.3008 25.4445 45.1508 24.9859 45.1508 24.493C45.1508 23.1687 46.2281 22.0914 47.5523 22.0914C48.8766 22.0914 49.9539 23.1687 49.9539 24.493C49.9539 25.8172 48.8766 26.8945 47.5523 26.8945C47.0594 26.8945 46.6008 26.7453 46.2188 26.4891L43.5781 29.1297C45.1484 30.8484 46.143 33.1016 46.2547 35.5797H47.8258C48.0547 33.9336 49.4703 32.6625 51.1781 32.6625C53.0461 32.6641 54.5648 34.1828 54.5648 36.0492ZM46.0898 24.4938C46.0898 25.3008 46.7469 25.9578 47.5539 25.9578C48.3609 25.9578 49.018 25.3008 49.018 24.4938C49.018 23.6867 48.3609 23.0297 47.5539 23.0297C46.7469 23.0297 46.0898 23.6867 46.0898 24.4938ZM35.9977 22.0445C37.0828 22.0445 37.9648 21.1617 37.9648 20.0773C37.9648 18.993 37.0828 18.1094 35.9977 18.1094C34.9125 18.1094 34.0305 18.9922 34.0305 20.0766C34.0305 21.1609 34.9125 22.0445 35.9977 22.0445ZM22.4617 21.05C22.4617 20.243 21.8047 19.5859 20.9977 19.5859C20.1906 19.5859 19.5336 20.243 19.5336 21.05C19.5336 21.857 20.1906 22.5141 20.9977 22.5141C21.8047 22.5141 22.4617 21.857 22.4617 21.05ZM23.2641 36.0492C23.2641 34.6992 22.1656 33.6008 20.8156 33.6008C19.4656 33.6008 18.3672 34.6992 18.3672 36.0492C18.3672 37.3992 19.4656 38.4977 20.8156 38.4977C22.1656 38.4977 23.2641 37.3992 23.2641 36.0492ZM22.4617 51.0492C22.4617 50.2422 21.8047 49.5852 20.9977 49.5852C20.1906 49.5852 19.5336 50.2422 19.5336 51.0492C19.5336 51.8563 20.1906 52.5133 20.9977 52.5133C21.8047 52.5133 22.4617 51.8563 22.4617 51.0492ZM35.9977 49.9555C34.9125 49.9555 34.0305 50.8383 34.0305 51.9227C34.0305 53.007 34.9125 53.8906 35.9977 53.8906C37.0828 53.8906 37.9648 53.0078 37.9648 51.9234C37.9648 50.8391 37.0828 49.9555 35.9977 49.9555ZM46.0953 47.6109C46.0953 48.418 46.7523 49.075 47.5594 49.075C48.3664 49.075 49.0234 48.418 49.0234 47.6109C49.0234 46.8039 48.3664 46.1469 47.5594 46.1469C46.7523 46.1469 46.0953 46.8039 46.0953 47.6109ZM45.3297 36.0492C45.3297 30.9039 41.1437 26.7172 35.9977 26.7172C30.8516 26.7172 26.6656 30.9031 26.6656 36.0492C26.6656 41.1953 30.8523 45.3812 35.9977 45.3812C41.143 45.3812 45.3297 41.1953 45.3297 36.0492ZM53.6273 36.0492C53.6273 34.6992 52.5289 33.6008 51.1789 33.6008C49.8289 33.6008 48.7305 34.6992 48.7305 36.0492C48.7305 37.3992 49.8289 38.4977 51.1789 38.4977C52.5289 38.4977 53.6273 37.3992 53.6273 36.0492Z\" fill=\"#222E48\"><\/path><path d=\"M35.9977 30.0953C38.8836 30.0953 41.6109 31.3578 43.4813 33.5594C43.6492 33.757 43.625 34.0523 43.4273 34.2203C43.3391 34.2953 43.2313 34.332 43.1242 34.332C42.9914 34.332 42.8594 34.2758 42.7664 34.1664C41.075 32.175 38.6078 31.0328 35.9977 31.0328C33.3875 31.0328 30.9203 32.175 29.2289 34.1664C29.0617 34.3641 28.7656 34.3875 28.568 34.2203C28.3703 34.0523 28.3469 33.757 28.5141 33.5594C30.3844 31.3578 33.1117 30.0953 35.9977 30.0953ZM35.9977 32.6687C33.8687 32.6687 31.8562 33.6 30.4766 35.2242C30.3086 35.4219 30.3328 35.7172 30.5305 35.8852C30.6188 35.9602 30.7266 35.9969 30.8336 35.9969C30.9664 35.9969 31.0984 35.9406 31.1914 35.8312C32.393 34.4172 34.1445 33.6063 35.9977 33.6063C37.8508 33.6063 39.6031 34.4172 40.8039 35.8312C40.9711 36.0289 41.2672 36.0523 41.4648 35.8852C41.6625 35.7172 41.6859 35.4219 41.5188 35.2242C40.1391 33.6 38.1266 32.6687 35.9977 32.6687ZM35.9977 35.2422C34.625 35.2422 33.3281 35.843 32.4391 36.8898C32.2711 37.0875 32.2953 37.3828 32.493 37.5508C32.6906 37.7188 32.9859 37.6945 33.1539 37.4969C33.8648 36.6602 34.9016 36.1797 35.9984 36.1797C37.0953 36.1797 38.132 36.6594 38.843 37.4969C38.9359 37.6063 39.068 37.6625 39.2008 37.6625C39.3078 37.6625 39.4156 37.6258 39.5039 37.5508C39.7016 37.3828 39.725 37.0875 39.5578 36.8898C38.6672 35.8422 37.3703 35.2422 35.9977 35.2422ZM38.0922 39.9094C38.0922 41.0641 37.1523 42.0039 35.9977 42.0039C34.843 42.0039 33.9031 41.0641 33.9031 39.9094C33.9031 38.7547 34.843 37.8148 35.9977 37.8148C37.1523 37.8156 38.0922 38.7547 38.0922 39.9094ZM37.1547 39.9094C37.1547 39.2711 36.6359 38.7523 35.9977 38.7523C35.3594 38.7523 34.8406 39.2711 34.8406 39.9094C34.8406 40.5477 35.3594 41.0664 35.9977 41.0664C36.6359 41.0664 37.1547 40.5477 37.1547 39.9094ZM54.5648 36.0492C54.5648 37.9164 53.0461 39.4352 51.1789 39.4352C49.4711 39.4352 48.0555 38.1641 47.8266 36.518H46.2555C46.1437 38.9969 45.1492 41.2492 43.5789 42.968L46.225 45.6141C46.607 45.3586 47.0656 45.2086 47.5586 45.2086C48.8828 45.2086 49.9602 46.2859 49.9602 47.6102C49.9602 48.9344 48.8828 50.0117 47.5586 50.0117C46.2344 50.0117 45.157 48.9344 45.157 47.6102C45.157 47.1172 45.3062 46.6586 45.5625 46.2766L42.9164 43.6305C41.1977 45.2008 38.9445 46.1945 36.4664 46.307V49.0555C37.8461 49.2805 38.9031 50.4797 38.9031 51.9219C38.9031 53.5234 37.6 54.8266 35.9984 54.8266C34.3969 54.8266 33.0938 53.5234 33.0938 51.9219C33.0938 50.4797 34.15 49.2805 35.5297 49.0555V46.307C33.0508 46.1953 30.7984 45.2008 29.0797 43.6305L22.9953 49.7148C23.2508 50.0969 23.4008 50.5555 23.4008 51.0484C23.4008 52.3727 22.3234 53.45 20.9992 53.45C19.675 53.45 18.5977 52.3727 18.5977 51.0484C18.5977 49.7242 19.6742 48.6477 20.9977 48.6477C21.4906 48.6477 21.9492 48.7969 22.3312 49.0531L28.4156 42.9688C26.8453 41.25 25.8516 38.9969 25.7391 36.5188H24.168C23.9391 38.1648 22.5234 39.4359 20.8156 39.4359C18.9484 39.4359 17.4297 37.9172 17.4297 36.05C17.4297 34.1828 18.9484 32.6641 20.8156 32.6641C22.5234 32.6641 23.9391 33.9352 24.168 35.5812H25.7391C25.8508 33.1023 26.8453 30.85 28.4156 29.1313L22.3312 23.0461C21.9492 23.3016 21.4906 23.4516 20.9977 23.4516C19.6734 23.4516 18.5961 22.3742 18.5961 21.05C18.5961 19.7258 19.6742 18.6484 20.9977 18.6484C22.3211 18.6484 23.3992 19.7258 23.3992 21.05C23.3992 21.543 23.25 22.0016 22.9938 22.3836L29.0781 28.468C30.7969 26.8977 33.05 25.9039 35.5281 25.7914V22.9437C34.1484 22.7188 33.0922 21.5195 33.0922 20.0773C33.093 18.475 34.3961 17.1719 35.9977 17.1719C37.5992 17.1719 38.9023 18.475 38.9023 20.0766C38.9023 21.5188 37.8453 22.7188 36.4656 22.943V25.7906C38.9445 25.9023 41.1969 26.8969 42.9156 28.4672L45.5563 25.8266C45.3008 25.4445 45.1508 24.9859 45.1508 24.493C45.1508 23.1687 46.2281 22.0914 47.5523 22.0914C48.8766 22.0914 49.9539 23.1687 49.9539 24.493C49.9539 25.8172 48.8766 26.8945 47.5523 26.8945C47.0594 26.8945 46.6008 26.7453 46.2188 26.4891L43.5781 29.1297C45.1484 30.8484 46.143 33.1016 46.2547 35.5797H47.8258C48.0547 33.9336 49.4703 32.6625 51.1781 32.6625C53.0461 32.6641 54.5648 34.1828 54.5648 36.0492ZM46.0898 24.4938C46.0898 25.3008 46.7469 25.9578 47.5539 25.9578C48.3609 25.9578 49.018 25.3008 49.018 24.4938C49.018 23.6867 48.3609 23.0297 47.5539 23.0297C46.7469 23.0297 46.0898 23.6867 46.0898 24.4938ZM35.9977 22.0445C37.0828 22.0445 37.9648 21.1617 37.9648 20.0773C37.9648 18.993 37.0828 18.1094 35.9977 18.1094C34.9125 18.1094 34.0305 18.9922 34.0305 20.0766C34.0305 21.1609 34.9125 22.0445 35.9977 22.0445ZM22.4617 21.05C22.4617 20.243 21.8047 19.5859 20.9977 19.5859C20.1906 19.5859 19.5336 20.243 19.5336 21.05C19.5336 21.857 20.1906 22.5141 20.9977 22.5141C21.8047 22.5141 22.4617 21.857 22.4617 21.05ZM23.2641 36.0492C23.2641 34.6992 22.1656 33.6008 20.8156 33.6008C19.4656 33.6008 18.3672 34.6992 18.3672 36.0492C18.3672 37.3992 19.4656 38.4977 20.8156 38.4977C22.1656 38.4977 23.2641 37.3992 23.2641 36.0492ZM22.4617 51.0492C22.4617 50.2422 21.8047 49.5852 20.9977 49.5852C20.1906 49.5852 19.5336 50.2422 19.5336 51.0492C19.5336 51.8563 20.1906 52.5133 20.9977 52.5133C21.8047 52.5133 22.4617 51.8563 22.4617 51.0492ZM35.9977 49.9555C34.9125 49.9555 34.0305 50.8383 34.0305 51.9227C34.0305 53.007 34.9125 53.8906 35.9977 53.8906C37.0828 53.8906 37.9648 53.0078 37.9648 51.9234C37.9648 50.8391 37.0828 49.9555 35.9977 49.9555ZM46.0953 47.6109C46.0953 48.418 46.7523 49.075 47.5594 49.075C48.3664 49.075 49.0234 48.418 49.0234 47.6109C49.0234 46.8039 48.3664 46.1469 47.5594 46.1469C46.7523 46.1469 46.0953 46.8039 46.0953 47.6109ZM45.3297 36.0492C45.3297 30.9039 41.1437 26.7172 35.9977 26.7172C30.8516 26.7172 26.6656 30.9031 26.6656 36.0492C26.6656 41.1953 30.8523 45.3812 35.9977 45.3812C41.143 45.3812 45.3297 41.1953 45.3297 36.0492ZM53.6273 36.0492C53.6273 34.6992 52.5289 33.6008 51.1789 33.6008C49.8289 33.6008 48.7305 34.6992 48.7305 36.0492C48.7305 37.3992 49.8289 38.4977 51.1789 38.4977C52.5289 38.4977 53.6273 37.3992 53.6273 36.0492Z\" stroke=\"#222E48\" stroke-width=\"0.4\" mask=\"url(#path-2-outside-1_15320_17260)\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f3e85ee e-con-full e-flex e-con e-child\" data-id=\"f3e85ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8d7d1bc e-con-full e-flex e-con e-child\" data-id=\"8d7d1bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f7298c elementor-widget elementor-widget-heading\" data-id=\"1f7298c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">05<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-808ea42 elementor-widget elementor-widget-tp-text-hover-image\" data-id=\"808ea42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-text-hover-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"tp-text-hover-image-wrapper\">\n                            <a href=\"https:\/\/pixelaxis.net\/campie\/services\/rv-hookup-service\/\">\n            \n            <h4 class=\"tp-text-hover-image-title\">\n                \n                <span class=\"tp-text-hover-image-text\" data-widget-id=\"808ea42\">\n                                            Laundry &amp; <br> Showers                                        \n                                            <span class=\"tp-text-hover-image-img\" \n                            style=\"background-image: url(https:\/\/pixelaxis.net\/campie\/\/wp-content\/uploads\/2025\/09\/service-five-camp.webp);\">\n                        <\/span>\n                                    <\/span>\n\n                            <\/h4>\n\n                            <\/a>\n                    <\/div>\n\n        <style>\n        .tp-text-hover-image-wrapper {\n            display: inline-block;\n            position: relative;\n        }\n\n        .tp-text-hover-image-title {\n            display: inline-block;\n            position: relative;\n            margin: 0;\n            transition: color 0.3s ease;\n        }\n\n        .tp-text-hover-image-text {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n\n        .tp-text-hover-image-img {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 260px;\n            height: 306px;\n            background-size: cover;\n            background-repeat: no-repeat;\n            background-position: center;\n            opacity: 0;\n            pointer-events: none;\n            z-index: 9999;\n            transition: opacity 0.3s ease;\n            transform: translate(15px, -50%) rotate(15deg);\n            will-change: transform;\n            border-radius: 6px;\n        }\n\n        <\/style>\n\n        <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const hoverElements = document.querySelectorAll('.tp-text-hover-image-text[data-widget-id=\"808ea42\"]');\n            const distanceFromCursor = 50; \/\/ Fixed 15px from cursor\n            \n            hoverElements.forEach(function(hoverText) {\n                const hoverImg = hoverText.querySelector('.tp-text-hover-image-img');\n                if (!hoverImg) return;\n                \n                hoverText.addEventListener('mousemove', function(e) {\n                    \/\/ Position image 50px right and below cursor\n                    const imgX = e.clientX + distanceFromCursor;\n                    const imgY = e.clientY + distanceFromCursor;\n                    \n                    hoverImg.style.left = imgX + 'px';\n                    hoverImg.style.top = imgY + 'px';\n                    hoverImg.style.opacity = '1';\n                });\n                \n                hoverText.addEventListener('mouseleave', function() {\n                    hoverImg.style.opacity = '0';\n                });\n            });\n        });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0d06252 e-con-full e-flex e-con e-child\" data-id=\"0d06252\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d9408aa e-con-full e-flex e-con e-child\" data-id=\"d9408aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-211c29e elementor-widget elementor-widget-text-editor\" data-id=\"211c29e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb1de20 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"fb1de20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"71\" height=\"71\" rx=\"35.5\" stroke=\"#DFE0E4\"><\/rect><g clip-path=\"url(#clip0_15320_17267)\"><path d=\"M53.5 24.125H52.875V17.875C52.875 17.1856 52.3144 16.625 51.625 16.625H46.625C45.9356 16.625 45.375 17.1856 45.375 17.875V24.125H44.01C44.08 23.9288 44.125 23.72 44.125 23.5C44.125 23.0181 43.9369 22.5825 43.6375 22.25C43.9369 21.9175 44.125 21.4819 44.125 21V18.5C44.125 17.4662 43.2838 16.625 42.25 16.625H31C29.9663 16.625 29.125 17.4662 29.125 18.5V21C29.125 21.4819 29.3131 21.9175 29.6125 22.25C29.3125 22.5825 29.125 23.0181 29.125 23.5C29.125 23.72 29.17 23.9288 29.24 24.125H28.5C27.4663 24.125 26.625 24.9663 26.625 26V31.6569C26.4175 31.6431 26.2113 31.625 26 31.625C21.9219 31.625 18.2825 34.3119 17.0625 38.1825C16.7969 38.4125 16.625 38.7475 16.625 39.125V42.875C16.625 43.2525 16.7969 43.5881 17.0631 43.8175C18.2831 47.6881 21.9219 50.375 26 50.375C26.2113 50.375 26.4175 50.3569 26.625 50.3431V53.5C26.625 54.5337 27.4663 55.375 28.5 55.375H53.5C54.5337 55.375 55.375 54.5337 55.375 53.5V26C55.375 24.9663 54.5337 24.125 53.5 24.125ZM46.625 17.875H51.625V24.125H50.6338L48.3169 21.8081L47.4331 22.6919L48.8662 24.125H46.625V17.875ZM30.375 18.5C30.375 18.1556 30.655 17.875 31 17.875H42.25C42.595 17.875 42.875 18.1556 42.875 18.5V21C42.875 21.3444 42.595 21.625 42.25 21.625H31C30.655 21.625 30.375 21.3444 30.375 21V18.5ZM30.375 23.5C30.375 23.1556 30.655 22.875 31 22.875H42.25C42.595 22.875 42.875 23.1556 42.875 23.5C42.875 23.8444 42.595 24.125 42.25 24.125H31C30.655 24.125 30.375 23.8444 30.375 23.5ZM28.5 25.375H53.5C53.845 25.375 54.125 25.6556 54.125 26V29.125H27.875V26C27.875 25.6556 28.155 25.375 28.5 25.375ZM19.1256 41.0119L19.1262 42.875H17.875V39.125H19.125L19.1256 40.9881C19.1256 40.9919 19.125 40.9963 19.125 41C19.125 41.0044 19.1256 41.0081 19.1256 41.0119ZM18.505 44.125H19.125C19.37 44.125 19.5969 44.0519 19.7894 43.9294C20.8925 46.2575 23.2575 47.875 26 47.875C29.7906 47.875 32.875 44.7906 32.875 41C32.875 37.2094 29.7906 34.125 26 34.125C23.2575 34.125 20.8925 35.7425 19.7894 38.0706C19.5969 37.9481 19.37 37.875 19.125 37.875H18.505C19.7525 34.8925 22.7106 32.875 26 32.875C30.48 32.875 34.125 36.52 34.125 41C34.125 45.48 30.48 49.125 26 49.125C22.7106 49.125 19.7525 47.1075 18.505 44.125ZM26 35.375C29.1019 35.375 31.625 37.8981 31.625 41C31.625 44.1019 29.1019 46.625 26 46.625C22.8981 46.625 20.375 44.1019 20.375 41C20.375 37.8981 22.8981 35.375 26 35.375ZM44.7337 50.82L44.1213 45.3062L42.8787 45.4444L43.4619 50.6912L42.145 51.5694C41.9381 51.7075 41.625 51.5412 41.625 51.2906V44.125H40.375V49.9919C39.3969 49.64 38.3181 49.6319 37.33 49.9856L37.7856 44.0625C37.8306 43.4763 38.085 42.9244 38.5006 42.5088C38.835 42.1756 39.4163 42.1756 39.7506 42.5088L39.7812 42.5394L38.88 42.9256L39.3719 44.0744L43.0275 42.5081C43.4256 42.3369 43.8494 42.25 44.2838 42.25C44.4925 42.25 44.7013 42.2994 44.8881 42.3931C45.25 42.5737 45.5094 42.9037 45.6006 43.2975L47.2281 50.35C47.2425 50.4144 47.25 50.4794 47.25 50.545C47.25 50.9212 47.01 51.2544 46.6531 51.3731L46.0475 51.5744C45.6019 51.7262 45.08 51.5119 44.8663 51.0837L44.7337 50.82ZM46.4787 42.2331C46.2281 41.8312 45.8825 41.4925 45.4475 41.2744C45.0875 41.095 44.685 41 44.2838 41C43.6788 41 43.09 41.1206 42.5337 41.3594L41.0181 42.0087L40.6338 41.625C39.8281 40.8194 38.4219 40.8194 37.6162 41.625C36.99 42.2512 36.6075 43.0831 36.5387 43.9662L36.5069 44.38C35.7794 43.4144 35.375 42.2356 35.375 41C35.375 37.8981 37.8981 35.375 41 35.375C44.1019 35.375 46.625 37.8981 46.625 41C46.625 41.4169 46.5694 41.8294 46.4787 42.2331ZM36.3769 46.075L36.26 47.5944C35.4619 47.0194 34.7819 46.2975 34.2362 45.475C34.4806 45.0269 34.6812 44.5525 34.8506 44.0644C35.225 44.8156 35.7413 45.4956 36.3769 46.075ZM47.0856 44.175C47.5956 43.1981 47.875 42.1094 47.875 41C47.875 37.2094 44.7906 34.125 41 34.125C38.3088 34.125 35.9806 35.6831 34.8525 37.9406C34.6825 37.45 34.4813 36.9738 34.2356 36.5244C35.7469 34.2388 38.2431 32.875 41 32.875C45.48 32.875 49.125 36.52 49.125 41C49.125 42.7919 48.5425 44.4856 47.4806 45.8869L47.0856 44.175ZM53.5 54.125H28.5C28.155 54.125 27.875 53.845 27.875 53.5V50.1863C30.1656 49.7194 32.1469 48.4088 33.5 46.6013C34.2213 47.5656 35.1206 48.3787 36.1513 49.0044L35.9169 52.0537L37.3894 51.3162C38.3387 50.8413 39.4575 50.8694 40.3819 51.3644C40.4219 52.2031 41.1112 52.875 41.9594 52.875C42.2731 52.875 42.5769 52.7831 42.8381 52.6087L43.8988 51.9013C44.31 52.5088 44.9919 52.875 45.74 52.875C45.9812 52.875 46.2188 52.8363 46.4444 52.76L47.0488 52.5588C47.9163 52.2694 48.5 51.46 48.5 50.545C48.5 50.3844 48.4819 50.2231 48.4456 50.0681L47.8306 47.4044C49.4688 45.6613 50.375 43.4056 50.375 41C50.375 35.8306 46.1694 31.625 41 31.625C37.9988 31.625 35.2581 33.0181 33.4931 35.3894C32.14 33.5869 30.1619 32.28 27.875 31.8138V30.375H54.125V53.5C54.125 53.845 53.845 54.125 53.5 54.125Z\" fill=\"#222E48\"><\/path><path d=\"M33.5 19.125H41.625V20.375H33.5V19.125Z\" fill=\"#222E48\"><\/path><path d=\"M47.4297 19.5703L48.3134 18.6866L51.4379 21.8111L50.5542 22.6948L47.4297 19.5703Z\" fill=\"#222E48\"><\/path><path d=\"M30.375 26.625H31.625V27.875H30.375V26.625Z\" fill=\"#222E48\"><\/path><path d=\"M32.875 26.625H34.125V27.875H32.875V26.625Z\" fill=\"#222E48\"><\/path><path d=\"M35.375 26.625H36.625V27.875H35.375V26.625Z\" fill=\"#222E48\"><\/path><path d=\"M40.375 26.625H44.125V27.875H40.375V26.625Z\" fill=\"#222E48\"><\/path><path d=\"M45.375 26.625H50.375V27.875H45.375V26.625Z\" fill=\"#222E48\"><\/path><\/g><defs><clipPath id=\"clip0_15320_17267\"><rect width=\"40\" height=\"40\" fill=\"white\" transform=\"translate(16 16)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c17879 overflow-hidden e-flex e-con-boxed e-con e-parent\" data-id=\"5c17879\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-73acf4a e-con-full container e-flex e-con e-child\" data-id=\"73acf4a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3b8bc42 e-con-full overflow-hidden e-flex e-con e-child\" data-id=\"3b8bc42\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68300a4 elementor-invisible elementor-widget elementor-widget-tp-heading\" data-id=\"68300a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"tp-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"themephi-heading default title-border-no\">\n\n\t\t\t<span class=\"sub-text\">We Make Adventure Simple<\/span><h3 class=\"visible-from-right sec-title\">Explore Our Wild Services<\/h3>\n\t\t\t\t\t\t\n\t\t\t\n\n\n\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4d4b30 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"d4d4b30\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our Wild Camping services are designed to make your outdoor adventure effortless and unforgettable.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0070397 e-con-full e-flex e-con e-child\" data-id=\"0070397\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a6224b elementor-widget elementor-widget-image-hover\" data-id=\"8a6224b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-hover.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<section class=\"expert-solutions\">\n  <div class=\"container\">\n    <div class=\"row g-20\">\n\n      <!-- Image Column -->\n      <div class=\"col-lg-6\">\n        <div class=\"solution-image-container\">\n          <div class=\"img_border\">\n            <img decoding=\"async\" src=\"https:\/\/pixelaxis.net\/campie\/\/wp-content\/uploads\/2025\/09\/wild-campign.webp\"\n              class=\"solution-img\"\n              alt=\"\" \/>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Solution Items Column -->\n      <div class=\"col-lg-6\">\n        <div class=\"solution-items\">\n                        <!-- Solution Item -->\n              <div class=\"solution-item\" data-img=\"https:\/\/pixelaxis.net\/campie\/\/wp-content\/uploads\/2025\/09\/wild-campign.webp\">\n                <i class=\"tp-arrow-up-right\"><\/i>\n                <div class=\"content\">\n                                      <h3 class=\"solution-title inactive\">Wild Camp Setup<\/h3>\n                                    <h6 class=\"solution-index inactive\">01<\/h6>\n                <\/div>\n              <\/div>\n                        <!-- Solution Item -->\n              <div class=\"solution-item\" data-img=\"https:\/\/pixelaxis.net\/campie\/\/wp-content\/uploads\/2025\/09\/gear-rental.webp\">\n                <i class=\"tp-arrow-up-right\"><\/i>\n                <div class=\"content\">\n                                      <h3 class=\"solution-title inactive\">Gear Rental<\/h3>\n                                    <h6 class=\"solution-index inactive\">02<\/h6>\n                <\/div>\n              <\/div>\n                        <!-- Solution Item -->\n              <div class=\"solution-item\" data-img=\"https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/fire-essentials.webp\">\n                <i class=\"tp-arrow-up-right\"><\/i>\n                <div class=\"content\">\n                                      <h3 class=\"solution-title inactive\">Trail Guide<\/h3>\n                                    <h6 class=\"solution-index inactive\">03<\/h6>\n                <\/div>\n              <\/div>\n                        <!-- Solution Item -->\n              <div class=\"solution-item\" data-img=\"https:\/\/pixelaxis.net\/campie\/\/wp-content\/uploads\/2025\/09\/wild-tours.webp\">\n                <i class=\"tp-arrow-up-right\"><\/i>\n                <div class=\"content\">\n                                      <h3 class=\"solution-title inactive\">Wild Tours<\/h3>\n                                    <h6 class=\"solution-index inactive\">04<\/h6>\n                <\/div>\n              <\/div>\n                        <!-- Solution Item -->\n              <div class=\"solution-item\" data-img=\"https:\/\/pixelaxis.net\/campie\/wp-content\/uploads\/2025\/10\/fire-essentials.webp\">\n                <i class=\"tp-arrow-up-right\"><\/i>\n                <div class=\"content\">\n                                      <h3 class=\"solution-title inactive\">Fire Essentials<\/h3>\n                                    <h6 class=\"solution-index inactive\">05<\/h6>\n                <\/div>\n              <\/div>\n                        <!-- Solution Item -->\n              <div class=\"solution-item\" data-img=\"https:\/\/pixelaxis.net\/campie\/\/wp-content\/uploads\/2025\/09\/natural-worshops.webp\">\n                <i class=\"tp-arrow-up-right\"><\/i>\n                <div class=\"content\">\n                                      <h3 class=\"solution-title inactive\">Nature Workshops<\/h3>\n                                    <h6 class=\"solution-index inactive\">06<\/h6>\n                <\/div>\n              <\/div>\n                  <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-80e7ad9 e-con-full e-flex e-con e-parent\" data-id=\"80e7ad9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0a7d05c container e-flex e-con-boxed e-con e-child\" data-id=\"0a7d05c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0a18e10 e-con-full e-flex e-con e-child\" data-id=\"0a18e10\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1db4b23 e-con-full overflow-hidden e-flex e-con e-child\" data-id=\"1db4b23\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51796e8 elementor-invisible elementor-widget elementor-widget-tp-heading\" data-id=\"51796e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"tp-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"themephi-heading default title-border-no\">\n\n\t\t\t<span class=\"sub-text\">Another Helps!<\/span><h3 class=\"visible-from-right sec-title\">Need more help?<\/h3>\n\t\t\t\t\t\t\n\t\t\t\n\n\n\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0258c69 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"0258c69\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Queries, complaints and feedback. We will be happy to serve you<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ffa2f35 e-con-full e-grid e-con e-child\" data-id=\"ffa2f35\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d7065a5 e-con-full e-flex e-con e-child\" data-id=\"d7065a5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-91138f7 elementor-view-stacked elementor-shape-rounded elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"91138f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><path d=\"M11.9736 0.714844C12.7631 0.618529 13.5628 0.779538 14.2529 1.1748C14.857 1.52079 15.3493 2.02983 15.6748 2.64062L15.8037 2.90918L20.748 13.9463V13.9756L20.7539 13.9873C20.9961 14.5461 21.096 15.1568 21.0449 15.7637C20.9938 16.3703 20.7929 16.9546 20.4609 17.4648C20.4205 17.5255 20.3779 17.5823 20.332 17.6396L15.4521 23.4238L15.4258 23.4551L15.4443 23.4922C17.206 27.0718 20.9471 30.7797 24.5732 32.5459L24.6104 32.5645L24.6416 32.5381L30.3447 27.6836L30.3457 27.6846C30.3998 27.6391 30.4567 27.5966 30.5156 27.5576V27.5566C31.0256 27.2165 31.6132 27.0095 32.2236 26.9531C32.8337 26.8969 33.4484 26.9926 34.0117 27.2334L34.041 27.248H34.042L45.083 32.1953L45.084 32.1963C45.8151 32.5115 46.4246 33.0548 46.8213 33.7451C47.2179 34.4353 47.3808 35.2352 47.2852 36.0254C46.8692 39.1861 45.3166 42.0876 42.918 44.1875C40.5193 46.2875 37.438 47.4432 34.25 47.4375C15.6753 47.4375 0.562758 32.3246 0.5625 13.75V13.749C0.55688 10.5611 1.71166 7.47967 3.81152 5.08105C5.78032 2.83223 8.4538 1.32761 11.3848 0.805664L11.9736 0.714844ZM12.4453 4.31934C10.1574 4.61778 8.05615 5.74071 6.53613 7.47656C5.01635 9.21236 4.18132 11.4429 4.1875 13.75C4.19631 21.7201 7.3663 29.3613 13.002 34.9971C18.6379 40.633 26.2796 43.8038 34.25 43.8125C36.5558 43.8204 38.7856 42.9874 40.5225 41.4707C42.2447 39.9667 43.3639 37.8916 43.6777 35.6279H43.6875V35.5625L43.625 35.5576C43.625 35.5121 43.625 35.5043 43.625 35.5029H43.6143L32.6094 30.5742L32.5732 30.5586L32.543 30.584L26.8359 35.4375C26.7823 35.4829 26.7262 35.5252 26.668 35.5645C26.1375 35.9183 25.5246 36.1287 24.8887 36.1748C24.2525 36.2208 23.6151 36.101 23.0391 35.8271C18.6618 33.7121 14.296 29.38 12.1787 25.0498C11.9022 24.4779 11.778 23.8439 11.8184 23.21C11.8588 22.5762 12.0625 21.9637 12.4092 21.4316L12.4102 21.4307C12.4482 21.3699 12.4911 21.3119 12.5381 21.2578V21.2568L17.4229 15.4658L17.4482 15.4355L17.4316 15.3994L12.5156 4.39648C12.5156 4.39355 12.5153 4.39062 12.5156 4.3877L12.5234 4.30957L12.4453 4.31934ZM28.3887 10.0771C28.6244 10.046 28.864 10.0617 29.0938 10.123C33.5627 11.3172 36.6817 14.4364 37.876 18.9053C37.9376 19.1352 37.9539 19.3753 37.9229 19.6113C37.8918 19.8473 37.8143 20.0751 37.6953 20.2812C37.5762 20.4874 37.4175 20.6686 37.2285 20.8135C37.0869 20.9221 36.9301 21.0087 36.7637 21.0713L36.5938 21.126C36.4407 21.1661 36.2832 21.1871 36.125 21.1875L35.9756 21.1807C35.6295 21.152 35.2975 21.0244 35.0205 20.8115C34.7039 20.5682 34.4769 20.2267 34.374 19.8408C33.5057 16.5873 31.4118 14.4942 28.1582 13.626C27.9283 13.5645 27.7124 13.4582 27.5234 13.3135C27.3346 13.1687 27.1758 12.9882 27.0566 12.7822C26.9375 12.5762 26.8603 12.3483 26.8291 12.1123C26.7979 11.8764 26.8136 11.6362 26.875 11.4062C26.9364 11.1765 27.0429 10.9613 27.1875 10.7725C27.3323 10.5835 27.5127 10.4248 27.7188 10.3057C27.9248 10.1865 28.1527 10.1084 28.3887 10.0771ZM30.2627 2.57715C30.4987 2.54608 30.7388 2.56144 30.9688 2.62305H30.9697C34.4347 3.52714 37.5958 5.33901 40.1279 7.87109C42.5019 10.2451 44.243 13.172 45.1963 16.3838L45.376 17.0303C45.4376 17.2602 45.4539 17.5003 45.4229 17.7363C45.3918 17.9723 45.3143 18.2001 45.1953 18.4062C45.0762 18.6124 44.9175 18.7936 44.7285 18.9385C44.5869 19.0471 44.4301 19.1337 44.2637 19.1963L44.0938 19.251C43.9407 19.2911 43.7832 19.3121 43.625 19.3125L43.4756 19.3057C43.1295 19.277 42.7975 19.1494 42.5205 18.9365C42.2434 18.7235 42.0347 18.4356 41.918 18.1084L41.874 17.9658C41.1315 15.1179 39.6426 12.5196 37.5615 10.4385C35.6103 8.4873 33.2044 7.0564 30.5645 6.27344L30.0332 6.12598C29.8031 6.06471 29.5876 5.95818 29.3984 5.81348C29.2093 5.66872 29.05 5.48838 28.9307 5.28223C28.8114 5.07614 28.7344 4.84833 28.7031 4.6123C28.6719 4.37611 28.6874 4.13541 28.749 3.90527C28.8106 3.67537 28.9167 3.45937 29.0615 3.27051C29.2063 3.08184 29.3869 2.92368 29.5928 2.80469C29.7989 2.68567 30.0268 2.60826 30.2627 2.57715Z\" fill=\"#2E7D32\" stroke=\"#2E7D32\" stroke-width=\"0.125\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h5 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tCall Now\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h5>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t(907) 555-0101 <br>(252) 555-0126\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1588e6a e-con-full e-flex e-con e-child\" data-id=\"1588e6a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef4132d elementor-view-stacked elementor-shape-rounded elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"ef4132d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\"><path d=\"M30 5.68555C30.358 5.68555 30.708 5.79155 31.0059 5.99023L53.5059 20.9902C53.7541 21.1559 53.9579 21.3803 54.0986 21.6436C54.2393 21.9067 54.3127 22.2006 54.3125 22.499V46.874C54.3125 47.852 53.9239 48.7899 53.2324 49.4814C52.5409 50.173 51.603 50.5615 50.625 50.5615H9.375C8.39701 50.5615 7.45912 50.173 6.76758 49.4814C6.07611 48.7899 5.6875 47.852 5.6875 46.874V22.499C5.68734 22.2006 5.7607 21.9067 5.90137 21.6436C6.04207 21.3803 6.24585 21.1559 6.49414 20.9902L28.9941 5.99023C29.292 5.79155 29.642 5.68555 30 5.68555ZM50.5889 26.0879L35.1436 37.1035C34.8361 37.3231 34.4676 37.4414 34.0898 37.4414H25.9102L25.7686 37.4355C25.441 37.4099 25.1253 37.2955 24.8564 37.1035L9.41113 26.0879L9.3125 26.0176V46.9365H50.6875V26.0176L50.5889 26.0879ZM29.9648 9.69922L10.7725 22.499L10.6973 22.5488L10.7705 22.6016L26.4736 33.7998L26.4902 33.8115H33.5146L33.5312 33.7998L49.2344 22.6016L49.3076 22.5488L49.2324 22.499L30.0352 9.69922L30 9.67676L29.9648 9.69922Z\" fill=\"#2E7D32\" stroke=\"#2E7D32\" stroke-width=\"0.125\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h5 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tEmail Address\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h5>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tinfo@example.com <br>info@example.com\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-432c8d7 e-con-full e-flex e-con e-child\" data-id=\"432c8d7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79e925a elementor-view-stacked elementor-shape-rounded elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"79e925a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\"><path d=\"M30 3.8125C35.4535 3.8125 40.6838 5.97875 44.54 9.83496C48.3963 13.6912 50.5625 18.9215 50.5625 24.375C50.5625 31.4854 47.3706 39.0145 41.3281 46.1982L40.7344 46.8926C39.0214 48.8591 37.1865 50.7161 35.2412 52.4531L35.1191 52.5625H46.875C47.3557 52.5625 47.8163 52.7538 48.1562 53.0938C48.4962 53.4337 48.6875 53.8943 48.6875 54.375C48.6875 54.8557 48.4962 55.3163 48.1562 55.6562C47.8163 55.9962 47.3557 56.1875 46.875 56.1875H13.125C12.6443 56.1875 12.1837 55.9962 11.8438 55.6562C11.5038 55.3163 11.3125 54.8557 11.3125 54.375C11.3125 53.8943 11.5038 53.4337 11.8438 53.0938C12.1837 52.7538 12.6443 52.5625 13.125 52.5625H24.8809L24.7588 52.4531C22.8135 50.7161 20.9786 48.8591 19.2656 46.8926C12.8293 39.501 9.4375 31.7149 9.4375 24.375C9.4375 18.9215 11.6037 13.6912 15.46 9.83496C19.3162 5.97874 24.5465 3.8125 30 3.8125ZM30 7.4375C25.5079 7.4375 21.1998 9.22204 18.0234 12.3984C14.847 15.5748 13.0625 19.8829 13.0625 24.375C13.0625 31.1014 16.3223 37.2674 20.0605 42.1289C23.7991 46.9907 28.0216 50.5549 29.9609 52.0801L30 52.1104L30.0391 52.0801C31.9784 50.5549 36.2009 46.9907 39.9395 42.1289C43.6777 37.2674 46.9375 31.1014 46.9375 24.375C46.9375 19.8829 45.153 15.5748 41.9766 12.3984C38.8002 9.22204 34.4921 7.4375 30 7.4375ZM28.1836 15.2412C29.9899 14.882 31.862 15.0668 33.5635 15.7715C35.2651 16.4763 36.7199 17.6697 37.7432 19.2012C38.7664 20.7326 39.3125 22.5332 39.3125 24.375C39.3125 26.8448 38.3314 29.2135 36.585 30.96C34.8385 32.7064 32.4698 33.6875 30 33.6875C28.1582 33.6875 26.3576 33.1414 24.8262 32.1182C23.2947 31.0949 22.1013 29.6401 21.3965 27.9385C20.6918 26.237 20.507 24.3649 20.8662 22.5586C21.2255 20.7521 22.1127 19.0924 23.415 17.79C24.7174 16.4877 26.3771 15.6005 28.1836 15.2412ZM31.1094 18.7969C30.0062 18.5775 28.8624 18.6897 27.8232 19.1201C26.7842 19.5505 25.8964 20.2798 25.2715 21.2148C24.6465 22.1501 24.3125 23.2501 24.3125 24.375C24.3125 25.8834 24.9119 27.3299 25.9785 28.3965C27.0451 29.4631 28.4916 30.0625 30 30.0625C31.1249 30.0625 32.2249 29.7285 33.1602 29.1035C34.0952 28.4786 34.8245 27.5908 35.2549 26.5518C35.6853 25.5126 35.7975 24.3688 35.5781 23.2656C35.3587 22.1624 34.8169 21.1489 34.0215 20.3535C33.2261 19.5581 32.2126 19.0163 31.1094 18.7969Z\" fill=\"#2E7D32\" stroke=\"#2E7D32\" stroke-width=\"0.125\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h5 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLocation\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h5>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tRoyal Ln. Mesa, New Jersey 45463 <br>Thornridge Cir. Shiloh, Hawaii 81063\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>RV Camping Made Better Premium RV Amenities Our RV campground services are designed to make your stay as enjoyable and stress-free as possible. Tent Hookup Serv&#8230; Rv Hookup Servic&#8230; HIking Bootst Fu&#8230; Full Hookup Serv&#8230; Fishing Roads Ho&#8230; Chairs and Hammo&#8230; RV Camping Made Better Premium RV Amenities Our RV campground services are designed to&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2814","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pixelaxis.net\/campie\/wp-json\/wp\/v2\/pages\/2814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pixelaxis.net\/campie\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pixelaxis.net\/campie\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pixelaxis.net\/campie\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pixelaxis.net\/campie\/wp-json\/wp\/v2\/comments?post=2814"}],"version-history":[{"count":0,"href":"https:\/\/pixelaxis.net\/campie\/wp-json\/wp\/v2\/pages\/2814\/revisions"}],"wp:attachment":[{"href":"https:\/\/pixelaxis.net\/campie\/wp-json\/wp\/v2\/media?parent=2814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}