{"id":3329,"date":"2024-03-25T12:51:24","date_gmt":"2024-03-25T11:51:24","guid":{"rendered":"https:\/\/tourdesuisse.ch.ownb.it\/women\/sponsoren-partner\/"},"modified":"2024-03-25T15:29:47","modified_gmt":"2024-03-25T14:29:47","slug":"sponsoren-partner","status":"publish","type":"page","link":"https:\/\/tourdesuisse.ch.ownb.it\/en\/women\/sponsoren-partner\/","title":{"rendered":"Sponsors &#038; Partners"},"content":{"rendered":"<div class=\"hero-section hero-is-image hero-align-end hero-size-default\" style=\"--hero-image-full: url(&apos;https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/sample-hero-1.jpg&apos;); --hero-image-aspect-ratio: 1.5384615384615; --hero-image-until-s: url(&apos;https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/sample-hero-1-540x960.jpg&apos;); --hero-image-until-s-2x: url(&apos;https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/sample-hero-1-1080x1920.jpg&apos;); --hero-image-until-sm: url(&apos;https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/sample-hero-1-768x1365.jpg&apos;); --hero-image-until-sm-2x: url(&apos;https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/sample-hero-1-1536x2730.jpg&apos;); --hero-image-until-md: url(&apos;https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/sample-hero-1-992x558.jpg&apos;); --hero-image-until-md-2x: url(&apos;https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/sample-hero-1-1984x1116.jpg&apos;); --hero-image-until-lg: url(&apos;https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/sample-hero-1-1200x675.jpg&apos;); --hero-image-until-lg-2x: url(&apos;https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/sample-hero-1-2400x1350.jpg&apos;); --hero-image-until-xl: url(&apos;https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/sample-hero-1-1425x802.jpg&apos;); --hero-image-until-xl-2x: url(&apos;https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/sample-hero-1-2850x1604.jpg&apos;); --hero-image-position: 73.336472065286% 47.657004830918%\"\n>\n\t<div class=\"hero-media\">\n\t\t<div class=\"hero-media-overlay\"><\/div>\n\t\t<div class=\"hero-content-wrapper\">\n\t\t\t<div class=\"hero-content\">\n\t\t\t\t<h1>Partners<\/h1>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div><div  id class=\"page-section style-default layout-default align-default\">\n\t<div class=\"section-grid grid-layout container\"><div  style=\"--grid-layout-index: 1; --col-xs: 12; --col-sm: 12; --col-md: 12; --col-lg: 12; --col-xl: 12\" class=\"section-item layout-default layout-margin-default\">\n<div\n\tclass=\"partner-overview-wrapper\"\n\tx-data=\"{\n\t\tscrollPositions: new Map(),\n\t\tget _matchingId() {\n\t\t\tlet firstItem = [...this.scrollPositions]\n\t\t\t\t.sort(([_1, a], [_2, b]) =&gt; a - b)\n\t\t\t\t.findLast(([_, position]) => position < 150)\n\t\t\treturn firstItem?.[0] ?? &quot;main-partner-en&quot;\n\t\t},\n\t\tmatchingId: &quot;main-partner-en&quot;,\n\t}\"\n\tx-init=\"$watch('_matchingId', (value, oldValue) =&gt; {\n\t\tif (value !== oldValue) {\n\t\t\t$data.matchingId = value\n\t\t}\n\t})\"\n>\n\t<div class=\"partner-overview\">\n\t\t<div class=\"partner-category-list\">\n\t\t\t<div class=\"partner-category-list-inner\" x-ref=\"categoryList\">\n\t\t\t\t<ul>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;main-partner-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#main-partner-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;main-partner-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tMain Partner\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;premium-partner-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#premium-partner-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;premium-partner-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tPremium Partner\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;prime-partner-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#prime-partner-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;prime-partner-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tPrime Partner\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;supplier-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#supplier-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;supplier-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tSupplier\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;timekeeper-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#timekeeper-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;timekeeper-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tTimekeeper\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;host-broadcaster-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#host-broadcaster-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;host-broadcaster-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tHost Broadcaster\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;talent-supporter-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#talent-supporter-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;talent-supporter-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tTalent Supporter\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;media-partner-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#media-partner-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;media-partner-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tMedia Partner\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;ticketing-partner-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#ticketing-partner-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;ticketing-partner-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tTicketing-Partner\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;road-safety-partner-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#road-safety-partner-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;road-safety-partner-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tRoad Safety Partner\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;rights-owner-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#rights-owner-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;rights-owner-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tRights Owner\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;education-partner-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#education-partner-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;education-partner-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tEducation Partner\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;fanzone-partner-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#fanzone-partner-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;fanzone-partner-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tFanzone-Partner\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\tx-data=\"{\n\t\t\t\t\t\t\t\t\tget isActive() {\n\t\t\t\t\t\t\t\t\t\treturn matchingId === &quot;proud-member-of-en&quot;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tx-init=\"$watch('isActive', (value, oldValue) =&gt; {\n\t\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\t\tlet rect = $el.getBoundingClientRect()\n\t\t\t\t\t\t\t\t\t\tlet containerStyle = getComputedStyle($refs.categoryList)\n\t\t\t\t\t\t\t\t\t\tlet containerRect = $refs.categoryList.getBoundingClientRect()\n\n\t\t\t\t\t\t\t\t\t\tlet containerTop = containerRect.top + parseInt(containerStyle.paddingTop)\n\t\t\t\t\t\t\t\t\t\tlet containerHeight = containerRect.height - parseInt(containerStyle.paddingTop) - parseInt(containerStyle.paddingBottom)\n\n\t\t\t\t\t\t\t\t\t\tlet top = rect.top - containerTop\n\t\t\t\t\t\t\t\t\t\tlet bottom = top + rect.height\n\n\t\t\t\t\t\t\t\t\t\tif (top < 0) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: top + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t} else if (bottom &gt; containerHeight) {\n\t\t\t\t\t\t\t\t\t\t\t$refs.categoryList.scrollTo({\n\t\t\t\t\t\t\t\t\t\t\t\ttop: bottom - containerHeight + $refs.categoryList.scrollTop,\n\t\t\t\t\t\t\t\t\t\t\t\tbehavior: 'smooth',\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\"\n\t\t\t\t\t\t\t\thref=\"#proud-member-of-en\"\n\t\t\t\t\t\t\t\tclass=\"partner-category-link\"\n\t\t\t\t\t\t\t\t:class=\"{ active: matchingId === &quot;proud-member-of-en&quot; }\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tProud Member of\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"partner-grid grid-layout\">\n\t\t\t\t<div\n\t\t\t\t\tid=\"main-partner-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;main-partner-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Main Partner<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/primeo-energie\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"48\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-primeo-energie.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"premium-partner-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;premium-partner-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Premium Partner<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/wir-bank\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"63\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-wir-bank.svg.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.react-swiss.com\/de\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"33\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-react.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/chiccodoro.com\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"--background: #ffe400\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"65\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/caffe-chicco-doro.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/lend\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"43\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-lend.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"prime-partner-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;prime-partner-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Prime Partner<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/camion-transport\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"48\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-camion-transport.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/fizzy\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"72\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-fizzy.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/shell\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"86\" height=\"80\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-shell.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/europcar\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"45\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/EUROPCAR-SECONDARY-LOGO-RGB3-140x45.png\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" srcset=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/EUROPCAR-SECONDARY-LOGO-RGB3-140x45.png 140w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/EUROPCAR-SECONDARY-LOGO-RGB3-300x97.png 300w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/EUROPCAR-SECONDARY-LOGO-RGB3-280x90.png 280w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/EUROPCAR-SECONDARY-LOGO-RGB3.png 425w\" sizes=\"auto, (max-width: 140px) 100vw, 140px\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/schweizer-armee\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"21\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-schweizer-armee.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/delta-group\/\" class=\"partner-item\" style=\"--background: #000000\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"30\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-delta-group.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/yamaha\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"50\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-yamaha.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.q36-5.com\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"28\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-q365.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/st-cycling\/\" class=\"partner-item\" style=\"--background: #7adcd4\">\n<img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-st-cycling-80x80.png\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" srcset=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-st-cycling-80x80.png 80w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-st-cycling-150x150.png 150w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-st-cycling-160x160.png 160w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-st-cycling-240x240.png 240w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-st-cycling-120x120.png 120w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-st-cycling-180x180.png 180w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-st-cycling-90x90.png 90w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-st-cycling.png 300w\" sizes=\"auto, (max-width: 80px) 100vw, 80px\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"http:\/\/www.hedinautomotive.ch\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"25\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-hedin-automotive-140x25.jpeg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" srcset=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-hedin-automotive-140x25.jpeg 140w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-hedin-automotive-300x53.jpeg 300w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-hedin-automotive-1024x181.jpeg 1024w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-hedin-automotive-768x136.jpeg 768w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-hedin-automotive-1536x271.jpeg 1536w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-hedin-automotive-2048x362.jpeg 2048w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-hedin-automotive-280x49.jpeg 280w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-hedin-automotive.jpeg 2560w\" sizes=\"auto, (max-width: 140px) 100vw, 140px\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"supplier-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;supplier-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Supplier<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/brunos-best\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"39\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-brunos.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/dt-swiss\/\" class=\"partner-item\" style=\"--background: #c42929\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"27\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-dt-swiss.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/fleurop\/\" class=\"partner-item\" style=\"--background: #000000\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"65\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-fleurop.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.marzohl.ch\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"42\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-marzohl-140x42.png\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" srcset=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-marzohl-140x42.png 140w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-marzohl-300x90.png 300w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-marzohl-280x84.png 280w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-marzohl.png 568w\" sizes=\"auto, (max-width: 140px) 100vw, 140px\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/zaunteam\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"23\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-zaunteam.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/sporttip\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"22\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-sporttip.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/trek\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"17\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-trek.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/rouvy\/\" class=\"partner-item\" style=\"--background: #ffffff\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"20\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/rouvy-s-140x20.png\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" srcset=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/rouvy-s-140x20.png 140w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/rouvy-s-300x43.png 300w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/rouvy-s-768x109.png 768w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/rouvy-s-280x40.png 280w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/rouvy-s.png 1000w\" sizes=\"auto, (max-width: 140px) 100vw, 140px\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/sbis\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"34\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-sbis.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.parknsleep.eu\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"28\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-parknsleep.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.karlstorz.com\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"49\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-storz.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.doppelleuboxer.ch\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"133\" height=\"80\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-chopfab-boxer.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/velomarkt.ch\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"26\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-velomarkt.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.kompotoi.ch\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"--background: #34383a\">\n<img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"80\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-kompotoi.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/moevenpick-wein\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"47\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-moevenpick-wein.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.gehealthcare.de\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"34\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-ge-healthcare.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"timekeeper-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;timekeeper-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Timekeeper<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/tissot\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"64\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-tissot.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"host-broadcaster-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;host-broadcaster-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Host Broadcaster<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/srg-ssr\/\" class=\"partner-item\" style=\"--background: #a12025\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"26\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-srg-ssr.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"talent-supporter-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;talent-supporter-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Talent Supporter<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.sporthilfe.ch\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"50\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-sporthilfe-franken-partner-140x50.png\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" srcset=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-sporthilfe-franken-partner-140x50.png 140w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-sporthilfe-franken-partner-300x107.png 300w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-sporthilfe-franken-partner-1024x365.png 1024w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-sporthilfe-franken-partner-768x274.png 768w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-sporthilfe-franken-partner-280x100.png 280w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-sporthilfe-franken-partner.png 1223w\" sizes=\"auto, (max-width: 140px) 100vw, 140px\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"media-partner-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;media-partner-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Media Partner<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/blick\/\" class=\"partner-item\" style=\"--background: #e12618\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"62\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-blick.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"ticketing-partner-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;ticketing-partner-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Ticketing-Partner<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.ticketmaster.ch\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"19\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-ticketmaster.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"road-safety-partner-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;road-safety-partner-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Road Safety Partner<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/tcs\/\" class=\"partner-item\" style=\"--background: #fcec38\">\n<img loading=\"lazy\" decoding=\"async\" width=\"74\" height=\"80\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-tcs.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"rights-owner-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;rights-owner-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Rights Owner<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/tourdesuisse.ch.ownb.it\/en\/partner\/swiss-cycling\/\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"70\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-swiss-cycling.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"education-partner-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;education-partner-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Education Partner<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.unisg.ch\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"31\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-unisg.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"fanzone-partner-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;fanzone-partner-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Fanzone-Partner<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/livxp.com\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"125\" height=\"55\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-livxp.svg\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\tid=\"proud-member-of-en\"\n\t\t\t\t\tclass=\"partner-category\"\n\t\t\t\t\tx-data=\"{ id: &quot;proud-member-of-en&quot;, requested: false }\"\n\t\t\t\t\t@scroll.document.passive=\"!requested &#038;&#038; requestAnimationFrame(() =&gt; {\n\t\t\t\t\t\tlet scrollTop = $el.getBoundingClientRect().top\n\t\t\t\t\t\t$data.scrollPositions.set(id, scrollTop)\n\t\t\t\t\t})\"\n\t\t\t\t>\n\t\t\t\t\t<span class=\"partner-category-label h5\">Proud Member of<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.uci.org\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"27\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-world-tour-140x27.png\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" srcset=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-world-tour-140x27.png 140w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-world-tour-300x59.png 300w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-world-tour-768x150.png 768w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-world-tour-280x55.png 280w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-world-tour-510x99.png 510w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-world-tour-255x50.png 255w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-world-tour-320x62.png 320w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-world-tour-160x31.png 160w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-world-tour.png 1000w\" sizes=\"auto, (max-width: 140px) 100vw, 140px\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.uci.org\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"27\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-womens-world-tour-140x27.png\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" srcset=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-womens-world-tour-140x27.png 140w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-womens-world-tour-300x58.png 300w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-womens-world-tour-280x54.png 280w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-uci-womens-world-tour.png 718w\" sizes=\"auto, (max-width: 140px) 100vw, 140px\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"partner-cell\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.swisstopsport.ch\/\" target=\"_blank\" rel=\"noopener\" class=\"partner-item\" style=\"\">\n<img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"25\" src=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-swisstopsport-140x25.png\" class=\"attachment-partner-overview-logo size-partner-overview-logo wp-post-image\" alt=\"\" srcset=\"https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-swisstopsport-140x25.png 140w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-swisstopsport-300x54.png 300w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-swisstopsport-768x138.png 768w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-swisstopsport-280x50.png 280w, https:\/\/tourdesuisse.ch.ownb.it\/wp-content\/uploads\/partner-swisstopsport.png 1000w\" sizes=\"auto, (max-width: 140px) 100vw, 140px\" \/>\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Partners Main Partner Premium Partner Prime Partner Supplier Timekeeper Host Broadcaster Talent Supporter Media Partner Ticketing-Partner Road Safety Partner Rights Owner Education Partner Fanzone-Partner Proud Member of Main Partner Premium Partner Prime Partner Supplier Timekeeper Host Broadcaster Talent Supporter Media Partner Ticketing-Partner Road Safety Partner Rights Owner Education Partner Fanzone-Partner Proud Member of<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":3285,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-3329","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/tourdesuisse.ch.ownb.it\/en\/wp-json\/wp\/v2\/pages\/3329","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tourdesuisse.ch.ownb.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tourdesuisse.ch.ownb.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tourdesuisse.ch.ownb.it\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tourdesuisse.ch.ownb.it\/en\/wp-json\/wp\/v2\/comments?post=3329"}],"version-history":[{"count":1,"href":"https:\/\/tourdesuisse.ch.ownb.it\/en\/wp-json\/wp\/v2\/pages\/3329\/revisions"}],"predecessor-version":[{"id":3419,"href":"https:\/\/tourdesuisse.ch.ownb.it\/en\/wp-json\/wp\/v2\/pages\/3329\/revisions\/3419"}],"up":[{"embeddable":true,"href":"https:\/\/tourdesuisse.ch.ownb.it\/en\/wp-json\/wp\/v2\/pages\/3285"}],"wp:attachment":[{"href":"https:\/\/tourdesuisse.ch.ownb.it\/en\/wp-json\/wp\/v2\/media?parent=3329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}