CINXE.COM

esanum - von Ärzten für Ärzte | community and news for physicians

<!DOCTYPE html> <html lang="de" dir="ltr"> <head> <!-- application [pk=3] static_head start --> <link rel="stylesheet" type="text/css" href="/apps/current/style.css"> <style> /* default Webinar LP user-signup: more popup height */ @media screen and (min-width: 768px) { [ml]:not([data-sn-device-tags*=firefox]) [data-modal][_ml] [data-content][_ml]:has(esn-user-signup) { max-height: 800px !important; } } /* hides today sub-menu on DE only! (should still be displayed on AT/CH) */ esn-menu[data-owner-id="4"] { display: none !important; } esn-menu[data-owner-id="4"] ~ esn-feed-posts-list { margin-top: 0 !important; } /* fix to display post cards (green) hover boarder correctly */ esn-posts-feed[data-container-id] { margin-left: 0 1px; } @media screen and (max-width: 767px) { [data-card][_cd] { border-radius: 0 !important; } } /********/ /*** please add to global styles (without !important of course) ***/ /* correction of post CARD layouts */ esn-horizontal-post-card .panel-body .detail header { min-height: 14px; } esn-horizontal-post-card .panel-body .detail .partners { margin-bottom: 15px !important; } esn-horizontal-post-card .panel-body .detail header .categories, esn-horizontal-post-card .panel-body .detail header .subjects, esn-horizontal-post-card .panel-body .detail header span.subtitle { margin-bottom: -10px !important; } esn-horizontal-post-card footer .comments-count { left: 25px !important; color: #8d8d8d !important; } esn-horizontal-post-card footer .comments-count .icon { fill: #8d8d8d !important; } /* ----- */ /* correction of post DETAIL layouts */ .post article > [id] > h1 { margin: 16px 0 24px !important; } .post article > [id] > h2 { margin: 40px 0 24px !important; } .post article > [id] > h3, .post article > [id] > h4 { margin: 32px 0 16px !important; } .post article > [id] > p { margin: 16px 0 !important; } .post article > [id] > blockquote, .post article > [id] > cms-popup, .post article > [id] > esn-carousel, .post article > [id] > esn-video-player { margin: 24px 0 !important; } .post article > [id] > hr { height: 2px !important; background-color: #ebebeb !important; margin: 21px 0px; } .post article > [id] > hr+cms-collapsible { margin-top: -21px; } /* ----- */ /********/ /* TODO: hide French translation button from diseases*/ sn-button:has(#switch_translation_to_fr) { display: none; } </style> <!-- application [pk=3] static_head end --> <base href="/"> <meta charset="utf-8"/> <title>esanum - von &Auml;rzten f&uuml;r &Auml;rzte | community and news for physicians</title> <link rel="icon" type="image/png" href="/assets/images/favicon.png?v4"> <script> // adjust view port (function () { var viewport; var reload = function () { if (!!viewport) { viewport.parentNode.removeChild(viewport); } viewport = document.createElement('meta'); viewport.setAttribute('name', 'viewport'); var width = window.screen.availWidth < 660 && window.orientation === 0 ? (window.screen.availWidth > 550 ? 'width=700' : 'width=420') : 'width=1180'; var content = [width]; if (/iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream) { content.push('maximum-scale=1.0'); content.push('user-scalable=0'); } viewport.setAttribute('content', content.join(', ')); document.head.appendChild(viewport); }; reload(); window.addEventListener('resize', function () { reload(); }); window.addEventListener('orientationchange', function () { reload(); }); })(); // catch HTTP status (function () { return; var status = !!window['_preload'] && window['_preload']['status'] !== undefined ? window['_preload']['status'] : 200; if (status === 404 && !/^404/.test(document.location.pathname)) { history.replaceState({}, 'Not found', '/404'); } })(); // platform events API var platform = {events: {ready: [], route: []}, state: {me: {user: []}}}; (function () { var processMessage = function (message) { switch (message.type) { case 'route': var url = message.payload; platform.events.route.forEach(function (p) { p(url); }); break; case 'me_user': var user = message.payload; if (!!user) { platform.state.me.user.forEach(function (p) { p(user); }); } break; case 'me_profile': var profile = message.payload; if (!!profile) { platform.state.me.profile.forEach(function (p) { p(profile); }); } break; } }; addEventListener('message', function (e) { switch (e.data) { case 'platform_ready': platform.events.ready.forEach(function (p) { p(); }); break; default: try { processMessage(JSON.parse(e.data)); } catch (e) { // console.log(e); } } }); })(); </script> <script src="/assets/js/youtube-iframe_api.js" async=""></script> <script src="/assets/js/3q-player.js" async=""></script> <script type="text/javascript" src="/assets/js/bowser.js"></script> <link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest"> <link rel="preload" href="assets/3rd-party/open-sans-cyrillic-600.woff2" as="font" type="font/woff2" crossorigin=""> <script> window._preload = {"splashScreen": {"title": "Das \u00c4rztenetzwerk von \u00c4rzten f\u00fcr \u00c4rzte | esanum", "description": "esanum bietet ein umfassendes Informationsangebot \u2713 120 Fortbildungen & CME-Kurse \u2713 aktuelle Fachbeitr\u00e4ge \u2713 relevante Artikel der \u00c4rzte-Redaktion"}, "layout": {"__type__": "layout", "id": 1, "title": "Default layout", "blocks": ["breadcrumbs", "footer", "header", "infocenter_main_menu", "infocenter_summary", "login_state", "sidebar", "sidebar_user", "sub_header"], "containerWidth": "1160px", "backgroundColor": "", "__from_public_cache__": true, "__deps__": {"public": ["tag__layout__1", "tag__client__1"], "private": []}}, "status": 404}; </script> <link rel="stylesheet" href="styles.c87bad5778d774af.css"></head> <body data-layout-position="body" data-ch-layout-position="body"> <!-- backward compatibility with plugins --> <script> (function () { if (/plugins#/.test(window.location.href)) { history.pushState('', document.title, window.location.href.replace('plugins#', 'plugins')); } })(); </script> <!-- analytics --> <script type="module"> const BOT_MODE = /(googlebot|phantomjs|changelog)/ig.test(navigator.userAgent); if (!BOT_MODE) { const insert = src => { let first = document.head.firstChild; let script = document.createElement('script'); script.async = true; script.src = src; first.parentNode.insertBefore(script, first); } // Google Analytics window.GoogleAnalyticsObject = 'ga'; window.ga = window.ga || function () { (window.ga.q = window.ga.q || []).push(arguments) }; window.ga.l = 1 * new Date(); insert('//www.google-analytics.com/analytics.js'); // Google Tag Manager window.dataLayer = window.dataLayer || []; window.gtag = function () { window.dataLayer.push(arguments) }; window.gtag('js', new Date()); insert('//www.googletagmanager.com/gtag/js'); gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'functionality_storage': 'denied', 'personalization_storage': 'denied', 'security_storage': 'granted' }); gtag('consent', 'update', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'functionality_storage': 'denied', 'personalization_storage': 'denied', 'security_storage': 'granted' }); // Mautic window.MauticTrackingObject = 'mt'; window.mt = window.mt || function () { (window.mt.q = window['mt'].q || []).push(arguments) }; insert('https://mailings.esanum.de/mtc.js'); } </script> <div style="display:none" data-layout-position="prerender" data-changelog="skip"><!--static-body--></div> <!--googleoff: all--> <!--noindex--> <style> body { background: #EBEBEB; margin: 0; padding: 0; width: 100%; } #unsupported { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #005461; font-weight: 700; } #unsupported h1 { font-size: 28px; } #unsupported h2 { font-size: 22px; } #platform-loader { position: absolute; width: 100%; min-height: 100%; left: 0; top: 0; background-color: #ebebeb; opacity: 0; animation: platform-fadein 2s; animation-delay: 2s; animation-fill-mode: forwards; } #platform-loader header { height: 70px; box-sizing: border-box; background-color: #00A5AE; } #platform-loader header .logo { width: 150px; height: 70px; display: flex; align-items: center; } #platform-loader header .logo svg { margin: 0 auto; } #platform-loader header .header { max-width: 1120px; margin: 0 auto; padding: 0 15px; } .platform-loader-desktop { font-family: 'Open Sans'; font-size: 14px; font-weight: 400; } @keyframes platform-fadein { 0% { opacity: 0; } 80% { opacity: 0; } 100% { opacity: 1; } } .platform-loader-desktop .title { text-align: center; font-size: 26px; margin: 30px 0 20px 0; color: #005461; font-weight: bold; } .platform-loader-desktop p { text-align: center; font-size: 15px; margin: 14px 0; color: #444; } .platform-loader-desktop .platform-loader-splash-screen { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 130px; max-width: 740px; margin: 0 auto; } .platform-loader-mobile { display: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; } .platform-loader-spinner { stroke-dasharray: 150, 200; stroke-dashoffset: -10; -webkit-animation: platform-loader-dash 1.5s ease-in-out infinite, platform-loader-rotate 2s linear infinite; animation: platform-loader-dash 1.5s ease-in-out infinite, platform-loader-rotate 2s linear infinite; stroke-linecap: round; } .platform-loader-spinner-desktop { -webkit-animation: platform-loader-dash-desktop 1.5s ease-in-out infinite, platform-loader-rotate 2s linear infinite; animation: platform-loader-dash-desktop 1.5s ease-in-out infinite, platform-loader-rotate 2s linear infinite; stroke-linecap: round; } @-webkit-keyframes platform-loader-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes platform-loader-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes platform-loader-dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -134; } } @keyframes platform-loader-dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -134; } } @-webkit-keyframes platform-loader-dash-desktop { 0% { stroke-dasharray: 1, 240; stroke-dashoffset: 0; } 50% { stroke-dasharray: 220, 240; stroke-dashoffset: -40; } 100% { stroke-dasharray: 220, 240; stroke-dashoffset: -230; } } @keyframes platform-loader-dash-desktop { 0% { stroke-dasharray: 1, 240; stroke-dashoffset: 0; } 50% { stroke-dasharray: 220, 240; stroke-dashoffset: -40; } 100% { stroke-dasharray: 220, 240; stroke-dashoffset: -230; } } @media screen and (max-width: 768px) { .platform-loader-desktop { display: none; } .platform-loader-mobile { display: block; } } </style> <div id="platform-loader"> <div class="platform-loader-desktop"> <header> <!-- application [pk=3] static_head start --> <link rel="stylesheet" type="text/css" href="/apps/current/style.css"> <style> /* default Webinar LP user-signup: more popup height */ @media screen and (min-width: 768px) { [ml]:not([data-sn-device-tags*=firefox]) [data-modal][_ml] [data-content][_ml]:has(esn-user-signup) { max-height: 800px !important; } } /* hides today sub-menu on DE only! (should still be displayed on AT/CH) */ esn-menu[data-owner-id="4"] { display: none !important; } esn-menu[data-owner-id="4"] ~ esn-feed-posts-list { margin-top: 0 !important; } /* fix to display post cards (green) hover boarder correctly */ esn-posts-feed[data-container-id] { margin-left: 0 1px; } @media screen and (max-width: 767px) { [data-card][_cd] { border-radius: 0 !important; } } /********/ /*** please add to global styles (without !important of course) ***/ /* correction of post CARD layouts */ esn-horizontal-post-card .panel-body .detail header { min-height: 14px; } esn-horizontal-post-card .panel-body .detail .partners { margin-bottom: 15px !important; } esn-horizontal-post-card .panel-body .detail header .categories, esn-horizontal-post-card .panel-body .detail header .subjects, esn-horizontal-post-card .panel-body .detail header span.subtitle { margin-bottom: -10px !important; } esn-horizontal-post-card footer .comments-count { left: 25px !important; color: #8d8d8d !important; } esn-horizontal-post-card footer .comments-count .icon { fill: #8d8d8d !important; } /* ----- */ /* correction of post DETAIL layouts */ .post article > [id] > h1 { margin: 16px 0 24px !important; } .post article > [id] > h2 { margin: 40px 0 24px !important; } .post article > [id] > h3, .post article > [id] > h4 { margin: 32px 0 16px !important; } .post article > [id] > p { margin: 16px 0 !important; } .post article > [id] > blockquote, .post article > [id] > cms-popup, .post article > [id] > esn-carousel, .post article > [id] > esn-video-player { margin: 24px 0 !important; } .post article > [id] > hr { height: 2px !important; background-color: #ebebeb !important; margin: 21px 0px; } .post article > [id] > hr+cms-collapsible { margin-top: -21px; } /* ----- */ /********/ /* TODO: hide French translation button from diseases*/ sn-button:has(#switch_translation_to_fr) { display: none; } </style> <!-- application [pk=3] static_head end --> <div class="header"> <div class="logo"> <svg width="146" height="35" viewBox="0 0 146 35" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M49.6216 14.1731C49.1659 14.6027 48.8693 15.2303 48.7319 16.0552H53.915C53.7087 14.3708 52.8746 13.5282 51.4138 13.5282C50.6744 13.5282 50.0768 13.7434 49.6216 14.1731ZM57.2674 18.4595H48.6546C48.7233 19.6801 49.0416 20.0999 49.6086 20.6581C50.176 21.217 51.0182 21.4964 52.1358 21.4964C52.8063 21.4964 53.4767 21.3848 54.1472 21.161C54.8177 20.9377 55.4365 20.6113 56.0037 20.1813L57.0354 22.8115C56.4163 23.3103 55.6467 23.7012 54.7273 23.9849C53.8075 24.2682 52.8837 24.4101 51.9553 24.4101C49.7545 24.4101 48.0268 23.804 46.7723 22.5921C45.5173 21.38 44.8901 19.726 44.8901 17.6282C44.8901 16.3048 45.1607 15.1229 45.7024 14.0827C46.2438 13.0428 47.0044 12.235 47.9841 11.6588C48.9641 11.083 50.073 10.7949 51.3107 10.7949C53.1499 10.7949 54.6024 11.3923 55.6686 12.5871C56.7344 13.782 57.2674 15.3937 57.2674 17.4222V18.4595Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M59.9902 22.6552L61.0085 19.9827C61.6869 20.4751 62.442 20.8527 63.2737 21.1152C64.1049 21.3788 64.9535 21.5098 65.8188 21.5098C66.4803 21.5098 66.9896 21.4081 67.3457 21.2045C67.702 21.001 67.8801 20.7042 67.8801 20.3137C67.8801 19.9915 67.753 19.7369 67.4984 19.55C67.244 19.3637 66.7942 19.2025 66.1494 19.0666L64.0371 18.583C62.7983 18.3119 61.8864 17.8792 61.3012 17.2849C60.7156 16.6914 60.4229 15.9022 60.4229 14.918C60.4229 14.1205 60.6561 13.408 61.1229 12.7802C61.5893 12.1524 62.2385 11.6648 63.07 11.3167C63.9013 10.9691 64.86 10.7948 65.9459 10.7948C66.8623 10.7948 67.7613 10.935 68.6438 11.2148C69.526 11.4946 70.3148 11.8892 71.0109 12.3985L69.9416 14.969C69.2801 14.5109 68.6055 14.1633 67.9186 13.9253C67.2313 13.6878 66.5652 13.5692 65.9205 13.5692C65.2927 13.5692 64.8008 13.6797 64.4442 13.9002C64.0881 14.1205 63.9098 14.4263 63.9098 14.8163C63.9098 15.1048 64.0157 15.338 64.2281 15.5161C64.44 15.6944 64.8174 15.8429 65.3605 15.9617L67.524 16.4451C68.8476 16.7505 69.8058 17.2085 70.3999 17.8195C70.9938 18.4305 71.2906 19.2447 71.2906 20.2627C71.2906 21.4845 70.7985 22.4515 69.8147 23.1642C68.8304 23.8767 67.4813 24.233 65.7679 24.233C63.3246 24.233 61.3985 23.7076 59.9902 22.6552Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M83.15 20.3391C83.6593 19.6947 83.9135 18.7613 83.9135 17.5396C83.9135 16.3178 83.6593 15.3805 83.15 14.7273C82.6412 14.0741 81.9115 13.7473 80.9612 13.7473C80.011 13.7473 79.2727 14.087 78.747 14.7654C78.2209 15.4442 77.958 16.3861 77.958 17.5905C77.958 18.7952 78.2166 19.7155 78.7344 20.352C79.2517 20.9884 79.9939 21.3062 80.9612 21.3062C81.9115 21.3062 82.6412 20.9842 83.15 20.3391ZM87.706 11.1258V24.0296H83.9137V22.1208C83.5233 22.7825 82.9724 23.3001 82.2595 23.673C81.5468 24.046 80.741 24.233 79.8417 24.233C78.7219 24.233 77.7332 23.962 76.8767 23.4189C76.0197 22.8757 75.3497 22.0996 74.8658 21.09C74.3823 20.0807 74.1406 18.9137 74.1406 17.5905C74.1406 16.267 74.3823 15.088 74.8658 14.0526C75.3497 13.0177 76.0241 12.216 76.8892 11.6475C77.7546 11.0792 78.7385 10.7948 79.8417 10.7948C80.741 10.7948 81.5468 10.9901 82.2595 11.3802C82.9724 11.7709 83.5233 12.2963 83.9137 12.9582V11.1258H87.706Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M104.504 16.216V24.0297H100.661V16.3943C100.661 15.4952 100.495 14.8376 100.164 14.4216C99.8333 14.0062 99.3121 13.7984 98.5991 13.7984C97.7504 13.7984 97.0718 14.0698 96.563 14.6125C96.0542 15.1559 95.7996 15.885 95.7996 16.8016V24.0297H91.9566V14.8162C91.9566 13.4418 91.8883 12.2118 91.7529 11.1257H95.3667L95.6215 13.1618C96.0796 12.3986 96.6776 11.813 97.4159 11.4059C98.154 10.9984 98.9894 10.7949 99.9228 10.7949C102.977 10.7949 104.504 12.602 104.504 16.216Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M121.021 11.1257V24.0296H117.28V22.1461C116.873 22.8249 116.338 23.3423 115.676 23.6988C115.015 24.055 114.268 24.233 113.437 24.233C111.825 24.233 110.62 23.7837 109.823 22.8844C109.025 21.9851 108.626 20.6278 108.626 18.812V11.1257H112.47V18.8885C112.47 20.4497 113.14 21.2298 114.48 21.2298C115.278 21.2298 115.922 20.9585 116.414 20.4154C116.906 19.8725 117.153 19.1602 117.153 18.2773V11.1257H121.021Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M144.856 12.1313C145.577 13.0218 145.938 14.3835 145.938 16.216V24.0297H142.094V16.3433C142.094 15.444 141.95 14.7952 141.662 14.3964C141.373 13.9979 140.898 13.7984 140.237 13.7984C139.456 13.7984 138.853 14.0698 138.43 14.6125C138.005 15.1559 137.793 15.9194 137.793 16.9033V24.0297H133.95V16.3433C133.95 15.4613 133.801 14.8162 133.505 14.4091C133.208 14.0018 132.737 13.7984 132.092 13.7984C131.312 13.7984 130.705 14.0698 130.273 14.6125C129.84 15.1559 129.623 15.9194 129.623 16.9033V24.0297H125.78V14.8162C125.78 13.4418 125.712 12.2118 125.577 11.1257H129.191L129.42 13.0601C129.81 12.3308 130.357 11.7708 131.061 11.3803C131.765 10.99 132.576 10.7949 133.492 10.7949C135.409 10.7949 136.682 11.5927 137.31 13.1874C137.733 12.4581 138.323 11.8766 139.079 11.444C139.833 11.0113 140.66 10.7949 141.56 10.7949C143.036 10.7949 144.135 11.2403 144.856 12.1313Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M22.242 11.3362H18.5639H18.0601H16.5094H15.6407L14.1806 11.3281C13.378 11.3281 13.1083 11.8927 13.1083 12.3165C13.1083 12.7402 13.4056 13.3105 14.1014 13.3105H16.502V15.2H14.4895C13.8844 15.2 13.4349 15.1366 13.1216 15.0069C12.7635 14.8701 12.3722 14.6632 12.0906 14.3397C11.6356 13.8151 11.2646 13.1197 11.2646 12.3235C11.2646 11.5235 11.6111 10.8559 12.0675 10.3302C12.3499 10.0104 12.7775 9.75949 13.14 9.62649C13.5235 9.49502 13.9701 9.4469 14.4895 9.4469H16.5094H18.0601H23.5219L22.242 11.3362ZM22.1193 18.0762C21.81 18.4727 21.4191 18.7013 21.056 18.8343C20.6721 18.9649 20.1547 19.0349 19.6367 19.0349L15.1598 19.0074C14.4701 19.0074 14.1772 19.5704 14.1772 19.9942C14.1772 20.4179 14.4841 20.9809 15.1598 20.9809H16.5121V22.8703H15.5352C14.9297 22.8703 14.4806 22.8068 14.1678 22.6771C13.8108 22.5404 13.422 22.2845 13.1401 21.9609C12.6851 21.4364 12.3613 20.79 12.3613 19.9935C12.3613 19.1937 12.5785 18.7204 13.0108 18.1742C13.323 17.7797 13.7281 17.5496 14.0415 17.3928C14.4858 17.1701 15.0154 17.1172 15.5352 17.1172L19.9557 17.1458C20.7736 17.1458 21.0798 16.5825 21.0798 16.159C21.0798 15.7353 20.8151 15.1722 20.0204 15.1722H18.4874V13.282H19.6367C20.9873 13.2442 21.6173 13.7882 21.9338 14.1225C22.4111 14.626 22.771 15.3626 22.771 16.159C22.771 16.959 22.5406 17.5361 22.1193 18.0762ZM20.9784 25.8343C20.6941 26.1552 20.3045 26.3934 19.9444 26.5258C19.5614 26.657 19.1042 26.7231 18.5853 26.7231L16.5389 26.6929C16.0964 26.6185 15.7529 26.251 15.7529 25.7875C15.7529 25.3238 16.0242 24.8445 16.5389 24.8445L18.8345 24.8338C19.6979 24.8338 19.9461 24.2698 19.9461 23.8461C19.9461 23.4226 19.5734 22.8595 18.9637 22.8595H18.4923V20.97H18.5853C19.1895 20.97 19.6386 21.0334 19.9518 21.1631C20.3075 21.299 20.724 21.5654 21.0071 21.8898C21.4616 22.4153 21.7764 23.0512 21.7764 23.8465C21.7764 24.6465 21.4343 25.3089 20.9784 25.8343ZM28.9281 15.3129C28.9255 15.2991 28.9244 15.2851 28.9218 15.2715C28.8654 14.9817 28.7912 14.6986 28.7136 14.4167C28.6891 14.3272 28.6709 14.2366 28.6444 14.1478C28.5771 13.9247 28.495 13.7081 28.4147 13.4909C28.3611 13.3435 28.313 13.1949 28.2531 13.0495C28.1872 12.8909 28.11 12.7388 28.0374 12.584C27.9455 12.3867 27.8569 12.1887 27.7537 11.9962C27.7018 11.8999 27.6421 11.8094 27.5876 11.7149C27.4503 11.4749 27.3114 11.2358 27.1554 11.0039C27.1364 10.9755 27.1141 10.9495 27.0948 10.9215C26.6962 10.3407 26.2471 9.78419 25.7313 9.26859C25.2144 8.75169 24.6566 8.30128 24.0741 7.90206C24.0478 7.88412 24.0236 7.86334 23.9971 7.84541C23.7615 7.68681 23.5182 7.54506 23.2739 7.40572C23.1842 7.35409 23.098 7.29722 23.0068 7.248C22.8084 7.14147 22.605 7.05025 22.402 6.95619C22.2526 6.88662 22.1062 6.81181 21.9537 6.74837C21.8013 6.68559 21.6455 6.63506 21.4911 6.57884C21.2809 6.50163 21.0722 6.42244 20.8565 6.35725C20.7572 6.32772 20.6561 6.30694 20.5561 6.28003C20.2845 6.20588 20.0121 6.13369 19.7332 6.07944C19.7035 6.07353 19.6731 6.07113 19.6435 6.06566C18.9479 5.9355 18.2337 5.85938 17.5011 5.85938C16.7726 5.85938 16.0624 5.93506 15.3707 6.06369C15.3361 6.07003 15.3011 6.07309 15.2666 6.07966C14.9922 6.13325 14.7249 6.20412 14.4581 6.27675C14.3531 6.30497 14.247 6.32684 14.1426 6.35791C13.9322 6.42156 13.7285 6.49922 13.5233 6.57403C13.3634 6.632 13.2026 6.6845 13.0449 6.74969C12.8979 6.81072 12.7573 6.88269 12.6133 6.94963C12.4049 7.04588 12.1957 7.13994 11.9919 7.24931C11.9072 7.29503 11.8274 7.34797 11.7438 7.39566C11.4931 7.5385 11.2437 7.68397 11.002 7.84672C10.9836 7.85919 10.967 7.87363 10.9486 7.88609C10.358 8.28881 9.79321 8.74513 9.26952 9.26859C8.75174 9.78659 8.30046 10.3455 7.90058 10.9291C7.8833 10.9543 7.86339 10.9779 7.84611 11.0033C7.68818 11.2378 7.54774 11.4797 7.40861 11.7228C7.35611 11.8142 7.29814 11.9017 7.24827 11.9944C7.14327 12.1902 7.05314 12.3913 6.96018 12.5914C6.88908 12.7434 6.81318 12.8926 6.74843 13.0482C6.68718 13.1967 6.63796 13.3487 6.58327 13.4992C6.5043 13.7134 6.42358 13.9262 6.3573 14.1461C6.3293 14.2395 6.30983 14.3348 6.28424 14.4289C6.20833 14.7063 6.13505 14.9845 6.07949 15.2698C6.07555 15.2899 6.0738 15.31 6.07008 15.3299C5.93664 16.0339 5.85986 16.7575 5.85986 17.4997C5.85986 17.8657 5.88261 18.2277 5.91696 18.5873C5.92089 18.6298 5.92789 18.6716 5.93249 18.714C5.96333 19.0027 6.0038 19.2887 6.05586 19.5717C6.07905 19.7001 6.10661 19.8272 6.13418 19.955C6.17333 20.1346 6.21643 20.3122 6.26411 20.4887C6.31377 20.6766 6.36583 20.8634 6.42511 21.0487C6.44721 21.117 6.47258 21.1839 6.49599 21.2517C7.05096 22.8884 7.96664 24.4286 9.26886 25.7311C10.0382 26.5002 10.904 27.135 11.8278 27.6469C11.9551 27.7184 12.0807 27.7921 12.2111 27.8588C12.2467 27.877 12.2835 27.8927 12.3196 27.9102C12.8019 28.1518 13.3009 28.3668 13.8211 28.54C13.8206 28.535 13.8208 28.5302 13.8202 28.5249C14.5701 28.7728 15.3427 28.9386 16.1249 29.032C16.1446 29.0405 16.1588 29.0534 16.1796 29.0607C16.6561 29.1147 17.0885 29.1409 17.5011 29.1409C18.0781 29.1409 18.6412 29.0845 19.196 29.0031C19.222 28.9994 19.2478 28.995 19.2738 28.9911C19.5582 28.9473 19.8402 28.8973 20.1173 28.8332C20.1219 28.8323 20.1265 28.831 20.1311 28.8299C20.6325 28.7133 21.1199 28.5626 21.5943 28.3834C21.6941 28.346 21.7949 28.3136 21.8938 28.2736C22.0566 28.2069 22.2143 28.1314 22.3733 28.0575C22.4836 28.0069 22.5962 27.9627 22.7051 27.9083C22.7023 27.9061 22.7003 27.9035 22.6975 27.9013C23.4163 27.5406 24.0936 27.1116 24.7181 26.6161C24.7257 26.6124 24.7334 26.6124 24.7411 26.6087C24.7806 26.5772 24.8139 26.5468 24.8526 26.5155C24.8896 26.4851 24.9259 26.4538 24.9629 26.423C25.2426 26.1902 25.5019 25.9612 25.732 25.7311C26.2598 25.2034 26.7196 24.634 27.1245 24.0382C27.1335 24.0252 27.144 24.013 27.1528 23.9999C27.3164 23.7571 27.4625 23.507 27.6058 23.255C27.6533 23.1721 27.706 23.0925 27.7513 23.0083C27.8602 22.8055 27.9538 22.5972 28.0499 22.3892C28.1172 22.2444 28.1896 22.1027 28.2513 21.9548C28.3154 21.7995 28.3671 21.6409 28.4239 21.4838C28.5 21.2758 28.5788 21.0693 28.6431 20.856C28.6729 20.7569 28.6934 20.6561 28.7203 20.5565C28.7947 20.284 28.8669 20.011 28.9214 19.731C28.9262 19.7067 28.9279 19.682 28.9325 19.6577C29.0644 18.9575 29.1412 18.2376 29.1412 17.4997C29.1412 16.7516 29.0638 16.0218 28.9281 15.3129Z" fill="white"/> <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="36" height="35"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 0.00012207H35.0004V35.0001H0V0.00012207Z" fill="white"/> </mask> <g mask="url(#mask0)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 1.94043C8.92084 1.94043 1.94141 8.92096 1.94141 17.5001C1.94141 26.0793 8.92084 33.0596 17.5 33.0596C26.0796 33.0596 33.059 26.0793 33.059 17.5001C33.059 8.92096 26.0796 1.94043 17.5 1.94043ZM17.5 35.0001C7.85072 35.0001 0 27.1494 0 17.5001C0 7.85084 7.85072 0.00012207 17.5 0.00012207C27.1497 0.00012207 35.0004 7.85084 35.0004 17.5001C35.0004 27.1494 27.1497 35.0001 17.5 35.0001Z" fill="white"/> </g> </svg> </div> </div> </header> <div class="platform-loader-splash-screen"> <svg width="350" height="84" viewBox="0 0 350 84" fill="none" xmlns="http://www.w3.org/2000/svg"> <g cx="0" cy="0" transform="translate(42 42)"> <circle class="platform-loader-spinner-desktop" r="38" stroke="#00A5AE" stroke-width="3"></circle> </g> <path fill-rule="evenodd" clip-rule="evenodd" d="M119.007 33.9898C117.914 35.0202 117.202 36.5254 116.873 38.5037H129.303C128.809 34.4641 126.808 32.4433 123.305 32.4433C121.532 32.4433 120.098 32.9595 119.007 33.9898ZM137.343 44.2711H116.687C116.852 47.1985 117.615 48.2052 118.975 49.544C120.336 50.8845 122.356 51.5544 125.036 51.5544C126.644 51.5544 128.252 51.2868 129.86 50.7502C131.468 50.2145 132.952 49.4318 134.312 48.4004L136.787 54.7085C135.302 55.9046 133.456 56.8421 131.251 57.5225C129.045 58.2019 126.83 58.5424 124.603 58.5424C119.325 58.5424 115.181 57.0887 112.173 54.1823C109.163 51.2753 107.659 47.3086 107.659 42.2775C107.659 39.1035 108.308 36.269 109.607 33.7744C110.905 31.2803 112.729 29.3429 115.079 27.961C117.429 26.5802 120.089 25.8893 123.057 25.8893C127.468 25.8893 130.952 27.322 133.509 30.1875C136.065 33.053 137.343 36.9184 137.343 41.7833V44.2711Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M143.873 54.3337L146.315 47.9244C147.942 49.1053 149.753 50.0108 151.748 50.6404C153.741 51.2725 155.776 51.5868 157.852 51.5868C159.438 51.5868 160.659 51.3428 161.513 50.8544C162.368 50.3665 162.795 49.6546 162.795 48.7182C162.795 47.9454 162.49 47.3347 161.88 46.8867C161.27 46.4397 160.191 46.0531 158.644 45.7273L153.579 44.5673C150.608 43.9173 148.42 42.8796 147.017 41.4542C145.613 40.0309 144.911 38.1381 144.911 35.7778C144.911 33.865 145.47 32.1563 146.589 30.6506C147.708 29.1449 149.265 27.9756 151.259 27.1409C153.253 26.3073 155.552 25.8891 158.156 25.8891C160.354 25.8891 162.51 26.2254 164.627 26.8964C166.742 27.5674 168.634 28.5138 170.304 29.7351L167.739 35.9C166.153 34.8014 164.535 33.9678 162.887 33.397C161.239 32.8273 159.642 32.5429 158.096 32.5429C156.59 32.5429 155.41 32.8079 154.555 33.3367C153.701 33.865 153.273 34.5984 153.273 35.5338C153.273 36.2258 153.527 36.785 154.037 37.2121C154.545 37.6397 155.45 37.9959 156.753 38.2808L161.941 39.4402C165.116 40.1725 167.413 41.2711 168.838 42.7364C170.263 44.2017 170.975 46.1543 170.975 48.5959C170.975 51.5259 169.794 53.8453 167.435 55.5545C165.074 57.2632 161.839 58.1178 157.729 58.1178C151.87 58.1178 147.251 56.8577 143.873 54.3337Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M199.418 48.78C200.639 47.2344 201.249 44.9958 201.249 42.0658C201.249 39.1358 200.639 36.8878 199.418 35.3212C198.198 33.7547 196.448 32.9709 194.169 32.9709C191.89 32.9709 190.119 33.7857 188.859 35.4125C187.597 37.0404 186.966 39.2995 186.966 42.1881C186.966 45.0772 187.586 47.2843 188.828 48.8109C190.069 50.337 191.849 51.0993 194.169 51.0993C196.448 51.0993 198.198 50.3271 199.418 48.78ZM210.344 26.6829V57.63H201.249V53.0521C200.313 54.6391 198.992 55.8804 197.282 56.7748C195.573 57.6693 193.64 58.1179 191.483 58.1179C188.798 58.1179 186.426 57.4679 184.372 56.1652C182.317 54.8626 180.71 53.0012 179.55 50.5801C178.39 48.1595 177.81 45.3606 177.81 42.1871C177.81 39.0132 178.39 36.1854 179.55 33.7024C180.71 31.2204 182.327 29.2976 184.402 27.9341C186.478 26.5712 188.838 25.8892 191.483 25.8892C193.64 25.8892 195.573 26.3576 197.282 27.2931C198.992 28.23 200.313 29.4902 201.249 31.0777V26.6829H210.344Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M250.629 38.8905V57.6301H241.413V39.3181C241.413 37.1619 241.016 35.5848 240.222 34.587C239.428 33.5907 238.178 33.0923 236.468 33.0923C234.433 33.0923 232.805 33.7434 231.585 35.045C230.365 36.3482 229.754 38.0967 229.754 40.2949V57.6301H220.538V35.5334C220.538 32.2372 220.374 29.2872 220.049 26.6825H228.716L229.327 31.5657C230.426 29.7353 231.86 28.3309 233.631 27.3545C235.401 26.3772 237.404 25.8893 239.643 25.8893C246.968 25.8893 250.629 30.2232 250.629 38.8905Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M290.243 26.6816V57.6287H281.27V53.1117C280.294 54.7396 279.012 55.9803 277.424 56.8355C275.837 57.6896 274.047 58.1166 272.053 58.1166C268.187 58.1166 265.298 57.039 263.386 54.8823C261.473 52.7256 260.517 49.4703 260.517 45.1154V26.6816H269.734V45.299C269.734 49.0432 271.341 50.914 274.556 50.914C276.468 50.914 278.014 50.2635 279.195 48.9609C280.374 47.6587 280.965 45.9506 280.965 43.8332V26.6816H290.243Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M347.406 29.0942C349.134 31.23 350 34.4957 350 38.8905V57.6301H340.783V39.1959C340.783 37.0391 340.437 35.4831 339.746 34.5267C339.053 33.5708 337.914 33.0924 336.327 33.0924C334.454 33.0924 333.01 33.7434 331.993 35.045C330.976 36.3482 330.468 38.1791 330.468 40.5389V57.6301H321.251V39.1959C321.251 37.0806 320.893 35.5334 320.182 34.5571C319.47 33.5803 318.341 33.0924 316.794 33.0924C314.923 33.0924 313.468 33.7434 312.431 35.045C311.392 36.3482 310.874 38.1791 310.874 40.5389V57.6301H301.657V35.5334C301.657 32.2372 301.493 29.2873 301.169 26.6825H309.836L310.386 31.3218C311.322 29.5727 312.634 28.2296 314.322 27.2932C316.01 26.3572 317.954 25.8893 320.152 25.8893C324.749 25.8893 327.802 27.8026 329.307 31.6271C330.324 29.878 331.738 28.4835 333.55 27.4458C335.36 26.4081 337.344 25.8893 339.501 25.8893C343.041 25.8893 345.676 26.9574 347.406 29.0942Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M53.3424 27.1879H44.5214H43.3132H39.5941H37.5109L34.009 27.1685C32.0841 27.1685 31.4373 28.5226 31.4373 29.5388C31.4373 30.555 32.1502 31.9227 33.8191 31.9227H39.5763V36.4544H34.7498C33.2986 36.4544 32.2205 36.3022 31.4693 35.9911C30.6105 35.6633 29.6719 35.167 28.9967 34.391C27.9055 33.133 27.0157 31.4652 27.0157 29.5556C27.0157 27.637 27.8468 26.0359 28.9411 24.7752C29.6184 24.0082 30.644 23.4065 31.5134 23.0875C32.433 22.7722 33.5043 22.6568 34.7498 22.6568H39.5941H43.3132H56.412L53.3424 27.1879ZM53.0481 43.3504C52.3063 44.3016 51.3687 44.8498 50.4979 45.1688C49.5772 45.482 48.3364 45.6499 47.0941 45.6499L36.3571 45.5838C34.703 45.5838 34.0005 46.9341 34.0005 47.9503C34.0005 48.9665 34.7366 50.3169 36.3571 50.3169H39.6004V54.8481H37.2574C35.8052 54.8481 34.7282 54.696 33.978 54.3849C33.1218 54.057 32.1895 53.4432 31.5133 52.6672C30.4221 51.4092 29.6456 49.8589 29.6456 47.9488C29.6456 46.0307 30.1666 44.8955 31.2032 43.5855C31.9519 42.6396 32.9235 42.0877 33.6753 41.7115C34.7408 41.1774 36.0109 41.0505 37.2574 41.0505L47.859 41.1192C49.8206 41.1192 50.5551 39.7683 50.5551 38.7526C50.5551 37.7364 49.9203 36.3861 48.0143 36.3861H44.3377V31.8528H47.0941C50.3331 31.762 51.8441 33.0668 52.6032 33.8684C53.7479 35.0761 54.6109 36.8425 54.6109 38.7526C54.6109 40.6712 54.0585 42.0551 53.0481 43.3504ZM50.3122 61.9589C49.6302 62.7286 48.6958 63.2999 47.8323 63.6173C46.9137 63.9321 45.8172 64.0905 44.5728 64.0905L39.6649 64.0181C38.6036 63.8397 37.78 62.9584 37.78 61.8467C37.78 60.7345 38.4305 59.585 39.6649 59.585L45.1703 59.5593C47.241 59.5593 47.8365 58.2068 47.8365 57.1906C47.8365 56.175 46.9425 54.8246 45.4804 54.8246H44.3498V50.2929H44.5728C46.0218 50.2929 47.0989 50.445 47.8501 50.7561C48.7032 51.0819 49.7021 51.7209 50.3809 52.4989C51.4711 53.7591 52.226 55.2842 52.226 57.1917C52.226 59.1102 51.4055 60.6988 50.3122 61.9589ZM69.3775 36.7245C69.3712 36.6915 69.3686 36.6579 69.3623 36.6254C69.227 35.9303 69.0491 35.2514 68.8629 34.5752C68.8041 34.3606 68.7606 34.1434 68.6971 33.9304C68.5355 33.3953 68.3388 32.8759 68.1462 32.3549C68.0177 32.0014 67.9023 31.6451 67.7585 31.2963C67.6006 30.9159 67.4154 30.5513 67.2413 30.1799C67.0209 29.7066 66.8084 29.2319 66.5608 28.7702C66.4365 28.5394 66.2933 28.3222 66.1626 28.0955C65.8332 27.52 65.5 26.9466 65.126 26.3905C65.0803 26.3223 65.0268 26.2599 64.9807 26.1927C64.0248 24.7998 62.9477 23.4652 61.7107 22.2287C60.471 20.989 59.1332 19.9088 57.7361 18.9513C57.6732 18.9083 57.6149 18.8585 57.5515 18.8154C56.9864 18.4351 56.4031 18.0951 55.817 17.761C55.602 17.6371 55.3952 17.5007 55.1765 17.3827C54.7006 17.1272 54.2127 16.9084 53.7259 16.6828C53.3676 16.516 53.0166 16.3366 52.6509 16.1845C52.2853 16.0339 51.9117 15.9127 51.5414 15.7779C51.0372 15.5927 50.5367 15.4028 50.0194 15.2464C49.7812 15.1756 49.5389 15.1258 49.2991 15.0612C48.6475 14.8834 47.9944 14.7103 47.3255 14.5802C47.2541 14.566 47.1812 14.5602 47.1104 14.5471C45.4421 14.235 43.7292 14.0524 41.9722 14.0524C40.2252 14.0524 38.5218 14.2339 36.8629 14.5424C36.78 14.5576 36.6961 14.5649 36.6132 14.5807C35.9553 14.7092 35.3142 14.8792 34.6742 15.0534C34.4223 15.121 34.1679 15.1735 33.9177 15.248C33.413 15.4007 32.9245 15.5869 32.4324 15.7663C32.0489 15.9054 31.6633 16.0313 31.2851 16.1876C30.9325 16.334 30.5952 16.5066 30.25 16.6671C29.75 16.8979 29.2485 17.1235 28.7596 17.3858C28.5565 17.4955 28.365 17.6225 28.1646 17.7368C27.5634 18.0794 26.9653 18.4283 26.3856 18.8186C26.3416 18.8485 26.3017 18.8831 26.2576 18.913C24.8411 19.8789 23.4866 20.9732 22.2306 22.2287C20.9888 23.471 19.9065 24.8114 18.9475 26.2111C18.9061 26.2714 18.8583 26.3281 18.8169 26.3889C18.4381 26.9513 18.1013 27.5316 17.7676 28.1144C17.6417 28.3337 17.5027 28.5436 17.3831 28.766C17.1313 29.2355 16.9151 29.7177 16.6921 30.1977C16.5216 30.5623 16.3396 30.9201 16.1843 31.2931C16.0374 31.6493 15.9194 32.0139 15.7882 32.3749C15.5988 32.8885 15.4052 33.399 15.2463 33.9262C15.1791 34.1502 15.1324 34.3789 15.0711 34.6045C14.889 35.2698 14.7133 35.9371 14.58 36.6212C14.5706 36.6695 14.5664 36.7177 14.5574 36.7655C14.2374 38.4537 14.0533 40.1892 14.0533 41.9692C14.0533 42.8469 14.1078 43.7152 14.1902 44.5776C14.1997 44.6794 14.2164 44.7796 14.2275 44.8814C14.3014 45.5739 14.3985 46.2596 14.5233 46.9385C14.579 47.2464 14.6451 47.5512 14.7112 47.8576C14.8051 48.2883 14.9084 48.7143 15.0228 49.1377C15.1419 49.5883 15.2667 50.0364 15.4089 50.4807C15.4619 50.6444 15.5228 50.8049 15.5789 50.9676C16.9099 54.8928 19.1059 58.5867 22.229 61.7103C24.0741 63.5549 26.1506 65.0773 28.3661 66.305C28.6714 66.4765 28.9725 66.6533 29.2852 66.8133C29.3707 66.8569 29.4589 66.8946 29.5454 66.9366C30.7022 67.5158 31.8989 68.0315 33.1465 68.447C33.1454 68.4349 33.1459 68.4234 33.1444 68.4108C34.9428 69.0052 36.7957 69.4029 38.6718 69.6269C38.719 69.6473 38.7531 69.6783 38.803 69.6956C39.9456 69.8252 40.9828 69.8881 41.9722 69.8881C43.3562 69.8881 44.7066 69.7528 46.037 69.5576C46.0994 69.5487 46.1613 69.5382 46.2238 69.5288C46.9058 69.4238 47.582 69.3037 48.2467 69.15C48.2577 69.1479 48.2687 69.1447 48.2798 69.1421C49.4822 68.8625 50.6511 68.501 51.789 68.0714C52.0282 67.9817 52.2701 67.904 52.5072 67.808C52.8975 67.648 53.2758 67.467 53.6572 67.2897C53.9216 67.1685 54.1918 67.0625 54.453 66.9319C54.4462 66.9266 54.4415 66.9203 54.4347 66.9151C56.1586 66.05 57.7828 65.0212 59.2806 63.8329C59.299 63.824 59.3173 63.824 59.3357 63.8151C59.4307 63.7395 59.5104 63.6666 59.6033 63.5916C59.6919 63.5187 59.779 63.4437 59.8677 63.3697C60.5387 62.8115 61.1603 62.2622 61.7122 61.7103C62.9782 60.4449 64.0809 59.0793 65.052 57.6502C65.0735 57.6193 65.0987 57.5899 65.1197 57.5584C65.5121 56.9761 65.8625 56.3764 66.2062 55.7721C66.32 55.5732 66.4465 55.3823 66.5551 55.1803C66.8163 54.694 67.0409 54.1945 67.2712 53.6956C67.4328 53.3483 67.6064 53.0084 67.7543 52.6537C67.9081 52.2812 68.0319 51.9009 68.1683 51.5242C68.3508 51.0253 68.5397 50.53 68.6939 50.0185C68.7653 49.7809 68.8146 49.539 68.8791 49.3003C69.0575 48.6466 69.2306 47.9919 69.3613 47.3204C69.3728 47.2621 69.377 47.2029 69.388 47.1446C69.7044 45.4653 69.8885 43.7388 69.8885 41.9692C69.8885 40.175 69.7028 38.4248 69.3775 36.7245Z" fill="#00A5AE"/> </svg> <div id="splash-screen-text"></div> </div> </div> <svg class="platform-loader-mobile" fill="none" height="77" viewBox="0 0 210 71" width="250" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(5 5)"> <g cx="0" cy="0" transform="translate(25 25)"> <circle class="platform-loader-spinner" r="23" stroke="#00A5AE" stroke-width="3"></circle> </g> <path fill-rule="evenodd" clip-rule="evenodd" d="M71.4039 20.3942C70.7482 21.0125 70.3214 21.9155 70.1237 23.1026H77.582C77.2852 20.6788 76.0849 19.4663 73.9829 19.4663C72.9189 19.4663 72.059 19.776 71.4039 20.3942ZM82.4059 26.5626H70.0123C70.1111 28.3191 70.5691 28.9231 71.385 29.7264C72.2016 30.5307 73.4134 30.9326 75.0216 30.9326C75.9864 30.9326 76.9512 30.7721 77.916 30.4501C78.8808 30.1287 79.7713 29.6591 80.5875 29.0402L82.0719 32.8251C81.1811 33.5427 80.0738 34.1052 78.7508 34.5135C77.4271 34.9211 76.0978 35.1254 74.7619 35.1254C71.595 35.1254 69.1089 34.2532 67.3037 32.5093C65.4978 30.7652 64.5953 28.3852 64.5953 25.3665C64.5953 23.4621 64.9847 21.7614 65.7641 20.2646C66.5432 18.7682 67.6376 17.6057 69.0475 16.7766C70.4577 15.9481 72.0533 15.5336 73.8343 15.5336C76.4809 15.5336 78.571 16.3932 80.1052 18.1125C81.6388 19.8318 82.4059 22.1511 82.4059 25.07V26.5626Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M86.3238 32.6002L87.7891 28.7546C88.7652 29.4631 89.8518 30.0064 91.0486 30.3842C92.2447 30.7635 93.4657 30.952 94.711 30.952C95.6628 30.952 96.3956 30.8057 96.9081 30.5126C97.4209 30.2199 97.6771 29.7927 97.6771 29.2308C97.6771 28.7672 97.4942 28.4008 97.1278 28.132C96.7617 27.8638 96.1145 27.6318 95.1866 27.4363L92.1471 26.7403C90.3646 26.3503 89.0523 25.7277 88.2102 24.8725C87.3676 24.0185 86.9464 22.8828 86.9464 21.4666C86.9464 20.3189 87.282 19.2937 87.9537 18.3903C88.6248 17.4869 89.559 16.7853 90.7555 16.2845C91.9516 15.7843 93.3313 15.5334 94.8938 15.5334C96.2124 15.5334 97.5062 15.7352 98.776 16.1378C100.045 16.5404 101.181 17.1082 102.182 17.841L100.644 21.54C99.6916 20.8808 98.7209 20.3806 97.7325 20.0382C96.7435 19.6963 95.785 19.5257 94.8573 19.5257C93.9539 19.5257 93.246 19.6847 92.7329 20.002C92.2205 20.3189 91.9639 20.759 91.9639 21.3202C91.9639 21.7354 92.1163 22.071 92.4219 22.3272C92.7269 22.5838 93.2699 22.7975 94.0515 22.9684L97.1646 23.6641C99.0693 24.1035 100.448 24.7626 101.303 25.6418C102.158 26.521 102.585 27.6925 102.585 29.1575C102.585 30.9155 101.876 32.3071 100.461 33.3327C99.0445 34.3579 97.1032 34.8707 94.6376 34.8707C91.1219 34.8707 88.3503 34.1146 86.3238 32.6002Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M119.651 29.2677C120.384 28.3403 120.749 26.9972 120.749 25.2392C120.749 23.4812 120.384 22.1324 119.651 21.1924C118.919 20.2525 117.869 19.7822 116.501 19.7822C115.134 19.7822 114.072 20.2711 113.315 21.2472C112.558 22.224 112.18 23.5794 112.18 25.3125C112.18 27.046 112.552 28.3702 113.297 29.2862C114.041 30.2019 115.109 30.6593 116.501 30.6593C117.869 30.6593 118.919 30.1959 119.651 29.2677ZM126.206 16.0097V34.5779H120.749V31.8312C120.188 32.7834 119.395 33.5282 118.369 34.0649C117.344 34.6015 116.184 34.8707 114.89 34.8707C113.279 34.8707 111.856 34.4807 110.623 33.6991C109.39 32.9175 108.426 31.8007 107.73 30.348C107.034 28.8956 106.686 27.2163 106.686 25.3122C106.686 23.4078 107.034 21.7112 107.73 20.2214C108.426 18.7322 109.396 17.5785 110.641 16.7604C111.887 15.9427 113.303 15.5334 114.89 15.5334C116.184 15.5334 117.344 15.8145 118.369 16.3758C119.395 16.938 120.188 17.6941 120.749 18.6466V16.0097H126.206Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M150.378 23.3343V34.578H144.848V23.5908C144.848 22.2971 144.609 21.3509 144.133 20.7522C143.657 20.1544 142.907 19.8554 141.881 19.8554C140.66 19.8554 139.683 20.246 138.951 21.027C138.219 21.8089 137.852 22.858 137.852 24.1769V34.578H132.323V21.32C132.323 19.3423 132.224 17.5723 132.029 16.0095H137.23L137.596 18.9394C138.255 17.8412 139.116 16.9985 140.178 16.4127C141.24 15.8263 142.443 15.5335 143.786 15.5335C148.181 15.5335 150.378 18.1339 150.378 23.3343Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M174.146 16.0093V34.5775H168.762V31.8673C168.176 32.8441 167.407 33.5885 166.455 34.1016C165.503 34.614 164.428 34.8703 163.232 34.8703C160.912 34.8703 159.179 34.2237 158.032 32.9297C156.884 31.6356 156.31 29.6825 156.31 27.0695V16.0093H161.84V27.1797C161.84 29.4262 162.805 30.5487 164.734 30.5487C165.881 30.5487 166.808 30.1584 167.517 29.3768C168.225 28.5956 168.579 27.5706 168.579 26.3002V16.0093H174.146Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M208.443 17.4565C209.481 18.738 210 20.6975 210 23.3343V34.5781H204.47V23.5175C204.47 22.2235 204.262 21.2899 203.847 20.716C203.432 20.1425 202.748 19.8554 201.796 19.8554C200.673 19.8554 199.806 20.2461 199.196 21.027C198.586 21.8089 198.281 22.9075 198.281 24.3233V34.5781H192.75V23.5175C192.75 22.2484 192.536 21.3201 192.109 20.7343C191.682 20.1482 191.004 19.8554 190.076 19.8554C188.954 19.8554 188.081 20.2461 187.458 21.027C186.835 21.8089 186.524 22.9075 186.524 24.3233V34.5781H180.994V21.3201C180.994 19.3424 180.896 17.5724 180.701 16.0095H185.902L186.231 18.7931C186.793 17.7436 187.58 16.9378 188.593 16.3759C189.606 15.8144 190.773 15.5336 192.091 15.5336C194.85 15.5336 196.681 16.6816 197.584 18.9763C198.194 17.9268 199.043 17.0901 200.13 16.4675C201.216 15.8449 202.406 15.5336 203.701 15.5336C205.825 15.5336 207.405 16.1745 208.443 17.4565Z" fill="#00A5AE"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M32.0054 16.3126H26.7128H25.9879H23.7564H22.5065L20.4054 16.3009C19.2504 16.3009 18.8623 17.1134 18.8623 17.7231C18.8623 18.3328 19.2901 19.1534 20.2914 19.1534H23.7457V21.8725H20.8498C19.9792 21.8725 19.3323 21.7812 18.8815 21.5945C18.3662 21.3978 17.8031 21.1 17.398 20.6344C16.7433 19.8796 16.2094 18.879 16.2094 17.7332C16.2094 16.582 16.708 15.6213 17.3646 14.8649C17.771 14.4047 18.3864 14.0437 18.908 13.8523C19.4598 13.6631 20.1025 13.5939 20.8498 13.5939H23.7564H25.9879H33.8472L32.0054 16.3126ZM31.8288 26.0106C31.3837 26.5813 30.8212 26.9102 30.2987 27.1016C29.7463 27.2895 29.0018 27.3902 28.2564 27.3902L21.8143 27.3506C20.8218 27.3506 20.4003 28.1608 20.4003 28.7705C20.4003 29.3802 20.8419 30.1905 21.8143 30.1905H23.7602V32.9092H22.3544C21.4831 32.9092 20.8369 32.8179 20.3868 32.6312C19.8731 32.4345 19.3137 32.0662 18.908 31.6007C18.2532 30.8458 17.7874 29.9157 17.7874 28.7696C17.7874 27.6188 18.0999 26.9376 18.7219 26.1516C19.1711 25.5841 19.7541 25.2529 20.2051 25.0272C20.8444 24.7068 21.6065 24.6306 22.3544 24.6306L28.7154 24.6718C29.8923 24.6718 30.333 23.8613 30.333 23.2519C30.333 22.6422 29.9521 21.8319 28.8086 21.8319H26.6026V19.112H28.2564C30.1999 19.0575 31.1064 19.8404 31.5619 20.3213C32.2487 21.046 32.7665 22.1058 32.7665 23.2519C32.7665 24.403 32.4351 25.2334 31.8288 26.0106ZM30.1873 37.1751C29.7781 37.6368 29.2175 37.9796 28.6993 38.1701C28.1482 38.3589 27.4903 38.454 26.7436 38.454L23.7989 38.4105C23.1621 38.3035 22.6679 37.7747 22.6679 37.1077C22.6679 36.4404 23.0583 35.7507 23.7989 35.7507L27.1022 35.7353C28.3446 35.7353 28.7019 34.9238 28.7019 34.3141C28.7019 33.7047 28.1655 32.8944 27.2882 32.8944H26.6099V30.1754H26.7436C27.613 30.1754 28.2593 30.2667 28.71 30.4534C29.2219 30.6488 29.8212 31.0322 30.2285 31.499C30.8826 32.2551 31.3356 33.1702 31.3356 34.3147C31.3356 35.4658 30.8433 36.419 30.1873 37.1751ZM41.6265 22.0347C41.6227 22.0149 41.6211 21.9947 41.6174 21.9752C41.5362 21.5581 41.4294 21.1508 41.3177 20.7451C41.2824 20.6163 41.2563 20.486 41.2182 20.3582C41.1213 20.0372 41.0032 19.7255 40.8877 19.413C40.8106 19.2008 40.7413 18.9871 40.6551 18.7777C40.5604 18.5495 40.4492 18.3308 40.3447 18.1079C40.2125 17.824 40.085 17.5391 39.9365 17.2621C39.8619 17.1236 39.7759 16.9933 39.6976 16.8573C39.4999 16.512 39.3 16.1679 39.0756 15.8343C39.0482 15.7934 39.0161 15.7559 38.9884 15.7156C38.4148 14.8799 37.7686 14.0791 37.0264 13.3372C36.2826 12.5934 35.4799 11.9452 34.6416 11.3708C34.6039 11.345 34.5689 11.3151 34.5308 11.2892C34.1918 11.061 33.8418 10.8571 33.4902 10.6566C33.3611 10.5823 33.2371 10.5004 33.1059 10.4296C32.8204 10.2763 32.5276 10.145 32.2355 10.0097C32.0205 9.90959 31.8099 9.80194 31.5905 9.71066C31.3711 9.62032 31.147 9.5476 30.9248 9.46671C30.6223 9.35559 30.322 9.24164 30.0116 9.14784C29.8687 9.10534 29.7233 9.07544 29.5794 9.03672C29.1885 8.93001 28.7966 8.82614 28.3953 8.74807C28.3525 8.73958 28.3087 8.73611 28.2662 8.72824C27.2652 8.54095 26.2375 8.43141 25.1833 8.43141C24.1351 8.43141 23.113 8.54032 22.1177 8.72541C22.068 8.73454 22.0176 8.73895 21.9679 8.74839C21.5732 8.82551 21.1885 8.9275 20.8045 9.032C20.6534 9.07261 20.5007 9.10408 20.3506 9.14878C20.0478 9.24038 19.7547 9.35213 19.4594 9.45978C19.2293 9.5432 18.998 9.61874 18.771 9.71254C18.5595 9.80037 18.3571 9.90393 18.15 10.0002C17.85 10.1387 17.5491 10.2741 17.2557 10.4315C17.1339 10.4973 17.019 10.5735 16.8988 10.6421C16.538 10.8476 16.1792 11.0569 15.8314 11.2911C15.8049 11.3091 15.781 11.3299 15.7545 11.3478C14.9047 11.9273 14.0919 12.5839 13.3383 13.3372C12.5933 14.0826 11.9439 14.8868 11.3685 15.7266C11.3436 15.7628 11.315 15.7968 11.2901 15.8333C11.0628 16.1708 10.8607 16.5189 10.6605 16.8686C10.585 17.0002 10.5016 17.1261 10.4298 17.2596C10.2787 17.5413 10.149 17.8306 10.0153 18.1186C9.91296 18.3374 9.80373 18.552 9.71056 18.7758C9.62242 18.9896 9.5516 19.2083 9.47291 19.4249C9.35927 19.7331 9.24312 20.0394 9.14774 20.3557C9.10745 20.4901 9.07944 20.6274 9.04261 20.7627C8.93338 21.1618 8.82793 21.5622 8.74798 21.9727C8.74231 22.0017 8.7398 22.0306 8.73444 22.0593C8.54243 23.0722 8.43195 24.1135 8.43195 25.1815C8.43195 25.7081 8.46468 26.2291 8.5141 26.7466C8.51977 26.8076 8.52984 26.8678 8.53645 26.9288C8.58083 27.3443 8.63907 27.7557 8.71398 28.1631C8.74735 28.3478 8.78701 28.5307 8.82667 28.7145C8.88302 28.973 8.94503 29.2286 9.01365 29.4826C9.0851 29.753 9.16002 30.0218 9.24532 30.2884C9.27712 30.3866 9.31363 30.4829 9.34731 30.5805C10.1459 32.9357 11.4635 35.152 13.3374 37.0262C14.4445 38.1329 15.6903 39.0464 17.0196 39.783C17.2028 39.8859 17.3835 39.992 17.5711 40.088C17.6224 40.1141 17.6753 40.1368 17.7272 40.1619C18.4213 40.5095 19.1393 40.8189 19.8878 41.0682C19.8872 41.0609 19.8875 41.054 19.8866 41.0465C20.9656 41.4031 22.0774 41.6417 23.2031 41.7761C23.2314 41.7884 23.2518 41.807 23.2817 41.8173C23.9673 41.8951 24.5896 41.9329 25.1833 41.9329C26.0137 41.9329 26.8239 41.8517 27.6222 41.7346C27.6596 41.7292 27.6968 41.7229 27.7342 41.7172C28.1434 41.6543 28.5492 41.5822 28.948 41.49C28.9546 41.4887 28.9612 41.4868 28.9678 41.4853C29.6893 41.3175 30.3906 41.1006 31.0734 40.8428C31.2169 40.789 31.362 40.7424 31.5043 40.6848C31.7385 40.5888 31.9654 40.4802 32.1943 40.3738C32.3529 40.3011 32.515 40.2375 32.6718 40.1591C32.6677 40.156 32.6649 40.1522 32.6608 40.149C33.6951 39.63 34.6697 39.0127 35.5683 38.2997C35.5794 38.2944 35.5904 38.2944 35.6014 38.289C35.6584 38.2437 35.7062 38.2 35.7619 38.1549C35.8151 38.1112 35.8674 38.0662 35.9206 38.0218C36.3232 37.6869 36.6962 37.3573 37.0273 37.0262C37.7869 36.2669 38.4485 35.4476 39.0312 34.5901C39.0441 34.5716 39.0592 34.5539 39.0718 34.535C39.3072 34.1856 39.5175 33.8258 39.7237 33.4632C39.792 33.3439 39.8678 33.2294 39.933 33.1082C40.0898 32.8164 40.2245 32.5167 40.3627 32.2174C40.4596 32.009 40.5638 31.805 40.6526 31.5922C40.7448 31.3687 40.8191 31.1405 40.9009 30.9145C41.0105 30.6151 41.1238 30.318 41.2163 30.0111C41.2592 29.8685 41.2887 29.7234 41.3275 29.5802C41.4345 29.188 41.5384 28.7951 41.6167 28.3922C41.6237 28.3573 41.6262 28.3217 41.6328 28.2868C41.8226 27.2792 41.9331 26.2432 41.9331 25.1815C41.9331 24.105 41.8217 23.0549 41.6265 22.0347Z" fill="#00A5AE"/> </g> </svg> </div> <script type="module"> const {splashScreen} = window._preload || {}; if (splashScreen) { const {title, description} = splashScreen; document.getElementById('splash-screen-text').innerHTML = `<div class="title">${title}</div><p>${description}</p>`; } </script> <script> (function () { // 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)'; // Before IE11 // 'Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko'; // After IE11 // 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'; // Firefox 43 var unsupported = bowser.getParser(window.navigator.userAgent) .satisfies({ desktop: { ie: '<11', firefox: '<45' } }); if (unsupported) { var loader = document.getElementById('platform-loader'); loader.parentNode.removeChild(loader); document.write('<div id="unsupported"><h1>Your browser is not supported!</h1>' + '<h2>Please update your browser to view this website correctly.</h2></div>'); } else { document.write('<esn-bootstrap></esn-bootstrap>'); } })(); (function () { window.addEventListener('message', function (event) { if (event.data === 'platform_ready') { var loader = document.getElementById('platform-loader'); if (!!loader && !!loader.parentNode) { loader.parentNode.removeChild(loader); } } }, false); })(); </script> <!--/noindex--> <!--googleon: all--> <script src="runtime.f9884f1f49e30f04.js" type="module"></script><script src="polyfills.855ff0d0142f046b.js" type="module"></script><script src="main.5b9224432df5734f.js" type="module"></script> <!-- application [pk=3] static_body start --> <style> html { scroll-behavior: smooth; } .conference.collapsed article .picture, .conference.collapsed article .picture img { height: auto !important; } @media (max-width:768px){ .conference article .picture { min-height: 80px !important; } } </style> <!-- FIX: for sidebar Onsite ads to use "thumbnail" render --> <script> let el; let counter = 0; let stopAt = 20; function getSBASrc() { while (counter < stopAt) { counter++; // console.log("count:"+counter); el = document.querySelector("[template='vertical'] [data-image-wrapper] img"); if (el) { const sidebarAdSrc = el.getAttribute("src").replace("_vertical_v4", ""); // el.setAttribute("src", sidebarAdSrc); // change original IMG // insert as new img in headline and hide old img const newImg = document.createElement("img"); newImg.setAttribute("src", sidebarAdSrc); newImg.style.width = "82px"; newImg.style.float = "left"; newImg.style.marginRight = "16px"; const headline = document.querySelector("[template='vertical'] a[data-title]"); headline.prepend(newImg); const imgOld = document.querySelector("[template='vertical'] [data-image-wrapper]"); imgOld.style.display = 'none'; console.log("SBOnsiteSrc fixed after "+counter+" loops!"); break; } else { // console.log("try again"); setTimeout(getSBASrc, 150); break; } } if (counter == stopAt) console.log("SBOnsiteSrc search stopped after "+counter+" loops!"); } document.addEventListener('readystatechange', event => { // When window loaded ( external resources are loaded too- `css`,`src`, etc...) if (event.target.readyState === "complete") { setTimeout(() => { getSBASrc(); }, 1250); // try 1,25s after pageload first } }); </script> <!-- Backward compatibility with plugins --> <script> (function () { if (/plugins#/.test(window.location.href)) { history.pushState('', document.title, window.location.href.replace('plugins#', 'plugins')); } })(); </script> <script> (function () { if (/hausarzt\-tag-2019\-frankfurt/.test(window.location.href) && !/ut=/.test(document.cookie)) { document.location = '/403'; } })(); </script> <meta name="seobility" content="482b72f887be029e3aa7a31efdde7321"> <meta name="google-site-verification" content="ba-6_DfKWkW36st3FvUUgsSYlTYVgvCKFX5oeMksKUc"/> <meta name="facebook-domain-verification" content="5p1ddhsyfjuvqc2q8jgyzzgd0dqn5s" /> <!-- application [pk=3] static_body end --> </body> </html>