/**
* @license
*
* Font Family: Quilon
* Designed by: Jonny Pinhorn
* URL: https://www.fontshare.com/fonts/quilon
* © 2025 Indian Type Foundry
*
* Quilon Regular
* Quilon Semibold
* Quilon Variable (variable font)

*
*/
@font-face {
  font-family: 'Quilon';
  src: url('fonts/quilon/Quilon-Regular.woff2') format('woff2'),
       url('fonts/quilon/Quilon-Regular.woff') format('woff'),
       url('fonts/quilon/Quilon-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Quilon';
  src: url('fonts/quilon/Quilon-Semibold.woff2') format('woff2'),
       url('fonts/quilon/Quilon-Semibold.woff') format('woff'),
       url('fonts/quilon/Quilon-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
/* variable font */
@font-face {
  font-family: 'Quilon';
  src: url('fonts/quilon/Quilon-Variable.woff2') format('woff2'),
       url('fonts/quilon/Quilon-Variable.woff') format('woff'),
       url('fonts/quilon/Quilon-Variable.ttf') format('truetype');
  font-weight: 400 700;
  font-display: swap;
  font-style: normal;
}


/**
* @license
*
* Font Family: Outfit
* Designed by: On Brand Investments Pty Ltd, Rodrigo Fuenzalida
* URL: https://www.fontshare.com/fonts/outfit
* © 2025 Indian Type Foundry
*
* Outfit Regular 
* Outfit SemiBold
* Outfit Variable (variable font)
*
*/
@font-face {
  font-family: 'Outfit';
  src: url('fonts/outfit/Outfit-Regular.woff2') format('woff2'),
       url('fonts/outfit/Outfit-Regular.woff') format('woff'),
       url('fonts/outfit/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/outfit/Outfit-SemiBold.woff2') format('woff2'),
       url('fonts/outfit/Outfit-SemiBold.woff') format('woff'),
       url('fonts/outfit/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
/* variable font */
@font-face {
  font-family: 'Outfit';
  src: url('fonts/outfit/Outfit-Variable.woff2') format('woff2'),
       url('fonts/outfit/Outfit-Variable.woff') format('woff'),
       url('fonts/outfit/Outfit-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}:root {
    --color-brand-1: #F7C23D;
    --color-brand-1--fg: #C79A00;  /* Darker version for better contrast - 4.5:1 ratio */
    --color-brand-2: #FF943D;
    --color-brand-2--fg: #D66800;  /* Darker version for better contrast - 4.5:1 ratio */
    --color-brand-3: #FF5454;
    --color-brand-3--fg: #D12020;  /* Darker version for better contrast - 4.5:1 ratio */
    --color-brand-4: #FF80AD;
    --color-brand-4--fg: #D8006A;  /* Darker version for better contrast - 4.5:1 ratio */
    --color-brand-5: #C963C7;
    --color-brand-5--fg: #A739A5;
    --color-brand-6: #668AE5;
    --color-brand-6--fg: #3F6CDE;
    --color-brand-7: #3DD6C7;
    --color-brand-7--fg: #0FA090;  /* Darker version for better contrast - 4.5:1 ratio */
    --color-brand-8: #A1D452;
    --color-brand-8--fg: #72A329;
    --color-on-brand: #000000;

    --color-surface: #FFFFFF;
    --color-on-surface: #000000;
    
    --font-family--default: "Outfit";
    --font-family--title: "Quilon";

    --spacing-8: 8px;
    --spacing-12: 12px;
    --spacing-16: 16px;
    --spacing-24: 24px;
    --spacing-40: 40px;
    --spacing-80: 80px;

    --font-size--xs: 16px;
    --line-height--xs: 20px;

    --font-size--s: 20px;
    --line-height--s: 24px;

    --font-size--m: 24px;
    --line-height--m: 32px;

    --font-size--l: 48px;
    --line-height--l: 56px;

    --font-weight--regular: 400;
    --font-weight--bold: 600;

    --content-width: 1200px;
    --divider-height: 400px;
    
    /* defaults */
    --ucpx-h-font-family: var(--ucpx-font-family, var(--font-family--title));
    --ucpx-h-font-weight: var(--ucpx-font-weight, var(--font-weight--bold));
    --ucpx-h-line-height: var(--ucpx-font-line-height, var(--line-height--l));
    --ucpx-h-font-size: var(--ucpx-font-size, var(--font-size--l));
    --ucpx-h-text-align: var(--ucpx-text-align, center);

    --ucpx-p-font-family: var(--ucpx-font-family, var(--font-family--default));
    --ucpx-p-font-weight: var(--ucpx-font-weight, var(--font-weight--regular));
    --ucpx-p-line-height: var(--ucpx-line-height, var(--line-height--m));
    --ucpx-p-font-size: var(--ucpx-font-size, var(--font-size--m));
    --ucpx-p-text-align: var(--ucpx-text-align, left);

    --ucpx-a-text-decoration: var(--ucpx-text-decoration, none);

    --ucpx-logo-size: 240px;

    /* Media/Background Image Tokens */
    --media-bg-size: cover;
    --media-bg-position-x: center;
    --media-bg-position-y: center;
    --media-bg-scale: 1;
    --media-border-radius: 16px;
    --media-min-height: 300px;
}

*,
::before,
::after {
	box-sizing: border-box;
}

html {
    font-family:
        var(--ucpx-font-family, var(--font-family--default)), 
        system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
    color: var(--ucpx-color-text, var(--color-on-surface));
    background: var(--ucpx-color-background, var(--color-surface));
    font-size: var(--ucpx-font-size, var(--ucpx-font-size--root, var(--font-size--m)));
    font-weight: var(--ucpx-font-weight, var(--ucpx-font-weight--root, var(--font-weight--regular)));
    line-height: var(--ucpx-line-height, var(--ucpx-line-height--root, var(--line-height--m, 1.15)));
	-webkit-text-size-adjust: 100%;
	tab-size: 4;
    text-align: var(--ucpx-text-align, left);
}

body {
    margin: 0;
}

/** Layout Styles **/
header {
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 4px -2px rgba(0,0,0,0.25);
    padding: var(--spacing-12) var(--header-padding, var(--spacing-16));
    background: var(--color-surface, #fff);
    --ucpx-logo-size: var(--ucpx-header-logo-size, 64px);
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: var(--ucpx-nav-width, var(--content-width));
    margin: 0 auto;
}
nav ul {
    max-width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: var(--ucpx-nav-align, flex-end);
    gap: var(--ucpx-nav-gap, var(--spacing-24));
    list-style: none;
    margin: 0;
    padding: 0;
    --ucpx-text-decoration: none;
    --ucpx-font-size: var(--font-size--s);
    --ucpx-line-height: var(--line-height--s);
}
nav ul li {
    display: flex;
    flex: 0 0 auto;
    font-size: var(--ucpx-p-font-size, var(--ucpx-font-size), inherit);
    font-weight: var(--ucpx-p-font-weight, var(--ucpx-font-weight), inherit);
    line-height: var(--ucpx-p-line-height, var(--ucpx-line-height), inherit);
}

.ucpx-nav__menu-icon {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.ucpx-nav__menu-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--color-brand-1);
}


main,
section,
footer {
    display: flex;
    flex-direction: column;
    gap: var(--ucpx-section-gap, var(--spacing-40));
    padding: var(--ucpx-section-padding, var(--spacing-80)) var(--spacing-16);
}

main {
    --ucpx-main-section-gap: var(--ucpx-section-gap, 0);
    gap: var(--ucpx-main-section-gap);
    padding: 0;
}
footer {
    --ucpx-nav-gap: var(--spacing-16);
    --ucpx-nav-align: center;
    --ucpx-section-gap: var(--spacing-24);
    --ucpx-p-font-size: var(--ucpx-footer-font-size, var(--font-size--xs));
    --ucpx-p-line-height: var(--ucpx-footer-line-height, var(--line-height--xs));
    --ucpx-a-text-decoration: underline;
    --ucpx-logo-size: var(--ucpx-footer-logo-size, 64px);
}

.content__block {
    display: flex;
    gap: var(--content-gap, var(--spacing-24));
    flex-wrap: var(--content-wrap, initial);
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    --ucpx-h-font-size: var(--ucpx-content-header-font-size, 40px);
    --ucpx-h-line-height: 1.5;
    --ucpx-h-text-align: left;
}
.content__block h3 {
    --ucpx-h-font-size: var(--ucpx-content-subheader-font-size, 28px);
    margin: 1em 0 .25em;
}
.content__block h4 {
    --ucpx-h-font-size: var(--ucpx-content-subheader-font-size, 24px);
    margin: 1em 0 .25em;
}

.content__column {
    flex: 1 1 100%;
}

.content__column--media {
    align-self: stretch;
    align-items: stretch;
    background-size: var(--media-bg-size);
    background-position: var(--media-bg-position-x) var(--media-bg-position-y);
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: var(--media-border-radius);
    min-height: var(--media-min-height);
    position: relative;
}

.content__column--media.media-scaled {
    --media-bg-size: calc(100% * var(--media-bg-scale));
}

.content__column--media.media-overflow {
    --media-bg-size: auto;
    background-size: calc(100% * var(--media-bg-scale));
}

.content__column--media.intro-bg {
    background-image: url('img/intro.png');
}
.content__column--media.schedule-bg {
    background-image: url('img/schedule.png');
}

.content__column--media > * {
    width: 100%;
}

.content__column--center {
    --ucpx-p-text-align: center;
}

.content__column--fixed {
    flex: 0 0 auto;
}

.content__column--flex {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.content__column--grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, var(--ucpx-logo-size)));
    grid-template-rows: repeat(3, minmax(0, var(--ucpx-logo-size)));
    place-items: center;
    column-gap: var(--ucpx-content-gap, var(--spacing-40));
    row-gap: var(--ucpx-content-gap, var(--spacing-40));
}


/* Teaser (Title "Hero") */
.teaser {
    --ucpx-font-weight: var(--font-weight--bold);
    --ucpx-p-font-weight: var(--font-weight--bold);
    --ucpx-font-family: var(--font-family--title);
    --ucpx-p-font-family: var(--font-family--title);
    --ucpx-logo-size: var(--ucpx-teaser-logo-size, 120px);
    --ucpx-content-gap: var(--ucpx-teaser-gap, var(--spacing-40));
}
.teaser span {
    display: block;
}

.teaser__date {
    --ucpx-text-align: center;
    --ucpx-p-font-size: var(--ucpx-teaser-date-font-size, 64px);
    --ucpx-p-line-height: .85;
}

.teaser__title {
    align-self: flex-start;
    text-transform: uppercase;
    --ucpx-h-line-height: .85;
    --ucpx-h-text-align: center;
}
.teaser__title h2 {
    margin: 0;
}
.teaser__title span {
    --ucpx-font-size: var(--ucpx-teaser-h-font-size, 72px);
}
.teaser__title span.teaser__title--big {
    --ucpx-font-size: calc(var(--ucpx-teaser-h-font-size, 72px) * 1.8);
}

.teaser__agenda {
    align-self: flex-end;
    --ucpx-font-size: var(--ucpx-teaser-agenda-font-size, 32px);
    --ucpx-line-height: 1.25;
}
.teaser__agenda--time {
    --ucpx-font-size: calc(var(--ucpx-teaser-agenda-font-size, 32px) * 1.25);
}
.teaser__agenda--title {
    --ucpx-font-size: var(--ucpx-teaser-agenda-font-size, 32px);
}

.teaser__event-title {
    margin-bottom: var(--spacing-16);
    font-size: var(--font-size--m);
    line-height: var(--line-height--m);
    color: var(--color-on-surface);
    text-align: left;
}

.event-hero {
    --ucpx-section-gap: var(--spacing-24);
}

.event-hero__block {
    --content-gap: var(--spacing-40);
    --content-wrap: nowrap;
    align-items: stretch;
}

.event-hero__text {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-16);
}

.event-hero__title {
    margin: 0;
    text-transform: uppercase;
    font-size: var(--font-size--l);
    line-height: var(--line-height--l);
}

.event-hero__title span {
    display: block;
}

.event-hero__title-highlight {
    color: var(--color-brand-5--fg);
}

.event-hero__info-row {
    display: flex;
    gap: var(--spacing-24);
    align-items: flex-start;
    flex-wrap: wrap;
}

.event-hero__details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
    font-family: var(--font-family--default);
    font-size: var(--font-size--m);
    line-height: var(--line-height--m);
    font-weight: var(--font-weight--bold);
    text-transform: none;
    color: var(--event-hero--details-color, #666666);
}

.event-hero__details--highlight {
    color: var(--color-on-surface);
}


.event-hero__badges {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-8);
    align-items: flex-start;
}

.event-hero__badges p {
    margin: 0;
    font-family: var(--ucpx-p-font-family, var(--font-family--default));
    font-weight: var(--font-weight--regular);
    font-size: var(--font-size--xs);
    line-height: var(--line-height--xs);
    color: var(--event-hero--details-color, #666666);
}

.event-hero__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
}

.event-hero__badge img {
    width: 100%;
    max-height: 150px;
    height: auto;
}

.event-hero__cta {
    align-self: flex-start;
}

.event-hero__visuals {
    display: flex;
    justify-content: center;
}

.event-hero__network {
    position: relative;
    width: 100%;
    min-height: 420px;
    border-radius: 32px;
    background-image: url('img/intro.png');
    background-size: cover;
    background-position: center;
    padding: var(--spacing-24);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.event-hero__network::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.75) 100%);
}

.event-hero__logo-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(80px, 1fr));
    gap: var(--spacing-16);
    width: 100%;
    max-width: 360px;
}

.event-hero__logo {
    --ucpx-logo-size: clamp(72px, 7vw, 112px);
    filter: drop-shadow(0 8px 15px rgba(0,0,0,0.15));
}

.ucpx-button {
    display: inline-block;
    margin-top: var(--spacing-24);
    padding: var(--spacing-12) var(--spacing-24);
    background-color: var(--color-brand-1);
    color: var(--color-on-brand);
    text-decoration: none;
    font-family: var(--font-family--default);
    font-weight: var(--font-weight--bold);
    font-size: var(--font-size--s);
    line-height: var(--line-height--s);
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.ucpx-button:hover, .ucpx-button:focus {
    background-color: var(--color-brand-2);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.ucpx-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Media placeholders */
.media-panel {
    position: relative;
    width: 100%;
    border-radius: 16px;
    border: 2px dashed rgba(0,0,0,0.15);
    background: repeating-linear-gradient(
        -45deg,
        rgba(0,0,0,0.02),
        rgba(0,0,0,0.02) 12px,
        rgba(0,0,0,0.08) 12px,
        rgba(0,0,0,0.08) 24px
    );
    color: rgba(0,0,0,0.45);
    font-family: var(--font-family--title);
    font-weight: var(--font-weight--bold);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-24);
    min-height: 320px;
}
.media-panel--hero,
.media-panel--schedule {
    aspect-ratio: 3 / 4;
}
.media-panel--registration {
    aspect-ratio: 4 / 5;
}
.media-panel--map {
    aspect-ratio: 1 / 1;
}

/* Registration */
.registration__status {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--spacing-24);
    margin-top: var(--spacing-16);
}
.registration__countdown {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--spacing-16);
    padding: var(--spacing-16);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 16px;
    background: #fffdf3;
    min-width: 260px;
}
.countdown__unit {
    flex: 1 1 100px;
    min-width: 90px;
    text-align: center;
}
.countdown__value {
    display: block;
    font-size: 40px;
    font-weight: var(--font-weight--bold);
    line-height: 1.1;
}
.countdown__label {
    display: block;
    font-size: var(--font-size--xs);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.registration__tickets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fffdf3;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 16px;
    padding: var(--spacing-24);
    min-width: 200px;
    text-align: center;
}
.registration__tickets-count {
    font-size: 48px;
    font-weight: var(--font-weight--bold);
    line-height: 1;
}
.registration__tickets-label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: var(--font-size--xs);
}

/* Schedule */
.schedule__list {
    list-style: none;
    margin: var(--spacing-16) 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-16);
}
.schedule__item {
    display: flex;
    gap: var(--spacing-16);
    padding: var(--spacing-16);
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(0,0,0,0.02);
}
.schedule__item--soft {
    opacity: 0.7;
}
.schedule__time {
    flex: 0 0 90px;
    font-family: var(--font-family--title);
    font-size: var(--font-size--m);
}
.schedule__title {
    margin: 0;
    font-weight: var(--font-weight--bold);
}
.schedule__meta {
    margin: 4px 0 0;
    font-size: var(--font-size--s);
    line-height: var(--line-height--s);
}

/* Location */
.location__link {
    font-weight: var(--font-weight--bold);
    text-decoration: underline;
    word-break: break-all;
}
.location__logo {
    margin-top: var(--spacing-24);
    padding: var(--spacing-24);
    border-radius: 12px;
    border: 2px solid rgba(0,0,0,0.1);
    background: #eef3ff;
    font-family: var(--font-family--title);
    letter-spacing: 1px;
    text-align: center;
}

/* Sponsors */
.sponsors__grid {
    margin-top: var(--spacing-24);
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    gap: var(--spacing-16);
}
.sponsor-card {
    border-radius: 12px;
    border: 1px dashed rgba(0,0,0,0.2);
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: var(--font-size--xs);
    font-weight: var(--font-weight--bold);
    background: rgba(0,0,0,0.02);
    grid-column: span 3;
}
.sponsor-card--wider {
    grid-column: span 15;
}
.sponsor-card--wide {
    grid-column: span 5;
}
a.sponsor-card {
    border: none;
    background: transparent;
}

/** Text Tags **/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ucpx-h-font-family);
    font-weight: var(--ucpx-h-font-weight);
    line-height: var(--ucpx-h-line-height);
    font-size: var(--ucpx-h-font-size);
    text-align: var(--ucpx-h-text-align);
    margin: var(--ucpx-h-margin, 0) 0;
    color: var(--ucpx-h-color, inherit);
}
h3,
h4,
h5,
h6 {
    --ucpx-h-font-family: var(--font-family--default);
}
.ucpx-sub-header {
    --ucpx-h-font-size: var(--ucpx-h-sub-font-size, var(--font-size--m));
    --ucpx-h-line-height: var(--ucpx-h-sub-line-height, var(--line-height--m));
    --ucpx-h-text-align: left;
    --ucpx-h-margin: var(--spacing-12);
}

p {
    font-family: var(--ucpx-p-font-family);
    font-weight: var(--ucpx-p-font-weight);
    line-height: var(--ucpx-p-line-height);
    font-size: var(--ucpx-p-font-size);
    text-align: var(--ucpx-p-text-align);
    margin: 0 0 var(--ucpx-p-margin, var(--spacing-24));
}
p:last-of-type {
    --ucpx-p-margin: 0;
}

a,
a * {
    text-decoration: var(--ucpx-a-text-decoration);
}
a:hover {
    --ucpx-a-text-decoration: underline;
}

a,
span {
    color: var(--ucpx-highlight-color, currentColor);
    font-family: inherit;
}
a {
    font-size: var(--ucpx-a-font-size, inherit);
    font-weight: var(--ucpx-a-font-weight, inherit);
    line-height: var(--ucpx-a-line-height, inherit);
}
span {
    font-size: var(--ucpx-font-size, inherit);
    font-weight: var(--ucpx-font-weight, inherit);
    line-height: var(--ucpx-line-height, inherit);
}

b,
strong {
    --ucpx-font-weight: var(--font-weight--bold);
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

/** Table Styles **/
table {
	border-color: currentcolor;
}

/** Form Styles **/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: var(--ucpx-font-size, 100%);
	line-height: var(--ucpx-line-height, var(--line-height--m),1.15);
	margin: 0;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}


/** Custom Elements **/
.skip-link {
    position:absolute;
    left:-999px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    background:var(--color-surface);
    color:var(--color-on-surface);
    padding:8px;
    z-index:1000;
}
.skip-link:focus {
    left:0;
    width:auto;
    height:auto;
}


.sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    border: 0;
}

/** Media Styles **/
svg {
    display: block;
    flex: 0 0 auto;
}

.ucpx-logo {
    width: var(--ucpx-logo-width, calc(var(--ucpx-logo-size) * 3));
    height: var(--ucpx-logo-height, var(--ucpx-logo-size));
}

.ucpx-logo--icon {
    --ucpx-logo-width: var(--ucpx-logo-size);
    --ucpx-logo-height: var(--ucpx-logo-size);
}
.ucpx-logo--text {
    --ucpx-logo-width: var(--ucpx-logo-size);
    --ucpx-logo-height: calc(var(--ucpx-logo-size) / 2);
}

.ucpx-sponsor-logo {
    margin-top: 1em;
    width: var(--ucpx-sponsor-logo-width, 50%);
    height: var(--ucpx-sponsor-logo-height, auto);
    max-width: var(--ucpx-sponsor-logo-width--max, none);
}

img {
    display: block;
    width: var(--ucpx-image-size, 100%);
    max-width: var(--ucpx-image-size--max, 100%);
    height: auto;
}

/* SVG Network */
.divider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--divider-height);
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}

.divider svg {
    height: var(--divider-height);
    width: calc(var(--divider-height) * 7.195);
}

@media screen and (max-width: 1232px) {
    :root {
        --ucpx-teaser-gap: 3.25vw;
        --divider-height: 32.5vw;
        --ucpx-teaser-logo-size: 10.25vw;
        --ucpx-teaser-h-font-size: 4.4vw;
        --ucpx-teaser-date-font-size: 4.8vw;
        --ucpx-teaser-agenda-font-size: 2.5vw;
    }
}

@media screen and (max-width: 840px) {
    :root {
        --content-width: 100%;
        --divider-height: 200px;

        --ucpx-font-size--root: var(--font-size--xs);
        --ucpx-line-height--root: var(--line-height--xs);
        --ucpx-section-padding: var(--spacing-24);

        --ucpx-header-logo-size: 48px;
        --ucpx-teaser-logo-size: 88px;
        --ucpx-logo-size: 80px;

        --ucpx-sponsor-logo-width: 33%;
        --ucpx-sponsor-logo-width--max: 200px;

        --ucpx-content-header-font-size: var(--font-size--m);
        --ucpx-content-header-line-height: var(--line-height--m);
        --ucpx-content-subheader-font-size: var(--font-size--s);
        --ucpx-content-subheader-line-height: var(--line-height--s);

        --ucpx-h-font-size: var(--ucpx-font-size, 32px);
        --ucpx-h-line-height: var(--ucpx-line-height, 40px);

        --ucpx-p-font-size: var(--ucpx-font-size, 16px);
        --ucpx-p-line-height: var(--ucpx-line-height, 20px);

        --ucpx-image-size: var(--size-160);
        --header-padding: var(--spacing-12);

        --ucpx-vcard-font-size: var(--font-size--s);
        --ucpx-vcard-line-height: var(--line-height--s);
        --ucpx-vcard-font-size--p: var(--font-size--xs);
        --ucpx-vcard-line-height--p: var(--line-height--xs);

        --ucpx-teaser-gap: var(--spacing-24);
        --ucpx-teaser-h-font-size: 48px;
        --ucpx-teaser-date-font-size: 48px;
        --ucpx-teaser-agenda-font-size: 24px;

        --ucpx-section-gap: var(--spacing-12);
        --content-wrap: wrap;

        --ucpx-nav-gap: var(--spacing-24);
        --ucpx-nav-font-size: var(--font-size--xs);
        --ucpx-nav-line-height: var(--line-height--xs);
        --ucpx-footer-nav-gap: var(--spacing-12);
    }
    .ucpx-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        max-width: 380px;
    }
    .ucpx-a-access a {
        padding: 6px 8px;
        line-height: 32px;
    }
    .content__column--mobile-hidden {
        display: none;
    }
    .ucpx-nav__menu-icon {
        display: block;
    }
    .ucpx-nav__list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-end;
        --ucpx-nav-gap: var(--spacing-8);
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        background: var(--color-surface, #fff);
        z-index: 10;
        padding: var(--spacing-16);
        --ucpx-a-font-size: var(--font-size--s);
        --ucpx-a-line-height: var(--line-height--s);
    }
    .ucpx-nav__list li a {
        padding: 4px 8px;
    }

    .content__column--media {
        min-width: 100%;
    }

    .media-panel--hero,
    .media-panel--schedule {
        aspect-ratio: 16 / 9;
    }

    .event-hero__block {
        --content-wrap: wrap;
    }

    .event-hero__text {
        order: 2;
        text-align: center;
        align-items: center;
    }

    .event-hero__visuals {
        order: 1;
        width: 100%;
    }

    .event-hero__network {
        min-height: 320px;
    }

    .event-hero__info-row {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .event-hero__badges {
        align-items: center;
        text-align: center;
    }

    .event-hero__details {
        font-size: var(--font-size--xs);
        line-height: var(--line-height--xs);
    }

    .event-hero__cta {
        width: 100%;
    }

    .ucpx-nav__list.open {
        display: flex;
    }
}

@media screen and (max-width: 480px) {
    :root {
        --ucpx-teaser-logo-size: 84px;
        --ucpx-teaser-h-font-size: 40px;
        --ucpx-teaser-date-font-size: 40px;
        --ucpx-teaser-agenda-font-size: 20px;
        --ucpx-teaser-gap: var(--spacing-16);
        --ucpx-vcard-size--max: 100%;
    }
}
:root {
    --network-icon-color: #FFFFFF;
    --network-dot-color: #878787;
    --network-line-color: #AFAFAF;
    --network-highlight-color: var(--color-brand-6);
}

.dots {
    fill: var(--network-dot-color);
}
.map {
    fill: var(--network-line-color);
}
.icon {
    fill: var(--network-icon-color);
}
.glow {
    animation: glowPoint var(--glow-duration, 5s) infinite alternate;
    animation-delay: var(--glow-delay, 0);
    --glow-color: var(--color-brand-6);
}

.glow--v1 {
    --glow-duration: 4s;
}
.glow--v2 {
    --glow-duration: 7s;
}
.glow--v3 {
    --glow-duration: 3s;
}
.glow--v4 {
    --glow-duration: 8s;
}
.glow--v5 {
    --glow-duration: 6s;
}

.glow--d1 {
    --glow-delay: 1s;
}
.glow--d2 {
    --glow-delay: 2s;
}
.glow--d3 {
    --glow-delay: 3s;
}
.glow--d4 {
    --glow-delay: 4s;
}

.glow--c1 {
    --glow-color: var(--color-brand-1);
}
.glow--c2 {
    --glow-color: var(--color-brand-2);
}
.glow--c3 {
    --glow-color: var(--color-brand-3);
}
.glow--c4 {
    --glow-color: var(--color-brand-4);
}
.glow--c5 {
    --glow-color: var(--color-brand-5);
}
.glow--c6 {
    --glow-color: var(--color-brand-6);
}
.glow--c7 {
    --glow-color: var(--color-brand-7);
}
.glow--c8 {
    --glow-color: var(--color-brand-8);
}

@keyframes glowPoint {
    0%   { filter: drop-shadow(0 0 2px transparent); }
    30%   { filter: drop-shadow(0 0 2px transparent); }
    30%   { filter: drop-shadow(0 0 2px var(--glow-color)); }
    60% { filter: drop-shadow(0 0 16px var(--glow-color)); fill: var(--glow-color); }
    80% { filter: drop-shadow(0 0 2px var(--glow-color)); fill: var(--glow-color); }
    80% { filter: drop-shadow(0 0 2px transparent); fill: inherit; }
    100%   { filter: drop-shadow(0 0 2px transparent); }
}

@media (prefers-reduced-motion: reduce) {
    .glow {
        animation: none;
        filter: none;
    }
}