{"id":2872,"date":"2024-07-22T07:32:11","date_gmt":"2024-07-22T07:32:11","guid":{"rendered":"https:\/\/myls.ch\/app\/"},"modified":"2026-04-16T07:58:15","modified_gmt":"2026-04-16T07:58:15","slug":"app","status":"publish","type":"page","link":"https:\/\/myls.ch\/en\/app\/","title":{"rendered":"App"},"content":{"rendered":"\n<div class=\"wp-block-cover alignfull hero-sub-page\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;min-height:795px;aspect-ratio:unset;\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1318\" class=\"wp-block-cover__image-background wp-image-1576\" alt=\"Mobile Ansicht der myls App auf mehreren Smartphones\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/myls-app-header-web.avif\" data-object-fit=\"cover\" srcset=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/myls-app-header-web.avif 1920w, https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/myls-app-header-web-300x206.avif 300w, https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/myls-app-header-web-1024x703.avif 1024w, https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/myls-app-header-web-768x527.avif 768w, https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/myls-app-header-web-1536x1054.avif 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-40 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-container-core-cover-is-layout-3b52e7a0 wp-block-cover-is-layout-flow\">\n<h1 class=\"wp-block-heading has-text-align-center has-white-color has-text-color has-link-color wp-elements-654fea5da5a13390f16522104766c2b2\" style=\"margin-top:-80px;font-size:96px\">myls App<\/h1>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light video-section1 video-text-wrap\" style=\"border-top-left-radius:100px;border-top-right-radius:100px;margin-top:-90px;margin-bottom:0px;padding-top:170px;padding-right:0px;padding-bottom:170px;padding-left:0px;min-height:1049px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-white-background-color has-background-dim-100 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-ce0e9416 wp-block-cover-is-layout-constrained\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4f24ec0c wp-block-columns-is-layout-flex\" style=\"padding-right:0px;padding-left:0px\">\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-8a368f38 wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<div class=\"wp-block-group top-main-video has-global-padding is-content-justification-center is-layout-constrained wp-block-group-is-layout-constrained\" style=\"min-height:700px\">\n<style>\n.myls-video-block video,\n.myls-video-block img {\n    width: 100%;\n    object-fit: cover;\n    display: block;\n}\n\n@media (max-width: 768px) {\n    .myls-video-block#myls-video-block-block_5e28c95031d1712971e55ac33d77bbd2 {\n        height: 200px !important;\n    }\n}\n\n@media (min-width: 769px) {\n    .myls-video-block#myls-video-block-block_5e28c95031d1712971e55ac33d77bbd2 {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        overflow: hidden;\n    }\n}\n\n\/* ===== VIDEO POSTER (old branch) ===== *\/\n.video-poster {\n    width: 100%;\n    height: 100%;\n    min-height: 200px;\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    cursor: pointer;\n    position: relative;\n}\n\n@media (min-width: 769px) {\n    .video-poster {\n        min-height: 700px;\n    }\n}\n\n\/* ===== OLD MODAL STYLES ===== *\/\n.youtube-modal {\n    position: fixed;\n    inset: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(0,0,0,0.8);\n    z-index: 10000;\n}\n.youtube-modal-overlay {\n    position: absolute;\n    inset: 0;\n}\n.youtube-modal-content {\n    position: relative;\n    width: 80%;\n    height: 80%;\n    background: black;\n    z-index: 2;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n.youtube-modal-content iframe {\n    width: 100%;\n    height: 100%;\n}\n.youtube-modal-close {\n    position: absolute;\n    top: 10px;\n    right: 10px;\n}\n<\/style>\n\n<div class=\"myls-video-block\" id=\"myls-video-block-block_5e28c95031d1712971e55ac33d77bbd2\">\n\n\n    <!-- \ud83d\udd01 OLD CODE (FIXED) -->\n\n                        <div class=\"video-poster\" \n                style=\"background-image: url(https:\/\/myls.ch\/wp-content\/uploads\/2025\/08\/myls-app-thumbnail.avif);\" \n                onclick=\"event.preventDefault(); openYouTubeModal('https:\/\/www.youtube.com\/watch?v=70_fE7N16lI&amp;t=25s');\"><\/div>\n\n            <button class=\"player__button toggle\">\u25b6<\/button>\n            \n\n<\/div>\n\n<script>\nfunction openYouTubeModal(youtubeLink) {\n    const match = youtubeLink.match(\/[?&]v=([^&]+)\/);\n    const videoId = match ? match[1] : null;\n    if (!videoId) return;\n\n    const modal = document.createElement('div');\n    modal.className = 'youtube-modal';\n\n    modal.innerHTML = `\n        <div class=\"youtube-modal-overlay\" onclick=\"closeYouTubeModal()\"><\/div>\n        <div class=\"youtube-modal-content\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1\"><\/iframe>\n        <\/div>\n        <button class=\"youtube-modal-close\" onclick=\"closeYouTubeModal()\">\u2716<\/button>\n    `;\n\n    document.body.appendChild(modal);\n}\n\nfunction closeYouTubeModal() {\n    const modal = document.querySelector('.youtube-modal');\n    if (modal) modal.remove();\n}\n\n(function($) {\n    'use strict';\n\n    function initVideoBlock(block) {\n\n        const video  = block.querySelector('video');\n        const img    = block.querySelector('img');\n        const poster = block.querySelector('.video-poster');\n\n        if (video) {\n            const adjustVideoHeight = () => {\n                if (!video.videoWidth || !video.videoHeight) return;\n\n                const ratio  = video.videoWidth \/ video.videoHeight;\n                const width  = block.offsetWidth;\n                const height = width \/ ratio;\n\n                video.style.setProperty('height', height + 'px', 'important');\n\n                if (window.innerWidth > 768) {\n                    block.style.display        = 'flex';\n                    block.style.justifyContent = 'center';\n                    block.style.alignItems     = 'center';\n                    block.style.height         = '';\n                } else {\n                    block.style.display = 'block';\n                    block.style.setProperty('height', height + 'px', 'important');\n                }\n            };\n\n            \/\/ Primary event: fires when dimensions are known\n            video.addEventListener('loadedmetadata', adjustVideoHeight);\n\n            \/\/ Fallback event: fires when first frame is ready\n            video.addEventListener('loadeddata', adjustVideoHeight);\n\n            \/\/ Resize handler\n            $(window).on('resize', adjustVideoHeight);\n\n            if (video.readyState === 0) {\n                \/\/ Metadata not fetched yet \u2014 force the browser to load it\n                video.load();\n            } else {\n                \/\/ Metadata already available \u2014 run immediately\n                adjustVideoHeight();\n            }\n        }\n\n        else if (poster) {\n            \/\/ Old link\/media branch \u2014 poster div with background-image\n            \/\/ Uses same $mobile_height value as the CSS @media query above\n            const adjustPosterHeight = () => {\n                const h = window.innerWidth > 768 ? 700 : 200;\n                poster.style.setProperty('height', h + 'px', 'important');\n                block.style.setProperty('height', h + 'px', 'important');\n            };\n\n            adjustPosterHeight();\n            $(window).on('resize', adjustPosterHeight);\n        }\n\n        else if (img) {\n            const adjustImageHeight = () => {\n                const h = window.innerWidth > 768 ? 700 : 450;\n                img.style.height   = h + 'px';\n                block.style.height = h + 'px';\n            };\n\n            adjustImageHeight();\n            $(window).on('resize', adjustImageHeight);\n        }\n    }\n\n    $(document).ready(function() {\n        $('.myls-video-block').each(function () {\n            initVideoBlock(this);\n        });\n    });\n\n    \/\/ \u2500\u2500\u2500 Page-transition support \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    \/\/ Re-init after Swup \/ Barba.js \/ WP Full-Page transitions\n    document.addEventListener('swup:contentReplaced',  reinitAll);  \/\/ Swup\n    document.addEventListener('barba:afterEnter',       reinitAll);  \/\/ Barba\n    document.addEventListener('wp-page-load',           reinitAll);  \/\/ custom WP events\n\n    function reinitAll() {\n        $('.myls-video-block').each(function () {\n            initVideoBlock(this);\n        });\n    }\n\n})(jQuery);\n<\/script><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<div class=\"wp-block-group wp-container-content-9e2f13cb is-vertical is-layout-flex wp-container-core-group-is-layout-7001a0f0 wp-block-group-is-layout-flex\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">\n<p class=\"text-gradient-main\" style=\"font-size:30px;font-style:normal;font-weight:700;line-height:1.5\">myls App<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" style=\"font-size:60px;font-style:normal;font-weight:700;line-height:1.2\">Simplify data management, increase visibility<\/h1>\n\n\n\n<p style=\"font-size:24px;line-height:1.5\">With the myls app, managing your company data is child&#8217;s play. Optimize your online presence with just a few clicks and increase your visibility on social media, Google, ChatGPT, Gemini, and more.<\/p>\n\n\n\n<style>\n    .myls-button-block {\n        background: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);\n        color: #ffffff;\n        background-size: 400% 400%;\n    }\n    .myls-button-block:hover {\n        color: #ffffff;\n    }\n<\/style>\n\n<a href=\"https:\/\/myls.ch\/en\/appointment-booking\/\" \n   class=\"myls-button-block\" \n   id=\"myls-button-block-block_e49cbfba5fbd2125eb1a8ad3660ea561\" \n   target=\"_self\">\n   Non-binding consultation<\/a><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-cover is-light plattfom-section\" style=\"padding-top:0px;padding-right:130px;padding-bottom:0px;padding-left:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-white-background-color has-background-dim-100 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-container-core-cover-is-layout-3aec55ba wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-33ba964e wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-full dekstop-img\"><img loading=\"lazy\" decoding=\"async\" width=\"709\" height=\"669\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/blur-sosmed-desk-web.avif\" alt=\"\" class=\"wp-image-1525\" srcset=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/blur-sosmed-desk-web.avif 709w, https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/blur-sosmed-desk-web-300x283.avif 300w\" sizes=\"(max-width: 709px) 100vw, 709px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full mobile-img\"><img loading=\"lazy\" decoding=\"async\" width=\"390\" height=\"448\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/blur-sosmed-mobile.avif\" alt=\"\" class=\"wp-image-1528\" srcset=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/blur-sosmed-mobile.avif 390w, https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/blur-sosmed-mobile-261x300.avif 261w\" sizes=\"(max-width: 390px) 100vw, 390px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div class=\"wp-block-group wp-container-content-9e2f13cb is-vertical is-layout-flex wp-container-core-group-is-layout-43b3ae42 wp-block-group-is-layout-flex\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">\n<p class=\"text-gradient-main\" style=\"font-size:30px;font-style:normal;font-weight:700;line-height:1.5\">Platforms<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-size:60px;font-style:normal;font-weight:700;line-height:1.2\">Your company visible on 50+ platforms in Switzerland<\/h2>\n\n\n\n<p style=\"font-size:24px;line-height:1.5\">Consistent and accurate company data is key to ensuring trust and discoverability in the digital world. We make sure your information is consistent and up-to-date everywhere to strengthen your online presence and drive your business growth. <\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-cover is-light features-block-wrap\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:170px;padding-left:0px;min-height:514px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-white-background-color has-background-dim-100 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-6573a953 wp-block-cover-is-layout-constrained\">\n<style>\n    .myls-features-block .feature-loop {\n        display: grid;\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n        gap: 48px;\n        background-color: #ffffff;\n    }\n    .myls-features-block .feature-item .feature-item-content {\n        color: #000000;\n    }\n    .myls-features-block .feature-item:last-child .feature-item-title {\n        color: #FFFFFF;\n    }\n    .myls-features-block .feature-item:last-child .feature-item-content {\n        color: #FFFFFF;\n    }\n    .myls-features-block .feature-item:last-child .feature-item-button {\n        background-color: #FFFFFF;\n    }\n\n    \/* Responsive grid *\/\n    @media (min-width:1025px) and (max-width:1695px) {\n\n.myls-features-block .feature-loop{\n    width: auto;\n}\n.myls-features-block {\n    width: auto;\n}\n}\n    @media (max-width: 768px) {\n        .myls-features-block .feature-loop {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n    @media (max-width: 480px) {\n        .myls-features-block .feature-loop {\n            grid-template-columns: 1fr;\n        }\n    }\n    \n<\/style>\n\n<!-- Features Block -->\n<div class=\"myls-features-block\" id=\"myls-features-block-block_d3e699857f551857c82330cba9465a83\">\n            <div class=\"feature-loop\">\n                            <div class=\"feature-item\">\n                                            <div class=\"feature-item-img\">\n                            <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2025\/04\/featured-1.avif\" alt=\"Feature Image\">\n                        <\/div>\n                    \n                    \n                                            <div class=\"feature-item-content\">73% of people say that incorrect or missing company information prevents them from buying from a company.<\/div>\n                    \n                                    <\/div>\n                            <div class=\"feature-item\">\n                                            <div class=\"feature-item-img\">\n                            <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2025\/04\/Ebene_1.png\" alt=\"Feature Image\">\n                        <\/div>\n                    \n                    \n                                            <div class=\"feature-item-content\">88% of customers trust online reviews as much as personal recommendations.<\/div>\n                    \n                                    <\/div>\n                            <div class=\"feature-item\">\n                                            <div class=\"feature-item-img\">\n                            <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2025\/04\/Ebene_2.png\" alt=\"Feature Image\">\n                        <\/div>\n                    \n                    \n                                            <div class=\"feature-item-content\">Companies with complete Google and social media profiles receive up to 5x more inquiries.<\/div>\n                    \n                                    <\/div>\n                            <div class=\"feature-item\">\n                                            <div class=\"feature-item-img\">\n                            <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2025\/04\/featured-2.png\" alt=\"Feature Image\">\n                        <\/div>\n                    \n                                            <div class=\"feature-item-title\">Request advice<\/div>\n                    \n                                            <div class=\"feature-item-content\">Let us analyze your online presence free of charge and optimize \r\n.<\/div>\n                    \n                                            <a href=\"https:\/\/myls.ch\/en\/appointment-booking\/\" class=\"feature-item-button\">\n                            <svg width=\"9\" height=\"16\" viewBox=\"0 0 9 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L6.58579 8L0.928932 13.6569C0.538408 14.0474 0.538408 14.6805 0.928932 15.0711C1.31946 15.4616 1.95262 15.4616 2.34315 15.0711L8.70711 8.70711ZM7 9H8V7H7V9Z\" fill=\"black\"\/>\n                            <\/svg>\n                        <\/a>\n                                    <\/div>\n                    <\/div>\n    <\/div>\n\n<script>\n(function($) {\n    'use strict';\n    $(document).ready(function() {\n        \/\/ Swiper removed \u2014 static grid layout only\n    });\n})(jQuery);\n<\/script><\/div><\/div>\n\n\n\n<div class=\"wp-block-cover is-light pricing-block-wrap\" style=\"padding-top:170px;padding-bottom:170px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-white-background-color has-background-dim-100 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-block-cover-is-layout-constrained\">\n<div id=\"myls-pricing-tab-block-block_15ed0ae07ef01502307ea53423faf3ad\" class=\"myls-pricing-tab-block\">\n\t    <h2 class=\"pricing_title\">Find the right package for your business<\/h2>\n\t    \n    <div class=\"custom-pricing-card-main-container\">\n                 <div class=\"custom-pricing-card-container \">\n    <div class=\"custom-pricing-card\">\n        <h2 class=\"custom-pricing-title\">Starter<\/h2>\n\n        <div class=\"bestseller-wrapper\">\n                    <\/div>\n\n                <p class=\"custom-price\"><span>ab<\/span> 49.-<\/p>\n                <p class=\"custom-price-sub\">CHF per month<\/p>\n                                <ul class=\"custom-pricing-card-features\">\n                                        <li>We set up the system completely on-site at your location<\/li>\n                                        <li>5 listings<\/li>\n                                        <li>5 social accounts for posting<\/li>\n                                        <li>Web App<\/li>\n                                        <li>Display reviews<\/li>\n                                        <li>Adobe Express<\/li>\n                                        <li>QR review flyer<\/li>\n                                        <li>Manage Opening hours<\/li>\n                                        <li>Statistics<\/li>\n                                        <li>Live chat for support<\/li>\n                                        <li>Protection of your entries from third-party manipulation<\/li>\n                                    <\/ul>\n                                <div class=\"custom-pricing-card-footer\">\n                <a href=\"https:\/\/myls.ch\/wp-content\/uploads\/2026\/03\/myls-App-Starter-EN.pdf\" class=\"custom-pricing-card-tech-data\">Technical details<\/a>\n                <a href=\"https:\/\/myls.ch\/en\/appointment-booking\/\" class=\"custom-pricing-card-cta-button\">Get started now!<\/a>\n                <\/div>\n            <\/div>\n  \t\t<\/div>\n                     <div class=\"custom-pricing-card-container bestseller\">\n    <div class=\"custom-pricing-card\">\n        <h2 class=\"custom-pricing-title\">Pro<\/h2>\n\n        <div class=\"bestseller-wrapper\">\n                            <p class=\"bestseller-title\">Bestseller<\/p>\n                <img decoding=\"async\" class=\"bot-img\" src=\"\/wp-content\/uploads\/2025\/10\/Group-18.png\" alt=\"Bestseller Icon\">\n                    <\/div>\n\n                <p class=\"custom-price\"><span>ab<\/span> 133.-<\/p>\n                <p class=\"custom-price-sub\">CHF per month<\/p>\n                                <ul class=\"custom-pricing-card-features\">\n                                        <li>We set up the system completely on-site at your location<\/li>\n                                        <li>50+ listings<\/li>\n                                        <li>8 social accounts for posting (incl. Stories &amp; Reels)<\/li>\n                                        <li>Web App<\/li>\n                                        <li>Display reviews<\/li>\n                                        <li>Reply to reviews (with AI)<\/li>\n                                        <li>Adobe Express<\/li>\n                                        <li>QR review flyer<\/li>\n                                        <li>Opening Hours Module<\/li>\n                                        <li>Statistics<\/li>\n                                        <li>Live chat for support<\/li>\n                                        <li>Menu integration<\/li>\n                                        <li>Artificial intelligence<\/li>\n                                        <li>Protection of your entries from third-party manipulation<\/li>\n                                        <li>Respond to comments on Facebook and Instagram<\/li>\n                                    <\/ul>\n                                <div class=\"custom-pricing-card-footer\">\n                <a href=\"https:\/\/myls.ch\/wp-content\/uploads\/2025\/11\/myls-App-Pro-EN.pdf\" class=\"custom-pricing-card-tech-data\">Technical details<\/a>\n                <a href=\"https:\/\/myls.ch\/en\/appointment-booking\/\" class=\"custom-pricing-card-cta-button\">Get started now!<\/a>\n                <\/div>\n            <\/div>\n  \t\t<\/div>\n                     <div class=\"custom-pricing-card-container \">\n    <div class=\"custom-pricing-card\">\n        <h2 class=\"custom-pricing-title\">Business<\/h2>\n\n        <div class=\"bestseller-wrapper\">\n                    <\/div>\n\n                <p class=\"custom-price\"><span>ab<\/span> 119.-<\/p>\n                <p class=\"custom-price-sub\">CHF per month<\/p>\n                                <ul class=\"custom-pricing-card-features\">\n                                        <li>We set up the system completely on-site at your location<\/li>\n                                        <li>50+ listings<\/li>\n                                        <li>8 social accounts for posting<\/li>\n                                        <li>Web App<\/li>\n                                        <li>Display reviews<\/li>\n                                        <li>Reply to reviews<\/li>\n                                        <li>Adobe Express<\/li>\n                                        <li>QR review flyer<\/li>\n                                        <li>Opening Hours Module<\/li>\n                                        <li>Statistics<\/li>\n                                        <li>Live chat for support<\/li>\n                                        <li>Review Widget<\/li>\n                                        <li>Protection of your entries from third-party manipulation<\/li>\n                                    <\/ul>\n                                <div class=\"custom-pricing-card-footer\">\n                <a href=\"https:\/\/myls.ch\/wp-content\/uploads\/2025\/11\/myls-App-Business-EN.pdf\" class=\"custom-pricing-card-tech-data\">Technical details<\/a>\n                <a href=\"https:\/\/myls.ch\/en\/appointment-booking\/\" class=\"custom-pricing-card-cta-button\">Get started now!<\/a>\n                <\/div>\n            <\/div>\n  \t\t<\/div>\n             \t\n    <\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-cover is-light top-feature-section\" style=\"padding-top:170px;padding-bottom:168px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#f9f9f9\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-block-cover-is-layout-constrained\">\n<style> \n    #myls-top-features-block-block_a49a71bf3b2196eda725975280438aeb.myls-top-features-block .feature-item {\n        background-color: #fff;\n        align-items: center;\n    }\n    #myls-top-features-block-block_a49a71bf3b2196eda725975280438aeb.myls-top-features-block .feature-item .feature-content {\n        text-align: center;\n    }\n    #myls-top-features-block-block_a49a71bf3b2196eda725975280438aeb.myls-top-features-block .feature-loop{\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n    }\n    #myls-top-features-block-block_a49a71bf3b2196eda725975280438aeb.myls-top-features-block .top-features-title {\n        color: #fff;\n    }\n    #myls-top-features-block-block_a49a71bf3b2196eda725975280438aeb.myls-top-features-block .top-features-description {\n        color: #000;\n    }\n    #myls-top-features-block-block_a49a71bf3b2196eda725975280438aeb.myls-top-features-block .sss {\n        background-color: #fff;\n    }\n    #myls-top-features-block-block_a49a71bf3b2196eda725975280438aeb.myls-top-features-block .sss {\n        background-color: #fff;\n    }\n\n<\/style>\n\n<!-- Top Features Block -->\n<div class=\"myls-top-features-block\" id=\"myls-top-features-block-block_a49a71bf3b2196eda725975280438aeb\">\n                <div class=\"swiper-container\">\n            <div class=\"swiper-wrapper feature-loop\">\n                                    <div class=\"swiper-slide feature-item\">\n                                                    <div class=\"feature-img\">\n                                <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/Startup.avif\" alt=\"Feature's Image\">\n                            <\/div>\n                                                                                                    <div class=\"feature-content\">Error-free and complete data on over 50 platforms<\/div>\n                                            <\/div>\n                                    <div class=\"swiper-slide feature-item\">\n                                                    <div class=\"feature-img\">\n                                <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/Startup.avif\" alt=\"Feature's Image\">\n                            <\/div>\n                                                                                                    <div class=\"feature-content\">Posts on all platforms with one click<\/div>\n                                            <\/div>\n                                    <div class=\"swiper-slide feature-item\">\n                                                    <div class=\"feature-img\">\n                                <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/Startup.avif\" alt=\"Feature's Image\">\n                            <\/div>\n                                                                                                    <div class=\"feature-content\">All ratings at a glance<\/div>\n                                            <\/div>\n                                    <div class=\"swiper-slide feature-item\">\n                                                    <div class=\"feature-img\">\n                                <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/Startup.avif\" alt=\"Feature's Image\">\n                            <\/div>\n                                                                                                    <div class=\"feature-content\">Use AI to generate posts and ratings quickly and automatically.<\/div>\n                                            <\/div>\n                            <\/div>\n            <div class=\"swiper-pagination top-features-pagination\"><\/div>\n        <\/div>\n    \n    <script>\n(function($) {\n    'use strict';\n\n    $(document).ready(function() {\n        if (typeof Swiper === 'undefined') {\n            console.warn('Swiper is not loaded. Make sure Swiper JS is enqueued before this script.');\n            return;\n        }\n\n        const blockSelector = '#myls-top-features-block-block_a49a71bf3b2196eda725975280438aeb';\n        const $block = $(blockSelector);\n        if (!$block.length) return;\n\n        const $container = $block.find('.swiper-container').first();\n        const $pagination = $block.find('.top-features-pagination').first();\n\n        if (!$container.length) {\n            console.warn('No .swiper-container found inside', blockSelector);\n            return;\n        }\n\n        let swiperInstance = null;\n\n        function createSwiper() {\n            if (swiperInstance) return;\n\n            swiperInstance = new Swiper($container[0], {\n                pagination: {\n                    el: $pagination.length ? $pagination[0] : $container.find('.swiper-pagination')[0],\n                    clickable: true,\n                },\n                loop: true,\n                slidesPerView: 1.5,\n                centeredSlides: true,\n                spaceBetween: 20,\n            });\n            console.log('Swiper initialized for', blockSelector);\n        }\n\n        function destroySwiper() {\n            if (!swiperInstance) return;\n            try {\n                swiperInstance.destroy(true, true);\n            } catch (e) {\n                console.warn('Error destroying swiper for', blockSelector, e);\n            }\n            swiperInstance = null;\n\n            $container.find('.swiper-wrapper').removeAttr('style');\n            $container.find('.swiper-slide').removeAttr('style');\n            $container.removeClass('swiper-container-initialized swiper-container-horizontal swiper-container-vertical');\n            console.log('Swiper destroyed for', blockSelector);\n        }\n\n        function checkAndToggleSwiper() {\n            const screenWidth = window.innerWidth;\n            if (screenWidth <= 768) {\n                createSwiper();\n            } else {\n                destroySwiper();\n            }\n        }\n\n        let resizeTimer = null;\n        $(window).on('resize', function() {\n            clearTimeout(resizeTimer);\n            resizeTimer = setTimeout(checkAndToggleSwiper, 120);\n        });\n\n        checkAndToggleSwiper();\n\n    });\n})(jQuery);\n<\/script>\n\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-cover is-light client-section\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-white-background-color has-background-dim-100 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-container-core-cover-is-layout-bf7bf452 wp-block-cover-is-layout-flow\">\n<style>\n    .myls-client-block {\n        background: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);\n        background-size: 400% 400%;\n    }\n    .myls-client-block h2 {\n        color: #ffffff;\n    }\n    .myls-client-block .client-img-loop .client-img {\n        background: #ffffff;\n    }\n<\/style>\n\n<!-- rooms -->\n<div class=\"myls-client-block\" id=\"myls-client-block-block_e4d65cf898156f3a52634f2f269a8633\">\n    <div class=\"container\">\n        <h2>Some of our customers<\/h2>\n                <div class=\"client-img-loop\">\n                        <div class=\"client-img client-img-1\">\n                <a href=\"https:\/\/bestatter.ch\/\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/client-1.png\" alt=\"Logo of the Swiss Association of Funeral Services with cross symbol.\" \/>\n                <\/a>\n            <\/div>\n                        <div class=\"client-img client-img-2\">\n                <a href=\"https:\/\/afabus.ch\/\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/client-2.png\" alt=\"AFA logo in red with the slogan Das Reisen Taxi Technik underneath, dynamic design with lines.\" \/>\n                <\/a>\n            <\/div>\n                        <div class=\"client-img client-img-3\">\n                <a href=\"https:\/\/www.matterhornparadise.ch\/de\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/client-3.png\" alt=\"Logo of Matterhorn Zermatt Bergbahnen with stylized Matterhorn mountain motif in blue.\" \/>\n                <\/a>\n            <\/div>\n                        <div class=\"client-img client-img-4\">\n                <a href=\"https:\/\/paragliding-interlaken.ch\/\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/Logo.png\" alt=\"Logo of Paragliding Interlaken, white text on black background, red accent on GLIDING, Swiss cross.\" \/>\n                <\/a>\n            <\/div>\n                        <div class=\"client-img client-img-5\">\n                <a href=\"https:\/\/engstligenalp.ch\/\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/3562-o.avif\" alt=\"Logo with the inscription Engstligen Alp in black lettering on a white background.\" \/>\n                <\/a>\n            <\/div>\n                        <div class=\"client-img client-img-6\">\n                <a href=\"https:\/\/www.visp.ch\/de\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/client-4.avif\" alt=\"Logo of the Visp municipal administration with stylized cityscape and visp online lettering.\" \/>\n                <\/a>\n            <\/div>\n                        <div class=\"client-img client-img-7\">\n                <a href=\"https:\/\/www.gvz.ch\/\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/09\/GVZ.avif\" alt=\"Logo of Geb\u00e4udeversicherung Kanton Z\u00fcrich (GVZ) with stylized square and lettering in grey.\" \/>\n                <\/a>\n            <\/div>\n                        <div class=\"client-img client-img-8\">\n                <a href=\"https:\/\/www.evard.ch\/\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2025\/06\/Logo_Evard_RGB.avif\" alt=\"\" \/>\n                <\/a>\n            <\/div>\n                        <div class=\"client-img client-img-9\">\n                <a href=\"https:\/\/bauweise-ag.ch\/\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2025\/01\/logo-bauweise.avif\" alt=\"Logo of Bauweise Holzbau with green square and stylized window top right.\" \/>\n                <\/a>\n            <\/div>\n                        <div class=\"client-img client-img-10\">\n                <a href=\"https:\/\/energieschmiede.ch\/\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2025\/01\/energieschmiede.avif\" alt=\"Logo of Energie Schmiede GmbH with an anvil motif and red flames above the lettering Energie.\" \/>\n                <\/a>\n            <\/div>\n                        <div class=\"client-img client-img-11\">\n                <a href=\"https:\/\/wydrog.ch\/\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2025\/01\/DrogerieWyss.png\" alt=\"Wyss drugstore logo with a green mortar and pestle above it.\" \/>\n                <\/a>\n            <\/div>\n                        <div class=\"client-img client-img-12\">\n                <a href=\"https:\/\/britishschool.ch\/\" target=\"_blank\" rel=\"noopener\">\n                    <img decoding=\"async\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2025\/01\/logo_1479990192.png\" alt=\"Logo of the British School Bern with blue and red lettering.\" \/>\n                <\/a>\n            <\/div>\n                    <\/div>\n        <div class=\"client-loop-mobile-pag\">\n            <button>Mehr anzeigen<\/button>\n            <p class=\"empty-msg\">\n                Es gibt keine mehr\n            <\/p>\n        <\/div>\n            <\/div>\n<\/div>\n\n<script>\n    (function($) {\n        'use strict';\n\n        $(document).ready(function() {\n            if(($(window).width() < 768)) {\n                $('.myls-client-block .client-img').slice(-4).addClass('not-show');\n\n                $('.client-loop-mobile-pag').on('click', function() {\n                    let ClientItem = $('.myls-client-block .client-img').slice(-4);\n                    let currentHiddenItem = $('.myls-client-block .client-img.not-show').length;\n                    if(currentHiddenItem != 0) {\n                        ClientItem.removeClass('not-show');\n                        ClientItem.fadeIn();\n                    } else {\n                        $('.client-loop-mobile-pag button').hide();\n                        $('.client-loop-mobile-pag .empty-msg').fadeIn();\n                        setTimeout(() => {\n                            $('.client-loop-mobile-pag button').fadeIn();\n                            $('.client-loop-mobile-pag .empty-msg').hide();\n                        }, 5000);\n                    }\n                });\n            }\n        });\n    })(jQuery);\n<\/script>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-cover is-light myls-text-btn-banner\" style=\"padding-top:150px;padding-bottom:150px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#f9f9f9\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-c75f6d90 wp-block-cover-is-layout-constrained\">\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-a3a1f8a3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-47e5a185 wp-block-column-is-layout-flow\" style=\"flex-basis:80%\">\n<h2 class=\"wp-block-heading\" style=\"font-size:50px;font-style:normal;font-weight:700;line-height:1\">Experience the power of the myls app - Start now!<\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-47e5a185 wp-block-column-is-layout-flow\" style=\"flex-basis:20%\">\n<style>\n    .myls-button-block {\n        background: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);\n        color: #ffffff;\n        background-size: 400% 400%;\n    }\n    .myls-button-block:hover {\n        color: #ffffff;\n    }\n<\/style>\n\n<a href=\"https:\/\/myls.ch\/en\/contact\/\" class=\"myls-button-block\" id=\"myls-button-block-block_3610ea242c6da70597e4454fe866d1d4\" target=\"_self\">\n   Request demo<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light video-text-wrap testimonial-video-wrap\" style=\"border-radius:0px;margin-bottom:0px;padding-top:170px;padding-right:0px;padding-bottom:170px;padding-left:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-white-background-color has-background-dim-100 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-852af91d wp-block-cover-is-layout-constrained\">\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-1a0f4342 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-12243e0f wp-block-group-is-layout-constrained\" style=\"min-height:500px\">\n<style>\n.myls-video-block video,\n.myls-video-block img {\n    width: 100%;\n    object-fit: cover;\n    display: block;\n}\n\n@media (max-width: 768px) {\n    .myls-video-block#myls-video-block-block_b05c8566932b79b0b1dcc8ec584a21ff {\n        height: 250px !important;\n    }\n}\n\n@media (min-width: 769px) {\n    .myls-video-block#myls-video-block-block_b05c8566932b79b0b1dcc8ec584a21ff {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        overflow: hidden;\n    }\n}\n\n\/* ===== VIDEO POSTER (old branch) ===== *\/\n.video-poster {\n    width: 100%;\n    height: 100%;\n    min-height: 250px;\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    cursor: pointer;\n    position: relative;\n}\n\n@media (min-width: 769px) {\n    .video-poster {\n        min-height: 700px;\n    }\n}\n\n\/* ===== OLD MODAL STYLES ===== *\/\n.youtube-modal {\n    position: fixed;\n    inset: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(0,0,0,0.8);\n    z-index: 10000;\n}\n.youtube-modal-overlay {\n    position: absolute;\n    inset: 0;\n}\n.youtube-modal-content {\n    position: relative;\n    width: 80%;\n    height: 80%;\n    background: black;\n    z-index: 2;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n.youtube-modal-content iframe {\n    width: 100%;\n    height: 100%;\n}\n.youtube-modal-close {\n    position: absolute;\n    top: 10px;\n    right: 10px;\n}\n<\/style>\n\n<div class=\"myls-video-block\" id=\"myls-video-block-block_b05c8566932b79b0b1dcc8ec584a21ff\">\n\n\n    <!-- \ud83d\udd01 OLD CODE (FIXED) -->\n\n                        <div class=\"video-poster\" \n                style=\"background-image: url(https:\/\/myls.ch\/wp-content\/uploads\/2025\/01\/British-School-Bern_Thumbnail.avif);\" \n                onclick=\"event.preventDefault(); openYouTubeModal('https:\/\/www.youtube.com\/watch?v=0homP2-l6sw');\"><\/div>\n\n            <button class=\"player__button toggle\">\u25b6<\/button>\n            \n\n<\/div>\n\n<script>\nfunction openYouTubeModal(youtubeLink) {\n    const match = youtubeLink.match(\/[?&]v=([^&]+)\/);\n    const videoId = match ? match[1] : null;\n    if (!videoId) return;\n\n    const modal = document.createElement('div');\n    modal.className = 'youtube-modal';\n\n    modal.innerHTML = `\n        <div class=\"youtube-modal-overlay\" onclick=\"closeYouTubeModal()\"><\/div>\n        <div class=\"youtube-modal-content\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1\"><\/iframe>\n        <\/div>\n        <button class=\"youtube-modal-close\" onclick=\"closeYouTubeModal()\">\u2716<\/button>\n    `;\n\n    document.body.appendChild(modal);\n}\n\nfunction closeYouTubeModal() {\n    const modal = document.querySelector('.youtube-modal');\n    if (modal) modal.remove();\n}\n\n(function($) {\n    'use strict';\n\n    function initVideoBlock(block) {\n\n        const video  = block.querySelector('video');\n        const img    = block.querySelector('img');\n        const poster = block.querySelector('.video-poster');\n\n        if (video) {\n            const adjustVideoHeight = () => {\n                if (!video.videoWidth || !video.videoHeight) return;\n\n                const ratio  = video.videoWidth \/ video.videoHeight;\n                const width  = block.offsetWidth;\n                const height = width \/ ratio;\n\n                video.style.setProperty('height', height + 'px', 'important');\n\n                if (window.innerWidth > 768) {\n                    block.style.display        = 'flex';\n                    block.style.justifyContent = 'center';\n                    block.style.alignItems     = 'center';\n                    block.style.height         = '';\n                } else {\n                    block.style.display = 'block';\n                    block.style.setProperty('height', height + 'px', 'important');\n                }\n            };\n\n            \/\/ Primary event: fires when dimensions are known\n            video.addEventListener('loadedmetadata', adjustVideoHeight);\n\n            \/\/ Fallback event: fires when first frame is ready\n            video.addEventListener('loadeddata', adjustVideoHeight);\n\n            \/\/ Resize handler\n            $(window).on('resize', adjustVideoHeight);\n\n            if (video.readyState === 0) {\n                \/\/ Metadata not fetched yet \u2014 force the browser to load it\n                video.load();\n            } else {\n                \/\/ Metadata already available \u2014 run immediately\n                adjustVideoHeight();\n            }\n        }\n\n        else if (poster) {\n            \/\/ Old link\/media branch \u2014 poster div with background-image\n            \/\/ Uses same $mobile_height value as the CSS @media query above\n            const adjustPosterHeight = () => {\n                const h = window.innerWidth > 768 ? 700 : 250;\n                poster.style.setProperty('height', h + 'px', 'important');\n                block.style.setProperty('height', h + 'px', 'important');\n            };\n\n            adjustPosterHeight();\n            $(window).on('resize', adjustPosterHeight);\n        }\n\n        else if (img) {\n            const adjustImageHeight = () => {\n                const h = window.innerWidth > 768 ? 700 : 450;\n                img.style.height   = h + 'px';\n                block.style.height = h + 'px';\n            };\n\n            adjustImageHeight();\n            $(window).on('resize', adjustImageHeight);\n        }\n    }\n\n    $(document).ready(function() {\n        $('.myls-video-block').each(function () {\n            initVideoBlock(this);\n        });\n    });\n\n    \/\/ \u2500\u2500\u2500 Page-transition support \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    \/\/ Re-init after Swup \/ Barba.js \/ WP Full-Page transitions\n    document.addEventListener('swup:contentReplaced',  reinitAll);  \/\/ Swup\n    document.addEventListener('barba:afterEnter',       reinitAll);  \/\/ Barba\n    document.addEventListener('wp-page-load',           reinitAll);  \/\/ custom WP events\n\n    function reinitAll() {\n        $('.myls-video-block').each(function () {\n            initVideoBlock(this);\n        });\n    }\n\n})(jQuery);\n<\/script><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<div class=\"wp-block-group wp-container-content-9e2f13cb is-vertical is-layout-flex wp-container-core-group-is-layout-7001a0f0 wp-block-group-is-layout-flex\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">\n<p class=\"text-gradient-main\" style=\"font-size:30px;font-style:normal;font-weight:700;line-height:1.5\">Customer interview<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" style=\"font-size:60px;font-style:normal;font-weight:700;line-height:1.2\">The British School Bern reports<\/h1>\n\n\n\n<p style=\"font-size:24px;line-height:1.5\">\" The other thing we've really enjoyed through myls is the social media app. You can post in one place and it gets posted everywhere. \"<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-45bd68bd wp-block-columns-is-layout-flex\" style=\"margin-top:0rem;margin-bottom:0rem\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-12243e0f wp-block-group-is-layout-constrained\" style=\"min-height:500px\">\n<style>\n.myls-video-block video,\n.myls-video-block img {\n    width: 100%;\n    object-fit: cover;\n    display: block;\n}\n\n@media (max-width: 768px) {\n    .myls-video-block#myls-video-block-block_9cbe2bbe046ad1d10176ef366390a74a {\n        height: 250px !important;\n    }\n}\n\n@media (min-width: 769px) {\n    .myls-video-block#myls-video-block-block_9cbe2bbe046ad1d10176ef366390a74a {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        overflow: hidden;\n    }\n}\n\n\/* ===== VIDEO POSTER (old branch) ===== *\/\n.video-poster {\n    width: 100%;\n    height: 100%;\n    min-height: 250px;\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    cursor: pointer;\n    position: relative;\n}\n\n@media (min-width: 769px) {\n    .video-poster {\n        min-height: 700px;\n    }\n}\n\n\/* ===== OLD MODAL STYLES ===== *\/\n.youtube-modal {\n    position: fixed;\n    inset: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(0,0,0,0.8);\n    z-index: 10000;\n}\n.youtube-modal-overlay {\n    position: absolute;\n    inset: 0;\n}\n.youtube-modal-content {\n    position: relative;\n    width: 80%;\n    height: 80%;\n    background: black;\n    z-index: 2;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n.youtube-modal-content iframe {\n    width: 100%;\n    height: 100%;\n}\n.youtube-modal-close {\n    position: absolute;\n    top: 10px;\n    right: 10px;\n}\n<\/style>\n\n<div class=\"myls-video-block\" id=\"myls-video-block-block_9cbe2bbe046ad1d10176ef366390a74a\">\n\n\n    <!-- \ud83d\udd01 OLD CODE (FIXED) -->\n\n                        <div class=\"video-poster\" \n                style=\"background-image: url(https:\/\/myls.ch\/wp-content\/uploads\/2025\/10\/Thumbnail-Barista-06-scaled.avif);\" \n                onclick=\"event.preventDefault(); openYouTubeModal('https:\/\/www.youtube.com\/watch?v=BYg6-Qy6cqw');\"><\/div>\n\n            <button class=\"player__button toggle\">\u25b6<\/button>\n            \n\n<\/div>\n\n<script>\nfunction openYouTubeModal(youtubeLink) {\n    const match = youtubeLink.match(\/[?&]v=([^&]+)\/);\n    const videoId = match ? match[1] : null;\n    if (!videoId) return;\n\n    const modal = document.createElement('div');\n    modal.className = 'youtube-modal';\n\n    modal.innerHTML = `\n        <div class=\"youtube-modal-overlay\" onclick=\"closeYouTubeModal()\"><\/div>\n        <div class=\"youtube-modal-content\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1\"><\/iframe>\n        <\/div>\n        <button class=\"youtube-modal-close\" onclick=\"closeYouTubeModal()\">\u2716<\/button>\n    `;\n\n    document.body.appendChild(modal);\n}\n\nfunction closeYouTubeModal() {\n    const modal = document.querySelector('.youtube-modal');\n    if (modal) modal.remove();\n}\n\n(function($) {\n    'use strict';\n\n    function initVideoBlock(block) {\n\n        const video  = block.querySelector('video');\n        const img    = block.querySelector('img');\n        const poster = block.querySelector('.video-poster');\n\n        if (video) {\n            const adjustVideoHeight = () => {\n                if (!video.videoWidth || !video.videoHeight) return;\n\n                const ratio  = video.videoWidth \/ video.videoHeight;\n                const width  = block.offsetWidth;\n                const height = width \/ ratio;\n\n                video.style.setProperty('height', height + 'px', 'important');\n\n                if (window.innerWidth > 768) {\n                    block.style.display        = 'flex';\n                    block.style.justifyContent = 'center';\n                    block.style.alignItems     = 'center';\n                    block.style.height         = '';\n                } else {\n                    block.style.display = 'block';\n                    block.style.setProperty('height', height + 'px', 'important');\n                }\n            };\n\n            \/\/ Primary event: fires when dimensions are known\n            video.addEventListener('loadedmetadata', adjustVideoHeight);\n\n            \/\/ Fallback event: fires when first frame is ready\n            video.addEventListener('loadeddata', adjustVideoHeight);\n\n            \/\/ Resize handler\n            $(window).on('resize', adjustVideoHeight);\n\n            if (video.readyState === 0) {\n                \/\/ Metadata not fetched yet \u2014 force the browser to load it\n                video.load();\n            } else {\n                \/\/ Metadata already available \u2014 run immediately\n                adjustVideoHeight();\n            }\n        }\n\n        else if (poster) {\n            \/\/ Old link\/media branch \u2014 poster div with background-image\n            \/\/ Uses same $mobile_height value as the CSS @media query above\n            const adjustPosterHeight = () => {\n                const h = window.innerWidth > 768 ? 700 : 250;\n                poster.style.setProperty('height', h + 'px', 'important');\n                block.style.setProperty('height', h + 'px', 'important');\n            };\n\n            adjustPosterHeight();\n            $(window).on('resize', adjustPosterHeight);\n        }\n\n        else if (img) {\n            const adjustImageHeight = () => {\n                const h = window.innerWidth > 768 ? 700 : 450;\n                img.style.height   = h + 'px';\n                block.style.height = h + 'px';\n            };\n\n            adjustImageHeight();\n            $(window).on('resize', adjustImageHeight);\n        }\n    }\n\n    $(document).ready(function() {\n        $('.myls-video-block').each(function () {\n            initVideoBlock(this);\n        });\n    });\n\n    \/\/ \u2500\u2500\u2500 Page-transition support \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    \/\/ Re-init after Swup \/ Barba.js \/ WP Full-Page transitions\n    document.addEventListener('swup:contentReplaced',  reinitAll);  \/\/ Swup\n    document.addEventListener('barba:afterEnter',       reinitAll);  \/\/ Barba\n    document.addEventListener('wp-page-load',           reinitAll);  \/\/ custom WP events\n\n    function reinitAll() {\n        $('.myls-video-block').each(function () {\n            initVideoBlock(this);\n        });\n    }\n\n})(jQuery);\n<\/script><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<div class=\"wp-block-group wp-container-content-9e2f13cb is-vertical is-layout-flex wp-container-core-group-is-layout-7001a0f0 wp-block-group-is-layout-flex\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">\n<p class=\"text-gradient-main\" style=\"font-size:30px;font-style:normal;font-weight:700;line-height:1.5\">Customer interview<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" style=\"font-size:60px;font-style:normal;font-weight:700;line-height:1.2\">Barista &amp; More reports<\/h1>\n\n\n\n<p style=\"font-size:24px;line-height:1.5\">\" I can recommend the myls app 100%, even though I was a bit skeptical beforehand. It helps you stay visible online, and it takes very little time.\"<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-45bd68bd wp-block-columns-is-layout-flex\" style=\"margin-top:0rem;margin-bottom:0rem\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-12243e0f wp-block-group-is-layout-constrained\" style=\"min-height:500px\">\n<style>\n.myls-video-block video,\n.myls-video-block img {\n    width: 100%;\n    object-fit: cover;\n    display: block;\n}\n\n@media (max-width: 768px) {\n    .myls-video-block#myls-video-block-block_dcc64a246df5fba26a526159b9cc0402 {\n        height: 250px !important;\n    }\n}\n\n@media (min-width: 769px) {\n    .myls-video-block#myls-video-block-block_dcc64a246df5fba26a526159b9cc0402 {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        overflow: hidden;\n    }\n}\n\n\/* ===== VIDEO POSTER (old branch) ===== *\/\n.video-poster {\n    width: 100%;\n    height: 100%;\n    min-height: 250px;\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    cursor: pointer;\n    position: relative;\n}\n\n@media (min-width: 769px) {\n    .video-poster {\n        min-height: 700px;\n    }\n}\n\n\/* ===== OLD MODAL STYLES ===== *\/\n.youtube-modal {\n    position: fixed;\n    inset: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(0,0,0,0.8);\n    z-index: 10000;\n}\n.youtube-modal-overlay {\n    position: absolute;\n    inset: 0;\n}\n.youtube-modal-content {\n    position: relative;\n    width: 80%;\n    height: 80%;\n    background: black;\n    z-index: 2;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n.youtube-modal-content iframe {\n    width: 100%;\n    height: 100%;\n}\n.youtube-modal-close {\n    position: absolute;\n    top: 10px;\n    right: 10px;\n}\n<\/style>\n\n<div class=\"myls-video-block\" id=\"myls-video-block-block_dcc64a246df5fba26a526159b9cc0402\">\n\n\n    <!-- \ud83d\udd01 OLD CODE (FIXED) -->\n\n                        <div class=\"video-poster\" \n                style=\"background-image: url(https:\/\/myls.ch\/wp-content\/uploads\/2026\/03\/Thumbnail-07.avif);\" \n                onclick=\"event.preventDefault(); openYouTubeModal('https:\/\/www.youtube.com\/watch?v=SrQ4gMvNnsI');\"><\/div>\n\n            <button class=\"player__button toggle\">\u25b6<\/button>\n            \n\n<\/div>\n\n<script>\nfunction openYouTubeModal(youtubeLink) {\n    const match = youtubeLink.match(\/[?&]v=([^&]+)\/);\n    const videoId = match ? match[1] : null;\n    if (!videoId) return;\n\n    const modal = document.createElement('div');\n    modal.className = 'youtube-modal';\n\n    modal.innerHTML = `\n        <div class=\"youtube-modal-overlay\" onclick=\"closeYouTubeModal()\"><\/div>\n        <div class=\"youtube-modal-content\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1\"><\/iframe>\n        <\/div>\n        <button class=\"youtube-modal-close\" onclick=\"closeYouTubeModal()\">\u2716<\/button>\n    `;\n\n    document.body.appendChild(modal);\n}\n\nfunction closeYouTubeModal() {\n    const modal = document.querySelector('.youtube-modal');\n    if (modal) modal.remove();\n}\n\n(function($) {\n    'use strict';\n\n    function initVideoBlock(block) {\n\n        const video  = block.querySelector('video');\n        const img    = block.querySelector('img');\n        const poster = block.querySelector('.video-poster');\n\n        if (video) {\n            const adjustVideoHeight = () => {\n                if (!video.videoWidth || !video.videoHeight) return;\n\n                const ratio  = video.videoWidth \/ video.videoHeight;\n                const width  = block.offsetWidth;\n                const height = width \/ ratio;\n\n                video.style.setProperty('height', height + 'px', 'important');\n\n                if (window.innerWidth > 768) {\n                    block.style.display        = 'flex';\n                    block.style.justifyContent = 'center';\n                    block.style.alignItems     = 'center';\n                    block.style.height         = '';\n                } else {\n                    block.style.display = 'block';\n                    block.style.setProperty('height', height + 'px', 'important');\n                }\n            };\n\n            \/\/ Primary event: fires when dimensions are known\n            video.addEventListener('loadedmetadata', adjustVideoHeight);\n\n            \/\/ Fallback event: fires when first frame is ready\n            video.addEventListener('loadeddata', adjustVideoHeight);\n\n            \/\/ Resize handler\n            $(window).on('resize', adjustVideoHeight);\n\n            if (video.readyState === 0) {\n                \/\/ Metadata not fetched yet \u2014 force the browser to load it\n                video.load();\n            } else {\n                \/\/ Metadata already available \u2014 run immediately\n                adjustVideoHeight();\n            }\n        }\n\n        else if (poster) {\n            \/\/ Old link\/media branch \u2014 poster div with background-image\n            \/\/ Uses same $mobile_height value as the CSS @media query above\n            const adjustPosterHeight = () => {\n                const h = window.innerWidth > 768 ? 700 : 250;\n                poster.style.setProperty('height', h + 'px', 'important');\n                block.style.setProperty('height', h + 'px', 'important');\n            };\n\n            adjustPosterHeight();\n            $(window).on('resize', adjustPosterHeight);\n        }\n\n        else if (img) {\n            const adjustImageHeight = () => {\n                const h = window.innerWidth > 768 ? 700 : 450;\n                img.style.height   = h + 'px';\n                block.style.height = h + 'px';\n            };\n\n            adjustImageHeight();\n            $(window).on('resize', adjustImageHeight);\n        }\n    }\n\n    $(document).ready(function() {\n        $('.myls-video-block').each(function () {\n            initVideoBlock(this);\n        });\n    });\n\n    \/\/ \u2500\u2500\u2500 Page-transition support \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    \/\/ Re-init after Swup \/ Barba.js \/ WP Full-Page transitions\n    document.addEventListener('swup:contentReplaced',  reinitAll);  \/\/ Swup\n    document.addEventListener('barba:afterEnter',       reinitAll);  \/\/ Barba\n    document.addEventListener('wp-page-load',           reinitAll);  \/\/ custom WP events\n\n    function reinitAll() {\n        $('.myls-video-block').each(function () {\n            initVideoBlock(this);\n        });\n    }\n\n})(jQuery);\n<\/script><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<div class=\"wp-block-group wp-container-content-9e2f13cb is-vertical is-layout-flex wp-container-core-group-is-layout-7001a0f0 wp-block-group-is-layout-flex\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">\n<p class=\"text-gradient-main\" style=\"font-size:30px;font-style:normal;font-weight:700;line-height:1.5\">Customer interview<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" style=\"font-size:60px;font-style:normal;font-weight:700;line-height:1.2\">Pompes fun\u00e8bres du L\u00e9man reports<\/h1>\n\n\n\n<p style=\"font-size:24px;line-height:1.5\">\" Thanks to the myls app, our content on Facebook and Instagram stays synchronised and we are easier to find online. For me, it is especially valuable that everything is explained simply and that I get support quickly. \"<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-45bd68bd wp-block-columns-is-layout-flex\" style=\"margin-top:0rem;margin-bottom:0rem\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-12243e0f wp-block-group-is-layout-constrained\" style=\"min-height:500px\">\n<style>\n.myls-video-block video,\n.myls-video-block img {\n    width: 100%;\n    object-fit: cover;\n    display: block;\n}\n\n@media (max-width: 768px) {\n    .myls-video-block#myls-video-block-block_a8f15fcbc5e463e5e1cb49f348f417ee {\n        height: 250px !important;\n    }\n}\n\n@media (min-width: 769px) {\n    .myls-video-block#myls-video-block-block_a8f15fcbc5e463e5e1cb49f348f417ee {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        overflow: hidden;\n    }\n}\n\n\/* ===== VIDEO POSTER (old branch) ===== *\/\n.video-poster {\n    width: 100%;\n    height: 100%;\n    min-height: 250px;\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    cursor: pointer;\n    position: relative;\n}\n\n@media (min-width: 769px) {\n    .video-poster {\n        min-height: 700px;\n    }\n}\n\n\/* ===== OLD MODAL STYLES ===== *\/\n.youtube-modal {\n    position: fixed;\n    inset: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(0,0,0,0.8);\n    z-index: 10000;\n}\n.youtube-modal-overlay {\n    position: absolute;\n    inset: 0;\n}\n.youtube-modal-content {\n    position: relative;\n    width: 80%;\n    height: 80%;\n    background: black;\n    z-index: 2;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n.youtube-modal-content iframe {\n    width: 100%;\n    height: 100%;\n}\n.youtube-modal-close {\n    position: absolute;\n    top: 10px;\n    right: 10px;\n}\n<\/style>\n\n<div class=\"myls-video-block\" id=\"myls-video-block-block_a8f15fcbc5e463e5e1cb49f348f417ee\">\n\n\n    <!-- \ud83d\udd01 OLD CODE (FIXED) -->\n\n                        <div class=\"video-poster\" \n                style=\"background-image: url(https:\/\/myls.ch\/wp-content\/uploads\/2025\/02\/Thumbnail-Energieschmiede.avif);\" \n                onclick=\"event.preventDefault(); openYouTubeModal('https:\/\/www.youtube.com\/watch?v=7cBmPpVUSEI');\"><\/div>\n\n            <button class=\"player__button toggle\">\u25b6<\/button>\n            \n\n<\/div>\n\n<script>\nfunction openYouTubeModal(youtubeLink) {\n    const match = youtubeLink.match(\/[?&]v=([^&]+)\/);\n    const videoId = match ? match[1] : null;\n    if (!videoId) return;\n\n    const modal = document.createElement('div');\n    modal.className = 'youtube-modal';\n\n    modal.innerHTML = `\n        <div class=\"youtube-modal-overlay\" onclick=\"closeYouTubeModal()\"><\/div>\n        <div class=\"youtube-modal-content\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1\"><\/iframe>\n        <\/div>\n        <button class=\"youtube-modal-close\" onclick=\"closeYouTubeModal()\">\u2716<\/button>\n    `;\n\n    document.body.appendChild(modal);\n}\n\nfunction closeYouTubeModal() {\n    const modal = document.querySelector('.youtube-modal');\n    if (modal) modal.remove();\n}\n\n(function($) {\n    'use strict';\n\n    function initVideoBlock(block) {\n\n        const video  = block.querySelector('video');\n        const img    = block.querySelector('img');\n        const poster = block.querySelector('.video-poster');\n\n        if (video) {\n            const adjustVideoHeight = () => {\n                if (!video.videoWidth || !video.videoHeight) return;\n\n                const ratio  = video.videoWidth \/ video.videoHeight;\n                const width  = block.offsetWidth;\n                const height = width \/ ratio;\n\n                video.style.setProperty('height', height + 'px', 'important');\n\n                if (window.innerWidth > 768) {\n                    block.style.display        = 'flex';\n                    block.style.justifyContent = 'center';\n                    block.style.alignItems     = 'center';\n                    block.style.height         = '';\n                } else {\n                    block.style.display = 'block';\n                    block.style.setProperty('height', height + 'px', 'important');\n                }\n            };\n\n            \/\/ Primary event: fires when dimensions are known\n            video.addEventListener('loadedmetadata', adjustVideoHeight);\n\n            \/\/ Fallback event: fires when first frame is ready\n            video.addEventListener('loadeddata', adjustVideoHeight);\n\n            \/\/ Resize handler\n            $(window).on('resize', adjustVideoHeight);\n\n            if (video.readyState === 0) {\n                \/\/ Metadata not fetched yet \u2014 force the browser to load it\n                video.load();\n            } else {\n                \/\/ Metadata already available \u2014 run immediately\n                adjustVideoHeight();\n            }\n        }\n\n        else if (poster) {\n            \/\/ Old link\/media branch \u2014 poster div with background-image\n            \/\/ Uses same $mobile_height value as the CSS @media query above\n            const adjustPosterHeight = () => {\n                const h = window.innerWidth > 768 ? 700 : 250;\n                poster.style.setProperty('height', h + 'px', 'important');\n                block.style.setProperty('height', h + 'px', 'important');\n            };\n\n            adjustPosterHeight();\n            $(window).on('resize', adjustPosterHeight);\n        }\n\n        else if (img) {\n            const adjustImageHeight = () => {\n                const h = window.innerWidth > 768 ? 700 : 450;\n                img.style.height   = h + 'px';\n                block.style.height = h + 'px';\n            };\n\n            adjustImageHeight();\n            $(window).on('resize', adjustImageHeight);\n        }\n    }\n\n    $(document).ready(function() {\n        $('.myls-video-block').each(function () {\n            initVideoBlock(this);\n        });\n    });\n\n    \/\/ \u2500\u2500\u2500 Page-transition support \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    \/\/ Re-init after Swup \/ Barba.js \/ WP Full-Page transitions\n    document.addEventListener('swup:contentReplaced',  reinitAll);  \/\/ Swup\n    document.addEventListener('barba:afterEnter',       reinitAll);  \/\/ Barba\n    document.addEventListener('wp-page-load',           reinitAll);  \/\/ custom WP events\n\n    function reinitAll() {\n        $('.myls-video-block').each(function () {\n            initVideoBlock(this);\n        });\n    }\n\n})(jQuery);\n<\/script><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<div class=\"wp-block-group wp-container-content-9e2f13cb is-vertical is-layout-flex wp-container-core-group-is-layout-7001a0f0 wp-block-group-is-layout-flex\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">\n<p class=\"text-gradient-main\" style=\"font-size:30px;font-style:normal;font-weight:700;line-height:1.5\">Customer interview<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" style=\"font-size:60px;font-style:normal;font-weight:700;line-height:1.2\">Energieschmiede GmbH reports<\/h1>\n\n\n\n<p style=\"font-size:24px;line-height:1.5\">\" The collaboration was great and the results speak for themselves. We have a professional website and are easily found on Google and other search engines. \"<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-cover is-light faq-section\" style=\"padding-top:170px;padding-right:0px;padding-bottom:172px;padding-left:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#f9f9f9\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-1f75a3a0 wp-block-cover-is-layout-constrained\">\n<style>\n\n#myls-faq-block-block_f586d5cff5f1f3ae47341e2f8bb89d0a.myls-faq-block .accordion-header {\n    padding-top: 59px ;\n    padding-bottom: 59px ;\n}\n\n<\/style>\n\n<div class=\"myls-faq-block\" id=\"myls-faq-block-block_f586d5cff5f1f3ae47341e2f8bb89d0a\">\n\n            <h2 class=\"faq-title\">FAQ<\/h2>\n    \n            <p class=\"faq-subtitle\">Frequently asked questions<\/p>\n    \n    <div class=\"accordion\">\n                    <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Does the myls app help me for better visibility on Google, ChatGPT, Gemini and Co?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                Potential customers search for your company on platforms such as Google, Apple Maps, Bing or TomTom. With clean data consistency, myls ensures that your company information appears accurate everywhere, which builds trust and improves discoverability. Consistent NAP data (name, address, phone number), correct categories, opening hours and location attributes are particularly important. This increases the likelihood that search engines and AI assistants will correctly assign and display your company.                   <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    What happens to my company entries if I cancel the myls app?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                If you cancel the myls app, the entries will be shared with Google, Facebook, Instagram and other platforms, so that you can manage them yourself again. We do not claim ownership of the entries we create. These entries remain in your possession at all times. After cancellation, no further automatic updates and synchronizations will be made via myls. Most existing entries remain online, but may require separate logins or admin rights depending on the platform.                    <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Can I use the myls app on multiple devices?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                Yes, you can use the myls app on multiple devices. Your data will be synced, so you can access the same information from any device as long as you log in with the same account. This also applies when you switch between smartphone, tablet and computer.                  <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Which devices are supported by the myls app?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                The myls app is a web app and is therefore compatible with all modern web browsers, regardless of the operating system. You can use the myls app on iOS devices (iPhones and iPads), Android devices (smartphones and tablets), as well as Windows and macOS computers. All you need is an internet connection and an up to date web browser. Current versions of Chrome, Edge or Firefox are recommended.                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Is there a way to test the app before buying it?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                Yes, we offer a free trial version that gives you the opportunity to try out the main functions of the app for a limited time. Email us at <a href=\"mailto:support@myls.ch\">support@myls.ch<\/a> to get demo access. If you wish, we can also show you the key features in a short live demo.                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    How does the setup work and do I need to connect anything myself?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                In most cases, you do not need to set up the connections yourself. myls sets up the app, links your relevant profiles, and ensures your business data is managed centrally and distributed to the connected platforms. You provide the required basic data (e.g. correct business name, address, phone number, opening hours, website) and myls takes care of the rest.                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Do I already need listings on 50+ platforms or will they be created?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                You do not need to already have listings on all platforms. If listings are missing, they can be created and connected as part of the setup. If listings already exist, myls reviews them and helps you avoid duplicates and conflicting information, so your data stays consistent everywhere.                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Which search engines and platforms does the myls app support?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                myls supports the central management and distribution of your business data across the most important platforms, including Google Business Profile, Apple Maps, Bing, TomTom, HERE, as well as social platforms like Facebook and Instagram. Additional directories are also connected so your business remains broadly discoverable. If needed, we can provide a complete list of supported platforms separately.                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Can I use the myls app to manage multiple locations?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                Yes, the myls app is ideal for businesses with multiple locations. You can enter business data for each location centrally and ensure it is displayed correctly and consistently across all platforms. Company holidays and public holidays can be managed very easily. This keeps opening hours and contact details location specific and consistent across all channels.                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    How does the myls app simplify social media management?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                The myls app enables you to create relevant, engaging social media posts in a short time and publish them with one click on the most important platforms. You can write texts with the help of artificial intelligence and post automatically, saving you time and effort.                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    How does the myls app help with the management of online reviews?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                The myls app helps you respond to reviews professionally. With the help of artificial intelligence, you can generate and publish suitable replies to reviews with a single click. This builds trust and improves your image. By responding regularly and professionally, you increase visibility and trust among potential customers. Fast response times and consistent replies have a positive impact on how your business is perceived.                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Why is it important to always keep my company data up to date?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                Online visibility depends heavily on keeping your business data such as name, address and phone number consistent and up to date. If the data does not match, Google considers your business less trustworthy, which can lead to poorer rankings. The myls app helps you enter this data once and automatically update it across 50+ platforms, from Google to Facebook to Instagram and Apple Maps. Consistent data also helps AI assistants recognise your business correctly and mention it reliably in their answers.                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    On which platforms is the myls app available?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                <div class=\"flex max-w-full flex-col flex-grow\">\n<div class=\"min-h-[20px] text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+&amp;]:mt-5\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"ea28133a-64b4-4467-9df6-f137e49080c6\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\n<div class=\"markdown prose w-full break-words dark:prose-invert light\">\n\nThe <strong>myls app<\/strong> is a <strong>web app<\/strong>, which means that it works directly via the browser and no installation from the app store is necessary. When you open the app on your smartphone, you can simply add it to your smartphone <strong>home screen<\/strong>, which makes it look and operate like a normal app. This gives you quick access without having to download a special app.  \n\n&nbsp;\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"flex items-center pb-0\"><\/div>                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    What does the myls app cost?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                The price depends on your individual needs. To find out the exact price, we would be happy to have a short, no-obligation discussion with you to clarify your requirements and find the right package. Arrange a non-binding appointment now.                  <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Who is the myls app for?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                <div class=\"flex max-w-full flex-col flex-grow\">\n<div class=\"min-h-[20px] text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+&amp;]:mt-5\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"0d4eeead-5c73-4be0-a2f0-4929a903a31e\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\n<div class=\"markdown prose w-full break-words dark:prose-invert light\">\n\nThe <strong>myls app<\/strong> is aimed at all <strong>SMEs<\/strong>, larger companies, associations and municipalities in Switzerland that want to efficiently manage their company listings on various online platforms. It is ideal for any organization that wants to improve its online visibility without spending a lot of time maintaining company data, reviews and social media content. With the myls app, they can easily manage and optimize their online presence to be better found by potential customers.  \n\n<\/div>\n&nbsp;\n\n<\/div>\n<\/div>\n<\/div>\n<div class=\"mt-1 flex gap-3 empty:hidden -ml-2\">\n<div class=\"items-center justify-start rounded-xl p-1 flex\">\n<div class=\"flex items-center\">\n<div class=\"flex\"><\/div>\n<div class=\"flex items-center pb-0\"><\/div>\n<\/div>\n<\/div>\n<\/div>                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    What is the MYLS app and what functions does it offer?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                <div class=\"flex max-w-full flex-col flex-grow\">\r\n<div class=\"min-h-[20px] text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+&amp;]:mt-5\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"6b09b110-6a23-4eba-b908-65bd62da26ed\">\r\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\r\n<div class=\"markdown prose w-full break-words dark:prose-invert light\">\r\n\r\nThe <strong>myls app<\/strong> helps you to optimize the online visibility of your company by automatically keeping your company data such as name, address and telephone number up to date on over 50 platforms, such as Facebook, Instagram, Google etc.. This improves your Google ranking and increases the chance of being found by potential customers. With the MYLS app, you can also easily create social media posts and publish them on the most important platforms with one click, saving you time and improving your online presence. The app also allows you to answer reviews professionally - with the help of AI-generated responses - and thus strengthen your company image.\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Does the myls app offer support for customers?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                Our support team is available to you during office hours by email, telephone and <strong>live chat <\/strong>via our website. You can send us an e-mail to <strong><a rel=\"noopener\">support@myls.ch<\/a><\/strong> or call us on <strong>033 533 20 53<\/strong>. As a user of the myls app, support is free of charge for you. You can also find helpful instructions and information at the following link: <a href=\"#\" rel=\"noopener\">myls App Help Center<\/a>.                   <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    How can I take out a subscription or cancel my existing subscription?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                <strong>Take out a subscription:<\/strong>\nSimply fill out the form at the following link and we will send you your access to the MYLS app promptly.\n\n<strong>Cancel your subscription:<\/strong>\nWrite an email to <strong><a rel=\"noopener\">support@myls.ch<\/a><\/strong> with your cancellation request and we will confirm your cancellation as soon as possible.                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    How secure is the myls app and how does it protect my data?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                myls relies on clear access permissions and secure handling of your data and connections. You remain in control of which accounts are connected and which information is synchronised.                <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    What data is transferred from myls to platforms?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                Only information that is relevant for your business listing and keeping it up to date is transferred, such as business name, address, phone number, opening hours, website, categories and, depending on the platform, additional location information. Sensitive internal data is not published.                 <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Who has access to my accounts and listings?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                Access is limited to authorised people and systems that are required for setup, support and synchronisation. Connections can be adjusted or removed if needed so you remain in control at all times.                 <\/p>\n            <\/div>\n        <\/div>\n                <div class=\"accordion-item\">\n            <button class=\"accordion-header\">\n                <div class=\"svg-icon\">\n                    <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                    <\/svg>\n                <\/div>\n\n                <span>\n                    Where is my data stored and for how long?                <\/span>\n            <\/button>\n            <div class=\"accordion-content\">\n                <svg style=\"visibility: hidden;\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                <defs>\n                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                <stop stop-color=\"#A00021\"\/>\n                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                <\/linearGradient>\n                <\/defs>\n                <\/svg>\n\n                <p>\n                Your data is stored in a way that ensures myls can reliably provide synchronization and app functionality. If you cancel, the links will be removed, and no automatic updates will take place anymore.                 <\/p>\n            <\/div>\n        <\/div>\n        \t\t        <script type=\"application\/ld+json\">\n        {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Does the myls app help me for better visibility on Google, ChatGPT, Gemini and Co?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"Potential customers search for your company on platforms such as Google, Apple Maps, Bing or TomTom. With clean data consistency, myls ensures that your company information appears accurate everywhere, which builds trust and improves discoverability. Consistent NAP data (name, address, phone number), correct categories, opening hours and location attributes are particularly important. This increases the likelihood that search engines and AI assistants will correctly assign and display your company.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"What happens to my company entries if I cancel the myls app?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"If you cancel the myls app, the entries will be shared with Google, Facebook, Instagram and other platforms, so that you can manage them yourself again. We do not claim ownership of the entries we create. These entries remain in your possession at all times. After cancellation, no further automatic updates and synchronizations will be made via myls. Most existing entries remain online, but may require separate logins or admin rights depending on the platform.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Can I use the myls app on multiple devices?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"Yes, you can use the myls app on multiple devices. Your data will be synced, so you can access the same information from any device as long as you log in with the same account. This also applies when you switch between smartphone, tablet and computer.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Which devices are supported by the myls app?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"The myls app is a web app and is therefore compatible with all modern web browsers, regardless of the operating system. You can use the myls app on iOS devices (iPhones and iPads), Android devices (smartphones and tablets), as well as Windows and macOS computers. All you need is an internet connection and an up to date web browser. Current versions of Chrome, Edge or Firefox are recommended.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Is there a way to test the app before buying it?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"Yes, we offer a free trial version that gives you the opportunity to try out the main functions of the app for a limited time. Email us at support@myls.ch to get demo access. If you wish, we can also show you the key features in a short live demo.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"How does the setup work and do I need to connect anything myself?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"In most cases, you do not need to set up the connections yourself. myls sets up the app, links your relevant profiles, and ensures your business data is managed centrally and distributed to the connected platforms. You provide the required basic data (e.g. correct business name, address, phone number, opening hours, website) and myls takes care of the rest.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Do I already need listings on 50+ platforms or will they be created?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"You do not need to already have listings on all platforms. If listings are missing, they can be created and connected as part of the setup. If listings already exist, myls reviews them and helps you avoid duplicates and conflicting information, so your data stays consistent everywhere.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Which search engines and platforms does the myls app support?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"myls supports the central management and distribution of your business data across the most important platforms, including Google Business Profile, Apple Maps, Bing, TomTom, HERE, as well as social platforms like Facebook and Instagram. Additional directories are also connected so your business remains broadly discoverable. If needed, we can provide a complete list of supported platforms separately.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Can I use the myls app to manage multiple locations?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"Yes, the myls app is ideal for businesses with multiple locations. You can enter business data for each location centrally and ensure it is displayed correctly and consistently across all platforms. Company holidays and public holidays can be managed very easily. This keeps opening hours and contact details location specific and consistent across all channels.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"How does the myls app simplify social media management?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"The myls app enables you to create relevant, engaging social media posts in a short time and publish them with one click on the most important platforms. You can write texts with the help of artificial intelligence and post automatically, saving you time and effort.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"How does the myls app help with the management of online reviews?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"The myls app helps you respond to reviews professionally. With the help of artificial intelligence, you can generate and publish suitable replies to reviews with a single click. This builds trust and improves your image. By responding regularly and professionally, you increase visibility and trust among potential customers. Fast response times and consistent replies have a positive impact on how your business is perceived.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Why is it important to always keep my company data up to date?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"Online visibility depends heavily on keeping your business data such as name, address and phone number consistent and up to date. If the data does not match, Google considers your business less trustworthy, which can lead to poorer rankings. The myls app helps you enter this data once and automatically update it across 50+ platforms, from Google to Facebook to Instagram and Apple Maps. Consistent data also helps AI assistants recognise your business correctly and mention it reliably in their answers.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"On which platforms is the myls app available?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"The myls app is a web app, which means that it works directly via the browser and no installation from the app store is necessary. When you open the app on your smartphone, you can simply add it to your smartphone home screen, which makes it look and operate like a normal app. This gives you quick access without having to download a special app. &nbsp;\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"What does the myls app cost?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"The price depends on your individual needs. To find out the exact price, we would be happy to have a short, no-obligation discussion with you to clarify your requirements and find the right package. Arrange a non-binding appointment now.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Who is the myls app for?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"The myls app is aimed at all SMEs, larger companies, associations and municipalities in Switzerland that want to efficiently manage their company listings on various online platforms. It is ideal for any organization that wants to improve its online visibility without spending a lot of time maintaining company data, reviews and social media content. With the myls app, they can easily manage and optimize their online presence to be better found by potential customers. &nbsp;\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"What is the MYLS app and what functions does it offer?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"The myls app helps you to optimize the online visibility of your company by automatically keeping your company data such as name, address and telephone number up to date on over 50 platforms, such as Facebook, Instagram, Google etc.. This improves your Google ranking and increases the chance of being found by potential customers. With the MYLS app, you can also easily create social media posts and publish them on the most important platforms with one click, saving you time and improving your online presence. The app also allows you to answer reviews professionally - with the help of AI-generated responses - and thus strengthen your company image. &nbsp;\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Does the myls app offer support for customers?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"Our support team is available to you during office hours by email, telephone and live chat via our website. You can send us an e-mail to support@myls.ch or call us on 033 533 20 53. As a user of the myls app, support is free of charge for you. You can also find helpful instructions and information at the following link: myls App Help Center.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"How can I take out a subscription or cancel my existing subscription?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"Take out a subscription: Simply fill out the form at the following link and we will send you your access to the MYLS app promptly. Cancel your subscription: Write an email to support@myls.ch with your cancellation request and we will confirm your cancellation as soon as possible.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"How secure is the myls app and how does it protect my data?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"myls relies on clear access permissions and secure handling of your data and connections. You remain in control of which accounts are connected and which information is synchronised.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"What data is transferred from myls to platforms?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"Only information that is relevant for your business listing and keeping it up to date is transferred, such as business name, address, phone number, opening hours, website, categories and, depending on the platform, additional location information. Sensitive internal data is not published.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Who has access to my accounts and listings?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"Access is limited to authorised people and systems that are required for setup, support and synchronisation. Connections can be adjusted or removed if needed so you remain in control at all times.\"\n                    }\n                },                            {\n                    \"@type\": \"Question\",\n                    \"name\": \"Where is my data stored and for how long?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"Your data is stored in a way that ensures myls can reliably provide synchronization and app functionality. If you cancel, the links will be removed, and no automatic updates will take place anymore.\"\n                    }\n                }                    ]\n        }\n        <\/script>\n                <\/div>\n\n<\/div>\n    <script>\n        (function($) {\n            'use strict';\n\n            $('#myls-faq-block-block_f586d5cff5f1f3ae47341e2f8bb89d0a .accordion-header').find('.svg-icon').html(\n                `\n                <svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                    <defs>\n                    <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#A00021\"\/>\n                    <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                    <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                    <\/linearGradient>\n                    <\/defs>\n                <\/svg>\n                `\n            )\n\n            $('#myls-faq-block-block_f586d5cff5f1f3ae47341e2f8bb89d0a .accordion-header').click(function () {\n                var content = $(this).next('.accordion-content');\n                var svg_icon = $(this).find('.svg-icon');\n                if (content.is(':visible')) {\n                    svg_icon.html(\n                        `\n                        <svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                        <\/svg>\n                        `\n                    )\n                    content.slideUp();\n                } else {\n\n                    $('#myls-faq-block-block_f586d5cff5f1f3ae47341e2f8bb89d0a .accordion-content').slideUp();\n                    $.each($('#myls-faq-block-block_f586d5cff5f1f3ae47341e2f8bb89d0a .svg-icon'), function (indexInArray, valueOfElement) { \n                         $(this).html(\n                            `\n                                <svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M15.88 3.44V10.28H22.78C24.34 10.28 25.48 11.66 25.48 13.34C25.48 14.96 24.28 16.4 22.78 16.4H15.88V23.3C15.88 24.86 14.5 26 12.82 26C11.2 26 9.76 24.8 9.76 23.3V16.4H2.92C1.42 16.4 0.22 14.96 0.22 13.34C0.22 11.66 1.36 10.28 2.92 10.28H9.76V3.44C9.76 1.94 11.2 0.739999 12.82 0.739999C14.5 0.739999 15.88 1.88 15.88 3.44Z\" fill=\"url(#paint0_linear_500_232)\"\/>\n                                <defs>\n                                <linearGradient id=\"paint0_linear_500_232\" x1=\"-2\" y1=\"14\" x2=\"28\" y2=\"14\" gradientUnits=\"userSpaceOnUse\">\n                                <stop stop-color=\"#A00021\"\/>\n                                <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                                <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                                <\/linearGradient>\n                                <\/defs>\n                                <\/svg>\n                            `\n                         )\n                    });\n                    svg_icon.html(\n                        `\n                        <svg width=\"23\" height=\"8\" viewBox=\"0 0 23 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M3.54 0.939998H19.44C21.12 0.939998 22.38 2.44 22.38 4.24C22.38 5.98 21.06 7.54 19.44 7.54H3.54C1.92 7.54 0.6 5.98 0.6 4.24C0.6 2.44 1.86 0.939998 3.54 0.939998Z\" fill=\"url(#paint0_linear_500_240)\"\/>\n                        <defs>\n                        <linearGradient id=\"paint0_linear_500_240\" x1=\"-3\" y1=\"4\" x2=\"27\" y2=\"4\" gradientUnits=\"userSpaceOnUse\">\n                        <stop stop-color=\"#A00021\"\/>\n                        <stop offset=\"0.479167\" stop-color=\"#CC1221\"\/>\n                        <stop offset=\"1\" stop-color=\"#CC3621\"\/>\n                        <\/linearGradient>\n                        <\/defs>\n                        <\/svg>\n                        `\n                    )\n                    content.slideDown();\n                    content.css('display', 'flex');\n                }\n            });\n\n        })(jQuery);\n    <\/script>\n\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-cover is-light cover-mobile-padding become-partner-banner has-aspect-ratio\" style=\"border-radius:50px;margin-top:170px;margin-bottom:170px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;aspect-ratio:auto;min-height:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-vivid-purple-background-color has-background-dim-0 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-6249a031 wp-block-cover-is-layout-constrained\">\n<div class=\"wp-block-group pre-footer-element-bg-color align-stretch row-mobile row-tablet is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-154ccbd3 wp-block-group-is-layout-flex\" style=\"border-radius:50px;margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">\n<figure class=\"wp-block-image size-full has-custom-border height-100 wp-container-content-0733e5d0\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/6e54915cf257178aab62cc302de93875-scaled.avif\" alt=\"\" class=\"wp-image-1015\" style=\"border-top-left-radius:50px;border-bottom-left-radius:50px;aspect-ratio:1;object-fit:cover\" srcset=\"https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/6e54915cf257178aab62cc302de93875-scaled.avif 2560w, https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/6e54915cf257178aab62cc302de93875-300x200.avif 300w, https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/6e54915cf257178aab62cc302de93875-1024x683.avif 1024w, https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/6e54915cf257178aab62cc302de93875-768x512.avif 768w, https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/6e54915cf257178aab62cc302de93875-1536x1024.avif 1536w, https:\/\/myls.ch\/wp-content\/uploads\/2024\/07\/6e54915cf257178aab62cc302de93875-2048x1366.avif 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-group align-self-center gap-16 padding-mobile-wrapper wp-container-content-0733e5d0 is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-89b80eba wp-block-group-is-layout-flex\" style=\"min-height:24px;margin-top:0px;margin-bottom:0px;padding-top:32px;padding-right:64px;padding-bottom:32px;padding-left:64px\">\n<p class=\"has-white-color has-text-color has-link-color wp-elements-76063a212bce00d9417af298d9e415fc\" style=\"font-size:30px;font-style:normal;font-weight:600\">Become a partner<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-ac370e4f54790a60f2be0143e197b999\" style=\"font-size:50px;font-style:normal;font-weight:700;line-height:1\">Become a partner - Growing together with myls<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-e7fa3b299a5f2c442fb71b28336d24a2\" style=\"font-size:24px;font-style:normal;font-weight:300\">As a myls partner, offer the app under your branding. With our white label solutions, you can strengthen your portfolio and offer your customers personalized, innovative tools to increase their online presence. <\/p>\n\n\n\n<style>\n    #myls-btn-form-block-block_a8dafe0d3b72f396add54ec5f95e8d9a.myls-btn-form-block .trigger{\n        background-color: ;\n        color: ;\n    }\n\n    .myls-btn-form-block .trigger{\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        padding: 20px 48px;\n        background-color: white;\n        font-family: Sofia Pro Soft;\n        font-size: 18px;\n        font-weight: 400;\n        line-height: 18px;\n        text-align: left;\n        \/* background: linear-gradient(); *\/\n        border-radius: 20px;\n        cursor: pointer;\n        border: none;\n    }\n\n    .myls-btn-form-block .trigger span{\n        background: -webkit-linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n    }\n\n    .myls-btn-form-block .modal {\n        z-index: 100;\n        position: fixed;\n        left: 0;\n        top: 0;\n        width: 100%;\n        height: 100%;\n        background-color: rgba(0, 0, 0, 0.5);\n        opacity: 0;\n        visibility: hidden;\n        transform: scale(1.1);\n        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;\n    }\n\n    .myls-btn-form-block .modal-content {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        background: #FFFFFF40;\n        backdrop-filter: blur(10px);\n\n        padding: 46px 54px;\n        width: 80%;\n        height: 70%;\n        border-radius: 50px;\n        box-shadow: 0px 0px 25px 0px #0000001A;\n    }\n\n    .myls-btn-form-block .modal-content .modal-body {\n        overflow-y: scroll;\n        padding-right: 24px;\n        height: 100%;\n    }\n\n    .myls-btn-form-block .close-button {\n        float: right;\n        width: 64px;\n        height: 64px;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        cursor: pointer;\n        border-radius: 50%;\n        background: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);\n\n    }\n    .myls-btn-form-block .close-button:hover {\n        background-color: darkgray;\n    }\n    .myls-btn-form-block .show-modal {\n        opacity: 1;\n        visibility: visible;\n        transform: scale(1.0);\n        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;\n    }\n\n    \/* Start Custon Style For Ninja Form *\/\n\n    .myls-btn-form-block .modal-content .modal-body::-webkit-scrollbar-track\n    {\n        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);\n        border-radius: 10px;\n        background-color: #F5F5F5;\n    }\n\n    .myls-btn-form-block .modal-content .modal-body::-webkit-scrollbar\n    {\n        width: 12px;\n        background-color: #F5F5F5;\n        border-radius: 10px;\n    }\n\n    .myls-btn-form-block .modal-content .modal-body::-webkit-scrollbar-thumb\n    {\n        border-radius: 10px;\n        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);\n        background-color: #555;\n    }\n\n    .myls-btn-form-block .nf-form-title{\n        font-family: Sofia Pro Soft;\n        font-size: 32px !important;\n        font-weight: 400;\n        line-height: 48px;\n        text-align: center;\n        color: black;\n        margin-bottom: 48px;\n        display: block;\n    }\n    .myls-btn-form-block .nf-form-fields-required{\n        display: none;\n    }\n\n    .myls-btn-form-block .nf-form-content .list-select-wrap .nf-field-element>div, \n    .myls-btn-form-block .nf-form-content input:not([type=button]), \n    .myls-btn-form-block .nf-form-content textarea{\n        box-shadow: 0px 0px 100px 0px #0000001A;\n        border: none;\n        padding: 24px 36px;\n        background-color: white;\n        border-radius: 50px;\n        font-family: Sofia Pro Soft;\n        font-size: 24px;\n        font-weight: 400;\n        line-height: 32.26px;\n        text-align: left;\n        color: black;\n    }\n\n    .myls-btn-form-block .nf-error.field-wrap .nf-field-element:after{\n        border-radius: 0 50px 50px 0;\n    }\n\n    .myls-btn-form-block .nf-error.field-wrap .nf-field-element:after textarea{\n        border-radius: 0 50px 0 0;\n    }\n\n    .myls-btn-form-block .submit-container .nf-field .field-wrap.submit-wrap .nf-field-element input[type=\"submit\"]{\n        display: block;\n        height: auto;\n        margin: auto;\n        background: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);\n        color: white;\n        font-family: Sofia Pro Soft;\n        font-size: 18px;\n        font-weight: 400;\n        line-height: 18px;\n        text-align: left;\n        cursor: pointer;\n    }\n\n    .myls-btn-form-block .submit-container .nf-field .field-wrap.submit-wrap .nf-field-element input[type=\"submit\"]:hover{\n        background: linear-gradient(90deg, #CC1221 0%, #CC3621 47.92%, #CC1221 100%);\n    }\n\n    @media only screen and (max-width: 1366px) {\n        .myls-btn-form-block .close-button {\n            width: 32px;\n            height: 32px;\n            position: absolute;\n            z-index: 100;\n            right: 42px;\n        }\n\n        .myls-btn-form-block .close-button svg{\n            width: 16px;\n            height: 16px;\n        }\n\n        .myls-btn-form-block .modal-content{\n            width: 85%;\n            padding: 32px 24px;\n\n        }\n\n        .myls-btn-form-block .submit-container .nf-field .field-wrap.submit-wrap .nf-field-element input[type=\"submit\"]{\n            width: 100%;\n            text-align: center !important; \n        }\n\n        .myls-btn-form-block .modal-content .modal-body{\n            padding-right: 0px;\n        }\n\n        .myls-btn-form-block .nf-form-title{\n            font-size: 24px !important;\n        }\n    }\n\n    @media only screen and (max-width: 767px) {\n    .nf-field .field-wrap {\n            padding: 0 !important;\n        }\n    }\n\n    .myls-btn-form-block .modal-content{\n        border-radius: 32px;\n    }\n\n    .content-wrap.show-modal {\n        z-index: 101;\n        visibility: hidden;\n        position: absolute;\n    }\n\n<\/style>\n\n<!-- rooms -->\n<div class=\"myls-btn-form-block\" id=\"myls-btn-form-block-block_a8dafe0d3b72f396add54ec5f95e8d9a\">\n    <button class=\"trigger\"><span>Learn more<\/span><\/button>\n    <div class=\"modal\">\n        <div class=\"modal-content\">\n            <div class=\"modal-body\">\n                <div>\n                    <span class=\"close-button\">\n                        <svg width=\"23\" height=\"23\" viewBox=\"0 0 23 23\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M1.56641 2.21973L21.4351 20.7181\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\"\/>\n                        <path d=\"M20.7617 1.80469L1.56595 21.0005\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\"\/>\n                        <\/svg>\n                    <\/span>\n                <\/div>\n                <!-- [ninja_form id=2] -->\n                                 <noscript class=\"ninja-forms-noscript-message\">\n\tNotice: JavaScript is required for this content.<\/noscript>\n<style>\n\n        \/* FIELDS STYLES *\/\n    \n        .nf-form-content .nf-field-container #nf-field-5-wrap {\n                                            padding-right:32px;                    }\n        .nf-form-content .nf-field-container #nf-field-6-wrap {\n                                    border-color:#5e5e5e;\n                                                    padding-left:32px;                    }\n        .nf-form-content .nf-field-container #nf-field-7-wrap {\n                                            padding-right:32px;                    }\n        .nf-form-content .nf-field-container #nf-field-8-wrap {\n                                            padding-left:32px;                    }\n        .nf-form-content .nf-field-container #nf-field-9-wrap {\n                                            padding-right:32px;                    }\n        .nf-form-content .nf-field-container #nf-field-10-wrap {\n                                            padding-left:32px;                    }\n        .nf-form-content .nf-field-container #nf-field-11-wrap {\n                                            padding-right:32px;                    }\n        .nf-form-content .nf-field-container #nf-field-12-wrap {\n                                            padding-left:32px;                    }\n        .nf-form-content .nf-field-container #nf-field-15-wrap {\n                                    display:block;\n                            }\n        .nf-form-content .nf-field-container #nf-field-15-wrap .nf-field-element .ninja-forms-field {\n                                    display:block;\n                                                    height:auto;\nmargin:auto;\nbackground: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);\ncolor: white;\nfont-family: Sofia Pro Soft;\nfont-size: 18px;\nfont-weight: 400;\nline-height: 18px;\ntext-align: left;                    }\n    <\/style><div id=\"nf-form-2-cont\" class=\"nf-form-cont\" aria-live=\"polite\" aria-labelledby=\"nf-form-title-2\" aria-describedby=\"nf-form-errors-2\" role=\"form\">\n\n    <div class=\"nf-loading-spinner\"><\/div>\n\n<\/div>\n        <!-- That data is being printed as a workaround to page builders reordering the order of the scripts loaded-->\n        <script>var formDisplay=1;var nfForms=nfForms||[];var form=[];form.id='2';form.settings={\"objectType\":\"Form Setting\",\"editActive\":\"1\",\"title\":\"Become a partner now\",\"created_at\":\"2024-07-03 08:33:28\",\"form_title\":\"Jetzt Partner werden\",\"default_label_pos\":\"hidden\",\"show_title\":\"1\",\"clear_complete\":\"1\",\"hide_complete\":\"1\",\"logged_in\":\"0\",\"wrapper_class\":\"\",\"element_class\":\"\",\"form_title_heading_level\":\"3\",\"key\":\"\",\"add_submit\":\"0\",\"changeEmailErrorMsg\":\"Please enter a valid email address!\",\"changeDateErrorMsg\":\"Please enter a valid date!\",\"confirmFieldErrorMsg\":\"These fields must match!\",\"fieldNumberNumMinError\":\"Number Min Error\",\"fieldNumberNumMaxError\":\"Number Max Error\",\"fieldNumberIncrementBy\":\"Please increment by \",\"formErrorsCorrectErrors\":\"Please correct errors before submitting this form.\",\"validateRequiredField\":\"This is a required field.\",\"honeypotHoneypotError\":\"Honeypot Error\",\"fieldsMarkedRequired\":\"Fields marked with an <span class=\\\"ninja-forms-req-symbol\\\">*<\\\/span> are required\",\"currency\":\"\",\"unique_field_error\":\"A form with this value has already been submitted.\",\"not_logged_in_msg\":\"\",\"sub_limit_msg\":\"The form has reached its submission limit.\",\"calculations\":[],\"container_styles_border\":\"\",\"container_styles_height\":\"\",\"container_styles_margin\":\"\",\"container_styles_padding\":\"\",\"container_styles_float\":\"\",\"container_styles_show_advanced_css\":\"0\",\"title_styles_border\":\"\",\"title_styles_height\":\"\",\"title_styles_width\":\"\",\"title_styles_font-size\":\"\",\"title_styles_margin\":\"\",\"title_styles_padding\":\"\",\"title_styles_float\":\"\",\"title_styles_show_advanced_css\":\"0\",\"row_styles_border\":\"\",\"row_styles_width\":\"\",\"row_styles_font-size\":\"\",\"row_styles_margin\":\"\",\"row_styles_padding\":\"\",\"row_styles_show_advanced_css\":\"0\",\"row-odd_styles_border\":\"\",\"row-odd_styles_height\":\"\",\"row-odd_styles_width\":\"\",\"row-odd_styles_font-size\":\"\",\"row-odd_styles_margin\":\"\",\"row-odd_styles_padding\":\"\",\"row-odd_styles_show_advanced_css\":\"0\",\"success-msg_styles_border\":\"\",\"success-msg_styles_height\":\"\",\"success-msg_styles_width\":\"\",\"success-msg_styles_font-size\":\"\",\"success-msg_styles_margin\":\"\",\"success-msg_styles_padding\":\"\",\"success-msg_styles_show_advanced_css\":\"0\",\"error_msg_styles_border\":\"\",\"error_msg_styles_width\":\"\",\"error_msg_styles_font-size\":\"\",\"error_msg_styles_margin\":\"\",\"error_msg_styles_padding\":\"\",\"error_msg_styles_show_advanced_css\":\"0\",\"mp_breadcrumb\":\"1\",\"mp_progress_bar\":\"1\",\"mp_display_titles\":\"0\",\"breadcrumb_container_styles_show_advanced_css\":\"0\",\"breadcrumb_buttons_styles_show_advanced_css\":\"0\",\"breadcrumb_button_hover_styles_show_advanced_css\":\"0\",\"breadcrumb_active_button_styles_show_advanced_css\":\"0\",\"progress_bar_container_styles_show_advanced_css\":\"0\",\"progress_bar_fill_styles_show_advanced_css\":\"0\",\"part_titles_styles_show_advanced_css\":\"0\",\"navigation_container_styles_show_advanced_css\":\"0\",\"previous_button_styles_show_advanced_css\":\"0\",\"next_button_styles_show_advanced_css\":\"0\",\"navigation_hover_styles_show_advanced_css\":\"0\",\"formContentData\":[{\"formContentData\":[{\"order\":2,\"cells\":[{\"order\":0,\"fields\":[\"textbox_1719894515160\"],\"width\":50},{\"order\":1,\"fields\":[\"textbox_1719894518122\"],\"width\":50}]},{\"order\":3,\"cells\":[{\"order\":0,\"fields\":[\"e-mail_1719892504252\"],\"width\":50},{\"order\":1,\"fields\":[\"telefon_1719892509088\"],\"width\":50}]},{\"order\":4,\"cells\":[{\"order\":0,\"fields\":[\"plz_ort_1719892536109\"],\"width\":30},{\"order\":1,\"fields\":[\"addresse_1719892542830\"],\"width\":70}]},{\"order\":5,\"cells\":[{\"order\":0,\"fields\":[\"firma_1719892552076\"],\"width\":30},{\"order\":1,\"fields\":[\"e-mail_1719892560945\"],\"width\":70}]},{\"order\":6,\"cells\":[{\"order\":0,\"fields\":[\"funktion_in_der_firma_1719892571102\"],\"width\":\"100\"}]},{\"order\":7,\"cells\":[{\"order\":0,\"fields\":[\"textarea_1719891767213\"],\"width\":\"100\"}]},{\"order\":8,\"cells\":[{\"order\":0,\"fields\":[\"jetzt_bewerben_1719914524363\"],\"width\":\"100\"}]}],\"order\":0,\"type\":\"part\",\"clean\":true,\"title\":\"Part Title\",\"key\":\"cqlliv\",\"editActive\":true,\"drawerDisabled\":false}],\"drawerDisabled\":\"\",\"mp_prev_label\":\"\",\"mp_next_label\":\"\",\"breadcrumb_container_styles_border\":\"\",\"breadcrumb_container_styles_height\":\"\",\"breadcrumb_container_styles_width\":\"\",\"breadcrumb_container_styles_margin\":\"\",\"breadcrumb_container_styles_padding\":\"\",\"breadcrumb_container_styles_float\":\"\",\"breadcrumb_buttons_styles_border\":\"\",\"breadcrumb_buttons_styles_height\":\"\",\"breadcrumb_buttons_styles_width\":\"\",\"breadcrumb_buttons_styles_font-size\":\"\",\"breadcrumb_buttons_styles_margin\":\"\",\"breadcrumb_buttons_styles_padding\":\"\",\"breadcrumb_buttons_styles_float\":\"\",\"breadcrumb_button_hover_styles_border\":\"\",\"breadcrumb_button_hover_styles_height\":\"\",\"breadcrumb_button_hover_styles_width\":\"\",\"breadcrumb_button_hover_styles_font-size\":\"\",\"breadcrumb_button_hover_styles_margin\":\"\",\"breadcrumb_button_hover_styles_padding\":\"\",\"breadcrumb_button_hover_styles_float\":\"\",\"breadcrumb_active_button_styles_border\":\"\",\"breadcrumb_active_button_styles_height\":\"\",\"breadcrumb_active_button_styles_width\":\"\",\"breadcrumb_active_button_styles_font-size\":\"\",\"breadcrumb_active_button_styles_margin\":\"\",\"breadcrumb_active_button_styles_padding\":\"\",\"breadcrumb_active_button_styles_float\":\"\",\"progress_bar_container_styles_border\":\"\",\"progress_bar_container_styles_height\":\"\",\"progress_bar_container_styles_width\":\"\",\"progress_bar_container_styles_margin\":\"\",\"progress_bar_container_styles_padding\":\"\",\"progress_bar_container_styles_float\":\"\",\"progress_bar_fill_styles_border\":\"\",\"progress_bar_fill_styles_height\":\"\",\"progress_bar_fill_styles_margin\":\"\",\"progress_bar_fill_styles_padding\":\"\",\"part_titles_styles_border\":\"\",\"part_titles_styles_height\":\"\",\"part_titles_styles_width\":\"\",\"part_titles_styles_font-size\":\"\",\"part_titles_styles_margin\":\"\",\"part_titles_styles_padding\":\"\",\"part_titles_styles_float\":\"\",\"navigation_container_styles_border\":\"\",\"navigation_container_styles_height\":\"\",\"navigation_container_styles_width\":\"\",\"navigation_container_styles_margin\":\"\",\"navigation_container_styles_padding\":\"\",\"navigation_container_styles_float\":\"\",\"previous_button_styles_border\":\"\",\"previous_button_styles_height\":\"\",\"previous_button_styles_width\":\"\",\"previous_button_styles_font-size\":\"\",\"previous_button_styles_margin\":\"\",\"previous_button_styles_padding\":\"\",\"next_button_styles_border\":\"\",\"next_button_styles_height\":\"\",\"next_button_styles_width\":\"\",\"next_button_styles_font-size\":\"\",\"next_button_styles_margin\":\"\",\"next_button_styles_padding\":\"\",\"navigation_hover_styles_border\":\"\",\"navigation_hover_styles_height\":\"\",\"navigation_hover_styles_width\":\"\",\"navigation_hover_styles_font-size\":\"\",\"navigation_hover_styles_margin\":\"\",\"navigation_hover_styles_padding\":\"\",\"allow_public_link\":0,\"embed_form\":\"\",\"ninjaForms\":\"Ninja Forms\",\"fieldTextareaRTEInsertLink\":\"Insert Link\",\"fieldTextareaRTEInsertMedia\":\"Insert Media\",\"fieldTextareaRTESelectAFile\":\"Select a file\",\"formHoneypot\":\"If you are a human seeing this field, please leave it empty.\",\"fileUploadOldCodeFileUploadInProgress\":\"File Upload in Progress.\",\"fileUploadOldCodeFileUpload\":\"FILE UPLOAD\",\"currencySymbol\":\"&#36;\",\"thousands_sep\":\",\",\"decimal_point\":\".\",\"siteLocale\":\"en_US\",\"dateFormat\":\"m\\\/d\\\/Y\",\"startOfWeek\":\"1\",\"of\":\"of\",\"previousMonth\":\"Previous Month\",\"nextMonth\":\"Next Month\",\"months\":[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],\"monthsShort\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],\"weekdays\":[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],\"weekdaysShort\":[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],\"weekdaysMin\":[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],\"recaptchaConsentMissing\":\"reCaptcha validation couldn&#039;t load.\",\"recaptchaMissingCookie\":\"reCaptcha v3 validation couldn&#039;t load the cookie needed to submit the form.\",\"recaptchaConsentEvent\":\"Accept reCaptcha cookies before sending the form.\",\"currency_symbol\":\"\",\"beforeForm\":\"\",\"beforeFields\":\"\",\"afterFields\":\"\",\"afterForm\":\"\"};form.fields=[{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":3,\"idAttribute\":\"id\",\"type\":\"textbox\",\"label\":\"\",\"key\":\"textbox_1719894515160\",\"label_pos\":\"hidden\",\"required\":1,\"default\":\"\",\"placeholder\":\"Name\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":0,\"wrap_styles_border\":\"\",\"wrap_styles_width\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_float\":\"\",\"wrap_styles_show_advanced_css\":1,\"wrap_styles_advanced\":\"padding-right:32px;\",\"label_styles_border\":\"\",\"label_styles_width\":\"\",\"label_styles_font-size\":\"\",\"label_styles_margin\":\"\",\"label_styles_padding\":\"\",\"label_styles_float\":\"\",\"label_styles_show_advanced_css\":0,\"element_styles_border\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_float\":\"\",\"element_styles_show_advanced_css\":0,\"cellcid\":\"c4212\",\"value\":\"\",\"drawerDisabled\":false,\"field_label\":\"\",\"field_key\":\"textbox_1719894515160\",\"id\":5,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":4,\"idAttribute\":\"id\",\"type\":\"textbox\",\"label\":\"\",\"key\":\"textbox_1719894518122\",\"label_pos\":\"hidden\",\"required\":1,\"default\":\"\",\"placeholder\":\"First name\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"wrap_styles_border\":\"\",\"wrap_styles_border-color\":\"#5e5e5e\",\"wrap_styles_width\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_float\":\"\",\"wrap_styles_show_advanced_css\":1,\"wrap_styles_advanced\":\"padding-left:32px;\",\"label_styles_border\":\"\",\"label_styles_width\":\"\",\"label_styles_font-size\":\"\",\"label_styles_margin\":\"\",\"label_styles_padding\":\"\",\"label_styles_float\":\"\",\"label_styles_show_advanced_css\":0,\"element_styles_border\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_float\":\"\",\"element_styles_show_advanced_css\":0,\"cellcid\":\"c4215\",\"value\":\"\",\"drawerDisabled\":\"\",\"field_label\":\"\",\"field_key\":\"textbox_1719894518122\",\"id\":6,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":5,\"idAttribute\":\"id\",\"type\":\"email\",\"label\":\"\",\"key\":\"e-mail_1719892504252\",\"label_pos\":\"hidden\",\"required\":1,\"default\":\"\",\"placeholder\":\"E-mail\",\"container_class\":\"\",\"element_class\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"custom_name_attribute\":\"email\",\"personally_identifiable\":1,\"wrap_styles_show_advanced_css\":1,\"label_styles_show_advanced_css\":0,\"element_styles_show_advanced_css\":0,\"cellcid\":\"c4218\",\"value\":\"\",\"wrap_styles_border\":\"\",\"wrap_styles_width\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_float\":\"\",\"label_styles_border\":\"\",\"label_styles_width\":\"\",\"label_styles_font-size\":\"\",\"label_styles_margin\":\"\",\"label_styles_padding\":\"\",\"label_styles_float\":\"\",\"element_styles_border\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_float\":\"\",\"wrap_styles_advanced\":\"padding-right:32px;\",\"field_label\":\"\",\"field_key\":\"e-mail_1719892504252\",\"id\":7,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"email\",\"element_templates\":[\"email\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":6,\"idAttribute\":\"id\",\"type\":\"phone\",\"label\":\"\",\"key\":\"telefon_1719892509088\",\"label_pos\":\"hidden\",\"required\":1,\"default\":\"\",\"placeholder\":\"Telephone\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"phone\",\"personally_identifiable\":1,\"wrap_styles_show_advanced_css\":1,\"label_styles_show_advanced_css\":0,\"element_styles_show_advanced_css\":0,\"cellcid\":\"c4220\",\"value\":\"\",\"wrap_styles_border\":\"\",\"wrap_styles_width\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_float\":\"\",\"label_styles_border\":\"\",\"label_styles_width\":\"\",\"label_styles_font-size\":\"\",\"label_styles_margin\":\"\",\"label_styles_padding\":\"\",\"label_styles_float\":\"\",\"element_styles_border\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_float\":\"\",\"wrap_styles_advanced\":\"padding-left:32px;\",\"drawerDisabled\":\"\",\"field_label\":\"\",\"field_key\":\"telefon_1719892509088\",\"id\":8,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"tel\",\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":7,\"idAttribute\":\"id\",\"type\":\"textbox\",\"label\":\"\",\"key\":\"plz_ort_1719892536109\",\"label_pos\":\"hidden\",\"required\":1,\"default\":\"\",\"placeholder\":\"Zip code \\\/ City\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"wrap_styles_show_advanced_css\":1,\"label_styles_show_advanced_css\":0,\"element_styles_show_advanced_css\":0,\"cellcid\":\"c4223\",\"value\":\"\",\"wrap_styles_border\":\"\",\"wrap_styles_width\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_float\":\"\",\"label_styles_border\":\"\",\"label_styles_width\":\"\",\"label_styles_font-size\":\"\",\"label_styles_margin\":\"\",\"label_styles_padding\":\"\",\"label_styles_float\":\"\",\"element_styles_border\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_float\":\"\",\"wrap_styles_advanced\":\"padding-right:32px;\",\"field_label\":\"\",\"field_key\":\"plz_ort_1719892536109\",\"id\":9,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":8,\"idAttribute\":\"id\",\"type\":\"address\",\"label\":\"\",\"key\":\"addresse_1719892542830\",\"label_pos\":\"hidden\",\"required\":1,\"default\":\"\",\"placeholder\":\"Address\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"address\",\"personally_identifiable\":1,\"wrap_styles_show_advanced_css\":1,\"label_styles_show_advanced_css\":0,\"element_styles_show_advanced_css\":0,\"cellcid\":\"c4225\",\"value\":\"\",\"wrap_styles_border\":\"\",\"wrap_styles_width\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_float\":\"\",\"label_styles_border\":\"\",\"label_styles_width\":\"\",\"label_styles_font-size\":\"\",\"label_styles_margin\":\"\",\"label_styles_padding\":\"\",\"label_styles_float\":\"\",\"element_styles_border\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_float\":\"\",\"wrap_styles_advanced\":\"padding-left:32px;\",\"field_label\":\"\",\"field_key\":\"addresse_1719892542830\",\"id\":10,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"address\",\"element_templates\":[\"address\",\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":9,\"idAttribute\":\"id\",\"type\":\"textbox\",\"label\":\"\",\"key\":\"firma_1719892552076\",\"label_pos\":\"hidden\",\"required\":1,\"default\":\"\",\"placeholder\":\"Company\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"wrap_styles_show_advanced_css\":1,\"label_styles_show_advanced_css\":0,\"element_styles_show_advanced_css\":0,\"cellcid\":\"c4228\",\"value\":\"\",\"wrap_styles_border\":\"\",\"wrap_styles_width\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_float\":\"\",\"label_styles_border\":\"\",\"label_styles_width\":\"\",\"label_styles_font-size\":\"\",\"label_styles_margin\":\"\",\"label_styles_padding\":\"\",\"label_styles_float\":\"\",\"element_styles_border\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_float\":\"\",\"wrap_styles_advanced\":\"padding-right:32px;\",\"field_label\":\"\",\"field_key\":\"firma_1719892552076\",\"id\":11,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":10,\"idAttribute\":\"id\",\"type\":\"email\",\"label\":\"\",\"key\":\"e-mail_1719892560945\",\"label_pos\":\"hidden\",\"required\":1,\"default\":\"\",\"placeholder\":\"E-mail\",\"container_class\":\"\",\"element_class\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"custom_name_attribute\":\"email\",\"personally_identifiable\":1,\"wrap_styles_show_advanced_css\":1,\"label_styles_show_advanced_css\":0,\"element_styles_show_advanced_css\":0,\"cellcid\":\"c4230\",\"value\":\"\",\"wrap_styles_border\":\"\",\"wrap_styles_width\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_float\":\"\",\"label_styles_border\":\"\",\"label_styles_width\":\"\",\"label_styles_font-size\":\"\",\"label_styles_margin\":\"\",\"label_styles_padding\":\"\",\"label_styles_float\":\"\",\"element_styles_border\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_float\":\"\",\"wrap_styles_advanced\":\"padding-left:32px;\",\"field_label\":\"\",\"field_key\":\"e-mail_1719892560945\",\"drawerDisabled\":false,\"id\":12,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"email\",\"element_templates\":[\"email\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":11,\"idAttribute\":\"id\",\"type\":\"textbox\",\"label\":\"\",\"key\":\"funktion_in_der_firma_1719892571102\",\"label_pos\":\"hidden\",\"required\":1,\"default\":\"\",\"placeholder\":\"Function in the company\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"wrap_styles_show_advanced_css\":0,\"label_styles_show_advanced_css\":0,\"element_styles_show_advanced_css\":0,\"cellcid\":\"c4233\",\"value\":\"\",\"wrap_styles_border\":\"\",\"wrap_styles_width\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_float\":\"\",\"label_styles_border\":\"\",\"label_styles_width\":\"\",\"label_styles_font-size\":\"\",\"label_styles_margin\":\"\",\"label_styles_padding\":\"\",\"label_styles_float\":\"\",\"element_styles_border\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_float\":\"\",\"drawerDisabled\":\"\",\"field_label\":\"\",\"field_key\":\"funktion_in_der_firma_1719892571102\",\"id\":13,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":12,\"idAttribute\":\"id\",\"type\":\"textarea\",\"label\":\"\",\"key\":\"textarea_1719891767213\",\"label_pos\":\"hidden\",\"required\":1,\"default\":\"\",\"placeholder\":\"Motivation for the partnership\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"textarea_rte\":\"\",\"disable_rte_mobile\":\"\",\"textarea_media\":\"\",\"wrap_styles_show_advanced_css\":0,\"label_styles_show_advanced_css\":0,\"element_styles_show_advanced_css\":0,\"cellcid\":\"c4236\",\"value\":\"\",\"wrap_styles_border\":\"\",\"wrap_styles_width\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_float\":\"\",\"label_styles_border\":\"\",\"label_styles_width\":\"\",\"label_styles_font-size\":\"\",\"label_styles_margin\":\"\",\"label_styles_padding\":\"\",\"label_styles_float\":\"\",\"element_styles_border\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_float\":\"\",\"field_label\":\"\",\"field_key\":\"textarea_1719891767213\",\"drawerDisabled\":false,\"id\":14,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textarea\",\"element_templates\":[\"textarea\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":13,\"idAttribute\":\"id\",\"type\":\"submit\",\"label\":\"Apply now\",\"processing_label\":\"Processing\",\"container_class\":\"\",\"element_class\":\"\",\"key\":\"jetzt_bewerben_1719914524363\",\"wrap_styles_border\":\"\",\"wrap_styles_width\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_float\":\"\",\"wrap_styles_show_advanced_css\":1,\"element_styles_border\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_float\":\"\",\"element_styles_show_advanced_css\":1,\"submit_element_hover_styles_border\":\"\",\"submit_element_hover_styles_width\":\"\",\"submit_element_hover_styles_font-size\":\"\",\"submit_element_hover_styles_margin\":\"\",\"submit_element_hover_styles_padding\":\"\",\"submit_element_hover_styles_float\":\"\",\"submit_element_hover_styles_show_advanced_css\":0,\"cellcid\":\"c4239\",\"drawerDisabled\":\"\",\"wrap_styles_display\":\"block\",\"wrap_styles_advanced\":\"\",\"element_styles_display\":\"block\",\"element_styles_advanced\":\"height:auto;\\nmargin:auto;\\nbackground: linear-gradient(90deg, #A00021 0%, #CC1221 47.92%, #CC3621 100%);\\ncolor: white;\\nfont-family: Sofia Pro Soft;\\nfont-size: 18px;\\nfont-weight: 400;\\nline-height: 18px;\\ntext-align: left;\",\"field_label\":\"Jetzt bewerben\",\"field_key\":\"jetzt_bewerben_1719914524363\",\"admin_label\":\"\",\"id\":15,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"\",\"label_pos\":\"hidden\",\"parentType\":\"textbox\",\"element_templates\":[\"submit\",\"button\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap-no-label\"}];nfForms.push(form);<\/script>\n        <script id=\"tmpl-nf-mp-form-content\" type=\"text\/template\">\n\t<div class=\"nf-mp-header\"><\/div>\n\t<div class=\"nf-mp-body\"><\/div>\n\t<div class=\"nf-mp-footer\"><\/div>\n<\/script>\n\n<script id=\"tmpl-nf-mp-header\" type=\"text\/template\">\n\t{{{ data.renderProgressBar() }}}\n\t{{{ data.renderBreadcrumbs() }}}\n\t{{{ data.renderPartTitle() }}}\n<\/script>\n<script id=\"tmpl-nf-mp-part-title\" type=\"text\/template\">\n\t<h3>\n\t\t{{{ data.title }}}\n\t<\/h3>\n<\/script>\n\n<script id=\"tmpl-nf-mp-footer\" type=\"text\/template\">\n\t{{{ data.renderNextPrevious() }}}\n<\/script>\n\n<script id=\"tmpl-nf-mp-next-previous\" type=\"text\/template\">\n\t<ul class=\"nf-next-previous\">\n\t\t<# if ( data.showPrevious ) { #>\n\t\t<li class=\"nf-previous-item\">\n\t\t\t<input type=\"button\" class=\"nf-previous\" value=\"{{{ data.prevLabel }}}\" \/>\n\t\t<\/li>\n\t\t<# } #>\n\n\t\t<# if ( data.showNext ) { #>\n\t\t<li class=\"nf-next-item\">\n\t\t\t<input type=\"button\" class=\"nf-next\" value=\"{{{ data.nextLabel }}}\" \/>\n\t\t<\/li>\n\t\t<# } #>\n\t<\/ul>\n<\/script>\n\n<script id=\"tmpl-nf-mp-breadcrumbs\" type=\"text\/template\">\n\t<ul class=\"nf-breadcrumbs\">\n\t\t<# _.each( data.parts, function( part, index ) { #>\n\t\t<li class=\"{{{ ( data.currentIndex == index ) ? 'active' : '' }}} {{{ ( part.errors ) ? 'errors' : '' }}}\">\n\t\t\t<a href=\"#\" class=\"nf-breadcrumb\" data-index=\"{{{ index }}}\">{{{ ( part.errors ) ? '' : '' }}} {{{ part.title }}}<\/a>\n\t\t<\/li>\n\t\t<# } ); #>\n\t<\/ul>\n<\/script>\n\n<script id=\"tmpl-nf-mp-progress-bar\" type=\"text\/template\">\n    <div class=\"nf-progress-container\">\n        <div class=\"nf-progress\" style=\"width: {{{ data.percent }}}%;\"><\/div>\n    <\/div>\n<\/script>        <script id=\"nf-tmpl-cell\" type=\"text\/template\">\n            <nf-fields><\/nf-fields>\n        <\/script>\n\n        <script id=\"nf-tmpl-row\" type=\"text\/template\">\n            <nf-cells><\/nf-cells>\n        <\/script>\n\n                                    <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    var modal = document.querySelector(\".modal\");\n    var trigger = document.querySelector(\".trigger\");\n    var closeButton = document.querySelector(\".close-button\");\n    var contentWrap = document.querySelector(\".content-wrap\");\n\n    function toggleModal() {\n        modal.classList.toggle(\"show-modal\");\n        contentWrap.classList.toggle(\"show-modal\");\n    }\n\n    function windowOnClick(event) {\n        if (event.target === modal) {\n            toggleModal();\n        }\n    }\n\n    trigger.addEventListener(\"click\", toggleModal);\n    closeButton.addEventListener(\"click\", toggleModal);\n    window.addEventListener(\"click\", windowOnClick);\n\n<\/script>\n<\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-2872","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/myls.ch\/en\/wp-json\/wp\/v2\/pages\/2872","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myls.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/myls.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/myls.ch\/en\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/myls.ch\/en\/wp-json\/wp\/v2\/comments?post=2872"}],"version-history":[{"count":7,"href":"https:\/\/myls.ch\/en\/wp-json\/wp\/v2\/pages\/2872\/revisions"}],"predecessor-version":[{"id":8384,"href":"https:\/\/myls.ch\/en\/wp-json\/wp\/v2\/pages\/2872\/revisions\/8384"}],"wp:attachment":[{"href":"https:\/\/myls.ch\/en\/wp-json\/wp\/v2\/media?parent=2872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}