
















<!DOCTYPE html>
<html class="supports-responsive-font-size" lang="en">
  <head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes" /><meta property="og:site_name" content="Claussen Coaching" /><meta name="twitter:image" content="https://us.simplerousercontent.net/uploads/asset/file/5157082/Mads-logo.png" /><meta property="fb:pages" content="106197798318984" /><meta property="og:image" content="https://us.simplerousercontent.net/uploads/asset/file/5157082/Mads-logo.png" /><meta property="og:type" content="website" /><meta name="twitter:card" content="summary_large_image" /><meta name="title" property="title" content="Claussen Coaching" /><meta property="og:title" content="Claussen Coaching" /><meta name="twitter:title" content="Claussen Coaching" /><meta property="og:url" content="https://www.madsclaussen.dk/" /><meta name="twitter:url" content="https://www.madsclaussen.dk/" /><meta name="description" property="description" content="Claussen Coaching
For resultatskabere med kerne og hjerte" /><meta property="og:description" content="Claussen Coaching
For resultatskabere med kerne og hjerte" /><meta name="twitter:description" content="Claussen Coaching
For resultatskabere med kerne og hjerte" /><link rel="canonical" href="https://www.madsclaussen.dk/" /><meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="UE0kscsJo_dgzgBR-zpG4mIt87-6SxvKfFpTKJiCrrndp6IqDhBsMmAaWEjas1Mbzv5isGaw_Eqm5pOo-XrQ-w" /><script>
//<![CDATA[

      var callbacks = []
      var waitingForLogincheck = true
      window.onLogincheckComplete = callback => {
        if (waitingForLogincheck) {
          callbacks.push(callback)
        } else {
          // Logincheck already done, call this now
          callback()
        }
      };

      function logincheck_request(url) {
        var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; lc.src = url;
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
      }

      function logincheck_response(result) {
        if (result.token) {
          document.cookie = '_simplero_autologin=' + result.token + '; expires=' + new Date(new Date().getTime() + 1000*60).toUTCString() + '; SameSite=None; Secure';
          window.location.reload();
        } else if (result.autologin_url) {
          window.location.href = result.autologin_url;
        } else {
          callbacks.forEach(callback => callback())
          waitingForLogincheck = false
        }
      }

    logincheck_request('https://secure.simplero.com/logincheck.js?account_id=40681&return_to=https%3A%2F%2Fwww.madsclaussen.dk%2F&site_id=48003');
//]]>
</script><script data-turbo-eval="false">const CSRF_TOKEN = "OcqoNuL7xewgCRLCKEsZLBOs3rfQ-KtKoKiH956ExN60IC6tJ-IKKSDdStsJwgzVv39PuAwDTMp6FEd3_3y6nA"
const UPDATE_PATH = "/preflex/preferences"
class PreflexPreference {
  constructor(klass, data) {
    this.klass = klass
    this.localStorageKey = `PreflexPreference-${klass}`

    this.data = data
    this.dataLocal = JSON.parse(localStorage.getItem(this.localStorageKey) || '{}')
  }

  get(name) {
    this.ensurePreferenceExists(name)

    const fromServer = this.data[name]
    const fromServerUpdatedAt = this.data[`${name}_updated_at_epoch`] || 0

    const fromLocal = this.dataLocal[name]
    const fromLocalUpdatedAt = this.dataLocal[`${name}_updated_at_epoch`] || 0

    if(fromLocalUpdatedAt > fromServerUpdatedAt) {
      this.updateOnServer(name, fromLocal)
      return fromLocal
    }

    return fromServer
  }

  set(name, value) {
    this.ensurePreferenceExists(name)

    this.dataLocal[name] = value
    this.dataLocal[`${name}_updated_at_epoch`] = Date.now()

    localStorage.setItem(this.localStorageKey, JSON.stringify(this.dataLocal))
    this.updateOnServer(name, value)
    document.dispatchEvent(new CustomEvent('preflex:preference-updated', { detail: { klass: this.klass, name, value } }))
  }

  updateOnServer(name, value) {
    fetch(UPDATE_PATH, {
      method: 'POST',
      headers: {
        "Content-Type": "application/json",
        "X-CSRF-TOKEN": CSRF_TOKEN
      },
      body: JSON.stringify({ klass: this.klass, name, value })
    })
  }

  ensurePreferenceExists(name) {
    if(!this.data.hasOwnProperty(name)) {
      throw new Error(`Preference ${name} was not defined.`)
    }
  }
}

window['UserPreference'] = new PreflexPreference('UserPreference', {"autoplay_next":true,"autoplay_next_updated_at_epoch":0,"theater_mode":false,"theater_mode_updated_at_epoch":0,"transcript":false,"transcript_updated_at_epoch":0,"subtitles":null,"subtitles_updated_at_epoch":0,"enhanced_audio":false,"enhanced_audio_updated_at_epoch":0,"preferred_voice":"eve","preferred_voice_updated_at_epoch":0,"theme":null,"theme_updated_at_epoch":0,"admin_theme":null,"admin_theme_updated_at_epoch":0,"mobile_app_theme":null,"mobile_app_theme_updated_at_epoch":0,"anonymous_mode":false,"anonymous_mode_updated_at_epoch":0,"last_active_checklist_instance_id":null,"last_active_checklist_instance_id_updated_at_epoch":0,"default_lesson_tab":"course_overview","default_lesson_tab_updated_at_epoch":0,"default_asset_version":"pdf","default_asset_version_updated_at_epoch":0,"events_on_admin_dashboard":true,"events_on_admin_dashboard_updated_at_epoch":0,"upcoming_bookings_on_admin_dashboard":true,"upcoming_bookings_on_admin_dashboard_updated_at_epoch":0,"dismissed_guides":[],"dismissed_guides_updated_at_epoch":0,"dismissed_coachmarks":[],"dismissed_coachmarks_updated_at_epoch":0,"dismissed_help_banners":[],"dismissed_help_banners_updated_at_epoch":0,"chat_bot_conversation_list_visible":true,"chat_bot_conversation_list_visible_updated_at_epoch":0,"chat_bot_source_list_visible":true,"chat_bot_source_list_visible_updated_at_epoch":0,"chat_bot_description_collapsed_by_bot_id":{},"chat_bot_description_collapsed_by_bot_id_updated_at_epoch":0,"chat_bot_left_sidebar_width":null,"chat_bot_left_sidebar_width_updated_at_epoch":0,"chat_bot_right_sidebar_width":null,"chat_bot_right_sidebar_width_updated_at_epoch":0,"chat_bot_source_editor_width":null,"chat_bot_source_editor_width_updated_at_epoch":0,"custom_view_sidebar_width":null,"custom_view_sidebar_width_updated_at_epoch":0,"admin_interactions_sidebar_width":null,"admin_interactions_sidebar_width_updated_at_epoch":0,"facet_sidebar_width":null,"facet_sidebar_width_updated_at_epoch":0,"builder_doc_left_sidebar_width":null,"builder_doc_left_sidebar_width_updated_at_epoch":0,"builder_doc_right_sidebar_width":null,"builder_doc_right_sidebar_width_updated_at_epoch":0,"trivial_sections":true,"trivial_sections_updated_at_epoch":0});</script>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

    <title>  Claussen Coaching - Claussen Coaching
</title>

    <style>
  .fa-vertical-align-middle {
    vertical-align: middle;
  }
  .fa-spin {
    --fa-animation-duration: 1s;
  }
</style>
<script>
  window.SIMPLERO_ICONS = {"s-accordion":{"name":"bars-staggered","fa":"fas"},"s-access":{"name":"lock","fa":"far"},"s-accounts":{"name":"users","fa":"fas"},"s-add-reaction":{"name":"face-smile-plus","fa":"far"},"s-admin-dashboard":{"name":"house-heart","fa":"fas"},"s-affiliate-programs":{"name":"people-arrows","fa":"fas"},"s-affiliates":{"name":"bullseye-pointer","fa":"far"},"s-ai":{"name":"sparkles","fa":"fas"},"s-ai-loader":{"name":"sparkles","fa":"fa-duotone fa-bounce"},"s-ai-headline":{"name":"exclamation-circle","fa":"fad"},"s-ai-emails":{"name":"envelope","fa":"fad"},"s-ai-brainstorm":{"name":"brain-circuit","fa":"fad"},"s-ai-other":{"name":"thought-bubble","fa":"fad"},"s-analytics":{"name":"chart-mixed","fa":"far"},"s-api":{"name":"code","fa":"far"},"s-archive":{"name":"box-archive","fa":"far"},"s-arrow-left":{"name":"arrow-left","fa":"far"},"s-arrow-right":{"name":"arrow-right","fa":"far"},"s-attachment":{"name":"paperclip","fa":"fas"},"s-asset-audio":{"name":"audio-note-regular","fa":"fak"},"s-asset-image":{"name":"image-circle-regular","fa":"fak"},"s-asset-javascript":{"name":"javascript-regular","fa":"fak"},"s-asset-pdf":{"name":"file-pdf","fa":"far"},"s-asset-svg":{"name":"file-svg","fa":"far"},"s-asset-video":{"name":"circle-play","fa":"far"},"s-asset-css":{"name":"code-circle-regular","fa":"fak"},"s-asset-other":{"name":"file-circle-info","fa":"far"},"s-auto-responses":{"name":"envelopes-bulk","fa":"fas"},"s-automations":{"name":"diagram-subtask","fa":"fas"},"s-back":{"name":"angle-left","fa":"far"},"s-blank":{"name":"square","class":"invisible"},"s-bell":{"name":"bell","fa":"far"},"s-bell-slash":{"name":"bell-slash","fa":"far"},"s-blog-posts":{"name":"pen-nib","fa":"far"},"s-box-open":{"name":"box-open","fa":"fal"},"s-border-rounded-none":{"name":"border-rounded-none","fa":"fak"},"s-border-rounded-md":{"name":"border-rounded-md","fa":"fak"},"s-border-rounded-mdl":{"name":"border-rounded-mdl","fa":"fak"},"s-border-rounded-lg":{"name":"border-rounded-lg","fa":"fak"},"s-bots":{"name":"message-bot","fa":"far"},"s-book":{"name":"book","fa":"far"},"s-bookmark":{"name":"bookmark","fa":"far"},"s-calendar":{"name":"calendar","fa":"far"},"s-cart":{"name":"cart-shopping","fa":"far"},"s-cart-check":{"name":"cart-circle-check","fa":"far"},"s-catalog":{"name":"book-open-cover","fa":"fas"},"s-changelog-feature":{"name":"gift","fa":"fas"},"s-changelog-fix":{"name":"suitcase-medical","fa":"fas"},"s-changelog-improvement":{"name":"wrench","fa":"fas"},"s-changelog-optimization":{"name":"gear","fa":"fas"},"s-changelog-simplification":{"name":"wand-magic-sparkles","fa":"fas"},"s-charge":{"name":"money-check-dollar","fa":"far"},"s-chat":{"name":"message","fa":"far"},"s-check":{"name":"check","fa":"far"},"s-choice-menus":{"name":"list-radio","fa":"far"},"s-circle-dollar":{"name":"circle-dollar","fa":"far"},"s-circle-xmark":{"name":"circle-xmark","fa":"fas"},"s-clipboard":{"name":"clipboard","fa":"far"},"s-coach":{"name":"user-headset","fa":"far"},"s-coaching-programs":{"name":"chalkboard-user","fa":"far"},"s-coins":{"name":"coins","fa":"fal"},"s-condition-split":{"name":"regular-split-circle-question","fa":"fak"},"s-conditions":{"name":"code-branch","fa":"far"},"s-contracts":{"name":"file-contract","fa":"far"},"s-conversations":{"name":"messages","fa":"far"},"s-comments":{"name":"message-lines","fa":"far"},"s-communities":{"name":"grid-2","fa":"far"},"s-compare":{"name":"compare","fa":"fa-kit-duotone"},"s-filter":{"name":"filter-list","fa":"far"},"s-customers":{"name":"address-card","fa":"fas"},"s-contacts":{"name":"user-group","fa":"fas"},"s-customer-cold":{"name":"snowflake","fa":"far"},"s-customer-warm":{"name":"sun","fa":"far"},"s-copy":{"name":"copy","fa":"far"},"s-copy-right":{"name":"regular-copy-circle-arrow-right","fa":"fak"},"s-copy-down":{"name":"regular-copy-circle-arrow-down","fa":"fak"},"s-countdown-timer":{"name":"timer","fa":"fas"},"s-courses":{"name":"graduation-cap","fa":"fas"},"s-course-modules":{"name":"book","fa":"far"},"s-course-lessons":{"name":"file-lines","fa":"far"},"s-cpu":{"name":"microchip","fa":"far"},"s-credits":{"name":"coin","fa":"fas"},"s-dashboard":{"name":"shop","fa":"far"},"s-deals":{"name":"handshake-simple","fa":"far"},"s-do-not-contact":{"name":"user-slash","fa":"far"},"s-distribute-spacing-horizontal":{"name":"distribute-spacing-horizontal","fa":"fak"},"s-distribute-spacing-vertical":{"name":"distribute-spacing-vertical","fa":"fak"},"s-distribute-spacing-between":{"name":"distribute-spacing-between","fa":"fak"},"s-do-contact":{"name":"light-hand-slash","fa":"fak"},"s-do-not-sms":{"name":"regular-message-sms-slash","fa":"fak"},"s-do-sms":{"name":"message-sms","fa":"far"},"s-email-bounced":{"name":"triangle-exclamation","fa":"far"},"s-done-for-you":{"name":"wand-magic-sparkles","fa":"far"},"s-download":{"name":"download","fa":"far"},"s-drag-handle":{"name":"grip-dots-vertical","fa":"fas"},"s-drag-handle-slim":{"name":"grip-lines","fa":"fas"},"s-duplicate":{"name":"clone","fa":"far"},"s-edges":{"name":"margin-paddings","fa":"fak"},"s-edit":{"name":"pen","fa":"far"},"s-edit-form":{"name":"pen-to-square","fa":"far"},"s-edit-occurrence-time":{"name":"light-pencil-clock","fa":"fak"},"s-email":{"name":"at","fa":"far"},"s-email-automations":{"name":"envelopes","fa":"fas"},"s-email-broadcasts":{"name":"envelopes-bulk","fa":"fas"},"s-email-designs":{"name":"paintbrush","fa":"far"},"s-events":{"name":"calendar-day","fa":"fas"},"s-event-occurrences":{"name":"calendars","fa":"fas"},"s-event-occurrence-participants":{"name":"calendar-circle-user","fa":"far"},"s-expand":{"name":"angle-right","fa":"far"},"s-expand-window":{"name":"up-right-and-down-left-from-center","fa":"fas"},"s-external-link":{"name":"external-link","fa":"far"},"s-facets":{"name":"layer-group","fa":"fal"},"s-finish":{"name":"flag-checkered","fa":"fas"},"s-forums":{"name":"objects-column","fa":"far"},"s-forward":{"name":"angle-right","fa":"far"},"s-funnels":{"name":"filter-list","fa":"fas"},"s-heart":{"name":"heart","fa":"fas"},"s-heart-outline":{"name":"heart","fa":"far"},"s-help":{"name":"circle-info","fa":"far fa-sharp"},"s-help-desks":{"name":"headset","fa":"far"},"s-hidden":{"name":"eye-regular-closed","fa":"fak"},"s-highlight":{"name":"highlighter-line","fa":"fas"},"s-history":{"name":"clock-rotate-left"},"s-ideas":{"name":"lightbulb","fa":"far"},"s-invoice":{"name":"receipt","fa":"far"},"s-labels":{"name":"thumbtack","fa":"fal"},"s-landing-pages":{"name":"window","fa":"far"},"s-link":{"name":"link","fa":"fas"},"s-lists":{"name":"list-ul","fa":"fas"},"s-list-subscribe":{"name":"solid-list-ul-circle-plus","fa":"fak"},"s-list-unsubscribe":{"name":"solid-list-ul-circle-xmark","fa":"fak"},"s-interactions":{"name":"messages","fa":"far"},"s-login":{"name":"arrow-right-to-bracket","fa":"far"},"s-logout":{"name":"arrow-right-from-bracket","fa":"far"},"s-main-website":{"name":"display-code","fa":"fas"},"s-markdown":{"name":"hashtag","fa":"far"},"s-media":{"name":"photo-film","fa":"fas"},"s-membership-sites":{"name":"window","fa":"fas"},"s-messages-question":{"name":"messages-question","fa":"fas"},"s-new-conversation":{"name":"pen-to-square","fa":"far"},"s-newsletters":{"name":"newspaper","fa":"fas"},"s-customer-notes":{"name":"notes","fa":"fas"},"s-notes":{"name":"note-sticky","fa":"far"},"s-note-meeting":{"name":"handshake-simple","fa":"far"},"s-note-phone":{"name":"phone","fa":"far"},"s-note-session":{"name":"face-smiling-hands","fa":"far"},"s-note-email":{"name":"envelope","fa":"far"},"s-note-general":{"name":"note-sticky","fa":"far"},"s-notice-feature":{"name":"gift","fa":"fas"},"s-notice-feedback":{"name":"circle-question","fa":"fas"},"s-notice-status":{"name":"circle-exclamation","fa":"fas"},"s-notice-tip":{"name":"thumbs-up","fa":"fas"},"s-notifications":{"name":"bell","fa":"far"},"s-notifications-email":{"name":"envelope-open","fa":"far"},"s-notifications-push-browser":{"name":"browser","fa":"far"},"s-notifications-push-mobile-app":{"name":"mobile-notch","fa":"far"},"s-notifications-in-app":{"name":"globe","fa":"far"},"s-notifications-off":{"name":"bell-slash","fa":"far"},"s-opt-ins":{"name":"address-card","fa":"far"},"s-pages":{"name":"window","fa":"far"},"s-page-speed":{"name":"gauge-high","fa":"far"},"s-entrants":{"name":"graduation-cap","fa":"far"},"s-pencil":{"name":"pencil","fa":"fal"},"s-pin":{"name":"thumbtack","fa":"fas"},"s-pin-outline":{"name":"thumbtack","fa":"fal"},"s-pipelines":{"name":"road","fa":"far"},"s-pipeline-stages":{"name":"circle-dot","fa":"far"},"s-playlists":{"name":"list-ol","fa":"far"},"s-playlist":{"name":"playlist","fa":"fak"},"s-playlist-full":{"name":"playlist-full","fa":"fak"},"s-plus":{"name":"plus","fa":"far"},"s-plus-circle":{"name":"plus-circle","fa":"far"},"s-podcasts":{"name":"microphone-lines","fa":"far"},"s-minus":{"name":"minus","fa":"far"},"s-products":{"name":"window-restore","fa":"fas"},"s-objects-align-justify":{"name":"objects-align-justify","fa":"fak"},"s-objects-align-justify-horizontal":{"name":"objects-align-justify-horizontal","fa":"fak"},"s-order-form":{"name":"money-check-dollar-pen","fa":"far"},"s-publish-status-draft":{"name":"pencil-alt","fa":"far"},"s-paste":{"name":"paste","fa":"far"},"s-publish-status-published":{"name":"eye","fa":"far"},"s-publish-status-scheduled":{"name":"hourglass-clock","fa":"far"},"s-publish-status-drip":{"name":"unlock-keyhole","fa":"far"},"s-purchases":{"name":"bag-shopping","fa":"far"},"s-question":{"name":"question","fa":"fas"},"s-quizzes":{"name":"list-check","fa":"fas"},"s-invoices":{"name":"file-invoice-dollar","fa":"fas"},"s-recurring":{"name":"arrows-spin","fa":"fas"},"s-redirects":{"name":"right-left-large","fa":"far"},"s-redo":{"name":"arrow-rotate-right","fa":"far"},"s-reject-with-msg":{"name":"message-xmark","fa":"far"},"s-refresh":{"name":"arrows-rotate","fa":"far"},"s-robot":{"name":"robot","fa":"fal"},"s-save":{"name":"floppy-disk","fa":"far"},"s-scheduling-links":{"name":"calendar-circle-user","fa":"fas"},"s-scheduling-links-regular":{"name":"calendar-circle-user","fa":"far"},"s-search":{"name":"magnifying-glass","fa":"far"},"s-secondary-actions":{"name":"arrow-turn-down-right","fa":"far"},"s-segments":{"name":"chart-tree-map","fa":"fas"},"s-settings":{"name":"sliders","fa":"far"},"s-short-links":{"name":"link","fa":"far"},"s-sidebar":{"name":"bars","fa":"fas"},"s-sidebar-left":{"name":"sidebar-left","fa":"fak"},"s-sidebar-right":{"name":"sidebar-right","fa":"fak"},"s-sidebar-left-active":{"name":"sidebar-left-active","fa":"fak"},"s-sidebar-right-active":{"name":"sidebar-right-active","fa":"fak"},"s-simplero":{"name":"simplero","fa":"fak"},"s-simplero-chat":{"name":"simplero","fa":"fak"},"s-simplero-coach":{"name":"simplero-coach","fa":"fak"},"s-site-members":{"name":"user","fa":"far"},"s-site-groups":{"name":"user-group","fa":"far"},"s-site-group-requests":{"name":"users-medical","fa":"far"},"s-sites":{"name":"browser","fa":"far"},"s-spaces":{"name":"people-group","fa":"fas"},"s-spear-emails":{"name":"reply","fa":"far"},"s-spinner":{"name":"spinner-third","fa":"far","spin":true},"s-split-test":{"name":"split","fa":"fas"},"s-star":{"name":"star","fa":"fas"},"s-start":{"name":"plug","fa":"fas"},"s-step-wait":{"name":"timer","fa":"far"},"s-step-stop":{"name":"circle-stop","fa":"fas"},"s-step-goto-up":{"name":"turn-left-up","fa":"fas"},"s-step-goto-down":{"name":"turn-left-down","fa":"fas"},"s-step-skip-if-wait-exceeded":{"name":"right-long-to-line","fa":"fas"},"s-visible":{"name":"eye-regular","fa":"fak"},"s-invisible":{"name":"eye-slash","fa":"fas"},"s-subscriptions":{"name":"envelope-circle-check","fa":"far"},"s-surveys":{"name":"clipboard-question","fa":"far"},"s-survey-responses":{"name":"clipboard-check","fa":"far"},"s-tags":{"name":"tags","fa":"fas"},"s-tag":{"name":"tag","fa":"fas"},"s-tag-remove":{"name":"solid-tag-circle-xmark-bl","fa":"fak"},"s-taks-canceled":{"name":"square-xmark","fa":"fas"},"s-task-completed":{"name":"square-check","fa":"fas"},"s-task-pending":{"name":"square","fa":"far"},"s-tasks":{"name":"list-check","fa":"fas"},"s-testimonials":{"name":"hand-holding-star","fa":"far"},"s-text-message":{"name":"message-sms","fa":"far"},"s-theme":{"name":"paintbrush","fa":"far"},"s-theme-dark":{"name":"moon","fa":"far"},"s-theme-light":{"name":"sun","fa":"far"},"s-tickets":{"name":"messages-question","fa":"fas"},"s-time":{"name":"clock","fa":"far"},"s-transcript":{"name":"message-quote","fa":"far"},"s-trash":{"name":"trash","fa":"far"},"s-triggers":{"name":"bolt","fa":"fas"},"s-unstar":{"name":"star","fa":"fal"},"s-undo":{"name":"arrow-rotate-left","fa":"far"},"s-view-link":{"name":"arrow-up-right-from-square"},"s-obj-link":{"name":"angle-right"},"s-wiki":{"name":"book-bookmark","fa":"far"},"s-worksheets":{"name":"file-spreadsheet","fa":"far"},"s-worksheet-responses":{"name":"memo-circle-check","fa":"far"},"s-xmark":{"name":"xmark","fa":"fas"},"s-screwdriver-wrench":{"name":"screwdriver-wrench","fa":"fas"},"s-angle-up":{"name":"angle-up","fa":"fas"},"s-angle-down":{"name":"angle-down","fa":"fas"},"s-warning":{"name":"triangle-exclamation","fa":"fas"},"s-wrench":{"name":"wrench","fa":"far"},"s-sync":{"name":"sync","fa":"fas"},"s-titlecaps":{"name":"titlecaps","fa":"fak"},"s-bars-progress":{"name":"bars-progress","fa":"far"},"s-arrows-up-down":{"name":"arrows-up-down","fa":"fas"},"s-builder-popup":{"name":"window-restore","fa":"far"},"s-builder-global-block":{"name":"link","fa":"far"},"s-builder-global-block-unlink":{"name":"link-slash","fa":"far"},"s-to-simplero":{"name":"to-simplero","fa":"fak"},"s-desktop":{"name":"desktop","fa":"far"},"s-desktop-slash":{"name":"desktop-slash","fa":"fak"},"s-tablet":{"name":"tablet","fa":"far"},"s-tablet-slash":{"name":"tablet-slash","fa":"fak"},"s-mobile":{"name":"mobile","fa":"far"},"s-mobile-slash":{"name":"mobile-slash","fa":"fak"},"s-video":{"name":"video","fa":"far"},"s-audio":{"name":"headphones","fa":"far"},"s-pdf":{"name":"file-pdf","fa":"far"},"s-image":{"name":"image","fa":"far"},"s-wait":{"name":"stopwatch","fa":"far","class":"text-amber-500"},"s-wait-time":{"name":"calendar","fa":"far","class":"text-amber-500"},"s-wait-course-start":{"name":"book-open-reader","fa":"far","class":"text-amber-500"},"s-wait-period-ends":{"name":"reply-clock","fa":"far","class":"text-amber-500"},"s-white-label-mobile-apps":{"name":"mobile-screen-button","fa":"far"},"s-stop":{"name":"circle-stop","fa":"fas","class":"text-red-600"},"s-goto":{"name":"arrow-turn-up","fa":"fas","class":"fa-flip-horizontal text-amber-500"},"s-action":{"name":"bolt","fa":"fad","class":"text-red-600"},"f-in-table-name":{"name":"id-card-clip","fa":"fad","class":"text-primary-500"},"f-in-table-email":{"name":"envelope","fa":"fad","class":"text-primary-500"},"f-phone":{"name":"mobile-screen-button","fa":"fad","class":"text-primary-500"},"f-text":{"name":"font-case","fa":"fad","class":"text-neutral-500"},"f-text-area":{"name":"align-left","fa":"fad","class":"text-neutral-500"},"f-integer":{"name":"brackets-round","fa":"fad","class":"text-neutral-500"},"f-decimal":{"name":"square-6","fa":"fad","class":"text-neutral-500"},"f-date":{"name":"calendar-day","fa":"fad","class":"text-neutral-500"},"f-datetime":{"name":"calendar-clock","fa":"fad","class":"text-neutral-500"},"f-countdown-timer-option":{"name":"timer","fa":"fad","class":"text-neutral-500"},"f-currency":{"name":"circle-dollar","fa":"fad","class":"text-neutral-500"},"f-money":{"name":"coins","fa":"fad","class":"text-neutral-500"},"f-radio-button":{"name":"circle-dot","fa":"fad","class":"text-neutral-500"},"f-check-box":{"name":"square-check","fa":"fad","class":"text-neutral-500"},"f-check-boxes":{"name":"square-check","fa":"fad","class":"text-neutral-500"},"f-switch":{"name":"toggle-on","fa":"fad","class":"text-neutral-500"},"f-select":{"name":"square-caret-down","fa":"fad","class":"text-neutral-500"},"f-acceptance":{"name":"circle-check","fa":"fad","class":"text-neutral-500"},"f-scale-rating":{"name":"star-half-stroke","fa":"fad","class":"text-neutral-500"},"f-yes-no":{"name":"scale-balanced","fa":"fad","class":"text-neutral-500"},"f-url":{"name":"brackets-curly","fa":"fad","class":"text-neutral-500"},"f-gender":{"name":"venus-mars","fa":"fad","class":"text-amber-500"},"f-age":{"name":"hourglass-end","fa":"fad","class":"text-amber-500"},"f-birth-date":{"name":"calendar-circle-user","fa":"fad","class":"text-amber-500"},"f-time-zone":{"name":"earth-americas","fa":"fad","class":"text-amber-500"},"f-address":{"name":"location-dot","fa":"fad","class":"text-primary-500"},"f-country":{"name":"map-location-dot","fa":"fad","class":"text-primary-500"},"f-us-state":{"name":"flag-usa","fa":"fad","class":"text-primary-500"},"f-facebook-url":{"name":"square-facebook","fa":"fab","class":"text-teal-600"},"f-twitter-username":{"name":"square-x-twitter","fa":"fab","class":"text-teal-600"},"f-twitter-handle":{"name":"square-x-twitter","fa":"fab","class":"text-teal-600"},"f-x-username":{"name":"square-x-twitter","fa":"fab","class":"text-teal-600"},"f-x-handle":{"name":"square-x-twitter","fa":"fab","class":"text-teal-600"},"f-skype-name":{"name":"skype","fa":"fab","class":"text-teal-600"},"f-tiktok-handle":{"name":"tiktok","fa":"fab","class":"text-teal-600"},"f-instagram-username":{"name":"square-instagram","fa":"fab","class":"text-teal-600"},"f-linkedin-username":{"name":"linkedin","fa":"fab","class":"text-teal-600"},"f-youtube-handle":{"name":"square-youtube","fa":"fab","class":"text-teal-600"},"f-pinterest-username":{"name":"square-pinterest","fa":"fab","class":"text-teal-600"},"f-reddit-username":{"name":"square-reddit","fa":"fab","class":"text-teal-600"},"f-heading":{"name":"heading","fa":"fad","class":"text-neutral-500"},"f-divider":{"name":"horizontal-rule","fa":"fad","class":"text-neutral-500"},"f-section":{"name":"circle-caret-down","fa":"fad","class":"text-neutral-500"},"f-file":{"name":"file","fa":"fad","class":"text-neutral-500"},"f-hidden":{"name":"eye-slash","fa":"fad","class":"text-neutral-500"},"s-brand-google":{"image_path":"global/google-logo.svg"},"s-brand-google-meet":{"image_path":"global/google-meet-logo.svg"},"s-brand-zoom":{"image_path":"global/zoom-logo.svg"},"s-brand-microsoft":{"image_path":"global/microsoft-logo.svg"},"s-brand-office365":{"image_path":"global/office365-logo.svg"},"s-brand-outlook":{"image_path":"global/outlook-logo.svg"},"s-brand-outlook-com":{"image_path":"global/outlook-com-logo.svg"}}
  window.SUPPORTS_FONT_AWESOME = true;
</script>
    <script src="https://kit.fontawesome.com/7602b1db9f.js" crossorigin="anonymous"></script>
    <style>
      :root {
        --fa-width: auto;
      }
    </style>

    <link rel="stylesheet" href="https://assets0.simplero.com/packs/vite/assets/index-o2jbNlcR.css" />


  <style>
    :root {
      --color-button-50-rgb:   243.0, 247.0, 253.0;
      --color-button-100-rgb:  222.0, 231.0, 251.0;
      --color-button-200-rgb:  201.0, 216.0, 248.0;
      --color-button-300-rgb:  178.0, 199.0, 245.0;
      --color-button-400-rgb:  105.0, 146.0, 235.0;
      --color-button-500-rgb:  63.0, 115.0, 229.0;
      --color-button-600-rgb:  52.0, 94.0, 188.0;
      --color-button-700-rgb:  47.0, 86.0, 172.0;
      --color-button-contrast: #FFFFFF;

      --color-accent-400-rgb:  69.0, 200.0, 157.0;
      --color-accent-500-rgb:  16.0, 185.0, 129.0;
      --color-accent-600-rgb:  13.0, 152.0, 106.0;
      --color-accent-contrast: #FFFFFF;

      --input-checkbox-checked-bg-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0676 0.653377 10.0953 1.22061 9.7903 1.6129L9.70711 1.70711L4.70711 6.70711C4.34662 7.06759 3.77939 7.09532 3.3871 6.7903L3.29289 6.70711L0.292893 3.70711C-0.0976311 3.31658 -0.0976311 2.68342 0.292893 2.29289C0.653377 1.93241 1.22061 1.90468 1.6129 2.2097L1.70711 2.29289L4 4.585L8.29289 0.292893Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
      --input-radio-checked-bg-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    }
  </style>

    <script src="https://assets0.simplero.com/packs/vite/assets/jquery-B-EYJANo.js" crossorigin="" type="module" data-turbolinks-track="true"></script><link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/chunk-BqqyDuhV.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/jquery-Cd6O8L0D.js" as="script" crossorigin="" data-turbolinks-track="true">
    <script src="https://assets0.simplero.com/packs/vite/assets/global_essentials-CFJaHdCd.js" crossorigin="" type="module" data-turbolinks-track="true"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/builder_doc-BB9bHw9C.js" crossorigin="" type="module" data-turbolinks-track="true"></script><link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/chunk-BqqyDuhV.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/preload-helper-Cq4mCRaO.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/jquery-Cd6O8L0D.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_baseGetTag-B1R_Rk7h.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/isObject-IuKcf8tK.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_getNative-CjLqL2Ku.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_baseRest-GkNUylsE.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/dom_ready-Dob8HAiy.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/form_focus-Bs3RW0yw.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/highlight-DvYCw2wA.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/iframe-B6HMJH0Y.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/dist-Dlg_O36I.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/popper-kaFyJoOE.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/tippy.esm-Bi4TJ9BF.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/ajax_helpers-dxcELft2.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/inherits_from-D8dR4eqU.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/dist-CBvdHdVT.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/morphdom-esm-BwWjQpB9.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/esm-CnXLDsRY.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/local_draft_manager-CH2Gs7mz.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/progress_bar-DFVDF7yQ.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/title_caps-CgnLyZt6.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/classnames-9gPShjH8.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/checkboxes_group-XtC6vwIN.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/dom-4iNySZvj.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/one_click_purchase-DpAUW6_y.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/rails-ujs-BSTPar_3.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/rails_ujs-CixaYpHS.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/admin_bar-DfjXlXsp.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/stealme-CmdhmSMM.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/__vite-browser-external-D6hvfSuu.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/video.es-BM7C7Doc.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/videojs-CmMrYwHS.js" as="script" crossorigin="" data-turbolinks-track="true"><link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/builder_doc-C6XpIQV4.css" media="all" data-turbolinks-track="true" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/switch-CJpUZktV.css" media="all" data-turbolinks-track="true" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/progress_bar-BFcr2gK-.css" media="all" data-turbolinks-track="true" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/checkboxes_group-DlIXLSUS.css" media="all" data-turbolinks-track="true" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/one_click_purchase-qx1phkNE.css" media="all" data-turbolinks-track="true" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/admin_bar-yCMslUly.css" media="all" data-turbolinks-track="true" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/stealme-CAN7ZdnS.css" media="all" data-turbolinks-track="true" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/videojs-DbXKFZm2.css" media="all" data-turbolinks-track="true" />
    <script src="https://assets0.simplero.com/packs/vite/assets/altcha-D7CKA6RM.js" crossorigin="" type="module" data-turbolinks-track="true"></script>
    <script src="https://assets0.simplero.com/packs/vite/assets/input_visibility_component_controller-Bhu_uDH5.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/adding_indicator_component_controller-Dct1e45a.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/node_component_controller-gTfWKriW.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/gap_resizer_component_controller-BtzpaSSC.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/row_in_iframe_component_controller-Ba9ID0_n.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/paragraph_component_controller-DBkScRZ-.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/image_component_controller-BHcM8ZdC.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/node_edit_in_layout_editor_overlay_component_controller-B_WpjVFc.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/node_empty_state_component_controller-BR2-CPON.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/button_component_controller-MIz5nuHh.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/popup_component_controller-ZWxu5do8.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/site_controller-D-busyyc.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/widget_component_controller-cqrVz8_O.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/notification_manager_component_controller-Dp78Fql5.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/header_component_controller-CLkdIsw-.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/utils_controller-CIHzahR3.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/adaptive_theme_component_controller-NcLSpoiV.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/input_component_controller-CUBdIqXL.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/field_component_controller-CGw6iyC0.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/dropdown_component_controller-OiaIffb5.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/panes_component_controller-OSaKfQOR.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/menu_component_controller-DGaLcbN8.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/theme_switcher_controller-BkKYQVey.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/sidebar_nav_component_controller-B2uNIgPw.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/revealable_controller-YUCcddk2.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/footer_component_controller-Bh4n1NcU.js" crossorigin="" type="module"></script><link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/application-DHQk_adF.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/stimulus-B6BAuGr7.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/dist-Cix3_kGD.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/popper-kaFyJoOE.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/tippy.esm-Bi4TJ9BF.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/helpers-JHrUE8sc.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/esm-CnXLDsRY.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/upload_helpers-D1kvuFsx.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/chunk-BqqyDuhV.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/jquery-Cd6O8L0D.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/fetch-BZYTyyNK.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/iframe-B6HMJH0Y.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_baseGetTag-B1R_Rk7h.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/isObject-IuKcf8tK.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_getNative-CjLqL2Ku.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_baseRest-GkNUylsE.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/dom_ready-Dob8HAiy.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/el-transition-DuxSsEr8.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/form_focus-Bs3RW0yw.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/dom-4iNySZvj.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/animation-D8fL4cQ8.js" as="script" crossorigin=""><link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/node_component_controller-BBK_F0jd.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/gap_resizer_component_controller-C3RhCUOy.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/paragraph_component_controller-qD87-3X-.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/node_edit_in_layout_editor_overlay_component_controller-CUbaajv4.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/node_empty_state_component_controller-CBCcNjpU.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/popup_component_controller-BmGTAkGA.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/widget_component_controller-DDbbXfQq.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/header_component_controller-BWapLXGI.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/input_component_controller-5QiFeclm.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/field_component_controller-3bFl1DPh.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/panes_component_controller-K5fyDXVH.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/menu_component_controller-CWaR4CxT.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/sidebar_nav_component_controller-BHAYhsxx.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/footer_component_controller-DJQgfo-I.css" media="all" />
<script src="https://assets0.simplero.com/packs/vite/assets/stimulus_lazy_loader-Da51xhp6.js" crossorigin="" type="module" data-turbolinks-track="true"></script><link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/preload-helper-Cq4mCRaO.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/helpers-B1Z0-kFA.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/stimulus-B6BAuGr7.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/lazy_loader-qkCWxgvz.js" as="script" crossorigin="" data-turbolinks-track="true">


    

    <style>      .wysiwyg-content .btn.btn, html body .tw .wysiwyg-content .btn.btn {
        background-color: var(--style-guide-primary-light);
        color: var(--style-guide-primary-contrast);
        border-color: var(--style-guide-primary-600);
      }

      html.dark .wysiwyg-content .btn.btn, html.dark body .tw .wysiwyg-content .btn.btn {
        background-color: var(--style-guide-primary-dark);
      }

      .wysiwyg-content .btn.btn:hover,
      .wysiwyg-content .btn.btn:active,
      .wysiwyg-content .btn.btn:focus,
      html body .tw .wysiwyg-content .btn.btn:hover,
      html body .tw .wysiwyg-content .btn.btn:active,
      html body .tw .wysiwyg-content .btn.btn:focus {
        color: var(--style-guide-primary-contrast);
        background-color: var(--style-guide-primary-400);
      }

      /* This is to override the account WYSIWYG CSS for builder docs */
      html body .tw .builder-wysiwyg .wysiwyg-content :is(h1, h2, h3, h4, h5, h6) {
        font: inherit;
        margin: 0;
        line-height: inherit;
      }
</style><style>:root {
  --style-guide-neutral-0: #ffffff;
--style-guide-neutral-50: #fcfcfd;
--style-guide-neutral-100: #f8fafc;
--style-guide-neutral-200: #f1f5f9;
--style-guide-neutral-300: #e2e8f0;
--style-guide-neutral-400: #cbd5e1;
--style-guide-neutral-500: #94a3b8;
--style-guide-neutral-600: #64748b;
--style-guide-neutral-700: #475569;
--style-guide-neutral-800: #334155;
--style-guide-neutral-825: #282f40;
--style-guide-neutral-850: #1a2133;
--style-guide-neutral-900: #0f172a;
--style-guide-primary-light: #3F73E5;
--style-guide-primary-50: #f3f7fd;
--style-guide-primary-100: #dee7fb;
--style-guide-primary-200: #c9d8f8;
--style-guide-primary-300: #b2c7f5;
--style-guide-primary-400: #6992eb;
--style-guide-primary-500: #3f73e5;
--style-guide-primary-600: #345ebc;
--style-guide-primary-700: #2f56ac;
--style-guide-primary-800: #284890;
--style-guide-primary-900: #213d79;
--style-guide-primary-contrast: #fff;
--style-guide-primary-dark: #3F73E5;
--style-guide-secondary-light: #10B981;
--style-guide-secondary-50: #f1fbf7;
--style-guide-secondary-100: #d6f3ea;
--style-guide-secondary-200: #bcebdc;
--style-guide-secondary-300: #9fe3cd;
--style-guide-secondary-400: #45c89d;
--style-guide-secondary-500: #10b981;
--style-guide-secondary-600: #0d986a;
--style-guide-secondary-700: #0c8b61;
--style-guide-secondary-800: #0a7551;
--style-guide-secondary-900: #086244;
--style-guide-secondary-contrast: #fff;
--style-guide-secondary-dark: #10B981;;
}

:root.dark, :root:is(.dark *), :root .dark {
  --style-guide-primary-50: #f3f7fd;
--style-guide-primary-100: #dee7fb;
--style-guide-primary-200: #c9d8f8;
--style-guide-primary-300: #b2c7f5;
--style-guide-primary-400: #6992eb;
--style-guide-primary-500: #3f73e5;
--style-guide-primary-600: #345ebc;
--style-guide-primary-700: #2f56ac;
--style-guide-primary-800: #284890;
--style-guide-primary-900: #213d79;
--style-guide-primary-contrast: #fff;
--style-guide-secondary-50: #f1fbf7;
--style-guide-secondary-100: #d6f3ea;
--style-guide-secondary-200: #bcebdc;
--style-guide-secondary-300: #9fe3cd;
--style-guide-secondary-400: #45c89d;
--style-guide-secondary-500: #10b981;
--style-guide-secondary-600: #0d986a;
--style-guide-secondary-700: #0c8b61;
--style-guide-secondary-800: #0a7551;
--style-guide-secondary-900: #086244;
--style-guide-secondary-contrast: #fff;
}

a.t-btn.t-btn-secondary,
a.t-btn.t-btn-secondary:active,
a.t-btn.t-btn-secondary:focus,
a.t-btn.t-btn-secondary:hover,
a.t-btn.t-btn-secondary .s-icon,
button.t-btn.t-btn-secondary,
button.t-btn.t-btn-secondary:active,
button.t-btn.t-btn-secondary:focus,
button.t-btn.t-btn-secondary:hover,
button.t-btn.t-btn-secondary .s-icon {
  color: rgb(var(--color-secondary-500-rgb, var(--color-primary-500-rgb, 63, 115, 229)))
}
</style>


    <style>:root, .dark  { --color-primary-50-rgb: var(--sg-system-color-primary-50-rgb);
--color-primary-100-rgb: var(--sg-system-color-primary-100-rgb);
--color-primary-200-rgb: var(--sg-system-color-primary-200-rgb);
--color-primary-300-rgb: var(--sg-system-color-primary-300-rgb);
--color-primary-400-rgb: var(--sg-system-color-primary-400-rgb);
--color-primary-500-rgb: var(--sg-system-color-primary-500-rgb);
--color-primary-600-rgb: var(--sg-system-color-primary-600-rgb);
--color-primary-700-rgb: var(--sg-system-color-primary-700-rgb);
--color-primary-800-rgb: var(--sg-system-color-primary-800-rgb);
--color-primary-900-rgb: var(--sg-system-color-primary-900-rgb);
--color-primary-contrast-rgb: var(--sg-system-color-primary-contrast-rgb);
--color-secondary-50-rgb: var(--sg-system-color-secondary-50-rgb);
--color-secondary-100-rgb: var(--sg-system-color-secondary-100-rgb);
--color-secondary-200-rgb: var(--sg-system-color-secondary-200-rgb);
--color-secondary-300-rgb: var(--sg-system-color-secondary-300-rgb);
--color-secondary-400-rgb: var(--sg-system-color-secondary-400-rgb);
--color-secondary-500-rgb: var(--sg-system-color-secondary-500-rgb);
--color-secondary-600-rgb: var(--sg-system-color-secondary-600-rgb);
--color-secondary-700-rgb: var(--sg-system-color-secondary-700-rgb);
--color-secondary-800-rgb: var(--sg-system-color-secondary-800-rgb);
--color-secondary-900-rgb: var(--sg-system-color-secondary-900-rgb);
--color-secondary-contrast-rgb: var(--sg-system-color-secondary-contrast-rgb);
--color-neutral-0-rgb: var(--sg-system-color-neutral-0-rgb);
--color-neutral-50-rgb: var(--sg-system-color-neutral-50-rgb);
--color-neutral-100-rgb: var(--sg-system-color-neutral-100-rgb);
--color-neutral-200-rgb: var(--sg-system-color-neutral-200-rgb);
--color-neutral-300-rgb: var(--sg-system-color-neutral-300-rgb);
--color-neutral-400-rgb: var(--sg-system-color-neutral-400-rgb);
--color-neutral-500-rgb: var(--sg-system-color-neutral-500-rgb);
--color-neutral-600-rgb: var(--sg-system-color-neutral-600-rgb);
--color-neutral-700-rgb: var(--sg-system-color-neutral-700-rgb);
--color-neutral-800-rgb: var(--sg-system-color-neutral-800-rgb);
--color-neutral-825-rgb: var(--sg-system-color-neutral-825-rgb);
--color-neutral-850-rgb: var(--sg-system-color-neutral-850-rgb);
--color-neutral-900-rgb: var(--sg-system-color-neutral-900-rgb); }</style><style>:root, .dark  { --tw-base-font-size: var(--sg-effective-system-base-font-size, var(--sg-system-base-font-size)); }</style>
      
  
  <script defer id="_simplero_landing_page_js_196685" src="https://madsclaussen.simplero.com/page/196685.js"></script>
  

  <script src="https://assets0.simplero.com/packs/vite/assets/site_layout-CfFFSIyQ.js" crossorigin="" type="module" data-turbolinks-track="true"></script><link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/chunk-BqqyDuhV.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/jquery-Cd6O8L0D.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_baseGetTag-B1R_Rk7h.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/isObject-IuKcf8tK.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_getNative-CjLqL2Ku.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_baseRest-GkNUylsE.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/dom_ready-Dob8HAiy.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/clippy-BzTm2jv8.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/form_focus-Bs3RW0yw.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/highlight-DvYCw2wA.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/iframe-B6HMJH0Y.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/dist-Dlg_O36I.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/popper-kaFyJoOE.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/tippy.esm-Bi4TJ9BF.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/ajax_helpers-dxcELft2.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/simplero_pusher-CwpMPNnF.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/pusher_waiter-bMEuXTha.js" as="script" crossorigin="" data-turbolinks-track="true">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/jquery_event_delegator-27UbnoCX.js" as="script" crossorigin="" data-turbolinks-track="true"><link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/site_layout-BXqcWRXE.css" media="all" data-turbolinks-track="true" />

<meta name="facebook-domain-verification" content="tm8rlypug1w4oohjkmdxp9hikl2cu9" />
<meta name="facebook-domain-verification" content="2lz2819s9u6943cusv23drjptgv5co" />
<meta name="facebook-domain-verification" content="9ojtoo2ageaoddiwg5aruy2uui3ef1" /><meta name="facebook-domain-verification" content="8wp7pfdqpgp7dnz2ltf8gd4wz0avvc" /><script async="async">(function() {
  let pageViewParams = {
    referrer: "",
    original_url: "https://www.madsclaussen.dk/",
    split_test_page_id: ''
  }
  let csrfParam = document.querySelector('meta[name="csrf-param"]')?.getAttribute('content')
  let csrfToken = document.querySelector('meta[name="csrf-token"]')?.getAttribute('content')
  if (csrfParam && csrfToken) {
    pageViewParams[csrfParam] = csrfToken
  }
  fetch("/pages/228226/record_view", {
    method: 'POST',
    headers: {
      'Content-Type': 'application/x-www-form-urlencoded'
    },
    mode: 'no-cors',
    body: new URLSearchParams(pageViewParams)
  }).then(() => { document.body.setAttribute('data-simplero-page-view-recorded', '1') })
})()
</script><script>function simpleroJSCode86c4b1639c19047c86e26af5b39eb3d18e5e339e() {
  try {
    !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod?  n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '747964592543976', {"country":"us","fbp":"fb.1.1781250566766.4595809907"});
 
fbq('track', 'PageView', {}, { eventID: '747964592543976_txmlq7eto6c8dccx' });
  } catch(err) { console.log('an error occurred while running your js', err) }
}

function simpleroJSCode86c4b1639c19047c86e26af5b39eb3d18e5e339eWrapper() {
  if (typeof simpleroCookieConsent == 'undefined') {
    console.log("simpleroCookieConsent is undefined, running provided JS anyway.")
    simpleroJSCode86c4b1639c19047c86e26af5b39eb3d18e5e339e()
  } else {
    simpleroCookieConsent.whenCookiesAllowed(simpleroJSCode86c4b1639c19047c86e26af5b39eb3d18e5e339e)
  }
}

// Wait for the document to be ready, otherwise simpleroCookieConsent may not be defined yet.
if (typeof simpleroCookieConsent != 'undefined' || document.readyState === "complete" || document.readyState === "loaded") {
  simpleroJSCode86c4b1639c19047c86e26af5b39eb3d18e5e339eWrapper()
} else {
  document.addEventListener('DOMContentLoaded', simpleroJSCode86c4b1639c19047c86e26af5b39eb3d18e5e339eWrapper)
}
</script>  <script src="https://assets0.simplero.com/packs/vite/assets/builder_doc_layout-DUMJdXXi.js" crossorigin="" type="module" data-turbolinks-track="true"></script><link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/builder_doc_layout-CAybvIOx.css" media="all" data-turbolinks-track="true" />
  <style id="style-guide">:root  {
--sg-palette-color-1: #FFFFFF;
--sg-palette-color-2: #F1F5F9;
--sg-palette-color-3: #1A2133;
--sg-palette-color-4: #0F172A;
--sg-palette-color-5: #3F73E5;

--sg-palette-color-lightest: var(--sg-palette-color-1);
--sg-palette-color-light: var(--sg-palette-color-2);
--sg-palette-color-accent: var(--sg-palette-color-5);
--sg-palette-color-dark: var(--sg-palette-color-3);
--sg-palette-color-darkest: var(--sg-palette-color-4);

--sg-palette-color-1-contrast: #0F172A;
--sg-palette-color-2-contrast: #334155;
--sg-palette-color-3-contrast: #FFFFFF;
--sg-palette-color-4-contrast: #FFFFFF;
--sg-palette-color-5-contrast: #FFFFFF;

--sg-palette-color-lightest-contrast: var(--sg-palette-color-1-contrast);
--sg-palette-color-light-contrast: var(--sg-palette-color-2-contrast);
--sg-palette-color-accent-contrast: var(--sg-palette-color-5-contrast);
--sg-palette-color-dark-contrast: var(--sg-palette-color-3-contrast);
--sg-palette-color-darkest-constrast: var(--sg-palette-color-4-contrast);

}
:root  {
--sg-system-color-neutral-0-rgb: 255.0, 255.0, 255.0;
--sg-system-color-neutral-0: rgb(var(--sg-system-color-neutral-0-rgb));
--sg-system-color-neutral-50-rgb: 252.0, 252.0, 253.0;
--sg-system-color-neutral-50: rgb(var(--sg-system-color-neutral-50-rgb));
--sg-system-color-neutral-100-rgb: 248.0, 250.0, 252.0;
--sg-system-color-neutral-100: rgb(var(--sg-system-color-neutral-100-rgb));
--sg-system-color-neutral-200-rgb: 241.0, 245.0, 249.0;
--sg-system-color-neutral-200: rgb(var(--sg-system-color-neutral-200-rgb));
--sg-system-color-neutral-300-rgb: 226.0, 232.0, 240.0;
--sg-system-color-neutral-300: rgb(var(--sg-system-color-neutral-300-rgb));
--sg-system-color-neutral-400-rgb: 203.0, 213.0, 225.0;
--sg-system-color-neutral-400: rgb(var(--sg-system-color-neutral-400-rgb));
--sg-system-color-neutral-500-rgb: 148.0, 163.0, 184.0;
--sg-system-color-neutral-500: rgb(var(--sg-system-color-neutral-500-rgb));
--sg-system-color-neutral-600-rgb: 100.0, 116.0, 139.0;
--sg-system-color-neutral-600: rgb(var(--sg-system-color-neutral-600-rgb));
--sg-system-color-neutral-700-rgb: 71.0, 85.0, 105.0;
--sg-system-color-neutral-700: rgb(var(--sg-system-color-neutral-700-rgb));
--sg-system-color-neutral-800-rgb: 51.0, 65.0, 85.0;
--sg-system-color-neutral-800: rgb(var(--sg-system-color-neutral-800-rgb));
--sg-system-color-neutral-825-rgb: 40.0, 47.0, 64.0;
--sg-system-color-neutral-825: rgb(var(--sg-system-color-neutral-825-rgb));
--sg-system-color-neutral-850-rgb: 26.0, 33.0, 51.0;
--sg-system-color-neutral-850: rgb(var(--sg-system-color-neutral-850-rgb));
--sg-system-color-neutral-900-rgb: 15.0, 23.0, 42.0;
--sg-system-color-neutral-900: rgb(var(--sg-system-color-neutral-900-rgb));
--sg-system-color-primary-light: #3F73E5;
--sg-system-color-primary-50-rgb: 243.0, 247.0, 253.0;
--sg-system-color-primary-100-rgb: 222.0, 231.0, 251.0;
--sg-system-color-primary-200-rgb: 201.0, 216.0, 248.0;
--sg-system-color-primary-300-rgb: 178.0, 199.0, 245.0;
--sg-system-color-primary-400-rgb: 105.0, 146.0, 235.0;
--sg-system-color-primary-500-rgb: 63.0, 115.0, 229.0;
--sg-system-color-primary-600-rgb: 52.0, 94.0, 188.0;
--sg-system-color-primary-700-rgb: 47.0, 86.0, 172.0;
--sg-system-color-primary-800-rgb: 40.0, 72.0, 144.0;
--sg-system-color-primary-900-rgb: 33.0, 61.0, 121.0;
--sg-system-color-primary-contrast-rgb: 255.0, 255.0, 255.0;
--sg-system-color-primary-dark: #3F73E5;
--sg-system-color-secondary-light: #10B981;
--sg-system-color-secondary-50-rgb: 241.0, 251.0, 247.0;
--sg-system-color-secondary-100-rgb: 214.0, 243.0, 234.0;
--sg-system-color-secondary-200-rgb: 188.0, 235.0, 220.0;
--sg-system-color-secondary-300-rgb: 159.0, 227.0, 205.0;
--sg-system-color-secondary-400-rgb: 69.0, 200.0, 157.0;
--sg-system-color-secondary-500-rgb: 16.0, 185.0, 129.0;
--sg-system-color-secondary-600-rgb: 13.0, 152.0, 106.0;
--sg-system-color-secondary-700-rgb: 12.0, 139.0, 97.0;
--sg-system-color-secondary-800-rgb: 10.0, 117.0, 81.0;
--sg-system-color-secondary-900-rgb: 8.0, 98.0, 68.0;
--sg-system-color-secondary-contrast-rgb: 255.0, 255.0, 255.0;
--sg-system-color-secondary-dark: #10B981;

}
:root.dark, :root:is(.dark *), :root .dark {
--sg-system-color-primary-50-rgb: 243.0, 247.0, 253.0;
--sg-system-color-primary-100-rgb: 222.0, 231.0, 251.0;
--sg-system-color-primary-200-rgb: 201.0, 216.0, 248.0;
--sg-system-color-primary-300-rgb: 178.0, 199.0, 245.0;
--sg-system-color-primary-400-rgb: 105.0, 146.0, 235.0;
--sg-system-color-primary-500-rgb: 63.0, 115.0, 229.0;
--sg-system-color-primary-600-rgb: 52.0, 94.0, 188.0;
--sg-system-color-primary-700-rgb: 47.0, 86.0, 172.0;
--sg-system-color-primary-800-rgb: 40.0, 72.0, 144.0;
--sg-system-color-primary-900-rgb: 33.0, 61.0, 121.0;
--sg-system-color-primary-contrast-rgb: 255.0, 255.0, 255.0;
--sg-system-color-secondary-50-rgb: 241.0, 251.0, 247.0;
--sg-system-color-secondary-100-rgb: 214.0, 243.0, 234.0;
--sg-system-color-secondary-200-rgb: 188.0, 235.0, 220.0;
--sg-system-color-secondary-300-rgb: 159.0, 227.0, 205.0;
--sg-system-color-secondary-400-rgb: 69.0, 200.0, 157.0;
--sg-system-color-secondary-500-rgb: 16.0, 185.0, 129.0;
--sg-system-color-secondary-600-rgb: 13.0, 152.0, 106.0;
--sg-system-color-secondary-700-rgb: 12.0, 139.0, 97.0;
--sg-system-color-secondary-800-rgb: 10.0, 117.0, 81.0;
--sg-system-color-secondary-900-rgb: 8.0, 98.0, 68.0;
--sg-system-color-secondary-contrast-rgb: 255.0, 255.0, 255.0;

}
:root  {

          --sg-color-style-1-background: var(--sg-palette-color-lightest);
          --sg-color-style-1-headline: var(--sg-palette-color-darkest);
          --sg-color-style-1-paragraph: var(--sg-palette-color-dark);
          --sg-color-style-1-subheadline: var(--sg-palette-color-darkest);
          --sg-color-style-1-preheadline: var(--sg-palette-color-darkest);
          --sg-color-style-1-link: var(--sg-palette-color-accent);
          --sg-color-style-1-input-accent: rgb(var(--color-accent-500-rgb));
          --sg-color-style-1-input-text: rgb(15, 23, 42);
          --sg-color-style-1-input-label: rgb(100, 116, 139);
          --sg-color-style-1-input-border: rgb(203, 213, 225);
          --sg-color-style-1-input-background: rgb(255, 255, 255);
        
}
:root  {

          --sg-color-style-2-background: var(--sg-palette-color-darkest);
          --sg-color-style-2-headline: var(--sg-palette-color-lightest);
          --sg-color-style-2-paragraph: var(--sg-palette-color-light);
          --sg-color-style-2-subheadline: var(--sg-palette-color-lightest);
          --sg-color-style-2-preheadline: var(--sg-palette-color-lightest);
          --sg-color-style-2-link: var(--sg-palette-color-accent);
          --sg-color-style-2-input-accent: rgb(var(--color-accent-500-rgb));
          --sg-color-style-2-input-text: rgb(15, 23, 42);
          --sg-color-style-2-input-label: rgb(100, 116, 139);
          --sg-color-style-2-input-border: rgb(203, 213, 225);
          --sg-color-style-2-input-background: rgb(255, 255, 255);
        
}
:root  {

          --sg-color-style-3-background: var(--sg-palette-color-darkest);
          --sg-color-style-3-headline: var(--sg-palette-color-accent);
          --sg-color-style-3-paragraph: var(--sg-palette-color-light);
          --sg-color-style-3-subheadline: var(--sg-palette-color-accent);
          --sg-color-style-3-preheadline: var(--sg-palette-color-accent);
          --sg-color-style-3-link: var(--sg-palette-color-lightest);
          --sg-color-style-3-input-accent: rgb(var(--color-accent-500-rgb));
          --sg-color-style-3-input-text: rgb(15, 23, 42);
          --sg-color-style-3-input-label: rgb(100, 116, 139);
          --sg-color-style-3-input-border: rgb(203, 213, 225);
          --sg-color-style-3-input-background: rgb(255, 255, 255);
        
}
:root  {

          --sg-color-style-4-background: var(--sg-palette-color-lightest);
          --sg-color-style-4-headline: var(--sg-palette-color-accent);
          --sg-color-style-4-paragraph: var(--sg-palette-color-dark);
          --sg-color-style-4-subheadline: var(--sg-palette-color-accent);
          --sg-color-style-4-preheadline: var(--sg-palette-color-accent);
          --sg-color-style-4-link: var(--sg-palette-color-darkest);
          --sg-color-style-4-input-accent: rgb(var(--color-accent-500-rgb));
          --sg-color-style-4-input-text: rgb(15, 23, 42);
          --sg-color-style-4-input-label: rgb(100, 116, 139);
          --sg-color-style-4-input-border: rgb(203, 213, 225);
          --sg-color-style-4-input-background: rgb(255, 255, 255);
        
}
:root  {

          --sg-color-style-5-background: var(--sg-palette-color-accent);
          --sg-color-style-5-headline: var(--sg-palette-color-lightest);
          --sg-color-style-5-paragraph: var(--sg-palette-color-light);
          --sg-color-style-5-subheadline: var(--sg-palette-color-lightest);
          --sg-color-style-5-preheadline: var(--sg-palette-color-lightest);
          --sg-color-style-5-link: var(--sg-palette-color-darkest);
          --sg-color-style-5-input-accent: rgb(var(--color-accent-500-rgb));
          --sg-color-style-5-input-text: rgb(15, 23, 42);
          --sg-color-style-5-input-label: rgb(100, 116, 139);
          --sg-color-style-5-input-border: rgb(203, 213, 225);
          --sg-color-style-5-input-background: rgb(255, 255, 255);
        
}
:root  {

          --sg-color-style-6-background: var(--sg-palette-color-light);
          --sg-color-style-6-headline: var(--sg-palette-color-darkest);
          --sg-color-style-6-paragraph: var(--sg-palette-color-dark);
          --sg-color-style-6-subheadline: var(--sg-palette-color-darkest);
          --sg-color-style-6-preheadline: var(--sg-palette-color-darkest);
          --sg-color-style-6-link: var(--sg-palette-color-accent);
          --sg-color-style-6-input-accent: rgb(var(--color-accent-500-rgb));
          --sg-color-style-6-input-text: rgb(15, 23, 42);
          --sg-color-style-6-input-label: rgb(100, 116, 139);
          --sg-color-style-6-input-border: rgb(203, 213, 225);
          --sg-color-style-6-input-background: rgb(255, 255, 255);
        
}
:root  {
--sg-cookie-banner-text-color: var(--sg-palette-color-dark);
--sg-cookie-banner-background-color: var(--sg-palette-color-lightest);
--sg-cookie-banner-button-text-color: var(--sg-palette-color-light);
--sg-cookie-banner-button-background-color: var(--sg-palette-color-accent);

}
:root  {
.cc-highlight .cc-btn:first-child {
  background-color: var(--sg-palette-color-accent) !important;
  border-color: var(--sg-palette-color-accent) !important;
  color: var(--sg-palette-color-light) !important;
}

}
:root  {
--sg-base-font-size-factor: 1.0;
}
:root  {
--sg-base-font-size-base: 16px;
}
:root  {
--sg-base-font-size: var(--sg-base-font-size-base);
}
@media (max-width: 1024px) {
:root  {
--sg-base-font-size-factor: 1.0;
}
}
:root  {
--sg-base-font-size-tab: 16px;
}
@media (max-width: 1024px) {
:root  {
--sg-base-font-size: var(--sg-base-font-size-tab);
}
}
@media (max-width: 640px) {
:root  {
--sg-base-font-size-factor: 0.9;
}
}
:root  {
--sg-base-font-size-mob: 14.4px;
}
@media (max-width: 640px) {
:root  {
--sg-base-font-size: var(--sg-base-font-size-mob);
}
}
:root  {
--sg-font-headline-font-family: Suez One;
--sg-font-headline-font-weight: 400;
--sg-font-headline-letter-spacing: 0px;
--sg-font-headline-line-height: 125%;
--sg-font-headline-size-xl: calc(3.052 * var(--sg-effective-base-font-size, 1rem));
--sg-font-headline-size-lg: calc(2.441 * var(--sg-effective-base-font-size, 1rem));
--sg-font-headline-size-md: calc(1.953 * var(--sg-effective-base-font-size, 1rem));
--sg-font-headline-size-sm: calc(1.563 * var(--sg-effective-base-font-size, 1rem));

}
:root .sg-font-headline {
font-family: var(--sg-font-headline-font-family);
font-weight: var(--sg-font-headline-font-weight);
letter-spacing: var(--sg-font-headline-letter-spacing);
line-height: var(--sg-font-headline-line-height);

}
:root .sg-font-headline.sg-font-size-xl {
font-size: var(--sg-font-headline-size-xl);

}
:root .sg-font-headline.sg-font-size-lg {
font-size: var(--sg-font-headline-size-lg);

}
:root .sg-font-headline.sg-font-size-md {
font-size: var(--sg-font-headline-size-md);

}
:root .sg-font-headline.sg-font-size-sm {
font-size: var(--sg-font-headline-size-sm);

}
:root  {
--sg-font-paragraph-font-family: Inter;
--sg-font-paragraph-font-weight: 400;
--sg-font-paragraph-letter-spacing: 0px;
--sg-font-paragraph-line-height: 150%;
--sg-font-paragraph-size-xl: calc(1.125 * var(--sg-effective-base-font-size, 1rem));
--sg-font-paragraph-size-lg: calc(1 * var(--sg-effective-base-font-size, 1rem));
--sg-font-paragraph-size-md: calc(0.889 * var(--sg-effective-base-font-size, 1rem));
--sg-font-paragraph-size-sm: calc(0.79 * var(--sg-effective-base-font-size, 1rem));

}
:root .sg-font-paragraph {
font-family: var(--sg-font-paragraph-font-family);
font-weight: var(--sg-font-paragraph-font-weight);
letter-spacing: var(--sg-font-paragraph-letter-spacing);
line-height: var(--sg-font-paragraph-line-height);

}
:root .sg-font-paragraph.sg-font-size-xl {
font-size: var(--sg-font-paragraph-size-xl);

}
:root .sg-font-paragraph.sg-font-size-lg {
font-size: var(--sg-font-paragraph-size-lg);

}
:root .sg-font-paragraph.sg-font-size-md {
font-size: var(--sg-font-paragraph-size-md);

}
:root .sg-font-paragraph.sg-font-size-sm {
font-size: var(--sg-font-paragraph-size-sm);

}
:root  {
--sg-font-subheadline-font-family: Inter;
--sg-font-subheadline-font-weight: 500;
--sg-font-subheadline-letter-spacing: 0px;
--sg-font-subheadline-line-height: 125%;
--sg-font-subheadline-size-xl: calc(1.728 * var(--sg-effective-base-font-size, 1rem));
--sg-font-subheadline-size-lg: calc(1.44 * var(--sg-effective-base-font-size, 1rem));
--sg-font-subheadline-size-md: calc(1.2 * var(--sg-effective-base-font-size, 1rem));
--sg-font-subheadline-size-sm: calc(1 * var(--sg-effective-base-font-size, 1rem));

}
:root .sg-font-subheadline {
font-family: var(--sg-font-subheadline-font-family);
font-weight: var(--sg-font-subheadline-font-weight);
letter-spacing: var(--sg-font-subheadline-letter-spacing);
line-height: var(--sg-font-subheadline-line-height);

}
:root .sg-font-subheadline.sg-font-size-xl {
font-size: var(--sg-font-subheadline-size-xl);

}
:root .sg-font-subheadline.sg-font-size-lg {
font-size: var(--sg-font-subheadline-size-lg);

}
:root .sg-font-subheadline.sg-font-size-md {
font-size: var(--sg-font-subheadline-size-md);

}
:root .sg-font-subheadline.sg-font-size-sm {
font-size: var(--sg-font-subheadline-size-sm);

}
:root  {
--sg-font-preheadline-font-family: Inter;
--sg-font-preheadline-font-weight: 400;
--sg-font-preheadline-letter-spacing: 0px;
--sg-font-preheadline-line-height: 125%;
--sg-font-preheadline-size-xl: calc(1.266 * var(--sg-effective-base-font-size, 1rem));
--sg-font-preheadline-size-lg: calc(1.125 * var(--sg-effective-base-font-size, 1rem));
--sg-font-preheadline-size-md: calc(1 * var(--sg-effective-base-font-size, 1rem));
--sg-font-preheadline-size-sm: calc(0.889 * var(--sg-effective-base-font-size, 1rem));

}
:root .sg-font-preheadline {
font-family: var(--sg-font-preheadline-font-family);
font-weight: var(--sg-font-preheadline-font-weight);
letter-spacing: var(--sg-font-preheadline-letter-spacing);
line-height: var(--sg-font-preheadline-line-height);

}
:root .sg-font-preheadline.sg-font-size-xl {
font-size: var(--sg-font-preheadline-size-xl);

}
:root .sg-font-preheadline.sg-font-size-lg {
font-size: var(--sg-font-preheadline-size-lg);

}
:root .sg-font-preheadline.sg-font-size-md {
font-size: var(--sg-font-preheadline-size-md);

}
:root .sg-font-preheadline.sg-font-size-sm {
font-size: var(--sg-font-preheadline-size-sm);

}
:root  {
--sg-system-base-font-size-factor: 1.0;
}
:root  {
--sg-system-base-font-size: 16px;
}
:root  {
--sg-system-font-body-font-family: Inter;
}
:root  {
--sg-btn-button-content-1-pt: 24px;
--sg-btn-button-content-1-pl: 48px;
--sg-btn-button-content-1-pr: 48px;
--sg-btn-button-content-1-pb: 24px;

}
@media (max-width: 1024px) {
:root  {
--sg-btn-button-content-1-pt: 24px;
--sg-btn-button-content-1-pl: 48px;
--sg-btn-button-content-1-pr: 48px;
--sg-btn-button-content-1-pb: 24px;

}
}
@media (max-width: 640px) {
:root  {
--sg-btn-button-content-1-pt: 16px;
--sg-btn-button-content-1-pl: 16px;
--sg-btn-button-content-1-pr: 16px;
--sg-btn-button-content-1-pb: 16px;

}
}
:root  {

          --sg-btn-button-content-1-border-color: var(--sg-border-none-color);
          --sg-btn-button-content-1-border-style: var(--sg-border-none-style, 'none');
          --sg-btn-button-content-1-border-top-width: var(--sg-border-none-top-width, 0px);
          --sg-btn-button-content-1-border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --sg-btn-button-content-1-border-left-width: var(--sg-border-none-left-width, 0px);
          --sg-btn-button-content-1-border-right-width: var(--sg-border-none-right-width, 0px);
        
}
:root  {
--sg-border-sg-btn-button-content-1-custom-color: var(--sg-palette-color-5);
--sg-border-sg-btn-button-content-1-custom-style: solid;
--sg-border-sg-btn-button-content-1-custom-top-width: 1px;
--sg-border-sg-btn-button-content-1-custom-left-width: 1px;
--sg-border-sg-btn-button-content-1-custom-right-width: 1px;
--sg-border-sg-btn-button-content-1-custom-bottom-width: 1px;

}
:root  {
--sg-btn-button-content-1-br-tl: 4px;
--sg-btn-button-content-1-br-tr: 4px;
--sg-btn-button-content-1-br-bl: 4px;
--sg-btn-button-content-1-br-br: 4px;

}
:root  {
--sg-btn-button-content-1-color-bg: var(--sg-palette-color-accent);
--sg-btn-button-content-1-image-bg: none;


}
:root  {
--sg-btn-button-content-1-color-text: var(--sg-palette-color-accent-contrast, red);
--sg-btn-button-content-1-font-size-text: 1em;
--sg-btn-button-content-1-line-height-text: 110%;
--sg-btn-button-content-1-letter-spacing-text: 0px;
--sg-btn-button-content-1-font-weight-text: 500;
--sg-btn-button-content-1-font-family-text: var(--sg-font-headline-font-family);

--sg-btn-button-content-1-color-sub-text: var(--sg-palette-color-accent-contrast, red);
--sg-btn-button-content-1-font-size-sub-text: 0.85em;
--sg-btn-button-content-1-line-height-sub-text: 100%;
--sg-btn-button-content-1-letter-spacing-sub-text: 0px;
--sg-btn-button-content-1-font-weight-sub-text: 400;
--sg-btn-button-content-1-font-family-sub-text: var(--sg-font-headline-font-family);

}
:root  {
--sg-btn-button-content-2-pt: 24px;
--sg-btn-button-content-2-pl: 48px;
--sg-btn-button-content-2-pr: 48px;
--sg-btn-button-content-2-pb: 24px;

}
@media (max-width: 1024px) {
:root  {
--sg-btn-button-content-2-pt: 24px;
--sg-btn-button-content-2-pl: 48px;
--sg-btn-button-content-2-pr: 48px;
--sg-btn-button-content-2-pb: 24px;

}
}
@media (max-width: 640px) {
:root  {
--sg-btn-button-content-2-pt: 16px;
--sg-btn-button-content-2-pl: 16px;
--sg-btn-button-content-2-pr: 16px;
--sg-btn-button-content-2-pb: 16px;

}
}
:root  {

          --sg-btn-button-content-2-border-color: var(--sg-border-sg-btn-button-content-2-custom-color);
          --sg-btn-button-content-2-border-style: var(--sg-border-sg-btn-button-content-2-custom-style, 'none');
          --sg-btn-button-content-2-border-top-width: var(--sg-border-sg-btn-button-content-2-custom-top-width, 0px);
          --sg-btn-button-content-2-border-bottom-width: var(--sg-border-sg-btn-button-content-2-custom-bottom-width, 0px);
          --sg-btn-button-content-2-border-left-width: var(--sg-border-sg-btn-button-content-2-custom-left-width, 0px);
          --sg-btn-button-content-2-border-right-width: var(--sg-border-sg-btn-button-content-2-custom-right-width, 0px);
        
}
:root  {
--sg-border-sg-btn-button-content-2-custom-color: var(--sg-palette-color-accent);
--sg-border-sg-btn-button-content-2-custom-style: solid;
--sg-border-sg-btn-button-content-2-custom-top-width: 1px;
--sg-border-sg-btn-button-content-2-custom-left-width: 1px;
--sg-border-sg-btn-button-content-2-custom-right-width: 1px;
--sg-border-sg-btn-button-content-2-custom-bottom-width: 1px;

}
:root  {
--sg-btn-button-content-2-br-tl: 4px;
--sg-btn-button-content-2-br-tr: 4px;
--sg-btn-button-content-2-br-bl: 4px;
--sg-btn-button-content-2-br-br: 4px;

}
:root  {
--sg-btn-button-content-2-color-bg: transparent;
--sg-btn-button-content-2-image-bg: none;


}
:root  {
--sg-btn-button-content-2-color-text: var(--sg-palette-color-accent);
--sg-btn-button-content-2-font-size-text: 1em;
--sg-btn-button-content-2-line-height-text: 110%;
--sg-btn-button-content-2-letter-spacing-text: 0px;
--sg-btn-button-content-2-font-weight-text: 500;
--sg-btn-button-content-2-font-family-text: var(--sg-font-headline-font-family);

--sg-btn-button-content-2-color-sub-text: var(--sg-palette-color-accent);
--sg-btn-button-content-2-font-size-sub-text: 0.85em;
--sg-btn-button-content-2-line-height-sub-text: 100%;
--sg-btn-button-content-2-letter-spacing-sub-text: 0px;
--sg-btn-button-content-2-font-weight-sub-text: 400;
--sg-btn-button-content-2-font-family-sub-text: var(--sg-font-headline-font-family);

}
:root  {
--sg-btn-button-content-3-pt: 32px;
--sg-btn-button-content-3-pl: 64px;
--sg-btn-button-content-3-pr: 64px;
--sg-btn-button-content-3-pb: 32px;

}
@media (max-width: 1024px) {
:root  {
--sg-btn-button-content-3-pt: 32px;
--sg-btn-button-content-3-pl: 64px;
--sg-btn-button-content-3-pr: 64px;
--sg-btn-button-content-3-pb: 32px;

}
}
@media (max-width: 640px) {
:root  {
--sg-btn-button-content-3-pt: 24px;
--sg-btn-button-content-3-pl: 48px;
--sg-btn-button-content-3-pr: 48px;
--sg-btn-button-content-3-pb: 24px;

}
}
:root  {

          --sg-btn-button-content-3-border-color: var(--sg-border-none-color);
          --sg-btn-button-content-3-border-style: var(--sg-border-none-style, 'none');
          --sg-btn-button-content-3-border-top-width: var(--sg-border-none-top-width, 0px);
          --sg-btn-button-content-3-border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --sg-btn-button-content-3-border-left-width: var(--sg-border-none-left-width, 0px);
          --sg-btn-button-content-3-border-right-width: var(--sg-border-none-right-width, 0px);
        
}
:root  {
--sg-border-sg-btn-button-content-3-custom-color: var(--sg-palette-color-5);
--sg-border-sg-btn-button-content-3-custom-style: solid;
--sg-border-sg-btn-button-content-3-custom-top-width: 1px;
--sg-border-sg-btn-button-content-3-custom-left-width: 1px;
--sg-border-sg-btn-button-content-3-custom-right-width: 1px;
--sg-border-sg-btn-button-content-3-custom-bottom-width: 1px;

}
:root  {
--sg-btn-button-content-3-br-tl: 9999px;
--sg-btn-button-content-3-br-tr: 9999px;
--sg-btn-button-content-3-br-bl: 9999px;
--sg-btn-button-content-3-br-br: 9999px;

}
:root  {
--sg-btn-button-content-3-color-bg: var(--sg-palette-color-accent);
--sg-btn-button-content-3-image-bg: none;


}
:root  {
--sg-btn-button-content-3-color-text: var(--sg-palette-color-accent-contrast, red);
--sg-btn-button-content-3-font-size-text: 1.2em;
--sg-btn-button-content-3-line-height-text: 120%;
--sg-btn-button-content-3-letter-spacing-text: 0px;
--sg-btn-button-content-3-font-weight-text: 500;
--sg-btn-button-content-3-font-family-text: var(--sg-font-headline-font-family);

--sg-btn-button-content-3-color-sub-text: var(--sg-palette-color-accent-contrast, red);
--sg-btn-button-content-3-font-size-sub-text: 1em;
--sg-btn-button-content-3-line-height-sub-text: 105%;
--sg-btn-button-content-3-letter-spacing-sub-text: 0px;
--sg-btn-button-content-3-font-weight-sub-text: 400;
--sg-btn-button-content-3-font-family-sub-text: var(--sg-font-headline-font-family);

}
:root  {
--sg-border-1-color: var(--sg-palette-color-dark);
--sg-border-1-style: solid;
--sg-border-1-top-width: 1px;
--sg-border-1-left-width: 1px;
--sg-border-1-right-width: 1px;
--sg-border-1-bottom-width: 1px;

}
:root  {
--sg-border-2-color: var(--sg-palette-color-light);
--sg-border-2-style: solid;
--sg-border-2-top-width: 1px;
--sg-border-2-left-width: 1px;
--sg-border-2-right-width: 1px;
--sg-border-2-bottom-width: 1px;

}
:root  {
--sg-border-3-color: var(--sg-palette-color-accent);
--sg-border-3-style: dotted;
--sg-border-3-top-width: 3px;
--sg-border-3-left-width: 3px;
--sg-border-3-right-width: 3px;
--sg-border-3-bottom-width: 3px;

}
:root  {
--sg-box-shadow-1: 0px 4px 8px -2px rgba(15, 23, 42, 0.10);

}
:root  {
--sg-box-shadow-2: 0px 12px 16px -4px rgba(15, 23, 42, 0.08);

}
:root  {
--sg-box-shadow-3: 0px 24px 48px -12px rgba(15, 23, 42, 0.18);

}
:root  {
--sg-content-br-tl: 8px;
--sg-content-br-tr: 8px;
--sg-content-br-bl: 8px;
--sg-content-br-br: 8px;

}
:root  {
--sg-bg-image-1-size: cover; --sg-bg-image-1-position: center center; --sg-bg-image-1-parallax: none;
}
:root  {
--sg-bg-image-2-size: cover; --sg-bg-image-2-position: center center; --sg-bg-image-2-parallax: none;
}
:root  {
--sg-bg-image-3-size: cover; --sg-bg-image-3-position: center center; --sg-bg-image-3-parallax: none;
}</style>
  <link rel="preload" href="https://fonts.googleapis.com/css?family=Inter:regular,italic,500,500italic,600,600italic,700,700italic|Suez One:regular&amp;display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:regular,italic,500,500italic,600,600italic,700,700italic|Suez One:regular&amp;display=swap"></noscript>



        <link rel="icon" type="image/x-icon" href="https://img.simplerousercontent.net/scaled_image/6501035/f4bd41457cc56425e4cee14dabb2039eec473237/favicon-209w-192h.png" /><link rel="apple-touch-icon" href="https://img.simplerousercontent.net/scaled_image/6501035/f4bd41457cc56425e4cee14dabb2039eec473237/favicon-209w-192h.png"><link rel="shortcut icon" href="https://img.simplerousercontent.net/scaled_image/6501035/f4bd41457cc56425e4cee14dabb2039eec473237/favicon-209w-192h.png">


    
  <script>
    window.defaultColorScheme = "system"
    function setDarkClassBasedOnUserPreference() {
      // If URL has explicit color_scheme, use it; otherwise fall back to user preference
      var theme = false
        ? window.defaultColorScheme
        : (UserPreference.get('theme') || localStorage.getItem('theme') || window.defaultColorScheme)
      if (theme == 'system') {
        theme = window.matchMedia('(prefers-color-scheme: dark)').matches
          ? 'dark'
          : 'light'
      }
      document.documentElement.classList.toggle('dark', theme === 'dark')
    }
    setDarkClassBasedOnUserPreference()

    window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', window.setDarkClassBasedOnUserPreference)

    // Listen for theme change messages from parent window (for preview iframes)
    window.addEventListener('message', function(event) {
      if (event.data.type === 'theme-change') {
        var theme = event.data.theme
        if (theme === 'system') {
          theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'
        }
        document.documentElement.classList.toggle('dark', theme === 'dark')
      }
    })
  </script>
<style id="recent-colors-css-variable">:root { --recent-colors: ""; }</style></head>  <body style="margin: 0" data-controller="object-picker embedded-iframe site" data-action="object-picker:openModal-&gt;object-picker#modal object-picker:pickFromJSEvent-&gt;object-picker#pickFromJSEvent community--post-modal:recordView-&gt;site#recordView" data-pusher-key="8306da79b06cc8f17e1a" data-pusher-options="{&quot;cluster&quot;:&quot;mt1&quot;,&quot;channelAuthorization&quot;:{&quot;headers&quot;:{&quot;X-CSRF-Token&quot;:&quot;S_zvvvJBsw4pLxwYBDcwyMThU36xiUuyem6FZIo1xT3GFmklN1h8yyn7RAElviUxaDLCcW1yrDKg0kXk6827fw&quot;}}}" data-account-id="40681" data-request-id="52c4e51d79dc0d79398108238efb7ce9" data-username="" data-locale="en" data-time-zone="Europe/Copenhagen" data-use-modern-video-js-style="true" data-fonts="[{&quot;name&quot;:&quot;Helvetica Neue&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;&#39;Helvetica Neue&#39;, Helvetica, Arial, Verdana, Trebuchet MS, sans-serif&quot;,&quot;css_string&quot;:&quot;&#39;Helvetica Neue&#39;&quot;,&quot;category&quot;:&quot;sans-serif&quot;,&quot;key&quot;:&quot;helvetica_neue&quot;},{&quot;name&quot;:&quot;Lucida Grande&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;&#39;Lucida Grande&#39;, Lucida, Helvetica, Arial, Verdana, Trebuchet MS, sans-serif&quot;,&quot;css_string&quot;:&quot;&#39;Lucida Grande&#39;, Lucida&quot;,&quot;category&quot;:&quot;sans-serif&quot;,&quot;key&quot;:&quot;lucida_grande&quot;},{&quot;name&quot;:&quot;Helvetica&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;Helvetica, Helvetica, Arial, Verdana, Trebuchet MS, sans-serif&quot;,&quot;css_string&quot;:&quot;Helvetica&quot;,&quot;category&quot;:&quot;sans-serif&quot;,&quot;key&quot;:&quot;helvetica&quot;},{&quot;name&quot;:&quot;Arial&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;Arial, Helvetica, Arial, Verdana, Trebuchet MS, sans-serif&quot;,&quot;css_string&quot;:&quot;Arial&quot;,&quot;category&quot;:&quot;sans-serif&quot;,&quot;key&quot;:&quot;arial&quot;},{&quot;name&quot;:&quot;Arial Black&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;&#39;Arial Black&#39;, Helvetica, Arial, Verdana, Trebuchet MS, sans-serif&quot;,&quot;css_string&quot;:&quot;&#39;Arial Black&#39;&quot;,&quot;category&quot;:&quot;sans-serif&quot;,&quot;key&quot;:&quot;arial_black&quot;},{&quot;name&quot;:&quot;Tahoma&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;Tahoma, Helvetica, Arial, Verdana, Trebuchet MS, sans-serif&quot;,&quot;css_string&quot;:&quot;Tahoma&quot;,&quot;category&quot;:&quot;sans-serif&quot;,&quot;key&quot;:&quot;tahoma&quot;},{&quot;name&quot;:&quot;Trebuchet MS&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;&#39;Trebuchet MS&#39;, Helvetica, Arial, Verdana, Trebuchet MS, sans-serif&quot;,&quot;css_string&quot;:&quot;&#39;Trebuchet MS&#39;&quot;,&quot;category&quot;:&quot;sans-serif&quot;,&quot;key&quot;:&quot;trebuchet_ms&quot;},{&quot;name&quot;:&quot;Verdana&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;Verdana, Helvetica, Arial, Verdana, Trebuchet MS, sans-serif&quot;,&quot;css_string&quot;:&quot;Verdana&quot;,&quot;category&quot;:&quot;sans-serif&quot;,&quot;key&quot;:&quot;verdana&quot;},{&quot;name&quot;:&quot;Georgia&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;Georgia, Georgia, Times New Roman, Courier, serif&quot;,&quot;css_string&quot;:&quot;Georgia&quot;,&quot;category&quot;:&quot;serif&quot;,&quot;key&quot;:&quot;georgia&quot;},{&quot;name&quot;:&quot;Times&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;Times, Georgia, Times New Roman, Courier, serif&quot;,&quot;css_string&quot;:&quot;Times&quot;,&quot;category&quot;:&quot;serif&quot;,&quot;key&quot;:&quot;times&quot;},{&quot;name&quot;:&quot;Times New Roman&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;&#39;Times New Roman&#39;, Georgia, Times New Roman, Courier, serif&quot;,&quot;css_string&quot;:&quot;&#39;Times New Roman&#39;&quot;,&quot;category&quot;:&quot;serif&quot;,&quot;key&quot;:&quot;times_new_roman&quot;},{&quot;name&quot;:&quot;Garamond&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;Garamond,&#39;Hoefler Text&#39;, Georgia, Times New Roman, Courier, serif&quot;,&quot;css_string&quot;:&quot;Garamond,&#39;Hoefler Text&#39;&quot;,&quot;category&quot;:&quot;serif&quot;,&quot;key&quot;:&quot;garamond&quot;},{&quot;name&quot;:&quot;Cambria&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;Cambria,Georgia, Georgia, Times New Roman, Courier, serif&quot;,&quot;css_string&quot;:&quot;Cambria,Georgia&quot;,&quot;category&quot;:&quot;serif&quot;,&quot;key&quot;:&quot;cambria&quot;},{&quot;name&quot;:&quot;Courier&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;Courier, courier, mono&quot;,&quot;css_string&quot;:&quot;Courier&quot;,&quot;category&quot;:&quot;monospace&quot;,&quot;key&quot;:&quot;courier&quot;},{&quot;name&quot;:&quot;Courier New&quot;,&quot;source&quot;:null,&quot;css&quot;:&quot;&#39;Courier New&#39;, courier, mono&quot;,&quot;css_string&quot;:&quot;&#39;Courier New&#39;&quot;,&quot;category&quot;:&quot;monospace&quot;,&quot;key&quot;:&quot;courier_new&quot;}]" data-wysiwyg-colors="[[&quot;black&quot;,&quot;Black&quot;,&quot;#000000&quot;],[&quot;silver&quot;,&quot;Silver&quot;,&quot;#c0c0c0&quot;],[&quot;gray&quot;,&quot;Gray&quot;,&quot;#808080&quot;],[&quot;white&quot;,&quot;White&quot;,&quot;#ffffff&quot;],[&quot;maroon&quot;,&quot;Maroon&quot;,&quot;#800000&quot;],[&quot;red&quot;,&quot;Red&quot;,&quot;#ff0000&quot;],[&quot;purple&quot;,&quot;Purple&quot;,&quot;#800080&quot;],[&quot;fuchsia&quot;,&quot;Fuchsia&quot;,&quot;#ff00ff&quot;],[&quot;green&quot;,&quot;Green&quot;,&quot;#008000&quot;],[&quot;lime&quot;,&quot;Lime&quot;,&quot;#00ff00&quot;],[&quot;olive&quot;,&quot;Olive&quot;,&quot;#808000&quot;],[&quot;orange&quot;,&quot;Orange&quot;,&quot;#ffa500&quot;],[&quot;yellow&quot;,&quot;Yellow&quot;,&quot;#ffff00&quot;],[&quot;navy&quot;,&quot;Navy&quot;,&quot;#000080&quot;],[&quot;blue&quot;,&quot;Blue&quot;,&quot;#0000ff&quot;],[&quot;teal&quot;,&quot;Teal&quot;,&quot;#008080&quot;],[&quot;aqua&quot;,&quot;Aqua&quot;,&quot;#00ffff&quot;]]" data-adobe-client-id="b9fe32a26c864da9aff7a24dc566ea78" data-css-compiled-at="1754925622" data-cookie-consent-manager="{&quot;consentType&quot;:&quot;opt_in&quot;,&quot;countryCode&quot;:&quot;US&quot;,&quot;createConsentRecordURL&quot;:&quot;https://www.madsclaussen.dk/cookie_consent_records/create&quot;,&quot;content&quot;:{&quot;href&quot;:&quot;https://simplero.com/privacy-policy&quot;,&quot;header&quot;:&quot;Cookies used on the website!&quot;,&quot;message&quot;:&quot;This website uses cookies to ensure you get the best experience on our website.&quot;,&quot;dismiss&quot;:&quot;Got it!&quot;,&quot;allow&quot;:&quot;Allow cookies&quot;,&quot;deny&quot;:&quot;Decline&quot;,&quot;link&quot;:&quot;Learn more&quot;,&quot;policy&quot;:&quot;Cookie Policy&quot;},&quot;popupBg&quot;:&quot;var(--sg-palette-color-lightest)&quot;,&quot;popupText&quot;:&quot;var(--sg-palette-color-dark)&quot;,&quot;buttonBg&quot;:&quot;var(--sg-palette-color-accent)&quot;,&quot;buttonText&quot;:&quot;var(--sg-palette-color-light)&quot;}" data-site-record-view-url-value="/members/record_view" id="products_index" class="products production satellite">
    
    
    <div class="tw tw-for-content-container">
        <div class="tw simplero-help-desk-widget" data-controller="help-desks--widget" data-help-desks--widget-panel-url-value="/sw/ezajoSdg5Q2cAZgXGzvg7CD7/panel" data-help-desks--widget-open-value="false" data-help-desks--widget-show-ticket-id-value="0" data-action="keydown.esc@document-&gt;help-desks--widget#close help-desk:toggle@document-&gt;help-desks--widget#toggle">
  <button type="button" class="hd-toggle-btn rounded-full flex items-center justify-center text-neutral-0 cursor-pointer transition-transform duration-200 ease-out hover:scale-110 active:scale-90" style="background-color: var(--hd-toggle, #2F68E3);" aria-label="Open support" aria-expanded="false" aria-controls="hd-panel" data-help-desks--widget-target="button" data-action="click-&gt;help-desks--widget#toggle">
    <i data-help-desks--widget-target="openIcon" class="text-2xl text-neutral-0 fas fa-messages-question s-icon"></i> 
    <i data-help-desks--widget-target="closeIcon" class="text-2xl text-neutral-0 hidden fas fa-xmark s-icon"></i> 
    
</button>
  <div id="hd-panel" class="hd-panel-frame transition-all duration-200 ease-out opacity-0 translate-y-5 scale-50 pointer-events-none" data-help-desks--widget-target="panel">
    <div class="hd-panel-inner hd-bg rounded-xl overflow-hidden flex flex-col">
      <div class="flex-1 overflow-hidden flex flex-col" data-help-desks--widget-target="panelContent">
        <div class="hd-mid flex items-center justify-center h-full">
          <i class="far fa-spinner-third s-icon fa-spin"></i> 
        </div>
</div>    </div>
</div>
  <template data-help-desks--widget-target="loadErrorTemplate"><div class="hd-mid flex items-center justify-center h-full text-sm">Failed to load. Please try again.</div></template>
</div>
  

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GTJVHDYCPD"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-GTJVHDYCPD');
</script>
      <div class="font-body text-sm content-container ">
        


    <div newly_created_and_empty="false" id="doc_wrapper_builder_doc_558143" class="builder-doc-wrapper flex flex-col items-center" data-controller="builder--input-visibility" data-action="resize@window-&gt;builder--input-visibility#handleInputVisibility modal:shown-&gt;builder--input-visibility#handleInputVisibility modal:hidden-&gt;builder--input-visibility#handleInputVisibility" data-builder-doc-editing="false" data-builder-doc-previewing="false" data-enable-click-to-view-node-settings="false"><div id="node_n_4OjdD0kUAutr7zKY" class="builder-node js-builder-node builder-body builder-node-container node-n_4OjdD0kUAutr7zKY w-full apply-node-styles node-n_4OjdD0kUAutr7zKY-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_4OjdD0kUAutr7zKY" data-node-dom-id="node_n_4OjdD0kUAutr7zKY"><style id="style_node_n_4OjdD0kUAutr7zKY">.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
--color-background: var(--sg-color-style-1-background);
--color-headline: var(--sg-color-style-1-headline);
--color-subheadline: var(--sg-color-style-1-subheadline);
--color-preheadline: var(--sg-color-style-1-preheadline);
--color-paragraph: var(--sg-color-style-1-paragraph);
--color-link: var(--sg-color-style-1-link);
--color-input-accent: var(--sg-color-style-1-input-accent);
--color-input-text: var(--sg-color-style-1-input-text);
--color-input-label: var(--sg-color-style-1-input-label);
--color-input-border: var(--sg-color-style-1-input-border);
--color-input-background: var(--sg-color-style-1-input-background);

}
.node-n_4OjdD0kUAutr7zKY-apply-node-styles .node-content {
--parent-node-color-background: var(--color-background);

}
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
display: flex;
}
}
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
--box-shadow: none;
}
.node-n_4OjdD0kUAutr7zKY-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center"><div id="node_n_wJJc6sCw92iXxE7R" class="builder-node js-builder-node builder-header builder-node-element node-n_wJJc6sCw92iXxE7R whitespace-nowrap nav-sticky-top-bar w-full apply-node-styles node-n_wJJc6sCw92iXxE7R-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node builder--elements--header" data-node-id="n_wJJc6sCw92iXxE7R" data-node-dom-id="node_n_wJJc6sCw92iXxE7R"><style id="style_node_n_wJJc6sCw92iXxE7R">.node-n_wJJc6sCw92iXxE7R-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_wJJc6sCw92iXxE7R-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_wJJc6sCw92iXxE7R-apply-node-styles  {
display: flex;
}
}
.node-n_wJJc6sCw92iXxE7R-apply-node-styles  {
--header-gap: 24px;
--header-font-size-xs: calc(14px * 0.714285714);
--header-font-size-md: 14px;
--header-font-size-lg: calc(14px * 1.14285714);
--header-font-size-xl: calc(14px * 1.42857143);
--header-divider-font-size: 20px;

}
.node-n_wJJc6sCw92iXxE7R-apply-node-styles .header-link-font-size {
font-size: 14px;

}
.node-n_wJJc6sCw92iXxE7R-apply-node-styles  {
--header-color-background: var(--sg-palette-color-1, var(--sg-system-color-neutral-0));
--header-color-title: var(--sg-palette-color-4, var(--sg-system-color-neutral-900));
--header-color-links: var(--sg-palette-color-3, var(--sg-system-color-neutral-800));
--header-color-active-link-background: var(--sg-palette-color-3, var(--sg-system-color-neutral-800));
--header-color-cta-button: var(--sg-palette-color-5, #FACC15);
--header-color-divider: var(--sg-system-color-neutral-800, var(--sg-system-color-neutral-800));
--header-lighten-direction: 1;
--header-bg-alt-shift: 3;

}
.node-n_wJJc6sCw92iXxE7R-apply-node-styles.dark, .node-n_wJJc6sCw92iXxE7R-apply-node-styles:is(.dark *:not(.dark .light *):not(.dark .light)) {
--header-color-background: var(--sg-palette-color-4, var(--sg-system-color-neutral-900));
--header-color-title: var(--sg-palette-color-1, var(--sg-system-color-neutral-0));
--header-color-links: var(--sg-palette-color-2, var(--sg-system-color-neutral-100));
--header-color-active-link-background: var(--sg-palette-color-2, var(--sg-system-color-neutral-100));
--header-color-cta-button: var(--sg-palette-color-5, #FACC15);
--header-color-divider: var(--sg-system-color-neutral-100, var(--sg-system-color-neutral-100));
--header-lighten-direction: -1;
--header-bg-alt-shift: 9;

}
.node-n_wJJc6sCw92iXxE7R-apply-node-styles .logo-image {
object-fit: contain;
width: auto;
height: 32px;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative">
  <div class="relative z-50 shadow-sm dark:border-b header-container header-border-color flex items-center justify-between px-2 sm:px-4 md:px-5 py-2.5">
      <div class="js-logo-and-nav-toggle-container flex items-center gap-x-1 justify-between lg:flex-shrink-0">
        <div class="show-when-nav-style-left">
          <button type="button" data-controller="utils" data-utils-name-param="toggleSidebar" data-action="click-&gt;utils#dispatchEvent" aria-label="Toggle sidebar" style="" class="t-btn t-btn-tertiary-gray t-btn-md header-sidebar-toggle t-btn-icon-only">
    
    <i class="fa fa-bars-sort s-icon"></i> 
    
  
  
  
</button>
        </div>

        <div class="quick-flex-center min-w-0 -ml-2 -mr-2">
          
<a style="" class="t-btn t-btn-tertiary-gray t-btn-xs px-2 min-w-0" href="/">
      <span class="t-btn-main-label truncate">
        
    <div class="inline-flex gap-2 items-center max-w-full">
          <img alt="logo" class="logo-image" decoding="async" src="https://img.simplerousercontent.net/scaled_image/6501006/cca3dde805e5ae29b31b4272a63f87ba9020df09/logo-217w-200h.png" width="109" height="100" />
      

  </div>

      </span>
  
  
  
</a>

          </div></div>
      

      <div class="show-when-nav-style-left max-sm:!hidden flex justify-center flex-[9999] header-search-input">
        <div class="flex-1 max-w-100">
          <form id="search_form" class="formbuilder community-search-input-component flex-1 tw" role="form" data-focus="none" data-controller="community--search--input" data-action="keydown.ctrl+k@document-&gt;community--search--input#focusInput:prevent keydown.meta+k@document-&gt;community--search--input#focusInput:prevent" action="/search" accept-charset="UTF-8" method="get">



    <div class="mb-0 t-field-bg-transparent search-input-wrapper q t-field t-field--type-input t-field--style-bordered t-field--size-sm t-field--rounded-full t-field--label-style-placeholder t-field--with-prefix t-field--with-suffix" data-controller="form--field" data-action="click-&gt;form--field#focusControl">
    
    
    

    <div class="t-field__body" data-action="click-&gt;form--field#focusControl">
      <div class="t-field__prefix">    <div class="flex flex-row items-center gap-x-2">
      <i class="far fa-magnifying-glass s-icon"></i> 

    </div>
</div>

      <div class="t-field__control-wrapper">
        <input data-community--search--input-target="input" aria-label="Search" placeholder=" " type="text" name="q" id="q" />
        
        <label class="t-field__label t-field__label--placeholder" for="q">Search</label>
</div>
      <div class="t-field__suffix"><span class="text-neutral-400 dark:text-neutral-600">⌘K</span></div>

      
      
</div>
    <div class="t-field__help t-with-links">
</div></div>

  
  
  
  
  
  
  
</form>
        </div>
</div>
      <div class="hide-when-nav-style-left mr-auto">
        <div>
  <div class="flex font-semibold">
      <a style="" class="t-btn t-btn-link-gray t-btn-md header-link-color header-link-font-size rounded-none relative !px-3 xl:!px-4 2xl:!px-5 after:absolute after:left-1 after:right-1 after:-bottom-2 after:border-b-2 after:border-current t-btn-active" href="https://www.madsclaussen.dk/">
      <span class="t-btn-main-label ">
        Hjem
      </span>
  
  
  
</a>
      
<div class="relative js-dropdown header-dropdown" data-controller="dropdown" data-dropdown-placement-value="bottom-start" data-dropdown-min-width-value="xs" data-dropdown-offset-distance-value="[-12,12]" data-dropdown-autoflip-value="true" data-dropdown-use-transforms-value="true" data-dropdown-start-open-value="false" data-dropdown-auto-focus-on-mobile-value="true" data-dropdown-max-width-value="432px" data-dropdown-append-to-body-value="false" data-dropdown-close-on-click-value="true" data-action="dropdown:setupIfLazy-&gt;dropdown#setupIfLazy dropdown:toggle-&gt;dropdown#toggleMenu dropdown:open-&gt;dropdown#openMenu dropdown:close-&gt;dropdown#closeMenu dropdown:reposition-&gt;dropdown#reposition dropdown:setTippyProps-&gt;dropdown#setTippyProps lazy-content:loaded-&gt;dropdown#reposition">
  <div class="inline-block" data-dropdown-target="button" data-action="
      focusout-&gt;dropdown#closeIfDropdownLostFocus
      keydown-&gt;dropdown#onKeydown
      keydown.up-&gt;dropdown#onArrowUp
      keydown.down-&gt;dropdown#onArrowDown
      keydown.left-&gt;dropdown#onArrowLeft
      keydown.right-&gt;dropdown#onArrowRight
      keydown.enter-&gt;dropdown#onEnterKey
      keydown.esc-&gt;dropdown#closeMenu
     click-&gt;dropdown#toggleMenu" aria-haspopup="menu" aria-expanded="false"><button type="button" style="" class="t-btn t-btn-link-gray t-btn-md header-link-color header-link-font-size rounded-none relative !px-3 xl:!px-4 2xl:!px-5 after:absolute after:left-1 after:right-1 after:-bottom-2 after:border-b-2 after:border-transparent hover:after:border-current !font-light">
      <span class="t-btn-main-label ">
        <span data-prevent-dropdown-open="false">Kurser</span>
      </span>
  <i class="ml-1 fa fa-caret-down s-icon"></i> 
  
  
</button></div>

    <template data-dropdown-target=lazyContent>    <div
      class=" dropdown-content-container js-dropdown-content-container rounded-lg dark:shadow-neutral-850/15 bg-bg-alt text-neutral-800 dark:text-neutral-200 border border-border-base dark:border-neutral-800/50 focus:outline-none z-150 overflow-y-auto overscroll-contain flex flex-col min-w-32 max-h-112 shadow-lg text-sm hidden
      "
      role="menu" aria-orientation="vertical"
      data-dropdown-target="content"
      data-transition-enter="transform transition ease-out duration-100"
      data-transition-enter-start="opacity-0 scale-95"
      data-transition-enter-end="opacity-100 scale-100"
      data-transition-leave="transform transition ease-in duration-75"
      data-transition-leave-start="opacity-100 scale-100"
      data-transition-leave-end="opacity-0 scale-95"
      data-action="
        focusout-&gt;dropdown#closeIfDropdownLostFocus
        click-&gt;dropdown#closeMenu
      "
      >
      

      <div class="t-panes" data-controller="panes" data-action="panes:push-&gt;panes#push panes:pop-&gt;panes#pop panes:popToRoot-&gt;panes#popToRoot panes:replace-&gt;panes#replace panes:set-&gt;panes#set keydown.left-&gt;panes#onArrowLeft"><div class="t-pane" data-panes-target="pane">
  <div class="t-pane__header p-1">
    <button type="button" data-action="panes#pop:prevent:stop" style="" class="t-btn t-btn-link-gray t-btn-sm t-pane__back t-btn-icon-left">
      <i class="fa fa-chevron-left s-icon"></i> 
      <span class="t-btn-main-label ">
        Back
      </span>
  
  
  
</button>
    
    
</div>  <div class="t-pane__body p-1"><ul class="" data-controller="menu" data-menu-auto-activate-on-connect-value="false" data-menu-has-sections-value="false" data-menu-cols-value="0" data-menu-with-search-value="false" data-menu-active-class="menu-item-active bg-primary-50 dark:bg-neutral-825 " data-action="menu:arrowDown-&gt;menu#onArrowDown menu:arrowUp-&gt;menu#onArrowUp menu:arrowLeft-&gt;menu#onArrowLeft menu:arrowRight-&gt;menu#onArrowRight menu:enterKey-&gt;menu#onEnterKey menu:autoActivateItem-&gt;menu#autoActivateItem menu:deactivateActiveItem-&gt;menu#deactivateActiveItem menu:activateItem-&gt;menu#activateGivenItem menu:updateContent-&gt;menu#updateContent menu:excludeItemsBySelector-&gt;menu#excludeItemsBySelector menu:searchKeypress-&gt;menu#onSearchKeypress" data-dropdown-target="menu"><li class="sticky -top-2 w-full bg-bg-alt hidden rounded-md js-menu-item" data-menu-target="searchBoxContainer" data-action="" data-menu-target="item" data-permanent-item="1">
  

  <span class="block rounded-md text-left w-full text-inherit">
    <span class="js-menu-item-content pl-4 pr-4 cursor-pointer py-2 flex items-center">
        <div class="flex grow gap-2 items-center"><i class="text-neutral-500 fa fa-search s-icon"></i> <input type="text" id="" placeholder="Search..." class="grow focus:outline-none bg-transparent" data-menu-target="searchBox" data-action="input-&gt;menu#handleSearch keydown.up-&gt;menu#onArrowUp:stop keydown.down-&gt;menu#onArrowDown:stop keydown.left-&gt;menu#onArrowLeft:stop keydown.right-&gt;menu#onArrowRight:stop keydown.tab-&gt;menu#onArrowDown:stop keydown.enter-&gt;menu#onEnterKey:stop keydown.space-&gt;menu#onSpacebar:stop keydown.esc-&gt;menu#onSearchEscape" /><i data-menu-target="searchClear" data-action="click-&gt;menu#clearSearchBox" class="hidden text-neutral-400 hover:text-neutral-600 cursor-pointer fas fa-circle-xmark s-icon"></i> 
</div>
</span></span>
  
</li>
<li class="hidden rounded-md js-menu-item" data-menu-target="searchEmptyPlaceholder" data-action="" data-menu-target="emptyState" data-permanent-item="1">
  

  <span class="block rounded-md text-left w-full text-neutral-500 text-center py-4">
    <span class="js-menu-item-content pl-4 pr-4 flex items-center">
                          <span class="grow" data-menu-label="true">No matching results found.</span>
                </span></span>
  
</li>
<li class="rounded-md js-menu-item" data-action=" mouseover-&gt;menu#onItemHover" data-menu-target="item" data-tabbable-item="1">
  

  <a class="header-link-font-size font-normal block rounded-md text-left w-full text-inherit" href="https://www.madsclaussen.dk/kursus-i-kom">
    <span class="js-menu-item-content pl-4 pr-4 cursor-pointer py-2 flex items-center">
        <span class="mr-1">
          <span class="nav-list-link-icon nav-list-link-letter-icon flex-shrink-0 uppercase leading-none rounded-full quick-flex-center font-semibold bg-neutral-800 dark:bg-neutral-600 text-neutral-0" style="font-size: var(--header-font-size-xs, 10px); width: var(--header-font-size-xl, 20px); height: var(--header-font-size-xl, 20px);">k</span>
</span>                  <span class="grow" data-menu-label="true">Kursus i Kommunikation</span>
                </span></a>
  
</li>
<li class="rounded-md js-menu-item" data-action=" mouseover-&gt;menu#onItemHover" data-menu-target="item" data-tabbable-item="1">
  

  <a class="header-link-font-size font-normal block rounded-md text-left w-full text-inherit" href="https://www.madsclaussen.dk/in-house-nlp">
    <span class="js-menu-item-content pl-4 pr-4 cursor-pointer py-2 flex items-center">
        <span class="mr-1">
          <span class="nav-list-link-icon nav-list-link-letter-icon flex-shrink-0 uppercase leading-none rounded-full quick-flex-center font-semibold bg-neutral-800 dark:bg-neutral-600 text-neutral-0" style="font-size: var(--header-font-size-xs, 10px); width: var(--header-font-size-xl, 20px); height: var(--header-font-size-xl, 20px);">i</span>
</span>                  <span class="grow" data-menu-label="true">In-House NLP</span>
                </span></a>
  
</li>

<li class="sticky bottom-0 z-10 block h-0 pointer-events-none opacity-0" data-menu-target="overflowIndicator"><span class="absolute left-1/2 -ml-3 bottom-2 bg-primary-500 text-neutral-0 rounded-full size-6 flex items-center justify-center shrink-0 menu-overflow-indicator"><i class="fas fa-angle-down s-icon"></i> </span></li></ul></div>
</div></div>
      
      
    </div>
</template>
</div>
      <a style="" class="t-btn t-btn-link-gray t-btn-md header-link-color header-link-font-size rounded-none relative !px-3 xl:!px-4 2xl:!px-5 after:absolute after:left-1 after:right-1 after:-bottom-2 after:border-b-2 after:border-transparent hover:after:border-current !font-light" href="https://www.madsclaussen.dk/hvem-er-du">
      <span class="t-btn-main-label ">
        Hvem er du?
      </span>
  
  
  
</a>
      <a style="" class="t-btn t-btn-link-gray t-btn-md header-link-color header-link-font-size rounded-none relative !px-3 xl:!px-4 2xl:!px-5 after:absolute after:left-1 after:right-1 after:-bottom-2 after:border-b-2 after:border-transparent hover:after:border-current !font-light" href="https://www.madsclaussen.dk/hvem-er-i">
      <span class="t-btn-main-label ">
        Hvem er I?
      </span>
  
  
  
</a>
      <a style="" class="t-btn t-btn-link-gray t-btn-md header-link-color header-link-font-size rounded-none relative !px-3 xl:!px-4 2xl:!px-5 after:absolute after:left-1 after:right-1 after:-bottom-2 after:border-b-2 after:border-transparent hover:after:border-current !font-light" href="https://www.madsclaussen.dk/hvem-er-jeg">
      <span class="t-btn-main-label ">
        Hvem er jeg?
      </span>
  
  
  
</a>
      <a style="" class="t-btn t-btn-link-gray t-btn-md header-link-color header-link-font-size rounded-none relative !px-3 xl:!px-4 2xl:!px-5 after:absolute after:left-1 after:right-1 after:-bottom-2 after:border-b-2 after:border-transparent hover:after:border-current !font-light" href="https://www.madsclaussen.dk/podcasts/174-ResultatSkabere-der-er-tro-mod-sig-selv">
      <span class="t-btn-main-label ">
        Podcast
      </span>
  
  
  
</a>
  </div>

</div>

</div>
      <span class="show-when-nav-style-left flex-grow"></span>

      <div class="lg:ml-2 flex items-center gap-x-0 whitespace-normal">
        <a aria-label="Search" data-behavior=" tooltip" data-placement="bottom" data-modern-tooltip="true" title="Search" style="" class="t-btn t-btn-tertiary-gray t-btn-md max-sm:!flex hide-when-nav-style-left t-btn-icon-only" href="https://www.madsclaussen.dk/search">
    
    <i class="far fa-magnifying-glass s-icon"></i> 
    
  
  
  
</a>

        

        
        

        

          <div class="hide-when-nav-style-left-below-lg flex-shrink-0">
            <a target="_blank" rel="noopener noreferrer" style="" class="t-btn t-btn-tertiary-gray t-btn-md t-btn-icon-only" href="https://www.facebook.com/mads.claussen">
    
    <i class="fab fa-facebook-f s-icon"></i> 
    
  
  
  
</a><a target="_blank" rel="noopener noreferrer" style="" class="t-btn t-btn-tertiary-gray t-btn-md t-btn-icon-only" href="https://www.instagram.com/coachmadsclaussen">
    
    <i class="fab fa-instagram s-icon"></i> 
    
  
  
  
</a><a target="_blank" rel="noopener noreferrer" style="" class="t-btn t-btn-tertiary-gray t-btn-md t-btn-icon-only" href="https://linkedin.com/in/madsclaussen">
    
    <i class="fab fa-linkedin-in s-icon"></i> 
    
  
  
  
</a>
          </div>

        

        
<div class="relative js-dropdown header-dropdown quick-flex-center ml-2 sm:ml-3 xl:ml-4 2xl:ml-4" data-controller="theme-switcher dropdown" data-dropdown-placement-value="bottom-end" data-dropdown-min-width-value="xs" data-dropdown-offset-distance-value="[0,10]" data-dropdown-autoflip-value="true" data-dropdown-use-transforms-value="true" data-dropdown-start-open-value="false" data-dropdown-auto-focus-on-mobile-value="true" data-dropdown-max-width-value="none" data-dropdown-append-to-body-value="false" data-dropdown-close-on-click-value="true" data-action="dropdown:setupIfLazy-&gt;dropdown#setupIfLazy dropdown:toggle-&gt;dropdown#toggleMenu dropdown:open-&gt;dropdown#openMenu dropdown:close-&gt;dropdown#closeMenu dropdown:reposition-&gt;dropdown#reposition dropdown:setTippyProps-&gt;dropdown#setTippyProps lazy-content:loaded-&gt;dropdown#reposition">
  <button type="button" class="quick-flex-center gap-x-0.5 text-neutral-600 min-h-8" data-dropdown-target="button" data-action="
      focusout-&gt;dropdown#closeIfDropdownLostFocus
      keydown-&gt;dropdown#onKeydown
      keydown.up-&gt;dropdown#onArrowUp
      keydown.down-&gt;dropdown#onArrowDown
      keydown.left-&gt;dropdown#onArrowLeft
      keydown.right-&gt;dropdown#onArrowRight
      keydown.enter-&gt;dropdown#onEnterKey
      keydown.esc-&gt;dropdown#closeMenu
     click-&gt;dropdown#toggleMenu" aria-label="Login menu" aria-haspopup="menu" aria-expanded="false">
      <i class="far fa-user s-icon fa-lg"></i> 
    <i class="fa fa-angle-down s-icon fa-sm"></i> 
</button>

          <div
      class=" dropdown-content-container js-dropdown-content-container rounded-lg dark:shadow-neutral-850/15 bg-bg-alt text-neutral-800 dark:text-neutral-200 border border-border-base dark:border-neutral-800/50 focus:outline-none z-150 overflow-y-auto overscroll-contain flex flex-col min-w-32 max-h-112 shadow-lg text-sm hidden
      "
      role="menu" aria-orientation="vertical"
      data-dropdown-target="content"
      data-transition-enter="transform transition ease-out duration-100"
      data-transition-enter-start="opacity-0 scale-95"
      data-transition-enter-end="opacity-100 scale-100"
      data-transition-leave="transform transition ease-in duration-75"
      data-transition-leave-start="opacity-100 scale-100"
      data-transition-leave-end="opacity-0 scale-95"
      data-action="
        focusout-&gt;dropdown#closeIfDropdownLostFocus
        click-&gt;dropdown#closeMenu
      "
      >
      

      <div class="t-panes" data-controller="panes" data-action="panes:push-&gt;panes#push panes:pop-&gt;panes#pop panes:popToRoot-&gt;panes#popToRoot panes:replace-&gt;panes#replace panes:set-&gt;panes#set keydown.left-&gt;panes#onArrowLeft"><div class="t-pane" data-panes-target="pane">
  <div class="t-pane__header p-1">
    <button type="button" data-action="panes#pop:prevent:stop" style="" class="t-btn t-btn-link-gray t-btn-sm t-pane__back t-btn-icon-left">
      <i class="fa fa-chevron-left s-icon"></i> 
      <span class="t-btn-main-label ">
        Back
      </span>
  
  
  
</button>
    
    
</div>  <div class="t-pane__body p-1"><ul class="" data-controller="menu" data-menu-auto-activate-on-connect-value="false" data-menu-has-sections-value="false" data-menu-cols-value="0" data-menu-with-search-value="false" data-menu-active-class="menu-item-active bg-primary-50 dark:bg-neutral-825 " data-action="menu:arrowDown-&gt;menu#onArrowDown menu:arrowUp-&gt;menu#onArrowUp menu:arrowLeft-&gt;menu#onArrowLeft menu:arrowRight-&gt;menu#onArrowRight menu:enterKey-&gt;menu#onEnterKey menu:autoActivateItem-&gt;menu#autoActivateItem menu:deactivateActiveItem-&gt;menu#deactivateActiveItem menu:activateItem-&gt;menu#activateGivenItem menu:updateContent-&gt;menu#updateContent menu:excludeItemsBySelector-&gt;menu#excludeItemsBySelector menu:searchKeypress-&gt;menu#onSearchKeypress" data-dropdown-target="menu"><li class="sticky -top-2 w-full bg-bg-alt hidden rounded-md js-menu-item" data-menu-target="searchBoxContainer" data-action="" data-menu-target="item" data-permanent-item="1">
  

  <span class="block rounded-md text-left w-full text-inherit">
    <span class="js-menu-item-content pl-4 pr-4 cursor-pointer py-2 flex items-center">
        <div class="flex grow gap-2 items-center"><i class="text-neutral-500 fa fa-search s-icon"></i> <input type="text" id="" placeholder="Search..." class="grow focus:outline-none bg-transparent" data-menu-target="searchBox" data-action="input-&gt;menu#handleSearch keydown.up-&gt;menu#onArrowUp:stop keydown.down-&gt;menu#onArrowDown:stop keydown.left-&gt;menu#onArrowLeft:stop keydown.right-&gt;menu#onArrowRight:stop keydown.tab-&gt;menu#onArrowDown:stop keydown.enter-&gt;menu#onEnterKey:stop keydown.space-&gt;menu#onSpacebar:stop keydown.esc-&gt;menu#onSearchEscape" /><i data-menu-target="searchClear" data-action="click-&gt;menu#clearSearchBox" class="hidden text-neutral-400 hover:text-neutral-600 cursor-pointer fas fa-circle-xmark s-icon"></i> 
</div>
</span></span>
  
</li>
<li class="hidden rounded-md js-menu-item" data-menu-target="searchEmptyPlaceholder" data-action="" data-menu-target="emptyState" data-permanent-item="1">
  

  <span class="block rounded-md text-left w-full text-neutral-500 text-center py-4">
    <span class="js-menu-item-content pl-4 pr-4 flex items-center">
                          <span class="grow" data-menu-label="true">No matching results found.</span>
                </span></span>
  
</li>
<li class="rounded-md js-menu-item" data-action=" mouseover-&gt;menu#onItemHover" data-menu-target="item" data-tabbable-item="1">
  

  <a href="https://secure.simplero.com/login?account_id=40681&amp;return_to=https%3A%2F%2Fwww.madsclaussen.dk%2F&amp;site_id=48003" class="block rounded-md text-left w-full text-inherit">
    <span class="js-menu-item-content pl-4 pr-4 cursor-pointer py-2 flex items-center">
        <span class="mr-1">
          <i class="far fa-arrow-right-to-bracket s-icon fa-fw"></i> 
</span>                  <span class="grow" data-menu-label="true">Log in</span>
                </span></a>
  
</li>
<li class="rounded-md js-menu-item" data-action="" data-menu-target="heading">
  

  <span class="block rounded-md text-left w-full font-semibold text-inherit">
    <span class="js-menu-item-content pl-4 pr-4 py-1 mt-1 flex items-center">
                          <span class="grow" data-menu-label="true">Theme</span>
                </span></span>
  
</li>
<li class="rounded-md js-menu-item" data-action=" mouseover-&gt;menu#onItemHover" data-menu-target="item" data-tabbable-item="1">
  

  <a data-prevent-dropdown-close="true" data-theme="system" data-theme-switcher-target="themeOption" data-action="click-&gt;theme-switcher#changeTheme" href="javascript:void(0)" class="block rounded-md text-left w-full text-inherit">
    <span class="js-menu-item-content pl-4 pr-4 cursor-pointer py-2 flex items-center">
        <span class="mr-1">
          <i class="far fa-a s-icon fa-fw"></i> 
</span>                  <span class="grow" data-menu-label="true">Auto</span>
                <span class="ml-1 flex-shrink-0">
          <i class="js-theme-active-icon hidden is-active:inline fas fa-check s-icon fa-fw"></i> 
</span></span></a>
  
</li>
<li class="rounded-md js-menu-item" data-action=" mouseover-&gt;menu#onItemHover" data-menu-target="item" data-tabbable-item="1">
  

  <a data-prevent-dropdown-close="true" data-theme="light" data-theme-switcher-target="themeOption" data-action="click-&gt;theme-switcher#changeTheme" href="javascript:void(0)" class="block rounded-md text-left w-full text-inherit">
    <span class="js-menu-item-content pl-4 pr-4 cursor-pointer py-2 flex items-center">
        <span class="mr-1">
          <i class="far fa-sun-bright s-icon fa-fw"></i> 
</span>                  <span class="grow" data-menu-label="true">Light</span>
                <span class="ml-1 flex-shrink-0">
          <i class="js-theme-active-icon hidden is-active:inline fas fa-check s-icon fa-fw"></i> 
</span></span></a>
  
</li>
<li class="rounded-md js-menu-item" data-action=" mouseover-&gt;menu#onItemHover" data-menu-target="item" data-tabbable-item="1">
  

  <a data-prevent-dropdown-close="true" data-theme="dark" data-theme-switcher-target="themeOption" data-action="click-&gt;theme-switcher#changeTheme" href="javascript:void(0)" class="block rounded-md text-left w-full text-inherit">
    <span class="js-menu-item-content pl-4 pr-4 cursor-pointer py-2 flex items-center">
        <span class="mr-1">
          <i class="far fa-moon-stars s-icon fa-fw"></i> 
</span>                  <span class="grow" data-menu-label="true">Dark</span>
                <span class="ml-1 flex-shrink-0">
          <i class="js-theme-active-icon hidden is-active:inline fas fa-check s-icon fa-fw"></i> 
</span></span></a>
  
</li>

<li class="sticky bottom-0 z-10 block h-0 pointer-events-none opacity-0" data-menu-target="overflowIndicator"><span class="absolute left-1/2 -ml-3 bottom-2 bg-primary-500 text-neutral-0 rounded-full size-6 flex items-center justify-center shrink-0 menu-overflow-indicator"><i class="fas fa-angle-down s-icon"></i> </span></li></ul></div>
</div></div>
      
      
    </div>

</div>

        <div class="ml-2 xl:ml-3 2xl:ml-4 hide-when-nav-style-left-below-lg whitespace-nowrap"><a style="" class="t-btn t-btn-custom t-btn-md header-cta-button t-btn-full-width" href="https://www.madsclaussen.dk/kontakt">
      <span class="t-btn-main-label ">
        Kontakt
      </span>
  
  
  
</a></div>
      </div>
  </div>

    <div class="js-community-sidebar-nav site-sidebar-nav site-sidebar-nav-position-left show-when-nav-style-left" data-controller="community--sidebar-nav" data-action="toggleSidebar@document-&gt;community--sidebar-nav#toggleSidebar">

  <div class="flex flex-col gap-y-0.5">
      <div class="js-nav-list-link-container" data-action="revealable:toggled-&gt;community--sidebar-nav#saveLinkChildrenCollapsedState community--sidebar-nav:toggleChildren-&gt;revealable#toggleWithHeightAnimation" data-controller="revealable" data-link-id="484608"><a class="header-button header-link-font-size s-truncate-attach-tooltip-target transition flex items-center p-3 gap-x-2 rounded-lg is-active bg-primary-500" style="min-height: 46px;" data-action="" href="https://www.madsclaussen.dk/"><i style="font-size: var(--header-font-size-lg, 16px); width: var(--header-font-size-xl, 20px); height: var(--header-font-size-xl, 20px);" class="nav-list-link-icon nav-list-link-fa-icon flex-shrink-0 leading-none quick-flex-center text-primary-contrast fas fa-house-window s-icon fa-fw"></i> <span class="header-button-label s-truncate s-truncate-show-tooltip-if-hidden leading-normal hide-when-sidebar-collapsed text-primary-contrast" data-placement="right">Hjem</span></a></div>
      <div class="js-nav-list-link-container" data-action="revealable:toggled-&gt;community--sidebar-nav#saveLinkChildrenCollapsedState community--sidebar-nav:toggleChildren-&gt;revealable#toggleWithHeightAnimation" data-controller="revealable" data-link-id="1540341"><a class="header-button header-link-font-size s-truncate-attach-tooltip-target transition flex items-center p-3 gap-x-2 rounded-lg hover:bg-neutral-200 dark:hover:bg-bg-base" style="min-height: 46px;" data-action="click-&gt;community--sidebar-nav#toggleChildrenOrNavigate" href="https://www.madsclaussen.dk/kursus-i-kom"><span class="nav-list-link-icon nav-list-link-letter-icon flex-shrink-0 uppercase leading-none rounded-full quick-flex-center font-semibold bg-neutral-800 dark:bg-neutral-600 text-neutral-0" style="font-size: var(--header-font-size-xs, 10px); width: var(--header-font-size-xl, 20px); height: var(--header-font-size-xl, 20px);">k</span><span class="header-button-label s-truncate s-truncate-show-tooltip-if-hidden leading-normal hide-when-sidebar-collapsed text-neutral-600 dark:text-neutral-400" data-placement="right">Kurser</span><i class="js-children-chevron-icon transition duration-200 leading-none ml-auto hide-when-sidebar-collapsed text-neutral-600 dark:text-neutral-400 fa fa-angle-right s-icon"></i> </a><div class="hide-when-sidebar-collapsed ml-5 js-nav-list-link-children-container header-border-color border-l border-border-base hidden" data-revealable-target="toggle"><div><a class="header-link-color header-link-font-size hover:brightness-150 dark:hover:brightness-75 is-active:font-semibold flex items-center gap-x-2 pl-2.5 py-1.5 text-neutral-700 dark:text-neutral-500 hover:text-primary-500 is-active:text-primary-500" data-action="" href="https://www.madsclaussen.dk/kursus-i-kom"><span class="nav-list-link-icon nav-list-link-letter-icon flex-shrink-0 uppercase leading-none rounded-full quick-flex-center font-semibold bg-neutral-800 dark:bg-neutral-600 text-neutral-0" style="font-size: var(--header-font-size-xs, 10px); width: var(--header-font-size-xl, 20px); height: var(--header-font-size-xl, 20px);">k</span><span class="s-truncate" data-placement="right">Kursus i Kommunikation</span></a></div><div><a class="header-link-color header-link-font-size hover:brightness-150 dark:hover:brightness-75 is-active:font-semibold flex items-center gap-x-2 pl-2.5 py-1.5 text-neutral-700 dark:text-neutral-500 hover:text-primary-500 is-active:text-primary-500" data-action="" href="https://www.madsclaussen.dk/in-house-nlp"><span class="nav-list-link-icon nav-list-link-letter-icon flex-shrink-0 uppercase leading-none rounded-full quick-flex-center font-semibold bg-neutral-800 dark:bg-neutral-600 text-neutral-0" style="font-size: var(--header-font-size-xs, 10px); width: var(--header-font-size-xl, 20px); height: var(--header-font-size-xl, 20px);">i</span><span class="s-truncate" data-placement="right">In-House NLP</span></a></div></div></div>
      <div class="js-nav-list-link-container" data-action="revealable:toggled-&gt;community--sidebar-nav#saveLinkChildrenCollapsedState community--sidebar-nav:toggleChildren-&gt;revealable#toggleWithHeightAnimation" data-controller="revealable" data-link-id="1540529"><a class="header-button header-link-font-size s-truncate-attach-tooltip-target transition flex items-center p-3 gap-x-2 rounded-lg hover:bg-neutral-200 dark:hover:bg-bg-base" style="min-height: 46px;" data-action="" href="https://www.madsclaussen.dk/hvem-er-du"><span class="nav-list-link-icon nav-list-link-letter-icon flex-shrink-0 uppercase leading-none rounded-full quick-flex-center font-semibold bg-neutral-800 dark:bg-neutral-600 text-neutral-0" style="font-size: var(--header-font-size-xs, 10px); width: var(--header-font-size-xl, 20px); height: var(--header-font-size-xl, 20px);">h</span><span class="header-button-label s-truncate s-truncate-show-tooltip-if-hidden leading-normal hide-when-sidebar-collapsed text-neutral-600 dark:text-neutral-400" data-placement="right">Hvem er du?</span></a></div>
      <div class="js-nav-list-link-container" data-action="revealable:toggled-&gt;community--sidebar-nav#saveLinkChildrenCollapsedState community--sidebar-nav:toggleChildren-&gt;revealable#toggleWithHeightAnimation" data-controller="revealable" data-link-id="1540571"><a class="header-button header-link-font-size s-truncate-attach-tooltip-target transition flex items-center p-3 gap-x-2 rounded-lg hover:bg-neutral-200 dark:hover:bg-bg-base" style="min-height: 46px;" data-action="" href="https://www.madsclaussen.dk/hvem-er-i"><span class="nav-list-link-icon nav-list-link-letter-icon flex-shrink-0 uppercase leading-none rounded-full quick-flex-center font-semibold bg-neutral-800 dark:bg-neutral-600 text-neutral-0" style="font-size: var(--header-font-size-xs, 10px); width: var(--header-font-size-xl, 20px); height: var(--header-font-size-xl, 20px);">h</span><span class="header-button-label s-truncate s-truncate-show-tooltip-if-hidden leading-normal hide-when-sidebar-collapsed text-neutral-600 dark:text-neutral-400" data-placement="right">Hvem er I?</span></a></div>
      <div class="js-nav-list-link-container" data-action="revealable:toggled-&gt;community--sidebar-nav#saveLinkChildrenCollapsedState community--sidebar-nav:toggleChildren-&gt;revealable#toggleWithHeightAnimation" data-controller="revealable" data-link-id="1540573"><a class="header-button header-link-font-size s-truncate-attach-tooltip-target transition flex items-center p-3 gap-x-2 rounded-lg hover:bg-neutral-200 dark:hover:bg-bg-base" style="min-height: 46px;" data-action="" href="https://www.madsclaussen.dk/hvem-er-jeg"><span class="nav-list-link-icon nav-list-link-letter-icon flex-shrink-0 uppercase leading-none rounded-full quick-flex-center font-semibold bg-neutral-800 dark:bg-neutral-600 text-neutral-0" style="font-size: var(--header-font-size-xs, 10px); width: var(--header-font-size-xl, 20px); height: var(--header-font-size-xl, 20px);">h</span><span class="header-button-label s-truncate s-truncate-show-tooltip-if-hidden leading-normal hide-when-sidebar-collapsed text-neutral-600 dark:text-neutral-400" data-placement="right">Hvem er jeg?</span></a></div>
      <div class="js-nav-list-link-container" data-action="revealable:toggled-&gt;community--sidebar-nav#saveLinkChildrenCollapsedState community--sidebar-nav:toggleChildren-&gt;revealable#toggleWithHeightAnimation" data-controller="revealable" data-link-id="1547055"><a class="header-button header-link-font-size s-truncate-attach-tooltip-target transition flex items-center p-3 gap-x-2 rounded-lg hover:bg-neutral-200 dark:hover:bg-bg-base" style="min-height: 46px;" data-action="" href="https://www.madsclaussen.dk/podcasts/174-ResultatSkabere-der-er-tro-mod-sig-selv"><i style="font-size: var(--header-font-size-lg, 16px); width: var(--header-font-size-xl, 20px); height: var(--header-font-size-xl, 20px);" class="nav-list-link-icon nav-list-link-fa-icon flex-shrink-0 leading-none quick-flex-center text-neutral-800 dark:text-neutral-600 far fa-microphone-lines s-icon fa-fw"></i> <span class="header-button-label s-truncate s-truncate-show-tooltip-if-hidden leading-normal hide-when-sidebar-collapsed text-neutral-600 dark:text-neutral-400" data-placement="right">Podcast</span></a></div>
  </div>


  <script>
    var isCollapsed = JSON.parse(localStorage.getItem('community-sidebar-nav-collapsed') ?? false)
    document.querySelector('.js-community-sidebar-nav').classList.toggle('is-collapsed', isCollapsed)

    document.querySelectorAll('.js-nav-list-link-container').forEach(link => {
      const isCollapsed = JSON.parse(localStorage.getItem(`community-sidebar-nav-link-${link.dataset.linkId}-collapsed`) ?? true)
      if(isCollapsed) return
      link.querySelector('.js-nav-list-link-children-container')?.classList.remove('hidden')
      link.querySelector('.js-children-chevron-icon')?.classList.add('fa-rotate-90')
    })
  </script>

    <div class="my-2 header-border-color border-t border-border-base divider-after-main-nav-list"></div>
    <div class="empty:hidden mt-3 lg:hidden"><a style="" class="t-btn t-btn-custom t-btn-md header-cta-button t-btn-full-width" href="https://www.madsclaussen.dk/kontakt">
      <span class="t-btn-main-label ">
        Kontakt
      </span>
  
  
  
</a></div><div class="empty:hidden mt-4 flex flex-wrap gap-2 lg:hidden"><a target="_blank" rel="noopener noreferrer" style="" class="t-btn t-btn-tertiary-gray t-btn-md t-btn-icon-only" href="https://www.facebook.com/mads.claussen">
    
    <i class="fab fa-facebook-f s-icon"></i> 
    
  
  
  
</a><a target="_blank" rel="noopener noreferrer" style="" class="t-btn t-btn-tertiary-gray t-btn-md t-btn-icon-only" href="https://www.instagram.com/coachmadsclaussen">
    
    <i class="fab fa-instagram s-icon"></i> 
    
  
  
  
</a><a target="_blank" rel="noopener noreferrer" style="" class="t-btn t-btn-tertiary-gray t-btn-md t-btn-icon-only" href="https://linkedin.com/in/madsclaussen">
    
    <i class="fab fa-linkedin-in s-icon"></i> 
    
  
  
  
</a></div>
</div>

    <script>
      var headerNode = document.querySelector('.js-builder-node.builder-header')

      function topBarOverflowing() {
        const windowWidth = window.innerWidth || document.documentElement.clientWidth
        if(headerNode.scrollWidth > (windowWidth + 2)) return true

        const truncatedItems = headerNode.querySelectorAll('.truncate')
        for (const truncatedItem of truncatedItems) {
          if(truncatedItem.scrollWidth > (truncatedItem.clientWidth + 2)) return true
        }

        return false
      }

      /* If the top bar is overflowing, let's switch to the left nav style, except for the left nav to be fixed even on desktop (not occupy space any space) */
      function toggleNavStyleLeft() {
        headerNode.classList.remove('nav-style-left', 'nav-style-left-forced')
        void headerNode.offsetWidth
        if(topBarOverflowing()) headerNode.classList.add('nav-style-left', 'nav-style-left-forced')
        toggleLeftSidebarPositionFixed()
      }

      /* Make the left sidebar position fixed (i.e an overlay instead of occupying space). We do this on mobile, but you can also set a class to force it on desktop. */
      function toggleLeftSidebarPositionFixed() {
        if(headerNode.classList.contains('nav-style-left-forced')) {
          return headerNode.classList.add('nav-sidebar-position-fixed')
        }

        const theaterModeContainer = document.getElementById('theater-mode-container')
        if(theaterModeContainer && theaterModeContainer.children.length > 0) {
          return headerNode.classList.add('nav-sidebar-position-fixed')
        }

          const belowLg = window.innerWidth < 1024

          headerNode.classList.toggle('nav-sidebar-position-fixed', belowLg)
      }

      /* If the top bar is sticky & transparent, we want it to not be transparent as soon as someone scrolls down a bit*/
      function toggleNavTransparentTopBarOnScroll() {
        const topBarHeight = headerNode.clientHeight
        const scrollY = window.scrollY

        headerNode.classList.toggle('nav-transparent-top-bar', scrollY <= (topBarHeight / 2))
      }

      /* Only toggle nav transparent top bar on scroll if the header is transparent & sticky */
      if(headerNode.classList.contains('nav-transparent-top-bar') && headerNode.classList.contains('nav-sticky-top-bar')) {
        toggleNavTransparentTopBarOnScroll()
        window.addEventListener('scroll', toggleNavTransparentTopBarOnScroll, { passive: true })
        window.addEventListener('resize', toggleNavTransparentTopBarOnScroll, { passive: true })
      }

      /* For centered logo: viewport-based sidebar on mobile + overflow menus on desktop */
      if(headerNode.classList.contains('logo-position-center')) {
        function toggleCenteredMobileNav() {
          var belowLg = window.innerWidth < 1024
          headerNode.classList.toggle('nav-style-left', belowLg)
          headerNode.classList.toggle('nav-style-left-forced', belowLg)
          toggleLeftSidebarPositionFixed()
          if(!belowLg) updateOverflowMenus()
        }

        function updateOverflowMenus() {
          headerNode.querySelectorAll('.js-center-nav').forEach(function(nav) {
            var links = Array.from(nav.querySelectorAll(':scope > .js-collapsible-link'))
            var trigger = nav.querySelector(':scope > .js-overflow-trigger')
            if(!links.length || !trigger) return

            /* Reset: show all links, hide trigger */
            links.forEach(function(l) { l.hidden = false })
            trigger.hidden = true
            void nav.offsetWidth

            var navWidth = nav.clientWidth
            var gap = parseFloat(getComputedStyle(nav).columnGap)
            if (isNaN(gap)) gap = 0

            /* Measure each link */
            var totalWidth = 0
            var linkWidths = links.map(function(link, i) {
              var w = link.getBoundingClientRect().width
              totalWidth += w + (i > 0 ? gap : 0)
              return w
            })

            /* Everything fits */
            if(totalWidth <= navWidth) return

            /* Show trigger to measure its width */
            trigger.hidden = false
            var triggerWidth = trigger.getBoundingClientRect().width
            var spaceForLinks = navWidth - triggerWidth - gap

            /* Hide links that don't fit - once overflow starts, all subsequent links go to More */
            var usedWidth = 0
            var overflow = false
            for(var i = 0; i < links.length; i++) {
              var w = linkWidths[i] + (i > 0 ? gap : 0)
              if(!overflow && (usedWidth + w) <= spaceForLinks) {
                links[i].hidden = false
                usedWidth += w
              } else {
                overflow = true
                links[i].hidden = true
              }
              nav.querySelectorAll('.js-overflow-for-' + i).forEach(function(el) { el.hidden = !links[i].hidden })
            }
          })
        }

        window.addEventListener('resize', toggleCenteredMobileNav)
        toggleCenteredMobileNav()
      }

      /* Only toggle Nav style left if the header is not already nav-style-left (non-centered layout) */
      if(!headerNode.classList.contains('nav-style-left') && !headerNode.classList.contains('logo-position-center')) {
        window.addEventListener('resize', toggleNavStyleLeft)
        toggleNavStyleLeft()
      }

      window.addEventListener('resize', toggleLeftSidebarPositionFixed)
      document.addEventListener('theater-mode-toggled', toggleLeftSidebarPositionFixed)
      toggleLeftSidebarPositionFixed()
    </script>
</div><div class="node-divider"></div></div><div id="node_n_fH3cE6WkCyMqLJr3" class="builder-node js-builder-node builder-placeholder-content builder-node-element node-n_fH3cE6WkCyMqLJr3 flex flex-col flex-1 items-center w-full apply-node-styles node-n_fH3cE6WkCyMqLJr3-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_fH3cE6WkCyMqLJr3" data-node-dom-id="node_n_fH3cE6WkCyMqLJr3" data-preserve-during-replace="true"><style id="style_node_n_fH3cE6WkCyMqLJr3">.node-n_fH3cE6WkCyMqLJr3-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_fH3cE6WkCyMqLJr3-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_fH3cE6WkCyMqLJr3-apply-node-styles  {
display: flex;
}
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative w-full">    <div class="site-layout-themed-content-area ">
      <div newly_created_and_empty="false" id="doc_wrapper_builder_doc_683670" class="builder-doc-wrapper flex flex-col items-center" data-controller="builder--input-visibility" data-action="resize@window-&gt;builder--input-visibility#handleInputVisibility modal:shown-&gt;builder--input-visibility#handleInputVisibility modal:hidden-&gt;builder--input-visibility#handleInputVisibility" data-builder-doc-editing="false" data-builder-doc-previewing="false" data-enable-click-to-view-node-settings="false" data-builder-doc-version-id="5367457" data-object-type="Page" data-object-id="228226"><form id="opt-in" class="hidden" action="/opt_ins" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="gzDJaastROZQkvcDNVLdr4Tp6QH9uXotEcfwGpVdiA_qRg5nRB9vBgDdcB_aEBq7WgOjy8XOxuQYNjE8p7GnQw" autocomplete="off" /><input type="hidden" name="builder_doc_id" id="builder_doc_id" value="683670" autocomplete="off" /></form><form id="popup" class="hidden" action="/opt_ins" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="sT-N34FchOiLDWuX8Ch4c4zus3vqI6WOVSPk-aVsoNvYSUrRbm6vCNtC7Isfar9nUgT5sdJUGUdc0iXfl4CPlw" autocomplete="off" /><input type="hidden" name="builder_doc_id" id="builder_doc_id" value="683670" autocomplete="off" /></form><div id="node_n_tu0kFdoLrrRoXnxV" class="builder-node js-builder-node builder-body builder-node-container node-n_tu0kFdoLrrRoXnxV w-full apply-node-styles node-n_tu0kFdoLrrRoXnxV-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_tu0kFdoLrrRoXnxV" data-node-dom-id="node_n_tu0kFdoLrrRoXnxV"><style id="style_node_n_tu0kFdoLrrRoXnxV">.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
--color-background: var(--sg-color-style-1-background);
--color-headline: var(--sg-color-style-1-headline);
--color-subheadline: var(--sg-color-style-1-subheadline);
--color-preheadline: var(--sg-color-style-1-preheadline);
--color-paragraph: var(--sg-color-style-1-paragraph);
--color-link: var(--sg-color-style-1-link);
--color-input-accent: var(--sg-color-style-1-input-accent);
--color-input-text: var(--sg-color-style-1-input-text);
--color-input-label: var(--sg-color-style-1-input-label);
--color-input-border: var(--sg-color-style-1-input-border);
--color-input-background: var(--sg-color-style-1-input-background);

}
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles .node-content {
--parent-node-color-background: var(--color-background);

}
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
display: flex;
}
}
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
--box-shadow: none;
}
.node-n_tu0kFdoLrrRoXnxV-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center"><div id="node_n_1g30Ds0bK3VPyPUN" class="builder-node js-builder-node builder-section builder-node-container node-n_1g30Ds0bK3VPyPUN apply-node-styles node-n_1g30Ds0bK3VPyPUN-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_1g30Ds0bK3VPyPUN" data-node-dom-id="node_n_1g30Ds0bK3VPyPUN"><style id="style_node_n_1g30Ds0bK3VPyPUN">.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--sg-color-style-custom-background: var(--sg-palette-color-lightest);
--sg-color-style-custom-headline: var(--sg-palette-color-1);
--sg-color-style-custom-paragraph: #eeeeee;
--sg-color-style-custom-subheadline: var(--sg-palette-color-1);
--sg-color-style-custom-preheadline: var(--sg-palette-color-1);
--sg-color-style-custom-link: var(--sg-palette-color-5);
--sg-color-style-custom-input-accent: var(--sg-palette-color-5);
--sg-color-style-custom-input-text: var(--sg-palette-color-4);
--sg-color-style-custom-input-label: #eeeeee;
--sg-color-style-custom-input-border: var(--sg-custom-color-theme-color_borders);
--sg-color-style-custom-input-background: #ffffff;

}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--color-background: var(--sg-color-style-custom-background);
--color-headline: var(--sg-color-style-custom-headline);
--color-subheadline: var(--sg-color-style-custom-subheadline);
--color-preheadline: var(--sg-color-style-custom-preheadline);
--color-paragraph: var(--sg-color-style-custom-paragraph);
--color-link: var(--sg-color-style-custom-link);
--color-input-accent: var(--sg-color-style-custom-input-accent);
--color-input-text: var(--sg-color-style-custom-input-text);
--color-input-label: var(--sg-color-style-custom-input-label);
--color-input-border: var(--sg-color-style-custom-input-border);
--color-input-background: var(--sg-color-style-custom-input-background);

}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles .node-content {
--parent-node-color-background: var(--color-background);

}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
display: flex;
}
}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
align-items: flex-start;
}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles > .node-content {
gap: 24px
}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--pt: 44px;
--pl: 44px;
--pr: 44px;
--pb: 44px;

}
@media (max-width: 1024px) {
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--pt: 44px;
--pl: 44px;
--pr: 44px;
--pb: 44px;

}
}
@media (max-width: 640px) {
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--pt: 44px;
--pl: 16px;
--pr: 16px;
--pb: 44px;

}
}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--box-shadow: none;
}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles > .node-bg > .node-bg-image > .node-bg-image-content {
background-image: image-set(url("https://img.simplerousercontent.net/scaled_image/5685347/d2e5ff63c372ceb64a55b6dc225b7510dd3f3fa4/photo-1530631673369-bc20fdb32288-1905w-1905h.jpg") 1x, url("https://img.simplerousercontent.net/scaled_image/5685347/be14d25e49e9591f2eda7fd177ad472dd8491b21/photo-1530631673369-bc20fdb32288-2848w-2848h.jpg") 2x);
}
@media (max-width: 1024px) {
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles > .node-bg > .node-bg-image > .node-bg-image-content {
background-image: image-set(url("https://img.simplerousercontent.net/scaled_image/5685347/31bcd0d3c822ba5a5465424df73f63870f84922e/photo-1530631673369-bc20fdb32288-1009w-1009h.jpg") 1x, url("https://img.simplerousercontent.net/scaled_image/5685347/d1844630c669d9fe5e28bcd718e6aa1ae4aec187/photo-1530631673369-bc20fdb32288-2018w-2018h.jpg") 2x);
}
}
@media (max-width: 768px) {
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles > .node-bg > .node-bg-image > .node-bg-image-content {
background-image: image-set(url("https://img.simplerousercontent.net/scaled_image/5685347/d46a3fb1e49d10f50ef26a87d1b2b21f77b7f1c5/photo-1530631673369-bc20fdb32288-753w-753h.jpg") 1x, url("https://img.simplerousercontent.net/scaled_image/5685347/c6d7013e70ff250503457e591dbbfa37d8e0375c/photo-1530631673369-bc20fdb32288-1506w-1506h.jpg") 2x);
}
}
@media (max-width: 480px) {
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles > .node-bg > .node-bg-image > .node-bg-image-content {
background-image: image-set(url("https://img.simplerousercontent.net/scaled_image/5685347/546a583f15af10d8f1e64322c659527e638675a1/photo-1530631673369-bc20fdb32288-480w-480h.jpg") 1x, url("https://img.simplerousercontent.net/scaled_image/5685347/de4ba78fc09b3164e53fa817e97e109cff2a7f0d/photo-1530631673369-bc20fdb32288-960w-960h.jpg") 2x);
}
}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles > .node-bg > .node-bg-image {
height: 100%;
margin-top: auto;
margin-bottom: auto;

}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles > .node-bg > .node-bg-image > .node-bg-image-content {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
transform-origin: center center;

}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 1024px) {
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--node-width: 100%;

}
}
@media (max-width: 640px) {
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--node-width: 100%;

}
}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles  {
--node-max-width: 100%;
}
.node-n_1g30Ds0bK3VPyPUN-apply-node-styles:has(.dropdown-open) {
z-index: 60
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"><div class="node-bg-image absolute inset-0 overflow-hidden"><div class="node-bg-image-content absolute inset-0"></div></div><div class="node-bg-overlay absolute inset-0" style="background-color: rgba(0, 0, 0, 0.5);"></div></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Section" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_ypRu0gm7XAAbWfSW" class="builder-node js-builder-node builder-row builder-node-container node-n_ypRu0gm7XAAbWfSW apply-node-styles node-n_ypRu0gm7XAAbWfSW-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_ypRu0gm7XAAbWfSW" data-node-dom-id="node_n_ypRu0gm7XAAbWfSW"><style id="style_node_n_ypRu0gm7XAAbWfSW">.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
display: flex;
}
}
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles > .node-content {
gap: 24px
}
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--pt: 16px;
--pl: 0px;
--pr: 0px;
--pb: 16px;

}
@media (max-width: 1024px) {
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--pt: 16px;
--pl: 0px;
--pr: 0px;
--pb: 16px;

}
}
@media (max-width: 640px) {
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--pt: 8px;
--pl: 0px;
--pr: 0px;
--pb: 8px;

}
}
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--box-shadow: none;
}
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 1024px) {
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--node-width: 100%;

}
}
@media (max-width: 640px) {
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--node-width: 100%;

}
}
.node-n_ypRu0gm7XAAbWfSW-apply-node-styles  {
--node-max-width: 911px;
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-row mob:flex-col" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Row" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_pu92r4XYag0NaD84" class="builder-node js-builder-node builder-column builder-node-container node-n_pu92r4XYag0NaD84 flex-auto min-w-0 apply-node-styles node-n_pu92r4XYag0NaD84-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_pu92r4XYag0NaD84" data-node-dom-id="node_n_pu92r4XYag0NaD84"><style id="style_node_n_pu92r4XYag0NaD84">.node-n_pu92r4XYag0NaD84-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
display: flex;
}
}
.node-n_pu92r4XYag0NaD84-apply-node-styles > .node-content {
gap: 24px
}
@media (max-width: 640px) {
.node-n_pu92r4XYag0NaD84-apply-node-styles > .node-content {
gap: 16px
}
}
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
align-items: flex-start;
}
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_pu92r4XYag0NaD84-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--box-shadow: none;
}
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 640px) {
.node-n_pu92r4XYag0NaD84-apply-node-styles  {
--node-width: 100%;

}
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Column" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_JBh40GFIRFrlgJWm" class="builder-node js-builder-node builder-wysiwyg builder-subheadline builder-node-element node-n_JBh40GFIRFrlgJWm w-full apply-node-styles node-n_JBh40GFIRFrlgJWm-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_JBh40GFIRFrlgJWm" data-node-dom-id="node_n_JBh40GFIRFrlgJWm"><style id="style_node_n_JBh40GFIRFrlgJWm">.node-n_JBh40GFIRFrlgJWm-apply-node-styles .wysiwyg-content {
color: var(--color-subheadline);
font-family: var(--sg-font-subheadline-font-family);
font-size: var(--sg-font-subheadline-size-xl);
font-weight: var(--sg-font-subheadline-font-weight);
letter-spacing: var(--sg-font-subheadline-letter-spacing);
line-height: var(--sg-font-subheadline-line-height) !important;
text-transform: none;
text-align: start;

}
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
--font-subheadline-font-family: Inter;
--font-subheadline-font-weight: 400;
--font-subheadline-size-custom: 14px;
--font-subheadline-line-height: 125%;
--font-subheadline-letter-spacing: 0px;

}
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
display: flex;
}
}
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
--mt: 4px;
--ml: 4px;
--mr: 4px;
--mb: 12px;

}
@media (max-width: 1024px) {
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
--mt: 4px;
--ml: 4px;
--mr: 4px;
--mb: 12px;

}
}
@media (max-width: 640px) {
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
--mt: 4px;
--ml: 4px;
--mr: 4px;
--mb: 12px;

}
}
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
--box-shadow: none;
}
.node-n_JBh40GFIRFrlgJWm-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative"><div class="breakpoint-container"><div class="wysiwyg-content"><h2 style="text-align: center;"><span style="font-size: 48px;">CLAUSSEN COACHING</span></h2></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div><script>
  (function() {
    const headerNode = document.querySelector('.builder-header')
    const isTransparentNav = headerNode?.classList?.contains('nav-transparency-enabled')
    if(isTransparentNav) {
      const firstSection = document.getElementById("node_n_1g30Ds0bK3VPyPUN")

      function getBackgroundColor(node) {
        if(!node) return window.getComputedStyle(document.body).backgroundColor
        const nodeBg = node.querySelector('.js-node-bg')
        const bgColor = window.getComputedStyle(nodeBg).backgroundColor
        if(bgColor == 'transparent' || bgColor == 'rgba(0, 0, 0, 0)') {
          return getBackgroundColor(node.parentElement.closest('.builder-node'))
        } else {
          return bgColor
        }
      }

      function colorIsDark(rgbColor) {
        let [r, g, b] = rgbColor.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+),?[\s\d\.]*\)$/).slice(1).map((i) => parseInt(i, 10))
        let uicolors = [r / 255, g / 255, b / 255];
        let c = uicolors.map((col) => {
          if (col <= 0.03928) {
            return col / 12.92;
          }
          return Math.pow((col + 0.055) / 1.055, 2.4);
        });
        let L = (0.2126 * c[0]) + (0.7152 * c[1]) + (0.0722 * c[2]);
        return L <= 0.179;
      }

      function toggleFirstSectionIsDark() {
        const isDark = colorIsDark(getBackgroundColor(firstSection))
        headerNode.classList.toggle('dark', isDark)
        headerNode.classList.toggle('light', !isDark)
      }
      toggleFirstSectionIsDark()
      window.addEventListener('DOMContentLoaded', toggleFirstSectionIsDark)
      window.addEventListener('resize', toggleFirstSectionIsDark)
    }
  })()
</script>
<div class="node-divider"></div></div><div id="node_n_PaR4TRVsLNU0cWOt" class="builder-node js-builder-node builder-section builder-node-container node-n_PaR4TRVsLNU0cWOt apply-node-styles node-n_PaR4TRVsLNU0cWOt-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_PaR4TRVsLNU0cWOt" data-node-dom-id="node_n_PaR4TRVsLNU0cWOt"><style id="style_node_n_PaR4TRVsLNU0cWOt">.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--color-background: var(--sg-color-style-2-background);
--color-headline: var(--sg-color-style-2-headline);
--color-subheadline: var(--sg-color-style-2-subheadline);
--color-preheadline: var(--sg-color-style-2-preheadline);
--color-paragraph: var(--sg-color-style-2-paragraph);
--color-link: var(--sg-color-style-2-link);
--color-input-accent: var(--sg-color-style-2-input-accent);
--color-input-text: var(--sg-color-style-2-input-text);
--color-input-label: var(--sg-color-style-2-input-label);
--color-input-border: var(--sg-color-style-2-input-border);
--color-input-background: var(--sg-color-style-2-input-background);

}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles .node-content {
--parent-node-color-background: var(--color-background);

}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
display: flex;
}
}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
align-items: flex-start;
}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles > .node-content {
gap: 24px
}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--pt: 44px;
--pl: 44px;
--pr: 44px;
--pb: 44px;

}
@media (max-width: 1024px) {
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--pt: 44px;
--pl: 44px;
--pr: 44px;
--pb: 44px;

}
}
@media (max-width: 640px) {
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--pt: 44px;
--pl: 16px;
--pr: 16px;
--pb: 44px;

}
}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--box-shadow: none;
}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 1024px) {
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--node-width: 100%;

}
}
@media (max-width: 640px) {
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--node-width: 100%;

}
}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles  {
--node-max-width: 100%;
}
.node-n_PaR4TRVsLNU0cWOt-apply-node-styles:has(.dropdown-open) {
z-index: 60
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Section" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_BD5SjB3Lv5hxUnu4" class="builder-node js-builder-node builder-row builder-node-container node-n_BD5SjB3Lv5hxUnu4 apply-node-styles node-n_BD5SjB3Lv5hxUnu4-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_BD5SjB3Lv5hxUnu4" data-node-dom-id="node_n_BD5SjB3Lv5hxUnu4"><style id="style_node_n_BD5SjB3Lv5hxUnu4">.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
display: flex;
}
}
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles > .node-content {
gap: 24px
}
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--pt: 16px;
--pl: 0px;
--pr: 0px;
--pb: 16px;

}
@media (max-width: 1024px) {
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--pt: 16px;
--pl: 0px;
--pr: 0px;
--pb: 16px;

}
}
@media (max-width: 640px) {
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--pt: 8px;
--pl: 0px;
--pr: 0px;
--pb: 8px;

}
}
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--box-shadow: none;
}
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 1024px) {
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--node-width: 100%;

}
}
@media (max-width: 640px) {
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--node-width: 100%;

}
}
.node-n_BD5SjB3Lv5hxUnu4-apply-node-styles  {
--node-max-width: 1200px;
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-row mob:flex-col-reverse" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Row" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_L7pwFUGf6Q1wQXzl" class="builder-node js-builder-node builder-column builder-node-container node-n_L7pwFUGf6Q1wQXzl flex-auto min-w-0 apply-node-styles node-n_L7pwFUGf6Q1wQXzl-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_L7pwFUGf6Q1wQXzl" data-node-dom-id="node_n_L7pwFUGf6Q1wQXzl"><style id="style_node_n_L7pwFUGf6Q1wQXzl">.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
display: flex;
}
}
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles > .node-content {
gap: 24px
}
@media (max-width: 640px) {
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles > .node-content {
gap: 16px
}
}
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
align-items: flex-start;
}
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--pt: 16px;
--pl: 32px;
--pr: 32px;
--pb: 16px;

}
@media (max-width: 1024px) {
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--pt: 16px;
--pl: 32px;
--pr: 32px;
--pb: 16px;

}
}
@media (max-width: 640px) {
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--pt: 8px;
--pl: 16px;
--pr: 16px;
--pb: 8px;

}
}
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--box-shadow: none;
}
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 640px) {
.node-n_L7pwFUGf6Q1wQXzl-apply-node-styles  {
--node-width: 100%;

}
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Column" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_IFVaUfTfBRQBKzns" class="builder-node js-builder-node builder-wysiwyg builder-subheadline builder-node-element node-n_IFVaUfTfBRQBKzns w-full apply-node-styles node-n_IFVaUfTfBRQBKzns-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_IFVaUfTfBRQBKzns" data-node-dom-id="node_n_IFVaUfTfBRQBKzns"><style id="style_node_n_IFVaUfTfBRQBKzns">.node-n_IFVaUfTfBRQBKzns-apply-node-styles .wysiwyg-content {
color: var(--color-subheadline);
font-family: var(--sg-font-subheadline-font-family);
font-size: var(--sg-font-subheadline-size-sm);
font-weight: var(--sg-font-subheadline-font-weight);
letter-spacing: var(--sg-font-subheadline-letter-spacing);
line-height: var(--sg-font-subheadline-line-height) !important;
text-transform: none;
text-align: start;

}
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
--font-subheadline-font-family: Inter;
--font-subheadline-font-weight: 400;
--font-subheadline-size-custom: 14px;
--font-subheadline-line-height: 125%;
--font-subheadline-letter-spacing: 0px;

}
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
display: flex;
}
}
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
--box-shadow: none;
}
.node-n_IFVaUfTfBRQBKzns-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative"><div class="breakpoint-container"><div class="wysiwyg-content"><h2><span style="color: #ffffff;">Styrker resultatskabere i kerne og hjerte</span></h2></div></div></div><div class="node-divider"></div></div><div id="node_n_3IFK79fm6h5L5y5A" class="builder-node js-builder-node builder-wysiwyg builder-paragraph builder-node-element node-n_3IFK79fm6h5L5y5A builder-previewable w-full apply-node-styles node-n_3IFK79fm6h5L5y5A-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node builder--elements--paragraph" data-node-id="n_3IFK79fm6h5L5y5A" data-node-dom-id="node_n_3IFK79fm6h5L5y5A" data-action="click-&gt;builder--elements--paragraph#onClick"><style id="style_node_n_3IFK79fm6h5L5y5A">.node-n_3IFK79fm6h5L5y5A-apply-node-styles .wysiwyg-content {
color: var(--color-paragraph);
font-family: var(--sg-font-paragraph-font-family);
font-size: var(--sg-font-paragraph-size-lg);
font-weight: var(--sg-font-paragraph-font-weight);
letter-spacing: var(--sg-font-paragraph-letter-spacing);
line-height: var(--sg-font-paragraph-line-height) !important;
text-transform: none;
text-align: start;

}
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
--font-paragraph-font-family: Inter;
--font-paragraph-font-weight: 400;
--font-paragraph-size-custom: 14px;
--font-paragraph-line-height: 125%;
--font-paragraph-letter-spacing: 0px;

}
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
display: flex;
}
}
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
--box-shadow: none;
}
.node-n_3IFK79fm6h5L5y5A-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative"><div class="breakpoint-container"><div id="wysiwyg-content-n_3IFK79fm6h5L5y5A" class="wysiwyg-content"><p><span style="color: rgb(255, 255, 255)">Jeg hjælper <strong>resultatskabere</strong> med at lykkes uden at<strong> miste sig selv.</strong></span></p><p><br><span style="color: rgb(255, 255, 255)"> Udvikling handler ikke om at presse hårdere, men om at <strong>bruge sin energi rigtigt</strong>. Fokusere på det som virkeligt er vigtigt for dig.&nbsp;</span></p><p><span style="color: rgb(255, 255, 255)">Med <strong>erfaring fra elitesport og coaching</strong> arbejder jeg for at få mennesker til at trives, præstere og bevare balancen, også når tempoet er højt.</span></p><p><span style="color: rgb(255, 255, 255)">Hos Claussen Coaching handler det om at<strong> skabe resultater</strong> der holder, fordi de er <strong>forankret</strong> i det du står på.</span></p><p><span style="color: rgb(255, 255, 255)"><strong>Du skal have din kerne og hjerte med!</strong></span></p></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div><div id="node_n_TfAILEDWzIM6pF4F" class="builder-node js-builder-node builder-column builder-node-container node-n_TfAILEDWzIM6pF4F flex-auto min-w-0 apply-node-styles node-n_TfAILEDWzIM6pF4F-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_TfAILEDWzIM6pF4F" data-node-dom-id="node_n_TfAILEDWzIM6pF4F"><style id="style_node_n_TfAILEDWzIM6pF4F">.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
display: flex;
}
}
.node-n_TfAILEDWzIM6pF4F-apply-node-styles > .node-content {
gap: 24px
}
@media (max-width: 640px) {
.node-n_TfAILEDWzIM6pF4F-apply-node-styles > .node-content {
gap: 16px
}
}
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
align-items: flex-start;
}
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--pt: 16px;
--pl: 32px;
--pr: 32px;
--pb: 16px;

}
@media (max-width: 1024px) {
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--pt: 16px;
--pl: 32px;
--pr: 32px;
--pb: 16px;

}
}
@media (max-width: 640px) {
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--pt: 8px;
--pl: 16px;
--pr: 16px;
--pb: 8px;

}
}
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--box-shadow: none;
}
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 640px) {
.node-n_TfAILEDWzIM6pF4F-apply-node-styles  {
--node-width: 100%;

}
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Column" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_LJmaj5OKFYgOcsCc" class="builder-node js-builder-node builder-image builder-node-element node-n_LJmaj5OKFYgOcsCc w-full apply-node-styles node-n_LJmaj5OKFYgOcsCc-apply-node-styles" data-controller="builder--node" data-node-id="n_LJmaj5OKFYgOcsCc" data-node-dom-id="node_n_LJmaj5OKFYgOcsCc"><style id="style_node_n_LJmaj5OKFYgOcsCc">.node-n_LJmaj5OKFYgOcsCc-apply-node-styles img {
width: 533px;
}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles image-resizer {
width: 533px;
}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles picture {
display: flex;
}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles img {
box-shadow: var(--box-shadow);
height: 100%;
object-fit: contain;
object-position: center center;

}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles img {
border-radius: 0px;


}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {
display: flex;
}
}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles picture, .node-n_LJmaj5OKFYgOcsCc-apply-node-styles a.builder-image-link {
display: flex;
width: 100%;

}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles .breakpoint-container, .node-n_LJmaj5OKFYgOcsCc-apply-node-styles picture, .node-n_LJmaj5OKFYgOcsCc-apply-node-styles a.builder-image-link {
justify-content: center;
}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles img {
--box-shadow: none;
}
.node-n_LJmaj5OKFYgOcsCc-apply-node-styles img {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative"><div class="breakpoint-container flex relative"><img srcset="https://img.simplerousercontent.net/scaled_image/5043771/4d6a2d0b46fcfd58f01e6ebc323803e4eda9da46/Mads-Profilbillede-416w-294h.jpg 416w, https://img.simplerousercontent.net/scaled_image/5043771/25f401b75cda261e4b370309dc98ea249bb6f5f5/Mads-Profilbillede-257w-182h.jpg 257w, https://img.simplerousercontent.net/scaled_image/5043771/165e82a7f753aec76f357f4f19a36981dd53fd91/Mads-Profilbillede-385w-272h.jpg 385w, https://img.simplerousercontent.net/scaled_image/5043771/ddca3b1379275b3d3a49825a462b714fedc91705/Mads-Profilbillede-523w-370h.jpg 524w" sizes="(max-width: 480px) 416px, (max-width: 768px) 257px, (max-width: 1024px) 385px, (max-width: 1920px) 524px, 524px" class="apply-node-styles-padding apply-node-styles-border apply-node-styles-box-shadow" decoding="async" loading="lazy" width="524" height="370" src="https://img.simplerousercontent.net/scaled_image/5043771/4d6a2d0b46fcfd58f01e6ebc323803e4eda9da46/Mads-Profilbillede-416w-294h.jpg" /></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div><div id="node_n_fe1DXqrTYQvQzItI" class="builder-node js-builder-node builder-section builder-node-container node-n_fe1DXqrTYQvQzItI apply-node-styles node-n_fe1DXqrTYQvQzItI-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_fe1DXqrTYQvQzItI" data-node-dom-id="node_n_fe1DXqrTYQvQzItI"><style id="style_node_n_fe1DXqrTYQvQzItI">.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
display: flex;
}
}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
align-items: flex-start;
}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles > .node-content {
gap: 24px
}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--pt: 44px;
--pl: 44px;
--pr: 44px;
--pb: 44px;

}
@media (max-width: 1024px) {
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--pt: 44px;
--pl: 44px;
--pr: 44px;
--pb: 44px;

}
}
@media (max-width: 640px) {
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--pt: 44px;
--pl: 16px;
--pr: 16px;
--pb: 44px;

}
}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--box-shadow: none;
}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 1024px) {
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--node-width: 100%;

}
}
@media (max-width: 640px) {
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--node-width: 100%;

}
}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles  {
--node-max-width: 100%;
}
.node-n_fe1DXqrTYQvQzItI-apply-node-styles:has(.dropdown-open) {
z-index: 60
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Section" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_qCrZ498olm6t7SLA" class="builder-node js-builder-node builder-row builder-node-container node-n_qCrZ498olm6t7SLA apply-node-styles node-n_qCrZ498olm6t7SLA-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_qCrZ498olm6t7SLA" data-node-dom-id="node_n_qCrZ498olm6t7SLA"><style id="style_node_n_qCrZ498olm6t7SLA">.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
display: flex;
}
}
.node-n_qCrZ498olm6t7SLA-apply-node-styles > .node-content {
gap: 24px
}
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--pt: 16px;
--pl: 0px;
--pr: 0px;
--pb: 16px;

}
@media (max-width: 1024px) {
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--pt: 16px;
--pl: 0px;
--pr: 0px;
--pb: 16px;

}
}
@media (max-width: 640px) {
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--pt: 8px;
--pl: 0px;
--pr: 0px;
--pb: 8px;

}
}
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--box-shadow: none;
}
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 1024px) {
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--node-width: 100%;

}
}
@media (max-width: 640px) {
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--node-width: 100%;

}
}
.node-n_qCrZ498olm6t7SLA-apply-node-styles  {
--node-max-width: 1280px;
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-row mob:flex-col" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Row" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_9CAB2uiAjlRJi8bj" class="builder-node js-builder-node builder-column builder-node-container node-n_9CAB2uiAjlRJi8bj flex-auto min-w-0 apply-node-styles node-n_9CAB2uiAjlRJi8bj-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_9CAB2uiAjlRJi8bj" data-node-dom-id="node_n_9CAB2uiAjlRJi8bj"><style id="style_node_n_9CAB2uiAjlRJi8bj">.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--sg-color-style-custom-background: #f3f2f5;
--sg-color-style-custom-headline: var(--sg-palette-color-darkest);
--sg-color-style-custom-paragraph: var(--sg-palette-color-dark);
--sg-color-style-custom-subheadline: var(--sg-palette-color-darkest);
--sg-color-style-custom-preheadline: var(--sg-palette-color-darkest);
--sg-color-style-custom-link: var(--sg-palette-color-accent);
--sg-color-style-custom-input-accent: var(--sg-palette-color-darkest);
--sg-color-style-custom-input-text: var(--sg-palette-color-dark);
--sg-color-style-custom-input-label: var(--sg-palette-color-darkest);
--sg-color-style-custom-input-border: var(--sg-palette-color-dark);
--sg-color-style-custom-input-background: var(--sg-palette-color-light);

}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--color-background: var(--sg-color-style-custom-background);
--color-headline: var(--sg-color-style-custom-headline);
--color-subheadline: var(--sg-color-style-custom-subheadline);
--color-preheadline: var(--sg-color-style-custom-preheadline);
--color-paragraph: var(--sg-color-style-custom-paragraph);
--color-link: var(--sg-color-style-custom-link);
--color-input-accent: var(--sg-color-style-custom-input-accent);
--color-input-text: var(--sg-color-style-custom-input-text);
--color-input-label: var(--sg-color-style-custom-input-label);
--color-input-border: var(--sg-color-style-custom-input-border);
--color-input-background: var(--sg-color-style-custom-input-background);

}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles .node-content {
--parent-node-color-background: var(--color-background);

}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
display: flex;
}
}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles > .node-content {
gap: 24px
}
@media (max-width: 640px) {
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles > .node-content {
gap: 16px
}
}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
align-items: flex-start;
}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--mt: 16px;
--ml: 32px;
--mr: 32px;
--mb: 16px;

}
@media (max-width: 1024px) {
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--mt: 16px;
--ml: 32px;
--mr: 32px;
--mb: 16px;

}
}
@media (max-width: 640px) {
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--mt: 8px;
--ml: 16px;
--mr: 16px;
--mb: 8px;

}
}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--pt: 16px;
--pl: 32px;
--pr: 32px;
--pb: 16px;

}
@media (max-width: 1024px) {
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--pt: 16px;
--pl: 32px;
--pr: 32px;
--pb: 16px;

}
}
@media (max-width: 640px) {
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--pt: 8px;
--pl: 16px;
--pr: 16px;
--pb: 8px;

}
}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--br-tl: 8px;
--br-tr: 8px;
--br-bl: 8px;
--br-br: 8px;

}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--box-shadow: none;
}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 640px) {
.node-n_9CAB2uiAjlRJi8bj-apply-node-styles  {
--node-width: 100%;

}
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Column" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_ztxjzCxWioSRontg" class="builder-node js-builder-node builder-wysiwyg builder-paragraph builder-node-element node-n_ztxjzCxWioSRontg builder-previewable w-full apply-node-styles node-n_ztxjzCxWioSRontg-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node builder--elements--paragraph" data-node-id="n_ztxjzCxWioSRontg" data-node-dom-id="node_n_ztxjzCxWioSRontg" data-action="click-&gt;builder--elements--paragraph#onClick"><style id="style_node_n_ztxjzCxWioSRontg">.node-n_ztxjzCxWioSRontg-apply-node-styles .wysiwyg-content {
color: var(--color-paragraph);
font-family: var(--sg-font-paragraph-font-family);
font-size: var(--sg-font-paragraph-size-lg);
font-weight: var(--sg-font-paragraph-font-weight);
letter-spacing: var(--sg-font-paragraph-letter-spacing);
line-height: var(--sg-font-paragraph-line-height) !important;
text-transform: none;
text-align: start;

}
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
--font-paragraph-font-family: Inter;
--font-paragraph-font-weight: 400;
--font-paragraph-size-custom: 14px;
--font-paragraph-line-height: 125%;
--font-paragraph-letter-spacing: 0px;

}
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
display: flex;
}
}
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_ztxjzCxWioSRontg-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
--box-shadow: none;
}
.node-n_ztxjzCxWioSRontg-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative"><div class="breakpoint-container"><div id="wysiwyg-content-n_ztxjzCxWioSRontg" class="wysiwyg-content"><p>Mads er den helt rigtige for dig som vil high performance!"</p></div></div></div><div class="node-divider"></div></div><div id="node_n_joSHe5eeMd5qD1Bb" class="builder-node js-builder-node builder-stack builder-node-container node-n_joSHe5eeMd5qD1Bb apply-node-styles node-n_joSHe5eeMd5qD1Bb-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_joSHe5eeMd5qD1Bb" data-node-dom-id="node_n_joSHe5eeMd5qD1Bb"><style id="style_node_n_joSHe5eeMd5qD1Bb">.node-n_joSHe5eeMd5qD1Bb-apply-node-styles .node-element .add-node-button-container {
left: auto;
top: 0;

}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles .node-element .add-element-line {
height: 100%;
width: 0px;

}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles .node-element .add-node-button-container:hover .add-element-line {
width: 4px;
height: 100%;

}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles .node-element button.t-btn .s-icon {
font-size: 12px;

}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles .node-element:last-child .add-node-button {
display: inline-flex;

}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
--node-width: 100%;
}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles > .node-content {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
min-width: 0;
align-items: center;

}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles > .node-content {
justify-content: start;

}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
display: flex;
}
}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles > .node-content {
gap: 192px
}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
--box-shadow: none;
}
.node-n_joSHe5eeMd5qD1Bb-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative w-full" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Stack" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_4dtXMVtd9z2R3BMm" class="builder-node js-builder-node builder-image builder-node-element node-n_4dtXMVtd9z2R3BMm apply-node-styles node-n_4dtXMVtd9z2R3BMm-apply-node-styles" data-controller="builder--node" data-node-id="n_4dtXMVtd9z2R3BMm" data-node-dom-id="node_n_4dtXMVtd9z2R3BMm"><style id="style_node_n_4dtXMVtd9z2R3BMm">.node-n_4dtXMVtd9z2R3BMm-apply-node-styles img {
width: 60px;
}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles image-resizer {
width: 60px;
}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
flex-shrink: 0;
}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles picture {
display: flex;
}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles img {
box-shadow: var(--box-shadow);
height: 100%;
object-fit: cover;
object-position: center center;

}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles img {
border-radius: 100%;
aspect-ratio: 1 / 1;

}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
display: flex;
}
}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles picture, .node-n_4dtXMVtd9z2R3BMm-apply-node-styles a.builder-image-link {
display: flex;
width: 100%;

}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles .breakpoint-container, .node-n_4dtXMVtd9z2R3BMm-apply-node-styles picture, .node-n_4dtXMVtd9z2R3BMm-apply-node-styles a.builder-image-link {
justify-content: start;
}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles img {
--box-shadow: none;
}
.node-n_4dtXMVtd9z2R3BMm-apply-node-styles img {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative"><div class="breakpoint-container flex relative"><a class="builder-image-link" href="https://www.fabiola-christensen.com/"><img srcset="https://img.simplerousercontent.net/scaled_image/13933484/992d0f7264007691f49af5f3120a1980a7fb6944/fabiola-60w-78h.jpg 60w" sizes="(max-width: 480px) 60px, (max-width: 768px) 60px, (max-width: 1024px) 60px, (max-width: 1920px) 60px, 60px" class="apply-node-styles-padding apply-node-styles-border apply-node-styles-box-shadow" decoding="async" loading="lazy" width="60" height="78" src="https://img.simplerousercontent.net/scaled_image/13933484/992d0f7264007691f49af5f3120a1980a7fb6944/fabiola-60w-78h.jpg" /></a></div></div><div class="node-divider"></div></div><div id="node_n_KkQjoGnVHNJelOdc" class="builder-node js-builder-node builder-wysiwyg builder-paragraph builder-node-element node-n_KkQjoGnVHNJelOdc builder-previewable apply-node-styles node-n_KkQjoGnVHNJelOdc-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node builder--elements--paragraph" data-node-id="n_KkQjoGnVHNJelOdc" data-node-dom-id="node_n_KkQjoGnVHNJelOdc" data-action="click-&gt;builder--elements--paragraph#onClick"><style id="style_node_n_KkQjoGnVHNJelOdc">.node-n_KkQjoGnVHNJelOdc-apply-node-styles .wysiwyg-content {
color: var(--color-paragraph);
font-family: var(--sg-font-paragraph-font-family);
font-size: var(--sg-font-paragraph-size-md);
font-weight: var(--sg-font-paragraph-font-weight);
letter-spacing: var(--sg-font-paragraph-letter-spacing);
line-height: var(--sg-font-paragraph-line-height) !important;
text-transform: none;
text-align: start;

}
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
--font-paragraph-font-family: Inter;
--font-paragraph-font-weight: 400;
--font-paragraph-size-custom: 14px;
--font-paragraph-line-height: 125%;
--font-paragraph-letter-spacing: 0px;

}
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
display: flex;
}
}
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
--box-shadow: none;
}
.node-n_KkQjoGnVHNJelOdc-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative"><div class="breakpoint-container"><div id="wysiwyg-content-n_KkQjoGnVHNJelOdc" class="wysiwyg-content"><p style='font-weight: 700'><strong>Fabiola Skriver</strong></p>
<p></p></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div><div id="node_n_AQ5Tw29joN3br0Wh" class="builder-node js-builder-node builder-section builder-node-container node-n_AQ5Tw29joN3br0Wh apply-node-styles node-n_AQ5Tw29joN3br0Wh-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_AQ5Tw29joN3br0Wh" data-node-dom-id="node_n_AQ5Tw29joN3br0Wh"><style id="style_node_n_AQ5Tw29joN3br0Wh">.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--color-background: var(--sg-color-style-5-background);
--color-headline: var(--sg-color-style-5-headline);
--color-subheadline: var(--sg-color-style-5-subheadline);
--color-preheadline: var(--sg-color-style-5-preheadline);
--color-paragraph: var(--sg-color-style-5-paragraph);
--color-link: var(--sg-color-style-5-link);
--color-input-accent: var(--sg-color-style-5-input-accent);
--color-input-text: var(--sg-color-style-5-input-text);
--color-input-label: var(--sg-color-style-5-input-label);
--color-input-border: var(--sg-color-style-5-input-border);
--color-input-background: var(--sg-color-style-5-input-background);

}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles .node-content {
--parent-node-color-background: var(--color-background);

}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
display: flex;
}
}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
align-items: flex-start;
}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles > .node-content {
gap: 24px
}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--pt: 44px;
--pl: 44px;
--pr: 44px;
--pb: 44px;

}
@media (max-width: 1024px) {
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--pt: 44px;
--pl: 44px;
--pr: 44px;
--pb: 44px;

}
}
@media (max-width: 640px) {
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--pt: 44px;
--pl: 16px;
--pr: 16px;
--pb: 44px;

}
}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--box-shadow: none;
}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 1024px) {
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--node-width: 100%;

}
}
@media (max-width: 640px) {
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--node-width: 100%;

}
}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles  {
--node-max-width: 100%;
}
.node-n_AQ5Tw29joN3br0Wh-apply-node-styles:has(.dropdown-open) {
z-index: 60
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Section" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_P2FqwliT83mJ62bF" class="builder-node js-builder-node builder-row builder-node-container node-n_P2FqwliT83mJ62bF apply-node-styles node-n_P2FqwliT83mJ62bF-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_P2FqwliT83mJ62bF" data-node-dom-id="node_n_P2FqwliT83mJ62bF"><style id="style_node_n_P2FqwliT83mJ62bF">.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
display: flex;
}
}
.node-n_P2FqwliT83mJ62bF-apply-node-styles > .node-content {
gap: 24px
}
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--pt: 16px;
--pl: 0px;
--pr: 0px;
--pb: 16px;

}
@media (max-width: 1024px) {
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--pt: 16px;
--pl: 0px;
--pr: 0px;
--pb: 16px;

}
}
@media (max-width: 640px) {
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--pt: 8px;
--pl: 0px;
--pr: 0px;
--pb: 8px;

}
}
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--box-shadow: none;
}
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 1024px) {
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--node-width: 100%;

}
}
@media (max-width: 640px) {
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--node-width: 100%;

}
}
.node-n_P2FqwliT83mJ62bF-apply-node-styles  {
--node-max-width: 1200px;
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-row mob:flex-col" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Row" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_g7iDcacZUPWZSJ1j" class="builder-node js-builder-node builder-column builder-node-container node-n_g7iDcacZUPWZSJ1j flex-auto min-w-0 apply-node-styles node-n_g7iDcacZUPWZSJ1j-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_g7iDcacZUPWZSJ1j" data-node-dom-id="node_n_g7iDcacZUPWZSJ1j"><style id="style_node_n_g7iDcacZUPWZSJ1j">.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
display: flex;
}
}
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles > .node-content {
gap: 24px
}
@media (max-width: 640px) {
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles > .node-content {
gap: 16px
}
}
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
align-items: center;
}
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--box-shadow: none;
}
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 640px) {
.node-n_g7iDcacZUPWZSJ1j-apply-node-styles  {
--node-width: 100%;

}
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Column" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_f7J7x2W7YQbR9YcD" class="builder-node js-builder-node builder-wysiwyg builder-preheadline builder-node-element node-n_f7J7x2W7YQbR9YcD w-full apply-node-styles node-n_f7J7x2W7YQbR9YcD-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_f7J7x2W7YQbR9YcD" data-node-dom-id="node_n_f7J7x2W7YQbR9YcD"><style id="style_node_n_f7J7x2W7YQbR9YcD">.node-n_f7J7x2W7YQbR9YcD-apply-node-styles .wysiwyg-content {
color: var(--color-preheadline);
font-family: var(--sg-font-preheadline-font-family);
font-size: var(--sg-font-preheadline-size-xl);
font-weight: var(--sg-font-preheadline-font-weight);
letter-spacing: var(--sg-font-preheadline-letter-spacing);
line-height: var(--sg-font-preheadline-line-height) !important;
text-transform: none;
text-align: start;

}
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
--font-preheadline-font-family: Inter;
--font-preheadline-font-weight: 400;
--font-preheadline-size-custom: 14px;
--font-preheadline-line-height: 125%;
--font-preheadline-letter-spacing: 0px;

}
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
display: flex;
}
}
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
--box-shadow: none;
}
.node-n_f7J7x2W7YQbR9YcD-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative"><div class="breakpoint-container"><div class="wysiwyg-content"><h3><span style="color: rgb(255, 255, 255)">C.O.R.E. Workshop</span></h3></div></div></div><div class="node-divider"></div></div><div id="node_n_Ig9dwnCwOOejt5lE" class="builder-node js-builder-node builder-wysiwyg builder-paragraph builder-node-element node-n_Ig9dwnCwOOejt5lE builder-previewable w-full apply-node-styles node-n_Ig9dwnCwOOejt5lE-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node builder--elements--paragraph" data-node-id="n_Ig9dwnCwOOejt5lE" data-node-dom-id="node_n_Ig9dwnCwOOejt5lE" data-action="click-&gt;builder--elements--paragraph#onClick"><style id="style_node_n_Ig9dwnCwOOejt5lE">.node-n_Ig9dwnCwOOejt5lE-apply-node-styles .wysiwyg-content {
color: var(--color-paragraph);
font-family: var(--sg-font-paragraph-font-family);
font-size: var(--sg-font-paragraph-size-lg);
font-weight: var(--sg-font-paragraph-font-weight);
letter-spacing: var(--sg-font-paragraph-letter-spacing);
line-height: var(--sg-font-paragraph-line-height) !important;
text-transform: none;
text-align: start;

}
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
--font-paragraph-font-family: Inter;
--font-paragraph-font-weight: 400;
--font-paragraph-size-custom: 14px;
--font-paragraph-line-height: 125%;
--font-paragraph-letter-spacing: 0px;

}
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
display: flex;
}
}
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
--box-shadow: none;
}
.node-n_Ig9dwnCwOOejt5lE-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative"><div class="breakpoint-container"><div id="wysiwyg-content-n_Ig9dwnCwOOejt5lE" class="wysiwyg-content"><p><span style="color: rgb(255, 255, 255)">Jeg holder jævnligt gratis masterclasses for resultatskabere der er klar til at gøre en forskel uden at brænde ud.&nbsp;</span></p><p><span style="color: rgb(255, 255, 255)">Du lærer:&nbsp;</span></p><p><span style="color: rgb(255, 255, 255)">✅ Den unikke metode ledere og atleter bruger til at&nbsp;<strong>toppræstere uden at presse sig selv mere</strong></span><br><span style="color: rgb(255, 255, 255)">✅ Hemmeligheden bag at skabe&nbsp;<strong>resultater uden at skulle arbejde hårdere</strong></span><br><span style="color: rgb(255, 255, 255)">✅ Hvordan du på kort tid kan&nbsp;<strong>nå de resultater, du higer efter – med ro, styrke og klarhed</strong></span><br></p></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div><div id="node_n_cPPuHbxGE2bOvfek" class="builder-node js-builder-node builder-column builder-node-container node-n_cPPuHbxGE2bOvfek flex-auto min-w-0 apply-node-styles node-n_cPPuHbxGE2bOvfek-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_cPPuHbxGE2bOvfek" data-node-dom-id="node_n_cPPuHbxGE2bOvfek"><style id="style_node_n_cPPuHbxGE2bOvfek">.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
display: flex;
}
}
.node-n_cPPuHbxGE2bOvfek-apply-node-styles > .node-content {
gap: 24px
}
@media (max-width: 640px) {
.node-n_cPPuHbxGE2bOvfek-apply-node-styles > .node-content {
gap: 16px
}
}
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
align-items: center;
}
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--mt: 22px;
--ml: 4px;
--mr: 4px;
--mb: 4px;

}
}
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--box-shadow: none;
}
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--node-width: 100%;

}
@media (max-width: 640px) {
.node-n_cPPuHbxGE2bOvfek-apply-node-styles  {
--node-width: 100%;

}
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Column" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_ZCOHQjqC5SIzOBCQ" class="builder-node js-builder-node builder-stack builder-node-container node-n_ZCOHQjqC5SIzOBCQ apply-node-styles node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_ZCOHQjqC5SIzOBCQ" data-node-dom-id="node_n_ZCOHQjqC5SIzOBCQ"><style id="style_node_n_ZCOHQjqC5SIzOBCQ">.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles .node-element .add-node-button-container {
left: auto;
top: 0;

}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles .node-element .add-element-line {
height: 100%;
width: 0px;

}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles .node-element .add-node-button-container:hover .add-element-line {
width: 4px;
height: 100%;

}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles .node-element button.t-btn .s-icon {
font-size: 12px;

}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles .node-element:last-child .add-node-button {
display: inline-flex;

}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
--node-width: 100%;
}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles > .node-content {
display: flex;
flex-wrap: wrap;
flex-direction: row;
min-width: 0;
align-items: flex-start;

}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles > .node-content {
justify-content: center;

}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
display: flex;
}
}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles > .node-content {
gap: 16px
}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
--br-tl: 0px;
--br-tr: 0px;
--br-bl: 0px;
--br-br: 0px;

}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
--box-shadow: none;
}
.node-n_ZCOHQjqC5SIzOBCQ-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative w-full" data-controller="builder--editor--gap-resizer" data-builder--editor--gap-resizer-node-type-value="Stack" data-builder--editor--node-in-iframe-target="gapResizer" data-action="window:scroll-&gt;builder--editor--gap-resizer#repositionHandles controlsShown-&gt;builder--editor--gap-resizer#onControlsShown"><div id="node_n_O4iSVKFyhgyJq1me" class="builder-node js-builder-node builder-button builder-node-element node-n_O4iSVKFyhgyJq1me text-center apply-node-styles node-n_O4iSVKFyhgyJq1me-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node" data-node-id="n_O4iSVKFyhgyJq1me" data-node-dom-id="node_n_O4iSVKFyhgyJq1me"><style id="style_node_n_O4iSVKFyhgyJq1me">.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {

          --sg-button-text-color: var(--sg-btn-button-content-custom-color-text);
          --sg-button-text-font-family: var(--sg-btn-button-content-custom-font-family-text);
          --sg-button-text-font-size: calc(var(--sg-btn-button-content-custom-font-size-text) * 1.0);
          --sg-button-text-font-weight: var(--sg-btn-button-content-custom-font-weight-text);
          --sg-button-text-letter-spacing: var(--sg-btn-button-content-custom-letter-spacing-text);
          --sg-button-text-line-height: var(--sg-btn-button-content-custom-line-height-text);
          --sg-button-background-color: var(--sg-btn-button-content-custom-color-bg);
          --sg-button-background-image: var(--sg-btn-button-content-custom-image-bg);
          --sg-button-border-color: var(--sg-btn-button-content-custom-border-color);
          --sg-button-border-style: var(--sg-btn-button-content-custom-border-style);
          --sg-button-border-radius-tl: var(--sg-btn-button-content-custom-br-tl);
          --sg-button-border-radius-tr: var(--sg-btn-button-content-custom-br-tr);
          --sg-button-border-radius-br: var(--sg-btn-button-content-custom-br-br);
          --sg-button-border-radius-bl: var(--sg-btn-button-content-custom-br-bl);
          --sg-button-border-top-width: var(--sg-btn-button-content-custom-border-top-width);
          --sg-button-border-right-width: var(--sg-btn-button-content-custom-border-right-width);
          --sg-button-border-bottom-width: var(--sg-btn-button-content-custom-border-bottom-width);
          --sg-button-border-left-width: var(--sg-btn-button-content-custom-border-left-width);
          --sg-button-padding-top: calc(var(--sg-btn-button-content-custom-pt) * 1.0);
          --sg-button-padding-right: calc(var(--sg-btn-button-content-custom-pr) * 1.0 );
          --sg-button-padding-bottom: calc(var(--sg-btn-button-content-custom-pb) * 1.0);
          --sg-button-padding-left: calc(var(--sg-btn-button-content-custom-pl) * 1.0);
        
}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .button-element {
background-color: var(--sg-button-background-color);
background-image: var(--sg-button-background-image);
border-color: var(--sg-button-border-color);
border-radius: var(--sg-button-border-radius-tl) var(--sg-button-border-radius-tr)
               var(--sg-button-border-radius-br) var(--sg-button-border-radius-bl);
border-style: var(--sg-button-border-style);
border-width: var(--sg-button-border-top-width) var(--sg-button-border-right-width) var(--sg-button-border-bottom-width) var(--sg-button-border-left-width);
box-shadow: var(--box-shadow);
color: var(--sg-button-text-color);
font-family: var(--sg-button-text-font-family);
font-size: var(--sg-button-text-font-size);
font-weight: var(--sg-button-text-font-weight);
letter-spacing: var(--sg-button-text-letter-spacing);
line-height: var(--sg-button-text-line-height);
padding-top: var(--sg-button-padding-top);
padding-right: var(--sg-button-padding-right);
padding-bottom: var(--sg-button-padding-bottom);
padding-left: var(--sg-button-padding-left);
position: relative;

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .button-element:hover:not([disabled]) {
color: var(--sg-button-text-color);
filter: brightness(1.1);

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .button-element:active:not([disabled]) {
color: var(--sg-button-text-color);
filter: brightness(0.9);

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .button-element .button-subtext {
margin-top: 2px;
color: var(--sg-btn-button-content-custom-color-sub-text);
font-family: var(--sg-btn-button-content-custom-font-family-sub-text);
font-size: var(--sg-btn-button-content-custom-font-size-sub-text);
font-weight: var(--sg-btn-button-content-custom-font-weight-sub-text);
line-height: var(--sg-btn-button-content-custom-line-height-sub-text);
letter-spacing: var(--sg-btn-button-content-custom-letter-spacing-sub-text);

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .icon-left {
color: inherit;
font-size: 14px;

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .icon-left {
margin-left: 0px;
margin-right: 8px;

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .icon-right {
color: inherit;
font-size: 14px;

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .icon-right {
margin-left: 8px;
margin-right: 0px;

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
display: flex;
}
}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles picture, .node-n_O4iSVKFyhgyJq1me-apply-node-styles a.builder-image-link {
display: flex;
width: 100%;

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .button-container, .node-n_O4iSVKFyhgyJq1me-apply-node-styles picture, .node-n_O4iSVKFyhgyJq1me-apply-node-styles a.builder-image-link {
justify-content: center;
}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .button-element {
width: auto
}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .button-element {
--box-shadow: none;
}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
--sg-btn-button-content-custom-pt: 16px;
--sg-btn-button-content-custom-pl: 16px;
--sg-btn-button-content-custom-pr: 16px;
--sg-btn-button-content-custom-pb: 16px;

}
@media (max-width: 1024px) {
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
--sg-btn-button-content-custom-pt: 16px;
--sg-btn-button-content-custom-pl: 16px;
--sg-btn-button-content-custom-pr: 16px;
--sg-btn-button-content-custom-pb: 16px;

}
}
@media (max-width: 640px) {
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
--sg-btn-button-content-custom-pt: 12px;
--sg-btn-button-content-custom-pl: 12px;
--sg-btn-button-content-custom-pr: 12px;
--sg-btn-button-content-custom-pb: 12px;

}
}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {

          --sg-btn-button-content-custom-border-color: var(--sg-border-sg-btn-button-content-custom-custom-color);
          --sg-btn-button-content-custom-border-style: var(--sg-border-sg-btn-button-content-custom-custom-style, 'none');
          --sg-btn-button-content-custom-border-top-width: var(--sg-border-sg-btn-button-content-custom-custom-top-width, 0px);
          --sg-btn-button-content-custom-border-bottom-width: var(--sg-border-sg-btn-button-content-custom-custom-bottom-width, 0px);
          --sg-btn-button-content-custom-border-left-width: var(--sg-border-sg-btn-button-content-custom-custom-left-width, 0px);
          --sg-btn-button-content-custom-border-right-width: var(--sg-border-sg-btn-button-content-custom-custom-right-width, 0px);
        
}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
--sg-border-sg-btn-button-content-custom-custom-color: #1355e2;
--sg-border-sg-btn-button-content-custom-custom-style: solid;
--sg-border-sg-btn-button-content-custom-custom-top-width: 1px;
--sg-border-sg-btn-button-content-custom-custom-left-width: 1px;
--sg-border-sg-btn-button-content-custom-custom-right-width: 1px;
--sg-border-sg-btn-button-content-custom-custom-bottom-width: 1px;

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
--sg-btn-button-content-custom-br-tl: 4px;
--sg-btn-button-content-custom-br-tr: 4px;
--sg-btn-button-content-custom-br-bl: 4px;
--sg-btn-button-content-custom-br-br: 4px;

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
--sg-btn-button-content-custom-color-bg: var(--sg-palette-color-4);
--sg-btn-button-content-custom-image-bg: none;


}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles  {
--sg-btn-button-content-custom-color-text: var(--sg-palette-color-1);
--sg-btn-button-content-custom-font-size-text: 1em;
--sg-btn-button-content-custom-line-height-text: 110%;
--sg-btn-button-content-custom-letter-spacing-text: 0px;
--sg-btn-button-content-custom-font-weight-text: 500;
--sg-btn-button-content-custom-font-family-text: var(--sg-font-headline-font-family);

--sg-btn-button-content-custom-color-sub-text: var(--sg-palette-color-accent);
--sg-btn-button-content-custom-font-size-sub-text: 0.85em;
--sg-btn-button-content-custom-line-height-sub-text: 100%;
--sg-btn-button-content-custom-letter-spacing-sub-text: 0px;
--sg-btn-button-content-custom-font-weight-sub-text: 400;
--sg-btn-button-content-custom-font-family-sub-text: var(--sg-font-headline-font-family);

}
.node-n_O4iSVKFyhgyJq1me-apply-node-styles .button-element {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative"><div class="breakpoint-container block" data-controller="builder--button"><div class="flex button-container"><a class="button-element inline-block" data-action="click-&gt;builder--button#onClick" data-builder--button-disable-param="false" data-builder--button-target="button" target="_blank" href="https://resultatskabere.dk/masterclass"><div class="flex flex-row items-center justify-center"><div><div>Klik her for Masterclass</div><div class="button-subtext"></div></div></div></a></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div><div class="js-popup-container"><div data-controller="builder--popup builder--node modal" data-action="modal:beforeHide-&gt;builder--popup#beforeModalHide modal:show-&gt;modal#show modal:hide-&gt;modal#hide keydown.esc@window-&gt;modal#onEscapeKey" data-node-id="n_CSGHuLSeCFkQUk1C" data-node-dom-id="node_n_CSGHuLSeCFkQUk1C" data-modal-dismissable-value="true" data-modal-close-on-overlay-click-value="true" data-modal-close-on-esc-value="true" data-modal-autofocus-value="true" data-modal-portal-value="false" id="node_n_CSGHuLSeCFkQUk1C" class="builder-node js-builder-node builder-popup builder-node-container node-n_CSGHuLSeCFkQUk1C t-modal js-modal" role="dialog" aria-modal="true" aria-hidden="true">
  <div
    class="fixed inset-0 bg-black/20 dark:bg-black/40 z-[99999] transition-opacity hidden "
    data-modal-target="backdrop"
    data-transition-enter="ease-out duration-300"
    data-transition-enter-start="opacity-0"
    data-transition-enter-end="opacity-100"
    data-transition-leave="ease-in duration-200"
    data-transition-leave-start="opacity-100"
    data-transition-leave-end="opacity-0"
  ></div>
  <div
    class="fixed inset-0 z-[99999] flex justify-center transition-all overflow-auto hidden t-modal-content-outer"
    data-action="mousedown->modal#contentContainerClicked touchstart->modal#contentContainerClicked"
    data-modal-target="contentContainer"
    data-transition-enter="ease-out duration-300"
    data-transition-enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
    data-transition-enter-end="opacity-100 translate-y-0 sm:scale-100"
    data-transition-leave="ease-in duration-200"
    data-transition-leave-start="opacity-100 translate-y-0 sm:scale-100"
    data-transition-leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
    >
    <div
      data-modal-target="content"
      class="
        flex flex-col relative t-modal-content
         
        apply-node-styles node-n_CSGHuLSeCFkQUk1C-apply-node-styles self-start node-bg
          
"
      
    >
      <div class="flex overflow-auto h-full relative t-modal-content-inner">
        <div class="flex min-w-0 flex-col flex-1 ">
          <div id="" class="flex-1">
            <style id="style_node_n_CSGHuLSeCFkQUk1C">.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--color-background: var(--sg-color-style-1-background);
--color-headline: var(--sg-color-style-1-headline);
--color-subheadline: var(--sg-color-style-1-subheadline);
--color-preheadline: var(--sg-color-style-1-preheadline);
--color-paragraph: var(--sg-color-style-1-paragraph);
--color-link: var(--sg-color-style-1-link);
--color-input-accent: var(--sg-color-style-1-input-accent);
--color-input-text: var(--sg-color-style-1-input-text);
--color-input-label: var(--sg-color-style-1-input-label);
--color-input-border: var(--sg-color-style-1-input-border);
--color-input-background: var(--sg-color-style-1-input-background);

}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles .node-content {
--parent-node-color-background: var(--color-background);

}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
display: flex;
}
}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
@media (max-width: 1024px) {
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
@media (max-width: 640px) {
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--mt: 0px;
--ml: 0px;
--mr: 0px;
--mb: 0px;

}
}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
@media (max-width: 1024px) {
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
@media (max-width: 640px) {
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--pt: 0px;
--pl: 0px;
--pr: 0px;
--pb: 0px;

}
}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {

          --border-color: var(--sg-border-none-color);
          --border-style: var(--sg-border-none-style, 'none');
          --border-top-width: var(--sg-border-none-top-width, 0px);
          --border-bottom-width: var(--sg-border-none-bottom-width, 0px);
          --border-left-width: var(--sg-border-none-left-width, 0px);
          --border-right-width: var(--sg-border-none-right-width, 0px);
        
}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--sg-border-custom-color: var(--sg-palette-color-5);
--sg-border-custom-style: solid;
--sg-border-custom-top-width: 1px;
--sg-border-custom-left-width: 1px;
--sg-border-custom-right-width: 1px;
--sg-border-custom-bottom-width: 1px;

}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--br-tl: 4px;
--br-tr: 4px;
--br-bl: 4px;
--br-br: 4px;

}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--box-shadow: var(--sg-box-shadow-2);
}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--sg-box-shadow-custom: 0px 0px 4px 4px #EEEEEE;

}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--node-width: 65%;

}
@media (max-width: 1024px) {
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--node-width: 70%;

}
}
@media (max-width: 640px) {
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--node-width: 75%;

}
}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
--node-max-width: 100%;
}
.node-n_CSGHuLSeCFkQUk1C-apply-node-styles  {
align-self: flex-start !important;
--extra-mt: 10vh;


}
.node-n_CSGHuLSeCFkQUk1C .t-modal-content-outer {
  justify-content: center !important;
  --popup-dismiss-right-offset: 0px;
}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative flex flex-col items-center"></div><div class="node-divider"></div>
          </div>
        </div>
      </div>
      <button class="popup-dismiss-button bg-inherit text-inherit transition hover:brightness-125 active:brightness-105 shadow-md rounded-full absolute top-0 w-8 h-8 text-base translate-x-1/2 -translate-y-1/2" style="right: var(--popup-dismiss-right-offset, 0px);" data-action="click-&gt;builder--popup#closePopup"><i class="fas fa-xmark s-icon"></i> </button>
    </div>
  </div>
</div></div><div class="node-divider"></div></div></div>

    </div>
  
</div><div class="node-divider"></div></div>




<div id="node_n_CvTWrYprNu6v1L4V" class="builder-node js-builder-node builder-footer builder-node-element node-n_CvTWrYprNu6v1L4V w-full apply-node-styles node-n_CvTWrYprNu6v1L4V-apply-node-styles apply-node-styles-padding apply-node-styles-border apply-node-styles-border-radius apply-node-styles-box-shadow" data-controller="builder--node builder--elements--footer" data-node-id="n_CvTWrYprNu6v1L4V" data-node-dom-id="node_n_CvTWrYprNu6v1L4V"><style id="style_node_n_CvTWrYprNu6v1L4V">.node-n_CvTWrYprNu6v1L4V-apply-node-styles  {
display: flex;
}
@media (max-width: 1024px) {
.node-n_CvTWrYprNu6v1L4V-apply-node-styles  {
display: flex;
}
}
@media (max-width: 640px) {
.node-n_CvTWrYprNu6v1L4V-apply-node-styles  {
display: flex;
}
}
.node-n_CvTWrYprNu6v1L4V-apply-node-styles  {
--footer-color-background: var(--sg-palette-color-4);
--footer-color-text: var(--sg-palette-color-1);
--footer-color-links: var(--sg-palette-color-2);
--footer-color-link-folders: var(--sg-palette-color-2);

}
.node-n_CvTWrYprNu6v1L4V-apply-node-styles.dark, .node-n_CvTWrYprNu6v1L4V-apply-node-styles:is(.dark *:not(.dark .light *):not(.dark .light)) {
--footer-color-background: var(--sg-system-color-neutral-900);
--footer-color-text: var(--sg-system-color-neutral-0);
--footer-color-links: var(--sg-system-color-neutral-600);
--footer-color-link-folders: var(--sg-system-color-neutral-600);

}
.node-n_CvTWrYprNu6v1L4V-apply-node-styles .logo-image {
object-fit: contain;
width: auto;
height: 32px;

}
</style><div class="node-bg js-node-bg z-0 absolute top-0 left-0 right-0 bottom-0 overflow-hidden"></div><div class="node-content js-node-content flex-1 min-w-0 relative">
  <div class="px-6 md:px-8 lg:px-11 py-8 md:py-11 lg:py-14 flex flex-col gap-8 text-sm">
    <div class="flex flex-row flex-wrap justify-between gap-8">
      <div class="flex flex-col gap-4 sm:max-w-1/2 md:max-w-1/4 lg:max-w-1/3">
          <a class="flex items-center gap-4" href="/">
              <div class="inline-flex gap-2 items-center">
                    <img alt="logo" class="logo-image" decoding="async" src="https://img.simplerousercontent.net/scaled_image/6501006/cca3dde805e5ae29b31b4272a63f87ba9020df09/logo-217w-200h.png" width="109" height="100" />
                

  </div>
</a>
        

          <div class="">Broens Kvarter 49<br>2750 Ballerup<br>Denmark</div>


            <div class="flex flex-col gap-1">
      <span>CVR nr. 34841241</span>
      <span>(+45) +4550424218</span>
    </div>


        
      </div>

      <div class="flex-1 self-baseline flex flex-wrap sm:justify-end gap-y-6 xl:gap-y-8 gap-x-6 md:gap-x-8 lg:gap-x-12 xl:gap-x-16 2xl:gap-x-20">
      </div>
    </div>

    <div class="flex flex-col md:flex-row flex-wrap items-center md:items-end justify-between gap-x-8 gap-y-3">
      

      <div class="flex flex-col items-center gap-y-8 sm:flex-row">
            <div class="grow md:last:text-center">
      Copyright &copy; 2026 ReachElite

    </div>


      </div>

        <div class="flex justify-center gap-x-4 gap-y-2 md:last:text-right flex-wrap">
            <img alt="Amex" title="" class="" src="https://assets0.simplero.com/images/cardlogos/amex.svg" width="24" height="17" />
            <img alt="Diners" title="" class="" src="https://assets0.simplero.com/images/cardlogos/diners.svg" width="24" height="17" />
            <img alt="Discover" title="" class="" src="https://assets0.simplero.com/images/cardlogos/discover.svg" width="24" height="17" />
            <img alt="JCB" title="" class="" src="https://assets0.simplero.com/images/cardlogos/jcb.svg" width="24" height="17" />
            <img alt="Mastercard" title="" class="" src="https://assets0.simplero.com/images/cardlogos/master.svg" width="24" height="17" />
            <img alt="MobilePay" title="" class="" src="https://assets0.simplero.com/images/cardlogos/mobilepay.svg" width="24" height="17" />
            <img alt="Visa" title="" class="" src="https://assets0.simplero.com/images/cardlogos/visa.svg" width="24" height="17" />
        </div>

        <div class="grow flex flex-col gap-x-2 gap-y-2 items-center md:items-end">
          <div class="inline-flex gap-x-2">
                <a class="p-2" target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/mads.claussen">
      <i class="fab fa-facebook-f s-icon"></i> 
</a>    <a class="p-2" target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/coachmadsclaussen">
      <i class="fab fa-instagram s-icon"></i> 
</a>    <a class="p-2" target="_blank" rel="noopener noreferrer" href="https://linkedin.com/in/madsclaussen">
      <i class="fab fa-linkedin-in s-icon"></i> 
</a>
          </div>
        </div>
</div>
    <div class="flex items-center justify-center mt-2"><a id="powered-by-component" rel="nofollow" aria-label="Powered by Simplero" href="https://simplero.com?ref=&amp;utm_campaign=powered_footer"><span class="inline-block w-auto h-auto mr-2 w-auto w-auto text-neutral-500">powered by</span><img alt="" class="inline-block" width="69" height="24" src="https://assets0.simplero.com/assets/logo/gray-d3965d5d28cf5254c5eab2fff52030a29166140864edd1ce6d0c62b89ea1db65.svg" /></a></div>
  </div>
</div><div class="node-divider"></div></div></div><div class="node-divider"></div></div></div>

        <div id="side_panel" class="side_panel " data-controller="side-panel" data-action="show-&gt;side-panel#show hide-&gt;side-panel#hide">
  <div id="side_panel_content" style="min-height: 100%;">
    
  </div>

  <div class="side_panel__resize-handle"
    data-controller='resize-handle'
    data-action='resize-handle:startResize->side-panel#resizeStarted resize-handle:resize->side-panel#resized resize-handle:stopResize->side-panel#resizeStopped'
  ></div>
</div>
        <div class="fixed inset-0 pointer-events-none overflow-y-auto" style="z-index: 99999"><div id="toasts" class="min-h-full flex flex-col justify-end items-end p-4 gap-2"></div></div>
        <div class="fixed top-16 left-1/2 transform -translate-x-1/2 t-with-links" data-controller='notice-manager' style="z-index: 99999;">
    <template data-notice-manager-target="noticeTemplate"><div class="hidden animated bounceIn text-sm mb-2 px-4 py-2 rounded w-max max-w-80vw bg-green-100 text-green-800" data-notice-manager-target="notice"><i class="mr-1 fa fa-check s-icon"></i>___MESSAGE___</div></template>
    <template data-notice-manager-target="alertTemplate"><div class="hidden animated bounceIn text-sm mb-2 px-4 py-2 rounded w-max max-w-80vw bg-red-100 text-red-800" data-notice-manager-target="notice"><i class="mr-1 fa fa-exclamation-triangle s-icon"></i>___MESSAGE___</div></template>
</div>

      </div>
    </div>
<div id="modal-container"><div id="modal-container-ajax"></div><div id="modal-container-ajax-2"></div><div class="tw tw-modal-containers"><div id="tw-modal-container-ajax"></div><div id="tw-modal-container-ajax-2"></div></div></div><div class="tw tippy-portal"></div><script src="https://assets0.simplero.com/packs/vite/assets/embedded_iframe_controller-DJiUSGCa.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/object_picker_controller-BA_xOGRX.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/side_panel_controller-BsUkmg96.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/resize_handle_controller-Ct_OEG-f.js" crossorigin="" type="module"></script>
<script src="https://assets0.simplero.com/packs/vite/assets/notice_manager_component_controller-BFVmHtLj.js" crossorigin="" type="module"></script><link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/application-DHQk_adF.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/chunk-BqqyDuhV.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/jquery-Cd6O8L0D.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_baseGetTag-B1R_Rk7h.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/isObject-IuKcf8tK.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_getNative-CjLqL2Ku.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/_baseRest-GkNUylsE.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/dom_ready-Dob8HAiy.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/form_focus-Bs3RW0yw.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/highlight-DvYCw2wA.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/iframe-B6HMJH0Y.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/dist-Dlg_O36I.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/popper-kaFyJoOE.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/tippy.esm-Bi4TJ9BF.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/ajax_helpers-dxcELft2.js" as="script" crossorigin="">
<link rel="modulepreload" href="https://assets0.simplero.com/packs/vite/assets/object_picker-BvLbr7Rd.js" as="script" crossorigin=""><link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/side_panel_controller-CPRGZiGL.css" media="all" />
<link rel="stylesheet" crossorigin="" href="https://assets0.simplero.com/packs/vite/assets/animate-BjmUaGCc.css" media="all" /></body></html>

